/* Access page only: route sheet, last-mile guide, and nearby editorial. */
.page-access { font-family: var(--font-body); }
.page-access .section { padding-top: 54px; padding-bottom: 58px; }
.page-access .section__title {
  margin: 7px 0;
  font-family: var(--font-display);
  font-size: var(--type-section-title);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}
.page-access .section__eyebrow { font-size: .82rem; font-weight: 900; line-height: 1.5; }
.page-access .section__lead, .page-access p { font-family: var(--font-body); }
.page-access .section__lead { font-size: 1rem; font-weight: 700; line-height: 1.78; }

.page-access .page-hero--access {
  min-height: clamp(270px, 31vh, 330px);
  padding: 102px 20px 42px;
  background: url("../img/hero-kanzaki-beach-v4-family-airy.jpg") center 52% / cover no-repeat;
  color: var(--color-ink);
  place-items: center stretch;
}

.page-access .page-hero__heading {
  position: relative;
  z-index: 1;
  width: var(--container);
  margin: 0 auto;
  padding: 20px 0 22px;
}

.page-access .page-hero__heading::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 -32px;
  width: min(860px, 78vw);
  background: linear-gradient(90deg, rgba(255, 250, 238, .94) 0%, rgba(255, 250, 238, .82) 52%, rgba(255, 250, 238, 0) 100%);
  pointer-events: none;
}

.page-access .page-hero__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: rgba(18, 63, 100, .82);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .18em;
}

.page-access .page-hero__title-row {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 32px);
  width: min(820px, 76vw);
}

.page-access .page-hero__title {
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: var(--type-page-title);
  font-weight: 900;
  line-height: 1.36;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .68);
}

.page-access .page-hero__title::after { content: none; }

.page-access .page-hero__rule {
  display: block;
  flex: 1 1 auto;
  min-width: 48px;
  height: 3px;
  margin-top: .22em;
  background: #e26d5c;
}

