:root {
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Lato", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --etd-blue: #092a56;
  --etd-blue-deep: #031735;
  --etd-blue-mid: #1d5f97;
  --etd-silver: #b8c1ce;
  --etd-silver-soft: #f3f6f9;
  --ink: #0d2447;
  --muted: #647188;
  --paper: #f4f6f9;
  --surface: #ffffff;
  --line: rgba(9, 42, 86, 0.15);
  --forest: var(--etd-blue);
  --green: var(--etd-blue-mid);
  --accent: var(--etd-blue-mid);
  --silver: var(--etd-silver);
  --sky: #e8eef5;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(9, 42, 86, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--forest);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 30px rgba(9, 42, 86, 0.08);
  backdrop-filter: blur(16px);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  color: var(--forest);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 30px rgba(9, 42, 86, 0.1);
}

.brand {
  display: grid;
  gap: 4px;
  justify-items: start;
  min-width: 0;
}

.brand-image-wrap {
  display: block;
  width: clamp(144px, 14vw, 190px);
  max-width: 100%;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.brand-logo-navy {
  display: block;
}

.brand-logo-gold,
.site-header.scrolled .brand-logo-gold {
  display: none;
}

.site-header.scrolled .brand-logo-navy {
  display: block;
}

.brand-powered {
  max-width: 190px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.75;
}

.nav {
  display: flex;
  justify-self: end;
  gap: 18px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.button.primary,
.header-cta {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--white);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: end;
  gap: 38px;
  padding: 132px clamp(18px, 5vw, 72px) 70px;
  color: var(--white);
  overflow: hidden;
}

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

.hero-media {
  background-image: url("https://www.europeantourdestinations.com/wp-content/uploads/2026/02/Links-Course-La-Hacienda-Links-Golf-Resort-15-1000x700.jpg");
  background-size: cover;
  background-position: center 48%;
  transform: scale(1.03);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 23, 53, 0.9) 0%, rgba(3, 23, 53, 0.62) 48%, rgba(3, 23, 53, 0.24) 100%),
    linear-gradient(0deg, rgba(3, 23, 53, 0.5), rgba(3, 23, 53, 0.1));
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 940px;
}

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

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 26px;
  font-size: clamp(40px, 5.4vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  font-size: 24px;
  line-height: 1.12;
}

.hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.76;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  backdrop-filter: blur(18px);
}

.stat-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.05;
}

.stat-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.stat-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hero-panel strong {
  font-family: var(--serif);
  font-weight: 500;
  display: block;
  font-size: 44px;
  line-height: 1;
}

.hero-panel span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
}

.stat-symbol {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  overflow: visible;
}

.stat-flag::before {
  content: "";
  display: block;
  width: 27px;
  height: 18px;
  margin-left: 7px;
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(237, 247, 255, 0.9)),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(29, 95, 151, 0.34) 5px 7px);
  clip-path: polygon(0 0, 82% 9%, 100% 22%, 83% 36%, 100% 52%, 82% 66%, 100% 82%, 82% 94%, 0 100%);
  transform-origin: left center;
  box-shadow: 0 8px 18px rgba(3, 23, 53, 0.22);
  will-change: transform;
  animation: flagWave 1.15s ease-in-out infinite;
}

.stat-flag::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 29px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.stat-pin::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #edf7ff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 0 0 6px rgba(237, 247, 255, 0.08);
}

.stat-pin::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #edf7ff;
}

.stat-continent::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 2px solid #edf7ff;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 34% 34%, #edf7ff 0 18%, transparent 19%),
    radial-gradient(ellipse at 66% 50%, rgba(237, 247, 255, 0.78) 0 14%, transparent 15%),
    radial-gradient(ellipse at 46% 72%, rgba(184, 193, 206, 0.86) 0 12%, transparent 13%);
}

.stat-continent::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(237, 247, 255, 0.28);
}

.stat-globe {
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.24), transparent 38%),
    rgba(255, 255, 255, 0.12);
}

