:root {
  color-scheme: dark;
  --bg: #0c0f12;
  --panel: #151a1f;
  --panel-2: #1d242b;
  --text: #f5f2e9;
  --muted: #b7b0a3;
  --line: rgba(255, 255, 255, 0.1);
  --gold: #d2ad55;
  --gold-2: #f0cf78;
  --accent-rgb: 210, 173, 85;
  --accent-soft: rgba(210, 173, 85, 0.12);
  --bg-top: #11161b;
  --bg-bottom: #080a0d;
  --font-body: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
  --font-heading: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --heading-weight: 900;
  --heading-transform: none;
  --heading-spacing: 0;
  --radius-card: 24px;
  --radius-control: 20px;
  --radius-pill: 999px;
  --card-border: rgba(210, 173, 85, 0.18);
  --glass-bg: rgba(10, 13, 16, 0.88);
  --menu-bg: rgba(15, 19, 24, 0.98);
  --card-gradient: linear-gradient(145deg, rgba(210,173,85,0.28), rgba(255,255,255,0.04));
  --hover-lift: -9px;
  --card-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --theme-heading: #f7f0e2;
  --theme-copy: #d8d0c2;
  --heading-highlight-shadow: rgba(0, 0, 0, 0.25);
  --overlay-label-bg: linear-gradient(135deg, rgba(210, 173, 85, 0.94), rgba(166, 121, 40, 0.94));
  --button-gradient: linear-gradient(135deg, #d2ad55, #f0cf78);
  --pill-bg: rgba(240, 207, 120, 0.13);
  --pill-border: rgba(240, 207, 120, 0.36);
  --green: #34c981;
  --danger: #f06a6a;
  --shadow: var(--card-shadow);
}

body.theme-gen-z {
  color-scheme: light;
  --bg: #f8fbff;
  --panel: #ffffff;
  --panel-2: #edf7ff;
  --text: #182033;
  --muted: #617089;
  --line: rgba(24, 32, 51, 0.1);
  --gold: #00b8c8;
  --gold-2: #ff7f6e;
  --accent-rgb: 0, 184, 200;
  --accent-soft: rgba(0, 184, 200, 0.12);
  --bg-top: #fff7e8;
  --bg-bottom: #f3fbff;
  --font-body: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
  --font-heading: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --heading-weight: 900;
  --heading-transform: none;
  --heading-spacing: 0;
  --radius-card: 24px;
  --radius-control: 20px;
  --card-border: rgba(0, 184, 200, 0.2);
  --glass-bg: rgba(255, 255, 255, 0.84);
  --menu-bg: rgba(255, 255, 255, 0.96);
  --card-gradient: linear-gradient(135deg, rgba(0,184,200,0.14), rgba(255,127,110,0.16), rgba(255,209,102,0.14));
  --hover-lift: -9px;
  --card-shadow: 0 18px 45px rgba(40, 90, 130, 0.14);
  --theme-heading: #162037;
  --theme-copy: #617089;
  --heading-highlight-shadow: rgba(255, 255, 255, 0.8);
  --overlay-label-bg: linear-gradient(135deg, rgba(0, 184, 200, 0.92), rgba(0, 151, 168, 0.92));
  --button-gradient: linear-gradient(135deg, #00b8c8, #ff7f6e);
  --pill-bg: #fff8df;
  --pill-border: rgba(255, 184, 77, 0.45);
}

body.theme-luxury {
  --bg: #090909;
  --panel: #141210;
  --panel-2: #201b15;
  --text: #fff8eb;
  --muted: #c7bda8;
  --gold: #d2ad55;
  --gold-2: #f7d98a;
  --accent-rgb: 210, 173, 85;
  --accent-soft: rgba(210, 173, 85, 0.12);
  --bg-top: #14110d;
  --bg-bottom: #050505;
  --font-body: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
  --font-heading: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --heading-weight: 900;
  --heading-transform: none;
  --heading-spacing: 0;
  --radius-card: 24px;
  --radius-control: 20px;
  --card-border: rgba(247, 217, 138, 0.32);
  --glass-bg: rgba(8, 8, 8, 0.9);
  --menu-bg: rgba(13, 11, 9, 0.98);
  --card-gradient: linear-gradient(145deg, rgba(247,217,138,0.22), rgba(255,255,255,0.035));
  --hover-lift: -9px;
  --card-shadow: 0 30px 70px rgba(0,0,0,0.5);
  --theme-heading: #fff8eb;
  --theme-copy: #c7bda8;
  --heading-highlight-shadow: rgba(0, 0, 0, 0.28);
  --overlay-label-bg: linear-gradient(135deg, rgba(247, 217, 138, 0.94), rgba(151, 101, 36, 0.94));
  --button-gradient: linear-gradient(135deg, #f7d98a, #b98d37);
  --pill-bg: rgba(247,217,138,0.14);
  --pill-border: rgba(247,217,138,0.38);
}

body.theme-adventure {
  --bg: #07100d;
  --panel: #101a16;
  --panel-2: #1b2b23;
  --text: #f4fff8;
  --muted: #b8cbbf;
  --gold: #64d96b;
  --gold-2: #ffb84d;
  --accent-rgb: 100, 217, 107;
  --accent-soft: rgba(100, 217, 107, 0.15);
  --bg-top: #0b1b17;
  --bg-bottom: #050908;
  --font-body: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
  --font-heading: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --heading-weight: 900;
  --heading-transform: none;
  --heading-spacing: 0;
  --radius-card: 24px;
  --radius-control: 20px;
  --card-border: rgba(100, 217, 107, 0.35);
  --glass-bg: rgba(6, 16, 12, 0.88);
  --menu-bg: rgba(9, 22, 17, 0.98);
  --card-gradient: linear-gradient(135deg, rgba(100,217,107,0.22), rgba(255,184,77,0.18));
  --hover-lift: -9px;
  --card-shadow: 0 26px 58px rgba(0,0,0,0.42), 0 0 0 1px rgba(100,217,107,0.08);
  --theme-heading: #f4fff8;
  --theme-copy: #b8cbbf;
  --heading-highlight-shadow: rgba(0, 0, 0, 0.24);
  --overlay-label-bg: linear-gradient(135deg, rgba(100, 217, 107, 0.94), rgba(27, 134, 93, 0.94));
  --button-gradient: linear-gradient(135deg, #64d96b, #ffb84d);
  --pill-bg: rgba(255,184,77,0.14);
  --pill-border: rgba(255,184,77,0.36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(var(--accent-rgb), 0.12), transparent 34%),
    linear-gradient(180deg, var(--bg-top), var(--bg-bottom) 60%);
}

body.theme-gen-z::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 209, 102, 0.24), transparent 18%),
    radial-gradient(circle at 82% 12%, rgba(0, 184, 200, 0.16), transparent 20%),
    radial-gradient(circle at 72% 86%, rgba(255, 127, 110, 0.16), transparent 22%);
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: var(--glass-bg);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 50px;
  height: 50px;
  border-radius: 0;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--font-heading);
  letter-spacing: var(--heading-spacing);
}

