/* Jazz Holidays — mobile layout overrides.
   Desktop (≥768px) is left intact except for a few fluid safety rules. */

html, body, #root {
  max-width: 100%;
  overflow-x: hidden;
}

html.jh-menu-open,
body.jh-menu-open {
  overflow: hidden !important;
}

/* Preloader: keep logo + wordmark + line; hide the spinning ring */
.z-\[100\] .absolute.-inset-4.rounded-full,
.z-\[100\] .border-t-brand-pink.rounded-full {
  display: none !important;
}

.jh-footer-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  text-align: center;
  padding-top: 1.15rem !important;
  padding-bottom: 1.15rem !important;
}

.jh-codecera {
  color: #e91e8c;
  font-weight: 650;
  text-decoration: none;
}

.jh-codecera:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .jh-footer-bar {
    flex-direction: row;
    text-align: left;
  }
}

img, video, canvas {
  max-width: 100%;
}

/* Decorative float plane travels 100vw and can shove layout */
.animate-float-plane {
  max-width: none;
  pointer-events: none;
}

/* Testimonial marquee: 400px cards are wider than small phones */
.w-\[400px\] {
  width: min(400px, calc(100vw - 2.5rem));
}

@media (max-width: 767.98px) {
  .w-\[400px\] {
    width: calc(100vw - 2.75rem);
    margin-inline: 0.5rem;
  }

  .w-\[400px\] .p-8 {
    padding: 1.1rem;
  }

  .relative.z-10:has(.animate-infinite-scroll) {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
  }

  .animate-infinite-scroll {
    animation: none !important;
    transform: none !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .animate-infinite-scroll > :nth-child(n + 4) {
    display: none;
  }

  .w-\[400px\] {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
}

.w-\[500px\],
.w-\[600px\] {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .section-padding {
    padding-inline: 1.15rem;
    padding-block: 2.5rem;
  }

  /* Inner full-viewport sections become content-sized so short phones
     are not a squeezed 100vh stack (header + hero + mouse). */
  main section.min-h-screen,
  main .min-h-screen,
  main .h-screen,
  .jh-hero.h-screen {
    min-height: auto;
    height: auto;
  }

  /* Keep the app shell filling the screen */
  #root > div > .min-h-screen {
    min-height: 100dvh;
  }

  /* ---------- Navbar ---------- */
  nav {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    overflow: visible !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    transform: none !important;
    filter: none !important;
  }

  nav.glass {
    background: rgba(10, 10, 12, 0.96) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
  }

  nav .max-w-7xl {
    padding-inline: 0.9rem;
    position: relative;
    z-index: 60;
  }

  nav img.h-10 {
    height: 2.15rem;
    width: auto;
  }

  nav a .text-xl,
  nav a .md\:text-2xl {
    font-size: 1.05rem;
    line-height: 1.2;
  }

  nav button {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: -0.25rem;
  }

  /* ---------- Hero / page intros ---------- */
  main > div > section:first-child,
  main section:first-of-type {
    padding-top: 5.75rem;
    padding-bottom: 2.25rem;
  }

  h1.text-5xl,
  h1.md\:text-7xl,
  .text-5xl.md\:text-7xl,
  .text-5xl {
    font-size: clamp(1.7rem, 8.2vw, 2.35rem);
    line-height: 1.18;
  }

  .text-4xl.md\:text-5xl,
  .text-4xl {
    font-size: clamp(1.45rem, 6.4vw, 2rem);
    line-height: 1.22;
  }

  .text-3xl {
    font-size: clamp(1.28rem, 5.4vw, 1.7rem);
    line-height: 1.25;
  }

  .font-dancing {
    font-size: clamp(0.95rem, 4.2vw, 1.2rem);
    line-height: 1.35;
    padding-inline: 0.35rem;
  }

  /* Scroll-mouse sits on top of stacked CTAs on short screens */
  section .absolute.bottom-10,
  section .absolute.bottom-4.left-1\/2 {
    display: none;
  }

  /* Floating decorative plane overlaps the heading on phones */
  .animate-float-plane {
    display: none;
  }

  .btn-primary,
  .btn-outline {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* Hero CTAs only: stack full-width without stretching package-card buttons */
  .jh-hero .btn-primary,
  .jh-hero .btn-outline {
    min-height: 48px;
    width: 100%;
    max-width: 22rem;
    padding-inline: 1.25rem;
  }

  .jh-hero .flex.flex-col,
  .jh-hero .flex.sm\:flex-row {
    width: 100%;
    align-items: center;
  }

  .jh-hero .animate-float-plane,
  .jh-hero .jh-deco {
    display: none !important;
  }

  /* ---------- Cards / media ---------- */
  .h-\[500px\],
  .h-\[600px\] {
    width: min(100%, 22rem);
    height: min(22rem, 70vw);
  }

  .h-64 {
    height: 13.5rem;
  }

  .aspect-\[3\/4\] {
    max-height: 28rem;
  }

  .p-8,
  .p-10,
  .md\:p-12 {
    padding: 1.15rem;
  }

  .p-12,
  .md\:p-20 {
    padding: 1.25rem;
  }

  .rounded-\[40px\] {
    border-radius: 1.5rem;
  }

  /* Package filters: shrink to one row instead of spilling or wrapping oddly */
  .flex.bg-brand-dark.p-1.rounded-full {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    gap: 0.15rem;
    overflow: visible;
    padding-inline: 0.35rem;
  }

  .flex.bg-brand-dark.p-1.rounded-full > * {
    flex: 1 1 auto;
    min-width: 0;
    padding-inline: 0.28rem !important;
    font-size: 0.62rem;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .flex.bg-brand-dark.p-1.rounded-full > *:last-child {
    flex-shrink: 0;
  }

  .min-w-\[150px\] {
    min-width: 0;
    flex: none;
    width: auto;
  }

  /* Badge vs title collisions on package cards */
  .relative.overflow-hidden .absolute.top-4,
  .relative .absolute.top-4.left-4,
  .relative .absolute.top-6.left-6 {
    z-index: 2;
  }

  /* ---------- Forms ---------- */
  input,
  textarea,
  select {
    max-width: 100%;
    font-size: 16px; /* prevent iOS zoom */
  }

  form .grid.md\:grid-cols-2 {
    grid-template-columns: 1fr;
  }

  /* Newsletter row: input + button */
  form.flex,
  .flex.items-center:has(input[type="email"]) {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  /* ---------- Footer ---------- */
  footer,
  footer .grid {
    max-width: 100%;
  }

  footer li {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  /* ---------- Mobile menu overlay ---------- */
  nav > .fixed.inset-0.z-40,
  .jh-mnav {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    z-index: 40 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0.15rem !important;
    padding: 5.75rem 1.35rem 2.25rem !important;
    background: #09090b !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  nav > .fixed.inset-0.z-40 a.text-2xl,
  .jh-mnav a.text-2xl {
    display: block;
    width: 100%;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.7rem !important;
    line-height: 1.2;
    padding: 0.9rem 0.15rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    text-align: left;
  }

  nav > .fixed.inset-0.z-40 .btn-primary,
  .jh-mnav .btn-primary {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 1.35rem;
    justify-content: center;
  }

  /* Why-choose / feature cards: drop forced full height */
  .glass.h-full {
    height: auto;
  }

  .pt-20 {
    padding-top: 6.25rem;
  }

  footer.pt-20 {
    padding-top: 2.75rem !important;
  }

  .py-24 {
    padding-block: 3.25rem;
  }

  .mb-16 {
    margin-bottom: 2.25rem;
  }

  .gap-12 {
    gap: 1.5rem;
  }

  .jh-price-row {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.4rem 0.75rem;
  }

  .jh-price-row > :first-child {
    flex: 1 1 10rem;
    min-width: 0;
  }
}

/* Extra-narrow phones */
@media (max-width: 359.98px) {
  nav a span.text-xl {
    font-size: 0.95rem;
  }

  .btn-primary,
  .btn-outline {
    max-width: 100%;
  }

  h1.text-5xl,
  .text-5xl {
    font-size: 1.55rem;
  }
}

/* Short screens (iPhone SE landscape-height) */
@media (max-width: 767.98px) and (max-height: 700px) {
  main section:first-of-type {
    padding-top: 5.25rem;
    padding-bottom: 1.5rem;
  }

  h1.text-5xl,
  .text-5xl {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }
}

/* Tablet: keep desktop nav, tighten hero type slightly */
@media (min-width: 768px) and (max-width: 1023.98px) {
  h1.text-5xl.md\:text-7xl,
  .md\:text-7xl {
    font-size: clamp(2.4rem, 6vw, 3.5rem);
    line-height: 1.12;
  }

  .w-\[400px\] {
    width: 360px;
  }
}

/* Desktop hero: keep cinematic full-screen, clear the fixed nav */
@media (min-width: 768px) {
  .jh-hero,
  section.relative.h-screen {
    padding-top: 6.5rem;
    padding-bottom: 5.25rem;
    box-sizing: border-box;
    height: 100vh;
    min-height: 100vh;
  }

  .jh-hero > .relative.z-20,
  section.relative.h-screen > .relative.z-20 {
    position: relative;
    z-index: 20;
  }

  .jh-hero .font-dancing,
  section.relative.h-screen .font-dancing {
    position: relative;
    z-index: 21;
    padding-inline: 0.5rem;
  }

  section.relative.h-screen .flex.items-center.justify-center.gap-6 {
    position: relative;
    z-index: 5;
  }

  section.relative.h-screen .absolute.bottom-10 {
    bottom: 1.35rem;
    z-index: 1;
    pointer-events: none;
  }

  .jh-hero .animate-float-plane,
  section.relative.h-screen .animate-float-plane {
    top: 30%;
    left: 3%;
    opacity: 0.9;
  }
}

/* ---------- Stats: 3D cards in a 2×2 grid (all breakpoints) ---------- */
.jh-stats-banner.bg-gradient-to-r.from-brand-pink.to-brand-purple,
.jh-stats-banner {
  background-image: none !important;
  background-color: #0a0a0a !important;
  padding: 1.85rem 0 1.85rem !important;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.jh-stats {
  display: none !important;
}

.jh-stat-card {
  position: relative;
  isolation: isolate;
  width: 100% !important;
  min-width: 0 !important;
  flex: none !important;
  padding: 1.45rem 0.85rem 1.2rem;
  text-align: center;
  border-radius: 1.15rem;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.14) 0%, transparent 42%),
    linear-gradient(145deg, #2a1730 0%, #161018 48%, #1a0f28 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  transform: perspective(900px) rotateX(10deg) translateZ(0);
  transform-style: preserve-3d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35),
    0 10px 0 #9a1458,
    0 18px 28px rgba(0, 0, 0, 0.55),
    0 8px 20px rgba(233, 30, 140, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.jh-stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(233, 30, 140, 0.35), rgba(107, 79, 200, 0.18) 55%, transparent 80%);
  z-index: -1;
}

.jh-stat-card::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 8px;
  height: 38%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent);
  filter: blur(6px);
  pointer-events: none;
}

.jh-stat-card:nth-child(1) { transform: perspective(900px) rotateX(10deg) rotateY(-5deg); }
.jh-stat-card:nth-child(2) { transform: perspective(900px) rotateX(10deg) rotateY(5deg); }
.jh-stat-card:nth-child(3) { transform: perspective(900px) rotateX(12deg) rotateY(-4deg); }
.jh-stat-card:nth-child(4) { transform: perspective(900px) rotateX(12deg) rotateY(4deg); }

.jh-stat-card .text-3xl,
.jh-stat-card .md\:text-4xl {
  font-size: clamp(1.55rem, 5vw, 2.15rem) !important;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35), 0 8px 18px rgba(233, 30, 140, 0.35);
}

.jh-stat-card .text-xs,
.jh-stat-card .uppercase {
  font-size: 0.68rem !important;
  letter-spacing: 0.08em;
  opacity: 0.92;
}

@media (hover: hover) {
  .jh-stat-card:hover {
    transform: perspective(900px) rotateX(2deg) translateY(-6px) translateZ(12px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.28),
      0 14px 0 #c2186a,
      0 28px 36px rgba(0, 0, 0, 0.55),
      0 12px 24px rgba(233, 30, 140, 0.4);
  }
}

@media (min-width: 768px) {
  .jh-stats-banner {
    padding: 2.35rem 0 2.25rem !important;
  }
}

@media (max-width: 359.98px) {
  .jh-stats {
    gap: 0.85rem 0.7rem;
  }

  .jh-stat-card {
    padding: 1.15rem 0.55rem 1rem;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 7px 0 #9a1458,
      0 12px 18px rgba(0, 0, 0, 0.5);
  }

  .jh-stat-card .text-3xl {
    font-size: 1.35rem !important;
  }

  .jh-stat-card .text-xs,
  .jh-stat-card .uppercase {
    font-size: 0.58rem !important;
  }
}

/* ---------- Featured destinations: compact 3D tiles (Airbnb / Tourlane style) ---------- */
.jh-dest-grid {
  display: grid !important;
  grid-template-columns: 1fr;
  justify-items: stretch;
  gap: 1.15rem !important;
  max-width: 21rem;
  margin-inline: auto;
  width: 100%;
}

.jh-dest-card {
  width: 100% !important;
  max-width: 100%;
  aspect-ratio: auto !important;
  height: 16.75rem !important;
  max-height: none !important;
  border-radius: 1.15rem !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 9px 0 #9a1458,
    0 18px 30px rgba(0, 0, 0, 0.55),
    0 8px 18px rgba(233, 30, 140, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.jh-dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.5s ease;
}

@media (hover: hover) {
  .jh-dest-card:hover {
    transform: translateY(-8px) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.24),
      0 14px 0 #c2186a,
      0 28px 36px rgba(0, 0, 0, 0.55),
      0 12px 24px rgba(233, 30, 140, 0.38);
  }

  .jh-dest-card:hover img {
    transform: scale(1.08);
  }
}

.jh-dest-card .text-2xl,
.jh-dest-card .md\:text-3xl {
  font-size: 1.15rem !important;
  line-height: 1.2 !important;
}

.jh-dest-card .text-brand-pink,
.jh-dest-card [class*="text-brand-pink"] {
  font-size: 0.78rem;
}

@media (min-width: 640px) {
  .jh-dest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 38rem;
    gap: 1.2rem 1.15rem !important;
  }

  .jh-dest-card {
    height: 17.75rem !important;
  }
}

@media (min-width: 1024px) {
  .jh-dest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: 58rem;
    gap: 1.35rem 1.25rem !important;
  }

  .jh-dest-card {
    height: 19.5rem !important;
    border-radius: 1.2rem !important;
  }
}

