:root {
  --ink: #243049;
  --muted: #667085;
  --cream: #fff8ea;
  --paper: #fffdf7;
  --sun: #ffd25f;
  --coral: #ff6f61;
  --blue: #47a9ff;
  --mint: #4fd6a8;
  --lavender: #a988ff;
  --shadow: 0 24px 70px rgba(31, 44, 71, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 210, 95, 0.34), transparent 28rem),
    radial-gradient(circle at 84% 10%, rgba(79, 214, 168, 0.24), transparent 28rem),
    linear-gradient(180deg, #fffaf1 0%, #f6fbff 48%, #fff8ea 100%);
  font-family:
    "Trebuchet MS",
    "Segoe UI",
    system-ui,
    sans-serif;
}

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

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

.page-shell {
  overflow: hidden;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  display: flex;
  width: min(1120px, calc(100% - 32px));
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 50px rgba(34, 49, 79, 0.14);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.brand,
.youtube-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark,
.avatar {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--coral), var(--lavender));
  box-shadow: 0 10px 25px rgba(255, 111, 97, 0.34);
  font-size: 0.78rem;
  font-weight: 900;
}

.brand strong,
.youtube-meta strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.1;
}

.brand small,
.youtube-meta small {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.2;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3d4a63;
  font-size: 0.92rem;
  font-weight: 800;
}

.nav-links a,
.header-cta,
.secondary-action {
  border-radius: 999px;
  padding: 10px 14px;
}

.nav-links a:hover,
.secondary-action:hover {
  background: rgba(71, 169, 255, 0.12);
}

.header-cta {
  color: #fff;
  background: #ff244d;
  box-shadow: 0 10px 22px rgba(255, 36, 77, 0.24);
  font-size: 0.92rem;
  font-weight: 900;
}

.hero {
  position: relative;
  display: grid;
  min-height: 96vh;
  align-items: center;
  padding: 150px max(24px, calc((100vw - 1120px) / 2)) 80px;
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 248, 234, 0.98) 0%, rgba(255, 248, 234, 0.9) 28%, rgba(255, 248, 234, 0.18) 70%),
    linear-gradient(180deg, rgba(255, 248, 234, 0.52), rgba(255, 248, 234, 0.72));
}

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

.eyebrow,
.section-kicker,
.moment-label {
  margin: 0 0 14px;
  color: #8e3a30;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  display: inline-block;
  width: 26px;
  height: 10px;
  margin-right: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sun), var(--coral), var(--mint));
  content: "";
}

.dark {
  color: #38506e;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 11ch;
  margin: 0;
  color: #26314b;
  font-size: clamp(3.25rem, 8vw, 7.8rem);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.12;
}

.hero-copy {
  max-width: 530px;
  margin: 28px 0 0;
  color: #4d5a74;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.55;
}

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

.primary-action,
.secondary-action {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  font-weight: 950;
}

.primary-action {
  padding: 0 22px 0 17px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff244d, #ff7b45);
  box-shadow: 0 18px 34px rgba(255, 74, 72, 0.28);
}

.secondary-action {
  border: 1px solid rgba(38, 49, 75, 0.14);
  background: rgba(255, 255, 255, 0.66);
}

.play-icon,
.yt-play {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  clip-path: none;
  position: relative;
}

