/* Single tour pages — Autumn Tour 2026 template design */

.page-tour {
  --paper: #fffafa;
  --paper-2: #f9f1f1;
  --ink: #333333;
  --ink-soft: #555555;
  --clay: #fa5555;
  --accent: #d80909;
  --accent-2: #fa5555;
  --kj-wrap: min(1320px, 100%);
  background: var(--paper);
  color: var(--ink);
}

.page-tour .kj-wrap {
  max-width: var(--kj-wrap);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

.page-tour .kj-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay);
}

.page-tour .kj-section-head {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.page-tour .kj-section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--ink);
}

.page-tour .kj-section-head p {
  margin: 14px 0 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
}

.page-tour .kj-section-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.page-tour .kj-section-head--row .kj-section-head {
  margin-bottom: 0;
}

/* Floating book card rail */
@media (min-width: 980px) {
  body.kj-tour-floating .page-tour .kj-wrap {
    padding-right: calc(clamp(20px, 5vw, 64px) + 372px);
  }
}

@media (min-width: 1380px) {
  body.kj-tour-floating .page-tour .kj-wrap {
    padding-right: calc(clamp(20px, 5vw, 64px) + 448px);
  }
}

.kj-float-card {
  position: fixed;
  z-index: 54;
  top: 96px;
  width: 330px;
  right: calc(max((100vw - 1320px) / 2, 0px) + clamp(16px, 3vw, 64px));
  max-height: calc(100vh - 116px);
  overflow-y: auto;
  scrollbar-width: none;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.kj-float-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (min-width: 1380px) {
  .kj-float-card {
    width: 392px;
  }
}

.kj-float-card::-webkit-scrollbar {
  display: none;
}

@media (max-width: 979px) {
  .kj-float-card {
    display: none;
  }
}

/* Hero */
.kj-hero {
  position: relative;
  overflow: hidden;
  background: #2a2422;
  min-height: clamp(520px, 70vh, 680px);
}

.kj-hero__media {
  position: absolute;
  inset: 0;
}

.kj-hero__media img,
.kj-hero__media picture {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  aspect-ratio: unset !important;
  display: block;
}

.kj-hero__media--placeholder {
  background: #3a302c center / cover no-repeat url("../images/tour-placeholder.a8c12911f427.svg");
}

.kj-hero__scrim-a,
.kj-hero__scrim-b {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.kj-hero__scrim-a {
  background: linear-gradient(
    180deg,
    rgba(20, 16, 15, calc(0.2 + var(--kj-hero-overlay, 0.45) * 0.25)) 0%,
    rgba(20, 16, 15, calc(var(--kj-hero-overlay, 0.45) * 0.35)) 40%,
    rgba(20, 16, 15, calc(0.55 + var(--kj-hero-overlay, 0.45) * 0.35)) 100%
  );
}

.kj-hero__scrim-b {
  background: linear-gradient(
    90deg,
    rgba(20, 16, 15, 0.55) 0%,
    rgba(20, 16, 15, 0.28) 38%,
    rgba(20, 16, 15, 0) 64%
  );
}

.kj-hero__inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 92px) clamp(20px, 5vw, 64px) clamp(52px, 6vw, 80px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(32px, 4vw, 64px);
  align-items: start;
}

@media (min-width: 980px) {
  .kj-hero {
    min-height: clamp(580px, 62vh, 720px);
  }

  .kj-hero__inner--with-card {
    grid-template-columns: minmax(0, 1fr) 392px;
    align-items: center;
  }
}

.kj-hero__copy {
  max-width: 720px;
}

.kj-hero__title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-size: clamp(40px, 4.5vw, 62px);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.kj-hero__subtitle {
  margin: clamp(12px, 2vw, 18px) 0 0;
  max-width: 640px;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.35);
  text-wrap: pretty;
}

.kj-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.kj-hero__features li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

.kj-hero__features svg {
  flex-shrink: 0;
}

.kj-hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.kj-hero__btn {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 15px 30px;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kj-hero__btn--primary {
  background: var(--accent);
  color: #fff;
}

.kj-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
}

.kj-hero__note {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.kj-hero__note a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Book card */
.kj-book-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 50px -28px rgba(120, 60, 50, 0.4);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px 26px 24px 24px;
  border: 1px solid rgba(51, 51, 51, 0.07);
}