/* ---------- Featured Destinations mockup (homepage section only) ---------- */
.jh-feat {
  position: relative;
  overflow: hidden;
  background: #0b0b0d !important;
}

.jh-feat::before,
.jh-feat::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
}

.jh-feat::before {
  width: 28rem;
  height: 18rem;
  left: -8rem;
  top: 4rem;
  background: rgba(107, 79, 200, 0.18);
}

.jh-feat::after {
  width: 24rem;
  height: 16rem;
  right: -6rem;
  bottom: 6rem;
  background: rgba(233, 30, 140, 0.14);
}

.jh-feat > div {
  position: relative;
  z-index: 1;
}

.jh-feat-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.75rem !important;
  color: #e91e8c !important;
  font-size: 0.7rem !important;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.jh-feat-kicker::before,
.jh-feat-kicker::after {
  content: "";
  width: 2.35rem;
  height: 1.5px;
  background: #e91e8c;
  border-radius: 99px;
}

.jh-feat .text-center.mb-16 {
  margin-bottom: 1.45rem !important;
}

.jh-feat h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.9rem, 4.5vw, 3.1rem) !important;
}

.jh-feat h2 em {
  font-style: italic;
  background: linear-gradient(90deg, #e91e8c, #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.jh-feat .jh-dest-grid {
  max-width: 72rem !important;
  margin-inline: auto;
  gap: 1.25rem !important;
}

.jh-feat .jh-dest-card {
  width: 100% !important;
  aspect-ratio: auto !important;
  height: 16.75rem !important;
  max-height: none !important;
  border-radius: 1.35rem !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.4),
    0 10px 24px rgba(233, 30, 140, 0.12);
  opacity: 1 !important;
  --tw-translate-y: 0px !important;
}

