:root {
  --black: #050505;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.76);
  --line: rgba(255, 255, 255, 0.48);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background: var(--black);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
}

body.nav-open,
body.modal-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  inset-block-start: 0.75rem;
  inset-inline-start: 0.75rem;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--black);
  padding: 0.75rem 1rem;
  font-weight: 950;
}

.skip-link:focus {
  transform: translateY(0);
}

.artist-page {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background: var(--black);
}

.splash-screen {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: var(--black);
  pointer-events: none;
  animation: splash-fade 2150ms cubic-bezier(0.72, 0, 0.18, 1) forwards;
}

.splash-screen img {
  width: min(20rem, 58vw);
  opacity: 0;
  transform: translateY(0.35rem) scale(0.92);
  animation: splash-logo 1450ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms forwards;
}

.artist-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.12) 45%, rgba(0, 0, 0, 0.04)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.02) 58%, rgba(0, 0, 0, 0.86));
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: var(--black);
}

.hero-media::before {
  content: none;
  position: absolute;
  inset: -2rem;
  background: url("assets/younite-hero-desktop.jpg") center / cover no-repeat;
  filter: blur(1.15rem) brightness(0.56) saturate(0.9);
  transform: scale(1.06);
}

.hero-media img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transform: none;
  transform-origin: center;
}

.hero-image-mobile {
  display: none;
}

.site-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.25rem;
  padding: 1.4rem clamp(1rem, 3vw, 2.5rem);
  animation: soft-drop 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 1050ms both;
}

.brand-mark {
  position: absolute;
  inset-inline-start: clamp(1rem, 3vw, 2.5rem);
  display: inline-flex;
  width: clamp(6.7rem, 9vw, 8.8rem);
}

.brand-mark img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 4.4vw, 5.2rem);
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.22vw, 1.28rem);
  font-weight: 950;
  text-transform: uppercase;
}

.site-nav a {
  transition: opacity 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  opacity: 0.68;
}

.site-nav .is-active {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.34rem;
}

.nav-subscribe {
  display: none;
}

.nav-toggle {
  display: none;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(0, 0, 0, 0.5);
  padding: 0.65rem;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin-block: 0.32rem;
  background: var(--white);
}

.hero-copy {
  position: absolute;
  inset-block-start: 45%;
  inset-inline-start: clamp(-1.5rem, -0.9vw, -0.85rem);
  width: min(41.5rem, 43vw);
  transform: translateY(-50%);
  display: grid;
  justify-items: center;
  text-align: center;
  animation: quiet-rise 920ms cubic-bezier(0.2, 0.8, 0.2, 1) 1250ms both;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(4.65rem, 8.7vw, 8.45rem);
  font-weight: 350;
  line-height: 0.92;
  text-transform: uppercase;
}

.release-title {
  width: 100%;
  margin: 0.35rem 0 0.2rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.45rem, 2.15vw, 2.35rem);
  font-weight: 650;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.release-badge {
  width: 100%;
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.9rem, 1.15vw, 1.15rem);
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
}

.hero-actions a,
.signup-row button,
.release-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: var(--black);
  color: var(--white);
  font-weight: 950;
  text-transform: uppercase;
}

.hero-actions a {
  min-height: 3.1rem;
  min-width: 8.6rem;
  padding: 0.9rem 1rem;
  font-size: 0.82rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 0 1.1rem rgba(255, 255, 255, 0.08);
  transition: background 170ms ease, color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
  animation: cta-glow 3.6s ease-in-out 2.2s infinite;
}

.hero-actions a:hover,
.hero-actions a:focus-visible {
  background: var(--white);
  color: var(--black);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.92), 0 0 1.5rem rgba(255, 255, 255, 0.32);
  transform: translateY(-2px);
}

.signup-row button:hover,
.signup-row button:focus-visible,
.release-card a:hover span,
.release-card a:focus-visible span {
  background: var(--white);
  color: var(--black);
}

.signup-form {
  position: absolute;
  inset-inline-start: clamp(1.4rem, 3.6vw, 4.4rem);
  inset-block-end: clamp(3.15rem, 5.45vw, 5.65rem);
  width: min(35rem, calc(100vw - 2rem));
  animation: quiet-rise 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 1420ms both;
}

