.bmaa26-home {
  font-size: 16px;
  line-height: 1.45;
}

.bmaa26-hero {
  background-color: #f5eee6;
  background-image:
    linear-gradient(90deg, rgba(255,253,248,.94) 0%, rgba(255,253,248,.82) 31%, rgba(255,253,248,.2) 52%, rgba(255,253,248,0) 68%),
    url('/assets/images/home2026/hero-award-background.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--bmaa26-shell);
  min-height: 680px;
  overflow: hidden;
  padding: 137px 0 120px 77px;
  position: relative;
  width: 100%;
}

.bmaa26-hero::after {
  background: linear-gradient(180deg, rgba(255,253,248,0) 0%, var(--bmaa26-white) 78%);
  bottom: -8px;
  content: "";
  height: 42px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.bmaa26-hero__copy {
  max-width: 455px;
  position: relative;
  z-index: 2;
}

.bmaa26-hero h1 {
  color: #111;
  font-family: var(--bmaa26-sans);
  font-size: 68px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .92;
  margin: 0;
}

.bmaa26-hero h1 em,
.bmaa26-season h2 em,
.bmaa26-recognition h2 em {
  color: var(--bmaa26-orange);
  font-family: var(--bmaa26-serif);
  font-style: italic;
  font-weight: 400;
}

.bmaa26-hero p {
  color: #181818;
  font-size: 15px;
  line-height: 1.7;
  margin: 36px 0 31px;
  max-width: 355px;
}

.bmaa26-hero__actions {
  align-items: center;
  display: flex;
  gap: 33px;
}

.bmaa26-hero-countdown {
  background: rgba(255, 253, 248, .88);
  border: 1px solid rgba(222, 219, 211, .78);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(17, 17, 17, .1);
  margin-top: 30px;
  max-width: 455px;
  padding: 18px 20px 20px;
}

.bmaa26-hero-countdown__copy {
  align-items: end;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 15px;
}

.bmaa26-hero-countdown__kicker {
  align-items: center;
  color: var(--bmaa26-orange);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.bmaa26-hero-countdown__kicker i {
  font-size: 15px;
  line-height: 1;
}

.bmaa26-hero-countdown__copy strong {
  color: var(--bmaa26-ink);
  display: block;
  font-family: var(--bmaa26-sans);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
}

.bmaa26-hero-countdown__copy strong a {
  color: inherit;
  text-decoration: none;
  transition: color .22s var(--bmaa26-ease);
}

.bmaa26-hero-countdown__copy strong a:hover,
.bmaa26-hero-countdown__copy strong a:focus {
  color: var(--bmaa26-orange);
}

.bmaa26-hero-countdown__timer.stc-skin-simple,
.bmaa26-hero-countdown__timer .stc-skin-simple {
  align-items: stretch;
  display: grid !important;
  gap: 9px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  line-height: 1;
}

.bmaa26-hero-countdown .stc-skin-simple .stc-group {
  background: #fff;
  border: 1px solid rgba(222, 219, 211, .9);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 17, 17, .08);
  float: none !important;
  min-width: 0;
  overflow: hidden;
  width: 100% !important;
}

.bmaa26-hero-countdown .stc-group-digits {
  background: transparent !important;
  height: auto !important;
  line-height: 1 !important;
  padding: 11px 8px 7px;
  text-align: center;
}

.bmaa26-hero-countdown .stc-digit {
  background: none !important;
  color: var(--bmaa26-ink) !important;
  display: inline-block;
  font-family: var(--bmaa26-serif);
  font-size: 25px;
  font-weight: 400;
  height: auto !important;
  line-height: 1 !important;
  min-width: 14px;
  padding: 10px 0 0 0 !important;
  text-align: center;
  text-shadow: none !important;
  width: auto !important;
}

.bmaa26-hero-countdown .stc-group-label {
  background: var(--bmaa26-orange) !important;
  color: #fff !important;
  display: block;
  font-family: var(--bmaa26-sans);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  margin: 0 !important;
  padding: 7px 4px 8px;
  text-align: center;
  text-transform: uppercase;
}

.bmaa26-hero-countdown .stc-divider,
.bmaa26-hero-countdown .stc-divider-dots,
.bmaa26-hero-countdown .stc-group-separator,
.bmaa26-hero-countdown .stc-before,
.bmaa26-hero-countdown .stc-after {
  display: none !important;
}

.bmaa26-winners {
  margin: 0 auto;
  max-width: 1040px;
  padding: 34px 24px 78px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.bmaa26-winners h2,
.bmaa26-contests h2 {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.bmaa26-winners h2::after {
  background: var(--bmaa26-orange);
  content: "";
  display: block;
  height: 2px;
  margin: 10px auto 0;
  width: 37px;
}

.bmaa26-winner-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
}

.bmaa26-winner-card {
  min-height: 390px;
  padding: 18px 52px 26px;
  position: relative;
  transform: translateZ(0);
  transition: background-color .28s var(--bmaa26-ease), box-shadow .28s var(--bmaa26-ease), transform .28s var(--bmaa26-ease);
  z-index: 1;
}

.bmaa26-winner-card:hover,
.bmaa26-winner-card:focus-within {
  background: rgba(255, 253, 248, .92);
  box-shadow: var(--bmaa26-shadow-soft);
  transform: translateY(-8px) scale(1.035);
  z-index: 3;
}

.bmaa26-winner-card:hover .bmaa26-winner-device a,
.bmaa26-winner-card:focus-within .bmaa26-winner-device a {
  transform: translateY(-7px) scale(1.045);
}

.bmaa26-winner-card + .bmaa26-winner-card {
  border-left: 1px solid var(--bmaa26-line);
}

.bmaa26-winner-device {
  align-items: end;
  display: flex;
  height: 226px;
  justify-content: center;
  margin-bottom: 70px;
  position: relative;
}

.bmaa26-winner-device::before {
  background: url('/assets/images/home2026/winner-podium-2026.png') center bottom / contain no-repeat;
  border: 0;
  bottom: -65px;
  box-shadow: none;
  content: "";
  height: 88px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 220px;
  z-index: 1;
}

.bmaa26-winner-device::after {
  background: radial-gradient(ellipse at center, rgba(0,0,0,.18) 0%, rgba(0,0,0,.1) 38%, rgba(255,255,255,0) 72%);
  border-radius: 50%;
  bottom: -8px;
  content: "";
  height: 28px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 228px;
  z-index: 0;
}

.bmaa26-winner-device a {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  filter: drop-shadow(0 16px 18px rgba(17,17,17,.2));
  height: 214px;
  overflow: visible;
  padding: 0;
  position: relative;
  transform: translateZ(0);
  transition: transform .28s var(--bmaa26-ease), filter .28s var(--bmaa26-ease);
  width: 124px;
  z-index: 2;
}

.bmaa26-winner-device a::before {
  background: url('/assets/images/home2026/phone-frame-2026.png') center / contain no-repeat;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 3;
}

.bmaa26-winner-device a::after {
  background: linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,0) 22%, rgba(255,255,255,0) 78%, rgba(255,255,255,.12));
  border-radius: 18px;
  content: "";
  inset: 5.8% 10.4% 5.7%;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.bmaa26-winner-card:hover .bmaa26-winner-device a,
.bmaa26-winner-card:focus-within .bmaa26-winner-device a {
  filter: drop-shadow(0 20px 24px rgba(17,17,17,.26));
}

.bmaa26-winner-device img {
  display: block;
  height: 95.5%;
  left: 10.4%;
  max-height: none;
  max-width: none;
  object-fit: cover;
  position: absolute;
  border-radius: 18px;
  top: 1.8%;
  transition: transform .28s var(--bmaa26-ease);
  width: 79.2%;
  z-index: 2;
}

.bmaa26-winner-level {
  color: var(--bmaa26-orange);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.bmaa26-winner-card h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 18px;
}

.bmaa26-winner-card p {
  color: #1e1e1e;
  font-size: 17px;
  line-height: 1.58;
  margin: 0 auto 26px;
  max-width: 250px;
}

.bmaa26-winner-card .bmaa26-link-button {
  font-size: 14px;
  padding-bottom: 6px;
}

.bmaa26-season {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0 auto;
  max-width: 820px;
  padding: 42px 0 72px;
}

.bmaa26-season h2 {
  font-family: var(--bmaa26-serif);
  font-size: 47px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .97;
  margin: 0;
}

.bmaa26-season__dates {
  padding-top: 8px;
}

.bmaa26-season__dates span {
  color: #565656;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 3px;
}

.bmaa26-season__dates strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.25;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.bmaa26-season__cta {
  justify-self: end;
}

.bmaa26-season__cta .bmaa26-button {
  font-size: 15px;
  min-height: 58px;
  padding-left: 38px;
  padding-right: 38px;
}

.bmaa26-recognition {
  margin: 0 auto;
  max-width: 800px;
  padding: 18px 0 58px;
  text-align: center;
}

.bmaa26-recognition h2 {
  font-family: var(--bmaa26-serif);
  font-size: 37px;
  font-weight: 400;
  line-height: 1.04;
  margin: 0 0 30px;
}

.bmaa26-stats {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.bmaa26-stats div + div {
  border-left: 1px solid var(--bmaa26-line);
}

.bmaa26-stats div {
  padding: 0 20px;
}

.bmaa26-stats strong {
  display: block;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.1;
}

.bmaa26-stats span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-top: 8px;
  text-transform: uppercase;
}

.bmaa26-featured {
  background: #f0eee9;
  margin-top: 12px;
  overflow: hidden;
}

.bmaa26-featured img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 875px;
}

.bmaa26-contests {
  padding: 66px 31px 82px;
}

.bmaa26-contests h2 {
  font-size: 19px;
  margin-bottom: 32px;
}

.bmaa26-contest-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1160px;
}

