.onepage-hero .hero__container {
  padding-bottom: 140px;
  padding-top: calc(var(--header-height) + 60px);
}

.onepage-hero .hero__layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.btn-hero-lg {
  min-height: 52px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.onepage-hero .hero__inner {
  flex: 1 1 450px;
  max-width: 640px;
}

.onepage-hero h1 {
  margin-bottom: 32px;
  font-size: clamp(48px, 5.5vw, 68px);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.onepage-hero .hero__lead {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}

.onepage-hero .hero__inner > p:not(.hero__lead) {
  max-width: 620px;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.6;
  opacity: 0.85;
}

.hero__media-col {
  flex: 1 1 380px;
  width: 100%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-stats-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 40px;
  margin-top: 64px;
}

.hero-stat-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 500;
  color: var(--hero-text);
}

.hero-stat-item svg {
  width: 28px;
  height: 28px;
  opacity: 0.8;
}

.hero-inline-video {
  position: relative;
  width: 100%;
}

.hero-inline-video__media {
  display: block;
  width: 100%;
  max-height: inherit;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: rgba(8, 16, 13, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 12px;
}

.hero-inline-video__play-pill {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 24px;
  padding: 0 12px;
  color: #0b120f;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 10;
}

.hero-inline-video__play-pill:hover {
  transform: scale(1.05);
  background: #ffffff;
  color: var(--green, #179c6e);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 1);
}

.hero-inline-video__play-pill:active {
  transform: scale(0.97);
}

.challenge-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px 44px;
  width: 100%;
}

.challenge-intro-copy {
  max-width: 900px;
}

.challenge-contest-logo {
  margin: 0;
  justify-self: end;
}

.challenge-contest-logo img {
  display: block;
  width: clamp(220px, 24vw, 420px);
  max-width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .challenge-intro-layout {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .challenge-contest-logo {
    justify-self: start;
    margin-top: 4px;
  }

  .challenge-intro-copy h2 {
    margin-bottom: 10px;
  }

  .challenge-intro-copy p {
    margin-bottom: 8px;
  }

  .challenge-contest-logo img {
    width: clamp(180px, 56vw, 260px);
  }
}

.hero-inline-video__play-pill svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.hero-inline-video__play-pill:hover svg {
  transform: scale(1.1);
}

.hero-inline-video__sound {
  position: absolute;
  right: 12px;
  top: 12px;
  min-height: 32px;
  padding: 6px 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  background: rgba(15, 31, 26, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 2;
}

.hero-inline-video__sound:hover {
  background: rgba(15, 31, 26, 0.7);
}

@media (min-width: 1021px) {
  .onepage-hero {
    min-height: 100svh;
    aspect-ratio: auto;
  }

  .onepage-hero .hero__container {
    min-height: 100svh;
    padding-bottom: clamp(132px, 16vh, 178px);
  }

  .onepage-hero .hero-partner-strip {
    bottom: clamp(20px, 3.6vh, 36px);
  }

  .onepage-hero .hero-partner-logos {
    max-width: min(470px, calc(100vw - 64px));
    padding: 12px 18px;
    gap: 14px;
  }
}

@media (max-width: 1020px) {
  .hero-inline-video {
    justify-self: stretch;
    width: 100%;
    max-height: none;
  }
}

.winners-section,
.chronicle-section,
.stats-teaser,
.phenomenon-section,
.registration-section {
  background: var(--bg);
}

.section--image-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--hero-bg);
}

.section--image-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--section-bg-image) var(--section-bg-position, center center) / cover no-repeat;
  filter: saturate(0.92) contrast(0.96);
  transform: scale(1.01);
}

.section--image-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(110deg, rgba(15, 31, 26, 0.58), rgba(15, 31, 26, 0.34) 52%, rgba(15, 31, 26, 0.56)),
    rgba(15, 31, 26, 0.12);
}

.section--image-bg > .container {
  position: relative;
  z-index: 1;
}

.section--image-bg .step-card,
.section--image-bg .rules-inline__content,
.section--image-bg .phenomenon-quote,
.section--image-bg .stat-card,
.section--image-bg .filter-form,
.section--image-bg .hall-card,
.section--image-bg .story-form,
.section--image-bg .alert {
  background: rgba(255, 255, 255, 0.91);
  border-color: rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(14px) saturate(1.1);
}

