.ogs-hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  background: #1a1a1a;
}

.ogs-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.ogs-hero-slide.active {
  opacity: 1;
}

.ogs-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: none !important;
  will-change: auto !important;
}

.ogs-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ogs-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 92svh;
  text-align: center;
  padding: 2rem;
}

.ogs-hero-title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.2;
  margin: 0;
  font-family: 'DM Serif Display', serif;
}

.ogs-hero-sub {
  color: #d4c9bc;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 1rem 0 0;
}

.ogs-hero-tag {
  color: #d4c9bc;
  font-size: 0.88rem;
  font-style: italic;
  font-weight: 300;
  margin: 0.75rem 0 0;
}

.ogs-hero-cta {
  margin-top: 2rem;
}

.ogs-hero p {
  margin-bottom: 0;
}

.ogs-hero-cta a,
.ogs-hero-cta a:visited,
.ogs-hero-cta a:hover,
.ogs-hero-cta a:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

.ogs-hero-cta a {
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
  padding: 1rem 3rem;
  display: inline-block;
  transition: background 0.3s, border-color 0.3s;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.ogs-hero-cta a:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: #ffffff;
}

@media (max-width: 768px) {
  .ogs-hero,
  .ogs-hero-inner {
    min-height: 80svh;
  }

  .ogs-hero-title {
    font-size: 2.2rem;
  }
}
