.hero {
  min-height: 88vh;
  padding: 9.75rem 6vw 6.4rem;
  display: grid;
  align-items: end;
  color: #F4F5F2;
  background:
    linear-gradient(180deg, rgba(22, 38, 53, 0.04) 0%, rgba(22, 38, 53, 0.44) 100%),
    url("../assets/images/pic1.jpg") center / cover no-repeat;
}

.hero-inner {
  max-width: 56rem;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: 0.96rem;
  font-weight: 300;
  letter-spacing: 0.09em;
  color: rgba(244, 245, 242, 0.82);
  margin: 0 0 1.25rem;
}

.contact-kicker,
.hero-copy,
.intro-panel,
.statement-section,
.execution-section {
  display: none;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3.85rem, 7.1vw, 6.15rem);
  line-height: 0.96;
  font-weight: 300;
  letter-spacing: -0.047em;
  color: #F4F5F2;
  margin: 0;
  max-width: 50rem;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.dark {
  background: #F7F8F7;
  color: var(--slate-deep);
  padding: 6.2rem 6vw 6.35rem;
  margin-top: -1px;
}

.line-list {
  margin: 0 auto;
  max-width: 46rem;
  border-top: 1px solid rgba(22, 38, 53, 0.16);
}

.line-row {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  gap: 1.45rem;
  align-items: baseline;
  padding: 1.28rem 0;
  border-bottom: 1px solid rgba(22, 38, 53, 0.16);
  color: var(--slate-deep);
  transition: opacity 0.25s ease;
}

.line-row span {
  display: block;
  font-family: var(--font-display);
  font-size: 0.86rem;
  line-height: 1;
  letter-spacing: 0.09em;
  color: rgba(22, 38, 53, 0.48);
}

.line-row strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.72rem, 3.55vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: inherit;
}

.line-row:hover {
  opacity: 0.64;
}

.image-band {
  position: relative;
  background: #F7F8F7;
  padding: 0 0 0;
}

.image-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 38, 53, 0.13);
  pointer-events: none;
}

.image-band img {
  width: 100%;
  height: 42vh;
  min-height: 22rem;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.94) brightness(1.04);
}

.contact {
  background: var(--slate-deep);
  color: #F4F5F2;
  text-align: center;
  padding: 3.25rem 6vw 2rem;
}

.contact h2 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.4vw, 4.1rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  color: #F4F5F2;
  margin: 0 0 0.85rem;
}

.contact-link {
  color: rgba(244, 245, 242, 0.8);
  font-size: 0.92rem;
}

.home-footer {
  margin-top: 2.1rem;
  padding-top: 1.45rem;
  border-top: 1px solid rgba(244, 245, 242, 0.16);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: rgba(244, 245, 242, 0.5);
  font-family: var(--font-display);
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  justify-content: flex-end;
}

.socials a {
  color: rgba(244, 245, 242, 0.52);
  font-size: 0.98rem;
  transition: opacity 0.25s ease;
}

.socials a:hover {
  opacity: 0.55;
}

.privacy {
  grid-column: 1 / -1;
  max-width: 36rem;
  margin: 1.35rem auto 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: 0.76rem;
  line-height: 1.45;
  font-weight: 300;
  color: rgba(244, 245, 242, 0.34);
}

@media (max-width: 900px) {
  .hero {
    min-height: 72vh;
    padding: 7.6rem 6vw 4.2rem;
    background:
      linear-gradient(180deg, rgba(22, 38, 53, 0.02) 0%, rgba(22, 38, 53, 0.38) 100%),
      url("../assets/images/pic1.jpg") center / cover no-repeat;
  }

  .hero-brand {
    font-size: 0.88rem;
    margin-bottom: 1rem;
  }

  .hero h1 {
    font-size: clamp(2.68rem, 10.4vw, 3.75rem);
    line-height: 0.98;
    max-width: 20rem;
  }

  .dark {
    padding: 4.25rem 6vw 4.45rem;
  }

  .line-list {
    max-width: 100%;
  }

  .line-row {
    grid-template-columns: 2.25rem 1fr;
    gap: 1rem;
    padding: 1.05rem 0;
  }

  .line-row span {
    font-size: 0.76rem;
  }

  .line-row strong {
    font-size: clamp(1.58rem, 7vw, 2.38rem);
    line-height: 1.02;
  }

  .image-band {
    padding: 0;
  }

  .image-band img {
    height: 28vh;
    min-height: 14rem;
  }

  .contact {
    padding: 2.8rem 6vw 1.85rem;
  }

  .contact h2 {
    font-size: clamp(2.35rem, 10vw, 3.45rem);
    margin-bottom: 0.75rem;
  }

  .home-footer {
    grid-template-columns: 1fr;
    text-align: center;
    margin-top: 1.85rem;
    padding-top: 1.35rem;
    gap: 1rem;
  }

  .socials {
    justify-content: center;
    gap: 1.05rem;
  }

  .privacy {
    margin-top: 1rem;
    max-width: 20rem;
    font-size: 0.72rem;
    line-height: 1.42;
  }
}
