/* Photo-first editorial refresh: every photograph keeps its full frame. */

.site-header {
  color: var(--ink);
  border-bottom-color: var(--line);
}

.site-header.open .menu-button {
  color: #fff;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  min-height: min(92svh, 920px);
  padding: 8rem clamp(1.3rem, 6vw, 7rem) 4rem;
  background: var(--paper);
  color: var(--ink);
}

.home-hero::after {
  display: none;
}

.hero-copy {
  grid-column: 1;
  grid-row: 1;
  width: auto;
}

.hero-copy h1 {
  font-size: clamp(3.9rem, 7.5vw, 7.5rem);
}

.hero-intro {
  color: var(--ink-2);
}

.hero-photo-a {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: auto;
  padding: clamp(1rem, 2vw, 2rem);
  background: var(--white);
  border: 1px solid var(--line);
}

.hero-photo-a img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-photo-b,
.hero-photo-c {
  display: none;
}

.hero-stamp {
  right: clamp(1.3rem, 4vw, 4rem);
  top: auto;
  bottom: 2rem;
  color: var(--ink);
  border-color: var(--ink);
  transform: none;
}

.destination-card,
.destination-card:nth-child(n) {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  padding: 1rem;
  overflow: visible;
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
}

.destination-card::after {
  display: none;
}

.destination-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--paper-2);
}

.destination-card:hover img {
  transform: none;
  filter: none;
}

.destination-card > div {
  position: static;
  padding: 1.25rem .25rem .2rem;
}

.destination-card small {
  border-top-color: var(--line);
}

.card-number {
  top: 1.75rem;
  right: 1.75rem;
  color: var(--ink);
  background: rgba(255, 253, 248, .92);
  border-color: var(--ink);
}

.family-collage {
  align-items: start;
}

.family-collage img,
.family-collage img:last-child {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: none;
  background: var(--paper);
}

.destination-hero {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  align-items: stretch;
  height: auto;
  min-height: min(82svh, 780px);
  background: var(--white);
  color: var(--ink);
}

.destination-hero > img {
  position: static;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  padding: clamp(1rem, 3vw, 3rem);
  object-fit: contain;
  background: var(--paper-2);
}

.destination-shade {
  display: none;
}

.destination-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: auto;
  padding: 9rem clamp(2rem, 5vw, 6rem) 7rem;
}

.destination-copy h1 {
  font-size: clamp(4rem, 8vw, 8rem);
}

.scroll-cue {
  right: auto;
  left: clamp(2rem, 5vw, 6rem);
  bottom: 3rem;
  color: var(--ink);
  border-bottom-color: var(--ink);
}

.photo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2.5rem);
  align-items: start;
  margin-top: 2.5rem;
}

.photo {
  display: block;
  min-height: 0;
  height: auto;
  padding: 0;
  overflow: visible;
  background: transparent;
}

.photo img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  transition: none;
}

.photo:hover img {
  transform: none;
}

.photo-grid.count-1 .photo {
  grid-column: 1 / -1;
  height: auto;
}

.photo-grid.count-3 .photo:first-child,
.photo-grid.count-5 .photo:first-child {
  grid-column: 1 / -1;
  grid-row: auto;
}

.photo-grid.count-3 .photo:first-child img,
.photo-grid.count-5 .photo:first-child img {
  min-height: 0;
}

.home-hero img,
.destination-card img,
.destination-hero img,
.family-collage img,
.photo img {
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

.lightbox::backdrop {
  background: rgba(4, 15, 18, .94);
  backdrop-filter: none;
}

@media (max-width: 900px) {
  .home-hero {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    min-height: 0;
    padding-top: 8rem;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-photo-a {
    grid-column: 1;
    grid-row: 2;
  }

  .hero-stamp {
    display: none;
  }

  .destination-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .destination-copy {
    grid-column: 1;
    grid-row: 1;
    padding: 8rem 2rem 3rem;
  }

  .destination-hero > img {
    grid-column: 1;
    grid-row: 2;
    height: auto;
    max-height: 72svh;
  }

  .scroll-cue {
    display: none;
  }

  .destination-card,
  .destination-card:nth-child(n) {
    grid-column: span 6;
  }
}

@media (max-width: 620px) {
  .home-hero {
    min-height: 0;
    padding: 7rem 1.1rem 3rem;
  }

  .hero-copy h1 {
    font-size: 4.1rem;
  }

  .destination-grid {
    display: block;
  }

  .destination-card,
  .destination-card:nth-child(n) {
    display: grid;
    min-height: 0;
    margin-bottom: 1rem;
  }

  .destination-copy {
    padding: 7rem 1.2rem 2.5rem;
  }

  .destination-copy h1 {
    font-size: 4rem;
  }

  .destination-hero > img {
    padding: 1rem;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .photo-grid .photo,
  .photo-grid.count-3 .photo:first-child,
  .photo-grid.count-5 .photo:first-child {
    grid-column: 1;
    grid-row: auto;
  }

  .photo,
  .photo img,
  .photo-grid.count-3 .photo:first-child img,
  .photo-grid.count-5 .photo:first-child img {
    min-height: 0;
    height: auto;
  }
}
