.eyebrow {
  margin: 0 0 1rem;
}

.brand-logo {
  border-radius: 50%;
  height: 38px;
  object-fit: cover;
  object-position: center;
  width: 38px;
}

/* Path of Glory keeps its own steel, charcoal, and gold visual identity. */
.site-header {
  background: linear-gradient(90deg, rgba(7, 9, 10, 0.97), rgba(33, 25, 15, 0.94));
  border-bottom-color: rgba(212, 170, 100, 0.4);
  position: fixed;
}

.main-nav { gap: clamp(0.7rem, 1.8vw, 1.8rem); }
.main-nav a { font-weight: 700; }
.main-nav .nav-discord { border-color: rgba(212, 170, 100, 0.7); color: #f0d191 !important; }
.main-nav .nav-download {
  background: linear-gradient(#d49a2f, #9e5c07);
  border: 1px solid #efbf52;
  box-shadow: 0 0 17px rgba(244, 172, 36, 0.34), inset 0 1px rgba(255, 255, 255, 0.35);
  color: #fff7df;
  font-family: Cinzel, Georgia, serif;
  letter-spacing: 0.08em;
  padding: 0.72rem 1rem;
}

.main-nav .nav-starter {
  align-items: center;
  animation: nav-starter-glow 2.5s ease-in-out infinite;
  background: linear-gradient(135deg, rgba(103, 57, 9, 0.95), rgba(220, 151, 31, 0.92));
  border: 1px solid #f5cd6d;
  box-shadow: 0 0 16px rgba(231, 166, 42, 0.3), inset 0 1px rgba(255, 248, 205, 0.35);
  color: #fff6dc !important;
  display: inline-flex;
  gap: 0.42rem;
  padding: 0.62rem 0.72rem;
}

.main-nav .nav-starter span { background: #fff0bb; color: #5c3106; font-size: 0.55rem; font-weight: 800; letter-spacing: 0.04em; padding: 0.16rem 0.28rem; }

.hero {
  background: radial-gradient(ellipse at 77% 47%, rgba(132, 91, 31, 0.36), transparent 34%), linear-gradient(115deg, #080a0d 0%, #21190e 53%, #090a0b 100%);
  min-height: 810px;
}

.hero:after {
  background-image: radial-gradient(circle, rgba(246, 181, 67, 0.7) 0 1px, transparent 1.5px), radial-gradient(circle, rgba(184, 184, 169, 0.32) 0 1px, transparent 1.5px);
  background-position: 0 0, 40px 80px;
  background-size: 135px 130px, 180px 160px;
  content: "";
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
}

.hero-content { max-width: 690px; }
.hero h1 { font-size: clamp(3.2rem, 6.1vw, 6.35rem); text-shadow: 0 4px 18px #0a0411; }
.hero-copy { font-size: 1.04rem; }
.hero-logo { filter: drop-shadow(0 26px 45px rgba(0, 0, 0, 0.85)) drop-shadow(0 0 22px rgba(199, 136, 39, 0.22)); }
.hero-register, .community-section .button-primary {
  box-shadow: 0 0 22px rgba(244, 172, 36, 0.3), inset 0 1px rgba(255, 255, 255, 0.42);
  font-family: Cinzel, Georgia, serif;
}

.server-status {
  background: rgba(10, 5, 20, 0.68);
  border: 1px solid rgba(212, 170, 100, 0.4);
  display: inline-flex;
  padding: 0.58rem 0.78rem;
}

.hero-chapters { display: flex; gap: 0.45rem; margin-top: 2rem; }
.hero-chapters span { background: rgba(221, 194, 250, 0.25); height: 3px; width: 42px; }
.hero-chapters .active { background: var(--gold); box-shadow: 0 0 10px rgba(244, 184, 68, 0.7); }

.path-section, .rates-section, .ranking-section { background: linear-gradient(115deg, #0c0e10, #1d1912 52%, #0a0c0e); }
.path-card, .rate-card { background: linear-gradient(155deg, #1b1b1a, #0e1012); border-color: rgba(212, 170, 100, 0.2); }
.path-card.active, .rate-card.featured { background: linear-gradient(155deg, #332716, #161613 72%); }
.account-panel { background: linear-gradient(115deg, #302313, #111316 65%); border-color: rgba(212, 170, 100, 0.4); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4); }
.news-card { background: #141618; border-color: rgba(212, 170, 100, 0.18); }
.community-section { background: radial-gradient(circle at center, #382b18, #17140f 46%, #090a0c 76%); }

.starter-section {
  align-items: center;
  background: radial-gradient(circle at 22% 44%, rgba(232, 172, 61, 0.28), transparent 30%), radial-gradient(circle at 78% 50%, rgba(188, 126, 31, 0.38), transparent 27%), linear-gradient(120deg, #0a0d10, #291c0d 52%, #090a0c);
  display: grid;
  gap: clamp(2rem, 6vw, 7rem);
  grid-template-columns: minmax(14rem, 0.8fr) minmax(22rem, 1.2fr);
  overflow: hidden;
  position: relative;
}

.starter-section::before {
  border: 1px solid rgba(231, 180, 76, 0.2);
  content: "";
  height: 26rem;
  position: absolute;
  right: -8rem;
  transform: rotate(35deg);
  width: 26rem;
}

.starter-intro, .starter-offer { position: relative; z-index: 1; }
.starter-intro { align-content: center; display: grid; min-height: 30rem; overflow: visible; }
.starter-intro::after { background: radial-gradient(circle, rgba(246, 196, 87, 0.28), transparent 67%); content: ""; height: 25rem; pointer-events: none; position: absolute; right: -4rem; top: 3rem; width: 25rem; z-index: 0; }
.starter-intro > :not(.starter-art) { position: relative; z-index: 1; }
.starter-art { animation: starter-art-float 7s ease-in-out infinite; bottom: -2rem; filter: brightness(1.2) contrast(1.1) saturate(1.14) drop-shadow(0 20px 20px rgba(0, 0, 0, 0.58)) drop-shadow(0 0 24px rgba(244, 190, 78, 0.38)); height: 29rem; object-fit: contain; object-position: bottom right; opacity: 1; position: absolute; right: -3rem; width: auto; z-index: 1; }
.starter-intro h2 { font-family: Cinzel, Georgia, serif; font-size: clamp(2.4rem, 4.5vw, 4.5rem); line-height: 1; margin: 0; }
.starter-intro > p:last-child { color: #e3d5b8; line-height: 1.75; max-width: 18rem; }

.starter-offer {
  background: linear-gradient(135deg, rgba(59, 42, 19, 0.92), rgba(14, 16, 17, 0.95));
  border: 1px solid #e2ad4a;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42), 0 0 28px rgba(225, 160, 46, 0.16), inset 0 1px rgba(255, 240, 198, 0.18);
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.starter-tiers { display: grid; gap: 0.65rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.starter-tier { background: linear-gradient(165deg, rgba(14, 16, 18, 0.96), rgba(43, 29, 13, 0.72)); border: 1px solid rgba(224, 173, 74, 0.28); display: grid; min-height: 22rem; padding: 1rem; position: relative; transition: border-color 180ms ease, transform 180ms ease; }
.starter-tier:hover, .starter-tier.selected { border-color: #e7b752; transform: translateY(-4px); }
.starter-tier.featured { background: linear-gradient(165deg, rgba(106, 70, 18, 0.84), rgba(26, 19, 12, 0.96)); border-color: #f0c660; box-shadow: 0 0 24px rgba(244, 183, 60, 0.23); }
.starter-tier-label { color: #d4a348; font-size: 0.59rem; font-weight: 800; letter-spacing: 0.15em; margin: 0; text-transform: uppercase; }
.starter-tier h3 { color: #fff0cb; font-family: Cinzel, Georgia, serif; font-size: 1.1rem; margin: 0.65rem 0 0; }
.tier-price { color: #ffdd86; font-family: Cinzel, Georgia, serif; font-size: 2.55rem; font-weight: 800; line-height: 1; margin: 0.6rem 0 1rem; text-shadow: 0 0 18px rgba(243, 182, 63, 0.42); }
.tier-price span { font-family: Inter, Arial, sans-serif; font-size: 0.65rem; letter-spacing: 0.08em; vertical-align: top; }
.starter-tier ul { color: #c7bdb0; display: grid; font-size: 0.71rem; gap: 0.45rem; line-height: 1.35; list-style: none; margin: 0; padding: 0; }
.starter-tier li::before { color: #efbf5b; content: "+"; font-weight: 800; margin-right: 0.4rem; }
.tier-ribbon { background: #f2c765; color: #271607; font-size: 0.55rem; font-weight: 800; letter-spacing: 0.1em; margin: -1rem -1rem 0.75rem; padding: 0.38rem; text-align: center; text-transform: uppercase; }
.tier-select { align-self: end; background: transparent; border: 1px solid rgba(231, 183, 82, 0.7); color: #f3d78e; cursor: pointer; font-family: Cinzel, Georgia, serif; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.06em; margin-top: 1rem; padding: 0.65rem 0.35rem; text-transform: uppercase; }
.starter-tier.selected .tier-select, .starter-tier.featured .tier-select { background: linear-gradient(135deg, #f1c461, #b87319); border-color: #ffe29b; color: #251506; }
.starter-purchase-form { align-items: end; display: grid; gap: 0.65rem; grid-template-columns: minmax(12rem, 1fr) auto; justify-self: stretch; }
.starter-purchase-form label { color: #f1d48a; display: grid; font-size: 0.65rem; font-weight: 800; gap: 0.35rem; letter-spacing: 0.12em; text-transform: uppercase; }
.starter-purchase-form input { background: rgba(0, 0, 0, 0.32); border: 1px solid rgba(233, 183, 78, 0.55); color: #fff2d2; font: inherit; padding: 0.8rem; }
.starter-purchase-form input:focus { border-color: #ffe099; outline: none; }
.starter-purchase-message { color: #f5d789; font-size: 0.75rem; grid-column: 1 / -1; margin: 0; min-height: 1rem; }
.starter-button { animation: starter-cta-pulse 2.4s ease-in-out infinite; background: linear-gradient(135deg, #ffe49a, #e7ad43 52%, #b66b12) !important; border: 1px solid #fff0bb !important; box-shadow: 0 0 0 1px rgba(122, 69, 11, 0.8), 0 10px 28px rgba(234, 166, 48, 0.45), inset 0 1px rgba(255, 255, 255, 0.72); color: #251506 !important; font-family: Cinzel, Georgia, serif; font-size: 0.78rem; font-weight: 800; justify-self: start; letter-spacing: 0.08em; padding: 1rem 1.35rem; text-transform: uppercase; }
.starter-button:hover { filter: brightness(1.12); transform: translateY(-2px) scale(1.02); }
.starter-note { color: #958d81; font-size: 0.7rem; line-height: 1.5; margin: 0; }

.referral-section { align-items: center; background: radial-gradient(circle at 78% 40%, rgba(80, 128, 102, 0.24), transparent 28%), linear-gradient(120deg, #0b0e0f, #172018 56%, #090b0d); display: grid; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: 0.8fr 1.2fr; }
.referral-section h2 { font-family: Cinzel, Georgia, serif; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.08; margin: 0; }
.referral-panel { background: linear-gradient(145deg, rgba(30, 47, 34, 0.94), rgba(12, 15, 16, 0.96)); border: 1px solid rgba(157, 202, 127, 0.45); box-shadow: 0 16px 38px rgba(0, 0, 0, 0.38); padding: clamp(1.5rem, 3vw, 2.5rem); }
.referral-badge { color: #c6e599; font-size: 0.63rem; font-weight: 800; letter-spacing: 0.14em; margin: 0 0 1.15rem; text-transform: uppercase; }
.referral-rewards { display: grid; gap: 0.7rem; grid-template-columns: 1fr 1fr; }
.referral-rewards p { border-left: 2px solid #9ac870; display: grid; gap: 0.25rem; margin: 0; padding-left: 0.75rem; }
.referral-rewards strong { color: #eff4df; font-family: Cinzel, Georgia, serif; font-size: 0.78rem; }
.referral-rewards span { color: #b3b9a8; font-size: 0.75rem; line-height: 1.45; }
.referral-link-form { display: grid; gap: 0.75rem; grid-template-columns: 1fr auto; margin-top: 1.5rem; }
.referral-link-form label { color: #d6e7b7; display: grid; font-size: 0.63rem; font-weight: 800; gap: 0.35rem; letter-spacing: 0.12em; text-transform: uppercase; }
.referral-link-form input { background: rgba(0, 0, 0, 0.3); border: 1px solid rgba(159, 203, 125, 0.48); color: #eef4dc; font: inherit; padding: 0.76rem; }
.referral-link-form input:focus { border-color: #c8ec98; outline: none; }
.referral-link-form .button { align-self: end; white-space: nowrap; }
.referral-link-output { background: rgba(0, 0, 0, 0.28); border: 1px solid rgba(164, 208, 130, 0.3); margin-top: 1rem; padding: 0.8rem; }
.referral-link-output p { color: #cfe7ad; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; margin: 0 0 0.45rem; text-transform: uppercase; }
.referral-link-output code { color: #f1f5df; display: block; font-size: 0.72rem; overflow-wrap: anywhere; }
.referral-link-output button { background: transparent; border: 0; color: #c9eb98; cursor: pointer; font-size: 0.7rem; margin-top: 0.6rem; padding: 0; text-decoration: underline; }
.referral-note { color: #9ea899; font-size: 0.69rem; line-height: 1.5; margin: 1rem 0 0; }

@keyframes starter-art-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(-5px, -12px, 0) rotate(1deg); }
}

@keyframes starter-cta-pulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(122, 69, 11, 0.8), 0 10px 28px rgba(234, 166, 48, 0.45), inset 0 1px rgba(255, 255, 255, 0.72); }
  50% { box-shadow: 0 0 0 1px rgba(122, 69, 11, 0.8), 0 12px 38px rgba(255, 195, 75, 0.72), inset 0 1px rgba(255, 255, 255, 0.72); }
}

@keyframes nav-starter-glow {
  0%, 100% { box-shadow: 0 0 16px rgba(231, 166, 42, 0.3), inset 0 1px rgba(255, 248, 205, 0.35); }
  50% { box-shadow: 0 0 24px rgba(255, 193, 69, 0.62), inset 0 1px rgba(255, 248, 205, 0.35); }
}

.hero-logo {
  display: block;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.65));
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-sigil {
  filter: drop-shadow(0 0 28px rgba(212, 170, 100, 0.2));
}

.hero-sigil .sigil-ring,
.hero-sigil .sigil-core {
  display: none;
}

.hero-server-details {
  border-left: 1px solid var(--gold);
  display: flex;
  gap: 1.25rem;
  margin-top: 2.2rem;
  padding: 0.15rem 0 0.15rem 1rem;
}

.hero-server-details div { display: grid; gap: 0.25rem; }
.hero-server-details span { color: #9f9b92; font-size: 0.55rem; font-weight: 700; letter-spacing: 0.15em; }
.hero-server-details strong { color: var(--gold-bright); font-family: Cinzel, Georgia, serif; font-size: 0.86rem; }

.path-section {
  background: linear-gradient(90deg, #0b0d10, #151510 50%, #0b0d10);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(2.5rem, 7vw, 8rem);
  grid-template-columns: 0.8fr 1.2fr;
  padding: clamp(5rem, 8vw, 7rem) clamp(1.25rem, 10vw, 11rem);
}

.path-intro h2 { font-size: clamp(2rem, 3.8vw, 3.7rem); font-family: Cinzel, Georgia, serif; font-weight: 600; line-height: 1.1; margin: 0; }
.path-intro > p:last-child { color: var(--muted); font-size: 0.86rem; line-height: 1.7; max-width: 370px; }
.path-cards { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); background: var(--line); border: 1px solid var(--line); }
.path-card { background: #111419; min-height: 245px; padding: 1.6rem; position: relative; }
.path-card.active { background: linear-gradient(155deg, #282113, #16181b 72%); }
.path-number { color: rgba(212, 170, 100, 0.45); font-family: Cinzel, Georgia, serif; font-size: 0.75rem; position: absolute; right: 1rem; top: 1rem; }
.path-icon { color: var(--gold); display: block; font-size: 1.65rem; height: 45px; }
.path-card h3 { font-family: Cinzel, Georgia, serif; font-size: 1rem; margin: 0.8rem 0; }
.path-card p { color: #a5a29d; font-size: 0.75rem; line-height: 1.65; margin: 0; }

.registration-form {
  display: grid;
  gap: 0.75rem;
  width: min(100%, 340px);
}

.account-tabs { border-bottom: 1px solid rgba(227, 176, 77, 0.32); display: flex; gap: 1rem; margin-bottom: 1.25rem; width: min(100%, 340px); }
.account-tabs button { background: transparent; border: 0; border-bottom: 2px solid transparent; color: #a9a195; cursor: pointer; font-family: Cinzel, Georgia, serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; padding: 0.55rem 0.1rem; text-transform: uppercase; }
.account-tabs button.active { border-bottom-color: #e7b752; color: #ffe4a1; }
.account-session { align-items: center; background: rgba(102, 149, 79, 0.15); border: 1px solid rgba(158, 205, 121, 0.45); color: #dcefc6; display: flex; font-size: 0.78rem; gap: 0.8rem; justify-content: space-between; line-height: 1.5; margin: 1rem 0 0; padding: 0.75rem; width: min(100%, 340px); }
.account-session button { background: transparent; border: 1px solid rgba(197, 229, 160, 0.55); color: #dcefc6; cursor: pointer; font: inherit; padding: 0.35rem 0.5rem; white-space: nowrap; }

.registration-form label {
  color: #d8d2c6;
  display: grid;
  font-size: 0.66rem;
  font-weight: 700;
  gap: 0.35rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.registration-form input {
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid var(--line);
  color: var(--text);
  font: inherit;
  letter-spacing: normal;
  outline: none;
  padding: 0.75rem;
  text-transform: none;
}

.registration-form input:focus {
  border-color: var(--gold);
}

.form-help,
.form-message {
  font-size: 0.72rem;
  line-height: 1.5;
  margin: 0;
}

.form-help { color: #b9b0a0; }
.form-message { color: var(--gold-bright); min-height: 1.1rem; }
.honeypot { display: none !important; }
.legal-consent { align-items: start; color: #beb4a1; display: flex !important; font-size: 0.72rem !important; font-weight: 400 !important; gap: 0.55rem; letter-spacing: normal !important; line-height: 1.5; text-transform: none !important; }
.legal-consent input { accent-color: #dca548; margin: 0.18rem 0 0; padding: 0; width: auto; }
.legal-consent a, .starter-note a { color: #f0c568; }

.hero:after {
  animation: hero-particles 18s linear infinite;
}

.hero-logo {
  animation: crest-float 6s ease-in-out infinite;
}

.hero-sigil {
  animation: crest-drift 14s ease-in-out infinite;
}

.hero-sigil::before {
  background: radial-gradient(circle, rgba(239, 190, 91, 0.3), rgba(118, 74, 28, 0.11) 38%, transparent 70%);
  content: "";
  inset: -13%;
  position: absolute;
}

@keyframes crest-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-16px) rotate(1deg); }
}

@keyframes crest-drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-12px, 8px, 0); }
}

@keyframes hero-particles {
  from { background-position: 0 0, 40px 80px; }
  to { background-position: 135px -130px, -140px 240px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo, .hero-sigil, .hero:after { animation: none; }
}

.hero-sigil {
  align-items: end;
  display: flex;
  height: min(84vh, 760px);
  justify-content: center;
  right: clamp(1%, 7vw, 10%);
  width: min(48vw, 650px);
  z-index: 1;
}

.hero-characters {
  animation: characters-float 7s ease-in-out infinite;
  display: block;
  filter: brightness(1.06) contrast(1.08) saturate(1.06) drop-shadow(0 24px 24px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 19px rgba(213, 170, 100, 0.22));
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom center;
  position: relative;
  z-index: 1;
}

@keyframes characters-float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-9px, -12px, 0) scale(1.012); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-characters { animation: none; }
}

@media (max-width: 760px) {
  .hero-sigil { bottom: 1%; height: 58vh; opacity: 0.42; right: -12vw; width: 90vw; }
}

.rates-section, .download-section, .account-section, .community-section {
  overflow: hidden;
  position: relative;
}

.rates-section > :not(.section-character),
.download-section > :not(.section-character),
.account-section > :not(.section-character),
.community-section > :not(.section-character) {
  position: relative;
  z-index: 2;
}

.rates-section::before,
.download-section::before,
.account-section::before,
.community-section::before {
  background: radial-gradient(circle, rgba(208, 151, 55, 0.34), rgba(113, 70, 22, 0.12) 38%, transparent 70%);
  content: "";
  height: 36rem;
  pointer-events: none;
  position: absolute;
  width: 36rem;
  z-index: 0;
}

.rates-section::before { bottom: -5rem; right: 1rem; }
.download-section::before { bottom: -6rem; right: -2rem; }
.account-section::before { bottom: -6rem; right: 0; }
.community-section::before { bottom: -4rem; right: 1rem; }

.section-character {
  animation: section-character-float 8s ease-in-out infinite;
  backface-visibility: hidden;
  filter: brightness(1.16) contrast(1.13) saturate(1.12) drop-shadow(0 20px 22px rgba(0, 0, 0, 0.66)) drop-shadow(0 0 16px rgba(217, 164, 68, 0.16));
  image-rendering: auto;
  pointer-events: none;
  position: absolute;
  transform-origin: center bottom;
  user-select: none;
  will-change: transform;
  z-index: 1;
}

.character-rates {
  bottom: -9rem;
  height: 29rem;
  opacity: 0.96;
  right: -3rem;
}

.character-download {
  bottom: -4rem;
  height: 31rem;
  left: -6rem;
  opacity: 0.92;
}

.character-register {
  bottom: -9rem;
  height: 31rem;
  left: -4rem;
  opacity: 0.9;
}

.character-community {
  animation-delay: -2.5s;
  animation-duration: 9.5s;
  bottom: -3rem;
  filter: brightness(1.19) contrast(1.14) saturate(1.12) drop-shadow(0 20px 22px rgba(0, 0, 0, 0.66)) drop-shadow(0 0 16px rgba(217, 164, 68, 0.16)) !important;
  height: 31rem;
  opacity: 1;
  right: -3rem;
}

@media (min-width: 1000px) {
  .rates-section .section-heading {
    margin-left: 0;
    max-width: 46rem;
    text-align: left;
  }

  .rates-section .rates-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-left: 0;
    margin-right: 0;
    max-width: 46rem;
  }

  .rates-section .section-note {
    margin-left: 0;
    max-width: 46rem;
    text-align: left;
  }

  .character-rates {
    animation-duration: 7.2s;
    bottom: -1rem;
    height: 34rem;
    opacity: 0.98;
    right: 2rem;
  }

  .download-section {
    grid-template-columns: minmax(15rem, 0.8fr) minmax(22rem, 0.95fr);
    padding-right: clamp(18rem, 27vw, 27rem);
  }

  .character-download {
    bottom: -2rem;
    height: 34rem;
    left: auto;
    opacity: 0.84;
    right: -2rem;
  }

  .account-panel {
    min-height: 27rem;
    padding-right: clamp(18rem, 29vw, 30rem);
  }

  .character-register {
    bottom: -6rem;
    height: 34rem;
    left: auto;
    opacity: 0.82;
    right: -2rem;
  }

  .community-section {
    padding-right: clamp(22rem, 31vw, 34rem);
    text-align: left;
  }

  .community-section > p:not(.eyebrow) {
    margin-left: 0;
  }

  .character-community {
    bottom: -3rem;
    height: 35rem;
    right: -3rem;
  }


}

@keyframes section-character-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-0.6deg) scale(1); }
  50% { transform: translate3d(-7px, -15px, 0) rotate(0.7deg) scale(1.012); }
}

@media (prefers-reduced-motion: reduce) {
  .section-character, .starter-art, .starter-button, .nav-starter { animation: none; }
}

@media (max-width: 760px) {
  .section-character { opacity: 0.42; }
  .character-rates { height: 23rem; right: -7rem; }
  .character-download { height: 24rem; left: -8rem; }
  .character-register { height: 22rem; left: -7rem; }
  .character-community { bottom: -3rem; height: 25rem; right: -6rem; }
}

@media (max-width: 760px) {
  .registration-form { margin-top: 2rem; }
  .hero-sigil { bottom: 4%; opacity: 0.58; right: -5vw; width: 85vw; }
  .main-nav .nav-download { text-align: center; }
  .hero-server-details { gap: 0.8rem; margin-top: 1.6rem; }
  .hero-server-details strong { font-size: 0.72rem; }
  .path-section { grid-template-columns: 1fr; }
  .path-cards { grid-template-columns: 1fr; }
  .path-card { min-height: 0; }
  .starter-section { grid-template-columns: 1fr; }
  .starter-intro { min-height: 18rem; padding: 1.5rem; }
  .starter-art { height: 19rem; opacity: 0.48; right: -3.5rem; }
  .starter-offer { grid-template-columns: 1fr; }
  .starter-tiers { grid-template-columns: 1fr; }
  .starter-tier { min-height: 0; }
  .starter-purchase-form { grid-template-columns: 1fr; }
  .starter-button { justify-self: stretch; text-align: center; }
  .referral-section { grid-template-columns: 1fr; }
  .referral-rewards, .referral-link-form { grid-template-columns: 1fr; }
  .referral-link-form .button { justify-self: stretch; text-align: center; }
}
