:root {
  --black: #050505;
  --black-soft: #0a0909;
  --panel: #111010;
  --panel-2: #171313;
  --red: #e11a18;
  --red-bright: #ff3b1f;
  --ember: #ff792b;
  --gold: #ffc45c;
  --cream: #f4eee6;
  --muted: #a99f99;
  --line: rgba(255, 101, 53, 0.25);
  --max: 1180px;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background:
    radial-gradient(circle at 74% 9%, rgba(196, 17, 15, 0.23), transparent 28%),
    linear-gradient(180deg, #050505 0%, #090606 46%, #050505 100%);
  font-family: var(--sans);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 48px 48px;
}

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--cream);
  color: var(--black);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.site-header {
  position: relative;
  z-index: 10;
  height: 76px;
  border-bottom: 1px solid rgba(255, 60, 31, 0.2);
  background: rgba(4, 4, 4, 0.94);
  box-shadow: 0 12px 45px rgba(208, 25, 15, 0.12);
}

.header-inner {
  width: min(calc(100% - 48px), var(--max));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 218px;
}

.brand img,
.footer-brand img {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  box-shadow: 0 0 22px rgba(240, 49, 108, 0.34);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.brand-copy strong,
.footer-brand strong {
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.brand-copy small {
  color: #9d928c;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-left: auto;
}

nav a {
  color: #b8afaa;
  font-size: 12px;
  font-weight: 700;
  transition: color 160ms ease;
}

nav a:hover {
  color: #fff;
}

.header-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 156px;
  height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 100, 42, 0.7);
  border-radius: 3px;
  background: linear-gradient(110deg, #ce1916, #ff6423);
  box-shadow: 0 0 26px rgba(239, 42, 22, 0.3);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 674px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 71, 32, 0.18);
  background: #050505;
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -3;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  opacity: 0.95;
}

.hero-art-mobile {
  display: none;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(3, 3, 3, 0.99) 0%,
      rgba(5, 4, 4, 0.96) 24%,
      rgba(5, 4, 4, 0.62) 34%,
      rgba(5, 4, 4, 0.28) 45%,
      rgba(5, 4, 4, 0.08) 62%,
      rgba(5, 4, 4, 0.02) 100%
    ),
    linear-gradient(0deg, rgba(4, 4, 4, 0.95) 0%, transparent 24%, rgba(0, 0, 0, 0.16) 100%);
}

.hero-ticker {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: min(100%, 1440px);
  height: 35px;
  padding: 0 max(24px, calc((100% - var(--max)) / 2));
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 90, 40, 0.16);
  background: rgba(4, 4, 4, 0.36);
  color: rgba(235, 222, 211, 0.64);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.hero-ticker i {
  width: 3px;
  height: 3px;
  flex: none;
  border-radius: 50%;
  background: var(--red-bright);
  box-shadow: 0 0 9px rgba(255, 59, 31, 0.8);
}

.hero-inner {
  position: relative;
  width: min(calc(100% - 48px), var(--max));
  min-height: 674px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 63px 0 42px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 610px);
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow-line {
  display: block;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--red), var(--gold));
  box-shadow: 0 0 14px rgba(255, 71, 28, 0.7);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 620px;
  margin: 18px 0 16px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 17px;
  color: #f8f1e8;
  font-family: var(--display);
  font-size: clamp(92px, 8.7vw, 126px);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-shadow:
    0 4px 0 #2b0907,
    0 0 36px rgba(238, 42, 21, 0.3);
}

h1 > span:first-child {
  width: 100%;
}

h1 .versus {
  color: var(--red-bright);
  font-size: 0.4em;
  letter-spacing: 0;
  transform: skew(-7deg);
  text-shadow: 0 0 25px rgba(255, 59, 31, 0.48);
}

h1 > span:last-child {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url("assets/me-vs-me-hero-desktop.png");
  background-position: 62% 72%;
  background-size: 820px auto;
  -webkit-text-stroke: 1px rgba(255, 225, 202, 0.86);
  text-shadow: 0 0 30px rgba(255, 69, 30, 0.28);
}

