/* About Us page styles */
:root {
  --about-green-950: var(--color-green-950);
  --about-green-900: var(--color-green-900);
  --about-green-800: var(--color-green-800);
  --about-green-700: var(--color-green-700);
  --about-gold: var(--color-gold-600);
  --about-gold-light: var(--color-gold-500);
  --about-cream: var(--color-cream-50);
  --about-cream-deep: var(--color-cream-100);
  --about-white: var(--color-white);
  --about-text: var(--color-text-main);
  --about-muted: var(--color-text-muted);
  --about-border: rgba(15, 35, 24, .1);
  --about-border-gold: rgba(196, 154, 60, .28);
  --about-radius: 22px;
  --about-shadow: 0 22px 58px rgba(15, 35, 24, .1);
  --about-shadow-soft: 0 14px 38px rgba(15, 35, 24, .07);
  --about-ease: cubic-bezier(.22, 1, .36, 1);
}

.about-svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* All buttons on this page: unified height 46px */
.about-page .btn,
.about-page .inquiry-actions .btn {
  height: 46px;
  min-height: 46px;
}

.site-header .site-nav-link[aria-current="page"] {
  color: var(--site-gold);
  background: rgba(211, 168, 60, .12);
}

@media (min-width: 1025px) {
  .site-header .site-nav-link[aria-current="page"]::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
}

.about-page,
.about-page * {
  font-family: var(--font-body);
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page button,
.about-page input,
.about-page textarea,
.about-page select {
  font-family: var(--font-body);
}

.about-page {
  color: var(--about-text);
  background:
    radial-gradient(circle at 16% 8%, rgba(196, 154, 60, .07), transparent 28%),
    var(--about-cream);
  overflow: clip;
}

.about-container {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 32px;
}

.about-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: transparent;
}

.about-section {
  padding: clamp(64px, 7vw, 112px) 0;
  background: var(--about-cream);
  scroll-margin-top: calc(var(--site-header-height, 65px) + 18px);
}

.about-section:nth-of-type(even) {
  background: linear-gradient(180deg, #fffdf8, var(--about-cream));
}

.about-section-head {
  max-width: 980px;
  margin: 0 auto clamp(28px, 4vw, 50px);
  text-align: center;
}

.about-section-label,
.about-kicker,
.cs-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--about-gold);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-section-label::after,
.about-kicker::before,
.about-kicker::after,
.cs-label::after {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.about-copy .about-section-label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.about-copy .about-section-label::after {
  display: none;
}

.about-section h2,
.cs-section-head h2,
.about-cta h2 {
  margin: 16px 0 0;
  color: #0B2A1F;
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.about-page h3,
.about-page h4 {
  color: #0B2A1F;
}

.about-section-head p,
.about-copy p,
.cs-section-head p,
.about-cta p {
  margin: 18px 0 0;
  color: var(--about-muted);
  font-size: clamp(.98rem, 1.2vw, 1.08rem);
  line-height: 1.78;
}

.about-copy {
  max-width: 720px;
}

.about-media,
.about-industry-showcase,
.about-global__photos article,
.about-process-list li,
.about-quality-gallery figure {
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background: var(--about-white);
  box-shadow: var(--about-shadow-soft);
}

.about-media img,
.about-media video,
.about-process-list img,
.about-quality-gallery img,
.about-global__photos img,
.about-industry-showcase img,
.cs-product-card img {
  transition: transform .55s var(--about-ease), filter .35s ease;
}

.about-media:hover img,
.about-media:hover video,
.about-process-list li:hover img,
.about-quality-gallery figure:hover img,
.about-industry-showcase:hover img,
.cs-product-card:hover img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.035);
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.about-btn {
  display: inline-flex;
  height: 46px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .24s var(--about-ease), background .24s var(--about-ease), border-color .24s var(--about-ease), box-shadow .24s var(--about-ease), color .24s var(--about-ease);
}

.about-btn svg,
.about-overview-bar svg,
.about-micro-stats svg,
.about-industry-links svg,
.about-showcase-strip svg,
.about-quality-metrics svg,
.about-quality-steps svg,
.about-confidence svg,
.about-advantage-card svg,
.about-sustainable-grid svg,
.about-process-benefits svg,
.about-global-stats svg,
.about-global__photos svg,
.about-support-strip svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-btn svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.1;
  transition: transform .24s var(--about-ease);
}

.about-btn:hover {
  transform: translateY(-2px);
}

.about-btn:hover svg {
  transform: translateX(4px);
}

.about-btn--primary {
  color: var(--about-white);
  background: linear-gradient(180deg, var(--about-green-800), var(--about-green-950));
  box-shadow: 0 16px 34px rgba(15, 35, 24, .18);
}

.about-btn--primary:hover {
  background: linear-gradient(180deg, var(--about-green-950), var(--about-green-950));
  box-shadow: 0 20px 44px rgba(15, 35, 24, .22);
}

.about-btn--outline {
  color: #0B2A1F;
  border-color: var(--about-border-gold);
  background: rgba(255, 255, 255, .72);
}

.about-btn--outline:hover {
  border-color: var(--about-gold);
  background: rgba(255, 255, 255, .94);
}

.about-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .55s ease, transform .55s ease;
}

.about-page.is-reveal-ready .about-reveal,
.about-page.is-reveal-ready .about-reveal.is-visible,
.about-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hero */
.about-hero {
  position: relative;
  padding: 0;
  height: 640px;
  background: url("/assets/images/about/about-hero-workshop.webp") center / cover no-repeat;
  overflow: hidden;
}

.about-hero__grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 32px;
}

.about-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 720px);
}

.about-hero h1 {
  max-width: 680px;
  margin: clamp(14px, 2vw, 24px) 0 0;
  color: #0B2A1F;
  font-size: clamp(3.2rem, 5.8vw, 5.4rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.012em;
}

.about-hero__gold-line {
  display: block;
  width: 56px;
  height: 3px;
  margin: clamp(16px, 2.2vw, 24px) 0 0;
  background: var(--about-gold);
  border-radius: 2px;
}

.about-hero__subtitle {
  max-width: none;
  margin: clamp(16px, 2.2vw, 24px) 0 0;
  color: #0B2A1F;
  font-size: 22px !important;
  font-weight: 800;
  line-height: 1.4;
  white-space: nowrap;
}

.about-hero__copy > p:not(.about-hero__subtitle) {
  max-width: 560px;
  margin: clamp(14px, 1.8vw, 20px) 0 0;
  color: #0B2A1F;
  font-size: clamp(.92rem, 1.15vw, 1rem);
  line-height: 1.78;
}

/* Visual — hidden, image now on .about-hero background */
.about-hero__visual {
  display: none;
}

/* Stats bar — glass morphism card, inside hero copy */
.about-hero__stats-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 680px;
  height: 80px;
  margin-top: clamp(20px, 3vw, 28px);
  padding: 10px;
  overflow: hidden;
  border-radius: var(--about-radius);
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 4px 32px rgba(15, 35, 24, .04), 0 1px 2px rgba(255, 255, 255, .15) inset;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.about-hero__stats-inner:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 154, 60, .35);
  box-shadow: 0 8px 40px rgba(15, 35, 24, .08), 0 1px 2px rgba(255, 255, 255, .25) inset;
}

.about-hero__stats-inner article {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 4px;
  border-radius: 12px;
  background: transparent;
}

.about-hero__stats-inner article + article {
  border-left: none;
}

.about-hero__stats-inner article > div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.about-hero__stats-inner svg {
  width: 18px;
  height: 18px;
  color: var(--about-gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.about-hero__stat-number {
  color: #0B2A1F;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  text-align: center;
}

.about-hero__stat-label {
  color: #4F625C;
  font-size: .54rem;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-hero__certs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  padding: 0 10px;
  margin-left: auto;
}

.about-hero__certs span {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  border: 1px solid rgba(196, 154, 60, .35);
  border-radius: 22px;
  color: var(--about-gold);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-align: center;
}

/* Overview */
.about-overview-bar {
  padding: 28px 0 clamp(58px, 6vw, 88px);
  background: var(--about-cream);
}

.about-overview-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--about-shadow-soft);
}

.about-overview-bar article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 104px;
  padding: 22px;
}

.about-overview-bar article + article {
  border-left: 1px solid rgba(196, 154, 60, .22);
}

.about-overview-bar svg {
  width: 38px;
  height: 38px;
  color: var(--about-gold);
  stroke-width: 1.65;
}

.about-overview-bar strong {
  display: block;
  color: #0B2A1F;
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.25;
}

.about-overview-bar span {
  display: block;
  grid-column: 2;
  margin-top: 5px;
  color: var(--about-muted);
  font-size: .82rem;
  font-weight: 700;
}

/* Shared split */
.about-split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.about-split__media {
  min-height: 500px;
}

.about-check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.about-check-list li {
  position: relative;
  padding-left: 28px;
  color: #0B2A1F;
  font-size: .96rem;
  font-weight: 800;
  line-height: 1.45;
}

