/* Honest Overhead landing pages — theme-resistant hero + stats + directory */

.ho-landing {
  --ho-orange: #FF8F00;
  --ho-orange-deep: #E07F00;
  --ho-charcoal: #222222;
  --ho-dark: #1A1A1A;
  --ho-body: #555555;
  --ho-offwhite: #F9F7F5;
  --ho-white: #FFFFFF;
  --ho-border: #E6E6E6;
  --ho-font: 'Roboto', system-ui, sans-serif;

  font-family: var(--ho-font);
  color: var(--ho-body);
  line-height: 1.65;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.ho-landing *,
.ho-landing *::before,
.ho-landing *::after {
  box-sizing: border-box;
}

.ho-landing img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ho-landing__shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

/* Full-bleed hero */
.ho-landing .ho-landing__hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: min(72vh, 680px);
  display: flex;
  align-items: flex-end;
  color: #fff !important;
  overflow: hidden;
  isolation: isolate;
}

.ho-landing__hero-media,
.ho-landing__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ho-landing__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ho-landing__hero-overlay {
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.45) 0%, rgba(17, 17, 17, 0.62) 45%, rgba(17, 17, 17, 0.92) 100%),
    linear-gradient(90deg, rgba(17, 17, 17, 0.65) 0%, rgba(17, 17, 17, 0.2) 75%);
}

.ho-landing__hero-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 56px;
}

.ho-landing .ho-landing__brand,
.ho-landing .ho-landing__title,
.ho-landing .ho-landing__subtitle,
.ho-landing .ho-landing__reviews,
.ho-landing .ho-landing__btn--ghost,
.ho-landing .ho-landing__btn--ghost .ho-landing__btn-label {
  color: #fff !important;
}

.ho-landing .ho-landing__brand {
  margin: 0 0 14px;
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

.ho-landing .ho-landing__title {
  margin: 0 0 14px;
  max-width: 15ch;
  font-size: clamp(34px, 6vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.ho-landing .ho-landing__subtitle {
  margin: 0 0 20px;
  max-width: 40ch;
  font-size: clamp(16px, 2vw, 19px);
  color: rgba(255, 255, 255, 0.92) !important;
}

.ho-landing__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.ho-landing .ho-landing__stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #FF8F00 !important;
}

.ho-landing .ho-landing__star {
  display: block;
  flex-shrink: 0;
}

.ho-landing .ho-landing__reviews {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.ho-landing .ho-landing__reviews:hover {
  text-decoration: underline;
  color: #fff !important;
}

.ho-landing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ho-landing .ho-landing__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 2px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ho-landing .ho-landing__btn--primary,
.ho-landing a.ho-landing__btn--primary {
  background: #FF8F00 !important;
  background-color: #FF8F00 !important;
  border-color: #FF8F00 !important;
  color: #fff !important;
}

.ho-landing .ho-landing__btn--primary .ho-landing__btn-label,
.ho-landing a.ho-landing__btn--primary .ho-landing__btn-label,
.ho-landing a.ho-landing__btn--primary:visited,
.ho-landing a.ho-landing__btn--primary:hover,
.ho-landing a.ho-landing__btn--primary:focus {
  color: #fff !important;
}

.ho-landing .ho-landing__btn--primary:hover,
.ho-landing a.ho-landing__btn--primary:hover {
  background: #E07F00 !important;
  background-color: #E07F00 !important;
  border-color: #E07F00 !important;
  color: #fff !important;
}

.ho-landing .ho-landing__btn--ghost,
.ho-landing a.ho-landing__btn--ghost {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.9) !important;
  color: #fff !important;
}

.ho-landing .ho-landing__btn--ghost:hover,
.ho-landing a.ho-landing__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

/* Stats band under hero */
.ho-landing .ho-landing__stats {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #FF8F00;
  color: #fff;
  padding: 28px 0;
}

.ho-landing__stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 12px;
}

.ho-landing__stat {
  text-align: center;
  padding: 0 10px;
  position: relative;
}

.ho-landing .ho-landing__stat-value {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  line-height: 1.15;
  color: #fff !important;
}

.ho-landing .ho-landing__stat-label {
  margin: 0;
  display: inline-block;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff !important;
  background: #222222;
  border-radius: 2px;
}

/* Directory */
.ho-landing__directory {
  background: #fff;
  padding: 48px 0 40px;
}

.ho-landing .ho-landing__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #FF8F00 !important;
}