.play-icon::after,
.yt-play::after {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ff244d;
  content: "";
  transform: translate(-50%, -50%);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.trust-row span {
  padding: 9px 12px;
  border: 1px solid rgba(36, 48, 73, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #465572;
  font-size: 0.82rem;
  font-weight: 850;
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 42% 58% 55% 45%;
  color: #fff;
  background: var(--blue);
  box-shadow: var(--shadow);
  font-weight: 950;
  animation: float 5s ease-in-out infinite;
}

.note-a {
  right: 24%;
  bottom: 18%;
}

.note-b {
  right: 12%;
  top: 22%;
  background: var(--coral);
  animation-delay: -1.4s;
}

.note-c {
  right: 38%;
  top: 30%;
  background: var(--mint);
  animation-delay: -2.7s;
}

.sound-card {
  position: absolute;
  right: max(24px, calc((100vw - 1120px) / 2));
  bottom: 34px;
  z-index: 4;
  width: min(350px, calc(100% - 48px));
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  color: #26314b;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.sound-card-top {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6c7891;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #20c77a;
  box-shadow: 0 0 0 6px rgba(32, 199, 122, 0.16);
}

.sound-card p {
  margin: 12px 0 16px;
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.2;
}

.equalizer {
  display: flex;
  height: 42px;
  align-items: end;
  gap: 8px;
}

.equalizer span {
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--lavender), var(--blue));
  animation: pulse 0.9s ease-in-out infinite alternate;
}

.equalizer span:nth-child(1) { height: 46%; }
.equalizer span:nth-child(2) { height: 82%; animation-delay: -0.2s; }
.equalizer span:nth-child(3) { height: 62%; animation-delay: -0.4s; }
.equalizer span:nth-child(4) { height: 92%; animation-delay: -0.1s; }
.equalizer span:nth-child(5) { height: 54%; animation-delay: -0.3s; }

.section,
.feature-strip,
.channel-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.intro-band {
  padding: 88px 0 58px;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 44px;
  align-items: end;
}

.intro-grid p,
.channel-copy p,
.moment-stage p {
  margin: 0;
  color: #59677f;
  font-size: 1.08rem;
  line-height: 1.65;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 14px;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(36, 48, 73, 0.1);
}

.feature-strip article {
  min-height: 230px;
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff9e9, #ffffff);
}

