:root {
  --smecc-red: #df1c41;
  --smecc-red-dark: #bf1535;
  --smecc-text: #000201;
  --smecc-muted: rgba(0, 2, 1, 0.72);
  --smecc-white: #ffffff;
  --smecc-soft: #f7f7f7;
  --smecc-border: rgba(0, 2, 1, 0.1);
  --smecc-shadow: 0 32px 80px rgba(10, 8, 19, 0.12);
  --smecc-radius: 24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--smecc-text);
  background: #fff;
  font-family: "Archivo", sans-serif;
}

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

img {
  max-width: 100%;
  display: block;
}

.smecc-shell {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.site-content {
  overflow: clip;
}

.smecc-header {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 0;
}

.smecc-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 68px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(13.45px);
  box-shadow: 0 12px 13.5px rgba(0, 0, 0, 0.06);
}

.smecc-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  flex: 0 0 auto;
  position: relative;
}

.smecc-brand img {
  width: 196px;
  height: auto;
}

.smecc-brand::after {
  content: "";
  position: absolute;
  left: 77px;
  top: 1px;
  width: 1px;
  height: 32px;
  background: rgba(0, 2, 1, 0.28);
}

.smecc-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.smecc-primary-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.smecc-primary-menu a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  line-height: 1;
}

.smecc-primary-menu img {
  width: 20px;
  height: 20px;
}

.smecc-primary-menu li:first-child a {
  color: var(--smecc-red);
  font-weight: 700;
}

.smecc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 32px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--smecc-red);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.smecc-button:hover {
  background: var(--smecc-red-dark);
  transform: translateY(-1px);
}

.smecc-button--small {
  min-height: 36px;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
}

.smecc-button--ghost {
  border-color: rgba(0, 2, 1, 0.3);
  background: transparent;
  color: var(--smecc-text);
}

.smecc-button--ghost:hover {
  border-color: var(--smecc-red);
  background: rgba(223, 28, 65, 0.06);
}

.smecc-button--block {
  width: 100%;
}

.smecc-hero {
  position: relative;
  margin-top: 0;
  min-height: 736px;
  padding: 228px 0 110px;
  background: #fff;
}

.smecc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 621px) 1fr;
}

.smecc-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 29.585%, rgba(255, 255, 255, 0.82) 52%, rgba(255, 255, 255, 0) 74.577%),
    url("../img/hero-wave-rendered.png") center top / 1440px 961px no-repeat;
  pointer-events: none;
  overflow: hidden;
}

.smecc-hero__bg::before,
.smecc-hero__bg::after {
  content: none;
}

.smecc-hero__content {
  position: relative;
  z-index: 1;
}

