.kerala-page .travel-hero {
  min-height: min(82vh, 780px);
  background-position: 62% 68%;
}

.kerala-page .hero-plate {
  max-width: 760px;
  padding: clamp(24px, 3.4vw, 40px);
}

.kerala-page .travel-hero-inner {
  padding-top: clamp(88px, 11vw, 135px);
  padding-bottom: clamp(52px, 8vw, 92px);
}

.kerala-page .travel-hero h1 {
  max-width: 720px;
  font-size: clamp(2.1rem, 3.8vw, 3.25rem);
}

.kerala-page .travel-sub {
  max-width: 58ch;
}

.kerala-trip-name {
  display: block;
  margin: 6px 0 14px;
  color: #c27500;
  font-family: "Montserrat", "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.kerala-page .travel-section {
  scroll-margin-top: 92px;
}

.kerala-about {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(253, 250, 241, 0.84), rgba(236, 247, 242, 0.88)),
    url("illustrations/shirodhara-engraving.webp") 54% center / cover no-repeat;
}

.kerala-about::before,
.kerala-program::before,
.kerala-for-whom::before,
.kerala-daily::before,
.kerala-route::before,
.kerala-teacher::before,
.kerala-cost::before,
.kerala-gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.kerala-about::before {
  z-index: 1;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.32), transparent 32%),
    linear-gradient(90deg, rgba(253, 250, 241, 0.28), rgba(253, 250, 241, 0.56));
}

.kerala-about .inner,
.kerala-program .inner,
.kerala-daily .inner,
.kerala-route .inner,
.kerala-teacher .inner,
.kerala-gallery-section .inner {
  position: relative;
  z-index: 2;
}

.kerala-about-photo img {
  object-position: center 40%;
}

.kerala-about-photo .ask-form b a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.kerala-about-photo .ask-form b a:hover,
.kerala-about-photo .ask-form b a:focus-visible {
  color: #9b6414;
}

.kerala-program .two-col {
  position: relative;
  z-index: 2;
  align-items: start;
}

.kerala-page .kerala-program {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(253, 250, 241, 0.58), rgba(253, 250, 241, 0.78)),
    url("illustrations/ocean-palms-engraving.webp") center / cover no-repeat !important;
}

.kerala-program::before {
  z-index: 1;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(90deg, rgba(253, 250, 241, 0.12), rgba(253, 250, 241, 0.36));
}

.kerala-for-whom {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(37, 53, 43, 0.9), rgba(37, 53, 43, 0.84)),
    url("illustrations/ayurveda-therapy-engraving.webp") center / cover no-repeat;
}

.kerala-for-whom::before {
  z-index: 1;
  background:
    radial-gradient(circle at 22% 10%, rgba(245, 164, 66, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(37, 53, 43, 0.08), rgba(37, 53, 43, 0.34));
}

.kerala-for-whom .inner {
  position: relative;
  z-index: 2;
}

.kerala-for-whom-panel {
  max-width: 1120px;
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.kerala-for-whom-panel .eyebrow {
  color: #ffe1a4;
}

.kerala-for-whom-panel h2 {
  color: #fbfaf5;
}

.kerala-for-whom-panel .lead {
  max-width: 78ch;
  color: rgba(251, 250, 245, 0.84);
}

.kerala-for-whom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(22px, 4vw, 34px);
}

.kerala-for-whom-grid article {
  padding: 18px;
  border: 1px solid rgba(23, 37, 34, 0.08);
  border-radius: 12px;
  background: rgba(253, 250, 241, 0.92);
  box-shadow: 0 14px 34px rgba(16, 24, 21, 0.12);
}

.kerala-for-whom-grid h3 {
  margin: 0 0 8px;
  color: var(--ink, #172522);
  font-family: "Montserrat", "Manrope", sans-serif;
  font-size: 1.05rem;
  line-height: 1.25;
}

.kerala-for-whom-grid p {
  margin: 0;
  color: rgba(23, 37, 34, 0.74);
  line-height: 1.62;
}

.kerala-for-whom-grid a {
  color: #9b6414;
  font-weight: 800;
}

.kerala-daily {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(253, 250, 241, 0.86), rgba(236, 247, 242, 0.82)),
    url("illustrations/doshas-ayurveda-engraving.webp") center / cover no-repeat;
}

.kerala-daily::before {
  z-index: 1;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.36), transparent 30%),
    linear-gradient(90deg, rgba(253, 250, 241, 0.3), rgba(253, 250, 241, 0.62));
}

