.about-design-page main {
  background: #fff;
  color: var(--ink);
}

.about-design-page .v21-picture {
  display: block;
  width: 100%;
}

.about-design-page .v21-picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-visual-hero {
  position: relative;
  min-height: 720px;
  height: min(760px, 66vw);
  overflow: hidden;
  color: #fff;
}

.about-visual-hero > .v21-picture {
  position: absolute;
  inset: 0;
}

.about-hero-panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: min(850px, 44vw);
  min-height: 100%;
  padding: clamp(150px, 14vw, 260px) clamp(42px, 4vw, 80px) 66px clamp(86px, 11vw, 210px);
}

.about-why-hero .about-hero-panel {
  background: linear-gradient(90deg, rgba(91, 68, 47, .68), rgba(91, 68, 47, .44));
}

.about-rd-hero .about-hero-panel {
  color: var(--ink);
  background: #f5eddc;
  justify-content: center;
  padding-top: 112px;
  padding-bottom: 92px;
}

.about-hero-panel h1 {
  margin: 0 0 28px;
  font-size: clamp(36px, 3.7vw, 62px);
  line-height: 1.02;
  font-weight: 950;
  text-transform: uppercase;
}

.about-hero-panel p {
  max-width: 430px;
  margin: 0;
  color: inherit;
  font-size: 18px;
  line-height: 1.45;
}

.about-rd-hero .about-hero-panel p {
  color: #51483f;
}

.about-hero-metrics {
  display: flex;
  gap: 38px;
  align-items: center;
  margin-top: auto;
  padding-top: 70px;
}

.about-hero-metrics img {
  width: auto;
  height: 50px;
  object-fit: contain;
}

.about-section {
  width: var(--content-w);
  margin: 96px auto;
}

.about-production {
  width: min(1180px, calc(100vw - 112px));
  margin: 110px auto 118px;
}

.about-section-head {
  max-width: 680px;
  margin: 0 auto 42px;
  text-align: center;
}

.about-production .about-section-head {
  max-width: 650px;
  margin-bottom: 58px;
}

.about-production .about-section-head h2 {
  font-size: clamp(28px, 2.2vw, 34px);
}

.about-production .about-section-head p {
  color: #554b42;
  font-size: 16px;
  line-height: 1.5;
}

.about-section h2,
.about-proof-card h2 {
  margin: 0 0 14px;
  font-size: clamp(23px, 1.8vw, 30px);
  line-height: 1.08;
  font-weight: 950;
  text-transform: uppercase;
}

.about-band-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 950;
  text-transform: uppercase;
}

.about-section p,
.about-proof-card p,
.about-program-card p,
.about-roadmap-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.dual-base-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.base-summary {
  display: grid;
  gap: 20px;
}

.base-metrics {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}

.base-country {
  display: grid;
  gap: 6px;
  justify-items: center;
  min-width: 58px;
  color: #332b24;
  font-size: 12px;
  font-weight: 800;
}

.base-country img {
  width: 46px;
  height: auto;
}

.base-metric strong {
  display: inline;
  color: var(--orange);
  font-size: clamp(31px, 2.9vw, 42px);
  line-height: 1;
  font-weight: 950;
}

.base-metric {
  display: inline-flex;
  gap: 5px;
  align-items: flex-start;
  white-space: nowrap;
}

.base-metric span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 850;
}

.base-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.base-image-grid .wide {
  grid-column: 1 / -1;
}

.base-image-grid .v21-picture,
.base-thailand-media .v21-picture {
  overflow: hidden;
  background: #f6f6f6;
}

.base-image-grid .v21-picture > img {
  aspect-ratio: 3 / 2;
}

.base-image-grid .wide .v21-picture > img {
  aspect-ratio: 37 / 12;
}

.base-flow-arrow {
  display: grid;
  justify-items: center;
  align-items: center;
  align-self: start;
  min-height: 70px;
}

.base-flow-arrow img {
  width: 38px;
  height: auto;
}

.base-thailand-media .v21-picture > img {
  aspect-ratio: 37 / 25;
}

.about-band {
  position: relative;
  display: grid;
  align-items: center;
  width: min(100vw, 1920px);
  min-height: 470px;
  margin: 118px auto;
  overflow: hidden;
}

.about-band > .v21-picture {
  position: absolute;
  inset: 0;
}

