.antiage-access {
  color: #2f2f2f;
  background: #ffffff;
}

.antiage-access img {
  display: block;
  width: 100%;
  height: auto;
}

.antiage-access-hero {
  position: relative;
  min-height: min(52vw, 760px);
  overflow: hidden;
  background: #f6f1ea;
}

.antiage-access-hero__image,
.antiage-access-contact__image {
  position: absolute;
  inset: 0;
}

.antiage-access-hero__image img,
.antiage-access-contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antiage-access-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0) 54%, rgb(255, 255, 255) 100%);
}

.antiage-access-hero__copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  max-width: 100%;
}

.antiage-access-hero__copy--desktop {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 6.5rem 0 3rem;
}

.antiage-access-hero__column-spacer {
  flex: 1 1 auto;
}

.antiage-access-hero__column--text {
  display: flex;
  align-items: flex-start;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 270px;
}

.antiage-access-hero__column--tail {
  flex: 0 0 30%;
}

.antiage-access-hero__copy-gap {
  flex: 0 0 7rem;
}

.antiage-access-hero__copy--mobile {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 5rem 1.5rem 2rem;
}

.antiage-access-hero__copy--desktop .antiage-access-hero__lead,
.antiage-access-hero__copy--desktop .antiage-access-hero__sublead {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.antiage-access-hero__lead,
.antiage-access-hero__sublead {
  margin: 0;
  color: #c2ae5d;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.2rem;
  line-height: 0.95;
  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.95),
    0 0 24px rgba(255, 255, 255, 0.78),
    0 0 36px rgba(255, 255, 255, 0.58),
    -2px 2px 5px rgba(255, 255, 255, 0.95),
    2px -2px 5px rgba(255, 255, 255, 0.95);
}

.antiage-access-hero__lead {
  font-size: clamp(2.4rem, 3.3vw, 3.9rem);
}

.antiage-access-hero__sublead {
  font-size: clamp(2.42rem, 3.36vw, 3.95rem);
  letter-spacing: 0.3rem;
}

.antiage-access-hero__mobile-text {
  margin: 0;
  width: min(80%, 30rem);
  color: #c2ae5d;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.8rem, 5vw, 2.2rem);
  line-height: 1.7;
  letter-spacing: 0.2rem;
  text-align: center;
  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.95),
    0 0 24px rgba(255, 255, 255, 0.78),
    0 0 36px rgba(255, 255, 255, 0.58),
    -2px 2px 5px rgba(255, 255, 255, 0.95),
    2px -2px 5px rgba(255, 255, 255, 0.95);
}

.antiage-access-hero__mobile-spacer--top {
  height: clamp(4.5rem, 10vw, 8rem);
}

.antiage-access-hero__mobile-spacer--bottom {
  height: clamp(2rem, 5vw, 3rem);
}

.antiage-access-intro,
.antiage-access-locations,
.antiage-access-contact__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.antiage-access-intro {
  padding-top: 5rem;
  padding-bottom: 2rem;
  text-align: center;
}

.antiage-access-section-title {
  margin: 0;
  font-size: clamp(2.6rem, 4vw, 4rem);
  letter-spacing: 0.1em;
  color: #c2ae5d;
  font-weight: 500;
}

.antiage-access-section-title--light,
.antiage-access-section-subtitle--light {
  color: #ffffff;
}

.antiage-access-section-subtitle {
  margin: 1rem 0 0;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
}

.antiage-access-locations {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.antiage-location {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: 4rem;
  padding: 4.5rem 0;
  position: relative;
}

.antiage-location::before,
.antiage-location::after {
  content: none;
}

.antiage-location--reverse .antiage-location__media {
  order: 2;
}

.antiage-location--reverse .antiage-location__content {
  order: 1;
}

.antiage-location__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.antiage-location__gallery-item,
.antiage-location__logo-frame {
  margin: 0;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

.antiage-location__gallery-item {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.antiage-location__gallery-item img {
  height: 100%;
  object-fit: cover;
}

.antiage-location__logo-frame {
  padding: 3rem;
  display: grid;
  place-items: center;
  min-height: 420px;
}

.antiage-location__logo {
  width: min(320px, 72%);
}

.antiage-location__header {
  margin-bottom: 2rem;
  text-align: center;
}

.antiage-location__title {
  margin: 0;
  display: block;
  color: #c2ae5d;
  font-size: clamp(2.2rem, 3vw, 3.8rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.antiage-location__details {
  margin: 0;
  display: grid;
  gap: 1.25rem;
}

.antiage-location__detail {
  display: grid;
  grid-template-columns: 4.2rem 1fr;
  gap: 1rem;
  align-items: start;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.8;
}

.antiage-location__detail dt {
  color: #c2ae5d;
  font-weight: 500;
}

.antiage-location__detail dd {
  margin: 0;
}

.antiage-location__detail dd span {
  display: block;
}

.antiage-location__actions {
  margin-top: 2.5rem;
  text-align: center;
}

.antiage-outline-button,
.antiage-line-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-width: 240px;
  min-height: 72px;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}

.antiage-outline-button {
  color: #1e1e1e;
  background: #ffffff;
  border-top: 2px solid #c2ae5d;
  border-left: 2px solid #c2ae5d;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  box-shadow: 12px 12px 0 #d8d8d8;
}

.antiage-outline-button:hover,
.antiage-outline-button:focus {
  color: #1e1e1e;
  transform: translate(-4px, -4px);
  box-shadow: 16px 16px 0 #d8d8d8;
}

@media (max-width: 991px) {
  .antiage-access-hero {
    min-height: 560px;
  }

  .antiage-access-hero__copy--desktop {
    display: none;
  }

  .antiage-access-hero__copy--mobile {
    display: flex;
    flex-direction: column;
  }

  .antiage-location,
  .antiage-location--reverse {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .antiage-location--reverse .antiage-location__media,
  .antiage-location--reverse .antiage-location__content {
    order: initial;
  }

  .antiage-location__logo-frame {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .antiage-access-hero {
    min-height: 420px;
  }

  .antiage-access-hero__copy--mobile {
    padding: 0 1.25rem;
  }

  .antiage-access-intro,
  .antiage-access-locations,
  .antiage-access-contact__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .antiage-location {
    padding: 3.25rem 0;
  }

  .antiage-location__gallery {
    grid-template-columns: 1fr;
  }

  .antiage-location__detail {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .antiage-outline-button,
  .antiage-line-button {
    width: 100%;
    min-height: 64px;
  }
}
