*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #0A0B0D;
  --bg2: #111318;
  --bg3: #191C22;
  --border: #252930;
  --accent: #C95D1A;
  --accent-lt: #E0722E;
  --text: #EDE9E3;
  --text-mid: #9A9390;
  --text-dim: #555050;
  --white: #FFFFFF;
  --radius: 16px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  --max: 1120px;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Figtree", sans-serif;
  background: linear-gradient(180deg, #0A0B0D 0%, #111318 100%);
  color: var(--text);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: rgba(10, 11, 13, 0.84);
  border-bottom: 1px solid rgba(37, 41, 48, 0.9);
}
.topbar-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.wordmark,
.eyebrow,
h1, h2, h3, .nav-link, .button, .meta-tag {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.02em;
}
.wordmark {
  text-decoration: none;
  font-weight: 900;
  font-size: 1.2rem;
  color: var(--text);
}
.wordmark span { color: var(--accent); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.nav-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.92rem;
  color: var(--text-mid);
}
.nav-link:hover,
.nav-link:focus-visible { color: var(--white); }
.header-faq {
  color: var(--accent-lt);
}
.article-hero {
  position: relative;
  margin: 70px 0 24px;
  min-height: 520px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(37, 41, 48, 0.94);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-color: #111318;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: var(--shadow);
}
.panel {
  background: rgba(17, 19, 24, 0.94);
  border: 1px solid rgba(37, 41, 48, 0.94);
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.hero-copy {
  width: min(56%, 640px);
  padding: 32px;
  background: rgba(17, 19, 24, 0.54);
  backdrop-filter: blur(10px);
}
.eyebrow {
  color: var(--accent-lt);
  text-transform: uppercase;
  font-size: 0.95rem;
  margin-bottom: 14px;
}
h1 {
  font-size: clamp(3rem, 7vw, 5.2rem);
  line-height: 0.92;
  text-transform: uppercase;
  margin-bottom: 16px;
  max-width: 12ch;
}
.lede {
  color: var(--text-mid);
  font-size: 1.08rem;
  max-width: 62ch;
}
.meta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.meta-tag {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(201, 93, 26, 0.08);
  border: 1px solid rgba(201, 93, 26, 0.35);
  color: var(--white);
  text-transform: uppercase;
  font-size: 0.95rem;
}
.article-body {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 4px 0 22px;
}
.article-body p,
.article-body li {
  color: var(--text-mid);
  font-size: 1.02rem;
}
.article-intro {
  color: #F5F3EE;
  font-size: 1.18rem;
  max-width: 62ch;
  margin-bottom: 18px;
  font-weight: 800;
  line-height: 1.72;
}
.article-body p { margin-bottom: 14px; }
.article-body h2 {
  font-size: 2rem;
  text-transform: uppercase;
  margin: 28px 0 10px;
  line-height: 1;
}
.article-body ul,
.article-body ol {
  margin: 12px 0 18px 22px;
  display: grid;
  gap: 8px;
}
.callout {
  margin: 24px 0;
  padding: 22px;
  border-radius: 18px;
  background: rgba(25, 28, 34, 0.76);
  border: 1px solid rgba(37, 41, 48, 0.92);
}
.callout strong {
  display: block;
  color: var(--white);
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.15rem;
  margin-bottom: 6px;
}
.article-cta {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid var(--accent);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
}
.button-primary {
  background: var(--accent);
  color: var(--white);
}
.button-secondary {
  background: transparent;
  color: var(--accent-lt);
  border-color: rgba(201, 93, 26, 0.45);
}
.article-footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 8px 0 46px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(37, 41, 48, 0.9);
  color: var(--text-dim);
  font-size: 0.94rem;
}
.article-footer-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.article-footer-links a {
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 41, 48, 0.9);
}
@media (max-width: 900px) {
  .hero-copy {
    padding: 28px;
    width: 100%;
  }
  .article-hero {
    min-height: 460px;
  }
  h1 {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .shell,
  .topbar-inner,
  .article-footer {
    width: min(var(--max), calc(100% - 24px));
  }
  .article-hero {
    margin-top: 62px;
    min-height: 400px;
    padding: 18px;
  }
  .article-body {
    width: min(760px, calc(100% - 24px));
  }
  .hero-copy {
    padding: 22px;
    width: 100%;
  }
}
