* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: #13211b;
  background:
    radial-gradient(circle at 15% 10%, rgba(37, 125, 89, 0.08), transparent 22%),
    radial-gradient(circle at 90% 15%, rgba(217, 96, 52, 0.08), transparent 18%),
    #f7f2e8;
}

a {
  color: inherit;
}

.frame {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
}

header {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(19, 33, 27, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

.brand img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  outline: 1px solid rgba(19, 33, 27, 0.16);
  outline-offset: 3px;
}

.nav {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero {
  padding: 2.5rem 0 4rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: start;
}

.kicker {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(19, 33, 27, 0.18);
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #2d5c4a;
  background: rgba(255, 255, 255, 0.55);
}

h1 {
  margin: 1rem 0;
  font-family: "Instrument Serif", serif;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.hero p {
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #42554c;
}

.hero em {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  color: #1f4335;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 1rem;
}

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.95rem 1.2rem;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.86rem;
}

.button-primary {
  background: #1f4335;
  color: #f7f2e8;
}

.button-secondary {
  border: 1px solid rgba(19, 33, 27, 0.16);
  background: rgba(255, 255, 255, 0.56);
}

.release-note {
  color: #587266;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.73rem;
  font-weight: 700;
}

.hero-art {
  position: relative;
  min-height: 480px;
}

.vinyl {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  width: min(30rem, 82%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #f7f2e8 0 8%, #244b3b 8% 13%, #0d1511 13% 15%, #111915 15% 28%, #1a241e 28% 30%, #0e1310 30% 100%);
  box-shadow: 0 30px 80px rgba(19, 33, 27, 0.18);
}

.vinyl::before {
  content: "DJ ASSIST. MODERN COLLECTION MANAGER FOR DJS.";
  position: absolute;
  inset: 22% 22%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
  font-size: 0.76rem;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  background: #d96034;
  color: #fff7ec;
}

.photo-card,
.note,
.panel,
.builder {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(19, 33, 27, 0.12);
  box-shadow: 0 18px 45px rgba(19, 33, 27, 0.06);
}

.photo-card {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: min(21rem, 64%);
  padding: 0.8rem;
  transform: rotate(-4deg);
}

.photo-card img {
  display: block;
  width: 100%;
}

.photo-card span {
  display: block;
  margin-top: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #597064;
  font-size: 0.72rem;
  font-weight: 700;
}

.note {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(16rem, 50%);
  padding: 1rem;
  transform: rotate(2deg);
}

.note strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

section {
  padding-bottom: 4rem;
}

.section-header {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.section-header small {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #587266;
  font-weight: 800;
}

.section-header h2 {
  margin: 0;
  font-family: "Instrument Serif", serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.94;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.section-header p {
  margin: 0;
  color: #4d6158;
  line-height: 1.75;
}

.columns {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
}

.panel {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.panel h3 {
  margin: 0 0 0.7rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.panel p {
  margin: 0;
  color: #4d6158;
  line-height: 1.75;
}

.panel-media {
  appearance: none;
  padding: 0;
  border: 0;
  position: relative;
  margin-top: 1rem;
  min-height: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 1.1rem;
  background: #e6ddd0;
  cursor: zoom-in;
  isolation: isolate;
}

.panel-media::after {
  content: "Expand";
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 1;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(19, 33, 27, 0.72);
  color: #f7f2e8;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.panel-media:hover::after,
.panel-media:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.panel-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.panel-media:hover img,
.panel-media:focus-visible img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

.feature-list {
  display: grid;
  gap: 1px;
  background: rgba(19, 33, 27, 0.12);
  border: 1px solid rgba(19, 33, 27, 0.12);
}

.feature-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  padding: 1rem;
  background: #fbf7ef;
}

.feature-row strong {
  color: #d96034;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-row span {
  color: #41554c;
  line-height: 1.7;
}

.download-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem;
  border-top: 2px solid #1f4335;
  border-bottom: 2px solid #1f4335;
  background: rgba(255, 255, 255, 0.58);
}

.builder {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 1rem;
  padding: 1rem;
  align-items: center;
}

.builder img {
  width: 100%;
  display: block;
  border-radius: 999px;
}

.builder p {
  color: #4a6056;
  line-height: 1.75;
}

.builder h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.builder small {
  display: block;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #587266;
  font-weight: 800;
  font-size: 0.72rem;
}

.builder-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.builder-links a {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(19, 33, 27, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #2d5c4a;
  transition: background 0.2s, border-color 0.2s;
}

.builder-links a:hover {
  background: #1f4335;
  border-color: #1f4335;
  color: #f7f2e8;
}

.story-panel {
  padding: 1.2rem 1.25rem;
}

.story-body {
  max-width: 48rem;
}

.story-body p + p {
  margin-top: 1rem;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  background: rgba(11, 20, 17, 0.2);
  backdrop-filter: blur(0px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, backdrop-filter 0.35s ease, background 0.35s ease;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
  background: rgba(11, 20, 17, 0.82);
  backdrop-filter: blur(12px);
}

.image-lightbox-dialog {
  position: relative;
  width: min(96vw, 1600px);
  height: min(94vh, 1100px);
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0.85rem;
  transform: translateY(28px) scale(0.94);
  opacity: 0;
  transition: transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.32s ease;
}

.image-lightbox.is-open .image-lightbox-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.image-lightbox-stage {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 1.4rem;
  border: 1px solid rgba(247, 242, 232, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.image-lightbox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.image-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 999px;
  background: rgba(19, 33, 27, 0.8);
  color: #f7f2e8;
  font-size: 1.4rem;
  cursor: pointer;
}

.image-lightbox-caption {
  text-align: center;
  color: #e6ddd0;
  font-size: 0.84rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

footer {
  padding: 0 0 2.5rem;
  text-align: center;
  color: #6a7d74;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}

@media (max-width: 980px) {
  .hero,
  .section-header,
  .columns,
  .download-band,
  .builder {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 720px;
  }
}

@media (max-width: 640px) {
  .frame {
    width: min(100% - 1.25rem, 1220px);
  }

  .nav {
    display: none;
  }

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

  .actions a {
    width: 100%;
  }

  .photo-card,
  .note,
  .vinyl {
    position: static;
    width: 100%;
    margin-bottom: 1rem;
  }

  .hero-art {
    min-height: auto;
  }

  .panel-media {
    aspect-ratio: 4 / 3;
    border-radius: 0.95rem;
  }

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