/* ===== access.css ===== */

.accessPage{
  padding-bottom: 28px;
  background:
    radial-gradient(1000px 420px at 8% -120px, rgba(112, 151, 126, 0.08), transparent 72%),
    radial-gradient(860px 380px at 100% 0, rgba(173, 160, 132, 0.09), transparent 68%),
    #fff;
}

.accessWrap{
  max-width: 900px;
}

.accessHero{
  padding: 56px 0 34px;
}

.accessKicker{
  margin: 0 0 10px;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 650;
}

.accessHero h1{
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.2;
}

.accessLead{
  margin: 16px 0 0;
  max-width: 620px;
  color: #2d3432;
  line-height: 1.95;
}

.accessParking{
  margin-top: 22px;
}

.accessSection{
  padding: 12px 0;
}

.accessSection--last{
  padding-bottom: 8px;
}

.accessCard{
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 17, 19, 0.08);
  border-radius: 20px;
  padding: 24px 26px;
  box-shadow: 0 10px 24px rgba(21, 31, 26, 0.05);
}

.accessCard h2{
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #27302d;
}

.accessCard p{
  margin: 10px 0 0;
  color: #2f3735;
  line-height: 1.9;
}

.accessAction{
  margin-top: 14px;
}

.mapBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(52, 168, 83, 0.20);
  background: linear-gradient(135deg, #34a853, #4cc38a);
  color: #fff;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(52, 168, 83, 0.22);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.mapBtn:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(52, 168, 83, 0.28);
  filter: saturate(1.05);
}

.smallNote{
  font-size: 0.84rem;
  color: var(--muted);
}

.mapEmbed{
  margin-top: 12px;
  border: 1px solid rgba(15, 17, 19, 0.09);
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  background: #eef2ef;
}

.mapEmbed iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 820px){
  .accessHero{
    padding-top: 34px;
  }

  .accessParking{
    margin-top: 18px;
  }

  .accessCard{
    padding: 18px 16px;
    border-radius: 16px;
  }
}
/* ===== Parking notice ===== */
.parking{
  margin-top:18px;
  border:1px solid rgba(47,189,179,.35);
  background:rgba(47,189,179,.10);
  border-radius:calc(var(--r) + 8px);
  padding:14px 16px;
  display:flex;
  gap:10px;
  align-items:flex-start;
}

.parking .mark{
  width:34px; height:34px;
  border-radius:10px;
  background:rgba(47,189,179,.24);
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  color:var(--accent-ink);
  flex:0 0 auto;
}

.parking p{
  margin:0;
  font-size:0.9rem;
  line-height:1.8;
}

.parking b{ font-weight:850; }

.parking a{
  text-decoration:underline;
  text-decoration-color:rgba(47,189,179,.75);
  text-underline-offset:3px;
}
