/* about.css */

.about-page {
  background: #f6f0e4;
  color: #2f271c;
}

.about-hero {
  min-height: min(680px, calc(100vh - 104px));
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 16, 12, 0.82), rgba(18, 16, 12, 0.42) 48%, rgba(18, 16, 12, 0.12)),
    linear-gradient(180deg, rgba(18, 16, 12, 0.15), rgba(18, 16, 12, 0.5));
}

.about-hero-content {
  position: relative;
  padding-top: 78px;
  padding-bottom: 110px;
  color: #fffaf0;
}

.about-kicker {
  color: #b98523;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.about-hero .about-kicker {
  color: #f5c451;
}

.about-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  max-width: 860px;
}

.about-hero p:not(.about-kicker) {
  color: #f1e4cc;
  font-size: 19px;
  line-height: 1.65;
  margin-top: 24px;
  max-width: 650px;
}

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

.about-primary,
.about-secondary {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
}

.about-primary {
  background: linear-gradient(135deg, #f5c451, #c9972b);
  color: #1a1a1a;
}

.about-secondary {
  border: 1px solid rgba(255, 250, 240, 0.5);
  color: #fffaf0;
}

.about-proof {
  background: #21352a;
  color: #fffaf0;
}

.about-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
}

.about-proof-grid div {
  border-left: 1px solid rgba(255, 250, 240, 0.14);
  min-height: 126px;
  padding: 28px 22px;
}

.about-proof-grid div:last-child {
  border-right: 1px solid rgba(255, 250, 240, 0.14);
}

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

.about-proof-grid span {
  color: #d9c8a9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.about-proof-grid strong {
  color: #fffaf0;
  font-size: 20px;
  line-height: 1.25;
}

.about-origin,
.about-network,
.about-final {
  padding: 84px 0;
}

.about-split,
.about-network-inner,
.about-final-inner {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.about-copy h2,
.about-section-head h2,
.about-network-copy h2,
.about-final h2 {
  color: #2f1b0c;
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  margin-bottom: 20px;
}

.about-copy p,
.about-network-copy p,
.about-final p {
  color: #514638;
  font-size: 16px;
  line-height: 1.78;
  margin-bottom: 14px;
}

.about-photo,
.about-wide-photo,
.about-final figure {
  margin: 0;
}

.about-photo img,
.about-wide-photo img,
.about-final img {
  display: block;
  width: 100%;
  max-width: 440px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(29, 22, 13, 0.16);
}

.about-photo img {
  aspect-ratio: 4 / 4.5;
  max-height: 520px;
}

.about-process {
  background: #fffaf0;
  border-top: 1px solid #e2d5bc;
  border-bottom: 1px solid #e2d5bc;
  padding: 90px 0;
}

.about-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.about-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-process-grid article {
  background: #f7f1e6;
  border: 1px solid #e2d5bc;
  border-radius: 8px;
  min-height: 260px;
  padding: 28px;
}

.about-process-grid span {
  color: #b98523;
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 30px;
}

.about-process-grid h3 {
  color: #2f1b0c;
  font-size: 22px;
  margin-bottom: 12px;
}

.about-process-grid p {
  color: #5b5143;
  line-height: 1.7;
}

.about-network {
  background: #f6f0e4;
}

.about-wide-photo img {
  aspect-ratio: 16 / 10;
  max-height: 340px;
  max-width: 560px;
}

.about-network-copy ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin-top: 24px;
}

.about-network-copy li {
  align-items: center;
  color: #2f271c;
  display: flex;
  font-weight: 900;
  gap: 10px;
}

.about-network-copy li::before {
  background: #c9972b;
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  height: 9px;
  width: 9px;
}

.about-quote {
  background: #2f1b0c;
  color: #fffaf0;
  padding: 86px 0;
  text-align: center;
}

.about-quote blockquote {
  margin: 0 auto;
  max-width: 860px;
}

.about-quote p {
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.12;
}

.about-standards {
  background: #efe5d1;
  border-bottom: 1px solid #e2d5bc;
  border-top: 1px solid #e2d5bc;
  padding: 76px 0;
}

.about-standards-inner {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
}

.about-standards h2 {
  color: #2f1b0c;
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
}

.about-standards-copy {
  columns: 2;
  column-gap: 34px;
}

.about-standards-copy p {
  color: #514638;
  font-size: 16px;
  line-height: 1.78;
  margin: 0 0 16px;
  break-inside: avoid;
}

.about-final {
  background: #fffaf0;
}

.about-final img {
  aspect-ratio: 16 / 9;
  max-height: 330px;
  max-width: 520px;
}

:root[data-theme="dark"] .about-page,
:root[data-theme="dark"] .about-origin,
:root[data-theme="dark"] .about-network {
  background: #15120e;
}

:root[data-theme="dark"] .about-process,
:root[data-theme="dark"] .about-final,
:root[data-theme="dark"] .about-standards {
  background: #211b14;
  border-color: #403527;
}

:root[data-theme="dark"] .about-copy h2,
:root[data-theme="dark"] .about-section-head h2,
:root[data-theme="dark"] .about-network-copy h2,
:root[data-theme="dark"] .about-final h2,
:root[data-theme="dark"] .about-standards h2,
:root[data-theme="dark"] .about-process-grid h3 {
  color: #f0d398;
}

:root[data-theme="dark"] .about-copy p,
:root[data-theme="dark"] .about-network-copy p,
:root[data-theme="dark"] .about-final p,
:root[data-theme="dark"] .about-standards-copy p,
:root[data-theme="dark"] .about-process-grid p,
:root[data-theme="dark"] .about-network-copy li {
  color: #cbbfaa;
}

:root[data-theme="dark"] .about-process-grid article {
  background: #1b1711;
  border-color: #403527;
}

@media (max-width: 980px) {
  .about-proof-grid,
  .about-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-split,
  .about-network-inner,
  .about-final-inner,
  .about-standards-inner {
    grid-template-columns: 1fr;
  }

  .about-network-inner .about-wide-photo {
    order: 2;
  }

  .about-standards-copy {
    columns: 1;
  }
}

@media (max-width: 640px) {
  .about-hero {
    min-height: 680px;
  }

  .about-hero-shade {
    background: linear-gradient(180deg, rgba(18, 16, 12, 0.32), rgba(18, 16, 12, 0.88));
  }

  .about-hero-content {
    align-self: flex-end;
    padding-top: 100px;
    padding-bottom: 62px;
  }

  .about-hero p:not(.about-kicker) {
    font-size: 16px;
  }

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

  .about-primary,
  .about-secondary {
    width: 100%;
  }

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

  .about-proof-grid div,
  .about-proof-grid div:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 250, 240, 0.14);
    min-height: auto;
  }

  .about-origin,
  .about-network,
  .about-final,
  .about-standards,
  .about-process,
  .about-quote {
    padding: 64px 0;
  }

  .about-photo img,
  .about-wide-photo img,
  .about-final img {
    max-width: 100%;
  }
}
