.hp-new *, .hp-new *::before, .hp-new *::after { box-sizing: border-box; margin: 0; padding: 0; }

.hp-new {
  --sand: #F5EFE0;
  --sand-dark: #E8DEC8;
  --earth: #C4956A;
  --earth-dark: #9B6E45;
  --charcoal: #1C1A17;
  --charcoal-mid: #2E2B26;
  --gold: #C9932A;
  --gold-light: #E8B84B;
  --text-muted: #7A7060;
  --white: #FDFAF4;
  font-family: 'DM Sans', sans-serif;
  background: var(--charcoal);
  color: var(--white);
  overflow-x: hidden;
}

/* ─── HERO ─── */
.hp-new .hero {
  position: relative; height: 100vh; min-height: 700px;
  display: flex; flex-direction: column; justify-content: flex-end;
  align-items: flex-start;
  padding: 0 48px 80px;
  overflow: hidden;
}

.hp-new .hero-bg {
  position: absolute; inset: 0;
  overflow: hidden;
}
.hp-new .hero-bg::after {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to top, rgba(28,26,23,1) 0%, rgba(28,26,23,0.4) 40%, rgba(28,26,23,0.05) 70%, rgba(28,26,23,0.3) 100%),
    linear-gradient(to right, rgba(28,26,23,0.85) 0%, rgba(28,26,23,0.4) 35%, transparent 60%);
}
.hp-new .hero-video {
  position: absolute; top: 50%; left: 50%;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto;
  transform: translate(-50%, -50%) scaleX(-1);
  object-fit: cover;
}
.hp-new .hero-mobile-img {
  display: none;
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

.hp-new .hero-content {
  position: relative; z-index: 2;
  max-width: 540px;
  text-align: left;
}

.hp-new .hero-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--earth);
  margin-bottom: 20px;
  opacity: 0; animation: hpFadeUp 0.8s 0.3s forwards;
}

.hp-new .hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--white);
  opacity: 0; animation: hpFadeUp 0.8s 0.5s forwards;
}
.hp-new .hero-headline em {
  font-style: italic; color: var(--earth);
}

.hp-new .hero-sub {
  margin-top: 24px;
  font-size: 15px; font-weight: 300;
  color: rgba(253,250,244,0.7);
  line-height: 1.6;
  opacity: 0; animation: hpFadeUp 0.8s 0.7s forwards;
}

.hp-new .hero-search {
  margin-top: 32px;
  display: flex; gap: 0;
  opacity: 0; animation: hpFadeUp 0.8s 0.9s forwards;
}

.hp-new .hero-search select {
  flex: 1; background: rgba(253,250,244,0.1); border: 1px solid rgba(253,250,244,0.2);
  border-right: none;
  color: var(--white); font-family: 'DM Sans', sans-serif;
  font-size: 14px; padding: 16px 20px;
  appearance: none; cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.2s;
}
.hp-new .hero-search select:hover { background: rgba(253,250,244,0.15); }
.hp-new .hero-search select option { background: var(--charcoal); color: var(--white); }

.hp-new .hero-search-btn {
  background: var(--gold); color: var(--charcoal);
  border: none; padding: 16px 36px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; transition: background 0.2s;
  white-space: nowrap;
}
.hp-new .hero-search-btn:hover { background: var(--gold-light); }

.hp-new .hero-scroll {
  position: absolute; bottom: 32px; right: 48px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  opacity: 0; animation: hpFadeIn 1s 1.4s forwards;
}
.hp-new .hero-scroll span {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(253,250,244,0.4); writing-mode: vertical-rl;
}
.hp-new .scroll-line {
  width: 1px; height: 60px;
  background: linear-gradient(to bottom, rgba(201,147,42,0.8), transparent);
  animation: hpScrollPulse 2s 2s infinite;
}
@keyframes hpScrollPulse {
  0%, 100% { opacity: 0.8; transform: scaleY(1); }
  50% { opacity: 0.3; transform: scaleY(0.7); }
}

