/* ============================================================
   home.css — HOMEPAGE-specific section styles.
   Shared chrome (nav, footer, buttons, tokens, type) lives in site.css.
   ============================================================ */

/* ---- HERO ---- */
.hero { position: relative; height: 840px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-content { position: relative; z-index: 2; text-align: center; color: var(--white); padding-top: 60px; }
.hero-content h1 { color: var(--white); margin-bottom: 22px; }
.hero-content p { font-size: 18px; line-height: 26px; margin-bottom: 34px; }
.hero-btns { display: flex; gap: 16px; justify-content: center; }

/* ---- image captions ---- */
.img-caption {
  font-size: 12px; line-height: 16px; letter-spacing: -0.02em;
  color: #6b6b6b; margin-top: 12px;
}
.img-caption span { font-weight: 700; color: #3a3a3a; }
.img-caption.light { color: rgba(255,255,255,.75); }
.img-caption.light span { color: #fff; }
.hero-caption {
  max-width: calc(var(--container) + var(--gutter) * 2);
  margin: 16px auto 0;
  padding: 0 var(--gutter);
}

/* ---- VIP ---- */
.vip { padding: 96px 0 72px; }
.vip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start; }
.vip-text h2 { color: var(--black); margin-bottom: 28px; }
.vip-text p { margin-bottom: 24px; max-width: 470px; }
.vip-list { list-style: disc; padding-left: 22px; margin: 0 0 24px; max-width: 470px; }
.vip-list li { margin-bottom: 8px; }
.vip-media img { width: 100%; aspect-ratio: 5 / 6; object-fit: cover; border-radius: 0; }
.vip-media .img-caption { text-align: right; }

/* ---- LOGO STRIP ---- */
.logos { padding: 28px 0; overflow: hidden; }
.logo-track {
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter);
}
.logo-track img { height: 56px; width: auto; object-fit: contain; }

/* ---- WE'RE HERE TO HELP ---- */
.help { padding: 64px 0 96px; }
.help h2 { color: var(--black); margin-bottom: 28px; }
.help .lead { margin-bottom: 72px; }
.help-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.help-col { text-align: center; }
.help-icon { width: 56px; height: 56px; object-fit: contain; margin: 0 auto 24px; }
.help-col h3 {
  font-family: var(--sans); font-weight: 600; font-size: 28px; line-height: 36px;
  letter-spacing: -0.03em; margin-bottom: 16px; color: var(--black);
}
.help-col p { color: #2c2c2c; }

/* ---- NAVY BANDS (Need help / Ready) ---- */
.band-navy { background: var(--navy); color: var(--white); }
.band { padding: 56px 0; }
.band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.band-media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 0; }
.band-text h2 { color: var(--white); margin-bottom: 22px; }
.band-text p { color: rgba(255,255,255,.92); margin-bottom: 30px; max-width: 420px; }

/* ---- JOURNEYS ---- */
.journeys { padding: 88px 0; }
.journeys h2 { color: var(--black); margin-bottom: 24px; }
.journeys .lead { margin-bottom: 64px; }
.journeys-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px 80px; margin-bottom: 56px; }
.journey-col { text-align: center; }
.journey-icon { width: 96px; height: 96px; object-fit: contain; margin: 0 auto 20px; }
.journey-col h3 {
  font-family: var(--sans); font-weight: 600; font-size: 28px; line-height: 36px;
  letter-spacing: -0.03em; margin-bottom: 16px; color: var(--black);
}
.journey-col p { color: #2c2c2c; max-width: 360px; margin: 0 auto; }

/* ---- OUR LOCATION ---- */
.location { padding: 80px 0; }
.location h2 { color: var(--white); margin-bottom: 28px; }
.location-body { color: rgba(255,255,255,.92); max-width: 1000px; margin: 0 auto 36px; }
.meet-label { font-weight: 700; font-size: 16px; color: var(--white); margin-bottom: 40px; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 44px; }
.loc-card { position: relative; border-radius: 0; overflow: hidden; aspect-ratio: 16 / 7; }
.loc-card img { width: 100%; height: 100%; object-fit: cover; }
.loc-label {
  position: absolute; left: 22px; top: 50%; transform: translateY(-50%);
  color: var(--white); font-size: 20px; font-weight: 600; letter-spacing: -0.03em;
}
.loc-arrow { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
.loc-arrow img { width: 36px; height: 36px; }

/* ---- TESTIMONIAL ---- */
.testimonial { padding: 80px 0; }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.testimonial-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 0; }
.testimonial-right h2 { color: var(--black); margin-bottom: 36px; max-width: 560px; }
.t-card { position: relative; }
.t-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: none; z-index: 3; }
.t-prev { left: 16px; }
.t-next { right: 16px; }
.t-arrow img { width: 36px; height: 36px; }
.t-body { background: var(--sand); border-radius: 20px; padding: 32px 64px; }
.t-slide { display: none; }
.t-slide.is-active { display: block; }
.t-card.t-single .t-arrow { display: none; }
.quote-icon { width: 34px; height: 34px; margin-bottom: 14px; }
.t-quote { font-weight: 700; font-size: 16px; color: #1a1a1a; margin-bottom: 16px; }
.t-text { font-size: 15px; line-height: 23px; color: #3a3a3a; margin-bottom: 18px; }
.t-author { font-weight: 700; font-size: 15px; color: #1a1a1a; }

/* ---- EXPLORE DESTINATIONS ---- */
.explore { padding: 80px 0; }
.explore h2 { color: var(--black); margin-bottom: 56px; }
.explore-viewport { overflow: hidden; }
/* Single-row carousel track (slid by controller.js / GSAP); 3 cards per view. */
.explore-grid { display: flex; gap: 24px; will-change: transform; }
.dest-card { position: relative; border-radius: 0; overflow: hidden; aspect-ratio: 5 / 7; flex: 0 0 calc((100% - 48px) / 3); }
.dest-card img { width: 100%; height: 100%; object-fit: cover; }
.dest-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,.65) 100%);
}
.dest-tag {
  position: absolute; left: 18px; top: 18px; z-index: 2;
  background: var(--teal); color: var(--white); font-size: 13px; font-weight: 600;
  padding: 7px 18px; border-radius: 999px;
}
.dest-arrow { position: absolute; right: 16px; top: 16px; z-index: 2; }
.dest-arrow img { width: 36px; height: 36px; }
.dest-desc {
  position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2;
  color: var(--white); font-size: 14px; line-height: 20px;
}
.explore-controls { display: flex; justify-content: center; gap: 14px; margin-top: 40px; }
.ctrl-arrow { background: none; transition: opacity .2s ease; }
.ctrl-arrow img { width: 36px; height: 36px; }
.ctrl-next img { transform: scaleX(-1); }
.ctrl-arrow:disabled { opacity: .3; cursor: default; }