.kerala-daily .lead {
  max-width: 76ch;
}

.kerala-daily-list {
  display: grid;
  gap: 8px;
  margin-top: clamp(22px, 4vw, 38px);
}

.kerala-daily-row {
  display: grid;
  grid-template-columns: minmax(128px, 0.28fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 64px;
  padding: 14px 18px;
  border: 1px solid rgba(23, 37, 34, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 34px rgba(26, 48, 42, 0.06);
}

.kerala-daily-row time {
  color: #8f651a;
  font-family: "Montserrat", "Manrope", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.kerala-daily-row strong {
  color: var(--ink, #172522);
  font-size: 1.04rem;
  line-height: 1.35;
  letter-spacing: 0;
}

.kerala-daily-row.is-practice {
  border-color: rgba(201, 151, 49, 0.28);
  background:
    linear-gradient(90deg, rgba(255, 244, 195, 0.92), rgba(255, 255, 255, 0.72)),
    #fdfaf1;
}

.kerala-route.route-light::before,
.kerala-route.route-light::after {
  display: none;
}

.kerala-route {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(23, 37, 34, 0.86), rgba(32, 61, 59, 0.8)),
    url("illustrations/vedic-planets-engraving.webp") center / cover no-repeat;
}

.kerala-route.route-light::before {
  display: block;
  z-index: 1;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 225, 164, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(23, 37, 34, 0.28), rgba(23, 37, 34, 0.54));
}

.kerala-route .eyebrow {
  color: #ffe1a4;
}

.kerala-route.route-light h2 {
  color: #fbfaf5;
}

.kerala-route.route-light .tl-date {
  justify-self: end;
  min-width: 74px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 225, 164, 0.48);
  border-radius: 8px;
  background: rgba(253, 250, 241, 0.92);
  color: #172522;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.kerala-route-photo {
  margin: clamp(28px, 4vw, 44px) 0 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--ambient);
}

.kerala-route-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background: #efe8d8;
}

.kerala-route-photo figcaption {
  padding: 14px 18px 18px;
  color: var(--ink-70);
  font-size: 0.94rem;
}

.kerala-page .kerala-team-grid {
  grid-template-columns: minmax(0, 960px);
  justify-content: center;
}

.kerala-teacher {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(253, 250, 241, 0.9), rgba(253, 250, 241, 0.82)),
    url("illustrations/doshas-ayurveda-engraving.webp") center / cover no-repeat;
}

.kerala-teacher::before {
  z-index: 1;
  background:
    radial-gradient(circle at 76% 16%, rgba(197, 231, 218, 0.24), transparent 34%),
    linear-gradient(90deg, rgba(253, 250, 241, 0.44), rgba(253, 250, 241, 0.62));
}

.kerala-page .kerala-team-grid .team-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(23, 37, 34, 0.08);
  border-radius: 18px;
  background: rgba(253, 250, 241, 0.94);
  box-shadow: var(--ambient, 0 24px 70px rgba(26, 48, 42, 0.16));
}

.kerala-page .kerala-team-grid .team-card img {
  grid-row: 1 / span 2;
  max-width: none;
  height: 100%;
  min-height: 320px;
  border-radius: 14px;
}

.kerala-page .kerala-team-grid .team-card p {
  grid-column: 2;
  max-width: 72ch;
  margin: 0;
  color: var(--ink-70, rgba(23, 37, 34, 0.7));
  line-height: 1.65;
}

.kerala-cost .payment-choice summary em {
  text-transform: none;
}

.kerala-cost {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(37, 53, 43, 0.9), rgba(37, 53, 43, 0.84)),
    url("illustrations/deities-kerala-engraving.webp") center / cover no-repeat;
  background-position: center, 18% center;
}

.kerala-cost::before {
  background:
    radial-gradient(circle at 22% 10%, rgba(245, 164, 66, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(37, 53, 43, 0.08), rgba(37, 53, 43, 0.34));
}

.kerala-cost .inner {
  position: relative;
  z-index: 1;
}

.kerala-price-note {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.72fr);
  gap: 16px;
  margin: 0 0 clamp(22px, 4vw, 36px);
  align-items: stretch;
}

