@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Cinzel:wght@400;500&display=swap');

.kh-hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.kh-hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 44%, #241f0c 0%, #171308 35%, #0f0d04 60%, #090901 100%);
  z-index: 0;
}

.kh-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
}

.kh-hero__eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 0.48em;
  color: #8a6e2e;
  text-transform: uppercase;
  margin-bottom: 32px;
  opacity: 0;
  animation: khFadeUp 1.8s 0.4s forwards;
}

.kh-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(52px, 9vw, 100px);
  font-weight: 300;
  color: #ede0c4;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.6);
  opacity: 0;
  animation: khFadeUp 1.8s 0.8s forwards;
}

.kh-hero__tm {
  font-size: 0.28em;
  vertical-align: super;
  color: #8a6e2e;
  font-family: 'Cinzel', serif;
  font-weight: 400;
}

.kh-hero__rule {
  width: 0;
  height: 56px;
  border-left: 1px solid #c8a040;
  margin: 28px auto;
  display: block;
  opacity: 0;
  animation: khFadeUp 1.8s 1.1s forwards;
}

.kh-hero__subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(16px, 2.4vw, 22px);
  font-style: italic;
  font-weight: 300;
  color: rgba(196, 174, 128, 0.85);
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
  opacity: 0;
  animation: khFadeUp 1.8s 1.3s forwards;
}

.kh-hero__microline {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #7a6e50;
  text-transform: uppercase;
  margin-bottom: 48px;
  opacity: 0;
  animation: khFadeUp 1.8s 1.6s forwards;
}

.kh-hero__cta {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #0e0c08;
  background: #c8a040;
  padding: 16px 44px;
  text-decoration: none;
  border: none;
  transition: background 0.3s;
  opacity: 0;
  animation: khFadeUp 1.8s 1.9s forwards;
}

.kh-hero__cta:hover {
  background: #d4b048;
  color: #0e0c08;
  text-decoration: none;
}

.kh-hero__scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 0.3em;
  color: #8a6e2e;
  text-transform: uppercase;
  z-index: 2;
  opacity: 0;
  animation: khFadeUp 1.8s 2.2s forwards;
}

.kh-hero__scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, #8a6e2e, transparent);
  animation: khScrollPulse 2.4s infinite;
}

@keyframes khFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes khScrollPulse {
  0%, 100% { opacity: 0.3; }
  50%       { opacity: 1; }
}

@media (max-width: 768px) {
  .kh-hero__eyebrow   { font-size: 8px; letter-spacing: 0.3em; }
  .kh-hero__microline { font-size: 9px; letter-spacing: 0.18em; }
  .kh-hero__cta       { padding: 14px 32px; }
}
```

Also update the **Hero Title field default value** to just:
```
The Keyholder