:root {
  --ink: #08090a;
  --ink-soft: #101113;
  --paper: #f4efe6;
  --muted: #b8afa5;
  --wine: #851f31;
  --wine-light: #bd4053;
  --gold: #d2ae72;
  --gold-soft: #f0d29e;
  --teal: #3b8b84;
  --line: rgba(229, 206, 167, 0.18);
}

.page-home-premium {
  min-height: 100%;
  background-color: var(--bg-base, #08090a);
}

.page-home-premium .container.home-premium-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.hr-home {
  position: relative;
  width: 100%;
  min-height: 100vh;
  color: var(--paper);
  background: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  overflow: hidden;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--paper);
  font-family: var(--font-geist), Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 2vw, 34px);
  width: min(1740px, calc(100% - 5vw));
  margin: 0 auto;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 13px; }
.brand-logo {
  display: block;
  width: 45px;
  height: 45px;
  object-fit: contain;
  border-radius: 50%;
}
.brand-copy { display: grid; gap: 3px; }
.brand-copy strong { font: 600 17px/1.1 Georgia, serif; letter-spacing: 0.04em; }
.brand-copy small { color: #a89f96; font-size: 9px; letter-spacing: 0.21em; text-transform: uppercase; }
.site-header nav { display: flex; flex: 0 0 auto; align-items: center; gap: clamp(10px, 1.35vw, 24px); color: #c9c1b8; font-size: 13px; }
.site-header nav > * { flex: 0 0 auto; }
.site-header nav > a { white-space: nowrap; }
.site-header nav > a:not(.nav-cta) { transition: color 180ms ease; }
.site-header nav > a:not(.nav-cta):hover { color: var(--gold-soft); }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(210, 174, 114, 0.52); color: var(--gold-soft); background: rgba(210, 174, 114, 0.05); }
.premium-theme-form,
.premium-logout-form { display: flex; align-items: center; gap: 7px; margin: 0; }
.premium-theme-form label { color: #8f877f; font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; }
.premium-theme-select,
.nav-logout {
  min-height: 40px;
  border: 1px solid rgba(210, 174, 114, 0.36);
  border-radius: 0;
  color: var(--gold-soft);
  background: #111011;
  font: inherit;
  font-size: 11px;
}
.premium-theme-select { min-width: 125px; padding: 0 28px 0 12px; }
.premium-language-select { min-width: 104px; }
.nav-logout { padding: 0 15px; cursor: pointer; }
.nav-logout:hover { border-color: rgba(210, 174, 114, 0.7); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.75fr);
  align-items: center;
  gap: 7vw;
  min-height: 860px;
  padding: 145px max(5vw, calc((100vw - 1440px) / 2)) 90px;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(8, 9, 10, 0.99) 0%, rgba(8, 9, 10, 0.84) 54%, rgba(8, 9, 10, 0.65) 100%), linear-gradient(180deg, rgba(8, 9, 10, 0) 75%, #08090a 100%);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(rgba(230, 211, 180, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(230, 211, 180, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, transparent, #000 44%, #000);
}
.hero-grid {
  position: absolute;
  z-index: -1;
  right: -10vw;
  top: 6%;
  width: 65vw;
  aspect-ratio: 1;
  border: 1px solid rgba(210, 174, 114, 0.08);
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 58px, rgba(210, 174, 114, 0.045) 59px 60px);
}
.hero-glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(70px); pointer-events: none; }
.hero-glow-one { right: 3%; top: 19%; width: 490px; height: 490px; background: rgba(125, 28, 45, 0.34); }
.hero-glow-two { right: 20%; bottom: 0; width: 330px; height: 330px; background: rgba(38, 106, 98, 0.14); }
.hero-content { position: relative; z-index: 2; max-width: 790px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: 0.23em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin-bottom: 27px; font-size: clamp(58px, 6.2vw, 104px); line-height: 0.95; letter-spacing: -0.045em; }
.page-home-premium .hr-home .hero {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  column-gap: clamp(72px, 7vw, 150px) !important;
  text-align: left !important;
}
.page-home-premium .hr-home .hero-content {
  flex: 1 1 58%;
  min-width: 0;
}
.page-home-premium .hr-home .portal {
  flex: 0 1 430px;
  width: min(430px, 38vw);
  min-width: 360px;
}
.page-home-premium .hr-home .hero h1 {
  width: auto !important;
  max-width: none !important;
  margin: 0 0 27px !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(52px, 5.2vw, 92px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.045em !important;
  text-align: left !important;
  white-space: normal !important;
}
h1 em, h2 em { display: block; color: var(--gold-soft); font-weight: 400; }
h1 em { margin-top: 9px; color: transparent; background: linear-gradient(90deg, #f1d5a5, #c99358 70%); background-clip: text; -webkit-background-clip: text; }
.hero-intro { max-width: 630px; margin-bottom: 35px; color: #c3bbb2; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 0 24px; font-size: 12px; font-weight: 650; letter-spacing: 0.08em; text-transform: uppercase; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff9ef; background: linear-gradient(135deg, #8f2034, #651421); border: 1px solid #a23144; box-shadow: 0 13px 36px rgba(79, 12, 25, 0.26); }
.button-primary:hover { background: linear-gradient(135deg, #a5283e, #721725); }
.button-ghost { border: 1px solid rgba(239, 220, 186, 0.25); color: #ddd4ca; background: rgba(255, 255, 255, 0.025); }
.hero-promises { display: flex; flex-wrap: wrap; gap: 14px 29px; margin: 38px 0 0; padding: 0; list-style: none; color: #918981; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-promises span { margin-right: 7px; color: var(--gold); }

.portal { position: relative; display: grid; place-items: center; min-height: 570px; }
.portal-orbit { position: absolute; border: 1px solid rgba(210, 174, 114, 0.17); border-radius: 50%; animation: rotate 35s linear infinite; }
.orbit-one { width: 520px; height: 520px; }
.orbit-one::before, .orbit-two::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 20px var(--gold); }
.orbit-one::before { left: 50%; top: -4px; }
.orbit-two { width: 440px; height: 440px; border-style: dashed; border-color: rgba(139, 43, 59, 0.3); animation-direction: reverse; }
.orbit-two::after { right: 12%; bottom: 12%; background: var(--wine-light); }
.portal-card { position: relative; z-index: 2; width: min(430px, 90%); padding: 25px; border: 1px solid rgba(222, 192, 142, 0.27); background: linear-gradient(145deg, rgba(35, 32, 31, 0.93), rgba(14, 15, 16, 0.92)), var(--ink); box-shadow: 0 35px 85px rgba(0, 0, 0, 0.5), inset 0 0 45px rgba(133, 31, 49, 0.06); backdrop-filter: blur(14px); }
.portal-card::before, .portal-card::after { content: ""; position: absolute; width: 35px; height: 35px; }
.portal-card::before { left: 8px; top: 8px; border-left: 1px solid var(--gold); border-top: 1px solid var(--gold); }
.portal-card::after { right: 8px; bottom: 8px; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.portal-topline { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #aaa198; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; }
.portal-topline i { color: #71b8a8; font-style: normal; }
.portal-topline i::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: #71b8a8; box-shadow: 0 0 9px #71b8a8; }
.portal-title { display: flex; align-items: center; gap: 17px; padding: 24px 0; }
.portal-rune { display: grid; place-items: center; flex: 0 0 62px; height: 62px; border: 1px solid rgba(210, 174, 114, 0.28); border-radius: 50%; color: var(--gold-soft); font-size: 28px; background: radial-gradient(circle, rgba(133, 31, 49, 0.32), transparent 70%); }
.portal-title div { display: grid; gap: 5px; }
.portal-title strong { font: 400 25px/1 Georgia, serif; }
.portal-title small { color: #9f968d; font: italic 15px Georgia, serif; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stats-grid > div { display: grid; gap: 4px; padding: 19px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid strong { color: var(--gold-soft); font: 400 30px Georgia, serif; }
.stats-grid span { color: #928a82; font-size: 9px; letter-spacing: 0.15em; text-transform: uppercase; }
.portal-note { margin: 18px 0 0; color: #8f877f; font-size: 10px; text-align: center; letter-spacing: 0.1em; text-transform: uppercase; }
.portal-note span { display: inline-block; width: 5px; height: 5px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--wine-light); animation: pulse 2s ease-in-out infinite; }
.scroll-cue { position: absolute; left: max(5vw, calc((100vw - 1440px) / 2)); bottom: 25px; display: flex; align-items: center; gap: 14px; color: #716b66; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
.scroll-cue i { position: relative; width: 65px; height: 1px; background: #3b3a39; }
.scroll-cue i::after { content: ""; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.discover { padding: 120px 0 110px; background: linear-gradient(180deg, #08090a, #0d0d0f), var(--ink); }
.section-heading { display: grid; grid-template-columns: 1fr 0.56fr; align-items: end; gap: 7vw; width: min(1440px, 90vw); margin: 0 auto 55px; }
.section-heading h2, .journey h2, .community h2 { margin-bottom: 0; font-size: clamp(43px, 5vw, 74px); line-height: 1.04; letter-spacing: -0.035em; }
.section-heading > p { max-width: 500px; margin-bottom: 8px; color: #968e86; font-size: 15px; line-height: 1.75; }
.feature-window { width: 100%; overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent); }
.feature-track { display: flex; gap: 18px; width: max-content; padding: 14px 9px 22px; animation: feature-scroll 54s linear infinite; }
.feature-track:hover { animation-play-state: paused; }
.feature-card { flex: 0 0 390px; min-height: 480px; border: 1px solid rgba(232, 213, 181, 0.13); background: #131416; transition: transform 250ms ease, border-color 250ms ease; }
.feature-card:hover { transform: translateY(-8px); border-color: rgba(210, 174, 114, 0.44); }
.feature-image { position: relative; height: 235px; overflow: hidden; background: #191719; }
.feature-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(12, 12, 14, 0.84)); pointer-events: none; }
.feature-image img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.8) contrast(1.05); transition: transform 600ms ease, filter 400ms ease; }
.feature-card:hover img { transform: scale(1.045); filter: saturate(1) contrast(1.05); }
.feature-number { position: absolute; z-index: 2; left: 20px; bottom: 17px; color: rgba(255, 242, 220, 0.78); font: 400 12px Georgia, serif; letter-spacing: 0.16em; }
.planned { position: absolute; z-index: 2; right: 15px; top: 15px; padding: 8px 11px; border: 1px solid rgba(240, 210, 158, 0.35); color: var(--gold-soft); background: rgba(15, 13, 14, 0.74); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; backdrop-filter: blur(8px); }
.feature-body { padding: 27px 27px 31px; }
.feature-body > p { margin-bottom: 10px; color: var(--gold); font-size: 9px; font-weight: 650; letter-spacing: 0.2em; text-transform: uppercase; }
.feature-body h3 { margin: 0 0 15px; color: #f2ece3; font: 400 27px/1.1 Georgia, serif; }
.feature-body > span { display: block; color: #99918a; font-size: 13px; line-height: 1.7; }
.marquee-hint { width: min(1440px, 90vw); margin: 20px auto 0; color: #655f5a; font-size: 9px; letter-spacing: 0.12em; text-align: right; text-transform: uppercase; }
.marquee-hint span { margin-right: 7px; color: var(--gold); }

.journey { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 8vw; padding: 130px max(5vw, calc((100vw - 1440px) / 2)); border-top: 1px solid rgba(255, 255, 255, 0.06); border-bottom: 1px solid rgba(255, 255, 255, 0.06); background: radial-gradient(circle at 15% 70%, rgba(133, 31, 49, 0.12), transparent 28rem), #0b0c0d; }
.journey-intro > p:last-child { max-width: 530px; margin: 28px 0 0; color: #968e86; font-size: 15px; line-height: 1.75; }
.journey-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.journey-steps li { position: relative; display: grid; grid-template-columns: 45px 58px 0.85fr 1.15fr; align-items: center; gap: 24px; min-height: 142px; border-bottom: 1px solid var(--line); transition: background 180ms ease, padding 180ms ease; }
.journey-steps li:hover { padding: 0 16px; background: linear-gradient(90deg, rgba(133, 31, 49, 0.12), transparent); }
.step-number { color: #665f58; font: 400 10px Georgia, serif; letter-spacing: 0.18em; }
.step-icon { display: grid; place-items: center; width: 51px; height: 51px; border: 1px solid rgba(210, 174, 114, 0.23); border-radius: 50%; color: var(--gold); font: 400 22px Georgia, serif; }
.journey-steps h3 { margin: 0; font: 400 22px/1.2 Georgia, serif; }
.journey-steps p { margin: 0; color: #8e8780; font-size: 13px; line-height: 1.6; }

.community { display: grid; grid-template-columns: 0.82fr 1.18fr; min-height: 690px; background: #111011; }
.community-art { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, rgba(149, 42, 59, 0.32), transparent 50%), linear-gradient(135deg, #161113, #08090a); }
.community-art::before, .community-art::after { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(210, 174, 114, 0.15); transform: rotate(45deg); }
.community-art::after { width: 53%; border-color: rgba(133, 31, 49, 0.5); }
.sigil { position: relative; z-index: 2; display: flex; align-items: baseline; color: var(--gold-soft); text-shadow: 0 0 40px rgba(210, 174, 114, 0.2); }
.sigil span, .sigil i { font: 400 110px/1 Georgia, serif; }
.sigil i { margin-left: -13px; color: transparent; -webkit-text-stroke: 1px var(--gold); }
.community-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 90px max(7vw, calc((100vw - 1440px) / 2)); background: linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px), #111011; background-size: 46px 46px; }
.community-copy > p:not(.eyebrow) { max-width: 650px; margin: 29px 0 32px; color: #9d958d; font-size: 15px; line-height: 1.8; }
.community-actions { display: flex; flex-wrap: wrap; gap: 13px; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; min-height: 120px; padding: 22px max(5vw, calc((100vw - 1440px) / 2)); color: #716a64; background: #070708; font-size: 10px; letter-spacing: 0.08em; }
footer > span { justify-self: end; }
footer p { margin: 0; text-align: center; }
.footer-brand .brand-logo { width: 42px; height: 42px; }
.footer-brand .brand-copy strong { color: #c3bbb2; font-size: 14px; }
.footer-brand .brand-copy small { font-size: 7px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
.footer-links a { transition: color 180ms ease; }
.footer-links a:hover { color: var(--gold-soft); }

/* Bind the premium start page to the site's real, existing theme system. */
body.page-home-premium {
  --paper: var(--text, #f4efe6);
  --gold: var(--accent, #d2ae72);
  --gold-soft: var(--link, var(--accent, #f0d29e));
  --wine: var(--accent-2, #851f31);
  --wine-light: var(--accent, #bd4053);
  --line: var(--panel-edge, rgba(229, 206, 167, 0.18));
  --ink: var(--bg-base, #08090a);
  background-color: var(--bg-base, #08090a);
}

body.page-home-premium .hr-home {
  color: var(--text, #f4efe6);
  background: transparent;
  font-family: inherit;
}

body.page-home-premium .hr-home .hero {
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--bg-base, #08090a) 94%, transparent) 0%,
      color-mix(in srgb, var(--bg-base, #08090a) 76%, transparent) 54%,
      color-mix(in srgb, var(--bg-base, #08090a) 42%, transparent) 100%
    ),
    linear-gradient(
      180deg,
      transparent 68%,
      color-mix(in srgb, var(--bg-base, #08090a) 92%, transparent) 100%
    ) !important;
}

body.page-home-premium .hr-home .hero::after { content: none !important; }
body.page-home-premium .hr-home .hero::before {
  opacity: 0.2;
  background-image:
    linear-gradient(color-mix(in srgb, var(--accent, #d2ae72) 12%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--accent, #d2ae72) 12%, transparent) 1px, transparent 1px);
  background-size: 48px 48px;
}

body.page-home-premium .hr-home .hero-content,
body.page-home-premium .hr-home .portal {
  transform: translateY(-44px);
}

body.page-home-premium .hr-home .discover {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-base, #08090a) 91%, transparent),
    color-mix(in srgb, var(--bg-base, #08090a) 82%, transparent)
  );
}

body.page-home-premium .hr-home .journey {
  background:
    radial-gradient(circle at 15% 70%, color-mix(in srgb, var(--accent, #d2ae72) 13%, transparent), transparent 28rem),
    color-mix(in srgb, var(--bg-base, #08090a) 86%, transparent);
}

body.page-home-premium .hr-home .community {
  background: color-mix(in srgb, var(--bg-base, #08090a) 84%, transparent);
}

body.page-home-premium .hr-home .community-art {
  background:
    radial-gradient(circle at center, color-mix(in srgb, var(--accent, #d2ae72) 25%, transparent), transparent 50%),
    color-mix(in srgb, var(--panel-bg, #161113) 86%, transparent);
}

body.page-home-premium .hr-home .community-copy {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--text, #fff) 3%, transparent) 1px, transparent 1px),
    linear-gradient(color-mix(in srgb, var(--text, #fff) 3%, transparent) 1px, transparent 1px),
    color-mix(in srgb, var(--panel-bg, #111011) 87%, transparent);
  background-size: 46px 46px;
}

body.page-home-premium .hr-home footer {
  color: var(--muted, #716a64);
  background: color-mix(in srgb, var(--bg-base, #070708) 93%, transparent);
}

body.page-home-premium .hr-home .portal-card,
body.page-home-premium .hr-home .feature-card {
  border-color: var(--panel-edge, rgba(232, 213, 181, 0.18));
  color: var(--text, #f4efe6);
  background: color-mix(in srgb, var(--panel-bg, #131416) 92%, transparent);
}

body.page-home-premium .hr-home .premium-theme-select,
body.page-home-premium .hr-home .nav-logout {
  border-color: var(--field-edge, var(--panel-edge));
  color: var(--text, #f4efe6);
  background: var(--field-bg, #111011);
}

body.page-home-premium .hr-home h1,
body.page-home-premium .hr-home h2,
body.page-home-premium .hr-home h3,
body.page-home-premium .hr-home .brand-copy strong,
body.page-home-premium .hr-home .portal-title strong,
body.page-home-premium .hr-home .stats-grid strong,
body.page-home-premium .hr-home .feature-body h3,
body.page-home-premium .hr-home .journey-steps h3 {
  color: var(--text, #f4efe6);
}

body.page-home-premium .hr-home h1 em,
body.page-home-premium .hr-home h2 em {
  color: var(--accent, #d2ae72);
  background: none;
  -webkit-text-fill-color: var(--accent, #d2ae72);
}

body.page-home-premium .hr-home .hero-intro,
body.page-home-premium .hr-home .section-heading > p,
body.page-home-premium .hr-home .feature-body > span,
body.page-home-premium .hr-home .journey-intro > p:last-child,
body.page-home-premium .hr-home .journey-steps p,
body.page-home-premium .hr-home .community-copy > p:not(.eyebrow),
body.page-home-premium .hr-home .brand-copy small,
body.page-home-premium .hr-home .hero-promises,
body.page-home-premium .hr-home .stats-grid span,
body.page-home-premium .hr-home .portal-note {
  color: var(--muted, #b8afa5);
}

body.page-home-premium .hr-home .button-primary {
  border-color: var(--accent, #d2ae72);
  color: var(--accent-text, #fff9ef);
  background: linear-gradient(135deg, var(--accent, #8f2034), var(--accent-2, #651421));
}

body.page-home-premium .hr-home .button-ghost,
body.page-home-premium .hr-home .nav-cta {
  border-color: var(--panel-edge, rgba(239, 220, 186, 0.25));
  color: var(--text, #ddd4ca);
  background: color-mix(in srgb, var(--panel-bg, #111011) 74%, transparent);
}

body.theme-future.page-home-premium .hr-home,
body.theme-atari.page-home-premium .hr-home { letter-spacing: normal; }

body.theme-future.page-home-premium .hr-home h1,
body.theme-future.page-home-premium .hr-home h2,
body.theme-future.page-home-premium .hr-home h3,
body.theme-atari.page-home-premium .hr-home h1,
body.theme-atari.page-home-premium .hr-home h2,
body.theme-atari.page-home-premium .hr-home h3,
body.theme-windows-xp.page-home-premium .hr-home h1,
body.theme-windows-xp.page-home-premium .hr-home h2,
body.theme-windows-xp.page-home-premium .hr-home h3 {
  font-family: inherit;
}

/* Keep the complete opening section inside the current screen. */
@media (min-width: 821px) {
  body.page-home-premium .hr-home .hero {
    height: 100vh;
    height: 100dvh;
    min-height: 100svh;
    max-height: 100dvh;
    padding-top: clamp(118px, 16vh, 150px);
    padding-bottom: clamp(22px, 5vh, 58px);
  }
  body.page-home-premium .hr-home .hero-content,
  body.page-home-premium .hr-home .portal { transform: none; }
  body.page-home-premium .hr-home .portal { min-height: clamp(320px, calc(100dvh - 190px), 520px); }
  body.page-home-premium .hr-home .orbit-one {
    width: min(500px, calc(100dvh - 190px), 38vw);
    height: min(500px, calc(100dvh - 190px), 38vw);
  }
  body.page-home-premium .hr-home .orbit-two {
    width: min(420px, calc(100dvh - 255px), 32vw);
    height: min(420px, calc(100dvh - 255px), 32vw);
  }
}

@media (min-width: 821px) and (max-height: 740px) {
  body.page-home-premium .hr-home .hero { padding-top: 104px; padding-bottom: 16px; }
  body.page-home-premium .hr-home .eyebrow { margin-bottom: 12px; font-size: 9px; }
  body.page-home-premium .hr-home .hero h1 { margin-bottom: 16px !important; font-size: clamp(42px, 4.4vw, 64px) !important; }
  body.page-home-premium .hr-home .hero-intro { margin-bottom: 16px; font-size: 14px; line-height: 1.48; }
  body.page-home-premium .hr-home .button { min-height: 42px; padding-inline: 18px; font-size: 10px; }
  body.page-home-premium .hr-home .hero-promises { margin-top: 16px; font-size: 9px; }
  body.page-home-premium .hr-home .portal-card { padding: 18px; }
  body.page-home-premium .hr-home .portal-title { padding: 16px 0; }
  body.page-home-premium .hr-home .portal-rune { flex-basis: 48px; height: 48px; font-size: 22px; }
  body.page-home-premium .hr-home .stats-grid > div { padding: 12px; }
  body.page-home-premium .hr-home .stats-grid strong { font-size: 25px; }
  body.page-home-premium .hr-home .portal-note { margin-top: 11px; }
}

@media (max-width: 820px) {
  body.page-home-premium .hr-home .hero {
    height: 100vh;
    height: 100dvh;
    min-height: 100svh;
    max-height: 100dvh;
    padding-top: clamp(92px, 12dvh, 112px);
    padding-bottom: 12px;
    gap: clamp(10px, 2dvh, 20px);
    overflow: hidden;
  }
  body.page-home-premium .hr-home .hero-content,
  body.page-home-premium .hr-home .portal { transform: none; }
  body.page-home-premium .hr-home .portal { flex: 1 1 auto; min-height: clamp(170px, 28dvh, 300px); }
  body.page-home-premium .hr-home .orbit-one { width: min(360px, 72vw, 34dvh); height: min(360px, 72vw, 34dvh); }
  body.page-home-premium .hr-home .orbit-two { width: min(300px, 62vw, 28dvh); height: min(300px, 62vw, 28dvh); }
  body.page-home-premium .hr-home .portal-card { padding: 16px; }
  body.page-home-premium .hr-home .portal-topline { padding-bottom: 12px; }
  body.page-home-premium .hr-home .portal-title { padding: 13px 0; }
  body.page-home-premium .hr-home .portal-rune { flex-basis: 48px; height: 48px; font-size: 22px; }
  body.page-home-premium .hr-home .stats-grid > div { padding: 10px; }
  body.page-home-premium .hr-home .portal-note { margin-top: 8px; }
}

@media (max-width: 760px) {
  body.page-home-premium .hr-home .hero { padding-inline: 18px; }
  body.page-home-premium .hr-home .eyebrow { margin-bottom: 9px; font-size: 8px; }
  body.page-home-premium .hr-home .hero h1 { margin-bottom: 12px !important; font-size: clamp(38px, 11vw, 54px) !important; line-height: 0.92 !important; }
  body.page-home-premium .hr-home .hero-intro { margin-bottom: 12px; font-size: 13px; line-height: 1.45; }
  body.page-home-premium .hr-home .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  body.page-home-premium .hr-home .hero-actions .button { width: auto; min-height: 38px; padding-inline: 10px; font-size: 9px; }
  body.page-home-premium .hr-home .hero-actions .button:last-child { grid-column: 1 / -1; }
  body.page-home-premium .hr-home .hero-promises { display: none; }
  body.page-home-premium .hr-home .portal-card { width: min(100%, 430px); padding: 14px; }
  body.page-home-premium .hr-home .portal-topline { padding-bottom: 10px; font-size: 8px; }
  body.page-home-premium .hr-home .portal-title { gap: 11px; padding: 11px 0; }
  body.page-home-premium .hr-home .portal-rune { flex-basis: 40px; height: 40px; font-size: 19px; }
  body.page-home-premium .hr-home .portal-title strong { font-size: 20px; }
  body.page-home-premium .hr-home .portal-title small { font-size: 12px; }
  body.page-home-premium .hr-home .stats-grid > div { padding: 8px; }
  body.page-home-premium .hr-home .stats-grid strong { font-size: 22px; }
  body.page-home-premium .hr-home .stats-grid span { font-size: 7px; }
  body.page-home-premium .hr-home .portal-note { margin-top: 7px; font-size: 8px; }
}

@media (max-width: 760px) and (max-height: 700px) {
  body.page-home-premium .hr-home .hero { padding-top: 86px; padding-bottom: 8px; gap: 8px; }
  body.page-home-premium .hr-home .hero h1 { font-size: clamp(34px, 10vw, 46px) !important; }
  body.page-home-premium .hr-home .hero-intro { font-size: 12px; line-height: 1.35; }
  body.page-home-premium .hr-home .portal { min-height: 96px; }
  body.page-home-premium .hr-home .portal-orbit,
  body.page-home-premium .hr-home .portal-title,
  body.page-home-premium .hr-home .portal-note { display: none; }
  body.page-home-premium .hr-home .stats-grid { grid-template-columns: repeat(4, 1fr); }
  body.page-home-premium .hr-home .stats-grid > div { padding: 7px 4px; text-align: center; }
  body.page-home-premium .hr-home .stats-grid span { letter-spacing: 0.06em; }
}

@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes pulse { 0%, 100% { opacity: 0.38; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes feature-scroll { to { transform: translateX(calc(-50% - 9px)); } }

@media (max-width: 1450px) {
  .site-header { width: calc(100% - 44px); }
  .site-header nav { gap: 10px; }
  .site-header nav > a:not(.nav-cta) { display: none; }
  .premium-theme-form label { display: none; }
}

@media (max-width: 1050px) {
  .site-header { width: calc(100% - 44px); }
  .site-header nav { gap: 10px; }
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero { gap: 3vw; padding-left: 32px; padding-right: 32px; }
  .page-home-premium .hr-home .hero { column-gap: clamp(28px, 4vw, 52px) !important; }
  .page-home-premium .hr-home .hero h1 { font-size: clamp(46px, 5.2vw, 68px) !important; }
  .portal { min-height: 470px; }
  .section-heading, .journey { grid-template-columns: 1fr; }
  .section-heading { align-items: start; }
  .journey-steps { margin-top: 15px; }
  .community { grid-template-columns: 0.7fr 1.3fr; }
}

@media (max-width: 820px) {
  .page-home-premium .hr-home .hero { flex-direction: column !important; align-items: stretch !important; gap: 40px; padding-top: 150px; }
  .hero-content { max-width: 850px; }
  .page-home-premium .hr-home .portal { width: 100%; min-width: 0; }
  body.page-home-premium .hr-home .hero-content,
  body.page-home-premium .hr-home .portal { transform: none; }
  .premium-theme-form label { display: none; }
  .premium-theme-select { min-width: 110px; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 32px); }
  .site-header .brand-copy, .site-header nav > a, .premium-theme-form label { display: none; }
  .site-header nav { display: flex; }
  .premium-theme-select { min-width: 105px; max-width: 120px; }
  .nav-logout { padding: 0 11px; }
  .hero { min-height: 100vh; padding: 130px 22px 80px; }
  .page-home-premium .hr-home .hero h1 { font-size: clamp(46px, 13vw, 68px) !important; }
  .hero-intro { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-promises { display: grid; }
  .portal { min-height: 420px; }
  .orbit-one { width: 420px; height: 420px; }
  .orbit-two { width: 340px; height: 340px; }
  .portal-card { width: 100%; }
  .scroll-cue { display: none; }
  .discover, .journey { padding-top: 90px; padding-bottom: 90px; }
  .section-heading { width: calc(100% - 44px); gap: 24px; }
  .section-heading h2, .journey h2, .community h2 { font-size: 42px; }
  .feature-window { mask-image: none; }
  .feature-card { flex-basis: min(82vw, 350px); }
  .feature-image { height: 215px; }
  .journey { padding-left: 22px; padding-right: 22px; }
  .journey-steps li { grid-template-columns: 38px 50px 1fr; gap: 12px; padding: 22px 0; }
  .journey-steps li:hover { padding: 22px 8px; }
  .journey-steps p { grid-column: 3; }
  .community { grid-template-columns: 1fr; }
  .community-art { min-height: 370px; }
  .community-copy { padding: 80px 22px; }
  footer { grid-template-columns: 1fr; padding: 40px 22px; text-align: center; }
  footer .brand { justify-self: center; }
  footer > span { justify-self: center; }
  .community-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .feature-track, .portal-orbit, .portal-note span { animation: none; }
  .feature-window { overflow-x: auto; }
}