/* ─── PRESS BAR ─── */
.hp-new .press-bar {
  background: var(--charcoal-mid);
  border-top: 1px solid rgba(201,147,42,0.2);
  border-bottom: 1px solid rgba(201,147,42,0.2);
  padding: 22px 48px;
  display: flex; align-items: center; gap: 48px;
}
.hp-new .press-label {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-muted); white-space: nowrap;
}
.hp-new .press-logos {
  display: flex; align-items: center; gap: 40px; flex-wrap: wrap;
}
.hp-new .press-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px; font-weight: 600; letter-spacing: 0.08em;
  color: rgba(253,250,244,0.35);
  text-transform: uppercase; transition: color 0.2s;
}
.hp-new .press-logo:hover { color: rgba(253,250,244,0.7); }
.hp-new .press-logo.serif-italic { font-style: italic; font-size: 18px; }

/* ─── MANIFESTO ─── */
.hp-new .manifesto {
  padding: 120px 48px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center;
  border-bottom: 1px solid rgba(253,250,244,0.06);
}
.hp-new .manifesto-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 56px); font-weight: 300; line-height: 1.2;
  color: var(--white); margin-bottom: 28px;
}
.hp-new .manifesto-text h2 em { font-style: italic; color: var(--earth); }
.hp-new .manifesto-text p {
  font-size: 16px; line-height: 1.8; color: rgba(253,250,244,0.6);
  font-weight: 300; margin-bottom: 16px;
}
.hp-new .manifesto-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  background: rgba(253,250,244,0.06);
}
.hp-new .stat-block {
  background: var(--charcoal-mid);
  padding: 40px 36px;
  transition: background 0.2s;
}
.hp-new .stat-block:hover { background: #35312b; }
.hp-new .stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px; font-weight: 300; line-height: 1;
  color: var(--gold);
  display: block; margin-bottom: 8px;
}
.hp-new .stat-label {
  font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--text-muted);
}

/* ─── DESTINATIONS ─── */
.hp-new .destinations {
  padding: 0 48px 120px;
}
.hp-new .section-header {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 48px;
}
.hp-new .section-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--earth); margin-bottom: 12px;
}
.hp-new .section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3.5vw, 44px); font-weight: 300;
  color: var(--white);
}
.hp-new .section-link {
  font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--earth); text-decoration: none;
  border-bottom: 1px solid var(--earth);
  padding-bottom: 2px; transition: color 0.2s;
}
.hp-new .section-link:hover { color: var(--gold-light); border-color: var(--gold-light); }

.hp-new .section-footer {
  text-align: right;
  margin-top: 40px;
}

.hp-new .dest-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 300px 280px;
  gap: 4px;
}
.hp-new .dest-card {
  position: relative; overflow: hidden; cursor: pointer;
  background: var(--charcoal-mid);
  text-decoration: none;
}
.hp-new .dest-card:first-child { grid-row: span 2; }

.hp-new .dest-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 0.6s ease;
}
.hp-new .dest-card:hover .dest-img { transform: scale(1.06); }

.hp-new .dest-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(28,26,23,0.85) 0%, rgba(28,26,23,0.1) 60%);
  transition: background 0.3s;
}
.hp-new .dest-card:hover .dest-overlay {
  background: linear-gradient(to top, rgba(28,26,23,0.9) 0%, rgba(28,26,23,0.2) 60%);
}

.hp-new .dest-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 28px 28px 24px;
}
.hp-new .dest-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 300;
  color: var(--white); margin-bottom: 4px;
}
.hp-new .dest-card:first-child .dest-name { font-size: 42px; }
.hp-new .dest-meta {
  display: flex; align-items: center; gap: 16px;
}
.hp-new .dest-count {
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(253,250,244,0.5);
}
.hp-new .dest-tag {
  font-size: 11px; background: rgba(201,147,42,0.2);
  color: var(--gold-light); padding: 3px 10px;
  letter-spacing: 0.08em; text-transform: uppercase;
}