.brand small {
  margin-top: 2px;
  color: var(--gold);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 28px);
}

.main-nav a {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--gold-2);
}

.nav-menu {
  position: relative;
  padding: 18px 0;
}

.mega-menu {
  position: absolute;
  top: 52px;
  right: -42px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  min-width: 210px;
  padding: 10px;
  background: var(--menu-bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 0.2s ease;
}

.nav-menu:hover .mega-menu,
.mega-menu:hover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-category {
  position: relative;
}

.mega-category > button {
  width: 100%;
  justify-content: flex-start;
  color: var(--gold-2);
  background: var(--panel);
  border: 1px solid transparent;
  text-transform: uppercase;
}

.mega-category > button::after {
  content: "›";
  margin-left: auto;
}

.mega-category:hover > button {
  border-color: var(--gold);
}

.mega-submenu {
  position: absolute;
  top: -10px;
  left: calc(100% + 10px);
  display: grid;
  gap: 8px;
  min-width: 220px;
  max-height: 440px;
  overflow: auto;
  padding: 10px;
  background: var(--menu-bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-6px);
  transition: 0.2s ease;
}

.mega-category:hover .mega-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.mega-column strong {
  color: var(--gold-2);
  font-size: 13px;
  text-transform: uppercase;
}

.mega-column a,
.mega-submenu a {
  display: block;
  padding: 9px 10px;
  background: var(--panel);
  border: 1px solid transparent;
  border-radius: var(--radius-control);
}

.mega-column a:hover,
.mega-submenu a:hover {
  border-color: var(--gold);
  color: var(--text);
}

.muted-small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  padding: 110px clamp(18px, 5vw, 72px) 56px;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 10, 12, 0.88), rgba(8, 10, 12, 0.52) 48%, rgba(8, 10, 12, 0.82));
}

.hero-copy {
  position: relative;
  width: min(980px, 100%);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: var(--heading-spacing);
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
  font-weight: var(--heading-weight);
  letter-spacing: var(--heading-spacing);
  text-transform: var(--heading-transform);
}

body.theme-gen-z .hero-copy h1,
body.theme-gen-z .carousel-section h2,
body.theme-gen-z .section-head h2 {
  color: #162037;
  text-shadow: none;
}

body.theme-gen-z .hero-copy h1 {
  color: #ffffff;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.32);
}

body.theme-gen-z .hero-copy .eyebrow {
  color: #fff;
  background: rgba(0, 184, 200, 0.72);
  box-shadow: 0 10px 24px rgba(0, 184, 200, 0.18);
}

body.theme-gen-z .hero-lede,
body.theme-gen-z .hero-copy p {
  color: #ffffff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.34);
}

body.theme-gen-z .carousel-section .section-head h2::after,
body.theme-gen-z .section-head h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, #00b8c8, #ff7f6e, #ffd166);
  border-radius: var(--radius-pill);
}

body.theme-gen-z .eyebrow {
  width: fit-content;
  padding: 6px 12px;
  color: #095d68;
  background: rgba(0, 184, 200, 0.1);
  border-radius: var(--radius-pill);
  letter-spacing: 0.04em;
}

body.theme-luxury .eyebrow {
  font-style: italic;
  letter-spacing: 0.12em;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.98;
}

h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
}

h3 {
  margin: 0;
}

.hero-lede {
  max-width: 650px;
  color: #e3ddd0;
  font-size: 18px;
  line-height: 1.65;
}

.search-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 180px 160px auto;
  gap: 8px;
  width: min(980px, 100%);
  margin-top: 28px;
  padding: 8px;
  background: rgba(245, 246, 248, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius-pill);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

label span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
}

.search-panel label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  color: var(--text);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  outline: 0;
}

.search-panel input,
.search-panel select {
  min-height: 48px;
  color: #202124;
  background: transparent;
  border: 0;
  border-radius: 999px;
}

.search-panel label {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  background: #fff;
  border-radius: 999px;
}

.search-panel label:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: #e1e4e8;
}

.search-panel button {
  min-height: 48px;
  border-radius: 999px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(var(--accent-rgb), 0.75);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

button,
.button-link,
.button-like {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: #111;
  background: var(--gold);
  border-radius: var(--radius-control);
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

button:hover,
.button-link:hover,
.button-like:hover {
  background: var(--gold-2);
}

.toolbar {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 24px clamp(18px, 5vw, 72px) 0;
  overflow-x: auto;
}

.chip {
  min-height: 38px;
  color: var(--text);
  background: var(--panel);
  border: 1px solid var(--line);
  white-space: nowrap;
}

.chip.active {
  color: #111;
  background: var(--gold);
}

.section {
  padding: 72px clamp(18px, 5vw, 72px);
}

.promo-strip {
  display: grid;
  gap: 16px;
  justify-items: center;
  padding: 28px clamp(18px, 5vw, 72px) 0;
}

.promotion-card {
  position: relative;
  display: block;
  width: min(100%, 980px);
  aspect-ratio: 19 / 9;
  max-height: 360px;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
}

.promotion-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotion-card div {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 20px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.84));
}

.promotion-card p {
  color: inherit;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.muted {
  color: var(--muted);
  line-height: 1.7;
}

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

.package-card,
.guide-card,
.info-panel,
.login-panel,
.editor,
.content-list,
.export-box {
  background: color-mix(in srgb, var(--panel) 88%, transparent);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow);
}

.package-card {
  overflow: hidden;
}

