/* The silver continues through the brand installation, film windows and pages. */
:root { --chrome: linear-gradient(130deg,#15171b 0%,#727780 19%,#f0f1f2 28%,#34373d 37%,#101214 52%,#b5bac1 66%,#f5f7f9 71%,#373b42 83%,#15171b 100%); }
[hidden] { display: none !important; }
.skip-link:not(:focus) { clip-path: inset(50%); }
.site-header nav { gap: clamp(24px,3vw,48px); }
.site-header nav a[aria-current=page] { color: var(--white); border-bottom: 1px solid #85898d; }
.menu-toggle { display: none; }
.hero-bottom > p { max-width: 660px; text-wrap: balance; }
.hero-content { padding-bottom: 108px; }
.hero-footer { justify-content: flex-start; }
footer nav { display: flex; gap: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; font-size: 13px; white-space: nowrap; min-height: 44px; }
.text-link svg { width: 17px; height: 17px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; padding: 0 var(--pad); }
.section-heading h2 { font-size: clamp(42px,5.2vw,86px); font-weight: 400; letter-spacing: -.06em; line-height: 1.08; }

/* Live chromium relief on a continuous strip, with direct manipulation. */
.brand-experience { padding: 26px 0 25px; border-block: 1px solid #ffffff1a; position: relative; background: #08090a; overflow: hidden; }
.brand-experience .brand-heading { padding: 0 var(--pad); margin: 0; display: flex; align-items: center; }
.brand-heading h2 { font-size: 14px; }
.brand-controls { display: flex; align-items: center; gap: 10px; }
.brand-controls button { display: grid; place-items: center; width: 38px; height: 38px; color: #b7babd; border-radius: 50%; font-size: 19px; }
.brand-controls button:hover { background: #ffffff0d; color: white; }
.brand-controls .brand-pause { font-size: 13px; }
.brand-stage { position: relative; height: clamp(240px,22vw,360px); cursor: grab; touch-action: pan-y; }
.brand-stage:active { cursor: grabbing; }
#brand-metal { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity .4s; }
.brand-experience.ready #brand-metal { opacity: 1; }
.brand-fallback { list-style: none; padding: 50px var(--pad); margin: 0; display: grid; grid-template-columns: repeat(6,1fr); gap: 35px; align-items: center; }
.brand-fallback img { width: 100%; height: 54px; object-fit: contain; filter: grayscale(1); }
.brand-experience.ready .brand-fallback { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); }
.brand-progress { display: flex; align-items: center; justify-content: center; gap: 3px; height: 28px; }
.brand-progress button { width: 25px; height: 28px; position: relative; padding: 0; }
.brand-progress button::after { content: ''; position: absolute; left: 5px; right: 5px; top: 13px; height: 2px; background: #ffffff30; transition: background .3s; }
.brand-progress button[aria-pressed=true]::after { background: #d9dce0; }

/* Native horizontal scrolling keeps the actual film windows touch-friendly. */
.work-section { padding: 92px 0 82px; overflow: hidden; }
.gallery-controls { display: flex; gap: 12px; align-items: center; flex-shrink: 0; }
.gallery-controls button { width: 50px; height: 50px; border: 1px solid #ffffff3b; border-radius: 50%; font-size: 23px; transition: background .2s; }
.gallery-controls button:hover:not(:disabled) { background: #f1f0eb; color: var(--ink); }
.gallery-controls button:disabled { opacity: .25; cursor: default; }
.gallery-count { font-size: 12px; color: var(--muted); margin-right: 20px; font-variant-numeric: tabular-nums; }
.film-rail { --film-width: min(43vw,680px); display: flex; gap: 28px; overflow-x: auto; overflow-y: hidden; padding: 14px var(--pad) 22px; scroll-snap-type: x mandatory; scroll-padding-left: var(--pad); scrollbar-width: none; cursor: grab; touch-action: pan-x pan-y; overscroll-behavior-x: contain; }
.film-rail::-webkit-scrollbar { display: none; }
.film-rail.dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.film-slide { flex: 0 0 var(--film-width); min-width: 0; scroll-snap-align: start; }
.film-slide:last-child { margin-right: 0; }
.film-window { position: relative; padding: 3px; background: var(--chrome); border-radius: 15px; box-shadow: 0 12px 60px #0008; --light-x: 50%; }
.film-window::before { content: ''; pointer-events: none; position: absolute; inset: -1px; border-radius: inherit; background: radial-gradient(ellipse at var(--light-x) 0%, #e5eaf175,transparent 55%); opacity: .5; }
.window-screen { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 12px; background: #030405; }
.film-window.playing .window-screen { min-height: 200px; }
.film-poster { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; display: block; cursor: pointer; }
.film-poster > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s,filter .7s; }
.film-poster::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,#0007); }
.film-poster:hover > img { transform: scale(1.025); filter: brightness(1.08); }
.film-poster:focus-visible { outline-offset: -9px; }
.film-play { position: absolute; z-index: 2; left: 28px; bottom: 28px; display: flex; align-items: center; gap: 13px; border: 1px solid #ffffff65; padding: 13px 21px 13px 16px; border-radius: 30px; background: #090a0b55; backdrop-filter: blur(12px); color: white; font-size: 13px; }
.film-play svg { fill: currentColor; stroke: none; width: 16px; height: 16px; }
.film-duration { position: absolute; z-index: 2; bottom: 41px; right: 28px; color: white; font-size: 12px; font-variant-numeric: tabular-nums; }
.window-screen iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #000; }
.playback-toolbar { display: flex; position: relative; align-items: center; justify-content: space-between; padding: 12px 16px; background: #101215; gap: 14px; font-size: 11px; }
.playback-toolbar button { min-height: 36px; display: flex; align-items: center; gap: 18px; padding: 0; }
.playback-toolbar a { display: flex; gap: 12px; align-items: center; min-height: 36px; }
.playback-toolbar svg { width: 15px; height: 15px; }
.film-caption { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 24px 3px 0; }
.film-caption p { font-size: 12px; color: var(--muted); margin-bottom: 7px; }
.film-caption h3 { font-size: clamp(25px,2.4vw,38px); font-weight: 400; line-height: 1.1; letter-spacing: -.035em; }
.work-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 35px var(--pad) 0; }
.project-tabs { display: flex; align-items: center; gap: 25px; }
.project-tabs button { font-size: 12px; color: #949a9f; padding: 12px 0; border-bottom: 1px solid transparent; }
.project-tabs button[aria-pressed=true] { color: var(--white); border-bottom-color: #d4d6d9; }

/* A quiet editorial index: publication, photograph, headline. */
.featured-press { padding: 85px var(--pad); border-top: 1px solid var(--line); }
.featured-press .section-heading { padding: 0; margin-bottom: 48px; }
.featured-press .section-heading h2 { font-size: clamp(40px,4.2vw,68px); }
.press-feature-grid { display: block; border-top: 1px solid #ffffff30; }
.press-feature { border-bottom: 1px solid #ffffff20; }
.press-feature > a { display: grid; grid-template-columns: minmax(190px,.8fr) clamp(130px,13vw,190px) minmax(0,1.8fr) 24px; gap: 40px; align-items: center; padding: 30px 0; min-height: 170px; }
.press-thumb { display: block; position: relative; width: 100%; aspect-ratio: 16 / 10; overflow: hidden; background: #141618; flex-shrink: 0; }
.press-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; transition: filter .6s; }
.press-feature .press-thumb { grid-column: 2; grid-row: 1; }
.press-feature .press-thumb img { filter: grayscale(1) brightness(.86); }
.press-feature a:hover .press-thumb img { filter: grayscale(.2) brightness(1); }
[data-outlet="The New York Times"] .press-thumb img { position: absolute; width: 160%; height: auto; max-width: none; left: -30%; top: -29%; }
.publication { font-size: 15px; font-weight: 500; letter-spacing: -.02em; }
.press-feature .publication { grid-column: 1; grid-row: 1; font-family: Georgia,'Times New Roman',serif; font-size: clamp(25px,2.25vw,36px); font-weight: 400; line-height: 1.1; letter-spacing: -.045em; max-width: 240px; }
.press-feature[data-outlet="Variety"] .publication { font-style: italic; font-size: clamp(32px,2.8vw,44px); }
.press-feature[data-outlet="Forbes"] .publication { font-weight: 700; }
.press-feature[data-outlet="The Hollywood Reporter"] .publication { font-size: clamp(24px,1.95vw,31px); }
.press-feature h3 { grid-column: 3; grid-row: 1; font-size: clamp(17px,1.35vw,22px); line-height: 1.45; font-weight: 400; letter-spacing: -.02em; margin: 0; max-width: 660px; color: #c3c5c8; transition: color .2s; }
.press-feature a:hover h3 { color: var(--white); }
.read-story { grid-column: 4; grid-row: 1; font-size: 0; display: flex; align-items: center; gap: 0; min-height: 40px; color: var(--muted); }
.read-story svg { width: 16px; height: 16px; }
.press-feature a:hover .read-story { color: white; }
.press-more { display: inline-flex; align-items: center; gap: 40px; border: 1px solid #ffffff60; padding: 17px 24px; border-radius: 30px; margin-top: 42px; font-size: 13px; background: linear-gradient(130deg,#ffffff0a,transparent); }
.press-more:hover { color: #090a0b; background: #f1f0eb; }
.press-more svg { width: 17px; height: 17px; }

/* Sister pages share the original silver material and scale. */
.page-hero { min-height: 570px; max-height: 720px; height: 65svh; }
.page-hero .hero-content { padding-top: 270px; padding-bottom: 70px; }
.page-hero h1 { font-size: clamp(64px,7.5vw,130px); }
.page-hero .hero-bottom { margin-top: 24px; }
.page-hero .hero-bottom p { font-size: 17px; }
.page-hero .hero-shade { background: linear-gradient(180deg,#090a0b55,transparent 20%,#090a0b66 40%,#090a0be8 75%,var(--ink)); }
.case-jump { display: flex; gap: 40px; padding: 19px var(--pad); border-block: 1px solid var(--line); background: #090a0be8; backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 12; }
.case-jump a { font-size: 13px; min-height: 34px; display: flex; align-items: center; }
.case-collection { padding: 0 var(--pad); }
.case-study { padding: 86px 0; scroll-margin-top: 65px; }
.case-study + .case-study { border-top: 1px solid var(--line); }
.case-heading { margin-bottom: 35px; display: flex; flex-direction: column; gap: 15px; }
.case-heading > p { color: var(--muted); font-size: 13px; }
.case-heading h2 { font-size: clamp(48px,5.8vw,95px); font-weight: 400; line-height: 1.05; letter-spacing: -.05em; }
.case-context { display: grid; grid-template-columns: 1.6fr 1fr; gap: 9vw; margin-top: 45px; }
.case-context h3 { font-size: clamp(25px,2.4vw,37px); line-height: 1.35; letter-spacing: -.035em; font-weight: 400; }
.case-context p { color: var(--muted); font-size: 15px; margin-top: 24px; }
.case-context .text-link { margin-top: 25px; }
.case-context dl { margin: 0; }
.case-context dl > div { border-top: 1px solid var(--line); padding: 16px 0 20px; }
.case-context dt { color: var(--muted); font-size: 12px; }
.case-context dd { margin: 9px 0 0; font-size: 15px; line-height: 1.5; }
.press-archive { padding: 85px var(--pad); border-top: 1px solid var(--line); }
.press-archive .section-heading { padding: 0; }
.press-result-count { color: var(--muted); font-size: 13px; }
.press-filters { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; margin-bottom: 45px; }
.press-filters label { display: flex; flex-direction: column; gap: 13px; font-size: 12px; color: var(--muted); }
.press-filters input, .press-filters select { appearance: auto; width: 100%; color: var(--white); font: inherit; font-size: 16px; border: 0; border-bottom: 1px solid #ffffff50; border-radius: 0; background: #090a0b; padding: 14px 0; }
.press-filters input:focus-visible, .press-filters select:focus-visible { outline: 1px solid var(--silver); outline-offset: 6px; }
.press-row { border-top: 1px solid var(--line); }
.press-row a { display: grid; grid-template-columns: clamp(130px,13vw,200px) 1fr 2.7fr 30px; gap: 30px; padding: 28px 0; align-items: center; }
.press-row h3 { font-size: 22px; line-height: 1.4; font-weight: 400; letter-spacing: -.02em; }
.press-row .publication { color: var(--muted); font-size: 13px; }
.press-row a:hover h3 { color: #bfc3c9; }
.press-row svg { width: 18px; height: 18px; }
.load-press { display: block; margin: 40px auto 0; padding: 18px 36px; border: 1px solid #ffffff50; border-radius: 30px; font-size: 13px; }
.press-empty { padding: 40px 0; color: var(--muted); }
.reset-press { text-decoration: underline; padding: 12px; }

@media (max-width: 1050px) {
  .site-header nav { gap: 24px; }
  .press-feature > a { grid-template-columns: 160px 120px minmax(0,1fr) 20px; gap: 25px; }
  .brand-stage { height: 250px; }
  .project-tabs { gap: 18px; }
  .work-bottom > .text-link { display: none; }
  .page-hero { height: auto; min-height: 590px; }
  .page-hero .hero-content { padding-top: 280px; }
}
@media (max-width: 700px) {
  .site-header nav > a:first-child { display: flex; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 12px; width: 46px; height: 46px; z-index: 22; }
  .menu-toggle span { height: 1px; width: 24px; background: var(--white); transition: transform .2s; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-header nav { display: none; position: absolute; top: 0; left: 0; width: 100%; padding: 100px var(--pad) 32px; background: #090a0bf7; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 12px; font-size: 22px; }
  .site-header nav.open { display: flex; }
  .nav-contact { border: 0; justify-content: space-between; }
  .site-header nav a[aria-current=page] { border: 0; text-decoration: underline; text-underline-offset: 7px; }
  .hero-content { padding-bottom: 86px; }
  .hero-footer { bottom: 22px; }
  .brand-experience { padding-top: 20px; }
  .brand-heading h2 { font-size: 12px; }
  .brand-stage { height: 210px; }
  .brand-fallback { grid-template-columns: repeat(3,1fr); gap: 24px; padding-top: 25px; }
  .brand-experience:not(.ready) .brand-stage { height: 330px; }
  .brand-fallback img { height: 40px; }
  .brand-progress { gap: 0; }
  .brand-progress button { width: 22px; }
  .section-heading { margin-bottom: 26px; gap: 16px; }
  .section-heading h2 { font-size: 10vw; }
  .work-section { padding: 54px 0 46px; }
  .gallery-count { display: none; }
  .gallery-controls { gap: 7px; }
  .gallery-controls button { height: 37px; width: 37px; font-size: 20px; }
  .work-section .gallery-controls, .work-section .project-tabs { display: none; }
  .film-rail { --film-width: 100%; display: grid; grid-template-columns: minmax(0,1fr); gap: 42px; overflow: visible; padding: 8px var(--pad) 16px; scroll-snap-type: none; cursor: auto; touch-action: pan-y; }
  .film-slide:last-child { margin-right: 0; }
  .film-window { padding: 2px; border-radius: 10px; }
  .window-screen { border-radius: 8px; }
  .film-play { left: 15px; bottom: 15px; gap: 9px; padding: 10px 14px 10px 10px; font-size: 11px; }
  .film-duration { right: 17px; bottom: 28px; font-size: 10px; }
  .film-caption { padding-top: 20px; gap: 12px; }
  .film-caption p { font-size: 11px; }
  .film-caption h3 { font-size: 26px; }
  .film-caption .text-link { font-size: 10px; gap: 8px; }
  .film-caption .text-link svg { width: 13px; }
  .work-bottom { padding-top: 18px; }
  .work-bottom > .text-link { display: inline-flex; }
  .project-tabs { gap: 18px; justify-content: space-between; width: 100%; }
  .project-tabs button { font-size: 10px; text-align: left; }
  .featured-press { padding: 54px var(--pad); }
  .featured-press .section-heading { margin-bottom: 30px; }
  .featured-press .section-heading h2 { font-size: 40px; }
  .press-feature > a { grid-template-columns: minmax(0,1fr) 96px; column-gap: 22px; row-gap: 15px; padding: 26px 0; min-height: 0; }
  .press-feature .publication { grid-column: 1; grid-row: 1; font-size: 25px; }
  .press-feature .press-thumb { grid-column: 2; grid-row: 1 / 3; margin-top: 3px; }
  .press-feature h3 { grid-column: 1; grid-row: 2; font-size: 15px; line-height: 1.5; }
  .press-feature .read-story { grid-column: 1; grid-row: 3; font-size: 10px; gap: 15px; min-height: 28px; }
  .publication { font-size: 14px; }
  .press-more { margin-top: 32px; padding: 15px 23px; }
  .page-hero { min-height: 530px; }
  .page-hero .hero-content { padding-top: 245px; padding-bottom: 50px; }
  .page-hero h1 { font-size: 13vw; line-height: 1.04; }
  .page-hero .hero-bottom p { font-size: 15px; }
  .case-jump { gap: 25px; padding-block: 12px; overflow-x: auto; scrollbar-width: none; }
  .case-jump a { white-space: nowrap; font-size: 11px; }
  .case-study { padding: 50px 0; }
  .case-heading { margin-bottom: 25px; }
  .case-heading h2 { font-size: 11.7vw; }
  .case-context { grid-template-columns: 1fr; gap: 30px; margin-top: 30px; }
  .case-context h3 { font-size: 27px; }
  .case-context p { font-size: 14px; }
  .case-context dd { font-size: 14px; }
  .press-archive { padding: 54px var(--pad); }
  .press-filters { grid-template-columns: 1fr; gap: 25px; margin-bottom: 30px; }
  .press-row a { grid-template-columns: clamp(84px,25vw,130px) minmax(0,1fr); column-gap: 18px; row-gap: 10px; padding: 24px 0; align-items: start; }
  .press-row .press-thumb { grid-column: 1; grid-row: 1 / 3; }
  .press-row .publication { grid-column: 2; grid-row: 1; font-size: 12px; }
  .press-row h3 { grid-column: 2; grid-row: 2; font-size: 18px; }
  .press-row svg { display: none; }
  .press-result-count { font-size: 11px; }
  footer nav { gap: 18px; justify-content: flex-end; }
  footer > span { grid-column: 1 / -1; font-size: 10px; }
}
