.page-hero-media.photo-media {
  position: relative;
  min-height: 430px;
  padding: 0;
  overflow: hidden;
  background: #071d2a;
}

.page-hero-media.photo-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: 430px;
  object-fit: cover;
}

.page-hero-media.photo-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(3, 20, 30, 0.82));
  content: "";
}

.media-label {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  display: grid;
  color: #fff;
}

.media-label span {
  color: #75d7fa;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.media-label strong {
  font: 800 18px/1.25 "Manrope", sans-serif;
}

/* OEM/ODM hero: compact real-photo proof aligned with the hero copy. */
.oem-page .page-hero {
  min-height: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.page-hero-media.oem-hero-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(150px, .72fr);
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 400px;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.oem-hero-collage figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #dceef5;
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(7, 55, 75, .14);
}

.oem-hero-collage .oem-hero-main {
  grid-row: 1 / span 2;
}

.oem-hero-collage picture,
.oem-hero-collage img {
  display: block;
  width: 100%;
  height: 100%;
}

.oem-hero-collage img {
  min-height: 0;
  max-height: none;
  object-fit: cover;
  border-radius: 0;
}

.oem-hero-collage .oem-hero-main img {
  object-position: center 48%;
}

.oem-hero-collage figure:nth-child(2) img {
  object-position: center 37%;
}

.oem-hero-collage figure:nth-child(3) img {
  object-position: center 29%;
}

.oem-hero-collage figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 2px;
  padding: 44px 14px 13px;
  color: #fff;
  background: linear-gradient(transparent, rgba(3, 26, 39, .92));
}

.oem-hero-collage figcaption span {
  color: #72d8fb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.oem-hero-collage figcaption strong {
  font: 800 13px/1.25 "Manrope", sans-serif;
}

.oem-hero-collage .oem-hero-main figcaption {
  padding: 66px 18px 17px;
}

.oem-hero-collage .oem-hero-main figcaption strong {
  font-size: 17px;
}

.photo-collage {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  min-height: 620px;
}

.photo-collage figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #0b2a3a;
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(7, 29, 42, .12);
}

.photo-collage figure:first-child {
  grid-row: 1 / span 2;
}

.photo-collage picture,
.photo-collage img {
  width: 100%;
  height: 100%;
}

.photo-collage img {
  object-fit: cover;
}

.photo-collage figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 58px 18px 16px;
  color: #fff;
  background: linear-gradient(transparent, rgba(3, 20, 30, .92));
  font-size: 13px;
  font-weight: 800;
}

.trust-story-grid,
.evidence-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 34px 0;
}

.trust-story,
.evidence-band figure {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  background: #071d2a;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(7, 29, 42, .12);
}

.trust-story picture,
.trust-story img,
.evidence-band picture,
.evidence-band img {
  width: 100%;
  height: 100%;
}

.trust-story img,
.evidence-band img {
  object-fit: cover;
}

.trust-story figcaption,
.evidence-band figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  padding: 80px 22px 20px;
  color: #fff;
  background: linear-gradient(transparent, rgba(3, 20, 30, .94));
}

.trust-story figcaption span,
.evidence-band figcaption span {
  color: #75d7fa;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trust-story figcaption strong,
.evidence-band figcaption strong {
  margin-top: 3px;
  font: 800 18px/1.25 "Manrope", sans-serif;
}

.feature-card.with-photo {
  padding: 0;
  overflow: hidden;
}

.feature-grid:has(.feature-card.with-photo) {
  grid-template-columns: repeat(3, 1fr);
}

.oem-page .feature-grid:has(.feature-card.with-photo) {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card.with-photo .card-photo {
  display: block;
  height: 210px;
  overflow: hidden;
}

.feature-card.with-photo .card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card.with-photo .card-body {
  padding: 26px 28px 28px;
}

.feature-card.with-photo .number {
  margin-top: -48px;
  border: 4px solid #fff;
}

.live-tour-banner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: stretch;
  margin: 0 clamp(20px, 7vw, 110px) 88px;
  overflow: hidden;
  color: #fff;
  background: #071d2a;
  border-radius: 28px;
}

.live-tour-banner picture,
.live-tour-banner img {
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.live-tour-banner img {
  object-fit: cover;
}

.live-tour-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(34px, 6vw, 72px);
}

.live-tour-copy .kicker {
  color: #75d7fa;
}

.live-tour-copy h2 {
  margin: 0 0 14px;
  font: 800 clamp(30px, 4vw, 50px)/1.08 "Manrope", sans-serif;
  letter-spacing: -.04em;
}

.live-tour-copy p {
  margin: 0 0 24px;
  color: #bdd5df;
}

/* Contact page: short, information-dense factory-tour proof block. */
.contact-tour-banner {
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr);
  min-height: 0;
}

