.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  overflow: visible;
  vertical-align: -0.16em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-icon .icon-svg {
  width: 24px;
  height: 24px;
}

.big-icon .icon-svg {
  width: 31px;
  height: 31px;
}

.quick .icon-svg {
  margin-right: 0.18em;
  color: var(--pink);
}

.parking-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.parking-note > .icon-svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  margin-top: 0.18em;
  color: var(--pink);
}

.local-map-card {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  min-height: 360px;
  margin: 0 max(5vw, 24px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.map-image-link {
  position: relative;
  display: block;
  min-height: 360px;
  overflow: hidden;
  background: #e7e6df;
}

.map-image-link picture,
.map-image-link img {
  display: block;
  width: 100%;
  height: 100%;
}

.map-image-link picture {
  position: absolute;
  inset: 0;
}

.map-image-link img {
  object-fit: contain;
  object-position: 50% 50%;
  transition: transform 0.3s ease;
}

.map-image-link:hover img {
  transform: scale(1.015);
}

.map-image-link:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: -3px;
}

.map-open-label {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(163, 31, 98, 0.94);
  color: white;
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(36, 35, 34, 0.18);
}

.local-map-visual {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  background-color: #e7e6df;
  background-image:
    radial-gradient(circle at 18% 24%, rgba(67, 92, 78, 0.16) 0 10%, transparent 10.5%),
    radial-gradient(circle at 82% 76%, rgba(67, 92, 78, 0.13) 0 15%, transparent 15.5%),
    linear-gradient(31deg, transparent 0 47%, rgba(255, 255, 255, 0.5) 47% 53%, transparent 53%),
    linear-gradient(121deg, transparent 0 46%, rgba(255, 255, 255, 0.42) 46% 52%, transparent 52%);
}

.local-map-visual::before,
.local-map-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #f8f6f1;
  border: 1px solid #d7d2ca;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.34);
}

.local-map-visual::before {
  width: 130%;
  height: 24px;
  left: -14%;
  top: 49%;
  transform: rotate(-12deg);
}

.local-map-visual::after {
  width: 95%;
  height: 18px;
  left: 16%;
  top: 31%;
  transform: rotate(51deg);
}

.local-road {
  position: absolute;
  z-index: 1;
  display: block;
  height: 10px;
  border: 1px solid #d7d2ca;
  border-radius: 999px;
  background: #f6f3ed;
}

.road-one {
  width: 55%;
  left: -4%;
  top: 22%;
  transform: rotate(24deg);
}

.road-two {
  width: 48%;
  right: -5%;
  top: 70%;
  transform: rotate(-33deg);
}

.road-three {
  width: 35%;
  right: 12%;
  top: 18%;
  transform: rotate(-8deg);
}

.local-road-label,
.local-town-label {
  position: absolute;
  z-index: 2;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(251, 250, 247, 0.88);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.05em;
}

.local-road-label {
  left: 24%;
  top: 55%;
  transform: rotate(-12deg);
}

.local-town-label {
  right: 10%;
  bottom: 12%;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.local-map-marker {
  position: absolute;
  z-index: 3;
  left: 57%;
  top: 43%;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 7px solid white;
  border-radius: 50% 50% 50% 12%;
  background: var(--pink);
  color: white;
  box-shadow: 0 14px 32px rgba(36, 35, 34, 0.2);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.local-map-marker b {
  font: 400 2.1rem/1 Arial, sans-serif;
  transform: rotate(45deg);
}

.local-map-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4vw, 56px);
}

.local-map-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.local-map-copy p {
  color: var(--muted);
}

.local-map-copy .btn {
  align-self: flex-start;
  margin-top: 12px;
}

.info-card {
  cursor: default;
}

.info-card:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--line);
}

.aside-external {
  display: block;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.service-extra {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(36px, 7vw, 90px);
  padding: 90px max(5vw, 24px);
  background: var(--soft);
}

.service-extra > div:first-child p {
  color: var(--muted);
  font-size: 1.05rem;
}

.official-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--pink);
  font-weight: 800;
}

.service-steps {
  display: grid;
  gap: 14px;
}

