@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto+Condensed:wght@400;500;600;700&display=swap');

:root {
  --bg: #090b0d;
  --panel: rgba(8, 10, 11, .88);
  --panel-soft: rgba(20, 18, 14, .84);
  --line: #77603a;
  --gold: #d6aa5a;
  --gold-bright: #e7bd69;
  --text: #f2f0e9;
  --muted: #a6a29a;
  --red: #e03328;
  --green: #58b05d;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  zoom: 1.06;
  background:
    linear-gradient(180deg, rgba(6,8,10,.86), rgba(6,8,10,.68) 38%, #080a0c 76%),
    url("background.jpg") center top / cover fixed no-repeat;
  font-family: "Roboto Condensed", Arial, sans-serif;
  min-height: 100vh;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 20%, transparent 0 30%, rgba(0,0,0,.48) 75%, rgba(0,0,0,.8) 100%);
  z-index: -1;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 52px;
  background: rgba(10, 11, 14, .96);
  border-bottom: 1px solid rgba(181, 146, 82, .55);
  backdrop-filter: blur(8px);
}

.nav-shell {
  width: min(1240px, calc(100% - 48px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  color: #d7a951;
  text-shadow: 0 1px 8px rgba(219, 154, 53, .2);
  white-space: nowrap;
}

.brand b { color: #b9422b; }

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  color: #ddd8ce;
}

.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--gold-bright); }

.nav-cta {
  border: 1px solid #77603a;
  border-radius: 6px;
  padding: 9px 13px;
  color: #f1e6cd;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line);
  background: #121417;
  color: white;
  border-radius: 5px;
  padding: 4px 8px;
}

.hero {
  position: relative;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 8px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-height: 168px;
  width: 620px;
  max-width: 100%;
}

.hero-copy h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(50px, 6.6vw, 84px);
  line-height: .98;
  font-weight: 700;
  letter-spacing: -1.5px;
  text-shadow: 0 1px 0 rgba(255,255,255,.22);
}

.hero-copy p {
  margin: 12px 0 0;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 29px;
  font-weight: 600;
}

.hero-image-placeholder {
  position: absolute;
  right: 40px;
  top: 28px;
  width: 280px;
  height: 400px;
  border: 1px dashed rgba(218, 178, 103, .25);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(240, 210, 150, .16);
  font-size: 13px;
  letter-spacing: 2px;
  transform: rotate(1deg);
  pointer-events: none;
}

.burn-panel,
.mission-panel,
.raid-panel {
  border: 1px solid rgba(133, 106, 60, .95);
  background:
    linear-gradient(100deg, rgba(4,5,6,.95), rgba(24,21,16,.78)),
    radial-gradient(circle at 20% 50%, rgba(176, 91, 28, .12), transparent 34%);
  box-shadow: 0 12px 30px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.025);
  border-radius: 8px;
}

.burn-panel {
  position: relative;
  z-index: 3;
  margin-top: 56px;
  min-height: 214px;
  padding: 20px 24px 20px 170px;
  display: flex;
  align-items: center;
}