/* ─── HOSTS ─── */
.hp-new .hosts-section {
  padding: 120px 48px;
  background: var(--charcoal-mid);
  border-top: 1px solid rgba(253,250,244,0.06);
  border-bottom: 1px solid rgba(253,250,244,0.06);
}
.hp-new .hosts-intro {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: end; margin-bottom: 64px;
}
.hp-new .hosts-intro p {
  font-size: 16px; line-height: 1.8;
  color: rgba(253,250,244,0.55); font-weight: 300;
}

.hp-new .hosts-scroll {
  overflow: hidden;
}
.hp-new .hosts-track {
  display: flex; gap: 4px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 8px;
}
.hp-new .hosts-track::-webkit-scrollbar { display: none; }
.hp-new .host-card {
  position: relative; overflow: hidden;
  background: var(--charcoal);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  flex: 0 0 calc(33.333% - 3px);
  scroll-snap-align: start;
}
.hp-new .host-card:hover { color: inherit; text-decoration: none; }
.hp-new .host-img {
  width: 100%; aspect-ratio: 3/4;
  object-fit: cover; display: block;
  filter: grayscale(20%);
  transition: filter 0.4s, transform 0.5s;
}
.hp-new .host-card:hover .host-img { filter: grayscale(0%); transform: scale(1.03); }

.hp-new .host-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(28,26,23,0.9) 0%, transparent 50%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 24px;
}
.hp-new .host-badge {
  display: inline-block; margin-bottom: 10px;
  font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); background: rgba(201,147,42,0.15);
  padding: 4px 10px; width: fit-content;
}
.hp-new .host-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; font-weight: 300; color: var(--white);
  margin-bottom: 4px;
}
.hp-new .host-location {
  font-size: 12px; color: rgba(253,250,244,0.5);
  letter-spacing: 0.05em;
}
.hp-new .host-stars {
  margin-top: 10px; font-size: 13px; color: var(--gold);
}

/* ─── REVIEWS ─── */
.hp-new .reviews-section { padding: 120px 48px; }

.hp-new .reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  margin-top: 56px;
}
.hp-new .review-card {
  background: var(--charcoal-mid);
  padding: 40px 36px;
  transition: background 0.2s;
  position: relative;
}
.hp-new .review-card:hover { background: #35312b; }
.hp-new .review-card::before {
  content: '\201C';
  font-family: 'Cormorant Garamond', serif;
  font-size: 80px; line-height: 1;
  color: rgba(201,147,42,0.2);
  position: absolute; top: 20px; left: 28px;
}
.hp-new .review-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px; line-height: 1.6; font-weight: 300;
  color: rgba(253,250,244,0.85);
  margin-bottom: 28px; position: relative; z-index: 1;
  padding-top: 28px;
}
.hp-new .reviewer {
  display: flex; align-items: center; gap: 14px;
}
.hp-new .reviewer-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--earth-dark); overflow: hidden;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px; color: var(--white);
  display: flex; align-items: center; justify-content: center;
}
.hp-new .reviewer-avatar img {
  width: 100%; height: 100%; object-fit: cover;
}
.hp-new .reviewer-name {
  font-size: 13px; font-weight: 500; color: var(--white);
}
.hp-new .reviewer-detail {
  font-size: 12px; color: var(--text-muted);
  margin-top: 2px;
}
.hp-new .review-stars { color: var(--gold); font-size: 12px; margin-bottom: 16px; }

.hp-new .google-badge {
  margin-top: 48px; display: flex; align-items: center; gap: 12px;
}
.hp-new .google-badge span { font-size: 13px; color: var(--text-muted); }

/* ─── HOST CTA ─── */
.hp-new .host-cta {
  margin: 0 48px;
  background: linear-gradient(135deg, #2A2520 0%, #1C1A17 100%);
  border: 1px solid rgba(201,147,42,0.25);
  padding: 80px;
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 60px;
  margin-bottom: 120px;
}
.hp-new .host-cta h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 44px); font-weight: 300; line-height: 1.2;
  color: var(--white); margin-bottom: 16px;
}
.hp-new .host-cta h3 em { font-style: italic; color: var(--earth); }
.hp-new .host-cta p {
  font-size: 15px; color: rgba(253,250,244,0.5);
  max-width: 480px; line-height: 1.7; font-weight: 300;
}
.hp-new .btn-primary-hp {
  background: var(--gold); color: var(--charcoal);
  padding: 16px 40px; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; display: inline-block;
  transition: background 0.2s, transform 0.2s;
  white-space: nowrap;
}
.hp-new .btn-primary-hp:hover { background: var(--gold-light); transform: translateY(-1px); color: var(--charcoal); text-decoration: none; }