.contact-tour-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(150px, .84fr);
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  height: 340px;
  padding: 8px;
  background: #dceef5;
}

.contact-tour-gallery figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #0b2a3a;
  border-radius: 18px;
}

.contact-tour-gallery .contact-tour-main {
  grid-row: 1 / span 2;
}

.contact-tour-banner .contact-tour-gallery picture,
.contact-tour-banner .contact-tour-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.contact-tour-gallery img {
  object-fit: cover;
}

.contact-tour-gallery .contact-tour-main img {
  object-position: center 37%;
}

.contact-tour-gallery figure:nth-child(2) img {
  object-position: center 34%;
}

.contact-tour-gallery figure:nth-child(3) img {
  object-position: center 42%;
}

.contact-tour-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 2px;
  padding: 38px 12px 11px;
  color: #fff;
  background: linear-gradient(transparent, rgba(3, 24, 36, .93));
}

.contact-tour-gallery figcaption span {
  color: #72d8fb;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-tour-gallery figcaption strong {
  font: 800 11px/1.25 "Manrope", sans-serif;
}

.contact-tour-gallery .contact-tour-main figcaption {
  padding: 54px 16px 14px;
}

.contact-tour-gallery .contact-tour-main figcaption strong {
  font-size: 14px;
}

.contact-tour-banner .live-tour-copy {
  padding: 30px clamp(28px, 3.5vw, 48px);
}

.contact-tour-banner .live-tour-copy h2 {
  margin-bottom: 11px;
  font-size: clamp(29px, 3.1vw, 42px);
}

.contact-tour-banner .live-tour-copy p {
  margin-bottom: 18px;
  font-size: 14px;
}

.article-card.has-media {
  min-height: 410px;
  padding: 0;
  overflow: hidden;
}

.article-media {
  display: block;
  height: 190px;
  overflow: hidden;
}

.article-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-media img[src^="assets/products/"] {
  padding: 12px;
  background: linear-gradient(145deg, #ffffff, #edf7fa);
  object-fit: contain;
}

.article-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 26px 26px;
}

.insight-grid article.has-media {
  padding: 0;
  overflow: hidden;
}

.insight-grid .insight-media {
  display: block;
  height: 190px;
  overflow: hidden;
}

.insight-grid .insight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insight-grid .insight-body {
  padding: 24px 28px 28px;
}

.evidence-note {
  margin-top: 18px;
  color: #71808d;
  font-size: 12px;
}

.homepage-real-proof {
  padding: 82px clamp(20px, 7vw, 110px) 92px;
  background: #fff;
}

.real-proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, .72fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  margin-bottom: 30px;
}

.real-proof-heading h2 {
  max-width: 760px;
  margin: 0;
  font: 800 clamp(32px, 4vw, 52px)/1.08 "Manrope", sans-serif;
  letter-spacing: -.04em;
}

.real-proof-heading>div:last-child p {
  margin: 0 0 12px;
  color: var(--muted);
}

.real-proof-link {
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.real-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.real-proof-card-link {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  border-radius: 20px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.real-proof-card-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 46px rgba(7, 29, 42, .16);
}

.real-proof-card-link:focus-visible {
  outline: 3px solid rgba(42, 169, 223, .55);
  outline-offset: 5px;
}

.real-proof-card {
  position: relative;
  height: 100%;
  min-height: 270px;
  margin: 0;
  overflow: hidden;
  background: #0b2a3a;
  border-radius: 20px;
  box-shadow: 0 16px 42px rgba(7, 29, 42, .13);
}

.real-proof-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.real-proof-card:hover img {
  transform: scale(1.025);
}

.real-proof-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  padding: 74px 19px 18px;
  color: #fff;
  background: linear-gradient(transparent, rgba(3, 20, 30, .94));
}

.real-proof-card figcaption span {
  color: #8bdcff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.real-proof-card figcaption strong {
  margin-top: 3px;
  font: 800 15px/1.35 "Manrope", sans-serif;
}

/* Preserve the complete wide company portrait instead of cropping people at the edges. */
.real-proof-card.team-card {
  display: grid;
  grid-template-rows: auto 1fr;
  background: #fff;
  border: 1px solid #d5e6ed;
}

.real-proof-card.team-card img {
  height: auto;
  aspect-ratio: 1401 / 777;
  object-fit: contain;
  background: #eef8fb;
  transform: scale(.985);
}

.real-proof-card-link:hover .real-proof-card.team-card img {
  transform: scale(1);
}

