﻿:root {
  --hex-bg: #f6f8f8;
  --hex-ink: #0a1428;
  --hex-muted: #dfe8ef;
  --hex-brand: #0a1428;
  --hex-brand-2: #0d3e5d;
  --hex-accent: #d4af7e;
  --hex-accent-2: #e8c78a;
  --hex-white: #ffffff;
  --hex-shadow: 0 18px 40px rgba(6, 24, 44, 0.22);
}

body.home .top_panel,
body.home .footer_wrap,
body.home .sidebar,
body.home .related_wrap,
body.home .post_header_wrap_style_style-2,
body.home .content_wrap_fullscreen > .content > .post_header_wrap {
  display: none !important;
}

body.home .page_content_wrap {
  padding: 0 !important;
}

body.home .page_wrap,
body.home .body_wrap,
body.home .content_wrap,
body.home .page_content_wrap,
body.home .content_wrap_fullscreen,
body.home .content_wrap_fullscreen .content,
body.home .content_wrap > .content,
body.home .content_wrap_fullscreen .post_item_single,
body.home .content_wrap_fullscreen .post_content,
body.home .content_wrap_fullscreen .post_content_single {
  max-width: none !important;
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

body.home [class*=content_wrap] > .content {
  float: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}

body.home [class*=content_wrap] > .sidebar {
  display: none !important;
}

body.home .body_wrap,
body.home .page_wrap,
body.home .page_content_wrap {
  background: transparent !important;
}

html,
body.home {
  min-width: 0 !important;
  overflow-x: hidden;
}

body.home .adp-popup.adp-popup-type-content.adp-popup-location-center,
body.home .adp-popup.adp-popup-type-content.adp-popup-location-center + .adp-popup-overlay {
  display: none !important;
}

.hex-homepage,
.hex-homepage * {
  box-sizing: border-box;
}

.hex-homepage {
  color: var(--hex-ink);
  background: var(--hex-bg);
  font-family: var(--theme-font-p_font-family, "DM Sans", "Segoe UI", Arial, sans-serif);
  line-height: 1.6;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.hex-homepage a {
  color: inherit;
  text-decoration: none;
}

.hex-container {
  width: min(1240px, calc(100% - 3rem));
  margin: 0 auto;
}

.hex-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  color: var(--hex-white);
  isolation: isolate;
  overflow: hidden;
  background: #050b18;
}

.hex-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hex-hero-still {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: hex-hero-slow-zoom 18s ease-out both;
  will-change: transform;
}

.hex-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 0.76) 0%, rgba(5, 12, 26, 0.38) 33%, rgba(5, 12, 26, 0.82) 100%),
    linear-gradient(105deg, rgba(5, 10, 24, 0.88) 0%, rgba(6, 18, 40, 0.52) 46%, rgba(6, 18, 40, 0.2) 100%),
    radial-gradient(circle at 80% 72%, rgba(212, 175, 126, 0.2), rgba(212, 175, 126, 0) 30%);
}

.hex-hero__media::before,
.hex-hero__media::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0.48;
}

.hex-hero__media::before {
  right: -11rem;
  top: -10rem;
  width: min(48vw, 560px);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(232, 199, 138, 0.52);
  border-radius: 50%;
  box-shadow: inset 0 0 0 12px rgba(212, 175, 126, 0.08), 0 0 60px rgba(212, 175, 126, 0.18);
}

.hex-hero__media::after {
  left: -12rem;
  bottom: -17rem;
  width: min(70vw, 780px);
  height: 340px;
  background: url("../images/home/luxury-gold-line.jpg") center/cover no-repeat;
  mix-blend-mode: screen;
  opacity: 0.34;
}

@keyframes hex-hero-slow-zoom {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.11) translate3d(-1.2%, -0.8%, 0);
  }
}

.hex-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

.hex-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 11, 25, 0.78), rgba(4, 11, 25, 0.32));
  border-radius: 0;
  backdrop-filter: blur(14px);
  z-index: -1;
}

.hex-nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
}

.hex-brand-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(232, 199, 138, 0.76);
  border-radius: 50%;
  color: var(--hex-accent-2);
  flex: 0 0 auto;
}

.hex-brand-mark::before {
  content: "";
  width: 22px;
  height: 2px;
  background: currentColor;
  transform: rotate(-24deg);
  box-shadow: 0 7px 0 rgba(232, 199, 138, 0.55);
}

.hex-brand-mark::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  right: 8px;
  top: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(36deg);
}

.hex-brand-text {
  display: grid;
  gap: 0.02rem;
  color: #ffffff;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.92rem;
  font-weight: 700;
}

.hex-brand-text span:first-child {
  color: var(--hex-accent-2);
}

.hex-nav__center {
  display: flex;
  justify-content: center;
}

.hex-nav__menu {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.95rem;
  list-style: none;
  align-items: center;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.92rem;
}

.hex-nav__menu a {
  display: inline-flex;
  padding: 0.55rem 0.5rem;
  border-radius: 999px;
  transition: color 0.25s ease;
  position: relative;
}

.hex-nav__menu a:hover,
.hex-nav__menu a:focus {
  color: var(--hex-accent-2);
}

.hex-nav__menu a::after {
  content: "";
  position: absolute;
  left: 0.45rem;
  right: 0.45rem;
  bottom: 0.25rem;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}

.hex-nav__menu a:hover::after,
.hex-nav__menu a:focus::after {
  transform: scaleX(1);
}