.card-media {
  display: block;
  height: 220px;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.package-card:hover .card-media img {
  transform: scale(1.06);
}

.card-body {
  padding: 18px;
}

.card-title-row,
.price-row,
.actions,
.form-row,
.detail-facts {
  display: flex;
  align-items: center;
  gap: 12px;
}

.card-title-row,
.price-row {
  justify-content: space-between;
}

.card-title-row span,
.detail-facts span {
  padding: 6px 10px;
  color: var(--gold-2);
  background: var(--accent-soft);
  border-radius: var(--radius-pill);
  font-size: 13px;
}

.card-body p,
.guide-card p {
  min-height: 76px;
  color: var(--muted);
  line-height: 1.55;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 14px 0;
}

.tag-row span {
  padding: 6px 9px;
  color: #d8d0c2;
  background: #242c34;
  border-radius: var(--radius-pill);
  font-size: 12px;
}

.price-row strong {
  color: var(--gold-2);
}

.price-row a {
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(300px, 1.15fr);
  gap: 28px;
  align-items: start;
}

.deal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.guide-list {
  display: grid;
  gap: 14px;
}

.guide-card {
  padding: 20px;
}

.rich-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 0;
  overflow: hidden;
  color: var(--text);
  text-decoration: none;
}

.rich-card > img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.rich-card > div {
  padding: 18px;
}

.related-link {
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.related-link:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
}

.view-more {
  width: fit-content;
}

.text-more-link {
  align-self: center;
  justify-self: start;
  color: var(--gold-2);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.text-more-link:hover {
  color: var(--text);
  transform: translateY(-3px);
}

.listing-hero {
  padding-bottom: 28px;
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .listing-hero h1,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .not-found h1,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .section:not(.hero):not(.book-contact-section):not(.enquiry-section) > h1 {
  color: var(--theme-heading);
  text-shadow:
    0 3px 0 var(--heading-highlight-shadow),
    0 14px 30px rgba(var(--accent-rgb), 0.16);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .listing-hero .eyebrow,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .not-found .eyebrow {
  color: #ffffff;
  background: var(--overlay-label-bg);
  border-radius: var(--radius-pill);
  box-shadow: 0 10px 22px rgba(var(--accent-rgb), 0.16);
}

body.theme-gen-z .listing-hero input,
body.theme-gen-z .listing-hero select {
  background: rgba(255,255,255,0.94);
  border-color: rgba(0, 184, 200, 0.18);
  box-shadow: 0 12px 26px rgba(40, 90, 130, 0.1);
}

.listing-controls {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 320px);
  gap: 12px;
  max-width: 860px;
  margin-top: 24px;
}

.enquiry-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1.25fr);
  gap: 30px;
  background: #10151a;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.enquiry-form,
.admin-form {
  display: grid;
  gap: 12px;
}

.enquiry-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.enquiry-form button {
  grid-column: 1 / -1;
}

.beyonder-heading {
  color: #fff;
}

.beyonder-word {
  white-space: nowrap;
}

.beyonder-word span:last-child {
  color: var(--gold-2);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 38px 18px;
  color: var(--muted);
}

.site-footer img {
  width: 44px;
  height: 44px;
  border-radius: 0;
  object-fit: contain;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  max-width: 360px;
  padding: 13px 16px;
  color: #111;
  background: var(--gold-2);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(8px);
}

.lead-modal.open {
  display: flex;
}

.planning-popup {
  position: fixed;
  inset: 0;
  z-index: 5200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(4, 12, 16, 0.68);
  backdrop-filter: blur(10px);
}

.planning-popup.open {
  display: flex;
}

.planning-popup-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(320px, 1.2fr);
  width: min(100%, 980px);
  max-height: min(92vh, 760px);
  overflow: auto;
  background: var(--panel);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}

.planning-popup-aside {
  display: grid;
  align-content: space-between;
  gap: 20px;
  padding: 28px;
  color: var(--theme-heading);
  background:
    var(--card-gradient),
    var(--panel-2);
}

.planning-popup-aside h2 {
  color: var(--theme-heading);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}

.planning-steps {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: rgba(255,255,255,0.1);
  border: 1px solid var(--pill-border);
  border-radius: var(--radius-card);
}

.planning-steps span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--theme-copy);
}

.planning-steps b {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  background: var(--button-gradient);
  border-radius: 50%;
}

.planning-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--theme-heading);
  font-weight: 900;
  text-decoration: none;
}

.planning-whatsapp .whatsapp-logo {
  width: 58px;
  height: 58px;
}

.planning-popup-form {
  display: grid;
  gap: 14px;
  padding: 30px;
}

.planning-popup-form h3 {
  color: var(--theme-heading);
  font-size: clamp(26px, 3vw, 36px);
}

.planning-popup-form > label,
.planning-popup-form .form-row label {
  display: grid;
  gap: 6px;
}

.planning-popup-form textarea {
  min-height: 104px;
}

.lead-modal-box {
  position: relative;
  width: min(100%, 720px);
  padding: 28px;
  background: #12161d;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.lead-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  min-height: 38px;
  padding: 0;
  color: var(--text);
  background: #202832;
  border-radius: 50%;
  font-size: 24px;
}

.lead-modal textarea,
.contact-page textarea {
  grid-column: 1 / -1;
}

.whatsapp-float,
.whatsapp-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: transparent;
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(0,0,0,0.28);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 4500;
}

.whatsapp-logo {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 10px 18px rgba(34,197,94,0.28));
}

.button-link .whatsapp-logo {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  filter: none;
}

.book-contact-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: #10151a;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.promotion-card {
  color: inherit;
  text-decoration: none;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: center;
  padding: 52px clamp(18px, 5vw, 72px);
}