.about-check-list li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--about-gold);
  box-shadow: 0 0 0 5px rgba(196, 154, 60, .12);
}

/* Product range */
.cs-section {
  padding: clamp(64px, 7vw, 108px) 0;
  background: var(--about-cream);
}

.cs-section--cream {
  background:
    radial-gradient(circle at 50% 0%, rgba(196, 154, 60, .08), transparent 34%),
    linear-gradient(180deg, var(--about-cream-deep), var(--about-cream));
}

.cs-section-head {
  max-width: 920px;
  margin: 0 auto clamp(30px, 4vw, 48px);
  text-align: center;
}

.cs-section-head p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cs-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
}

.cs-product-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background: var(--about-white);
  box-shadow: var(--about-shadow-soft);
  text-decoration: none;
  transition: transform .25s var(--about-ease), box-shadow .25s var(--about-ease), border-color .25s var(--about-ease);
}

.cs-product-card img {
  aspect-ratio: 1.25 / .78;
}

.cs-product-card h3 {
  margin: 0;
  padding: 18px 18px 8px;
  color: #0B2A1F;
  font-size: 1.26rem;
  font-weight: 900;
  line-height: 1.22;
}

.cs-product-card p {
  margin: 0;
  padding: 0 18px;
  color: var(--about-muted);
  font-size: .92rem;
  line-height: 1.62;
}

.cs-product-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  padding: 14px 18px 18px;
}

.cs-product-card span,
.about-advantage-card span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #0B2A1F;
  background: rgba(244, 239, 228, .9);
  font-size: .7rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.2;
}

/* Capabilities */
.about-capabilities {
  background:
    radial-gradient(circle at 12% 18%, rgba(196, 154, 60, .07), transparent 28%),
    linear-gradient(180deg, #fffdf8, var(--about-cream));
}

.about-capabilities .about-copy {
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
}

.about-capabilities .about-copy p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.about-capabilities__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 48px);
}

.about-micro-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(196, 154, 60, .3);
}

.about-micro-stats span {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 0 14px;
  color: #0B2A1F;
  font-size: .84rem;
  font-weight: 800;
  text-align: center;
}

.about-micro-stats span + span {
  border-left: 1px solid rgba(196, 154, 60, .28);
}

.about-micro-stats svg {
  width: 34px;
  height: 34px;
  color: var(--about-gold);
  stroke-width: 1.7;
}

.about-capability-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.about-capability-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, .95);
  box-shadow: var(--about-shadow-soft);
  transition: transform .25s var(--about-ease), box-shadow .25s var(--about-ease), border-color .25s var(--about-ease);
}

.about-capability-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0;
  transition: transform .45s var(--about-ease);
}

.about-capability-card:hover img {
  transform: scale(1.06);
}

.about-capability-card span {
  display: block;
  padding: 14px 16px;
  color: #0B2A1F;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.32;
  text-align: center;
}

/* Equipment Grid — image + text cards, 3 cols → 2 → 1 */
.about-equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.about-equipment-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, .95);
  box-shadow: var(--about-shadow-soft);
  transition: transform .25s var(--about-ease), box-shadow .25s var(--about-ease), border-color .25s var(--about-ease);
}

.about-equipment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(15, 35, 24, .10);
  border-color: var(--about-gold);
}

.about-equipment-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 0;
  transition: transform .45s var(--about-ease);
}

.about-equipment-card:hover img {
  transform: scale(1.06);
}

.about-equipment-card h3 {
  font-size: .95rem;
  font-weight: 800;
  color: #0B2A1F;
  line-height: 1.3;
  margin: 0;
  padding: 16px 18px 0;
}

.about-equipment-card p {
  font-size: .84rem;
  color: rgba(11, 42, 31, .75);
  line-height: 1.58;
  margin: 0;
  padding: 8px 18px 18px;
}

/* Responsive: 2 cols on tablet */
@media (max-width: 1020px) {
  .about-equipment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Responsive: 1 col on mobile */
@media (max-width: 640px) {
  .about-equipment-grid {
    grid-template-columns: 1fr;
  }

  .about-equipment-card img {
    height: 240px;
  }
}

/* Industries */

/* ==========================================================================
   Certifications & Compliance
   ========================================================================== */
.about-certifications {
  background: linear-gradient(180deg, var(--about-cream), #fffdf8);
}

.about-certifications .about-copy {
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
}

.about-certifications .about-copy p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.about-certifications__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 48px);
}

.about-certifications-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.about-cert-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, .95);
  box-shadow: var(--about-shadow-soft);
  transition: transform .25s var(--about-ease), box-shadow .25s var(--about-ease), border-color .25s var(--about-ease);
}

.about-cert-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(15, 35, 24, .10);
  border-color: var(--about-gold);
}

.about-cert-card img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  background: #fff;
  border-radius: 0;
  transition: transform .45s var(--about-ease);
}

.about-cert-card:hover img {
  transform: scale(1.06);
}

.about-cert-card h3 {
  font-size: .95rem;
  font-weight: 800;
  color: #0B2A1F;
  line-height: 1.3;
  margin: 0;
  padding: 16px 18px 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-cert-card p {
  font-size: .84rem;
  color: rgba(11, 42, 31, .75);
  line-height: 1.58;
  margin: 0;
  padding: 8px 18px 18px;
}

/* Responsive: 2 cols on tablet */
@media (max-width: 1020px) {
  .about-certifications-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Responsive: 1 col on mobile */
@media (max-width: 640px) {
  .about-certifications-cards {
    grid-template-columns: 1fr;
  }

  .about-cert-card img {
    height: 280px;
  }
}

/* ==========================================================================
   Our Team
   ========================================================================== */
.about-team {
  background: linear-gradient(180deg, #fffdf8, var(--about-cream));
}

.about-team .about-copy {
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
}

.about-team .about-copy p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.about-team .about-copy p.about-team__text {
  margin-top: 10px;
  color: rgba(11, 42, 31, .72);
  font-size: .9rem;
}

.about-team__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 48px);
}

.about-team-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.about-team-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, .95);
  box-shadow: var(--about-shadow-soft);
  transition: transform .25s var(--about-ease), box-shadow .25s var(--about-ease), border-color .25s var(--about-ease);
}

.about-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(15, 35, 24, .10);
  border-color: var(--about-gold);
}

.about-team-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 0;
  transition: transform .45s var(--about-ease);
}

.about-team-card:hover img {
  transform: scale(1.06);
}

.about-team-card h3 {
  font-size: .95rem;
  font-weight: 800;
  color: #0B2A1F;
  line-height: 1.3;
  margin: 0;
  padding: 16px 18px 0;
}

.about-team-card p {
  font-size: .84rem;
  color: rgba(11, 42, 31, .75);
  line-height: 1.58;
  margin: 0;
  padding: 8px 18px 18px;
}

/* Responsive: 2 cols on tablet */
@media (max-width: 1020px) {
  .about-team-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Responsive: 1 col on mobile */
@media (max-width: 640px) {
  .about-team-cards {
    grid-template-columns: 1fr;
  }

  .about-team-card img {
    height: 200px;
  }
}

/* Industries */
.about-industries__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, .95fr);
  gap: clamp(38px, 5vw, 70px);
  align-items: center;
}

.about-industry-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.about-industry-links a,
.about-industry-links > span {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 16px 18px;
  border: 1px solid var(--about-border-gold);
  border-radius: var(--about-radius);
  color: #0B2A1F;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 10px 28px rgba(15, 35, 24, .045);
  text-decoration: none;
  transition: transform .25s var(--about-ease), border-color .25s var(--about-ease), box-shadow .25s var(--about-ease);
}

.about-industry-links svg {
  width: 36px;
  height: 36px;
  color: var(--about-gold);
  stroke-width: 1.5;
}

.about-industry-links span span,
.about-industry-links a span {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
}

.about-industry-links b {
  color: var(--about-gold);
  font-size: 1.15rem;
  font-weight: 800;
  transition: transform .25s var(--about-ease);
}

.about-industry-showcase figure {
  height: 600px;
  overflow: hidden;
}

.about-showcase-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  height: 80px;
  color: var(--about-white);
  background: linear-gradient(90deg, var(--about-green-950), var(--about-green-800));
}

.about-showcase-strip span {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  padding: 8px 18px;
}

.about-showcase-strip span + span {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.about-showcase-strip svg {
  grid-row: span 2;
  width: 28px;
  height: 28px;
  color: #C49A3C;
  stroke-width: 1.7;
}

.about-showcase-strip strong {
  color: var(--about-white);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.2;
}

.about-showcase-strip small {
  grid-column: 2;
  color: rgba(255, 255, 255, .68);
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.2;
}

/* Quality */
.about-quality {
  background: #fffdf8;
}

.about-quality__hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.about-quality-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--about-shadow-soft);
}

.about-quality-metrics article {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 24px 14px;
  text-align: center;
}

.about-quality-metrics article + article {
  border-left: 1px solid rgba(196, 154, 60, .22);
}

.about-quality-metrics svg {
  width: 34px;
  height: 34px;
  color: var(--about-gold);
  stroke-width: 1.7;
}

