/*
Theme Name: Mistfall Hunter Hub
Theme URI: https://mistfallhunterbuilds.com
Description: Custom child theme for Mistfall Hunter Builds.
Author: Codex
Template: twentytwentyfive
Version: 1.0.2
*/

:root {
  --mh-bg: #07111b;
  --mh-panel: rgba(9, 16, 26, 0.78);
  --mh-panel-strong: rgba(11, 20, 32, 0.95);
  --mh-line: rgba(195, 215, 240, 0.12);
  --mh-text: #eef4fb;
  --mh-muted: #9cabbc;
  --mh-accent: #7dd7ff;
  --mh-accent-2: #9b86ff;
  --mh-accent-3: #86efac;
  --mh-warm: #ffd27a;
  --mh-shadow: 0 24px 72px rgba(0, 0, 0, 0.38);
}

html, body {
  margin: 0;
  min-height: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  color: var(--mh-text);
  background:
    radial-gradient(1200px 700px at 12% 0%, rgba(125, 215, 255, 0.12), transparent 52%),
    radial-gradient(900px 650px at 90% 4%, rgba(155, 134, 255, 0.12), transparent 48%),
    linear-gradient(180deg, #061019 0%, #081421 45%, #05090f 100%);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.mh-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.mh-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(4, 8, 13, 0.76);
  border-bottom: 1px solid var(--mh-line);
}

.mh-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}

.mh-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.mh-brand-logo {
  width: 150px;
  height: auto;
  flex: 0 0 auto;
}

.mh-brand-copy {
  min-width: 0;
}

.mh-brand-copy strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
}

.mh-brand-copy span {
  display: block;
  margin-top: 2px;
  color: var(--mh-muted);
  font-size: 12px;
}

.mh-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.mh-nav a {
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: var(--mh-muted);
  font-size: 13px;
  font-weight: 700;
}

.mh-nav a:hover,
.mh-nav a.is-active {
  color: var(--mh-text);
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--mh-line);
}

.mh-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--mh-line);
}

.mh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 8, 13, 0.92) 0%, rgba(4, 8, 13, 0.63) 48%, rgba(4, 8, 13, 0.84) 100%),
    linear-gradient(180deg, rgba(3, 6, 10, 0.14), rgba(3, 6, 10, 0.76));
  pointer-events: none;
}

.mh-hero-art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.42)),
    url("./assets/hero.png") center center / cover no-repeat;
  transform: scale(1.02);
}

.mh-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: end;
  min-height: 700px;
  padding: 56px 0 40px;
}

.mh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d9ecff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.mh-hero h1 {
  margin: 18px 0 14px;
  max-width: 10ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 88px);
  line-height: 0.92;
  letter-spacing: 0;
}

.mh-hero p {
  margin: 0;
}

.mh-hero-lead {
  max-width: 60ch;
  color: rgba(238, 244, 251, 0.84);
  font-size: 16px;
  line-height: 1.8;
}

.mh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.mh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: var(--mh-text);
  font-size: 13px;
  font-weight: 800;
}

.mh-btn--primary {
  color: #03111d;
  border-color: transparent;
  background: linear-gradient(135deg, rgba(125, 215, 255, 0.95), rgba(155, 134, 255, 0.92));
}

.mh-side {
  align-self: stretch;
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 10, 16, 0.66);
  backdrop-filter: blur(18px);
  box-shadow: var(--mh-shadow);
}

.mh-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mh-fact {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.mh-fact strong {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.1;
}

.mh-fact span {
  color: var(--mh-muted);
  font-size: 12px;
  line-height: 1.5;
}

.mh-band {
  margin: 24px auto;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid var(--mh-line);
  background: var(--mh-panel);
  box-shadow: var(--mh-shadow);
}

.mh-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 16px;
}

.mh-section-head h2,
.mh-section-head h3 {
  margin: 0;
  line-height: 1.1;
}

.mh-section-head h2 {
  font-size: 24px;
}

.mh-section-head p {
  margin: 0;
  max-width: 68ch;
  color: var(--mh-muted);
  font-size: 13px;
  line-height: 1.7;
}

.mh-grid-4,
.mh-grid-3,
.mh-grid-2 {
  display: grid;
  gap: 14px;
}

.mh-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mh-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mh-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mh-card {
  border-radius: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--mh-panel-strong);
}

.mh-card h3,
.mh-card h4 {
  margin: 10px 0 8px;
  font-size: 17px;
}

.mh-card p,
.mh-card li {
  color: var(--mh-muted);
  font-size: 14px;
  line-height: 1.7;
}

.mh-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #04111c;
  font-size: 12px;
  font-weight: 800;
}

.mh-tag--blue { background: var(--mh-accent); }
.mh-tag--green { background: var(--mh-accent-3); }
.mh-tag--amber { background: var(--mh-warm); }

.mh-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mh-links a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--mh-text);
  font-weight: 700;
}

.mh-links a span {
  color: var(--mh-muted);
  font-weight: 600;
}

.mh-list {
  margin: 0;
  padding-left: 18px;
}

.mh-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.mh-table th,
.mh-table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 14px;
}

.mh-table th {
  color: #dce7f6;
  background: rgba(255, 255, 255, 0.05);
}

.mh-table td {
  color: var(--mh-muted);
  background: rgba(255, 255, 255, 0.02);
}

.mh-note {
  border-left: 4px solid var(--mh-accent);
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(125, 215, 255, 0.08);
  color: #dbeeff;
  line-height: 1.7;
}

.mh-footer {
  padding: 28px 0 44px;
  color: var(--mh-muted);
  font-size: 13px;
  line-height: 1.7;
}

.mh-muted {
  color: var(--mh-muted);
}

@media (max-width: 1040px) {
  .mh-hero-inner,
  .mh-grid-4 {
    grid-template-columns: 1fr;
  }

  .mh-brand-logo {
    width: 132px;
  }
}

@media (max-width: 720px) {
  .mh-shell {
    width: min(100% - 20px, 1200px);
  }

  .mh-topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .mh-nav {
    justify-content: flex-start;
  }

  .mh-hero-inner {
    min-height: auto;
    padding: 34px 0 32px;
  }

  .mh-fact-grid,
  .mh-grid-3,
  .mh-grid-2,
  .mh-links {
    grid-template-columns: 1fr;
  }

  .mh-hero h1 {
    font-size: 46px;
  }

  .mh-table th,
  .mh-table td {
    padding: 10px 11px;
    font-size: 13px;
  }
}
