
:root{
  --bg:#050505;
  --panel:#0b0b0b;
  --panel2:#111;
  --text:#f4f4f4;
  --muted:#aaa;
  --line:#2a2a2a;
  --red:#ff1d25;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
img{max-width:100%;display:block}
a{color:inherit}
.site-header{
  position:sticky;top:0;z-index:50;
  min-height:74px;
  display:flex;align-items:center;justify-content:space-between;
  gap:28px;padding:10px 4vw;
  background:rgba(5,5,5,.94);
  border-bottom:1px solid #222;
  backdrop-filter:blur(14px);
}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:0}
.brand img{width:56px;height:56px;object-fit:contain}
.brand strong{
  display:block;
  font:700 1.35rem/1 Oswald,sans-serif;
  letter-spacing:.08em;
}
.brand span{
  display:block;margin-top:6px;
  color:#999;font-size:.59rem;letter-spacing:.11em;
}
.nav{display:flex;gap:30px}
.nav a{
  text-decoration:none;text-transform:uppercase;
  font:600 .82rem/1 Oswald,sans-serif;
  letter-spacing:.08em;
  border-bottom:2px solid transparent;padding:8px 0;
}
.nav a:hover{color:var(--red);border-color:var(--red)}
.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:1.6rem}
.hero{
  position:relative;
  min-height:680px;
  display:flex;align-items:center;
  overflow:hidden;border-bottom:1px solid var(--line);
}
.hero-bg{
  position:absolute;inset:0;
  background:url("assets/hero.jpg") center/cover no-repeat;
  filter:saturate(.75) contrast(1.05);
}
.hero-overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.78) 35%,rgba(0,0,0,.18) 70%,rgba(0,0,0,.36) 100%),
    linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,0) 42%);
}
.hero-content{
  position:relative;z-index:2;
  width:min(680px,86vw);
  margin-left:4vw;
  padding:70px 0;
}
.eyebrow{
  margin:0 0 15px;
  color:var(--red);
  font:700 .78rem/1 Oswald,sans-serif;
  letter-spacing:.32em;
}
.hero h1,.section h2,.about h2{
  font-family:Oswald,sans-serif;
  text-transform:uppercase;
  letter-spacing:-.03em;
}
.hero h1{
  margin:0;
  font-size:clamp(4rem,7.2vw,7.2rem);
  line-height:.89;
  max-width:760px;
}
.hero h1 span{color:var(--red)}
.hero-copy{
  max-width:610px;
  margin:24px 0 28px;
  color:#d3d3d3;
  font-size:1.1rem;line-height:1.6;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{
  min-height:50px;padding:0 25px;
  display:inline-flex;align-items:center;justify-content:center;
  text-decoration:none;text-transform:uppercase;
  font:600 .88rem Oswald,sans-serif;
  letter-spacing:.08em;border:1px solid #fff;
  transition:.2s ease;
}
.btn-primary{background:var(--red);border-color:var(--red)}
.btn-primary:hover{background:#fff;color:#000;border-color:#fff}
.btn-secondary{background:rgba(0,0,0,.35)}
.btn-secondary:hover{background:#fff;color:#000}
.hero-mark{
  position:absolute;z-index:2;right:4vw;bottom:34px;
  width:min(250px,25vw);opacity:.9;
}
.section{padding:54px 3vw 64px;border-bottom:1px solid var(--line)}
.section-heading{
  display:flex;align-items:end;justify-content:space-between;
  gap:30px;margin-bottom:26px;
}
.section h2,.about h2{
  margin:0;
  font-size:clamp(2.3rem,4vw,4.6rem);
  line-height:.95;
}
.section-kicker{
  margin:0;color:#8e8e8e;
  text-transform:uppercase;
  font:500 .68rem/1.8 Oswald,sans-serif;
  letter-spacing:.21em;
  text-align:right;
}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.service-card{
  background:#080808;border:1px solid #333;
  overflow:hidden;
}
.service-photo,.service-image{
  width:100%;height:220px;object-fit:cover;
  filter:saturate(.72) contrast(1.04);
}
.image-recording{
  background:
    linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.45)),
    url("assets/live-green.jpg") center/cover no-repeat;
}
.service-body{padding:17px 18px 21px}
.service-icon{color:var(--red);font-size:1.4rem}
.service-card h3{
  margin:8px 0 7px;
  font:700 1.55rem/1 Oswald,sans-serif;text-transform:uppercase;
}
.service-card p{margin:0;color:#b8b8b8;font-size:.9rem;line-height:1.55}
.section-gallery{padding-bottom:46px}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:235px;
  gap:8px;
}
.gallery-grid figure{margin:0;overflow:hidden;border:1px solid #252525}
.gallery-grid img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .35s ease,filter .35s ease;
}
.gallery-grid figure:hover img{transform:scale(1.035);filter:saturate(1.15)}
.g-wide{grid-column:span 2}
.about{
  display:grid;
  grid-template-columns:1.1fr 1.25fr .7fr;
  align-items:stretch;
  border-bottom:1px solid var(--line);
  min-height:490px;
}
.about-image{overflow:hidden}
.about-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.15)}
.about-copy{padding:56px 48px}
.about-copy p:not(.eyebrow){
  max-width:620px;color:#c2c2c2;line-height:1.65;
}
.about-copy .btn{margin-top:12px}
.about-note{
  position:relative;
  overflow:hidden;
  background:#090909;
  border-left:1px solid var(--line);
}
.about-note-image{
  display:flex;
  align-items:stretch;
  justify-content:stretch;
  min-height:100%;
}
.about-note-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
footer{
  min-height:120px;
  display:grid;
  grid-template-columns:1.4fr 1fr .8fr .6fr;
  gap:28px;align-items:center;
  padding:24px 3vw;color:#d3d3d3;
}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{width:64px}
.footer-brand strong{display:block;font:700 1.05rem Oswald,sans-serif}
.footer-brand span{display:block;color:#777;font-size:.65rem;letter-spacing:.11em;margin-top:4px}
footer>a{text-decoration:none}
.footer-note{
  justify-self:end;
  font:600 .72rem/1.4 Oswald,sans-serif;
  letter-spacing:.15em;color:#aaa;
}
@media (max-width:1000px){
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .about{grid-template-columns:1fr 1fr}
  .about-note{grid-column:1/-1;min-height:220px}
  footer{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .site-header{min-height:66px;padding:8px 18px}
  .brand img{width:46px;height:46px}
  .brand strong{font-size:1.05rem}
  .brand span{display:none}
  .nav-toggle{display:block}
  .nav{
    display:none;position:absolute;top:66px;left:0;right:0;
    flex-direction:column;gap:0;background:#070707;border-bottom:1px solid #222;
  }
  .nav.open{display:flex}
  .nav a{padding:17px 22px;border-bottom:1px solid #171717}
  .hero{min-height:620px}
  .hero-content{margin-left:20px;width:calc(100% - 40px)}
  .hero h1{font-size:clamp(3.3rem,16vw,5.4rem)}
  .hero-mark{display:none}
  .section{padding:42px 18px}
  .section-heading{align-items:flex-start;flex-direction:column}
  .section-kicker{text-align:left}
  .service-grid{grid-template-columns:1fr}
  .service-photo,.service-image{height:240px}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:180px}
  .g-wide{grid-column:span 2}
  .about{display:block}
  .about-image{height:320px}
  .about-copy{padding:42px 20px}
  .about-note{min-height:230px;padding:38px 20px}
  footer{grid-template-columns:1fr;padding:30px 20px}
  .footer-note{justify-self:start}
}


/* Gallery lightbox */
.lightbox-item{
  cursor:zoom-in;
}
.lightbox-item img{
  user-select:none;
  -webkit-user-drag:none;
}
.lightbox{
  position:fixed;
  inset:0;
  z-index:200;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.93);
  backdrop-filter:blur(8px);
  padding:28px;
}
.lightbox.open{
  display:flex;
}
.lightbox-stage{
  max-width:min(92vw,1400px);
  max-height:88vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.lightbox-image{
  max-width:92vw;
  max-height:82vh;
  width:auto;
  height:auto;
  object-fit:contain;
  box-shadow:0 20px 70px rgba(0,0,0,.5);
}
.lightbox-caption{
  margin-top:12px;
  color:#cfcfcf;
  font-size:.88rem;
  text-align:center;
}
.lightbox-close{
  position:absolute;
  top:18px;
  right:22px;
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  background:rgba(0,0,0,.35);
  color:#fff;
  font-size:2rem;
  line-height:1;
  cursor:pointer;
}
.lightbox-close:hover,
.lightbox-nav:hover{
  background:var(--red);
  border-color:var(--red);
}
.lightbox-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:50px;
  height:64px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(0,0,0,.3);
  color:#fff;
  font-size:2.5rem;
  cursor:pointer;
}
.lightbox-prev{left:18px}
.lightbox-next{right:18px}
body.lightbox-open{
  overflow:hidden;
}
@media (max-width:760px){
  .lightbox{
    padding:16px;
  }
  .lightbox-image{
    max-width:96vw;
    max-height:78vh;
  }
  .lightbox-nav{
    width:42px;
    height:56px;
    font-size:2rem;
    background:rgba(0,0,0,.48);
  }
  .lightbox-prev{left:6px}
  .lightbox-next{right:6px}
  .lightbox-close{
    top:10px;
    right:10px;
  }
}


/* Spotify playlist */
.listen-section{
  background:
    radial-gradient(circle at 78% 22%, rgba(255,29,37,.08), transparent 28%),
    #070707;
}
.spotify-wrap{
  display:grid;
  grid-template-columns:minmax(250px,.7fr) minmax(420px,1.5fr);
  gap:34px;
  align-items:center;
}
.spotify-copy{
  max-width:460px;
}
.spotify-copy p{
  margin:0 0 22px;
  color:#bdbdbd;
  font-size:1rem;
  line-height:1.65;
}
.spotify-player{
  border:1px solid #242424;
  border-radius:18px;
  overflow:hidden;
  background:#121212;
  box-shadow:0 22px 50px rgba(0,0,0,.28);
}
.spotify-player iframe{
  display:block;
  border:0;
}
@media (max-width:900px){
  .spotify-wrap{
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  .spotify-player{
    border-radius:12px;
  }
  .spotify-player iframe{
    height:352px;
  }
}