.kerala-price-note > div {
  min-width: 0;
  padding: 22px 24px;
  border: 1px solid rgba(201, 151, 49, 0.24);
  border-radius: 16px;
  background: rgba(253, 250, 241, 0.92);
  color: var(--ink, #172522);
  box-shadow: 0 16px 42px rgba(26, 48, 42, 0.08);
}

.kerala-price-note-main {
  background:
    linear-gradient(135deg, rgba(255, 244, 195, 0.98), rgba(253, 250, 241, 0.96) 58%, rgba(197, 231, 218, 0.84)),
    #fdfaf1;
}

.kerala-price-note b,
.kerala-price-note span,
.kerala-price-note strong,
.kerala-price-note em {
  display: block;
  letter-spacing: 0;
}

.kerala-price-note b {
  margin-bottom: 6px;
  color: var(--ink, #172522);
  font-size: 1.12rem;
}

.kerala-price-note span {
  color: var(--ink-70, rgba(23, 37, 34, 0.7));
  line-height: 1.55;
}

.kerala-price-kicker {
  max-width: none;
  margin-bottom: 12px;
  color: #295f3c;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 800;
  line-height: 1.35;
}

.kerala-current-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}

.kerala-current-price strong {
  margin: 0 0 10px;
  color: #1f6b45;
  font-family: "Montserrat", "Manrope", sans-serif;
  font-size: 3.7rem;
  font-weight: 800;
  line-height: 0.96;
  white-space: nowrap;
}

.kerala-current-price em {
  color: rgba(25, 83, 54, 0.78);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
}

.kerala-price-limit {
  max-width: 64ch;
  margin: 18px 0 0;
  color: rgba(23, 37, 34, 0.76);
  font-size: 1rem;
  line-height: 1.55;
}

.kerala-price-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.kerala-price-actions .button {
  min-height: 46px;
  white-space: normal;
  text-align: center;
}

.kerala-price-action-primary {
  background: #1f6b45;
  color: #fbfaf5;
  box-shadow: 0 12px 28px rgba(31, 107, 69, 0.22);
}

.kerala-price-action-primary:hover,
.kerala-price-action-primary:focus-visible {
  background: #174f35;
}

.kerala-price-action-secondary {
  border-color: rgba(31, 107, 69, 0.26);
  color: #174f35;
}

.kerala-price-action-full {
  border-color: rgba(194, 117, 0, 0.4);
  background:
    linear-gradient(135deg, rgba(255, 244, 195, 0.96), rgba(253, 250, 241, 0.96)),
    #fdfaf1;
  color: #7a4d12;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(122, 77, 18, 0.12);
}

.kerala-price-action-full:hover,
.kerala-price-action-full:focus-visible {
  border-color: rgba(194, 117, 0, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 237, 164, 0.98), rgba(253, 250, 241, 0.98)),
    #fff4c3;
  color: #5f3909;
}

.kerala-price-note-steps {
  display: grid;
  align-content: center;
  gap: 12px;
  border-color: rgba(167, 61, 38, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 241, 235, 0.96), rgba(253, 250, 241, 0.96)),
    #fdfaf1;
}

.kerala-price-note-steps b {
  margin-bottom: 2px;
  color: #a73d26;
  font-size: 1.24rem;
}

.kerala-next-price {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(167, 61, 38, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  color: #81301f;
  font-weight: 700;
}

.kerala-next-price strong {
  color: #a73d26;
  font-family: "Montserrat", "Manrope", sans-serif;
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1;
}

.kerala-next-price em {
  margin-top: 4px;
  color: rgba(129, 48, 31, 0.78);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 700;
}

.kerala-cost .payment-choice[open] summary {
  border-bottom: 0;
}

.kerala-payment-choice-deposit {
  border: 1px solid rgba(255, 233, 184, 0.34);
}

.kerala-included {
  margin-top: clamp(24px, 4vw, 42px);
}

.kerala-included .panel {
  background: rgba(253, 250, 241, 0.96);
  color: var(--ink);
}

.kerala-included .panel h3 {
  color: var(--ink);
}

.kerala-gallery-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(253, 250, 241, 0.82), rgba(244, 247, 247, 0.8)),
    url("illustrations/ocean-palms-engraving.webp") center / cover no-repeat;
}