.about-quality-metrics strong {
  color: #0B2A1F;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 900;
  line-height: 1;
}

.about-quality-metrics span {
  color: var(--about-muted);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.35;
}

.about-quality-gallery {
  display: grid;
  grid-template-columns: 1fr;
}

.about-quality-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--about-radius);
}

.about-quality-subtitle {
  margin: clamp(38px, 5vw, 58px) 0 22px;
  color: #0B2A1F;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 900;
  text-align: center;
}

.about-quality-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--about-shadow-soft);
}

.about-quality-steps article {
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 14px 12px;
  text-align: center;
  transition: transform .25s var(--about-ease), box-shadow .25s var(--about-ease), background .25s var(--about-ease);
}

.about-quality-steps article:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 48px rgba(15, 35, 24, .1);
  background: #fffdf8;
}

.about-quality-steps article + article {
  border-left: 1px solid rgba(15, 35, 24, .08);
}

.about-quality-steps svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid rgba(196, 154, 60, .22);
  border-radius: 50%;
  color: var(--about-gold);
  background: #fffdf8;
  stroke-width: 1.65;
}

.about-quality-steps strong {
  color: #0B2A1F;
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.25;
}

.about-quality-steps p {
  margin: 0;
  color: var(--about-muted);
  font-size: 14px !important;
  line-height: 1.55;
}

.about-confidence {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, .72fr));
  gap: 0;
  align-items: center;
  margin-top: 34px;
  overflow: hidden;
  border-radius: var(--about-radius);
  color: var(--about-white);
  background:
    radial-gradient(circle at 8% 8%, rgba(216, 180, 90, .16), transparent 32%),
    linear-gradient(90deg, var(--about-green-950), var(--about-green-800));
  box-shadow: var(--about-shadow);
}

.about-confidence > div {
  padding: 32px 38px;
}

.about-confidence h3 {
  margin: 0;
  color: var(--about-white);
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  line-height: 1.15;
}

.about-confidence p {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: .92rem;
  line-height: 1.7;
}

.about-confidence article {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 30px 22px;
  border-left: 1px solid rgba(255, 255, 255, .16);
  text-align: center;
}

.about-confidence svg {
  width: 54px;
  height: 54px;
  padding: 12px;
  border: 1px solid rgba(216, 180, 90, .46);
  border-radius: 50%;
  color: #C49A3C;
  stroke-width: 1.65;
}

.about-confidence strong {
  color: var(--about-white);
  font-size: .95rem;
  font-weight: 900;
}

.about-confidence span {
  color: rgba(255, 255, 255, .72);
  font-size: .82rem;
  line-height: 1.5;
}

/* Advantages */
.about-why {
  background:
    radial-gradient(circle at 50% 0%, rgba(196, 154, 60, .08), transparent 32%),
    linear-gradient(180deg, var(--about-cream), #fffdf8);
}

.about-advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-advantage-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 0 14px;
  padding: 28px 26px;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--about-shadow-soft);
  transition: transform .25s var(--about-ease), box-shadow .25s var(--about-ease), border-color .25s var(--about-ease);
}

.about-advantage-card:hover {
  border-color: rgba(196, 154, 60, .36);
  box-shadow: 0 28px 66px rgba(15, 35, 24, .13);
  transform: scale(1.04);
}

.about-advantage-card > svg {
  width: 42px;
  height: 42px;
  color: var(--about-gold);
  stroke-width: 1.55;
  grid-row: 1;
  grid-column: 1;
  transition: transform .25s var(--about-ease);
}

.about-advantage-card strong {
  display: flex;
  align-items: center;
  color: #0B2A1F;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.25;
  grid-row: 1;
  grid-column: 2;
  min-height: 42px;
}

.about-advantage-card p {
  margin: 12px 0 16px;
  color: var(--about-muted);
  font-size: .92rem;
  line-height: 1.55;
  grid-column: 1 / -1;
}

.about-advantage-card div {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  grid-column: 1 / -1;
  margin-top: auto;
}

/* Sustainability */
.about-sustainability {
  background: #fffdf8;
}

.about-sustainability .about-split {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.03fr);
}

.about-sustainability .about-split__media {
  min-height: 720px;
}

.about-sustainable-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.about-sustainable-grid article {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 14px;
  row-gap: 10px;
  padding: 22px 20px;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 10px 26px rgba(15, 35, 24, .045);
  transition: transform .25s var(--about-ease), box-shadow .25s var(--about-ease), border-color .25s var(--about-ease);
}

.about-sustainable-grid article:hover {
  border-color: rgba(196, 154, 60, .36);
  box-shadow: 0 28px 66px rgba(15, 35, 24, .13);
  transform: translateY(-5px);
}

.about-sustainable-grid svg {
  width: 36px;
  height: 36px;
  color: var(--about-gold);
  stroke-width: 1.55;
  grid-row: 1;
  grid-column: 1;
}

.about-sustainable-grid strong {
  display: flex;
  align-items: center;
  color: #0B2A1F;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  grid-row: 1;
  grid-column: 2;
  min-height: 36px;
}

.about-sustainable-grid p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--about-muted);
  font-size: .86rem;
  line-height: 1.55;
}

.about-material-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--about-shadow-soft);
}

.about-material-cta strong {
  color: #0B2A1F;
  font-size: 1rem;
  font-weight: 900;
}

.about-material-cta p {
  margin: 7px 0 0;
  color: var(--about-muted);
  font-size: .88rem;
  line-height: 1.55;
}

/* Process */
.about-process {
  background:
    radial-gradient(circle at 50% 0%, rgba(196, 154, 60, .08), transparent 34%),
    var(--about-cream);
}

.about-process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-process-list li {
  position: relative;
  min-height: 0;
  transition: transform .25s var(--about-ease), box-shadow .25s var(--about-ease), border-color .25s var(--about-ease);
}

.about-process-list img {
  height: 190px;
}

.about-process-list li > span {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  color: var(--about-white);
  background: var(--about-green-900);
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(15, 35, 24, .2);
}

.about-process-list strong {
  display: block;
  margin: 24px 24px 0;
  color: #0B2A1F;
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.25;
}

.about-process-list p {
  margin: 12px 24px 26px;
  color: var(--about-muted);
  font-size: .92rem;
  line-height: 1.62;
}

.about-process-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--about-shadow-soft);
}

.about-process-benefits article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 22px 26px;
}

.about-process-benefits article + article {
  border-left: 1px solid rgba(196, 154, 60, .22);
}

.about-process-benefits svg {
  width: 48px;
  height: 48px;
  padding: 10px;
  border-radius: 50%;
  color: var(--about-gold);
  background: rgba(196, 154, 60, .1);
  stroke-width: 1.65;
}

.about-process-benefits strong {
  display: block;
  color: #0B2A1F;
  font-size: .95rem;
  font-weight: 900;
}

.about-process-benefits span {
  display: block;
  grid-column: 2;
  margin-top: 4px;
  color: var(--about-muted);
  font-size: .82rem;
}

/* Global service */
.about-global {
  background: #fffdf8;
}

.about-global__panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 48px);
  padding: 0 32px;
  overflow: hidden;
  align-items: start;
}

.about-global__panel .about-copy {
  max-width: 980px;
}

.about-global-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.about-global-stats article {
  display: grid;
  gap: 9px;
}

.about-global-stats svg {
  width: 34px;
  height: 34px;
  color: var(--about-gold);
  stroke-width: 1.6;
}

.about-global-stats strong {
  color: #0B2A1F;
  font-size: .84rem;
  font-weight: 900;
  line-height: 1.3;
}

.about-global-stats span {
  color: var(--about-muted);
  font-size: .82rem;
  line-height: 1.55;
}

/* === GlobalExportMap === */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.about-global__map {
  position: sticky;
  top: calc(var(--site-header-height, 66px) + 42px + 24px);
  min-width: 0;
}

.global-export-map {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, .98);
  box-shadow: var(--about-shadow-soft);
  transition: transform .25s var(--about-ease), box-shadow .25s var(--about-ease), border-color .25s var(--about-ease);
}

.global-export-map:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 154, 60, .25);
  box-shadow: 0 18px 44px rgba(15, 35, 24, .09);
}

.global-export-map__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 12px;
}

.global-export-map__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--about-gold);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.2;
}