.detail-hero > img {
  width: 100%;
  height: min(62vh, 560px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.slideshow-hero {
  min-height: 620px;
}

.fade-slideshow {
  position: relative;
  width: 100%;
  height: min(68vh, 620px);
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.fade-slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.2s ease, transform 3.2s ease;
}

.fade-slideshow img.active {
  opacity: 1;
  transform: scale(1);
}

.detail-copy {
  padding: 20px 0;
}

.detail-hero p {
  color: var(--muted);
  line-height: 1.7;
}

.detail-facts {
  flex-wrap: wrap;
  margin-top: 18px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 22px;
}

.info-panel {
  padding: 24px;
}

.info-panel ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.timeline {
  display: grid;
  gap: 14px;
}

.itinerary-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.itinerary-tabs a {
  display: grid;
  gap: 6px;
  padding: 18px;
  color: var(--text);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.itinerary-tabs a.active,
.itinerary-tabs a:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

.itinerary-tabs span {
  color: var(--gold-2);
  font-size: 13px;
}

.day-card-list {
  display: grid;
  gap: 14px;
}

.day-card {
  position: relative;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.day-card:hover,
.day-card.open {
  z-index: 2;
  border-color: var(--gold);
  box-shadow: var(--shadow);
  transform: translateY(-5px) scale(1.01);
}

.day-head {
  display: grid;
  grid-template-columns: 82px minmax(160px, 0.5fr) 1fr;
  gap: 16px;
  width: 100%;
  min-height: 76px;
  padding: 18px;
  color: var(--text);
  text-align: left;
  background: transparent;
}

.day-head span {
  color: var(--gold-2);
  font-weight: 700;
}

.day-head em {
  color: var(--muted);
  font-style: normal;
}

.day-expanded {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 18px;
  max-height: 0;
  padding: 0 18px;
  opacity: 0;
  transition: max-height 0.28s ease, padding 0.28s ease, opacity 0.28s ease;
}

.day-card.open .day-expanded {
  max-height: 380px;
  padding: 0 18px 18px;
  opacity: 1;
}

.day-expanded img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
}

.day-expanded p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.timeline article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  padding: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.timeline span {
  color: var(--gold-2);
  font-weight: 700;
}

.timeline p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 8px;
}

.not-found {
  min-height: 70vh;
}

.about-page {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 48px clamp(22px, 5vw, 56px) 0;
}

.about-logo {
  width: 140px;
  height: 140px;
  margin: 18px auto 30px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  filter: drop-shadow(0 18px 34px rgba(var(--accent-rgb), 0.18));
}

.about-page h1 {
  max-width: none;
  font-size: clamp(38px, 4.6vw, 48px);
  line-height: 1.1;
  margin-bottom: 18px;
  color: var(--theme-heading);
  text-shadow:
    0 3px 0 var(--heading-highlight-shadow),
    0 14px 30px rgba(var(--accent-rgb), 0.18);
}

.about-page > .eyebrow {
  color: var(--gold-2);
  font-size: clamp(14px, 1.8vw, 19px);
  font-weight: 500;
  letter-spacing: 7px;
  line-height: 1.7;
  text-transform: uppercase;
}

.about-copy {
  margin: 40px auto 0;
  max-width: 930px;
  text-align: center;
}

.about-copy p {
  margin: 0 auto 26px;
  color: var(--theme-copy);
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
  text-shadow: 0 8px 22px rgba(var(--accent-rgb), 0.12);
}

.about-copy strong {
  font-weight: 800;
  color: var(--theme-heading);
}

.about-signoff {
  margin-top: 60px;
  text-align: center;
}

.about-signoff h2 {
  font-size: 34px;
  line-height: 1;
  color: var(--theme-heading);
  text-shadow:
    0 3px 0 var(--heading-highlight-shadow),
    0 12px 26px rgba(var(--accent-rgb), 0.18);
}

.about-signoff p {
  margin-top: 8px;
  color: var(--gold-2);
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.about-page + .site-footer,
body:has(.about-page) .site-footer {
  padding-top: 112px;
  color: #fff;
}

body:has(.about-page) .site-footer {
  flex-direction: column;
  gap: 8px;
}

body.theme-gen-z:has(.about-page) .site-footer {
  color: var(--theme-copy);
}

.admin-shell {
  min-height: calc(100vh - 74px);
  padding: 40px clamp(18px, 4vw, 56px);
}

.login-panel {
  max-width: 460px;
  margin: 60px auto;
  padding: 28px;
}

.hidden {
  display: none !important;
}

.netlify-lead-form {
  display: none;
}

.user-hidden {
  display: none !important;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(320px, 1fr);
  gap: 20px;
  align-items: start;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.admin-tabs button {
  color: var(--text);
  background: var(--panel);
  border: 1px solid var(--line);
}

.admin-tabs button.active {
  color: #111;
  background: var(--gold);
}

.admin-section {
  display: block;
}

.selector-panel {
  position: sticky;
  top: 96px;
}

.selector-panel label {
  display: grid;
  gap: 6px;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
}

.theme-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
}

.theme-chip {
  min-height: 58px;
  display: flex;
  align-items: end;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  box-shadow: inset 0 -28px 42px rgba(0,0,0,0.35);
}

.theme-chip.classic {
  background: linear-gradient(135deg, #0c0f12, #151a1f 55%, #d2ad55);
}

.theme-chip.gen-z {
  background: linear-gradient(135deg, #080b12, #24d6d0 52%, #ff6f91);
}

.theme-chip.luxury {
  background: linear-gradient(135deg, #050505, #201b15 55%, #f7d98a);
}

.theme-chip.adventure {
  background: linear-gradient(135deg, #07100d, #64d96b 54%, #ffb84d);
}

body.theme-gen-z .theme-chip.gen-z,
body.theme-luxury .theme-chip.luxury,
body.theme-adventure .theme-chip.adventure,
body.theme-classic .theme-chip.classic {
  outline: 2px solid var(--gold-2);
  outline-offset: 3px;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.color-grid input[type="color"] {
  min-height: 46px;
  padding: 4px;
  cursor: pointer;
}

.content-list {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.content-list button {
  display: block;
  width: 100%;
  height: auto;
  min-height: 68px;
  padding: 12px;
  color: var(--text);
  text-align: left;
  background: #10151a;
  border: 1px solid var(--line);
}

.content-list button.active {
  border-color: var(--gold);
}

.content-list strong,
.content-list span {
  display: block;
}

.content-list span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

#leadList button strong::before {
  content: "Lead";
  display: inline-block;
  margin-right: 8px;
  padding: 3px 7px;
  color: #111;
  background: var(--gold);
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
}

#leadList button.priority-hot strong::before {
  content: "Hot";
  background: #ff7f6e;
}

#leadList button.priority-cold strong::before {
  content: "Cold";
  background: #9fb4c8;
}

.lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lead-actions .button-like {
  min-height: 38px;
  padding: 0 14px;
  font-size: 14px;
}

.editor {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.sub-editor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 8px;
}

.sub-editor-head h3,
.sub-editor-head h4 {
  margin: 0;
}

.itinerary-editor-list,
.day-editor-list {
  display: grid;
  gap: 14px;
}

.nested-editor,
.day-editor {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: #10151a;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.day-editor {
  background: #151b22;
}

.image-preview {
  width: min(100%, 360px);
  height: 180px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0d1115;
}

.form-row > label {
  flex: 1;
}

.toggle-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toggle-line input {
  width: 18px;
  min-height: 18px;
}

.danger {
  color: #111;
  background: var(--danger);
}

.danger:hover {
  background: #ff8585;
}

.export-box {
  margin-top: 22px;
  padding: 20px;
}

.export-box textarea {
  font-family: Consolas, monospace;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 24px;
  color: var(--muted);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

@media (max-width: 920px) {
  .search-panel,
  .split,
  .enquiry-section,
  .planning-popup-box,
  .detail-hero,
  .detail-grid,
  .admin-grid,
  .promotion-card,
  .day-expanded,
  .rich-card,
  .listing-controls {
    grid-template-columns: 1fr;
  }

  .search-panel {
    border-radius: 28px;
  }

  .search-panel label:not(:last-of-type)::after {
    display: none;
  }

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

  .planning-popup-aside {
    align-content: start;
  }
}

@media (max-width: 640px) {
  .site-header,
  .section-head,
  .book-contact-section,
  .actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .mega-menu {
    left: 0;
    right: auto;
    min-width: min(86vw, 260px);
    grid-template-columns: 1fr;
  }

  .mega-submenu {
    position: static;
    max-height: 260px;
    margin-top: 8px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .hero {
    min-height: 760px;
  }

  .enquiry-form,
  .form-row,
  .timeline article,
  .day-head {
    grid-template-columns: 1fr;
  }

  .card-body p {
    min-height: 0;
  }
}

/* Dynamic travel CMS refinements */
.main-nav a,
.mega-column a,
.chip,
button,
.button-link,
.button-like,
.package-card,
.guide-card,
.promotion-card,
.itinerary-tabs a,
.day-card,
.info-panel {
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.main-nav a:hover,
.mega-column a:hover,
.chip:hover,
button:hover,
.button-link:hover,
.button-like:hover {
  transform: translateY(-2px);
}

.package-card:hover,
.guide-card:hover,
.promotion-card:hover,
.itinerary-tabs a:hover,
.info-panel:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow);
  transform: translateY(var(--hover-lift));
}

.package-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.deck-card {
  position: relative;
  min-height: 360px;
  border: 1px solid var(--line);
}

.deck-card .card-media {
  height: 100%;
}

.deck-card .card-media img {
  min-height: 360px;
}

.deck-card .card-media::after,
.image-overlay-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.84));
  pointer-events: none;
}

.overlay-body {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.8));
}

.overlay-body p,
.overlay-body small {
  color: inherit;
}

.view-all-card {
  color: var(--text);
  text-align: left;
  background: var(--card-gradient), var(--panel);
  border: 1px solid var(--card-border);
}

.view-all-card > div {
  display: grid;
  align-content: end;
  height: 100%;
  padding: 22px;
}

.image-overlay-card {
  position: relative;
  overflow: hidden;
}

.image-overlay-card > img {
  display: block;
  width: 100%;
  min-height: 250px;
  height: 100%;
  object-fit: cover;
}

.image-overlay-card > div,
.image-overlay-card > p {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  margin: 0;
  padding: 20px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.84));
}

