/* Frogee Studios - one stylesheet for the whole site. Poster paper, ink, one red, one green. */
:root {
  --paper: #f3ead6;
  --paper-2: #e9dcbf;
  --ink: #1d1a16;
  --ink-2: #4a443b;
  --red: #d63a2a;
  --red-2: #b42d1f;
  --green: #3f8f4c;
  --cream: #f6efe0;
  --line: rgba(29, 26, 22, .18);
  --max: 1080px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 17px/1.55 Georgia, "Times New Roman", serif;
}
a { color: var(--red-2); }
a:hover { color: var(--red); }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, .display {
  font-family: Anton, Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 .4em;
}
h1 { font-size: clamp(2.6rem, 7vw, 5rem); }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); }
h3 { font-size: 1.25rem; letter-spacing: .05em; }
p { margin: 0 0 1em; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 22px; }

/* header / nav */
.top { border-bottom: 2px solid var(--ink); background: var(--paper); }
.top .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 18px; min-height: 64px; padding-block: 10px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand .display { font-size: 1.35rem; letter-spacing: .08em; white-space: nowrap; }
.frog { width: 34px; height: 34px; flex: none; }
nav { display: flex; flex-wrap: wrap; gap: 4px 20px; }
nav a { color: var(--ink); text-decoration: none; font-size: .95rem; letter-spacing: .02em; white-space: nowrap; }
nav a:hover { color: var(--red); }

/* hero */
.hero { position: relative; color: var(--cream); background: #1a1f33; overflow: hidden; }
.hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.hero .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,40,.15) 0%, rgba(20,20,40,.75) 100%); }
.hero .wrap { position: relative; padding: clamp(70px, 12vw, 150px) 22px clamp(50px, 8vw, 100px); }
.hero h1 { text-shadow: 0 3px 0 rgba(0,0,0,.35); }
.hero .lede { font-size: clamp(1.1rem, 2.2vw, 1.4rem); max-width: 34em; margin-bottom: 1.6em; }
.hero .logo { width: 100%; max-width: 620px; margin-bottom: 26px; }

/* buttons */
.btn {
  display: inline-block; padding: 12px 22px; border: 2px solid var(--ink);
  background: var(--red); color: var(--cream); text-decoration: none;
  font-family: Anton, Impact, "Arial Narrow", sans-serif; text-transform: uppercase; letter-spacing: .08em; font-size: 1.05rem;
  box-shadow: 4px 4px 0 var(--ink);
}
.btn:hover { background: var(--red-2); color: var(--cream); transform: translate(1px, 1px); box-shadow: 3px 3px 0 var(--ink); }
.btn.ghost { background: transparent; color: inherit; border-color: currentColor; box-shadow: none; }
.btn.ghost:hover { background: rgba(255,255,255,.08); transform: none; }
.btn { margin: 0 10px 10px 0; }
.note { font-size: .9rem; color: var(--ink-2); }
.hero .note { color: rgba(246,239,224,.8); }

/* sections */
section { padding: clamp(44px, 7vw, 84px) 0; }
section + section { border-top: 1px solid var(--line); }
.kicker { font-family: Anton, Impact, sans-serif; text-transform: uppercase; letter-spacing: .18em; color: var(--red); font-size: .85rem; margin-bottom: 10px; }
.cols { display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card { border: 2px solid var(--ink); background: var(--cream); box-shadow: 6px 6px 0 var(--ink); }
.card .body { padding: 20px 22px 24px; }
.game { display: grid; gap: 34px; grid-template-columns: 1.15fr 1fr; align-items: center; }
@media (max-width: 760px) { .game { grid-template-columns: 1fr; } }

/* gallery */
.gallery { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.gallery figure { margin: 0; border: 2px solid var(--ink); background: #000; }
.gallery figcaption { font-size: .85rem; padding: 8px 10px; background: var(--cream); color: var(--ink-2); }

/* lists */
ul.feat { padding-left: 1.1em; }
ul.feat li { margin-bottom: .45em; }
ul.feat b { color: var(--ink); }

/* prose (privacy) */
.prose { max-width: 42em; }
.prose h2 { margin-top: 1.6em; font-size: 1.4rem; }
.prose h3 { margin-top: 1.3em; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .4em; }
.updated { color: var(--ink-2); font-style: italic; }
pre.credits { font: .85rem/1.45 ui-monospace, Consolas, monospace; background: var(--cream); border: 1px solid var(--line); padding: 16px 18px; overflow-x: auto; white-space: pre-wrap; }

/* footer */
footer { border-top: 2px solid var(--ink); padding: 28px 0 40px; font-size: .9rem; color: var(--ink-2); }
footer .wrap { display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; }
footer a { color: var(--ink-2); }

/* trailer */
.trailer video { width: 100%; height: auto; display: block; border: 2px solid var(--ink); background: #000; box-shadow: 6px 6px 0 var(--ink); }
.trailer .note { margin-top: 14px; }

/* screenshot lightbox */
.gallery a.shot { display: block; cursor: zoom-in; }
.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; margin: 0; color: var(--cream); }
.lightbox::backdrop { background: rgba(10, 8, 6, .94); }
.lightbox img { position: absolute; inset: 0; margin: auto; max-width: calc(100vw - 32px); max-height: calc(100vh - 96px); width: auto; height: auto; }
.lightbox button { position: absolute; z-index: 1; background: rgba(0,0,0,.45); color: var(--cream); border: 2px solid var(--cream); font: 2rem/1 Georgia, serif; width: 48px; height: 48px; cursor: pointer; }
.lightbox button:hover { background: var(--red); }
.lb-close { top: 16px; right: 16px; }
.lb-prev, .lb-next { top: 50%; transform: translateY(-50%); }
.lb-prev { left: 16px; }
.lb-next { right: 16px; }
.lb-cap { position: absolute; left: 0; right: 0; bottom: 18px; margin: 0; text-align: center; font-size: .95rem; padding: 0 80px; }
@media (max-width: 600px) { .lightbox button { width: 40px; height: 40px; font-size: 1.5rem; } .lb-cap { padding: 0 16px; bottom: 12px; } }
