@import url("fonts.css");

/* ============================================================
   LAST STAND: 1000 DAYS — iniş sayfası + yasal sayfalar
   Görsel dil oyundan gelir: kömür karası gece, kehribar ateş ışığı,
   sıkıştırılmış Archivo başlıklar, Newsreader anlatı.
   ============================================================ */

:root {
  --bg: #0B0906;
  --bg-2: #14100C;
  --panel: rgba(255,255,255,.035);
  --line: rgba(255,214,160,.11);
  --line-2: rgba(255,214,160,.26);
  --ink: #F2E9DA;
  --muted: #A2977F;
  --dim: #6B6152;
  --amber: #FF9838;
  --amber-2: #FFB463;
  --gold: #FFCE86;
  --rust: #C4604A;
  --green: #7FE8A8;
  --wrap: 1060px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
img { max-width: 100%; height: auto; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Archivo, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.66;
  overflow-x: hidden;
}

/* ateş ışığı — tek katman, dosya yok */
.sky {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(58% 40% at 50% 0%, rgba(255,140,50,.16), transparent 68%),
    radial-gradient(38% 28% at 88% 12%, rgba(255,110,30,.07), transparent 70%),
    linear-gradient(180deg, #1B1712 0%, var(--bg) 54%);
  background-repeat: no-repeat;
  background-size: 100% 1200px;
}

.wrap { position: relative; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
a { color: var(--amber-2); text-decoration: none; }
a:hover { color: var(--gold); text-decoration: underline; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 6px; }

h1, h2, h3 { font-family: Archivo, sans-serif; font-weight: 800; font-stretch: 74%; letter-spacing: -.01em; line-height: 1.1; }
.serif { font-family: Newsreader, Georgia, serif; font-weight: 400; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 11.5px; font-weight: 700; font-stretch: 72%;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold);
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; }

/* ---------- üst şerit ---------- */
.top { padding: 22px 0 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand img { width: 44px; height: 44px; border-radius: 11px; box-shadow: 0 6px 18px rgba(0,0,0,.5); }
.brand span { display: flex; flex-direction: column; line-height: 1.12; }
.brand b { font-size: 16px; font-weight: 800; font-stretch: 70%; letter-spacing: .16em; }
.brand small { font-size: 10px; font-weight: 700; font-stretch: 76%; letter-spacing: .2em; color: var(--dim); }

/* ---------- hero ---------- */
.hero { padding: 62px 0 40px; }
.hero h1 {
  font-size: clamp(46px, 11vw, 96px); font-weight: 800; font-stretch: 62%;
  letter-spacing: -.02em; line-height: .84; margin: 14px 0 0;
  text-shadow: 0 6px 34px rgba(0,0,0,.8);
}
.hero .sub {
  margin-top: 14px; font-size: 13px; font-weight: 700; font-stretch: 74%;
  letter-spacing: .3em; color: var(--gold);
}
.lead, .hero p.lead {
  margin: 20px 0 0; max-width: 46ch;
  font-family: Newsreader, Georgia, serif; font-size: 21px; line-height: 1.48; color: var(--muted);
  text-wrap: pretty;
}

.cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 20px; border-radius: 14px;
  font-size: 13px; font-weight: 800; font-stretch: 74%; letter-spacing: .1em;
  border: 1px solid var(--line-2); background: var(--panel); color: var(--ink);
}
.btn:hover { text-decoration: none; border-color: var(--amber); }
.btn.primary { background: linear-gradient(180deg, var(--amber-2), var(--amber)); color: #1A1206; border-color: transparent; box-shadow: 0 10px 28px rgba(255,152,56,.26); }
.btn.soon { opacity: .55; pointer-events: none; }

/* ---------- ekran kareleri ---------- */
.shots { display: flex; gap: 14px; overflow-x: auto; padding: 6px 0 18px; scrollbar-width: none; }
.shots::-webkit-scrollbar { height: 0; }
.shots img { flex: 0 0 auto; width: 226px; border-radius: 18px; border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(0,0,0,.6); }

/* ---------- özellikler ---------- */
section { padding: 44px 0; }
.grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); margin-top: 22px; }
.card {
  padding: 20px 20px 22px; border-radius: 18px;
  background: linear-gradient(180deg, rgba(38,31,24,.7), rgba(20,16,13,.7));
  border: 1px solid var(--line);
}
.card h3 { margin: 0 0 8px; font-size: 17px; font-stretch: 80%; }
.card p { margin: 0; color: var(--muted); font-size: 15.5px; }
.card .k { font-size: 11px; font-weight: 700; font-stretch: 74%; letter-spacing: .18em; color: var(--gold); display: block; margin-bottom: 10px; }

.quote {
  margin: 30px 0 0; padding: 22px 24px; border-left: 2px solid var(--line-2);
  font-family: Newsreader, Georgia, serif; font-style: italic; font-size: 20px; color: var(--muted);
  text-wrap: pretty;
}

/* ---------- yasal sayfalar ---------- */
body.legal main { max-width: 780px; margin: 0 auto; padding: 30px 22px 80px; }
body.legal h1 { font-size: 30px; margin: 26px 0 6px; }
body.legal h2 { font-size: 21px; margin: 34px 0 8px; color: var(--gold); }
body.legal h3 { font-size: 17px; font-stretch: 82%; margin: 22px 0 4px; }
body.legal p, body.legal li { color: var(--muted); font-size: 16px; }
body.legal strong { color: var(--ink); }
body.legal hr { border: 0; border-top: 1px solid var(--line); margin: 54px 0 10px; }
body.legal ul { padding-left: 20px; }
body.legal .card { margin: 18px 0; }
body.legal table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 15px; }
body.legal th, body.legal td { text-align: left; padding: 9px 10px; border-bottom: 1px solid var(--line); color: var(--muted); vertical-align: top; }
body.legal th { color: var(--ink); font-weight: 700; font-stretch: 80%; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.muted { color: var(--dim); font-size: 14px; }

footer { border-top: 1px solid var(--line); padding: 26px 0 44px; color: var(--dim); font-size: 14px; }
footer a { color: var(--muted); }
footer .row { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; }

@media (max-width: 640px) {
  body { font-size: 16px; }
  .hero { padding: 40px 0 26px; }
  .hero p.lead { font-size: 18.5px; }
}