.signup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 8.5rem;
  gap: 0.68rem;
  margin-block-end: 0;
}

.signup-row input {
  min-width: 0;
  min-height: 3.75rem;
  flex: 1;
  border: 0;
  background: var(--white);
  color: var(--black);
  padding: 0 1rem;
  font-size: 0.95rem;
  font-weight: 950;
  text-transform: uppercase;
}

.signup-row input::placeholder {
  color: rgba(0, 0, 0, 0.64);
  opacity: 1;
}

.signup-row button {
  min-height: 3.75rem;
  border: 0;
  cursor: pointer;
  padding: 0 1.35rem;
  font-size: 0.9rem;
}

.consent-row {
  display: grid;
  grid-template-columns: 1.45rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  position: absolute;
  inset-block-start: calc(100% + 0.92rem);
  inset-inline-start: 0;
  width: min(29rem, 100%);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.58rem;
  font-weight: 850;
  line-height: 1.35;
  text-transform: uppercase;
}

.consent-row input {
  appearance: none;
  width: 1.45rem;
  height: 1.45rem;
  margin: 0;
  border: 2px solid var(--white);
  border-radius: 0;
  background: transparent;
}

.consent-row input:checked {
  background:
    linear-gradient(45deg, transparent 45%, var(--white) 45% 58%, transparent 58%),
    linear-gradient(-45deg, transparent 52%, var(--white) 52% 64%, transparent 64%);
}

.signup-status {
  position: absolute;
  inset-block-start: calc(100% + 3.25rem);
  inset-inline-start: 2.2rem;
  min-height: 1rem;
  margin: 0;
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.service-links {
  position: absolute;
  inset-inline-end: clamp(1.4rem, 3.6vw, 4.4rem);
  inset-block-end: clamp(3.15rem, 5.45vw, 5.65rem);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.85rem, 1.35vw, 1.45rem);
  max-width: min(39rem, 46vw);
  animation: quiet-rise 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 1520ms both;
}

.stream-links,
.social-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: clamp(0.68rem, 1vw, 0.95rem);
}

.stream-links a,
.social-links a {
  display: inline-flex;
  width: 2.05rem;
  height: 2.05rem;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--white);
  transition: opacity 170ms ease, transform 170ms ease;
}

.stream-links a:hover,
.stream-links a:focus-visible,
.social-links a:hover,
.social-links a:focus-visible {
  opacity: 0.68;
  transform: translateY(-2px);
}

.stream-links img,
.social-links img {
  width: 1.55rem;
  height: 1.55rem;
  object-fit: contain;
}

.melon-wordmark,
.berriz-wordmark {
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  text-transform: lowercase;
}

.berriz-wordmark {
  text-transform: uppercase;
}

.legal-line {
  position: absolute;
  inset-inline: 1rem;
  inset-block-end: 0.75rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.58rem;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
  animation: quiet-rise 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 1620ms both;
}

.release-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  pointer-events: none;
  visibility: hidden;
}

.release-modal.is-open {
  pointer-events: auto;
  visibility: visible;
}

.modal-scrim {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  transition: opacity 210ms ease;
}

.release-modal.is-open .modal-scrim {
  opacity: 1;
}

.modal-close {
  position: fixed;
  inset-block-start: clamp(1rem, 2vw, 2rem);
  inset-inline-end: clamp(1rem, 2vw, 2rem);
  z-index: 2;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1;
}

.release-card {
  position: relative;
  z-index: 1;
  width: min(34rem, calc(100vw - 2rem));
  margin: 0;
  background: var(--white);
  padding: 1rem;
  opacity: 0;
  transform: translateY(0.7rem) scale(0.98);
  transition: opacity 210ms ease, transform 210ms ease;
}

.release-modal.is-open .release-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.release-card a {
  display: block;
  color: var(--black);
}

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

.release-card span {
  width: 100%;
  min-height: 3.2rem;
  margin-block-start: 0.95rem;
  font-size: 1rem;
}

