:root {
  --ink: #06245c;
  --muted: #536177;
  --line: #d9e8ef;
  --paper: #ffffff;
  --mist: #edfbfa;
  --aqua: #08b5b9;
  --aqua-dark: #008c92;
  --coral: #f63d8e;
  --sun: #ffad05;
  --plum: #8e4cc8;
  --leaf: #a8d976;
  --shadow: 0 24px 70px rgba(6, 36, 92, .18);
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fffafd;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

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

button {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 10px clamp(18px, 5vw, 64px);
  color: #ffffff;
  transition: background .2s ease, box-shadow .2s ease, color .2s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 40px rgba(6, 36, 92, .1);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: clamp(132px, 10vw, 156px);
  min-width: 132px;
}

.brand img {
  width: 100%;
  filter: drop-shadow(0 8px 18px rgba(6, 36, 92, .18));
}

.brand .logo-light {
  display: none;
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, .42));
}

.site-header:not(.is-scrolled):not(.is-open) .brand .logo-dark {
  display: none;
}

.site-header:not(.is-scrolled):not(.is-open) .brand .logo-light {
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  font-size: .93rem;
}

.nav-links a {
  padding: 10px 13px;
  border-radius: 999px;
}

.site-header:not(.is-scrolled):not(.is-open) .nav-links a:not(.nav-cta) {
  text-shadow: 0 2px 14px rgba(0, 0, 0, .48);
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  background: rgba(8, 181, 185, .12);
  outline: none;
}

.nav-cta {
  color: var(--ink);
  background: var(--sun);
  box-shadow: 0 10px 28px rgba(255, 173, 5, .34);
}

.icon-button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: inherit;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
}

.icon-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(340px, 440px);
  justify-content: center;
  gap: clamp(36px, 6vw, 118px);
  align-items: center;
  padding: 124px clamp(18px, 5vw, 72px) clamp(48px, 6vw, 86px);
  overflow: hidden;
  color: #ffffff;
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #061632;
}

.hero-media::before,
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
}

.hero-media::before {
  background: url("assets/hero-trendy-beach-poster.jpg") center/cover;
  transform: scale(1.08) translate3d(0, 0, 0);
  animation: heroDrift 24s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-media::after {
  background:
    linear-gradient(90deg, rgba(6, 22, 50, .82), rgba(6, 22, 50, .46) 45%, rgba(6, 22, 50, .15)),
    linear-gradient(0deg, rgba(6, 22, 50, .7), transparent 38%);
}

@keyframes heroDrift {
  0% {
    transform: scale(1.08) translate3d(-1.4%, -1.1%, 0);
  }

  50% {
    transform: scale(1.13) translate3d(1.2%, .8%, 0);
  }

  100% {
    transform: scale(1.1) translate3d(1.8%, -1%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media::before {
    animation: none;
    transform: scale(1.08);
  }

  .hero-video {
    display: none;
  }
}

.hero-content,
.hero-search {
  position: relative;
  z-index: 2;
}

.hero-content {
  width: min(760px, 100%);
}

.hero-character {
  position: absolute;
  top: clamp(54px, 8vh, 86px);
  right: clamp(70px, 10vw, 170px);
  z-index: 1;
  width: clamp(112px, 10vw, 150px);
  max-width: 18vw;
  pointer-events: none;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .24));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #86f7ef;
}

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

h1 {
  margin-bottom: 16px;
  font-size: clamp(4rem, 12vw, 8.5rem);
  line-height: .86;
  letter-spacing: 0;
  max-width: 800px;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 5vw, 4.25rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.15;
}

.hero-copy {
  width: min(610px, 100%);
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  color: var(--ink);
  background: #ffffff;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(6, 36, 92, .12);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(6, 36, 92, .2);
  outline: none;
}

.button:disabled {
  cursor: wait;
  opacity: .64;
  transform: none;
}

.button.primary {
  background: var(--coral);
  color: #ffffff;
}

.button.ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .4);
  backdrop-filter: blur(14px);
}

.button.search-button {
  background: var(--ink);
  color: #ffffff;
  min-width: 150px;
}

.button.full {
  width: 100%;
}

.page-shell {
  padding-top: 90px;
  background: #ffffff;
}

