/* Nav overrides: home */
body.home .site-header .logo { visibility: visible !important; }
body.home .site-header .main-nav a:hover { color: #FFDE00; }
body.home .site-header .main-nav a.active { color: #FFDE00; border-bottom: 2px solid #FFDE00; }
body.home .site-header:not(.scrolled) { background: transparent; box-shadow: none; }
body.home .site-header.scrolled { background: #0e1e1d; }
/* ---- Hero ---- */
.home-hero {
  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)), url('../images/hero-misty-mountains.jpg') center center / cover no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 160px 0 100px;
  position: relative;
  overflow: hidden;
}

.home-hero-inner { display: flex; align-items: center; gap: 60px; }
.home-hero-left { flex: 1; max-width: 500px; }
.home-hero-right { flex: 1; display: flex; justify-content: center; }

.home-badge-features { display: inline-block; margin-bottom: 20px; }
.home-badge {
  display: inline-block;
  background: #FFDE00;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 28px;
}

.hero-welcome-badge { display: inline-block; background: #FFDE00; color: #111; font-size: 12px; font-weight: 700; letter-spacing: 0.04em; padding: 6px 14px; border-radius: 20px; margin-bottom: 16px; }
.hero-award-badge { display: inline-flex; align-items: center; gap: 6px; margin-top: 20px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5); font-family: 'Poppins', sans-serif; }
.hero-award-star { color: #FFDE00; font-size: 14px; }
.hero-award-list { display: none; list-style: none; margin: 12px 0 0; padding: 0; flex-direction: column; gap: 3px; }
.hero-award-list li { font-size: 11px; color: rgba(255,255,255,0.4); font-family: 'Poppins', sans-serif; padding-left: 12px; position: relative; }
.hero-award-list li::before { content: '—'; position: absolute; left: 0; color: #FFDE00; font-size: 10px; }
.home-title {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.02em;
  padding-bottom: 0;
  margin-bottom: 24px;
}

.ht-br { display: block; }
.home-title-accent {
  color: #FFDE00;
  font-style: italic;
}

.home-subtitle { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.65; margin-bottom: 36px; max-width: 420px; }
.home-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.home-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #006760;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.home-btn-primary:hover { opacity: 0.85; color: #fff; }

.home-btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  border-radius: 10px;
  border: 1.5px solid rgba(255,255,255,0.4);
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.home-btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; }

/* Phone wrap — white card with phone overlapping */
.home-phone-wrap {
  position: relative;
  transform: rotate(2deg);
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-width: 340px;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 0;
}
.home-phone-wrap:hover { transform: rotate(0deg); }
.home-phone-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 10px;
  left: -10%;
  right: -10%;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 32px;
  box-shadow: 0 24px 64px rgba(0,0,0,.2);
  z-index: 0;
}

.home-mockup-img { width: 100%; display: block; position: relative; z-index: 1; filter: saturate(1.4) contrast(1.05); transform: scale(1.15); transform-origin: center center; }

.home-now-playing { position: absolute; bottom: -20px; left: -72px; background: #fff; border-radius: 18px; padding: 22px 30px; display: flex; align-items: center; gap: 18px; box-shadow: 0 8px 32px rgba(0,0,0,.16); min-width: 320px; z-index: 2; }

.home-np-icon { width: 40px; height: 40px; background: #006760; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.home-np-icon::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 12px; border-color: transparent transparent transparent #fff; margin-left: 3px; }
.home-np-icon.playing::before { content: ''; width: 3px; height: 12px; background: #fff; border-radius: 1px; margin-right: 3px; }
.home-np-icon.playing::after { width: 3px; height: 12px; background: #fff; border: none; border-radius: 1px; margin-left: 0; }
.home-np-label { font-size: 10px; font-weight: 700; color: #006760; text-transform: uppercase; letter-spacing: .08em; display: block; margin-bottom: 6px; }
.home-np-title { font-size: 13px; font-weight: 700; color: #111; }

/* ---- Features ---- */
.home-features { background: #eef0ef; padding: 80px 0; }
.home-features-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.home-feature { display: flex; align-items: flex-start; gap: 20px; }
.home-feature-icon { width: 52px; height: 52px; background: rgba(56,181,171,.15); border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #006760; }
.home-feature-icon .material-symbols-outlined { font-size: 24px; }
.home-feature h3 { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700; color: #111; padding-bottom: 0; margin-bottom: 8px; }
.home-feature p { font-size: 14px; color: #555; line-height: 1.7; }


/* ---- Featured Audio Tours ---- */
.featured-tours-section { padding: 80px 0; background: #f5f6f7; }
.featured-tours-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; gap: 20px; flex-wrap: wrap; }
.featured-tours-heading { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 800; color: #111; padding-bottom: 0; margin-bottom: 8px; }
.featured-tours-sub { font-size: 15px; color: #555; line-height: 1.6; max-width: 480px; }
.featured-tours-link { color: #38B5AB; font-weight: 700; font-size: 15px; white-space: nowrap; text-decoration: none; border-bottom: 2px solid #38B5AB; padding-bottom: 2px; flex-shrink: 0; }
.featured-tours-link:hover { opacity: 0.75; }
.featured-tours-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.ft-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.07); transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; }
.ft-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.12); }
.ft-card-img { position: relative; height: 280px; overflow: hidden; }
.ft-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.ft-card:hover .ft-card-img img { transform: scale(1.05); }
.ft-rating { position: absolute; top: 12px; right: 12px; background: #fff; font-size: 12px; font-weight: 700; color: #111; padding: 5px 12px; border-radius: 9999px; box-shadow: 0 2px 6px rgba(0,0,0,.12); }
.ft-card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.ft-desc { flex: 1; }
.ft-meta { display: flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; color: #38B5AB; letter-spacing: .06em; margin-bottom: 10px; text-transform: uppercase; }
.ft-meta .material-symbols-outlined { font-size: 15px; }
.ft-title { font-family: 'Poppins', sans-serif; font-size: 19px; font-weight: 800; color: #111; line-height: 1.2; padding-bottom: 0; margin-bottom: 10px; }
.ft-desc { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ft-footer { display: flex; justify-content: space-between; align-items: center; }
.ft-location { font-size: 14px; font-weight: 700; color: #111; }

/* ---- Partners Marquee ---- */
.marquee-section { background: #0e1e1d; padding: 40px 0 48px; overflow: hidden; }
.marquee-label { text-align: center; font-family: 'Poppins', sans-serif; font-size: 32px; font-weight: 800; color: #fff; margin-bottom: 40px; line-height: 1.2; }
.marquee-track { display: flex; width: 100%; }
@media (min-width: 768px) {
  .marquee-track { -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%); mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%); }
}
.marquee-content { display: flex; align-items: center; gap: 48px; flex-shrink: 0; animation: marquee-scroll 28s linear infinite; padding-right: 48px; }
.marquee-logo { height: 160px; width: 180px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 16px; padding: 24px; }
.marquee-logo img { max-width: 100%; max-height: 100%; object-fit: contain; filter: grayscale(20%); transition: filter .2s; }
.marquee-logo:hover img { filter: grayscale(0%); }
.marquee-speed-btn { display: block; margin: 20px auto 0; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.6); font-size: 12px; padding: 6px 16px; border-radius: 20px; cursor: pointer; letter-spacing: .05em; transition: background .2s, color .2s; }
.marquee-speed-btn:hover { background: rgba(255,255,255,.2); color: #fff; }
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

/* ---- Stats Section ---- */
.stats-section { background: #0e1e1d; padding: 0 0 96px; }
.stats-heading { font-family: 'Poppins', sans-serif; font-size: 32px; font-weight: 800; color: #fff; margin-bottom: 12px; line-height: 1.1; }
.stats-sub { font-size: 16px; color: rgba(255,255,255,.55); margin-bottom: 56px; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stats-card { background: rgba(255,255,255,.06); border-radius: 20px; padding: 40px 36px 36px; display: flex; flex-direction: column; justify-content: space-between; min-height: 260px; }
.stats-num { font-family: 'Poppins', sans-serif; font-size: 64px; font-weight: 800; color: #fff; line-height: 1; margin-bottom: auto; }
.stats-desc { font-size: 15px; color: rgba(255,255,255,.55); margin-top: 40px; line-height: 1.4; }
.stats-cta { text-align: center; margin-top: 48px; }
@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .stats-card:last-child { grid-column: span 2; }
  .stats-num { font-size: 52px; }
  .stats-heading { font-size: 32px; }
}
@media (max-width: 767px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stats-card:last-child { grid-column: span 1; }
  .stats-card { min-height: 180px; padding: 28px 24px 24px; }
  .stats-num { font-size: 48px; }
  .stats-heading { font-size: 28px; }
}

/* ---- Partners ---- */
.partners-section { padding: 80px 0; background: #fff; border-top: 1px solid #eee; }
.partners-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; margin-bottom: 48px; flex-wrap: wrap; }
.partners-heading { font-family: 'Poppins', sans-serif; font-size: 32px; font-weight: 800; color: #111; padding-bottom: 0; margin-bottom: 10px; line-height: 1.2; }
.partners-sub { font-size: 15px; color: #555; line-height: 1.6; max-width: 420px; }
.partners-stats { display: flex; gap: 32px; flex-shrink: 0; }
.partners-stat { text-align: center; }
.partners-stat-num { display: block; font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 800; color: #38B5AB; line-height: 1; }
.partners-stat-label { display: block; font-size: 12px; font-weight: 700; color: #777; text-transform: uppercase; letter-spacing: .06em; margin-top: 4px; }
.partners-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; }
.partner-logo { background: #fff; border: 1px solid #e8e8e8; border-radius: 10px; padding: 14px; display: flex; align-items: center; justify-content: center; aspect-ratio: 3/2; transition: border-color 0.2s, box-shadow 0.2s; }
.partner-logo:hover { border-color: #38B5AB; box-shadow: 0 4px 12px rgba(56,181,171,.12); }
.partner-logo img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(30%); transition: filter 0.2s; }
.partner-logo:hover img { filter: grayscale(0%); }
.featured-tours-cta { text-align: center; margin-top: 40px; }
.featured-tours-cta .home-btn-primary { font-size: 16px; padding: 16px 40px; }
.partners-cta { text-align: center; margin-top: 40px; }
.partners-seemore-wrap { display: none; }
.partners-seemore-btn { background: none; border: 1px solid #ddd; border-radius: 8px; padding: 10px 24px; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: #38B5AB; cursor: pointer; }

/* ---- Soul Section ---- */
.soul-section { padding: 80px 0; background: #fff; }
.soul-inner { display: flex; align-items: center; gap: 64px; }
.soul-images { position: relative; flex-shrink: 0; width: 460px; height: 400px; }
.soul-img-1 { position: absolute; top: 0; left: 0; width: 210px; height: 270px; object-fit: cover; border-radius: 12px; box-shadow: 0 12px 36px rgba(0,0,0,.22), 0 2px 8px rgba(0,0,0,.12); }
.soul-img-2 { position: absolute; top: 80px; left: 190px; width: 260px; height: 300px; object-fit: cover; border-radius: 18px; box-shadow: 0 12px 36px rgba(0,0,0,.22), 0 2px 8px rgba(0,0,0,.12); }
.soul-text h2 { font-family: 'Poppins', sans-serif; font-size: 42px; font-weight: 800; color: #111; line-height: 1.1; padding-bottom: 0; margin-bottom: 18px; }
.soul-accent { color: #ED195A; font-style: italic; font-family: 'Gloria Hallelujah', cursive; text-decoration: underline; text-decoration-color: #ED195A; font-size: 0.9em; }
.soul-text > p { font-size: 15px; color: #555; line-height: 1.7; margin-bottom: 24px; }
.soul-checklist { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 10px; }
.soul-checklist li { font-size: 14px; color: #006760; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.soul-checklist li::before { content: '✓'; display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; background: #006760; color: #fff; border-radius: 50%; font-size: 11px; font-weight: 700; flex-shrink: 0; }
.soul-link { color: #006760; font-weight: 700; font-size: 15px; text-decoration: none; border-bottom: 2px solid #006760; padding-bottom: 2px; transition: opacity 0.2s; }
.soul-link:hover { opacity: 0.7; }

/* ---- Impact Section ---- */
.impact-section { padding: 80px 0; background: #f2f4f3; }
.impact-inner { display: flex; align-items: center; gap: 56px; }
.impact-left { flex: 1; }
.impact-badge { display: inline-block; border: 1.5px solid #006760; color: #006760; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 14px; border-radius: 9999px; margin-bottom: 20px; }
.impact-left h2 { font-family: 'Poppins', sans-serif; font-size: 38px; font-weight: 800; color: #111; line-height: 1.1; padding-bottom: 0; margin-bottom: 16px; }
.impact-accent { color: #006760; }
.impact-left > p { font-size: 15px; color: #555; line-height: 1.7; margin-bottom: 28px; }
.impact-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 28px; }
.impact-features > div { background: #fff; border: 1px solid #e0e2e1; border-radius: 12px; padding: 20px; }
.impact-features h4 { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #111; padding-bottom: 0; margin-bottom: 6px; }
.impact-features p { font-size: 13px; color: #666; line-height: 1.6; }
.impact-right { flex: 1; }
.impact-stats-card { background: #e2e5e3; border-radius: 20px; padding: 20px; }
.impact-stat-row { display: flex; gap: 12px; margin-bottom: 12px; }
.impact-stat { flex: 1; background: #fff; border-radius: 12px; padding: 16px 20px; }
.impact-stat-label { display: block; font-size: 11px; color: #777; font-weight: 600; margin-bottom: 4px; }
.impact-stat-value { font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 800; color: #111; }
.impact-analytics { border-radius: 12px; background: #0d1b2a; padding: 16px 20px 14px; }
.chart-title { display: block; font-size: 11px; font-weight: 700; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.chart-bars { display: flex; align-items: flex-end; gap: 6px; height: 90px; }
.chart-bar { flex: 1; background: #38B5AB; border-radius: 4px 4px 0 0; opacity: 0.75; transition: opacity 0.2s; }
.chart-bar:hover { opacity: 1; }
.chart-footer { display: block; font-size: 11px; color: #38B5AB; font-weight: 700; margin-top: 10px; }

/* ---- CTA Banner ---- */
.cta-banner-section { padding: 60px 0; background: #f5f6f7; }
.cta-banner { background: #38B5AB; border-radius: 24px; padding: 64px 48px; text-align: center; }
.cta-banner-heading { font-family: 'Poppins', sans-serif; font-size: 44px; font-weight: 800; color: #fff; line-height: 1.15; padding-bottom: 0; margin-bottom: 16px; }
.cta-banner-accent { color: rgba(255,255,255,0.55); font-style: italic; }
.cta-banner-sub { font-size: 16px; color: rgba(255,255,255,0.82); line-height: 1.7; max-width: 520px; margin: 0 auto 32px; }
.cta-banner-badges { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-banner-badges img { height: 48px; width: auto; }
.cta-social { display: flex; gap: 14px; justify-content: center; margin: 24px 0 16px; }
.cta-social a { color: rgba(255,255,255,.7); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); transition: color .2s, border-color .2s, background .2s; }
.cta-social a:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.15); }
.cta-social svg { width: 18px; height: 18px; }
.cta-newsletter-form { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; max-width: 520px; margin: 0 auto; }
.cta-newsletter-form input { flex: 1; min-width: 240px; padding: 14px 20px; border-radius: 12px; border: none; background: rgba(255,255,255,.2); color: #fff; font: inherit; font-size: 15px; outline: none; }
.cta-newsletter-form input::placeholder { color: rgba(255,255,255,.65); }
.cta-newsletter-form input:focus { background: rgba(255,255,255,.28); }
.cta-newsletter-form button { padding: 14px 28px; border-radius: 12px; border: none; background: #ED195A; color: #fff; font: inherit; font-weight: 700; font-size: 15px; cursor: pointer; transition: opacity .2s; white-space: nowrap; }
.cta-newsletter-form button:hover { opacity: .88; }
.cta-social-proof { display: flex; align-items: center; gap: 12px; justify-content: center; margin-top: 20px; }
.cta-avatars { display: flex; }
.cta-avatars img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; object-position: center top; border: 2px solid #38B5AB; margin-left: -10px; }
.cta-avatars img:first-child { margin-left: 0; }
.cta-social-proof span { font-size: 14px; color: rgba(255,255,255,.8); font-weight: 600; }

/* ---- Footer ---- */

/* ---- Scroll Animations ---- */
[data-animate] { opacity: 0; transform: translateY(32px); transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1); }
[data-animate="left"] { transform: translateX(-48px); }
[data-animate="right"] { transform: translateX(48px); }
[data-animate="scale"] { transform: scale(0.94); }
[data-animate].in-view { opacity: 1; transform: none; }
[data-delay="1"] { transition-delay: 0.1s; }
[data-delay="2"] { transition-delay: 0.2s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.4s; }

/* ---- Responsive ---- */
@media (max-width: 1140px) {
  .home-hero { min-height: auto; padding: 60px 0 80px; background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)), url('../images/hero-misty-mountains.jpg') center center / cover no-repeat; }
  .home-hero-inner { flex-direction: column; gap: 48px; }
  .home-hero-left { max-width: 100%; }
  .home-title { font-size: 42px; }
  .hero-award-list { display: flex; flex-direction: row; flex-wrap: wrap; gap: 6px 16px; }
  .hero-award-list li { padding-left: 10px; }
  .home-features-inner { grid-template-columns: 1fr; gap: 28px; }
  .partners-grid { grid-template-columns: repeat(3,1fr); }
  .immersive-heading { font-size: 36px; }
  .soul-inner, .impact-inner { flex-direction: column; gap: 40px; }
  .featured-tours-grid { grid-template-columns: 1fr; }
  .partners-header { flex-direction: column; }
  .partners-stats { justify-content: flex-start; }
  .soul-images { width: 100%; height: 240px; }
  .soul-text h2, .impact-left h2 { font-size: 30px; }
  .impact-features { grid-template-columns: 1fr; }
  .home-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .home-hero-inner { display: flex; flex-direction: row; align-items: center; gap: 32px; }
  .home-hero-left { flex: 1; }
  .home-hero-right { flex: 0 0 240px; }
  .home-phone-wrap { max-width: 240px; margin: 0 auto; }
  .soul-inner { flex-direction: column; gap: 32px; }
  .partners-header { flex-direction: row; align-items: flex-start; }
  .partners-grid { grid-template-columns: repeat(4,1fr); }
  .impact-inner { flex-direction: row; align-items: center; gap: 32px; }
  .impact-left { flex: 1; min-width: 0; }
  .impact-right { flex: 0 0 55%; min-width: 0; }
  .featured-tours-grid { grid-template-columns: repeat(2, 1fr); }

  .soul-images { width: 100%; height: 260px; }
  .soul-img-1 { width: 48%; height: 240px; top: 0; }
  .soul-img-2 { left: 50%; width: 48%; height: 240px; top: 0; }
  .soul-text h2 { font-size: 32px; }
}

.impact-demo-mobile { display: none; }
@media (max-width: 767px) {
  .home-hero { padding: 80px 0 120px; background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)), url('../images/hero-misty-mountains-mobile.jpg') center center / cover no-repeat; }
  .home-title { font-size: 40px; }
  .home-now-playing { left: 0; bottom: -72px; min-width: 180px; }
  .home-phone-wrap::before { left: -10%; right: -10%; top: 0; bottom: 10px; }
  .home-hero { overflow: hidden; }
  [data-animate="left"], [data-animate="right"] { transform: translateY(32px); }
  .partners-heading, .immersive-heading { font-size: 28px; }
  .soul-img-1 { width: 48%; height: 180px; }
  .soul-img-2 { left: 46%; width: 52%; height: 200px; top: 30px; }
  .cta-banner { padding: 40px 24px; }
  .cta-banner-heading { font-size: 30px; }
  .home-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }

  /* Mobile hero order: heading → phone → subtitle → download → work with us */
  .home-hero-inner { flex-direction: column; gap: 0; }
  .home-hero-left { display: contents; }
  .home-title { order: 2; margin-bottom: 0; }
  .home-hero-right { order: 3; margin: 20px 0 90px; max-width: 75%; align-self: center; }
  .hero-welcome-badge { display: none; }
  .impact-demo-btn { display: none; }
  .impact-demo-mobile { display: block; margin-top: 20px; text-align: center; }
  .impact-right { margin-top: -24px; width: 100%; flex: none; }
  .home-subtitle { order: 4; margin-bottom: 20px; }
  .home-ctas { order: 5; flex-direction: column; gap: 12px; }

  /* Smaller features strip on mobile */
  .home-features { padding: 32px 0; }
  .home-features-inner { gap: 16px; }
  .home-feature { gap: 12px; }
  .home-feature-icon { width: 36px; height: 36px; flex-shrink: 0; }
  .home-feature-icon .material-symbols-outlined { font-size: 18px; }
  .home-feature h3 { font-size: 13px; margin-bottom: 2px; }
  .home-feature p { font-size: 12px; line-height: 1.5; }

  /* Partners mobile: 3-col grid */
  .partners-section { padding: 48px 0; }
  .partners-stat--hide-mobile { display: none; }
  .partners-stats { justify-content: flex-start; }
  .partners-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .partner-logo { padding: 12px; border-radius: 8px; aspect-ratio: 3/2; }
  .partner-logo--extra { display: none; }
  .partners-seemore-wrap { display: block; text-align: center; margin-top: 48px; }
  .partners-cta { display: block; margin-top: 16px; text-align: center; }
  .partners-grid.partners-expanded .partner-logo--extra { display: flex; }
}

/* Awards section */
.home-awards-section { background: #0e1e1d; padding: 72px 0; }
.home-awards-header { text-align: center; margin-bottom: 48px; }
.home-awards-kicker { display: block; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #FFDE00; margin-bottom: 10px; }
.home-awards-header h2 { font-family: 'Poppins', sans-serif; font-size: 32px; font-weight: 800; color: #fff; margin: 0; }
.home-awards-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.home-award-card { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, border-color .2s; }
.home-award-card:hover { transform: translateY(-4px); border-color: rgba(255,222,0,.3); }
.home-award-img-wrap { padding: 24px; display: flex; align-items: center; justify-content: center; height: 160px; background: rgba(255,255,255,.03); }
.home-award-img-wrap img { max-width: 100%; max-height: 110px; object-fit: contain; }
.home-award-img-wrap--light { background: #fff; }
.home-award-info { padding: 16px 20px 20px; border-top: 1px solid rgba(255,255,255,.06); }
.home-award-name { display: block; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.home-award-year { display: block; font-size: 12px; color: #FFDE00; font-family: 'Poppins', sans-serif; font-weight: 600; }
.home-award-cat { display: block; font-size: 11px; color: rgba(255,255,255,.45); font-family: 'Poppins', sans-serif; margin-top: 3px; }
.home-award-card--winner { border-color: #FFDE00; border-width: 2px; }
.home-award-card--winner:hover { border-color: #FFDE00; }
.home-award-card--winner .home-award-cat { color: #FFDE00; }
@media (max-width: 767px) {
  .home-awards-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .home-award-card--full { grid-column: span 2; }
  .home-awards-section { padding: 48px 0; }
  .home-awards-header h2 { font-size: 24px; }
  .home-award-img-wrap { height: 120px; padding: 16px; }
}
