:root {
  --paper: #f3f3ef;
  --surface: #ffffff;
  --soft: #e7e7e1;
  --ink: #20201d;
  --muted: #686862;
  --line: #d0d0c9;
  --accent: #dc5a43;
  --display: "Avenir Next", "PingFang SC", "Noto Sans SC", "Helvetica Neue", sans-serif;
  --body: "PingFang SC", "Noto Sans SC", "Helvetica Neue", sans-serif;
  --mono: "SFMono-Regular", "Menlo", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, video { display: block; max-width: 100%; }
.page-width { width: min(1400px, calc(100% - 64px)); margin: 0 auto; }
.masthead { width: min(1400px, calc(100% - 64px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); position: relative; z-index: 5; }
.brand { font-family: var(--display); font-weight: 800; letter-spacing: -.05em; font-size: 21px; }
.brand span, .hero-label, .section-kicker, .metrics p, .hero-foot dt, .case-visual figcaption, .account-card span, .workflow-shots span, .film-row span, .film-row small, .film-row i, .footer, .contact-note small { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.brand span { color: var(--muted); margin-left: 9px; font-size: 9px; letter-spacing: .02em; }
nav { display: flex; align-items: center; gap: 29px; font-size: 13px; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--accent); }
.nav-cta { border: 1px solid var(--ink); padding: 7px 14px; }
.menu-button { display: none; border: 0; background: transparent; font-family: var(--mono); font-size: 11px; cursor: pointer; }
.hero { min-height: min(760px, calc(100dvh - 76px)); display: flex; flex-direction: column; justify-content: space-between; padding: 32px 0; }
.hero-label, .section-kicker { color: var(--accent); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr); gap: 8vw; align-items: end; }
.hero-title p { font-family: var(--display); font-size: clamp(1.1rem, 2vw, 1.7rem); font-weight: 700; letter-spacing: -.05em; margin: 0 0 18px; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 700; letter-spacing: -.045em; line-height: .97; }
h1 { font-size: clamp(3.45rem, 6.25vw, 5.8rem); }
h1 span, h2 span { color: var(--accent); }
.hero-side { display: grid; gap: 28px; align-self: end; }
.hero-statement { padding-bottom: 0; }
.hero-statement p { font-family: var(--display); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.55; letter-spacing: -.045em; margin: 0 0 28px; }
.solid-link { display: inline-flex; align-items: center; gap: 28px; background: var(--ink); color: var(--paper); padding: 12px 15px; font-size: 13px; transition: background .2s ease, transform .2s ease; }
.solid-link:hover { background: var(--accent); transform: translateY(-2px); }
.hero-evidence { align-self: end; }
.hero-evidence button { display: block; width: 100%; padding: 0; border: 1px solid var(--line); background: var(--surface); color: var(--ink); text-align: left; cursor: zoom-in; overflow: hidden; }
.hero-evidence img { width: 100%; aspect-ratio: 1279 / 1987; object-fit: cover; object-position: top; transition: transform .3s ease; }
.hero-evidence button:hover img { transform: scale(1.04); }
.hero-evidence span { display: block; padding: 9px 10px; font-family: var(--mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.solid-link b, .under-link b { font-size: 18px; font-weight: 400; line-height: 1; }
.hero-foot { display: grid; grid-template-columns: 1.5fr .5fr; gap: 8vw; align-items: end; border-top: 1px solid var(--ink); padding-top: 18px; }
.hero-foot > p { font-family: var(--display); font-size: 17px; line-height: 1.55; letter-spacing: -.045em; margin: 0; }
.hero-foot dl { margin: 0; }
.hero-foot dl div { display: flex; justify-content: space-between; gap: 20px; margin-top: 6px; }
.hero-foot dt { color: var(--muted); }
.hero-foot dd { margin: 0; font-size: 12px; text-align: right; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.metrics div { min-height: 164px; padding: 27px 24px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.metrics div:first-child { border-left: 0; padding-left: 0; }
.metrics strong { font-family: var(--display); font-size: clamp(2.7rem, 4vw, 4rem); line-height: .9; letter-spacing: -.055em; }
.metrics strong span { display: inline-block; color: var(--accent); font-size: .43em; letter-spacing: 0; margin-left: .13em; }
.metrics p { color: var(--muted); margin: 0; }
.section-space { padding-top: clamp(105px, 13vw, 190px); padding-bottom: clamp(105px, 13vw, 190px); }
.section-kicker { display: flex; gap: 18px; align-items: center; margin-bottom: 54px; }
.section-kicker span { border: 1px solid currentColor; width: 25px; height: 25px; display: grid; place-items: center; font-family: var(--mono); font-size: 10px; }
.section-kicker p { margin: 0; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.about { border-top: 1px solid var(--ink); }
.about-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.about-overline { color: var(--accent); font-family: var(--mono); font-size: 11px; letter-spacing: .05em; margin: 0 0 17px; }
.about-intro > p { margin: 0 0 8px; color: #4d4c46; font-size: 16px; line-height: 1.9; }
.about-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 73px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.about-timeline article { min-height: 240px; padding: 24px 26px 26px; border-left: 1px solid var(--line); }
.about-timeline article:first-child { padding-left: 0; border-left: 0; }
.about-timeline span, .about-timeline h3 { font-family: var(--mono); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.about-timeline span { color: var(--accent); }
.about-timeline h3 { margin: 58px 0 14px; color: var(--ink); font-family: var(--display); font-size: 19px; letter-spacing: -.04em; text-transform: none; }
.about-timeline p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; max-width: 270px; }
.about-strengths { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr); gap: 8vw; align-items: center; margin-top: 110px; }
.strength-copy .section-kicker { align-items: center; color: var(--accent); margin-bottom: 32px; }
.strength-copy .section-kicker span { width: auto; height: auto; border: 0; font-family: var(--mono); font-size: 10px; }
.strength-copy .section-kicker i { color: var(--muted); font-family: var(--mono); font-size: 10px; font-style: normal; letter-spacing: .07em; }
.strength-copy > p:not(.section-kicker) { max-width: 560px; margin: 31px 0 33px; color: #4d4c46; font-size: 16px; line-height: 1.85; }
.strength-copy dl { max-width: 590px; margin: 0; }
.strength-copy dl div { display: grid; grid-template-columns: 124px 1fr; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
.strength-copy dt { color: var(--accent); font-family: var(--mono); font-size: 10px; letter-spacing: .04em; }
.strength-copy dd { margin: 0; color: var(--muted); font-size: 13px; }
.gallup-card { padding: 9px; border: 1px solid var(--line); background: var(--surface); text-align: left; cursor: zoom-in; box-shadow: 0 16px 38px rgba(32,32,29,.08); transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.gallup-card:hover { border-color: var(--accent); box-shadow: 0 20px 42px rgba(220,90,67,.18); transform: translateY(-3px); }
.gallup-card img { width: 100%; aspect-ratio: .88 / 1; object-fit: cover; object-position: top; }
.gallup-card span { display: block; padding: 8px 2px 1px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .04em; }
.case { border-top: 1px solid var(--ink); }
h2 { font-size: clamp(2.45rem, 4.15vw, 3.95rem); }
.large-copy { max-width: 510px; color: #4d4c46; font-size: 17px; line-height: 1.8; margin: 38px 0 50px; }
.case-board { overflow: hidden; padding: clamp(24px, 4.5vw, 64px); color: var(--ink); background: var(--surface); border: 1px solid var(--line); }
.case-board-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.case-board-head h2 { color: var(--ink); font-size: clamp(2rem, 3.5vw, 3.55rem); letter-spacing: -.045em; }
.case-board-head span, .case-board-foot { color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .07em; }
.case-board-body { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(310px, .7fr); min-height: 540px; gap: 5vw; padding: clamp(45px, 7vw, 105px) 0 50px; }
.case-board-copy { align-self: center; }
.case-board-stats { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 20px; max-width: 690px; }
.case-board-stats div { padding: 0 18px; border-left: 2px solid var(--accent); }
.case-board-stats div:first-child { padding-left: 16px; }
.case-board-stats strong { display: block; color: var(--ink); font-family: var(--display); font-size: clamp(2.25rem, 4vw, 4.2rem); line-height: .9; letter-spacing: -.055em; white-space: nowrap; }
.case-board-stats strong span { color: var(--accent); }
.case-board-stats small { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; }
.case-board-quote { max-width: 680px; margin: 50px 0 28px; color: var(--ink); font-family: var(--display); font-size: clamp(1.7rem, 3vw, 3.1rem); font-weight: 700; line-height: 1.23; letter-spacing: -.07em; }
.case-board-copy dl { max-width: 690px; margin: 0; }
.case-board-copy dl div { display: grid; grid-template-columns: 95px 1fr; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); }
.case-board-copy dt { color: var(--accent); font-family: var(--mono); font-size: 10px; }
.case-board-copy dd { margin: 0; color: var(--muted); font-size: 13px; }
.case-board-visual { align-self: center; }
.case-video-cases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.case-video-case { padding: 0; border: 1px solid var(--line); background: var(--surface); color: var(--ink); text-align: left; cursor: zoom-in; overflow: hidden; transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.case-video-case:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: 0 16px 28px rgba(32,32,29,.12); }
.case-video-case img { display: block; width: 100%; aspect-ratio: 1290 / 2644; object-fit: cover; object-position: top; }
.case-video-case span { display: block; padding: 9px 9px 0; color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .05em; }
.case-video-case strong { display: block; min-height: 45px; padding: 6px 9px 10px; font-family: var(--display); font-size: 13px; line-height: 1.25; letter-spacing: -.04em; }
.case-board-foot { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; border-top: 1px solid var(--line); }
.account-section { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.account-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 8vw; align-items: end; margin-bottom: 68px; }
.account-heading .section-kicker { grid-column: 1 / -1; }
.account-heading > p { color: #4d4c46; max-width: 380px; font-size: 15px; line-height: 1.8; margin: 0 0 8px; }
.account-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.account-card.row-centered { grid-column-start: 2; }
.account-card { position: relative; padding: 0; border: 1px solid transparent; background: var(--surface); cursor: zoom-in; overflow: hidden; transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.account-card img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; object-position: top; opacity: .92; filter: saturate(.78); transition: transform .35s ease, opacity .35s ease, filter .35s ease; }
.account-card:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: 0 14px 28px rgba(32,32,29,.10); }
.account-card:hover img { transform: scale(1.035); opacity: 1; filter: saturate(1); }
.account-card span { position: absolute; bottom: 0; left: 0; right: 0; padding: 7px 9px; color: var(--ink); background: rgba(255,255,255,.89); text-align: left; }
.workflow { border-bottom: 1px solid var(--line); }
.workflow-board { position: relative; min-height: 600px; overflow: hidden; color: var(--ink); background: var(--soft); border: 1px solid var(--line); padding: clamp(30px, 4vw, 60px); display: flex; flex-direction: column; justify-content: space-between; }
.workflow-board > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .10; filter: grayscale(1) contrast(1.1); }
.workflow-board::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(243,243,239,.96), rgba(243,243,239,.76)), linear-gradient(0deg, rgba(243,243,239,.83), transparent 62%); pointer-events: none; }
.workflow-board-top, .workflow-steps, .workflow-board-foot { position: relative; z-index: 1; }
.workflow-board-top { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.workflow-board-top p { margin: 0 0 10px; color: var(--accent); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
.workflow-board-top h2 { color: var(--ink); font-size: clamp(2.45rem, 3.85vw, 3.7rem); }
.workflow-board-top h2 span { color: var(--ink); }
.workflow-board-top small { align-self: end; color: var(--muted); font-family: var(--mono); font-size: 10px; line-height: 1.7; text-align: right; }
.workflow-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: auto; border-top: 2px solid var(--accent); }
.workflow-steps article { min-height: 235px; padding: 24px 20px 0; border-right: 1px solid var(--line); background: rgba(255,255,255,.25); }
.workflow-steps article:first-child { padding-left: 0; background: transparent; }
.workflow-steps article:last-child { border-right: 0; }
.workflow-steps span { color: var(--accent); font-family: var(--mono); font-size: 12px; }
.workflow-steps h3 { margin: 64px 0 16px; font-family: var(--display); font-size: 19px; letter-spacing: -.04em; }
.workflow-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.workflow-results { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; margin-top: 14px; }
.workflow-result { min-width: 0; padding: 10px; border: 1px solid var(--line); background: rgba(255,255,255,.82); color: var(--ink); text-align: left; text-decoration: none; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.workflow-result:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: 0 14px 26px rgba(220,90,67,.13); }
.workflow-result-workbench { cursor: zoom-in; }
.workflow-result img { width: 100%; aspect-ratio: 2.12 / 1; object-fit: cover; object-position: top; opacity: .92; }
.workflow-result-github img { aspect-ratio: 2.12 / 1; }
.workflow-result span { display: block; margin-top: 11px; color: var(--accent); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.workflow-result strong { display: block; margin-top: 5px; font-family: var(--display); font-size: 18px; letter-spacing: -.04em; }
.workflow-result p { margin: 7px 0 12px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.workflow-result i { display: inline-block; border-bottom: 1px solid currentColor; padding-bottom: 3px; color: var(--ink); font-family: var(--mono); font-size: 10px; font-style: normal; }
.workflow-board-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 10px; }
.workflow-board-foot button { border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); padding: 0 0 4px; font-family: var(--mono); font-size: 10px; cursor: zoom-in; }
.films { border-bottom: 1px solid var(--ink); }
.films-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 8vw; align-items: end; margin-bottom: 67px; }
.films-heading .section-kicker { grid-column: 1 / -1; }
.films-heading p { color: var(--muted); max-width: 360px; margin: 0 0 7px; line-height: 1.8; }
.film-stage { border: 1px solid var(--ink); margin-bottom: 30px; }
.film-stage-bar { min-height: 49px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); }
.film-stage-bar strong { font-family: var(--display); font-size: 14px; letter-spacing: -.03em; }
.close-film { padding: 6px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-family: var(--mono); font-size: 10px; cursor: pointer; }
.film-stage-media { background: #11110f; }
.film-stage-media video { width: 100%; max-height: 76vh; aspect-ratio: 16 / 9; object-fit: contain; }
.film-list { border-top: 1px solid var(--ink); }
.film-row { width: 100%; min-height: 88px; display: grid; grid-template-columns: 60px 1fr 260px 55px; align-items: center; gap: 16px; padding: 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; text-align: left; cursor: pointer; transition: background .2s ease, padding .2s ease; }
.film-row:hover { padding: 0 15px; background: var(--accent); }
.film-row span, .film-row small, .film-row i { font-style: normal; }
.film-row span { color: var(--accent); }
.film-row:hover span { color: var(--ink); }
.film-row strong { font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 2.8rem); letter-spacing: -.07em; line-height: 1; }
.film-row small { color: var(--muted); }
.film-row:hover small { color: var(--ink); }
.film-row i { justify-self: end; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.contact { background: var(--accent); }
.contact .section-kicker { color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.contact-grid h2 { font-size: clamp(2.8rem, 4.8vw, 4.4rem); }
.contact-grid h2 span { color: var(--ink); }
.contact-note { max-width: 345px; }
.contact-note > p { font-family: var(--display); font-size: 18px; line-height: 1.55; letter-spacing: -.04em; margin: 0 0 32px; }
.qr-contact { width: 160px; padding: 6px; border: 1px solid var(--ink); background: #fff; margin-bottom: 16px; }
.qr-contact img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.contact-note b { display: block; font-family: var(--display); letter-spacing: -.04em; font-size: 18px; }
.contact-note > small { display: block; margin-top: 3px; }
.footer { min-height: 74px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); }
.lightbox { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 8vh 8vw; background: rgba(17,17,15,.94); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(100%, 1000px); max-height: 86vh; object-fit: contain; }
.close-lightbox { position: absolute; right: 24px; top: 22px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.55); color: #fff; background: transparent; font-family: var(--mono); font-size: 10px; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 900px) {
  .page-width, .masthead { width: min(100% - 40px, 760px); }
  .masthead { min-height: 68px; }
  .brand span { display: none; }
  .menu-button { display: block !important; position: absolute; right: 0; top: 50%; min-width: 48px; padding: 7px 8px; border: 1px solid var(--ink); transform: translateY(-50%); text-align: center; }
  nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 12px 16px; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border: 1px solid var(--ink); }
  nav.is-open { display: flex; }
  nav a, .nav-cta { padding: 11px 0; border: 0; border-bottom: 1px solid var(--line); }
  .account-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .account-card.row-centered { grid-column-start: auto; }
  .film-row { grid-template-columns: 45px 1fr 170px 45px; }
}
@media (max-width: 640px) {
  .page-width, .masthead { width: min(100% - 32px, 540px); }
  .hero { min-height: auto; padding: 33px 0 35px; gap: 78px; }
  .hero-grid, .hero-foot, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .about-intro, .about-strengths { grid-template-columns: 1fr; gap: 42px; }
  .about-timeline { grid-template-columns: 1fr; margin-top: 48px; }
  .about-timeline article, .about-timeline article:first-child { min-height: auto; padding: 20px 0; border-left: 0; border-top: 1px solid var(--line); }
  .about-timeline article:first-child { border-top: 0; }
  .about-timeline h3 { margin: 14px 0 9px; }
  .about-strengths { margin-top: 75px; }
  h1 { font-size: clamp(3.15rem, 13.2vw, 4.45rem); }
  .hero-foot { gap: 28px; }
  .hero-foot > p { font-size: 16px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metrics div { min-height: 130px; padding: 20px 13px; }
  .metrics div:nth-child(3) { padding-left: 0; border-left: 0; }
  .metrics strong { font-size: 3.6rem; }
  .section-space { padding-top: 105px; padding-bottom: 105px; }
  .section-kicker { margin-bottom: 39px; }
  h2 { font-size: clamp(2.35rem, 10vw, 3.55rem); }
  .large-copy { font-size: 16px; margin: 30px 0 39px; }
  .case-board-head { display: block; }
  .case-board-head span { display: block; margin-top: 15px; }
  .case-board-body { grid-template-columns: 1fr; min-height: auto; padding: 45px 0; gap: 50px; }
  .case-board-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 0; }
  .case-board-stats div:first-child { grid-column: 1 / -1; }
  .case-board-stats div:last-child { grid-column: auto; }
  .case-board-stats strong { font-size: clamp(2.3rem, 12vw, 4.2rem); }
  .case-board-stats div:first-child strong { font-size: 2rem; }
  .case-board-quote { margin: 34px 0 25px; font-size: clamp(1.7rem, 8vw, 2.7rem); }
  .case-board-visual { max-width: 440px; width: 100%; justify-self: center; }
  .case-video-cases { gap: 7px; }
  .case-video-case strong { min-height: 48px; padding: 6px 7px 9px; font-size: 12px; }
  .account-heading, .films-heading { display: block; margin-bottom: 43px; }
  .account-heading .section-kicker, .films-heading .section-kicker { margin-bottom: 37px; }
  .account-heading > p, .films-heading > p { margin-top: 29px; }
  .account-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .workflow-board { min-height: auto; padding: 25px 20px; }
  .workflow-board-top { display: block; }
  .workflow-board-top small { display: block; margin-top: 18px; text-align: left; }
  .workflow-steps { grid-template-columns: 1fr; margin-top: 36px; }
  .workflow-steps article, .workflow-steps article:first-child { min-height: auto; padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(247,245,240,.2); background: transparent; }
  .workflow-steps article:last-child { border-bottom: 0; }
  .workflow-steps h3 { margin: 9px 0 7px; font-size: 18px; }
  .workflow-results { grid-template-columns: 1fr; }
  .workflow-board-foot { align-items: flex-start; flex-direction: column; margin-top: 15px; }
  .film-row { min-height: 92px; grid-template-columns: 36px 1fr 40px; gap: 12px; }
  .film-row small { grid-column: 2; grid-row: 2; margin-top: -27px; }
  .film-row i { grid-column: 3; grid-row: 1 / span 2; }
  .film-row strong { font-size: 1.7rem; }
  .contact-grid h2 { font-size: clamp(2.7rem, 11vw, 4rem); }
  .footer { min-height: 100px; flex-wrap: wrap; align-content: center; gap: 8px 20px; }
}