.kj-book-card__dates {
  margin-top: 9px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.15;
}

.kj-book-card__divider {
  height: 1px;
  background: rgba(51, 51, 51, 0.1);
}

.kj-book-card__rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.kj-book-card__row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--ink);
}

.kj-book-card__icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  flex-shrink: 0;
  background: rgba(216, 9, 9, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.kj-book-card__cta {
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  width: 100%;
  padding: 15px 20px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  background: var(--accent);
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
}

.kj-book-card__hint {
  text-align: center;
  font-size: 12px;
  color: var(--ink-soft);
  margin-top: -6px;
}

/* Intro */
.kj-intro {
  background: var(--paper);
  padding: clamp(44px, 5.5vw, 72px) 0;
}

.kj-intro__lead {
  margin: 0;
  max-width: 880px;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.7;
  font-weight: 500;
}

/* Reviews strip */
.kj-reviews {
  background: var(--paper-2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.07);
  padding: clamp(30px, 4vw, 44px) 0;
}

.kj-reviews--widget-only {
  padding: clamp(20px, 3vw, 32px) 0;
}

.kj-reviews--widget-only .kj-reviews__embed {
  width: 100%;
  min-width: 0;
}

.kj-reviews__grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.kj-reviews__embed {
  min-width: 0;
  width: 100%;
}

@media (max-width: 760px) {
  .kj-reviews__grid {
    grid-template-columns: 1fr;
  }
}

/* Key facts */
.kj-facts {
  background: var(--paper);
  padding: clamp(56px, 7vw, 88px) 0;
}

.kj-facts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 26px;
}

.kj-fact {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-top: 18px;
  border-top: 2px solid rgba(51, 51, 51, 0.1);
}

.kj-fact__icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(216, 9, 9, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.kj-fact__title {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.25;
}

.kj-fact__body {
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-top: -5px;
}

/* Photo gallery */
.kj-gallery {
  background: var(--paper);
  padding: 0 0 clamp(40px, 5vw, 56px);
}

.kj-gallery__stage {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: var(--paper-2);
  box-shadow: 0 22px 44px -24px rgba(120, 60, 50, 0.35);
}

.kj-gallery__track {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  overflow: hidden;
  z-index: 1;
}

.kj-gallery__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 0.45s ease;
}

.kj-gallery__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* Fill the 16:9 stage without distorting — crop, don't stretch. */
.kj-gallery__slide > img,
.kj-gallery__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center;
  aspect-ratio: unset !important;
}

.kj-gallery__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  height: 100%;
  min-height: 280px;
  text-align: center;
  color: #7a5a52;
}

.kj-gallery__placeholder-icon {
  opacity: 0.55;
}

.kj-gallery__placeholder-label {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  max-width: 420px;
  padding: 0 24px;
  text-transform: lowercase;
}

