:root {
  color-scheme: dark;
  --ink: #090909;
  --paper: #eeece6;
  --soft: #aaa9a3;
  --line: rgba(238, 236, 230, .16);
  --accent: #c2dde1;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --gutter: clamp(22px, 5vw, 100px);
  --ceiling-height: clamp(108px, 10.5vw, 202px);
  --projection-height: 46vw;
  --curve-top: calc(var(--projection-height) * .055);
  --curve-bottom: calc(var(--projection-height) * .018);
  --screen-top: calc(var(--ceiling-height) - var(--curve-top));
  --screen-height: calc(var(--ceiling-height) + var(--projection-height));
  --floor-depth: clamp(460px, 36vw, 690px);
  --room-height: calc(var(--screen-height) + var(--floor-depth));
}
* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; scroll-padding-top: 36px; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); font-size: 16px; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
::selection { color: var(--ink); background: var(--accent); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 7px; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
em { font-family: var(--serif); font-weight: 400; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 15px 20px; background: var(--paper); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: absolute; z-index: 5; top: 0; inset-inline: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px var(--gutter); background: linear-gradient(rgba(0,0,0,.58), transparent); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 500; letter-spacing: -.02em; }
.monogram { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(238,236,230,.5); font-size: 13px; letter-spacing: -.06em; border-radius: 50%; }
.primary-nav { display: flex; align-items: center; gap: clamp(20px,3vw,45px); font-size: 14px; }
.primary-nav a { padding: 8px 0; border-bottom: 1px solid transparent; transition: border-color .2s; }
.primary-nav a:hover { border-color: currentColor; }
.primary-nav span { margin-left: 4px; }
.portfolio-stage { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); }
.screening-room { position: relative; padding: calc(var(--screen-height) + 100px) var(--gutter) 72px; }
.cinema-stage { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: var(--room-height); overflow: hidden; background: var(--ink); mask-image: linear-gradient(#000 calc(var(--screen-height) + 25px), rgba(0,0,0,.66) calc(var(--screen-height) + var(--floor-depth) * .3), transparent 100%); }
.room-ceiling { position: absolute; inset: 0 0 auto; height: var(--ceiling-height); background: url("assets/environment/gallery-room.png") center top / 100% calc(var(--ceiling-height) / .298) no-repeat; opacity: var(--house-light, 1); }
.room-floor { position: absolute; inset: var(--screen-height) 0 0; background: url("assets/environment/gallery-room.png") center bottom / 100% 222.222% no-repeat; opacity: calc(var(--house-light, 1) * .72); }
#cinema-canvas { position: absolute; z-index: 1; inset: 0; display: block; width: 100%; height: 100%; opacity: 0; }
.cinema-stage.webgl-ready #cinema-canvas { opacity: 1; }
.native-screen { position: absolute; z-index: 1; left: 0; top: var(--screen-top); width: 100%; height: calc(var(--projection-height) + var(--curve-top) + var(--curve-bottom)); clip-path: polygon(0 0,10% 1.85%,20% 3.28%,30% 4.31%,40% 4.92%,50% 5.13%,60% 4.92%,70% 4.31%,80% 3.28%,90% 1.85%,100% 0,100% 100%,90% 99.40%,80% 98.93%,70% 98.59%,60% 98.39%,50% 98.32%,40% 98.39%,30% 98.59%,20% 98.93%,10% 99.40%,0 100%); }
.native-screen::after { position: absolute; inset: 0; content: ""; background: radial-gradient(ellipse at center, transparent 25%, rgba(0,0,0,.32)); pointer-events: none; }
.hero-video { width: 100%; height: 100%; object-fit: cover; filter: brightness(.88) saturate(.88); opacity: var(--projector-light, 1); }
.cinema-stage.webgl-ready .native-screen { opacity: 0; }
.reel-toolbar { position: absolute; z-index: 2; top: calc(var(--screen-height) + 18px); inset-inline: var(--gutter); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.reel-caption { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .03em; text-shadow: 0 1px 10px #000; }
.status-light { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 11px rgba(194,221,225,.35); }
.reel-controls { display: flex; gap: 7px; }
.reel-controls button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; padding: 10px 14px; border: 1px solid rgba(238,236,230,.25); border-radius: 30px; background: rgba(9,9,9,.48); backdrop-filter: blur(10px); font-size: 12px; }
.reel-controls button:hover { background: rgba(238,236,230,.16); }
.control-icon { font-size: 13px; line-height: 1; }
.hero-copy { max-width: 1536px; margin-inline: auto; text-shadow: 0 2px 24px rgba(0,0,0,.35); }
.eyebrow { color: var(--soft); font-size: 12px; letter-spacing: .075em; text-transform: uppercase; line-height: 1.5; }
.hero-copy .eyebrow { margin-bottom: 25px; }
.eyebrow span:not(.status-light) { margin-left: 25px; }
h1 { max-width: 1350px; font-size: clamp(64px,8.3vw,140px); font-weight: 400; letter-spacing: -.067em; line-height: .96; }
.headline-indent { display: inline-block; margin-left: 5.4vw; }
h1 em { letter-spacing: -.07em; }
.hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-top: 38px; }
.hero-bottom p { color: var(--soft); font-size: 16px; line-height: 1.6; }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; padding: 8px 0; border: 0; border-bottom: 1px solid rgba(238,236,230,.45); background: none; font-size: 16px; transition: border-color .2s, color .2s; }
.text-link:hover { color: var(--accent); border-color: var(--accent); }
.text-link > span:last-child { font-size: 23px; }
.link-detail { color: var(--soft); font-size: 12px; }
.work-section { position: relative; max-width: 1736px; margin: 0 auto; padding: 28px var(--gutter) 110px; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding-top: 26px; margin-bottom: 40px; border-top: 1px solid var(--line); }
.section-heading h2 { font-size: 17px; font-weight: 500; letter-spacing: -.02em; }
.section-heading p { color: var(--soft); font-size: 13px; line-height: 1.5; }
.work-grid { display: flex; flex-direction: column; gap: clamp(52px,6vw,90px); }
.project-pairs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(52px,6vw,90px) clamp(22px,3vw,50px); align-items: start; }
.project-card { min-width: 0; }
.project-image { position: relative; display: block; width: 100%; aspect-ratio: 16 / 10; padding: 0; overflow: hidden; border: 1px solid rgba(238,236,230,.12); background: #171717; text-align: left; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.001); transition: transform .8s cubic-bezier(.2,.65,.3,1); }
.project-image:hover img { transform: scale(1.035); }
.project-image::after { position: absolute; inset: 55% 0 0; content: ""; background: linear-gradient(transparent,rgba(0,0,0,.55)); pointer-events: none; }
.project-ses .project-image img { object-position: 50% 25%; }
.project-deltek .project-image { aspect-ratio: 16 / 9; }
.project-deltek .project-image img { object-fit: contain; }
.project-deltek .project-image:hover img { transform: none; }
.project-meta { padding: 20px 0 0; }
.project-title { display: flex; justify-content: space-between; align-items: baseline; gap: 15px; margin-bottom: 9px; }
.project-title h3 { font-size: clamp(20px,1.8vw,28px); font-weight: 450; letter-spacing: -.035em; line-height: 1.2; }
.project-title > span { color: var(--soft); font-size: 12px; flex-shrink: 0; }
.project-meta > p { max-width: 570px; color: #c3c1bb; font-size: 15px; line-height: 1.55; }
.project-meta .project-role { margin-top: 16px; font-size: 12px; color: var(--soft); }
.project-meta .project-credit { margin-top: 2px; color: #8d8d87; font-size: 12px; }
.campaign-meta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px 60px; }
.campaign-meta .project-title { justify-content: flex-start; gap: 24px; }
.campaign-meta .campaign-summary { color: #c3c1bb; font-size: 16px; line-height: 1.55; }
.campaign-meta .project-role, .campaign-meta .project-credit { font-size: 14px; line-height: 1.55; }
.campaign-meta .campaign-deliverables { align-self: start; padding-top: 4px; font-size: 14px; color: var(--paper); line-height: 1.6; }
.campaign-deliverables span { display: block; color: var(--soft); }
.visual-label { position: absolute; z-index: 1; bottom: 18px; left: 20px; font-size: 12px; text-shadow: 0 1px 10px #000; }
.play-pill { position: absolute; z-index: 2; top: 50%; left: 50%; display: inline-flex; align-items: center; gap: 9px; padding: 14px 20px; border: 1px solid rgba(238,236,230,.6); border-radius: 40px; background: rgba(9,9,9,.58); backdrop-filter: blur(8px); font-size: 13px; white-space: nowrap; transform: translate(-50%,-50%); transition: background .25s,color .25s; }
.play-pill > span { font-size: 10px; }
.project-image:hover .play-pill, .project-image:focus-visible .play-pill { background: var(--paper); color: var(--ink); }
.credit-strip { max-width: 1536px; margin: 0 var(--gutter); padding: 35px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credit-strip > p:first-child { margin-bottom: 20px; font-size: 12px; color: var(--soft); }
.client-names { display: flex; flex-wrap: wrap; align-items: center; column-gap: clamp(14px,2.8vw,44px); row-gap: 12px; font-size: clamp(20px,2vw,30px); letter-spacing: -.04em; }
.client-names span { color: #555650; font-size: .7em; }
.about-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,9vw,150px); align-items: center; max-width: 1736px; margin: auto; padding: 130px var(--gutter); }
.about-portrait { position: relative; overflow: hidden; }
.about-portrait img { width: 100%; aspect-ratio: 4 / 5; height: auto; object-fit: cover; object-position: 50% 39%; filter: saturate(.76) contrast(1.025); }
.about-portrait figcaption { display: flex; justify-content: space-between; gap: 10px; padding: 15px 0 0; color: var(--soft); font-size: 12px; }
.about-copy h2, .services-heading h2 { margin: 24px 0 32px; font-size: clamp(38px,4vw,64px); line-height: 1.04; letter-spacing: -.055em; font-weight: 400; }
.about-copy > p:not(.eyebrow) { max-width: 580px; color: var(--soft); font-size: 16px; line-height: 1.75; margin-bottom: 18px; }
.about-copy .about-lead { color: var(--paper) !important; font-size: 20px !important; line-height: 1.5 !important; }
.about-copy .text-link { margin-top: 14px; }
.services-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px,8vw,130px); max-width: 1736px; margin: auto; padding: 55px var(--gutter) 130px; }
.services-heading h2 { font-size: clamp(35px,3.5vw,54px); }
.services-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.services-list li { display: grid; grid-template-columns: 35px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.services-list li > span { color: var(--soft); font-size: 12px; line-height: 2.2; }
.services-list h3 { font-weight: 450; font-size: 23px; letter-spacing: -.025em; }
.services-list p { margin-top: 10px; max-width: 450px; color: var(--soft); font-size: 15px; line-height: 1.6; }
.contact-section { position: relative; padding: 100px var(--gutter) 80px; border-top: 1px solid var(--line); background: #101111; }
.contact-section .eyebrow { display: flex; align-items: center; gap: 9px; }
.contact-section h2 { max-width: 1250px; margin: 35px 0 65px; font-size: clamp(60px,8.6vw,140px); line-height: .95; font-weight: 400; letter-spacing: -.06em; }
.contact-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.contact-bottom > p { color: var(--soft); font-size: 16px; line-height: 1.65; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 23px; }
.email-link { display: inline-flex; align-items: baseline; gap: 25px; padding-bottom: 7px; border-bottom: 1px solid var(--line); font-size: clamp(20px,2.6vw,40px); letter-spacing: -.04em; }
.email-link:hover, .social-link:hover { color: var(--accent); }
.social-link { display: inline-flex; gap: 17px; font-size: 14px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px var(--gutter); color: var(--soft); font-size: 12px; background: #101111; border-top: 1px solid var(--line); }
.site-footer a { color: var(--paper); padding: 8px 0; }
.video-dialog { width: min(94vw,1280px); max-width: none; max-height: 94svh; overflow-y: auto; overscroll-behavior: contain; padding: 0; color: var(--paper); border: 1px solid var(--line); background: #111; box-shadow: 0 25px 120px #000; }
.video-dialog::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(15px); }
.video-dialog-bar { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 24px; }
.video-dialog-bar strong { font-size: 17px; font-weight: 450; line-height: 1.3; }
.video-close { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 30px; background: none; font-size: 14px; }
.video-close:hover { background: var(--paper); color: var(--ink); }
.video-close span { font-size: 22px; }
.video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.video-frame iframe, .video-frame video { display: block; width: 100%; height: 100%; border: 0; }
.video-frame video { object-fit: contain; }
.video-frame[data-format="portrait"] { aspect-ratio: auto; height: min(70svh, 720px); }
.campaign-formats { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 24px 20px; }
.campaign-formats button { min-height: 44px; padding: 10px 16px; color: var(--soft); background: transparent; border: 1px solid var(--line); border-radius: 24px; font-size: 14px; }
.campaign-formats button:hover { color: var(--paper); border-color: var(--soft); }
.campaign-formats button[aria-pressed="true"] { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.campaign-caption { padding: 14px 24px; border-bottom: 1px solid var(--line); color: var(--soft); font-size: 14px; line-height: 1.5; }
.video-dialog-details { display: grid; grid-template-columns: .8fr 1.2fr; gap: 35px; padding: 25px; }
.video-dialog-details span { color: var(--soft); font-size: 12px; }
.video-dialog-details p { margin-top: 9px; font-size: 15px; line-height: 1.5; }
.video-error { margin: 0 25px 25px; font-size: 14px; color: var(--accent); }
@media (min-width: 1736px) {
  .credit-strip { margin-inline: auto; }
}
@media (max-width: 900px) {
  :root { --gutter: 28px; }
  .screening-room { padding-top: calc(var(--screen-height) + 100px); padding-bottom: 65px; }
  .hero-copy .eyebrow span { display: block; margin: 6px 0 0; }
  h1 { font-size: clamp(64px,9.8vw,94px); }
  .hero-bottom { align-items: flex-start; gap: 25px; }
  .hero-bottom p { font-size: 15px; }
  .section-heading { align-items: flex-start; }
  .section-heading p { max-width: 250px; }
  .project-title { display: block; }
  .project-title > span { display: block; margin-top: 8px; }
  .about-section { grid-template-columns: .9fr 1.1fr; gap: 35px; padding-block: 85px; }
  .about-copy h2 { font-size: 38px; }
  .services-section { gap: 35px; padding-bottom: 85px; }
  .services-heading h2 { font-size: 36px; }
  .contact-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  :root { --gutter: 22px; --ceiling-height: clamp(96px, 25vw, 145px); --projection-height: 56.25vw; --floor-depth: 440px; }
  .site-header { padding-block: 20px; gap: 12px; }
  .wordmark { font-size: 13px; gap: 8px; }
  .monogram { width: 27px; height: 27px; font-size: 11px; }
  .primary-nav { gap: 16px; font-size: 13px; }
  .primary-nav span { display: none; }
  .reel-toolbar { top: calc(var(--screen-height) + 16px); gap: 10px; }
  .reel-caption { font-size: 11px; gap: 7px; }
  .reel-controls button { min-width: 40px; min-height: 40px; padding: 8px 11px; }
  .control-label { display: none; }
  .screening-room { padding-top: calc(var(--screen-height) + 94px); padding-bottom: 45px; }
  .hero-copy .eyebrow { font-size: 11px; margin-bottom: 24px; }
  .hero-copy .eyebrow span { display: none; }
  h1 { font-size: clamp(48px,11.9vw,73px); line-height: 1.04; letter-spacing: -.067em; }
  .headline-indent { margin-left: 5vw; }
  .hero-bottom { flex-direction: column; align-items: flex-start; margin-top: 24px; gap: 21px; }
  .hero-bottom p { font-size: 15px; }
  .text-link { font-size: 15px; }
  .work-section { padding-top: 20px; padding-bottom: 60px; }
  .section-heading { display: block; padding-top: 24px; margin-bottom: 30px; }
  .section-heading h2 { font-size: 18px; }
  .section-heading p { max-width: none; margin-top: 10px; font-size: 13px; }
  .project-pairs { grid-template-columns: 1fr; gap: 43px; }
  .work-grid { gap: 43px; }
  .project-title { display: flex; }
  .project-title h3 { font-size: 21px; }
  .project-title > span { margin: 0; }
  .project-meta > p { font-size: 14px; }
  .project-meta .project-role, .project-meta .project-credit { font-size: 12px; }
  .campaign-meta { grid-template-columns: 1fr; gap: 16px; }
  .campaign-meta .project-title { justify-content: space-between; gap: 12px; }
  .campaign-meta .project-role, .campaign-meta .project-credit { font-size: 14px; }
  .campaign-meta .campaign-deliverables { padding-top: 12px; border-top: 1px solid var(--line); }
  .visual-label { bottom: 13px; left: 14px; font-size: 11px; }
  .play-pill { padding: 12px 17px; font-size: 12px; }
  .credit-strip { padding-block: 28px; }
  .client-names { font-size: 21px; column-gap: 14px; line-height: 1.4; }
  .about-section { grid-template-columns: 1fr; gap: 40px; padding-block: 65px; }
  .about-portrait { width: 85%; }
  .about-copy h2 { font-size: clamp(34px,8.8vw,49px); }
  .about-copy .about-lead { font-size: 19px !important; }
  .services-section { grid-template-columns: 1fr; gap: 20px; padding-top: 10px; padding-bottom: 65px; }
  .services-heading h2 { font-size: 37px; margin-bottom: 20px; }
  .services-list h3 { font-size: 22px; }
  .contact-section { padding-top: 60px; padding-bottom: 50px; }
  .contact-section h2 { font-size: clamp(49px,12vw,75px); margin: 28px 0 40px; }
  .email-link { font-size: clamp(19px,5.1vw,29px); gap: 13px; }
  .site-footer { flex-wrap: wrap; font-size: 11px; gap: 12px; }
  .site-footer > p:nth-child(2) { display: none; }
  .video-dialog { width: 96vw; }
  .video-dialog-bar { padding: 12px; gap: 12px; }
  .video-dialog-bar strong { font-size: 14px; }
  .video-close { padding: 6px 12px; font-size: 12px; gap: 7px; }
  .video-dialog-details { grid-template-columns: 1fr; gap: 20px; padding: 20px 16px; }
  .campaign-formats { padding: 0 12px 14px; gap: 6px; }
  .campaign-formats button { padding: 10px 12px; }
  .campaign-caption { padding: 12px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
