:root {
  --foam: #eef9fb;
  --ink: #14212a;
  --muted: #5a6b73;
  --blue: #74c7df;
  --blue-deep: #1f6f87;
  --blue-dark: #0d4f66;
  --lagoon: #42b8c8;
  --lagoon-dark: #0d6475;
  --jungle: #234f26;
  --jungle-deep: #102d1a;
  --torch: #d94f27;
  --sun: #f0b83f;
  --sand: #ead49d;
  --sand-light: #fff3d0;
  --white: #ffffff;
  --line: rgba(20, 33, 42, 0.16);
  --shadow: 0 22px 70px rgba(13, 79, 102, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(238, 249, 251, 0.88), rgba(255, 243, 208, 0.7)),
    url("/assets/island-scene.svg") center top / cover fixed,
    var(--foam);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(13, 79, 102, 0.18);
  background: rgba(238, 249, 251, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  font-weight: 800;
}

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

.brand span {
  white-space: nowrap;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.6rem);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

nav a:hover {
  color: var(--blue-dark);
}

nav a.active {
  color: var(--blue-dark);
}

.social-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.social-nav a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 79, 102, 0.18);
  border-radius: 50%;
  background: rgba(116, 199, 223, 0.14);
  color: var(--blue-dark);
}

.social-nav a:hover {
  border-color: var(--blue-deep);
  background: rgba(116, 199, 223, 0.26);
}

.social-nav img {
  width: 20px;
  height: 20px;
}

.hero {
  position: relative;
  min-height: min(820px, calc(92svh - 68px));
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(320px, 0.78fr);
  align-items: stretch;
  background:
    linear-gradient(115deg, rgba(13, 79, 102, 0.66), rgba(16, 45, 26, 0.48)),
    url("/assets/island-scene.svg") center / cover no-repeat;
  color: var(--white);
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 79, 102, 0.12), rgba(13, 79, 102, 0.62)),
    radial-gradient(circle at 18% 85%, rgba(240, 184, 63, 0.32), transparent 24%),
    radial-gradient(circle at 92% 82%, rgba(217, 79, 39, 0.24), transparent 20%);
  content: "";
}

.hero-media {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 3.2rem);
  background:
    linear-gradient(145deg, rgba(255, 243, 208, 0.18), rgba(116, 199, 223, 0.14)),
    rgba(13, 79, 102, 0.08);
}

.hero-media::after {
  position: absolute;
  right: -12%;
  bottom: -14%;
  width: 52%;
  height: 48%;
  background:
    linear-gradient(35deg, transparent 45%, rgba(35, 79, 38, 0.62) 46% 52%, transparent 53%),
    linear-gradient(80deg, transparent 42%, rgba(13, 79, 102, 0.36) 43% 51%, transparent 52%),
    linear-gradient(125deg, transparent 42%, rgba(35, 79, 38, 0.46) 43% 51%, transparent 52%);
  content: "";
  pointer-events: none;
}

.hero-media img {
  position: relative;
  z-index: 1;
  width: min(100%, 610px);
  max-height: min(760px, 82svh);
  border-radius: 8px;
  object-fit: contain;
  box-shadow: var(--shadow);
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 5rem);
  background:
    linear-gradient(180deg, rgba(13, 79, 102, 0.22), rgba(13, 79, 102, 0.58)),
    rgba(13, 79, 102, 0.34);
}

.hero-logo {
  width: clamp(116px, 18vw, 172px);
  margin-bottom: 1.4rem;
}

.kicker,
.section-label {
  margin: 0 0 0.65rem;
  color: var(--sun);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 11ch;
  margin-bottom: 1rem;
  font-size: clamp(3.2rem, 8vw, 7rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 12ch;
  color: #fff7e7;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2.8rem, 7vw, 6.7rem);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.28),
    0 14px 34px rgba(0, 0, 0, 0.38);
}

h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.lede {
  max-width: 58ch;
  margin-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.65;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  padding: 0.72rem 1rem;
  font-weight: 900;
}

.button.primary {
  border-color: var(--blue);
  background: var(--blue-deep);
}

.button.secondary {
  background: rgba(116, 199, 223, 0.16);
}

.latest-band,
.episodes-section,
.connect-section,
.about-section {
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 4rem);
}

.page-hero {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 4rem);
  background:
    linear-gradient(115deg, rgba(13, 79, 102, 0.96), rgba(116, 199, 223, 0.62)),
    var(--blue-dark);
  color: var(--white);
}

.page-hero h1,
.about-section h1,
.connect-section h1 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.page-hero p:not(.section-label),
.connect-section .section-heading p:not(.section-label) {
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
}

.listen-hero {
  background:
    linear-gradient(115deg, rgba(13, 79, 102, 0.98), rgba(16, 45, 26, 0.66)),
    var(--blue-dark);
}

.latest-band {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(1.3rem, 4vw, 3rem);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(238, 249, 251, 0.86), rgba(255, 255, 255, 0.96)),
    var(--white);
}