.image-overlay-card p,
.image-overlay-card h2,
.image-overlay-card h3 {
  color: inherit;
}

.rich-card {
  grid-template-columns: 1fr;
  gap: 0;
}

.rich-card > div {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
}

.day-expanded {
  display: block;
  grid-template-columns: 1fr;
  gap: 0;
}

.day-card.open .day-expanded {
  max-height: 520px;
}

.day-image-card {
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
}

.day-image-card img,
.day-expanded img {
  height: 260px;
}

.destination-picker-wrap {
  position: relative;
}

.picker-toggle {
  width: fit-content;
}

.destination-picker {
  display: none;
  max-height: 260px;
  overflow: auto;
  padding: 12px;
  background: #10151a;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.destination-picker.open {
  display: grid;
  gap: 8px;
}

.picker-option {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 9px;
  background: #151b22;
  border-radius: 7px;
}

.picker-option input {
  width: 16px;
  min-height: 16px;
}

.carousel-section {
  overflow: hidden;
}

.carousel-shell {
  position: relative;
}

.landscape-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 32vw);
  gap: 24px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: none;
  scroll-behavior: auto;
  padding: 10px 4px 28px;
  scrollbar-width: none;
}

.landscape-carousel::-webkit-scrollbar {
  display: none;
}

.carousel-arrow {
  position: absolute;
  top: 40%;
  z-index: 6;
  width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  color: #444;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
  font-size: 34px;
  line-height: 1;
}

.carousel-prev {
  left: -18px;
}

.carousel-next {
  right: -18px;
}

.trip-card {
  scroll-snap-align: start;
  min-height: 425px;
  overflow: hidden;
  color: var(--text);
  background: var(--panel);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow);
}

.trip-image {
  display: block;
  height: 220px;
  overflow: hidden;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
}

.trip-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.trip-card:hover .trip-image img,
.destination-card:hover img {
  transform: scale(1.06);
}

.trip-body {
  padding: 16px 24px 20px;
}

.trip-body span {
  color: var(--muted);
  font-size: 14px;
}

.trip-body h3 {
  margin-top: 6px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.28;
}

.trip-body p {
  min-height: 26px;
  margin: 8px 0;
  color: #d8d0c2;
}

.trip-divider {
  height: 1px;
  margin: 12px 0;
  background: rgba(var(--accent-rgb), 0.25);
}

.trip-body strong {
  display: block;
  margin-top: 8px;
  color: var(--gold-2);
}

.destination-card {
  scroll-snap-align: start;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow);
}

.destination-card a {
  position: relative;
  display: block;
  height: 100%;
  color: var(--text);
  text-decoration: none;
}

.destination-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.destination-card a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.82));
}

.destination-card div {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 22px;
}