.section--image-bg .section-intro,
.section--image-bg .phenomenon-copy,
.section--image-bg .registration-copy,
.section--image-bg .rules-inline > div:first-child {
  max-width: 760px;
}

.section--image-bg h2,
.section--image-bg .phenomenon-copy h2,
.section--image-bg .registration-copy h2 {
  color: #ffffff;
}

.section--image-bg .overline {
  color: rgba(255, 255, 255, 0.64);
}

.section--image-bg .section-intro p:not(.overline),
.section--image-bg .phenomenon-copy p,
.section--image-bg .registration-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.section--image-bg .step-card p,
.section--image-bg .phenomenon-quote p,
.section--image-bg .stat-card p,
.section--image-bg .hall-card p,
.section--image-bg .story-form p,
.section--image-bg .alert p {
  color: var(--text2);
}

.section--image-bg .rules-inline {
  border-top-color: rgba(255, 255, 255, 0.22);
}

.section--image-bg .rules-inline__content {
  color: rgba(26, 26, 24, 0.76);
}

.section--image-bg-phenomenon {
  --section-bg-position: center center;
}

.section--image-bg-hall::after {
  background:
    linear-gradient(110deg, rgba(15, 31, 26, 0.62), rgba(15, 31, 26, 0.38) 52%, rgba(22, 18, 10, 0.56)),
    rgba(42, 30, 11, 0.12);
}

.section--image-bg-registration::after {
  background:
    linear-gradient(110deg, rgba(15, 31, 26, 0.6), rgba(15, 31, 26, 0.36) 52%, rgba(15, 31, 26, 0.58)),
    rgba(15, 31, 26, 0.14);
}

.winners-section {
  border-bottom: 1px solid var(--border);
}

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

.winners-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.winner-group {
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.winner-group__head h3 {
  margin-bottom: 8px;
}

.winner-group__head p {
  margin-bottom: 0;
  color: var(--text2);
}

.winner-grid--stack {
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.winner-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 150px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.winner-card--detail {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  min-height: auto;
}

.winner-card__media {
  aspect-ratio: 16 / 9;
  background: #111917;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}

.winner-card__media iframe,
.winner-card__media video,
.winner-card__media img {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.winner-card__media--placeholder {
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 16px;
  color: #ffffff;
}

.winner-card__media--placeholder .icon {
  width: 34px;
  height: 34px;
  color: rgba(255, 255, 255, 0.74);
}

.winner-card__avatar {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 15px;
  letter-spacing: 0.08em;
}

.winner-card .meta {
  margin: 0 0 8px;
  color: var(--text3);
}

.winner-card h3 {
  margin-bottom: 4px;
}

.winner-card h4 {
  margin: 0 0 4px;
  font-size: 19px;
}

.winner-card strong {
  display: block;
  color: var(--gold);
  font-size: 15px;
  font-weight: 500;
}

.winner-card__story {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: var(--green);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.winner-card__story .icon {
  width: 14px;
  height: 14px;
}

.community-section {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding-bottom: 32px;
}

.community-embed {
  width: fit-content;
  max-width: 100%;
  margin: 20px 0 0;
}

.community-embed--facebook {
  width: min(100%, 500px);
  overflow: hidden;
  border-radius: 12px;
}

.community-embed--facebook iframe {
  display: block;
  width: 100%;
  border: 0;
}

.stats-teaser {
  background: var(--bg2);
  border-block: 1px solid var(--border);
}

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

.stat-teaser-card {
  min-height: 210px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: 10px;
}

.stat-teaser-card .meta {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
}

.stat-teaser-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--text);
  font-family: var(--font-serif);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.08;
}

.stat-teaser-card p {
  margin: 0;
  color: var(--text2);
}

.partner-band {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: var(--hero-bg);
}

.partner-band__media {
  position: absolute;
  inset: 0;
}

.partner-band__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 31, 26, 0.45);
}

.partner-band__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  filter: saturate(0.92) contrast(0.96);
}

.partner-band__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  display: grid;
  justify-items: start;
  margin-left: max(0px, calc((100vw - var(--container)) / 2));
  padding: 48px 0;
}

.partner-band .overline {
  display: block;
  margin-bottom: 16px;
}

.partner-band__logo {
  display: flex;
  width: fit-content;
  margin-bottom: 28px;
  padding: 16px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
}

.partner-band__logo img {
  width: auto;
  max-width: 280px;
  height: 44px;
  object-fit: contain;
}

.partner-band h2 {
  max-width: 680px;
  margin-bottom: 18px;
  color: #ffffff;
}

