.khaokho-theme {
  --k-bg: #f4fbf6;
  --k-card: #ffffff;
  --k-text: #10231d;
  --k-muted: #65756b;
  --k-line: #dce9e1;
  --k-green: #1b7a4b;
  --k-green-2: #0f9b7b;
  --k-deep: #0d3f35;
  --k-mint: #eafff4;
  --k-gold: #e8a923;
  --k-orange: #f97316;
  --k-shadow: 0 22px 60px rgba(15, 45, 35, .12);
  --k-shadow-soft: 0 14px 34px rgba(15, 45, 35, .09);
  margin: 0;
  min-height: 100vh;
  color: var(--k-text);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(244, 251, 246, .98)),
    linear-gradient(120deg, rgba(27, 122, 75, .12), rgba(15, 155, 123, .08) 42%, rgba(232, 169, 35, .08));
  font-family: Tahoma, Arial, sans-serif;
}

.khaokho-theme a {
  text-decoration: none;
}

.khaokho-theme button,
.khaokho-theme input,
.khaokho-theme select,
.khaokho-theme textarea {
  font-family: Tahoma, Arial, sans-serif;
}

.khaokho-theme .container {
  width: min(1280px, calc(100% - 36px));
}

.khaokho-theme .topbar {
  z-index: 1000;
  border-bottom: 1px solid rgba(220, 233, 225, .92);
  background: rgba(255, 255, 255, .92);
  color: var(--k-text);
  box-shadow: 0 8px 28px rgba(16, 35, 29, .06);
  backdrop-filter: blur(16px);
}

.khaokho-theme .nav {
  min-height: 72px;
  gap: 14px;
}

.khaokho-theme .brand {
  display: flex;
  min-width: max-content;
  align-items: center;
  gap: 10px;
}

.khaokho-theme .brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, var(--k-deep), var(--k-green-2));
  box-shadow: 0 12px 28px rgba(27, 122, 75, .28);
  font-weight: 900;
}

.khaokho-theme .brand-text strong {
  display: block;
  color: var(--k-text);
  font-size: 18px;
  line-height: 1.1;
}

.khaokho-theme .brand-text span {
  display: block;
  margin-top: 3px;
  color: var(--k-muted);
  font-size: 12px;
}

.khaokho-theme .menu {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.khaokho-theme .menu a {
  padding: 9px 12px;
  border-radius: 999px;
  color: #465b50;
  font-size: 14px;
  font-weight: 800;
}

.khaokho-theme .menu a:hover,
.khaokho-theme .menu a.active {
  background: var(--k-mint);
  color: var(--k-green);
}

.khaokho-theme .nav-actions {
  min-width: max-content;
  gap: 8px;
}

.khaokho-theme .nav-menu-button {
  border-color: var(--k-line);
  color: var(--k-text);
  background: #fff;
}

.khaokho-theme .button {
  min-height: 46px;
  border-radius: 15px;
  padding: 0 17px;
  background: linear-gradient(135deg, var(--k-green), var(--k-green-2));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(27, 122, 75, .25);
}

.khaokho-theme .button:hover {
  background: linear-gradient(135deg, #15643e, #0b8267);
}

.khaokho-theme .button.accent {
  background: linear-gradient(135deg, var(--k-gold), var(--k-orange));
  color: #fff;
}

.khaokho-theme .button.light {
  border: 1px solid var(--k-line);
  background: #fff;
  color: var(--k-text);
  box-shadow: none;
}

.khaokho-theme .hero {
  padding: 22px 0 0;
  background: transparent;
  color: var(--k-text);
}

.khaokho-theme .hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 20px;
  align-items: stretch;
}

.khaokho-theme .hero-copy {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 38px;
  padding: 36px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(10, 36, 28, .94), rgba(27, 122, 75, .78)),
    linear-gradient(155deg, #15352b, #1b7a4b 42%, #a7f3d0);
  box-shadow: var(--k-shadow);
}

.khaokho-theme .hero.has-cover .hero-copy {
  background:
    linear-gradient(120deg, rgba(10, 36, 28, .88), rgba(27, 122, 75, .62)),
    var(--hero-image) center / cover no-repeat;
}

.khaokho-theme .hero-copy::before {
  content: "";
  position: absolute;
  top: 86px;
  right: 70px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff6c7 0 30%, #facc15 31% 55%, rgba(250, 204, 21, .15) 56%);
  box-shadow: 0 0 70px rgba(250, 204, 21, .42);
  opacity: .92;
}

.khaokho-theme .hero-copy::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -10px;
  left: -60px;
  height: 300px;
  background:
    linear-gradient(150deg, transparent 0 44%, rgba(5, 55, 42, .52) 45% 100%),
    linear-gradient(35deg, transparent 0 50%, rgba(4, 44, 35, .72) 51% 100%);
  clip-path: polygon(0 100%, 12% 58%, 24% 75%, 38% 30%, 52% 70%, 66% 22%, 80% 64%, 92% 38%, 100% 100%);
  opacity: .9;
}

