.hg-home-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 25, 48, 0.22) 0%, rgba(7, 25, 48, 0) 56%),
    url("../img/brand/haven-go-hero-bg.png") center / cover no-repeat,
    var(--hg-navy);
}

.hg-home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 100px;
  background: linear-gradient(180deg, transparent, rgba(5, 20, 39, 0.18));
  pointer-events: none;
}

.hg-home-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 700px;
  align-items: center;
  padding-top: 68px;
  padding-bottom: 70px;
}

.hg-home-hero-copy {
  width: min(610px, 100%);
}

.hg-home-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #9df4c7;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hg-home-kicker span {
  width: 28px;
  height: 2px;
  background: var(--hg-green);
}

.hg-home-hero h1 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(3.4rem, 7vw, 6.1rem);
  letter-spacing: -0.055em;
  line-height: 0.93;
}

.hg-home-hero-copy > p {
  max-width: 600px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
  line-height: 1.7;
}

.hg-home-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hg-btn-large {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 10px;
}

.hg-btn-on-dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hg-btn-on-dark:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.14);
}

.hg-home-trust {
  display: flex;
  gap: 0;
  margin-top: 50px;
}

.hg-home-trust > div {
  display: grid;
  gap: 2px;
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hg-home-trust > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hg-home-trust strong {
  color: #fff;
  font-size: 0.84rem;
}

.hg-home-trust span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
}

.hg-home-intro {
  padding-top: 100px;
  padding-bottom: 110px;
  background: #fff;
}

.hg-home-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 56px;
}

.hg-home-overline {
  display: block;
  margin-bottom: 14px;
  color: var(--hg-green-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hg-home-heading h2,
.hg-home-driver-copy h2,
.hg-home-community h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4.5vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.hg-home-heading > p {
  margin: 0 0 6px;
  color: var(--hg-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hg-home-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 24px;
  align-items: stretch;
}

.hg-home-story-image,
.hg-home-driver-image {
  margin: 0;
}

.hg-home-story-image-main {
  min-height: 560px;
  overflow: hidden;
  border-radius: 22px;
}

.hg-home-story-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hg-home-values {
  display: grid;
  gap: 12px;
}

.hg-home-values article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 17px;
  align-content: center;
  min-height: 0;
  padding: 26px;
  border: 1px solid var(--hg-border);
  border-radius: 18px;
  background: var(--hg-bg);
}

.hg-home-values img {
  width: 44px;
  height: 44px;
}

.hg-home-values h3 {
  margin: 0 0 7px;
  font-size: 1.1rem;
}

.hg-home-values p {
  margin: 0;
  color: var(--hg-muted);
  font-size: 0.91rem;
  line-height: 1.6;
}

.hg-home-driver {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #f1f8f6;
}

.hg-home-driver-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 70px;
  align-items: center;
}

.hg-home-driver-copy > p {
  margin: 24px 0 22px;
  color: var(--hg-muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

.hg-home-checklist {
  display: grid;
  gap: 13px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.hg-home-checklist li {
  position: relative;
  padding-left: 30px;
  color: var(--hg-navy);
  font-size: 0.92rem;
  font-weight: 650;
}

.hg-home-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--hg-green);
  font-size: 0.74rem;
  font-weight: 800;
}

.hg-text-link {
  color: var(--hg-navy);
  font-size: 0.83rem;
  font-weight: 700;
}

.hg-home-driver-image {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--hg-shadow-md);
}

.hg-home-driver-image > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hg-home-driver-image figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 2px;
  min-width: 250px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--hg-shadow-sm);
  backdrop-filter: blur(14px);
}

.hg-home-driver-image figcaption strong {
  color: var(--hg-navy);
  font-size: 0.9rem;
}

.hg-home-driver-image figcaption span {
  color: var(--hg-muted);
  font-size: 0.76rem;
}

.hg-home-community {
  position: relative;
  overflow: hidden;
  padding-top: 115px;
  padding-bottom: 115px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  background:
    linear-gradient(rgba(7, 25, 48, 0.82), rgba(7, 25, 48, 0.9)),
    url("../img/brand/haven-go-delivery-2.png") center 45% / cover no-repeat;
}

.hg-home-community::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 178, 104, 0.14), transparent 58%);
}

.hg-home-community-inner {
  position: relative;
  z-index: 1;
}

.hg-home-community .hg-home-overline {
  color: #9df4c7;
}

.hg-home-community h2 {
  color: #fff;
}

.hg-home-community h2 span {
  color: #48d995;
}

.hg-home-community p {
  max-width: 720px;
  margin: 24px auto 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.04rem;
  line-height: 1.72;
}

.hg-btn-light {
  color: var(--hg-navy);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.hg-btn-light:hover {
  color: var(--hg-green-dark);
  background: #f5fffa;
}

@media (max-width: 940px) {
  .hg-home-hero {
    min-height: 650px;
    background-position: 58% center;
  }

  .hg-home-hero-inner {
    min-height: 650px;
  }

  .hg-home-hero-copy {
    width: min(520px, 62%);
  }

  .hg-home-trust {
    display: none;
  }

  .hg-home-heading,
  .hg-home-story-grid,
  .hg-home-driver-grid {
    grid-template-columns: 1fr;
  }

  .hg-home-heading {
    gap: 22px;
  }

  .hg-home-story-image-main {
    min-height: 440px;
  }

  .hg-home-values {
    grid-template-columns: repeat(3, 1fr);
  }

  .hg-home-values article {
    grid-template-columns: 1fr;
  }

  .hg-home-driver-grid {
    gap: 44px;
  }
}

@media (max-width: 720px) {
  .hg-home-hero {
    min-height: 690px;
    background-position: 64% center;
  }

  .hg-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 20, 39, 0.98) 0%, rgba(5, 20, 39, 0.8) 56%, rgba(5, 20, 39, 0.28) 100%);
  }

  .hg-home-hero-inner {
    min-height: 690px;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .hg-home-hero-copy {
    position: relative;
    z-index: 1;
    width: min(500px, 100%);
  }

  .hg-home-hero h1 {
    font-size: clamp(3.25rem, 15vw, 4.8rem);
  }

  .hg-home-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hg-home-actions .hg-btn {
    width: 100%;
  }

  .hg-home-intro,
  .hg-home-driver,
  .hg-home-community {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hg-home-values {
    grid-template-columns: 1fr;
  }

  .hg-home-values article {
    grid-template-columns: 48px 1fr;
    padding: 22px;
  }

  .hg-home-story-image-main {
    min-height: 340px;
  }

  .hg-home-driver-image figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-width: 0;
  }
}
