html,
body {
  height: 100%;
}

body {
  background: radial-gradient(1200px 700px at 20% 0%, #fff7ec 0%, #f6efe6 55%, #f2e6d7 100%);
  color: #241a13;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.font-oswald {
  font-family: Oswald, system-ui, sans-serif;
}

.font-script {
  font-family: "Great Vibes", cursive;
}

.hero-bg {
  background-image: url("./Hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: clip;
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1000px 700px at 10% 35%, rgba(255, 247, 236, 0.75) 0%, rgba(255, 247, 236, 0) 60%),
    linear-gradient(180deg, rgba(10, 6, 4, 0.35) 0%, rgba(10, 6, 4, 0.08) 28%, rgba(10, 6, 4, 0.48) 100%);
  pointer-events: none;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  background: #fff;
  color: #111;
  padding: 10px 12px;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(18, 12, 9, 0.16);
  z-index: 1000;
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 12px;
  outline: 3px solid rgba(162, 75, 32, 0.45);
  outline-offset: 3px;
}

.text-shadow-soft {
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.85);
}

.panel-shadow {
  box-shadow: 0 18px 50px rgba(18, 12, 9, 0.22);
}

.card-shadow {
  box-shadow: 0 10px 26px rgba(18, 12, 9, 0.16);
}