.khaokho-theme .hero-copy > * {
  position: relative;
  z-index: 2;
}

.khaokho-theme .hero-copy .eyebrow,
.khaokho-theme .section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #eafff4;
  font-size: 13px;
  font-weight: 900;
}

.khaokho-theme .section-head .eyebrow {
  border-color: #bbf7d0;
  background: var(--k-mint);
  color: var(--k-green);
}

.khaokho-theme .hero-copy h1 {
  max-width: 720px;
  margin: 0 0 13px;
  color: #fff;
  font-size: 50px;
  line-height: 1.14;
}

.khaokho-theme .hero-copy .lead {
  max-width: 720px;
  margin: 0;
  color: #e5fff3;
  font-size: 17px;
  line-height: 1.9;
}

.khaokho-theme .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.khaokho-theme .hero-stats {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.khaokho-theme .hero-stat {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 22px;
  background: rgba(255, 255, 255, .14);
  backdrop-filter: blur(10px);
}

.khaokho-theme .hero-stat strong {
  display: block;
  color: #fff;
  font-size: 27px;
}

.khaokho-theme .hero-stat span {
  display: block;
  margin-top: 6px;
  color: #e5fff3;
  font-size: 13px;
  line-height: 1.5;
}

.khaokho-theme .hero-copy .resort-map-card {
  display: none;
}

.khaokho-theme .booking-card {
  position: relative;
  overflow: visible;
  border: 1px solid var(--k-line);
  border-radius: 38px;
  padding: 22px;
  background: #fff;
  box-shadow: var(--k-shadow);
}

.khaokho-theme .booking-title-row {
  align-items: flex-start;
  margin-bottom: 14px;
}

.khaokho-theme .booking-title-row h2 {
  margin: 0;
  font-size: 25px;
}

.khaokho-theme .booking-title-row span {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  border-radius: 999px;
  padding: 7px 10px;
  background: #ecfdf5;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
}

.khaokho-theme .booking-note {
  border-color: #bbf7d0;
  background: #f0fff6;
  color: #14532d;
}

.khaokho-theme .form-grid {
  gap: 12px;
}

.khaokho-theme .form-grid label span,
.khaokho-theme .date-range-field > span {
  color: #344054;
  font-size: 13px;
  font-weight: 900;
}

.khaokho-theme .form-grid input,
.khaokho-theme .form-grid select,
.khaokho-theme .form-grid textarea,
.khaokho-theme .date-range-trigger {
  border: 1px solid #d0d5dd;
  border-radius: 15px;
  background: #fff;
  color: #111827;
}

.khaokho-theme .form-grid input:focus,
.khaokho-theme .form-grid select:focus,
.khaokho-theme .form-grid textarea:focus {
  border-color: var(--k-green);
  box-shadow: 0 0 0 4px rgba(27, 122, 75, .11);
}

.khaokho-theme .date-range-trigger {
  min-height: 82px;
  padding: 12px 14px;
}

.khaokho-theme .date-range-caption,
.khaokho-theme .date-range-nights {
  color: #667085;
}

.khaokho-theme .date-range-cell strong {
  color: #0b2032;
}

.khaokho-theme .date-range-popover {
  border-color: var(--k-line);
  border-radius: 24px;
  box-shadow: var(--k-shadow);
}

.khaokho-theme .date-nav-button {
  border-radius: 14px;
  color: var(--k-green);
}

.khaokho-theme .date-day.is-start,
.khaokho-theme .date-day.is-end {
  background: #2563eb;
  color: #fff;
}

.khaokho-theme .date-day.in-range {
  background: #dbeafe;
  color: #1e40af;
}

.khaokho-theme .availability-status {
  border-radius: 18px;
  background: #f8fafc;
  color: #475467;
}

.khaokho-theme .section {
  margin-top: 30px;
}

.khaokho-theme .section-head {
  align-items: end;
  gap: 18px;
  margin-bottom: 16px;
}

.khaokho-theme .section-head h2 {
  margin: 0;
  font-size: 31px;
  line-height: 1.25;
}

.khaokho-theme .section-head p {
  max-width: 820px;
  color: var(--k-muted);
  line-height: 1.75;
}

.khaokho-theme .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.khaokho-theme .feature-card,
.khaokho-theme .package-card,
.khaokho-theme .review-card,
.khaokho-theme .faq-card,
.khaokho-theme .nearby-item {
  border: 1px solid var(--k-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--k-shadow-soft);
}

.khaokho-theme .feature-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.khaokho-theme .feature-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 18px;
  background: var(--k-mint);
  color: var(--k-green);
  font-weight: 900;
}

