:root {
  color-scheme: dark;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #fbfaf5;
  background: #1d302e;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body { min-width: 280px; }
.landscape { position: fixed; inset: 0; z-index: -1; background: #1d302e; }
.landscape img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.landscape::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,24,26,.3) 0%, rgba(9,23,25,.52) 48%, rgba(8,22,23,.6) 100%);
}
.page { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; padding: 38px 52px 30px; }
.masthead, .footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.domain { font-size: 23px; letter-spacing: -.7px; font-weight: 600; }
.status { display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.34); border-radius: 24px; padding: 9px 14px; font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase; }
.status-dot { width: 5px; height: 5px; border-radius: 50%; background: #dfebce; }
.hero { flex: 1; display: grid; place-items: center; text-align: center; padding: 80px 0 96px; }
.hero-content { max-width: 900px; }
.eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 4px; }
h1 { margin: 28px 0 30px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(64px, 8.2vw, 118px); font-weight: 400; letter-spacing: -5px; line-height: .97; text-shadow: 0 4px 32px rgba(0,0,0,.12); }
h1 em { font-weight: 400; }
.divider { display: block; width: 44px; height: 1px; margin: 34px auto 24px; background: rgba(255,255,255,.6); }
p { margin: 0; font-size: 14px; line-height: 1.7; color: #eceee6; font-weight: 400; }
.footer { font-size: 11px; letter-spacing: .3px; color: #e3e8e0; }
@media (max-width: 600px) {
  .page { padding: 25px 24px 24px; }
  .domain { font-size: 20px; }
  .status { padding: 8px 11px; font-size: 9px; letter-spacing: 1.1px; }
  .hero { padding: 70px 0 88px; }
  h1 { font-size: clamp(52px, 15vw, 86px); letter-spacing: -2.8px; margin-top: 30px; }
  p { max-width: 240px; margin-inline: auto; font-size: 13px; }
  .eyebrow { font-size: 10px; letter-spacing: 3px; }
}
@media (max-height: 500px) and (min-width: 601px) {
  .page { padding-block: 20px; }
  .hero { padding: 32px 0; }
  h1 { font-size: 64px; margin-block: 16px; }
  .divider { margin-block: 20px 14px; }
}