.stat-globe::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #edf7ff;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 30% 32%, #edf7ff 0 18%, transparent 19%),
    radial-gradient(ellipse at 66% 58%, #b8c1ce 0 16%, transparent 17%),
    radial-gradient(ellipse at 48% 78%, rgba(237, 247, 255, 0.82) 0 10%, transparent 11%),
    linear-gradient(90deg, transparent 46%, rgba(237, 247, 255, 0.95) 48%, rgba(237, 247, 255, 0.95) 52%, transparent 54%),
    repeating-linear-gradient(90deg, rgba(237, 247, 255, 0.18) 0 2px, transparent 2px 8px),
    rgba(255, 255, 255, 0.04);
  will-change: transform;
  animation: globeSpin 2.4s linear infinite;
}

.stat-globe::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 14px;
  border-top: 2px solid rgba(237, 247, 255, 0.72);
  border-bottom: 2px solid rgba(237, 247, 255, 0.72);
  border-radius: 50%;
}

@keyframes flagWave {
  0%,
  100% {
    transform: perspective(80px) rotateY(-26deg) rotate(-3deg) skewY(-7deg) scaleX(0.92);
  }

  50% {
    transform: perspective(80px) rotateY(28deg) rotate(4deg) skewY(8deg) scaleX(1.08);
  }
}

@keyframes globeSpin {
  to {
    transform: rotate(360deg);
  }
}

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

.assurance-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.assurance-strip article {
  min-height: 180px;
  padding: 30px 28px;
  border-right: 1px solid var(--line);
}

.assurance-strip article:last-child {
  border-right: 0;
}

.assurance-strip span,
.holiday-finder span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.assurance-strip strong,
.holiday-finder strong,
.advisor-box strong {
  display: block;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.12;
}

.assurance-strip p,
.holiday-finder p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.solution-platform {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 44px;
  align-items: start;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.platform-copy {
  position: sticky;
  top: 108px;
  max-width: 620px;
}

.platform-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

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

.platform-grid article {
  min-height: 290px;
  padding: 26px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--surface), var(--etd-silver-soft));
  box-shadow: 0 16px 42px rgba(9, 42, 86, 0.08);
}

.platform-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.platform-grid h3 {
  margin-top: 18px;
}

.platform-grid p {
  color: var(--muted);
  line-height: 1.68;
}

.wallet-platform.section-band {
  background: var(--etd-silver-soft);
}

.wallet-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 32px;
  align-items: start;
}

.wallet-phone {
  display: grid;
  gap: 14px;
  max-width: 380px;
  min-height: 560px;
  padding: 18px;
  border: 1px solid rgba(9, 42, 86, 0.18);
  border-radius: 28px;
  background: var(--etd-blue-deep);
  color: var(--white);
  box-shadow: 0 26px 80px rgba(9, 42, 86, 0.2);
}

.wallet-app-bar,
.wallet-balance,
.wallet-offer {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.wallet-app-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 14px;
  border-radius: 18px;
}

.wallet-app-bar span,
.wallet-balance strong,
.wallet-offer strong {
  font-family: var(--serif);
  font-weight: 500;
}

.wallet-app-bar span {
  font-size: 22px;
}

.wallet-app-bar small,
.wallet-balance small,
.wallet-offer small {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
}

.wallet-balance {
  display: grid;
  gap: 8px;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(29, 95, 151, 0.92), rgba(255, 255, 255, 0.08));
}

.wallet-balance span,
.wallet-offer span {
  color: var(--silver);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.wallet-balance strong {
  font-size: 46px;
  line-height: 1;
}

.wallet-offer {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 18px;
}

.wallet-offer strong {
  font-size: 24px;
}

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

.wallet-steps article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(9, 42, 86, 0.08);
}

.wallet-steps span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.wallet-steps h3 {
  margin-top: 16px;
}

.wallet-steps p {
  color: var(--muted);
  line-height: 1.68;
}

.wallet-note {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 0.72fr);
  gap: 18px;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  background: var(--white);
}

.wallet-note strong {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.wallet-note span {
  color: var(--muted);
  line-height: 1.62;
}

.section-band {
  background: var(--surface);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 48px;
}

.section-copy p,
.booking .section-heading p,
.member-copy p,
.contact p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.intro-grid,
.service-grid,
.campaign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.intro-grid article,
.service-card,
.campaign-grid article,
.venue-card {
  border: 1px solid var(--line);
  background: var(--surface);
}

.intro-grid article,
.service-card,
.campaign-grid article {
  min-height: 220px;
  padding: 24px;
}

.intro-grid span {
  color: var(--accent);
  font-weight: 700;
}

.intro-grid p,
.service-card p,
.campaign-grid p,
.venue-card p {
  color: var(--muted);
  line-height: 1.58;
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent);
}

