/* tvacom rentals — light design system.
   White pages, ink type, tvacom blue (the rentals logo blue) for accents.
   Product photos sit on white and blend into the page — the reason this site
   is light while corporate stays black/gold. */
:root {
  --blue: #2F4190;        /* logo blue — buttons, borders, fills */
  --blue-soft: #4258ad;   /* hover */
  --blue-ink: #2F4190;    /* accent as text on white (passes contrast) */
  --bg: #ffffff;
  --bg2: #f5f6fa;         /* cool paper band */
  --panel: #ffffff;
  --line: #e2e4ee;        /* cool hairline */
  --ink: #14161f;
  --text: #14161f;
  --muted: #62677a;
  --faint: #989eb4;
  --serif: "Playfair Display", "Didot", Georgia, serif;
  --sans: "Inter", "Helvetica Neue", Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--sans); font-weight: 300; line-height: 1.6; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

/* type */
.kicker { font-size: .72rem; font-weight: 600; letter-spacing: .34em; text-transform: uppercase; color: var(--blue-ink); }
h1, h2, .display { font-family: var(--serif); font-weight: 500; letter-spacing: .01em; line-height: 1.12; }
h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
.lede { color: var(--muted); font-size: 1.06rem; max-width: 640px; }

/* header — always solid so nothing ever collides with page content */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: rgba(255, 255, 255, .96); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img.logo { height: 48px; width: auto; }
nav.links { display: flex; align-items: center; gap: 26px; }
nav.links a { font-size: .76rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
nav.links a:hover { color: var(--ink); }
.btn {
  display: inline-block; padding: 13px 26px; font-size: .72rem; letter-spacing: .2em;
  text-transform: uppercase; font-weight: 600; border: 1px solid var(--blue); color: var(--blue-ink);
}
.btn:hover { background: rgba(47, 65, 144, .07); }
.btn-primary { background: var(--blue); border-color: var(--blue); color: #ffffff; }
.btn-primary:hover { background: var(--blue-soft); color: #ffffff; }
nav.links a.btn-primary { color: #ffffff; }
.burger { display: none; background: none; border: 0; color: var(--ink); font-size: 26px; cursor: pointer; }

/* home hero — white editorial block, then the film strip below it */
.hero { padding: 122px 0 0; }
.hero h1 { max-width: 820px; margin: 12px 0 14px; font-size: clamp(1.8rem, 3.2vw, 2.7rem); }
.hero .lede { margin-bottom: 22px; font-size: .98rem; }
.cta-row { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 38px; }
/* the banner is a random show from the productions wall, cover-cropped;
   pointer-events off so it stays ambient — the Now Playing chip is the link */
.hero-media { position: relative; overflow: hidden; border-top: 1px solid var(--line); height: min(56vh, 560px); background: #0a0a09; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-media iframe {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: max(100vw, calc(min(56vh, 560px) * 1.78));
  height: max(56.25vw, calc(min(56vh, 560px) + 140px));
  border: 0; pointer-events: none;
}
.hero-media .np {
  position: absolute; left: 22px; bottom: 20px; z-index: 2;
  display: flex; align-items: baseline; gap: 12px;
  background: rgba(10, 10, 9, .78); backdrop-filter: blur(6px);
  padding: 11px 16px; color: #f2f3f8; font-size: .82rem;
}
.hero-media .np .k { font-size: .6rem; letter-spacing: .26em; text-transform: uppercase; color: #aab8f0; }
.hero-media .np:hover { background: rgba(10, 10, 9, .95); }

/* trust bar */
.trust { border-bottom: 1px solid var(--line); background: var(--bg2); }
.trust .wrap { display: flex; gap: 34px; align-items: center; justify-content: space-between; padding: 20px 28px; flex-wrap: wrap; }
.trust span { font-size: .76rem; letter-spacing: .3em; text-transform: uppercase; color: var(--faint); white-space: nowrap; }

/* sections */
section.block { padding: 100px 0; }
section.block.alt { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { margin-bottom: 54px; }
.section-head h2 { margin: 14px 0 16px; }

/* productions — wall of video freeze-frames; hover reveals show + play */
.vid-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vid { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #0a0a09; border: 1px solid var(--line); }
.vid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; display: block; }
.vid:hover img { transform: scale(1.05); }
.vid .ov {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; text-align: center; padding: 14px; background: rgba(10, 10, 9, .74);
  opacity: 0; transition: opacity .3s ease;
}
.vid:hover .ov, .vid:focus-visible .ov { opacity: 1; }
.vid .ov svg { width: 40px; height: 40px; fill: #ffffff; }
.vid .ov .show { font-family: var(--serif); font-size: 1.02rem; line-height: 1.25; color: #ffffff; }
.vid .ov .net { font-size: .62rem; letter-spacing: .24em; text-transform: uppercase; color: #aab8f0; }
@media (hover: none) {
  /* touch screens can't hover — keep a readable caption on-screen */
  .vid .ov { opacity: 1; background: linear-gradient(transparent 40%, rgba(10, 10, 9, .85)); justify-content: flex-end; align-items: flex-start; text-align: left; }
  .vid .ov svg { display: none; }
}

/* category cards — photo with a clean white caption strip, catalog-style */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cat-card { border: 1px solid var(--line); background: var(--panel); overflow: hidden; transition: border-color .3s, box-shadow .3s, transform .3s; }
.cat-card:hover { border-color: var(--blue); box-shadow: 0 10px 30px rgba(20, 22, 31, .08); transform: translateY(-3px); }
.cat-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.cat-card .ct { padding: 18px 20px; border-top: 1px solid var(--line); display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.cat-card .ct .name { font-family: var(--serif); font-size: 1.2rem; }
.cat-card .ct .count { font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--blue-ink); white-space: nowrap; }

/* services */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc { border: 1px solid var(--line); background: var(--panel); padding: 36px 30px; }
.svc .num { font-family: var(--serif); color: var(--blue-ink); font-size: 1.05rem; margin-bottom: 18px; }
.svc h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; margin-bottom: 14px; }
.svc p { color: var(--muted); font-size: .95rem; }

/* team */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.person img.head { width: 148px; height: 148px; object-fit: cover; border: 1px solid var(--line); margin-bottom: 20px; }
.person h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; }
/* contact — the two people you reach */
.team-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 46px; }
.tperson { display: flex; align-items: center; gap: 22px; border: 1px solid var(--line); background: var(--panel); padding: 22px; }
.tperson img { width: 108px; height: 108px; object-fit: cover; border: 1px solid var(--line); flex: none; }
.tperson h3 { font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.tperson .role { font-size: .66rem; letter-spacing: .24em; text-transform: uppercase; color: var(--blue-ink); margin: 5px 0 8px; }
.tperson a { color: var(--blue-ink); font-size: .92rem; }
@media (max-width: 720px) { .team-row { grid-template-columns: 1fr; } }
.person .role { font-size: .7rem; letter-spacing: .26em; text-transform: uppercase; color: var(--blue-ink); margin: 8px 0 16px; }
.person p { color: var(--muted); font-size: .97rem; }

/* client access strip */
.access { text-align: center; padding: 96px 0; }
.access h2 { margin: 14px 0 18px; }
.access p { color: var(--muted); max-width: 560px; margin: 0 auto 34px; }

/* catalog — type-led page head, search, pills */
.page-head { padding: 150px 0 0; }
.page-head h1 { margin: 16px 0 18px; }
.page-head .lede a { color: var(--blue-ink); }
.cat-tools { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin: 38px 0 0; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.cat-nav { display: flex; gap: 10px; flex-wrap: wrap; }
.cat-nav a { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; padding: 10px 16px; border: 1px solid var(--line); color: var(--muted); background: var(--panel); }
.cat-nav a:hover { border-color: var(--blue); color: var(--blue-ink); }
.cat-nav a.active { border-color: var(--blue); background: var(--blue); color: #ffffff; }
.search { margin-left: auto; position: relative; }
.search input {
  border: 1px solid var(--line); background: var(--panel); color: var(--ink);
  font: 300 .9rem var(--sans); padding: 11px 14px 11px 38px; width: 250px; outline: none;
}
.search input:focus { border-color: var(--blue); }
.search svg { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 15px; height: 15px; stroke: var(--faint); fill: none; stroke-width: 2; }
.result-note { color: var(--faint); font-size: .82rem; margin-top: 18px; }

/* gear cards — the product photo sits on white and just belongs there */
.gear-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.gear { border: 1px solid var(--line); background: var(--panel); display: flex; flex-direction: column; transition: border-color .3s, box-shadow .3s; }
.gear:hover { border-color: var(--blue); box-shadow: 0 10px 30px rgba(20, 22, 31, .07); }
.gear .ph { aspect-ratio: 4 / 3; background: #fff; display: flex; align-items: center; justify-content: center; padding: 18px; border-bottom: 1px solid var(--line); }
.gear .ph img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.gear .body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.gear h3 { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; line-height: 1.3; }
.gear details { font-size: .85rem; color: var(--muted); }
.gear details summary { cursor: pointer; font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--blue-ink); list-style: none; }
.gear details summary::-webkit-details-marker { display: none; }
.gear details summary::after { content: ' +'; }
.gear details[open] summary::after { content: ' −'; }
.gear details ul { margin: 10px 0 0 18px; }
.gear details li { margin-bottom: 4px; }
.gear .actions { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.gear .actions .addq {
  font: 600 .66rem var(--sans); letter-spacing: .18em; text-transform: uppercase;
  border: 1px solid var(--line); background: none; color: var(--muted); padding: 9px 13px; cursor: pointer;
}
.gear .actions .addq:hover { border-color: var(--blue); color: var(--blue-ink); }
.gear .actions .addq.added { border-color: var(--blue); background: var(--blue); color: #ffffff; }
.gear .actions .quote-link { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--blue-ink); white-space: nowrap; }
.gear .actions .quote-link:hover { color: var(--ink); }

/* quote bar — floating list of gear to send as one email */
.quote-bar {
  position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%) translateY(120px);
  background: var(--ink); color: #f2f3f8; display: flex; align-items: center; gap: 18px;
  padding: 13px 16px 13px 22px; z-index: 60; box-shadow: 0 12px 40px rgba(20, 22, 31, .35);
  transition: transform .35s ease; max-width: calc(100vw - 32px);
}
.quote-bar.show { transform: translateX(-50%) translateY(0); }
.quote-bar .n { font-family: var(--serif); font-size: 1rem; white-space: nowrap; }
.quote-bar a, .quote-bar button {
  font: 600 .66rem var(--sans); letter-spacing: .18em; text-transform: uppercase; cursor: pointer;
}
.quote-bar .send { background: var(--blue); color: #ffffff; padding: 10px 16px; border: 0; white-space: nowrap; }
.quote-bar .send:hover { background: var(--blue-soft); }
.quote-bar .clear { background: none; border: 0; color: #989eb4; }
.quote-bar .clear:hover { color: #f2f3f8; }

/* product detail pages */
.pdp { padding-bottom: 90px; }
.crumbs { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--faint); margin-bottom: 34px; }
.crumbs a { color: var(--blue-ink); }
.crumbs a:hover { color: var(--ink); }
.pdp-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 54px; align-items: start; }
.pdp-media .main { border: 1px solid var(--line); background: #fff; aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; padding: 26px; }
.pdp-media .main img { max-width: 100%; max-height: 100%; object-fit: contain; }
.thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.thumbs button { width: 74px; height: 58px; border: 1px solid var(--line); background: #fff; padding: 5px; cursor: pointer; }
.thumbs button img { width: 100%; height: 100%; object-fit: contain; }
.thumbs button.on, .thumbs button:hover { border-color: var(--blue); }
.pdp-info h1 { font-size: clamp(1.6rem, 2.6vw, 2.3rem); margin-bottom: 22px; }
.pdp-info .feat { border-top: 1px solid var(--line); padding-top: 22px; color: var(--muted); font-size: .95rem; }
.pdp-info .feat .kicker { margin-bottom: 12px; }
.pdp-info .feat ul { margin: 8px 0 0 18px; }
.pdp-info .feat li { margin-bottom: 5px; }
.pdp-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.pdp-actions .addq.btn { cursor: pointer; background: none; font-family: var(--sans); }
.pdp-actions .addq.btn.added { background: var(--blue); color: #ffffff; }
.pdp-call { margin-top: 20px; font-size: .88rem; color: var(--muted); }
.pdp-call a { color: var(--blue-ink); }
@media (max-width: 900px) { .pdp-grid { grid-template-columns: 1fr; gap: 30px; } }

/* interior page head (about / services / contact) */
.page-hero { padding: 150px 0 0; }
.page-hero h1 { margin: 16px 0 18px; }
.page-hero .band { margin-top: 56px; border-top: 1px solid var(--line); }
.page-hero .band img { width: 100%; height: 300px; object-fit: cover; }

/* footer */
footer { border-top: 1px solid var(--line); background: var(--bg2); padding: 70px 0 40px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.foot-grid h4 { font-size: .68rem; letter-spacing: .26em; text-transform: uppercase; color: var(--blue-ink); margin-bottom: 16px; }
.foot-grid a, .foot-grid p { display: block; color: var(--muted); font-size: .92rem; margin-bottom: 9px; }
.foot-grid a:hover { color: var(--ink); }
.foot-base { border-top: 1px solid var(--line); padding-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--faint); font-size: .78rem; }
.foot-base img { height: 26px; width: 26px; opacity: .9; }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* responsive */
@media (max-width: 1060px) {
  nav.links { gap: 18px; }
  nav.links a { font-size: .7rem; letter-spacing: .1em; }
  .nav .btn { padding: 10px 16px; }
}
@media (max-width: 980px) {
  .cat-grid, .svc-grid, .gear-grid { grid-template-columns: 1fr 1fr; }
  .vid-grid { grid-template-columns: 1fr 1fr; }
  .prod-grid, .team-grid, .foot-grid { grid-template-columns: 1fr; }
  .search { margin-left: 0; width: 100%; }
  .search input { width: 100%; }
}
@media (max-width: 860px) {
  nav.links { display: none; }
  nav.links.open {
    display: flex; position: fixed; inset: 76px 0 auto 0; flex-direction: column; align-items: flex-start;
    background: rgba(255, 255, 255, .98); padding: 30px 28px 40px; gap: 24px; border-bottom: 1px solid var(--line);
  }
  .burger { display: block; }
  .cat-grid, .svc-grid, .gear-grid { grid-template-columns: 1fr; }
  .brand img.logo { height: 40px; }
  .hero { padding-top: 96px; }
  .hero h1 { font-size: 1.4rem; margin: 8px 0 10px; }
  .hero .lede { font-size: .9rem; margin-bottom: 16px; }
  .hero .kicker { font-size: .62rem; }
  .cta-row { margin-bottom: 26px; }
  .cta-row .btn { padding: 11px 18px; font-size: .66rem; }
  .page-head, .page-hero { padding-top: 120px; }
}


/* production watch page — just the logo, the video, and a way back */
.watch-page { max-width: 1100px; margin: 0 auto; padding: 118px 28px 80px; }
.watch-page .backrow { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.watch-page .back { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--blue-ink); }
.watch-page .back:hover { color: var(--ink); }
.watch-frame { position: relative; aspect-ratio: 16 / 9; background: #000; border: 1px solid var(--line); }
.watch-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.watch-meta { margin-top: 20px; }
.watch-meta h1 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.watch-meta .net { font-size: .7rem; letter-spacing: .24em; text-transform: uppercase; color: var(--blue-ink); margin-top: 6px; }
