﻿:root {
  --about-ink: #132423;
  --about-paper: #f3f0e9;
  --about-rust: #a65339;
  --about-line: rgba(19, 36, 35, 0.16);
}

.page-about-v3 {
  background: #fffdf8;
  color: var(--about-ink);
}

.about-video-hero,
.about-closing-video {
  position: relative;
  min-height: calc(100svh - 72px);
  overflow: hidden;
  background: var(--about-ink);
  color: #fff;
}

.about-video-hero video,
.about-closing-video video,
.about-video-hero__veil,
.about-closing-video__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-video-hero video,
.about-closing-video video {
  object-fit: cover;
}

.about-video-hero__veil {
  background: linear-gradient(90deg, rgba(7, 17, 16, 0.9), rgba(7, 17, 16, 0.62) 48%, rgba(7, 17, 16, 0.28)), linear-gradient(0deg, rgba(7, 17, 16, 0.35), transparent 40%);
}

.about-video-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: calc(100svh - 72px);
  width: min(820px, calc(100% - 64px));
  flex-direction: column;
  justify-content: center;
  margin-left: max(32px, calc((100% - 1500px) / 2));
  padding: 80px 0;
}

.about-video-hero__copy p,
.about-intro-panel > p,
.about-split-story__copy > p,
.about-capability-grid header p,
.about-production-index header p,
.about-closing-video p,
.about-chain__intro > p {
  color: var(--about-rust);
  font-size: 0.68rem;
  font-weight: 780;
  text-transform: uppercase;
}

.about-video-hero h1,
.about-intro-panel h2,
.about-split-story h2,
.about-capability-grid h2,
.about-production-index h2,
.about-closing-video h2,
.about-chain h2 {
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5.1vw, 6rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.about-video-hero__copy span {
  display: block;
  max-width: 590px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
  line-height: 1.75;
}

.about-video-hero h1 { color: #fff; text-shadow: 0 2px 22px rgba(0, 0, 0, 0.34); }

.about-video-hero__copy .button {
  align-self: flex-start;
}

.about-video-hero__note {
  position: absolute;
  right: 32px;
  bottom: 28px;
  z-index: 1;
  display: grid;
  max-width: 340px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  padding-top: 14px;
}

.about-video-hero__note strong {
  font-size: 0.72rem;
  text-transform: uppercase;
}

.about-video-hero__note small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.66rem;
  line-height: 1.5;
}

.about-intro-panel {
  display: grid;
  grid-template-columns: 0.28fr minmax(0, 1fr) 0.46fr;
  gap: 52px;
  align-items: end;
  padding-top: 96px;
  padding-bottom: 96px;
  border-bottom: 1px solid var(--about-line);
}

.about-intro-panel h2 {
  font-size: clamp(2.4rem, 4.1vw, 4.8rem);
}

.about-intro-panel span {
  color: rgba(19, 36, 35, 0.62);
  font-size: 0.86rem;
  line-height: 1.8;
}

.about-split-story {
  display: grid;
  min-height: 680px;
  grid-template-columns: 1fr 1.16fr;
  align-items: stretch;
}

.about-split-story--dark {
  grid-template-columns: 1.16fr 1fr;
  background: var(--about-ink);
  color: #fff;
}

.about-split-story__copy {
  display: flex;
  max-width: 690px;
  flex-direction: column;
  justify-content: center;
  padding: 90px max(32px, 8vw);
}

.about-split-story h2 {
  font-size: clamp(2.35rem, 4.1vw, 4.7rem);
}

.about-split-story__copy span {
  display: block;
  margin-top: 22px;
  color: rgba(19, 36, 35, 0.62);
  font-size: 0.86rem;
  line-height: 1.8;
}

.about-split-story--dark .about-split-story__copy span {
  color: rgba(255, 255, 255, 0.66);
}

.about-split-story__copy a {
  align-self: flex-start;
  margin-top: 26px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  color: var(--about-rust);
  font-size: 0.74rem;
  font-weight: 760;
}

.about-split-story figure {
  position: relative;
  min-height: 580px;
  margin: 0;
  overflow: hidden;
}

.about-split-story figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-split-story figcaption,
.about-production-index figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 8px 10px;
  background: rgba(19, 36, 35, 0.84);
  color: #fff;
  font-size: 0.64rem;
}