.feature-strip article:nth-child(2) {
  background: linear-gradient(180deg, #eefbff, #ffffff);
}

.feature-strip article:nth-child(3) {
  background: linear-gradient(180deg, #f7f1ff, #ffffff);
}

.feature-icon {
  display: block;
  width: 54px;
  height: 54px;
  margin-bottom: 38px;
  border-radius: 18px;
  background: var(--sun);
  box-shadow: 0 14px 30px rgba(255, 210, 95, 0.24);
}

.heart-icon {
  border-radius: 50% 50% 44% 44%;
  background: var(--coral);
  transform: rotate(45deg) scale(0.82);
}

.star-icon {
  background: var(--lavender);
  clip-path: polygon(50% 0, 61% 34%, 98% 34%, 68% 54%, 79% 90%, 50% 68%, 21% 90%, 32% 54%, 2% 34%, 39% 34%);
}

.feature-strip h3 {
  margin-bottom: 10px;
}

.feature-strip p {
  margin: 0;
  color: #64708a;
  line-height: 1.55;
}

.moments {
  display: grid;
  grid-template-columns: minmax(270px, 0.62fr) minmax(320px, 1fr);
  gap: 34px;
  padding: 104px 0;
  align-items: start;
}

.moments-grid {
  display: grid;
  gap: 12px;
}

.moment {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid rgba(36, 48, 73, 0.1);
  border-radius: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 28px rgba(36, 48, 73, 0.06);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.moment span {
  display: block;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.moment strong {
  display: block;
  margin-top: 4px;
  font-size: 1.2rem;
}

.moment:hover,
.moment.is-active {
  background: #fff;
  box-shadow: 0 18px 42px rgba(36, 48, 73, 0.12);
  transform: translateY(-2px);
}

.moment-stage {
  grid-column: 2;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 210, 95, 0.72), rgba(79, 214, 168, 0.36)),
    #fff;
  box-shadow: var(--shadow);
}

.album-art {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 8px solid #fff;
  border-radius: 30px;
  background:
    radial-gradient(circle at 35% 32%, #fff 0 12%, transparent 13%),
    radial-gradient(circle at 62% 58%, rgba(255, 255, 255, 0.9) 0 10%, transparent 11%),
    linear-gradient(135deg, var(--coral), var(--lavender) 50%, var(--blue));
}

.album-art span {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}

.album-art span::after {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid var(--coral);
  content: "";
  transform: translate(-50%, -50%);
}

.channel-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(320px, 1fr);
  gap: 52px;
  align-items: center;
  padding: 68px;
  border-radius: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 210, 95, 0.55), transparent 20rem),
    linear-gradient(135deg, #283454, #4a5fa4 54%, #47a9ff);
  box-shadow: 0 32px 90px rgba(40, 52, 84, 0.22);
}

.channel-copy .eyebrow,
.channel-copy p {
  color: rgba(255, 255, 255, 0.8);
}

.channel-copy h2 {
  margin-bottom: 22px;
}

.channel-copy .primary-action {
  margin-top: 28px;
}

.dark-action {
  background: #ff244d;
}

.youtube-card {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.youtube-frame {
  position: relative;
  display: grid;
  aspect-ratio: 16 / 10;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 25% 24%, rgba(255, 255, 255, 0.78), transparent 8rem),
    linear-gradient(135deg, var(--sun), var(--coral) 44%, var(--lavender));
}

.youtube-frame::before,
.youtube-frame::after {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  content: "";
}

.youtube-frame::before {
  width: 210px;
  height: 88px;
  right: -34px;
  top: 30px;
}

.youtube-frame::after {
  width: 150px;
  height: 150px;
  left: -34px;
  bottom: -48px;
}

.yt-play {
  z-index: 2;
  width: 82px;
  height: 82px;
  box-shadow: 0 18px 40px rgba(38, 49, 75, 0.24);
}

.yt-play::after {
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 25px;
}

.thumbnail-lines {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: grid;
  width: 42%;
  gap: 9px;
}

.thumbnail-lines span {
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.thumbnail-lines span:nth-child(2) {
  width: 80%;
}

.thumbnail-lines span:nth-child(3) {
  width: 58%;
}

.youtube-meta {
  padding: 16px 8px 4px;
}

.youtube-meta strong,
.youtube-meta small {
  color: #fff;
}

.youtube-meta small {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  display: flex;
  width: min(1120px, calc(100% - 32px));
  margin: 34px auto 0;
  padding: 28px 0 42px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #60708c;
  font-weight: 800;
}

.site-footer a {
  color: #ff244d;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(-5deg);
  }
  50% {
    transform: translateY(-18px) rotate(6deg);
  }
}

@keyframes pulse {
  from {
    transform: scaleY(0.72);
  }
  to {
    transform: scaleY(1);
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: stretch;
    border-radius: 26px;
  }

  .nav-links {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 100vh;
    padding-top: 132px;
    padding-bottom: 190px;
  }

  .hero-media img {
    object-position: 65% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 248, 234, 0.98) 0%, rgba(255, 248, 234, 0.82) 48%, rgba(255, 248, 234, 0.42) 100%),
      linear-gradient(90deg, rgba(255, 248, 234, 0.96), rgba(255, 248, 234, 0.22));
  }

  h1 {
    max-width: 10ch;
  }

  .sound-card {
    bottom: 22px;
  }

  .note-a,
  .note-b,
  .note-c {
    display: none;
  }

  .intro-grid,
  .moments,
  .channel-section {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .feature-strip article {
    min-height: auto;
  }

  .moment-stage {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .album-art {
    width: min(220px, 100%);
  }

  .channel-section {
    padding: 34px 22px;
    border-radius: 30px;
  }
}

@media (max-width: 560px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    padding: 10px;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero {
    padding-inline: 18px;
  }

  .hero-copy {
    font-size: 1rem;
  }

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

  .trust-row span {
    width: 100%;
  }

  .intro-band {
    padding-top: 66px;
  }

  .moments {
    padding: 76px 0;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