.partner-band p:not(.overline) {
  max-width: 660px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.final-cta {
  background: var(--bg);
}

.final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 56px;
  border-top: 1px solid var(--border);
}

.final-cta h2 {
  margin-bottom: 12px;
}

.final-cta p:not(.overline) {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--text2);
  font-size: 17px;
}

.rules-inline {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 48px;
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}

.rules-inline h2 {
  margin-bottom: 0;
}

.rules-inline__content {
  padding: 24px;
  color: var(--text2);
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 10px;
  white-space: pre-line;
}

.rules-summary-list {
  margin: 16px 0 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.88);
}

.rules-summary-list li {
  margin-bottom: 10px;
}

.rules-inline__content--rich {
  max-height: 560px;
  overflow: auto;
  white-space: normal;
}

.rules-inline__content--rich h4 {
  margin: 16px 0 8px;
  color: var(--text);
  font-size: 16px;
}

.rules-inline__content--rich p,
.rules-inline__content--rich li {
  color: var(--text2);
  font-size: 14px;
  line-height: 1.6;
}

.rules-inline__content--rich ul {
  margin: 0 0 10px;
  padding-left: 18px;
}

.rules-inline__full-title {
  margin: 0;
  width: 100%;
  padding: 18px 24px;
  text-align: left;
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  background: rgba(15, 31, 26, 0.04);
  border-bottom: 1px solid var(--border);
}

.rules-inline__full .rules-inline__content {
  margin: 0;
  padding: 20px 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.chronicle-cta {
  margin-top: 18px;
}

.phenomenon-section:not(.section--image-bg) {
  border-top: 1px solid var(--border);
}

.phenomenon-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.phenomenon-copy h2 {
  max-width: 720px;
  margin-bottom: 24px;
}

.phenomenon-copy p {
  max-width: 720px;
  color: var(--text2);
  font-size: 17px;
}

.phenomenon-quote {
  padding: 28px;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 10px;
}

.phenomenon-quote .meta {
  color: var(--green);
}

.phenomenon-quote strong {
  display: block;
  margin: 24px 0 12px;
  color: var(--text);
  font-family: var(--font-serif);
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 400;
  line-height: 1;
}

.phenomenon-quote p {
  margin-bottom: 0;
  color: var(--text2);
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.hall-section:not(.section--image-bg) {
  background: var(--bg2);
  border-block: 1px solid var(--border);
}

.hall-section .stats-grid {
  margin-bottom: 32px;
}

.hall-section .filter-form {
  margin-top: 32px;
}

.hall-section .section-intro p {
  max-width: 980px;
}

.registration-section:not(.section--image-bg) {
  background: var(--bg);
}

.registration-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.8fr);
  gap: 56px;
  align-items: start;
}

.registration-copy {
  position: sticky;
  top: 104px;
}

.registration-copy h2 {
  margin-bottom: 18px;
}

.registration-copy p {
  max-width: 600px;
  color: var(--text2);
  font-size: 17px;
}

.registration-copy__note {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 15px !important;
}

.hero__lead {
  margin-bottom: 6px;
  color: #ffffff !important;
  font-size: 25px !important;
  line-height: 1.32 !important;
}

