/* Private photo preview layered over the live v44 stylesheet. */

.photo-figure {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  background: transparent;
}

.photo-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: var(--rule) solid var(--ink);
  background: var(--ink);
}

.photo-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-4x5 .photo-image {
  aspect-ratio: 4 / 5;
}

.photo-16x10 .photo-image {
  aspect-ratio: 16 / 10;
}

.photo-square .photo-image {
  aspect-ratio: 1;
}

.stagger-gallery,
.stagger-single {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding: clamp(2.5rem, 7vw, 8rem) var(--pad);
  background: var(--neutral);
  border-bottom: var(--rule) solid var(--ink);
}

.stagger-gallery {
  row-gap: clamp(2rem, 5vw, 5rem);
}

.stagger-gallery .photo-figure:first-child {
  grid-column: 1 / span 6;
}

.stagger-gallery .photo-figure:nth-child(2) {
  grid-column: 8 / span 5;
  margin-top: clamp(5rem, 10vw, 11rem);
}

.stagger-gallery-reverse .photo-figure:first-child {
  grid-column: 7 / span 6;
}

.stagger-gallery-reverse .photo-figure:nth-child(2) {
  grid-column: 1 / span 5;
  grid-row: 1;
  margin-top: clamp(6rem, 12vw, 13rem);
}

.stagger-gallery-closing .photo-figure:first-child {
  grid-column: 2 / span 5;
}

.stagger-gallery-closing .photo-figure:nth-child(2) {
  grid-column: 8 / span 4;
  margin-top: clamp(3rem, 7vw, 8rem);
}

.stagger-single .photo-figure {
  grid-column: 2 / span 6;
}

.stagger-single-right .photo-figure {
  grid-column: 7 / span 5;
}

.photo-lead-portrait img {
  object-position: 50% 34%;
}

.photo-lead-wide img {
  object-position: 50% 50%;
}

.channel-map {
  border-bottom: var(--rule) solid var(--ink);
  background: var(--neutral);
}

.channel-map-head,
.photo-roll-head,
.preview-section-head {
  display: grid;
  grid-template-columns: minmax(10rem, 0.22fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  padding: clamp(2.5rem, 5vw, 6rem) var(--pad);
  border-bottom: var(--rule) solid var(--ink);
}

.channel-map-head h2,
.photo-roll-head h2,
.preview-section-head h2,
.channel-card h3,
.editorial-pair-copy blockquote {
  font-family: var(--display);
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.channel-map-head h2,
.photo-roll-head h2,
.preview-section-head h2 {
  max-width: 70rem;
  margin: 0;
  font-size: var(--display-section);
  letter-spacing: -0.01em;
  line-height: 0.94;
  text-wrap: balance;
}

.channel-map-head > p {
  grid-column: 2;
  max-width: 38rem;
  margin: -3rem 0 0;
  justify-self: end;
  font-size: var(--body-copy);
  font-weight: 600;
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--rule);
  background: var(--ink);
}

.channel-card {
  display: flex;
  min-height: clamp(27rem, 34vw, 34rem);
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.75rem, 3.5vw, 3.5rem);
  flex-direction: column;
}

.channel-card-light {
  color: var(--ink);
  background: var(--neutral);
}

.channel-card-dark {
  color: var(--signal);
  background: var(--ink);
}

.channel-card-signal {
  color: var(--ink);
  background: var(--signal);
}

.channel-number {
  font-size: var(--micro);
  font-weight: 700;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.channel-card h3 {
  margin: auto 0 0;
  font-size: clamp(3rem, 5vw, 6rem);
  letter-spacing: -0.01em;
  line-height: 0.9;
}

.channel-card p {
  max-width: 42rem;
  margin: 0;
  font-size: var(--body-copy);
  font-weight: 600;
  line-height: 1.5;
}

.channel-card a {
  width: fit-content;
  padding-bottom: 0.25rem;
  border-bottom: var(--rule) solid currentColor;
  font-size: var(--micro);
  font-weight: 700;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.photo-owner-night img {
  object-position: 50% 45%;
}

.photo-owner-garden img {
  object-position: 56% 50%;
}

.photo-owner-andes img {
  object-position: 50% 50%;
}

.editorial-pair {
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(19rem, 0.92fr) minmax(16rem, 0.8fr);
  gap: var(--rule);
  color: var(--ink);
  background: var(--ink);
  border-bottom: var(--rule) solid var(--ink);
}

.editorial-photo {
  display: grid;
  min-height: clamp(36rem, 54vw, 50rem);
  grid-template-rows: 1fr;
}

.editorial-photo-bookstore img {
  object-position: 50% 38%;
}

.editorial-photo-andes img {
  object-position: 50% 50%;
}

.editorial-pair-copy {
  display: flex;
  min-width: 0;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 4vw, 4rem);
  color: var(--ink);
  background: var(--signal);
  flex-direction: column;
}

.editorial-pair-copy blockquote {
  margin: auto 0 0;
  font-size: clamp(3rem, 5.1vw, 6rem);
  letter-spacing: -0.01em;
  line-height: 0.9;
}

.editorial-pair-copy p {
  max-width: 38rem;
  margin: 0;
  font-size: var(--body-copy);
  font-weight: 600;
  line-height: 1.5;
}

.preview-section-head {
  color: var(--ink);
  background: var(--signal);
}

.preview-section-head > div p {
  max-width: 44rem;
  margin: 1rem 0 0;
  font-size: var(--body-copy);
  font-weight: 600;
}

#private-email,
#community,
#field-guides {
  scroll-margin-top: 1rem;
}

