:root {
  --navy-950: #031625;
  --navy-900: #061f35;
  --navy-800: #073b63;
  --navy-700: #0c527f;
  --gold: #c6a15b;
  --gold-2: #e1c17d;
  --gold-soft: #f2e7d1;
  --ivory: #f7f4ed;
  --paper: #fffdf8;
  --white: #fff;
  --ink: #132633;
  --muted: #6c7b85;
  --line: rgba(7, 59, 99, .14);
  --shadow: 0 22px 65px rgba(3, 22, 37, .14);
  --radius: 22px;
  --max: 1180px;
  --sf-display: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.destination-panel-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40%;
  gap: 18px;
  align-items: end;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: #061f35;
  padding: 18px 28px 20px
}

.destination-panel-footer .destination-intro {
  border: 0;
  padding: 0;
  min-height: 0
}

.destination-website {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(198, 161, 91, .72);
  background: rgba(198, 161, 91, .08);
  color: var(--gold-2);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  transition: .2s
}

.destination-website:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-950)
}

.destination-website.disabled {
  border-color: rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .45);
  pointer-events: none
}

@media(max-width:720px) {
  .mobile-destination-content .destination-website {
    width: 60%;
    min-width: 132px;
    margin: auto;
    margin-top: 18px;
    flex: 0 0 48px;
    padding: 5px;
  }

  .mobile-destination-content .destination-intro {
    margin-top: auto;
    min-height: 94px
  }
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: var(--sf-display);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased
}

a {
  color: inherit;
  text-decoration: none
}

button,
input {
  font: inherit
}

button {
  cursor: pointer
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: auto
}

.serif,
.display-title {
  font-family: var(--sf-display);
  font-style: normal;
  font-weight: 700
}

.eyebrow {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800
}

.hidden {
  display: none !important
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: #fff;
  background: linear-gradient(180deg, rgba(3, 22, 37, .92), rgba(3, 22, 37, 0));
  transition: .25s
}

.site-header.scrolled {
  background: rgba(3, 22, 37, .96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  white-space: nowrap;
  line-height: 1.08
}

.brand-legal-line {
  display: block;
  color: var(--gold-2);
  font-family: var(--sf-display);
  font-style: normal
}

.brand-legal-line1 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .055em
}

.brand-legal-line2 {
  font-size: 16px;
  font-weight: 850;
  letter-spacing: .045em
}

.header-right {
  display: flex;
  align-items: center;
  gap: 25px
}

.event-lockup {
  text-align: right
}

.event-lockup strong {
  font-family: var(--sf-display);
  font-weight: 700;
  display: block;
  font-size: 14px
}

.event-lockup span {
  font-size: 9px;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, .62)
}

.lang-switch {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 4px;
  padding: 3px;
  background: rgba(255, 255, 255, .04)
}

.lang-btn {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  padding: 7px 9px;
  border-radius: 2px
}

.lang-btn.active {
  background: var(--gold);
  color: var(--navy-950)
}

.hero {
  min-height: 94svh;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--navy-950)
}

.hero-slides {
  position: absolute;
  inset: 0
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .8s ease, transform 7s ease;
  transform: scale(1.03)
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1)
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 22, 37, .94) 0%, rgba(3, 22, 37, .78) 36%, rgba(3, 22, 37, .38) 67%, rgba(3, 22, 37, .68) 100%)
}

.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, rgba(3, 22, 37, .5))
}

.hero-grid {
  position: relative;
  z-index: 2;
  padding: 150px 0 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 70px;
  align-items: end
}

.hero .eyebrow {
  color: var(--gold-2);
  margin-bottom: 18px
}

h1 {
  font-size: clamp(58px, 7.4vw, 96px);
  line-height: .96;
  font-weight: 700;
  letter-spacing: -.04em;
  margin: 0;
  max-width: 960px;
  overflow-wrap: anywhere
}

.hero-title-line {
  display: block;
  max-width: 100%;
  white-space: normal
}

.hero-sub {
  font-size: 17px;
  line-height: 1.68;
  color: rgba(255, 255, 255, .82);
  max-width: 650px;
  margin: 25px 0 24px
}

.hero-destinations {
  display: flex;
  gap: 10px 18px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 750;
  margin-bottom: 32px
}

