/* 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;
}

.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;
  min-height: 52px;
  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;
}

/* 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: 1.6fr .55fr .55fr;
  grid-auto-rows: 142px;
  gap: 12px;
}

.about-quality-gallery__large {
  grid-row: span 2;
}

.about-quality-gallery figure:nth-child(4),
.about-quality-gallery figure:nth-child(5) {
  grid-column: span 1;
}

.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: 10px;
  justify-items: center;
  padding: 24px 14px;
  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: .78rem;
  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: minmax(0, .9fr) minmax(0, 1.18fr);
  gap: clamp(24px, 3vw, 48px);
  padding: 0 32px;
  overflow: hidden;
}

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

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

.about-global-stats svg {
  width: 38px;
  height: 38px;
  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: .78rem;
  line-height: 1.55;
}

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

.about-global__photos article {
  display: flex;
  flex-direction: column;
}

.about-global__photos img {
  height: 310px;
  transition: transform .4s var(--about-ease);
}

.about-global__photos article:hover img {
  transform: scale(1.05);
}

.about-global__photos div {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  padding: 24px;
}

.about-global__photos svg {
  width: 40px;
  height: 40px;
  color: var(--about-gold);
  stroke-width: 1.55;
}

.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 (min-width: 1025px) {
}

@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-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 150px;
  }

  .about-quality-gallery__large {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .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-gallery {
    grid-template-columns: 1.65fr .52fr .52fr;
    grid-auto-rows: 170px;
    gap: 14px;
  }

  .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 {
    min-height: 250px;
    padding: 34px 18px 28px;
  }

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

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

  .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-global__photos img {
    height: 360px;
  }

  .about-global__photos h3 {
    font-size: 18px !important;
  }

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

  .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: 8px;
  margin-top: 1.25rem;
}

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

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

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

.about-factory__stat-label {
  margin-top: 3px;
  color: #4F625C;
  font-size: .58rem;
  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;
  min-height: 48px;
  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;
}