.about-capability-grid {
  padding: 106px max(32px, calc((100% - 1500px) / 2));
  background: var(--about-paper);
}

.about-capability-grid header {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: 52px;
  align-items: end;
}

.about-capability-grid h2,
.about-production-index h2 {
  max-width: 900px;
  font-size: clamp(2.4rem, 4.2vw, 4.9rem);
}

.about-capability-grid > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid var(--about-line);
}

.about-capability-grid article {
  min-height: 245px;
  padding: 28px 28px 0 0;
}

.about-capability-grid article + article {
  padding-left: 28px;
  border-left: 1px solid var(--about-line);
}

.about-capability-grid span {
  color: var(--about-rust);
  font-size: 0.72rem;
  font-weight: 780;
}

.about-capability-grid h3 {
  max-width: 13ch;
  margin: 58px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.06;
}

.about-capability-grid p {
  margin-top: 16px;
  color: rgba(19, 36, 35, 0.62);
  font-size: 0.76rem;
  line-height: 1.7;
}

.about-production-index {
  padding: 105px max(32px, calc((100% - 1500px) / 2));
}

.about-production-index header {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: 52px;
  align-items: end;
}

.about-production-index > div {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 10px;
  margin-top: 48px;
}

.about-production-index figure {
  position: relative;
  height: 430px;
  margin: 0;
  overflow: hidden;
}

.about-production-index figure:nth-child(2) {
  height: 340px;
  margin-top: 90px;
}

.about-production-index img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-chain {
  padding: 105px max(32px, calc((100% - 1500px) / 2));
  background: var(--about-paper);
}

.about-chain__intro {
  display: grid;
  grid-template-columns: 0.45fr 1fr 0.6fr;
  gap: 48px;
  align-items: end;
}

.about-chain__intro h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.6rem);
}

.about-chain__intro > span {
  color: rgba(19, 36, 35, 0.6);
  font-size: 0.78rem;
  line-height: 1.7;
}

.about-chain__rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
  border-top: 1px solid var(--about-line);
}

.about-chain__rail article {
  min-height: 190px;
  border-right: 1px solid var(--about-line);
  padding: 34px 28px;
}

.about-chain__rail article:last-child {
  border-right: 0;
}

.about-chain__rail strong,
.about-chain__rail span {
  display: block;
}

.about-chain__rail strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.about-chain__rail span {
  margin-top: 52px;
  color: rgba(19, 36, 35, 0.58);
  font-size: 0.7rem;
}

.about-closing-video {
  display: grid;
  min-height: 560px;
  place-items: center;
  text-align: left;
}

.about-closing-video__veil {
  background: linear-gradient(90deg, rgba(7, 17, 16, 0.72), rgba(7, 17, 16, 0.36) 54%, rgba(7, 17, 16, 0.18)), linear-gradient(0deg, rgba(7, 17, 16, 0.2), rgba(7, 17, 16, 0.18));
}

.about-closing-video > div {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 64px)); margin-left: max(32px, calc((100% - 1500px) / 2));
}

.about-closing-video h2 {
  margin: 16px 0 30px;
  color: #fff;
  font-size: clamp(2.35rem, 4vw, 4.6rem);
}

