:root {
  --bg: #070606;
  --bg2: #151008;
  --paper: #f0dfb8;
  --ink: #f8efe0;
  --muted: #c8bda9;
  --red: #ff304f;
  --yellow: #ffd447;
  --cyan: #22e6ff;
  --panel: rgba(18, 13, 9, 0.88);
  --border: rgba(255, 238, 194, 0.22);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.58);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 48, 79, 0.22), transparent 22rem),
    radial-gradient(circle at 88% 8%, rgba(34, 230, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 48% 92%, rgba(255, 212, 71, 0.14), transparent 28rem),
    linear-gradient(135deg, var(--bg), var(--bg2) 52%, #080707);
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent 0 2px,
      rgba(255, 255, 255, 0.08) 3px,
      transparent 4px
    ),
    radial-gradient(circle at 50% 50%, transparent, rgba(0, 0, 0, 0.72));
  mix-blend-mode: overlay;
}

a {
  color: inherit;
}

main,
footer {
  width: min(1120px, calc(100% - 34px));
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 14px clamp(16px, 4vw, 54px);
  background: rgba(7, 6, 6, 0.76);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--paper);
  text-decoration: none;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--border);
}

.brand-text {
  display: grid;
  gap: 0;
  line-height: 1;
}

.brand-line {
  display: block;
  font-size: 12px;
  line-height: 1;
}

.brand-line:last-child {
  transform: translateY(-1px);
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 7px 10px;
  border-radius: 999px;
}

nav a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 900;
}

h1,
h2,
h3 {
  line-height: 0.95;
  margin: 0;
  font-family: Impact, Haettenschweiler, 'Arial Black', sans-serif;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(56px, 8.2vw, 124px);
  text-shadow:
    4px 4px 0 rgba(255, 48, 79, 0.75),
    8px 8px 0 rgba(34, 230, 255, 0.38),
    0 0 44px rgba(255, 212, 71, 0.16);
}

h2,
.panel h2 {
  font-size: clamp(34px, 4.8vw, 58px);
}

h3 {
  font-size: clamp(30px, 4vw, 54px);
}

.hero-clean {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  padding: 56px 0 20px;
}

.hero-copy {
  min-width: 0;
}

.hero-clean h1 {
  max-width: 880px;
  margin-bottom: 18px;
  line-height: 0.88;
}

.tagline {
  display: inline-block;
  margin: 0 0 8px;
  padding: 8px 12px;
  color: #120d09;
  background: var(--paper);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 950;
  transform: rotate(-1.3deg);
  box-shadow: 7px 7px 0 rgba(255, 48, 79, 0.5);
}

.hero-intro {
  max-width: 760px;
  margin: 14px 0 26px;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  max-width: 900px;
}

.hero-poster {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.hero-poster img {
  display: block;
  width: min(100%, 360px);
  max-width: 360px;
  height: auto;
  object-position: center top;
  background: var(--paper);
  padding: 10px;
  transform: translateX(-18px) translateY(14px) rotate(-7deg);
  box-shadow: 18px 18px 0 rgba(0, 0, 0, 0.35);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--ink);
  text-decoration: none;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.45);
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease;
}

.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.55);
}

.button.primary {
  color: #100b08;
  background: linear-gradient(135deg, var(--yellow), var(--red));
  border-color: transparent;
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
}

.button.ghost {
  color: var(--paper);
  background: rgba(0, 0, 0, 0.22);
}

.panel {
  position: relative;
  overflow: hidden;
  margin: 28px 0;
  padding: clamp(28px, 4vw, 44px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)), var(--panel);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.panel::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 212, 71, 0.08), transparent 38%),
    linear-gradient(315deg, rgba(255, 48, 79, 0.08), transparent 42%);
}

.panel > * {
  position: relative;
}

.panel h2 {
  margin: 0 0 22px;
}

.section-title {
  max-width: 980px;
  margin-bottom: 24px;
}

.section-title p,
.panel p {
  color: var(--muted);
  line-height: 1.55;
}

.info-panel {
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: clamp(28px, 4vw, 44px);
  padding-right: clamp(28px, 4vw, 44px);
}