.service-card.featured {
  color: var(--white);
  background: var(--forest);
}

.service-card.featured p,
.service-card.featured li {
  color: rgba(255, 255, 255, 0.78);
}

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

.service-card.featured span {
  color: var(--silver);
}

.service-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-weight: 400;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 32px;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(360px, 1.18fr) minmax(260px, 0.7fr);
  gap: 18px;
  align-items: start;
}

.holiday-finder {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.holiday-finder article {
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--etd-silver-soft);
}

.package-list {
  display: grid;
  gap: 12px;
}

.package-card {
  display: grid;
  gap: 8px;
  width: 100%;
  min-height: 122px;
  padding: 20px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 36px rgba(9, 42, 86, 0.08);
}

.package-card.active {
  border-color: var(--forest);
  border-left-color: var(--forest);
  background: var(--forest);
  color: var(--white);
}

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

.package-card strong {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.12;
}

.package-card small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.package-card.active small {
  color: rgba(255, 255, 255, 0.78);
}

.package-card small b {
  color: var(--accent);
}

.availability-form,
.booking-summary {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.availability-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

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

.form-row.compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.addon-fieldset,
.payment-fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.addon-fieldset legend,
.payment-fieldset legend {
  padding: 0 8px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
}

.checkbox-label,
.radio-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
}

.checkbox-label input,
.radio-label input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--green);
}

.member-code-field {
  padding: 12px;
  border: 1px solid rgba(29, 95, 151, 0.22);
  border-radius: 4px;
  background: #edf7ff;
}

.member-code-field small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.member-code-field.is-locked input {
  border-color: rgba(29, 95, 151, 0.2);
}

.member-code-field.is-unlocked {
  border-color: rgba(29, 95, 151, 0.5);
  background: #f7fbff;
}

.booking-summary {
  position: sticky;
  top: 96px;
  padding: 24px;
}

.booking-summary h3 {
  margin-bottom: 18px;
}

.booking-summary dl {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
}

.booking-summary dl div {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.booking-summary dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-summary dd {
  margin: 5px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
}

.booking-summary p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.advisor-box {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--etd-silver-soft);
}

.advisor-box span {
  color: var(--muted);
  line-height: 1.55;
}

.concierge {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 42px;
  align-items: start;
  color: var(--white);
  background: var(--forest);
}

.concierge-copy {
  position: sticky;
  top: 108px;
}

.concierge-copy h2 {
  margin-bottom: 18px;
}

.concierge-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

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

.concierge-steps article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.concierge-steps span {
  color: var(--silver);
  font-weight: 700;
}

.concierge-steps h3 {
  margin-top: 12px;
}

.concierge-steps p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.58;
}

.venue-branding {
  background: var(--etd-silver-soft);
}

.branding-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.branding-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.branding-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.branding-grid h3 {
  margin-top: 18px;
}

.branding-grid p {
  color: var(--muted);
  line-height: 1.68;
}