.real-proof-card.team-card figcaption {
  position: static;
  align-content: start;
  padding: 16px 18px 18px;
  color: #123247;
  background: #fff;
}

.real-proof-card.team-card figcaption span {
  color: #168fb7;
}

@media (max-width: 900px) {
  .contact-tour-gallery {
    height: 360px;
  }

  .contact-tour-banner .live-tour-copy {
    padding: 30px 34px 34px;
  }

  .page-hero-media.oem-hero-collage {
    width: 100%;
    max-width: 880px;
    height: 430px;
    margin: 0 auto;
  }

  .photo-collage {
    min-height: 540px;
  }

  .trust-story-grid,
  .evidence-band {
    grid-template-columns: 1fr 1fr;
  }

  .live-tour-banner {
    grid-template-columns: 1fr;
  }

  .feature-grid:has(.feature-card.with-photo) {
    grid-template-columns: 1fr 1fr;
  }

  .oem-page .feature-grid:has(.feature-card.with-photo) {
    grid-template-columns: 1fr 1fr;
  }

  .live-tour-banner picture,
  .live-tour-banner img {
    min-height: 320px;
  }

  .real-proof-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

@media (max-width: 680px) {
  .contact-tour-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 230px 138px;
    gap: 7px;
    height: auto;
    padding: 7px;
  }

  .contact-tour-gallery .contact-tour-main {
    grid-column: 1 / span 2;
    grid-row: auto;
  }

  .contact-tour-gallery figure {
    border-radius: 14px;
  }

  .contact-tour-gallery figcaption {
    padding: 32px 9px 9px;
  }

  .contact-tour-gallery figcaption strong {
    font-size: 10px;
  }

  .contact-tour-gallery .contact-tour-main figcaption {
    padding: 46px 13px 12px;
  }

  .contact-tour-gallery .contact-tour-main figcaption strong {
    font-size: 13px;
  }

  .contact-tour-banner .live-tour-copy {
    padding: 28px 22px 32px;
  }

  .oem-page .page-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .page-hero-media.oem-hero-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 178px;
    gap: 9px;
    height: auto;
  }

  .oem-hero-collage .oem-hero-main {
    grid-column: 1 / span 2;
    grid-row: auto;
  }

  .oem-hero-collage figure {
    border-radius: 16px;
  }

  .oem-hero-collage figcaption {
    padding: 38px 10px 10px;
  }

  .oem-hero-collage figcaption strong {
    font-size: 11px;
  }

  .oem-hero-collage .oem-hero-main figcaption {
    padding: 52px 14px 13px;
  }

  .oem-hero-collage .oem-hero-main figcaption strong {
    font-size: 14px;
  }

  .page-hero-media.photo-media,
  .page-hero-media.photo-media img {
    min-height: 330px;
  }

  .photo-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 320px 220px;
    min-height: 0;
  }

  .photo-collage figure:first-child {
    grid-column: 1 / span 2;
    grid-row: auto;
  }

  .trust-story-grid,
  .evidence-band {
    grid-template-columns: 1fr;
  }

  .feature-grid:has(.feature-card.with-photo) {
    grid-template-columns: 1fr;
  }

  .oem-page .feature-grid:has(.feature-card.with-photo) {
    grid-template-columns: 1fr;
  }

  .trust-story,
  .evidence-band figure {
    min-height: 300px;
  }

  .live-tour-banner {
    margin: 0 20px 68px;
  }

  .live-tour-copy {
    padding: 34px 24px 38px;
  }

  .homepage-real-proof {
    padding: 66px 20px 72px;
  }

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

  .real-proof-card {
    min-height: 300px;
  }
}

/* Homepage market report: sourced demand indicators plus a transparent ROI model. */
.market-insight-section {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: clamp(38px, 6vw, 86px);
  align-items: center;
  background:
    radial-gradient(circle at 8% 12%, rgba(42, 169, 223, .12), transparent 28%),
    #eaf6fa;
}

.market-report-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  color: #fff;
  background: linear-gradient(145deg, #0a668f, #0c3f5c 58%, #092f46);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(7, 57, 82, .2);
}

.market-report-panel::after {
  position: absolute;
  top: -95px;
  right: -110px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(104, 215, 255, .28), transparent 67%);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.market-report-heading {
  position: relative;
  z-index: 1;
}

.market-report-heading .kicker {
  color: #9be3ff;
}

.market-report-heading h2,
.market-analysis-copy h2 {
  margin: 0;
  font: 800 clamp(32px, 3.7vw, 50px)/1.08 "Manrope", sans-serif;
  letter-spacing: -.04em;
}

