.krabi-breadcrumb {
  margin: 0 0 24px;
  color: #625b50;
  font-size: 0.95rem;
}

.krabi-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.krabi-breadcrumb li:not(:last-child)::after {
  content: "\203A";
  margin-left: 8px;
  color: #a68342;
}

.krabi-breadcrumb a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.krabi-local-facts {
  margin: 40px 0;
  padding: 28px;
  border: 1px solid #dfcfad;
  border-radius: 20px;
  background: #fbf8f1;
}

.krabi-local-facts h2 {
  margin-top: 0;
}

.krabi-facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.krabi-fact {
  padding: 18px;
  border-radius: 14px;
  background: #fff;
}

.krabi-fact h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.krabi-fact p,
.krabi-fact ol {
  margin: 0;
}

.krabi-cluster-nav {
  margin: 36px 0 18px;
  padding: 20px 24px;
  border-left: 4px solid #b58a3b;
  background: #f8f4eb;
}

.krabi-cluster-nav p {
  margin: 0;
}

.krabi-book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.krabi-book-actions a {
  margin: 0;
}

.krabi-areas-section {
  background: linear-gradient(135deg, #f8f4eb 0%, #fff 58%, #eef5f1 100%);
}

.krabi-area-eyebrow {
  margin: 0 0 8px;
  color: #8d682c;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.krabi-area-content > h2 {
  margin-top: 0;
}

.krabi-area-content--centered {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.krabi-area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.krabi-area-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 59, 0.32);
  border-radius: 20px;
  background: #21140e;
  box-shadow: 0 16px 34px rgba(50, 31, 18, 0.2);
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.krabi-area-card::after {
  content: "";
  position: absolute;
  inset: 25% 0 0;
  z-index: 1;
  background: linear-gradient(to bottom, transparent, rgba(12, 7, 4, 0.94));
}

.krabi-area-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.krabi-area-card__content {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  gap: 7px;
  text-align: left;
}

.krabi-area-card__content strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 0.95;
}

.krabi-area-card__content > span {
  font-size: 0.84rem;
  line-height: 1.35;
  opacity: 0.9;
}

.krabi-area-card:hover img,
.krabi-area-card:focus-visible img {
  transform: scale(1.055);
}

.krabi-area-card:focus-visible {
  outline: 3px solid #d5a744;
  outline-offset: 4px;
}

.krabi-area-status {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
}

.krabi-area-status--regular {
  color: #236348;
  background: #e5f4ec;
}

.krabi-area-status--check {
  color: #785820;
  background: #f7edd5;
}

.krabi-area-status--special {
  color: #735043;
  background: #f4e8e2;
}

.krabi-area-note {
  max-width: 900px;
  margin: 24px auto 0;
  padding: 16px 18px;
  border-left: 4px solid #b58a3b;
  border-radius: 0 12px 12px 0;
  background: #fff;
  line-height: 1.6;
}

.krabi-book-actions--centered {
  justify-content: center;
}

/* Keep Krabi therapist profiles compact without changing cards site-wide. */
#therapists .therapist-card {
  padding: 14px;
}

#therapists .therapist-card img {
  height: clamp(230px, 28vw, 320px);
  aspect-ratio: auto;
  margin-bottom: 10px;
  object-fit: cover;
  object-position: center top;
}

#therapists .therapist-card h3 {
  margin: 4px 0;
  font-size: 20px;
}

#therapists .therapist-role {
  margin-bottom: 6px;
}

#therapists .therapist-meta {
  margin-bottom: 10px;
  line-height: 1.45;
}

#therapists .therapist-card .btn {
  margin-block: 4px;
  padding-block: 10px;
}

@media (max-width: 720px) {
  .krabi-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .krabi-area-card {
    border-radius: 15px;
  }

  .krabi-area-card__content {
    right: 11px;
    bottom: 12px;
    left: 11px;
    gap: 5px;
  }

  .krabi-area-card__content strong {
    font-size: clamp(1.3rem, 7vw, 1.8rem);
  }

  .krabi-area-card__content > span {
    font-size: 0.7rem;
  }

  .krabi-area-status {
    padding: 4px 7px;
    font-size: 0.62rem;
  }

  .krabi-facts-grid {
    grid-template-columns: 1fr;
  }

  .krabi-local-facts {
    padding: 20px;
  }

  .krabi-book-actions {
    flex-direction: column;
  }

  .krabi-book-actions a {
    justify-content: center;
    text-align: center;
  }

  #therapists .therapist-card img {
    height: min(70vw, 290px);
  }
}
