:root {
  --acid: #baff00;
  --lime: #8fd11f;
  --leaf: #3f7026;
  --ink: #071002;
  --black: #0b0d07;
  --charcoal: #161a0f;
  --cream: #f4ffe0;
  --soft: #d9ef9c;
  --orange: #ff6b00;
  --line: rgba(244, 255, 224, 0.18);
  --shadow: 0 24px 70px rgba(5, 10, 2, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background:
    linear-gradient(135deg, rgba(186, 255, 0, 0.08) 0 25%, transparent 25% 50%, rgba(186, 255, 0, 0.05) 50% 75%, transparent 75%),
    radial-gradient(circle at 12% 10%, rgba(186, 255, 0, 0.32), transparent 23rem),
    radial-gradient(circle at 86% 72%, rgba(255, 107, 0, 0.16), transparent 20rem),
    linear-gradient(145deg, #050802 0%, #122007 38%, #315918 100%);
  background-size: 54px 54px, auto, auto, auto;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.topbar,
main,
footer {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 16, 2, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.brand,
.links,
.cta-row,
footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: 0;
  font-weight: 950;
}

.brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand img {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 1px solid rgba(186, 255, 0, 0.5);
  border-radius: 50%;
  background: var(--acid);
  object-fit: cover;
}

.links {
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.links a,
.cta-row a,
.cta-row button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px 14px;
  font-weight: 900;
  cursor: pointer;
}

.links a {
  background: rgba(244, 255, 224, 0.08);
  font-size: 14px;
}

.poster {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 18px;
  margin-top: 18px;
  align-items: stretch;
}

.poster-banner,
.poster-copy,
.portrait-block,
.brief-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.poster-banner {
  min-height: 360px;
  background: var(--black);
  overflow: hidden;
}

.poster-banner img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
}

.poster-copy {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  background:
    linear-gradient(145deg, rgba(11, 13, 7, 0.96), rgba(30, 54, 11, 0.92)),
    repeating-linear-gradient(0deg, transparent 0 14px, rgba(186, 255, 0, 0.08) 15px 16px);
  overflow: hidden;
}

.poster-copy::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 68px;
  height: 68px;
  border-top: 8px solid var(--acid);
  border-right: 8px solid var(--acid);
  opacity: 0.85;
}

.eyebrow {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px;
  border: 1px solid rgba(186, 255, 0, 0.65);
  border-radius: 7px;
  padding: 8px 12px;
  color: var(--acid);
  font-size: 14px;
  font-weight: 950;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 100%;
  margin: 0;
  color: var(--cream);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 5rem;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.poster-copy > p:not(.eyebrow) {
  max-width: 46rem;
  margin: 18px 0 0;
  color: var(--soft);
  font-size: 1.04rem;
  line-height: 1.65;
}

.cta-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.cta-row .primary {
  border-color: transparent;
  background: var(--acid);
  color: var(--ink);
}

.cta-row button {
  background: rgba(244, 255, 224, 0.08);
  color: var(--cream);
}

.signal {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
  align-items: stretch;
}

.portrait-block {
  display: grid;
  min-height: 470px;
  place-items: center;
  background:
    linear-gradient(160deg, rgba(186, 255, 0, 0.88), rgba(63, 112, 38, 0.76)),
    radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 26rem);
  overflow: hidden;
}

.portrait-block img {
  width: min(92%, 460px);
  max-height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(7, 16, 2, 0.4));
}

.brief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.brief-grid article {
  min-height: 220px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(244, 255, 224, 0.1), rgba(7, 16, 2, 0.82)),
    linear-gradient(120deg, transparent 0 62%, rgba(186, 255, 0, 0.16) 62% 100%);
}

.brief-grid span {
  display: block;
  color: var(--acid);
  font-weight: 950;
}

.brief-grid strong {
  display: block;
  margin-top: 42px;
  color: var(--cream);
  font-size: 1.24rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.brief-grid p {
  margin: 12px 0 0;
  color: var(--soft);
  font-size: 1rem;
  line-height: 1.5;
}

footer {
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(7, 16, 2, 0.68);
  color: var(--soft);
  font-weight: 900;
}

@media (max-width: 900px) {
  .poster,
  .signal,
  .brief-grid {
    grid-template-columns: 1fr;
  }

  .poster-banner,
  .poster-banner img {
    min-height: 260px;
  }

  h1 {
    font-size: 3.6rem;
  }

  .brief-grid article {
    min-height: auto;
  }

  .brief-grid strong {
    margin-top: 24px;
  }
}

@media (max-width: 560px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .links {
    width: 100%;
    justify-content: stretch;
  }

  .links a {
    flex: 1 1 auto;
    text-align: center;
  }

  .poster-copy {
    padding: 20px;
  }

  h1 {
    font-size: 2.7rem;
  }

  .poster-copy > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .cta-row a,
  .cta-row button {
    width: 100%;
    text-align: center;
  }

  .portrait-block {
    min-height: 340px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
