:root {
  --page-width: 1100px;
  --cream: #ffeec1;
  --gold: #ffd26a;
  --brown: #7c4319;
}

/* RESET */
* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--cream);
  background: #8d572d;
}

/* BACKGROUND */
.poster-bg,
.poster-vignette {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.poster-bg {
  background: url("assets/background-asset.png") center / cover no-repeat;
  z-index: -2;
}

.poster-vignette {
  background:
    radial-gradient(circle at 50% 8%, rgba(255,255,255,.52), transparent 28%),
    linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.55));
  z-index: -1;
}

/* CONTAINER */
.poster-container {
  max-width: var(--page-width);
  position: relative;
}

/* HERO */
.hero-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-board {
  position: relative;
  text-align: center;
}

.hero-logo-wrap,
.hero-main {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* LOGO */
.hero-logo {
  width: min(420px, 82vw);
  margin: 0 auto;
  display: block;
}

/* KANGAROO */
.hero-kangaroo {
  width: min(260px, 68vw);
  display: block;
  margin: 0 auto;
  transform: translateX(-4%);
}

/* BUTTONS */
.asset-btn {
  display: block;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
}

.asset-btn img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .2s ease, filter .2s ease;
}

.asset-btn:hover img {
  transform: scale(1.04);
  filter: brightness(1.05);
}

.hero-primary-cta {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.asset-btn-download img {
  width: 100%;
  height: auto;
}

/* HERO BUTTON GRID */
.hero-secondary-grid {
  max-width: 500px;
  margin: 0 auto;
}

.hero-secondary-grid .col-6 {
  display: flex;
  justify-content: center;
}

.hero-secondary-grid .asset-btn {
  max-width: 230px;
}

/* TEXT */
.copy-block {
  padding: 22px 0;
}

.narrow-copy {
  max-width: 760px;
}

.poster-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.05;
  color: #ffe7a7;
  text-align: center;
  margin-bottom: 10px;
  text-shadow:
    0 3px 0 rgba(86, 43, 14, .9),
    0 8px 14px rgba(0,0,0,.35);
}

.poster-subtitle {
  color: #fff3d7;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
}

/* CARDS */
.cards-section {
  padding: 20px 0 28px;
}

.cards-wrap {
  max-width: 1180px;
}

.card-row > [class*="col-"] {
  display: flex;
}

/* CARD */
.poster-card {
  position: relative;
  width: 100%;
  max-width: 290px;
  aspect-ratio: 477 / 700;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0 auto;
}

.card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

.poster-card > *:not(.card-bg) {
  position: relative;
  z-index: 2;
}

.card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 18px 15px 16px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card-content h3 {
  margin: 6px 0 8px;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 900;
  line-height: 1.05;
  color: #ffefb7;
  text-shadow:
    0 3px 0 rgba(86, 43, 14, .9),
    0 8px 14px rgba(0,0,0,.35);
}

.card-figure {
  width: 100%;
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.card-figure img {
  max-height: 100%;
  max-width: 76%;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(0,0,0,.25));
}

.card-content p {
  margin: 0 0 10px;
  font-size: 0.88rem;
  line-height: 1.32;
  color: #fff4db;
  max-width: 90%;
}

/* CARD BUTTON */
.card-cta {
  margin-top: auto;
  width: 100%;
  min-height: 39px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px;
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;

  border: 3px solid rgba(255,230,171,.45);
  box-shadow:
    inset 0 0 0 2px rgba(89,44,15,.35),
    0 10px 18px rgba(0,0,0,.16);

  transition: transform .18s ease, filter .18s ease;
}

.card-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.amber,
.green,
.blue,
.purple {
  color: #fff;
  text-decoration: none;
}

/* SEASON */
.season-block {
  padding-top: 18px;
  padding-bottom: 12px;
}

.season-banner-section {
  padding: 6px 0 18px;
}

.season-banner-img {
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

/* MINI ACTION */
.mini-actions-section {
  padding-top: 0;
}

.small-asset-btn {
  max-width: 320px;
  margin: 0 auto;
}

/* COMMUNITY */
.community-strip {
  padding: 20px 0 34px;
}

.community-panel {
  background: rgba(0,0,0,.3);
  padding: 20px;
  border-radius: 20px;
  backdrop-filter: blur(2px);
}

.community-panel h3 {
  font-weight: 900;
  color: #ffe7a7;
  margin-bottom: 5px;
}

.community-panel p {
  color: #fff3d7;
}

.community-btn {
  max-width: 260px;
  margin: 0 auto;
}

/* TABLET */
@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 18px;
  }

  .hero-logo {
    width: min(380px, 78vw);
  }

  .hero-kangaroo {
    width: min(240px, 62vw);
  }

  .hero-primary-cta {
    max-width: 280px;
  }

  .hero-secondary-grid {
    max-width: 460px;
  }

  .poster-card {
    max-width: 300px;
  }

  .card-figure {
    height: 180px;
  }
}