.hex-nav__actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.hex-icon-btn {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
  color: var(--hex-white);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hex-icon {
  display: inline-block;
  position: relative;
}

.hex-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.hex-icon--search {
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.hex-icon--search::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 8px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.hex-icon--panel {
  width: 14px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.hex-icon--panel::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  border-top: 2px solid currentColor;
  transform: translateY(-50%);
}

.hex-icon--whatsapp {
  width: 18px;
  height: 18px;
}

.hex-whatsapp-btn {
  color: #ffffff;
}

.hex-whatsapp-btn:hover,
.hex-whatsapp-btn:focus {
  background: rgba(37, 211, 102, 0.2);
  border-color: rgba(37, 211, 102, 0.78);
  color: #ffffff;
}

.hex-btn--book {
  background: rgba(212, 175, 126, 0.16);
  border: 1px solid rgba(232, 199, 138, 0.82);
  color: #fff8e8;
  padding: 0.67rem 1.15rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border-radius: 0;
}

.hex-btn--book:hover,
.hex-btn--book:focus {
  background: rgba(232, 199, 138, 0.24);
  color: #fff;
}

.hex-nav__toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: var(--hex-white);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hex-search-drawer {
  position: absolute;
  top: 90px;
  right: max(1.5rem, calc((100vw - 1240px) / 2));
  z-index: 11;
  width: min(520px, calc(100% - 2rem));
  background: rgba(6, 24, 39, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 0.8rem;
}

.hex-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.6rem;
}

.hex-search-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 0.75rem 0.8rem;
  font-size: 0.95rem;
}

.hex-search-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.hex-search-form button {
  border: 0;
  background: #e2440a;
  color: #fff;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.74rem;
}

.hex-sidepanel-overlay {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: rgba(6, 20, 31, 0.55);
}

.hex-sidepanel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 31;
  width: min(390px, 100%);
  height: 100vh;
  background: #0b2336;
  color: #f2f8fc;
  box-shadow: -16px 0 50px rgba(4, 14, 22, 0.45);
}

.hex-sidepanel__inner {
  padding: 1.4rem 1.25rem;
}

.hex-sidepanel__close {
  margin-left: auto;
  display: block;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
}

.hex-sidepanel h3 {
  margin: 0 0 0.4rem;
  color: #fff;
}

.hex-sidepanel p {
  margin: 0 0 1rem;
  color: #cfe2ee;
}

.hex-sidepanel ul {
  margin: 0 0 1.2rem;
  padding-left: 1.1rem;
}

.hex-sidepanel li {
  margin: 0.3rem 0;
}

.hex-sidepanel a:not(.hex-btn) {
  color: #ffca87;
}

.hex-hero__content {
  width: min(1240px, calc(100% - 3rem));
  margin: 8.9rem auto 4rem;
  min-height: 355px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.hex-hero-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  filter: blur(2px);
  transition: opacity 0.85s ease, transform 0.95s cubic-bezier(0.2, 0.68, 0.24, 1), filter 0.95s ease;
  pointer-events: none;
}

.hex-hero-copy.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  pointer-events: auto;
}

.hex-hero-copy h1 {
  margin: 0;
  font-size: clamp(2rem, 5.5vw, 4.2rem);
  letter-spacing: 0.01em;
  line-height: 1.03;
  font-family: var(--theme-font-h1_font-family, "alga", serif);
  font-weight: var(--theme-font-h1_font-weight, 400);
  color: #ffffff !important;
  max-width: 19ch;
}

.hex-hero-copy p {
  margin: 1rem 0 0;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  max-width: 40rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
}

.hex-hero-copy__subtitle {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hex-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.05rem 1.35rem;
  margin-top: 1.25rem;
}

.hex-hero-benefit {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
}

.hex-hero-benefit__icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: #ffffff;
  background: currentColor;
  flex: 0 0 auto;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.hex-hero-benefit__icon--family {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-8 0v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3Cpath d='M2 21v-2a4 4 0 0 1 3-3.87'/%3E%3Cpath d='M8 3.13a4 4 0 0 0 0 7.75'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-8 0v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3Cpath d='M2 21v-2a4 4 0 0 1 3-3.87'/%3E%3Cpath d='M8 3.13a4 4 0 0 0 0 7.75'/%3E%3C/g%3E%3C/svg%3E");
}

.hex-hero-benefit__icon--license {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Ccircle cx='9' cy='10' r='2'/%3E%3Cpath d='M7 15h4'/%3E%3Cpath d='M14 9h4'/%3E%3Cpath d='M14 13h4'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Ccircle cx='9' cy='10' r='2'/%3E%3Cpath d='M7 15h4'/%3E%3Cpath d='M14 9h4'/%3E%3Cpath d='M14 13h4'/%3E%3C/g%3E%3C/svg%3E");
}

.hex-hero-benefit__icon--skipper {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cpath d='M12 2v4'/%3E%3Cpath d='M12 18v4'/%3E%3Cpath d='M2 12h4'/%3E%3Cpath d='M18 12h4'/%3E%3Cpath d='m5.6 5.6 2.8 2.8'/%3E%3Cpath d='m15.6 15.6 2.8 2.8'/%3E%3Cpath d='m18.4 5.6-2.8 2.8'/%3E%3Cpath d='m8.4 15.6-2.8 2.8'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cpath d='M12 2v4'/%3E%3Cpath d='M12 18v4'/%3E%3Cpath d='M2 12h4'/%3E%3Cpath d='M18 12h4'/%3E%3Cpath d='m5.6 5.6 2.8 2.8'/%3E%3Cpath d='m15.6 15.6 2.8 2.8'/%3E%3Cpath d='m18.4 5.6-2.8 2.8'/%3E%3Cpath d='m8.4 15.6-2.8 2.8'/%3E%3C/g%3E%3C/svg%3E");
}

