/* Styles additionnels */
*, *::before, *::after { box-sizing: border-box; }
.section { margin: 2.5rem 0; }
.proj-list { margin-top: 1.2rem; }
.tag { padding: 0.35rem 0.75rem; border: 1px solid rgba(255,255,255,0.08); border-radius: 999px; font-size: 0.82rem; color: var(--muted); }

.page-title { font-size: clamp(2rem, 5vw, 3rem); margin: 0 0 0.5rem; }
.page-lede { color: var(--muted); }

.single-project .content { margin-top: 1.5rem; }
.single-project .meta { margin-top: 0.8rem; }

ul.project-meta { list-style: none; padding: 0; margin: 1.2rem 0; display: flex; flex-wrap: wrap; gap: 0.8rem; color: var(--muted); }
ul.project-meta li { background: var(--card); border-radius: 999px; padding: 0.45rem 0.9rem; border: 1px solid rgba(255,255,255,0.08); }

.contact-form { margin-top: 0; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.43rem 1.43rem; }
.contact-field { }
.contact-field--full { grid-column: 1 / -1; }
.contact-form input,
.contact-form textarea { width: 100%; padding: 0.858rem 0; background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.15); border-radius: 0; color: var(--text); }
.contact-phone-row { border-bottom: 1px solid rgba(255,255,255,0.15); }
.contact-phone-row input { border-bottom: none !important; }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus { outline: none; }
.contact-form label { text-transform: uppercase; font-size: 10px; }
.contact-form button { margin-top: 0.858rem; background: #fff; color: #000; }
.contact-phone-row { display: flex; align-items: center; gap: 0.858rem; }
.contact-phone-prefix { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: none; color: var(--text); font-family: var(--font); font-size: inherit; padding: 0.75rem 0; cursor: pointer; }
.contact-phone-prefix:focus { outline: none; }
.contact-phone-row input { flex: 1; }

/* Contact page */
.contact-page { width: 100%; min-height: 100vh; min-height: 100dvh; display: flex; align-items: center; position: relative; overflow: hidden; }
.contact-bg-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: blur(20px); transform: scale(1.1); }
.contact-bg-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.7); z-index: 1; }
.contact-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 2.86rem; width: 100%; position: relative; z-index: 2; padding: 0 1.43rem; }
.contact-infos { font-size: 12px; text-transform: uppercase; display: flex; flex-direction: column; }
.contact-infos-subtitle { font-size: 10px; color: var(--muted); }
.contact-infos-title { font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 2.86rem; }
.contact-infos-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 1.43rem; }
.contact-infos-col { display: flex; flex-direction: column; gap: 1.43rem; }
.contact-infos-block { display: flex; flex-direction: column; gap: 0.286rem; }
.contact-infos-label { color: var(--muted); font-size: 10px; }
.contact-infos a { position: relative; align-self: flex-start; text-decoration: none; }
.contact-infos a::after { content: ''; display: block; height: 0.5px; background: #fff; width: 100%; transform-origin: 0% 50%; transform: scaleX(0); transition: transform 0.25s ease; }
.contact-infos a:hover::after { transform: scaleX(1); }
@media (max-width: 720px) {
  .contact-grid { grid-template-columns: 1fr; gap: 2.86rem; }
  .contact-form-grid { grid-template-columns: 1fr; }
}

.video-wrapper { margin: 1.6rem 0 0; position: relative; }
.video-wrapper iframe, .video-wrapper video { width: 100%; min-height: 360px; border: none; border-radius: var(--radius); overflow: hidden; }
.video-wrapper figure { margin: 0; }
.video-wrapper .figure { border: 0; }

/* ─── Home slider ─── */
.stack-slider { position: relative; height: 100vh; height: 100dvh; overflow: hidden; }
.stack-slider .slide { position: absolute; inset: 0; will-change: transform; overflow: hidden; }
.stack-slider .slide > video, .stack-slider .slide > canvas { width: 100%; height: 100%; object-fit: cover; }
.stack-slider .slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
  z-index: 2;
  pointer-events: none;
}
.rail-overlay { position: fixed; bottom: calc(2.86rem + 20px); left: 0; right: 0; z-index: 7; pointer-events: none; padding: 0 1.43rem; }
.rail-track { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.858rem; pointer-events: auto; }
.rail-spacer { display: none; }
.rail-item { border: none; background: none; color: #fff; padding: 0; text-align: left; display: grid; grid-template-rows: auto; gap: 6px; cursor: default; position: relative; transform-origin: center; justify-items: center; margin: 0; }
.rail-item::before,
.rail-item::after {
  content: "";
  position: absolute;
  height: 1px;
  width: var(--progress, 0%);
  background: #fff;
  z-index: 9;
  pointer-events: none;
}
.rail-item::before { top: 0; left: 0; }
.rail-item::after { bottom: 0; right: 0; }
.rail-item .rail-media { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; }
.rail-item video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 0; display: block; opacity: 0; filter: none; transform: none; }
.rail-item .rail-thumb { position: absolute; inset: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.08); overflow: hidden; }
.rail-item .rail-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rail-item > span { display: none; }
.rail-col { display: flex; flex-direction: column; }
.rail-info { display: flex; justify-content: space-between; align-items: center; padding: 0 0 0.286rem; font-size: 10px; text-transform: uppercase; color: #fff; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.rail-col.active .rail-info { opacity: 1; }
.rail-item.active { opacity: 1; cursor: pointer; }
.rail-item.active video { opacity: 1; }
.rail-item.active .rail-thumb { opacity: 0; }
.rail-item:not(.active) { opacity: 1; }
.rail-item .play-btn { display: none; align-items: center; justify-content: center; position: absolute; inset: 0; color: #fff; font-size: 12px; text-transform: uppercase; background: rgba(0,0,0,0.25); opacity: 0; transition: opacity 0.25s ease; }
.rail-item.active .play-btn { display: flex; }
.rail-item.active:hover .play-btn { opacity: 1; }

/* ─── Header ─── */
.lw-header { position: absolute; top: 0; left: 0; right: 0; z-index: 15; pointer-events: none; padding: 1.43rem; }
.lw-header--wrapper { width: 100%; max-width: none; margin: 0 auto; pointer-events: auto; }
.lw-header--grid { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 0.858rem; }
.lw-header--item { font-size: 12px; color: #fff; text-transform: uppercase; }
.lw-header--lw { grid-column: 3; align-items: center; display: flex; justify-self: center; }
.lw-header--projects { grid-column: 1; justify-self: start; }
.lw-header--showreel { grid-column: 2; justify-self: start; }
.lw-header--contact { grid-column: 4; justify-self: end; }
.lw-header--infos { grid-column: 5; justify-self: end; }
.lw-logo-link { display: inline-flex; align-items: center; }
.lw-logo { height: 1.43rem; width: auto; display: block; }
.lw-header a, .lw-header button { color: #fff; background: none; border: none; font: inherit; cursor: pointer; padding: 0; text-decoration: none; position: relative; }
.lw--anime-hover { display: inline-block; }
.lw-underline { display: block; height: 0.5px; background: #fff; width: 100%; transform-origin: 0% 50%; transform: scaleX(0); transition: transform 0.25s ease; }
.lw-header a:hover .lw-underline,
.lw-header button:hover .lw-underline { transform: scaleX(1); }
.lw-header button { pointer-events: auto; }
.lw-header--grid > * { pointer-events: auto; }

/* Mobile header */
.lw-header--mobile { display: none; }

/* Mobile menu popup */
.lw-mobile-menu { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.97); backdrop-filter: blur(24px); z-index: 300; display: none; flex-direction: column; padding: 0.858rem; }
.lw-mobile-menu.visible { display: flex; }
.lw-mobile-menu--header { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.lw-mobile-menu--close { background: none; border: none; color: #fff; font-size: 12px; cursor: pointer; text-transform: uppercase; letter-spacing: 0.08em; font-family: var(--font); padding: 0; }
.lw-mobile-menu--nav { display: flex; flex-direction: column; gap: 0; width: 100%; flex: 1; justify-content: center; }
.lw-mobile-menu--link { display: block; width: 100%; text-align: left; padding: 1.5rem 0; font-size: clamp(2rem, 8vw, 3rem); color: #fff; text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.08); transition: opacity 0.2s ease; }
.lw-mobile-menu--link:first-child { border-top: none; }
.lw-mobile-menu--link:hover { opacity: 0.5; }
.lw-mobile-menu--footer { display: flex; align-items: center; gap: 0.5rem; padding: 1rem 0; font-size: 12px; text-transform: uppercase; }
.lw-mobile-menu--social { color: #fff; text-decoration: none; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 0.5px; }
.lw-mobile-menu--sep { color: rgba(255,255,255,0.4); }

/* Contact page scroll */
html:has(body.is-contact) { overflow: visible; height: auto; overscroll-behavior-y: none; }
body.is-contact { overflow-x: hidden; overflow-y: auto; height: auto; }
body.is-contact main { max-width: none; padding: 0 !important; margin: 0; width: 100%; }

/* Infos page */
/* ─── Infos page ─── */
html:has(body.is-infos) { overflow: visible; height: auto; overscroll-behavior-y: none;}
body.is-infos { background: #000; overflow-x: hidden; overflow-y: auto; height: auto; }
body.is-infos main { max-width: none; padding: 0 !important; margin: 0; width: 100%; }
body.is-infos .lw-header a,
body.is-infos .lw-header button { color: #fff; }
body.is-infos .lw-underline { background: #fff; }
body.is-infos .lw-logo { filter: none; }

/* Section 1 : Manifest */
.infos-manifest { position: relative; width: 100vw; height: 100vh; height: 100dvh; display: flex; align-items: center; justify-content: center; background: #000; }
.infos-manifest-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.infos-manifest-logo { position: relative; z-index: 1; width: 40vw; max-width: calc(100vw - 3rem); will-change: width; filter: invert(1); }

/* Section 2 : Manifeste */
.infos-creation { position: relative; min-height: 100vh; min-height: 100dvh; display: flex; align-items: center; padding: 1.43rem; }
.infos-creation-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.858rem; width: 100%; }
.infos-creation-label { grid-column: 1 / 2; font-size: 12px; text-transform: uppercase; color: #fff; align-self: start; }
.infos-creation-body { grid-column: 2 / 5; font-size: 12px; line-height: 1.8; color: #ccc; }
.infos-creation-body p { margin: 0; text-transform: uppercase; }
@media (max-width: 720px) {
  .infos-creation-grid { grid-template-columns: 1fr; }
  .infos-creation-label { margin: 0; }
  .infos-creation-body { grid-column: 1; }
  .infos-creation { padding: 1.43rem 0.858rem; }
}

/* ─── Home footer ─── */
.lw-home--footer-row { position: fixed; bottom: 0; left: 0; right: 0; z-index: 12; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; padding: 1.43rem; color: #fff; font-size: 12px; pointer-events: auto; gap: 0.858rem }
.lw-home--footer-col { display: flex; align-items: center; gap: 0.5rem; }
.lw-home--footer-instagram { grid-column: 1; }
.lw-home--footer-linkedin { grid-column: 2; }
.lw-home--footer-socials-link { color: #fff; text-decoration: none; font-size: 12px; display: inline-block; }
.lw-home--footer-socials-link .lw-underline { transform: scaleX(1); background: #fff; }
.lw-home--footer-sep { margin: 0; color: #fff; opacity: 0.6; }
.lw-home--footer-credit { grid-column: 4/6; display: flex; align-items: center; justify-content: flex-end; font-size: 12px; text-transform: uppercase; }

/* ─── Custom video player ─── */
.custom-player { position: relative; background: #0c0d11; overflow: hidden; }
.custom-player::after { content: ""; position: absolute; inset: 0; background: #000; opacity: 0; transition: opacity 0.2s ease; pointer-events: none; z-index: 1; }
.custom-player.paused::after,
.custom-player.ui-visible::after { opacity: 0.55; }
.custom-player video { display: block; width: 100%; height: auto; background: #000; }
.cp-overlay { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); display: flex; align-items: center; gap: 0.858rem; padding: 0 1.43rem; width: 100%; justify-content: center; pointer-events: none; z-index: 2; }
.cp-overlay .cp-time { font-variant-numeric: tabular-nums; color: #fff; text-shadow: 0 1px 12px rgba(0,0,0,0.65); white-space: nowrap; font-size: 12px; }
.cp-progress { flex: 1; position: relative; height: 2px; background: rgba(255,255,255,0.22); cursor: pointer; width: 100%; border-radius: 999px; pointer-events: auto; box-shadow: none; }
.cp-progress-filled { position: absolute; inset: 0 0 0 0; width: 0%; background: #fff; transition: width 0.02s linear; will-change: width; border-radius: 999px; }

.cp-controls { position: absolute; left: 0; right: 0; top: calc(50% + 22px); display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 0.858rem; padding: 0 1.43rem; color: #fff; pointer-events: none; z-index: 2; }
.cp-controls button { background: none; border: none; border-radius: 0; padding: 0 0 2px; color: #bfc2c7; cursor: pointer; pointer-events: auto; font-family: var(--font); font-size: 12px; text-transform: uppercase; transition: color 0.15s ease; justify-self: center; position: relative; }
.cp-controls button::before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 0.5px; background: #bfc2c7; transform-origin: 0% 50%; transform: scaleX(0); transition: transform 0.25s ease; }
.cp-controls button:hover::before { transform: scaleX(1); }
.cp-mute .label-on, .cp-mute .label-off { color: #bfc2c7; transition: color 0.15s ease; }
.cp-mute:not(.muted) .label-on { color: #bfc2c7; }
.cp-mute:not(.muted) .label-off { color: #6f737a; }
.cp-mute.muted .label-off { color: #bfc2c7; }
.cp-mute.muted .label-on { color: #6f737a; }
.cp-controls .cp-play-small { grid-column: 1; justify-self: start; }
.cp-controls .cp-mute { grid-column: 2; justify-self: start; }
.cp-controls .cp-info { grid-column: 4; justify-self: end; }
.cp-controls .cp-info::after { content: "+"; margin-left: 0.3em; display: inline-block; }
.cp-controls .cp-fullscreen { grid-column: 5; justify-self: end; }

.custom-player.playing .cp-overlay,
.custom-player.playing .cp-controls { opacity: 0; pointer-events: none; transition: opacity 0.15s ease; }
.custom-player.paused .cp-overlay,
.custom-player.paused .cp-controls { opacity: 1; pointer-events: auto; }
.custom-player.playing.ui-visible .cp-overlay,
.custom-player.playing.ui-visible .cp-controls { opacity: 1; pointer-events: auto; }
.cp-time { font-variant-numeric: tabular-nums; color: var(--muted); font-size: 0.9rem; }

/* Full-page video layout on single project */
body.single-project { overflow: hidden; }
body.single-project main { max-width: none; padding: 0; margin: 0; height: 100vh; height: 100dvh; }
body.single-project .single-project { height: 100vh; height: 100dvh; }
body.single-project .video-wrapper { margin: 0; width: 100vw; height: 100vh; height: 100dvh; position: relative; }
body.single-project .video-wrapper iframe,
body.single-project .video-wrapper video { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
body.single-project .custom-player { border-radius: 0; width: 100%; height: 100vh; height: 100dvh; }
body.single-project .custom-player video { width: 100%; height: 100%; object-fit: cover; }
body.single-project .custom-player .cp-controls { background: none; }

/* ─── Work list (archive-project) ─── */
.work-list { display: flex; flex-direction: column; padding: 0; overflow: hidden; height: 100vh; height: 100dvh; }
.work-list-inner { display: flex; flex-direction: column; will-change: transform; }
.work-item { display: grid; grid-template-columns: 1fr 3fr 1fr; align-items: center; gap: 0; padding: 1.43rem; border-bottom: 1px solid rgba(0,0,0,0.1); text-transform: uppercase; color: #000; }
.work-item:first-child { border-top: 1px solid rgba(0,0,0,0.1); }
.work-item { position: relative; }
.work-item:hover { cursor: none; background: #000; color: #fff; }
.work-item:hover .work-col-left,
.work-item:hover .work-title,
.work-item:hover .work-category,
.work-item:hover .work-col-right,
.work-item:hover .work-col-left::after,
.work-item:hover .work-dots,
.work-item:hover .work-col-right::after { color: #fff; }
.work-hover-video { position: fixed; width: 480px; aspect-ratio: 16 / 9; object-fit: cover; pointer-events: none; z-index: 20; opacity: 0; transform: translate(-50%, -50%); }
.work-col-left { font-size: 12px; color: #000; display: flex; align-items: baseline; overflow: hidden; white-space: nowrap; margin-right: 1rem; }
.work-col-left::after { content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ."; flex-shrink: 0; white-space: nowrap; color: #000; margin-left: 1rem; letter-spacing: 0.05em; }
.work-col-center { display: flex; align-items: baseline; overflow: hidden; }
.work-title { font-size: 12px; color: #000; white-space: nowrap; flex-shrink: 0; }
.work-dots { flex: 1; overflow: hidden; white-space: nowrap; color: #000; letter-spacing: 0.05em; margin: 0 1rem; font-size: 12px; }
.work-dots::before { content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ."; }
.work-category { font-size: 12px; color: #000; white-space: nowrap; flex-shrink: 0; }
.work-col-right { font-size: 12px; color: #000; display: flex; flex-direction: row-reverse; align-items: baseline; overflow: hidden; white-space: nowrap; margin-left: 1rem; }
.work-col-right::after { content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ."; flex-shrink: 0; white-space: nowrap; color: #000; margin-right: 1rem; letter-spacing: 0.05em; }

body.post-type-archive-project { background: #fff; overflow: hidden; }
body.post-type-archive-project .lw-header { background: #fff; pointer-events: auto; border-bottom: 1px solid rgba(0,0,0,0.1); }
body.post-type-archive-project main { padding: 0; }
body.post-type-archive-project .lw-header a,
body.post-type-archive-project .lw-header button { color: #000; }
body.post-type-archive-project .lw-underline { background: #000; }
body.post-type-archive-project .lw-logo { filter: invert(1); }

/* ─── Call sheet credits popup ─── */
.callsheet { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 0 0.858rem; text-align: center; padding: 4.29rem 0; }
.callsheet-rule { grid-column: 1 / -1; border: none; border-top: 1px solid rgba(255,255,255,0.15); margin: 1.5rem 0; }
.callsheet-title { grid-column: 1 / -1; font-size: clamp(1.4rem, 3vw, 2rem); text-transform: uppercase; letter-spacing: 0.12em; margin: 0; color: #fff; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 0.5px; }
.callsheet-written-by { grid-column: 1 / -1; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: #aaa; margin: 0.858rem 0; }
.callsheet-section { grid-column: 1 / -1; display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
.callsheet-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.15em; color: #aaa; }

/* ─── Screenplay ─── */
.screenplay-label { grid-column: 1 / 2; font-size: 10px; text-transform: uppercase; letter-spacing: 0.15em; color: #555; align-self: start; text-align: left; padding-top: 0.4rem; }
.screenplay-body { grid-column: 2 / 7; font-family: 'Courier New', Courier, monospace; font-size: 12px; line-height: 2; color: #222; text-align: left; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.sp-block-normal { grid-column: 1 / -1; text-align: left; }
.sp-block-indented { grid-column: 2 / 5; text-align: left; }
.sp-block-title { grid-column: 1 / -1; text-align: left; }
.sp-center { text-align: center; }
.sp-bold { font-weight: 700; color: #000; }
.sp-ul { text-decoration: underline; text-underline-offset: 3px; }
.callsheet-credits { grid-column: 1 / -1; display: flex; flex-direction: column; gap: 0.286rem; margin-top: 1.43rem; }
.callsheet-credit { display: grid; grid-template-columns: 1fr 1fr; gap: 0.858rem; align-items: baseline; }
.callsheet-name { font-size: 12px; text-transform: uppercase; color: #fff; text-align: right; }
.callsheet-role { font-size: 12px; text-transform: uppercase; color: #aaa; text-align: left; }
.callsheet-credit-title { grid-column: 1 / -1; font-size: 11px; text-transform: uppercase; color: #aaa; margin: 0.858rem 0; }
.callsheet-credit-sep { width: 100%; border: none; border-top: 1px solid rgba(255,255,255,0.08); margin: 0; }
.callsheet-label--frames { grid-column: 1 / 2; align-self: start; text-align: left; padding-top: 0.4rem; }
.callsheet-frames { grid-column: 2 / 7; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.callsheet-frame { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }

/* ─── Responsive ─── */
@media (max-width: 1024px) {
  .rail-track { grid-template-columns: repeat(3, 1fr); }
  .rail-col:not(.active) { display: none; }
  .rail-col.active,
  .rail-col.active + .rail-col,
  .rail-col.active + .rail-col + .rail-col { display: flex; }
}

@media (max-width: 720px) {
  /* Header: hide desktop nav, show mobile burger */
  .lw-header--desktop { display: none; }
  .lw-header--mobile { display: flex; align-items: center; justify-content: space-between; width: 100%; }
  .lw-header--mobile .lw-header--item { font-size: 12px; color: #fff; text-transform: uppercase; }
  .lw-header { padding: 0.858rem; }
  .lw-header--mobile { align-items: center; }
  .lw-logo--mobile { height: 0.858rem; }
  .lw-menu-toggle { color: #fff; background: none; border: none; font: inherit; font-size: 12px; text-transform: uppercase; cursor: pointer; padding: 0; position: relative; }

  .rail-overlay { padding: 0 0.858rem; bottom: calc(1.716rem + 20px); }
  .rail-track { grid-template-columns: 1fr; }
  .rail-col:not(.active) { display: none; }
  .rail-col.active { display: flex; }
  .rail-col.active + .rail-col,
  .rail-col.active + .rail-col + .rail-col { display: none; }
  .lw-home--footer-row { grid-template-columns: 1fr; padding: 0.858rem; }
  .lw-home--footer-instagram { display: none; }
  .lw-home--footer-linkedin { display: none; }
  .lw-home--footer-credit { grid-column: 1; justify-content: flex-start; }
  .cp-overlay { padding: 0 0.858rem; }
  .cp-controls { grid-template-columns: 1fr 1fr; padding: 0 0.858rem; }
  .cp-controls .cp-play-small { grid-column: 1; justify-self: start; }
  .cp-controls .cp-mute { grid-column: 2; justify-self: end; }
  .cp-controls .cp-info { display: none; }
  .cp-controls .cp-fullscreen { display: none; }
  body.post-type-archive-project .lw-header { background: #fff; }
  body.post-type-archive-project .lw-header button { color: #000; }
  body.post-type-archive-project .lw-header .lw-logo { filter: invert(1); }
  body.post-type-archive-project .lw-mobile-menu .lw-logo { filter: none; }
  body.post-type-archive-project .lw-mobile-menu a,
  body.post-type-archive-project .lw-mobile-menu button { color: #fff; }
  .work-hover-video { display: none !important; }
  .work-item:hover { cursor: auto; background: transparent; color: #000; }
  .work-item:hover .work-title,
  .work-item:hover .work-category,
  .work-item:hover .work-dots { color: #000; }
  .work-item { grid-template-columns: 1fr; padding: 1.43rem 0.858rem; }
  .work-col-left { display: none; }
  .work-col-center { flex: 1; }
  .work-col-right { display: none; }
  .screenplay-label { grid-column: 1 / -1; text-align: center; }
  .screenplay-body { grid-column: 1 / -1; }
  .callsheet-label--credits { grid-column: 1 / -1; text-align: center; }
  .callsheet-credits { grid-column: 1 / -1; }
  .callsheet-credit { grid-template-columns: 1fr; gap: 0.2rem; }
  .callsheet-name, .callsheet-role, .callsheet-department { grid-column: 1; text-align: center; }
  .callsheet-label--frames { grid-column: 1 / -1; text-align: center; }
  .callsheet-frames { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); }
  .contact-grid { padding: 0 0.858rem; }
  .contact-infos-inner { grid-template-columns: 1fr; }
}