.destination-card span {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.destination-card h3 {
  margin-top: 6px;
  font-size: 28px;
}

.float-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.float-card:hover {
  transform: translateY(var(--hover-lift));
  box-shadow: var(--shadow);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .trip-card,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .destination-card,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .package-card,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .guide-card,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .info-panel,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .editor,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .content-list {
  background:
    var(--card-gradient),
    var(--panel);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .trip-card,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .destination-card,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .package-card,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .guide-card,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .promotion-card {
  position: relative;
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .trip-card::before,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .destination-card::before,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .package-card::before,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .guide-card::before,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .promotion-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: calc(var(--radius-card) - 8px);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .trip-card:hover,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .destination-card:hover,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .package-card:hover,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .guide-card:hover,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .promotion-card:hover {
  rotate: -0.6deg;
  border-color: var(--gold-2);
  box-shadow: var(--shadow);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) button:not(.day-head):not(.carousel-arrow):not(.lead-close):not(.picker-toggle),
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .button-link,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .button-like,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .chip.active {
  color: #fff;
  background: var(--button-gradient);
  box-shadow: 0 10px 22px rgba(var(--accent-rgb), 0.18);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .tag-row span,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .card-title-row span,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .detail-facts span {
  color: var(--theme-heading);
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  text-transform: lowercase;
  box-shadow: 0 6px 14px rgba(var(--accent-rgb), 0.12);
}

body.theme-gen-z .carousel-arrow {
  color: #173047;
  background: #fff;
  border: 1px solid rgba(0, 184, 200, 0.18);
  box-shadow: 0 16px 34px rgba(40, 90, 130, 0.16);
}

body.theme-gen-z .landscape-carousel {
  padding-top: 18px;
}

body.theme-gen-z .landscape-carousel .trip-card:nth-child(3n + 1),
body.theme-gen-z .landscape-carousel .destination-card:nth-child(3n + 1) {
  transform: translateY(4px) rotate(-0.35deg);
}

body.theme-gen-z .landscape-carousel .trip-card:nth-child(3n + 2),
body.theme-gen-z .landscape-carousel .destination-card:nth-child(3n + 2) {
  transform: translateY(-4px) rotate(0.35deg);
}

body.theme-gen-z .landscape-carousel .trip-card:hover,
body.theme-gen-z .landscape-carousel .destination-card:hover {
  transform: translateY(var(--hover-lift)) rotate(-0.6deg);
}

body.theme-gen-z .trip-body h3,
body.theme-gen-z .card-body h3 {
  color: #162037;
}

body.theme-gen-z .trip-body p,
body.theme-gen-z .card-body p,
body.theme-gen-z .guide-card p {
  color: #617089;
}

body.theme-gen-z .site-header {
  box-shadow: 0 10px 30px rgba(40, 90, 130, 0.08);
}

body.theme-gen-z .main-nav a:hover {
  color: #ff7f6e;
}

body.theme-gen-z .search-panel {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(0, 184, 200, 0.18);
  box-shadow: 0 18px 40px rgba(40, 90, 130, 0.14);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .book-contact-section,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .enquiry-section {
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb),0.1), rgba(255,255,255,0.04)),
    #10151a;
  border-color: var(--card-border);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .book-contact-section h2,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .book-contact-section p,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .enquiry-section h2,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .enquiry-section p {
  color: #ffffff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .book-contact-section .eyebrow,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .enquiry-section .eyebrow {
  color: #ffffff;
  background: var(--overlay-label-bg);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .itinerary-tabs a {
  background: var(--panel) !important;
  border: 1px solid var(--card-border) !important;
  box-shadow: 0 12px 28px rgba(var(--accent-rgb), 0.1);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .itinerary-tabs a.active,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .itinerary-tabs a:hover {
  border-color: var(--gold-2) !important;
  box-shadow: 0 18px 36px rgba(var(--accent-rgb), 0.16);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .itinerary-tabs a strong {
  color: var(--theme-heading);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .itinerary-tabs a span {
  color: var(--gold-2);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .day-card {
  background: var(--panel) !important;
  border: 1px solid var(--card-border) !important;
  box-shadow: 0 12px 28px rgba(var(--accent-rgb), 0.1);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .day-card:hover,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .day-card.open {
  border-color: var(--gold-2) !important;
  box-shadow: 0 20px 44px rgba(var(--accent-rgb), 0.16);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .day-head {
  color: var(--theme-heading);
  background: transparent;
  box-shadow: none;
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .day-head span {
  color: var(--gold-2) !important;
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .day-head strong {
  color: var(--theme-heading);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .day-head em {
  color: var(--theme-copy);
  font-weight: 700;
}

body.theme-gen-z .image-overlay-card > div,
body.theme-gen-z .image-overlay-card > p,
body.theme-gen-z .promotion-card div,
body.theme-gen-z .overlay-body,
body.theme-gen-z .destination-card div {
  color: #ffffff !important;
}

body.theme-gen-z .image-overlay-card .eyebrow,
body.theme-gen-z .promotion-card .eyebrow,
body.theme-gen-z .overlay-body .eyebrow,
body.theme-gen-z .destination-card span {
  display: inline-block;
  width: fit-content;
  padding: 6px 10px;
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(0, 184, 200, 0.92), rgba(0, 151, 168, 0.92));
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 8px 18px rgba(0, 70, 84, 0.22);
  text-shadow: none;
}

body.theme-gen-z .image-overlay-card h1,
body.theme-gen-z .image-overlay-card h2,
body.theme-gen-z .image-overlay-card h3,
body.theme-gen-z .image-overlay-card p,
body.theme-gen-z .promotion-card h2,
body.theme-gen-z .promotion-card p,
body.theme-gen-z .overlay-body h2,
body.theme-gen-z .overlay-body h3,
body.theme-gen-z .overlay-body p,
body.theme-gen-z .destination-card h3,
body.theme-gen-z .destination-card p {
  color: #ffffff !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.34);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .detail-copy h1,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .detail-copy h2,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .detail-copy h3 {
  color: var(--theme-heading) !important;
  text-shadow:
    0 3px 0 var(--heading-highlight-shadow),
    0 14px 30px rgba(var(--accent-rgb), 0.22),
    0 26px 54px rgba(var(--accent-rgb), 0.14);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .detail-copy p,
body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .detail-copy .muted {
  color: var(--theme-copy) !important;
  text-shadow: 0 8px 22px rgba(var(--accent-rgb), 0.16);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .detail-copy .eyebrow {
  color: #ffffff !important;
  background: var(--overlay-label-bg);
  box-shadow: 0 12px 24px rgba(var(--accent-rgb), 0.22), 0 20px 44px rgba(var(--accent-rgb), 0.18);
}

body:is(.theme-classic, .theme-gen-z, .theme-luxury, .theme-adventure) .detail-facts span {
  color: var(--theme-heading);
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  box-shadow: 0 10px 22px rgba(var(--accent-rgb), 0.18), 0 18px 34px rgba(var(--accent-rgb), 0.08);
}

body.theme-gen-z .image-overlay-card .tag-row span,
body.theme-gen-z .promotion-card .tag-row span,
body.theme-gen-z .overlay-body .tag-row span {
  color: #173047 !important;
  text-shadow: none;
}

@keyframes genZFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -5px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.theme-gen-z .carousel-arrow {
    animation: genZFloat 3.8s ease-in-out infinite;
  }

  body.theme-gen-z .chip {
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  }

  body.theme-gen-z .chip:hover {
    transform: translateY(-3px) rotate(-1deg);
    box-shadow: 0 12px 24px rgba(40, 90, 130, 0.12);
  }
}

body.theme-luxury .trip-card,
body.theme-luxury .destination-card,
body.theme-luxury .package-card,
body.theme-luxury .guide-card,
body.theme-luxury .info-panel,
body.theme-luxury .editor,
body.theme-luxury .content-list {
  background:
    linear-gradient(180deg, rgba(247,217,138,0.06), rgba(255,255,255,0.015)),
    var(--panel);
}

body.theme-luxury button,
body.theme-luxury .button-link,
body.theme-luxury .chip.active {
  background: linear-gradient(180deg, #f7d98a, #b98d37);
}

body.theme-luxury .trip-image img,
body.theme-luxury .destination-card img,
body.theme-luxury .card-media img {
  filter: saturate(0.92) contrast(1.06);
}

body.theme-adventure .trip-card,
body.theme-adventure .destination-card,
body.theme-adventure .package-card,
body.theme-adventure .guide-card,
body.theme-adventure .info-panel,
body.theme-adventure .editor,
body.theme-adventure .content-list {
  background:
    linear-gradient(135deg, rgba(100,217,107,0.08), rgba(255,184,77,0.06)),
    var(--panel);
}

body.theme-adventure button,
body.theme-adventure .button-link,
body.theme-adventure .chip.active {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
}

body.theme-adventure .trip-card,
body.theme-adventure .destination-card {
  transform: rotate(-0.15deg);
}

body.theme-adventure .trip-card:hover,
body.theme-adventure .destination-card:hover {
  transform: translateY(var(--hover-lift)) rotate(0deg);
}

@media (max-width: 760px) {
  .landscape-carousel {
    grid-auto-columns: minmax(250px, 82vw);
  }

  .carousel-prev {
    left: 0;
  }

  .carousel-next {
    right: 0;
  }
}

.carousel-section .section-head {
  justify-content: center;
  text-align: center;
}

.carousel-section .section-head > div {
  width: 100%;
}

.carousel-section .section-head .muted,
.carousel-section #resultCount {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
}

.faq-hero {
  padding-bottom: 38px;
}

.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.faq-tabs a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: var(--theme-heading);
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  border-radius: var(--radius-pill);
  box-shadow: 0 8px 18px rgba(var(--accent-rgb), 0.1);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.faq-tabs a:hover,
.faq-tabs a.active {
  transform: translateY(-2px);
  border-color: var(--gold-2);
  box-shadow: 0 14px 28px rgba(var(--accent-rgb), 0.16);
}

.faq-category {
  padding: 34px clamp(18px, 5vw, 72px);
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
}

.faq-item {
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  box-shadow: 0 12px 28px rgba(var(--accent-rgb), 0.1);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.faq-item:hover,
.faq-item.open {
  border-color: var(--gold-2);
  box-shadow: 0 20px 44px rgba(var(--accent-rgb), 0.16);
  transform: translateY(-3px);
}

.faq-question {
  width: 100%;
  min-height: 68px;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  color: var(--theme-heading);
  background: transparent;
  text-align: left;
}

.faq-question span {
  font-weight: 900;
}

.faq-question strong {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  background: var(--button-gradient);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(var(--accent-rgb), 0.16);
}

.faq-answer {
  max-height: 0;
  padding: 0 22px;
  opacity: 0;
  transition: max-height 0.24s ease, padding 0.24s ease, opacity 0.24s ease;
}

.faq-item.open .faq-answer {
  max-height: 360px;
  padding: 0 22px 22px;
  opacity: 1;
}

.faq-answer p {
  margin: 0;
  color: var(--theme-copy);
  line-height: 1.75;
}

.faq-editor-list {
  display: grid;
  gap: 14px;
}

.builder-grid {
  grid-template-columns: minmax(220px, 0.55fr) minmax(300px, 0.9fr) minmax(560px, 1.55fr);
  align-items: start;
}

.builder-master-card,
.quote-builder-card,
.lead-package-panel {
  border-color: rgba(var(--accent-rgb), 0.28);
}

.builder-list,
.mini-list {
  display: grid;
  gap: 12px;
}

.builder-item,
.quote-activity,
.lead-package-panel {
  padding: 14px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(var(--accent-rgb), 0.22);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(var(--accent-rgb), 0.08);
}

.quote-activity {
  margin-top: 10px;
}

.quote-builder-heading,
.quote-route-card,
.quote-builder-layout,
.quote-tabs,
.quote-share-row,
.transfer-row {
  display: flex;
  gap: 14px;
}

.quote-builder-heading,
.quote-route-card,
.quote-share-row,
.transfer-row {
  align-items: center;
  justify-content: space-between;
}

.quote-builder-heading {
  margin-bottom: 14px;
}

.quote-route-card {
  margin-bottom: 14px;
  padding: 16px 18px;
  color: var(--theme-heading);
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.1), rgba(255, 255, 255, 0.66)),
    rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(var(--accent-rgb), 0.2);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(var(--accent-rgb), 0.08);
}

.quote-route-card span,
.transfer-row span,
.itinerary-preview-day span {
  display: block;
  margin-top: 4px;
  color: var(--theme-copy);
  font-size: 0.84rem;
}

.quote-builder-layout {
  align-items: flex-start;
}

.quote-workspace {
  min-width: 0;
  flex: 1 1 auto;
}

.quote-tabs {
  position: sticky;
  top: 0;
  z-index: 2;
  overflow-x: auto;
  margin: 0 -4px 18px;
  padding: 0 4px 8px;
  background: color-mix(in srgb, var(--theme-bg) 82%, transparent);
}

.quote-tabs button {
  flex: 0 0 auto;
  min-height: 44px;
  color: var(--theme-copy);
  background: transparent;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  box-shadow: none;
}

.quote-tabs button.active {
  color: var(--theme-heading);
  border-color: var(--gold-2);
  background: rgba(var(--accent-rgb), 0.08);
}

.quote-tabs span {
  min-width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  color: #fff;
  background: var(--button-gradient);
  border-radius: 999px;
  font-size: 0.75rem;
}

.quote-pane {
  display: none;
}

.quote-pane.active {
  display: grid;
  gap: 14px;
}

.quote-summary-card {
  position: sticky;
  top: 88px;
  width: min(320px, 34%);
  flex: 0 0 min(320px, 34%);
  padding: 18px;
  color: var(--theme-heading);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(var(--accent-rgb), 0.08)),
    var(--panel);
  border: 1px solid rgba(var(--accent-rgb), 0.22);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(var(--accent-rgb), 0.12);
}

.quote-summary-card > span {
  color: var(--theme-copy);
  font-size: 0.82rem;
}

.quote-summary-card h4 {
  margin: 8px 0;
  color: var(--theme-heading);
  font-size: 1.08rem;
}

.quote-summary-card p {
  margin: 0 0 16px;
  color: var(--theme-copy);
  font-size: 0.9rem;
}

.quote-share-row {
  margin-top: 16px;
}

.quote-share-row button {
  flex: 1;
}

.transfer-row {
  padding: 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  border-radius: 16px;
}

.transfer-arrow {
  color: var(--gold-2);
  font-weight: 900;
}

.itinerary-preview {
  position: relative;
  display: grid;
  gap: 16px;
}

.itinerary-preview-day {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
}

.itinerary-preview-day::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 24px;
  bottom: -20px;
  width: 2px;
  background: rgba(var(--accent-rgb), 0.24);
}

.itinerary-preview-day:last-child::before {
  display: none;
}

.itinerary-dot {
  width: 22px;
  height: 22px;
  margin-top: 4px;
  background: var(--gold-2);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(var(--accent-rgb), 0.12);
}

.itinerary-preview-day h4 {
  margin: 0 0 8px;
  color: var(--theme-heading);
}

.itinerary-preview-day p {
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(var(--accent-rgb), 0.14);
}

.help-panel {
  padding: 22px;
  background: rgba(255, 248, 232, 0.82);
  border: 1px solid rgba(255, 174, 43, 0.42);
  border-radius: 18px;
}

.visitor-builder-page {
  background:
    radial-gradient(circle at 12% 12%, rgba(var(--accent-rgb), 0.12), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(255, 123, 110, 0.12), transparent 30%),
    var(--theme-bg);
}

.visitor-builder-hero {
  max-width: 980px;
  padding: 64px clamp(18px, 6vw, 82px) 28px;
}

.visitor-builder-hero h1 {
  max-width: 780px;
  margin: 0 0 14px;
  color: var(--theme-heading);
  font-size: clamp(2.2rem, 6vw, 4.8rem);
  line-height: 0.98;
}

.visitor-builder-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 24px;
  padding: 0 clamp(18px, 6vw, 82px) 70px;
  align-items: start;
}

.visitor-builder-workspace,
.visitor-builder-summary {
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(var(--accent-rgb), 0.08)),
    var(--panel);
  border: 1px solid rgba(var(--accent-rgb), 0.22);
  border-radius: 24px;
  box-shadow: 0 22px 58px rgba(var(--accent-rgb), 0.14);
}

.visitor-tabs {
  position: static;
  background: transparent;
}

.preference-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.preference-grid label {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  border-radius: 999px;
  color: var(--theme-heading);
  font-weight: 800;
}

.visitor-builder-summary {
  position: sticky;
  top: 94px;
}

.visitor-builder-summary > span {
  color: var(--theme-copy);
  font-size: 0.84rem;
}

.visitor-builder-summary h2 {
  margin: 8px 0;
  color: var(--theme-heading);
}

.visitor-builder-summary p {
  color: var(--theme-copy);
}

.summary-stack {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.summary-stack div {
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(var(--accent-rgb), 0.16);
  border-radius: 14px;
}

.summary-stack span {
  display: block;
  margin-top: 3px;
  color: var(--theme-copy);
  font-size: 0.88rem;
}

.visitor-builder-summary button,
.visitor-builder-summary .button-link {
  width: 100%;
  margin-top: 10px;
  justify-content: center;
}

.visitor-step-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.visitor-step-actions button {
  min-width: 130px;
}

.visitor-step-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.visitor-activity-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 120px;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(var(--accent-rgb), 0.08);
}

.visitor-activity-row img {
  width: 88px;
  aspect-ratio: 1.25;
  object-fit: cover;
  border-radius: 12px;
}

.visitor-activity-row p {
  margin: 6px 0 0;
  color: var(--theme-copy);
  font-size: 0.9rem;
}

.visitor-activity-row:has(.visitor-activity-check:checked),
.visitor-hotel-row {
  border-color: var(--gold-2);
  box-shadow: 0 18px 40px rgba(var(--accent-rgb), 0.14);
}

.visitor-hotel-row select,
.visitor-activity-row select {
  min-width: 0;
}

.quote-total-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--theme-heading);
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.12), rgba(255, 123, 110, 0.12)),
    rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(var(--accent-rgb), 0.22);
  border-radius: 20px;
}

.quote-total-box strong {
  color: var(--gold-2);
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.mini-list button {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px;
  color: var(--theme-heading);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(var(--accent-rgb), 0.22);
  box-shadow: 0 10px 24px rgba(var(--accent-rgb), 0.08);
  text-align: left;
}

.mini-list button span {
  display: block;
  margin-top: 5px;
  color: var(--theme-copy);
  font-size: 0.86rem;
}

.builder-grid hr {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(var(--accent-rgb), 0.18);
}

@media (max-width: 1100px) {
  .builder-grid {
    grid-template-columns: 1fr;
  }

  .quote-builder-layout {
    flex-direction: column;
  }

  .quote-summary-card {
    position: static;
    width: 100%;
    flex-basis: auto;
  }

  .visitor-builder-shell {
    grid-template-columns: 1fr;
  }

  .visitor-builder-summary {
    position: static;
  }

  .visitor-activity-row {
    grid-template-columns: 1fr;
  }

  .visitor-activity-row img {
    width: 100%;
  }
}
