@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/anton-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF;
}
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/anton-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F;
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/bebas-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF;
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/bebas-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F;
}
@font-face {
  font-family: "Passion One";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/passion-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF;
}
@font-face {
  font-family: "Passion One";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/passion-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F;
}
@font-face {
  font-family: "Passion One";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./fonts/passion-900-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF;
}
@font-face {
  font-family: "Passion One";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./fonts/passion-900-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("./fonts/oswald-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("./fonts/oswald-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F;
}

:root {
  --paper: #f4f1ec;
  --ink: #171717;
  --mute: #6a6660;
  --line: #d8d2c8;
  --red: #c8102e;
  --red-2: #9a0c23;
  --white: #fff;
  --wall: #2b2b2b;
  --safe: env(safe-area-inset-bottom, 0px);
  --display: "Bebas Neue", Impact, sans-serif;
  --poster: "Passion One", Impact, sans-serif;
  --sans: "Oswald", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  background: var(--wall);
  color: var(--ink);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ol, ul { list-style: none; }

.wall {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  background: radial-gradient(70% 40% at 50% 0%, #3a3a3a, #1f1f1f 72%);
}

.poster {
  width: min(430px, 100%);
  min-height: 100vh;
  position: relative;
  background: var(--paper);
  padding: 0 0 calc(92px + var(--safe));
  overflow: hidden;
}

.poster::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(23, 23, 23, 0.18);
  z-index: 2;
}

.flag {
  height: 8px;
  background: linear-gradient(90deg, #c8102e 0 33.33%, #fff 33.33% 66.66%, #c8102e 66.66%);
}

.head {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px 12px;
  border-bottom: 2px solid var(--ink);
}
.logo img {
  height: 24px;
  width: auto;
  filter: brightness(0);
}
.mark {
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: 0.1em;
}

.hero {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 22px 22px 4px;
}
.kicker {
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: 0.14em;
  color: var(--red);
  margin-bottom: 8px;
}
.hero h1 { line-height: 0.84; }
.line1 {
  display: block;
  font-family: var(--display);
  font-size: clamp(38px, 11vw, 50px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.line2 {
  display: block;
  font-family: var(--poster);
  font-size: clamp(64px, 20vw, 84px);
  font-weight: 900;
  color: var(--red);
  letter-spacing: 0.02em;
  line-height: 0.88;
}
.sub {
  margin-top: 10px;
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shots {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: end;
  gap: 4px;
  margin: 12px 18px 4px;
  padding: 10px 0 8px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.shots figure { text-align: center; }
.shots img {
  height: 128px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 12px rgba(23, 23, 23, 0.16));
}
.shots .focus img { height: 168px; }
.shots figcaption {
  margin-top: 6px;
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cta {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 16px 22px 0;
  min-height: 58px;
  background: var(--red);
  color: var(--white);
  text-align: center;
}
.cta strong {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0 10px;
}
.cta em {
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.9;
}
.cta:active { background: var(--red-2); }

.how {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 16px 22px 0;
  border: 1.5px solid var(--ink);
}
.how li {
  padding: 12px 8px 10px;
  text-align: center;
}
.how li + li { border-left: 1.5px solid var(--ink); }
.how span {
  display: block;
  font-family: var(--display);
  font-size: 16px;
  color: var(--red);
  letter-spacing: 0.08em;
}
.how b {
  display: block;
  margin-top: 2px;
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 0.04em;
}
.how p {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
  color: var(--mute);
}

.tags {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 14px 22px 0;
}
.tags li {
  padding: 5px 10px 3px;
  border: 1px solid var(--ink);
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.1em;
}

.legal {
  position: relative;
  z-index: 3;
  margin: 16px 24px 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--mute);
  text-align: justify;
}
footer {
  position: relative;
  z-index: 3;
  margin-top: 10px;
  text-align: center;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.16em;
}

.dock {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(430px, 100%);
  z-index: 20;
  padding: 10px 16px calc(10px + var(--safe));
  background: linear-gradient(180deg, transparent, rgba(244, 241, 236, 0.94) 30%, var(--paper));
}
.dock-cta {
  margin: 0;
  min-height: 50px;
  flex-direction: row;
}
.dock-cta strong,
.dock-cta em { display: none; }
.dock-cta {
  font-family: var(--display);
  font-size: 24px;
  letter-spacing: 0.06em;
}

@media (min-width: 760px) {
  .wall {
    align-items: center;
    padding: 28px 16px;
  }
  .poster {
    min-height: auto;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
  }
}