.market-report-heading > p:not(.kicker) {
  margin: 20px 0 0;
  color: #d6edf6;
  font-size: 15px;
}

.market-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 30px;
}

.market-metric {
  display: grid;
  min-height: 138px;
  align-content: start;
  padding: 20px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
}

.market-metric-primary {
  background: linear-gradient(145deg, rgba(65, 192, 238, .32), rgba(255, 255, 255, .1));
}

.market-metric strong {
  font: 800 clamp(29px, 3vw, 42px)/1 "Manrope", sans-serif;
  letter-spacing: -.03em;
}

.market-metric span {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 800;
}

.market-metric small {
  margin-top: 3px;
  color: #b8dcea;
  font-size: 11px;
}

.market-source {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  color: #b9d8e5;
  font-size: 11px;
  line-height: 1.55;
}

.market-source a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.market-analysis-copy > p:not(.kicker) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.market-category-block {
  margin-top: 28px;
}

.market-category-block h3 {
  margin: 0 0 13px;
  font: 800 18px/1.3 "Manrope", sans-serif;
}

.market-category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.market-category-grid a {
  display: grid;
  min-height: 122px;
  align-content: start;
  padding: 17px 18px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid #d2e5ed;
  border-radius: 16px;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}

.market-category-grid a:hover {
  transform: translateY(-2px);
  border-color: #73c8e8;
  box-shadow: 0 12px 28px rgba(13, 92, 125, .1);
}

.market-category-grid span {
  color: var(--blue-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.market-category-grid strong {
  margin-top: 5px;
  font: 800 15px/1.25 "Manrope", sans-serif;
}

.market-category-grid small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.roi-card {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid #cce2eb;
  border-left: 4px solid var(--blue);
  border-radius: 16px;
}

.roi-card-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.roi-card-heading span {
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.roi-card-heading strong {
  white-space: nowrap;
  color: #0c6f98;
  font: 800 31px/1 "Manrope", sans-serif;
}

.roi-card p,
.roi-card small {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.roi-card .roi-formula {
  padding: 9px 11px;
  color: #16485d;
  background: #edf7fb;
  border-radius: 9px;
  font-weight: 700;
}

.market-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  align-items: center;
  margin-top: 22px;
}

.market-text-link {
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1000px) {
  .market-insight-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .market-report-panel {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .market-report-heading h2,
  .market-analysis-copy h2 {
    font-size: 34px;
  }

  .market-metrics,
  .market-category-grid {
    grid-template-columns: 1fr;
  }

  .market-metric {
    min-height: 0;
  }

  .roi-card-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .market-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .market-text-link {
    padding: 6px 4px;
  }
}

/* Homepage production proof: bright, process-led and intentionally distinct from buyer/exhibition evidence. */
.factory-process-section {
  color: #123247;
  background:
    radial-gradient(circle at 90% 8%, rgba(42, 169, 223, .13), transparent 28%),
    linear-gradient(180deg, #eaf6fa 0%, #f8fcfd 100%);
  border-block: 1px solid #d6e8ef;
}

.factory-process-section .section-heading .kicker {
  color: #0876a3;
}

.factory-process-section .section-heading > p {
  color: #5f7481;
}

.factory-process-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.factory-process-gallery figure {
  display: grid;
  grid-template-rows: 270px auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfe3ec;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(20, 83, 110, .1);
}

.factory-process-gallery picture,
.factory-process-gallery img {
  width: 100%;
  height: 100%;
}

.factory-process-gallery img {
  object-fit: cover;
  transition: transform .4s ease;
}

.factory-process-gallery figure:hover img {
  transform: scale(1.025);
}

.factory-process-gallery figcaption {
  display: grid;
  align-content: start;
  padding: 18px 19px 20px;
  color: #123247;
  background: #fff;
}

.factory-process-gallery figcaption span {
  color: #168fb7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.factory-process-gallery figcaption strong {
  margin-top: 6px;
  font: 800 14px/1.42 "Manrope", sans-serif;
}

.factory-process-section .operations-grid {
  margin-top: 42px;
}

.factory-process-section .operation-card {
  border: 1px solid #cfe3ec;
  box-shadow: 0 14px 34px rgba(20, 83, 110, .08);
}

.factory-tour-link {
  display: inline-flex;
  margin-top: 8px;
  color: #0876a3;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .factory-process-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .factory-process-gallery figure {
    grid-template-rows: 300px auto;
  }
}

@media (max-width: 680px) {
  .factory-process-gallery {
    grid-template-columns: 1fr;
  }

  .factory-process-gallery figure {
    grid-template-rows: 300px auto;
  }
}

/* Evidence-led customer and partnership stories */
.trust-story-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 34px;
  align-items: end;
  margin: 32px 0 22px;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid #c9e4ef;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(236, 248, 253, .98), rgba(255, 255, 255, .96)),
    radial-gradient(circle at 88% 12%, rgba(42, 169, 223, .18), transparent 34%);
  box-shadow: 0 18px 48px rgba(18, 80, 108, .08);
}

.trust-story-lead h3 {
  max-width: 720px;
  margin: 8px 0 0;
  color: #0b2030;
  font: 800 clamp(28px, 3.3vw, 48px)/1.04 "Manrope", sans-serif;
  letter-spacing: -.035em;
}

.trust-story-lead > p {
  margin: 0;
  color: #526978;
  font-size: 16px;
  line-height: 1.75;
}

.trust-story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 28px;
}

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

.trust-story-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #d4e5ec;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 83, 110, .07);
}

.trust-story-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -48px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(42, 169, 223, .08);
}