.kerala-gallery-section::before {
  z-index: 1;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(253, 250, 241, 0.46), rgba(253, 250, 241, 0.7));
}

.kerala-gallery-heading {
  max-width: 760px;
  margin-bottom: clamp(24px, 4vw, 44px);
}

.kerala-gallery-heading .lead {
  max-width: 66ch;
}

.kerala-carousel {
  display: grid;
  gap: 16px;
}

.kerala-carousel-main {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 37, 34, 0.1);
  border-radius: 22px;
  background: #efe8d8;
  box-shadow: var(--ambient, 0 24px 70px rgba(26, 48, 42, 0.16));
}

.kerala-carousel-track {
  position: relative;
  min-height: clamp(360px, 58vw, 720px);
  aspect-ratio: 16 / 9;
}

.kerala-carousel-slide {
  position: absolute;
  inset: 0;
  display: block;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.kerala-carousel-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.kerala-carousel-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #efe8d8;
}

.kerala-carousel-slide figcaption {
  display: none;
}

.kerala-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(253, 250, 241, 0.6);
  border-radius: 999px;
  background: rgba(16, 24, 21, 0.64);
  color: var(--white, #fff);
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.kerala-carousel-button:hover {
  background: rgba(16, 24, 21, 0.86);
  transform: translateY(-50%) scale(1.04);
}

.kerala-carousel-button--prev {
  left: 16px;
}

.kerala-carousel-button--next {
  right: 16px;
}

.kerala-carousel-footer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.kerala-carousel-caption {
  max-width: 68ch;
  margin: 0;
  color: var(--ink-70, rgba(23, 37, 34, 0.7));
  font-size: 1rem;
  line-height: 1.65;
}

.kerala-carousel-count {
  flex: 0 0 auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(201, 151, 49, 0.13);
  color: var(--ink, #172522);
  font-weight: 700;
}

.kerala-carousel-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.kerala-carousel-thumbs button {
  min-width: 0;
  height: clamp(68px, 7.2vw, 104px);
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 14px;
  background: #101815;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(26, 48, 42, 0.12);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.kerala-carousel-thumbs button:hover,
.kerala-carousel-thumbs button.is-active {
  border-color: var(--gold, #c99731);
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(26, 48, 42, 0.18);
}

.kerala-carousel-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .kerala-page .travel-hero {
    min-height: 640px;
    background-position: 82% 62%;
  }

  .kerala-page .kerala-team-grid {
    grid-template-columns: 1fr;
  }

  .kerala-for-whom-grid {
    grid-template-columns: 1fr;
  }

  .kerala-page .kerala-team-grid .team-card {
    grid-template-columns: minmax(200px, 290px) minmax(0, 1fr);
  }

  .kerala-price-note {
    grid-template-columns: 1fr;
  }

  .kerala-daily-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .kerala-current-prices {
    grid-template-columns: 1fr;
  }

  .kerala-price-actions {
    display: grid;
  }

  .kerala-current-price strong {
    font-size: 4.25rem;
  }

  .kerala-carousel-track {
    aspect-ratio: 4 / 3;
    min-height: clamp(300px, 72vw, 560px);
  }

  .kerala-carousel-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .kerala-carousel-main {
    border-radius: 16px;
  }

  .kerala-page .kerala-team-grid .team-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .kerala-page .kerala-team-grid .team-card img {
    grid-row: auto;
    min-height: 0;
  }

  .kerala-page .kerala-team-grid .team-card p {
    grid-column: auto;
  }

  .kerala-trip-name {
    font-size: 1.5rem;
  }

  .kerala-carousel-track {
    min-height: min(76vh, 520px);
  }

  .kerala-carousel-button {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }

  .kerala-carousel-button--prev {
    left: 10px;
  }

  .kerala-carousel-button--next {
    right: 10px;
  }

  .kerala-carousel-footer {
    display: grid;
  }

  .kerala-carousel-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
  }

  .kerala-carousel-thumbs button {
    flex: 0 0 118px;
    height: 82px;
    scroll-snap-align: start;
  }

  .kerala-price-note > div {
    padding: 18px;
  }

  .kerala-current-price strong {
    font-size: 3.15rem;
  }

  .kerala-next-price strong {
    font-size: 2rem;
  }

  .kerala-price-actions .button {
    width: 100%;
  }
}