.smecc-hero__content h1 {
  margin: 0 0 42px;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.smecc-hero__content h1 span {
  color: var(--smecc-red);
}

.smecc-hero__meta {
  display: flex;
  align-items: stretch;
  gap: 28px;
  margin-bottom: 43px;
}

.smecc-hero__meta strong,
.smecc-hero__meta p:first-child {
  display: block;
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
}

.smecc-hero__meta span,
.smecc-hero__meta p:last-child {
  display: block;
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.smecc-hero__meta p {
  margin: 0;
}

.smecc-hero__meta-divider {
  width: 1px;
  background: rgba(0, 2, 1, 0.2);
}

.smecc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.smecc-about {
  position: relative;
  padding: 78px 0 112px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(rgba(223, 28, 65, 0.94), rgba(223, 28, 65, 0.94)),
    url("../img/about-bg.png") center / cover no-repeat;
}

.smecc-countdown {
  margin: 0 auto 96px;
  max-width: 851px;
}

.smecc-countdown > p {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 28px;
}

.smecc-countdown__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 19px;
}

.smecc-countdown__item {
  padding: 24px 16px;
  border: 1px solid #f473a3;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
}

.smecc-countdown__item strong {
  display: block;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
}

.smecc-countdown__item span {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 28px;
}

.smecc-section-heading {
  width: min(672px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.smecc-section-heading span {
  display: block;
  margin-bottom: 13px;
  color: var(--smecc-red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.19em;
}

.smecc-section-heading h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.smecc-section-heading--light span,
.smecc-section-heading--light h2 {
  color: #fff;
}

.smecc-about__copy {
  width: min(946px, 100%);
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 28px;
}

.smecc-about__copy p {
  margin: 0 0 16px;
}

.smecc-about__copy strong {
  color: #fff;
}

.smecc-tickets {
  padding: 79px 0 110px;
  background: linear-gradient(180deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}

.smecc-ticket-card,
.smecc-programme-card {
  width: min(742px, 100%);
  margin: 0 auto;
  padding: 36px;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--smecc-shadow);
}

.smecc-ticket-card__plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin-bottom: 36px;
}

.smecc-ticket-plan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 218px;
}

.smecc-ticket-plan + .smecc-ticket-plan {
  padding-left: 36px;
  border-left: 1px solid rgba(0, 2, 1, 0.14);
}

.smecc-ticket-plan h3 {
  margin: 0 0 12px;
  color: var(--smecc-red);
  font-size: 28px;
  line-height: 36px;
}

.smecc-ticket-plan p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.smecc-ticket-plan__price {
  margin-top: 28px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.smecc-ticket-plan__price sup {
  top: -0.2em;
  font-size: 36px;
}

.smecc-ticket-plan small {
  margin-top: 6px;
  font-size: 14px;
}

.smecc-programme {
  padding: 52px 0 132px;
}

.smecc-programme-card {
  width: min(859px, 100%);
  padding: 24px 36px;
}

.smecc-programme-card__head,
.smecc-programme-row {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 61px;
}

.smecc-programme-card__head {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--smecc-border);
  color: var(--smecc-red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.smecc-programme-row {
  padding: 12px 0;
  border-bottom: 1px solid var(--smecc-border);
  font-size: 16px;
  line-height: 24px;
}

.smecc-programme-row.is-selected {
  margin: 0 -12px;
  padding: 12px;
  border-bottom-color: transparent;
  border-radius: 12px;
  background: var(--smecc-red);
  color: #fff;
}

.smecc-programme-row__time {
  font-weight: 500;
}

.smecc-programme-row__content strong,
.smecc-programme-row__content span {
  display: block;
}

.smecc-programme-row__content strong {
  font-weight: 600;
}

.smecc-programme-card__note {
  margin: 12px 0 0;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}

.smecc-partners {
  padding: 0 0 93px;
}

.smecc-logo-block {
  width: min(955px, 100%);
  margin: 0 auto 53px;
  text-align: center;
}

.smecc-logo-block--small {
  width: min(801px, 100%);
  margin-bottom: 0;
}

.smecc-logo-block span {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.19em;
}

.smecc-footer {
  padding: 72px 0 32px;
  background: var(--smecc-red);
  color: #fff;
}

.smecc-footer__grid {
  display: grid;
  grid-template-columns: 326px minmax(0, 1fr);
  gap: 80px;
}

.smecc-footer__brand img {
  width: 293px;
}

.smecc-socials {
  display: inline-flex;
  margin-top: 29px;
}

.smecc-socials img {
  width: 112px;
  height: 50px;
}

.smecc-footer__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.smecc-footer__columns h3 {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.smecc-footer__eyebrow {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.smecc-footer__columns p {
  margin: 0 0 18px;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 24px;
}

.smecc-footer__bottom {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.smecc-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 24px;
}

.smecc-generic-page {
  padding: 160px 0 80px;
}

.entry-content {
  font-size: 18px;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .smecc-header {
    position: relative;
    top: 0;
    padding-top: 20px;
  }

  .smecc-header__inner,
  .smecc-footer__grid,
  .smecc-footer__columns,
  .smecc-ticket-card__plans {
    grid-template-columns: 1fr;
  }

  .smecc-header__inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .smecc-nav {
    flex-basis: 100%;
  }

  .smecc-primary-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
  }

  .smecc-hero {
    padding-top: 80px;
    min-height: auto;
  }

  .smecc-hero__bg {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.9) 18%, rgba(255, 255, 255, 0.98) 42%, rgba(255, 255, 255, 0.2) 100%),
      url("../img/hero-wave-rendered.png") 72% top / cover no-repeat;
  }

  .smecc-hero__grid {
    grid-template-columns: 1fr;
  }

  .smecc-hero__content {
    max-width: 700px;
  }

  .smecc-hero__meta,
  .smecc-countdown__grid {
    grid-template-columns: 1fr 1fr;
  }

  .smecc-hero__meta {
    display: grid;
    gap: 18px;
  }

  .smecc-hero__meta-divider {
    display: none;
  }

  .smecc-ticket-plan + .smecc-ticket-plan {
    padding-left: 0;
    border-left: 0;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 2, 1, 0.14);
  }

  .smecc-programme-card__head,
  .smecc-programme-row {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .smecc-shell {
    width: min(100% - 24px, 1140px);
  }

  .smecc-header__inner {
    padding: 14px;
  }

  .smecc-brand {
    width: 100%;
    justify-content: center;
  }

  .smecc-brand img {
    width: min(196px, 100%);
  }

  .smecc-button,
  .smecc-button--ghost {
    width: 100%;
  }

  .smecc-hero__actions,
  .smecc-countdown__grid,
  .smecc-ticket-card__plans,
  .smecc-footer__columns {
    grid-template-columns: 1fr;
  }

  .smecc-hero__meta strong,
  .smecc-hero__meta p:first-child {
    font-size: 22px;
  }

  .smecc-hero__meta span,
  .smecc-hero__meta p:last-child {
    font-size: 16px;
  }

  .smecc-ticket-card,
  .smecc-programme-card {
    padding: 24px 18px;
  }

  .smecc-programme-card__head,
  .smecc-programme-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .smecc-footer__grid {
    gap: 40px;
  }

  .smecc-footer__brand img {
    width: min(293px, 100%);
  }
}
