/* V60.1 — responsive buyer-facing editorial and ESG presentation */
.v601-home .v44-kicker {
  font-size: .86rem;
  letter-spacing: .08em;
}

.v601-home .v44-hero h1 {
  max-width: 14ch;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: keep-all;
}

.v601-home .v44-hero-grid > div > p:not(.v44-kicker) {
  max-width: 720px;
}

.v601-trust-points {
  display: grid;
  gap: 0;
  padding: 0 !important;
  overflow: hidden;
}

.v601-trust-points span {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255,255,255,.18);
  font-size: 1rem;
  line-height: 1.45;
}

.v601-trust-points span::before {
  content: '';
  width: 7px;
  height: 7px;
  margin-right: 12px;
  border-radius: 50%;
  background: #ef2b32;
  box-shadow: 0 0 0 5px rgba(239,43,50,.14);
  flex: 0 0 auto;
}

.v601-trust-points span:last-child { border-bottom: 0; }

.v601-subhero {
  position: relative;
  isolation: isolate;
  color: #fff;
  background: linear-gradient(105deg,rgba(5,25,56,.96),rgba(5,25,56,.78)),var(--v601-image,none) center/cover;
}

.v601-subhero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg,rgba(239,43,50,.13),transparent 42%);
}

.v601-subhero .container {
  max-width: 1120px;
  padding-top: clamp(72px,9vw,128px);
  padding-bottom: clamp(72px,9vw,128px);
}

.v601-subhero h1 {
  max-width: 18ch;
  margin: 14px 0 22px;
  color: #fff;
  font-size: clamp(2.5rem,5.6vw,5rem);
  line-height: 1.02;
  text-wrap: balance;
}

.v601-subhero p:not(.v44-kicker) {
  max-width: 760px;
  margin: 0;
  color: #d7e4f4;
  font-size: clamp(1.05rem,1.6vw,1.28rem);
  line-height: 1.75;
}