.hex-hero__cta-wrap {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.hex-hero-pagination {
  position: absolute;
  left: 50%;
  bottom: -0.3rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.45rem;
  z-index: 4;
}

.hex-hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.2);
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.25s ease;
}

.hex-hero-dot.is-active {
  transform: scale(1.25);
  background: #fff;
}

.hex-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hex-hero-arrows {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

.hex-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 82px;
  height: 126px;
  border: 0;
  padding: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  pointer-events: auto;
  opacity: 0.92;
  transition: opacity 0.25s ease, filter 0.25s ease;
}

.hex-hero-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 67px;
  transform: translate(-50%, -50%);
  background: url("../images/ui/hero-arrow.svg") center/contain no-repeat;
  filter: drop-shadow(0 5px 14px rgba(2, 8, 14, 0.52));
}

.hex-hero-arrow--prev {
  right: 0;
  left: auto;
}

.hex-hero-arrow--prev::before {
  transform: translate(-50%, -50%) scaleX(-1);
}

.hex-hero-arrow--next {
  left: 0;
  right: auto;
}

.hex-hero-arrow:hover,
.hex-hero-arrow:focus {
  opacity: 1;
  filter: brightness(1.08);
}

.hex-btn:hover {
  transform: translateY(-2px);
}

.hex-btn--primary {
  background: #2948d0;
  color: #ffffff;
  font-weight: 700;
  padding: 0.9rem 1.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
}

.hex-btn--primary:hover,
.hex-btn--primary:focus {
  background: #1530a8;
  color: #ffffff;
}

.hex-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: var(--hex-white);
  padding: 0.75rem 1.25rem;
  font-weight: 600;
}

.hex-main section {
  padding: 4.5rem 0;
}

.hex-intro {
  background: var(--hex-white);
}

.hex-intro p {
  margin: 0 auto;
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  color: #173049;
  text-align: center;
  max-width: 980px;
}

.hex-services h2,
.hex-destinations h2,
.hex-experience h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.75rem, 4vw, 2.8rem);
  color: #0d314a;
}

.hex-services {
  background:
    linear-gradient(180deg, #f7fbfd 0%, #eff6fa 100%);
}

.hex-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
  align-items: stretch;
}

.hex-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 42px rgba(10, 28, 44, 0.1);
  height: 100%;
  will-change: transform;
}

.hex-card__media {
  position: relative;
  width: 100%;
  min-height: 420px;
  height: 420px;
  aspect-ratio: auto;
  border-radius: 0;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center;
  box-shadow: none;
  transform: translateZ(0);
  transition: transform 0.55s cubic-bezier(0.2, 0.65, 0.3, 1), filter 0.55s ease;
}

.hex-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(165deg, rgba(15, 106, 145, 0.58), rgba(9, 41, 60, 0.66));
}

.hex-card__media::after {
  content: "";
  position: absolute;
  inset: -30% -24% -22%;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at 78% 74%, rgba(72, 188, 248, 0.34) 0%, rgba(72, 188, 248, 0) 46%),
    linear-gradient(115deg, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.22) 50%, rgba(255, 255, 255, 0) 66%);
  mix-blend-mode: screen;
  opacity: 0.44;
  animation: hex-card-ambient 11.5s ease-in-out infinite alternate;
}

.hex-card__shade {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(8, 31, 48, 0.08), rgba(8, 31, 48, 0.8));
}

.hex-card__text {
  position: absolute;
  inset: auto 0 0;
  padding: 1.8rem 1.5rem 1.55rem;
  color: var(--hex-white);
  z-index: 4;
  text-align: center;
}

.hex-card__text,
.hex-card__text h3,
.hex-card__text p,
.hex-card__text li,
.hex-card__text span {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.42);
}

.hex-card__text h3 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.02;
}

.hex-card__text ul {
  margin: 0.95rem 0 1.2rem;
  padding-left: 0;
  list-style: none;
}

.hex-card__tagline {
  margin: 0.7rem auto 1.15rem;
  max-width: 17rem;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
}

.hex-card__text li {
  margin: 0.33rem 0;
  font-size: 0.98rem;
}

.hex-btn--small {
  background: rgba(212, 175, 126, 0.92);
  color: #081421 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hex-card p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.3rem 1.35rem;
  width: 100%;
  background: transparent;
  color: #27435a;
  border-radius: 0;
  box-shadow: none;
  min-height: 11rem;
  font-size: 0.98rem;
  line-height: 1.72;
  text-align: center;
}

.hex-card:hover .hex-card__media,
.hex-card:focus-within .hex-card__media {
  transform: translateY(-4px) scale(1.018);
  filter: saturate(1.08);
}

@keyframes hex-card-ambient {
  0% {
    transform: translate3d(-7%, -4%, 0) scale(0.98);
    opacity: 0.3;
  }
  50% {
    transform: translate3d(5%, 3%, 0) scale(1.08);
    opacity: 0.58;
  }
  100% {
    transform: translate3d(-2%, 5%, 0) scale(1.02);
    opacity: 0.42;
  }
}

@media (min-width: 1200px) {
  .hex-hero-arrow {
    width: 96px;
  }

  .hex-hero-arrow--prev {
    right: 0;
    left: auto;
  }

  .hex-hero-arrow--next {
    left: 0;
    right: auto;
  }
}

.hex-destinations {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(46, 148, 214, 0.11), rgba(46, 148, 214, 0) 30%),
    radial-gradient(circle at 82% 14%, rgba(10, 73, 107, 0.1), rgba(10, 73, 107, 0) 28%),
    linear-gradient(180deg, #ffffff 0%, #f3f8fb 100%);
}

.hex-destinations::before,
.hex-destinations::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(1px);
}

