/* Corporate video: extends the existing Geist / paper / blue system. */
.video-page main { overflow: clip; }
.video-hero { padding: clamp(8rem,12vw,11rem) 0 clamp(3rem,6vw,6rem); }
.video-hero-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: clamp(2rem,5vw,5rem); align-items: end; }
.video-title { font-size: clamp(3rem,5.7vw,5.5rem); font-weight: 500; line-height: .98; letter-spacing: -.065em; margin: 1.6rem 0; }
.video-hero .lead { font-size: clamp(1.05rem,1.4vw,1.25rem); max-width: 51ch; }
.video-note { font-size: .87rem; color: var(--ink-2); margin-top: 1rem; line-height: 1.65; }
.video-kicker { display: flex; flex-wrap: wrap; gap: .65rem 1.5rem; border-top: 1px solid var(--line); padding-top: 1.2rem; margin-top: 2rem; font: .66rem/1.6 var(--font-mono); text-transform: uppercase; letter-spacing: .07em; }
.video-feature { display: block; color: var(--ink); border-top: 1px solid var(--ink); padding-top: 1rem; }
.video-feature .eyebrow { margin-bottom: 1rem; }
.video-poster { aspect-ratio: 16/9; overflow: hidden; position: relative; background: var(--ink); }
.video-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.video-feature:hover img, .video-card:hover img { transform: scale(1.03); }
.video-play { position: absolute; right: 1rem; bottom: 1rem; width: 2.8rem; height: 2.8rem; border-radius: 50%; background: var(--paper); color: var(--ink); display: grid; place-items: center; font-size: .8rem; }
.video-caption { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; font-size: .9rem; }
.video-caption span { color: var(--ink-2); }
.video-band { background: var(--blue); color: #fff; padding: clamp(2.5rem,5vw,4.5rem) 0; }
.video-band .eyebrow, .video-band .lead, .video-band .video-note { color: #e4e6ff; }
.video-band .btn { background: var(--paper); color: var(--ink); }
.video-band-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem 5rem; align-items: center; }
.video-band h2 { font-size: clamp(2.1rem,4vw,3.8rem); font-weight: 500; line-height: 1.05; letter-spacing: -.05em; }
.video-heading { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem; margin-bottom: 2.5rem; }
.video-heading .lead { max-width: 39ch; font-size: 1.05rem; }
.video-services { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 3rem; }
.video-service { padding: 1.8rem 0 2rem; border-top: 1px solid var(--ink); }
.video-service h3 { font-size: clamp(1.5rem,2.2vw,2rem); letter-spacing: -.04em; font-weight: 500; margin-bottom: .75rem; }
.video-service p { max-width: 52ch; color: var(--ink-2); }
.video-service .textlink { margin-top: 1rem; }
.video-work { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; }
.video-card { display: block; }
.video-card h3 { font-size: 1.35rem; line-height: 1.2; letter-spacing: -.035em; margin: .65rem 0; }
.video-card .eyebrow { margin-top: 1.2rem; }
.video-card p { color: var(--ink-2); font-size: .95rem; }
.video-card .textlink { margin-top: .8rem; }
.video-process { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2rem; margin-top: 3rem; }
.video-process article { border-top: 1px solid var(--ink); padding-top: 1.5rem; }
.video-process h3 { font-size: 1.65rem; letter-spacing: -.04em; margin: 1.2rem 0 .7rem; }
.video-process p { color: var(--ink-2); }
.video-pricing { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.video-price { background: var(--white); border: 1px solid var(--line); padding: clamp(1.3rem,2.5vw,2.3rem); display: flex; flex-direction: column; }
.video-price h3 { font-size: 1.4rem; letter-spacing: -.04em; margin: 1rem 0 .5rem; }
.video-price .price { font-size: clamp(1.65rem,2.7vw,2.6rem); letter-spacing: -.055em; line-height: 1.15; margin: 1rem 0; }
.video-price p { color: var(--ink-2); font-size: .95rem; }
.video-price ul { padding-left: 1.1rem; margin: 1.2rem 0 2rem; color: var(--ink-2); font-size: .9rem; }
.video-price li + li { margin-top: .5rem; }
.video-price .textlink { margin-top: auto; }
.video-retainer { display: grid; grid-template-columns: 1fr 1.7fr; gap: 1.5rem 3rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--ink); }
.video-retainer h3 { font-size: 1.6rem; letter-spacing: -.04em; }
.video-faq { max-width: 900px; }
.video-faq details { border-top: 1px solid var(--line); padding: 1.2rem 0; }
.video-faq details:last-child { border-bottom: 1px solid var(--line); }
.video-faq summary { cursor: pointer; font-size: 1.15rem; font-weight: 500; padding-right: 1rem; }
.video-faq details p { padding-top: 1rem; max-width: 72ch; color: var(--ink-2); }
.video-cta { padding: clamp(3rem,6vw,6rem) 0; background: var(--ink); color: var(--paper); }
.video-cta .eyebrow, .video-cta .lead { color: #c9c6c2; }
.video-cta .btn { background: var(--paper); color: var(--ink); }
.video-cta .textlink { color: var(--paper); }
.video-cta .lead { margin-top: 1.5rem; }
.watch-head { padding: clamp(7rem,10vw,9rem) 0 2rem; }
.watch-head h1 { font-size: clamp(2.7rem,5.3vw,5rem); letter-spacing: -.055em; line-height: 1.02; max-width: 22ch; margin: 1.5rem 0; font-weight: 500; }
.watch-frame { aspect-ratio: 16/9; background: #111; }
.watch-frame iframe { width: 100%; height: 100%; display: block; border: 0; }
.watch-context { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem 5rem; }
.watch-context h2 { font-size: clamp(1.8rem,3vw,2.8rem); letter-spacing: -.045em; line-height: 1.1; }
.watch-context p + p { margin-top: 1.2rem; }
.video-page a:focus-visible, .video-page summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.video-band a:focus-visible, .video-cta a:focus-visible { outline-color: #fff; }
@media (max-width: 980px) {
  .video-hero-grid { grid-template-columns: 1fr; }
  .video-feature { max-width: 640px; }
  .video-work, .video-pricing { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .video-work > :last-child, .video-pricing > :last-child { grid-column: 1 / -1; max-width: 640px; }
  .video-heading { display: block; }
  .video-heading .lead { margin-top: 1.5rem; }
}
@media (max-width: 640px) {
  .video-hero { padding-top: 7.5rem; }
  .video-title { font-size: clamp(2.7rem,10vw,4rem); }
  .video-band-grid, .video-services, .video-work, .video-process, .video-pricing, .video-retainer, .watch-context { grid-template-columns: 1fr; }
  .video-work { gap: 2.5rem; }
  .video-caption { font-size: .85rem; }
  .video-kicker { gap: .5rem 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .video-poster img { transition: none; }
  .video-feature:hover img, .video-card:hover img { transform: none; }
}
