:root {
  --ink: #080807;
  --paper: #f4f1e8;
  --yellow: #ffca16;
  --yellow-dark: #c49300;
  --smoke: #171713;
  --line: rgba(255, 255, 255, 0.18);
  --cyan: #49d7ff;
  --red: #ff563b;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}

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

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

button,
input {
  font: inherit;
}

[data-animate] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.gsap-ready [data-animate] {
  transition: none;
}

.icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.play-button .icon {
  width: 25px;
  height: 25px;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E");
}

.scroll-meter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.12);
}

.scroll-meter span {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--yellow);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 40;
  width: min(calc(100% - 32px), var(--max));
  height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(8, 8, 7, 0.76);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand img {
  width: 84px;
  height: 52px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 4vw, 36px);
  color: rgba(244, 241, 232, 0.76);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav a,
.booking-link {
  transition: color 180ms ease, background 180ms ease;
}

.main-nav a:hover {
  color: var(--yellow);
}

.booking-link,
.primary-action,
.secondary-action,
.platforms a,
.contact-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 8px;
  font-weight: 800;
}

.booking-link,
.primary-action {
  padding: 0 18px;
  background: var(--yellow);
  color: var(--ink);
}

.lang-toggle {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  min-height: 46px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--paper);
  cursor: pointer;
}

.lang-toggle span {
  display: grid;
  place-items: center;
  min-width: 34px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 900;
}

.lang-toggle span.is-active {
  background: var(--yellow);
  color: var(--ink);
}

.booking-link:hover,
.primary-action:hover {
  background: #ffe27a;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px max(24px, calc((100vw - var(--max)) / 2)) 88px;
}

.hero-media,
.hero-media img,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}

#event-hero-image {
  filter: grayscale(1) contrast(1.08);
  opacity: 0.76;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

#event-hero-image:hover {
  filter: grayscale(0) contrast(1.02);
  opacity: 1;
  transform: scale(1.03);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(8, 8, 7, 0.95), rgba(8, 8, 7, 0.42) 48%, rgba(8, 8, 7, 0.18)),
    linear-gradient(0deg, rgba(8, 8, 7, 0.95), rgba(8, 8, 7, 0.1) 58%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(820px, 100%);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--yellow);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: Anton, Impact, sans-serif;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 8ch;
  color: var(--yellow);
  font-size: clamp(4.5rem, 14vw, 12.5rem);
  text-shadow: 0 16px 0 rgba(0, 0, 0, 0.55);
}

h2 {
  font-size: clamp(2.8rem, 8vw, 6.8rem);
}

.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(244, 241, 232, 0.85);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.secondary-action {
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.secondary-action:hover {
  border-color: var(--yellow);
}

.hero-marquee {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  display: flex;
  gap: 24px;
  width: max-content;
  color: rgba(244, 241, 232, 0.16);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2rem, 7vw, 6rem);
  white-space: nowrap;
  animation: marquee 22s linear infinite;
}

.hero-marquee span {
  padding-right: 24px;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--yellow);
  color: var(--ink);
}

.stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  min-height: 170px;
  padding: clamp(28px, 5vw, 54px);
  background: var(--yellow);
  border-right: 1px solid rgba(8, 8, 7, 0.18);
}

.stat strong {
  display: block;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2.1rem, 4.8vw, 4.6rem);
  line-height: 1;
  text-transform: uppercase;
}

.stat span {
  display: block;
  max-width: 320px;
  margin-top: 12px;
  font-weight: 800;
}

.music-section,
.tracks-section,
.events-section,
.rider-section,
.gallery-section,
.booking-section,
.developer-section {
  padding: clamp(72px, 12vw, 150px) max(24px, calc((100vw - var(--max)) / 2));
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: start;
  margin-bottom: clamp(34px, 6vw, 72px);
}

.music-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  gap: 24px;
  align-items: stretch;
}

.player-shell,
.track-list,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.player-shell {
  min-height: 520px;
  display: grid;
  grid-template-rows: 1fr auto auto;
  overflow: hidden;
}

.deck-art {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 202, 22, 0.16), transparent 42%),
    linear-gradient(315deg, rgba(73, 215, 255, 0.14), transparent 42%),
    #11110e;
}

.deck-art img {
  position: relative;
  z-index: 2;
  width: min(62%, 390px);
  filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.7));
}

#visualizer {
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: 52%;
  opacity: 0.95;
}

.player-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px;
}

.now-label {
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
}

.player-controls h3 {
  margin: 8px 0 8px;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.player-controls p {
  margin: 0;
  color: rgba(244, 241, 232, 0.65);
}

.play-button {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  cursor: pointer;
}

.volume-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 0 28px 28px;
  color: rgba(244, 241, 232, 0.74);
  font-weight: 900;
}