.hex-destinations::before {
  width: 26rem;
  height: 26rem;
  top: -8rem;
  left: -11rem;
  background: radial-gradient(circle, rgba(32, 141, 204, 0.14), rgba(32, 141, 204, 0));
}

.hex-destinations::after {
  width: 34rem;
  height: 34rem;
  right: -16rem;
  bottom: -14rem;
  background: radial-gradient(circle, rgba(4, 39, 67, 0.14), rgba(4, 39, 67, 0));
}

.hex-destinations__headline {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 0 auto 2.75rem;
  font-size: clamp(1.28rem, 2.25vw, 1.92rem);
  line-height: 1.45;
  text-align: center;
  color: #173049;
  font-weight: 500;
}

.hex-destinations__typed-word {
  display: inline-block;
  min-width: 0;
  font-weight: 700;
  color: #173049;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-decoration-color: #173049;
}

.hex-destinations__typed-word-wrap {
  display: inline;
}

.hex-destinations__marquee {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  padding-top: 0.4rem;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.hex-destinations__lane {
  overflow: hidden;
}

.hex-destinations__track {
  display: flex;
  width: max-content;
  gap: 1.2rem;
  will-change: transform;
}

.hex-destinations__track-group {
  display: flex;
  gap: 1.2rem;
  flex: 0 0 auto;
}

.hex-destinations__lane--left .hex-destinations__track {
  animation: hex-destination-marquee-left 30s linear infinite;
}

.hex-destinations__lane--right .hex-destinations__track {
  animation: hex-destination-marquee-right 30s linear infinite;
}

.hex-destination-link {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: clamp(180px, 28vw, 340px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #eaf3f8, #dfeaf0);
  box-shadow: 0 22px 46px rgba(10, 28, 44, 0.14);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.hex-destination-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(7, 31, 49, 0.2)),
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 32%);
  pointer-events: none;
}

.hex-destination-link__label {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: grid;
  gap: 0.18rem;
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
}

.hex-destination-link__label strong {
  font-size: 1.25rem;
  line-height: 1.05;
}

.hex-destination-link__label span {
  width: fit-content;
  padding: 0.25rem 0.48rem;
  border: 1px solid rgba(232, 199, 138, 0.5);
  background: rgba(6, 16, 33, 0.58);
  color: var(--hex-accent-2);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hex-destination-link:hover,
.hex-destination-link:focus-visible {
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 30px 54px rgba(10, 28, 44, 0.22);
}

.hex-destination-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.65, 0.3, 1);
  pointer-events: none;
  -webkit-user-drag: none;
}

.hex-destination-link:hover img,
.hex-destination-link:focus-visible img {
  transform: scale(1.04);
}

@keyframes hex-destination-marquee-left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% - 0.6rem), 0, 0);
  }
}

@keyframes hex-destination-marquee-right {
  0% {
    transform: translate3d(calc(-50% - 0.6rem), 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hex-destinations__lane--left .hex-destinations__track,
  .hex-destinations__lane--right .hex-destinations__track {
    animation: none;
  }
}

@media (max-width: 900px) {
  .hex-destinations__marquee {
    gap: 1rem;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .hex-destinations__track,
  .hex-destinations__track-group {
    gap: 0.85rem;
  }

  .hex-destination-link {
    width: min(46vw, 220px);
    border-radius: 20px;
  }

  .hex-destinations__lane--left .hex-destinations__track,
  .hex-destinations__lane--right .hex-destinations__track {
    animation-duration: 24s;
  }
}

.hex-experience .hex-container {
  display: grid;
  gap: 1.8rem;
}

.hex-experience__copy {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.hex-experience__copy h2 {
  margin-bottom: 0.8rem;
}

.hex-experience__copy p {
  margin: 0 auto;
  color: #27435a;
  font-size: 1.05rem;
  max-width: 780px;
}

.hex-experience__video {
  position: relative;
  display: block;
  width: min(1080px, 100%);
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 26px 58px rgba(6, 20, 36, 0.26);
}

.hex-experience__video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(160deg, rgba(6, 18, 34, 0.12), rgba(6, 18, 34, 0.46));
  pointer-events: none;
}

.hex-experience__video img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hex-experience__play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
}

.hex-experience__play::before {
  content: "";
  position: absolute;
  width: 132px;
  height: 132px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  animation: hex-play-pulse 2.8s ease-in-out infinite;
}

.hex-experience__play-inner {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #ffffff;
  color: #171c4a;
  display: grid;
  place-items: center;
  row-gap: 0.2rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.hex-experience__play-inner svg {
  width: 11px;
  height: 15px;
  fill: currentColor;
}

.hex-experience__play-inner span {
  display: block;
}

.hex-experience__video:hover img,
.hex-experience__video:focus img {
  transform: scale(1.04);
}

.hex-experience__video:hover .hex-experience__play-inner,
.hex-experience__video:focus .hex-experience__play-inner {
  background-color: #e2440a;
  color: #ffffff;
  transform: scale(1.04);
}

@keyframes hex-play-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

body.hex-video-open {
  overflow: hidden;
}

.hex-video-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 1.1rem;
}

.hex-video-modal[hidden] {
  display: none !important;
}

.hex-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 12, 23, 0.8);
  backdrop-filter: blur(3px);
}

.hex-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 96vw);
}

.hex-video-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.hex-video-modal__frame-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.5);
}

.hex-video-modal__frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Re-skin the cookie popup so it feels integrated with the homepage design. */
.adp-popup {
  top: auto !important;
  bottom: 1.25rem !important;
  left: 1.25rem !important;
  z-index: 25 !important;
}

.adp-popup .adp-popup-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(5, 17, 29, 0.24);
}