.hero-destinations span:not(:last-child):after {
  content: "•";
  color: var(--gold);
  margin-left: 18px
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 26px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .075em;
  text-transform: uppercase;
  transition: .2s
}

.btn-primary {
  background: var(--gold);
  color: var(--navy-950)
}

.btn-primary:hover {
  background: var(--gold-2);
  transform: translateY(-1px)
}

.btn-ghost {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
  background: rgba(255, 255, 255, .03)
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-2)
}

.hero-panel {
  border-left: 1px solid rgba(255, 255, 255, .2);
  padding-left: 26px
}

.hero-panel .big {
  font-family: var(--sf-display);
  font-weight: 700;
  color: var(--gold-2);
  font-size: 42px;
  line-height: 1
}

.hero-panel p {
  font-size: 12px;
  line-height: 1.72;
  color: rgba(255, 255, 255, .68);
  margin: 10px 0 0
}

.hero-slider-nav {
  display: flex;
  align-items: center;
  gap: 10px
}

.hero-slider-nav span {
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .26);
  display: block;
  transition: .25s
}

.hero-slider-nav span.active {
  width: 56px;
  background: var(--gold)
}

section {
  padding: 86px 0
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
  margin-bottom: 38px
}

.section-head .eyebrow {
  color: var(--gold);
  margin-bottom: 11px
}

h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 1.05;
  margin: 0;
  color: var(--navy-900);
}

.section-head p {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75
}

/* Micro finder */
.finder-section {
  background: var(--ivory);
  position: relative
}

.finder-shell {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  background: var(--paper);
  border: 1px solid rgba(198, 161, 91, .25);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.finder-aside {
  background: var(--navy-900);
  color: #fff;
  padding: 44px 38px;
  position: relative;
  overflow: hidden
}

.finder-aside:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(198, 161, 91, .2);
  border-radius: 50%;
  right: -120px;
  bottom: -120px
}

.finder-aside .eyebrow {
  color: var(--gold-2);
  margin-bottom: 15px
}

.finder-aside h2 {
  color: #fff;
  font-size: 46px
}

.finder-aside p {
  font-size: 13px;
  color: rgba(255, 255, 255, .67);
  line-height: 1.78;
  margin: 18px 0 28px
}

.finder-benefits {
  display: grid;
  gap: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, .78)
}

.finder-benefits span {
  display: flex;
  gap: 10px;
  align-items: flex-start
}

.finder-benefits i {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  margin-top: 6px;
  flex: 0 0 auto
}

.finder-main {
  padding: 38px 40px 42px;
  min-height: 500px
}

.finder-progress {
  display: flex;
  gap: 6px;
  margin-bottom: 32px
}

.progress-dot {
  height: 3px;
  flex: 1;
  background: #e9e4da;
  border-radius: 999px;
  transition: .25s
}

.progress-dot.active,
.progress-dot.done {
  background: var(--gold)
}

.finder-kicker {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px
}

.finder-title {
  color: var(--navy-900);
  font-size: 34px;
  line-height: 1.16;
  margin: 0 0 9px
}

.finder-desc {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.choice {
  border: 1px solid #ded5c6;
  background: #fff;
  border-radius: 8px;
  padding: 18px 16px;
  text-align: left;
  min-height: 92px;
  color: var(--ink);
  transition: .18s
}

.choice:hover,
.choice.selected {
  border-color: #9a7136;
  background: #f4ecdf;
  box-shadow: inset 0 0 0 1px #9a7136
}

.choice strong {
  display: block;
  font-size: 14px;
  color: var(--navy-900);
  margin-bottom: 5px
}

.choice small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5
}

.choice.compact {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 750
}

.finder-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px
}

.finder-actions .btn {
  min-width: 145px
}

.btn-outline-dark {
  border-color: #d9cfbf;
  background: transparent;
  color: var(--navy-900)
}

.btn-outline-dark:hover {
  border-color: var(--gold)
}

.step-enter {
  animation: stepIn .28s ease both
}