.hero-lead {
  max-width: 520px;
  margin-bottom: 18px;
  color: #c9bfba;
  font-size: 16px;
  line-height: 1.58;
}

.identity-band {
  width: min(100%, 520px);
  min-height: 58px;
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 10px 12px 10px 17px;
  border: 1px solid rgba(255, 81, 31, 0.45);
  border-left: 3px solid var(--red-bright);
  background:
    linear-gradient(90deg, rgba(225, 26, 24, 0.13), rgba(255, 255, 255, 0.018)),
    rgba(18, 14, 14, 0.82);
  box-shadow: inset 0 0 28px rgba(239, 44, 24, 0.06);
}

.identity-kicker {
  color: #d0c3bb;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.identity-band strong {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.08em;
}

.identity-market {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 31px;
  border: 1px solid rgba(255, 196, 92, 0.3);
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero-actions,
.final-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hero-actions {
  max-width: 520px;
}

.button {
  height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.01em;
  transition:
    transform 150ms ease,
    box-shadow 150ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button b {
  font-size: 18px;
  font-weight: 500;
}

.button-primary {
  border: 1px solid #ff6432;
  background: linear-gradient(110deg, #cb1414 0%, #ff3d1f 62%, #ff8a34 100%);
  box-shadow: 0 10px 30px rgba(228, 34, 20, 0.25);
}

.button-secondary {
  border: 1px solid rgba(255, 103, 50, 0.58);
  background: linear-gradient(110deg, rgba(31, 20, 19, 0.95), rgba(13, 10, 10, 0.96));
  color: #f6e9dd;
}

.hero-note {
  margin: 13px 0 0;
  color: #887e79;
  font-size: 10px;
  line-height: 1.45;
}

.ring-wordmark {
  position: absolute;
  top: 48%;
  left: 72%;
  z-index: 2;
  width: 320px;
  transform: translate(-50%, -50%);
  color: rgba(247, 235, 225, 0.9);
  text-align: center;
  text-shadow: 0 3px 24px #000;
}

.ring-wordmark small,
.ring-wordmark em {
  display: block;
  color: rgba(240, 218, 199, 0.62);
  font-family: var(--sans);
  font-size: 7px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.27em;
}

.ring-wordmark div {
  margin: 8px 0 9px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  font-family: var(--display);
  font-size: 58px;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.ring-wordmark b {
  color: var(--red-bright);
  font-size: 0.42em;
  font-style: italic;
}

.outcome-label {
  position: absolute;
  bottom: 24px;
  z-index: 2;
  min-width: 118px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  text-shadow: 0 2px 10px #000;
}

.outcome-winner {
  left: 36%;
}

.outcome-loser {
  right: 3px;
  align-items: flex-end;
  text-align: right;
}

.outcome-label span {
  color: rgba(232, 219, 208, 0.78);
  font-family: var(--sans);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.25em;
}

.outcome-label strong {
  color: var(--gold);
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: 0.14em;
}

.outcome-loser span {
  color: rgba(184, 173, 166, 0.64);
}

.outcome-loser strong {
  color: #d94b35;
}

.signal-rail {
  width: min(calc(100% - 48px), var(--max));
  min-height: 108px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(16, 12, 12, 0.94);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
}

.signal-item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  padding: 22px 25px;
  border-right: 1px solid var(--line);
}

.signal-item:last-child {
  border-right: 0;
}

.signal-number {
  color: var(--red-bright);
  font-family: var(--display);
  font-size: 29px;
  line-height: 1;
}

.signal-item div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.signal-item strong {
  font-size: 13px;
}

.signal-item small {
  color: #8c817b;
  font-size: 10px;
  line-height: 1.4;
}

.section {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 112px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 48px;
}

.section h2,
.final-cta h2 {
  margin: 13px 0 0;
  font-family: var(--display);
  font-size: clamp(48px, 5.3vw, 76px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.section-heading > p,
.support-intro > p,
.faq-heading > p {
  margin-bottom: 0;
  color: #988d87;
  font-size: 14px;
  line-height: 1.72;
}

.path-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.path-card {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  border: 1px solid rgba(255, 84, 35, 0.24);
  background: var(--panel);
}

.path-card::after {
  position: absolute;
  right: -45px;
  bottom: -65px;
  width: 230px;
  height: 230px;
  border: 45px solid rgba(225, 26, 24, 0.055);
  border-radius: 50%;
  content: "";
}

.path-agent {
  background: var(--panel);
}

.path-visual {
  position: relative;
  height: 275px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 90, 35, 0.26);
  background: #070606;
}

.path-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 42%, rgba(8, 6, 6, 0.9) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 52%);
}

.path-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.path-card:hover .path-visual img {
  transform: scale(1.025);
}

.path-index {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 2;
  display: block;
  padding: 6px 8px;
  border: 1px solid rgba(255, 97, 44, 0.36);
  background: rgba(6, 5, 5, 0.64);
  color: #d3c5bc;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.path-visual-tag {
  position: absolute;
  right: 20px;
  bottom: 17px;
  z-index: 2;
  color: var(--gold);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.path-body {
  position: relative;
  z-index: 1;
  padding: 26px 30px 30px;
}

.path-icon {
  width: fit-content;
  margin-bottom: 17px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 100, 44, 0.52);
  color: var(--gold);
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.12em;
}

.path-card h3 {
  max-width: 410px;
  margin-bottom: 15px;
  font-family: var(--display);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.path-card > p {
  max-width: 465px;
  color: #aaa09a;
  font-size: 13px;
  line-height: 1.65;
}

.path-body > p {
  max-width: 465px;
  color: #aaa09a;
  font-size: 13px;
  line-height: 1.65;
}

.path-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 20px 0 17px;
  background: rgba(255, 91, 39, 0.17);
  border: 1px solid rgba(255, 91, 39, 0.17);
}

.path-meta span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  background: rgba(8, 7, 7, 0.82);
  color: #e2d7cf;
  font-size: 11px;
  font-weight: 750;
}

.path-meta small {
  color: #81766f;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.path-card ul {
  margin: 17px 0 23px;
  padding: 0;
  list-style: none;
}

.path-card li {
  margin-top: 9px;
  color: #d2c8c1;
  font-size: 12px;
}

.path-card li::before {
  margin-right: 10px;
  content: "—";
  color: var(--red-bright);
}

.text-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 85, 38, 0.62);
  padding-bottom: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.role-fit {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.95fr;
  border: 1px solid rgba(255, 84, 35, 0.22);
  background:
    linear-gradient(100deg, rgba(193, 25, 18, 0.12), transparent 36%),
    #0d0b0b;
}