.page-hero {
  min-height: 540px;
  display: grid;
  align-items: end;
  padding: clamp(92px, 12vw, 156px) clamp(18px, 5vw, 72px) clamp(58px, 8vw, 94px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(7, 18, 28, .78), rgba(8, 181, 185, .34) 52%, rgba(246, 61, 142, .2)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1900&q=84") center/cover;
}

.page-hero > div {
  width: min(900px, 100%);
}

.page-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 8.5vw, 7rem);
  line-height: .92;
}

.page-hero p:not(.eyebrow) {
  width: min(720px, 100%);
  color: rgba(255, 255, 255, .87);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.deals-page-hero {
  background:
    linear-gradient(90deg, rgba(7, 18, 28, .78), rgba(8, 181, 185, .32) 50%, rgba(255, 173, 5, .22)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=86") center/cover;
}

.premium-page-hero {
  background:
    linear-gradient(90deg, rgba(7, 18, 28, .82), rgba(246, 61, 142, .22) 52%, rgba(255, 173, 5, .2)),
    url("https://images.unsplash.com/photo-1571896349842-33c89424de2d?auto=format&fit=crop&w=1900&q=84") center/cover;
}

.planning-page-hero {
  background:
    linear-gradient(90deg, rgba(7, 18, 28, .78), rgba(8, 181, 185, .28) 52%, rgba(255, 173, 5, .22)),
    url("https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1900&q=84") center/cover;
}

.styles-page-hero {
  background:
    linear-gradient(90deg, rgba(7, 18, 28, .78), rgba(246, 61, 142, .24) 52%, rgba(8, 181, 185, .2)),
    url("https://images.unsplash.com/photo-1510414842594-a61c69b5ae57?auto=format&fit=crop&w=1900&q=84") center/cover;
}

.advisor-page-hero {
  background:
    linear-gradient(90deg, rgba(7, 18, 28, .78), rgba(8, 181, 185, .3) 52%, rgba(246, 61, 142, .18)),
    url("https://images.unsplash.com/photo-1522199710521-72d69614c702?auto=format&fit=crop&w=1900&q=84") center/cover;
}

.booking-page-hero {
  justify-items: center;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(7, 18, 28, .8), rgba(8, 181, 185, .28) 52%, rgba(255, 173, 5, .22)),
    url("https://images.unsplash.com/photo-1500835556837-99ac94a94552?auto=format&fit=crop&w=1900&q=84") center/cover;
}

.booking-page-hero p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.privacy-page-hero {
  background:
    linear-gradient(90deg, rgba(7, 18, 28, .82), rgba(8, 181, 185, .24) 52%, rgba(246, 61, 142, .18)),
    url("https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1900&q=84") center/cover;
}

.hero-search {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-self: center;
  justify-self: center;
  width: min(440px, 100%);
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-search .search-button {
  width: 100%;
  min-width: 0;
}

label span,
.checkboxes legend {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--aqua);
  box-shadow: 0 0 0 4px rgba(8, 181, 185, .14);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-band div {
  padding: 24px clamp(18px, 5vw, 64px);
  background: #ffffff;
}

.trust-band strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.trust-band span {
  color: var(--muted);
}

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

.section-heading {
  width: min(850px, 100%);
  margin-bottom: 32px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading.narrow {
  width: min(690px, 100%);
}

.premium-section {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding: clamp(76px, 9vw, 122px) clamp(18px, 5vw, 72px);
  color: #ffffff;
  background:
    linear-gradient(120deg, rgba(6, 36, 92, .96), rgba(11, 39, 91, .9)),
    url("https://images.unsplash.com/photo-1571896349842-33c89424de2d?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.page-premium-section {
  margin-top: 0;
}

.premium-copy {
  position: sticky;
  top: 112px;
}

.premium-copy .eyebrow {
  color: var(--sun);
}

.premium-copy h2 {
  color: #ffffff;
}

.premium-copy p {
  color: rgba(255, 255, 255, .78);
  font-size: 1.08rem;
}

.premium-points {
  display: grid;
  gap: 10px;
  margin: 26px 0;
}

.premium-points span {
  padding: 12px 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  font-weight: 900;
}

.premium-panel {
  min-width: 0;
  padding: clamp(14px, 2.4vw, 22px);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.premium-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-panel-top strong {
  color: var(--ink);
}

.premium-grid {
  display: grid;
  gap: 16px;
}

.premium-card {
  grid-template-rows: 240px 1fr;
  border-color: rgba(255, 173, 5, .48);
}

.premium-card .deal-badge {
  background: rgba(255, 173, 5, .42);
}

.premium-note {
  margin-top: 8px;
  color: var(--muted);
}

.deals-section {
  background: #ffffff;
}

.deal-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.segmented {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.segmented button {
  min-height: 42px;
  padding: 10px 15px;
  color: var(--muted);
  background: #f3f7fa;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
}

.segmented button.active {
  color: #ffffff;
  background: var(--aqua-dark);
}

.toolbar-search {
  width: min(320px, 100%);
}

.location-panel {
  display: grid;
  grid-template-columns: minmax(220px, 280px) auto 1fr;
  align-items: end;
  gap: 12px;
  margin: 0 0 18px;
  padding: 14px;
  background: #f6fbfb;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.location-panel label {
  min-width: 0;
}

.location-button {
  min-height: 48px;
  padding: 12px 16px;
  color: var(--aqua-dark);
  background: #ffffff;
  border: 1px solid rgba(8, 181, 185, .3);
  border-radius: 999px;
  font-weight: 900;
}

.location-button:hover,
.location-button:focus-visible {
  color: #ffffff;
  background: var(--aqua-dark);
  outline: none;
}

.location-button:disabled {
  cursor: progress;
  opacity: .68;
}

.location-panel p {
  align-self: center;
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 800;
}

.form-location-panel {
  grid-template-columns: auto 1fr;
  margin-top: -4px;
}

.geo-prompt {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 39;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  width: min(560px, calc(100vw - 44px));
  padding: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(6, 36, 92, .98), rgba(8, 181, 185, .92));
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  box-shadow: 0 20px 54px rgba(6, 36, 92, .28);
}

.geo-prompt strong {
  display: block;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 950;
}

.geo-prompt p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  font-weight: 750;
}

.geo-prompt-actions {
  display: flex;
  gap: 8px;
}

.geo-prompt button {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 950;
}

.geo-allow {
  color: var(--ink);
  background: var(--sun);
  border: 0;
}

.geo-dismiss {
  color: #ffffff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
}

.deal-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 800;
}

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

.deal-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 230px 1fr;
  min-height: 100%;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(6, 36, 92, .08);
}

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

.deal-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
}

.deal-topline,
.deal-price-line,
.deal-actions,
.deal-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.deal-topline {
  justify-content: space-between;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.deal-badge {
  color: var(--ink);
  background: rgba(255, 173, 5, .3);
  border-radius: 999px;
  padding: 5px 9px;
}

.deal-card h3 {
  margin-bottom: 0;
  font-size: 1.45rem;
}

.deal-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.deal-local {
  margin-top: 8px;
  color: var(--aqua-dark);
  font-weight: 900;
}

.deal-market {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  color: #38505f;
  background: #f3f7fa;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 900;
}

.deal-price {
  font-size: 1.75rem;
  font-weight: 950;
}

.deal-old-price {
  color: var(--muted);
  text-decoration: line-through;
}

.deal-save {
  color: var(--aqua-dark);
  font-weight: 900;
}

.deal-tags span {
  padding: 6px 9px;
  color: #38505f;
  background: #eef8f7;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 800;
}

.deal-actions {
  margin-top: auto;
  justify-content: space-between;
}

.deal-actions .button {
  min-height: 42px;
  padding: 10px 14px;
  font-size: .92rem;
}

.save-button {
  width: 42px;
  height: 42px;
  color: var(--coral);
  background: #fff3f1;
  border: 1px solid #ffd5cf;
  border-radius: 999px;
}

.save-button[aria-pressed="true"] {
  color: #ffffff;
  background: var(--coral);
}

.save-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 42px;
  text-align: center;
  background: var(--mist);
  border-radius: var(--radius);
}

.page-detail-band {
  background:
    linear-gradient(135deg, rgba(8, 181, 185, .08), rgba(255, 173, 5, .12)),
    #f8fcfd;
}

.page-detail-grid,
.bio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-detail-grid article,
.bio-grid article {
  padding: clamp(22px, 3vw, 32px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(6, 36, 92, .07);
}

.page-detail-grid h3,
.bio-grid h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
}

.page-detail-grid p,
.bio-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.premium-faq {
  background: #fffafd;
}

.faq-list {
  display: grid;
  gap: 12px;
  width: min(920px, 100%);
  margin: 0 auto;
}

.faq-list details {
  padding: clamp(18px, 3vw, 26px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(6, 36, 92, .08);
}

.faq-list summary {
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 950;
  cursor: pointer;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.seo-disclaimer {
  width: min(920px, 100%);
  margin: 18px auto 0;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 750;
}

.guide-note {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  width: min(900px, 100%);
  margin: 0 auto 22px;
  padding: 14px 18px;
  color: var(--ink);
  background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(246, 61, 142, .08));
  border: 1px solid rgba(8, 181, 185, .24);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(6, 36, 92, .08);
}

.guide-note::after {
  content: attr(data-guide-role);
  position: absolute;
  top: 10px;
  right: 12px;
  padding: 6px 9px;
  color: #ffffff;
  background: var(--coral);
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guide-note img {
  width: clamp(76px, 9vw, 116px);
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 18px rgba(6, 36, 92, .16));
}

.guide-note p {
  margin: 0;
  padding-right: 84px;
  color: var(--muted);
  font-size: 1rem;
}

.guide-note strong {
  color: var(--navy);
}

.guide-note.dark {
  width: 100%;
  margin: 8px 0 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: none;
}

.guide-note.dark p {
  color: rgba(255, 255, 255, .78);
}

.guide-note.dark strong {
  color: #ffffff;
}

.guide-note.compact {
  width: 100%;
  margin: -2px 0 4px;
  padding: 8px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.guide-note.compact::after {
  top: 8px;
  right: 0;
}

.guide-note.compact img {
  width: 72px;
}

.privacy-section {
  display: grid;
  grid-template-columns: minmax(250px, .55fr) minmax(0, 1.45fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(8, 181, 185, .08), rgba(255, 173, 5, .12)),
    #f8fcfd;
}

.privacy-summary {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 14px;
  padding: clamp(22px, 3vw, 32px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(6, 36, 92, .07);
}

.privacy-summary h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.privacy-summary p {
  margin: 0;
  color: var(--muted);
}

.privacy-summary a:not(.button),
.privacy-content a {
  color: var(--aqua-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.privacy-content {
  display: grid;
  gap: 14px;
}

.privacy-content article {
  padding: clamp(22px, 3vw, 32px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(6, 36, 92, .07);
}

.privacy-content h2 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.privacy-content p {
  color: var(--muted);
}

.privacy-content p:last-child {
  margin-bottom: 0;
}

.planning-section {
  background:
    linear-gradient(90deg, rgba(8, 181, 185, .12), rgba(255, 173, 5, .16)),
    #f6fbfb;
}

.planning-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.planning-steps article {
  padding: 28px;
  background: #ffffff;
}

.planning-steps span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--coral);
  font-weight: 950;
}

.planning-steps p {
  margin-bottom: 0;
  color: var(--muted);
}

.styles-section {
  background: #ffffff;
}

.style-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-auto-rows: minmax(250px, 1fr);
  gap: 16px;
}

.style-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 250px;
  overflow: hidden;
  padding: 26px;
  color: #ffffff;
  border-radius: var(--radius);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.style-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 18, 28, .08), rgba(7, 18, 28, .74));
}

.style-tile span {
  color: #86f7ef;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.style-tile strong {
  width: min(460px, 100%);
  margin-top: 8px;
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  line-height: 1.05;
}

.style-tile.beach {
  grid-row: span 2;
  background-image: url("https://images.unsplash.com/photo-1510414842594-a61c69b5ae57?auto=format&fit=crop&w=1300&q=82");
}

.style-tile.city {
  background-image: url("https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?auto=format&fit=crop&w=1100&q=82");
}

.style-tile.cruise {
  background-image: url("https://images.unsplash.com/photo-1548574505-5e239809ee19?auto=format&fit=crop&w=1100&q=82");
}

.style-tile.family {
  grid-column: span 2;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1400&q=82");
}

.advisor-section {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.05fr);
  min-height: 640px;
  background: var(--ink);
  color: #ffffff;
}