.info-panel .section-title,
.info-panel .about-copy,
.info-panel h2,
.about-copy p {
  max-width: none;
}

.about-copy p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 19px);
  line-height: 1.65;
}

.about-copy strong {
  color: var(--paper);
}

.ways-list {
  max-width: 980px;
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
}

.ways-list li {
  margin: 0 0 12px;
  font-size: clamp(17px, 1.55vw, 19px);
  line-height: 1.55;
}

.ways-list a {
  color: var(--paper);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.radio-frame,
.history-frame {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
}

.radio-frame iframe,
.history-frame iframe {
  display: block;
  width: 100%;
  border: 0;
}

.radio-frame iframe {
  height: 150px;
  min-height: 150px;
}

.history-frame iframe {
  height: 300px;
  min-height: 300px;
}

.listen-links,
.directory-intro,
.directory-links {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.listen-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  margin-bottom: 12px;
}

.listen-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  color: var(--paper);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35);
}

.directory-intro {
  margin-top: 22px;
  margin-bottom: 14px;
  color: var(--muted);
  line-height: 1.5;
}

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

.directory-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  height: 82px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid var(--border);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
}

.directory-links img {
  display: block;
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin: 28px 0;
  align-items: stretch;
}

.split > .panel {
  margin: 0;
}

.app-panel,
.support-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 420px;
}

.app-panel .eyebrow,
.support-panel .eyebrow {
  margin: 0 0 14px;
}

.app-panel h2,
.support-panel h2 {
  min-height: 0;
  margin: 0 0 28px;
  padding: 0;
  display: block;
  line-height: 0.95;
}

.app-panel p,
.support-panel p {
  min-height: 0;
  max-width: 100%;
  margin: 0 0 34px;
  line-height: 1.55;
}

.app-panel .store-buttons,
.support-panel .button {
  margin-top: auto;
}

.store-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 100%;
}

.store-buttons a {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid var(--border);
  padding: 10px;
}

.store-buttons img {
  width: auto;
  max-width: 180px;
  max-height: 58px;
}

.support-panel .button {
  width: 100%;
  min-height: 52px;
}

.events-panel .section-title,
#links .section-title {
  max-width: 980px;
}

.events-list {
  display: grid;
  gap: 16px;
}

.events-layout {
  display: grid;
  grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(22px, 4vw, 46px);
}

.events-carousel {
  display: grid;
  gap: 14px;
}

.events-viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.events-track {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
}

.event-slide {
  margin: 0;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  padding: 10px 14px 18px 10px;
}

.event-zoom {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.event-slide img {
  display: block;
  width: min(100%, 290px);
  height: auto;
  aspect-ratio: 2 / 3;
  background: var(--paper);
  padding: 8px;
  transform: rotate(-1deg);
  box-shadow: 14px 14px 0 rgba(0, 0, 0, 0.35);
  margin-left: 16px;
}

.events-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.events-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.events-dot[aria-current='true'] {
  background: var(--yellow);
  border-color: var(--yellow);
}

.events-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3vw, 44px);
}

.events-copy p {
  margin: 0 0 14px;
  max-width: 680px;
}

.events-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  justify-content: center;
}

.events-social-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--border);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35);
}

.events-social-button svg {
  width: 18px;
  height: 18px;
  fill: currentcolor;
}

.event-lightbox {
  width: min(92vw, 760px);
  max-height: 92vh;
  border: 1px solid var(--border);
  background: rgba(10, 8, 7, 0.98);
  padding: 16px;
}

.event-lightbox[open] {
  display: block;
}

.event-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.event-lightbox img {
  display: block;
  width: 100%;
  max-height: calc(92vh - 70px);
  object-fit: contain;
}

.event-lightbox-close {
  margin: 0 0 10px auto;
  display: block;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
}

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

.link-grid a {
  min-height: 82px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px 18px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
}

.link-grid a:hover {
  border-color: var(--yellow);
}

.link-grid a::before {
  content: '';
  position: absolute;
  inset: 0 0 0 57%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 90%;
  opacity: 0.051;
  filter: invert(1);
  pointer-events: none;
}