@keyframes stepIn {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.summary-box {
  background: var(--ivory);
  border-radius: 14px;
  padding: 16px 17px;
  margin-bottom: 20px;
  border-left: 2px solid var(--gold)
}

.summary-box .eyebrow {
  color: #8b642e;
  margin-bottom: 7px
}

.summary-box strong {
  font-size: 22px;
  color: var(--navy-900);
  font-weight: 500;
  display: block
}

.summary-box p {
  margin: 7px 0 0;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.55
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.field label {
  display: block;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #536874;
  margin-bottom: 7px
}

.field input {
  width: 100%;
  height: 48px;
  border: 1px solid #d8d0c4;
  background: #fff;
  border-radius: 9px;
  padding: 0 12px;
  color: var(--ink);
  outline: none
}

.field input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(198, 161, 91, .12)
}

.consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 14px 0 16px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5
}

.consent input {
  margin-top: 2px;
  accent-color: var(--gold)
}

.form-note {
  font-size: 9px;
  color: #8a969d;
  text-align: center;
  margin-top: 10px
}

.success {
  text-align: center;
  padding: 52px 0px;
}

.success-mark {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  background: var(--gold-soft);
  color: #8b642e;
  font-size: 24px
}

.success h3 {
  font-size: 30px;
  color: var(--navy-900);
  font-weight: 500;
  margin: 0 0 10px
}

.success p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  max-width: 490px;
  margin: 0 auto
}

/* Destinations */
.destinations {
  background: var(--navy-950);
  color: #fff
}

.destinations .section-head h2 {
  color: #fff
}

.destinations .section-head p {
  color: rgba(255, 255, 255, .68)
}

.destination-desktop {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch
}

.destination-sidebar {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px
}

.destination-tabs {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 10px
}

.destination-tab {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 2px;
  background: rgba(255, 255, 255, .025);
  color: #fff;
  text-align: left;
  padding: 22px 22px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-content: center;
  transition: background .18s, border-color .18s, transform .18s
}

.destination-tab:hover {
  border-color: rgba(198, 161, 91, .55);
  background: rgba(198, 161, 91, .06)
}

.destination-tab.active {
  border-color: var(--gold);
  background: rgba(198, 161, 91, .10);
  transform: translateX(4px)
}

.destination-tab .n {
  font-family: var(--sf-display);
  color: var(--gold-2);
  font-size: 36px;
  font-weight: 700;
  line-height: 1
}

.destination-tab strong {
  display: block;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: .015em;
  margin-bottom: 8px
}

.destination-tab small {
  display: block;
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
  line-height: 1.45
}

.destination-panel {
  border: 1px solid rgba(255, 255, 255, .12);
  background: #02111d;
  display: grid;
  grid-template-rows: minmax(420px, 1fr) auto;
  min-height: 620px
}

.destination-visual {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #041b2c
}

.destination-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .38s ease, transform 6s ease;
  transform: scale(1.01)
}

.destination-visual img.active {
  opacity: 1;
  transform: scale(1.035)
}

.destination-info {
  position: relative;
  z-index: 2;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #061f35
}

.destination-panel>.destination-info {
  display: none
}

.destination-meta {
  display: grid;
  gap: 8px;
  padding: 10px 0;
}

.destination-meta div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px
}

.destination-meta b {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-2)
}

.destination-meta span {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .88)
}

.destination-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(198, 161, 91, .58);
  /* padding: 11px 14px; */
  color: var(--gold-2);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap
}

.destination-link:hover {
  background: rgba(198, 161, 91, .10)
}

.destination-link.disabled {
  border-color: rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .45);
  pointer-events: none
}

.destination-intro {
  display: block;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  /* padding: 20px 28px 22px; */
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  text-transform: none;
  white-space: normal
}

.destination-mobile {
  display: none
}

.mobile-destination-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 0 14px;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none
}

.mobile-destination-track::-webkit-scrollbar {
  display: none
}

.mobile-destination-card {
  flex: 0 0 86%;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 255, 255, .13);
  background: #061f35
}

.mobile-destination-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #041b2c
}

.mobile-destination-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.mobile-destination-content {
  padding: 19px 18px 20px
}

.mobile-destination-content h3 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1
}

.mobile-destination-content .destination-meta div {
  grid-template-columns: 78px 1fr
}

.mobile-destination-content .destination-link {
  margin-top: 18px
}

.mobile-destination-index {
  display: block;
  color: var(--gold-2);
  font-family: var(--sf-display);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px
}

