@font-face {
  font-family: "Carter One Tower";
  src: url("/fonts/carter-one.ttf") format("truetype");
  font-display: swap;
}

:root {
  color-scheme: dark;
  color: #f8eed8;
  background: #120b19;
  font-family: Arial, Helvetica, ui-sans-serif, system-ui, sans-serif;
  --ink: #f8eed8;
  --muted: #b8acba;
  --violet: #7b3fb3;
  --violet-dark: #2c123e;
  --gold: #f0bc4f;
  --line: rgba(238, 214, 255, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 78% 4%, rgba(123, 63, 179, .32), transparent 28rem),
    radial-gradient(circle at 8% 52%, rgba(240, 188, 79, .08), transparent 24rem),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px),
    #120b19;
  background-size: auto, auto, 34px 34px, 34px 34px, auto;
}

a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid rgba(240, 188, 79, .7); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .tower-brand strong { font-family: "Carter One Tower", Arial Black, sans-serif; font-weight: 400; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 20; padding: 10px 14px; color: #1a0d20; background: var(--gold); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.tower-header {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  width: min(1160px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.tower-brand { display: inline-flex; gap: 13px; align-items: center; color: inherit; text-decoration: none; }
.tower-brand-mark { display: grid; width: 43px; height: 43px; color: #1c1025; font-weight: 900; background: var(--gold); border: 2px solid #ffdc8c; border-radius: 10px 10px 15px 15px; box-shadow: 0 0 26px rgba(240, 188, 79, .18); place-items: center; }
.tower-brand > span:last-child { display: grid; }
.tower-brand strong { font-size: 18px; }
.tower-brand small { margin-top: 2px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.vault-link { color: #ead7fb; font-size: 12px; font-weight: 800; text-underline-offset: 4px; }

main { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.tower-hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); gap: clamp(32px, 6vw, 76px); align-items: center; min-height: 650px; padding: 76px 0; }
.tower-hero-copy { max-width: 720px; }
.eyebrow { margin-bottom: 13px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1 { max-width: 700px; margin-bottom: 22px; font-size: clamp(3.1rem, 7vw, 5.8rem); line-height: .92; letter-spacing: -.035em; text-shadow: 0 5px 0 rgba(44, 18, 62, .72); }
.tower-lede { max-width: 680px; margin-bottom: 24px; color: var(--muted); font-size: clamp(1rem, 2vw, 1.18rem); line-height: 1.65; }
.status-row { display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center; color: var(--muted); font-size: 11px; font-weight: 750; }
.status-badge { display: inline-flex; gap: 8px; align-items: center; padding: 8px 11px; color: #f5e4ff; background: rgba(123, 63, 179, .18); border: 1px solid rgba(193, 128, 247, .34); border-radius: 999px; }
.status-badge i { width: 8px; height: 8px; background: #c077ff; border-radius: 50%; box-shadow: 0 0 0 4px rgba(192, 119, 255, .12); }
.tower-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 18px; color: inherit; font-size: 12px; font-weight: 850; text-decoration: none; cursor: pointer; border-radius: 10px; transition: transform .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #1a0d20; background: linear-gradient(180deg, #ffd77c, #e5a92e); border: 1px solid #ffe2a0; box-shadow: 0 4px 0 #704a0e, 0 14px 28px rgba(0,0,0,.24); }
.button.secondary { color: #f1ddff; background: rgba(255,255,255,.05); border: 1px solid var(--line); }
.share-feedback { margin: 15px 0 0; color: #d8c3e5; font-size: 11px; }

.tower-gameplay { position: relative; align-self: center; margin: 0; overflow: hidden; background: #0a0a0d; border: 1px solid rgba(240,188,79,.4); border-radius: 18px; box-shadow: 0 34px 80px rgba(0,0,0,.42), 0 0 70px rgba(123,63,179,.2); }
.tower-gameplay::after { position: absolute; inset: 0; content: ""; pointer-events: none; box-shadow: inset 0 0 0 7px rgba(18,11,25,.52); }
.tower-gameplay img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.tower-gameplay figcaption { display: grid; gap: 4px; padding: 15px 18px 17px; background: linear-gradient(90deg, rgba(44,18,62,.96), rgba(24,12,33,.98)); }
.tower-gameplay figcaption strong { color: #f8eed8; font-size: 12px; }
.tower-gameplay figcaption span { color: var(--muted); font-size: 10px; line-height: 1.45; }

.launch-grid { display: grid; grid-template-columns: minmax(220px, .72fr) 1.28fr; gap: clamp(30px, 7vw, 82px); padding: 70px 0; border-top: 1px solid var(--line); }
.section-heading h2 { margin-bottom: 14px; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.03; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.65; }
.milestones { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.milestones li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px; color: var(--muted); background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 12px; }
.milestones li > span { display: grid; width: 44px; height: 44px; color: #d9b9ed; font-size: 11px; font-weight: 900; border: 1px solid rgba(193,128,247,.32); border-radius: 10px; place-items: center; }
.milestones li small { color: #a98db8; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.milestones li h3 { margin: 3px 0 5px; color: #f5eafa; font-size: 1.25rem; }
.milestones li p { margin: 0; font-size: 12px; line-height: 1.5; }
.milestones li.is-current { background: linear-gradient(135deg, rgba(123,63,179,.3), rgba(240,188,79,.07)); border-color: rgba(193,128,247,.48); }
.milestones li.is-current > span { color: #211028; background: var(--gold); border-color: #ffe19d; }

.promise-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(28px, 7vw, 80px); align-items: center; padding: clamp(28px, 5vw, 54px); margin: 20px 0 80px; background: linear-gradient(135deg, rgba(39,19,52,.92), rgba(24,12,33,.94)); border: 1px solid rgba(240,188,79,.28); border-left: 5px solid var(--gold); border-radius: 14px; }
.promise-card h2 { margin-bottom: 0; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.promise-card > p { margin: 0; color: var(--muted); line-height: 1.7; }

.tower-footer { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; justify-content: center; padding: 28px 20px 36px; color: #918697; text-align: center; border-top: 1px solid var(--line); }
.tower-footer span { font-size: 11px; font-weight: 800; }
.tower-footer nav { display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: center; }
.tower-footer a { color: #d8c3e5; font-size: 10px; text-underline-offset: 3px; }
.tower-footer small { flex: 0 0 100%; font-size: 9px; }
body > .feedback-launch { bottom: 18px; color: #fff1d0; }

@media (max-width: 760px) {
  .tower-header { width: min(100% - 28px, 1160px); }
  .tower-brand small { display: none; }
  .vault-link { font-size: 10px; }
  main { width: min(100% - 28px, 1160px); }
  .tower-hero { grid-template-columns: 1fr; min-height: auto; padding: 64px 0; }
  .tower-gameplay { order: -1; }
  h1 { font-size: clamp(3.1rem, 17vw, 5rem); }
  .tower-actions { display: grid; }
  .launch-grid, .promise-card { grid-template-columns: 1fr; }
  .launch-grid { padding: 54px 0; }
  .promise-card { margin-bottom: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; }
}