.bmaa26-contest-card {
  background: linear-gradient(135deg, #fffdf8 0%, #f4f0e9 100%);
  border: 1px solid rgba(16, 16, 16, .08);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(16, 16, 16, .07);
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(260px, 1fr);
  min-height: 360px;
  overflow: hidden;
  transform: translateZ(0);
  transition: border-color .28s var(--bmaa26-ease), box-shadow .28s var(--bmaa26-ease), transform .28s var(--bmaa26-ease);
}

.bmaa26-contest-card:hover,
.bmaa26-contest-card:focus-within {
  border-color: rgba(255, 63, 18, .34);
  box-shadow: 0 24px 64px rgba(16, 16, 16, .12);
  transform: translateY(-6px);
}

.bmaa26-contest-card__copy {
  align-content: center;
  display: grid;
  justify-items: start;
  padding: 38px 32px;
  position: relative;
  z-index: 2;
}

.bmaa26-contest-card h3 {
  font-family: var(--bmaa26-serif);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .98;
  margin: 0 0 19px;
}

.bmaa26-contest-card h3 a {
  color: inherit;
  text-decoration: none;
}

.bmaa26-contest-card p {
  color: rgba(16, 16, 16, .82);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 26px;
  max-width: 260px;
}

.bmaa26-contest-card .bmaa26-link-button {
  color: var(--bmaa26-orange);
  border: 0;
  font-size: 14px;
  padding: 0;
}

.bmaa26-contest-card .bmaa26-link-button::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 9px;
}

