:root {
  --bg: #0d0d0d;
  --bg-panel: rgba(255, 255, 255, 0.04);
  --bg-panel-strong: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.1);
  --copy: rgba(255, 255, 255, 0.82);
  --muted: rgba(255, 255, 255, 0.46);
  --soft: rgba(255, 255, 255, 0.22);
  --accent: #cc0000;
  --accent-soft: rgba(204, 0, 0, 0.18);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at top, rgba(204, 0, 0, 0.12), transparent 32%),
    linear-gradient(180deg, #140101 0%, var(--bg) 24%, var(--bg) 100%);
}

body {
  color: #fff;
  font-family: "Inter", sans-serif;
  -webkit-text-size-adjust: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.top-line {
  height: 5px;
  background: var(--accent);
  box-shadow: 0 0 20px var(--accent);
}

.site-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 9, 9, 0.86);
  backdrop-filter: blur(16px);
}

.site-nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-nav-brand {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(30px, 4vw, 38px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}

.site-nav-brand span {
  color: var(--accent);
}

.site-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.site-nav-links a {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.site-nav-links a:hover,
.site-nav-links a[aria-current="page"] {
  color: #fff;
}

.page-shell {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 52px 24px 80px;
}

.blog-shell {
  width: min(100%, 1140px);
}

.article-shell {
  width: min(100%, 840px);
}

.page-eyebrow,
.article-meta,
.story-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.page-title {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(48px, 8vw, 82px);
  line-height: 0.92;
  letter-spacing: 0.02em;
}

.page-subtitle {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--copy);
  font-size: clamp(17px, 2.5vw, 20px);
  line-height: 1.75;
}

.page-grid {
  margin-top: 34px;
  display: grid;
  gap: 20px;
}

.page-card,
.story-card,
.page-cta {
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.16);
  box-shadow: var(--shadow);
  border-radius: 26px;
}

.page-card {
  padding: 28px 28px 26px;
}

.section-title {
  margin: 0 0 12px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: 0.04em;
}

.section-copy,
.page-card li,
.article-copy p {
  color: var(--copy);
  font-size: 17px;
  line-height: 1.8;
}

.section-copy {
  margin: 0;
}

.section-copy + .section-copy {
  margin-top: 14px;
}

.page-card ul {
  margin: 0;
  padding-left: 20px;
}

.page-card a,
.article-copy a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(204, 0, 0, 0.55);
}

.page-card li + li {
  margin-top: 10px;
}

.page-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}

.consent-check input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #cc0000;
  flex: 0 0 auto;
}

.page-btn,
.story-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  background: linear-gradient(180deg, #f41f1f 0%, #b30000 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 16px 36px rgba(204, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.page-btn:hover,
.story-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(204, 0, 0, 0.36);
}

.page-btn[disabled] {
  cursor: default;
  opacity: 0.72;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.story-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.story-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.story-title {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 34px;
  letter-spacing: 0.03em;
  line-height: 1.02;
}

.story-summary {
  margin: 0;
  color: var(--copy);
  font-size: 16px;
  line-height: 1.75;
  flex: 1;
}

.article-back {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.article-copy {
  margin-top: 28px;
}

.article-copy h2 {
  margin: 34px 0 12px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: 0.04em;
  line-height: 1.02;
}

.article-copy p {
  margin: 0;
}

.article-copy p + p {
  margin-top: 14px;
}

.page-cta {
  margin-top: 40px;
  padding: 28px;
}

.page-cta .section-copy {
  margin-bottom: 20px;
}

.footer-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-line div {
  height: 1px;
  flex: 1;
  background: rgba(204, 0, 0, 0.16);
}

.footer-line span {
  color: rgba(255, 255, 255, 0.12);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
}

.site-meta {
  margin-top: 18px;
  text-align: center;
}

.site-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.28);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-links a:hover {
  color: #fff;
}

.site-disclaimer {
  max-width: 760px;
  margin: 10px auto 0;
  color: rgba(255, 255, 255, 0.18);
  font-size: 10px;
  line-height: 1.6;
}

@media (max-width: 760px) {
  .site-nav-inner {
    padding: 16px 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav-links {
    justify-content: flex-start;
    gap: 12px;
  }

  .page-shell,
  .blog-shell,
  .article-shell {
    padding: 38px 18px 64px;
  }

  .page-card,
  .story-card,
  .page-cta {
    border-radius: 22px;
    padding: 22px;
  }

  .page-title {
    font-size: clamp(42px, 14vw, 64px);
  }
}