.jh-feat .jh-dest-card > .absolute.bottom-0 {
  padding: 1.15rem 1.15rem 1.25rem !important;
}

.jh-feat .jh-dest-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem !important;
  margin-bottom: 0.4rem !important;
  padding-right: 2.6rem;
}

.jh-feat .jh-dest-card .text-brand-pink,
.jh-feat .jh-dest-card [class*="text-brand-pink"] {
  font-size: 0.82rem !important;
  font-weight: 600;
  color: #fff !important;
}

.jh-feat .jh-dest-card .w-8 {
  display: none !important;
}

.jh-feat .jh-dest-card button {
  display: none !important;
}

.jh-feat-tag {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  line-height: 1.3;
  padding-right: 2.4rem;
}

.jh-feat-tag svg {
  width: 0.85rem;
  height: 0.85rem;
  flex-shrink: 0;
  color: #fff;
}

.jh-feat-go {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 3;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(10, 10, 12, 0.55);
  border: 1.5px solid rgba(233, 30, 140, 0.7);
  backdrop-filter: blur(8px);
  transition: background 0.25s ease, transform 0.25s ease;
}

.jh-feat-go svg {
  width: 0.95rem;
  height: 0.95rem;
}

.jh-feat-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 1.2rem auto 0;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  border: 1.5px solid #e91e8c;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
  width: max-content;
  max-width: 100%;
}

.jh-feat-all svg {
  width: 1rem;
  height: 1rem;
}

@media (hover: hover) {
  .jh-feat .jh-dest-card:hover {
    transform: translateY(-8px) !important;
    box-shadow:
      0 22px 44px rgba(0, 0, 0, 0.45),
      0 12px 28px rgba(233, 30, 140, 0.22);
  }

  .jh-feat-go:hover {
    background: #e91e8c;
    transform: translateX(3px);
  }

  .jh-feat-all:hover {
    background: rgba(233, 30, 140, 0.14);
  }
}

@media (min-width: 640px) {
  .jh-feat .jh-dest-grid {
    max-width: 44rem !important;
  }

  .jh-feat .jh-dest-card {
    height: 18.5rem !important;
  }
}

@media (min-width: 1024px) {
  .jh-feat .jh-dest-grid {
    max-width: 72rem !important;
    gap: 1.25rem !important;
  }

  .jh-feat .jh-dest-card {
    height: 21rem !important;
  }

  .jh-feat .jh-dest-card h3 {
    font-size: 1.55rem !important;
  }
}

/* ---------- Destinations page: Pinterest masonry ---------- */
.jh-pins {
  position: relative;
  overflow: visible !important;
  background: #09090b !important;
}

.jh-pins::before,
.jh-pins::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(48px);
  z-index: 0;
}

.jh-pins::before {
  width: 32rem;
  height: 20rem;
  left: -10rem;
  top: 2rem;
  background: rgba(233, 30, 140, 0.16);
}

.jh-pins::after {
  width: 28rem;
  height: 18rem;
  right: -8rem;
  top: 18rem;
  background: rgba(107, 79, 200, 0.16);
}

.jh-pins > div {
  position: relative;
  z-index: 1;
}

.jh-pins .jh-dest-grid,
.jh-pins .max-w-7xl > .grid,
.jh-pins .jh-feat-all,
.jh-pins a[href="/destinations"] {
  display: none !important;
}

.jh-pins-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.75rem !important;
  color: #e91e8c !important;
  font-size: 0.7rem !important;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.jh-pins-kicker::before,