.role-fit > div {
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid rgba(255, 84, 35, 0.18);
}

.role-fit > div:last-child {
  border-right: 0;
}

.role-fit-heading h3 {
  max-width: 330px;
  margin: 15px 0 0;
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}

.role-fit-column > span {
  display: block;
  margin-bottom: 27px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.role-fit-column p {
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 84, 35, 0.14);
  color: #9e938c;
  font-size: 11px;
  line-height: 1.5;
}

.role-fit-column p::before {
  margin-right: 8px;
  content: "—";
  color: var(--red-bright);
}

.support {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 80px;
  border-top: 1px solid rgba(255, 80, 34, 0.15);
}

.support-intro {
  align-self: center;
}

.support-intro h2 {
  margin-bottom: 24px;
}

.support-list {
  border-top: 1px solid var(--line);
}

.support-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 24px 5px;
  border-bottom: 1px solid var(--line);
}

.support-list article > span {
  color: var(--red-bright);
  font-family: var(--display);
  font-size: 20px;
}

.support-list h3 {
  margin-bottom: 6px;
  font-size: 15px;
}

.support-list p {
  margin-bottom: 0;
  color: #8f857f;
  font-size: 12px;
  line-height: 1.55;
}

.process {
  border-top: 1px solid rgba(255, 80, 34, 0.15);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.steps article {
  min-height: 280px;
  padding: 28px;
  background: #0d0b0b;
}

.step-number {
  display: block;
  margin-bottom: 75px;
  color: var(--red-bright);
  font-family: var(--display);
  font-size: 40px;
}

.steps h3 {
  margin-bottom: 11px;
  font-family: var(--display);
  font-size: 26px;
  text-transform: uppercase;
}

.steps p {
  margin-bottom: 0;
  color: #918680;
  font-size: 12px;
  line-height: 1.62;
}

.before-apply {
  padding-top: 0;
}

.before-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
  padding: 55px;
  border: 1px solid rgba(255, 87, 35, 0.32);
  background:
    linear-gradient(120deg, rgba(211, 24, 19, 0.22), transparent 48%),
    #100c0c;
}

