/* TravelBoop marketing landing pages — indexable SEO siblings only */
:root {
  --bg: #0a0a0c;
  --surface: #121218;
  --border: rgba(255, 255, 255, 0.09);
  --text: #f4f0e8;
  --muted: rgba(255, 255, 255, 0.62);
  --accent: #c9a96e;
  --accent-soft: #e8d5b0;
  --radius: 14px;
  --max: 720px;
  --max-wide: 1080px;
}
img { max-width: 100%; height: auto; vertical-align: middle; }
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--text);
  background: var(--bg);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent-soft); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #fff; }
.mhead {
  border-bottom: 1px solid var(--border);
  background: rgba(10, 10, 12, 0.92);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.mhead-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.mbrand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text);
  text-decoration: none;
}
.mbrand:hover { color: var(--accent-soft); }
.mnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  font-size: 13px;
}
.mnav a { color: rgba(255, 255, 255, 0.78); text-decoration: none; letter-spacing: 0.03em; }
.mnav a:hover { color: var(--accent); }
.mcta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 100px;
  background: linear-gradient(135deg, #b9985a, #c9a96e);
  color: #0a0a0c !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.mcta:hover { filter: brightness(1.08); color: #0a0a0c !important; }
.hero {
  position: relative;
  min-height: 44vh;
  display: flex;
  align-items: flex-end;
  padding: 48px 20px 36px;
  background: #111 center / cover no-repeat;
  border-bottom: 1px solid var(--border);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 12, 0.15) 0%, rgba(10, 10, 12, 0.88) 100%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}
.hero-kicker {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 213, 176, 0.85);
  margin-bottom: 10px;
}
h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2rem, 6vw, 2.85rem);
  line-height: 1.12;
  margin: 0 0 14px;
  letter-spacing: 0.02em;
}
.hero-lead {
  font-size: 1.08rem;
  color: rgba(244, 240, 232, 0.88);
  max-width: 42rem;
  margin: 0;
}
.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 36px 20px 56px;
}
.wrap-wide {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 0 20px 48px;
}
.msec {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.msec:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.msec-kicker {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 213, 176, 0.72);
  margin: 0 0 8px;
}
.msec-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.45rem, 3.5vw, 1.85rem);
  color: var(--accent-soft);
  margin: 0 0 12px;
  line-height: 1.2;
}
.msec-lead {
  max-width: 38rem;
  color: rgba(244, 240, 232, 0.86);
  margin: 0 0 22px;
  font-size: 1rem;
}
/* horizontal vibe gallery */
.vibe-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 0 12px;
  margin: 0 -6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.vibe-strip::-webkit-scrollbar { height: 6px; }
.vibe-strip::-webkit-scrollbar-thumb {
  background: rgba(201, 169, 110, 0.35);
  border-radius: 4px;
}
.vibe-card {
  flex: 0 0 auto;
  width: min(280px, 78vw);
  scroll-snap-align: start;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
}
.vibe-card img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.vibe-card figcaption {
  padding: 12px 14px 14px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}