.global-export-map__eyebrow::after {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.global-export-map__header h3 {
  margin: 8px 0 0;
  color: #0B2A1F;
  font-size: clamp(1.16rem, 1.7vw, 1.6rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.global-export-map__region-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.global-export-map__region-nav span {
  min-width: 120px;
  color: #0B2A1F;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.global-export-map__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: 8px;
  background: rgba(255, 253, 248, .92);
  color: #0B2A1F;
  cursor: pointer;
  transition: transform .2s var(--about-ease), border-color .2s ease, background .2s ease;
}

.global-export-map__arrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.global-export-map__arrow:hover {
  transform: translateY(-1px);
  border-color: var(--about-gold);
  background: rgba(196, 154, 60, .08);
}

.global-export-map__tabs {
  display: flex;
  gap: 8px;
  margin: 0 24px;
  padding: 0 0 12px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.global-export-map__tabs::-webkit-scrollbar,
.global-export-map__country-list::-webkit-scrollbar {
  display: none;
}

.global-export-map__tabs button {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: 999px;
  background: rgba(255, 253, 248, .84);
  color: #0B2A1F;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  scroll-snap-align: start;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.global-export-map__tabs button:hover,
.global-export-map__tabs button.is-active {
  border-color: rgba(196, 154, 60, .45);
  background: rgba(196, 154, 60, .12);
  color: #0B2A1F;
}

.global-export-map__tools {
  display: grid;
  grid-template-columns: minmax(190px, .72fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 0 24px 14px;
}

.global-export-map__search {
  position: relative;
  display: block;
  min-width: 0;
}

.global-export-map__search svg {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  fill: none;
  stroke: var(--about-gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.global-export-map__search input {
  width: 100%;
  height: 38px;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: 10px;
  background: #fffdf8;
  color: #0B2A1F;
  font-size: .82rem;
  font-weight: 700;
  outline: 0;
  padding: 0 12px 0 36px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.global-export-map__search input:focus {
  border-color: rgba(196, 154, 60, .65);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(196, 154, 60, .11);
}

.global-export-map__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  align-items: center;
  justify-content: flex-end;
  color: rgba(11, 42, 31, .66);
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.2;
}

.global-export-map__legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.global-export-map__legend i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.legend-ring {
  border: 2px double var(--about-gold);
  box-shadow: 0 0 0 3px rgba(196, 154, 60, .12);
}

.legend-dot {
  background: #D3A83C;
}

.legend-active {
  background: #0B2A1F;
  box-shadow: 0 0 0 4px rgba(11, 42, 31, .12);
}

.global-export-map__stage {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(196, 154, 60, .14);
  border-bottom: 1px solid rgba(196, 154, 60, .14);
  background:
    radial-gradient(circle at 72% 28%, rgba(196, 154, 60, .09), transparent 28%),
    #fdf9f0;
  cursor: zoom-in;
  touch-action: none;
}

.global-export-map.is-map-zoomed .global-export-map__stage {
  cursor: grab;
}

.global-export-map__stage.is-panning {
  cursor: grabbing;
}

.global-export-map__stage.is-switching .global-export-map__svg {
  animation: globalMapSwitch .42s var(--about-ease);
}

.global-export-map__svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 340px;
}

.global-export-map__svg > rect {
  pointer-events: none;
}

.global-export-map__graticule path {
  display: none;
}

.global-export-country {
  fill: #e7decd;
  stroke: rgba(255, 255, 255, .98);
  stroke-width: .58;
  cursor: pointer;
  outline: none;
  transition: fill .18s ease, stroke .18s ease, opacity .18s ease, filter .18s ease;
  vector-effect: non-scaling-stroke;
}

.global-export-country.is-developed {
  fill: #dfd0b5;
}

.global-export-country.is-out-region {
  fill: #eee8dc;
  opacity: .42;
}

.global-export-country.is-search-dimmed {
  opacity: .18;
}

.global-export-country:hover,
.global-export-country:focus {
  fill: rgba(196, 154, 60, .28);
  stroke: rgba(11, 42, 31, .55);
  opacity: 1;
}

.global-export-country.is-active {
  fill: #0B2A1F;
  stroke: var(--about-gold);
  stroke-width: 1.2;
  opacity: 1;
  filter: url(#globalMapActiveGlow);
}

.global-export-route {
  fill: none;
  stroke: rgba(196, 154, 60, .46);
  stroke-width: .95;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: globalRouteFlow 1.9s ease-in-out infinite;
  vector-effect: non-scaling-stroke;
}

.global-export-route.is-developed {
  stroke-width: 1.1;
  stroke: rgba(196, 154, 60, .56);
}

.global-export-route.is-corridor {
  stroke-width: 1;
  stroke: rgba(196, 154, 60, .42);
}

.global-export-route.is-spoke {
  stroke-width: .78;
  stroke: rgba(196, 154, 60, .34);
}

.global-export-route.is-active {
  stroke: rgba(11, 42, 31, .76);
  stroke-width: 1.8;
}

.global-export-route-particle {
  fill: #D3A83C;
  opacity: .9;
  pointer-events: none;
  filter: url(#globalMapActiveGlow);
}

.global-export-route-particle.is-spoke {
  opacity: .72;
}

.global-export-route-particle.is-active {
  fill: #0B2A1F;
}

.global-export-marker {
  cursor: pointer;
}

.global-export-marker__dot {
  fill: #D3A83C;
  opacity: 1;
  stroke: none;
}

.global-export-marker.is-support:not(.is-active) .global-export-marker__dot {
  transform-box: fill-box;
  transform-origin: center;
  animation: globalSupportDotPulse 2s ease-in-out infinite;
}

.global-export-marker__ring {
  fill: rgba(255, 253, 248, .96);
  stroke: var(--about-gold);
  stroke-width: 1.05;
  vector-effect: non-scaling-stroke;
}

.global-export-marker__ring--inner {
  fill: var(--about-gold);
  stroke: #fffdf8;
  stroke-width: .65;
}

.global-export-marker__pulse {
  fill: url(#globalMapGoldGlow);
  transform-box: fill-box;
  transform-origin: center;
  pointer-events: none;
  animation: globalMarkerPulse 2.9s ease-in-out infinite;
}

.global-export-marker.is-active .global-export-marker__dot,
.global-export-marker.is-active .global-export-marker__ring--inner {
  fill: #0B2A1F;
}

.global-export-marker.is-active .global-export-marker__ring,
.global-export-marker.is-active .global-export-marker__dot {
  filter: url(#globalMapActiveGlow);
}

.global-export-label {
  pointer-events: none;
  opacity: .84;
  transition: opacity .2s ease;
}

.global-export-label.is-out-region {
  opacity: .38;
}

.global-export-label.is-active,
.global-export-label.is-in-region {
  opacity: .95;
}

.global-export-label text {
  fill: #0B2A1F;
  stroke: rgba(255, 253, 248, .92);
  stroke-width: 3;
  paint-order: stroke;
  font-size: 8.8px;
  font-weight: 900;
  letter-spacing: 0;
}

.global-export-label.is-active text {
  fill: var(--about-gold);
  font-size: 10px;
}

.global-export-label__leader {
  fill: none;
  stroke: rgba(196, 154, 60, .45);
  stroke-width: .75;
  vector-effect: non-scaling-stroke;
}

.global-export-origin-point__glow {
  fill: url(#globalMapGoldGlow);
  transform-box: fill-box;
  transform-origin: center;
  animation: globalOriginGlow 2.1s ease-in-out infinite;
}

.global-export-origin-point__core {
  fill: #0B2A1F;
  stroke: var(--about-gold);
  stroke-width: 2;
}

.global-export-origin-point__label {
  fill: #0B2A1F;
  stroke: rgba(255, 253, 248, .9);
  stroke-width: 3;
  paint-order: stroke;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.global-export-map__tooltip {
  position: absolute;
  z-index: 8;
  min-width: 250px;
  max-width: 330px;
  padding: 10px 12px;
  border: 1px solid rgba(196, 154, 60, .22);
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 30px rgba(15, 35, 24, .12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}

.global-export-map__tooltip-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
}

.global-export-map__tooltip strong {
  display: block;
  color: #0B2A1F;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}

.global-export-map__tooltip span {
  display: block;
  margin-top: 5px;
  color: rgba(11, 42, 31, .7);
  font-size: .72rem;
  font-weight: 900;
}

.global-export-map__flag-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(196, 154, 60, .28);
  border-radius: 8px;
  background: #fffdf8;
  color: #0B2A1F;
  font-weight: 900;
  line-height: 1;
}

.global-export-map__flag-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.global-export-map__flag-box b {
  display: none;
  font-size: .66rem;
  letter-spacing: 0;
}

.global-export-map__flag-box.is-fallback b {
  display: block;
}

.global-export-map__flag-box.is-fallback img {
  display: none;
}

.global-export-map__tooltip-flag {
  width: 38px;
  height: 38px;
}

.global-export-map__detail {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 9;
  width: min(320px, calc(100% - 36px));
  max-height: calc(100% - 36px);
  overflow-y: auto;
  padding: 18px;
  border: 1px solid rgba(196, 154, 60, .22);
  border-radius: 18px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 22px 54px rgba(15, 35, 24, .16);
}

.global-export-map__detail[hidden] {
  display: none;
}

.global-export-map__detail-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: 999px;
  background: #fffdf8;
  color: #0B2A1F;
  cursor: pointer;
}

.global-export-map__detail-close svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.global-export-map__detail-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-right: 34px;
}

.global-export-map__detail-flag {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.global-export-map__detail h4 {
  margin: 0;
  color: #0B2A1F;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.global-export-map__detail-meta,
.global-export-map__detail-tags,
.global-export-map__detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.global-export-map__detail-meta {
  margin-top: 12px;
}

.global-export-map__detail-meta span,
.global-export-map__detail-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  color: #0B2A1F;
  background: rgba(244, 239, 228, .9);
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.2;
}

.global-export-map__detail section {
  margin-top: 14px;
}

.global-export-map__detail small {
  display: block;
  color: var(--about-gold);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.global-export-map__detail section > strong {
  display: block;
  margin-top: 5px;
  color: #0B2A1F;
  font-size: .86rem;
  font-weight: 900;
}

.global-export-map__detail section p {
  margin: 7px 0 0;
  color: var(--about-muted);
  font-size: .78rem;
  line-height: 1.55;
}

.global-export-map__detail-tags {
  margin-top: 8px;
}

.global-export-map__detail-actions {
  margin-top: 16px;
}

.global-export-map__detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  color: #fff;
  background: #0B2A1F;
  font-size: .72rem;
  font-weight: 900;
  text-decoration: none;
}

.global-export-map__detail-actions a:first-child {
  color: #0B2A1F;
  border: 1px solid rgba(196, 154, 60, .38);
  background: rgba(196, 154, 60, .09);
}

.global-export-map__country-bar {
  background: rgba(255, 255, 255, .96);
}

.global-export-map__country-list {
  display: flex;
  gap: 8px;
  padding: 14px 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}

.global-export-map__country-list.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.global-export-map__country-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(15, 35, 24, .1);
  border-radius: 999px;
  background: #fffdf8;
  color: #0B2A1F;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  scroll-snap-align: start;
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.global-export-map__country-pill:hover {
  border-color: rgba(196, 154, 60, .55);
  background: rgba(196, 154, 60, .08);
}

.global-export-map__country-pill.is-developed {
  border-color: rgba(196, 154, 60, .34);
}

.global-export-map__country-pill.is-active {
  color: #fff;
  border-color: #0B2A1F;
  background: #0B2A1F;
  box-shadow: 0 8px 18px rgba(15, 35, 24, .16);
}

.global-export-map__flag {
  width: 20px;
  height: 14px;
  border-radius: 4px;
}

.global-export-map__empty {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: var(--about-muted);
  font-size: .78rem;
  font-weight: 800;
}

.global-export-map__note {
  margin: 0;
  padding: 0 24px 18px;
  color: var(--about-muted);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@keyframes globalRouteFlow {
  0%, 100% { opacity: .36; }
  50% { opacity: .78; }
}

@keyframes globalMarkerPulse {
  0%, 100% { opacity: .34; transform: scale(.88); }
  50% { opacity: .78; transform: scale(1.22); }
}

@keyframes globalSupportDotPulse {
  0%, 100% { opacity: .72; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.24); }
}

@keyframes globalOriginGlow {
  0%, 100% { opacity: .38; transform: scale(.9); }
  50% { opacity: .78; transform: scale(1.18); }
}

@keyframes globalMapSwitch {
  0% { opacity: .62; transform: translateY(5px) scale(.992); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* Responsive: reduce stats to 2 cols sooner */
@media (max-width: 1240px) {
  .about-global-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .global-export-map__tools {
    grid-template-columns: 1fr;
  }

  .global-export-map__legend {
    justify-content: flex-start;
  }
}

/* Responsive: tablet */
@media (max-width: 1020px) {
  .about-global__panel {
    grid-template-columns: 1fr;
  }

  .about-global__map {
    position: static;
  }
}

/* Responsive: mobile */
@media (max-width: 640px) {
  .about-global__panel {
    padding: 0 16px;
  }

  .about-global-stats {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .global-export-map__header {
    flex-direction: column;
    padding: 18px 16px 12px;
  }

  .global-export-map__region-nav {
    width: 100%;
    justify-content: space-between;
  }

  .global-export-map__region-nav span {
    min-width: 0;
  }

  .global-export-map__tabs {
    margin: 0 16px;
    padding-bottom: 10px;
  }

  .global-export-map__tools {
    padding: 0 16px 12px;
  }

  .global-export-map__legend {
    gap: 6px 10px;
    font-size: .64rem;
  }

  .global-export-map__stage {
    min-height: 340px;
  }

  .global-export-map__svg {
    height: 340px;
    min-height: 340px;
  }

  .global-export-label text {
    font-size: 7px;
  }

  .global-export-label:not(.is-active):not(.is-developed) {
    display: none;
  }

  .global-export-map__detail {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-height: 82%;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -18px 42px rgba(15, 35, 24, .18);
  }

  .global-export-map__country-list {
    padding: 10px 14px;
  }

  .global-export-map__note {
    font-size: .68rem;
    padding: 0 14px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .global-export-route,
  .global-export-route-particle,
  .global-export-marker.is-support .global-export-marker__dot,
  .global-export-origin-point__glow,
  .global-export-marker__pulse,
  .global-export-map__stage.is-switching .global-export-map__svg {
    animation: none !important;
  }
}

.about-global__photos h3 {
  margin: 0;
  color: #0B2A1F;
  font-size: 18px !important;
  font-weight: 900;
  line-height: 1.35;
}

.about-global__photos p {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  color: var(--about-muted);
  font-size: 16px !important;
  line-height: 1.5;
  text-align: left;
}

.about-support-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(196, 154, 60, .18);
}

.about-support-strip strong {
  color: #0B2A1F;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 4px;
}

.about-support-strip span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0B2A1F;
  font-size: .82rem;
  font-weight: 700;
}

.about-support-strip svg {
  width: 20px;
  height: 20px;
  color: var(--about-gold);
  stroke-width: 1.6;
}

/* Final CTA aligned with custom-service inquiry */
.about-cta {
  position: relative;
  height: 400px;
  overflow: hidden;
  background: var(--about-green-950);
}

.about-cta.gift-inquiry-bg,
.about-cta .gift-inquiry-bg {
  background-image:
    linear-gradient(90deg, rgba(7, 23, 15, .96), rgba(7, 23, 15, .7) 48%, rgba(7, 23, 15, .38)),
    url("/assets/images/custom-service/final-cta-bg.webp");
  background-size: cover;
  background-position: center;
}

.about-cta .inquiry-bg {
  background-image:
    linear-gradient(90deg, rgba(7, 23, 15, .96), rgba(7, 23, 15, .74) 46%, rgba(7, 23, 15, .42)),
    url("/assets/images/custom-service/final-cta-bg.webp");
  background-size: cover;
  background-position: center;
}

.about-cta .inquiry-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem 32px;
  text-align: center;
}

.about-cta .inquiry-head {
  margin-bottom: 1.2rem;
}

.about-cta .inquiry-head .section-intro {
  max-width: 860px;
  font-size: .95rem;
  line-height: 1.6;
}

.about-cta .inquiry-container > .about-reveal:not(.inquiry-head) {
  max-width: 760px;
  margin: 0 auto;
}

.about-cta h2 {
  color: var(--about-white);
}

/* Missing image fallback */
.about-media.is-image-missing img {
  opacity: 0;
}

.about-media.is-image-missing::after {
  content: attr(data-fallback);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: rgba(15, 35, 24, .62);
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .3) 0 12px, transparent 12px 24px),
    var(--about-cream-deep);
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

@media (hover: hover) {
  .cs-product-card:hover,
  .about-capability-card:hover,
  .about-industry-links a:hover,
  .about-industry-links > span:hover,
  .about-advantage-card:hover,
  .about-sustainable-grid article:hover,
  .about-process-list li:hover {
    border-color: rgba(196, 154, 60, .36);
    box-shadow: 0 28px 66px rgba(15, 35, 24, .13);
    transform: translateY(-5px);
  }

  .about-industry-links a:hover b,
  .about-industry-links > span:hover b {
    transform: translateX(4px);
  }
}


@media (max-width: 1240px) {
  .about-hero__stats-inner {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .about-hero__stats-inner article {
    width: auto;
    height: auto;
    min-width: 90px;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
  }

  .about-hero__stats-inner article > div {
    flex-direction: row;
    gap: 6px;
    align-items: baseline;
  }

  .about-hero__stats-inner svg {
    width: 16px;
    height: 16px;
  }

  .about-hero__stat-number {
    font-size: 1rem;
  }

  .about-hero__stat-label {
    font-size: .52rem;
  }

  .about-hero__certs {
    flex-basis: 100%;
    justify-content: center;
    margin-left: 0;
    padding: 8px 0 0;
    gap: 4px 8px;
  }

  .cs-product-grid,
  .about-advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-quality-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-quality-steps article:nth-child(4) {
    border-left: 0;
  }

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

  .about-confidence > div {
    grid-column: 1 / -1;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .about-process-benefits,
  .about-global-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-process-benefits article:nth-child(3),
  .about-global-stats article:nth-child(3) {
    border-left: 0;
  }

  .about-support-strip {
    margin-top: 16px;
    padding-top: 16px;
  }

  .about-support-strip strong {
    margin-right: 6px;
  }
}

@media (max-width: 1020px) {
  .about-hero__grid,
  .about-split,
  .about-sustainability .about-split,
  .about-capabilities__grid,
  .about-industries__grid,
  .about-quality__hero,
  .about-global__panel {
    grid-template-columns: 1fr;
  }

  .about-hero__grid {
    min-height: auto;
  }

  .about-hero__copy {
    padding: 32px clamp(20px, 3vw, 32px) 24px;
    width: 100%;
  }

  .about-split__media,
  .about-sustainability .about-split__media {
    min-height: 420px;
  }

  .about-capability-list,
  .about-industry-links,
  .about-sustainable-grid,
  .about-global__photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 760px) {
  .about-container,
  .about-cta .inquiry-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-section,
  .cs-section {
    padding: 54px 0;
  }

  .about-section h2,
  .cs-section-head h2,
  .about-hero h1,
  .about-cta h2 {
    font-size: clamp(2.05rem, 9vw, 3rem);
    line-height: 1.06;
  }

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

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

  .about-hero {
    padding-top: 0;
    height: auto;
    min-height: 420px;
  }

  .about-hero__grid {
    align-items: flex-start;
    padding: 0;
  }

  .about-hero__copy {
    padding: 32px 20px 28px;
    width: 100%;
  }

  .about-hero__gold-line {
    width: 48px;
    height: 2px;
    margin: 14px 0 0;
  }

  .about-hero__subtitle {
    white-space: normal !important;
    font-size: 1.05rem !important;
    line-height: 1.45;
  }

  .about-advantage-card {
    min-width: 0;
  }

  .about-advantage-card div {
    flex-wrap: wrap;
  }

  .about-advantage-card span {
    font-size: .68rem;
    padding: .3rem .55rem;
  }

  .about-section-head h2 {
    font-size: clamp(1.8rem, 7vw, 2.2rem) !important;
    line-height: 1.12;
  }

  .about-hero__copy > p:not(.about-hero__subtitle) {
    font-size: .95rem;
    line-height: 1.68;
  }

  .about-actions {
    flex-direction: column;
  }

  .about-btn,
  .about-cta .btn {
    width: 100%;
    white-space: normal;
  }

  .about-hero__stats-inner {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px;
  }

  .about-hero__stats-inner article {
    width: calc(50% - 3px);
    height: auto;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border-radius: 10px;
  }

  .about-hero__stats-inner article > div {
    flex-direction: column;
    gap: 2px;
  }

  .about-hero__certs {
    flex-basis: 100%;
    justify-content: center;
    margin-left: 0;
    padding-top: 6px;
    gap: 4px;
  }

  .about-overview-bar__grid,
  .cs-product-grid,
  .about-industry-links,
  .about-showcase-strip,
  .about-quality-metrics,
  .about-quality-steps,
  .about-confidence,
  .about-advantage-grid,
  .about-sustainable-grid,
  .about-process-list,
  .about-process-benefits,
  .about-global-stats,
  .about-global__photos,
  .about-support-strip {
    margin-top: 14px;
    padding-top: 14px;
  }

  .about-capability-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-global__photos {
    grid-template-columns: 1fr;
  }

  .about-overview-bar article + article,
  .about-quality-metrics article + article,
  .about-quality-steps article + article,
  .about-confidence article,
  .about-process-benefits article + article {
    border-left: 0;
    border-top: 1px solid rgba(196, 154, 60, .18);
  }

  .about-overview-bar article,
  .about-industry-links a,
  .about-industry-links > span,
  .about-process-benefits article,
  .about-global__photos div {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .about-industry-links a,
  .about-industry-links > span {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 14px;
    min-height: auto;
  }

  .about-industry-links b {
    font-size: .95rem;
    margin-left: 4px;
  }

  .about-sustainable-grid article {
    grid-template-columns: 40px 1fr;
    gap: 10px 12px;
  }

  .about-industry-showcase figure {
    height: 360px;
  }

  .about-quality-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-showcase-strip {
    grid-template-columns: 1fr;
    height: auto;
  }

  .about-showcase-strip span + span {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .about-material-cta {
    grid-template-columns: 1fr;
  }

  .about-process-list img,
  .about-global__photos img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .about-cta {
    height: auto;
    min-height: 360px;
  }

  .about-cta .inquiry-container {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .about-support-strip {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: start;
    gap: 6px 20px;
  }

  .about-support-strip strong {
    grid-column: 1 / -1;
    width: auto;
    margin-bottom: 2px;
  }

}

@media (max-width: 520px) {
  .about-container,
  .about-cta .inquiry-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-split__media,
  .about-sustainability .about-split__media {
    min-height: 300px;
    height: auto;
  }

  .about-split__media {
    aspect-ratio: 4 / 3;
  }

  .about-hero__inset {
    position: relative;
    right: auto;
    bottom: auto;
    width: 82%;
    margin: -54px auto 0;
  }

  .about-micro-stats {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-micro-stats span + span {
    border-left: 0;
  }

  .about-capability-card img {
    height: 160px;
  }

  .about-quality-gallery {
    grid-template-columns: 1fr;
  }

  .about-process-list {
    grid-template-columns: 1fr;
  }

  .about-advantage-grid {
    grid-template-columns: 1fr;
  }

  .about-capability-list {
    grid-template-columns: 1fr;
  }

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

  .about-industry-links {
    grid-template-columns: 1fr;
  }

  .about-sustainable-grid {
    grid-template-columns: 1fr;
  }

  .about-global__panel {
    padding: 24px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page *,
  .about-page *::before,
  .about-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* Reference screenshot alignment: stricter About Us module matching */
@media (min-width: 1021px) {
  .about-container {
    width: min(100%, 1440px);
    padding-left: 32px;
    padding-right: 32px;
  }

  .about-section {
    padding: 92px 0;
  }

  .about-section h2,
  .about-hero h1 {
    letter-spacing: 0;
  }

  .about-section h2,
  .cs-section-head h2 {
    font-size: 56px;
    line-height: 1.08;
  }

  .about-section-label,
  .about-kicker,
  .cs-label {
    font-size: 16px;
    letter-spacing: .18em;
  }

  .about-section-label::after,
  .about-kicker::before,
  .about-kicker::after,
  .cs-label::after,
  .about-copy .about-section-label::before {
    width: 48px;
  }

  .about-copy p,
  .about-section-head p {
    font-size: 20px;
    line-height: 1.7;
  }

  .about-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-hero__grid {
    height: 100%;
  }

  .about-hero h1 {
    max-width: 650px;
    font-size: 70px;
    line-height: 1.02;
  }

  .about-hero__subtitle {
    margin-top: 24px;
    font-size: 22px !important;
    line-height: 1.35;
  }

  .about-hero__copy > p:not(.about-hero__subtitle) {
    max-width: 680px;
    font-size: 18px;
    line-height: 1.78;
  }

  .about-capabilities__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-capabilities .about-copy {
    max-width: 960px;
  }

  .about-capability-list {
    gap: 16px 34px;
  }

  .about-capability-card img {
    height: 200px;
  }

  .about-capability-card span {
    padding: 18px 20px;
    font-size: 1rem;
    line-height: 1.35;
  }

  .about-micro-stats {
    margin-top: 36px;
    padding-top: 28px;
  }

  .about-industries__grid {
    grid-template-columns: minmax(0, .48fr) minmax(0, .52fr);
    gap: 80px;
  }

  .about-industry-links {
    gap: 12px 16px;
    margin-top: 34px;
  }

  .about-industry-links a,
  .about-industry-links > span {
    min-height: 118px;
    padding: 24px;
    grid-template-columns: 50px minmax(0, 1fr) 28px;
  }

  .about-industry-links span span,
  .about-industry-links a span {
    font-size: 20px;
    line-height: 1.35;
  }

  .about-industry-showcase figure {
    height: 600px;
  }

  .about-showcase-strip span {
    padding: 10px 22px;
  }

  .about-showcase-strip strong {
    font-size: .9rem;
  }

  .about-showcase-strip small {
    font-size: .76rem;
  }

  .about-why .about-section-head {
    max-width: 1100px;
  }

  .about-why .about-section-head p {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-advantage-grid {
    gap: 32px 36px;
  }

  .about-advantage-card {
    grid-template-columns: 48px 1fr;
    gap: 0 16px;
    padding: 32px 28px;
  }

  .about-advantage-card > svg {
    width: 48px;
    height: 48px;
  }

  .about-advantage-card strong {
    font-size: 1.15rem;
    min-height: 48px;
  }

  .about-advantage-card p {
    font-size: .95rem;
    line-height: 1.5;
  }

  .about-advantage-card span {
    min-height: 30px;
    padding: 0 12px;
    font-size: .72rem;
  }

  .about-quality__hero {
    grid-template-columns: minmax(0, .48fr) minmax(0, .52fr);
    gap: 70px;
  }

  .about-quality-metrics article {
    min-height: 152px;
  }

  .about-quality-metrics strong {
    font-size: 36px;
  }

  .about-quality-metrics span {
    font-size: 14px;
  }

  .about-quality-subtitle {
    margin-top: 56px;
    margin-bottom: 28px;
    font-size: 30px;
  }

  .about-quality-steps article {
    padding: 18px 12px 14px;
  }

  .about-quality-steps strong {
    font-size: 16px;
  }

  .about-quality-steps p {
    font-size: 14px !important;
  }

  .about-confidence {
    margin-top: 44px;
  }

  .about-confidence > div {
    padding: 48px 52px;
  }

  .about-confidence h3 {
    font-size: 34px;
  }

  .about-sustainability .about-split {
    grid-template-columns: minmax(0, .46fr) minmax(0, .54fr);
    gap: 68px;
  }

  .about-sustainability .about-split__media {
    min-height: 760px;
  }

  .about-sustainable-grid {
    gap: 14px 16px;
  }

  .about-sustainable-grid article {
    padding: 24px 22px;
  }

  .about-sustainable-grid svg {
    width: 40px;
    height: 40px;
  }

  .about-sustainable-grid strong {
    font-size: 1.05rem;
    min-height: 40px;
  }

  .about-sustainable-grid p {
    font-size: .9rem;
    line-height: 1.55;
  }

  .about-material-cta {
    min-height: 116px;
    padding: 22px 26px;
  }

  .about-process .about-section-head {
    max-width: 1180px;
  }

  .about-process-list {
    gap: 22px;
  }

  .about-process-list img {
    height: 190px;
  }

  .about-process-list strong {
    font-size: 24px;
  }

  .about-process-list p {
    font-size: 16px;
    line-height: 1.55;
  }

  .about-process-benefits {
    margin-top: 32px;
  }

  .about-process-benefits article {
    min-height: 108px;
  }

  .about-global__panel {
    width: min(100%, 1440px);
    grid-template-columns: minmax(0, .43fr) minmax(0, .57fr);
    gap: 32px;
    padding: 0 32px;
  }

  .about-support-strip {
    margin-top: 28px;
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  .about-industry-links span span,
  .about-industry-links a span,
  .about-advantage-card strong,
  .about-sustainable-grid strong,
  .about-process-list strong,
  .about-global__photos h3 {
    font-size: 18px !important;
  }

  .about-advantage-card p,
  .about-sustainable-grid p,
  .about-global__photos p {
    font-size: 18px;
  }

  .about-global__photos p {
    font-size: 16px !important;
  }

  .about-process-list p {
    font-size: 15px;
  }
}

/* ==========================================================================
   Who We Are — Factory section
   ========================================================================== */
#about-factory {
  padding: clamp(54px, 8vh, 92px) 0;
  background: linear-gradient(180deg, #fffdf8 0%, var(--about-cream) 100%);
}

.about-factory__header {
  text-align: center;
}

.about-factory__header .about-factory__subhead {
  margin-left: auto;
  margin-right: auto;
}

.about-factory__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  margin-top: clamp(2rem, 4vw, 3rem);
}

/* Video card */
.about-factory__video-card {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(196, 154, 60, .22);
  box-shadow: 0 4px 32px rgba(15, 35, 24, .06);
  background: #000;
}

.about-factory__video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  pointer-events: auto;
}

.about-factory__video-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 12px;
  border-radius: 6px;
  background: rgba(0, 0, 0, .55);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, .9);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.about-factory__video-el {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  pointer-events: auto;
}

.about-factory__play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.about-factory__play-btn svg {
  width: 56px;
  height: 56px;
  padding: 12px;
  border-radius: 50%;
  background: rgba(196, 154, 60, .88);
  color: #0B2A1F;
  transition: transform .25s ease, background .25s ease;
}

.about-factory__play-btn:hover svg {
  transform: scale(1.12);
  background: var(--about-gold);
}

/* Video tags */
.about-factory__video-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.about-factory__video-tags span {
  padding: 4px 10px;
  border: 1px solid rgba(196, 154, 60, .28);
  border-radius: 14px;
  background: rgba(196, 154, 60, .06);
  color: #4F625C;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .03em;
}

/* Copy section */
.about-factory__headline {
  margin: clamp(12px, 1.8vw, 18px) 0 0;
  color: #0B2A1F;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.about-factory__subhead {
  max-width: 620px;
  margin: clamp(10px, 1.4vw, 16px) 0 0;
  color: #4F625C;
  font-size: clamp(.92rem, 1.15vw, 1.05rem);
  line-height: 1.55;
}

.about-factory__body {
  max-width: 640px;
  margin: .55rem 0 0;
  color: #4F625C;
  font-size: .88rem;
  line-height: 1.7;
}

/* Capability tags */
.about-factory__capability-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 1rem;
}

.about-factory__capability-tags span {
  padding: 5px 12px;
  border: 1px solid rgba(196, 154, 60, .3);
  border-radius: 16px;
  background: rgba(196, 154, 60, .06);
  color: #0B2A1F;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
}

/* Stats cards */
.about-factory__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 1.25rem;
}

.about-factory__stat {
  padding: .6rem .45rem;
  text-align: center;
  background: var(--about-white);
  border: 1px solid rgba(196, 154, 60, .18);
  border-radius: 8px;
}

.about-factory__stat-number {
  color: #0B2A1F;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.15;
}

.about-factory__stat-number span {
  color: var(--about-gold);
  font-size: .65rem;
}

.about-factory__stat-label {
  margin-top: 3px;
  color: #4F625C;
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
}

/* Actions */
.about-factory__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 1.25rem;
}

.about-factory__btn-video {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(196, 154, 60, .35);
  border-radius: 7px;
  background: transparent;
  color: #0B2A1F;
  font-size: .85rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.about-factory__btn-video svg {
  width: 16px;
  height: 16px;
  color: var(--about-gold);
}

.about-factory__btn-video:hover {
  transform: translateY(-2px);
  border-color: var(--about-gold);
  background: rgba(196, 154, 60, .08);
}

/* Responsive */
@media (max-width: 1020px) {
  .about-factory__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-factory__video {
    order: -1;
  }

  .about-factory__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .about-factory__play-btn svg {
    width: 44px;
    height: 44px;
    padding: 10px;
  }
}

@media (max-width: 520px) {
  .about-factory__headline {
    font-size: 1.55rem;
  }

  .about-factory__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-factory__btn-video {
    justify-content: center;
  }
}

/* ==========================================================================
   Anchor Navigation
   ========================================================================== */
.about-anchor-nav {
  position: sticky;
  top: var(--site-header-height, 66px);
  z-index: 90;
  height: 42px;
  border-top: 1px solid rgba(15, 35, 24, .08);
  border-bottom: 1px solid rgba(15, 35, 24, .1);
  background: rgba(251, 248, 241, .92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.about-anchor-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  height: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.about-anchor-nav__inner::-webkit-scrollbar {
  display: none;
}

.about-anchor-nav a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  height: 30px;
  padding: 0 .75rem;
  border: 1px solid transparent;
  border-radius: 22px;
  color: #0B2A1F;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}

.about-anchor-nav a.is-active {
  border-color: rgba(196, 154, 60, .36);
  background: rgba(196, 154, 60, .12);
  color: #0B2A1F;
}

@media (hover: hover) {
  .about-anchor-nav a:hover {
    border-color: rgba(196, 154, 60, .34);
    background: rgba(196, 154, 60, .1);
    transform: translateY(-2px);
  }
}

@media (max-width: 640px) {
  .about-anchor-nav {
    display: none;
  }
}

/* Section anchor offset — pixel-perfect positioning */
.about-page {
  --about-anchor-nav-height: 42px;
  --about-section-padding-y: clamp(4rem, 7vw, 7rem);
}

.about-section {
  scroll-margin-top: calc(var(--site-header-height, 66px) + var(--about-anchor-nav-height) - var(--about-section-padding-y));
}

@media (max-width: 640px) {
  .about-page {
    --about-anchor-nav-height: 0px;
  }
}
.about-video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.about-video-modal.is-open {
  display: flex;
}

.about-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .92);
}

.about-video-modal__content {
  position: relative;
  width: min(92vw, 1200px);
  z-index: 1;
}

.about-video-modal__content video {
  display: block;
  width: 100%;
  border-radius: 12px;
  background: #000;
}

.about-video-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: rgba(255, 255, 255, .12);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease;
}

.about-video-modal__close:hover {
  background: rgba(255, 255, 255, .25);
}

.about-video-modal__close svg {
  width: 18px;
  height: 18px;
}

.about-factory__video-card.vvb-video-enhanced .about-factory__video-el {
  border-radius: 20px 20px 0 0;
}

.about-factory__video-card.vvb-video-enhanced .vvb-video-controls {
  border-radius: 0 0 20px 20px;
}

.about-video-modal__content.vvb-video-enhanced video {
  border-radius: 12px 12px 0 0;
}

.about-video-modal__content.vvb-video-enhanced .vvb-video-controls {
  border-radius: 0 0 12px 12px;
}

/* ---- Image Lightbox ---- */
.about-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.about-image-lightbox.is-open {
  display: flex;
}

.about-image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .88);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.about-image-lightbox__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-image-lightbox__content img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
  cursor: zoom-in;
  will-change: transform;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}

.about-image-lightbox__content img.is-dragging {
  transition: none;
}

.about-image-lightbox__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  padding: 0;
  transition: background .2s;
}

.about-image-lightbox__close:hover {
  background: rgba(255,255,255,.25);
}

.about-image-lightbox__close svg {
  width: 18px;
  height: 18px;
  display: block;
}

/* Cert card images - clickable cursor */
.about-cert-card img {
  cursor: pointer;
}

/* ---- Lightbox navigation ---- */
.about-image-lightbox__prev,
.about-image-lightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  transition: background .2s;
}

.about-image-lightbox__prev { left: -56px; }
.about-image-lightbox__next { right: -56px; }

.about-image-lightbox__prev:hover,
.about-image-lightbox__next:hover {
  background: rgba(255,255,255,.25);
}

.about-image-lightbox__prev svg,
.about-image-lightbox__next svg {
  width: 20px;
  height: 20px;
  display: block;
}

.about-image-lightbox__counter {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.7);
  font-size: .85rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .about-image-lightbox__prev { left: 8px; }
  .about-image-lightbox__next { right: 8px; }
  .about-image-lightbox__prev,
  .about-image-lightbox__next {
    width: 36px;
    height: 36px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .about-image-lightbox__prev,
  .about-image-lightbox__next {
    display: none !important;
  }
}

/* ========================================================================== 
   Conversion-led About page refinements
   ========================================================================== */
.about-hero {
  height: 600px;
  background-image:
    linear-gradient(90deg, rgba(255, 253, 248, .97) 0%, rgba(255, 253, 248, .88) 40%, rgba(255, 253, 248, .18) 70%),
    url("/assets/images/about/about-hero-workshop.webp");
  background-position: center;
}

.about-hero__copy {
  width: min(100%, 650px);
}

.about-hero h1 {
  max-width: 620px;
  font-size: clamp(3rem, 4.6vw, 4rem);
  line-height: 1.02;
}

.about-hero__copy > p:not(.about-hero__subtitle):not(.about-hero__trustline) {
  max-width: 600px;
  font-size: 1.05rem;
  line-height: 1.62;
}

.about-hero .about-actions {
  margin-top: 22px;
}

.about-hero__trustline {
  margin: 11px 0 0 !important;
  color: #4f625c !important;
  font-size: .78rem !important;
  font-weight: 750;
  line-height: 1.4 !important;
}

.about-hero__stats-inner {
  width: min(100%, 650px);
  margin-top: 18px;
}

.about-hero__stats-inner article {
  width: 108px;
}

.about-hero__stat-number {
  font-size: .96rem;
}

.about-hero__stat-label {
  font-size: .5rem;
  white-space: normal;
}

.about-section {
  padding: clamp(64px, 6vw, 88px) 0;
}

.about-section h2,
.cs-section-head h2 {
  font-size: clamp(2.4rem, 3.8vw, 3.25rem);
}

.about-why .about-section-head {
  max-width: 920px;
}

.about-advantage-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-advantage-card {
  grid-template-columns: 38px 1fr;
  padding: 24px 22px;
}

.about-advantage-card > svg {
  width: 36px;
  height: 36px;
}

.about-advantage-card strong {
  min-height: 36px;
  font-size: 1rem;
}

.about-advantage-card p {
  font-size: .87rem;
}

.about-advantage-card span {
  padding-inline: 9px;
  font-size: .65rem;
}

.about-conversion-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 24px;
  align-items: center;
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(196, 154, 60, .28);
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(196, 154, 60, .18), transparent 38%),
    linear-gradient(120deg, var(--about-green-950), var(--about-green-800));
  box-shadow: var(--about-shadow-soft);
}

.about-conversion-strip > div {
  display: grid;
  gap: 5px;
}

.about-conversion-strip strong {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 850;
}

.about-conversion-strip > div span,
.about-conversion-strip__note {
  color: rgba(255, 255, 255, .76);
  font-size: .84rem;
  line-height: 1.5;
}

.about-conversion-strip__note {
  grid-column: 2;
  text-align: center;
}

.about-conversion-strip .about-btn--primary {
  color: #0b2a1f;
  background: var(--about-gold);
  box-shadow: none;
}

.about-conversion-strip--light {
  color: #0b2a1f;
  background: rgba(255, 255, 255, .9);
}

.about-conversion-strip--light strong {
  color: #0b2a1f;
}

.about-conversion-strip--light > div span {
  color: var(--about-muted);
}

.about-quality-gallery__proof {
  position: relative;
  display: block;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: var(--about-radius);
  background: #fff;
  box-shadow: var(--about-shadow-soft);
}

.about-quality-gallery__proof img {
  min-height: 430px;
}

.about-quality-gallery__proof figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(11, 42, 31, .82);
  backdrop-filter: blur(8px);
  font-size: .7rem;
  font-weight: 750;
}

.about-cert-card img {
  height: 330px;
}

.about-cert-card h3 {
  height: 68px;
}

.about-cert-card img[role="button"]:focus-visible {
  outline: 3px solid rgba(196, 154, 60, .8);
  outline-offset: -5px;
}

.about-process .about-conversion-strip {
  margin-top: 26px;
}

@media (min-width: 1021px) {
  .about-section {
    padding: 82px 0;
  }

  .about-section h2,
  .cs-section-head h2 {
    font-size: 48px;
  }

  .about-hero h1 {
    font-size: 60px;
  }

  .about-copy p,
  .about-section-head p {
    font-size: 18px;
  }

  .about-advantage-grid {
    gap: 18px;
  }

  .about-advantage-card {
    grid-template-columns: 38px 1fr;
    gap: 0 12px;
    padding: 24px 20px;
  }

  .about-advantage-card > svg {
    width: 36px;
    height: 36px;
  }

  .about-advantage-card strong {
    min-height: 36px;
    font-size: 1rem;
  }

  .about-quality-metrics article {
    min-height: 138px;
  }

  .about-process-list img {
    height: 178px;
  }
}

@media (max-width: 1180px) {
  .about-advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-global__panel {
    grid-template-columns: 1fr;
  }

  .about-global__map {
    position: static;
  }
}

@media (max-width: 760px) {
  .about-section {
    padding: 50px 0;
  }

  .about-anchor-nav {
    display: block;
    height: 44px;
  }

  .about-anchor-nav__inner {
    justify-content: flex-start;
    gap: 2px;
    padding: 0 12px;
    scroll-snap-type: x proximity;
  }

  .about-anchor-nav a {
    height: 32px;
    padding: 0 11px;
    font-size: .72rem;
    scroll-snap-align: start;
  }

  .about-page {
    --about-anchor-nav-height: 44px;
  }

  .about-hero {
    min-height: 0;
    background-image:
      linear-gradient(90deg, rgba(255, 253, 248, .97) 0%, rgba(255, 253, 248, .88) 72%, rgba(255, 253, 248, .4) 100%),
      url("/assets/images/about/about-hero-workshop.webp");
    background-position: 58% center;
  }

  .about-hero__copy {
    padding: 28px 18px 30px;
  }

  .about-hero h1 {
    max-width: 340px;
    font-size: clamp(2.25rem, 10vw, 2.65rem);
    line-height: 1.02;
  }

  .about-hero__copy > p:not(.about-hero__subtitle):not(.about-hero__trustline) {
    max-width: 330px;
    font-size: .96rem;
    line-height: 1.55;
  }

  .about-hero .about-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .about-hero__trustline {
    max-width: 330px;
    margin-top: 10px !important;
    font-size: .72rem !important;
  }

  .about-hero__stats-inner {
    margin-top: 18px;
  }

  .about-hero__stats-inner article {
    min-height: 62px;
  }

  .about-hero__stat-number {
    font-size: .92rem;
  }

  .about-hero__certs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-hero__certs span {
    min-height: 24px;
    padding-inline: 4px;
    font-size: .52rem;
  }

  .about-advantage-grid {
    grid-template-columns: 1fr;
  }

  .about-conversion-strip {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .about-conversion-strip .about-btn {
    width: 100%;
  }

  .about-conversion-strip__note {
    grid-column: 1;
    text-align: left;
  }

  .about-quality-gallery__proof,
  .about-quality-gallery__proof img {
    min-height: 300px;
  }

  .about-quality-metrics {
    padding-top: 0;
  }

  .about-quality-metrics article:nth-child(3) {
    border-left: 0;
  }

  .about-certifications-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-cert-card img {
    height: 230px;
  }

  .about-cert-card h3 {
    height: 60px;
    padding: 12px 10px 0;
    font-size: .82rem;
  }

}

@media (max-width: 480px) {
  .about-hero__copy {
    padding-inline: 16px;
  }

  .about-hero h1 {
    font-size: 2.22rem;
  }

  .about-section h2,
  .about-section-head h2,
  .cs-section-head h2,
  .about-cta h2 {
    font-size: 1.95rem !important;
    line-height: 1.08;
  }

  .about-certifications-cards {
    gap: 10px;
  }

  .about-cert-card img {
    height: 210px;
  }
}