.mobile-scroll-hint {
  display: none;
  margin-top: 12px;
  color: rgba(255, 255, 255, .46);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase
}

.why {
  background: var(--ivory)
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.why-card {
  padding: 26px 24px;
  border-right: 1px solid var(--line);
  min-height: 195px
}

.why-card:last-child {
  border-right: 0
}

.why-card .num {
  font-family: var(--sf-display);
  color: var(--gold);
  font-size: 31px;
  margin-bottom: 21px
}

.why-card h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .065em;
  color: var(--navy-900);
  margin: 0 0 8px
}

.why-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.68;
  margin: 0
}

/* Quick proposal / contact is intentionally separate from footer */
.proposal-section {
  background: var(--paper);
  padding: 86px 0
}

.proposal-shell {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 0;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 48px rgba(3, 22, 37, .08);
  border-radius: 19px;
}

.proposal-copy {
  border-radius: 19px 0px 0px 19px;
  padding: 42px 38px;
  background: var(--navy-900);
  color: #fff
}

.proposal-copy .eyebrow {
  color: var(--gold-2);
  margin-bottom: 13px
}

.proposal-copy h3 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.03
}

.proposal-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.78;
  max-width: 430px
}

.proposal-form {
  padding: 36px 38px
}

.proposal-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.proposal-field label {
  display: block;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #536874;
  margin-bottom: 7px
}

.proposal-field input {
  width: 100%;
  height: 50px;
  border: 1px solid #d8d0c4;
  background: #fff;
  border-radius: 2px;
  padding: 0 12px;
  color: var(--ink);
  outline: none
}

.proposal-field input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(198, 161, 91, .12)
}

.proposal-consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 16px 0 18px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55
}

.proposal-consent input {
  margin-top: 2px;
  accent-color: var(--gold)
}

.proposal-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center
}

.proposal-note {
  font-size: 10px;
  color: #8a969d
}

.proposal-success {
  padding: 46px 38px;
  display: grid;
  place-items: center;
  min-height: 320px;
  text-align: center
}

.proposal-success .success-mark {
  margin-bottom: 16px
}

.proposal-success h4 {
  margin: 0 0 10px;
  color: var(--navy-900);
  font-size: 32px;
  font-weight: 500
}

.proposal-success p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
  max-width: 440px
}

footer {
  background: var(--navy-950);
  color: rgba(255, 255, 255, .64);
  padding: 30px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, .08)
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 10px
}

.footer-hotels {
  display: flex;
  gap: 5px !important;
  flex-wrap: wrap;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7)
}

@media(max-width:980px) {
  .hero-grid {
    grid-template-columns: 1fr
  }

  .hero-panel {
    display: none
  }

  .finder-shell {
    grid-template-columns: 1fr
  }

  .finder-aside {
    padding: 32px
  }

  .finder-aside h2 {
    font-size: 40px
  }

  .destination-desktop {
    grid-template-columns: 320px minmax(0, 1fr)
  }

  .destination-tab {
    padding: 19px 17px
  }

  .destination-panel {
    min-height: 560px
  }

  .proposal-shell {
    grid-template-columns: 1fr
  }

  .why-grid {
    grid-template-columns: 1fr 1fr
  }

  .why-card:nth-child(2) {
    border-right: 0
  }

  .why-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--line)
  }
}