.advisor-photo {
  min-height: 420px;
  background:
    linear-gradient(0deg, rgba(6, 36, 92, .08), rgba(6, 36, 92, .08)),
    url("assets/zahra-johnston.jpg") center/cover;
}

.advisor-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 8vw, 92px);
}

.advisor-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, .78);
  font-size: 1.08rem;
}

.advisor-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 26px;
  background: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .2);
}

.advisor-stats div {
  padding: 18px;
  background: rgba(255, 255, 255, .08);
}

.advisor-stats strong {
  display: block;
  font-size: 1.8rem;
}

.advisor-stats span {
  color: rgba(255, 255, 255, .7);
  font-size: .88rem;
  font-weight: 800;
}

.start-section {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 111, 97, .16), transparent 30%),
    linear-gradient(135deg, #ffffff, #f1fbfb);
}

.booking-centered-section {
  display: flex;
  justify-content: center;
  padding-top: clamp(52px, 7vw, 88px);
  padding-bottom: clamp(58px, 8vw, 104px);
}

.booking-centered-section .booking-engine {
  width: min(940px, 100%);
}

.booking-centered-section .booking-engine-heading {
  text-align: center;
}

.booking-centered-section .booking-engine-heading p:not(.eyebrow) {
  width: min(680px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.booking-centered-section .booking-engine-fallback {
  text-align: center;
}

.start-intro {
  position: sticky;
  top: 112px;
}

.start-intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.1rem;
}

.contact-strip {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: var(--aqua-dark);
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  padding: clamp(18px, 3vw, 24px);
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(6, 36, 92, .08);
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field span {
  color: var(--navy);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form-status {
  min-height: 1.35em;
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
  font-weight: 800;
}

.form-status.is-success {
  color: var(--aqua-dark);
}

.form-status.is-error {
  color: var(--coral);
}

.honeypot {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.trip-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(6, 36, 92, .08);
}

.booking-engine {
  display: grid;
  gap: 18px;
  width: 100%;
  min-height: auto;
  padding: clamp(20px, 4vw, 34px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(6, 36, 92, .08);
}

.booking-engine-heading {
  display: grid;
  gap: 8px;
}

.booking-engine-heading h2,
.booking-engine-heading h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.booking-engine-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.trevello-form {
  display: grid;
  gap: 14px;
}

.trevello-form .button {
  margin-top: 4px;
}

.booking-engine-fallback {
  margin: 0;
  color: var(--muted);
  text-align: left;
  font-size: .92rem;
  font-weight: 800;
}

.booking-engine-fallback a {
  color: var(--aqua-dark);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

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

.form-row.one {
  display: grid;
  grid-template-columns: 1fr;
}

.checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.checkboxes legend {
  width: 100%;
}

.checkboxes label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  padding: 10px 12px;
  color: var(--ink);
  background: #f3f7fa;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
}

.checkboxes input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--aqua-dark);
}

.booking-summary {
  display: grid;
  gap: 4px;
  padding: 16px;
  color: var(--ink);
  background: #f6fbfb;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.booking-summary strong {
  font-size: 1rem;
}

.booking-summary span {
  color: var(--muted);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.form-note a {
  color: var(--aqua-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(520px, 1.08fr);
  gap: 38px clamp(36px, 7vw, 92px);
  overflow: hidden;
  padding: clamp(38px, 6vw, 72px) clamp(18px, 5vw, 72px) 30px;
  color: rgba(255, 255, 255, .78);
  background:
    linear-gradient(120deg, rgba(6, 36, 92, .97), rgba(8, 181, 185, .34) 52%, rgba(246, 61, 142, .28)),
    linear-gradient(120deg, rgba(6, 36, 92, .9), rgba(6, 36, 92, .82)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1900&q=82") center/cover;
}

.footer-cta {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: clamp(24px, 4vw, 42px);
  background: linear-gradient(135deg, rgba(8, 181, 185, .2), rgba(246, 61, 142, .18) 52%, rgba(255, 173, 5, .18));
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.footer-cta .eyebrow {
  color: var(--sun);
}

.footer-cta h2 {
  width: min(860px, 100%);
  color: #ffffff;
  font-size: clamp(2.1rem, 5vw, 4.6rem);
}

.footer-cta p:not(.eyebrow) {
  width: min(700px, 100%);
  margin-bottom: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1.08rem;
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.footer-button {
  color: #ffffff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow: none;
}

.footer-main {
  max-width: 620px;
}

.footer-brand {
  display: inline-flex;
  width: min(320px, 100%);
  margin-bottom: 18px;
}

.footer-brand img {
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, .22));
}

.footer-main p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .72);
  font-size: 1.02rem;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.footer-badges span {
  padding: 9px 11px;
  color: #ffffff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 900;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: clamp(22px, 4vw, 42px);
}

.footer-columns h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-columns a {
  position: relative;
  display: block;
  margin: 9px 0;
  color: rgba(255, 255, 255, .82);
  font-weight: 850;
}

.footer-columns a:hover,
.footer-columns a:focus-visible {
  color: #86f7ef;
  outline: none;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .58);
  font-size: .88rem;
}

.booking-assistant {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: grid;
  justify-items: end;
  gap: 12px;
  pointer-events: none;
}

.assistant-toggle,
.assistant-panel {
  pointer-events: auto;
}

.assistant-toggle {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 18px 7px 7px;
  color: #ffffff;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-weight: 950;
}

.assistant-toggle img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  object-position: center 18%;
  background: #ffffff;
  border-radius: 999px;
}

.assistant-toggle:hover,
.assistant-toggle:focus-visible {
  background: var(--aqua-dark);
  outline: none;
}

.booking-assistant.is-open .assistant-toggle {
  display: none;
}

.assistant-panel {
  width: min(420px, calc(100vw - 32px));
  max-height: min(680px, calc(100vh - 110px));
  display: grid;
  grid-template-rows: auto minmax(160px, 1fr) auto auto;
  overflow: hidden;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.assistant-panel[hidden] {
  display: none;
}

.assistant-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  color: #ffffff;
  background: var(--ink);
}

.assistant-avatar {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: center 16%;
  background: rgba(255, 255, 255, .96);
  border: 2px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
}

.assistant-header > div {
  flex: 1;
}

.assistant-header strong,
.assistant-header span {
  display: block;
}

.assistant-header span {
  margin-top: 2px;
  color: rgba(255, 255, 255, .7);
  font-size: .86rem;
}

.assistant-header button {
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  font-size: 1.4rem;
  line-height: 1;
}

.assistant-messages {
  display: grid;
  align-content: start;
  gap: 10px;
  overflow: auto;
  padding: 14px;
  background: #f8fcfd;
}

.assistant-message {
  width: fit-content;
  max-width: 92%;
  padding: 11px 12px;
  border-radius: var(--radius);
}

.assistant-message p {
  margin: 0;
}

.assistant-message.bot {
  background: #ffffff;
  border: 1px solid var(--line);
}

.assistant-message.user {
  justify-self: end;
  color: #ffffff;
  background: var(--aqua-dark);
}

.assistant-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.assistant-actions a {
  padding: 8px 10px;
  color: var(--aqua-dark);
  background: #eef8f7;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 900;
}

.assistant-suggestions {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 14px;
  border-top: 1px solid var(--line);
}

.assistant-suggestions button {
  flex: 0 0 auto;
  padding: 9px 11px;
  color: var(--muted);
  background: #f3f7fa;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 900;
}

.assistant-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px 14px 14px;
  border-top: 1px solid var(--line);
}

.assistant-form input {
  min-height: 44px;
}

.assistant-form button {
  min-height: 44px;
  padding: 0 14px;
  color: #ffffff;
  background: var(--coral);
  border: 0;
  border-radius: 999px;
  font-weight: 950;
}

.status-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(8, 181, 185, .14), rgba(246, 61, 142, .12) 48%, rgba(255, 173, 5, .16)),
    #f8fcfd;
}

