:root {
  color-scheme: light;
  --ink: #222222;
  --muted: #6a6a6a;
  --paper: #ffffff;
  --panel: #ffffff;
  --line: #dddddd;
  --accent: #ff385c;
  --accent-dark: #d70466;
  --soft: #f7f7f7;
  --shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  font-family: Circular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.brand {
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  color: var(--accent);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-links a {
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 999px;
}

.nav-links a:hover {
  background: var(--soft);
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 72px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  padding: 34px 0 46px;
}

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

h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.intro {
  max-width: 560px;
  margin: 22px 0 30px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.explore-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 56px;
  align-items: center;
  max-width: 680px;
  min-height: 72px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.explore-bar a {
  min-height: 72px;
  padding: 14px 20px;
  text-decoration: none;
}

.explore-bar a:not(:last-child) {
  border-right: 1px solid var(--line);
}

.explore-bar span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.explore-bar strong {
  display: block;
  color: var(--ink);
  font-size: 0.95rem;
}

.search-action {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  min-height: 46px !important;
  margin: 0 10px;
  padding: 0 !important;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff !important;
  font-weight: 700;
}

.hero-media {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 10px 0 22px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  letter-spacing: -0.02em;
}

.section-heading p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 22px;
  margin-top: 0;
}

.section-card {
  min-height: 0;
  padding: 0 0 18px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  text-decoration: none;
  box-shadow: none;
}

.section-card.active {
  border-color: transparent;
  box-shadow: none;
}

.section-art {
  display: block;
  aspect-ratio: 1.18 / 1;
  margin-bottom: 12px;
  border-radius: 8px;
  background: var(--soft);
  border: 1px solid var(--line);
}

.arcade-art {
  background:
    radial-gradient(circle at 35% 28%, #ffe9a8 0 13%, transparent 14%),
    radial-gradient(circle at 70% 65%, #8be0a4 0 10%, transparent 11%),
    linear-gradient(135deg, #17473b, #111827);
}

.about-art {
  background:
    linear-gradient(135deg, rgba(255, 56, 92, 0.16), transparent 38%),
    linear-gradient(135deg, #f7f7f7, #ffffff);
}

.music-art {
  background:
    radial-gradient(circle at 68% 35%, #ff385c 0 12%, transparent 13%),
    radial-gradient(circle at 24% 68%, #222 0 9%, transparent 10%),
    repeating-linear-gradient(90deg, rgba(34, 34, 34, 0.85) 0 5px, transparent 5px 18px),
    #f7f7f7;
}

.photos-art {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.12)),
    url("/assets/idaho-2025/idaho-2025-02.jpg") center / cover;
}

.updates-art {
  background:
    linear-gradient(#ffffff 0 0) 28px 32px / calc(100% - 56px) 18px no-repeat,
    linear-gradient(#ffffff 0 0) 28px 68px / 58% 18px no-repeat,
    #ffedef;
}

.recipes-art {
  background:
    radial-gradient(circle at 48% 45%, #ffcb66 0 21%, transparent 22%),
    radial-gradient(circle at 58% 50%, #45a879 0 8%, transparent 9%),
    #fff5df;
}

.history-art {
  background:
    linear-gradient(90deg, transparent 49%, rgba(34, 34, 34, 0.18) 50%, transparent 51%),
    radial-gradient(circle at 50% 24%, #ff385c 0 8%, transparent 9%),
    radial-gradient(circle at 50% 55%, #222 0 8%, transparent 9%),
    #f7f7f7;
}

.status {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.active .status {
  color: var(--accent);
}

.section-card h2,
.placeholder h1 {
  margin: 4px 0 4px;
}

.section-card p,
.placeholder p {
  margin: 0;
  color: var(--muted);
}

.placeholder {
  max-width: 760px;
  margin: 36px auto 0;
  padding: 54px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--accent);
  font-weight: 700;
}

.back-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.back-link.inline {
  margin: 0 0 22px;
}

.album-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: 34px 0 24px;
}

.music-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: 34px 0 28px;
}

.album-hero h1 {
  max-width: 760px;
}

.album-summary {
  min-width: 172px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.album-summary span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.album-summary strong {
  display: block;
  font-size: 1.1rem;
}

.album-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: stretch;
  margin: 8px 0 30px;
}

.feature-photo,
.photo-tile {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--soft);
  cursor: pointer;
}

.feature-photo {
  aspect-ratio: 1.55 / 1;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
}

.feature-photo img,
.photo-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 180ms ease;
}

.feature-photo:hover img,
.photo-tile:hover img {
  transform: scale(1.035);
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.feature-copy h2 {
  margin: 8px 0 10px;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.feature-copy p {
  margin: 0;
  color: var(--muted);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 150px;
  gap: 12px;
}

.photo-tile {
  min-height: 150px;
}

.photo-tile.wide {
  grid-column: span 2;
}

.photo-tile.tall {
  grid-row: span 2;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  align-items: center;
  gap: 18px;
  padding: 72px 28px 32px;
  background: rgba(0, 0, 0, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox figure {
  margin: 0;
  display: grid;
  gap: 14px;
  justify-items: center;
}

.lightbox img {
  max-width: 100%;
  max-height: calc(100vh - 156px);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.lightbox figcaption {
  color: #ffffff;
  text-align: center;
  font-size: 0.95rem;
}

.lightbox button {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  min-height: 48px;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 0 18px;
}

.lightbox-open {
  overflow: hidden;
}

.music-stage {
  display: grid;
  gap: 24px;
}

.music-player {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: stretch;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #f7f7f7);
  box-shadow: var(--shadow);
}

.primary-player {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 56, 92, 0.16), transparent 16rem),
    linear-gradient(135deg, #ffffff, #f7f7f7);
}

.album-track-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.track-panel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.track-panel-heading h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.track-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 10px;
}

.track-button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 68px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.track-button:hover,
.track-button.active {
  border-color: var(--accent);
  background: #fff7f8;
}

.track-button span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
}

.track-button strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.93rem;
  line-height: 1.15;
}

.track-button small {
  color: var(--muted);
  font-weight: 700;
}

.video-frame {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #111111;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.music-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(14px, 3vw, 30px);
}

.music-copy h2,
.download-panel h2 {
  margin: 8px 0 10px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.music-copy p,
.download-panel p {
  margin: 0;
  color: var(--muted);
}

.listen-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  margin-top: 22px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.download-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 28px;
  align-items: start;
  margin-top: 34px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111111;
  color: #ffffff;
}

.download-panel .status,
.download-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.download-list {
  display: grid;
  gap: 12px;
}

.download-card {
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.download-card:hover {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.download-card span {
  color: #ffb3c1;
  font-size: 0.78rem;
  font-weight: 800;
}

.download-card small {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  main {
    padding-top: 32px;
  }

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

  .explore-bar {
    grid-template-columns: 1fr;
    border-radius: 8px;
  }

  .explore-bar a:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .search-action {
    width: auto;
    height: 48px;
    margin: 10px;
    border-radius: 8px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .placeholder {
    padding: 28px;
  }

  .album-hero,
  .music-hero,
  .album-feature {
    grid-template-columns: 1fr;
  }

  .album-summary {
    border-radius: 8px;
  }

  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 132px;
  }

  .photo-tile.wide,
  .photo-tile.tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .lightbox {
    grid-template-columns: 1fr 1fr;
    padding: 76px 16px 24px;
  }

  .lightbox figure {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .lightbox-prev,
  .lightbox-next {
    grid-row: 2;
  }

  .music-player,
  .download-panel {
    grid-template-columns: 1fr;
  }

  .track-panel-heading {
    align-items: start;
    flex-direction: column;
  }

  .track-list {
    grid-template-columns: 1fr;
  }
}