.jh-pins-kicker::after {
  content: "";
  width: 2.35rem;
  height: 1.5px;
  background: #e91e8c;
  border-radius: 99px;
}

.jh-pins .text-center.mb-16 {
  margin-bottom: 1.6rem !important;
}

.jh-pins h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.4rem) !important;
  line-height: 1.12 !important;
}

.jh-pins h2 em {
  font-style: italic;
  background: linear-gradient(90deg, #e91e8c, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.jh-pins .text-center.mb-16 p:not(.jh-pins-kicker) {
  max-width: 36rem;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.62) !important;
}

.jh-pins-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 86rem;
  margin: 0 auto;
}

.jh-pin {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  aspect-ratio: 3 / 4;
  border-radius: 1.15rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: left;
  background: #141418;
  color: #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.38);
  isolation: isolate;
}

.jh-pin img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.55s ease;
}

.jh-pin--short,
.jh-pin--mid,
.jh-pin--tall,
.jh-pin--xtall {
  aspect-ratio: 3 / 4;
}

.jh-pin-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 28%, rgba(0, 0, 0, 0.18) 52%, rgba(8, 6, 12, 0.88) 100%);
  pointer-events: none;
}

.jh-pin-chip {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 2;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(12, 10, 16, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.jh-pin-save {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  color: #fff;
  background: #e91e8c;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  box-shadow: 0 8px 18px rgba(233, 30, 140, 0.35);
}

.jh-pin-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  padding: 1.35rem 0.9rem 0.85rem;
  pointer-events: none;
}

.jh-pin-meta strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.15;
}

.jh-pin-meta em {
  font-style: normal;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.72);
}

.jh-pin-meta b {
  margin-top: 0.28rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #ff7ac8;
}

@media (hover: hover) {
  .jh-pin:hover {
    box-shadow:
      0 22px 44px rgba(0, 0, 0, 0.5),
      0 10px 24px rgba(233, 30, 140, 0.22);
  }

  .jh-pin:hover img {
    transform: scale(1.1);
  }

  .jh-pin:hover .jh-pin-save {
    opacity: 1;
    transform: translateY(0);
  }
}

.jh-pin:focus-visible {
  outline: 2px solid #e91e8c;
  outline-offset: 3px;
}

@media (min-width: 640px) {
  .jh-pins-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .jh-pin {
    border-radius: 1.25rem;
  }

  .jh-pin-meta strong {
    font-size: 1.22rem;
  }
}

@media (min-width: 1024px) {
  .jh-pins-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

@media (min-width: 1440px) {
  .jh-pins-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.2rem;
  }
}

@media (max-width: 479.98px) {
  .jh-pins-grid {
    gap: 0.65rem;
  }

  .jh-pin {
    border-radius: 0.95rem;
  }

  .jh-pin-chip {
    font-size: 0.55rem;
    padding: 0.22rem 0.48rem;
  }

  .jh-pin-meta {
    padding: 1.05rem 0.7rem 0.7rem;
  }

  .jh-pin-meta strong {
    font-size: 0.98rem;
  }

  .jh-pin-save {
    opacity: 1;
    transform: none;
    font-size: 0.62rem;
    padding: 0.26rem 0.55rem;
  }
}

.jh-pins.section-padding {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* ---------- About page story ---------- */
.jh-about {
  position: relative;
  overflow: hidden;
  background: #09090b !important;
}

.jh-about-inner {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  margin: 0 auto;
}

.jh-about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.75rem !important;
  color: #e91e8c !important;
  font-size: 0.7rem !important;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.jh-about-kicker::before,
.jh-about-kicker::after {
  content: "";
  width: 2.15rem;
  height: 1.5px;
  background: #e91e8c;
  border-radius: 99px;
}

.jh-about-head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 2.75rem;
}

.jh-about-head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 1.15;
  margin: 0 0 1rem;
}

.jh-about-head h2 em {
  font-style: italic;
  background: linear-gradient(90deg, #e91e8c, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.jh-about-lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.05rem;
  line-height: 1.7;
}

.jh-about-story {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: center;
  margin-bottom: 3.25rem;
}

.jh-about-photo {
  margin: 0;
  border-radius: 1.4rem;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.4);
}

.jh-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.jh-about-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem 1.15rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(180deg, transparent, rgba(8, 6, 12, 0.82));
}

.jh-about-copy h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.7rem;
  margin: 0 0 0.9rem;
}

.jh-about-copy > p {
  margin: 0 0 0.9rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
  font-size: 0.98rem;
}

.jh-about-stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.4rem 0 0;
  padding: 0;
}

.jh-about-stats li {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.jh-about-stats b {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  color: #ff7ac8;
  font-weight: 600;
}

.jh-about-stats span {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.jh-about-values {
  margin-bottom: 3.25rem;
  text-align: center;
}

.jh-about-values > h3,
.jh-about-steps > h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin: 0 0 1.4rem;
}

.jh-about-value-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  text-align: left;
}

.jh-about-value {
  padding: 1.25rem 1.2rem 1.2rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.jh-about-value svg {
  width: 1.35rem;
  height: 1.35rem;
  color: #e91e8c;
  margin-bottom: 0.7rem;
}

.jh-about-value h4 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.jh-about-value p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.6;
}

.jh-about-steps {
  margin-bottom: 3rem;
  text-align: center;
}

.jh-about-ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  text-align: left;
}

.jh-about-ol li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.1rem 1.15rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.jh-about-ol span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  color: #e91e8c;
  line-height: 1;
  padding-top: 0.15rem;
}

.jh-about-ol h4 {
  margin: 0 0 0.3rem;
  font-size: 1.05rem;
}

.jh-about-ol p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.6;
}

.jh-about-desk {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem 1.35rem;
  border-radius: 1.4rem;
  background:
    linear-gradient(135deg, rgba(233, 30, 140, 0.14), rgba(107, 79, 200, 0.1) 50%, rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(233, 30, 140, 0.28);
}

.jh-about-desk h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  margin: 0 0 0.55rem;
}

.jh-about-desk > div > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.jh-about-contacts {
  margin-top: 0.65rem !important;
}

.jh-about-contacts a {
  color: #ff7ac8;
  text-decoration: none;
}

.jh-about-contacts a:hover {
  text-decoration: underline;
}

.jh-about-desk .btn-primary {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .jh-about-story {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
  }

  .jh-about-photo {
    aspect-ratio: 4 / 5;
  }

  .jh-about-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .jh-about-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .jh-about-ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .jh-about-desk {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.75rem 1.8rem;
  }
}

