:root {
  --black: #080808;
  --ink: #111111;
  --paper: #f3f2ee;
  --white: #ffffff;
  --grey: #a5a5a1;
  --line: rgba(17, 17, 17, .18);
  --orange: #ff3f34;
  --brand-slate: #1e272e;
  --max: 1440px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; }
body.modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--ink); color: var(--white); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }

.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; transform: translateY(-150%); background: white; color: black; padding: .7rem 1rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 40; inset: 0 0 auto; height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--pad); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .3s, backdrop-filter .3s; }
.site-header.is-scrolled { background: rgba(8,8,8,.92); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; width: max-content; font-size: .78rem; font-weight: 700; letter-spacing: .14em; }
.brand img { width: 36px; height: 36px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(1.35rem, 3vw, 3rem); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a, .footer-links a { position: relative; }
.site-nav a::after, .footer-links a::after { content: ""; position: absolute; right: 0; bottom: -.4rem; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .footer-links a:hover::after, .footer-links a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.availability { justify-self: end; display: inline-flex; align-items: center; gap: .65rem; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.availability span { width: 7px; height: 7px; border-radius: 50%; background: #77e884; box-shadow: 0 0 0 5px rgba(119,232,132,.12); }
.menu-toggle { display: none; color: inherit; background: none; border: 0; text-transform: uppercase; letter-spacing: .1em; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: flex-end; padding: 9rem var(--pad) clamp(8rem, 11vw, 10rem); color: var(--white); background: var(--black); }
.hero-media, .hero-scrim { position: absolute; inset: 0; }
.hero-media { overflow: hidden; background: #000; }
.hero-poster { width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); transition: opacity .8s ease; }
.hero-media.video-ready .hero-poster { opacity: 0; }
.hero-media iframe { position: absolute; top: 50%; left: 50%; width: max(100vw, 177.78vh); height: max(100vh, 56.25vw); border: 0; pointer-events: none; transform: translate(-50%, -50%) scale(1.01); }
.hero-scrim { background: linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.35) 58%, rgba(0,0,0,.1) 100%), linear-gradient(0deg, rgba(0,0,0,.6), transparent 45%); }
.hero-copy { position: relative; z-index: 2; max-width: 920px; }
.eyebrow { margin: 0 0 1.25rem; color: var(--orange); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #555; }
.hero h1, .section h2, .contact-section h2 { margin: 0; font-size: clamp(4.2rem, 9.3vw, 10rem); font-weight: 700; line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 em, .contact-section h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; text-transform: none; letter-spacing: -.05em; }
.hero-intro { max-width: 590px; margin: 2.3rem 0 0; font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 2.2rem; margin-top: 2.25rem; }
.play-button { display: inline-flex; align-items: center; gap: 1rem; padding: 0; border: 0; color: inherit; background: transparent; text-align: left; cursor: pointer; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.play-button small { display: block; margin-bottom: .15rem; color: rgba(255,255,255,.58); font-size: .75rem; letter-spacing: .14em; }
.play-icon { display: grid; place-items: center; width: 58px; height: 58px; padding-left: 3px; border: 1px solid var(--orange); border-radius: 50%; background: var(--orange); transition: color .25s, background .25s, transform .25s; }
.play-button:hover .play-icon, .play-button:focus-visible .play-icon { color: var(--black); background: var(--white); transform: scale(1.04); }
.text-link, .line-link { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: .25rem; }
.hero-credit { position: absolute; z-index: 2; right: var(--pad); bottom: clamp(6.25rem, 8vw, 7.5rem); margin: 0; writing-mode: vertical-rl; font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; opacity: .68; }

.credibility-strip { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); color: var(--white); background: rgba(8, 8, 8, .68); border-top: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(16px); }
.credibility-strip p { display: flex; align-items: baseline; gap: .85rem; min-width: 0; margin: 0; padding: 1.15rem var(--pad); border-right: 1px solid rgba(255,255,255,.22); white-space: nowrap; }
.credibility-strip p:last-child { border-right: 0; }
.credibility-strip strong { color: var(--orange); font-size: clamp(1.05rem, 1.6vw, 1.4rem); letter-spacing: -.03em; text-transform: uppercase; }
.credibility-strip span { overflow: hidden; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(6.5rem, 12vw, 12rem) var(--pad); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 4rem; align-items: end; }
.section-heading h2 { font-size: clamp(4rem, 8vw, 8rem); }
.section-heading > p { max-width: 430px; margin: 0 0 .7rem; font-size: 1.12rem; }
.work-section { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: row dense; gap: clamp(1rem, 2vw, 2rem); }
.work-section .section-heading, .work-section .filters { grid-column: 1 / -1; }
.filters { display: flex; flex-wrap: wrap; gap: .7rem; margin: 4.5rem 0 1rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.filter { min-height: 52px; padding: .75rem 1.45rem; border: 2px solid var(--ink); border-radius: 999px; color: var(--ink); background: transparent; cursor: pointer; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s, background .2s, border-color .2s; }
.filter:hover, .filter:focus-visible { border-color: var(--orange); }
.filter.is-active { border-color: var(--ink); color: var(--paper); background: var(--ink); }
.portfolio-category { margin-top: clamp(5rem, 9vw, 9rem); }
.category-heading { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-bottom: 1.4rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.category-heading h3 { margin: 0; font-size: clamp(1.2rem, 2vw, 1.7rem); letter-spacing: -.02em; text-transform: uppercase; }
.category-heading h3 span { color: var(--orange); }
.category-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem; }
.category-tags span { padding: .45rem .75rem; border-radius: 999px; color: #666; background: #e7e6e1; font-size: .75rem; font-weight: 700; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); }
.project { grid-column: span 4; min-width: 0; }
.work-section[data-view="all"] .project.selected-featured { grid-column: span 8; grid-row: span 2; }
.work-section[data-view="all"] .project.selected-side { grid-column: span 4; }
.work-section[data-view="all"] .project.selected-primary { order: 1; }
.work-section[data-view="all"] .project.selected-secondary { order: 2; }
.work-section[data-view="all"] .project.selected-tertiary { order: 3; }
.work-section[data-view="all"] .project.selected-featured .project-link { display: grid; grid-template-rows: minmax(0, 1fr) auto; height: 100%; }
.work-section[data-view="all"] .project.selected-featured .project-image { min-height: 0; aspect-ratio: auto; }
.work-section[data-view="all"] .project:not(.is-selected) { display: none; }
.project[hidden] { display: none; }
.work-section .portfolio-category, .work-section .portfolio-category .project-grid { display: contents; }
.work-section .category-heading, .work-section .gallery-toggle { display: none; }
.project-link { width: 100%; padding: 0; border: 0; color: inherit; background: none; text-align: left; cursor: pointer; }
.project-image { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #deddd8; }
.project-image::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.78) 64%, rgba(0,0,0,.14) 100%); opacity: 0; transition: opacity .35s; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.001); filter: saturate(.82); transition: transform .7s cubic-bezier(.22,1,.36,1), filter .35s; }
.project-play { position: absolute; z-index: 3; right: 1rem; top: 1rem; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: white; background: var(--orange); backdrop-filter: blur(8px); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transform: translateY(-6px); opacity: 0; transition: opacity .25s, transform .25s, background .25s; }
.project-overlay { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: flex-start; overflow: auto; padding: clamp(.9rem, 1.8vw, 1.55rem); color: white; opacity: 0; transform: translateY(10px); scrollbar-width: none; transition: opacity .3s, transform .45s cubic-bezier(.22,1,.36,1); }
.project-overlay::-webkit-scrollbar { display: none; }
.project-overlay > strong { max-width: calc(100% - 70px); margin-top: auto; font-size: clamp(1.08rem, 1.65vw, 1.65rem); line-height: 1.03; letter-spacing: -.025em; text-transform: uppercase; }
.overlay-client { margin-top: .42rem; color: var(--orange); font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.overlay-description { max-width: 540px; margin-top: .38rem; font-size: .78rem; line-height: 1.34; }
.overlay-role { margin-top: .65rem; padding-top: .55rem; border-top: 1px solid rgba(255,255,255,.42); }
.overlay-label { display: block; margin-bottom: .35rem; font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.overlay-tags { display: flex; flex-wrap: wrap; gap: .28rem; }
.overlay-tags span { padding: .23rem .42rem; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; font-size: .62rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.project-link:hover .project-image img, .project-link:focus-visible .project-image img { transform: scale(1.045); filter: saturate(1); }
.project-link:hover .project-image::after, .project-link:focus-visible .project-image::after { opacity: 1; }
.project-link:hover .project-overlay, .project-link:focus-visible .project-overlay { opacity: 1; transform: translateY(0); }
.project-link:hover .project-play, .project-link:focus-visible .project-play { opacity: 1; transform: translateY(0); }
.project-meta { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0 1.8rem; border-top: 1px solid var(--ink); }
.project-meta > span:first-child { min-width: 0; }
.project-meta strong { display: block; max-width: 32rem; font-size: .98rem; line-height: 1.25; }
.project-meta small { display: none; }
.project-type { flex: none; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.gallery-toggle { display: flex; align-items: center; justify-content: space-between; width: min(270px, 100%); margin: .5rem 0 0 auto; padding: 1rem 1.2rem; border: 0; color: white; background: var(--orange); cursor: pointer; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s, background .2s; }
.gallery-toggle:hover, .gallery-toggle:focus-visible { color: white; background: var(--ink); }
.gallery-toggle span { font-size: 1rem; transition: transform .2s; }
.gallery-toggle[aria-expanded="true"] span { transform: rotate(180deg); }

.services-section { position: relative; max-width: none; color: var(--white); background: var(--black); }
.services-section > * { max-width: calc(var(--max) - (var(--pad) * 2)); margin-right: auto; margin-left: auto; }
.section-number { margin-bottom: 4rem; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; opacity: .55; }
.services-section h2 { font-size: clamp(4rem, 8.5vw, 9rem); }
.service-list { margin-top: 5.5rem; border-top: 1px solid rgba(255,255,255,.25); }
.service-list article { display: grid; grid-template-columns: 80px minmax(240px, .7fr) 1fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.service-list article > span { font-size: .75rem; opacity: .5; }
.service-list h3 { margin: 0; font-size: clamp(1.3rem, 2vw, 2rem); text-transform: uppercase; }
.service-list p { max-width: 600px; margin: 0; color: rgba(255,255,255,.66); }

.about-section { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-image { min-height: 670px; background: #d6d5d0; overflow: hidden; }
.about-image img { width: 100%; height: 100%; min-height: 670px; object-fit: cover; filter: grayscale(1) contrast(1.04); transition: filter .5s; }
.about-image:hover img { filter: grayscale(.2); }
.about-copy h2 { font-size: clamp(3.4rem, 6vw, 6.8rem); }
.about-copy p { max-width: 650px; color: #42423f; font-size: 1.05rem; }
.about-copy .about-lead { margin-top: 2.5rem; color: var(--ink); font-size: clamp(1.3rem, 2.2vw, 2rem); line-height: 1.25; }
.line-link { display: inline-block; margin-top: 1.5rem; }

.clients { overflow: hidden; padding: clamp(3.25rem, 5vw, 5rem) 0; color: var(--ink); background: var(--paper); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.clients-inner { max-width: none; margin: 0; }
.clients .eyebrow { margin-right: var(--pad); margin-left: var(--pad); }
.clients .eyebrow { color: var(--ink); }
.client-track { display: flex; width: max-content; margin-top: 1.5rem; animation: logo-marquee 38s linear infinite; }
.client-track:hover { animation-play-state: paused; }
.client-logos { display: flex; flex: none; align-items: center; }
.client-logos img { flex: none; width: clamp(300px, 27vw, 430px); height: 185px; padding: 1.25rem 2rem; object-fit: contain; filter: grayscale(1) brightness(0); opacity: .92; transition: opacity .25s, filter .25s, transform .25s; }
.client-logos img:hover { filter: grayscale(1) brightness(0); opacity: 1; transform: scale(1.035); }

.contact-section { padding: clamp(6rem, 11vw, 11rem) var(--pad) 5rem; color: var(--white); background: var(--black); }
.contact-section > * { max-width: calc(var(--max) - (var(--pad) * 2)); margin-right: auto; margin-left: auto; }
.contact-section h2 { max-width: none; font-size: clamp(3.5rem, 7.6vw, 8.25rem); }
.contact-line { display: block; white-space: nowrap; }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); margin-top: 6rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.3); }
.contact-copy { color: rgba(255,255,255,.72); font-size: 1.08rem; }
.contact-email { display: inline-block; margin-top: 1rem; padding-bottom: .2rem; border-bottom: 1px solid var(--orange); color: var(--white); font-size: clamp(1.1rem, 2vw, 1.55rem); font-weight: 700; letter-spacing: -.02em; }
.community-note { margin-top: 3rem; font-size: .8rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.7rem 1.2rem; }
.contact-form label { display: block; }
.contact-form label.full { grid-column: 1 / -1; }
.contact-form label > span { display: flex; justify-content: space-between; margin-bottom: .6rem; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-form label small { color: rgba(255,255,255,.45); font-size: inherit; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.36); border-radius: 0; padding: .75rem .1rem; color: var(--white); background: transparent; outline: none; }
.contact-form select { color-scheme: dark; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--white); }
.submit-button { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: .5rem; padding: 1.2rem 0; border: 0; border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); color: white; background: transparent; cursor: pointer; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: padding .25s, background .25s, color .25s; }
.submit-button:hover, .submit-button:focus-visible { padding-right: 1rem; padding-left: 1rem; color: var(--black); background: var(--white); }
.form-note { grid-column: 1 / -1; margin: -.8rem 0 0; color: rgba(255,255,255,.48); font-size: .75rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem var(--pad); color: var(--white); background: var(--black); border-top: 1px solid rgba(255,255,255,.18); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; gap: 2rem; }
.site-footer > p { justify-self: end; margin: 0; }

.video-modal { width: min(1120px, calc(100% - 2rem)); max-width: none; padding: 0; border: 0; color: var(--white); background: var(--black); }
.video-modal::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(6px); }
.modal-bar { display: flex; justify-content: space-between; align-items: center; min-height: 58px; padding: 0 1rem; }
.modal-bar h2 { margin: 0; font-size: .75rem; letter-spacing: .09em; text-transform: uppercase; }
.modal-close { border: 0; color: white; background: transparent; cursor: pointer; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.video-frame { aspect-ratio: 16/9; background: #000; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }

@keyframes settle { from { transform: scale(1.09); opacity: .55; } to { transform: scale(1.015); opacity: 1; } }
@keyframes logo-marquee { from { transform: translateX(-50%); } to { transform: translateX(0); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 68px; }
  .availability { display: none; }
  .menu-toggle { display: block; justify-self: end; cursor: pointer; }
  .site-nav { position: fixed; inset: 68px 0 auto; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 1rem var(--pad) 2rem; color: white; background: rgba(8,8,8,.97); border-top: 1px solid rgba(255,255,255,.16); }
  .site-nav.is-open { display: flex; }
  .site-nav a { width: 100%; padding: .9rem 0; }
  .hero-credit { display: none; }
  .credibility-strip p { gap: .55rem; padding-right: clamp(.9rem, 2.5vw, 1.4rem); padding-left: clamp(.9rem, 2.5vw, 1.4rem); }
  .credibility-strip span { font-size: .64rem; letter-spacing: .06em; }
  .section-heading { grid-template-columns: 1fr; gap: 2rem; }
  .work-section { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .work-section .project, .work-section[data-view="all"] .project.selected-side { grid-column: span 6; }
  .work-section[data-view="all"] .project.selected-featured { grid-column: 1 / -1; grid-row: auto; }
  .work-section[data-view="all"] .project.selected-featured .project-image { aspect-ratio: 16 / 9; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-heading { align-items: flex-start; flex-direction: column; }
  .category-tags { justify-content: flex-start; }
  .service-list article { grid-template-columns: 40px 1fr; }
  .service-list p { grid-column: 2; }
  .about-section { grid-template-columns: 1fr; }
  .about-image, .about-image img { min-height: 520px; }
  .contact-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 620px) {
  .brand span { display: none; }
  .hero { min-height: 780px; padding-bottom: 8rem; }
  .hero h1 { font-size: clamp(3.7rem, 19vw, 6rem); }
  .hero-intro { max-width: 92%; font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .credibility-strip p { flex-direction: column; align-items: flex-start; gap: .05rem; padding: .72rem .7rem; }
  .credibility-strip strong { font-size: .98rem; }
  .credibility-strip span { width: 100%; font-size: .58rem; letter-spacing: .045em; }
  .section { padding-top: 6.5rem; padding-bottom: 6.5rem; }
  .section-heading h2, .services-section h2, .about-copy h2 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .work-section { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .work-section .project, .work-section[data-view="all"] .project.selected-featured, .work-section[data-view="all"] .project.selected-side { grid-column: 1 / -1; grid-row: auto; }
  .project-grid { grid-template-columns: 1fr; }
  .filters { overflow-x: auto; flex-wrap: nowrap; margin-right: calc(var(--pad) * -1); padding-right: var(--pad); scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter { flex: none; min-height: 48px; padding-right: 1.15rem; padding-left: 1.15rem; }
  .project-image, .work-section[data-view="all"] .project.selected-featured .project-image { min-height: 310px; aspect-ratio: 1 / 1; }
  .project-image::after { opacity: 1; }
  .project-overlay { opacity: 1; transform: none; }
  .project-play { width: 52px; height: 52px; opacity: 1; transform: none; }
  .service-list article { grid-template-columns: 32px 1fr; gap: 1rem; }
  .service-list p { font-size: .92rem; }
  .about-image, .about-image img { min-height: 430px; }
  .client-logos img { width: 280px; height: 145px; padding: 1rem 1.4rem; }
  .contact-section h2 { font-size: clamp(1.8rem, 8.6vw, 3rem); }
  .contact-grid { margin-top: 4rem; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label.full, .submit-button, .form-note { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { gap: 1.4rem; }
  .site-footer > p { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Targeted behaviour/contrast fixes. Approved geometry remains unchanged. */
.hero-poster { position: relative; z-index: 1; pointer-events: none; }
.project-play { color: var(--ink); }
.project-overlay { scrollbar-width: thin; }
.project-overlay::-webkit-scrollbar { display: block; }
.project-link.is-details-visible .project-image::after,
.project-link.is-details-visible .project-overlay,
.project-link.is-details-visible .project-play { opacity: 1; transform: none; }
#video-title { text-decoration: underline; text-underline-offset: .2em; }
.menu-toggle:focus-visible, .modal-close:focus-visible,
.filter:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

/* Keep the title comfortably inset on both sides within the existing crop. */
.project-link[data-video="SBAxt-Vm9bA"] .project-image img,
.project-link[data-video="SBAxt-Vm9bA"]:hover .project-image img,
.project-link[data-video="SBAxt-Vm9bA"]:focus-visible .project-image img { object-fit: cover; object-position: 23% center; transform: none; }

/* Film awards: scoped overlays only; existing card geometry and crops are unchanged. */
.film-award-badge { position: absolute; z-index: 3; top: .85rem; left: .85rem; display: inline-flex; align-items: center; gap: .45rem; max-width: calc(100% - 6rem); padding: .45rem .65rem; color: #fff; background: rgba(8,8,8,.82); border-radius: 2px; font-size: .75rem; font-weight: 600; line-height: 1.3; letter-spacing: .04em; pointer-events: none; }
.film-award-badge svg { flex: none; width: 22px; height: 22px; }
.project-overlay.film-award-overlay { inset-block-start: 3.6rem; padding-top: .35rem; }
.film-award-details { display: block; flex-shrink: 0; margin-top: .85rem; padding-top: .7rem; border-top: 1px solid rgba(255,255,255,.35); font-size: .8rem; line-height: 1.45; overflow-wrap: anywhere; }
.film-award-details > span { display: block; }
.film-award-details > span + span { color: #ddd; }

/* Mobile-only portfolio clarity and About reading order. */
@media (max-width: 620px) {
  .project-overlay { display: none; }
  .project-image::after,
  .project-link:hover .project-image::after,
  .project-link:focus-visible .project-image::after,
  .project-link.is-details-visible .project-image::after { opacity: 0; }
  .about-copy { order: 1; }
  .about-image { order: 2; }
}