.ho-landing .ho-landing__section-title {
  margin: 0 0 10px;
  font-size: clamp(26px, 3.4vw, 40px);
  color: #222 !important;
  line-height: 1.15;
}

.ho-landing__section-lead {
  margin: 0 0 28px;
  max-width: 52ch;
  color: #555;
}

.ho-landing__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.ho-landing__card {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border: 1px solid #E6E6E6;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.ho-landing__card:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  border-color: #d9d9d9;
}

.ho-landing__card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #222;
}

.ho-landing__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ho-landing__card:hover .ho-landing__card-media img {
  transform: scale(1.04);
}

.ho-landing__card-body {
  display: grid;
  gap: 8px;
  padding: 18px 18px 20px;
}

.ho-landing__card-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F9F7F5;
  color: #FF8F00;
  font-size: 20px;
}

.ho-landing .ho-landing__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #222 !important;
  line-height: 1.25;
}

.ho-landing .ho-landing__card-desc {
  font-size: 14px;
  color: #555 !important;
}

.ho-landing .ho-landing__card-cta {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FF8F00 !important;
}

.ho-landing__empty {
  grid-column: 1 / -1;
  padding: 24px;
  background: #F9F7F5;
}

/* Editorial story */
.ho-landing__story {
  background: #F9F7F5;
  padding: 56px 0 40px;
}

.ho-landing__story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.ho-landing .ho-landing__prose h2 {
  margin: 0 0 14px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  color: #222 !important;
}

.ho-landing .ho-landing__prose p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #555 !important;
}

.ho-landing__prose h2:not(:first-of-type) {
  margin-top: 28px;
}

.ho-landing__aside-photo {
  margin: 0 0 18px;
  background: #fff;
  border: 1px solid #E6E6E6;
}

.ho-landing__aside-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.ho-landing__aside-photo figcaption {
  padding: 12px 14px 14px;
  font-size: 13px;
  color: #555;
}

.ho-landing__aside-card {
  background: #222;
  color: #fff;
  padding: 24px 22px;
}

.ho-landing .ho-landing__aside-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #FF8F00 !important;
}

.ho-landing .ho-landing__aside-text {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.88) !important;
}

.ho-landing .ho-landing__text-link {
  display: inline-block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px;
}

.ho-landing .ho-landing__text-link:hover {
  color: #fff !important;
}

/* Bottom CTA */
.ho-landing .ho-landing__cta-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #222;
  color: #fff;
  padding: 56px 0;
  text-align: center;
}

.ho-landing .ho-landing__cta-band h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3.5vw, 40px);
  color: #fff !important;
}

.ho-landing .ho-landing__cta-band p {
  margin: 0 auto 24px;
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.85) !important;
}

.ho-landing__cta-band .ho-landing__actions {
  justify-content: center;
}

.ho-landing__cta-band .ho-landing__btn--ghost,
.ho-landing__cta-band a.ho-landing__btn--ghost {
  border-color: rgba(255, 255, 255, 0.9) !important;
  color: #fff !important;
}

@media (min-width: 700px) {
  .ho-landing__stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .ho-landing__stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, 0.28);
  }

  .ho-landing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 980px) {
  .ho-landing .ho-landing__hero {
    min-height: min(78vh, 720px);
    align-items: center;
  }

  .ho-landing__hero-inner {
    padding: 96px 0 72px;
  }

  .ho-landing__directory {
    padding: 56px 0 48px;
  }

  .ho-landing__story {
    padding: 64px 0 48px;
  }

  .ho-landing__story-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.7fr);
    gap: 48px;
    align-items: start;
  }

  .ho-landing__aside {
    position: sticky;
    top: 96px;
  }

  .ho-landing__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ho-landing__grid--locations {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ho-landing__card,
  .ho-landing__btn,
  .ho-landing__card-media img {
    transition: none;
  }

  .ho-landing__card:hover {
    transform: none;
  }

  .ho-landing__card:hover .ho-landing__card-media img {
    transform: none;
  }
}