.latest-band h2,
.episodes-section h2,
.connect-section h2,
.about-section h2 {
  color: var(--blue-dark);
}

.latest-card,
.episode-card,
.host-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
}

.latest-card {
  padding: clamp(1.2rem, 3vw, 2rem);
  border-top: 6px solid var(--blue);
}

.episode-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.9rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.tag {
  border-radius: 999px;
  padding: 0.28rem 0.58rem;
  background: rgba(116, 199, 223, 0.18);
  color: var(--blue-dark);
  font-size: 0.78rem;
  text-transform: capitalize;
}

.episode-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--blue-deep);
  font-weight: 900;
}

audio {
  width: 100%;
  margin-top: 0.9rem;
}

.episodes-section {
  background:
    linear-gradient(180deg, rgba(238, 249, 251, 0.96), rgba(209, 239, 247, 0.72)),
    var(--foam);
}

.episodes-section.standalone {
  min-height: 60vh;
}

.connect-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(13, 79, 102, 0.95), rgba(66, 184, 200, 0.78)),
    var(--blue-dark);
  color: var(--white);
}

.connect-section::before {
  position: absolute;
  top: -18%;
  right: -9%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(240, 184, 63, 0.18);
  content: "";
}

.connect-section .section-heading {
  position: relative;
  z-index: 1;
}

.connect-section h2 {
  color: var(--sand-light);
}

.connect-section .section-heading p:not(.section-label) {
  color: rgba(255, 255, 255, 0.78);
}

.connect-section.full-page {
  min-height: calc(100svh - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.connect-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.connect-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 243, 208, 0.28);
  border-radius: 8px;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 243, 208, 0.08)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.connect-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 184, 63, 0.9);
  background:
    linear-gradient(180deg, rgba(240, 184, 63, 0.2), rgba(255, 243, 208, 0.1)),
    rgba(255, 255, 255, 0.1);
}

.merch-card {
  background:
    linear-gradient(145deg, rgba(116, 199, 223, 0.22), rgba(217, 79, 39, 0.16)),
    rgba(255, 255, 255, 0.08);
}

.connect-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  border: 2px solid rgba(255, 243, 208, 0.82);
  border-radius: 50%;
  background: rgba(255, 243, 208, 0.14);
  color: var(--sand-light);
  font-size: 0.82rem;
  font-weight: 900;
}

.connect-icon img {
  width: 26px;
  height: 26px;
}

.connect-label {
  margin-bottom: 0.5rem;
  color: var(--sun);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.connect-card strong {
  margin-bottom: 0.45rem;
  color: var(--white);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.05;
}

.connect-card span:last-child {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 1.3rem;
}

.section-heading p,
.about-copy p,
.episode-card p,
.latest-card p,
.host-list p,
.site-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 4rem);
  background:
    linear-gradient(90deg, rgba(13, 79, 102, 0.94), rgba(66, 184, 200, 0.78)),
    var(--blue-dark);
  color: var(--white);
}

.contact-section h2 {
  max-width: 12ch;
  color: var(--sand-light);
}

.contact-section p:not(.section-label) {
  max-width: 60ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.contact-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid rgba(255, 243, 208, 0.58);
  border-radius: 8px;
  padding: 0.8rem 1rem;
  background: rgba(255, 243, 208, 0.13);
  color: var(--white);
  font-weight: 900;
  white-space: nowrap;
}

.contact-button:hover {
  background: rgba(255, 243, 208, 0.22);
}

.contact-button img {
  width: 22px;
  height: 22px;
}

code {
  border-radius: 5px;
  padding: 0.12rem 0.28rem;
  background: rgba(116, 199, 223, 0.14);
  color: var(--blue-dark);
}

.episode-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}

.filter-button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  background: var(--white);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.filter-button.active,
.filter-button:hover {
  border-color: var(--blue-deep);
  background: var(--blue-deep);
  color: var(--white);
}

.episode-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.empty-state {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
}

.episode-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 1rem;
}

.episode-card p {
  flex: 1;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 243, 208, 0.94), rgba(116, 199, 223, 0.28)),
    var(--sand-light);
}

.about-section.full-page {
  min-height: calc(100svh - 120px);
}

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

.host-list article {
  padding: 1.2rem;
}

.host-list span {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--torch);
  font-size: 1.45rem;
  font-weight: 900;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1rem, 5vw, 4rem);
  background: var(--blue-dark);
  color: var(--white);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-links {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .latest-band,
  .connect-grid,
  .contact-section,
  .about-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    order: 1;
    padding-top: 2rem;
  }

  .hero-media {
    order: 2;
    min-height: 260px;
  }

  h1 {
    max-width: 11ch;
  }
}

@media (max-width: 620px) {
  nav {
    width: 100%;
    justify-content: space-between;
  }

  .brand span {
    white-space: normal;
  }

  .social-nav {
    width: 100%;
  }

  .host-list,
  .site-footer {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}
