/* ==========================================================================
   A Retrospektual View
   ========================================================================== */

:root {
  --ink:        #0E0D0C;   /* page base */
  --panel:      #171513;   /* raised surface */
  --panel-2:    #1F1C19;   /* nested surface */
  --cream:      #EFE9DD;   /* primary text */
  --cream-dim:  #A9A196;   /* secondary text */
  --gold:       #C9A227;
  --gold-soft:  #E0BC4A;
  --red:        #C1272D;
  --red-soft:   #DB4249;
  --rule:       #2E2A26;

  --measure: 62ch;
  --gap: 1.5rem;
  --pad-x: clamp(1.25rem, 5vw, 5rem);
  --section-y: clamp(4rem, 10vw, 8rem);
}

*, *::before, *::after { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: Archivo, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1rem, .95rem + .2vw, 1.0625rem);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--gold-soft); }
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 3px;
}

h2, h3 {
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.15;
  margin: 0 0 .75rem;
}
h2 { font-size: clamp(1.75rem, 1.3rem + 2vw, 2.75rem); }
h3 { font-size: clamp(1.15rem, 1rem + .6vw, 1.5rem); }

p { margin: 0 0 1rem; max-width: var(--measure); }

.skip {
  position: absolute; left: -9999px;
  background: var(--gold); color: var(--ink);
  padding: .75rem 1rem; z-index: 100; font-weight: 600;
}
.skip:focus { left: 1rem; top: 1rem; }

/* ---------- header ---------- */

.site-head {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--gap);
  padding: .65rem var(--pad-x);
  background: rgba(14, 13, 12, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--rule);
}
.site-head__mark img { width: clamp(96px, 12vw, 132px); }
.site-head__nav { display: flex; flex-wrap: wrap; gap: clamp(.6rem, 1.8vw, 1.75rem); }
.site-head__nav a {
  color: var(--cream); text-decoration: none;
  font-size: .9375rem; font-weight: 500;
  padding: .35rem 0; border-bottom: 2px solid transparent;
}
.site-head__nav a:hover { border-bottom-color: var(--red); }

/* ---------- hero ---------- */

.hero {
  padding: clamp(3rem, 9vw, 6.5rem) var(--pad-x) clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}
.hero__mark {
  width: min(560px, 82vw);
  margin: 0 auto clamp(1.5rem, 4vw, 2.5rem);
}
.hero__line {
  max-width: 34ch; margin: 0 auto 2rem;
  font-size: clamp(1.0625rem, 1rem + .5vw, 1.3125rem);
  color: var(--cream-dim);
}
.hero__actions {
  display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center;
}