.kj-gallery__placeholder--0 {
  background: repeating-linear-gradient(135deg, #f8e8e8 0 13px, #f0dede 13px 14px);
}

.kj-gallery__placeholder--1 {
  background: repeating-linear-gradient(135deg, #f8ebe0 0 13px, #f0e0d4 13px 14px);
  color: #8a6048;
}

.kj-gallery__placeholder--2 {
  background: repeating-linear-gradient(135deg, #f5e8ec 0 13px, #ecdee3 13px 14px);
  color: #7a4f58;
}

.kj-gallery__placeholder--3 {
  background: repeating-linear-gradient(135deg, #e8f0e8 0 13px, #dde8dd 13px 14px);
  color: #4f6a52;
}

.kj-gallery__nav {
  position: absolute;
  bottom: 18px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 8px 24px -10px rgba(51, 51, 51, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  pointer-events: auto;
}

.kj-gallery__nav--prev {
  left: 18px;
}

.kj-gallery__nav--next {
  right: 18px;
}

.kj-gallery__dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 4;
  pointer-events: auto;
}

.kj-gallery__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
  transition: width 0.25s ease, background 0.25s ease;
}

.kj-gallery__dot.is-active {
  width: 28px;
  background: var(--accent);
}

.kj-gallery__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
}

.kj-gallery__caption {
  margin: 0;
  max-width: min(720px, 100%);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
  min-height: 1.55em;
}

.kj-gallery__count {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  color: var(--ink-soft);
  white-space: nowrap;
}

@media (max-width: 760px) {
  .kj-gallery__track {
    min-height: 220px;
  }

  .kj-gallery__nav {
    bottom: 14px;
    width: 36px;
    height: 36px;
  }

  .kj-gallery__nav--prev {
    left: 12px;
  }

  .kj-gallery__nav--next {
    right: 12px;
  }

  .kj-gallery__dots {
    bottom: 22px;
  }
}

/* Itinerary */
.kj-itinerary {
  --kj-itin-full-height: clamp(200px, 42vw, 360px);
  background: var(--paper-2);
  padding: clamp(56px, 7vw, 88px) 0;
  border-top: 1px solid rgba(51, 51, 51, 0.07);
}

.kj-itinerary__list {
  max-width: min(1120px, 100%);
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.kj-itin-row {
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
  background: transparent;
  transition: background 0.25s ease;
}

.kj-itin-row.is-open,
.kj-itin-row:hover {
  background: rgba(51, 51, 51, 0.025);
}

.kj-itin-row.is-open {
  background: rgba(216, 9, 9, 0.025);
}

.kj-itin-row__toggle {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  /* iOS Safari paints bare <button> text system-blue; keep desktop ink. */
  color: var(--ink, #333);
  -webkit-appearance: none;
  appearance: none;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 132px 28px;
  gap: 20px;
  align-items: center;
  padding: 20px 8px 20px 4px;
}

.kj-itin-row__copy {
  min-width: 0;
}

.kj-itin-row__thumb {
  display: block;
  width: 132px;
  height: 88px;
  flex: 0 0 132px;
  border-radius: 10px;
  overflow: hidden;
  align-self: center;
}

.kj-itin-row.is-open .kj-itin-row__thumb {
  display: none;
}

.kj-itin-row__figure {
  margin: 18px 0 0;
  width: 100%;
  height: var(--kj-itin-full-height);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(51, 51, 51, 0.04);
}

.kj-itin-row__figure .kj-itin-media__img,
.kj-itin-row__thumb .kj-itin-media__img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  aspect-ratio: unset !important;
  object-fit: cover;
  object-position: center;
}

.kj-itin-row__thumb .kj-itin-media__placeholder {
  height: 100%;
  min-height: 0;
  padding: 10px;
}

.kj-itin-row__thumb .kj-itin-media__placeholder-icon {
  width: 22px;
  height: 22px;
}

.kj-itin-row__thumb .kj-itin-media__placeholder-label {
  display: none;
}

.kj-itin-row__figure .kj-itin-media__placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 20px;
}

.kj-itin-media__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  color: #7a5a52;
}

.kj-itin-media__placeholder-icon {
  opacity: 0.55;
}

.kj-itin-media__placeholder-label {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  max-width: 420px;
  text-transform: lowercase;
}

.kj-itin-media__placeholder--0 {
  background: repeating-linear-gradient(135deg, #f8e8e8 0 13px, #f0dede 13px 14px);
}

.kj-itin-media__placeholder--1 {
  background: repeating-linear-gradient(135deg, #f8ebe0 0 13px, #f0e0d4 13px 14px);
  color: #8a6048;
}

.kj-itin-media__placeholder--2 {
  background: repeating-linear-gradient(135deg, #f5e8ec 0 13px, #ecdee3 13px 14px);
  color: #7a4f58;
}

.kj-itin-media__placeholder--3 {
  background: repeating-linear-gradient(135deg, #e8f0e8 0 13px, #dde8dd 13px 14px);
  color: #4f6a52;
}

.kj-itin-row__num {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 22px;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.4);
  line-height: 1.25;
  align-self: start;
  margin-top: 2px;
  transition: color 0.25s;
}

.kj-itin-row.is-open .kj-itin-row__num {
  color: var(--accent);
}

.kj-itin-row__meta {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 5px;
}

.kj-itin-row__route {
  display: block;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--ink, #333);
}

.kj-itin-row__highlight {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-top: 6px;
  max-width: 600px;
}

.kj-itin-row__chevron {
  align-self: start;
  margin-top: 4px;
  color: var(--ink-soft);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s;
}

.kj-itin-row.is-open .kj-itin-row__chevron {
  transform: rotate(180deg);
  color: var(--accent);
}

.kj-itin-row__panel {
  display: none;
  padding: 0 8px 24px 88px;
}

.kj-itin-row.is-open .kj-itin-row__panel {
  display: block;
}

.kj-itin-row__body {
  margin: 0 0 14px;
  font-size: 14.5px;
  line-height: 1.7;
  max-width: 640px;
}

.kj-itin-row__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  font-size: 13px;
  color: var(--ink-soft);
}

.kj-itin-row__meta-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.kj-itin-full-btn {
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  background: var(--ink);
  color: #fff;
  border: 1.5px solid var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 760px) {
  .kj-itinerary {
    --kj-itin-full-height: clamp(180px, 52vw, 280px);
  }

  .kj-itin-row__toggle {
    grid-template-columns: 38px minmax(0, 1fr) 22px;
    gap: 14px;
    padding: 18px 2px;
  }

  .kj-itin-row__thumb {
    display: none;
  }

  .kj-itin-row:not(.is-open) .kj-itin-row__figure {
    display: none;
  }

  .kj-itin-row__num {
    font-size: 18px;
  }

  .kj-itin-row__route {
    font-size: 17px;
  }

  .kj-itin-row__panel {
    padding: 0 2px 22px;
  }
}

/* Testimonials */
.kj-testimonials {
  background: var(--paper-2);
  padding: clamp(56px, 7vw, 88px) 0 clamp(48px, 6vw, 72px);
  border-top: 1px solid rgba(51, 51, 51, 0.07);
  position: relative;
}

.kj-testimonials__intro {
  margin-bottom: clamp(18px, 3vw, 28px);
}

.kj-testimonials__nav-bar {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 6px;
}

.kj-testimonials__nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  cursor: pointer;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid rgba(51, 51, 51, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kj-testimonials__nav-btn:hover {
  border-color: rgba(51, 51, 51, 0.35);
  box-shadow: 0 4px 14px -8px rgba(51, 51, 51, 0.35);
}

.kj-testimonials__nav-btn:disabled {
  opacity: 0.35;
  cursor: default;
  box-shadow: none;
}

.kj-testimonials__rail {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: clamp(18px, 3vw, 28px) 0 10px;
  scroll-padding-left: 0;
  scrollbar-width: thin;
}

.kj-testimonial {
  flex: 0 0 min(350px, 82vw);
  scroll-snap-align: start;
  background: var(--paper);
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 18px;
  padding: 26px 26px 22px;
  box-shadow: 0 6px 22px -14px rgba(120, 60, 50, 0.22);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.kj-testimonial.is-active {
  border-color: var(--accent);
  box-shadow: 0 18px 40px -20px rgba(120, 60, 50, 0.45);
}

.kj-testimonial__mark {
  opacity: 0.55;
  flex-shrink: 0;
}

.kj-testimonial__quote {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.6;
  font-weight: 500;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.kj-testimonial__meta {
  padding-top: 14px;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.kj-testimonial__who {
  font-size: 13.5px;
  font-weight: 700;
}

.kj-testimonial__tour {
  font-size: 11.5px;
  margin-top: 3px;
  color: var(--ink-soft);
  font-weight: 400;
}

.kj-testimonial__more {
  align-self: flex-start;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--accent);
  cursor: pointer;
  text-align: left;
}

.kj-testimonial__more:hover {
  text-decoration: underline;
}

.kj-testimonial-full-overlay {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 40px);
  background: rgba(249, 241, 241, 0.82);
  backdrop-filter: blur(4px);
}

.kj-testimonial-full-overlay.is-visible {
  display: flex;
}

.kj-testimonial-full {
  position: relative;
  width: min(920px, 100%);
  max-height: min(82vh, 720px);
  overflow-y: auto;
  background: #fff;
  border-radius: 18px;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(51, 51, 51, 0.08);
  box-shadow: 0 18px 40px -24px rgba(120, 60, 50, 0.35);
}

.kj-testimonial-full__close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: rgba(51, 51, 51, 0.07);
  color: var(--ink);
  font-size: 16px;
  line-height: 1;
}

.kj-testimonial-full__close:hover {
  background: rgba(51, 51, 51, 0.12);
}

.kj-testimonial-full__quote {
  margin: 14px 0 0;
  font-size: 15.5px;
  line-height: 1.75;
  max-width: 880px;
}

.kj-testimonial-full__who {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
}

.kj-testimonial-full__tour {
  font-weight: 400;
  color: var(--ink-soft);
}

@media (max-width: 760px) {
  .kj-testimonial {
    flex-basis: 80%;
  }
}

/* FAQ */
.kj-faq {
  background: var(--paper);
  padding: clamp(56px, 7vw, 88px) 0;
}

.kj-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.kj-faq__aside {
  position: sticky;
  top: 110px;
}

.kj-faq__photo {
  position: relative;
  height: 230px;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 28px;
  box-shadow: 0 14px 30px -20px rgba(120, 60, 50, 0.4);
}

.kj-faq__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kj-faq__list {
  border-top: 1px solid rgba(51, 51, 51, 0.14);
}

.kj-faq-item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.14);
}

.kj-faq-item__toggle {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  color: var(--ink, #333);
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 4px;
}

.kj-faq-item__title {
  flex: 1;
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: inherit;
  transition: color 0.25s;
}

.kj-faq-item__meta {
  font-size: 13px;
  color: var(--ink-soft);
  white-space: nowrap;
}

.kj-faq-item__chevron {
  flex-shrink: 0;
  color: var(--ink-soft);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s;
}

.kj-faq-item.is-open .kj-faq-item__chevron {
  transform: rotate(180deg);
  color: var(--accent);
}

.kj-faq-item.is-open .kj-faq-item__title {
  color: var(--accent);
}

.kj-faq-item__panel {
  display: none;
  padding: 2px 4px 26px;
  max-width: 720px;
}

.kj-faq-item.is-open .kj-faq-item__panel {
  display: block;
}

.kj-faq-q {
  margin-bottom: 20px;
}

.kj-faq-q__title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

.kj-faq-q__body {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-soft);
}

@media (max-width: 900px) {
  .kj-faq__grid {
    grid-template-columns: 1fr;
  }

  .kj-faq__aside {
    position: static;
  }
}

/* Pricing */
.kj-pricing {
  background: var(--paper);
  padding: clamp(56px, 7vw, 88px) 0;
}

.kj-pricing__inner {
  max-width: 1100px;
  margin-inline: auto;
}

.kj-pricing__body {
  margin: 0 0 1.5rem;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 72ch;
}

.kj-pricing__body > *:first-child {
  margin-top: 0;
}

.kj-pricing__body > *:last-child {
  margin-bottom: 0;
}

.kj-pricing__body ul,
.kj-pricing__body ol {
  margin: 0.75rem 0;
  padding-left: 1.25rem;
}

.kj-pricing__body li + li {
  margin-top: 0.35rem;
}

.kj-pricing__inclusions {
  margin-top: 0.5rem;
}

.kj-pricing__inclusions-heading {
  margin: 0 0 0.85rem;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.kj-pricing__inclusions .kj-pricing__body {
  margin-bottom: 0;
}

.kj-pricing__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
}

.kj-pricing__list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14.5px;
  line-height: 1.5;
}

.kj-pricing__check {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  flex-shrink: 0;
  background: rgba(216, 9, 9, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-top: 1px;
}

.kj-guarantee {
  margin-top: 30px;
  background: var(--paper-2);
  border-radius: 16px;
  padding: 22px 26px;
  border: 1px solid rgba(51, 51, 51, 0.07);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.kj-guarantee__icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  flex-shrink: 0;
  background: rgba(216, 9, 9, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.kj-guarantee__body {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ink-soft);
}

.kj-pricing__photo {
  position: relative;
  height: clamp(220px, 26vw, 320px);
  border-radius: 18px;
  overflow: hidden;
  margin-top: 30px;
  box-shadow: 0 22px 44px -22px rgba(120, 60, 50, 0.4);
}

.kj-pricing__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 760px) {
  .kj-pricing__list {
    grid-template-columns: 1fr;
  }
}

/* Contact */
.kj-contact {
  background: var(--paper-2);
  padding: clamp(56px, 8vw, 96px) 0;
  border-top: 1px solid rgba(51, 51, 51, 0.07);
}

.kj-contact__grid {
  max-width: 1180px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.kj-contact__title {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.kj-contact__intro {
  margin: 16px 0 32px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 420px;
}

.kj-contact__rows {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.kj-contact__row {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 14.5px;
}

.kj-contact__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  flex-shrink: 0;
  background: rgba(216, 9, 9, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.kj-contact__form {
  background: var(--paper);
  border-radius: 20px;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(51, 51, 51, 0.07);
  box-shadow: 0 20px 50px -28px rgba(120, 60, 50, 0.4);
}

.kj-contact__form .contact-form__row--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.kj-contact__form .form-field {
  margin-bottom: 18px;
}

.kj-contact__form .contact-form__row--2 .form-field {
  margin-bottom: 0;
}

.kj-contact__form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 7px;
}

.kj-contact__form input,
.kj-contact__form textarea {
  font-family: inherit;
  font-size: 14.5px;
  color: var(--ink);
  width: 100%;
  padding: 13px 16px;
  border-radius: 10px;
  border: 1px solid rgba(51, 51, 51, 0.16);
  background: var(--paper);
  outline: none;
  box-sizing: border-box;
}

.kj-contact__form textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.5;
}

.kj-contact__form input::placeholder,
.kj-contact__form textarea::placeholder {
  color: rgba(51, 51, 51, 0.45);
}

.kj-contact__form .kj-contact__submit {
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: 100%;
  max-width: none;
  padding: 15px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: var(--accent);
  color: #fff;
  margin-top: 4px;
}

.kj-contact__form .kj-contact__submit:hover {
  filter: brightness(0.95);
  color: #fff;
}

@media (max-width: 760px) {
  .kj-contact__form .contact-form__row--2 {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 0;
  }

  .kj-contact__form .contact-form__row--2 .form-field {
    margin-bottom: 18px;
  }
}

@media (max-width: 760px) {
  .kj-contact__grid {
    grid-template-columns: 1fr;
  }
}

/* Other tours */
.kj-other {
  background: var(--paper);
  padding: clamp(56px, 7vw, 88px) 0;
}

.kj-other__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.kj-other-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.09);
  box-shadow: 0 6px 22px -14px rgba(120, 60, 50, 0.22);
  transition: all 0.3s ease;
}

.kj-other-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px -20px rgba(120, 60, 50, 0.45);
}

.kj-other-card__media {
  display: block;
  height: 170px;
  overflow: hidden;
}

.kj-other-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.kj-other-card:hover .kj-other-card__media img {
  transform: scale(1.04);
}

.kj-other-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px 18px;
}