.adp-popup .adp-popup-outer {
  position: relative;
  padding: 1.4rem 1.45rem 1.3rem;
  border: 1px solid rgba(18, 69, 102, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 251, 0.98));
  backdrop-filter: blur(10px);
}

.adp-popup .adp-popup-text {
  margin: 0 2.25rem 1rem 0;
  color: #173049;
  font-size: 0.96rem;
  line-height: 1.6;
}

.adp-popup .adp-popup-button.adp-popup-accept,
.adp-popup .adp-button.adp-popup-accept {
  min-width: 164px;
  padding: 0.82rem 1.15rem;
  border: 0;
  border-radius: 0;
  background: #202041;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none;
}

.adp-popup .adp-popup-button.adp-popup-accept:hover,
.adp-popup .adp-button.adp-popup-accept:hover,
.adp-popup .adp-popup-button.adp-popup-accept:focus,
.adp-popup .adp-button.adp-popup-accept:focus {
  background: #2948d0;
}

.adp-popup .adp-popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(23, 48, 73, 0.16);
  background: rgba(255, 255, 255, 0.76);
}

.adp-popup .adp-popup-close::before,
.adp-popup .adp-popup-close::after {
  background: #173049;
}

.hex-footer {
  background: #082033;
  color: #eef8ff;
  padding: 4rem 0 2.8rem;
}

.hex-footer__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  border-bottom: 1px solid rgba(238, 248, 255, 0.18);
  padding-bottom: 1.2rem;
}

.hex-footer__cards h3 {
  margin: 0 0 0.4rem;
  color: var(--hex-accent);
  font-size: 1.1rem;
}

.hex-footer__cards p {
  margin: 0.1rem 0;
}

.hex-footer__imprint p {
  margin: 1rem 0 0;
  font-size: 0.92rem;
  color: #b9d4e8;
}