.before-panel h2 {
  font-size: clamp(42px, 4.3vw, 62px);
}

.check-grid {
  display: grid;
  gap: 12px;
}

.check-grid p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 95, 42, 0.16);
  background: rgba(8, 7, 7, 0.58);
  color: #bdb3ad;
  font-size: 12px;
}

.check-grid span {
  color: var(--gold);
  font-weight: 900;
}

.faq {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 80px;
  border-top: 1px solid rgba(255, 80, 34, 0.15);
}

.faq-heading h2 {
  margin-bottom: 23px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  position: relative;
  padding: 22px 36px 22px 0;
  cursor: pointer;
  list-style: none;
  color: #e9dfd6;
  font-size: 13px;
  font-weight: 780;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  top: 19px;
  right: 4px;
  content: "+";
  color: var(--red-bright);
  font-size: 20px;
  font-weight: 400;
}

details[open] summary::after {
  content: "–";
}

details p {
  max-width: 610px;
  margin: -3px 0 23px;
  color: #948983;
  font-size: 12px;
  line-height: 1.7;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 96px 24px;
  border-top: 1px solid rgba(255, 82, 34, 0.25);
  border-bottom: 1px solid rgba(255, 82, 34, 0.25);
  background:
    linear-gradient(90deg, rgba(7, 5, 5, 0.98) 0%, rgba(9, 5, 5, 0.9) 48%, rgba(8, 4, 4, 0.35) 100%),
    url("assets/me-vs-me-hero-desktop.png") center 62% / cover no-repeat;
}

.final-cta::before {
  position: absolute;
  top: -130px;
  right: 5%;
  width: 400px;
  height: 400px;
  border: 64px solid rgba(255, 67, 27, 0.07);
  border-radius: 50%;
  content: "";
}

.final-grid {
  position: relative;
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  align-items: end;
  gap: 80px;
}

.final-cta h2 {
  font-size: clamp(62px, 7vw, 96px);
}

.final-actions {
  padding-bottom: 4px;
}

.final-note {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 92, 42, 0.2);
  color: #968880;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

footer {
  padding: 52px 24px 23px;
  background: #040404;
}