.kj-other-card__label {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.kj-other-card__note {
  display: block;
  font-size: 12.5px;
  color: var(--ink-soft);
  margin-top: 3px;
}

/* Mobile book dock */
.kj-book-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  background: var(--paper);
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  box-shadow: 0 -16px 40px -22px rgba(51, 51, 51, 0.45);
  transform: translateY(120%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.kj-book-dock.is-visible {
  transform: translateY(0);
}

.kj-book-dock__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px clamp(20px, 5vw, 64px);
  display: flex;
  align-items: center;
  gap: 22px;
}

.kj-book-dock__price {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  white-space: nowrap;
}

.kj-book-dock__basis {
  font-size: 11px;
  color: var(--ink-soft);
}

.kj-book-dock__cta {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 980px) {
  .kj-book-dock {
    display: none;
  }
}

@media (max-width: 760px) {
  .kj-book-dock__inner {
    padding: 10px 14px;
    gap: 12px;
  }

  .kj-book-dock__price {
    font-size: 19px;
  }
}

/* Modal */
.kj-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(28, 18, 16, 0.55);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 3vw, 40px);
}

.kj-modal.is-open {
  display: flex;
}

.kj-modal__panel {
  width: min(880px, 100%);
  max-height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.5);
}

.kj-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 30px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  flex-shrink: 0;
}

.kj-modal__head h3 {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.kj-modal__sub {
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 3px;
}

.kj-modal__close {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: rgba(51, 51, 51, 0.06);
  color: var(--ink);
  font-size: 15px;
  flex-shrink: 0;
}

.kj-modal__body {
  --kj-itin-full-height: clamp(200px, 42vw, 360px);
  overflow-y: auto;
  padding: 6px 30px 30px;
}

.kj-modal-day {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  align-items: start;
}

.kj-modal-day__num {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 24px;
  font-weight: 500;
  color: var(--accent);
  line-height: 1.15;
}

@media (max-width: 760px) {
  .kj-modal__body {
    --kj-itin-full-height: clamp(180px, 52vw, 280px);
    padding: 6px 18px 24px;
  }

  .kj-modal-day {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .kj-modal-day__num {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .kj-fade {
    animation: kjRise 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
}

@keyframes kjRise {
  from {
    transform: translateY(24px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