.hp-new .btn-secondary-hp {
  background: transparent; color: var(--white);
  padding: 16px 40px; border: 1px solid rgba(253,250,244,0.25);
  cursor: pointer; font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; display: inline-block;
  transition: border-color 0.2s, background 0.2s;
  white-space: nowrap; margin-top: 16px;
}
.hp-new .btn-secondary-hp:hover { border-color: rgba(253,250,244,0.5); background: rgba(253,250,244,0.04); color: var(--white); text-decoration: none; }

.hp-new .host-cta-actions { display: flex; flex-direction: column; }

/* ─── ANIMATIONS ─── */
@keyframes hpFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes hpFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.hp-new .reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.hp-new .reveal.visible { opacity: 1; transform: translateY(0); }
.hp-new .reveal-delay-1 { transition-delay: 0.1s; }
.hp-new .reveal-delay-2 { transition-delay: 0.2s; }
.hp-new .reveal-delay-3 { transition-delay: 0.3s; }

/* ─── MOBILE ─── */
@media (max-width: 900px) {
  .hp-new .hero { padding: 56px 24px 24px; align-items: flex-start; height: 100vh; height: 100dvh; min-height: 0; }
  .hp-new .hero-video { display: none; }
  .hp-new .hero-mobile-img { display: block; }
  .hp-new .hero-content {
    max-width: 100%; text-align: left;
    display: flex; flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
  }
  .hp-new .hero-headline { font-size: 38px; }
  .hp-new .hero-search { margin-top: 0; }
  .hp-new .hero-search select { padding: 14px 16px; font-size: 13px; }
  .hp-new .hero-search-btn { padding: 14px 24px; }
  .hp-new .hero-eyebrow { display: none; }
  .hp-new .hero-sub { display: none; }
  .hp-new .hero-bg::after {
    background:
      linear-gradient(to top, rgba(28,26,23,1) 0%, rgba(28,26,23,0.7) 35%, rgba(28,26,23,0.4) 60%, rgba(28,26,23,0.5) 100%);
  }
  .hp-new .hero-search { flex-direction: column; }
  .hp-new .hero-search select { border-right: 1px solid rgba(253,250,244,0.2); border-bottom: none; }
  .hp-new .press-bar { padding: 20px 24px; gap: 12px; flex-direction: column; align-items: center; }
  .hp-new .press-logos { flex-wrap: wrap; justify-content: center; gap: 16px 24px; }
  .hp-new .press-logo { font-size: 12px; }
  .hp-new .press-logo.serif-italic { font-size: 14px; }
  .hp-new .manifesto-stats { display: none; }
  .hp-new .manifesto, .hp-new .hosts-intro { grid-template-columns: 1fr; gap: 48px; }
  .hp-new .manifesto { padding: 80px 24px; }
  .hp-new .destinations, .hp-new .hosts-section, .hp-new .reviews-section { padding: 80px 24px; }
  .hp-new .dest-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .hp-new .dest-card { min-height: 200px; }
  .hp-new .dest-card:first-child { grid-row: span 1; grid-column: span 2; min-height: 280px; }
  .hp-new .host-card { flex: 0 0 75%; }
  .hp-new .reviews-grid { grid-template-columns: 1fr; }
  .hp-new .host-cta { margin: 0 24px 80px; padding: 48px 36px; grid-template-columns: 1fr; }
  .hp-new .manifesto-stats { margin-top: 40px; }
}

/* Larger desktops: show more hosts */
@media (min-width: 1400px) {
  .hp-new .host-card { flex: 0 0 calc(25% - 3px); }
}
@media (min-width: 1800px) {
  .hp-new .host-card { flex: 0 0 calc(20% - 4px); }
}
