.hotel-detail-body {
  --kd-ink: #262420;
  --kd-muted: #78716a;
  --kd-line: #ebe5db;
  --kd-surface: #ffffff;
  --kd-surface-soft: #fcf8f1;
  --kd-surface-tint: #f7f1ff;
  --kd-accent: #a987eb;
  --kd-accent-strong: #8f6edd;
  --kd-warm: #ffb45c;
  --kd-shadow: 0 18px 48px rgba(31, 26, 18, 0.08);
  background: #ffffff;
  color: var(--kd-ink);
}

.hotel-detail-body .container-page.kidotel-main {
  max-width: none;
  padding: 0 0 24px;
}

.kd-hotel-page {
  width: min(1200px, calc(100% - 40px));
  margin: 28px auto 0;
  font-family: "Manrope", system-ui, sans-serif;
}

.kd-gallery {
  height: 600px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  overflow: hidden;
  border-radius: 32px;
  background: #f3efe9;
  box-shadow: var(--kd-shadow);
}

.kd-gallery-main,
.kd-gallery-tile,
.kd-card-image,
.kd-review-image,
.kd-similar-media,
.kd-dialog-grid a {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #f3efe9;
}

.kd-gallery-main img,
.kd-gallery-tile img,
.kd-card-image img,
.kd-review-image img,
.kd-similar-media img,
.kd-dialog-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kd-image-placeholder {
  background-color: #fbfaf8;
  background-image:
    linear-gradient(45deg, #f0ece5 25%, transparent 25%),
    linear-gradient(-45deg, #f0ece5 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #f0ece5 75%),
    linear-gradient(-45deg, transparent 75%, #f0ece5 75%);
  background-position: 0 0, 0 18px, 18px -18px, -18px 0;
  background-size: 36px 36px;
}

.kd-gallery-side {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
}

.kd-gallery-actions {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.kd-pill-button {
  min-height: 42px;
  padding: 8px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--kd-ink);
  box-shadow: 0 8px 24px rgba(31, 26, 18, 0.12);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  backdrop-filter: blur(12px);
}

.kd-pill-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kd-pill-button:hover,
.kd-pill-button.is-saved {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(31, 26, 18, 0.16);
}

.kd-pill-button.is-saved svg {
  fill: var(--kd-warm);
  stroke: var(--kd-warm);
}

.kd-pill-button:disabled {
  opacity: 0.55;
  cursor: default;
  transform: none;
}

.kd-more-photos {
  position: absolute;
  left: 24px;
  bottom: 24px;
}

.kd-content-shell {
  padding-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.82fr);
  gap: 0;
  align-items: start;
}

.kd-content-main {
  min-width: 0;
  padding-right: 32px;
  border-right: 1px solid var(--kd-line);
}

.kd-summary-section {
  padding-bottom: 8px;
}

.kd-summary-main {
  min-width: 0;
}

.kd-kicker {
  margin: 0 0 10px;
  color: #938a7b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.kd-summary-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.kd-summary-copy h1 {
  margin: 0;
  font-family: "Sora", system-ui, sans-serif;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.kd-rating-row {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.kd-stars {
  display: flex;
  gap: 3px;
}

.kd-stars svg {
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: #d8cfc1;
  stroke-width: 1.6;
}

.kd-stars svg.is-active {
  fill: var(--kd-warm);
  stroke: var(--kd-warm);
}

.kd-stars--small svg {
  width: 14px;
  height: 14px;
}

.kd-rating-copy {
  color: var(--kd-muted);
  font-size: 14px;
  font-weight: 600;
}

.kd-meta-list {
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
}

.kd-meta-list li {
  position: relative;
  color: var(--kd-muted);
  font-size: 14px;
  line-height: 1.45;
}

.kd-meta-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 999px;
  background: #d8d0c3;
  vertical-align: middle;
}

.kd-score-chip,
.kd-mini-score,
.kd-similar-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #b793ff 0%, #9d7de9 100%);
  color: #ffffff;
}

.kd-score-chip {
  min-width: 78px;
  padding: 12px 14px 10px;
  flex-direction: column;
  box-shadow: 0 12px 28px rgba(157, 125, 233, 0.28);
}

.kd-score-chip strong {
  font-size: 28px;
  line-height: 1;
}

.kd-score-chip span {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2;
}

.kd-copy-block {
  margin-top: 26px;
}

.kd-copy-block h2,
.kd-side-card h2,
.kd-review-banner h2 {
  margin: 0;
  font-family: "Sora", system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.kd-copy-block h2 {
  font-size: 31px;
}

.kd-copy-richtext {
  margin-top: 16px;
  display: grid;
  gap: 14px;
}

.kd-copy-richtext p {
  margin: 0;
  color: #5e574f;
  font-size: 16px;
  line-height: 1.72;
}

.kd-note-pills {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kd-highlight-pill,
.kd-inline-badge,
.kd-service-pills span,
.kd-audience-pills span,
.kd-activity-more span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
}

.kd-highlight-pill {
  padding: 10px 15px;
  background: #fff8ec;
  color: #6b5f4d;
  font-size: 13px;
  font-weight: 600;
}

.kd-highlight-pill svg {
  width: 16px;
  height: 16px;
  fill: var(--kd-warm);
}

.kd-sidebar {
  position: sticky;
  top: 80px;
  align-self: start;
  padding-left: 32px;
  display: grid;
  gap: 16px;
}

.kd-side-card {
  padding: 22px;
  border: 1px solid var(--kd-line);
  border-radius: 26px;
  background: var(--kd-surface);
  box-shadow: 0 12px 36px rgba(31, 26, 18, 0.05);
}

.kd-booking-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.kd-booking-head h2 {
  font-size: 22px;
  line-height: 1.08;
}

.kd-booking-head p {
  margin: 10px 0 0;
  color: var(--kd-muted);
  font-size: 14px;
  line-height: 1.55;
}

.kd-score-card {
  padding: 28px 24px 24px;
  border-color: #ded9d0;
  border-radius: 40px;
  box-shadow: none;
}

.kd-scorecard-head {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.kd-scorecard-head h2 {
  font-size: 16px;
  line-height: 1.15;
  text-transform: uppercase;
}

.kd-scorecard-mascot {
  width: 72px;
  height: 86px;
}

.kd-scorecard-mascot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.kd-scorecard-copy p {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.35;
}

.kd-mini-score {
  min-width: 62px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
}

.kd-book-actions {
  display: flex;
  gap: 10px;
}

.kd-book-actions--stack {
  margin-top: 18px;
  flex-direction: column;
}

.kd-book-button,
.kd-review-banner article > a {
  min-height: 44px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.kd-book-button--dark,
.kd-review-banner article > a {
  background: #2b2925;
  color: #ffffff;
}

.kd-book-button:hover,
.kd-review-banner article > a:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(31, 26, 18, 0.18);
}

.kd-public-profile-card {
  display: grid;
  gap: 14px;
}

.kd-public-profile-card h2 {
  color: var(--kd-ink);
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

.kd-public-profile-card p {
  color: var(--kd-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.kd-score-metrics {
  margin-top: 22px;
  display: grid;
  gap: 22px;
}

.kd-score-metric {
  display: grid;
  gap: 8px;
}

.kd-score-metric-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.kd-score-metric-copy {
  min-width: 0;
}

.kd-score-metric span,
.kd-score-metric strong,
.kd-score-metric small {
  display: block;
}

.kd-score-metric span {
  color: #2b2a27;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.15;
}

.kd-score-metric small {
  margin-top: 6px;
  color: #a6a097;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.35;
}

.kd-score-metric strong {
  white-space: nowrap;
  color: var(--kd-ink);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.kd-score-metric strong em {
  color: #a6a097;
  font-style: normal;
  font-weight: 300;
}

.kd-score-track {
  width: 100%;
  height: 10px;
  overflow: hidden;
  border: 1px solid #e8e2d9;
  border-radius: 999px;
  background: #faf7f3;
}

.kd-score-fill {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #a987eb 0%, #c59af2 45%, #f2b767 75%, #ffcc8c 100%);
}

.kd-page-section {
  padding-top: 76px;
  scroll-margin-top: 80px;
}

.kd-section-heading {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.kd-section-title {
  margin: 0;
  font-family: "Sora", system-ui, sans-serif;
  font-size: clamp(36px, 3.2vw, 48px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
}

.kd-section-title--left {
  text-align: left;
}

.kd-section-badge,
.kd-inline-badge {
  padding: 6px 12px;
  background: var(--kd-surface-tint);
  color: var(--kd-accent-strong);
  font-size: 12px;
  font-weight: 700;
}

.kd-service-carousel {
  position: relative;
}

.kd-service-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.kd-service-track::-webkit-scrollbar {
  display: none;
}

.kd-service-card,
.kd-audience-card,
.kd-similar-card {
  border: 1px solid var(--kd-line);
  border-radius: 32px;
  background: var(--kd-surface);
  box-shadow: 0 12px 32px rgba(31, 26, 18, 0.05);
}

.kd-service-card {
  min-width: 0;
  width: 256px;
  max-width: 100%;
  padding: 0;
  scroll-snap-align: start;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0;
  border-radius: 32px;
  background: transparent;
  box-shadow: none;
}

.kd-service-media .kd-card-image {
  aspect-ratio: 1 / 1;
  border-radius: 32px 32px 0 0;
}

.kd-service-media {
  position: relative;
}

.kd-service-image-nav {
  position: absolute;
  top: 132px;
  left: 0;
  right: 0;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.kd-service-image-arrow {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(80, 77, 74, 0.3);
  color: #ffffff;
  backdrop-filter: blur(6px);
}

.kd-service-image-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kd-service-body {
  box-sizing: border-box;
  width: 100%;
  min-height: 124px;
  padding: 12px 20px 24px;
  border: 1px solid var(--kd-line);
  border-top: 0;
  border-radius: 0 0 32px 32px;
  background: #ffffff;
}

.kd-service-title-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.kd-service-title-group {
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.kd-service-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fef5ee;
}

.kd-service-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #ffab4f;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kd-service-heading-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.kd-service-title-row h3,
.kd-audience-card h3,
.kd-similar-body h3 {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.25;
}

.kd-service-title-row p,
.kd-similar-body p {
  margin: 2px 0 0;
  color: var(--kd-muted);
  font-size: 12px;
  line-height: 1.5;
}

.kd-service-pills,
.kd-audience-pills,
.kd-activity-more {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kd-service-pills span,
.kd-audience-pills span,
.kd-activity-more span {
  padding: 8px 12px;
  background: var(--kd-surface-soft);
  color: #60584f;
  font-size: 13px;
  line-height: 1.4;
}

.kd-service-facts {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.kd-service-facts div {
  padding-top: 0;
  border-top: 0;
}

.kd-service-facts span,
.kd-service-facts strong {
  display: block;
}

.kd-service-facts span {
  color: var(--kd-muted);
  font-size: 12px;
  line-height: 1.5;
}

.kd-service-facts strong {
  margin-top: 2px;
  color: #ffab4f;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.kd-card-button {
  width: 100%;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #ede5d7;
  border-radius: 999px;
  background: #ffffff;
  color: #9a9285;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  list-style: none;
}

.kd-carousel-arrow {
  position: absolute;
  top: 42%;
  z-index: 3;
  width: 44px;
  height: 44px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(235, 229, 219, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #6d655b;
  box-shadow: 0 10px 26px rgba(31, 26, 18, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
}

.kd-carousel-arrow--previous {
  left: -22px;
}

.kd-carousel-arrow--next {
  right: -22px;
}

.kd-carousel-arrow svg,
.kd-back-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kd-activity-callout {
  margin-top: 22px;
  padding: 24px 28px;
  border: 1px solid var(--kd-line);
  border-radius: 30px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff8ee 100%);
}

.kd-activity-callout h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.kd-activity-callout-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}

.kd-activity-callout-grid span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #61584d;
  font-size: 15px;
  line-height: 1.45;
}

.kd-activity-callout-grid svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: var(--kd-warm);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.kd-audience-card {
  box-sizing: border-box;
  min-width: 0;
  min-height: 327px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--kd-line);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: none;
}

.kd-audience-card h3 {
  width: 100%;
  margin: 0;
  color: #2b2a27;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.kd-audience-list,
.kd-audience-more {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kd-audience-item {
  min-height: 40px;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--kd-line);
  border-radius: 999px;
  background: #ffffff;
}

.kd-audience-item svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: none;
  stroke: #a7a29b;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kd-audience-item > span {
  min-width: 0;
  color: #2b2a27;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.kd-card-button {
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  color: #b6afa4;
  background: #ffffff;
  border-color: var(--kd-line);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.kd-card-button:not(:disabled):hover {
  color: var(--kd-ink);
  border-color: #ddd0ba;
}

.kd-card-button:disabled {
  opacity: 0.6;
  cursor: default;
}

.kd-audience-more[hidden] {
  display: none;
}

.kd-activity-more[hidden] {
  display: none;
}

.kd-feedback {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.kd-feedback p {
  margin: 0;
  color: var(--kd-muted);
  font-size: 15px;
}

.kd-feedback a {
  min-height: 40px;
  padding: 8px 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #ffffff;
  color: var(--kd-ink);
  border: 1px solid var(--kd-line);
  box-shadow: 0 8px 20px rgba(31, 26, 18, 0.05);
  font-family: "Sora", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.kd-review-banner {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  align-items: center;
}

.kd-review-image {
  min-height: 250px;
  border-radius: 28px 0 0 28px;
}

.kd-review-banner article {
  min-height: 250px;
  margin-left: -22px;
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid var(--kd-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(31, 26, 18, 0.06);
}

.kd-review-banner h2 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.04;
}

.kd-review-banner p {
  margin: 16px 0 22px;
  color: var(--kd-muted);
  font-size: 16px;
  line-height: 1.6;
}

.kd-similar-section {
  padding-top: 72px;
}

.kd-similar-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.kd-similar-card {
  overflow: hidden;
  border-radius: 28px;
}

.kd-similar-card a {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.kd-similar-media {
  position: relative;
  flex: 0 0 255px;
  height: 255px;
  width: 100%;
  border-radius: 28px 28px 0 0;
}

.kd-similar-body {
  flex: 1;
  min-height: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 22px 18px;
  border-radius: 0 0 28px 28px;
  background: #ffffff;
}

.kd-similar-body > div:first-child {
  width: 100%;
}

.kd-similar-body .parents-card-title {
  margin: 0 0 4px;
}

.kd-similar-body .parents-card-location {
  margin: 0;
}

.kd-similar-body .parents-rating-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.kd-similar-body .parents-rating-reviews {
  margin: 0;
  color: #a985e7;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.kd-similar-body .parents-rating-label {
  margin: 0;
  color: #8b8b8b;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.kd-similar-footer {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.kd-similar-score {
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.kd-back-link {
  padding-top: 28px;
  text-align: center;
}

.kd-back-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--kd-muted);
  font-size: 14px;
  text-decoration: none;
}

.kd-photo-dialog {
  width: min(1100px, calc(100% - 32px));
  max-height: calc(100vh - 48px);
  padding: 56px 24px 24px;
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(43, 42, 39, 0.24);
}

.kd-photo-dialog::backdrop {
  background: rgba(27, 26, 39, 0.7);
  backdrop-filter: blur(4px);
}

.kd-dialog-close {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f7f6f5;
  color: #2b2a27;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.kd-dialog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.kd-dialog-grid a {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
}

.kd-live-status {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 80;
  margin: 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: #2b2a27;
  color: #ffffff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  transform: translateX(-50%);
}

.kd-live-status:empty {
  display: none;
}

.hotel-detail-body .kidotel-footer {
  margin-top: 72px;
}

@media (max-width: 1100px) {
  .kd-content-shell {
    grid-template-columns: 1fr;
  }

  .kd-content-main {
    padding-right: 0;
    border-right: 0;
  }

  .kd-sidebar {
    position: static;
    padding-left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kd-service-track {
    grid-auto-columns: calc((100% - 24px) / 2);
  }

  .kd-audience-grid,
  .kd-similar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .kd-hotel-page {
    width: min(100% - 24px, 1200px);
    margin-top: 18px;
  }

  .kd-gallery {
    height: auto;
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  .kd-gallery-main {
    aspect-ratio: 4 / 3;
  }

  .kd-gallery-side {
    height: 340px;
  }

  .kd-sidebar,
  .kd-audience-grid,
  .kd-similar-grid,
  .kd-review-banner {
    grid-template-columns: 1fr;
  }

  .kd-review-image {
    border-radius: 28px 28px 0 0;
  }

  .kd-review-banner article {
    margin: -20px 0 0;
  }

  .kd-activity-callout-grid {
    grid-template-columns: 1fr;
  }

  .kd-service-track {
    grid-auto-columns: 86%;
    padding-inline: 4px;
  }

  .kd-carousel-arrow {
    display: none;
  }
}

@media (max-width: 640px) {
  .hotel-detail-body .container-page.kidotel-main {
    padding-bottom: 12px;
  }

  .kd-gallery {
    border-radius: 24px;
  }

  .kd-gallery-side {
    height: 250px;
  }

  .kd-gallery-actions {
    top: 14px;
    left: 14px;
    gap: 8px;
  }

  .kd-more-photos {
    left: 14px;
    bottom: 14px;
  }

  .kd-pill-button {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .kd-summary-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .kd-summary-copy h1 {
    font-size: 38px;
  }

  .kd-copy-block h2 {
    font-size: 26px;
  }

  .kd-copy-richtext p,
  .kd-review-banner p,
  .kd-activity-callout-grid span {
    font-size: 15px;
  }

  .kd-section-heading {
    margin-bottom: 22px;
    flex-direction: column;
  }

  .kd-section-title {
    font-size: 34px;
  }

  .kd-service-card,
  .kd-audience-card,
  .kd-side-card {
    padding: 18px;
  }

  .kd-service-card {
    padding: 0;
  }

  .kd-score-card {
    padding: 22px 18px 18px;
    border-radius: 30px;
  }

  .kd-scorecard-head {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
  }

  .kd-scorecard-mascot {
    width: 56px;
    height: 68px;
  }

  .kd-scorecard-copy p,
  .kd-score-metric small {
    font-size: 14px;
  }

  .kd-score-metric strong {
    font-size: 24px;
  }

  .kd-service-title-row h3,
  .kd-audience-card h3,
  .kd-similar-body h3 {
    font-size: 21px;
  }

  .kd-service-title-row h3 {
    font-size: 16px;
  }

  .kd-service-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kd-activity-callout {
    padding: 20px;
  }

  .kd-review-banner article {
    padding: 26px 22px;
  }

  .kd-dialog-grid {
    grid-template-columns: 1fr;
  }
}
