:root {
  --black: #000;
  --white: #fff;
  --purple: #2b005c;
  --header-height: 78px;
  --max-width: 1180px;
  --side-pad: clamp(1.25rem, 4vw, 4rem);
  --heading-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.45;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--max-width), calc(100% - (var(--side-pad) * 2))); margin-inline: auto; }
.narrow { max-width: 920px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: rgba(0,0,0,.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap {
  height: var(--header-height);
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nav-logo { display: none; width: 122px; }
.main-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(2rem, 5vw, 4.5rem); }
.main-menu a, .footer-nav a {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .17em;
  font-size: .88rem;
}
.main-menu a:hover, .footer-nav a:hover { opacity: .72; }
.menu-toggle { display: none; background: none; border: 0; padding: .5rem; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 28px; height: 2px; background: var(--white); margin: 6px 0; transition: transform .25s ease, opacity .25s ease; }

.section-bg { background-image: url("assets/instrumental-motion-milwaukee-wi.jpg"); background-size: cover; background-position: center; position: relative; isolation: isolate; }
.hero {
  background-image: url("assets/background-image.png");
  background-size: cover;
  background-position: center;
}
.overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.32), rgba(0,0,0,.8) 75%, #000); z-index: -1; }
.hero { min-height: 100svh; display: grid; place-items: center; padding: calc(var(--header-height) + 3rem) 0 5rem; text-align: center; }
.hero-content { max-width: 930px; }
.hero-logo { width: clamp(240px, 42vw, 450px); margin: 0 auto clamp(2.2rem, 5vw, 4.5rem); }
h1, h2, h3 { margin: 0; text-transform: uppercase; line-height: 1.05; }
h1, .closer h2 {
  font-family: var(--heading-font);
  font-weight: 900;
  letter-spacing: .08em;
  font-size: clamp(2rem, 5vw, 4.05rem);
}
.hero p { max-width: 760px; margin: 2.2rem auto 1.8rem; font-size: clamp(1rem, 1.8vw, 1.25rem); }
.button-row { display: flex; justify-content: center; gap: 1.8rem; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .9rem 1.25rem; background: var(--white); color: var(--black); border: 2px solid var(--white); text-transform: uppercase; font-weight: 900; letter-spacing: .12em; font-size: .9rem; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); background: transparent; color: var(--white); }

.services { min-height: 650px; padding: clamp(4rem, 8vw, 8rem) 0 clamp(3rem, 7vw, 7rem); background-position: center right; }
.services-fade { position: absolute; inset: 0; background: linear-gradient(90deg, #000 0%, #000 39%, rgba(0,0,0,.65) 58%, rgba(0,0,0,.15)); z-index: -1; }
.services-copy { width: min(560px, 100%); }
.outlined-title {
  display: inline-block;
  position: relative;
  font-family: var(--heading-font);
  font-size: clamp(2.8rem, 7vw, 5.7rem);
  font-weight: 900;
  letter-spacing: .09em;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}
.service-list { display: grid; gap: 1.55rem; margin-bottom: 2rem; }
.service-item { position: relative; padding-left: 1.7rem; }
.service-item::before { content:""; position:absolute; left:0; top:.1rem; width:.75rem; height:3.2rem; border-left:4px solid var(--white); border-bottom:4px solid var(--white); }
.service-item h3, .team-card h3, .footer-contact h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 900;
  letter-spacing: .08em;
}
.service-item p, .team-card p {
  margin: .35rem 0 0;
  font-size: clamp(.95rem, 1.05vw, 1rem);
  line-height: 1.5;
  max-width: 420px;
}

.team-card p {
  line-height: 1.38;
}
.services .btn { margin-left: 7rem; }

.gallery { padding: clamp(3.5rem, 7vw, 6rem) 0 4.5rem; background: linear-gradient(to bottom, #000 0 78%, var(--purple) 100%); text-align: center; }
.section-intro { margin: 0 auto 3.2rem; font-size: clamp(.95rem, 1.5vw, 1.1rem); }
.gallery-wrap { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: center; gap: clamp(.5rem, 3vw, 2rem); }
.gallery-frame { position: relative; aspect-ratio: 16 / 9; border: 4px solid var(--white); overflow: hidden; background: #111; }
.gallery-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .35s ease; }
.gallery-image.active { opacity: 1; }
.gallery-arrow { border: 0; color: rgba(255,255,255,.72); background: none; font-size: clamp(2rem, 5vw, 4rem); cursor: pointer; transition: opacity .2s ease, transform .2s ease; }
.gallery-arrow:hover { opacity: 1; transform: scale(1.08); }
.gallery-dots { display: flex; justify-content: center; gap: .8rem; margin-top: 1.7rem; }
.gallery-dots button { width: 11px; height: 11px; border-radius: 50%; border: 1px solid var(--white); background: transparent; padding: 0; cursor: pointer; }
.gallery-dots button.active { background: var(--white); }

.team {
  background: #000;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
}
.outlined-title.right { display: block; width: fit-content; margin-left: auto; margin-bottom: clamp(3rem, 7vw, 5rem); }
.team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 330px));
    justify-content: center;

    column-gap: clamp(4rem, 8vw, 8rem);
    row-gap: 2.5rem;
}
.headshot {
  width: 154px;
  aspect-ratio: 1;
  border: 2px solid var(--white);
  overflow: hidden;
  margin-bottom: 1rem;
}

.headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.person-icon { width: 70px; height: 98px; border-radius: 40px 40px 0 0; background: var(--black); position: relative; margin-top: 32px; }
.person-icon::before { content:""; position:absolute; width:45px; height:45px; border-radius:50%; background:var(--black); left:50%; top:-48px; transform:translateX(-50%); }
.team-info {
  position: relative;
  padding-left: 1.7rem;
}

.team-info::before {
  content:"";
  position:absolute;
  left:0;
  top:.1rem;
  width:.75rem;
  height:3.2rem;
  border-left:4px solid var(--white);
  border-bottom:4px solid var(--white);
}

.team-card .role {
  margin-top: .15rem;
  margin-bottom: .25rem;
  font-weight: 800;
  line-height: 1.2;
}

.team-card .role + p {
  margin-top: .25rem;
}

.role { font-weight: 700; }

.closer {
  background-image: url("assets/background-image.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;

  padding: clamp(3rem, 7vw, 6rem) 0 clamp(4rem, 8vw, 7rem);
  text-align: center;
}
.closer-overlay { background: linear-gradient(to bottom, rgba(0,0,0,.45), #000 94%); }
.closer h2 { margin-bottom: 2rem; }
.closer-box { width: min(900px, 100%); margin: 0 auto; background: rgba(120,120,120,.64); padding: clamp(1.4rem, 3vw, 2rem) clamp(1.25rem, 5vw, 4rem); }
.closer-box p { margin: 0 auto 1.35rem; max-width: 800px; }

.site-footer { padding: clamp(3rem, 7vw, 5rem) 0 1.5rem; background: var(--black); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: clamp(2rem, 8vw, 7rem); align-items: start; }
.footer-brand img { width: 170px; margin-bottom: 1.5rem; }
.footer-brand p { max-width: 300px; margin: 0; }
.footer-contact h3 { margin: 0 0 .15rem; }
.footer-contact a, .footer-contact p { display: block; margin: 0 0 1.2rem; font-size: .9rem; }
.footer-nav { display: grid; gap: .7rem; }
.footer-nav a { font-size: .78rem; }
.footer-bottom { text-align: center; margin-top: 3rem; font-size: .88rem; }
.footer-bottom p { margin: .3rem 0; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  :root { --header-height: 70px; }
  .nav-wrap { justify-content: space-between; }
  .nav-logo { display: block; }
  .menu-toggle { display: block; }
  .main-menu { position: fixed; top: var(--header-height); left: 0; right: 0; display: grid; gap: 0; background: rgba(0,0,0,.96); transform: translateY(-115%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; border-bottom: 1px solid rgba(255,255,255,.14); }
  .main-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-menu a { display: block; padding: 1.15rem var(--side-pad); border-top: 1px solid rgba(255,255,255,.12); }
  .menu-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .services-fade { background: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.82) 40%, rgba(0,0,0,.55)); }
  .services .btn { margin-left: 0; }
  .gallery-wrap { grid-template-columns: 1fr; }
  .gallery-arrow { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); }
  .gallery-arrow:hover { transform: translateY(-50%) scale(1.06); }
  .gallery-arrow.prev { left: .4rem; }
  .gallery-arrow.next { right: .4rem; }
  .gallery-frame { width: min(100%, 760px); margin: 0 auto; }
  .team-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand img, .footer-brand p { margin-inline: auto; }
  .footer-nav { justify-content: center; }
}

@media (max-width: 620px) {
  .hero { min-height: 92svh; }
  h1, .closer h2 { letter-spacing: .05em; }
  .button-row { gap: .75rem; }
  .btn { width: 100%; max-width: 210px; }
  .outlined-title { letter-spacing: .06em; }
  .team-grid { grid-template-columns: 1fr; justify-items: center; }
  .team-card { width: min(100%, 300px); }
  .outlined-title.right { margin-inline: auto; }
  .headshot { width: 140px; }
  .team-card p { line-height: 1.48; }
  .footer-brand img { width: 150px; }
}