.page-access .access-arrival { background: #fff; }
.page-access .access-arrival__head,
.page-access .access-nearby__head {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 2px 28px;
  align-items: end;
  margin-bottom: 24px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(36, 71, 95, .22);
}
.page-access .access-arrival__head .section__eyebrow,
.page-access .access-nearby__head .section__eyebrow { grid-row: 1 / 3; align-self: center; }
.page-access .access-arrival__head .section__title,
.page-access .access-arrival__head .section__lead,
.page-access .access-nearby__head .section__title,
.page-access .access-nearby__head .section__lead { margin: 0; }

.page-access .access-arrival__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(370px, .85fr);
  border-top: 2px solid var(--color-ink);
  border-bottom: 1px solid rgba(36, 71, 95, .24);
  background: #fff;
}
.page-access .access-map {
  display: grid;
  grid-template-rows: minmax(430px, 1fr) auto;
  min-width: 0;
  min-height: 100%;
  border-right: 1px solid rgba(36, 71, 95, .2);
}
.page-access .access-map .map-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border-radius: 0;
  box-shadow: none;
}
.page-access .access-map__caption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  padding: 15px 18px 16px;
  border-top: 1px solid rgba(36, 71, 95, .15);
  background: #f8f3e7;
}
.page-access .access-map__caption div { display: grid; gap: 3px; }
.page-access .access-map__caption span { color: #0f78a8; font-size: .75rem; font-weight: 900; }
.page-access .access-map__caption strong {
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.45;
}
.page-access .access-map__caption p {
  margin: 0;
  color: #526879;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: right;
}
.page-access .access-routes { display: grid; align-content: start; }
.page-access .access-route {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 6px 14px;
  min-width: 0;
  padding: 19px 20px 20px;
  border-bottom: 1px solid rgba(36, 71, 95, .15);
}
.page-access .access-route:last-child { border-bottom: 0; }
.page-access .access-route__mode {
  grid-row: 1 / 3;
  align-self: start;
  padding-top: 3px;
  color: #0f78a8;
  font-family: var(--font-number);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .04em;
}
.page-access .access-route h3 {
  margin: 0 0 3px;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 1.02rem;
  line-height: 1.45;
}
.page-access .access-route p { margin: 0; color: #526879; font-size: .82rem; font-weight: 500; line-height: 1.65; }
.page-access .access-route > strong {
  grid-column: 2;
  width: fit-content;
  margin-top: 5px;
  padding: 3px 8px 4px;
  background: #eaf4f7;
  color: #0f5f8f;
  font-family: var(--font-number);
  font-size: .78rem;
  line-height: 1.4;
}

.page-access .access-wayfinding {
  background: linear-gradient(rgba(255, 255, 255, .42), rgba(255, 255, 255, .42)), #f3ecdd;
}
.page-access .access-wayfinding__head {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 2px 28px;
  align-items: center;
  margin-bottom: 22px;
}
.page-access .access-wayfinding__head .section__title { margin: 0; }
.page-access .access-last-mile {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  border-top: 2px solid var(--color-ink);
  border-bottom: 1px solid rgba(36, 71, 95, .24);
  background: rgba(255, 255, 255, .76);
}
.page-access .access-last-mile__distance {
  display: grid;
  place-content: center;
  justify-items: center;
  min-height: 220px;
  padding: 24px;
  border-right: 1px solid rgba(36, 71, 95, .2);
  background: #0f78a8;
  color: #fff;
}
.page-access .access-last-mile__distance span { font-size: .86rem; font-weight: 900; }
.page-access .access-last-mile__distance strong {
  margin-top: 4px;
  font-family: var(--font-number);
  font-size: 2.15rem;
  line-height: 1.25;
}
.page-access .access-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-access .access-steps li { display: grid; align-content: center; min-width: 0; padding: 24px 22px 25px; }
.page-access .access-steps li + li { border-left: 1px solid rgba(36, 71, 95, .16); }
.page-access .access-steps li > span {
  margin-bottom: 13px;
  color: #e26d5c;
  font-family: var(--font-number);
  font-size: .78rem;
  font-weight: 900;
}
.page-access .access-steps strong {
  display: block;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.5;
}
.page-access .access-steps p { margin: 6px 0 0; color: #526879; font-size: .82rem; line-height: 1.65; }

.page-access .access-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 1px solid rgba(36, 71, 95, .24);
  border-bottom: 1px solid rgba(36, 71, 95, .24);
}
.page-access .access-links a {
  position: relative;
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 15px 38px 16px 16px;
  color: var(--color-ink);
  text-decoration: none;
}
.page-access .access-links a + a { border-left: 1px solid rgba(36, 71, 95, .18); }
.page-access .access-links a::after {
  content: "↗";
  position: absolute;
  top: 50%;
  right: 15px;
  color: #e26d5c;
  font-family: var(--font-number);
  font-weight: 900;
  transform: translateY(-50%);
}
.page-access .access-links span { color: #0f78a8; font-size: .72rem; font-weight: 900; }
.page-access .access-links strong { font-family: var(--font-display); font-size: .98rem; line-height: 1.45; }
.page-access .access-links small { color: #526879; font-size: .76rem; font-weight: 500; line-height: 1.5; }
.page-access .access-links a:hover { background: rgba(255, 255, 255, .7); }
.page-access .access-contact-note {
  margin: 12px 0 0;
  color: #526879;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.7;
  text-align: right;
}
.page-access .access-contact-note a {
  margin-left: 8px;
  color: #0f5f8f;
  font-family: var(--font-number);
  font-weight: 900;
}

.page-access .access-nearby { background: #fff; }
.page-access .access-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  min-height: 430px;
  border-top: 2px solid var(--color-ink);
  border-bottom: 1px solid rgba(36, 71, 95, .22);
}
.page-access .access-feature + .access-feature { margin-top: 32px; }
.page-access .access-feature--cave { grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr); }
.page-access .access-feature--cave .access-feature__photo {
  order: 2;
  border-right: 0;
  border-left: 1px solid rgba(36, 71, 95, .18);
}
.page-access .access-feature--cave .access-feature__copy { order: 1; }
.page-access .access-feature__photo {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(36, 71, 95, .18);
}
.page-access .access-feature__photo img { width: 100%; height: 100%; min-height: 370px; object-fit: cover; }
.page-access .access-feature:first-of-type .access-feature__photo img {
  object-position: center 46%;
  filter: brightness(1.07) saturate(1.04);
}
.page-access .access-feature--cave .access-feature__photo img {
  object-position: center;
  filter: brightness(1.08) saturate(1.03);
}
.page-access .access-feature__photo figcaption {
  padding: 9px 15px 10px;
  border-top: 1px solid rgba(36, 71, 95, .14);
  color: #526879;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.5;
}
.page-access .access-feature__copy {
  position: relative;
  display: grid;
  align-content: center;
  padding: 34px 38px 36px;
  background: #fff;
}
.page-access .access-feature__number {
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(15, 120, 168, .16);
  font-family: var(--font-number);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
.page-access .access-feature--cave .access-feature__number { right: auto; left: 22px; }
.page-access .access-feature__copy .section__eyebrow { width: fit-content; margin-bottom: 8px; }
.page-access .access-feature__copy h3 {
  margin: 0 0 11px;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.18rem + .55vw, 1.68rem);
  font-weight: 900;
  line-height: 1.5;
}
.page-access .access-feature__copy p { margin: 0; color: #405667; font-size: .92rem; font-weight: 500; line-height: 1.78; }
.page-access .access-feature__copy p + p { margin-top: 9px; }

@media (max-width: 940px) {
  .page-access .access-arrival__layout { grid-template-columns: 1fr; }
  .page-access .access-map { border-right: 0; border-bottom: 1px solid rgba(36, 71, 95, .2); }
  .page-access .access-routes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-access .access-route:nth-child(odd) { border-right: 1px solid rgba(36, 71, 95, .15); }
  .page-access .access-last-mile { grid-template-columns: 190px minmax(0, 1fr); }
  .page-access .access-steps li { padding-left: 17px; padding-right: 17px; }
  .page-access .access-feature, .page-access .access-feature--cave { grid-template-columns: 1fr; }
  .page-access .access-feature--cave .access-feature__photo,
  .page-access .access-feature--cave .access-feature__copy { order: initial; }
  .page-access .access-feature__photo,
  .page-access .access-feature--cave .access-feature__photo {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(36, 71, 95, .18);
  }
  .page-access .access-feature__photo img { min-height: 0; aspect-ratio: 16 / 8.4; }
}

@media (max-width: 640px) {
  .page-access { --type-page-title: 1.8rem; --type-section-title: 1.55rem; }
  .page-access .section { padding-top: 44px; padding-bottom: 44px; }
  .page-access .page-hero--access {
    min-height: 246px;
    padding: 88px 14px 30px;
    background-position: 58% center;
  }
  .page-access .page-hero__heading { width: var(--container); padding: 17px 0 18px; }
  .page-access .page-hero__heading::before { inset: 0 auto 0 -18px; width: min(430px, calc(100vw - 14px)); }
  .page-access .page-hero__eyebrow { margin-bottom: 6px; font-size: .68rem; letter-spacing: .15em; }
  .page-access .page-hero__title-row { gap: 14px; width: min(430px, 100%); min-width: 0; }
  .page-access .page-hero__title { min-width: 0; }
  .page-access .page-hero__rule { min-width: 0; height: 2px; }
  .page-access .access-arrival__head,
  .page-access .access-wayfinding__head,
  .page-access .access-nearby__head {
    display: block;
    margin-bottom: 18px;
    padding-bottom: 16px;
  }
  .page-access .access-arrival__head .section__eyebrow,
  .page-access .access-wayfinding__head .section__eyebrow,
  .page-access .access-nearby__head .section__eyebrow { display: inline-flex; margin-bottom: 7px; }
  .page-access .access-arrival__head .section__lead,
  .page-access .access-nearby__head .section__lead { margin-top: 6px; font-size: .92rem; }
  .page-access .access-map { grid-template-rows: 360px auto; }
  .page-access .access-map .map-frame { height: 100%; min-height: 0; }
  .page-access .access-map__caption { grid-template-columns: 1fr; gap: 8px; padding: 13px 14px 14px; }
  .page-access .access-map__caption p { text-align: left; }
  .page-access .access-routes { grid-template-columns: 1fr; }
  .page-access .access-route,
  .page-access .access-route:nth-child(odd) { border-right: 0; }
  .page-access .access-route { padding: 16px 15px 17px; }
  .page-access .access-last-mile { grid-template-columns: 1fr; }
  .page-access .access-last-mile__distance {
    min-height: 0;
    padding: 19px 18px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(36, 71, 95, .18);
  }
  .page-access .access-last-mile__distance strong { font-size: 1.85rem; }
  .page-access .access-steps { grid-template-columns: 1fr; }
  .page-access .access-steps li { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; padding: 15px 14px 16px; }
  .page-access .access-steps li + li { border-left: 0; border-top: 1px solid rgba(36, 71, 95, .16); }
  .page-access .access-steps li > span { margin: 3px 0 0; }
  .page-access .access-links { grid-template-columns: 1fr; margin-top: 20px; }
  .page-access .access-links a + a { border-left: 0; border-top: 1px solid rgba(36, 71, 95, .16); }
  .page-access .access-contact-note { text-align: left; }
  .page-access .access-contact-note a { display: inline-block; margin-left: 0; }
  .page-access .access-feature + .access-feature { margin-top: 24px; }
  .page-access .access-feature__photo img { aspect-ratio: 16 / 10; }
  .page-access .access-feature__copy { padding: 28px 18px 30px; }
  .page-access .access-feature__number,
  .page-access .access-feature--cave .access-feature__number {
    top: 14px;
    right: 16px;
    left: auto;
    font-size: 1.55rem;
  }
  .page-access .access-feature__copy h3 { font-size: 1.3rem; }
  .page-access .access-feature__copy p { font-size: .9rem; line-height: 1.75; }
}

@media (max-width: 340px) {
  .page-access .page-hero__title-row { gap: 8px; }
  .page-access .page-hero__rule { display: none; }
}

/* Access accent cycle: bright labels and directional arrows. */
.page-access .section__eyebrow {
  width: fit-content;
  padding: 5px 11px 6px;
  border-radius: 999px;
  background: #dff3f8;
  color: #0f668f;
  font-size: .78rem;
  line-height: 1.4;
}
.page-access .access-route__mode {
  width: fit-content;
  min-width: 48px;
  padding: 4px 7px 5px;
  border-radius: 999px;
  background: #dff3f8;
  color: #0f668f;
  text-align: center;
}
.page-access .access-route:nth-child(2) .access-route__mode { background: #fff0b8; color: #826400; }
.page-access .access-route:nth-child(3) .access-route__mode { background: #e4f0dc; color: #477441; }
.page-access .access-route:nth-child(4) .access-route__mode { background: #ffe0da; color: #b14f40; }
.page-access .access-route:nth-child(2) > strong { background: #fff3c9; color: #755b00; }
.page-access .access-route:nth-child(3) > strong { background: #e7f2df; color: #477441; }
.page-access .access-route:nth-child(4) > strong { background: #ffe3dd; color: #a94c3e; }
.page-access .access-wayfinding__head .section__eyebrow { background: #fff0a8; color: #765b00; }
.page-access .access-steps li { position: relative; padding-left: 28px; padding-right: 28px; }
.page-access .access-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -18px;
  width: 34px;
  height: 34px;
  border: 4px solid rgba(255, 255, 255, .96);
  border-radius: 50%;
  background: #ffd23f;
  box-shadow: 0 5px 12px rgba(31, 48, 64, .14);
  transform: translateY(-50%);
}
.page-access .access-steps li:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -4px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #24475f;
  border-right: 3px solid #24475f;
  transform: translateY(-50%) rotate(45deg);
}
.page-access .access-steps li > span { display: none; }
.page-access .access-links a:nth-child(1) { border-top: 4px solid #4ab8db; }
.page-access .access-links a:nth-child(2) { border-top: 4px solid #ffd23f; }
.page-access .access-links a:nth-child(3) { border-top: 4px solid #e26d5c; }
.page-access .access-links span {
  width: fit-content;
  padding: 3px 8px 4px;
  border-radius: 999px;
  background: #dff3f8;
  color: #0f668f;
  font-size: .7rem;
}
.page-access .access-links a:nth-child(2) span { background: #fff1b8; color: #765b00; }
.page-access .access-links a:nth-child(3) span { background: #ffe0da; color: #a94c3e; }
.page-access .access-feature__number { display: none; }
.page-access .access-feature__copy .section__eyebrow { margin-bottom: 10px; background: #dff3f8; color: #0f668f; }
.page-access .access-feature--cave .section__eyebrow { background: #e4f0dc; color: #477441; }
.page-access .access-nearby__head .section__eyebrow { background: #ffe0da; color: #a94c3e; }
@media (max-width: 640px) {
  .page-access .access-steps li { display: block; padding: 18px 16px 20px; }
  .page-access .access-steps li:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -18px;
    transform: translateX(50%);
  }
  .page-access .access-steps li:not(:last-child)::before {
    top: auto;
    right: 50%;
    bottom: -3px;
    transform: translateX(50%) rotate(135deg);
  }
}