@media (min-width: 1024px) {
  .jh-about-value-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .jh-about-ol {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .jh-about-ol li {
    grid-template-columns: 1fr;
    min-height: 12.5rem;
  }
}

.jh-about.section-padding {
  padding-top: 3rem !important;
  padding-bottom: 2.5rem !important;
}

/* ---------- Why Choose: Travel Beyond Boundaries photo cards ---------- */
@keyframes jh-why-dash {
  to { stroke-dashoffset: -280; }
}

@keyframes jh-why-glow {
  0%, 100% { text-shadow: 0 0 0 rgba(233, 30, 140, 0); }
  50% { text-shadow: 0 0 22px rgba(233, 30, 140, 0.65); }
}

@keyframes jh-why-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.jh-why {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
  background: #0a0a0a !important;
}

.jh-why-native {
  display: none !important;
}

.jh-why-showcase {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0.15rem 1.25rem 0.35rem;
}

.jh-why-watermark {
  position: absolute;
  left: -0.2rem;
  top: 1.4rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.6rem, 8vw, 6.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.045);
  pointer-events: none;
  white-space: nowrap;
  z-index: 0;
}

.jh-why-map {
  position: absolute;
  right: -4%;
  top: -0.5rem;
  width: min(38rem, 72%);
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
}

.jh-why-map-svg {
  width: 100%;
  height: auto;
  display: block;
}

.jh-why-flight {
  fill: none;
  stroke: #e91e8c;
  stroke-width: 1.6;
  stroke-dasharray: 7 9;
  stroke-linecap: round;
  animation: jh-why-dash 18s linear infinite;
}

.jh-why-head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 1.45rem;
}

.jh-why-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 0.85rem !important;
  color: #e91e8c !important;
  font-size: 0.72rem !important;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.jh-why-kicker::before {
  content: "";
  width: 2.1rem;
  height: 2px;
  background: #e91e8c;
  border-radius: 99px;
}

.jh-why-head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.35rem) !important;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 0.9rem !important;
}

.jh-why-head h2 em {
  font-style: italic;
  color: #e91e8c;
  animation: jh-why-glow 3.4s ease-in-out infinite;
}

.jh-why-head > p:last-child {
  margin: 0 auto;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.95rem !important;
  line-height: 1.65;
}

.jh-why-shots {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 1.15rem;
  max-width: 22rem;
  margin: 0 auto;
}

.jh-why-shot {
  position: relative;
  overflow: visible;
  border-radius: 1.15rem;
  background: linear-gradient(180deg, #1a1a1d 0%, #111113 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.jh-why-shot-media {
  height: 8.4rem;
  overflow: hidden;
  border-radius: 1.15rem 1.15rem 0 0;
  background: #1c1c22;
}

.jh-why-shot-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.7s ease;
}

.jh-why-badge {
  width: 2.7rem;
  height: 2.7rem;
  margin: -1.35rem 0 0 1.15rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #e91e8c;
  box-shadow:
    0 0 0 4px #0a0a0a,
    0 8px 18px rgba(233, 30, 140, 0.45);
  position: relative;
  z-index: 2;
}

.jh-why-badge svg {
  width: 1.05rem;
  height: 1.05rem;
}

.jh-why-shot-body {
  padding: 0.7rem 1.15rem 0.95rem;
}

.jh-why-stat {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff;
}

.jh-why-label {
  margin: 0.28rem 0 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e91e8c;
}

.jh-why-shot-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  line-height: 1.55;
}

.jh-why-utils {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
  margin-top: 1.15rem;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.jh-why-util {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.jh-why-util-icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #e91e8c;
}

.jh-why-util-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.jh-why-util strong {
  display: block;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 650;
}

.jh-why-util span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
}

.jh-why-matter {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.jh-why-matter::before {
  content: "";
  width: 2.1rem;
  height: 2px;
  background: #e91e8c;
}

@media (hover: hover) {
  .jh-why-shot:hover {
    border-color: rgba(233, 30, 140, 0.45);
    box-shadow:
      0 22px 44px rgba(0, 0, 0, 0.4),
      0 0 0 1px rgba(233, 30, 140, 0.2),
      0 12px 28px rgba(233, 30, 140, 0.22);
    transform: translateY(-8px);
  }

  .jh-why-shot:hover .jh-why-shot-media img {
    transform: scale(1.12);
  }

  .jh-why-shot:hover .jh-why-badge {
    box-shadow:
      0 0 0 4px #0a0a0a,
      0 0 22px rgba(233, 30, 140, 0.7);
  }
}

@media (min-width: 640px) {
  .jh-why-showcase {
    padding: 0.25rem 1.5rem 0.5rem;
  }

  .jh-why-shots {
    grid-template-columns: 1fr 1fr;
    max-width: 40rem;
    gap: 1.2rem;
  }

  .jh-why-utils {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1.5rem;
  }

  .jh-why-matter {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

@media (min-width: 1024px) {
  .jh-why-showcase {
    padding: 0.35rem 1.5rem 0.6rem;
  }

  .jh-why-head {
    margin-bottom: 1.7rem;
  }

  .jh-why-shots {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: none;
    gap: 1.25rem;
  }

  .jh-why-shot-media {
    height: 10.5rem;
  }

  .jh-why-utils {
    grid-template-columns: 1.1fr 1.1fr 1.1fr auto;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1.35rem;
  }

  .jh-why-matter {
    grid-column: auto;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jh-why-flight,
  .jh-why-head h2 em {
    animation: none !important;
  }

  .jh-why-head,
  .jh-why-shot,
  .jh-why-utils {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ---------- Why Choose Jazz Holidays: photo feature cards ---------- */
.jh-choose {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
  background: #0a0a0a !important;
}

.jh-choose::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.09;
  background-image: radial-gradient(rgba(255, 255, 255, 0.45) 0.5px, transparent 0.6px);
  background-size: 3px 3px;
  z-index: 0;
}

.jh-choose-native {
  display: none !important;
}

.jh-choose-showcase {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem 0.25rem;
}

.jh-choose-watermark {
  position: absolute;
  left: 0;
  top: 0.4rem;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 7vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
  pointer-events: none;
  white-space: nowrap;
  z-index: 0;
}

.jh-choose-side {
  display: none;
}

.jh-choose-map {
  position: absolute;
  right: -6%;
  top: -1rem;
  width: min(36rem, 70%);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.jh-choose-map-svg {
  width: 100%;
  height: auto;
  display: block;
}

.jh-choose-flight {
  fill: none;
  stroke: #e91e8c;
  stroke-width: 1.7;
  stroke-dasharray: 6 9;
  stroke-linecap: round;
  animation: jh-why-dash 16s linear infinite;
}

.jh-choose-head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.35rem;
}

.jh-choose-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.8rem !important;
  color: #e91e8c !important;
  font-size: 0.7rem !important;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.jh-choose-kicker::before,
.jh-choose-kicker::after {
  content: "";
  width: 2.35rem;
  height: 1.5px;
  background: #e91e8c;
  border-radius: 99px;
}

.jh-choose-head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.85rem, 4.6vw, 3.1rem) !important;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 0.85rem !important;
}

.jh-choose-head h2 em {
  font-style: italic;
  color: #e91e8c;
  animation: jh-why-glow 3.4s ease-in-out infinite;
}

.jh-choose-head > p:last-child {
  margin: 0 auto;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.92rem !important;
  line-height: 1.65;
}

.jh-choose-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 1.2rem;
  max-width: 22rem;
  margin: 0 auto;
}

.jh-choose-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #161018 0%, #1c0e18 55%, #3a1228 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.4),
    0 10px 24px rgba(233, 30, 140, 0.16);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.jh-choose-media {
  height: 8.35rem;
  overflow: hidden;
  background: #1c1c22;
}

.jh-choose-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 0.7s ease;
}

.jh-choose-badge {
  width: 2.65rem;
  height: 2.65rem;
  margin: -1.3rem 0 0 1.1rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #e91e8c;
  box-shadow:
    0 0 0 4px #120c12,
    0 8px 18px rgba(233, 30, 140, 0.45);
  position: relative;
  z-index: 2;
}

.jh-choose-badge svg {
  width: 1.05rem;
  height: 1.05rem;
}

.jh-choose-body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.75rem 1.15rem 3.05rem;
}