.khaokho-theme .feature-card h3,
.khaokho-theme .package-card h3,
.khaokho-theme .review-card h3,
.khaokho-theme .faq-card h3 {
  margin: 0 0 8px;
}

.khaokho-theme .feature-card p,
.khaokho-theme .package-card p,
.khaokho-theme .review-card p,
.khaokho-theme .faq-card p {
  margin: 0;
  color: var(--k-muted);
  line-height: 1.65;
}

.khaokho-theme .availability-section .container {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.khaokho-theme .availability-section .section-head {
  margin-bottom: 16px;
  padding: 0;
  background: transparent;
  color: var(--k-text);
}

.khaokho-theme .availability-section .section-head .eyebrow {
  border-color: #bbf7d0;
  background: var(--k-mint);
  color: var(--k-green);
}

.khaokho-theme .availability-section .section-head p,
.khaokho-theme .availability-section .section-head h2,
.khaokho-theme .availability-section .section-head strong {
  color: inherit;
}

.khaokho-theme .availability {
  overflow: hidden;
  border: 1px solid var(--k-line);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--k-shadow);
}

.khaokho-theme .availability-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  background: linear-gradient(135deg, var(--k-deep), var(--k-green));
  color: #fff;
}

.khaokho-theme .availability-head h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
}

.khaokho-theme .availability-head span {
  color: #e5fff3;
  font-size: 13px;
  font-weight: 900;
}

.khaokho-theme .calendar {
  padding: 16px;
}

.khaokho-theme .cal-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.khaokho-theme .day {
  display: grid;
  min-width: 0;
  min-height: 136px;
  align-content: start;
  border: 1px solid var(--k-line);
  border-radius: 19px;
  background: #f8fafc;
  color: var(--k-text);
  padding: 12px;
  text-decoration: none;
}

.khaokho-theme .day.ok {
  background: #ecfdf5;
}

.khaokho-theme .day.few {
  background: #fffbeb;
}

.khaokho-theme .day.full {
  background: #fff1f2;
}

.khaokho-theme .day .d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
}

.khaokho-theme .day .d span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