.bmaa26-contest-card__image {
  align-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .72) 34%, rgba(239, 235, 226, .34) 66%, rgba(16, 16, 16, .04) 100%);
  display: flex;
  justify-content: center;
  min-height: 360px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.bmaa26-contest-card__image::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, .75), rgba(255, 255, 255, 0));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.bmaa26-contest-card__image img {
  border-radius: 7px;
  box-shadow: 0 18px 42px rgba(16, 16, 16, .16);
  display: block;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
  position: relative;
  transition: transform .4s var(--bmaa26-ease), filter .4s var(--bmaa26-ease);
  width: 100%;
}

.bmaa26-contest-card:hover .bmaa26-contest-card__image img,
.bmaa26-contest-card:focus-within .bmaa26-contest-card__image img {
  filter: contrast(1.03) saturate(1.04);
  transform: scale(1.045);
}

@media (max-width: 760px) {
  .bmaa26-hero {
    background-image:
      linear-gradient(180deg, rgba(255,253,248,.96) 0%, rgba(255,253,248,.88) 33%, rgba(255,253,248,.32) 57%, rgba(255,253,248,0) 100%),
      url('/assets/images/home2026/hero-award-background.png');
    background-position: 64% bottom;
    background-size: auto 100%;
    min-height: 720px;
    padding: 42px 28px 340px;
  }

  .bmaa26-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .bmaa26-hero__actions .bmaa26-button,
  .bmaa26-hero__actions .bmaa26-link-button {
    font-size: 15px;
  }

  .bmaa26-hero-countdown {
    margin-top: 24px;
    max-width: 330px;
    padding: 16px;
  }

  .bmaa26-hero-countdown__copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .bmaa26-hero-countdown__copy strong {
    font-size: 14px;
    text-align: left;
  }

  .bmaa26-hero-countdown__timer.stc-skin-simple,
  .bmaa26-hero-countdown__timer .stc-skin-simple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bmaa26-season,
  .bmaa26-winner-grid,
  .bmaa26-stats,
  .bmaa26-contest-grid {
    grid-template-columns: 1fr;
  }

  .bmaa26-season__cta {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .bmaa26-hero h1 {
    font-size: 50px;
  }

  .bmaa26-winner-grid,
  .bmaa26-stats,
  .bmaa26-contest-grid {
    grid-template-columns: 1fr;
  }

  .bmaa26-winner-card + .bmaa26-winner-card,
  .bmaa26-stats div + div {
    border-left: 0;
    border-top: 1px solid var(--bmaa26-line);
  }

  .bmaa26-winner-card {
    min-height: 0;
    padding: 38px 34px 44px;
  }

  .bmaa26-winners {
    max-width: 100%;
    padding: 42px 28px 86px;
  }

  .bmaa26-winners h2,
  .bmaa26-contests h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  .bmaa26-winner-grid {
    gap: 42px;
    margin-top: 48px;
  }

  .bmaa26-winner-device {
    height: 238px;
    margin-bottom: 28px;
  }

  .bmaa26-winner-device::before {
    height: 96px;
    width: 238px;
  }

  .bmaa26-winner-device::after {
    height: 30px;
    width: 244px;
  }

  .bmaa26-winner-device a {
    height: 232px;
    width: 135px;
  }

  .bmaa26-winner-device img {
    max-height: none;
    max-width: none;
  }

  .bmaa26-winner-level {
    font-size: 13px;
  }

  .bmaa26-winner-card h3 {
    font-size: 34px;
  }

  .bmaa26-winner-card p {
    font-size: 18px;
    max-width: 290px;
  }

  .bmaa26-winner-card .bmaa26-link-button {
    font-size: 15px;
  }

  .bmaa26-winner-card:hover,
  .bmaa26-winner-card:focus-within {
    transform: translateY(-5px) scale(1.015);
  }

  .bmaa26-season {
    padding-bottom: 86px;
    padding-top: 56px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .bmaa26-recognition {
    padding-bottom: 70px;
    padding-top: 22px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .bmaa26-stats div {
    padding: 18px 0;
  }

  .bmaa26-contest-card {
    grid-template-columns: 1fr;
  }

  .bmaa26-contest-card__image {
    min-height: 0;
    order: -1;
    padding: 18px;
  }

  .bmaa26-contest-card__image img {
    aspect-ratio: 1 / 1;
    height: auto;
    max-height: none;
  }

  .bmaa26-contests {
    padding-bottom: 84px;
    padding-top: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bmaa26-winner-card:hover,
  .bmaa26-winner-card:focus-within,
  .bmaa26-contest-card:hover,
  .bmaa26-contest-card:focus-within {
    transform: none;
  }
}