.jh-choose-body h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.12rem !important;
  font-weight: 700;
  line-height: 1.2;
  min-height: 2.7rem;
  color: #fff;
  margin: 0 0 0.55rem !important;
  padding-right: 2.2rem;
}

.jh-choose-rule {
  display: block;
  width: 2.1rem;
  height: 2px;
  margin: 0 0 0.65rem;
  background: #e91e8c;
  border-radius: 99px;
}

.jh-choose-body p {
  margin: 0;
  padding-right: 1.8rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  line-height: 1.55;
  min-height: 3.7rem;
  flex: 1;
}

.jh-choose-go {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1.5px solid #e91e8c;
  background: rgba(233, 30, 140, 0.12);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.jh-choose-go svg {
  width: 0.95rem;
  height: 0.95rem;
}

@media (hover: hover) {
  .jh-choose-card:hover {
    transform: translateY(-8px);
    border-color: rgba(233, 30, 140, 0.45);
    box-shadow:
      0 22px 44px rgba(0, 0, 0, 0.45),
      0 14px 28px rgba(233, 30, 140, 0.28);
  }

  .jh-choose-card:hover .jh-choose-media img {
    transform: scale(1.12);
  }

  .jh-choose-card:hover .jh-choose-go {
    background: #e91e8c;
    transform: translateX(3px);
    box-shadow: 0 0 16px rgba(233, 30, 140, 0.55);
  }
}

@media (min-width: 640px) {
  .jh-choose-showcase {
    padding: 0 1.5rem 0.35rem;
  }

  .jh-choose-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 40rem;
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .jh-choose-showcase {
    padding: 0 1.5rem 0.4rem;
  }

  .jh-choose-side {
    display: block;
    position: absolute;
    right: 0;
    top: 42%;
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: rgba(255, 255, 255, 0.28);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    pointer-events: none;
  }

  .jh-choose-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: none;
    gap: 1.2rem;
  }

  .jh-choose-media {
    height: 10.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jh-choose-flight,
  .jh-choose-head h2 em {
    animation: none !important;
  }
}

/* ---------- Newsletter: Stay Updated banner ---------- */
@keyframes jh-news-spin {
  to { transform: rotate(360deg); }
}

.jh-news {
  overflow: hidden !important;
}

.jh-news-native {
  display: none !important;
}

.jh-news-showcase {
  position: relative;
  z-index: 1;
  max-width: 74rem;
  margin: 0 auto;
  padding: 0 1.15rem;
}

.jh-news-banner {
  position: relative;
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  padding: 1.6rem 1.35rem 1.75rem;
  border-radius: 1.6rem;
  background:
    radial-gradient(ellipse at 0% 100%, rgba(233, 30, 140, 0.16), transparent 46%),
    radial-gradient(ellipse at 100% 0%, rgba(107, 79, 200, 0.18), transparent 42%),
    linear-gradient(160deg, #17141c 0%, #0e0d12 55%, #161018 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 12px 28px rgba(233, 30, 140, 0.14);
}

.jh-news-copy {
  position: relative;
  z-index: 1;
}

.jh-news-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 0.85rem !important;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.7rem !important;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.jh-news-kicker::after {
  content: "";
  width: 2.4rem;
  height: 2px;
  background: #e91e8c;
  border-radius: 99px;
}

.jh-news-copy h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 5vw, 2.85rem) !important;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 0.85rem !important;
}

.jh-news-copy h2 em {
  font-style: italic;
  background: linear-gradient(90deg, #e91e8c, #b44ad8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.jh-news-copy > p {
  margin: 0 0 1.25rem;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.65;
}

.jh-news-form {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  max-width: 34rem;
}

.jh-news-field {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  padding: 0.15rem 0.2rem 0.15rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.jh-news-mail {
  color: #e91e8c;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.jh-news-mail svg {
  width: 1.05rem;
  height: 1.05rem;
}

.jh-news-field input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.92rem;
  padding: 0.85rem 0.4rem;
  outline: none;
}

.jh-news-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.25rem;
  background: #e91e8c;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
}

.jh-news-form button svg {
  width: 1rem;
  height: 1rem;
}

.jh-news-note {
  margin: 0.75rem 0 0 !important;
  color: rgba(255, 255, 255, 0.38) !important;
  font-size: 0.72rem !important;
}

.jh-news-visual {
  position: relative;
  min-height: 15.5rem;
}

.jh-news-stamp {
  position: absolute;
  top: -0.4rem;
  left: 8%;
  width: 6.4rem;
  height: 6.4rem;
  z-index: 3;
  animation: jh-news-spin 22s linear infinite;
}

.jh-news-flight {
  position: absolute;
  right: -6%;
  top: 0;
  width: 78%;
  height: auto;
  z-index: 0;
  opacity: 0.85;
  overflow: visible;
}

.jh-news-polaroid {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
}

