.about {
  background: linear-gradient(180deg, var(--brand-surface) 0, var(--brand-secondary) 10rem);
}

.about__grid {
  display: grid;
  gap: 3.5rem;
  align-items: center;
}

.about__visual {
  position: relative;
}

.about__photo-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 32rem;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg,transparent,rgba(255,215,0,.12)),repeating-linear-gradient(135deg,#171717 0,#171717 12px,#111 12px,#111 24px);
  box-shadow: var(--shadow);
}

.about__photo-placeholder span {
  font: 800 clamp(2.2rem,7vw,5rem)/.85 var(--font-heading);
  max-width: 8ch;
  color: var(--brand-primary);
}

.about__photo-placeholder small {
  margin-top: 1rem;
  color: var(--brand-muted);
}

.about__stamp {
  position: absolute;
  right: -.5rem;
  top: 1.5rem;
  padding: 1rem;
  background: var(--brand-primary);
  color: var(--brand-dark-text);
  font-size: .62rem;
  letter-spacing: .12em;
  transform: rotate(4deg);
}

.about__content>p:not(.eyebrow):not(.todo-note) {
  max-width: 35rem;
  margin-top: 1.3rem;
  color: var(--brand-muted);
}

.about__content .about__lead {
  font-size: 1.15rem;
  color: var(--brand-text)!important;
}

.about__content .todo-note {
  margin-top: 1.5rem;
}

.about__facts {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--brand-border);
}

.about__facts dt {
  font: 800 2.3rem/1 var(--font-heading);
  color: var(--brand-primary);
}

.about__facts dd {
  margin-top: .5rem;
  color: var(--brand-muted);
  font-size: .7rem;
}

@media(min-width:768px) {
  .about__grid {
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(4rem,9vw,9rem);
  }
}

.about__photo {
  position: relative;
  overflow: hidden;
  min-height: 32rem;
  border-radius: var(--radius);
  background: var(--brand-surface);
  box-shadow: var(--shadow);
}

.about__photo img {
  width: 100%;
  height: clamp(32rem,60vw,43rem);
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(.9) contrast(1.04);
}

.about__photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(transparent,rgba(10,10,10,.88));
}

.about__photo figcaption {
  position: absolute;
  z-index: 1;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  font: 600 1rem var(--font-heading);
}

.history-gallery {
  display: grid;
  gap: 1rem;
  margin-top: clamp(4rem,8vw,7rem);
}

.history-gallery__item {
  position: relative;
  overflow: hidden;
  min-height: 26rem;
  border-radius: var(--radius);
  background: var(--brand-surface);
}

.history-gallery__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: saturate(.85);
}

.history-gallery__item::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent,rgba(10,10,10,.94));
}

.history-gallery__item figcaption {
  position: absolute;
  z-index: 1;
  inset: auto 1.4rem 1.4rem;
  display: grid;
  gap: .5rem;
}

.history-gallery__item figcaption span {
  color: var(--brand-primary);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.history-gallery__item figcaption strong {
  font: 600 1rem/1.4 var(--font-heading);
}

.history-gallery__item--origin img {
  object-position: center 48%;
}

.history-gallery__item--inside img {
  object-position: center 65%;
}

@media(min-width:768px) {
  .history-gallery {
    grid-template-columns: 1fr 1.35fr 1fr;
  }

  .history-gallery__item--store {
    transform: translateY(2rem);
  }
}

.history-gallery__item {
  min-height: 22rem;
}

.history-gallery__item--compact {
  min-height: 20rem;
}

.history-gallery__item--compact img {
  object-position: center 38%;
}

.history-gallery__item--evidence {
  background: #151515;
}

.history-gallery__item--evidence img {
  inset: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  object-fit: contain;
  object-position: center top;
}

.history-gallery__item--landscape img {
  object-position: center;
}

.history-gallery__item--current img {
  object-position: center 65%;
}

@media(min-width:768px) {
  .history-gallery {
    grid-template-columns: repeat(3,1fr);
  }

  .history-gallery__item {
    min-height: 25rem;
  }

  .history-gallery__item--compact {
    min-height: 23rem;
  }
}

.brand-journey {
  margin-top: clamp(5rem,9vw,9rem);
}

.brand-journey__heading {
  max-width: 46rem;
  margin-bottom: 3.5rem;
}

.brand-journey__heading h3 {
  font-size: clamp(2rem,4vw,3.5rem);
}

.brand-journey__heading>p:last-child {
  max-width: 34rem;
  margin-top: 1rem;
  color: var(--brand-muted);
}

.timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: 1rem;
  bottom: 1rem;
  width: 2px;
  background: linear-gradient(var(--brand-primary),rgba(255,215,0,.12));
}

.timeline__step {
  position: relative;
  display: grid;
  gap: 1.4rem;
  padding: 0 0 4rem 4.25rem;
}

.timeline__marker {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 2.8rem;
  aspect-ratio: 1;
  border: 2px solid var(--brand-primary);
  border-radius: 50%;
  background: var(--brand-secondary);
  color: var(--brand-primary);
  font-size: .68rem;
  font-weight: 800;
}

.timeline__media {
  position: relative;
  overflow: hidden;
  min-height: 19rem;
  border-radius: var(--radius);
  background: var(--brand-surface);
}

.timeline__media>img:first-child {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline__media--pair>img:first-child {
  object-position: center 40%;
}

.timeline__record {
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  width: 31%;
  max-height: 68%;
  object-fit: contain;
  border: 4px solid var(--brand-text);
  border-radius: .6rem;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.timeline__content {
  align-self: center;
  max-width: 32rem;
}

.timeline__period {
  margin-bottom: .65rem;
  color: var(--brand-primary);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.timeline__content h4 {
  font: 700 clamp(1.5rem,3vw,2.25rem)/1.15 var(--font-heading);
}

.timeline__content>p:not(.timeline__period) {
  margin-top: 1rem;
  color: var(--brand-muted);
}

.timeline__content .button {
  margin-top: 1.5rem;
}

@media(min-width:768px) {
  .timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .timeline__step {
    grid-template-columns: 1fr 4rem 1fr;
    gap: 2rem;
    padding: 0 0 5rem;
  }

  .timeline__marker {
    position: relative;
    left: auto;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .timeline__media {
    grid-column: 1;
    grid-row: 1;
    min-height: 25rem;
  }

  .timeline__content {
    grid-column: 3;
    grid-row: 1;
  }

  .timeline__step:nth-child(even) .timeline__media {
    grid-column: 3;
  }

  .timeline__step:nth-child(even) .timeline__content {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
  }

  .timeline__step:last-child {
    padding-bottom: 0;
  }
}

.timeline__media--current-pair>img:first-child {
  object-position: center 42%;
}

.timeline__current-detail {
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  width: 30%;
  height: 48%;
  object-fit: cover;
  border: 4px solid var(--brand-text);
  border-radius: .6rem;
  box-shadow: var(--shadow);
}

.timeline__media--family-pair>img:first-child {
  object-position: center 38%;
}

.timeline__family-detail {
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  width: 36%;
  height: 42%;
  object-fit: cover;
  object-position: center;
  border: 4px solid var(--brand-text);
  border-radius: .6rem;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}