.video-section {
  position: relative;
  scroll-margin-top: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.96), #050505 8rem),
    var(--black);
  color: var(--white);
  padding: clamp(5.5rem, 9vw, 8rem) clamp(1rem, 4vw, 4rem) clamp(4rem, 7vw, 6rem);
}

.video-inner {
  width: min(80rem, 100%);
  margin-inline: auto;
}

.section-kicker {
  margin: 0 0 0.65rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.video-section h2 {
  margin: 0 0 1.55rem;
  font-size: clamp(3rem, 8vw, 7.25rem);
  font-weight: 350;
  line-height: 0.9;
  text-transform: uppercase;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.video-item {
  margin: 0;
}

.video-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #111;
  color: var(--black);
}

.video-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04);
  transition: opacity 220ms ease, transform 220ms ease;
}

.video-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.34));
}

.play-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 5.4rem;
  padding: 0.74rem 1.2rem;
  background: var(--white);
  color: var(--black);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.video-link:hover img,
.video-link:focus-visible img {
  opacity: 0.82;
  transform: scale(1.035);
}

.video-link:hover .play-badge,
.video-link:focus-visible .play-badge {
  background: var(--black);
  color: var(--white);
  transform: translate(-50%, -50%) scale(1.04);
}

.video-item h3 {
  margin: 0.72rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.78rem, 1.1vw, 0.95rem);
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

@keyframes splash-logo {
  0% {
    opacity: 0;
    transform: translateY(0.35rem) scale(0.92);
  }

  42%,
  78% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(-0.22rem) scale(1.04);
  }
}