.volume-row input {
  width: 100%;
  accent-color: var(--active-track, var(--yellow));
  cursor: pointer;
}

.volume-row span {
  min-width: 44px;
  text-align: right;
  color: var(--yellow);
}

.track-list {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
}

.track {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--paper);
  text-align: left;
  cursor: pointer;
}

.track span {
  grid-row: span 2;
  color: var(--yellow);
  font-weight: 900;
}

.track strong,
.track em {
  min-width: 0;
}

.track em {
  color: rgba(244, 241, 232, 0.62);
  font-style: normal;
}

.track.active {
  border-color: rgba(255, 202, 22, 0.75);
  background: rgba(255, 202, 22, 0.12);
}

.platforms {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.platforms a,
.contact-panel a {
  justify-content: flex-start;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.platforms a:hover,
.contact-panel a:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.tracks-section {
  background:
    linear-gradient(135deg, rgba(255, 202, 22, 0.18), transparent 34%),
    var(--paper);
  color: var(--ink);
}

.tracks-section .eyebrow {
  color: var(--ink);
}

.artist-profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 24px;
  align-items: stretch;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.artist-copy {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(8, 8, 7, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
}

.artist-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(8, 8, 7, 0.76);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.75;
}

.artist-copy p+p {
  margin-top: 22px;
}

.artist-facts {
  display: grid;
  gap: 12px;
}

.artist-facts div {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 112px;
  padding: 22px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
}

.artist-facts span,
.release-info span {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.artist-facts strong {
  font-size: clamp(1.25rem, 2.6vw, 2rem);
  line-height: 1.12;
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.release-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(8, 8, 7, 0.14);
  border-radius: 8px;
  background: #11110e;
  color: var(--paper);
  box-shadow: 0 24px 60px rgba(8, 8, 7, 0.16);
}

.release-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.release-info {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.release-info h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.release-info p {
  margin: 0;
  color: rgba(244, 241, 232, 0.68);
  line-height: 1.55;
}

.release-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.release-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 202, 22, 0.36);
  border-radius: 8px;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 900;
}

.release-links a:hover {
  background: var(--yellow);
  color: var(--ink);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: clamp(72px, 11vw, 136px) max(24px, calc((100vw - var(--max)) / 2));
  background: var(--paper);
  color: var(--ink);
}

.feature-image {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4 / 5;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy p:last-child {
  max-width: 620px;
  color: rgba(8, 8, 7, 0.72);
  font-size: 1.1rem;
  line-height: 1.7;
}

.events-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 202, 22, 0.16), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(255, 86, 59, 0.16), transparent 26%),
    var(--ink);
}

.event-list {
  display: grid;
  gap: 14px;
}

.event-board {
  display: grid;
  grid-template-columns: minmax(320px, 1.50fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.event-stage {
  position: sticky;
  top: 104px;
  align-self: start;
  aspect-ratio: 4 / 5.18;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #111;
}

.event-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--event-bg);
  background-position: center;
  background-size: cover;
  filter: blur(26px) saturate(1.25);
  opacity: 0.36;
  transform: scale(1.12);
}

.event-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 8, 7, 0.22), transparent 30%, rgba(8, 8, 7, 0.22)),
    linear-gradient(0deg, rgba(8, 8, 7, 0.9), transparent 44%);
  pointer-events: none;
}

.event-stage img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 260ms ease, transform 520ms ease;
}

.event-stage.is-swapping img {
  opacity: 0;
  transform: scale(1.035);
}

.event-stage-overlay {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(22px, 4vw, 34px);
  background: linear-gradient(0deg, rgba(8, 8, 7, 0.94), rgba(8, 8, 7, 0));
}

.event-stage-overlay p,
.event-stage-overlay span {
  margin: 0;
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
}

.event-stage-overlay h3 {
  margin: 8px 0;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2.4rem, 5.8vw, 5.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.event-row {
  display: flex;
  justify-content: start;
  gap: 44px;
  align-items: center;
  min-height: 90px;
  padding: 0px 16px 0px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--paper);
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.event-row:hover,
.event-row.active {
  border-color: rgba(255, 202, 22, 0.58);
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-2px);
}


.event-datebox {
  display: grid;
  place-items: center;
  align-content: center;
  width: 64px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  text-transform: uppercase;
}

.event-datebox span {
  color: rgba(244, 241, 232, 0.55);
  font-size: 0.73rem;
  font-weight: 900;
}

.event-datebox strong {
  color: var(--paper);
  font-size: 0.98rem;
  line-height: 1.05;
}

.event-row-copy h3 {
  margin: 0 0 8px;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  text-transform: uppercase;
}

