/* ============================================
   MJayNumberOne — summer/beach energy
   Palette: deep ocean navy, hot coral-pink,
   sun cream, sky teal
   ============================================ */
:root {
  --navy:   #0a1a2f;
  --navy-2: #122844;
  --pink:   #ff3d8b;
  --coral:  #ff6f5e;
  --cream:  #fff4e8;
  --sky:    #46d0d0;
  --ink:    #0a1a2f;
  --maxw:   1100px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Space Grotesk", system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }

.eyebrow {
  font-size: .8rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--pink);
  margin-bottom: .9rem;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  padding: 1rem clamp(1.2rem, 4vw, 3rem);
  background: rgba(10,26,47,.92);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.logo {
  font-family: "Anton", sans-serif;
  font-size: 1.5rem;
  letter-spacing: .02em;
  text-decoration: none;
  color: var(--cream);
  text-transform: uppercase;
}
.logo span { color: var(--pink); }
.nav { display: flex; gap: clamp(1rem, 3vw, 2rem); }
.nav a {
  text-decoration: none;
  color: var(--cream);
  font-weight: 500;
  font-size: .95rem;
  opacity: .85;
  transition: opacity .2s, color .2s;
}
.nav a:hover { opacity: 1; color: var(--sky); }

/* ---------- Hero ---------- */
.hero {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 5rem) clamp(1.2rem, 4vw, 2rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hero-art img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 24px 60px -20px rgba(10,26,47,.55);
}
.hero h1 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: .01em;
  margin-bottom: 1.1rem;
}
.lede { font-size: 1.1rem; max-width: 42ch; margin-bottom: 1.8rem; }
.lede em { color: var(--coral); font-style: normal; font-weight: 700; }

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

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: .8rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: .95rem;
  transition: transform .15s, box-shadow .15s, background .2s;
}
.btn-primary {
  background: var(--pink);
  color: var(--cream);
  box-shadow: 0 10px 24px -10px var(--pink);
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-ghost {
  border: 2px solid var(--navy);
  color: var(--navy);
}
.btn-ghost:hover { background: var(--navy); color: var(--cream); }

/* ---------- Sections ---------- */
.section {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5rem) clamp(1.2rem, 4vw, 2rem);
}
.section-alt { background: var(--navy); color: var(--cream); max-width: none; }
.section-alt .section-title { color: var(--cream); }
.section-alt .eyebrow { color: var(--sky); }

.section-title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.2rem);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2rem;
}

/* center the inner content of full-bleed alt sections */
.section-alt { padding-left: 0; padding-right: 0; }
.section-alt > * {
  max-width: var(--maxw);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.2rem, 4vw, 2rem);
  padding-right: clamp(1.2rem, 4vw, 2rem);
}

/* ---------- Releases ---------- */
.releases {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.release {
  background: #fff;
  border: 2px solid var(--navy);
  border-radius: 14px;
  padding: 1.6rem;
  box-shadow: 6px 6px 0 var(--navy);
}
.release-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .6rem;
}
.release h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.tag {
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--coral);
  white-space: nowrap;
}
.release p { margin-bottom: 1.2rem; font-size: .98rem; }
.sc-player {
  width: 100%;
  height: 166px;
  border: 0;
  border-radius: 10px;
  margin-bottom: 1.2rem;
}
.sc-player-set { height: 320px; }

/* ---------- Tracklist ---------- */
.tracklist { margin-top: 1rem; font-size: .92rem; }
.tracklist summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--navy);
  padding: .25rem 0;
  list-style: none;
}
.tracklist summary::-webkit-details-marker { display: none; }
.tracklist summary::before { content: "▸ "; color: var(--pink); font-weight: 700; }
.tracklist[open] summary::before { content: "▾ "; }
.tracklist ol {
  margin: .7rem 0 0;
  padding-left: 1.5rem;
  display: grid;
  gap: .3rem;
}
.tracklist li { line-height: 1.35; }
.tracklist li span { color: var(--coral); font-size: .82rem; }
.release-links { display: flex; gap: .6rem; flex-wrap: wrap; }
.pill {
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  padding: .45rem 1rem;
  border-radius: 999px;
  background: var(--navy);
  color: var(--cream);
  transition: background .2s;
}
.pill:hover { background: var(--pink); }

/* ---------- Video ---------- */
.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,.6);
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-note { margin-top: 1.2rem; }
.video-note a { color: var(--sky); font-weight: 700; text-decoration: none; }

/* ---------- About ---------- */
.about {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.about-img img {
  border-radius: 14px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: 6px 6px 0 var(--pink);
}
.about-copy p { margin-bottom: 1rem; max-width: 52ch; }
.about-copy .link {
  color: var(--pink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.about-copy .link:hover { color: var(--coral); }
.about-edit { font-size: .9rem; color: var(--coral); font-style: italic; }

/* ---------- Contact form ---------- */
.contact-lede { margin-bottom: 2rem; max-width: 48ch; }
.contact-form { max-width: 520px; }
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-weight: 700; margin-bottom: .4rem; font-size: .9rem; }
.field input, .field textarea {
  width: 100%;
  padding: .8rem 1rem;
  border-radius: 10px;
  border: none;
  font: inherit;
  background: var(--cream);
  color: var(--ink);
}
.field input:focus, .field textarea:focus {
  outline: 3px solid var(--sky);
  outline-offset: 1px;
}
.checkbox {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1.5rem;
  font-size: .95rem;
}
.checkbox input { width: auto; }
.hidden { display: none; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy);
  color: var(--cream);
  text-align: center;
  padding: 2.5rem 1.2rem;
}
.social {
  display: flex;
  justify-content: center;
  gap: clamp(.7rem, 3vw, 1.1rem);
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
}
.social-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  transition: transform .15s, box-shadow .15s;
}
.social-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px -8px rgba(0,0,0,.6);
}
.social-icon svg { width: 26px; height: 26px; display: block; }
.footer-brand { font-size: .9rem; margin-bottom: .7rem; }
.footer-brand a {
  color: var(--sky);
  font-weight: 700;
  text-decoration: none;
}
.footer-brand a:hover { color: var(--pink); }
.copyright { font-size: .85rem; opacity: .7; }

/* ---------- Responsive ---------- */
@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; }
  .hero-art { order: -1; max-width: 420px; margin: 0 auto; }
  .about { grid-template-columns: 1fr; }
  .about-img { max-width: 360px; }
  .nav { width: 100%; justify-content: space-between; gap: .5rem; }
  .nav a { font-size: .85rem; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