.status-card {
  width: min(720px, 100%);
  padding: clamp(28px, 6vw, 58px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(6, 36, 92, .08);
}

.status-card img {
  width: min(300px, 80%);
  margin-bottom: 26px;
}

.status-card h1 {
  color: var(--ink);
  font-size: clamp(2.4rem, 7vw, 5rem);
}

.status-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.1rem;
}

.about-page {
  padding-top: 90px;
  background: #ffffff;
}

.about-hero {
  min-height: 520px;
  display: grid;
  align-items: end;
  padding: clamp(86px, 12vw, 150px) clamp(18px, 5vw, 72px) clamp(54px, 8vw, 90px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(7, 18, 28, .8), rgba(8, 181, 185, .32) 46%, rgba(246, 61, 142, .18)),
    url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1800&q=84") center/cover;
}

.about-hero > div {
  width: min(880px, 100%);
}

.about-hero h1 {
  font-size: clamp(3.2rem, 9vw, 7.25rem);
}

.about-hero p:not(.eyebrow) {
  width: min(700px, 100%);
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.staff-section {
  background:
    linear-gradient(135deg, rgba(8, 181, 185, .08), rgba(255, 173, 5, .12)),
    #f8fcfd;
}

.staff-profile {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(320px, 1.28fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(20px, 4vw, 38px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(6, 36, 92, .08);
}

.staff-photo-wrap {
  position: relative;
  display: grid;
  gap: 12px;
}

.staff-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.staff-photo-wrap span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--sun);
  border-radius: 999px;
  font-weight: 950;
}

.staff-copy h2 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}