.v601-section { padding: clamp(64px,8vw,104px) 0; }
.v601-soft { background: #f4f7fb; }
.v601-intro { max-width: 760px; color: #526985; font-size: 1.08rem; line-height: 1.75; }
.v601-heading { max-width: 820px; margin: 10px 0 18px; font-size: clamp(2rem,4vw,3.6rem); line-height: 1.08; color: #0a2a52; text-wrap: balance; }

.v601-overview-grid,
.v601-esg-grid,
.v601-partner-grid,
.v601-industry-grid,
.v601-cert-grid {
  display: grid;
  gap: 22px;
  margin-top: 38px;
}

.v601-overview-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.v601-esg-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.v601-partner-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.v601-industry-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.v601-cert-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }

.v601-card,
.v601-esg-card,
.v601-partner,
.v601-industry,
.v601-cert-card {
  background: #fff;
  border: 1px solid rgba(10,42,82,.13);
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(10,42,82,.06);
}

.v601-card,
.v601-esg-card,
.v601-partner,
.v601-industry { padding: 28px; }

.v601-card strong {
  display: block;
  margin-bottom: 8px;
  color: #0c3565;
  font-size: clamp(1.8rem,3vw,2.7rem);
  line-height: 1;
}

.v601-card span,
.v601-card p,
.v601-esg-card p,
.v601-partner p,
.v601-industry p,
.v601-cert-card p { color: #526985; line-height: 1.7; }

.v601-esg-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #fff;
  background: #0c6d5a;
  font-weight: 900;
}

.v601-esg-card:nth-child(2) .v601-esg-icon { background: #1a5d95; }
.v601-esg-card:nth-child(3) .v601-esg-icon { background: #9e2a31; }
.v601-esg-card h3,
.v601-partner h3,
.v601-industry h3,
.v601-cert-card h3 { margin: 0 0 12px; color: #0a2a52; }

.v601-flow {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}

.v601-flow li {
  position: relative;
  min-height: 160px;
  padding: 52px 22px 22px;
  color: #fff;
  background: #0a2a52;
  counter-increment: flow;
}

.v601-flow li:nth-child(2),.v601-flow li:nth-child(4) { background: #123f70; }
.v601-flow li::before {
  content: counter(flow,decimal-leading-zero);
  position: absolute;
  top: 18px;
  left: 22px;
  color: #ff7379;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.v601-flow li:not(:last-child)::after {
  content: '›';
  position: absolute;
  top: 50%;
  right: -12px;
  z-index: 2;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #0a2a52;
  background: #fff;
  box-shadow: 0 3px 10px rgba(10,42,82,.18);
  text-align: center;
  line-height: 22px;
}

.v601-flow strong { display:block; margin-bottom:8px; font-size:1.05rem; }
.v601-flow span { color:#cfdded; font-size:.92rem; line-height:1.55; }

.v601-image-split {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
  gap: clamp(32px,6vw,80px);
  align-items: center;
}

.v601-image-split img {
  width: 100%;
  min-height: 360px;
  max-height: 560px;
  object-fit: cover;
  border-radius: 4px;
}

.v601-recognition {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 22px;
  margin-top: 34px;
}

.v601-recognition article {
  padding: 30px;
  color: #fff;
  background: #0a2a52;
  border-top: 4px solid #ef2b32;
}

.v601-recognition strong { display:block; margin-bottom:10px; font-size:1.1rem; }
.v601-recognition p { margin:0; color:#d7e4f4; line-height:1.7; }

.v601-cert-card { overflow: hidden; }
.v601-cert-card button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #e9eef5;
  cursor: zoom-in;
}

.v601-cert-card img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: contain;
  background: #f7f3e8;
}

.v601-cert-copy { padding: 22px; }
.v601-cert-copy small { display:block; margin-bottom:8px; color:#9e2a31; font-weight:800; }
.v601-cert-copy p { margin: 7px 0 0; font-size: .92rem; }

.v601-partner a { display:inline-flex; margin-top:10px; color:#0c4f86; font-weight:800; }
.v601-industry { min-height: 142px; border-top: 4px solid #0c6d5a; }
.v601-industry:nth-child(2) { border-color:#1a5d95; }
.v601-industry:nth-child(3) { border-color:#ef2b32; }
.v601-industry:nth-child(4) { border-color:#c58b26; }

.v601-about-path {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 1px;
  margin-top: 36px;
  background: rgba(10,42,82,.14);
  border: 1px solid rgba(10,42,82,.14);
}

.v601-about-path span { padding: 24px 18px; color:#0a2a52; background:#fff; font-weight:800; text-align:center; }

.v601-direction-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; margin-top:34px; }
.v601-direction-grid article { padding:34px; color:#fff; background:#0a2a52; }
.v601-direction-grid article:last-child { background:#123f70; }
.v601-direction-grid h3 { color:#fff; }
.v601-direction-grid p { margin:0; color:#d7e4f4; line-height:1.7; }

.v601-footer-copy { max-width: 520px; }

@media (max-width: 980px) {
  .v601-overview-grid,.v601-industry-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .v601-cert-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .v601-flow { grid-template-columns:1fr; gap:10px; }
  .v601-flow li { min-height:0; padding:44px 22px 22px; }
  .v601-flow li:not(:last-child)::after { top:auto; right:50%; bottom:-17px; transform:translateX(50%) rotate(90deg); }
}

@media (max-width: 760px) {
  .v601-home .v44-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.25rem,10.5vw,3.2rem);
    line-height: 1.06;
  }
  .v601-home .v44-kicker { font-size:.82rem; }
  .v601-trust-points { margin-top:28px; }
  .v601-trust-points span { min-height:50px; font-size:1rem; }
  .v601-subhero h1 { max-width:12ch; font-size:clamp(2.35rem,10vw,3.4rem); word-break:keep-all; overflow-wrap:normal; }
  .v601-image-split { grid-template-columns:1fr; }
  .v601-image-split img { min-height:260px; max-height:420px; }
  .v601-esg-grid,.v601-partner-grid,.v601-recognition,.v601-direction-grid { grid-template-columns:1fr; }
}

@media (max-width: 560px) {
  .v601-section { padding:56px 0; }
  .v601-overview-grid,.v601-industry-grid,.v601-cert-grid { grid-template-columns:1fr; }
  .v601-card,.v601-esg-card,.v601-partner,.v601-industry { padding:24px; }
  .v601-cert-card img { height:300px; }
  .v601-about-path { grid-template-columns:1fr; }
  .v601-about-path span { text-align:left; }
}

@media (prefers-reduced-motion: reduce) {
  .v601-cert-card button { scroll-behavior:auto; }
}

/* V60.2 — clearer About page, restored process and footer contrast */
.v41-footer .brand strong { color:#fff !important; }
.v41-footer .brand small { color:#c9d7e8 !important; }

.v602-about main { background:#fff; }
.v602-about .v601-section { background:#fff; }
.v602-about .v601-section.v601-soft { background:#f4f7fb; }

.v602-about .v601-overview-grid {
  gap:0;
  border-top:1px solid rgba(10,42,82,.18);
  border-bottom:1px solid rgba(10,42,82,.18);
}
.v602-about .v601-card {
  padding:28px 28px 28px 0;
  border:0;
  border-right:1px solid rgba(10,42,82,.16);
  border-radius:0;
  box-shadow:none;
  background:transparent;
}
.v602-about .v601-card:not(:first-child) { padding-left:28px; }
.v602-about .v601-card:last-child { border-right:0; }

.v602-about .v601-about-path {
  gap:0;
  border:0;
  border-top:1px solid rgba(10,42,82,.18);
  border-bottom:1px solid rgba(10,42,82,.18);
  background:transparent;
  counter-reset:about-path;
}
.v602-about .v601-about-path span {
  position:relative;
  padding:46px 22px 26px;
  background:transparent;
  border-right:1px solid rgba(10,42,82,.16);
  counter-increment:about-path;
}
.v602-about .v601-about-path span:last-child { border-right:0; }
.v602-about .v601-about-path span::before {
  content:counter(about-path,decimal-leading-zero);
  position:absolute;
  top:18px;
  left:50%;
  transform:translateX(-50%);
  color:#ef2b32;
  font-size:.75rem;
  letter-spacing:.08em;
}

.v602-about .v601-industry-grid { gap:0; border-top:1px solid rgba(10,42,82,.18); }
.v602-about .v601-industry {
  min-height:0;
  padding:26px 24px 26px 0;
  border:0;
  border-bottom:1px solid rgba(10,42,82,.18);
  border-radius:0;
  box-shadow:none;
  background:transparent;
}
.v602-about .v601-industry:not(:first-child) { padding-left:24px; }
.v602-about .v601-industry h3 { margin:0; }

.v602-about .v601-partner-grid { gap:0; border-top:1px solid rgba(10,42,82,.18); border-bottom:1px solid rgba(10,42,82,.18); }
.v602-about .v601-partner {
  padding:34px 38px 34px 0;
  border:0;
  border-right:1px solid rgba(10,42,82,.18);
  border-radius:0;
  box-shadow:none;
  background:transparent;
}
.v602-about .v601-partner:last-child { padding-left:38px; border-right:0; }

.v602-about .v601-direction-grid { gap:0; background:#0a2a52; }
.v602-about .v601-direction-grid article { background:transparent; border-right:1px solid rgba(255,255,255,.2); }
.v602-about .v601-direction-grid article:last-child { background:transparent; border-right:0; }

@media (max-width:760px) {
  .v602-about .v601-card,
  .v602-about .v601-card:not(:first-child),
  .v602-about .v601-industry,
  .v602-about .v601-industry:not(:first-child),
  .v602-about .v601-partner,
  .v602-about .v601-partner:last-child {
    padding:22px 0;
    border-right:0;
    border-bottom:1px solid rgba(10,42,82,.16);
  }
  .v602-about .v601-card:last-child,
  .v602-about .v601-industry:last-child,
  .v602-about .v601-partner:last-child { border-bottom:0; }
  .v602-about .v601-about-path span { padding:22px 16px 22px 54px; border-right:0; border-bottom:1px solid rgba(10,42,82,.14); text-align:left; }
  .v602-about .v601-about-path span:last-child { border-bottom:0; }
  .v602-about .v601-about-path span::before { top:50%; left:18px; transform:translateY(-50%); }
  .v602-about .v601-direction-grid article { border-right:0; border-bottom:1px solid rgba(255,255,255,.2); }
  .v602-about .v601-direction-grid article:last-child { border-bottom:0; }
}