.link-grid a::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.34) 0%,
    rgba(0, 0, 0, 0.22) 28%,
    rgba(0, 0, 0, 0.08) 55%,
    rgba(0, 0, 0, 0) 78%
  );
  pointer-events: none;
}

.link-grid a[href*='kniteforcerevolution.com']::before {
  background-image: url('/assets/img/links/kniteforce.webp?v=11');
  background-size: 88%;
}

.link-grid a[href*='vinylfanatiks.co.uk']::before {
  background-image: url('/assets/img/links/vinylfanatiks.webp?v=11');
  background-size: 94%;
}

.link-grid a[href*='hardcorejunglism.com']::before {
  background-image: url('/assets/img/links/hardcorejunglism.webp?v=11');
  inset: 0 0 0 50%;
  background-size: 97%;
  opacity: 0.047;
}

.link-grid a[href*='suburbanbaserecords.com']::before {
  background-image: url('/assets/img/links/suburbanbase.webp?v=11');
  background-size: 90%;
}

.link-grid a[href*='creativewaxrecords.bandcamp.com']::before {
  background-image: url('/assets/img/links/creativewax.webp?v=11');
  background-size: 88%;
  opacity: 0.047;
}

.link-grid a[href*='deepjungle.bandcamp.com']::before {
  background-image: url('/assets/img/links/deepjungle.webp?v=11');
  background-size: 88%;
  opacity: 0.047;
}

.link-grid a[href*='infraredrecords.bandcamp.com']::before {
  background-image: url('/assets/img/links/infraredrecords.webp?v=11');
  background-size: 94%;
  background-position: left 62%;
  opacity: 0.064;
  filter: none;
}

.link-grid a[href*='reinforced25.com']::before {
  background-image: url('/assets/img/links/reinforced.webp?v=11');
  background-size: 94%;
}

.link-grid a[href*='akobeatz.com']::before {
  background-image: url('/assets/img/links/ako.webp?v=11');
  background-size: 94%;
}

.contact-panel {
  border-color: var(--border);
  padding-left: clamp(28px, 4vw, 44px);
  padding-right: clamp(28px, 4vw, 44px);
}

.contact-panel .section-title {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 26px;
}

.contact-panel .section-title p:not(.eyebrow) {
  max-width: 1080px;
}