.jh-news-polaroid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jh-news-polaroid figcaption {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  font-family: "Dancing Script", cursive;
  font-size: 1.15rem;
  line-height: 1.15;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.jh-news-polaroid figcaption::after {
  content: "";
  display: block;
  width: 4.2rem;
  height: 0.28rem;
  margin-top: 0.25rem;
  border-radius: 99px;
  background: #e91e8c;
  transform: rotate(-6deg);
}

.jh-news-polaroid-a {
  width: 58%;
  height: 13.5rem;
  left: 6%;
  top: 2.4rem;
  rotate: -9deg;
  z-index: 2;
}

.jh-news-polaroid-b {
  width: 48%;
  height: 11.2rem;
  right: 2%;
  bottom: 0.2rem;
  rotate: 8deg;
  z-index: 1;
}

@media (hover: hover) {
  .jh-news-form button:hover {
    filter: brightness(1.08);
  }

  .jh-news-polaroid-a:hover { translate: 0 -6px; }
  .jh-news-polaroid-b:hover { translate: 0 -6px; }
}

@media (min-width: 768px) {
  .jh-news-form {
    flex-direction: row;
    align-items: stretch;
  }

  .jh-news-field {
    flex: 1;
  }

  .jh-news-form button {
    flex-shrink: 0;
    padding-inline: 1.4rem;
  }
}

@media (min-width: 1024px) {
  .jh-news-banner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 1rem;
    padding: 2.4rem 2.1rem 2.2rem 2.4rem;
    align-items: center;
  }

  .jh-news-visual {
    min-height: 19.5rem;
  }

  .jh-news-polaroid-a {
    width: 13.8rem;
    height: 17.2rem;
    left: 8%;
    top: 1.6rem;
  }

  .jh-news-polaroid-b {
    width: 11.6rem;
    height: 14.4rem;
    right: 6%;
    bottom: 0.6rem;
  }

  .jh-news-stamp {
    width: 7.2rem;
    height: 7.2rem;
    left: 2%;
    top: -0.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jh-news-stamp {
    animation: none !important;
  }
}
@keyframes jh-why-float-unused {
  0%, 100% { translate: 0 var(--jh-ty, 0px); }
  50% { translate: 0 calc(var(--jh-ty, 0px) - 11px); }
}

@keyframes jh-why-spin {
  to { transform: rotate(360deg); }
}

@keyframes jh-why-spin-rev {
  to { transform: rotate(-360deg); }
}

@keyframes jh-why-icon {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
  50% { transform: translateY(-5px) rotate(-9deg) scale(1.06); }
}

.jh-why-unused-old {
  position: relative;
  overflow: visible !important;
  isolation: isolate;
}

.jh-why-unused-old::before,
.jh-why-unused-old::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
}

.jh-why-unused-old::before {
  width: min(34rem, 86vw);
  height: min(34rem, 86vw);
  left: 8%;
  top: 38%;
  border: 1.5px dashed rgba(233, 30, 140, 0.28);
  animation: jh-why-spin 36s linear infinite;
}

.jh-why-unused-old::after {
  width: min(18rem, 55vw);
  height: min(18rem, 55vw);
  right: 10%;
  top: 22%;
  border: 1px dashed rgba(167, 139, 250, 0.28);
  animation: jh-why-spin-rev 28s linear infinite;
}

.jh-why-unused-old > div {
  position: relative;
  z-index: 1;
}

.jh-why .text-center.mb-16 {
  margin-bottom: 1.75rem !important;
}

.jh-why-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.15rem !important;
  max-width: 21.5rem;
  margin-inline: auto;
  width: 100%;
  position: relative;
  padding: 0.85rem 0.4rem 1.6rem;
}

.jh-why-card {
  --jh-ty: 0px;
  --tw-translate-x: 0px !important;
  --tw-translate-y: 0px !important;
  position: relative;
  isolation: isolate;
  opacity: 1 !important;
  padding: 1.15rem 1.15rem 1.1rem !important;
  border-radius: 1.15rem !important;
  overflow: visible !important;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.12) 0%, transparent 46%),
    linear-gradient(145deg, #2a1730 0%, #141016 52%, #1a1026 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 9px 0 #9a1458,
    0 18px 28px rgba(0, 0, 0, 0.5),
    0 8px 18px rgba(233, 30, 140, 0.26);
  rotate: -1.4deg;
  animation: jh-why-float 4.4s ease-in-out infinite;
  animation-delay: calc(var(--why-i, 0) * 0.32s);
  transition: rotate 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
}

.jh-why-card:nth-child(even) {
  rotate: 1.6deg;
}

.jh-why-card::before {
  content: "01";
  position: absolute;
  right: 0.7rem;
  top: 0.35rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.1rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  z-index: 0;
}

.jh-why-card:nth-child(2)::before { content: "02"; }
.jh-why-card:nth-child(3)::before { content: "03"; }
.jh-why-card:nth-child(4)::before { content: "04"; }

.jh-why-card::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  width: 2.6rem;
  height: 0.85rem;
  margin-left: -1.3rem;
  background: linear-gradient(180deg, rgba(255, 170, 210, 0.72), rgba(233, 30, 140, 0.55));
  rotate: -8deg;
  border-radius: 1px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.jh-why-card:nth-child(2)::after { rotate: 11deg; left: 42%; }
.jh-why-card:nth-child(3)::after { rotate: -14deg; left: 58%; }
.jh-why-card:nth-child(4)::after { rotate: 7deg; }

.jh-why-card > * {
  position: relative;
  z-index: 1;
}

.jh-why-card > div:first-child {
  width: 2.7rem !important;
  height: 2.7rem !important;
  margin-bottom: 0.8rem !important;
  border-radius: 0.85rem !important;
  background: rgba(233, 30, 140, 0.16) !important;
  box-shadow:
    0 0 0 1px rgba(233, 30, 140, 0.25),
    0 0 18px rgba(233, 30, 140, 0.35) !important;
  animation: jh-why-icon 3.4s ease-in-out infinite;
  animation-delay: calc(var(--why-i, 0) * 0.28s);
}

.jh-why-card > div:first-child svg {
  width: 20px;
  height: 20px;
}

.jh-why-card h3 {
  font-size: 1.05rem !important;
  margin-bottom: 0.45rem !important;
  letter-spacing: -0.02em;
}

.jh-why-card p {
  font-size: 0.78rem !important;
  line-height: 1.45 !important;
}

@media (hover: hover) {
  .jh-why-card:hover {
    rotate: 0deg;
    --jh-ty: -10px;
    animation-play-state: paused;
    border-color: rgba(233, 30, 140, 0.55) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.28),
      0 14px 0 #c2186a,
      0 28px 36px rgba(0, 0, 0, 0.55),
      0 12px 24px rgba(233, 30, 140, 0.4);
  }

  .jh-why-card:hover > div:first-child {
    animation-play-state: paused;
    transform: scale(1.12) rotate(-8deg);
  }
}

