/* ==========================================================================
   Access page
   Source: _reference/pdf/PC_JP_sample_0911.pdf, Responsive_JP_sample_0911.pdf
   (page 5). No floating reservation CTA on this page — confirmed absent
   in the SP mockup (badge shown crossed out, "◎下部のリンクなし"); this
   page already carries its own inline Airbnb / Booking.com links.
   ========================================================================== */

.access-hero {
  /* SP ratio is a shared estimate across the four page-hero pages, not a
     pixel measurement per page like the TOP hero — see docs/todo.md. */
  aspect-ratio: 3 / 4;
}

@media (min-width: 768px) {
  .access-hero {
    /* PC ratio from the supplied photo's native pixel size (1630x949),
       matching the measured 1631px PC canvas width — see docs/todo.md. */
    aspect-ratio: 1630 / 949;
  }
}

.access-hero__heading {
  font-family: var(--font-jp-serif);
  font-size: clamp(1.75rem, 1.3rem + 2vw, 2.75rem);
  letter-spacing: 0.3em;
  padding-left: 0.3em;
}

.access-hero__overlay .framed-label {
  margin-top: var(--space-4);
}

/* -- Intro / Access details ---------------------------------------------- */

.access-intro__title {
  margin-top: var(--space-7);
}

.access-booking {
  margin-top: var(--space-6);
  text-align: center;
}

.access-booking__label {
  font-size: 0.9rem;
}

.access-booking__group {
  display: flex;
  justify-content: center;
  gap: var(--space-3);
  margin-top: var(--space-3);
}

.access-info {
  margin-top: var(--space-6);
  text-align: center;
  font-size: 0.85rem;
  line-height: 2;
}

/* -- Area map / closing --------------------------------------------------- */

.area-map {
  background: linear-gradient(to bottom, var(--color-gold), var(--color-gold) 55%, var(--color-white));
  padding-block: var(--space-8);
  text-align: center;
}

.area-map__frame {
  margin-top: var(--space-5);
  aspect-ratio: 1963 / 1000;
  overflow: hidden;
}

.area-map__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  /* coding-spec.md §"Google Map": keep the pin red, mute everything else.
     Client has flagged they expect to fine-tune this after seeing it live
     — see docs/todo.md. */
  filter: grayscale(50%);
}

.area-map__closing-title {
  margin-top: var(--space-8);
}

.area-map__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
  margin-top: var(--space-5);
}

.area-map__photos--wide {
  grid-template-columns: 1fr;
  margin-top: var(--space-3);
}

.area-map__photos img {
  width: 100%;
  height: auto;
}

.area-map__text {
  margin-top: var(--space-6);
  line-height: 2;
}