.hero-video-teaser {
  width: 100%;
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.hero-video-teaser__media {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 12px;
}

.hero-video-teaser__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hero-video-teaser__play {
  position: absolute;
  inset: auto 14px 14px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  background: rgba(15, 31, 26, 0.72);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  font-weight: 500;
}

.hero-video-teaser__play .icon {
  width: 16px;
  height: 16px;
}

.countdown__state {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-partner-strip__label {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

.registration-form .story-form {
  background: var(--bg2);
}

.section--image-bg .registration-form .story-form {
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1020px) {
  .onepage-hero {
    min-height: auto;
  }

  .onepage-hero .hero__container {
    padding-top: calc(var(--header-height) + 40px);
    padding-bottom: 40px;
  }

  .onepage-hero .hero__layout {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }

  .onepage-hero .hero__inner {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .onepage-hero h1 {
    margin-bottom: 24px;
    font-size: 40px;
    text-align: center;
  }

  .onepage-hero .hero__lead {
    font-size: 20px;
  }

  .hero-stats-band {
    margin-top: 40px;
    padding-top: 24px;
    gap: 16px;
    flex-direction: column;
  }

  .hero-stat-item {
    font-size: 16px;
  }

  .hero-stat-item svg {
    width: 20px;
    height: 20px;
  }

  .onepage-hero .hero__inner > p:not(.hero__lead) {
    margin-bottom: 24px;
    font-size: 16px;
    text-align: center;
  }

  .hero__media-col {
    max-width: 540px;
    margin: 0 auto;
  }

  .hero-inline-video {
    width: 100%;
  }

  .hero-inline-video__sound {
    right: 12px;
    top: 12px;
  }

  .winner-grid,
  .winners-columns,
  .stats-grid-home,
  .rules-inline,
  .phenomenon-layout,
  .registration-layout {
    grid-template-columns: 1fr;
  }

  .partner-band {
    min-height: 560px;
  }

  .partner-band__inner {
    margin: 0 auto;
    padding: 40px var(--space-sm);
  }

  .hero-video-teaser {
    width: min(540px, 100%);
  }

  .filter-tabs {
    justify-content: flex-start;
  }

  .registration-copy {
    position: static;
  }

  .partner-band p {
    text-align: left;
  }

  .final-cta__inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rules-inline__full {
    max-width: 100%;
  }

  .rules-inline__full .accordion__trigger {
    padding: 16px 18px;
    gap: 12px;
  }

  .rules-inline__full .accordion__trigger .icon {
    flex-shrink: 0;
  }

  .rules-inline__full .rules-inline__content {
    padding: 16px 18px;
  }

  .rules-inline__content--rich {
    max-height: none;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .rules-inline__content--rich h4 {
    font-size: 15px;
    line-height: 1.4;
  }

  .rules-inline__content--rich p,
  .rules-inline__content--rich li {
    font-size: 14px;
    line-height: 1.65;
  }
}

@media (max-width: 640px) {
  .winner-card {
    grid-template-columns: 56px minmax(0, 1fr);
    min-height: auto;
    padding: 18px;
  }

  .winner-card--detail {
    grid-template-columns: 1fr;
  }

  .winner-card__avatar {
    width: 56px;
    height: 56px;
  }

  .hero-video-teaser__media img {
    aspect-ratio: 9 / 12;
  }

  .hero-inline-video {
    width: min(380px, 90vw);
  }

  .hero-inline-video__media {
    aspect-ratio: 16 / 9;
  }

  .rules-inline__full .accordion__trigger {
    padding: 14px 14px;
    font-size: 15px;
  }

  .rules-inline__full .rules-inline__content {
    padding: 14px 14px;
  }

  .rules-inline__content--rich h4 {
    margin-top: 14px;
    font-size: 14px;
  }

  .rules-inline__content--rich p,
  .rules-inline__content--rich li {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* Hero redesign (homepage only) */
.onepage-hero {
  min-height: 100svh;
}

.onepage-hero::before {
  background: transparent;
}

.onepage-hero::after {
  background:
    linear-gradient(110deg, rgba(15, 31, 26, 0.58), rgba(15, 31, 26, 0.34) 52%, rgba(15, 31, 26, 0.56)),
    rgba(15, 31, 26, 0.12);
}

.onepage-hero .hero__container {
  min-height: 100svh;
  padding-top: calc(var(--header-height) + 54px);
  padding-bottom: 38px;
}

.onepage-hero .hero__content-wrap {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 30px;
}

.onepage-hero .hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: center;
  gap: 40px;
}

.onepage-hero .hero__inner {
  max-width: 780px;
}

.onepage-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(54px, 5.2vw, 80px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.onepage-hero .hero__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: clamp(18px, 1.65vw, 25px);
  font-weight: 300;
  line-height: 1.45;
}

.onepage-hero .countdown-wrap {
  margin-top: 28px;
  display: inline-grid;
  justify-items: start;
}

.onepage-hero .hero-status-box {
  margin-top: 28px;
  max-width: 640px;
  padding: 20px 24px;
  border-radius: 18px;
  background: #ffffff;
  color: #163126;
  box-shadow: 0 18px 44px rgba(7, 17, 14, 0.18);
}

.onepage-hero .hero-status-box__eyebrow {
  margin: 0 0 8px;
  color: #6c7f77;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.onepage-hero .hero-status-box__text {
  margin: 0;
  color: #163126;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.55;
}

.onepage-hero .countdown {
  gap: 24px;
}

.onepage-hero .countdown__unit {
  min-width: 82px;
}

.onepage-hero .countdown__unit + .countdown__unit {
  position: relative;
}

.onepage-hero .countdown__unit + .countdown__unit::before {
  content: "·";
  position: absolute;
  left: -13px;
  top: 17px;
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--font-serif);
  font-size: 44px;
  line-height: 1;
}

.onepage-hero .countdown__num {
  font-size: clamp(46px, 4.2vw, 62px);
}

.onepage-hero .countdown__label {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.15em;
}

.onepage-hero .countdown__state {
  order: -1;
  width: 100%;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: left;
}

.onepage-hero .hero__actions {
  margin-top: 28px;
}

.onepage-hero .btn-hero-lg {
  min-width: 200px;
  min-height: 54px;
  justify-content: center;
  padding-inline: 28px;
}

.onepage-hero .hero__media-col {
  width: 100%;
  max-width: 438px;
  justify-self: end;
  display: grid;
  gap: 16px;
}

.onepage-hero .hero-inline-video {
  width: 100%;
}

.onepage-hero .hero-video-teaser {
  display: grid;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 12px;
  background: rgba(9, 18, 15, 0.4);
}

.onepage-hero .hero-video-teaser__media {
  border: 0;
  border-radius: 0;
}

.onepage-hero .hero-video-teaser__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.onepage-hero .hero-video-teaser__play {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  font-weight: 400;
  background: rgba(5, 12, 10, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
}

.onepage-hero .hero-video-teaser__play .icon {
  width: 16px;
  height: 16px;
}

.onepage-hero .hero-video-teaser:hover .hero-video-teaser__play {
  background: rgba(5, 12, 10, 0.92);
}

.onepage-hero .hero-partner-box {
  padding: 18px 22px 16px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
}

.onepage-hero .hero-partner-logos {
  gap: 12px;
}

.onepage-hero .hero-partner-logos img {
  max-height: 32px;
}

.onepage-hero .hero-partner-logos img:nth-child(2) {
  padding-left: 12px;
  border-left: 1px solid #e2e2dd;
}

.onepage-hero .hero .hero-partner-box__label,
.onepage-hero .hero-partner-box__label {
  margin-top: 10px;
  color: #66635d;
  font-size: 12px;
  text-align: center;
}

.onepage-hero .hero-stats-band {
  width: 100%;
  margin-top: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  gap: 24px 64px;
  justify-content: center;
}

.onepage-hero .hero-stat-item {
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 400;
}

.onepage-hero .hero-stat-item .icon {
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1020px) {
  .onepage-hero {
    min-height: auto;
  }

  .onepage-hero .hero__container {
    min-height: auto;
    padding-top: calc(var(--header-height) + 34px);
    padding-bottom: 34px;
  }

  .onepage-hero .hero__content-wrap {
    grid-template-rows: auto auto;
    gap: 24px;
  }

  .onepage-hero .hero__layout {
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
  }

  .onepage-hero .hero__inner {
    max-width: 100%;
    text-align: left;
  }

  .onepage-hero h1 {
    margin-bottom: 14px;
    font-size: clamp(44px, 9.2vw, 58px);
  }

  .onepage-hero .hero__lead {
    font-size: clamp(17px, 3.2vw, 22px);
  }

  .onepage-hero .hero__media-col {
    max-width: 560px;
    justify-self: start;
  }

  .onepage-hero .hero-stats-band {
    justify-content: flex-start;
    gap: 14px 22px;
  }
}

@media (max-width: 760px) {
  .onepage-hero .hero__lead {
    text-align: center;
  }

  .onepage-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .onepage-hero .countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .onepage-hero .hero-status-box {
    padding: 18px 18px 20px;
    text-align: left;
  }

  .onepage-hero .countdown__unit {
    min-width: 0;
  }

  .onepage-hero .countdown__unit + .countdown__unit::before {
    display: none;
  }

  .onepage-hero .countdown__num {
    font-size: 34px;
  }

  .onepage-hero .btn-hero-lg {
    width: 100%;
  }

  .onepage-hero .hero__media-col {
    max-width: 100%;
  }

  .onepage-hero .hero-video-teaser__media img {
    aspect-ratio: 16 / 10;
  }

  .onepage-hero .hero-partner-logos {
    flex-wrap: nowrap;
  }

  .onepage-hero .hero-partner-logos img {
    max-height: 26px;
    max-width: 46%;
  }

  .onepage-hero .hero-stat-item {
    width: 100%;
    justify-content: flex-start;
  }
}