.khaokho-theme .stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 7px;
  border-radius: 13px;
  padding: 8px 9px;
  font-size: 12px;
  font-weight: 900;
}

.khaokho-theme .stock span {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.khaokho-theme .stock b {
  min-width: max-content;
}

.khaokho-theme .stock.ok {
  background: #ecfdf5;
  color: #047857;
}

.khaokho-theme .stock.few {
  background: #fffbeb;
  color: #b45309;
}

.khaokho-theme .stock.full {
  background: #fee2e2;
  color: #b91c1c;
}

.khaokho-theme .room-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 16px;
}

.khaokho-theme .room-card {
  overflow: hidden;
  border: 1px solid var(--k-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--k-shadow-soft);
}

.khaokho-theme .room-card:first-child {
  border-radius: 32px;
  box-shadow: var(--k-shadow);
}

.khaokho-theme .room-image {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(230, 255, 240, .9), rgba(204, 251, 241, .96) 38%, rgba(183, 228, 199, .95) 70%, rgba(116, 198, 157, .95));
}

.khaokho-theme .room-card:first-child .room-image {
  min-height: 320px;
}

.khaokho-theme .room-image:not(.has-photo)::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -10px;
  left: -30px;
  height: 155px;
  background:
    linear-gradient(145deg, transparent 0 34%, rgba(20, 83, 45, .28) 35% 100%),
    linear-gradient(35deg, transparent 0 48%, rgba(6, 78, 59, .45) 49% 100%);
  clip-path: polygon(0 100%, 12% 62%, 24% 78%, 40% 35%, 54% 70%, 70% 28%, 84% 65%, 100% 42%, 100% 100%);
}

.khaokho-theme .room-image:not(.has-photo)::after {
  content: "";
  position: absolute;
  left: 38px;
  bottom: 32px;
  width: 140px;
  height: 76px;
  border-radius: 22px 22px 8px 8px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(15, 45, 35, .18);
}

.khaokho-theme .room-body {
  padding: 20px;
}

.khaokho-theme .room-body h3 {
  font-size: 24px;
}

.khaokho-theme .pill,
.khaokho-theme .room-body .availability {
  border: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
}

.khaokho-theme .price {
  color: var(--k-green);
  font-size: 24px;
  font-weight: 900;
}

.khaokho-theme .package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.khaokho-theme .package-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 28px;
}

.khaokho-theme .package-card.popular {
  border-color: #bbf7d0;
  background: linear-gradient(180deg, #fff, #f0fff6);
}

.khaokho-theme .package-card .label {
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 999px;
  padding: 7px 10px;
  background: linear-gradient(135deg, var(--k-gold), var(--k-orange));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.khaokho-theme .package-price {
  margin: 18px 0 14px;
  color: var(--k-green);
  font-size: 32px;
  font-weight: 900;
}

.khaokho-theme .package-card ul {
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.khaokho-theme .package-card li {
  color: #475467;
  font-size: 14px;
}

.khaokho-theme .package-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--k-green);
}

.khaokho-theme .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.khaokho-theme .gallery-card {
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--k-deep), var(--k-green));
  box-shadow: var(--k-shadow-soft);
}

.khaokho-theme .gallery-card img {
  height: 240px;
  object-fit: cover;
}

.khaokho-theme .gallery-card figcaption {
  color: #fff;
  background: linear-gradient(180deg, rgba(13, 63, 53, .7), rgba(13, 63, 53, .94));
}

.khaokho-theme .location-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.khaokho-theme .map-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--k-line);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--k-shadow);
}

.khaokho-theme .map-visual {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(27, 122, 75, .1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(27, 122, 75, .1) 1px, transparent 1px),
    #effaf2;
  background-size: 46px 46px;
}

.khaokho-theme .road {
  position: absolute;
  top: 42%;
  left: 7%;
  width: 86%;
  height: 18px;
  border-radius: 999px;
  background: #b6c6bd;
  box-shadow: 0 34px 0 #b6c6bd, 0 68px 0 #b6c6bd;
  transform: rotate(-13deg);
}