.hex-back-to-top {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 20;
  border: 0;
  border-radius: 999px;
  background: var(--hex-brand);
  color: var(--hex-white);
  font-weight: 700;
  padding: 0.65rem 0.9rem;
  box-shadow: 0 8px 20px rgba(6, 24, 44, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
}

.hex-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 1140px) {
  .hex-services__grid {
    grid-template-columns: 1fr 1fr;
  }

  .hex-experience .hex-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .hex-container,
  .hex-nav,
  .hex-hero__content {
    width: min(1240px, calc(100% - 1.5rem));
  }

  .hex-nav {
    grid-template-columns: auto 1fr auto;
    gap: 0.5rem;
    padding: 0.85rem 0.75rem 0;
  }

  .hex-nav__center {
    justify-content: center;
  }

  .hex-nav__toggle {
    display: inline-flex;
  }

  .hex-nav__brand img {
    width: 124px;
  }

  .hex-nav__actions {
    gap: 0.45rem;
  }

  .hex-icon-btn,
  .hex-nav__toggle {
    width: 36px;
    height: 36px;
    min-width: 36px;
    padding: 0;
    justify-content: center;
  }

  .hex-nav__toggle {
    font-size: 0;
  }

  .hex-nav__toggle::before {
    content: "\2630";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 15px;
    line-height: 1;
    transform: translate(-50%, -52%);
  }

  .hex-search-toggle,
  .hex-panel-toggle {
    display: none;
  }

  .hex-nav__menu {
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 0.75rem;
    left: 0.75rem;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    width: auto;
    padding: 0.7rem;
    border-radius: 14px;
    background: rgba(9, 28, 43, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
  }

  .hex-nav__menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .hex-hero {
    min-height: 680px;
    min-height: max(680px, 88svh);
  }

  .hex-hero-slide {
    background-position: center center;
    background-size: cover;
  }

  .hex-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto min(56svh, 430px);
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.28));
  }

  .hex-hero-slide:nth-child(1) {
    background-position: 58% center;
  }

  .hex-hero-slide:nth-child(2) {
    background-position: 48% center;
  }

  .hex-hero-slide:nth-child(3) {
    background-position: 54% center;
  }

  .hex-hero-slide.is-active {
    transform: scale(1.02);
  }

  .hex-hero-slide.is-exit {
    transform: scale(1.04);
  }

  .hex-btn--book {
    display: inline-flex;
    min-height: 36px;
    padding: 0.55rem 0.9rem;
    border-width: 1px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.68rem;
    letter-spacing: 0.09em;
  }

  .hex-search-drawer {
    top: 74px;
    right: 0.75rem;
    width: calc(100% - 1.5rem);
  }

  .hex-hero__content {
    width: min(100% - 2.2rem, 25rem);
    margin: 6.8rem auto 2.1rem;
    min-height: 360px;
  }

  .hex-hero-copy h1 {
    font-size: clamp(1.75rem, 10vw, 2.55rem);
    max-width: 10ch;
  }

  .hex-hero-copy p {
    margin-top: 0.8rem;
    font-size: 0.82rem;
    max-width: 17.5rem;
  }

  .hex-hero-benefits {
    gap: 0.72rem 0.95rem;
    margin-top: 1.05rem;
  }

  .hex-hero-benefit {
    font-size: 0.72rem;
    gap: 0.42rem;
  }

  .hex-hero-benefit__icon {
    width: 20px;
    height: 20px;
  }

  .hex-hero__cta-wrap {
    width: auto;
    margin-top: 1.15rem;
  }

  .hex-hero__cta-wrap .hex-btn {
    flex: 0 0 auto;
    min-height: 44px;
  }

  .hex-hero-arrows {
    display: block;
  }

  .hex-hero-arrow {
    width: 44px;
    height: 64px;
  }

  .hex-hero-arrow::before {
    width: 18px;
    height: 34px;
  }

  .hex-hero-arrow--prev {
    right: 0.15rem;
    left: auto;
  }

  .hex-hero-arrow--next {
    left: 0.15rem;
    right: auto;
  }

  .hex-main section {
    padding: 3.2rem 0;
  }

  .hex-services__grid,
  .hex-footer__cards {
    grid-template-columns: 1fr;
  }

  .hex-card__media {
    min-height: 300px;
    height: 300px;
  }

  .hex-card p {
    display: block;
    padding: 1.05rem 1.05rem 1.15rem;
    min-height: 0;
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .hex-intro p {
    font-size: 1rem;
  }

  .hex-destinations__headline {
    margin-bottom: 2.1rem;
    font-size: clamp(1.18rem, 5vw, 1.5rem);
    line-height: 1.5;
  }

  .hex-destinations__slider .swiper-slide {
    width: 78% !important;
  }

  .hex-destinations__slider .swiper-slide:nth-child(even),
  .hex-destinations__slider .swiper-slide:nth-child(3n + 3) {
    width: 62% !important;
  }

  .hex-destinations__slider .swiper-slide:nth-child(3n + 1),
  .hex-destinations__slider .swiper-slide:nth-child(3n + 2),
  .hex-destinations__slider .swiper-slide:nth-child(3n + 3) {
    transform: none;
  }

  .hex-footer {
    padding: 2.6rem 0 2rem;
  }

  .adp-popup {
    left: 0.75rem !important;
    right: 0.75rem !important;
    width: auto !important;
  }

  .adp-popup .adp-popup-outer {
    padding: 1rem 1rem 0.95rem;
    border-radius: 20px;
  }

  .adp-popup .adp-popup-text {
    margin-right: 1.6rem;
    margin-bottom: 0.8rem;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .adp-popup .adp-popup-button.adp-popup-accept,
  .adp-popup .adp-button.adp-popup-accept {
    width: 100%;
    min-width: 0;
  }

  .hex-video-modal {
    padding: 0.8rem;
  }

  .hex-video-modal__dialog {
    width: 100%;
  }

  .hex-video-modal__close {
    top: -38px;
    width: 34px;
    height: 34px;
    font-size: 1.35rem;
  }

  .hex-footer__cards,
  .hex-footer__imprint {
    text-align: center;
  }

  .hex-back-to-top {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

@media (max-width: 520px) {
  .hex-container,
  .hex-nav,
  .hex-hero__content {
    width: calc(100% - 1rem);
  }

  .hex-nav {
    padding: 0.65rem 0.5rem 0;
  }

  .hex-nav__brand img {
    width: 108px;
  }

  .hex-nav__actions {
    gap: 0.28rem;
  }

  .hex-icon-btn,
  .hex-nav__toggle {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }

  .hex-search-drawer {
    right: 0.5rem;
    width: calc(100% - 1rem);
  }

  .hex-search-form {
    grid-template-columns: 1fr;
  }

  .hex-search-form button {
    width: 100%;
  }

  .hex-sidepanel {
    width: 100%;
  }

  .hex-hero__content {
    width: calc(100% - 2.2rem);
    margin-top: 5.7rem;
    min-height: 390px;
  }

  .hex-hero-copy h1 {
    font-size: clamp(1.65rem, 9.2vw, 2.35rem);
    max-width: 11ch;
  }

  .hex-hero-copy p {
    max-width: 16rem;
    font-size: 0.76rem;
  }

  .hex-hero-benefits {
    width: min(100%, 19rem);
  }

  .hex-hero-benefit {
    flex: 1 1 8.4rem;
    justify-content: center;
    font-size: 0.68rem;
  }

  .hex-hero__cta-wrap .hex-btn {
    flex: 0 0 auto;
  }

  .hex-main section {
    padding: 2.6rem 0;
  }

  .hex-video-modal {
    padding: 0.6rem;
  }

  .hex-video-modal__close {
    top: -34px;
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
  }

  .hex-card__media {
    min-height: 260px;
    height: 260px;
  }

  .hex-hero-arrow {
    width: 40px;
    height: 58px;
  }

  .hex-hero-arrow::before {
    width: 16px;
    height: 30px;
  }

  .hex-hero-slide::before {
    background-size: auto min(52svh, 390px);
  }

  .hex-card__text h3 {
    font-size: 1.35rem;
  }

  .hex-card__text {
    padding: 1.25rem 1.05rem 1.05rem;
  }

  .hex-card__text li {
    font-size: 0.9rem;
  }

  .hex-destinations__typed-word {
    min-width: 0;
  }

  .hex-destinations__slider .swiper-slide {
    width: 88% !important;
  }

  .hex-destinations__slider .swiper-slide:nth-child(even),
  .hex-destinations__slider .swiper-slide:nth-child(3n + 3) {
    width: 80% !important;
  }

  .adp-popup {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .adp-popup .adp-popup-text {
    font-size: 0.84rem;
  }
}

/* Premium single-hero treatment replacing the old carousel. */
.hex-hero__content {
  margin: 0 auto;
  min-height: calc(100svh - 78px);
  padding: clamp(3.5rem, 7vh, 5.6rem) 0 clamp(1.15rem, 3vh, 2rem);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hex-hero-copy {
  position: relative;
  inset: auto;
  align-items: center;
  width: min(940px, 100%);
  opacity: 1;
  transform: none;
  filter: none;
  pointer-events: auto;
  animation: hex-hero-copy-in 720ms cubic-bezier(0.2, 0.68, 0.24, 1) 180ms both;
}

.hex-hero-copy.is-active {
  transform: none;
}

.hex-hero-copy h1 {
  font-size: clamp(3rem, 5.2vw, 5.3rem);
  line-height: 0.95;
  font-weight: 700;
  max-width: none;
  white-space: nowrap;
  text-shadow: 0 18px 52px rgba(0, 0, 0, 0.44);
}

.hex-hero-copy p {
  font-size: clamp(0.98rem, 1.25vw, 1.15rem);
  max-width: 43rem;
  text-align: center;
}

.hex-hero-copy__subtitle {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
}

.hex-hero-copy__powered {
  margin-top: 0.45rem !important;
  color: rgba(232, 199, 138, 0.82) !important;
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hex-hero-copy__line {
  color: var(--hex-accent-2) !important;
  font-weight: 700;
}

.hex-hero-entrypoints {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
  width: min(1040px, 100%);
  margin-top: 1rem;
}

.hex-hero-entrypoint {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 106px;
  align-items: center;
  gap: 0.8rem;
  padding: 0.78rem;
  color: #fff8e8;
  text-decoration: none;
  border: 1px solid rgba(232, 199, 138, 0.34);
  background: rgba(7, 17, 35, 0.5);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hex-hero-entrypoint:hover,
.hex-hero-entrypoint:focus {
  color: #ffffff;
  border-color: rgba(232, 199, 138, 0.76);
  background: rgba(7, 17, 35, 0.68);
  transform: translateY(-2px);
}

.hex-hero-entrypoint__icon {
  display: inline-flex;
  width: 2.15rem;
  height: 2.15rem;
  flex: 0 0 auto;
  border: 1px solid rgba(232, 199, 138, 0.42);
  background:
    linear-gradient(135deg, rgba(232, 199, 138, 0.95), rgba(212, 175, 126, 0.72));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.hex-hero-entrypoint__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #081421;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 58%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 58%;
}

.hex-hero-entrypoint__icon--skipper::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v4'/%3E%3Cpath d='M5 7h14'/%3E%3Cpath d='M7 7l2 12h6l2-12'/%3E%3Cpath d='M9 13h6'/%3E%3Cpath d='M8 21h8'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v4'/%3E%3Cpath d='M5 7h14'/%3E%3Cpath d='M7 7l2 12h6l2-12'/%3E%3Cpath d='M9 13h6'/%3E%3Cpath d='M8 21h8'/%3E%3C/g%3E%3C/svg%3E");
}

.hex-hero-entrypoint__icon--no-license::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 16c3 2 11 2 14 0'/%3E%3Cpath d='M7 13l2-5h6l2 5'/%3E%3Cpath d='M10 8V5h4v3'/%3E%3Cpath d='M4 20h16'/%3E%3Cpath d='M18 4 6 22'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 16c3 2 11 2 14 0'/%3E%3Cpath d='M7 13l2-5h6l2 5'/%3E%3Cpath d='M10 8V5h4v3'/%3E%3Cpath d='M4 20h16'/%3E%3Cpath d='M18 4 6 22'/%3E%3C/g%3E%3C/svg%3E");
}

.hex-hero-entrypoint__icon--license::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='16' height='18' rx='2'/%3E%3Cpath d='M8 8h8'/%3E%3Cpath d='M8 12h5'/%3E%3Cpath d='m9 17 2 2 4-5'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='16' height='18' rx='2'/%3E%3Cpath d='M8 8h8'/%3E%3Cpath d='M8 12h5'/%3E%3Cpath d='m9 17 2 2 4-5'/%3E%3C/g%3E%3C/svg%3E");
}

.hex-hero-entrypoint__icon--package::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16v12H4z'/%3E%3Cpath d='m4 7 8-4 8 4'/%3E%3Cpath d='M12 3v16'/%3E%3Cpath d='M8 13h2'/%3E%3Cpath d='M14 13h2'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16v12H4z'/%3E%3Cpath d='m4 7 8-4 8 4'/%3E%3Cpath d='M12 3v16'/%3E%3Cpath d='M8 13h2'/%3E%3Cpath d='M14 13h2'/%3E%3C/g%3E%3C/svg%3E");
}

.hex-hero-entrypoint__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.42rem;
}

.hex-hero-entrypoint strong {
  color: #ffffff;
  font-size: 0.78rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hex-hero-entrypoint span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.74rem;
  line-height: 1.34;
}

.hex-hero-entrypoint > span {
  color: inherit;
}

.hex-hero-copy__proof,
.hex-hero-copy__micro {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.9rem !important;
}

.hex-hero-copy__micro {
  margin-top: 1rem !important;
  letter-spacing: 0.02em;
}

.hex-hero__cta-wrap {
  justify-content: center;
  margin-top: 1.15rem;
}

.hex-hero-benefits {
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
  max-width: 940px;
}

.hex-hero-benefit {
  color: #fff8e8;
  font-size: 0.76rem;
  text-shadow: none;
  padding: 0.5rem 0.68rem;
  border: 1px solid rgba(232, 199, 138, 0.28);
  background: rgba(7, 17, 35, 0.46);
  backdrop-filter: blur(12px);
}

.hex-hero-benefit__icon {
  width: 18px;
  height: 18px;
  color: var(--hex-accent-2);
}

.hex-hero-benefit__icon--booking {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18M8 14h.01M12 14h.01M16 14h.01M8 18h.01M12 18h.01'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18M8 14h.01M12 14h.01M16 14h.01M8 18h.01M12 18h.01'/%3E%3C/g%3E%3C/svg%3E");
}

.hex-hero-benefit__icon--cancel {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6v6l4 2'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M4.5 4.5 19.5 19.5'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6v6l4 2'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M4.5 4.5 19.5 19.5'/%3E%3C/g%3E%3C/svg%3E");
}

.hex-hero-benefit__icon--rating {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='m12 2.5 2.92 5.92 6.53.95-4.72 4.6 1.11 6.5L12 17.39l-5.84 3.08 1.11-6.5-4.72-4.6 6.53-.95L12 2.5Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='m12 2.5 2.92 5.92 6.53.95-4.72 4.6 1.11 6.5L12 17.39l-5.84 3.08 1.11-6.5-4.72-4.6 6.53-.95L12 2.5Z'/%3E%3C/svg%3E");
}

.hex-btn--primary {
  min-height: 50px;
  padding: 0.78rem 1.45rem;
  background: #d4af7e;
  color: #081421;
  box-shadow: 0 18px 42px rgba(212, 175, 126, 0.26);
}

.hex-btn--primary:hover,
.hex-btn--primary:focus {
  background: #e8c78a;
  color: #081421;
  box-shadow: 0 22px 52px rgba(212, 175, 126, 0.36);
}

.hex-btn--ghost {
  min-height: 50px;
  padding: 0.78rem 1.2rem;
  border: 1px solid rgba(232, 199, 138, 0.72);
  color: #fff8e8;
  background: rgba(4, 12, 25, 0.16);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.76rem;
}

@media (min-width: 1200px) and (min-height: 820px) {
  .hex-hero__content {
    padding-top: clamp(4rem, 8vh, 6.2rem);
    padding-bottom: clamp(1.5rem, 3.5vh, 2.4rem);
  }

  .hex-hero-copy h1 {
    font-size: clamp(3.2rem, 5.6vw, 5.8rem);
  }
}

.hex-btn--ghost:hover,
.hex-btn--ghost:focus {
  color: #ffffff;
  background: rgba(232, 199, 138, 0.14);
}

@keyframes hex-hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hex-hero-still,
  .hex-hero-copy {
    animation: none;
  }
}

@media (max-width: 800px) {
  .hex-nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .hex-nav__center {
    position: absolute;
    inset: 100% 0 auto;
    width: 100%;
    display: block;
  }

  .hex-nav__menu {
    left: 0.75rem;
    right: 0.75rem;
  }

  .hex-hero {
    min-height: 100svh;
  }

  .hex-hero-still {
    background-position: 63% center;
  }

  .hex-hero__content {
    width: calc(100% - 2rem);
    min-height: calc(100svh - 72px);
    margin: 0 auto;
    padding: 4.2rem 0 2.1rem;
    align-items: flex-end;
  }

  .hex-hero-copy {
    width: 100%;
  }

  .hex-hero-copy h1 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
    max-width: 10.5ch;
    white-space: normal;
  }

  .hex-hero-copy p {
    max-width: 100%;
    font-size: 0.86rem;
    line-height: 1.48;
  }

  .hex-hero-copy__proof {
    display: none;
  }

  .hex-hero-entrypoints {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .hex-hero-entrypoint {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 0;
    padding: 0.75rem 0.82rem;
    gap: 0.35rem;
  }

  .hex-hero-entrypoint__icon {
    width: 1.9rem;
    height: 1.9rem;
  }

  .hex-hero-entrypoint strong {
    font-size: 0.78rem;
  }

  .hex-hero-entrypoint span {
    font-size: 0.74rem;
    line-height: 1.35;
  }

  .hex-hero__cta-wrap {
    width: 100%;
  }

  .hex-hero__cta-wrap .hex-btn {
    flex: 1 1 100%;
    min-height: 62px;
    width: 100%;
  }

  .hex-hero-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 0.55rem;
  }

  .hex-hero-benefit {
    justify-content: flex-start;
    font-size: 0.72rem;
    padding: 0.58rem 0.62rem;
    min-width: 0;
  }

  .hex-hero-benefit span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 520px) {
  .hex-nav {
    width: 100%;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .hex-nav__actions {
    position: absolute;
    top: 0.65rem;
    left: 8.15rem;
    right: auto;
    margin-left: 0;
  }

  .hex-brand-mark {
    width: 34px;
    height: 34px;
  }

  .hex-brand-text {
    font-size: 0.72rem;
  }

  .hex-search-toggle,
  .hex-panel-toggle,
  .hex-whatsapp-btn {
    display: none;
  }

  .hex-btn--book {
    display: none;
  }

  .hex-hero-benefits {
    grid-template-columns: 1fr;
  }

  .hex-hero__content {
    width: 100%;
    min-height: calc(100svh - 64px);
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 3.5rem;
  }

  .hex-hero-copy h1 {
    font-size: clamp(2rem, 11vw, 2.7rem);
  }

  .hex-hero-copy p.hex-hero-copy__subtitle {
    max-width: 21rem;
    overflow-wrap: break-word;
  }

  .hex-hero-entrypoint:nth-child(2) span,
  .hex-hero-entrypoint:nth-child(3) span {
    display: none;
  }

  .hex-hero-copy__micro {
    font-size: 0.75rem !important;
  }
}

@media (max-width: 390px) {
  .hex-brand-text {
    font-size: 0.66rem;
  }

  .hex-btn--book {
    padding-inline: 0.55rem;
    font-size: 0.62rem;
  }

  .hex-hero-benefits {
    grid-template-columns: 1fr;
  }
}

/* Safety fallback if the inline hero background is not printed. */
.hex-hero .hex-hero-still {
  background-image: url("../images/home/hvar-island-city.webp") !important;
  background-size: cover;
  background-position: center 35%;
}

.hex-hero-copy h1 {
  font-family: "HexMontserrat", "DM Sans", system-ui, -apple-system, sans-serif !important;
}

@media (max-width: 800px) {
  .hex-hero-copy h1 {
    font-size: clamp(2rem, 10.5vw, 2.75rem);
  }
}