@keyframes splash-fade {
  0%,
  72% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes soft-drop {
  from {
    opacity: 0;
    transform: translateY(-0.9rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes quiet-rise {
  from {
    opacity: 0;
    filter: blur(0.35rem);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes cta-glow {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 0 1rem rgba(255, 255, 255, 0.07);
  }

  50% {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22), 0 0 1.55rem rgba(255, 255, 255, 0.2);
  }
}

body.admin-page {
  overflow: auto;
}

.admin-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 72% 8%, rgba(255, 255, 255, 0.14), transparent 21rem),
    var(--black);
}

.admin-shell {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 2rem 1rem;
}

.admin-card {
  width: min(46rem, 100%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(7, 7, 7, 0.94);
  padding: clamp(1rem, 3vw, 1.5rem);
}

.admin-card .brand-mark {
  position: static;
  margin-block-end: 1.25rem;
}

.admin-card .eyebrow {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0.34rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-card h1 {
  margin: 0.5rem 0 0.45rem;
  font-size: clamp(3.2rem, 10vw, 6.25rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.admin-note {
  margin-block: 0 1.2rem;
  color: var(--muted);
  font-weight: 750;
}

.admin-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.admin-form label {
  display: grid;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-form label:nth-child(1),
.admin-form label:nth-child(6),
.admin-form label:nth-child(7),
.admin-form label:nth-child(9),
.admin-form label:nth-child(10),
.admin-form label:nth-child(11),
.admin-form label:nth-child(12),
.admin-form label:nth-child(13),
.admin-form button {
  grid-column: 1 / -1;
}

.admin-form input,
.admin-form textarea {
  min-height: 2.85rem;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  padding: 0.72rem 0.85rem;
  font: inherit;
  font-weight: 800;
}

.admin-form textarea {
  min-height: 5.5rem;
  resize: vertical;
}

.admin-form input:focus,
.admin-form textarea:focus {
  border-color: var(--white);
  outline: 0;
}

.admin-form button {
  min-height: 3rem;
  border: 0;
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-status {
  min-height: 1.4rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-weight: 850;
}

.admin-status.is-error {
  color: #ff8f86;
}

@media (max-width: 860px) {
  body.modal-open .site-header {
    visibility: hidden;
  }

  .artist-page::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.18) 35%, rgba(0, 0, 0, 0.58) 68%, rgba(0, 0, 0, 0.92)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.08));
  }

  .hero-media {
    background: var(--black);
  }

  .hero-media::before {
    content: "";
    position: absolute;
    inset: -1.5rem;
    background: url("assets/younite-mobile-hero.jpg") center / cover no-repeat;
    filter: blur(1.1rem) brightness(0.55) saturate(0.95);
    transform: scale(1.08);
  }

  .hero-image-desktop {
    display: none;
  }

  .hero-media .hero-image-mobile {
    position: absolute;
    inset-block-start: 0;
    inset-inline: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
    transform: none;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 84%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 84%, rgba(0, 0, 0, 0) 100%);
  }

  .site-header {
    justify-content: center;
    min-height: 4.55rem;
    padding: 1.3rem 1rem 0.85rem;
  }

  .brand-mark {
    display: none;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 0.55rem;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 0.82rem;
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 0;
    text-decoration: none;
  }

  .site-nav .is-active {
    display: none;
  }

  .site-nav .nav-subscribe {
    display: inline-flex;
  }

  .hero-copy {
    inset-block-start: 8.85rem;
    inset-inline: 50% auto;
    width: min(25rem, calc(100vw - 2.3rem));
    transform: none;
    translate: -50% 0;
    justify-items: center;
    text-align: center;
  }

  .hero-copy h1 {
    width: 100%;
    font-size: 3.45rem;
    line-height: 0.88;
    text-align: center;
  }

  .release-title {
    margin-block-start: 0.25rem;
    margin-inline: auto;
    font-size: 1.42rem;
    text-align: center;
  }

  .release-badge {
    margin-block-end: 0.78rem;
    font-size: 0.82rem;
    text-align: center;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
    width: min(21.75rem, 100%);
    margin-inline: auto;
    justify-content: center;
  }

  .hero-actions a {
    min-width: 0;
    min-height: 2.55rem;
    padding: 0.68rem 0.44rem;
    font-size: 0.7rem;
  }

  .hero-actions a:last-child {
    grid-column: 1 / -1;
  }

  .signup-form {
    display: block;
    inset-inline: 1.15rem;
    inset-block-end: 5.35rem;
    width: auto;
    margin: 0;
  }

  .signup-row {
    gap: 0.45rem;
    margin-block-end: 0.58rem;
    grid-template-columns: 1fr;
  }

  .signup-row input,
  .signup-row button {
    width: 100%;
    min-height: 2.55rem;
    font-size: 0.68rem;
  }

  .signup-row input {
    padding-inline: 0.75rem;
  }

  .signup-row button {
    padding-inline: 0.45rem;
  }

  .consent-row {
    position: static;
    width: auto;
    grid-template-columns: 1.05rem minmax(0, 1fr);
    gap: 0.5rem;
    font-size: 0.43rem;
    line-height: 1.25;
  }

  .consent-row input {
    width: 1.05rem;
    height: 1.05rem;
    border-width: 1px;
  }

  .signup-status {
    position: static;
    margin: 0.35rem 0 0 1.55rem;
    font-size: 0.52rem;
  }

  .service-links {
    inset-inline: 1rem;
    inset-block-end: calc(env(safe-area-inset-bottom) + 1.1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.38rem;
    max-width: none;
  }

  .stream-links,
  .social-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.38rem;
  }

  .stream-links a,
  .social-links a {
    width: 1.5rem;
    height: 1.5rem;
  }

  .stream-links img,
  .social-links img {
    width: 1.22rem;
    height: 1.22rem;
  }

  .melon-wordmark,
  .berriz-wordmark {
    font-size: 0.58rem;
  }

  .legal-line {
    display: none;
  }

  .release-card {
    width: min(30rem, calc(100vw - 1.5rem));
    padding: 0.75rem;
  }

  .release-card span {
    min-height: 2.9rem;
    margin-block-start: 0.75rem;
  }

  .admin-form {
    grid-template-columns: 1fr;
  }

  .video-section {
    scroll-margin-top: 0;
    padding: 5.5rem 1rem 4rem;
  }

  .video-section h2 {
    margin-block-end: 1.2rem;
    font-size: clamp(2.55rem, 16vw, 4.5rem);
  }

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

@media (max-width: 380px) {
  .hero-copy h1 {
    font-size: 3.55rem;
  }

  .signup-form {
    inset-block-end: 12.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .splash-screen {
    display: none;
  }

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