/* ============================================================
   Martin Fauske Productions
   Design system: Monochrome + Gold Accent + High Imagery
   Display: Bebas Neue · Body: Inter
   ============================================================ */

:root{
  /* colour */
  --bg:          #0A0A0A;
  --bg-elev:     #111111;
  --surface:     #161616;
  --surface-2:   #1D1C1A;

  --gold:        #D4A24C;
  --gold-bright: #E8C87A;
  --gold-deep:   #8B6B2A;

  --fg:          #F5F3EF;
  --fg-muted:    #A9A093;
  --border:      rgba(212,162,76,.20);
  --border-soft: rgba(245,243,239,.10);

  /* type */
  --font-display: "Bebas Neue", Impact, "Haettenschweiler", sans-serif;
  --font-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* spacing — marketing scale (spacious) */
  --sp-1: .5rem;  --sp-2: 1rem;   --sp-3: 1.5rem;
  --sp-4: 2rem;   --sp-5: 3rem;   --sp-6: 4.5rem;
  --sp-7: 6rem;   --sp-8: 9rem;

  --wrap: 1200px;
  --radius: 4px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- reset ---------- */
*,*::before,*::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
body{
  margin:0;
  background:var(--bg);
  color:var(--fg);
  font-family:var(--font-body);
  font-size:1rem;
  line-height:1.65;
  font-weight:300;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
ul,ol{ margin:0; padding:0; list-style:none; }
h1,h2,h3{ margin:0; font-weight:400; }
p{ margin:0 0 1em; }
button{ font:inherit; color:inherit; background:none; border:0; cursor:pointer; }


@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{
    animation-duration:.01ms !important; animation-iteration-count:1 !important;
    transition-duration:.01ms !important; scroll-behavior:auto !important;
  }
}

/* ---------- a11y ---------- */
:focus-visible{ outline:2px solid var(--gold); outline-offset:3px; border-radius:2px; }
.skip-link{
  position:absolute; left:-9999px; top:0; z-index:200;
  background:var(--gold); color:#0A0A0A; padding:.75rem 1.25rem; font-weight:600;
}
.skip-link:focus{ left:0; }

/* ---------- layout ---------- */
.wrap{ width:100%; max-width:var(--wrap); margin-inline:auto; padding-inline:clamp(1.25rem,5vw,2.5rem); }
.section{ padding-block:clamp(4rem,10vw,var(--sp-8)); position:relative; }
/* keep anchored headings clear of the fixed header */
[id]{ scroll-margin-top:96px; }
.section-alt{ background:var(--bg-elev); }

/* ---------- type ---------- */
.eyebrow{
  font-family:var(--font-body);
  font-size:.7rem; font-weight:600; letter-spacing:.3em; text-transform:uppercase;
  color:var(--gold); margin:0 0 var(--sp-2);
}
.section-title{
  font-family:var(--font-display);
  font-size:clamp(2.5rem,6vw,4.5rem);
  line-height:.95; letter-spacing:.01em; text-transform:uppercase;
  margin:0 0 var(--sp-3);
}
.section-title em{
  font-style:normal;
  background:linear-gradient(100deg,var(--gold-deep),var(--gold-bright) 45%,var(--gold));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.section-lead{ font-size:clamp(1rem,1.6vw,1.15rem); color:var(--fg-muted); max-width:56ch; }
.section-head{ max-width:60ch; margin-bottom:clamp(2.5rem,5vw,var(--sp-6)); }
.fineprint{ font-size:.85rem; color:var(--fg-muted); }
.prose p{ color:var(--fg-muted); }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:48px; padding:.85rem 1.75rem;
  font-size:.78rem; font-weight:600; letter-spacing:.18em; text-transform:uppercase;
  border:1px solid var(--border); border-radius:var(--radius);
  transition:background .25s var(--ease), color .25s var(--ease),
             border-color .25s var(--ease), transform .25s var(--ease);
}
.btn-sm{ min-height:42px; padding:.6rem 1.15rem; font-size:.7rem; }
.btn-primary{
  background:linear-gradient(100deg,var(--gold-deep),var(--gold) 55%,var(--gold-bright));
  color:#0A0A0A; border-color:transparent; font-weight:700;
}
.btn-primary:hover{ transform:translateY(-2px); filter:brightness(1.08); }
.btn-ghost{ color:var(--fg); }
.btn-ghost:hover{ border-color:var(--gold); color:var(--gold); transform:translateY(-2px); }
.btn:not(.btn-primary):hover{ border-color:var(--gold); color:var(--gold); }

.link-arrow{
  display:inline-flex; align-items:center; gap:.5rem; min-height:44px;
  color:var(--gold); font-size:.78rem; font-weight:600;
  letter-spacing:.18em; text-transform:uppercase;
}
.link-arrow::after{ content:"→"; transition:transform .25s var(--ease); }
.link-arrow:hover::after{ transform:translateX(5px); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:fixed; inset:0 0 auto 0; z-index:100;
  transition:background .35s var(--ease), border-color .35s var(--ease), backdrop-filter .35s var(--ease);
  border-bottom:1px solid transparent;
}
.site-header.is-stuck{
  background:rgba(10,10,10,.88);
  backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
  border-bottom-color:var(--border-soft);
}
.header-inner{ display:flex; align-items:center; gap:var(--sp-3); min-height:78px; }
.brand{ flex:0 0 auto; }
.brand img{ height:clamp(42px,5vw,56px); width:auto; }

.nav{ display:none; margin-left:auto; gap:clamp(1rem,2.2vw,2rem); }
.nav a{
  position:relative; font-size:.76rem; font-weight:500;
  letter-spacing:.16em; text-transform:uppercase; color:var(--fg-muted);
  padding-block:.5rem; white-space:nowrap; transition:color .25s var(--ease);
}
.nav a::after{
  content:""; position:absolute; left:0; bottom:0; width:0; height:1px;
  background:var(--gold); transition:width .3s var(--ease);
}
.nav a:hover{ color:var(--fg); }
.nav a:hover::after{ width:100%; }

.header-actions{ display:flex; align-items:center; gap:var(--sp-2); margin-left:auto; }
/* With the nav visible it is the nav that pushes everything right, so the
   actions must not also claim the free space. */
.nav + .header-actions{ margin-left:0; }
/* Once the nav collapses to the burger it generates no box, and the adjacent
   sibling rule above still matches — leaving the actions parked beside the
   logo. Hand the job back to them wherever the nav is hidden. */
@media (max-width:1179px){
  .nav + .header-actions{ margin-left:auto; }
}

.lang-toggle{ display:flex; border:1px solid var(--border-soft); border-radius:var(--radius); overflow:hidden; }
.lang-toggle button{
  min-width:44px; min-height:38px; padding:.35rem .6rem;
  font-size:.7rem; font-weight:600; letter-spacing:.1em; color:var(--fg-muted);
  transition:background .25s var(--ease), color .25s var(--ease);
}
.lang-toggle button:hover{ color:var(--fg); }
.lang-toggle button.is-active{ background:var(--gold); color:#0A0A0A; }

.header-actions .btn{ display:none; }

/* align-items:center keeps the 22px bars centred in the 44px hit area; without
   it they sit against the left edge and the icon reads as floating inward. */
.menu-btn{ display:flex; flex-direction:column; justify-content:center; align-items:center; gap:5px; width:44px; height:44px; }
.menu-btn span{ display:block; height:1.5px; width:22px; background:var(--fg); transition:transform .3s var(--ease), opacity .2s var(--ease); }
.menu-btn[aria-expanded="true"] span:nth-child(1){ transform:translateY(6.5px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:nth-child(2){ opacity:0; }
.menu-btn[aria-expanded="true"] span:nth-child(3){ transform:translateY(-6.5px) rotate(-45deg); }

/* mobile drawer */
.nav.is-open{
  display:flex; flex-direction:column; gap:0;
  position:fixed; inset:78px 0 auto 0;
  background:rgba(10,10,10,.97);
  backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid var(--border-soft);
  padding:var(--sp-2) clamp(1.25rem,5vw,2.5rem) var(--sp-4);
}
.nav.is-open a{ padding-block:1rem; border-bottom:1px solid var(--border-soft); font-size:.9rem; }

/* Six nav items plus the toggle need real room before the drawer is dropped. */
@media (min-width:1180px){
  .nav{ display:flex; }
  .menu-btn{ display:none; }
  .header-actions{ margin-left:var(--sp-3); }
}
@media (min-width:1380px){
  .header-actions .btn{ display:inline-flex; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative; min-height:100svh;
  display:flex; align-items:flex-end;
  padding-block:clamp(7rem,18vh,11rem) clamp(4rem,10vh,7rem);
  overflow:hidden;
}
.hero-media{ position:absolute; inset:0; z-index:0; }
/* display:contents means the <picture> generates no box at all, so the image
   sizes against .hero-media exactly as it did before the wrapper was added. */
.hero-media picture{ display:contents; }
.hero-img,.hero-video{ width:100%; height:100%; object-fit:cover; object-position:center 30%; }
.hero-scrim{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(10,10,10,.80) 0%, rgba(10,10,10,.35) 35%, rgba(10,10,10,.92) 88%, var(--bg) 100%),
    radial-gradient(80% 60% at 20% 80%, rgba(139,107,42,.22), transparent 70%);
}
.hero-content{ position:relative; z-index:1; }
.hero-title{
  font-family:var(--font-display);
  font-size:clamp(3rem,9vw,7rem);
  line-height:.92; text-transform:uppercase; letter-spacing:.01em;
  margin:0 0 var(--sp-3); max-width:18ch;
}
.hero-title em{
  font-style:normal;
  background:linear-gradient(100deg,var(--gold-deep),var(--gold-bright) 45%,var(--gold));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero-sub{ font-size:clamp(1rem,1.8vw,1.25rem); color:var(--fg-muted); max-width:52ch; margin-bottom:var(--sp-4); }
.hero-cta{ display:flex; flex-wrap:wrap; gap:var(--sp-2); }

.scroll-cue{
  position:absolute; left:50%; bottom:1.75rem; z-index:2;
  transform:translateX(-50%);
  width:26px; height:42px; border:1px solid var(--border);
  border-radius:14px; display:none; justify-content:center; padding-top:8px;
}
.scroll-cue span{ width:2px; height:7px; background:var(--gold); border-radius:2px; animation:cue 1.9s var(--ease) infinite; }
@keyframes cue{ 0%{opacity:0;transform:translateY(0)} 35%{opacity:1} 70%{opacity:0;transform:translateY(12px)} 100%{opacity:0} }
@media (min-width:768px){ .scroll-cue{ display:flex; } }

/* ============================================================
   SERVICES — looping video with an independent highlight cycle
   The video runs at its own native speed; the service list advances on its
   own timer so each entry stays readable. (.ss-track / .ss-sticky are plain
   wrappers kept from the earlier scroll-driven version.)
   ============================================================ */
.services-scroll{ position:relative; background:var(--bg-elev); }
.ss-track{ position:relative; }
.ss-sticky{
  display:flex; align-items:center; overflow:hidden;
  padding-block:clamp(4rem,10vw,var(--sp-8));
}
.ss-inner{ display:grid; gap:clamp(1.25rem,4vw,4rem); align-items:center; width:100%; }
.ss-stage{ display:flex; justify-content:center; order:-1; }
@media (min-width:900px){
  .ss-inner{ grid-template-columns:1.05fr .95fr; }
  .ss-stage{ order:0; }
}

.ss-text{ min-width:0; }
.ss-list{ display:grid; gap:.2rem; margin-top:var(--sp-2); }
.ss-item{
  display:grid; grid-template-columns:auto 1fr; gap:.85rem; align-items:start;
  padding:.5rem .8rem; border-left:2px solid transparent; opacity:.34;
  transition:opacity .4s var(--ease), border-color .4s var(--ease), background .4s var(--ease);
}
.ss-item.is-active{ opacity:1; border-left-color:var(--gold); background:rgba(212,162,76,.06); }
.ss-num{
  font-family:var(--font-display); font-size:1rem; line-height:1.7;
  color:#9C7A31; letter-spacing:.05em;
}
.ss-item.is-active .ss-num{ color:var(--gold); }
.ss-item h3{
  font-family:var(--font-display); font-size:clamp(1.1rem,2.2vw,1.65rem);
  text-transform:uppercase; letter-spacing:.02em; line-height:1.1;
}
.ss-item p{
  margin:0; font-size:.9rem; color:var(--fg-muted);
  max-height:0; opacity:0; overflow:hidden;
  transition:max-height .45s var(--ease), opacity .35s var(--ease), margin .45s var(--ease);
}
.ss-item.is-active p{ max-height:9rem; opacity:1; margin-top:.3rem; }

.ss-progress{ margin-top:var(--sp-3); height:2px; background:var(--border-soft); }
.ss-progress span{ display:block; height:100%; width:0; background:var(--gold); }

.ss-phone{
  position:relative; width:min(186px,46vw); aspect-ratio:480/854;
  border:1px solid var(--border); border-radius:16px; overflow:hidden;
  background:#000; box-shadow:0 26px 64px rgba(0,0,0,.6);
}
@media (min-width:900px){ .ss-phone{ width:min(320px,30vw); border-radius:20px; } }
.ss-video{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; }

/* Without motion the sequence never runs, so show every service expanded
   rather than leaving four of the five dimmed and collapsed forever. */
@media (prefers-reduced-motion: reduce){
  .ss-item{ opacity:1; border-left-color:var(--border-soft); }
  .ss-item p{ max-height:none; opacity:1; margin-top:.3rem; }
  .ss-progress{ display:none; }
}

/* ============================================================
   SPECIALITIES — glass panel over a full-bleed photo
   ============================================================ */
.spec-section{
  position:relative; overflow:hidden; display:flex; align-items:center;
  min-height:min(780px,92svh); padding-block:clamp(4rem,12vw,var(--sp-8));
}
.spec-bg{ position:absolute; inset:0; z-index:0; }
.spec-bg img{ width:100%; height:100%; object-fit:cover; }
.spec-bg::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg,var(--bg) 0%,rgba(10,10,10,.30) 20%,
                             rgba(10,10,10,.30) 80%,var(--bg) 100%);
}
.spec-section > .wrap{ position:relative; z-index:1; width:100%; }

.glass-panel{
  background:rgba(18,18,18,.42);
  backdrop-filter:blur(22px) saturate(120%);
  -webkit-backdrop-filter:blur(22px) saturate(120%);
  border:1px solid rgba(245,243,239,.10); border-radius:6px;
  padding:clamp(1.6rem,4vw,3.5rem);
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}
.spec-title{
  font-family:var(--font-display); font-size:clamp(2.4rem,6vw,4.5rem);
  text-transform:uppercase; letter-spacing:.02em; line-height:.95;
  text-align:center; margin-bottom:clamp(1.6rem,4vw,3rem);
}
.spec-cols{ display:grid; gap:clamp(1.5rem,4vw,3rem); align-items:center; }
@media (min-width:820px){ .spec-cols{ grid-template-columns:1.4fr .6fr; } }

.spec-list{ display:grid; gap:.65rem; }
.spec-list li{
  position:relative; padding-left:1.4rem; color:var(--fg);
  font-size:clamp(.95rem,1.5vw,1.05rem); font-weight:500; line-height:1.5;
}
.spec-list li::before{
  content:""; position:absolute; left:.2rem; top:.6em;
  width:6px; height:6px; border-radius:50%; background:var(--gold);
}
.spec-badges{ display:flex; flex-wrap:wrap; gap:clamp(1rem,3vw,1.75rem); justify-content:center; align-items:center; }
.spec-badges a{
  display:block; border-radius:10px;
  transition:transform .3s var(--ease), filter .3s var(--ease);
}
.spec-badges a:hover{
  transform:translateY(-4px) scale(1.04);
  filter:drop-shadow(0 12px 24px rgba(212,162,76,.30));
}
/* Sources are 340x340 from Credly, so this stays well inside native resolution. */
.spec-badges img{ height:clamp(104px,13vw,150px); width:auto; display:block; }

/* ============================================================
   SPLIT (specialities / about / samples)
   ============================================================ */
.split{ display:grid; gap:clamp(2rem,5vw,var(--sp-6)); align-items:center; }
.split-media img{ width:100%; aspect-ratio:4/5; object-fit:cover; border:1px solid var(--border-soft); }
.samples .split-media img{ aspect-ratio:1/1; object-fit:contain; border:0; }
@media (min-width:900px){
  .split{ grid-template-columns:1fr 1fr; }
  .split-reverse .split-media{ order:2; }
}

.includes{ display:grid; gap:.5rem; margin:var(--sp-2) 0 var(--sp-3); }
.includes li{ position:relative; padding-left:1.5rem; color:var(--fg-muted); font-size:.95rem; }
.includes li::before{ content:"+"; position:absolute; left:0; color:var(--gold); font-weight:600; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.quotes{ display:grid; gap:var(--sp-3); }
.quote{
  margin:0; padding:clamp(1.75rem,3.5vw,2.75rem);
  background:var(--surface); border:1px solid var(--border-soft);
  border-left:2px solid var(--gold);
  display:flex; flex-direction:column; gap:var(--sp-2);
}
.quote-mark{ width:30px; height:22px; fill:var(--gold-deep); flex:0 0 auto; }
.quote blockquote{ margin:0; }
.quote blockquote p{ margin:0; font-size:clamp(1.02rem,1.7vw,1.2rem); line-height:1.6; color:var(--fg); }
.quote figcaption{
  font-size:.78rem; font-weight:600; letter-spacing:.16em; text-transform:uppercase;
  color:var(--gold); display:flex; flex-direction:column; gap:.2rem; margin-top:auto;
}
.quote figcaption span{ font-weight:400; letter-spacing:.1em; color:var(--fg-muted); }
@media (min-width:900px){ .quotes{ grid-template-columns:repeat(2,1fr); } }

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline{ display:grid; gap:var(--sp-3); margin-top:clamp(3rem,6vw,var(--sp-6)); }
.timeline li{ position:relative; padding-top:var(--sp-3); border-top:1px solid var(--border); }
.tl-year{
  display:block; font-family:var(--font-display); font-size:clamp(1.75rem,3vw,2.5rem);
  color:var(--gold); letter-spacing:.03em; margin-bottom:.4rem;
}
.timeline p{ margin:0; color:var(--fg-muted); font-size:.95rem; }
@media (min-width:768px){ .timeline{ grid-template-columns:repeat(3,1fr); gap:var(--sp-4); } }

/* ============================================================
   SAMPLES
   ============================================================ */
/* Same smoke-and-embers texture as the sample pack artwork, so the section
   reads as an extension of the product rather than a separate panel. */
/* The mockup sits still. On hover it takes a short, sharp knock timed with the
   snare one-shot — a decaying rattle rather than a loop.
   `translate` and `rotate` are the standalone properties, so the knock never
   fights the hover `scale`, nor the `transform` that .reveal puts on the parent. */
@keyframes snareHit{
  0%   { translate:0 0;        rotate:0deg; }
  10%  { translate:-7px -4px;  rotate:-2.4deg; }
  24%  { translate:6px 3px;    rotate:2deg; }
  38%  { translate:-4px 2px;   rotate:-1.3deg; }
  54%  { translate:3px -1px;   rotate:.8deg; }
  72%  { translate:-2px 1px;   rotate:-.4deg; }
  100% { translate:0 0;        rotate:0deg; }
}
.samples .split-media img,
.smp-media-inline img{
  transition:scale .35s var(--ease);
}
.samples .split-media img.is-hit,
.smp-media-inline img.is-hit{
  animation:snareHit .4s cubic-bezier(.22,.9,.3,1) both;
}
@media (hover:hover){
  .samples .split-media img:hover{ scale:1.04; }
}
@media (prefers-reduced-motion: reduce){
  .samples .split-media img.is-hit,
  .smp-media-inline img.is-hit{ animation:none; }
}

.samples{ background:var(--bg); overflow:hidden; }
.samples::before{
  content:""; position:absolute; inset:0; z-index:0;
  background:url("../img/samplepack-texture.jpg") center/cover no-repeat;
  opacity:.70;
}
/* The texture is very dark (99th-percentile channel is 94/255), so it can carry
   this much opacity and still leave muted body text above 5:1. */
.samples::after{
  content:""; position:absolute; inset:0; z-index:0;
  background:linear-gradient(180deg,
    var(--bg) 0%, rgba(10,10,10,.25) 22%,
    rgba(10,10,10,.25) 78%, var(--bg) 100%);
}
.samples > .wrap{ position:relative; z-index:1; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact{ position:relative; overflow:hidden; text-align:center; }
.contact-bg{ position:absolute; inset:0; z-index:0; }
.contact-bg img{ width:100%; height:100%; object-fit:cover; }
.contact-bg::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg,var(--bg) 0%,rgba(10,10,10,.86) 40%,rgba(10,10,10,.94) 100%);
}
.contact-inner{ position:relative; z-index:1; display:flex; flex-direction:column; align-items:center; }
.contact .section-lead{ margin-inline:auto; }
.mail-link{
  display:inline-block; margin:var(--sp-3) 0 var(--sp-4);
  font-family:var(--font-display); font-size:clamp(1.6rem,4.5vw,3rem);
  letter-spacing:.02em; word-break:break-word;
  background:linear-gradient(100deg,var(--gold-deep),var(--gold-bright) 45%,var(--gold));
  -webkit-background-clip:text; background-clip:text; color:transparent;
  border-bottom:1px solid var(--border); padding-bottom:.15em;
  transition:border-color .3s var(--ease);
}
.mail-link:hover{ border-bottom-color:var(--gold); }

.socials{ display:flex; gap:var(--sp-2); justify-content:center; }
.socials a{
  display:flex; align-items:center; justify-content:center;
  width:48px; height:48px; border:1px solid var(--border-soft); border-radius:50%;
  transition:border-color .25s var(--ease), background .25s var(--ease), transform .25s var(--ease);
}
.socials svg{ width:19px; height:19px; fill:var(--fg-muted); transition:fill .25s var(--ease); }
.socials a:hover{ border-color:var(--gold); background:rgba(212,162,76,.08); transform:translateY(-3px); }
.socials a:hover svg{ fill:var(--gold); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{ border-top:1px solid var(--border-soft); padding-block:var(--sp-5); background:var(--bg); }
.footer-inner{ display:flex; flex-direction:column; align-items:center; gap:var(--sp-2); text-align:center; }
.footer-logo{ width:200px; height:auto; opacity:.9; }
.footer-tag{
  margin:0; font-size:.7rem; font-weight:600; letter-spacing:.28em;
  text-transform:uppercase; color:var(--gold);
}
.footer-legal{ margin:0; font-size:.8rem; color:var(--fg-muted); }

/* ============================================================
   DISCOGRAPHY PAGE
   ============================================================ */
.hero-page{ min-height:clamp(420px,68svh,640px); }
.hero-page .hero-title{ max-width:none; }
.hero-page .hero-sub{ margin-bottom:0; }

/* Artists collapse to one card each; the panel spans the full grid width
   so a band's releases open out in place. */
.artists{
  display:grid; gap:clamp(.6rem,1.4vw,1.1rem);
  grid-template-columns:repeat(2,1fr);
}
@media (min-width:760px){ .artists{ grid-template-columns:repeat(3,1fr); } }

.artist-card{
  position:relative; display:block; width:100%; padding:0; overflow:hidden;
  border:1px solid var(--border-soft); background:var(--surface); text-align:left;
  transition:border-color .3s var(--ease);
}
.artist-card img{
  width:100%; aspect-ratio:1/1; object-fit:cover; display:block;
  transition:transform .55s var(--ease), filter .4s var(--ease);
}
.artist-card:hover{ border-color:var(--gold); }
.artist-card:hover img{ transform:scale(1.05); filter:brightness(.5); }
.artist-card[aria-expanded="true"]{ border-color:var(--gold); }
.artist-card[aria-expanded="true"] img{ filter:brightness(.45); }
.artist-card::after{
  content:"+"; position:absolute; top:.6rem; right:.6rem;
  width:34px; height:34px; display:flex; align-items:center; justify-content:center;
  font-size:1.2rem; line-height:1; color:var(--gold);
  background:rgba(10,10,10,.62); border:1px solid var(--border); border-radius:50%;
}
.artist-card[aria-expanded="true"]::after{ content:"−"; background:var(--gold); color:#0A0A0A; }

.artist-meta{
  position:absolute; inset:auto 0 0 0; display:flex; flex-direction:column; gap:.15rem;
  padding:clamp(.7rem,2vw,1.1rem);
  background:linear-gradient(180deg,transparent,rgba(10,10,10,.94));
}
.artist-name{
  font-family:var(--font-display); font-size:clamp(1.05rem,2.2vw,1.5rem);
  text-transform:uppercase; letter-spacing:.02em; line-height:1.05; color:var(--fg);
}
.artist-count{
  font-size:.66rem; font-weight:600; letter-spacing:.18em;
  text-transform:uppercase; color:var(--gold);
}

.artist-panel{ grid-column:1 / -1; }
.artist-panel .releases{ padding-block:clamp(.9rem,2.5vw,1.6rem) clamp(1.4rem,3vw,2.2rem); }
.artist-panel:not([hidden]) .releases{ animation:panelIn .45s var(--ease) both; }
@keyframes panelIn{ from{ opacity:0; transform:translateY(-10px); } to{ opacity:1; transform:none; } }
@media (prefers-reduced-motion: reduce){
  .artist-panel:not([hidden]) .releases{ animation:none; }
}

.releases{
  display:grid; gap:clamp(.6rem,1.4vw,1.1rem);
  grid-template-columns:repeat(2,1fr);
}
@media (min-width:700px){ .releases{ grid-template-columns:repeat(3,1fr); } }
@media (min-width:1040px){ .releases{ grid-template-columns:repeat(4,1fr); } }

.release{
  position:relative; overflow:hidden;
  border:1px solid var(--border-soft); background:var(--surface);
}
.release img{
  width:100%; aspect-ratio:1/1; object-fit:cover; display:block;
  transition:transform .55s var(--ease), filter .4s var(--ease);
}
.rel-link{ display:block; position:relative; color:inherit; }

/* Spotify mark, so it reads as a link rather than a plain cover */
.rel-spotify{
  position:absolute; top:.5rem; right:.5rem; z-index:2;
  width:26px; height:26px; opacity:.8;
  transition:opacity .3s var(--ease), transform .3s var(--ease);
}
.rel-spotify svg{
  width:100%; height:100%; fill:#1DB954;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.7));
}
.release:hover .rel-spotify,
.release:focus-within .rel-spotify{ opacity:1; transform:scale(1.12); }
.rel-info{
  position:absolute; inset:0;
  display:flex; flex-direction:column; justify-content:flex-end; gap:.1rem;
  padding:clamp(.7rem,2vw,1.1rem);
  background:linear-gradient(180deg,transparent 30%,rgba(10,10,10,.93) 100%);
}
.rel-title{
  font-family:var(--font-display); font-size:clamp(1.1rem,2.3vw,1.5rem);
  line-height:1.05; text-transform:uppercase; letter-spacing:.02em; color:var(--fg);
}
.rel-role{ font-size:.78rem; color:var(--fg-muted); }
.rel-year{ font-size:.72rem; color:var(--fg-muted); opacity:.75; }
.rel-year:empty{ display:none; }

/* Detail reveals on hover where hovering exists; stays visible on touch. */
@media (hover:hover){
  .rel-info{
    opacity:0; transition:opacity .32s var(--ease);
    background:linear-gradient(180deg,rgba(10,10,10,.30) 0%,rgba(10,10,10,.93) 100%);
  }
  .release:hover img{ transform:scale(1.06); filter:brightness(.5); }
  .release:hover .rel-info,
  .release:focus-within .rel-info{ opacity:1; }
}

.disc-cta{
  margin-top:clamp(3rem,6vw,var(--sp-6)); padding-top:var(--sp-4);
  border-top:1px solid var(--border-soft); text-align:center;
}
.disc-cta p{
  font-family:var(--font-display); font-size:clamp(1.5rem,3.5vw,2.25rem);
  text-transform:uppercase; letter-spacing:.02em; margin-bottom:var(--sp-3); color:var(--fg);
}

/* ============================================================
   PHONE / TABLET ONLY
   Everything below is scoped to max-width:899px and must stay that way.
   899px is deliberately below a typical non-maximised desktop window — an
   earlier 1024px cutoff made ordinary desktop windows render as tablets.
   Nothing in this block may affect the desktop layout.
   ============================================================ */

/* The mockup's desktop copy steps aside for the inline one above. */
.smp-media-inline{ display:none; }

@media (max-width:899px){

  /* --- 1. Services: video as section backdrop --------------------------- */
  .ss-sticky{ position:relative; }
  .ss-stage{
    position:absolute; inset:0; z-index:0;
    display:block; pointer-events:none;
  }
  /* Footage is bright (99th-percentile channel 245/255). Opacity alone leaves
     muted body text at 3.15:1; this scrim is what carries it to about 5:1. */
  .ss-stage::after{
    content:""; position:absolute; inset:0; z-index:1;
    background:rgba(10,10,10,.50);
  }
  .ss-phone{
    position:absolute; inset:0;
    width:100%; height:100%; aspect-ratio:auto;
    border:0; border-radius:0; box-shadow:none; opacity:.35;
  }
  /* .ss-inner must stay static — making it positioned turns it into the
     backdrop's containing block and the video stops short of the padding. */
  .ss-text{ position:relative; z-index:1; }

  /* --- 2. Burger drawer: links to the right ----------------------------- */
  .nav.is-open a{ text-align:right; }

  /* --- 3. Sample mockup between title and copy -------------------------- */
  .smp-media-inline{ display:block; margin:var(--sp-3) 0; }
  .smp-media-inline img{ width:100%; max-width:340px; margin-inline:auto; display:block; }
  .samples .split-media{ display:none; }
}

/* ============================================================
   BOOKING PAGE
   ============================================================ */
.book-page{ padding-block:calc(79px + clamp(3rem,7vw,5rem)) clamp(4rem,9vw,var(--sp-7)); }
.book-wrap{ max-width:720px; }
.book-head{ margin-bottom:clamp(2rem,5vw,3rem); }
.book-head .fineprint{ margin-top:var(--sp-2); }

.book-form{ display:grid; gap:var(--sp-3); }
.form-note{ margin:0; font-size:.82rem; color:var(--fg-muted); }

.field{ display:grid; gap:.4rem; }
.field label{
  font-size:.72rem; font-weight:600; letter-spacing:.16em;
  text-transform:uppercase; color:var(--gold);
}
.field small{ font-size:.8rem; color:var(--fg-muted); }

.field input,
.field select,
.field textarea{
  width:100%; min-height:48px; padding:.75rem .9rem;
  font-family:var(--font-body); font-size:1rem; font-weight:300;
  color:var(--fg); background:var(--surface);
  border:1px solid var(--border-soft); border-radius:var(--radius);
  transition:border-color .25s var(--ease), background .25s var(--ease);
}
.field textarea{ min-height:auto; resize:vertical; line-height:1.6; }
.field select{ appearance:none; cursor:pointer;
  background-image:linear-gradient(45deg,transparent 50%,var(--gold) 50%),
                   linear-gradient(135deg,var(--gold) 50%,transparent 50%);
  background-position:calc(100% - 20px) center, calc(100% - 14px) center;
  background-size:6px 6px, 6px 6px; background-repeat:no-repeat;
  padding-right:2.75rem;
}
.field input:hover, .field select:hover, .field textarea:hover{ border-color:var(--border); }
.field input:focus, .field select:focus, .field textarea:focus{
  outline:2px solid var(--gold); outline-offset:2px;
  border-color:var(--gold); background:var(--surface-2);
}
/* :user-invalid, not :invalid — an empty required field should not be flagged
   red before the visitor has even reached it. */
.field input:user-invalid,
.field select:user-invalid,
.field textarea:user-invalid{ border-color:#C4553D; }

.field-row{ display:grid; gap:var(--sp-3); }
@media (min-width:600px){ .field-row{ grid-template-columns:1fr 1fr; } }

.book-form .btn{ justify-self:start; margin-top:var(--sp-2); }
.gotcha{ position:absolute; left:-9999px; width:1px; height:1px; opacity:0; }

.book-alt{
  margin-top:clamp(2.5rem,6vw,4rem); padding-top:var(--sp-4);
  border-top:1px solid var(--border-soft); text-align:center;
}
.book-alt p{ margin:0 0 .5rem; color:var(--fg-muted); }
.book-alt .mail-link{ font-size:clamp(1.3rem,3.5vw,2rem); }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal{ opacity:0; transform:translateY(22px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible{ opacity:1; transform:none; }
.reveal:nth-child(2){ transition-delay:.07s; }
.reveal:nth-child(3){ transition-delay:.14s; }
.reveal:nth-child(4){ transition-delay:.21s; }
@media (prefers-reduced-motion: reduce){
  .reveal{ opacity:1; transform:none; }
}