.service-steps article {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: start;
  gap: 16px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.service-steps span {
  color: var(--pink);
  font: italic 1.45rem Georgia, serif;
}

.service-steps p {
  margin: 0;
  color: var(--muted);
}

.service-notice {
  grid-column: 1 / -1;
  margin: 0;
  padding: 20px 24px;
  border-left: 3px solid var(--pink);
  background: white;
  color: var(--muted);
}

.service-notice b {
  color: var(--ink);
}

.faq {
  padding: 95px max(12vw, 30px);
}

.faq > div {
  max-width: 900px;
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.faq details p {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--muted);
}

.privacy-policy-page {
  padding-bottom: 110px;
}

.privacy-policy-hero {
  max-width: 1150px;
  margin: 0 auto;
  padding: clamp(70px, 10vw, 130px) max(5vw, 24px) 72px;
}

.privacy-policy-hero h1 {
  margin-bottom: 20px;
}

.privacy-policy-hero > p:last-child {
  max-width: 820px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.privacy-policy-update {
  display: inline-block;
  margin: 0;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--pink);
  font-size: 0.84rem;
  font-weight: 800;
}

.privacy-policy-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px max(5vw, 24px) 0;
  border-top: 1px solid var(--line);
}

.privacy-policy-content section {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}

.privacy-policy-content section:last-child {
  margin-bottom: 0;
}

.privacy-policy-content h2 {
  margin-bottom: 24px;
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.privacy-policy-content h3 {
  margin: 28px 0 6px;
  font-size: 1rem;
}

.privacy-policy-content p,
.privacy-policy-content li,
.privacy-policy-content address {
  font-size: 1rem;
  line-height: 1.78;
}

.privacy-policy-content p,
.privacy-policy-content address {
  margin-bottom: 18px;
}

.privacy-policy-content address {
  padding: 20px 24px;
  border-left: 3px solid var(--pink);
  background: var(--soft);
  font-style: normal;
}

.privacy-policy-content ul {
  margin: 20px 0 26px;
  padding-left: 1.35rem;
}

.privacy-policy-content li {
  margin-bottom: 7px;
}

.privacy-policy-content li::marker {
  color: var(--pink);
}

.image-note-page {
  min-height: 60vh;
  padding: clamp(70px, 10vw, 130px) max(5vw, 24px) 110px;
}

.image-note-content {
  max-width: 900px;
  margin: 0 auto;
}

.image-note-content h1 {
  margin: 0 0 48px;
}

.image-note-copy {
  padding-top: 52px;
  border-top: 1px solid var(--line);
}

.image-note-copy p {
  max-width: 820px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.78;
}

.image-note-copy p:last-child {
  margin-bottom: 0;
}

.image-note-body .mobile-cta {
  display: none;
}

@media (max-width: 900px) {
  body.image-note-body {
    padding-bottom: 0;
  }

  .local-map-card {
    grid-template-columns: 1fr;
  }

  .service-extra {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .local-map-card {
    margin: 0 18px;
  }

  .local-map-visual {
    min-height: 310px;
  }

  .map-image-link {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .local-map-copy {
    padding: 38px 24px;
  }

  .local-map-copy .btn {
    width: 100%;
  }

  .service-extra,
  .faq {
    padding: 70px 22px;
  }

  .service-steps article {
    grid-template-columns: 42px 1fr;
    padding: 18px;
  }

  .privacy-policy-page {
    padding-bottom: 75px;
  }

  .privacy-policy-hero {
    padding: 65px 22px 52px;
  }

  .privacy-policy-hero > p:last-child {
    font-size: 1rem;
  }

  .privacy-policy-content {
    padding: 52px 22px 0;
  }

  .privacy-policy-content section {
    margin-bottom: 38px;
    padding-bottom: 38px;
  }

  .privacy-policy-content p,
  .privacy-policy-content li,
  .privacy-policy-content address {
    font-size: 0.97rem;
    line-height: 1.72;
  }

  .image-note-page {
    padding: 65px 22px 75px;
  }

  .image-note-content h1 {
    margin-bottom: 36px;
  }

  .image-note-copy {
    padding-top: 38px;
  }

  .image-note-copy p {
    margin-bottom: 20px;
    font-size: 0.97rem;
    line-height: 1.72;
  }
}