.contact-form {
  max-width: 860px;
  width: 100%;
  display: grid;
  gap: 18px;
  margin-left: auto;
  margin-right: auto;
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row label {
  color: var(--paper);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.form-row input,
.form-row textarea {
  display: block;
  width: 100%;
  max-width: none;
  color: var(--ink);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid var(--border);
  padding: 13px 14px;
  font: inherit;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.form-row textarea {
  resize: vertical;
  min-height: 180px;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: var(--yellow);
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.form-actions .button {
  border: 0;
  cursor: pointer;
}

.form-actions .button:disabled {
  opacity: 0.62;
  cursor: wait;
}

.form-status {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.form-status.success {
  color: var(--yellow);
}

.form-status.error {
  color: var(--red);
}

.form-note {
  width: 100%;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.simple-page {
  max-width: 920px;
  margin: 64px auto;
}

.simple-page .panel {
  margin-top: 0;
}

.simple-page h1 {
  font-size: clamp(42px, 6vw, 76px);
  margin-bottom: 22px;
}

.simple-page h2 {
  font-size: clamp(30px, 4vw, 48px);
  margin-top: 30px;
  margin-bottom: 14px;
}

.simple-page p,
.simple-page li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.simple-page ul,
.simple-page ol {
  padding-left: 24px;
}

.simple-page .page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

footer {
  margin-top: 28px;
  margin-bottom: 48px;
  padding-top: 24px;
  color: var(--muted);
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

footer strong {
  color: var(--ink);
}

footer p {
  margin: 6px 0 0;
}

@media (max-width: 1100px) {
  main,
  footer {
    width: min(1000px, calc(100% - 34px));
  }

  .hero-clean {
    grid-template-columns: 1fr;
  }

  .hero-poster {
    justify-content: flex-start;
  }

  .hero-poster img {
    width: min(320px, 94%);
    transform: translateX(-6px) translateY(6px) rotate(-3deg);
  }
}

@media (max-width: 900px) {
  main,
  footer {
    width: min(100% - 24px, 1000px);
  }

  .site-header {
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    padding: 12px 18px;
    gap: 12px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand-line {
    font-size: 11px;
    line-height: 1;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 40px;
    justify-self: end;
    padding: 0;
    border: 1px solid var(--border);
    background: rgba(0, 0, 0, 0.28);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--paper);
  }

  .site-header nav {
    display: none;
    grid-column: 1 / -1;
    padding-top: 12px;
    gap: 8px;
  }

  .site-header.menu-open nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-header nav a {
    padding: 12px 14px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.055);
    border-radius: 0;
  }

  .hero-clean {
    padding: 42px 0 14px;
    gap: 24px;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .hero-clean h1 {
    font-size: clamp(58px, 13vw, 92px);
    line-height: 0.88;
    max-width: 100%;
  }

  .hero-intro {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.5;
  }

  .panel {
    padding: 24px;
    margin: 22px 0;
  }

  .panel p,
  .about-copy p,
  .ways-list li,
  .section-title p,
  .form-note,
  .directory-intro,
  .app-panel p,
  .support-panel p {
    font-size: 16px;
    line-height: 1.55;
  }

  .info-panel,
  .contact-panel {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-title,
  .about-copy,
  .about-copy p,
  .ways-list,
  .events-panel .section-title,
  #links .section-title,
  .contact-panel .section-title,
  .contact-panel p,
  .contact-form {
    max-width: none;
  }

  .radio-frame,
  .history-frame {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
  }

  .radio-frame iframe {
    height: 150px;
    min-height: 150px;
  }

  .history-frame iframe {
    height: 320px;
    min-height: 320px;
  }

  .directory-links,
  .listen-links,
  .directory-intro {
    max-width: none;
  }

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

  .app-panel,
  .support-panel {
    min-height: 0;
  }

  .store-buttons {
    grid-template-columns: 1fr;
  }

  .directory-links {
    grid-template-columns: 1fr;
  }

  .events-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .events-carousel {
    gap: 12px;
  }

  .event-slide img {
    max-width: 320px;
    transform: rotate(-0.2deg);
    margin-left: 0;
  }

  .events-dots {
    justify-content: center;
  }

  .events-copy h3 {
    font-size: clamp(28px, 7vw, 36px);
  }

  .events-socials {
    width: 100%;
    flex-direction: column;
  }

  .events-social-button {
    width: 100%;
    justify-content: center;
    min-height: 46px;
  }

  .link-grid {
    grid-template-columns: 1fr;
  }

  .link-grid a {
    min-height: 78px;
    padding: 12px 16px;
  }

  .link-grid a::before {
    inset: 0 0 0 48%;
    background-size: 88%;
  }

  .link-grid a[href*='hardcorejunglism.com']::before {
    inset: 0 0 0 45%;
  }

  .contact-form {
    max-width: none;
  }

  .simple-page p,
  .simple-page li {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 560px) {
  main,
  footer {
    width: min(100% - 18px, 1000px);
  }

  .panel {
    padding: 18px;
    margin: 18px 0;
  }

  h1 {
    font-size: clamp(48px, 18vw, 86px);
  }

  .hero-clean {
    padding-top: 34px;
  }

  .hero-clean h1 {
    font-size: clamp(54px, 14.5vw, 78px);
  }

  .hero-poster {
    justify-content: center;
  }

  .hero-poster img {
    width: min(290px, 92%);
    transform: translateY(4px) rotate(-2deg);
  }

  .tagline {
    font-size: 17px;
    padding: 7px 10px;
  }

  .button {
    width: 100%;
  }

  .info-panel,
  .contact-panel {
    padding-left: 18px;
    padding-right: 18px;
  }

  .radio-frame,
  .history-frame {
    padding: 6px;
  }

  .radio-frame iframe {
    height: 150px;
    min-height: 150px;
  }

  .history-frame iframe {
    height: 300px;
    min-height: 300px;
  }

  .form-row textarea {
    min-height: 150px;
  }
}