.resort-collection {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.resort-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.resort-card img {
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: cover;
}

.resort-card > div {
  display: grid;
  gap: 14px;
  padding: 22px;
}

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

.residence-signal {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(29, 95, 151, 0.24);
  border-radius: 999px;
  background: #edf7ff;
  color: var(--etd-blue);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.resort-card h3,
.resort-card p {
  margin: 0;
}

.resort-card p {
  color: var(--muted);
  line-height: 1.65;
}

.resort-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.resort-card dl div {
  padding: 12px;
  background: var(--etd-silver-soft);
  border: 1px solid var(--line);
}

.resort-card dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.resort-card dd {
  margin: 4px 0 0;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.text-button {
  justify-self: start;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--forest);
  border-radius: 4px;
  background: var(--forest);
  color: var(--white);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.event-segment {
  background: var(--forest);
  color: var(--white);
}

.event-segment .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.event-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 18px;
  align-items: start;
}

.event-feature,
.event-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.event-feature {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
  padding: 28px;
}

.event-feature span,
.event-card span {
  color: var(--silver);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.event-feature p,
.event-card p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.66;
}

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

.event-card {
  display: grid;
  gap: 14px;
  min-height: 300px;
  padding: 24px;
}

.event-card h3,
.event-card p {
  margin: 0;
}

.event-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.event-card dl div {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.event-card dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.event-card dd {
  margin: 4px 0 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
}

.event-card .text-button {
  border-color: var(--white);
  background: var(--white);
  color: var(--forest);
}

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

.venue-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.filter {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.filter.active {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--white);
}

.venue-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.venue-card {
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, opacity 180ms ease;
}

.venue-card.is-hidden {
  display: none;
}

.venue-card:hover {
  transform: translateY(-4px);
}

.venue-card img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.venue-card div {
  padding: 20px;
}

.venue-card span {
  color: var(--green);
  font-weight: 700;
  font-size: 13px;
}

.venue-card .residence-signal {
  margin: 4px 0 8px;
}

.members {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.member-visual img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.benefit-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.benefit-list div {
  display: grid;
  gap: 5px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.benefit-list span {
  color: var(--muted);
}

.real-estate-layer {
  color: var(--white);
  background: linear-gradient(135deg, var(--etd-blue-deep), var(--etd-blue));
}

.real-estate-layer .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

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

.real-estate-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.real-estate-grid span {
  color: var(--silver);
  font-size: 12px;
  font-weight: 700;
}

.real-estate-grid h3 {
  margin-top: 18px;
}

.real-estate-grid p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.66;
}

.campaign-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.campaign-grid article {
  background: linear-gradient(180deg, var(--surface), var(--sky));
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 520px);
  gap: 54px;
  align-items: start;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--etd-silver-soft);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 400;
}

textarea {
  padding: 12px 14px;
  resize: vertical;
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: var(--green);
  font-weight: 700;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--forest);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: grid;
  gap: 8px;
  min-width: min(260px, 100%);
}

.footer-logo {
  width: min(260px, 72vw);
  height: auto;
}

.footer-brand span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-contact {
  display: grid;
  gap: 6px;
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
  line-height: 1.45;
}

.footer-contact a {
  width: fit-content;
  color: var(--forest);
  font-weight: 700;
  text-decoration: none;
}

.footer-contact a:hover {
  color: var(--accent);
}

.ai-assistant {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: grid;
  justify-items: end;
  gap: 12px;
  font-family: var(--sans);
}

.ai-launcher {
  position: relative;
  display: grid;
  gap: 3px;
  min-width: 190px;
  min-height: 56px;
  overflow: hidden;
  padding: 10px 42px 10px 18px;
  border: 1px solid rgba(29, 95, 151, 0.36);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #edf7ff 46%, #dbeaf7 100%);
  color: var(--etd-blue-deep);
  box-shadow: 0 18px 60px rgba(29, 95, 151, 0.22), 0 0 0 0 rgba(137, 202, 244, 0.42);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  animation: aiConciergePulse 2.8s ease-in-out infinite;
}

.ai-launcher::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #80c7f2;
  box-shadow: 0 0 0 0 rgba(128, 199, 242, 0.55);
  animation: aiStatusFlash 1.45s ease-in-out infinite;
}

.ai-launcher::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.66) 44%, transparent 72%);
  transform: translateX(-130%);
  animation: aiSoftSheen 4.2s ease-in-out infinite;
  pointer-events: none;
}

.ai-launcher:hover {
  transform: translateY(-2px);
  border-color: rgba(29, 95, 151, 0.56);
  box-shadow: 0 22px 72px rgba(29, 95, 151, 0.26), 0 0 0 7px rgba(137, 202, 244, 0.16);
}

.ai-launcher span {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}