@media (max-width: 900px) {
  .about-video-hero__copy {
    width: calc(100% - 32px);
    margin-left: 16px;
  }

  .about-video-hero__note {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .about-intro-panel,
  .about-split-story,
  .about-split-story--dark,
  .about-capability-grid header,
  .about-production-index header,
  .about-chain__intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-split-story--dark figure {
    order: 2;
  }

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

  .about-capability-grid article:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .about-production-index > div {
    grid-template-columns: 1fr 1fr;
  }

  .about-production-index figure:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .about-video-hero,
  .about-video-hero__copy {
    min-height: calc(100svh - 64px);
  }

  .about-video-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.65rem);
  }

  .about-intro-panel,
  .about-capability-grid,
  .about-production-index,
  .about-chain {
    padding: 72px 16px;
  }

  .about-split-story__copy {
    padding: 70px 16px;
  }

  .about-split-story figure {
    min-height: 390px;
  }

  .about-capability-grid > div,
  .about-production-index > div,
  .about-chain__rail {
    grid-template-columns: 1fr;
  }

  .about-capability-grid article,
  .about-capability-grid article + article,
  .about-capability-grid article:nth-child(3) {
    min-height: 0;
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid var(--about-line);
  }

  .about-capability-grid h3 {
    margin-top: 24px;
  }

  .about-production-index figure,
  .about-production-index figure:nth-child(2) {
    height: 280px;
    margin-top: 0;
  }

  .about-chain__rail article {
    min-height: 140px;
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
  }
}
.page-about-production .about-intro-panel h2 {
  max-width: 820px;
  font-size: clamp(2.15rem, 3.4vw, 4.1rem);
}

.page-about-production .about-closing-video p {
  color: #f4c8ae;
}

@media (max-width: 640px) {
  .about-closing-video > div {
    width: calc(100% - 32px);
    margin-left: 16px;
  }
}
/* About hero clean video mode */
.about-video-hero--clean .about-video-hero__veil,
.about-video-hero--clean .about-video-hero__copy {
  display: none;
}

.about-video-hero--clean video {
  filter: none;
}

.about-video-hero--clean .about-video-hero__note {
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.about-video-hero--clean .about-video-hero__action {
  position: absolute;
  left: max(32px, calc((100% - 1500px) / 2));
  bottom: 88px;
  z-index: 2;
}

@media (max-width: 720px) {
  .about-video-hero--clean .about-video-hero__action {
    left: 20px;
    bottom: 82px;
  }
}

/* About uploaded visuals: keep supplied 2000x1414 images in a stable product-proof ratio. */
.about-split-story figure,
.about-production-index figure {
  background: #eef0ec;
}

.about-split-story figure img,
.about-production-index img {
  object-position: center center;
}

.about-production-index > div {
  align-items: end;
}

.about-production-index figure {
  aspect-ratio: 2000 / 1414;
}

.about-production-index figure:nth-child(2) {
  aspect-ratio: 2000 / 1414;
}

.about-production-index figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Normalize About media index cards after replacing with supplied About images. */
.about-production-index figure,
.about-production-index figure:nth-child(2) {
  height: auto !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  aspect-ratio: 2000 / 1414 !important;
}

.about-split-story figure img,
.about-production-index figure img {
  object-fit: cover !important;
  object-position: center center !important;
}

/* About production media wall: align supplied images into a stable supplier-proof layout. */
.about-production-index {
  padding-top: clamp(76px, 7vw, 112px) !important;
  padding-bottom: clamp(76px, 7vw, 112px) !important;
}

.about-production-index header {
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 5vw, 76px) !important;
  align-items: end !important;
}

.about-production-index header h2 {
  max-width: 980px !important;
  font-size: clamp(2.6rem, 4.7vw, 5.6rem) !important;
  line-height: 0.98 !important;
}

.about-production-index > div {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 30px) !important;
  align-items: stretch !important;
  margin-top: clamp(36px, 4.6vw, 72px) !important;
}

.about-production-index figure,
.about-production-index figure:nth-child(2) {
  height: auto !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  aspect-ratio: 2000 / 1414 !important;
  border-radius: 2px;
  box-shadow: none;
}

.about-production-index figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.about-production-index figcaption {
  right: 16px;
  bottom: 16px;
  padding: 9px 12px;
  background: rgba(14, 35, 33, 0.84);
  color: #fff;
  font-size: 0.72rem;
}

@media (max-width: 980px) {
  .about-production-index header {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .about-production-index header h2 {
    max-width: 720px !important;
  }

  .about-production-index > div {
    grid-template-columns: 1fr !important;
  }
}