.about-band-copy {
  position: relative;
  z-index: 2;
  width: min(480px, calc(100vw - 36px));
  margin-left: clamp(86px, 11vw, 210px);
  padding: 54px 44px;
  background: rgba(248, 242, 230, .78);
}

.about-expertise-band .about-band-copy {
  align-self: stretch;
  display: grid;
  min-height: 100%;
  align-content: center;
}

.about-band-copy strong {
  color: var(--orange);
}

.certification-panel {
  position: relative;
  width: min(1500px, calc(100vw - 220px));
  min-height: 500px;
  overflow: hidden;
  background: #f4ead8;
}

.certification-panel > .v21-picture {
  position: absolute;
  inset: 0;
}

.certification-copy {
  position: relative;
  z-index: 2;
  width: min(460px, 42%);
  margin-left: auto;
  padding: 112px 84px 80px 0;
  text-align: center;
}

.certification-copy h2 {
  font-size: clamp(24px, 2vw, 32px);
}

.cert-icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}

.cert-icon-row img {
  width: auto;
  height: 36px;
  object-fit: contain;
}

.about-flexible-band {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 260px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.about-programs {
  width: 100%;
  margin: 112px 0 96px;
}

.about-flexible-band > .v21-picture {
  position: absolute;
  inset: 0;
}

.about-flexible-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 31, 38, .58);
}

.about-flexible-band h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 70px var(--page-x);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  font-weight: 950;
  text-transform: uppercase;
}

.about-flexible-band strong {
  color: var(--orange);
}

.about-program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  max-width: 760px;
  margin: 52px auto 28px;
}

.about-program-card {
  display: grid;
  gap: 12px;
  justify-items: center;
  align-content: start;
}

.about-program-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.about-program-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 850;
}

.about-programs > p {
  margin: 34px auto 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.about-lifecycle-grid,
.about-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: center;
}

.about-process-list {
  display: grid;
  gap: 20px;
  margin-top: 36px;
}

.about-process-note {
  max-width: 500px;
  margin-top: 32px;
}

.about-process-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.about-process-item img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.about-process-item h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 850;
}

.about-lifecycle-media .v21-picture > img {
  aspect-ratio: 25 / 34;
}

.about-roadmap-band {
  width: 100%;
  max-width: none;
  margin: 110px 0;
  padding: 90px var(--page-x);
  background: #f4ecd9;
}

.about-roadmap-inner {
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.about-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.about-roadmap-card {
  text-align: center;
}

.about-roadmap-card .v21-picture {
  margin-bottom: 22px;
  overflow: hidden;
  border-bottom: 4px solid var(--orange);
}

.about-roadmap-card .v21-picture > img {
  aspect-ratio: 49 / 28;
}

.about-roadmap-card h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 900;
}

.about-roadmap-card p {
  font-size: 13px;
  line-height: 1.46;
}

.about-proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  align-items: start;
  width: min(1500px, calc(100vw - 220px));
  margin: 108px auto 104px;
}

.about-proof-card {
  display: grid;
  grid-template-rows: auto minmax(130px, auto) 18px auto;
  align-content: start;
}

.about-proof-card p {
  margin-bottom: 0;
}

.about-proof-rule {
  display: block;
  width: 18px;
  height: 2px;
  align-self: center;
  background: var(--orange);
}

.about-proof-card .v21-picture {
  overflow: hidden;
}

.about-proof-card .v21-picture > img {
  aspect-ratio: 73 / 80;
  object-fit: cover;
}

.about-contact-rfq {
  width: min(1500px, calc(100vw - 220px));
  margin: 96px auto 112px;
  border-top: 1px solid var(--line);
  padding-top: 76px;
}

.about-contact-rfq .contact-copy h2 {
  max-width: 320px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
}

.about-contact-rfq .contact-copy p {
  max-width: 340px;
  font-size: 13px;
  line-height: 1.55;
}

.about-contact-rfq .contact-copy h3 {
  margin-top: 36px;
  font-size: 16px;
  text-transform: uppercase;
}

.about-contact-rfq .rfq-card {
  color: var(--ink);
  background: #f4ecd9;
  padding: 34px 36px 36px;
}

.about-contact-rfq .rfq-card label {
  color: #5d5147;
}

.about-contact-rfq .rfq-card .round-cta {
  grid-column: 1 / -1;
  justify-self: center;
  width: auto;
  min-width: 118px;
  min-height: 28px;
  padding: 0 18px;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  box-shadow: none;
}