.ai-launcher small {
  color: rgba(9, 42, 86, 0.66);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.ai-panel {
  width: min(390px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(29, 95, 151, 0.24);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 26px 90px rgba(3, 23, 53, 0.22), 0 0 0 8px rgba(237, 247, 255, 0.62);
}

.ai-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  color: var(--etd-blue-deep);
  background: linear-gradient(135deg, #ffffff 0%, #edf7ff 52%, #dbeaf7 100%);
  border-bottom: 1px solid rgba(29, 95, 151, 0.18);
}

.ai-header span {
  display: block;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.ai-header small {
  color: rgba(9, 42, 86, 0.6);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.ai-header button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(29, 95, 151, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  color: var(--etd-blue);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.ai-messages {
  display: grid;
  gap: 10px;
  max-height: 330px;
  overflow-y: auto;
  padding: 16px;
  background: linear-gradient(180deg, #f7fbff, var(--etd-silver-soft));
}

.ai-message {
  display: grid;
  gap: 6px;
  max-width: 88%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.ai-message.user {
  justify-self: end;
  border-color: rgba(29, 95, 151, 0.2);
  background: #e8f3fb;
  color: var(--etd-blue-deep);
}

.ai-message span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.ai-message.user span {
  color: var(--accent);
}

.ai-message p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.ai-message .ai-inline-action {
  justify-self: start;
  min-height: 34px;
  margin-top: 4px;
  padding: 0 12px;
  border: 1px solid var(--etd-blue);
  border-radius: 4px;
  background: var(--etd-blue);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

@keyframes aiConciergePulse {
  0%,
  100% {
    box-shadow: 0 18px 60px rgba(29, 95, 151, 0.22), 0 0 0 0 rgba(137, 202, 244, 0.38);
  }

  50% {
    box-shadow: 0 22px 76px rgba(29, 95, 151, 0.3), 0 0 0 9px rgba(137, 202, 244, 0.16);
  }
}

@keyframes aiStatusFlash {
  0%,
  100% {
    opacity: 0.7;
    box-shadow: 0 0 0 0 rgba(128, 199, 242, 0.48);
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 0 8px rgba(128, 199, 242, 0.12);
  }
}

@keyframes aiSoftSheen {
  0%,
  46% {
    transform: translateX(-130%);
  }

  72%,
  100% {
    transform: translateX(130%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-launcher,
  .ai-launcher::before,
  .ai-launcher::after,
  .stat-flag::before,
  .stat-globe::before {
    animation: none;
  }
}

.ai-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px 0;
  background: var(--white);
}

.ai-quick-actions button {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.ai-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 12px 16px 16px;
  background: var(--white);
}

.ai-form label {
  color: var(--muted);
}

.ai-form input {
  min-height: 42px;
}

.ai-form button {
  align-self: end;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--etd-blue);
  border-radius: 4px;
  background: var(--etd-blue);
  color: var(--white);
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 1320px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }
}

@media (max-width: 980px) {

  .hero,
  .intro,
  .booking-layout,
  .solution-platform,
  .wallet-layout,
  .wallet-note,
  .concierge,
  .event-layout,
  .members,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 118px;
  }

  .hero-panel {
    max-width: 520px;
  }

  .booking-summary {
    position: static;
  }

  .concierge-copy {
    position: static;
  }

  .platform-copy {
    position: static;
  }

  .event-feature {
    position: static;
  }

  .intro-grid,
  .assurance-strip,
  .holiday-finder,
  .platform-grid,
  .wallet-steps,
  .concierge-steps,
  .branding-grid,
  .resort-collection,
  .event-grid,
  .service-grid,
  .venue-grid,
  .real-estate-grid,
  .campaign-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand-powered,
  .header-cta {
    display: none;
  }

  .brand-image-wrap {
    width: 138px;
  }

  h1 {
    font-size: 40px;
  }

  section {
    padding: 58px 16px;
  }

  .hero {
    padding: 104px 16px 44px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .intro-grid,
  .assurance-strip,
  .holiday-finder,
  .platform-grid,
  .wallet-steps,
  .wallet-note,
  .concierge-steps,
  .branding-grid,
  .resort-collection,
  .event-grid,
  .service-grid,
  .venue-grid,
  .real-estate-grid,
  .campaign-grid {
    grid-template-columns: 1fr;
  }

  .member-visual img {
    min-height: 360px;
  }

  .lead-form {
    padding: 18px;
  }

  .availability-form {
    padding: 18px;
  }

  .form-row,
  .form-row.compact,
  .addon-fieldset,
  .payment-fieldset {
    grid-template-columns: 1fr;
  }

  .ai-assistant {
    right: 12px;
    bottom: 12px;
  }

  .ai-launcher {
    min-width: 166px;
  }

  .ai-panel {
    width: calc(100vw - 24px);
  }
}
