/*
Theme Name: Emerge24 Kadence
Theme URI: https://www.emerge24.org/
Description: A fast, accessible Kadence child theme for the Emerge24 prayer and worship movement.
Author: Emerge24
Template: kadence
Version: 1.2.2
Requires at least: 6.3
Requires PHP: 7.4
Text Domain: emerge24-kadence
*/

@font-face {
  font-family: "E24 Poppins";
  src: url("assets/fonts/poppins-regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "E24 Poppins";
  src: url("assets/fonts/poppins-bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700 900;
}

@font-face {
  font-family: "E24 Jost";
  src: url("assets/fonts/jost.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300 900;
}

@font-face {
  font-family: "E24 Overflow";
  src: url("assets/fonts/roboto-slab.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --e24-night: #0b0617;
  --e24-plum: #2b073f;
  --e24-purple: #57078f;
  --e24-violet: #7f3cff;
  --e24-gold: #f3bf45;
  --e24-coral: #ef4a42;
  --e24-cyan: #5ed7e8;
  --e24-ivory: #fbf8f2;
  --e24-white: #ffffff;
  --e24-ink: #17111f;
  --e24-muted: #6f6778;
  --e24-line: rgba(30, 16, 44, 0.14);
  --e24-sans: "E24 Poppins", "Segoe UI", Arial, sans-serif;
  --e24-display: "E24 Jost", "E24 Poppins", "Segoe UI", sans-serif;
  --e24-content: 1180px;
  --e24-reading: 760px;
  --e24-radius: 22px;
  --e24-shadow: 0 24px 70px rgba(22, 7, 37, 0.16);
}

html {
  scroll-behavior: smooth;
}

body.emerge24-site {
  background: var(--e24-ivory);
  color: var(--e24-ink);
  font-family: var(--e24-sans);
  font-size: 17px;
  line-height: 1.72;
  margin: 0;
}

body.emerge24-site *,
body.emerge24-site *::before,
body.emerge24-site *::after {
  box-sizing: border-box;
}

body.emerge24-site img {
  display: block;
  height: auto;
  max-width: 100%;
}

body.emerge24-site a {
  color: inherit;
}

body.emerge24-site :focus-visible {
  outline: 3px solid var(--e24-cyan);
  outline-offset: 3px;
}

body.emerge24-site main {
  min-height: 45vh;
}

.e24-container {
  margin-inline: auto;
  max-width: var(--e24-content);
  padding-inline: clamp(20px, 4vw, 42px);
  width: 100%;
}

.e24-reading {
  margin-inline: auto;
  max-width: var(--e24-reading);
}

.e24-skip-link {
  background: var(--e24-gold);
  color: var(--e24-night);
  font-weight: 800;
  left: 16px;
  padding: 10px 16px;
  position: fixed;
  top: -80px;
  z-index: 10000;
}

.e24-skip-link:focus {
  top: 16px;
}

.e24-event-bar {
  background: var(--e24-gold);
  color: var(--e24-night);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 9px 20px;
  text-align: center;
  text-transform: uppercase;
}

.e24-header {
  backdrop-filter: blur(18px);
  background: rgba(11, 6, 23, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--e24-white);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.admin-bar .e24-header {
  top: 32px;
}

.e24-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 78px;
}

.e24-brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
}

.e24-brand img {
  max-height: 42px;
  width: auto;
}

.e24-brand__fallback {
  font-family: var(--e24-display);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.e24-nav {
  align-items: center;
  display: flex;
  gap: 26px;
}

.e24-nav ul {
  align-items: center;
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.e24-nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.e24-nav a:hover,
.e24-nav a:focus-visible,
.e24-nav .current-menu-item > a {
  color: var(--e24-gold);
}

.e24-nav__cta {
  background: var(--e24-gold);
  border-radius: 999px;
  color: var(--e24-night) !important;
  padding: 11px 18px;
}

.e24-menu-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  color: var(--e24-white);
  cursor: pointer;
  display: none;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 8px;
  padding: 9px 12px;
}

.e24-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(127, 60, 255, 0.35), transparent 32%),
    radial-gradient(circle at 12% 78%, rgba(94, 215, 232, 0.16), transparent 28%),
    linear-gradient(135deg, #0b0617 0%, #21062f 55%, #10051b 100%);
  color: var(--e24-white);
  overflow: hidden;
  padding: clamp(68px, 9vw, 120px) 0;
  position: relative;
}

.e24-hero::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent);
  pointer-events: none;
  position: absolute;
}

.e24-hero__grid {
  position: relative;
}

.e24-hero__intro {
  margin-inline: auto;
  max-width: 980px;
  text-align: center;
}

.e24-hero__intro .e24-kicker,
.e24-hero__intro .e24-actions {
  justify-content: center;
}

.e24-kicker {
  align-items: center;
  color: var(--e24-gold);
  display: flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.15em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.e24-kicker::before {
  background: var(--e24-gold);
  content: "";
  height: 2px;
  width: 34px;
}

.e24-hero h1,
.e24-page-hero h1 {
  font-family: var(--e24-display);
  font-size: clamp(3.7rem, 9vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.84;
  margin: 0;
  text-transform: uppercase;
}

.e24-hero h1 span {
  -webkit-background-clip: text;
  background-image: linear-gradient(180deg, #fff4a6 0%, #ffc72c 20%, #f09a00 48%, #7f3300 62%, #ffca20 79%, #a64c00 100%);
  background-clip: text;
  color: #f7b514;
  display: block;
  font-family: "E24 Overflow", Georgia, serif;
  font-size: 0.94em;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1.02;
  padding-bottom: 0.08em;
  text-shadow:
    0 1px 0 #ffe46b,
    0 3px 0 #b25d00,
    0 6px 0 #6b2700,
    0 9px 0 #321042,
    0 14px 24px rgba(0, 0, 0, 0.58),
    0 0 28px rgba(243, 191, 69, 0.18);
  text-transform: uppercase;
  -webkit-text-stroke: 1.4px #ffd84a;
}

.e24-hero__lede {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  margin-inline: auto;
  max-width: 660px;
}

.e24-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.e24-button,
.wp-block-button__link {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-family: var(--e24-sans);
  font-size: 0.88rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.025em;
  min-height: 50px;
  padding: 12px 23px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.e24-button:hover,
.e24-button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
  transform: translateY(-2px);
}

.e24-button--primary {
  background: var(--e24-gold);
  box-shadow: 0 12px 34px rgba(243, 191, 69, 0.2);
  color: var(--e24-night);
}

.e24-button--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--e24-white);
}

.e24-hero__banner {
  aspect-ratio: 16 / 9;
  background: #19084d;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.42);
  margin: clamp(44px, 6vw, 72px) 0 0;
  overflow: hidden;
  position: relative;
}

body.emerge24-site .e24-hero__banner-art {
  display: block;
  height: 100%;
  inset: 0;
  margin: 0;
  max-width: none;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.e24-hero__banner-title {
  align-items: center;
  bottom: 2.6%;
  display: flex;
  flex-direction: column;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 80%;
}

.e24-hero__banner-title strong {
  -webkit-background-clip: text;
  background-image: linear-gradient(180deg, #fff4a6, #ffc72c 28%, #9a4000 70%, #ffca20);
  background-clip: text;
  color: var(--e24-gold);
  font-family: "E24 Overflow", Georgia, serif;
  font-size: clamp(2rem, 5.5vw, 5.1rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  text-shadow: 0 2px 0 #a84d00, 0 5px 0 #43144f, 0 10px 22px rgba(0, 0, 0, 0.48);
  text-transform: uppercase;
  -webkit-text-stroke: 1px #ffd84a;
}

.e24-hero__banner-title span {
  color: var(--e24-white);
  font-size: clamp(0.55rem, 1vw, 0.88rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-top: 8px;
  text-transform: uppercase;
}

.e24-countdown-panel {
  align-items: center;
  backdrop-filter: blur(22px);
  background: rgba(255, 255, 255, 0.095);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  color: var(--e24-white);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(250px, 0.8fr) minmax(420px, 1.2fr);
  margin-top: 20px;
  padding: clamp(20px, 3vw, 30px);
}

.e24-countdown-panel__eyebrow {
  color: var(--e24-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.e24-countdown-panel__copy strong {
  color: var(--e24-gold);
  display: block;
  font-family: var(--e24-display);
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  line-height: 1.2;
}

.e24-countdown-panel__copy > span {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 0.82rem;
  margin-top: 5px;
}

.e24-countdown {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.e24-countdown__item {
  background: rgba(11, 6, 23, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  min-width: 0;
  padding: 13px 7px 11px;
  text-align: center;
}

.e24-countdown__item b {
  display: block;
  font-family: var(--e24-display);
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1;
}

.e24-countdown__item span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.e24-countdown__status {
  inset: auto 0 -21px;
  position: absolute;
  text-align: center;
}

.e24-section {
  padding: clamp(72px, 9vw, 118px) 0;
}

.e24-section--white {
  background: var(--e24-white);
}

.e24-section--dark {
  background: var(--e24-night);
  color: var(--e24-white);
}

.e24-section--purple {
  background: linear-gradient(135deg, var(--e24-plum), var(--e24-purple));
  color: var(--e24-white);
}

.e24-section__heading {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 1.28fr);
  margin-bottom: 54px;
}

.e24-eyebrow {
  color: var(--e24-purple);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.e24-section--dark .e24-eyebrow,
.e24-section--purple .e24-eyebrow {
  color: var(--e24-gold);
}

.e24-section h2,
.e24-page-content h2 {
  font-family: var(--e24-display);
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0;
}

.e24-section h3,
.e24-page-content h3 {
  font-family: var(--e24-display);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.18;
}

.e24-lede {
  color: var(--e24-muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  margin: 0;
}

.e24-section--dark .e24-lede,
.e24-section--purple .e24-lede {
  color: rgba(255, 255, 255, 0.72);
}

.e24-grid-4,
.e24-grid-3,
.e24-grid-2 {
  display: grid;
  gap: 20px;
}

.e24-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.e24-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.e24-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.e24-card {
  background: var(--e24-white);
  border: 1px solid var(--e24-line);
  border-radius: var(--e24-radius);
  padding: clamp(24px, 3vw, 36px);
}

.e24-section--dark .e24-card,
.e24-section--purple .e24-card {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.13);
}

.e24-pillar__number {
  color: var(--e24-gold);
  font-family: var(--e24-display);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.e24-pillar h3 {
  margin-bottom: 9px;
}

.e24-pillar p {
  color: var(--e24-muted);
  margin-bottom: 0;
}

.e24-section--dark .e24-pillar p,
.e24-section--purple .e24-pillar p {
  color: rgba(255, 255, 255, 0.68);
}

.e24-stat-strip {
  background: var(--e24-gold);
  color: var(--e24-night);
  padding: 28px 0;
}

.e24-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.e24-stat {
  border-right: 1px solid rgba(11, 6, 23, 0.22);
  padding: 6px 22px;
  text-align: center;
}

.e24-stat:last-child {
  border-right: 0;
}

.e24-stat b {
  display: block;
  font-family: var(--e24-display);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
}

.e24-stat span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.e24-split {
  align-items: center;
  display: grid;
  gap: clamp(34px, 7vw, 80px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.e24-image-frame {
  background: var(--e24-white);
  border-radius: 26px;
  box-shadow: var(--e24-shadow);
  overflow: hidden;
  padding: 10px;
}

.e24-image-frame img {
  border-radius: 18px;
  width: 100%;
}

.e24-checklist {
  list-style: none;
  margin: 28px 0;
  padding: 0;
}

.e24-checklist li {
  border-bottom: 1px solid var(--e24-line);
  font-weight: 700;
  padding: 12px 0 12px 34px;
  position: relative;
}

.e24-checklist li::before {
  color: var(--e24-purple);
  content: "✦";
  left: 4px;
  position: absolute;
}

.e24-speaker-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.e24-speaker-list span {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 8px 13px;
}

.e24-session {
  border-left: 3px solid var(--e24-gold);
  padding-left: 20px;
}

.e24-session time {
  color: var(--e24-gold);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.e24-session h3 {
  margin: 5px 0 7px;
}

.e24-session p {
  color: rgba(255, 255, 255, 0.67);
  margin: 0;
}

.e24-quote {
  background: var(--e24-white);
  border-radius: var(--e24-radius);
  box-shadow: var(--e24-shadow);
  font-size: 1.08rem;
  margin: 0;
  padding: 34px;
}

.e24-quote footer {
  color: var(--e24-purple);
  font-size: 0.8rem;
  font-weight: 800;
  margin-top: 18px;
}

.e24-cta {
  align-items: center;
  background:
    radial-gradient(circle at 90% 10%, rgba(243, 191, 69, 0.25), transparent 30%),
    linear-gradient(135deg, var(--e24-plum), var(--e24-night));
  border-radius: 30px;
  color: var(--e24-white);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto;
  padding: clamp(34px, 6vw, 72px);
}

.e24-cta h2 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.e24-faq {
  border-top: 1px solid var(--e24-line);
  padding: 20px 0;
}

.e24-faq summary {
  cursor: pointer;
  font-family: var(--e24-display);
  font-size: 1.1rem;
  font-weight: 800;
}

.e24-faq p {
  color: var(--e24-muted);
  margin-bottom: 0;
}

.e24-page-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(127, 60, 255, 0.38), transparent 35%),
    var(--e24-night);
  color: var(--e24-white);
  padding: clamp(72px, 10vw, 132px) 0;
}

.e24-page-hero h1 {
  font-size: clamp(3.1rem, 7vw, 6.5rem);
}

.e24-page-hero p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.16rem;
  max-width: 720px;
}

.e24-page-content {
  padding: clamp(62px, 8vw, 104px) 0;
}

.e24-page-content :where(p, ul, ol, blockquote) {
  max-width: var(--e24-reading);
}

.e24-page-content > .e24-container > .e24-reading:not(:empty) {
  margin-top: 46px;
}

.e24-page-content .e24-card + .e24-card,
.e24-page-content article + article {
  margin-top: 22px;
}

.e24-page-content input:not([type="checkbox"]):not([type="radio"]),
.e24-page-content select,
.e24-page-content textarea {
  background: var(--e24-white);
  border: 1px solid rgba(30, 16, 44, 0.28);
  border-radius: 10px;
  color: var(--e24-ink);
  font: inherit;
  min-height: 48px;
  padding: 10px 13px;
  width: 100%;
}

.e24-page-content button,
.e24-page-content input[type="submit"] {
  background: var(--e24-purple);
  border: 0;
  border-radius: 999px;
  color: var(--e24-white);
  cursor: pointer;
  font: 800 0.88rem/1 var(--e24-sans);
  min-height: 50px;
  padding: 12px 23px;
}

.e24-page-content table {
  border-collapse: collapse;
  display: block;
  max-width: 100%;
  overflow-x: auto;
  width: max-content;
}

.e24-registration-layout {
  align-items: start;
  display: grid;
  gap: clamp(34px, 7vw, 82px);
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
}

.e24-registration-intro {
  position: sticky;
  top: 140px;
}

.e24-form-shell {
  background: var(--e24-white);
  border: 1px solid var(--e24-line);
  border-radius: var(--e24-radius);
  box-shadow: var(--e24-shadow);
  min-height: 440px;
  padding: clamp(24px, 4vw, 44px);
}

.e24-form-loading,
.e24-form-note {
  color: var(--e24-muted);
  font-size: 0.84rem;
}

.e24-form-note {
  border-top: 1px solid var(--e24-line);
  margin-top: 28px;
  padding-top: 18px;
}

.e24-page-content th,
.e24-page-content td {
  border: 1px solid var(--e24-line);
  padding: 12px;
  text-align: left;
}

.e24-page-content .alignwide {
  margin-left: 50%;
  max-width: var(--e24-content);
  transform: translateX(-50%);
  width: calc(100vw - 40px);
}

.e24-page-content .alignfull {
  margin-left: 50%;
  max-width: none;
  transform: translateX(-50%);
  width: 100vw;
}

.e24-footer {
  background: #07030d;
  color: rgba(255, 255, 255, 0.72);
  padding: 64px 0 26px;
}

.e24-footer__grid {
  display: grid;
  gap: 36px;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.e24-footer h2,
.e24-footer h3 {
  color: var(--e24-white);
  font-family: var(--e24-display);
}

.e24-footer nav a {
  display: block;
  margin: 8px 0;
  text-decoration: none;
}

.e24-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  margin-top: 44px;
  padding-top: 22px;
}

.e24-maintenance {
  align-items: center;
  background:
    radial-gradient(circle at 80% 15%, rgba(127, 60, 255, 0.4), transparent 30%),
    linear-gradient(135deg, var(--e24-night), var(--e24-plum));
  color: var(--e24-white);
  display: grid;
  min-height: 100vh;
  padding: 40px 0;
}

.e24-maintenance__card {
  max-width: 800px;
}

.e24-maintenance h1 {
  font-family: var(--e24-display);
  font-size: clamp(3rem, 9vw, 7.5rem);
  line-height: 0.92;
  margin: 24px 0;
}

.e24-maintenance p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.12rem;
}

@media (max-width: 1000px) {
  .e24-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .e24-split {
    grid-template-columns: 1fr;
  }

  .e24-countdown-panel {
    grid-template-columns: 1fr;
  }

  .e24-registration-layout {
    grid-template-columns: 1fr;
  }

  .e24-registration-intro {
    position: static;
  }

  .e24-menu-toggle {
    display: inline-flex;
  }

  .e24-nav {
    background: var(--e24-night);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: none;
    inset: 100% 0 auto;
    padding: 24px;
    position: absolute;
  }

  .e24-nav.is-open {
    display: block;
  }

  .e24-nav ul {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
  }

  .e24-nav a {
    display: block;
    padding: 10px;
  }

  .e24-header__inner {
    position: relative;
  }
}

@media (max-width: 760px) {
  .admin-bar .e24-header {
    top: 46px;
  }

  .e24-section__heading,
  .e24-grid-3,
  .e24-grid-2,
  .e24-cta,
  .e24-footer__grid {
    grid-template-columns: 1fr;
  }

  .e24-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .e24-stat:nth-child(2) {
    border-right: 0;
  }

  .e24-stat:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(11, 6, 23, 0.22);
  }

  .e24-hero h1 span {
    letter-spacing: -0.055em;
    text-shadow:
      0 1px 0 #ffe46b,
      0 2px 0 #b25d00,
      0 4px 0 #6b2700,
      0 6px 0 #321042,
      0 10px 18px rgba(0, 0, 0, 0.55);
    -webkit-text-stroke-width: 1px;
  }

  .e24-hero {
    padding-top: 54px;
  }

  .e24-hero__banner {
    border-radius: 18px;
    margin-top: 40px;
  }

  .e24-hero__banner-title span {
    letter-spacing: 0.09em;
    margin-top: 4px;
  }

  .e24-countdown-panel {
    border-radius: 18px;
    margin-top: 14px;
  }

  .e24-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .e24-grid-4 {
    grid-template-columns: 1fr;
  }

  .e24-event-bar {
    font-size: 0.68rem;
  }

  .e24-brand img {
    max-width: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .e24-header,
  .e24-event-bar,
  .e24-footer,
  .e24-actions {
    display: none !important;
  }
}