.story-index {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #2aa9df, #087ba9);
  font-size: 12px;
  font-weight: 800;
}

.story-label {
  margin: 0 0 8px;
  color: #0786b7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.trust-story-card h3 {
  margin: 0 0 12px;
  color: #102431;
  font: 800 20px/1.25 "Manrope", sans-serif;
}

.trust-story-card p:not(.story-label) {
  margin: 0;
  color: #5b6e7a;
  font-size: 14px;
  line-height: 1.65;
}

.trust-story-card a {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 20px;
  color: #087ba9;
  font-size: 13px;
  font-weight: 800;
}

.trust-story-section {
  background:
    linear-gradient(180deg, #f3fbfe, #fff),
    repeating-linear-gradient(90deg, rgba(42, 169, 223, .045) 0 1px, transparent 1px 54px);
}

.story-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #cfe4ed;
  border-radius: 24px;
  background: #cfe4ed;
}

.story-steps article {
  min-height: 230px;
  padding: 28px 24px;
  background: #fff;
}

.story-steps article > span {
  display: block;
  margin-bottom: 38px;
  color: #0e91c2;
  font: 800 13px/1 "Manrope", sans-serif;
}

.story-steps h3 {
  margin: 0 0 12px;
  color: #102431;
  font: 800 20px/1.25 "Manrope", sans-serif;
}

.story-steps p {
  margin: 0;
  color: #5b6e7a;
  font-size: 14px;
  line-height: 1.65;
}

.story-disclosure {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 4px solid #2aa9df;
  border-radius: 0 14px 14px 0;
  color: #4f6674;
  background: #fff;
  font-size: 13px;
  line-height: 1.65;
}

.partnership-promise {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  max-width: 1500px;
  margin: 0 auto clamp(58px, 8vw, 104px);
  padding: clamp(32px, 5vw, 68px);
  border: 1px solid #c8e3ee;
  border-radius: 30px;
  background:
    linear-gradient(135deg, #eef9fd 0%, #fff 72%),
    radial-gradient(circle at 95% 0, rgba(42, 169, 223, .16), transparent 36%);
  box-shadow: 0 20px 58px rgba(18, 80, 108, .09);
}

.partnership-promise h2 {
  margin: 8px 0 18px;
  color: #0b2030;
  font: 800 clamp(30px, 4vw, 54px)/1.04 "Manrope", sans-serif;
  letter-spacing: -.04em;
}

.partnership-promise > div > p:last-child {
  margin: 0;
  color: #526978;
  font-size: 16px;
  line-height: 1.75;
}

.partnership-promise ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partnership-promise li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid #d6e8ef;
  border-radius: 16px;
  background: rgba(255, 255, 255, .9);
}

.partnership-promise li > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  background: #159bc8;
  font-size: 11px;
  font-weight: 800;
}

.partnership-promise li strong {
  color: #102431;
  font: 800 16px/1.3 "Manrope", sans-serif;
}

.partnership-promise li p {
  margin: 5px 0 0;
  color: #5c707c;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .trust-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .partnership-promise {
    grid-template-columns: 1fr;
    margin-inline: 24px;
  }
}

@media (max-width: 680px) {
  .trust-story-lead,
  .trust-story-grid,
  .trust-story-grid-three,
  .story-steps {
    grid-template-columns: 1fr;
  }

  .trust-story-lead {
    gap: 18px;
    border-radius: 22px;
  }

  .trust-story-card,
  .story-steps article {
    min-height: auto;
  }

  .story-steps article > span {
    margin-bottom: 20px;
  }

  .partnership-promise {
    margin-inline: 16px;
    padding: 26px 20px;
    border-radius: 22px;
  }
}