.btn {
  display: inline-block;
  padding: .8rem 1.5rem;
  border: 1px solid var(--rule);
  border-radius: 2px;
  color: var(--cream);
  text-decoration: none;
  font-weight: 600; font-size: .9375rem;
  transition: border-color .15s, background-color .15s, color .15s;
}
.btn:hover { border-color: var(--gold); color: var(--gold-soft); }
.btn--solid {
  background: var(--red); border-color: var(--red); color: #fff;
}
.btn--solid:hover { background: var(--red-soft); border-color: var(--red-soft); color: #fff; }

/* ---------- division doors ---------- */

.doors {
  display: grid; gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  background: var(--rule);
  border-block: 1px solid var(--rule);
}
.door {
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  gap: .5rem;
  padding: clamp(2rem, 5vw, 3rem) 1.5rem;
  background: var(--panel);
  text-decoration: none; color: var(--cream);
  text-align: center;
  border-top: 3px solid transparent;
  transition: background-color .18s, border-top-color .18s;
}
.door__slot {
  height: 96px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: .75rem;
}
.door__slot img { height: 62px; width: auto; }
.door--dj .door__slot img { height: 92px; }
.door__name { font-weight: 700; font-size: 1.0625rem; }
.door__what { color: var(--cream-dim); font-size: .9375rem; }
.door:hover { background: var(--panel-2); }
.door--studio:hover { border-top-color: var(--cream); }
.door--film:hover   { border-top-color: var(--gold); }
.door--dj:hover     { border-top-color: var(--gold-soft); }

/* ---------- divisions ---------- */

.division {
  padding: var(--section-y) var(--pad-x);
  border-bottom: 1px solid var(--rule);
  scroll-margin-top: 5rem;
}
.division__head { margin-bottom: clamp(1.5rem, 4vw, 2.5rem); }
.division__logo { height: clamp(66px, 9vw, 104px); width: auto; }
.division__logo--dj { height: clamp(104px, 13vw, 160px); }

.division__body {
  border-left: 3px solid var(--rule);
  padding-left: clamp(1rem, 3vw, 1.75rem);
}
.division--studio .division__body { border-left-color: var(--cream); }
.division--film   .division__body { border-left-color: var(--gold); }
.division--dj     .division__body { border-left-color: var(--gold-soft); }

.lede {
  font-size: clamp(1.125rem, 1rem + .6vw, 1.375rem);
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.note { color: var(--cream-dim); font-size: .9375rem; }

.services {
  list-style: none; padding: 0;
  margin: 1.5rem 0;
  display: grid; gap: .4rem .5rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  max-width: 46rem;
}
.services li {
  padding-left: 1.1rem; position: relative;
  color: var(--cream-dim); font-size: .9375rem;
}
.services li::before {
  content: ""; position: absolute; left: 0; top: .68em;
  width: 6px; height: 2px; background: var(--gold);
}

/* ---------- gallery ---------- */

.gallery {
  margin-top: clamp(2rem, 5vw, 3rem);
  display: grid; gap: .75rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.gallery__item { margin: 0; overflow: hidden; background: var(--panel); }
.gallery__item img {
  width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 2;
}
@media (min-width: 900px) {
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .gallery__item--wide { grid-column: span 2; grid-row: span 2; }
  .gallery__item--wide img { aspect-ratio: 3 / 2.05; }
}

/* ---------- embeds ---------- */

.embed-block { margin-top: clamp(2.5rem, 6vw, 4rem); }
.embed-block p { color: var(--cream-dim); }

.embed { background: var(--panel); border: 1px solid var(--rule); }
.embed iframe { display: block; width: 100%; border: 0; }
.embed--video { max-width: 60rem; }
.embed--video iframe { aspect-ratio: 16 / 9; height: auto; }
.embed--booking iframe { min-height: 800px; }

/* ---------- booking ---------- */

.booking {
  padding: var(--section-y) var(--pad-x);
  border-bottom: 1px solid var(--rule);
  scroll-margin-top: 5rem;
}
.booking__intro { color: var(--cream-dim); margin-bottom: 2rem; }

/* ---------- schools ---------- */

.schools {
  padding: var(--section-y) var(--pad-x);
  background: var(--panel);
  scroll-margin-top: 5rem;
}
.schools__grid {
  display: grid; gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 860px) {
  .schools__grid { grid-template-columns: 1.4fr 1fr; }
}

.vendor-facts {
  margin: 0; padding: clamp(1.25rem, 3vw, 1.75rem);
  background: var(--panel-2);
  border-left: 3px solid var(--red);
}
.vendor-facts dt {
  font-size: .8125rem; color: var(--cream-dim);
  margin-top: 1rem;
}
.vendor-facts dt:first-child { margin-top: 0; }
.vendor-facts dd { margin: .15rem 0 0; font-weight: 600; }

/* ---------- footer ---------- */

.site-foot {
  display: grid; gap: 2rem;
  grid-template-columns: 1fr;
  padding: clamp(3rem, 7vw, 4.5rem) var(--pad-x) 2rem;
  border-top: 1px solid var(--rule);
  font-size: .9375rem;
}
@media (min-width: 760px) {
  .site-foot { grid-template-columns: auto 1fr auto; align-items: start; }
}
.site-foot__brand img { width: 132px; }
.site-foot p { margin: 0 0 .3rem; }
.site-foot__name { font-weight: 700; }
.site-foot__contact a { color: var(--cream); }
.site-foot__divisions p { color: var(--cream-dim); }
.site-foot__legal {
  grid-column: 1 / -1;
  margin-top: 1.5rem; padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
  color: var(--cream-dim); font-size: .8125rem;
}

/* two-up gallery (DJ section) */
.gallery--pair { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
@media (min-width: 900px) {
  .gallery--pair { grid-template-columns: repeat(2, 1fr); }
  .gallery--pair .gallery__item img { aspect-ratio: 3 / 2; }
}

/* studio rates */
.rates { margin-top: 2rem; }
.rate-list {
  margin: 0 0 1.25rem; padding: 0;
  display: grid; grid-template-columns: 1fr auto;
  gap: .1rem 1.5rem; max-width: 34rem;
}
.rate-list dt {
  padding: .55rem 0; border-bottom: 1px solid var(--rule);
  color: var(--cream-dim); font-size: .9375rem;
}
.rate-list dt span { opacity: .7; }
.rate-list dd {
  margin: 0; padding: .55rem 0; border-bottom: 1px solid var(--rule);
  text-align: right; font-weight: 700; font-variant-numeric: tabular-nums;
}

/* division social links */
.social {
  display: flex; flex-wrap: wrap; gap: .5rem;
  margin: 1.5rem 0 0; padding: 0; list-style: none;
}
.social a {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .5rem .85rem;
  border: 1px solid var(--rule); border-radius: 2px;
  color: var(--cream-dim); text-decoration: none;
  font-size: .875rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.social a:hover { border-color: var(--gold); color: var(--gold-soft); }
.social svg { width: 16px; height: 16px; fill: currentColor; flex: none; }
