/* Coach House Studios — Clean Dark Studio theme
   Palette: charcoal stage (#121315), deep panel (#1A1B1E),
   crisp white (#F5F5F4), muted grey (#9A9DA3), tally-red accent (#D6432B), hairline (#2A2C30) */

:root {
  --stage: #121315;
  --panel: #1A1B1E;
  --white: #F5F5F4;
  --grey: #9A9DA3;
  --line: #2A2C30;
  --red: #B8BCC4;
  --red-dim: #8E929B;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--stage);
  color: var(--white);
  font-family: -apple-system, 'Inter', 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 0.4em;
  color: var(--white);
}

a { color: var(--red); text-decoration: none; }
a:hover, a:focus { color: var(--white); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }

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

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

header.site {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(18,19,21,0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  max-width: var(--max);
  margin: 0 auto;
}
.brand {
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.brand img { display: block; }
.brand .header-phone {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--grey);
  text-decoration: none;
}
.brand .header-phone:hover { color: var(--white); }
.brand span { color: var(--red); }
nav.links {
  display: flex;
  font-size: 0.9rem;
}
nav.links a { margin-right: 32px; }
nav.links a:last-child { margin-right: 0; }
nav.links a { color: var(--grey); }
nav.links a:hover, nav.links a.active { color: var(--white); }
.nav-cta {
  border: 1px solid var(--red);
  color: var(--white) !important;
  padding: 8px 18px;
  border-radius: 4px;
  font-size: 0.85rem;
}
.nav-cta:hover { background: var(--red); }
.menu-toggle { display: none; }

.hero { border-bottom: 1px solid var(--line); }
.hero-inner {
  padding: 110px 24px 88px;
  max-width: var(--max);
  margin: 0 auto;
}
.eyebrow {
  color: var(--red);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  max-width: 18ch;
  line-height: 1.08;
  margin-bottom: 22px;
}
.hero p.lede {
  max-width: 56ch;
  color: var(--grey);
  font-size: 1.2rem;
}
.hero-meta {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.hero-meta .stat .num {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  display: block;
  line-height: 1;
}
.hero-meta .stat .label {
  font-size: 0.82rem;
  color: var(--grey);
  margin-top: 4px;
}
.hero-actions { margin-top: 40px; display: flex; gap: 16px; flex-wrap: wrap; }
.btn {
  display: inline-block;
  padding: 13px 26px;
  font-size: 0.92rem;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid transparent;
}
.btn.primary { background: var(--red); color: var(--stage); }
.btn.primary:hover { background: var(--red-dim); }
.btn.ghost { color: var(--white); border-color: var(--line); }
.btn.ghost:hover { border-color: var(--grey); }

section { padding: 88px 24px; border-bottom: 1px solid var(--line); }
section.alt { background: var(--panel); }
.section-head { max-width: 60ch; margin-bottom: 48px; }
.section-head .eyebrow { margin-bottom: 10px; }
.section-head h2 { font-size: clamp(1.7rem, 3.2vw, 2.3rem); }
.section-head p { color: var(--grey); margin-top: 14px; font-size: 1.05rem; }

.kit-list { border-top: 1px solid var(--line); }
.kit-row {
  display: grid;
  grid-template-columns: 80px 1fr 1.2fr;
  gap: 24px;
  align-items: baseline;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.kit-row .reel { color: var(--red); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em; }
.kit-row h3 { font-size: 1.1rem; margin: 0; }
.kit-row p { color: var(--grey); margin: 0; font-size: 0.97rem; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.card { padding: 32px; background: var(--stage); }
section.alt .card { background: var(--panel); }
.card .eyebrow { font-size: 0.78rem; }
.card h3 { font-size: 1.1rem; margin-top: 6px; }
.card p { color: var(--grey); font-size: 0.97rem; margin-top: 10px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.split h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.split .eyebrow { margin-bottom: 10px; }
.split p { color: var(--grey); font-size: 1.05rem; }
.split ul { margin: 0; padding: 0; list-style: none; }
.split li {
  padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--white);
  font-size: 0.98rem; padding-left: 24px; position: relative;
}
.split li::before { content: "—"; color: var(--red); position: absolute; left: 0; }

.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.loc-card { padding: 32px; background: var(--stage); }
.loc-card .eyebrow { color: var(--red); }
.loc-card address { font-style: normal; font-size: 0.98rem; color: var(--grey); margin: 16px 0 0; line-height: 1.7; }

.credit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 40px; font-size: 0.97rem; color: var(--grey); }
.credit-list span { color: var(--white); font-weight: 500; }

footer { padding: 56px 24px 40px; background: var(--panel); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; max-width: var(--max); margin: 0 auto; }
footer h4 { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--grey); margin-bottom: 14px; }
footer p, footer address { color: var(--grey); font-size: 0.92rem; font-style: normal; line-height: 1.8; }
footer a { color: var(--white); }
footer a:hover { color: var(--red); }
.footer-bottom { max-width: var(--max); margin: 32px auto 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--grey); font-size: 0.85rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

form.contact-form { display: grid; gap: 20px; max-width: 520px; }
form.contact-form label { font-size: 0.82rem; font-weight: 600; color: var(--grey); display: block; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.04em; }
form.contact-form input, form.contact-form textarea {
  width: 100%; background: var(--panel); border: 1px solid var(--line); border-radius: 4px;
  color: var(--white); padding: 13px 16px; font-family: inherit; font-size: 1rem;
}
form.contact-form input:focus, form.contact-form textarea:focus { outline: 2px solid var(--red); outline-offset: 1px; border-color: var(--red); }

@media (max-width: 860px) {
  nav.links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--panel);
    border-bottom: 1px solid var(--line);
    padding: 8px 0;
  }
  nav.links.nav-open { display: flex; }
  nav.links a {
    padding: 14px 24px;
    border-bottom: 1px solid var(--line);
    width: 100%;
  }
  nav.links a:last-child { border-bottom: none; }
  nav.links a.nav-cta {
    margin: 10px 24px 4px;
    width: auto;
    text-align: center;
    border: 1px solid var(--red);
  }
  header.site { position: relative; }
  .menu-toggle { display: inline-block; background: none; border: 1px solid var(--line); border-radius: 4px; color: var(--white); padding: 8px 14px; }
  .grid-3 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .loc-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .credit-list { grid-template-columns: 1fr; }
  .kit-row { grid-template-columns: 50px 1fr; }
  .kit-row p { grid-column: 2; }
  .hero-meta { gap: 32px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Image placeholders */
.hero-image {
  margin-top: 56px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, var(--panel) 0%, var(--stage) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.photo-grid figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--panel);
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.photo-grid figcaption {
  display: none;
}
@media (max-width: 860px) {
  .photo-grid { grid-template-columns: 1fr 1fr; }
}

/* Logo strip */
.logo-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 36px;
  opacity: 0.75;
}
.logo-strip img {
  height: 28px;
  width: auto;
  opacity: 0.95;
}

/* Signature element: timecode bar */
.timecode-bar {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 14px 22px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--panel);
  font-family: 'SF Mono', 'IBM Plex Mono', 'Courier New', monospace;
  flex-wrap: wrap;
}
.tc-label {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grey);
}
.tc-readout {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--red);
  letter-spacing: 0.04em;
}

/* Subtle scanline texture over the whole page, evoking a broadcast monitor */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1000;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.012) 0px,
    rgba(255,255,255,0.012) 1px,
    transparent 1px,
    transparent 3px
  );
  mix-blend-mode: overlay;
}
