:root {
  --background: #f7f7f5;
  --foreground: #0b0b0d;
  --muted: #68686d;
  --line: #e8e8e4;
  --soft: #ffffff;
  --soft-2: #efefeb;
  --ink: #111113;
  --flame: #d66f18;
  --shadow: 0 20px 60px rgba(15, 15, 15, 0.06);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
  top: 32px;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

img {
  height: auto;
  max-width: 100%;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-shell {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 28px;
  width: 100%;
}

.site-header {
  backdrop-filter: blur(18px);
  background: rgba(247, 247, 245, 0.88);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  height: 84px;
  justify-content: space-between;
}

.brand-mark,
.custom-logo-link {
  align-items: center;
  display: inline-flex;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark img,
.custom-logo-link img {
  display: block;
  height: 25px;
  object-fit: contain;
  width: auto;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 38px;
  margin-left: auto;
}

.nav-link {
  color: #5e5e63;
  font-size: 15px;
  position: relative;
  transition: color 180ms ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--ink);
}

.nav-link:nth-child(2)::after {
  background: var(--ink);
  bottom: -14px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.icon-link,
.mobile-menu-button,
.social-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.icon-link {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  height: 32px;
  letter-spacing: 0;
  width: 32px;
}

.mobile-menu-button {
  background: transparent;
  border: 0;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 42px;
  padding: 0;
  width: 42px;
}

.menu-line {
  background: var(--ink);
  display: block;
  height: 2px;
  width: 22px;
}

.mobile-nav {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 2px;
  padding: 12px 28px 24px;
}

.mobile-nav-link {
  border-radius: 8px;
  color: var(--muted);
  padding: 14px 0;
}

.hero {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  min-height: 560px;
  padding-bottom: 72px;
  padding-top: 76px;
}

.hero-copy h1 {
  font-size: clamp(76px, 10vw, 132px);
  letter-spacing: 0;
  line-height: 0.88;
  margin: 0 0 24px;
}

.hero-role {
  color: var(--ink);
  font-size: 19px;
  margin: 0 0 8px;
}

.hero-text {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  max-width: 410px;
}

.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.social-links.is-compact {
  gap: 10px;
  margin-top: 0;
}

.social-icon {
  border: 1px solid rgba(17, 17, 19, 0.08);
  border-radius: 999px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  height: 31px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
  width: 31px;
}

.social-icon:hover,
.social-icon:focus-visible {
  background: var(--soft-2);
  border-color: rgba(17, 17, 19, 0.16);
  transform: translateY(-2px);
}

.hero-visual {
  align-items: center;
  aspect-ratio: 1.35;
  display: flex;
  justify-content: center;
  min-height: 380px;
  overflow: hidden;
  position: relative;
}

.hero-visual::before {
  background:
    radial-gradient(circle at 52% 52%, rgba(16, 16, 18, 0.32), transparent 35%),
    linear-gradient(120deg, rgba(214, 111, 24, 0.1), transparent 45%);
  content: "";
  filter: blur(42px);
  inset: 3%;
  position: absolute;
}

.hero-symbol {
  filter: blur(0.2px);
  height: 75%;
  mix-blend-mode: multiply;
  object-fit: contain;
  opacity: 0.075;
  position: absolute;
  transform: translateY(8px);
  width: 75%;
}

.visual-orbit {
  border: 1px solid rgba(10, 10, 12, 0.08);
  border-radius: 50%;
  height: 54%;
  position: absolute;
  transform: rotate(-16deg) scaleX(1.32);
  width: 54%;
}

.visual-core {
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.22);
  height: 28%;
  position: relative;
  width: 28%;
}

.hero-visual span {
  bottom: 24%;
  color: rgba(0, 0, 0, 0.35);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  position: absolute;
}

.section {
  border-top: 1px solid var(--line);
  padding-bottom: 76px;
  padding-top: 68px;
}

.section-heading {
  margin-bottom: 28px;
}

.eyebrow {
  color: #8a8a8d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.section h1,
.section h2,
.archive-releases h1,
.featured-copy h2 {
  font-size: clamp(34px, 5vw, 54px);
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.featured-release {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(240px, 360px) 1fr;
  margin-bottom: 44px;
  overflow: hidden;
  padding: 18px;
}

.featured-copy {
  padding: 24px 24px 24px 0;
}

.featured-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  margin: 18px 0;
}

.featured-meta {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.featured-meta span {
  background: var(--soft-2);
  border-radius: 999px;
  padding: 7px 12px;
}

.featured-actions,
.contact-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button-primary,
.button-secondary {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.button-primary {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: white;
}

.button-secondary {
  background: white;
  border: 1px solid var(--line);
  color: var(--ink);
}

.button-primary:hover,
.button-secondary:hover,
.button-primary:focus-visible,
.button-secondary:focus-visible {
  transform: translateY(-2px);
}

.section-subheading {
  margin-bottom: 18px;
}

.section-subheading h2 {
  font-size: 24px;
}

.release-list {
  display: grid;
  gap: 14px;
}

.release-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(15, 15, 15, 0.035);
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr auto;
  overflow: hidden;
  padding: 12px 22px 12px 12px;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.release-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.release-card-main {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 160px minmax(190px, 1fr) minmax(180px, auto);
}

.release-copy h3 {
  font-size: 25px;
  line-height: 1.1;
  margin: 0 0 8px;
}

.release-copy p {
  color: var(--muted);
  margin: 0 0 10px;
}

.release-badge {
  background: var(--soft-2);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 13px;
  padding: 4px 10px;
}

.release-date,
.platform-link {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  gap: 10px;
  white-space: nowrap;
}

.release-date {
  justify-self: end;
}

.release-platforms {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.platform-link {
  transition: color 180ms ease;
}

.external-arrow {
  opacity: 0.7;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.release-card:hover .external-arrow,
.platform-link:hover .external-arrow {
  opacity: 1;
  transform: translate(2px, -2px);
}

.platform-link:hover {
  color: var(--ink);
}

.release-cover {
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 52% 42%, rgba(214, 111, 24, 0.24), transparent 34%),
    linear-gradient(135deg, #050505 0%, #202020 48%, #080808 100%);
  border-radius: 7px;
  flex: none;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 160px;
}

.release-cover.is-large {
  border-radius: 8px;
  width: 100%;
}

.release-cover img {
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
  width: 100%;
}

.release-card:hover .release-cover img,
.featured-release:hover .release-cover img {
  transform: scale(1.045);
}

.cover-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 800;
  left: 50%;
  letter-spacing: 0.18em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.about-section {
  background: #f0f0ed;
}

.about-inner {
  max-width: 820px;
}

.about-inner p:last-child,
.contact-section p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.contact-section {
  min-height: 300px;
}

.contact-section h2 {
  margin-bottom: 16px;
}

.contact-actions {
  margin-top: 26px;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  padding: 34px 0;
}

.footer-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.footer-inner p {
  margin: 0;
}

.footer-inner div {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-end;
}

.release-detail {
  padding-bottom: 90px;
  padding-top: 86px;
}

.release-detail-grid {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(280px, 500px) 1fr;
}

.release-detail-copy h1 {
  font-size: clamp(48px, 7vw, 88px);
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
  max-width: 760px;
}

.release-detail-copy > p:not(.eyebrow):not(.release-artist),
.release-content {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
  margin: 26px 0;
}

.release-artist {
  color: var(--ink);
  font-size: 22px;
  margin: 16px 0 22px;
}

.listen-panel {
  border-top: 1px solid var(--line);
  margin-top: 34px;
  padding-top: 28px;
}

.listen-panel h2 {
  font-size: 24px;
  margin: 0 0 18px;
}

.archive-releases {
  min-height: 62vh;
}

.content-page {
  min-height: 62vh;
}

.post-list {
  display: grid;
  gap: 18px;
}

.content-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: clamp(24px, 5vw, 48px);
}

.content-card h1 {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1;
  margin: 0 0 20px;
}

.content-card p,
.entry-content,
.entry-summary {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.nav-links {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.page-numbers {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 12px;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal-on-scroll,
  .release-card,
  .release-cover img,
  .button-primary,
  .button-secondary,
  .social-icon {
    transition: none;
  }
}

@media (max-width: 960px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .desktop-nav,
  .header-social {
    display: none;
  }

  .mobile-menu-button {
    display: inline-flex;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 58px;
  }

  .hero-visual {
    min-height: 320px;
    order: -1;
  }

  .featured-release,
  .release-card,
  .release-card-main,
  .release-detail-grid {
    grid-template-columns: 1fr;
  }

  .featured-copy {
    padding: 0 6px 8px;
  }

  .release-card {
    padding: 12px;
  }

  .release-card-main {
    gap: 18px;
  }

  .release-date {
    justify-self: start;
  }

  .release-platforms {
    border-top: 1px solid var(--line);
    justify-content: flex-start;
    padding-top: 14px;
  }

  .release-cover {
    width: min(100%, 280px);
  }
}

@media (max-width: 640px) {
  .site-shell {
    padding: 0 18px;
  }

  .header-inner {
    height: 72px;
  }

  .brand-mark,
  .custom-logo-link {
    font-size: 24px;
  }

  .brand-mark img,
  .custom-logo-link img {
    height: 21px;
  }

  .hero {
    gap: 32px;
    padding-bottom: 52px;
    padding-top: 38px;
  }

  .hero-copy h1 {
    font-size: 72px;
  }

  .hero-visual {
    min-height: 260px;
  }

  .section {
    padding-bottom: 56px;
    padding-top: 52px;
  }

  .featured-release {
    gap: 24px;
  }

  .release-card-main {
    align-items: start;
  }

  .release-cover {
    width: 100%;
  }

  .release-detail {
    padding-bottom: 64px;
    padding-top: 52px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .footer-inner div {
    gap: 18px;
    justify-content: flex-start;
  }
}

