body.home-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,248,246,0.48) 0%, rgba(255,248,246,0) 70%),
    var(--bg-color);
}

.home-hero {
  position: relative;
  height: 412px;
  overflow: hidden;   
  color: var(--white);
  background: var(--text);
}

.home-hero-video,
.home-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-video {
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.8) contrast(0.92) saturate(0.86);
}

.home-hero-shade {
  background: rgba(62, 43, 38, 0.13);
}

.home-hero-content {
  position: relative;
  z-index: 1;
  height: 412px;
}

.home-page .site-header {
  min-height: 128px;
  padding-top: 18px;
}

.home-page .site-brand img {
  max-height: 96px;
}

.home-page .site-nav-col {
  padding-top: 13px;
}

.home-page .site-nav {
  gap: 28px;
}

.home-page .site-nav .nav-link {
  font-size: 1.08rem;
}

.home-hero-copy {
  width: 430px;
  max-width: 52%;
  margin-top: 16px;
  margin-left: 0;
  text-align: center;
  text-shadow: 0 2px 24px rgba(47,35,32,0.36);
}

.home-hero-copy h1 {
  margin-bottom: 16px;
  font-size: 3.45rem;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.home-hero-copy p {
  margin-bottom: 24px;
  font-size: 1.25rem;
  line-height: 1.25;
}

.home-hero-copy .btn {
  min-width: 132px;
  padding: 10px 34px;
  font-size: 1.55rem;
}

.home-main {
  max-width: 1450px;
  padding-top: 38px;
  color: var(--text);
}

.home-intro {
  max-width: 1450px;
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(93,75,73,0.17);
}

.home-intro p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.56rem;
  line-height: 1.35;
}

.home-experience {
  margin: 0 auto;
  padding: 0 0 0;
  border-bottom: 1px solid rgba(93,75,73,0.17);
}

.home-experience-copy {
  padding: 0 24px 0 22px;
}

.home-experience-copy h2 {
  margin-bottom: 22px;
  font-size: 1.65rem;
  font-weight: 400;
}

.home-experience-copy p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.34rem;
  line-height: 1.55;
}

.home-experience-img {
  display: block;
  width: 100%;
  height: 224px;
  object-fit: cover;
}

.home-steps-row {
  border-bottom: 1px solid rgba(93,75,73,0.17);
}

.home-steps {
  position: relative;
  margin: 0 auto;
  padding: 25px 0 27px;
  display: flex;
  justify-content: center;
  gap: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  line-height: 1.1;
}
 
.home-steps span {
  display: inline-flex;
  align-items: center;
}

.home-steps + .home-steps::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 22px;
  transform: translateY(-50%);
  background: rgba(93,75,73,0.32);
}

.home-symbolic,
.home-pricing {
  max-width: 1450px;
  padding: 27px 0 30px;
  border-bottom: 1px solid rgba(93,75,73,0.17);
}

.home-symbolic h2,
.home-pricing h2 {
  margin-bottom: 14px;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.15;
}

.home-symbolic p,
.home-pricing p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.31rem;
  line-height: 1.43;
}

.home-pricing {
  padding-top: 27px;
  padding-bottom: 30px;
}

.home-pricing p {
  margin-bottom: 24px;
}

.home-apply-btn {
  min-width: 256px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.55rem;
}

.home-bottom {
  padding-top: 25px;
}

.home-bottom .bottom-cities {
  margin-bottom: 9px;
  font-size: 1.05rem;
  letter-spacing: 3px;
}

.home-bottom .tagline {
  font-size: 2.1rem;
}

.home-page .site-footer {
  padding-top: 19px;
  padding-bottom: 24px;
  font-size: 0.82rem;
}

@media (min-width: 1200px) {
  .home-hero {
    height: 48.3vw;
    max-height: 520px;
  }

  .home-hero-content {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .home-hero,
  .home-hero-content {
    height: 620px;
  }

  .home-page .site-header {
    min-height: 0;
  }

  .home-hero-copy {
    width: 100%;
    max-width: 100%;
    margin-top: 58px;
    padding: 0 12px;
  }

  .home-hero-copy h1 {
    font-size: 3rem;
  }

  .home-main {
    max-width: 100%;
    padding-top: 34px;
  }

  .home-experience {
    gap: 24px;
    text-align: center;
  }

  .home-experience-copy {
    padding: 0;
  }

  .home-experience-img {
    height: 240px;
  }

  .home-steps-row {
    border-bottom: 1px solid rgba(93,75,73,0.17);
  }

  .home-steps {
    flex-direction: column;
    gap: 12px;
    padding: 8px 0;
  }

  .home-steps span {
    justify-content: center;
  }

  .home-steps + .home-steps::before {
    content: "";
    display: none;
  }

  .home-apply-btn {
    width: 100%;
    min-width: 0;
  }
}
