.seo-prerender {
  min-height: 100vh;
  padding: clamp(92px, 12vw, 150px) 24px;
  color: #f4f1e8;
  background:
    radial-gradient(900px circle at 88% -12%, rgba(215, 179, 62, .2), transparent 55%),
    #050605;
  font-family: Manrope, Inter, system-ui, sans-serif;
}
.seo-prerender__inner { width: min(980px, 100%); margin: 0 auto; }
.seo-prerender__eyebrow { margin: 0 0 18px; color: #d7b33e; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.seo-prerender h1 { max-width: 15ch; margin: 0 0 24px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(46px, 8vw, 82px); line-height: 1.02; }
.seo-prerender p { max-width: 720px; color: #c8c1b1; font-size: 19px; line-height: 1.7; }
.seo-prerender nav { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 30px; }
.seo-prerender a { color: #f0d98b; font-weight: 800; text-underline-offset: 4px; }