.event-row-copy p {
  margin: 0;
  color: rgba(244, 241, 232, 0.55);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.event-row .icon {
  color: rgba(244, 241, 232, 0.32);
  transition: color 180ms ease, transform 180ms ease;
}

.event-row:hover .icon,
.event-row.active .icon {
  color: var(--yellow);
  transform: translateX(4px);
}

.rider-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
}

.rider-section .eyebrow {
  color: var(--ink);
}

.rider-copy h2 {
  max-width: 8ch;
  color: var(--ink);
}

.rider-note {
  max-width: 460px;
  margin: 24px 0 0;
  color: rgba(8, 8, 7, 0.48);
  font-size: 0.98rem;
  line-height: 1.6;
}

.rider-gear {
  position: relative;
}

.rider-gear::before {
  content: "";
  position: absolute;
  inset: 22% 2% 10%;
  background: rgba(255, 202, 22, 0.34);
  filter: blur(46px);
}

.rider-gear img {
  position: relative;
  width: 112%;
  max-width: none;
  margin-left: -6%;
  filter: drop-shadow(0 28px 34px rgba(8, 8, 7, 0.38));
}

.gallery-section {
  background: var(--yellow);
  color: var(--ink);
  overflow: hidden;
}

.gallery-section .eyebrow {
  color: var(--ink);
}

.gallery-track {
  display: grid;
  grid-template-columns: 1.1fr 0.85fr 1.2fr 0.8fr;
  gap: 18px;
  align-items: end;
  width: min(1400px, 116vw);
}

.gallery-track figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
}

.gallery-track figure:nth-child(even) {
  transform: translateY(44px);
}

.gallery-track img {
  width: 100%;
  height: clamp(280px, 42vw, 560px);
  object-fit: cover;
  filter: contrast(1.03) saturate(1.08);
}

.booking-section {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: clamp(28px, 8vw, 100px);
  align-items: center;
}

.contact-panel img {
  width: min(280px, 60vw);
}

.booking-copy p {
  max-width: 580px;
  color: rgba(244, 241, 232, 0.72);
  font-size: 1.12rem;
  line-height: 1.7;
}

.contact-panel {
  display: grid;
  justify-content: center;
  gap: 12px;
  padding: 18px;
}

.developer-section {
  display: grid;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #050505;
}

.developer-section p {
  margin: 0;
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
}

.developer-section h2 {
  color: var(--paper);
}

.developer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.developer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(244, 241, 232, 0.72);
}

.developer-links a:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  color: rgba(244, 241, 232, 0.6);
  font-size: 0.92rem;
}

@media (max-width: 820px) {
  .site-header {
    top: 10px;
    grid-template-columns: auto auto auto;
    height: auto;
  }

  .main-nav {
    display: none;
  }

  .brand img {
    width: 72px;
  }

  .hero {
    min-height: 92svh;
    padding-top: 124px;
  }

  .hero-scrim {
    background:
      linear-gradient(0deg, rgba(8, 8, 7, 0.96), rgba(8, 8, 7, 0.18) 72%),
      linear-gradient(90deg, rgba(8, 8, 7, 0.76), rgba(8, 8, 7, 0.22));
  }

  .intro-strip,
  .section-heading,
  .music-layout,
  .artist-profile,
  .event-board,
  .rider-section,
  .feature-band,
  .release-grid,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .stat {
    min-height: 132px;
    border-right: 0;
    border-bottom: 1px solid rgba(8, 8, 7, 0.18);
  }

  .player-shell {
    min-height: 460px;
  }

  .player-controls {
    align-items: flex-start;
  }

  .gallery-track {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .gallery-track figure:nth-child(even) {
    transform: none;
  }

  .gallery-track img {
    height: 330px;
  }

  .rider-gear img {
    width: 120%;
    margin-left: -10%;
  }

  .event-stage {
    position: relative;
    top: auto;
    aspect-ratio: 4 / 5.2;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .booking-link {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  h1 {
    font-size: clamp(4.2rem, 22vw, 6.8rem);
  }

  .hero-actions {
    display: grid;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .player-controls {
    padding: 22px;
  }

  .play-button {
    width: 56px;
    height: 56px;
  }

  .volume-row {
    padding: 0 22px 22px;
  }

  .event-row {
    grid-template-columns: 76px 58px minmax(0, 1fr);
    gap: 12px;
    min-height: 104px;
    padding: 12px;
  }

  .event-row>img {
    width: 76px;
    height: 80px;
  }

  .event-datebox {
    width: 54px;
    height: 64px;
  }

  .event-datebox strong {
    font-size: 0.82rem;
  }

  .event-row .icon {
    display: none;
  }

  .event-row-copy p {
    font-size: 0.72rem;
  }
}
