/* Dedicated browse pages: route-first navigation with a clean vacation-rental rhythm. */
.support-page {
  min-height: 100svh;
  padding-top: 5.4rem;
  background: #fff;
  color: #222;
}

.support-header {
  grid-template-columns: minmax(170px, 0.7fr) minmax(500px, 1.6fr) minmax(150px, 0.7fr);
}

.support-header .desktop-nav {
  display: flex;
  justify-self: center;
  gap: clamp(0.75rem, 1.7vw, 1.55rem);
}

.support-header .desktop-nav a {
  position: relative;
  padding-block: 0.55rem;
  color: #444;
  font-size: 0.8rem;
  font-weight: 700;
}

.support-header .desktop-nav a:hover,
.support-header .desktop-nav a[aria-current="page"] {
  color: #111;
}

.support-header .desktop-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.15rem;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--coral);
}

.support-header .header-actions { gap: 0.6rem; }

.support-hero {
  padding-block: clamp(3.5rem, 7vw, 6.5rem) clamp(2.5rem, 5vw, 4.5rem);
}

.support-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.15rem;
  color: #666;
  font-size: 0.78rem;
  font-weight: 650;
}

.support-breadcrumbs a { text-underline-offset: 0.2rem; }
.support-breadcrumbs span[aria-current="page"] { color: #222; }

.support-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
}

.support-heading h1 {
  max-width: 870px;
  color: #222;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(3.25rem, 7.2vw, 6.8rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.support-heading-copy {
  margin: 0 0 0.35rem;
  color: #626262;
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
}

.support-kicker {
  margin: 0 0 0.8rem;
  color: #a82037;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.support-cover-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.45rem;
  height: clamp(410px, 48vw, 650px);
  overflow: hidden;
  border-radius: 1.25rem;
  background: #e9e9e9;
}

.support-cover-grid a {
  min-width: 0;
  overflow: hidden;
  background: #ddd;
}

.support-cover-grid a:first-child { grid-row: 1 / -1; }
.support-cover-grid img,
.support-gallery-grid img,
.host-property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 260ms ease;
}

.support-cover-grid a:hover img,
.support-gallery-grid a:hover img,
.host-property-image:hover img {
  transform: scale(1.025);
  filter: brightness(0.94);
}