/* MOBILE */
@media (max-width: 767.98px) {
  .poster-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-section {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .hero-logo-wrap {
    margin-bottom: 8px !important;
  }

  .hero-logo {
    width: min(330px, 84vw);
  }

  .hero-kangaroo {
    width: min(215px, 58vw);
    margin-bottom: 10px !important;
    transform: translateX(-3%);
  }

  .hero-primary-cta {
    max-width: 235px;
    margin-bottom: 12px !important;
  }

  .hero-secondary-grid {
    max-width: 350px;
  }

  .hero-secondary-grid.row {
    --bs-gutter-x: .75rem;
    --bs-gutter-y: .75rem;
  }

  .hero-secondary-grid .asset-btn {
    max-width: 160px;
  }

  .copy-block {
    padding: 18px 0;
  }

  .poster-title {
    font-size: 1.7rem;
    line-height: 1.05;
    margin-bottom: 8px;
  }

  .poster-subtitle {
    font-size: 0.94rem;
    line-height: 1.42;
    max-width: 92%;
  }

  .cards-section {
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .card-row {
    --bs-gutter-y: 1rem;
  }

  .poster-card {
    max-width: 285px;
  }

  .card-content {
    padding: 17px 15px 15px;
  }

  .card-content h3 {
    font-size: 1.28rem;
    margin-bottom: 8px;
  }

  .card-figure {
    height: 175px;
    margin-bottom: 10px;
  }

  .card-figure img {
    max-width: 72%;
  }

  .card-content p {
    font-size: 0.86rem;
    line-height: 1.3;
    max-width: 88%;
  }

  .card-cta {
    min-height: 38px;
    font-size: 0.84rem;
    border-radius: 12px;
  }

  .season-banner-img {
    max-width: 265px;
  }

  .small-asset-btn {
    max-width: 245px;
  }

  .community-strip {
    padding-top: 12px;
    padding-bottom: 28px;
  }

  .community-panel {
    padding: 18px 14px;
  }

  .community-btn {
    max-width: 220px;
  }
}

/* SMALL MOBILE */
@media (max-width: 575.98px) {
  .hero-logo {
    width: min(300px, 86vw);
  }

  .hero-kangaroo {
    width: min(195px, 56vw);
  }

  .hero-primary-cta {
    max-width: 215px;
  }

  .hero-secondary-grid {
    max-width: 310px;
  }

  .hero-secondary-grid .asset-btn {
    max-width: 142px;
  }

  .poster-title {
    font-size: 1.48rem;
  }

  .poster-subtitle {
    font-size: 0.9rem;
  }

  .poster-card {
    max-width: 255px;
  }

  .card-content {
    padding: 15px 13px 13px;
  }

  .card-content h3 {
    font-size: 1.12rem;
    margin-top: 4px;
    margin-bottom: 6px;
  }

  .card-figure {
    height: 148px;
    margin-bottom: 8px;
  }

  .card-content p {
    font-size: 0.78rem;
    line-height: 1.26;
    max-width: 90%;
  }

  .card-cta {
    min-height: 34px;
    font-size: 0.76rem;
    border-width: 2px;
  }

  .season-banner-img {
    max-width: 235px;
  }

  .small-asset-btn {
    max-width: 220px;
  }
}

/* EXTRA SMALL MOBILE */
@media (max-width: 390px) {
  .poster-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-logo {
    width: min(275px, 86vw);
  }

  .hero-kangaroo {
    width: min(178px, 54vw);
  }

  .hero-primary-cta {
    max-width: 200px;
  }

  .hero-secondary-grid {
    max-width: 285px;
  }

  .hero-secondary-grid.row {
    --bs-gutter-x: .55rem;
    --bs-gutter-y: .55rem;
  }

  .hero-secondary-grid .asset-btn {
    max-width: 132px;
  }

  .poster-card {
    max-width: 238px;
  }

  .card-content {
    padding: 14px 12px 12px;
  }

  .card-content h3 {
    font-size: 1rem;
  }

  .card-figure {
    height: 135px;
  }

  .card-content p {
    font-size: 0.74rem;
  }

  .card-cta {
    min-height: 32px;
    font-size: 0.72rem;
  }
}

a.disabled {
  pointer-events: none;
  cursor: default;
  color: #ffffff;
  text-decoration: none;
}