.staff-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.staff-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.staff-links a {
  padding: 11px 14px;
  color: var(--aqua-dark);
  background: #eef8f7;
  border-radius: 999px;
  font-weight: 900;
}

.staff-links a:hover,
.staff-links a:focus-visible {
  color: #ffffff;
  background: var(--aqua-dark);
  outline: none;
}

.profile-depth {
  background: #ffffff;
}

.profile-promise {
  background:
    linear-gradient(120deg, rgba(6, 36, 92, .94), rgba(8, 181, 185, .42), rgba(246, 61, 142, .22)),
    url("https://images.unsplash.com/photo-1526772662000-3f88f10405ff?auto=format&fit=crop&w=1800&q=84") center/cover;
}

.promise-panel {
  width: min(980px, 100%);
  padding: clamp(26px, 5vw, 52px);
  color: #ffffff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
}

.promise-panel .eyebrow {
  color: var(--sun);
}

.promise-panel h2 {
  color: #ffffff;
}

.promise-panel p {
  width: min(780px, 100%);
  color: rgba(255, 255, 255, .78);
  font-size: 1.12rem;
}

.profile-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0;
}

.profile-list span {
  padding: 12px 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  font-weight: 900;
}

@media (max-width: 1040px) {
  .deals-grid,
  .planning-steps,
  .page-detail-grid,
  .bio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 820px) {
  .site-header {
    padding: 12px 18px;
  }

  .brand {
    width: 126px;
    min-width: 126px;
  }

  .nav-toggle {
    display: grid;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    color: var(--ink);
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-header.is-open .nav-links {
    display: flex;
  }

  .nav-links a {
    border-radius: var(--radius);
  }

  .hero {
    min-height: 92vh;
    padding-top: 112px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero-character {
    display: none;
  }

  h1 {
    font-size: clamp(3.4rem, 19vw, 5.4rem);
  }

  .hero-search,
  .trust-band,
  .deal-toolbar,
  .location-panel,
  .premium-section,
  .advisor-section,
  .start-section,
  .privacy-section,
  .staff-profile,
  .form-row.two,
  .profile-list,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-search {
    display: grid;
    justify-self: stretch;
    width: 100%;
    margin-bottom: 0;
  }

  .hero-search .search-button {
    grid-column: auto;
  }

  .trust-band {
    display: grid;
  }

  .deal-toolbar {
    display: grid;
  }

  .toolbar-search {
    width: 100%;
  }

  .location-button {
    width: 100%;
  }

  .geo-prompt {
    left: 14px;
    right: 14px;
    bottom: 92px;
    grid-template-columns: 1fr;
    width: auto;
  }

  .geo-prompt-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .advisor-stats {
    grid-template-columns: 1fr;
  }

  .start-intro {
    position: static;
  }

  .premium-copy {
    position: static;
  }

  .privacy-summary {
    position: static;
  }

  .site-footer {
    display: grid;
  }

  .footer-columns,
  .footer-cta,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-cta-actions {
    justify-content: stretch;
  }

  .footer-bottom {
    display: grid;
  }

  .booking-assistant {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .assistant-panel {
    width: 100%;
    max-height: calc(100vh - 92px);
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: auto;
    padding-bottom: 18px;
  }

  .hero-content {
    padding-bottom: 34px;
  }

  .hero-actions {
    display: grid;
  }

  .guide-note {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 42px 12px 12px;
  }

  .guide-note::after {
    top: 10px;
    right: auto;
    left: 12px;
  }

  .guide-note img {
    width: 72px;
  }

  .guide-note p {
    padding-right: 0;
  }

  .page-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .deals-grid,
  .planning-steps,
  .style-grid,
  .page-detail-grid,
  .bio-grid {
    grid-template-columns: 1fr;
  }

  .deal-meta {
    display: grid;
  }

  .deal-card {
    grid-template-rows: 210px 1fr;
  }

  .style-tile.beach,
  .style-tile.family {
    grid-row: auto;
    grid-column: auto;
  }

  .segmented {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .segmented button {
    padding-inline: 10px;
  }

  .site-footer {
    padding-bottom: 118px;
  }

  .assistant-toggle {
    width: 100%;
  }

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