.gallery-route-bar {
  position: sticky;
  z-index: 15;
  top: 5.35rem;
  border-bottom: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.gallery-route-bar > div {
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.gallery-route-bar strong { font-size: 0.88rem; }
.gallery-route-links { display: flex; gap: 0.55rem; }
.gallery-route-links a {
  min-height: 2.45rem;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  background: #fff;
  font-size: 0.76rem;
  font-weight: 750;
  text-decoration: none;
}
.gallery-route-links a:hover { border-color: #222; }

.support-gallery-section {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
  scroll-margin-top: 8.5rem;
}

.support-gallery-section + .support-gallery-section { border-top: 1px solid #e8e8e8; }

.support-gallery-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  margin-bottom: 1.8rem;
}

.support-gallery-head h2 {
  color: #222;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2.25rem, 4.5vw, 4.2rem);
  font-weight: 650;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.support-gallery-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
  margin: 0.75rem 0 0;
  color: #656565;
  font-size: 0.82rem;
}

.support-gallery-meta span + span::before {
  content: "·";
  margin-right: 0.9rem;
}

.support-listing-link {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1rem;
  border: 1px solid #222;
  border-radius: 0.65rem;
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

.support-listing-link:hover { background: #222; color: #fff; }

.support-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: clamp(170px, 19vw, 270px);
  gap: 0.55rem;
}

.support-gallery-grid a {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #e8e8e8;
}

.support-gallery-grid a:first-child { grid-column: span 2; grid-row: span 2; }
.support-gallery-grid a:nth-child(6) { grid-column: span 2; }
.support-gallery-grid.reverse a:first-child { grid-column: 3 / span 2; }
.support-gallery-grid.reverse a:nth-child(2) { grid-column: 1; grid-row: 1; }
.support-gallery-grid.reverse a:nth-child(3) { grid-column: 2; grid-row: 1; }
.support-gallery-grid.reverse a:nth-child(4) { grid-column: 1; grid-row: 2; }
.support-gallery-grid.reverse a:nth-child(5) { grid-column: 2; grid-row: 2; }
.support-gallery-grid.reverse a:nth-child(6) { grid-column: span 2; }

.photo-caption {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 750;
  opacity: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.85);
  transform: translateY(0.35rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.support-gallery-grid a:hover .photo-caption,
.support-gallery-grid a:focus-visible .photo-caption { opacity: 1; transform: none; }

.support-note {
  margin: 1rem 0 0;
  color: #777;
  font-size: 0.75rem;
}

.support-cta-band {
  padding-block: clamp(4.5rem, 8vw, 7rem);
  background: #073c49;
  color: #fff;
}

.support-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
}

.support-cta-band h2 {
  max-width: 780px;
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
}

.support-cta-band p {
  max-width: 650px;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.support-cta-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.support-cta-actions .button { white-space: nowrap; }
.support-cta-actions .button-secondary { border-color: rgba(255, 255, 255, 0.55); color: #fff; }
.support-cta-actions .button-secondary:hover { background: #fff; color: #073c49; }

/* Your host */
.host-page-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  min-height: 720px;
  background: #e7f5f4;
}

.host-page-art {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 720px;
  overflow: hidden;
  background: linear-gradient(145deg, #effafa 0%, #a8dade 100%);
}

.host-page-art::before {
  content: "";
  position: absolute;
  width: min(75%, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(7, 60, 73, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.13);
}

.host-page-art img {
  position: relative;
  z-index: 1;
  width: min(72%, 520px);
  max-height: 670px;
  object-fit: contain;
  object-position: bottom;
}

.host-badge {
  position: absolute;
  z-index: 2;
  top: clamp(2rem, 6vw, 5rem);
  left: clamp(1.5rem, 6vw, 5rem);
  display: grid;
  color: #073c49;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(4.5rem, 8vw, 7.2rem);
  line-height: 0.7;
}

.host-badge small {
  margin-top: 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.host-page-copy {
  align-self: center;
  padding: clamp(3rem, 8vw, 8rem);
}

.host-page-copy h1 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.host-intro {
  max-width: 690px;
  margin: 1.6rem 0 0;
  color: #34545d;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.25rem, 2.1vw, 1.7rem);
  line-height: 1.45;
}

.host-signature { margin: 1.2rem 0 0; font-weight: 750; }
.host-signature span { color: #687c81; font-size: 0.82rem; font-weight: 600; }

.host-story {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
  padding-block: clamp(5rem, 9vw, 8rem);
}

.host-story h2,
.direct-host-copy h2,
.policies-heading h2 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 650;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.host-story-copy > p:not(.support-kicker) { color: #5f5f5f; }
.host-story-copy .button { margin-top: 0.8rem; }

.host-property-image {
  min-height: 570px;
  overflow: hidden;
  border-radius: 1.1rem;
  background: #ddd;
}

.host-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.host-facts article {
  min-height: 185px;
  padding: 1.25rem;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.host-facts span { color: #0b6677; font-size: 1.6rem; }
.host-facts h3 { margin-top: 2rem; font-family: "DM Sans", sans-serif; font-size: 1rem; font-weight: 750; letter-spacing: -0.02em; }
.host-facts p { margin: 0.45rem 0 0; color: #666; font-size: 0.82rem; }

.direct-host {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(3rem, 7vw, 7rem);
  padding-block: clamp(5rem, 8vw, 7.5rem);
  border-top: 1px solid #e5e5e5;
}

.direct-host-copy { align-self: start; }
.direct-host-copy > p:not(.support-kicker) { color: #666; }

.booking-steps { counter-reset: booking; border-top: 1px solid #ddd; }
.booking-steps article {
  position: relative;
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.45rem 0;
  border-bottom: 1px solid #ddd;
  counter-increment: booking;
}
.booking-steps article::before {
  content: "0" counter(booking);
  color: #a82037;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.booking-steps h3 { font-family: "DM Sans", sans-serif; font-size: 1.05rem; font-weight: 750; letter-spacing: -0.02em; }
.booking-steps p { margin: 0.35rem 0 0; color: #666; font-size: 0.88rem; }
.booking-steps .button { margin-top: 1rem; }

.policies-section {
  padding-block: clamp(5rem, 8vw, 7.5rem);
  background: #f5f5f5;
}

.policies-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.policies-heading > p { margin: 0; color: #666; }

.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.policy-card {
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid #dedede;
  border-radius: 1rem;
  background: #fff;
}

.policy-card h3 { font-family: "DM Sans", sans-serif; font-size: 1.05rem; font-weight: 750; letter-spacing: -0.02em; }
.policy-card ul { margin: 1rem 0 0; padding-left: 1.1rem; color: #616161; font-size: 0.84rem; }
.policy-card li + li { margin-top: 0.5rem; }
.policy-note { margin: 1.1rem 0 0; color: #666; font-size: 0.76rem; }

@media (max-width: 1100px) {
  .support-header { grid-template-columns: minmax(160px, 1fr) auto; }
  .support-header .desktop-nav { display: none; }
  .support-header .menu-button { display: block; }
  .support-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .support-heading-copy { max-width: 700px; }
  .host-page-hero { grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr); }
  .host-page-copy { padding: clamp(2.5rem, 5vw, 5rem); }
}

@media (max-width: 820px) {
  .support-cover-grid { grid-template-columns: 1.5fr 0.75fr; height: 500px; border-radius: 0; }
  .support-cover-grid a:nth-child(4), .support-cover-grid a:nth-child(5) { display: none; }
  .support-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: clamp(180px, 42vw, 310px); }
  .support-gallery-grid a:first-child,
  .support-gallery-grid.reverse a:first-child { grid-column: span 2; grid-row: span 1; }
  .support-gallery-grid.reverse a:nth-child(n) { grid-column: auto; grid-row: auto; }
  .support-gallery-grid.reverse a:first-child { grid-column: span 2; }
  .support-gallery-grid a:nth-child(6),
  .support-gallery-grid.reverse a:nth-child(6) { grid-column: span 2; }
  .host-page-hero { grid-template-columns: 1fr; }
  .host-page-art { min-height: 610px; }
  .host-page-copy { padding-block: 4rem 5rem; }
  .host-story,
  .direct-host { grid-template-columns: 1fr; }
  .host-property-image { min-height: 480px; }
  .support-cta-inner,
  .policies-heading { grid-template-columns: 1fr; align-items: start; }
  .policy-grid { grid-template-columns: 1fr 1fr; }
  .policy-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .support-page { padding-top: 4.65rem; }
  .support-hero { width: min(100% - 2rem, var(--max)); padding-block: 2.5rem 2rem; }
  .support-heading h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .support-cover-grid { height: 420px; }
  .gallery-route-bar { top: 4.65rem; }
  .gallery-route-bar > div { min-height: 4rem; }
  .gallery-route-bar strong { display: none; }
  .gallery-route-links { width: 100%; }
  .gallery-route-links a { flex: 1; justify-content: center; }
  .support-gallery-head { grid-template-columns: 1fr; gap: 1rem; }
  .support-listing-link { width: fit-content; }
  .support-gallery-grid { gap: 0.35rem; }
  .support-gallery-grid a { border-radius: 0.5rem; }
  .photo-caption { opacity: 1; }
  .support-cta-actions { width: 100%; }
  .support-cta-actions .button { flex: 1; }
  .host-page-art { min-height: 520px; }
  .host-page-art img { width: min(82%, 430px); max-height: 500px; }
  .host-page-copy { padding: 3.5rem 1.5rem 4.5rem; }
  .host-story { width: min(100% - 2rem, var(--max)); }
  .host-property-image { min-height: 390px; }
  .host-facts { grid-template-columns: 1fr; }
  .host-facts article { min-height: 140px; }
  .host-facts h3 { margin-top: 1rem; }
  .direct-host { width: min(100% - 2rem, var(--max)); }
  .policy-grid { grid-template-columns: 1fr; }
  .policy-card:last-child { grid-column: auto; }
}

@media (max-width: 430px) {
  .support-header .brand { width: 138px; }
  .support-header .header-cta { display: none; }
  .support-gallery-meta span + span::before { display: none; }
  .support-gallery-meta { display: grid; gap: 0.15rem; }
  .support-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .support-gallery-grid a:first-child,
  .support-gallery-grid.reverse a:first-child,
  .support-gallery-grid a:nth-child(6),
  .support-gallery-grid.reverse a:nth-child(6) { grid-column: auto; }
  .support-cta-actions .button { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .support-cover-grid img,
  .support-gallery-grid img,
  .host-property-image img,
  .photo-caption { transition: none; }
}