@media (min-width: 640px) {
  .jh-why-grid {
    grid-template-columns: 1fr 1fr !important;
    max-width: 36rem;
    gap: 1.45rem 1.35rem !important;
    padding: 1.25rem 0.5rem 2rem;
  }

  .jh-why-card:nth-child(1) { --jh-ty: 1.1rem; rotate: -4deg; }
  .jh-why-card:nth-child(2) { --jh-ty: -0.35rem; rotate: 3.4deg; }
  .jh-why-card:nth-child(3) { --jh-ty: 0.35rem; rotate: 2.6deg; }
  .jh-why-card:nth-child(4) { --jh-ty: 1.35rem; rotate: -3.1deg; }
}

@media (min-width: 1024px) {
  .jh-why-grid {
    grid-template-columns: 1.18fr 0.92fr 1fr !important;
    grid-template-rows: auto auto;
    max-width: 54rem;
    gap: 1.5rem 1.4rem !important;
    padding: 1.75rem 0.75rem 2.75rem;
    align-items: stretch;
  }

  .jh-why-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
    --jh-ty: 0.65rem;
    rotate: -4.2deg;
    padding: 1.65rem 1.4rem 1.45rem !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 21rem;
  }

  .jh-why-card:nth-child(1)::before {
    font-size: 6.2rem;
    top: 0.6rem;
    right: 0.55rem;
    color: rgba(233, 30, 140, 0.1);
  }

  .jh-why-card:nth-child(1) > div:first-child {
    width: 3.35rem !important;
    height: 3.35rem !important;
    margin-bottom: 1.05rem !important;
  }

  .jh-why-card:nth-child(1) > div:first-child svg {
    width: 26px;
    height: 26px;
  }

  .jh-why-card:nth-child(1) h3 {
    font-size: 1.45rem !important;
  }

  .jh-why-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    --jh-ty: -0.15rem;
    rotate: 3.6deg;
    min-height: 11.5rem;
  }

  .jh-why-card:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    --jh-ty: 1.35rem;
    rotate: -2.8deg;
    min-height: 11.5rem;
  }

  .jh-why-card:nth-child(4) {
    grid-column: 2 / span 2;
    grid-row: 2;
    --jh-ty: 0.4rem;
    rotate: 1.9deg;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.15rem;
    padding: 1.15rem 1.4rem !important;
    text-align: left;
    min-height: 9.25rem;
  }

  .jh-why-card:nth-child(4) > div:first-child {
    margin-bottom: 0 !important;
    flex-shrink: 0;
  }

  .jh-why-card:nth-child(4) h3 {
    margin-bottom: 0.28rem !important;
  }

  .jh-why-card:nth-child(4) p {
    max-width: 28rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jh-why::before,
  .jh-why::after,
  .jh-why-card,
  .jh-why-card > div:first-child {
    animation: none !important;
  }
}

/* ---------- Vertical rhythm: remove dead black without cramping ---------- */
.section-padding {
  padding-block: 3.5rem;
}

.jh-feat.section-padding {
  padding-top: 3rem !important;
  padding-bottom: 2.75rem !important;
}

.jh-choose.section-padding {
  padding-top: 2.5rem !important;
  padding-bottom: 2.35rem !important;
}

.jh-news.section-padding {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

section.py-24 {
  padding-block: 3.25rem;
}

section.py-24 .mb-16 {
  margin-bottom: 1.6rem !important;
}

footer.bg-brand-dark.pt-20 {
  padding-top: 3.25rem;
}

@media (min-width: 768px) {
  footer .mb-16 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .jh-feat.section-padding,
  .jh-pins.section-padding {
    padding-top: 2.15rem !important;
    padding-bottom: 2rem !important;
  }

  .jh-feat .jh-dest-grid {
    gap: 0.9rem !important;
  }

  .jh-choose.section-padding,
  .jh-news.section-padding {
    padding-top: 2rem !important;
    padding-bottom: 1.85rem !important;
  }

  section.py-24 {
    padding-block: 2.25rem;
  }

  footer .mb-16 {
    margin-bottom: 1.05rem !important;
  }

  footer .space-y-4 > * + * {
    margin-top: 0.65rem !important;
  }

  footer .space-y-6 > * + * {
    margin-top: 0.9rem !important;
  }

  footer h4.mb-6 {
    margin-bottom: 0.75rem !important;
  }

  .jh-news-banner {
    gap: 0.45rem;
  }

  .jh-news-visual {
    min-height: 14.25rem;
  }

  .jh-news-polaroid-a {
    top: 0.8rem;
  }
}

@media (min-width: 1024px) {
  .jh-choose-media {
    height: 9.6rem;
  }
}

/* ---------- Booking popup ---------- */
body.jh-book-lock {
  overflow: hidden;
}

.jh-book[hidden] {
  display: none !important;
}

.jh-book {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1.1rem;
}

.jh-book-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 5, 8, 0.72);
  backdrop-filter: blur(10px);
}

.jh-book-panel {
  position: relative;
  z-index: 1;
  width: min(32rem, 100%);
  max-height: min(42rem, calc(100dvh - 2rem));
  overflow: auto;
  padding: 1.6rem 1.4rem 1.45rem;
  border-radius: 1.4rem;
  background:
    radial-gradient(ellipse at 100% 0%, rgba(233, 30, 140, 0.16), transparent 46%),
    linear-gradient(180deg, #17141c 0%, #0e0d12 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

.jh-book-x {
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.jh-book-kicker {
  margin: 0 0 0.35rem;
  color: #e91e8c;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.jh-book-panel h3 {
  margin: 0 0 0.35rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.7rem;
  color: #fff;
}

.jh-book-pkg {
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.jh-book-form {
  display: grid;
  gap: 0.75rem;
}

.jh-book-form label {
  display: grid;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.jh-book-form input,
.jh-book-form select,
.jh-book-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 0.95rem;
  padding: 0.7rem 0.85rem;
  outline: none;
}

.jh-book-form textarea {
  resize: vertical;
  min-height: 4.5rem;
}

.jh-book-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.7rem;
}

.jh-book-submit {
  margin-top: 0.25rem;
  width: 100%;
  min-height: 48px;
  justify-content: center;
}

.jh-book-note {
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.72rem;
}

.jh-book-done {
  text-align: center;
  padding: 1.2rem 0.4rem 0.3rem;
  color: rgba(255, 255, 255, 0.72);
}

.jh-book-done[hidden] {
  display: none !important;
}

.jh-book-done-title {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  color: #fff;
}

.jh-book-done .btn-primary {
  margin-top: 1.1rem;
  min-width: 8rem;
}

@media (max-width: 479.98px) {
  .jh-book-row {
    grid-template-columns: 1fr;
  }

  .jh-book-panel {
    padding: 1.35rem 1.05rem 1.2rem;
  }
}
