/* Rabbits vs Sheep — landing + press kit. Static, no build step. */

@font-face {
  font-family: 'Fredoka';
  src: url('/fonts/Fredoka.ttf') format('truetype');
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --bg: #241f31;
  --panel: #2e2840;
  --panel-2: #38304e;
  --line: #4a4066;
  --text: #efe9dc;
  --muted: #b3a9c9;
  --gold: #f0c869;
  --green: #5fbf77;
  --green-deep: #3e7d3a;
  --wheat: #d8a94b;
  --blue: #6ec3f0;
  --red: #e0596a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--bg);
  color: var(--text);
  font: 17px/1.6 system-ui, -apple-system, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .btn, .badge { font-family: 'Fredoka', system-ui, sans-serif; }

a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* ── hero ─────────────────────────────────────────── */
.hero {
  padding: 72px 0 48px;
  text-align: center;
  background:
    radial-gradient(1200px 500px at 20% -10%, rgba(95, 191, 119, 0.18), transparent 60%),
    radial-gradient(1200px 500px at 80% -10%, rgba(216, 169, 75, 0.18), transparent 60%);
}

.hero h1 {
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.hero h1 .rabbits { color: var(--green); }
.hero h1 .vs { color: var(--muted); font-size: 0.55em; vertical-align: middle; padding: 0 0.2em; }
.hero h1 .sheep { color: var(--wheat); }

.tagline { font-size: clamp(1.1rem, 3vw, 1.5rem); color: var(--text); margin-top: 12px; font-weight: 500; }
.subline { color: var(--muted); margin-top: 8px; max-width: 640px; margin-left: auto; margin-right: auto; }

.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: 14px;
  font-size: 1.05rem; font-weight: 600; letter-spacing: 0.01em;
  border: 2px solid transparent; cursor: pointer;
}
.btn:hover { text-decoration: none; filter: brightness(1.08); }
.btn-play { background: var(--green); color: #14251a; box-shadow: 0 4px 0 var(--green-deep); }
.btn-play:hover { transform: translateY(-1px); }
.btn-soon {
  background: var(--panel); color: var(--muted);
  border-color: var(--line); cursor: default; position: relative;
}
.btn-soon:hover { filter: none; }
.btn .tag {
  font-size: 0.7rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em;
  background: var(--panel-2); border: 1px solid var(--line);
  border-radius: 999px; padding: 2px 8px; color: var(--gold);
}

.platforms { margin-top: 22px; color: var(--muted); font-size: 0.92rem; }

/* ── sections ─────────────────────────────────────── */
section { padding: 56px 0; }
section h2 {
  font-size: 2rem; font-weight: 600; margin-bottom: 24px;
  color: var(--gold);
}

/* trailer placeholder — swap for the YouTube iframe when the trailer exists */
.video-slot {
  aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden;
  background: linear-gradient(135deg, #2b3d27 0%, #1f2a3a 55%, #4a3a20 100%);
  border: 2px solid var(--line);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
}
.video-slot .play {
  width: 84px; height: 84px; border-radius: 50%;
  background: rgba(240, 200, 105, 0.15); border: 3px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
}
.video-slot .play::after {
  content: ''; display: block; margin-left: 6px;
  border-left: 26px solid var(--gold); border-top: 16px solid transparent; border-bottom: 16px solid transparent;
}
.video-slot p { color: var(--muted); font-weight: 500; }
.video-slot iframe { width: 100%; height: 100%; border: 0; }

/* features */
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.card {
  background: var(--panel); border: 1px solid var(--line); border-radius: 16px;
  padding: 22px;
}
.card h3 { font-size: 1.15rem; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.card h3 .ico { margin-right: 8px; }
.card p { color: var(--muted); font-size: 0.95rem; }

/* screenshots */
.shots { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 16px; }
.shots a { display: block; border-radius: 14px; overflow: hidden; border: 2px solid var(--line); }
.shots a:hover { border-color: var(--gold); }
.shots img { display: block; width: 100%; height: auto; }

/* community */
.links-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* footer */
footer {
  border-top: 1px solid var(--line); padding: 40px 0 56px; margin-top: 40px;
  color: var(--muted); font-size: 0.92rem;
}
footer .wrap { display: flex; flex-direction: column; gap: 10px; }

/* ── press kit ────────────────────────────────────── */
.press-layout { display: grid; grid-template-columns: 280px 1fr; gap: 40px; padding: 48px 0; }
@media (max-width: 800px) { .press-layout { grid-template-columns: 1fr; } }

.factsheet {
  background: var(--panel); border: 1px solid var(--line); border-radius: 16px;
  padding: 24px; align-self: start; position: sticky; top: 24px;
}
.factsheet h2 { font-size: 1.3rem; margin-bottom: 16px; color: var(--gold); font-family: 'Fredoka', sans-serif; }
.factsheet dt { font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); margin-top: 14px; }
.factsheet dd { margin: 2px 0 0; font-size: 0.95rem; }

.press-body h1 { font-family: 'Fredoka', sans-serif; font-size: 2.4rem; font-weight: 600; margin-bottom: 6px; }
.press-body h2 { font-family: 'Fredoka', sans-serif; font-size: 1.5rem; font-weight: 600; color: var(--gold); margin: 40px 0 12px; }
.press-body p, .press-body li { color: var(--text); }
.press-body ul { padding-left: 22px; margin: 10px 0; }
.press-body li { margin: 6px 0; }
.press-body .muted { color: var(--muted); }

.kicker { color: var(--muted); font-size: 1.05rem; }

.badge {
  display: inline-block; font-size: 0.75rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.08em;
  background: var(--panel-2); border: 1px solid var(--line);
  border-radius: 999px; padding: 3px 10px; color: var(--gold);
  vertical-align: middle;
}

.topbar { padding: 18px 0; border-bottom: 1px solid var(--line); }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; }
.topbar .brand { font-family: 'Fredoka', sans-serif; font-weight: 600; font-size: 1.1rem; color: var(--text); }
.topbar .brand:hover { text-decoration: none; color: var(--gold); }