.burn-symbol {
  position: absolute;
  left: 18px;
  top: 21px;
  width: 144px;
  height: 146px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #e5b45d;
  background:
    radial-gradient(circle, rgba(255,126,23,.3), transparent 43%),
    linear-gradient(145deg, #32180e, #08090a 68%);
  border: 1px solid rgba(183, 122, 48, .35);
  box-shadow: inset 0 0 25px rgba(255, 105, 18, .1);
}

.burn-symbol span { font-size: 72px; filter: drop-shadow(0 0 10px rgba(255,88,0,.55)); }
.burn-symbol strong {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  color: #e7c36e;
  text-shadow: 0 2px 10px #000;
}

.burn-main { width: 100%; }

.eyebrow {
  font-family: "Oswald", sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
}

.gold { color: var(--gold-bright); }

.burn-title {
  margin-top: 12px;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 600;
  white-space: nowrap;
}

.burn-title strong { color: var(--red); }

.stats-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.stat {
  min-width: 0;
  min-height: 74px;
  padding: 10px 12px;
  border: 1px solid #66512e;
  border-radius: 6px;
  background: rgba(18, 18, 17, .88);
}

.stat.danger { border-color: #7b3028; }
.stat.success { border-color: #4c7749; }

.stat-icon { color: var(--gold); font-size: 14px; margin-right: 5px; }
.stat small {
  display: block;
  color: #d7d4cc;
  font-size: 13px;
  margin-top: -17px;
  margin-left: 21px;
}
.stat b {
  display: block;
  color: var(--gold-bright);
  font-size: 19px;
  margin-top: 7px;
  white-space: nowrap;
}
.stat.danger b { color: #e36b60; }
.stat.success b { color: #68bd69; }
.stat em { color: #c6c3bb; font-style: normal; font-size: 12px; }

.metrics { margin-top: 26px; }

.metrics h2 {
  margin: 0 0 10px;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.metric-card {
  min-height: 116px;
  padding: 12px;
  border: 1px solid rgba(114, 96, 65, .95);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(18,19,21,.96), rgba(10,11,13,.94));
}

.metric-icon {
  height: 30px;
  color: var(--gold-bright);
  font-size: 26px;
}

.metric-card h3 {
  margin: 7px 0 5px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 1.05;
}

.metric-card p {
  margin: 0;
  color: #aaa8a1;
  font-size: 12px;
  line-height: 1.35;
}

.mission-panel {
  margin-top: 28px;
  min-height: 90px;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: 1.25fr .55fr 1.2fr;
  align-items: center;
  gap: 16px;
}

.mission-copy strong,
.mission-copy span {
  display: block;
  font-family: "Oswald", sans-serif;
  line-height: 1.05;
}

.mission-copy strong { font-size: 23px; }
.mission-copy span { font-size: 22px; }
.mission-copy b { color: var(--gold-bright); }

.raid-button {
  border: 0;
  border-radius: 6px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#e5bb61, #c88f2e);
  color: #19130a;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(206, 147, 46, .18);
}

.raid-button:hover { filter: brightness(1.08); }

.contract label {
  display: block;
  text-align: left;
  font-size: 13px;
  margin-bottom: 5px;
}

.contract-row {
  display: flex;
  align-items: center;
  min-width: 0;
  border: 1px solid #655332;
  border-radius: 4px;
  background: rgba(5,6,7,.72);
}

.contract code {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 9px;
  color: #d0ccc2;
  font-size: 11px;
}

.contract-row button {
  border: 0;
  border-left: 1px solid #4d412b;
  background: transparent;
  color: #b6a27c;
  padding: 7px 9px;
  cursor: pointer;
}

.raid-panel {
  margin-top: 24px;
  padding: 20px 28px 18px;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(26,17,8,.92), rgba(21,16,11,.86)),
    url("background.jpg") center / cover;
}

.raid-eyebrow {
  font-size: 15px;
  margin-bottom: 8px;
}

.raid-panel h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 31px;
  line-height: 1.08;
}

.raid-panel h2 span { color: var(--gold-bright); }

.social-row {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 12px;
  color: #d0cbc0;
  font-size: 12px;
}

.social-row a { display: inline-flex; align-items: center; gap: 6px; }
.social-row a svg { width: 15px; height: 15px; flex-shrink: 0; }
.social-row a:hover { color: var(--gold-bright); }

.site-footer {
  width: min(1240px, calc(100% - 48px));
  margin: 24px auto 0;
  padding: 0 0 12px;
  border-top: 1px solid rgba(97, 94, 84, .45);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #78766f;
  font-size: 12px;
  line-height: 30px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a:hover { color: #c5b07f; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  background: #171815;
  border: 1px solid #75603a;
  color: #f1dfb9;
  border-radius: 6px;
  padding: 9px 13px;
  font-size: 12px;
  transition: .25s ease;
  z-index: 50;
}

.toast.show {
  transform: translate(-50%, 0);
  opacity: 1;
}

@media (max-width: 840px) {
  body {
    zoom: 1;
    background:
      linear-gradient(180deg, rgba(6,8,10,.86), rgba(6,8,10,.68) 38%, #080a0c 76%),
      url("mobile-bg.webp") center / cover no-repeat;
  }
  .site-header { height: 52px; }
  .nav-shell { width: calc(100% - 22px); }
  .nav-links {
    position: absolute;
    left: 11px;
    right: 11px;
    top: 52px;
    display: none;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(10,11,13,.98);
    border: 1px solid #59492f;
    border-radius: 0 0 8px 8px;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px; }
  .menu-toggle { display: block; }

  .hero {
    padding-top: 30px;
  }

  .hero-copy { min-height: 150px; }
  .hero-copy h1 { font-size: 43px; }
  .hero-copy p { font-size: 20px; }

  .hero-image-placeholder {
    right: -20px;
    top: 80px;
    width: 180px;
    height: 260px;
    opacity: .35;
  }

  .burn-panel {
    padding: 13px;
  }

  .burn-symbol {
    width: 82px;
    height: 82px;
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin-right: 11px;
  }

  .burn-symbol span { font-size: 46px; }
  .burn-symbol strong { font-size: 27px; }
  .burn-main { min-width: 0; }
  .eyebrow { font-size: 24px; }
  .burn-title { font-size: 20px; white-space: normal; }

  .stats-grid {
    grid-template-columns: 1fr;
  }

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

  .mission-panel {
    grid-template-columns: 1fr;
  }

  .raid-button { width: 100%; }

  .site-footer {
    flex-direction: column;
    line-height: 1.5;
    padding-top: 7px;
  }
}

@media (max-width: 430px) {
  .brand { font-size: 24px; }
  .hero-copy h1 { font-size: 38px; }
  .metric-grid { grid-template-columns: 1fr; }
  .hero-image-placeholder { display: none; }
}