@media(max-width:720px) {
  .container {
    width: min(100% - 26px, var(--max))
  }

  .header-inner {
    min-height: 74px
  }

  .brand {
    gap: 2px
  }

  .brand-legal-line1 {
    font-size: 8px;
    letter-spacing: .045em
  }

  .brand-legal-line2 {
    font-size: 12px;
    letter-spacing: .035em
  }

  .event-lockup {
    display: none
  }

  .header-right {
    gap: 8px
  }

  .lang-btn {
    padding: 6px 7px
  }

  .hero {
    min-height: 88svh
  }

  .hero-grid {
    padding: 120px 0 62px
  }

  h1 {
    font-size: clamp(37px, 9.6vw, 43px);
    line-height: .98;
    letter-spacing: -.03em;
    max-width: none
  }

  .hero-sub {
    font-size: 14px;
    margin: 18px 0 19px
  }

  .hero-destinations {
    font-size: 11px;
    gap: 7px 9px;
    margin-bottom: 24px
  }

  .hero-destinations span:not(:last-child):after {
    margin-left: 9px
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr
  }

  .btn {
    width: 100%
  }

  section {
    padding: 62px 0
  }

  .section-head {
    display: block;
    margin-bottom: 28px
  }

  .section-head p {
    margin-top: 14px
  }

  h2 {
    font-size: 41px
  }

  .finder-section {
    padding-top: 46px
  }

  .finder-shell {
    border-radius: 19px
  }

  .finder-aside {
    padding: 27px 21px
  }

  .finder-aside h2 {
    font-size: 36px
  }

  .finder-aside p {
    margin-bottom: 20px
  }

  .finder-main {
    padding: 30px 15px 30px;
    min-height: 470px
  }

  .finder-title {
    font-size: 30px
  }

  .choice-grid {
    grid-template-columns: 1fr
  }

  .choice {
    min-height: 72px;
    padding: 14px
  }

  .choice.compact {
    min-height: 55px
  }

  .finder-actions {
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .finder-actions .btn {
    min-width: 0;
    padding: 0 10px
  }

  .contact-grid {
    grid-template-columns: 1fr
  }

  .destination-desktop {
    display: none
  }

  .destination-mobile {
    display: block;
    padding: 0 4px
  }

  .mobile-scroll-hint {
    display: block;
    margin-left: 0
  }

  .mobile-destination-card {
    flex-basis: 86%
  }

  .destination-link {
    margin-top: 18px
  }

  .why-grid {
    grid-template-columns: 1fr
  }

  .why-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 0;
    padding: 20px 6px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px
  }

  .why-card:last-child {
    border-bottom: 0
  }

  .why-card .num {
    margin: 0;
    font-size: 26px
  }

  .proposal-section {
    padding: 58px 0
  }

  .proposal-copy h3 {
    font-size: 34px
  }

  .proposal-copy,
  .proposal-form {
    padding: 26px 20px;
    border-radius: 19px 19px 0px 0px; 
  }

  .proposal-fields {
    grid-template-columns: 1fr
  }

  .proposal-actions {
    display: block
  }

  .proposal-actions .btn {
    width: 100%
  }

  .proposal-note {
    margin-top: 12px;
    display: block
  }

  .footer-inner {
    display: block
  }

  .footer-hotels {
    margin-top: 12px
  }

  body {
    padding-bottom: 0
  }
}

/* Production form helpers */
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important
}

button:disabled,
.btn:disabled {
  opacity: .62;
  cursor: wait;
  transform: none !important
}

@media(max-width:390px) {
  .container {
    width: min(100% - 22px, var(--max))
  }

  .brand-legal-line1 {
    font-size: 7.2px;
    letter-spacing: .025em
  }

  .brand-legal-line2 {
    font-size: 10.5px;
    letter-spacing: .02em
  }

  .lang-btn {
    font-size: 9px;
    padding: 5px 6px
  }

  h1 {
    font-size: clamp(31px, 9.4vw, 37px)
  }
}

/* Keep destination tabs and mobile cards visually balanced across all properties. */
.destination-tabs {
  grid-template-rows: repeat(3, minmax(150px, 1fr))
}

.destination-tab {
  min-height: 150px
}

.destination-tab strong,
.destination-tab small {
  overflow-wrap: anywhere
}

@media(max-width:980px) and (min-width:721px) {
  .destination-tabs {
    grid-template-rows: repeat(3, minmax(136px, 1fr))
  }

  .destination-tab {
    min-height: 136px
  }
}

@media(max-width:720px) {
  h1 {
    font-size: clamp(44px, 11.5vw, 54px);
    line-height: .98;
    letter-spacing: -.04em
  }

  .hero-title-line {
    white-space: normal;
  }

  .mobile-destination-card {
    flex-basis: 86%;
    min-height: 600px;
    display: grid;
    grid-template-rows: 242px minmax(358px, 1fr)
  }

  .mobile-destination-image {
    aspect-ratio: auto;
    min-height: 242px
  }

  .mobile-destination-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 21px 18px 22px
  }

  .mobile-destination-content .destination-intro {
    margin-top: auto;
    min-height: 112px;
    display: flex;
    align-items: center
  }

  .mobile-destination-content .destination-meta {
    min-height: 72px
  }
}