/* ----- Access / Contact ----- */
.section-access {
  padding: var(--space-section-top) 24px var(--space-section-bottom);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(780px circle at 12% 8%, rgba(26, 115, 232, 0.10) 0%, rgba(26, 115, 232, 0) 58%),
    linear-gradient(180deg, #f7fbff 0%, var(--access-bg) 100%);
}

.access-header {
  max-width: 720px;
  margin: 0 auto var(--space-header-bottom);
  text-align: center;
}

.access-title {
  margin: 0 0 20px;
  font-size: clamp(1.5rem, 3.8vw, 2rem);
  font-weight: 700;
  color: var(--schedule-navy);
  letter-spacing: 0.04em;
}

.access-lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--text-body);
}

.access-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-grid-gap);
}

@media (min-width: 900px) {
  .access-grid {
    grid-template-columns: 1fr 1.35fr;
    gap: var(--space-grid-gap);
    align-items: stretch;
  }
}

.access-card {
  background: var(--white);
  border-radius: 30px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08), 0 2px 10px rgba(15, 23, 42, 0.04);
}

.access-card--line {
  padding: 40px 28px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.access-line-icon-wrap {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #eafff2 0%, #dcfce7 65%, #c9f5d8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid rgba(16, 201, 88, 0.25);
  box-shadow: 0 8px 20px rgba(16, 201, 88, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.access-line-icon-wrap svg {
  width: 38px;
  height: 38px;
  color: var(--green);
  stroke-width: 1.9;
}

.access-card--line h3 {
  margin: 0 0 14px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--schedule-navy);
}

.access-card--line .access-desc {
  margin: 0 0 28px;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--text-body);
  max-width: 320px;
}

.access-card--line .btn-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 28px;
  font-size: 0.9375rem;
  box-sizing: border-box;
}

.access-card--line .access-note {
  margin: 14px 0 0;
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.access-card--info {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.98) 100%);
}

.access-info-body {
  padding: 32px 28px 28px;
  flex: 1;
  min-width: 0;
  position: relative;
}

@media (min-width: 900px) {
  .access-card--info {
    flex-direction: row;
    align-items: stretch;
  }

  .access-info-body {
    padding: 36px 32px 36px 36px;
    align-self: stretch;
    flex: 1 1 52%;
  }
}

.access-block + .access-block {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(26, 115, 232, 0.12);
}

.access-block-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}

.access-icon-circle {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.access-icon-circle--phone {
  background: radial-gradient(circle at 35% 30%, rgba(255, 242, 230, 0.95), rgba(255, 228, 206, 0.92));
  color: #d86b11;
}

.access-icon-circle--pin {
  background: radial-gradient(circle at 35% 30%, rgba(233, 248, 255, 0.95), rgba(210, 239, 255, 0.95));
  color: #0a73b8;
}

.access-icon-circle svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.9;
}

.access-meta-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #7c8ea7;
  margin-bottom: 4px;
}

.access-block-title {
  margin: 0 0 10px;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--schedule-navy);
}

.access-tel {
  margin: 0 0 8px;
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--schedule-navy);
}

.access-tel a {
  text-decoration: none;
  transition: color 0.2s var(--ease);
}

.access-tel a:hover {
  color: var(--blue-heading);
}

.access-hours {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.access-address-lead {
  margin: 0 0 8px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--text-nav);
}

.access-address {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-body);
}

@media (max-width: 900px) {
  .access-info-body {
    padding: 30px 22px 26px;
  }

  .access-block {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .access-block-head {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .access-block-head > div,
  .access-tel,
  .access-hours,
  .access-address-lead,
  .access-address {
    text-align: center;
  }

  .access-block-title {
    margin-bottom: 0;
  }

  .access-address {
    max-width: 28em;
    margin-left: auto;
    margin-right: auto;
  }
}

.access-photo-wrap {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #e8eef3;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08), 0 4px 12px rgba(15, 23, 42, 0.04);
  aspect-ratio: 4 / 3;
  max-height: min(52vw, 320px);
}

@media (min-width: 900px) {
  .access-photo-wrap {
    flex: 0 0 auto;
    width: 44%;
    max-width: 440px;
    min-width: 260px;
    max-height: none;
    min-height: 0;
    align-self: center;
  }
}

.access-photo-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 38% center;
}

@media (max-width: 900px) {
  .access-photo-wrap {
    width: 100%;
    max-width: none;
  }

  .access-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.access-map {
  max-width: 1120px;
  margin: 36px auto 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(26, 115, 232, 0.14);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.10), 0 4px 14px rgba(15, 23, 42, 0.05);
  background: #e2e8f0;
}

.access-map iframe {
  display: block;
  width: 100%;
  height: min(420px, 55vw);
  min-height: 280px;
  border: 0;
}

.access-map-link {
  max-width: 1120px;
  margin: 14px auto 0;
  padding: 0 8px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-body);
}

.access-map-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #0f62d0;
  font-weight: 700;
  text-decoration: none;
  background: rgba(26, 115, 232, 0.08);
  border: 1px solid rgba(26, 115, 232, 0.18);
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.access-map-link a::after {
  content: "↗";
  font-size: 0.9em;
  line-height: 1;
  opacity: 0.85;
}

.access-map-link a:hover {
  transform: translateY(-1px);
  background: rgba(26, 115, 232, 0.13);
  box-shadow: 0 6px 16px rgba(26, 115, 232, 0.16);
}