.vibe-card strong {
  display: block;
  color: var(--text);
  font-size: 14px;
  margin-bottom: 4px;
}
/* image collage */
.collage {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin: 20px 0 8px;
}
@media (min-width: 720px) {
  .collage {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 180px 140px;
    gap: 12px;
  }
  .collage .c-lg {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 332px;
  }
  .collage .c-sm { min-height: 140px; }
}
.collage figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
  min-height: 168px;
}
@media (min-width: 720px) {
  .collage figure { min-height: 0; }
}
.collage img {
  width: 100%;
  height: 100%;
  min-height: 140px;
  object-fit: cover;
  display: block;
}
.collage .c-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  font-size: 12px;
  background: linear-gradient(transparent, rgba(10, 10, 12, 0.92));
  color: rgba(244, 240, 232, 0.92);
}
/* split text + image */
.split {
  display: grid;
  gap: 24px;
  align-items: center;
  margin: 28px 0;
}
@media (min-width: 800px) {
  .split { grid-template-columns: 1fr 1.05fr; gap: 36px; }
  .split.split-reverse { direction: rtl; }
  .split.split-reverse > * { direction: ltr; }
}
.split-visual {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.split-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: cover;
}
.split-body h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--accent-soft);
  margin: 0 0 10px;
}
.split-body p { margin: 0 0 12px; font-size: 16px; }
.split-body p:last-child { margin-bottom: 0; }
/* how it works */
.how-row {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}
@media (min-width: 900px) {
  .how-row { grid-template-columns: repeat(4, 1fr); gap: 14px; }
}
.how-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  display: flex;
  flex-direction: column;
}
.how-card .how-img {
  height: 140px;
  overflow: hidden;
}
.how-card .how-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-card .how-txt {
  padding: 16px 16px 18px;
  flex: 1;
}
.how-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(201, 169, 110, 0.2);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}
.how-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
}
.how-card p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}
/* neighbourhood tiles */
.nbhd-grid {
  display: grid;
  gap: 14px;
  margin: 22px 0;
}
@media (min-width: 640px) {
  .nbhd-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .nbhd-grid { grid-template-columns: repeat(3, 1fr); }
}
.nbhd-tile {
  position: relative;
  min-height: 220px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
}
.nbhd-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(10, 10, 12, 0.92) 100%);
  pointer-events: none;
}
.nbhd-tile h3,
.nbhd-tile p {
  position: relative;
  z-index: 1;
  margin: 0;
}
.nbhd-tile h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 6px;
}
.nbhd-tile p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}
/* query chips over image */
.query-board {
  margin: 24px 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(201, 169, 110, 0.25);
  position: relative;
  min-height: 280px;
  background-size: cover;
  background-position: center;
}
.query-board::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(10, 10, 12, 0.92) 0%, rgba(10, 10, 12, 0.45) 55%, transparent 100%);
}
.query-board-inner {
  position: relative;
  z-index: 1;
  padding: 28px 22px 26px;
  max-width: 420px;
}
.query-board-inner h3 {
  margin: 0 0 14px;
  font-size: 1.1rem;
  color: var(--accent-soft);
}
.query-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.query-chip {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  color: rgba(244, 240, 232, 0.95);
}
/* image cards in feature grid */
.fgrid.fgrid-visual {
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .fgrid.fgrid-visual { grid-template-columns: repeat(2, 1fr); }
}
.fcard-visual {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.fcard-visual .fcv-img {
  height: 160px;
  overflow: hidden;
}
.fcard-visual .fcv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fcard-visual .fcv-body { padding: 16px 18px 18px; }
.fcard-visual h3 { margin-top: 0; }
.fcard-visual p { margin: 0; }
.credits-block {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.65;
}
.credits-block a { color: rgba(232, 213, 176, 0.65); }
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 1.55rem;
  margin: 2.2rem 0 0.75rem;
  color: var(--accent-soft);
}
h2:first-of-type { margin-top: 0; }
p { margin: 0 0 1rem; color: rgba(244, 240, 232, 0.88); }
ul { margin: 0 0 1rem 1.15rem; padding: 0; color: rgba(244, 240, 232, 0.86); }
li { margin-bottom: 0.35rem; }
.callout {
  margin: 28px 0;
  padding: 20px 22px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid rgba(201, 169, 110, 0.22);
}
.callout strong { color: var(--accent-soft); }
.fgrid {
  display: grid;
  gap: 16px;
  margin: 24px 0;
}
@media (min-width: 640px) {
  .fgrid { grid-template-columns: 1fr 1fr; }
}
.fcard {
  padding: 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
}
.fcard h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent);
}
.fcard p { margin: 0; font-size: 15px; }
.cta-band {
  margin: 40px 0 0;
  padding: 26px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.12), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(201, 169, 110, 0.28);
  text-align: center;
}
.cta-band p { margin: 0 0 14px; font-size: 1.05rem; }
.mfoot {
  border-top: 1px solid var(--border);
  padding: 28px 20px 48px;
  font-size: 12px;
  color: var(--muted);
  max-width: var(--max-wide);
  margin: 0 auto;
  line-height: 1.6;
}
.mfoot a { color: rgba(232, 213, 176, 0.9); }