.service-photo-color img {
  object-position: 50% 35%;
}

.service-photo-bookstore img {
  object-position: 50% 34%;
}

.service-photo-vehicle img {
  object-position: 50% 42%;
}

.offer-grid-four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.offer-grid-four .offer-card {
  border-bottom: 0;
}

.offer-grid-four .offer-card:nth-child(2n) {
  border-right: 0;
}

@media (max-width: 900px) {
  .stagger-gallery .photo-figure:first-child {
    grid-column: 1 / span 7;
  }

  .stagger-gallery .photo-figure:nth-child(2) {
    grid-column: 6 / span 7;
    margin-top: 4rem;
  }

  .stagger-gallery-reverse .photo-figure:first-child {
    grid-column: 6 / span 7;
  }

  .stagger-gallery-reverse .photo-figure:nth-child(2) {
    grid-column: 1 / span 7;
    grid-row: 1;
    margin-top: 5rem;
  }

  .stagger-single-right .photo-figure {
    grid-column: 6 / span 7;
  }

  .channel-grid,
  .offer-grid-four {
    grid-template-columns: minmax(0, 1fr);
  }

  .channel-card {
    min-height: 25rem;
  }

  .editorial-pair {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-pair-copy {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 30rem;
  }

  .editorial-photo {
    min-height: 42rem;
  }

  .offer-grid-four .offer-card {
    border-right: 0;
    border-bottom: var(--rule) solid var(--ink);
  }
}

@media (max-width: 700px) {
  .stagger-gallery,
  .stagger-single {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding-block: 3rem;
  }

  .stagger-gallery .photo-figure:first-child,
  .stagger-gallery-reverse .photo-figure:nth-child(2) {
    grid-column: 1 / span 5;
  }

  .stagger-gallery .photo-figure:nth-child(2),
  .stagger-gallery-reverse .photo-figure:first-child {
    grid-column: 2 / span 5;
    grid-row: auto;
    margin-top: 1.5rem;
  }

  .stagger-gallery-reverse .photo-figure:nth-child(2) {
    grid-column: 1 / span 5;
  }

  .stagger-single .photo-figure,
  .stagger-single-right .photo-figure {
    grid-column: 2 / span 5;
  }

  .channel-map-head,
  .photo-roll-head,
  .preview-section-head {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .channel-map-head > p {
    grid-column: 1;
    margin: 0;
    justify-self: start;
  }

  .channel-card {
    min-height: 22rem;
    padding: var(--pad);
  }

  .channel-card h3 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .editorial-pair {
    grid-template-columns: 1fr;
  }

  .editorial-pair-copy {
    grid-column: 1;
    grid-row: auto;
    min-height: 26rem;
  }

  .editorial-photo {
    min-height: auto;
  }

  .editorial-photo .photo-image {
    aspect-ratio: 4 / 5;
  }

  .editorial-pair-copy blockquote {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }

}

@media (max-width: 340px) {
  .site-nav a {
    font-size: 0.62rem;
    letter-spacing: 0.045em;
  }

  .info-card h3 {
    overflow-wrap: anywhere;
  }

  .editorial-pair-copy blockquote {
    font-size: 2.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .photo-image img {
    transition: none;
  }
}

/* v4 production symmetry audit */

.channel-grid,
.offer-grid-four {
  grid-auto-rows: 1fr;
}

@media (max-width: 900px) {
  .offer-grid-four .offer-card {
    border-bottom: 0;
  }
}
