<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">

:root {
  --overlay-1: rgba(78, 48, 20, 0.72);
  --overlay-2: rgba(78, 48, 20, 0.48);
  --overlay-3: rgba(78, 48, 20, 0.2);
  --overlay-4: rgba(78, 48, 20, 0);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
 color: #fff;
  background: #111;
  font-weight: 400;


}



img {
  display: block;
  max-width: 100%;
}

.hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
align-items: start;   /* moves content to top */
    padding-top: 100px;
padding-top: 60px;
  position: relative;
background:
  linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.65) 40%,
    rgba(0, 0, 0, 0.45) 65%,
    rgba(0, 0, 0, 0.20) 80%,
    rgba(0, 0, 0, 0.00) 100%
  ),
  url("images/ultra-large-desktop.jpg") center 85% / cover no-repeat;
}

.hero__content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;     /* centers container */
  padding: 20px;
  text-align: start center;

}

.hero__subcontent {
 //max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.kicker {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 20px;
  opacity: 0.9;
  margin: 0 auto 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
text-transform: uppercase;
 font-weight: 600;

}

.subhead {
margin: -10px auto 0;
  text-shadow: 0 4px 20px rgba(0,0,0,0.6);
 font-weight: 300;
}


.cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 0;
  padding-bottom: 32px;
}

.btn {
  width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 12px 18px;
  font-family: "Poppins", system-ui, sans-serif;
text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 0.12s ease, background 0.12s ease, border-color 0.12s ease;
  user-select: none;
  color: #ffffff;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background: rgba(255, 210, 140, 0.16);
  border-color: rgba(255, 210, 140, 0.35);
}

.btn-primary:hover {
  background: rgba(255, 210, 140, 0.22);
}

.btn-secondary {
  background: rgba(0, 0, 0, 0.18);
}

.btn-secondary:hover {
  background: rgba(0, 0, 0, 0.26);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero {
   linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.7)
      ),
  url("images/ultra-large-desktop.jpg") center 85% / cover no-repeat;

  }

  h1 {
 margin: 0 auto;   
  }

  .subhead {
 margin: 10px auto 0;
  text-align: center;
  }

  .hero__content {
    width: min(90%, 900px);
  }
}

@media (max-width: 768px) {
  .hero {
    background:
      linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.7)
      ),
  url("images/ultra-large-desktop.jpg") center 85% / cover no-repeat;

    align-items: start;
    background-position: 30% center;
  }

  h1 {
     font-size: clamp(30px, 6vw, 20px);
  line-height: 1.05;
  text-align: center;
text-transform: uppercase;
      margin: 0 auto;
  }

  .subhead {
     margin: 10px auto 0;
  text-align: center;
  }

  .hero__content {
    width: min(90%, 700px);
  }

.cta-row {
    flex-direction: column;   /* 🔥 stacks buttons */
    align-items: center;
  }

  .btn {
    width: 100%;              /* makes buttons full width */
    max-width: 280px;         /* keeps them clean, not too wide */
font-size: clamp(25px, 6vw, 20px);

  }

}

@media screen and (max-height: 430px) and (orientation: landscape) {
  .hero {
    min-height: 100vh;
    display: grid;
    align-items: center;
    position: relative;
    background:
       linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.7)
      ),
  url("images/ultra-large-desktop.jpg") center 85% / cover no-repeat;
  }

  h1 {
    margin: 0 auto;
  }

  .subhead {
    margin: 10px auto 0;
  text-align: center;
  }

  .hero__content {
    width: min(90%, 900px);
  }
}

@media (max-width: 412px) {
  .hero {
    background:
      linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.7)
      ),
  url("images/ultra-large-desktop.jpg") center 85% / cover no-repeat;
    align-items: start;
    background-position: 20% center;
  }

  h1 {

    margin: 0 auto;
  }

  .subhead {
  margin: 10px auto 0;
  text-align: center;
  }

  .hero__content {
    width: 100%;
  }

  .hero__subcontent {
   max-width: 700px;
  margin: 0 auto;
  text-align: center;
  }
}