.khaokho-theme .pin {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 62px;
  height: 62px;
  border-radius: 23px 23px 23px 7px;
  background: linear-gradient(135deg, var(--k-green), var(--k-green-2));
  box-shadow: 0 18px 38px rgba(27, 122, 75, .28);
  transform: rotate(-45deg);
}

.khaokho-theme .pin::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 21px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
}

.khaokho-theme .map-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 16px;
  border: 1px solid rgba(229, 231, 235, .85);
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
}

.khaokho-theme .map-caption h3 {
  margin: 0 0 6px;
}

.khaokho-theme .map-caption p {
  margin: 0;
  color: var(--k-muted);
  font-size: 14px;
  line-height: 1.6;
}

.khaokho-theme .nearby {
  display: grid;
  gap: 12px;
}

.khaokho-theme .nearby-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px;
  border-radius: 22px;
}

.khaokho-theme .nearby-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
}

.khaokho-theme .nearby-item span {
  color: var(--k-muted);
  font-size: 13px;
  line-height: 1.5;
}

.khaokho-theme .nearby-time {
  min-width: max-content;
  border-radius: 999px;
  padding: 8px 11px;
  background: var(--k-mint);
  color: var(--k-green);
  font-size: 13px;
  font-weight: 900;
}

.khaokho-theme .review-grid,
.khaokho-theme .faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.khaokho-theme .faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.khaokho-theme .review-card,
.khaokho-theme .faq-card {
  padding: 20px;
}

.khaokho-theme .stars {
  margin-bottom: 12px;
  color: #f59e0b;
  font-size: 18px;
}

.khaokho-theme .reviewer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.khaokho-theme .avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  color: #166534;
  font-weight: 900;
}

.khaokho-theme .reviewer strong {
  display: block;
  font-size: 14px;
}

.khaokho-theme .reviewer em {
  display: block;
  color: var(--k-muted);
  font-size: 12px;
  font-style: normal;
}

.khaokho-theme .cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  overflow: hidden;
  border-radius: 36px;
  padding: 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--k-deep), var(--k-green) 58%, var(--k-green-2));
  box-shadow: var(--k-shadow);
}

.khaokho-theme .cta-panel h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 31px;
}

.khaokho-theme .cta-panel p {
  max-width: 820px;
  margin: 0;
  color: #e5fff3;
  line-height: 1.75;
}

.khaokho-theme .info-grid {
  display: none;
}

.khaokho-theme .floating-contact {
  position: fixed;
  z-index: 1100;
  right: auto;
  bottom: 14px;
  left: 50%;
  display: flex;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--k-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 45px rgba(15, 45, 35, .18);
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
}

.khaokho-theme .floating-contact a {
  display: flex;
  min-width: max-content;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 16px;
  padding: 10px 13px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.khaokho-theme .fc-line {
  background: #06c755;
}

.khaokho-theme .fc-call {
  background: var(--k-green);
}

.khaokho-theme .fc-map {
  background: var(--k-deep);
}

.khaokho-theme .fc-book {
  background: var(--k-gold);
}

.khaokho-theme .footer {
  margin-top: 34px;
  padding: 28px 0 92px;
  border-top: 1px solid var(--k-line);
  background: rgba(255, 255, 255, .82);
  color: var(--k-text);
}

.khaokho-theme .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.khaokho-theme .footer-inner strong,
.khaokho-theme .footer-inner span {
  display: block;
}

.khaokho-theme .footer-inner span {
  margin-top: 4px;
  color: var(--k-muted);
  font-size: 13px;
}

.khaokho-theme .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.khaokho-theme .footer-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--k-line);
  border-radius: 15px;
  padding: 0 14px;
  background: #fff;
  color: var(--k-text);
  font-weight: 900;
}