/* ---- GET INSPIRED ---- */
.inspired { padding: 56px 0 88px; }
.inspired h2 { color: var(--black); margin-bottom: 12px; }
.inspired-sub { font-size: 18px; margin-bottom: 26px; }
.inspired .pill-navy { margin-bottom: 56px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.blog-card { text-align: center; }
.blog-card img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: 0; margin-bottom: 22px; }
.blog-card h3 {
  font-family: var(--sans); font-weight: 600; font-size: 16px; line-height: 22px;
  letter-spacing: -0.02em; color: #1a1a1a; margin-bottom: 16px;
}
.read-more { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--navy); font-weight: 500; }
.read-more img { width: 12px; height: 12px; }

/* ---- CONTACT FORM ---- */
.contact { padding: 72px 0 80px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.contact-left h2 { color: var(--white); margin-bottom: 18px; }
.contact-left p { color: rgba(255,255,255,.92); font-size: 22px; line-height: 30px; max-width: 320px; }
.contact-form { display: flex; flex-direction: column; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { display: flex; flex-direction: column; }
.field label { color: var(--white); font-size: 13px; font-weight: 600; margin-bottom: 10px; }
.field input, .field textarea {
  background: var(--white); border: none; border-radius: 4px; padding: 15px 18px;
  font-family: var(--sans); font-size: 15px; letter-spacing: -0.02em; color: #1a1a1a;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #9aa0a6; }
.contact-form .pill-water { align-self: flex-start; margin-top: 6px; }

/* ---- RESPONSIVE (homepage sections) ---- */
@media (max-width: 900px) {
  .vip-grid, .band-grid, .testimonial-grid, .contact-grid { grid-template-columns: 1fr; }
  .help-grid, .journeys-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .dest-card { flex-basis: calc((100% - 24px) / 2); }   /* 2 cards per view */
}
@media (max-width: 560px) {
  .help-grid, .journeys-grid, .blog-grid, .location-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .dest-card { flex-basis: 100%; }                        /* 1 card per view */
}