.footer-main,
.footer-bottom {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 50px;
  align-items: center;
  padding-bottom: 34px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand div,
.footer-id {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-brand span,
.footer-id span {
  color: #796f6a;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-id strong {
  color: var(--gold);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 13px 20px;
}

.footer-links a {
  color: #9b918b;
  font-size: 11px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #635b56;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom span {
  flex: none;
}

@media (max-width: 980px) {
  nav,
  .header-cta {
    display: none;
  }

  .mobile-menu {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    appearance: none;
    padding: 8px 10px;
    border: 1px solid rgba(255, 87, 35, 0.42);
    background: transparent;
    color: #d5c9c2;
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.14em;
    line-height: 1;
  }

  nav.is-open {
    position: absolute;
    top: 60px;
    right: 16px;
    left: 16px;
    z-index: 20;
    display: grid;
    gap: 0;
    padding: 8px 16px;
    border: 1px solid rgba(255, 87, 35, 0.32);
    background: rgba(5, 5, 5, 0.98);
  }

  nav.is-open a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  nav.is-open a:last-child {
    border-bottom: 0;
  }

  .hero-inner {
    display: flex;
  }
}

@media (max-width: 720px) {
  .site-header {
    height: 60px;
  }

  .header-inner {
    width: calc(100% - 32px);
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .brand-copy small {
    font-size: 7px;
  }

  .hero {
    min-height: 665px;
  }

  .hero-inner {
    width: calc(100% - 32px);
    min-height: 665px;
    display: block;
    padding: 20px 0 24px;
  }

  .hero-art {
    object-position: 62% center;
    opacity: 0.84;
  }

  .hero-art-desktop {
    display: none;
  }

  .hero-art-mobile {
    display: block;
    object-position: center;
  }

  .hero-ticker {
    display: none;
  }

  .hero-scrim {
    background:
      linear-gradient(
        180deg,
        rgba(3, 3, 3, 0.99) 0%,
        rgba(4, 3, 3, 0.96) 31%,
        rgba(4, 3, 3, 0.77) 48%,
        rgba(4, 3, 3, 0.16) 72%,
        rgba(4, 3, 3, 0.62) 100%
      ),
      linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 75%);
  }

  .eyebrow {
    font-size: 8px;
  }

  .eyebrow-line {
    width: 28px;
  }

  h1 {
    width: 100%;
    max-width: none;
    margin: 13px 0 11px;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 7px;
    font-size: clamp(52px, 15vw, 62px);
    line-height: 0.88;
    letter-spacing: -0.045em;
  }

  h1 > span:first-child {
    width: auto;
  }

  h1 .versus {
    font-size: 0.4em;
  }

  h1 > span:last-child {
    -webkit-text-stroke-width: 1px;
  }

  .hero-lead {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.48;
  }

  .identity-band {
    min-height: 44px;
    margin-bottom: 12px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    padding: 7px 8px 7px 11px;
  }

  .identity-kicker {
    font-size: 7px;
  }

  .identity-band strong {
    font-size: 16px;
  }

  .identity-market {
    width: 34px;
    height: 26px;
    font-size: 8px;
  }

  .hero-actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .button {
    height: 44px;
    padding: 0 12px;
    font-size: 10px;
  }

  .button b {
    font-size: 14px;
  }

  .hero-note {
    margin-top: 9px;
    font-size: 8px;
  }

  .outcome-label {
    bottom: 19px;
    min-width: 100px;
  }

  .outcome-winner {
    left: 16px;
  }

  .outcome-loser {
    right: 16px;
  }

  .outcome-label span {
    font-size: 5px;
  }

  .outcome-label strong {
    font-size: 16px;
  }

  .ring-wordmark {
    top: auto;
    bottom: 138px;
    left: 50%;
    width: 230px;
  }

  .ring-wordmark small,
  .ring-wordmark em {
    font-size: 5px;
  }

  .ring-wordmark div {
    margin: 7px 0;
    font-size: 38px;
  }

  .signal-rail {
    width: 100%;
    min-height: auto;
    grid-template-columns: 1fr;
    border-right: 0;
    border-left: 0;
  }

  .signal-item {
    padding: 15px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .signal-item:last-child {
    border-bottom: 0;
  }

  .signal-number {
    font-size: 24px;
  }

  .section {
    width: calc(100% - 32px);
    padding: 72px 0;
  }

  .section-heading,
  .support,
  .faq,
  .before-panel,
  .final-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 20px;
    margin-bottom: 30px;
  }

  .section h2,
  .final-cta h2 {
    font-size: 47px;
  }

  .section-heading > p,
  .support-intro > p,
  .faq-heading > p {
    font-size: 12px;
  }

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

  .path-card {
    min-height: 0;
  }

  .path-visual {
    height: 220px;
  }

  .path-body {
    padding: 24px;
  }

  .path-index {
    margin-bottom: 30px;
  }

  .path-card h3 {
    font-size: 32px;
  }

  .role-fit {
    grid-template-columns: 1fr;
  }

  .role-fit > div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 84, 35, 0.18);
  }

  .role-fit > div:last-child {
    border-bottom: 0;
  }

  .support {
    gap: 40px;
  }

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

  .steps article {
    min-height: 220px;
  }

  .step-number {
    margin-bottom: 48px;
  }

  .before-panel {
    gap: 35px;
    padding: 30px 22px;
  }

  .faq {
    gap: 35px;
  }

  .final-cta {
    padding: 72px 16px;
  }

  .final-grid {
    gap: 36px;
  }

  .final-actions {
    grid-template-columns: 1fr 1fr;
  }

  .final-note {
    flex-wrap: wrap;
  }

  footer {
    padding: 42px 16px 22px;
  }

  .footer-main {
    gap: 28px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}
