html {
  touch-action: auto;
  overscroll-behavior: auto;
}

.redesign-page {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  color: #000;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.045) 1px, transparent 1px) 0 0 / 24px 24px,
    #fff;
}

.redesign-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 18px;
  border-bottom: 1px solid #000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}

.redesign-mark,
.redesign-mark:hover {
  color: #000;
  font-family: "UniversPro65Bold";
  font-size: 1.45rem;
  letter-spacing: 0.08rem;
  line-height: 1;
  text-decoration: none;
}

.redesign-label,
.redesign-label:hover {
  color: #000;
  font-family: "UniversPro65Bold";
  font-size: 0.62rem;
  letter-spacing: 0.12rem;
  text-decoration: none;
}

.redesign-main {
  padding: 28px 16px 72px;
}

.redesign-hero {
  display: grid;
  gap: 34px;
  max-width: 1080px;
  margin: 0 auto;
}

.redesign-player-card {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 28px 18px 26px;
  border: 1px solid #000;
  background: #fff;
}

.redesign-player .audioplayer-style {
  width: clamp(210px, 62vw, 270px);
  height: clamp(210px, 62vw, 270px);
  border-width: 2px;
}

.redesign-player .pButton-style {
  width: 72px;
  height: 72px;
  background-size: 44% 44%;
}

.redesign-timeline {
  width: 100%;
  text-align: center;
}

.redesign-timeline .timeline-style {
  width: min(78%, 320px);
  margin: 0 auto !important;
}

.redesign-credits {
  font-size: 0.72rem;
  line-height: 1.45;
  text-align: center;
}

.redesign-download,
.redesign-download:hover {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-size: 0.72rem;
  letter-spacing: 0.09rem;
  text-decoration: none;
}

.redesign-download svg {
  display: block;
  transform: translateY(-3px);
}

.redesign-copy {
  max-width: 42rem;
}

.redesign-kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  letter-spacing: 0.12rem;
}

.redesign-copy h1 {
  margin: 0 0 22px;
  font-size: clamp(2.2rem, 13vw, 5.5rem);
  line-height: 0.88;
  letter-spacing: -0.06rem;
}

.redesign-intro {
  margin: 0;
  max-width: 38rem;
  font-size: clamp(1.15rem, 5vw, 1.75rem);
  line-height: 1.12;
}

.redesign-section {
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid #000;
}

.redesign-section h2 {
  margin: 0 0 14px;
  font-size: 0.9rem;
  letter-spacing: 0.08rem;
}

.redesign-reading-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 1.22;
}

.redesign-reading-list a,
.redesign-contact a {
  color: #000;
  text-decoration: none;
}

.redesign-reading-list a:hover,
.redesign-contact a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.redesign-contact p {
  margin: 0;
  font-size: 1rem;
}

.redesign-hidden-player {
  display: none;
}

@media (min-width: 768px) {
  .redesign-header {
    min-height: 60px;
    padding: 0 28px;
  }

  .redesign-main {
    padding: 48px 28px 80px;
  }

  .redesign-hero {
    grid-template-columns: minmax(300px, 0.85fr) minmax(420px, 1.15fr);
    align-items: center;
    gap: 54px;
    min-height: calc(100vh - 156px);
  }

  .redesign-player-card {
    padding: 36px 28px 32px;
  }

  .redesign-copy h1 {
    margin-bottom: 28px;
  }

  .redesign-section {
    margin-top: 48px;
  }
}