.khaokho-theme .footer-links .footer-line {
  border-color: #06c755;
  background: #06c755;
  color: #fff;
}

@media (max-width: 1120px) {
  .khaokho-theme .hero-grid,
  .khaokho-theme .room-grid,
  .khaokho-theme .location-panel,
  .khaokho-theme .cta-panel {
    grid-template-columns: 1fr;
  }

  .khaokho-theme .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .khaokho-theme .package-grid {
    grid-template-columns: 1fr;
  }

  .khaokho-theme .review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .khaokho-theme .cal-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .khaokho-theme .day {
    min-height: 128px;
  }
}

@media (max-width: 980px) {
  .khaokho-theme .nav {
    flex-wrap: wrap;
  }

  .khaokho-theme .nav-menu-button {
    display: inline-flex;
  }

  .khaokho-theme .menu {
    display: none;
    width: 100%;
    order: 4;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .khaokho-theme .nav-toggle:checked ~ .menu {
    display: grid;
  }
}

@media (max-width: 680px) {
  .khaokho-theme .container {
    width: min(100% - 24px, 1280px);
  }

  .khaokho-theme .nav {
    min-height: 64px;
  }

  .khaokho-theme .brand-text span,
  .khaokho-theme .nav-actions .button.light {
    display: none;
  }

  .khaokho-theme .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 15px;
  }

  .khaokho-theme .hero-copy,
  .khaokho-theme .booking-card {
    border-radius: 27px;
    padding: 22px;
  }

  .khaokho-theme .hero-copy {
    min-height: auto;
  }

  .khaokho-theme .hero-copy::before,
  .khaokho-theme .hero-copy::after {
    opacity: .55;
  }

  .khaokho-theme .hero-copy h1 {
    font-size: 33px;
  }

  .khaokho-theme .hero-copy .lead {
    font-size: 15px;
  }

  .khaokho-theme .hero-stats,
  .khaokho-theme .form-grid,
  .khaokho-theme .grid-4,
  .khaokho-theme .faq-grid {
    grid-template-columns: 1fr;
  }

  .khaokho-theme .section-head {
    display: block;
  }

  .khaokho-theme .section-head h2 {
    font-size: 25px;
  }

  .khaokho-theme .calendar-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 10px;
  }

  .khaokho-theme .calendar-summary div {
    padding: 8px 6px;
  }

  .khaokho-theme .calendar-summary span {
    font-size: 11px;
    line-height: 1.3;
  }

  .khaokho-theme .calendar-summary strong {
    margin-top: 3px;
    font-size: 15px;
    line-height: 1.15;
  }

  .khaokho-theme .availability-calendar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
  }

  .khaokho-theme .calendar-weekday,
  .khaokho-theme .calendar-day.blank {
    display: none;
  }

  .khaokho-theme .calendar-day {
    min-height: 92px;
    padding: 8px;
  }

  .khaokho-theme .calendar-count strong {
    font-size: 24px;
  }

  .khaokho-theme .calendar-count em,
  .khaokho-theme .calendar-day small,
  .khaokho-theme .calendar-day b {
    font-size: 11px;
  }

  .khaokho-theme .availability-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .khaokho-theme .calendar {
    padding: 10px;
  }

  .khaokho-theme .cal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .khaokho-theme .day {
    min-height: 118px;
    padding: 9px;
  }

  .khaokho-theme .stock {
    padding: 7px 8px;
    font-size: 11px;
  }

  .khaokho-theme .gallery-grid {
    grid-template-columns: 1fr;
  }

  .khaokho-theme .nearby-item,
  .khaokho-theme .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .khaokho-theme .footer-links {
    justify-content: flex-start;
  }

  .khaokho-theme .floating-contact {
    right: 10px;
    left: 10px;
    justify-content: space-between;
    overflow: auto;
    transform: none;
  }

  .khaokho-theme .floating-contact a {
    flex: 1;
    padding: 10px 8px;
  }
}
