/* Dalas Kahila — cinematic editorial redesign */

:root {
  --bg: #080706;
  --bg-alt: #100e0c;
  --card-bg: #15120f;
  --line: rgba(244, 239, 230, .14);
  --line-soft: rgba(244, 239, 230, .075);
  --text: #f4efe6;
  --text-dim: rgba(244, 239, 230, .72);
  --text-dimmer: rgba(244, 239, 230, .52);
  --text-faint: rgba(244, 239, 230, .52);
  --accent: #e34a2f;
  --accent-readable: #f06a52;
  --accent-dim: rgba(227, 74, 47, .38);
  --accent-glow: rgba(227, 74, 47, .72);
  --gold: #c7a76b;
  --font-editorial: Georgia, 'Times New Roman', serif;
  --measure-copy: 68ch;
  --radius-panel: 14px;
  --radius-media: 13px;
  --radius-control: 999px;
  --glass-surface: rgba(24, 19, 16, .66);
  --glass-border: rgba(244, 239, 230, .16);
  --max: 1520px;
}

html { background: var(--bg); scroll-padding-top: 92px; }
body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 22% 33%, rgba(119, 51, 32, .12), transparent 32rem),
    linear-gradient(180deg, #080706 0%, #0b0908 48%, #080706 100%);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
::selection { color: #080706; background: var(--gold); }
img { background-color: #100e0c; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

nav { padding: 22px clamp(24px, 4.5vw, 76px); transition: padding .35s ease; }
nav.scrolled { padding-top: 14px; padding-bottom: 14px; }
nav::before {
  background: linear-gradient(180deg, rgba(8, 7, 6, .96), rgba(8, 7, 6, .82));
  border-bottom-color: rgba(244, 239, 230, .1);
  backdrop-filter: blur(20px) saturate(120%);
}
.logo img { height: 40px; filter: contrast(1.04) saturate(.92); }
.nav-links { gap: clamp(22px, 2.6vw, 44px); }
.nav-links a { position: relative; color: var(--text-dimmer); font-size: 12px; letter-spacing: .19em; }
.nav-links a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px;
  background: var(--accent); transition: right .25s ease;
}
.nav-links a:hover,
.nav-links a.active { color: var(--text); }
.nav-links a:hover::after,
.nav-links a.active::after { right: 0; }

.section { padding: clamp(92px, 10vw, 156px) clamp(24px, 5vw, 78px); }
.section-head {
  display: block; margin-bottom: clamp(44px, 5vw, 72px);
  border-top: 1px solid var(--line); padding-top: 24px;
  text-align: left;
}
.section-head .tag { margin-bottom: 16px; }
.section-head .section-sub { max-width: 640px; }
.section-title {
  max-width: 980px; font-size: clamp(3.3rem, 6.5vw, 6rem); font-weight: 400;
  letter-spacing: -.02em; line-height: .92;
}
.section-title .accent,
.case-title .accent { color: var(--accent); }
.section-sub,
.page-hero > p {
  max-width: var(--measure-copy); color: var(--text-dim);
  font-size: clamp(16px, 1.35vw, 19px); font-weight: 400; line-height: 1.8;
  text-wrap: pretty;
}
.tag { margin-bottom: 20px; color: var(--gold); font-size: 11px; letter-spacing: .16em; }
.tag::before { width: 46px; background: var(--accent); }
.btn {
  min-height: 46px; padding: 12px 22px; color: var(--text-dim); border-color: var(--glass-border);
  border-radius: var(--radius-control); background: rgba(244, 239, 230, .045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 14px 34px rgba(0, 0, 0, .18);
  backdrop-filter: blur(16px) saturate(118%);
  font-size: 11px; font-weight: 700; letter-spacing: .16em;
  transition: transform .22s ease, border-color .22s ease, color .22s ease, background-color .22s ease;
}
.btn:hover { color: var(--text); border-color: var(--gold); background: rgba(199, 167, 107, .08); transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn.primary { color: #fffaf0; background: var(--accent); border-color: var(--accent); }
.btn.primary:hover { color: #fff; background: #f1583b; border-color: #f1583b; }

/* Keep the original Cloud hero composition. The base stylesheet owns its
   responsive video, centered title, lighting overlay, and full-frame slate. */
.home-page .clapper-cover:not(.clapping):not(.leaving) .clapper-board {
  animation: clapperAttention 5.4s ease-in-out 1.2s infinite;
}
.home-page .clapper-cover:not(.clapping):not(.leaving) .clapper-stripe:not(.dragging):not(.settling) {
  animation: clapperArmHint 5.4s cubic-bezier(.4, 0, .2, 1) 1.2s infinite;
}
@keyframes clapperAttention {
  0%, 68%, 100% { transform: translate3d(0, 0, 0); }
  73% { transform: translate3d(0, -3px, 0); }
  78% { transform: translate3d(-2px, 1px, 0); }
  81% { transform: translate3d(2px, -1px, 0); }
  84% { transform: translate3d(0, 0, 0); }
}
@keyframes clapperArmHint {
  0%, 68%, 100% { transform: rotate(-16deg); }
  73% { transform: rotate(-24deg); }
  78% { transform: rotate(1deg); }
  84% { transform: rotate(-16deg); }
}

.home-page .trust-showcase {
  position: relative; isolation: isolate;
  background: linear-gradient(180deg, #080706 0%, #000 14%, #000 100%);
}
.home-page .trust-showcase::after {
  content: ''; position: absolute; top: 100%; left: 0; right: 0;
  height: clamp(150px, 14vw, 280px); z-index: 0; pointer-events: none;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .96) 28%, rgba(0, 0, 0, .72) 58%, transparent 100%);
}
.home-page .trust-showcase > * { position: relative; z-index: 1; }
.trust-strip-wrap,
.trust-strip { background: transparent; }
.home-page .trust-strip {
  mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%);
}
.trust-strip-wrap { border-color: var(--line); }
.trust-strip-label { color: var(--gold); font-size: 9px; letter-spacing: .26em; }
.trust-logo {
  min-width: 170px; height: 31px; opacity: .72; background: transparent;
  mix-blend-mode: screen; transform-origin: center;
  transition: opacity .24s ease, transform .24s ease;
}
.trust-logo:hover { opacity: 1; transform: translateY(-1px) scale(1.08); }
.trust-logo-img {
  max-width: 115px; background: transparent;
  filter: grayscale(1) brightness(2.4) contrast(2.7);
  transition: filter .24s ease;
}
.trust-logo:hover .trust-logo-img { filter: none; }
.trust-logo-text { color: var(--text-dim); font-size: 14.4px; transition: color .24s ease; }

/* Editorial portrait and biography */
.about-grid {
  grid-template-columns: minmax(280px, .78fr) minmax(340px, 1.22fr);
  gap: clamp(54px, 8vw, 126px); align-items: center;
}
.about-teaser .about-photo {
  max-width: 520px; padding: 0; border: 1px solid var(--glass-border); border-radius: var(--radius-panel);
  background: #100e0c;
  box-shadow: none;
}
.about-teaser .about-photo img,
.about-teaser .about-photo::after { border-radius: var(--radius-media); }
.about-teaser .about-photo::after { border: 0; box-shadow: none; }
.about-teaser .about-photo img { filter: grayscale(18%) contrast(1.04) sepia(7%); }
.about-name { margin-top: 24px; font-size: 34px; font-weight: 400; }
.about-role { color: var(--gold); }
.about-body p {
  max-width: var(--measure-copy); color: var(--text-dim); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.78;
  text-align: left; text-wrap: pretty;
}
.about-body strong { color: var(--text); font-weight: 500; }
.software-chip {
  border-radius: var(--radius-control); color: var(--text-dim);
  border-color: var(--glass-border); background: rgba(244, 239, 230, .045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}
.home-page .about-teaser > div:last-child,
.about-page .about-grid > div:last-child {
  padding: clamp(26px, 4vw, 56px); border: 1px solid var(--glass-border); border-radius: var(--radius-panel);
  background: linear-gradient(145deg, rgba(28, 22, 18, .74), rgba(15, 12, 10, .48));
  box-shadow: none;
  backdrop-filter: blur(22px) saturate(112%);
}

@media (min-width: 901px) {
  .home-page .about-teaser { align-items: stretch; }
  .home-page .about-teaser > div:first-child { position: relative; }
  .home-page .about-teaser .about-name,
  .home-page .about-teaser .about-role {
    position: absolute;
    left: 0;
  }
  .home-page .about-teaser .about-name { top: calc(100% + 24px); }
  .home-page .about-teaser .about-role { top: calc(100% + 84px); }
  .home-page .about-teaser > div:last-child { align-self: stretch; }
}

.home-page .about-teaser > div:last-child > .tag { font-size: 13.67px; }
.about-page .timeline { margin-top: 46px; }
.about-page .timeline-item { border-bottom: 1px solid var(--line-soft); }
.about-page .timeline-item:last-child { border-bottom: 0; }
.about-page .timeline::before { background: linear-gradient(to bottom, var(--accent), var(--gold)); }
.about-page .timeline-dot {
  background: var(--accent); box-shadow: 0 0 0 4px rgba(8, 7, 6, .96), 0 0 18px rgba(227, 74, 47, .38);
}
.about-page .timeline-year.top,
.about-page .timeline-year.bottom { color: var(--gold); }

/* Cinematic project stills */
.work-grid { gap: clamp(18px, 2.2vw, 34px); }
.work-page .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; min-width: 0; }
@media (min-width: 901px) {
  .work-page .work-grid { margin-inline: -38px; }
}
.work-page .work-grid > .work-card:nth-child(5n + 1) { grid-column: 1 / -1; aspect-ratio: 2.25 / 1; }
.work-page .work-grid > .work-card:nth-child(5n + 3) { margin-top: 72px; }
.work-card {
  min-width: 0; max-width: 100%; border-radius: var(--radius-panel); border-color: var(--glass-border);
  background: var(--glass-surface); box-shadow: none;
}
.work-card::after {
  display: none;
}
.work-card-img img { filter: saturate(.8) contrast(1.05); }
.work-card:hover .work-card-img img { filter: saturate(1) contrast(1.03); }
.work-card-body {
  z-index: 2; min-width: 0; padding: 40px clamp(24px, 3vw, 46px) 28px; gap: 9px;
  background: linear-gradient(to top, rgba(8, 7, 6, .96), rgba(8, 7, 6, .56) 57%, transparent);
}
.work-card:hover .work-card-body {
  padding-top: 52px;
  background: linear-gradient(to top, rgba(8, 7, 6, .96), rgba(8, 7, 6, .48) 64%, transparent);
}
.work-card-cat { color: var(--gold); font-size: 10px; letter-spacing: .22em; }
.work-card-title { font-size: clamp(28px, 3vw, 50px); font-weight: 400; line-height: .95; }
.work-card-desc { max-width: 660px; color: var(--text-dim); }
.work-card-links span { color: var(--accent); }
.work-page .work-card-body {
  padding-top: 34px; background: linear-gradient(to top, rgba(8, 7, 6, .95), rgba(8, 7, 6, .58) 62%, transparent);
  backdrop-filter: blur(14px) saturate(110%);
}
.work-page .work-card-desc,
.work-page .work-card-links { max-height: none; margin-top: 4px; opacity: 1; }
.work-page .work-card:hover .work-card-body { padding-top: 34px; }
.home-page .work-grid-featured .work-card { min-height: clamp(340px, 42vw, 620px); aspect-ratio: 16 / 7; }
.home-page .work-grid-featured .work-card:nth-child(even) .work-card-body { align-items: flex-end; text-align: right; }
.home-page .work-grid-featured .work-card-img img {
  width: 100%; height: 100%; object-fit: cover; transform: none;
}
.home-page .work-grid-featured .work-card:hover .work-card-img img {
  transform: scale(1.025); filter: saturate(1) contrast(1.03);
}
.logofolio-frame {
  padding: 0; border-radius: var(--radius-panel); border-color: var(--glass-border);
  background: #100e0c; box-shadow: none;
}
.logofolio-frame img { border-radius: var(--radius-media); }
.strip-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.strip-tile { border: 1px solid var(--glass-border); border-radius: var(--radius-media); aspect-ratio: 5 / 4; }
.strip-tile-label { padding: 60px 24px 20px; font-size: 15px; }
/* Director's treatment service cards */
.services-page .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; }
.services-page .service-card {
  border-radius: var(--radius-panel); border-color: var(--glass-border); background: #100e0c;
}
.services-page .service-card:nth-child(4n + 1) { grid-column: 1 / -1; }
.services-page .service-card:nth-child(4n + 1) .service-card-img { aspect-ratio: 2.4 / 1; }
.services-page .service-card-img img { filter: saturate(.72) contrast(1.06); }
.services-page .service-card:hover .service-card-img img { filter: saturate(1); transform: scale(1.025); }
.services-page .service-card-body { padding: 34px clamp(24px, 3vw, 44px) 42px; }
.services-page .service-card-index { color: var(--gold); }
.services-page .service-card-title { font-size: clamp(30px, 3vw, 48px); font-weight: 400; }

/* Services — guided project path */
.services-page main { overflow: clip; }
.services-intro-stage {
  position: relative;
  width: 100%;
  height: max(760px, min(1041px, 68.9vw));
  min-height: 100svh;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 72% 31%, rgba(141, 38, 25, .18), transparent 34%),
    #080706;
}
.services-intro-stage::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(8, 7, 6, .22));
}
.services-hero-copy {
  position: absolute;
  left: 5.16%;
  top: 15.75%;
  z-index: 5;
  width: 42%;
}
.services-kicker,
.services-chapter-kicker,
.services-path-label {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .28em;
  line-height: 1;
  text-transform: uppercase;
}
.services-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  color: #b93919;
  font-size: 11px;
  letter-spacing: .38em;
}
.services-kicker::before,
.services-chapter-kicker::before {
  content: '';
  width: 46px;
  height: 1px;
  background: var(--accent);
}
.services-hero-copy h1,
.services-chapter-preview h2 {
  margin: 0;
  color: var(--text);
  font-family: 'Bebas Neue', var(--font-display);
  font-weight: 400;
  line-height: .88;
  text-transform: uppercase;
}
.services-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(3.6rem, 7vw, 6rem);
  letter-spacing: -.02em;
  white-space: nowrap;
}
.services-hero-copy h1 span,
.services-chapter-preview h2 span { color: var(--accent); }
.services-hero-copy > p {
  max-width: 66ch;
  margin: 17px 0 0;
  color: var(--text-dim);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.55;
}
.services-hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 24px;
}
.services-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border: 1px solid rgba(244, 239, 230, .2);
  border-radius: 999px;
  color: var(--text);
  background: rgba(20, 16, 14, .58);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
}
.services-button:hover { transform: translateY(-2px); border-color: rgba(244, 239, 230, .42); }
.services-button-primary { border-color: var(--accent); background: var(--accent); }
.services-button-primary { width: 210px; }
.services-button-ghost { width: 165px; }
.services-button-primary:hover { background: #f1583b; border-color: #f1583b; }
.services-hero-reel {
  position: absolute;
  inset: 10% 0 auto 30%;
  z-index: 2;
  height: 40%;
  pointer-events: none;
}
.services-hero-frame {
  position: absolute;
  top: 0;
  left: 28.571%;
  width: 42.857%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
  will-change: transform, opacity;
  transition:
    transform .72s cubic-bezier(.77, 0, .175, 1),
    opacity .72s cubic-bezier(.77, 0, .175, 1);
}
.services-hero-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
}
.services-hero-frame[data-slot="0"] { z-index: 1; opacity: .28; transform: translate3d(-76%, 5%, 0) scale(.76) rotate(-10deg); }
.services-hero-frame[data-slot="1"] { z-index: 3; opacity: .82; transform: translate3d(-52%, 2%, 0) scale(.88) rotate(-6deg); }
.services-hero-frame[data-slot="2"] { z-index: 5; opacity: 1; transform: translate3d(0, 0, 0) scale(1) rotate(2deg); }
.services-hero-frame[data-slot="3"] { z-index: 3; opacity: .82; transform: translate3d(52%, 2%, 0) scale(.88) rotate(6deg); }
.services-hero-frame[data-slot="4"] { z-index: 1; opacity: .28; transform: translate3d(76%, 5%, 0) scale(.76) rotate(10deg); }
.services-path-dock {
  position: absolute;
  left: 4.63%;
  right: 4.63%;
  top: 51.5%;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  min-height: 156px;
  padding: 52px 18px 18px;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-panel);
  background: rgba(53, 46, 37, .68);
  box-shadow: none;
  backdrop-filter: blur(24px) saturate(125%);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
}
.services-path-label { position: absolute; left: 52px; top: 31px; font-size: 12px; letter-spacing: .34em; }
.services-path-dock > a {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 18px;
  min-width: 0;
  align-items: center;
  padding: 14px 22px;
  border: 1px solid rgba(244, 239, 230, .18);
  border-radius: calc(var(--radius-panel) - 2px);
  color: var(--text);
  background: rgba(24, 19, 18, .7);
  box-shadow: none;
  font-family: var(--font-display);
  font-size: clamp(17px, 1.28vw, 20px);
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease;
}
.services-path-dock > a:hover { transform: translateY(-3px); border-color: rgba(227, 74, 47, .58); background: rgba(82, 29, 23, .34); }
.services-path-dock svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 50%;
  color: var(--accent-readable);
  background: rgba(227, 74, 47, .1);
  stroke: currentColor;
  stroke-width: 1.4;
  fill: none;
}
.services-path-dock b { color: var(--accent-readable); font-size: 23px; font-weight: 400; }
.services-chapter-preview {
  position: absolute;
  left: 4.63%;
  right: 4.63%;
  top: 72.7%;
  z-index: 3;
  display: grid;
  grid-template-columns: 50% 46%;
  gap: 4%;
  height: 27.3%;
}
.services-chapter-preview-media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-panel) var(--radius-panel) 0 0;
  background: #100d0d;
}
.services-chapter-preview-media img { width: 100%; height: 100%; object-fit: cover; background: transparent; }
.services-word-loop {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  padding: clamp(24px, 4vw, 56px);
  background:
    radial-gradient(circle at 50% 48%, rgba(227, 74, 47, .13), transparent 38%),
    linear-gradient(140deg, rgba(255, 255, 255, .025), transparent 52%),
    #100d0d;
}
.services-word-loop::before {
  content: '';
  position: absolute;
  inset: clamp(18px, 3vw, 36px);
  border: 1px solid rgba(244, 239, 230, .08);
  border-radius: calc(var(--radius-panel) - 6px);
  pointer-events: none;
}
.services-word-loop-label {
  position: absolute;
  top: clamp(24px, 3vw, 38px);
  left: clamp(24px, 3vw, 38px);
  z-index: 1;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.services-word-loop-words {
  position: relative;
  width: 100%;
  min-height: clamp(74px, 8vw, 118px);
}
.services-word-loop-word {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--text);
  font-family: 'Bebas Neue', var(--font-display);
  font-size: clamp(42px, 5.1vw, 82px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .9;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(12px);
  will-change: opacity, transform;
  animation: servicesWordLoop 15s var(--motion-fluid) infinite;
  animation-delay: calc(var(--word-index) * 3s);
}
.services-word-loop-word em { color: var(--accent); font-style: normal; }
@keyframes servicesWordLoop {
  0% { opacity: 0; transform: translateY(12px); }
  3% { opacity: 1; transform: translateY(0); }
  14% { opacity: 1; transform: translateY(0); }
  20% { opacity: 0; transform: translateY(-8px); }
  100% { opacity: 0; transform: translateY(-8px); }
}
@media (prefers-reduced-motion: reduce) {
  body:not(.motion-opted-in) .services-word-loop-word { animation-play-state: paused; }
}
.services-chapter-preview-copy { padding-top: 8px; }
.services-chapter-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.services-chapter-preview h2 { font-size: clamp(44px, 4vw, 60px); }
.services-chapter-preview-copy > p { max-width: 58ch; margin: 12px 0 16px; color: #83817e; font-size: 14px; line-height: 1.55; }
.services-chapter-preview-copy > a {
  display: grid;
  grid-template-columns: minmax(150px, .8fr) minmax(170px, 1.2fr) auto;
  gap: 18px;
  align-items: center;
  padding: 12px 14px 12px 88px;
  border-top: 1px solid var(--line);
  color: var(--text);
}
.services-chapter-preview-copy > a span { font-family: var(--font-display); font-size: 21px; letter-spacing: .05em; text-transform: uppercase; }
.services-chapter-preview-copy > a small { color: var(--text-dim); font-size: 12px; }
.services-chapter-preview-copy > a b { color: var(--accent); font-size: 22px; font-weight: 400; }

.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;
}
.services-service-band,
.services-chapter {
  width: min(calc(100% - clamp(40px, 9vw, 140px)), 1375px);
  margin-inline: auto;
}
.services-service-band {
  padding: clamp(72px, 8vw, 124px) 0 clamp(110px, 12vw, 180px);
}
.services-service-list {
  overflow: hidden;
  border: 1px solid rgba(244, 239, 230, .16);
  border-radius: var(--radius-panel);
  background: rgba(25, 20, 18, .64);
  box-shadow: none;
  backdrop-filter: blur(24px) saturate(118%);
  -webkit-backdrop-filter: blur(24px) saturate(118%);
}
.services-service-entry {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(360px, 1.28fr);
  gap: clamp(36px, 6vw, 96px);
  padding: clamp(34px, 4vw, 58px);
}
.services-service-entry + .services-service-entry { border-top: 1px solid var(--line); }
.services-service-title > span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.services-service-title h3,
.services-compact-list h3 {
  color: var(--text);
  font-family: 'Bebas Neue', var(--font-display);
  font-weight: 400;
  line-height: .96;
  text-transform: uppercase;
}
.services-service-title h3 { max-width: 520px; font-size: clamp(34px, 3.1vw, 50px); }
.services-service-copy > p {
  max-width: 65ch;
  margin: 0;
  color: var(--text);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.65;
}
.services-service-copy ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.services-service-copy li {
  position: relative;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.55;
}
.services-service-copy li::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 34px;
  height: 1px;
  background: var(--accent);
}
.services-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.services-service-actions a,
.services-compact-list a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-bottom: 1px solid rgba(244, 239, 230, .25);
  color: var(--text);
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-underline-offset: 5px;
  transition: color .2s ease, border-color .2s ease;
}
.services-service-actions a:hover,
.services-compact-list a:hover { color: var(--accent-readable); border-color: var(--accent); }
.services-service-actions .services-service-contact {
  padding: 8px 18px;
  border: 1px solid rgba(244, 239, 230, .18);
  border-radius: 999px;
  background: rgba(244, 239, 230, .04);
}
.services-chapter {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
  padding: clamp(100px, 11vw, 172px) 0;
  border-top: 1px solid var(--line);
}
.services-chapter-film { grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr); }
.services-chapter-head h2 {
  margin: 0;
  color: var(--text);
  font-family: 'Bebas Neue', var(--font-display);
  font-size: clamp(3.6rem, 6.4vw, 6rem);
  font-weight: 400;
  line-height: .9;
  text-transform: uppercase;
}
.services-chapter-head h2 span { color: var(--accent); }
.services-chapter-head > p {
  max-width: 62ch;
  margin: 24px 0 0;
  color: var(--text-dim);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.7;
}
.services-compact-list { margin: 38px 0 34px; border-top: 1px solid var(--line); }
.services-compact-list article {
  display: grid;
  grid-template-columns: minmax(160px, .8fr) minmax(190px, 1.2fr);
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.services-compact-list h3 { grid-column: 1 / -1; margin: 0; font-size: clamp(26px, 2.1vw, 34px); }
.services-compact-list p { margin: 0; color: var(--text-dim); font-size: 14px; line-height: 1.6; }
.services-compact-list a { justify-self: end; align-self: end; }
.services-chapter-media { min-width: 0; }
.services-campaign-media {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: repeat(2, minmax(180px, 1fr));
  gap: 12px;
  min-height: clamp(560px, 50vw, 760px);
}
.services-campaign-media img,
.services-film-media video,
.services-film-stills img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-media);
  background: #100d0d;
}
.services-campaign-media img:first-child { grid-row: 1 / -1; }
.services-campaign-media img { filter: saturate(.82) contrast(1.03); }
.services-campaign-media img:hover { filter: saturate(1); }
.services-film-media { display: grid; gap: 12px; }
.services-film-media video { aspect-ratio: 16 / 9; }
.services-film-stills { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.services-film-stills img { aspect-ratio: 16 / 10; filter: saturate(.82) contrast(1.03); }
.services-page .social-cta .btn {
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .26);
}

/* Magazine-cover inner page titles */
.page-hero {
  position: relative;
  padding: clamp(148px, 14vw, 190px) clamp(24px, 5vw, 78px) clamp(64px, 7vw, 96px);
}
.page-hero::after {
  content: ''; display: block; width: 100%; height: 1px; margin-top: 44px;
  background: linear-gradient(90deg, var(--accent), var(--line) 30%, transparent);
}
.page-hero .section-title { max-width: 1080px; font-size: clamp(3.6rem, 7vw, 6rem); }
.page-hero > p { max-width: var(--measure-copy); margin-top: 24px; }

/* Case-study narrative */
.case-hero {
  max-width: 1700px; margin-top: clamp(120px, 10vw, 160px); padding: 0 clamp(18px, 3vw, 50px);
}
.case-back { margin-left: clamp(0px, 2vw, 32px) !important; color: var(--text-dim); }
.case-hero-frame { border-radius: var(--radius-panel); border-color: var(--glass-border); background: #100e0c; }
.case-hero-frame img { filter: saturate(.88) contrast(1.02); }
.case-hero-frame video { display: block; width: 100%; height: auto; background: #000; }
.case-meta { padding: clamp(54px, 7vw, 106px) clamp(24px, 7vw, 112px) 0; }
.case-title {
  max-width: 1100px; font-size: clamp(3.6rem, 7vw, 6rem); font-weight: 400;
  line-height: .88; letter-spacing: -.02em;
}
.case-sub { color: var(--gold); letter-spacing: .12em; }
.case-credits { color: var(--text-dimmer); font-size: 11px; letter-spacing: .2em; }
.case-hook {
  max-width: 900px; margin-top: 34px; color: var(--text); font-family: var(--font-editorial);
  font-size: clamp(24px, 2.5vw, 38px); font-weight: 400; line-height: 1.35;
}
.case-desc { max-width: 820px; color: var(--text-dim); font-size: 17px; line-height: 1.9; }
.case-links {
  padding: 50px clamp(24px, 7vw, 112px) clamp(90px, 10vw, 150px); gap: 2px;
}
.case-link-item {
  min-height: 72px; padding: 18px 22px; border-radius: 16px;
  background: rgba(244, 239, 230, .035); border-color: var(--glass-border);
  box-shadow: none; backdrop-filter: blur(14px);
}
.case-gallery {
  padding: 0 clamp(18px, 3vw, 50px) clamp(100px, 10vw, 160px);
  grid-template-columns: repeat(12, 1fr); gap: clamp(6px, 1vw, 16px);
}
.case-gallery a {
  grid-column: span 6; padding: 0; border: 1px solid var(--glass-border); border-radius: var(--radius-panel);
  background: #100e0c; box-shadow: none; overflow: hidden;
}
.case-gallery a img { border-radius: var(--radius-media); }
.case-gallery a:nth-child(3n) { grid-column: span 12; aspect-ratio: 2.2 / 1; }
.roll-like-ryan-page .roll-like-ryan-gallery > .case-gallery-item,
.ows-automotive-page .ows-gallery > .case-gallery-item,
.townx-page .townx-gallery > .case-gallery-item,
.open-fire-page .open-fire-gallery > .case-gallery-item {
  grid-column: span 6;
  min-width: 0;
  aspect-ratio: 4 / 3;
}
.roll-like-ryan-page .roll-like-ryan-gallery > .case-gallery-wide,
.ows-automotive-page .ows-gallery > .case-gallery-wide,
.townx-page .townx-gallery > .case-gallery-wide,
.open-fire-page .open-fire-gallery > .case-gallery-wide {
  grid-column: span 12;
  aspect-ratio: 2.2 / 1;
}
.roll-like-ryan-page .case-gallery-video,
.ows-automotive-page .case-gallery-video,
.townx-page .case-gallery-video,
.open-fire-page .case-gallery-video {
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-panel);
  background: #100e0c;
}
.roll-like-ryan-page .case-gallery-video video,
.ows-automotive-page .case-gallery-video video,
.townx-page .case-gallery-video video,
.open-fire-page .case-gallery-video video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  background: #000;
}
.roll-like-ryan-page .roll-like-ryan-gallery > .case-gallery-portrait,
.ows-automotive-page .ows-gallery > .case-gallery-portrait,
.townx-page .townx-gallery > .case-gallery-portrait,
.open-fire-page .open-fire-gallery > .case-gallery-portrait { aspect-ratio: 4 / 5; }
.roll-like-ryan-page .roll-like-ryan-gallery > .case-gallery-portrait {
  aspect-ratio: auto;
  grid-template-rows: auto auto;
}
.roll-like-ryan-page .case-gallery-portrait video {
  height: auto;
  aspect-ratio: 9 / 16;
}
.townx-page .case-gallery-video video { object-fit: contain; }
.townx-page .townx-gallery > .case-gallery-item:last-child { grid-column: 4 / span 6; }
.roll-like-ryan-page .case-gallery-youtube,
.roll-like-ryan-page .case-gallery-youtube:nth-child(3n) {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border: 0;
  border-top: 1px solid var(--glass-border);
  border-radius: 0;
  background: rgba(244, 239, 230, .035);
  color: var(--text-dim);
  aspect-ratio: auto;
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.roll-like-ryan-page .case-gallery-youtube:hover,
.roll-like-ryan-page .case-gallery-youtube:focus-visible {
  color: #fff;
  background: rgba(239, 74, 48, .12);
}
.case-nav-footer {
  padding: 40px clamp(24px, 7vw, 112px) clamp(90px, 10vw, 150px); border-top-color: var(--line);
}

.about-page .about-grid { align-items: start; }
/* Placeholder testimonials are kept in source for future content, but are not
   presented publicly until real names and quotes are available. */
.about-page .testimonial-grid { display: none; }

/* Contact */
.contact-page .contact-grid { grid-template-columns: 1.15fr .85fr; gap: clamp(16px, 2vw, 28px); }
.contact-page .contact-panel {
  min-height: 100%; padding: clamp(30px, 4vw, 58px); border-radius: var(--radius-panel);
  border-color: var(--glass-border); background: var(--glass-surface);
  box-shadow: none;
  backdrop-filter: blur(20px) saturate(112%);
}
.contact-page .contact-panel-note { color: var(--text-dim); font-size: 15px; }
.contact-page .contact-form input,
.contact-page .contact-form textarea {
  border-radius: 14px; border-color: var(--glass-border); background: rgba(244, 239, 230, .04);
  color: var(--text); font-size: 16px; padding: 16px 18px;
}
.contact-page .contact-form input:focus,
.contact-page .contact-form textarea:focus { border-color: var(--gold); }
.contact-page .contact-method { border-radius: 16px; background: rgba(244, 239, 230, .035); }
.contact-page .contact-profile-role { color: var(--gold); }

/* Reel and AI media */
.reel-page .reel-stage { max-width: 1700px; padding: 0 clamp(18px, 3vw, 50px) 24px; }
.reel-page .reel-frame {
  padding: 0; border-radius: var(--radius-panel); border-color: var(--glass-border);
  background: #100e0c; box-shadow: none;
}
.reel-page .reel-frame video { border-radius: var(--radius-media); }
.reel-page .reel-note { padding: 36px clamp(24px, 4.5vw, 76px) 110px; }
.reel-page .reel-note p { max-width: 760px; color: var(--text-dim); font-size: 17px; }
.ai-page .video-grid { grid-template-columns: minmax(0, 1fr); gap: 2px; }
.ai-page .video-card {
  border-radius: var(--radius-panel); overflow: hidden; background: var(--glass-surface); border-color: var(--glass-border);
  box-shadow: none;
}
.ai-page .video-card:has(.empty-slot),
.ai-page .video-grid + .section-label,
.ai-page .reels-row,
.ai-page .how-to { display: none; }
.ai-page .video-info { padding: 20px 24px; }
.ai-page .video-title { color: var(--text-dim); }
.ai-page .section-label { color: var(--gold); }
.ai-page .step { background: #100e0c; border-color: var(--line); }
.ai-page .step-num { color: var(--accent); }
.ai-page .step-title { color: var(--text); }
.ai-page .step-desc { color: var(--text-dim); }

/* Closing frame */
.social-cta {
  position: relative; padding: clamp(120px, 15vw, 220px) 24px;
  border-top-color: var(--line); overflow: hidden;
}
.social-cta::before {
  content: 'DALAS KAHILA'; position: absolute; left: 50%; top: 50%; color: rgba(244, 239, 230, .027);
  font-family: var(--font-body); font-size: min(21vw, 310px); font-weight: 800; letter-spacing: -.04em; line-height: 1;
  transform: translate3d(-60%, -52%, 0); pointer-events: none; white-space: nowrap;
  animation: ctaBackdropDrift 11s ease-in-out infinite alternate;
}
@keyframes ctaBackdropDrift {
  to { transform: translate3d(-40%, -52%, 0); }
}
.social-cta h2 {
  position: relative; font-size: clamp(3.6rem, 7vw, 6rem); font-weight: 400; line-height: .9;
}
.social-cta p { position: relative; max-width: 58ch; color: var(--text-dim); font-size: 16px; line-height: 1.75; }
.social-icons { position: relative; }
.social-cta .btn,
.social-icons .icon-link { border-radius: var(--radius-control); backdrop-filter: blur(16px) saturate(118%); }
footer {
  padding: 54px clamp(24px, 4.5vw, 76px); background: #0d0b0a; border-top-color: var(--line);
}
.footer-brand { font-size: 28px; font-weight: 400; }
.footer-tagline,
.footer-links a { color: var(--text-dimmer); }
.footer-bottom div { color: var(--text-faint); }
.icon-link { background: rgba(244, 239, 230, .035); border-color: var(--line); }
.whatsapp-fab { box-shadow: 0 12px 32px rgba(0, 0, 0, .34); }
#cursor-dot { width: 6px; height: 6px; background: var(--gold); }
#cursor-ring { width: 34px; height: 34px; border-color: rgba(199, 167, 107, .68); }

@media (max-width: 900px) {
  nav { padding: 16px 20px; }
  nav.scrolled { padding: 12px 20px; }
  .logo img { height: 30px; }
  .nav-links {
    width: min(88vw, 390px); padding: 48px 38px; gap: 24px; background: rgba(12, 10, 9, .98);
  }
  .nav-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 22px; letter-spacing: .12em; }
  .nav-links a::after { bottom: -5px; }
  .section-head { grid-template-columns: 1fr; gap: 12px; }
  .section-title { font-size: clamp(3.3rem, 14vw, 5.75rem); }
  .about-grid { grid-template-columns: 1fr; gap: 54px; }
  .about-teaser .about-photo { max-width: 360px; margin: 0; }
  .about-teaser .about-name,
  .about-teaser .about-role { text-align: left; }
  .work-page .work-grid { grid-template-columns: minmax(0, 1fr); }
  .work-page .work-grid > .work-card:nth-child(5n + 1) { grid-column: auto; aspect-ratio: auto; }
  .work-page .work-grid > .work-card:nth-child(5n + 3) { margin-top: 0; }
  .work-page .work-card { min-height: 460px; }
  .home-page .work-grid-featured .work-card { min-height: 520px; aspect-ratio: auto; }
  .home-page .work-grid-featured .work-card:nth-child(even) .work-card-body { align-items: flex-start; text-align: left; }
  .home-page .work-grid-featured .work-card-img { position: absolute; inset: 0; aspect-ratio: auto; }
  .services-page .service-grid { grid-template-columns: 1fr; }
  .services-page .service-card:nth-child(4n + 1) { grid-column: auto; }
  .services-page .service-card:nth-child(4n + 1) .service-card-img { aspect-ratio: 16 / 10; }
  .strip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-hero { padding: 132px 24px 58px; }
  .page-hero .section-title { font-size: clamp(3.6rem, 16vw, 6rem); }
  .case-meta { padding: 50px 24px 0; }
  .case-title { font-size: clamp(3.6rem, 16vw, 6rem); }
  .case-links { padding: 40px 24px 86px; }
  .case-gallery { padding: 0 18px 90px; }
  .case-gallery a,
  .case-gallery a:nth-child(3n) { grid-column: span 12; aspect-ratio: 4 / 3; }
  .roll-like-ryan-page .roll-like-ryan-gallery > .case-gallery-item,
  .roll-like-ryan-page .roll-like-ryan-gallery > .case-gallery-wide,
  .ows-automotive-page .ows-gallery > .case-gallery-item,
  .ows-automotive-page .ows-gallery > .case-gallery-wide,
  .townx-page .townx-gallery > .case-gallery-item,
  .townx-page .townx-gallery > .case-gallery-wide,
  .townx-page .townx-gallery > .case-gallery-item:last-child,
  .open-fire-page .open-fire-gallery > .case-gallery-item,
  .open-fire-page .open-fire-gallery > .case-gallery-wide { grid-column: span 12; }
  .case-nav-footer { padding: 34px 24px 84px; }
  .contact-page .contact-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* Work — director's screening index */
.work-page main {
  overflow: clip;
}

.work-page .work-hero {
  max-width: var(--max);
  min-height: 0;
  margin: 0 auto;
  padding: clamp(112px, 12vh, 140px) clamp(24px, 5vw, 78px) clamp(38px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
}

.work-page .work-hero .section-title {
  max-width: 760px;
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: .84;
  text-wrap: balance;
}

.work-page .work-section {
  padding-top: clamp(88px, 9vw, 132px);
  padding-bottom: clamp(88px, 9vw, 132px);
}

.work-page .work-section + .work-section {
  border-top: 1px solid var(--line-soft);
}

.work-page .work-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .68fr);
  align-items: end;
  gap: clamp(32px, 7vw, 112px);
  margin-bottom: clamp(40px, 5vw, 68px);
  padding-top: 0;
  border-top: 0;
}

.work-page .work-section-head .section-title {
  font-size: clamp(3.8rem, 7vw, 6rem);
}

.work-page .work-section-head .section-sub {
  margin: 0 0 4px;
}

.work-page .logofolio-frame {
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  background: #0b0908;
}

.work-page .logofolio-frame img {
  width: 100%;
  border-radius: 15px;
  background: transparent;
  filter: saturate(.86) contrast(1.03);
  transition: filter 420ms ease, transform 700ms cubic-bezier(.16, 1, .3, 1);
}

@media (hover: hover) {
  .work-page .logofolio-frame:hover img {
    filter: saturate(1) contrast(1.02);
    transform: scale(1.008);
  }
}

.work-page .work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}

.work-page .work-grid > .work-card,
.work-page .work-grid > .work-card:nth-child(5n + 1),
.work-page .work-grid > .work-card:nth-child(5n + 3) {
  grid-column: auto;
  min-height: clamp(440px, 42vw, 610px);
  margin-top: 0;
  aspect-ratio: 16 / 11;
}

.work-page .work-grid > .work-card.work-card-featured {
  grid-column: 1 / -1;
  min-height: clamp(430px, 39vw, 620px);
  aspect-ratio: 2.15 / 1;
}

.work-page .work-card {
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  background: #0b0908;
  box-shadow: none;
  transition: border-color 260ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1);
}

.work-page .work-card-img {
  background: #0b0908;
}

.work-page .work-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(5, 4, 3, .14) 64%, rgba(5, 4, 3, .58) 100%);
  pointer-events: none;
}

.work-page .work-card-img img {
  filter: saturate(.82) contrast(1.04) brightness(.92);
  transform: scale(1.001);
  animation: none;
  transition: filter 420ms ease, transform 760ms cubic-bezier(.16, 1, .3, 1);
}

.work-page .work-card-crop-right .work-card-img img {
  object-position: 83% top;
}

@media (min-width: 901px) {
  .work-page .work-card:not(.work-card-featured) .work-card-img img {
    transform: translateX(-19px) scale(1.04);
  }
}

.work-page .work-card-body {
  right: 16px;
  bottom: 16px;
  left: 16px;
  gap: 7px;
  width: auto;
  max-width: 680px;
  padding: 22px 24px 20px;
  border-radius: 13px;
  background: rgba(15, 12, 10, .7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(22px) saturate(124%);
  -webkit-backdrop-filter: blur(22px) saturate(124%);
  transition: background-color 260ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1);
}

.work-page .work-card:hover .work-card-body {
  padding: 22px 24px 20px;
  background: rgba(18, 14, 11, .78);
}

.work-page .work-card-cat {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .19em;
}

.work-page .work-card-title {
  max-width: 16ch;
  font-size: clamp(30px, 3.2vw, 50px);
  line-height: .96;
  text-wrap: balance;
}

.work-page .work-card-title--single-line {
  max-width: none;
  font-size: clamp(28px, 2.65vw, 42px);
  text-wrap: nowrap;
  white-space: nowrap;
}

.work-page .work-card-cinema .work-card-body {
  max-width: 880px;
}

.work-page .work-card-cinema .work-card-title--single-line {
  font-size: clamp(28px, 3.4vw, 48px);
}

.work-page .work-card-desc {
  max-width: 62ch;
  max-height: none;
  margin-top: 2px;
  color: rgba(244, 239, 230, .78);
  opacity: 1;
  overflow: visible;
  line-height: 1.55;
}

.work-page .work-card-links {
  max-height: none;
  margin-top: 4px;
  opacity: 1;
  overflow: visible;
}

.work-page .work-card-links span {
  color: var(--accent-readable);
  letter-spacing: .15em;
}

.work-page .work-card:hover .work-card-links span {
  letter-spacing: .19em;
}

@media (hover: hover) {
  .work-page .work-card:hover,
  .work-page .work-card:focus-visible {
    border-color: rgba(199, 167, 107, .54);
    transform: translateY(-3px);
  }

  .work-page .work-card:hover .work-card-img img {
    filter: saturate(.96) contrast(1.03) brightness(.88);
    transform: scale(1.018);
    animation: none;
  }

  .work-page .work-card:not(.work-card-featured):hover .work-card-img img {
    transform: translateX(-19px) scale(1.06);
  }

  .work-page .work-card:hover .work-card-body {
    transform: translateY(-2px);
  }
}

.work-page .work-card:active {
  transform: translateY(-1px) scale(.992);
  transition-duration: 90ms;
}

.work-page .strip-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 22px);
}

.work-page .strip-tile {
  aspect-ratio: 1800 / 923;
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  background: #0b0908;
  transition: border-color 240ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1);
}

.work-page .strip-tile img {
  filter: saturate(.78) contrast(1.04) brightness(.9);
  transition: filter 420ms ease, transform 700ms cubic-bezier(.16, 1, .3, 1);
}

.work-page .strip-tile-label {
  right: auto;
  bottom: 14px;
  left: 14px;
  max-width: calc(100% - 28px);
  padding: 11px 15px;
  border-radius: 10px;
  background: rgba(15, 12, 10, .68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  color: var(--text);
  font-size: 14px;
  letter-spacing: .13em;
}

@media (hover: hover) {
  .work-page .strip-tile:hover,
  .work-page .strip-tile:focus-visible {
    border-color: rgba(199, 167, 107, .54);
    transform: translateY(-3px);
  }

  .work-page .strip-tile:hover img {
    filter: saturate(.96) contrast(1.03) brightness(.86);
    transform: scale(1.018);
  }
}

@media (max-width: 900px) {
  .work-page .work-hero {
    min-height: 0;
    padding: 104px 24px 40px;
  }

  .work-page .work-hero .section-title {
    font-size: clamp(3rem, 13vw, 4.25rem);
  }

  .work-page .work-section-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .work-page .work-grid {
    grid-template-columns: 1fr;
  }

  .work-page .work-grid > .work-card,
  .work-page .work-grid > .work-card:nth-child(5n + 1),
  .work-page .work-grid > .work-card:nth-child(5n + 3),
  .work-page .work-grid > .work-card.work-card-featured {
    display: flex;
    grid-column: auto;
    min-height: 0;
    margin-top: 0;
    aspect-ratio: auto;
    flex-direction: column;
  }

  .work-page .work-card-img {
    position: relative;
    inset: auto;
    aspect-ratio: 16 / 10;
  }

  .work-page .work-card-body,
  .work-page .work-card:hover .work-card-body {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 3;
    width: auto;
    max-width: none;
    margin: -58px 12px 12px;
    padding: 20px 20px 18px;
    background: rgba(15, 12, 10, .82);
  }

  .work-page .work-card-title {
    max-width: 18ch;
    font-size: clamp(30px, 8vw, 42px);
  }

  .work-page .work-card-title--single-line {
    max-width: none;
    font-size: clamp(17px, 5.8vw, 34px);
  }

  .work-page .work-card.work-card-cinema.work-card-featured .work-card-title--single-line {
    font-size: clamp(14px, 4vw, 18px);
  }

  .work-page .work-card.work-card-featured .work-card-img {
    aspect-ratio: 16 / 9;
  }

  .work-page .work-card.work-card-featured .work-card-title {
    font-size: clamp(36px, 10vw, 48px);
  }

  .work-page .strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .work-page .work-hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .work-page .work-section {
    padding: 76px 20px;
  }

  .work-page .work-section-head .section-title {
    font-size: clamp(3.35rem, 17vw, 4.75rem);
  }

  .work-page .work-card-img {
    aspect-ratio: 4 / 3;
  }

  .work-page .work-card-desc {
    font-size: 15px;
  }

  .work-page .strip-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .work-page .work-card-body,
  .work-page .strip-tile-label {
    background: rgba(15, 12, 10, .96);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .work-page .work-card,
  .work-page .work-card-img img,
  .work-page .strip-tile,
  .work-page .strip-tile img,
  .work-page .logofolio-frame img {
    transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease;
  }
}

@media (max-width: 700px) {
  .home-page #hero {
    min-height: 100vh;
    min-height: 100svh;
    aspect-ratio: auto;
  }
}

@media (max-width: 560px) {
  .section { padding: 84px 20px; }
  .section-title { font-size: clamp(3rem, 17vw, 4.75rem); }
  .trust-logo { min-width: 140px; }
  .about-teaser .about-photo { max-width: 280px; }
  .work-page .work-card,
  .home-page .work-grid-featured .work-card { min-height: 430px; }
  .work-card-body { padding: 48px 20px 22px; }
  .work-card-title { font-size: 32px; }
  .strip-grid { grid-template-columns: 1fr; }
  .social-cta h2 { font-size: clamp(3.4rem, 18vw, 5.25rem); }
  .footer-links { gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body:not(.motion-opted-in) .trust-track { animation-play-state: paused; }
  .home-page .clapper-cover .clapper-board,
  .home-page .clapper-cover .clapper-stripe { animation: none; }
  .social-cta::before { animation: none; transform: translate3d(-50%, -52%, 0); }
}

/* Selected Work — preserve the exact presentation and motion from the Cloud site. */
.home-page .selected-work-section {
  --accent: #d42020;
  --accent-dim: rgba(212, 32, 32, .3);
  --accent-glow: rgba(212, 32, 32, .6);
  --text: #fff;
  --text-dim: rgba(255, 255, 255, .5);
  --text-dimmer: rgba(255, 255, 255, .52);
  max-width: 1400px;
  padding: 100px 60px;
  background: #000;
  box-shadow: 0 0 0 100vmax #000;
  clip-path: inset(0 -100vmax);
}
.home-page .selected-work-section .section-head {
  display: block;
  margin-bottom: 56px;
  padding-top: 0;
  border-top: 0;
}
.home-page .selected-work-section .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--accent-readable);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.home-page .selected-work-section .tag::before {
  width: 32px;
  height: 1px;
  background: var(--accent);
}
.home-page .selected-work-section .section-title {
  max-width: none;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-page .selected-work-section .section-sub {
  max-width: 560px;
  margin-top: 10px;
  color: var(--text-dimmer);
  font-size: 14px;
  line-height: 1.5;
}
.home-page .selected-work-section .work-grid {
  grid-template-columns: 1fr;
  gap: 24px;
}
.home-page .selected-work-section .work-card {
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  aspect-ratio: 5400 / 923;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-panel);
  background: #0d0d0d;
  transition: border-color .3s, transform .3s;
}
.home-page .selected-work-section .work-card:hover {
  border-color: var(--accent-dim);
}
.home-page .selected-work-section .work-card::after {
  display: none;
}
.home-page .selected-work-section .work-card-img {
  position: absolute;
  inset: 0;
  background: #111;
}
.home-page .selected-work-section .work-card-img img {
  width: 116%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  transform: translateX(0);
  transform-origin: left center;
  filter: none;
  transition: transform 6s ease, filter 6s ease;
  will-change: transform;
}
.home-page .selected-work-section .work-card:hover .work-card-img img {
  animation: none;
  transform: translateX(-13.8%);
  filter: blur(4px);
}
.home-page .selected-work-section .work-card-body,
.home-page .selected-work-section .work-card:nth-child(even) .work-card-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: auto;
  align-items: flex-start;
  min-width: 0;
  padding: 18px 22px 20px;
  gap: 8px;
  text-align: left;
  background: linear-gradient(to top, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .55) 55%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(0);
  transition: backdrop-filter .4s ease, padding-top .4s ease, background .4s ease;
}
.home-page .selected-work-section .work-card:hover .work-card-body {
  padding-top: 34px;
  background: linear-gradient(to top, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .45) 60%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: none;
}
.home-page .selected-work-section .work-card-cat {
  color: var(--accent-readable);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.home-page .selected-work-section .work-card-title {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.home-page .selected-work-section .work-card-desc {
  max-width: none;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.75;
  opacity: 0;
  transition: max-height .4s ease, opacity .3s ease, margin-top .4s ease;
}
.home-page .selected-work-section .work-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .4s ease, opacity .3s ease, margin-top .4s ease;
}
.home-page .selected-work-section .work-card-links span {
  color: var(--accent-readable);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: letter-spacing .2s;
}
.home-page .selected-work-section .work-card:hover .work-card-links span {
  letter-spacing: 3px;
}
.home-page .selected-work-section .work-card:hover .work-card-desc {
  max-height: 160px;
  margin-top: 2px;
  opacity: 1;
}
.home-page .selected-work-section .work-card:hover .work-card-links {
  max-height: 40px;
  margin-top: 4px;
  opacity: 1;
}
.home-page .selected-work-section .btn.primary {
  min-height: 0;
  padding: 10px 18px;
  color: #fff;
  border-color: var(--accent);
  background: rgba(212, 32, 32, .12);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}
.home-page .selected-work-section .btn.primary:hover {
  color: #fff;
  border-color: var(--accent);
  background: var(--accent);
}

@media (max-width: 900px) {
  .home-page .selected-work-section {
    padding: 72px 24px;
  }
  .home-page .selected-work-section .section-head {
    display: block;
  }
  .home-page .selected-work-section .section-title {
    font-size: clamp(36px, 4.5vw, 64px);
  }
  .home-page .selected-work-section .work-card {
    min-height: 0;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
  }
  .home-page .selected-work-section .work-card-img {
    position: relative;
    inset: auto;
    aspect-ratio: 16 / 9;
    background: #0a0a0a;
  }
  .home-page .selected-work-section .work-card-body,
  .home-page .selected-work-section .work-card:nth-child(even) .work-card-body {
    position: relative;
    inset: auto;
    padding: 34px 22px 20px;
    background: #0a0a0a;
  }
  .home-page .selected-work-section .work-card-desc,
  .home-page .selected-work-section .work-card-links {
    max-height: none;
    margin-top: 4px;
    opacity: 1;
  }
  .home-page .selected-work-section .work-card.auto-pan .work-card-img img {
    transform: translateX(-13.8%);
    filter: blur(4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .selected-work-section .work-card:hover .work-card-img img,
  .home-page .selected-work-section .work-card.auto-pan .work-card-img img {
    transform: none;
    filter: none;
  }
  .social-cta h2 .letter { transform: none !important; transition: none; }
}

@media (max-width: 1200px) and (min-width: 901px) {
  .services-hero-copy { width: 46%; }
  .services-hero-copy h1 { font-size: clamp(3.6rem, 7vw, 6rem); }
  .services-path-dock > a {
    grid-template-columns: 42px 1fr auto;
    gap: 10px;
    padding-inline: 12px;
    font-size: 15px;
  }
  .services-path-dock svg { width: 38px; height: 38px; }
  .services-chapter-preview-copy > a { padding-left: 26px; }
}

/* Cinemacity + 1927 — one connected cinema case study. */
.featured-brand-lockup {
  position: absolute;
  top: clamp(18px, 2vw, 32px);
  right: clamp(20px, 3vw, 46px);
  z-index: 1;
  display: flex;
  width: clamp(170px, 15vw, 250px);
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}
.featured-brand-lockup::after {
  content: '';
  width: 72%;
  height: 1px;
  order: 2;
  background: rgba(199, 167, 107, .5);
}
.work-card-img .featured-brand-lockup img,
.work-card:hover .work-card-img .featured-brand-lockup img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: 64px;
  object-fit: contain;
  background: transparent !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
  transition: none;
  will-change: auto;
}
.featured-brand-lockup .featured-brand-1927 { max-width: 82% !important; }
.featured-brand-lockup .featured-brand-starlight { order: 3; }
.work-card-cinema .featured-brand-lockup {
  top: calc(clamp(24px, 3vw, 42px) + 57px);
  right: auto;
  left: 50%;
  width: clamp(180px, 18vw, 300px);
  align-items: center;
  transform: translateX(-50%);
}
.work-card-cinema .featured-brand-lockup::after { display: none; }
.work-card-cinema .featured-brand-lockup .featured-brand-starlight {
  order: initial;
  max-width: 100% !important;
}
.home-page .work-card-cinema .featured-brand-lockup {
  top: clamp(18px, 2vw, 24px);
  left: 22px;
  width: clamp(130px, 12vw, 170px);
  align-items: flex-start;
  transform: none;
}
.work-card-cinema .work-card-img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.work-page .work-card-cinema .cinema-card-slide,
.work-page .work-card-cinema:hover .work-card-img .cinema-card-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: cinemaCardCycle 16s linear infinite;
}
.work-page .work-card-cinema .cinema-card-slide-secondary,
.work-page .work-card-cinema:hover .work-card-img .cinema-card-slide-secondary {
  object-fit: cover;
  object-position: center;
  opacity: 0;
  animation-delay: -12s;
}
.work-page .work-card-cinema .cinema-card-slide-tertiary,
.work-page .work-card-cinema:hover .work-card-img .cinema-card-slide-tertiary {
  object-fit: cover;
  object-position: center;
  opacity: 0;
  animation-delay: -8s;
}
.work-page .work-card-cinema .cinema-card-slide-quaternary,
.work-page .work-card-cinema:hover .work-card-img .cinema-card-slide-quaternary {
  object-fit: cover;
  object-position: center;
  opacity: 0;
  animation-delay: -4s;
}
.work-page .work-card-cinema .featured-brand-lockup { animation: cinemaCardCycle 16s linear infinite; }
.work-page .work-card-cinema .cinema-card-alt-logo,
.work-page .work-card-cinema:hover .work-card-img .cinema-card-alt-logo {
  position: absolute;
  top: clamp(24px, 3vw, 44px);
  left: 50%;
  z-index: 1;
  width: clamp(56px, 6vw, 92px);
  height: auto;
  object-fit: contain;
  background: transparent !important;
  opacity: 0;
  pointer-events: none;
  filter: none;
  transform: translateX(-50%);
  animation: cinemaCardAltLogoCycle 16s linear infinite;
}
@keyframes cinemaCardCycle {
  0%, 17.5% { opacity: 1; }
  25%, 92.5% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes cinemaCardAltLogoCycle {
  0%, 17.5% { opacity: 0; }
  25%, 92.5% { opacity: 1; }
  100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .work-page:not(.motion-opted-in) .work-card-cinema .cinema-card-slide,
  .work-page:not(.motion-opted-in) .work-card-cinema .cinema-card-alt-logo,
  .work-page:not(.motion-opted-in) .work-card-cinema .featured-brand-lockup { animation-play-state: paused; }
}

.cinema-case-page {
  --cinema-gold: #c7a76b;
  --cinema-red: #d42020;
  --cinema-ground: #080706;
  background: var(--cinema-ground);
}
.cinema-case-page main { overflow: hidden; }
.cinema-case-page img { background-color: transparent; }
.cinema-case-page h1,
.cinema-case-page h2,
.cinema-case-page h3 { text-wrap: balance; }
.cinema-case-page h2 {
  max-width: 920px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.3rem, 6.5vw, 6rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.cinema-case-page h2 span { color: var(--cinema-gold); }

.cinema-case-hero {
  position: relative;
  min-height: min(900px, 100svh);
  overflow: hidden;
  background: #050403;
}
.cinema-case-hero > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #050403;
}
.cinema-case-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 3, 3, .94) 0%, rgba(4, 3, 3, .9) 42%, rgba(4, 3, 3, .72) 52%, rgba(4, 3, 3, .52) 64%, rgba(4, 3, 3, .18) 80%, rgba(4, 3, 3, .04) 100%),
    linear-gradient(0deg, rgba(4, 3, 3, .65) 0%, transparent 56%);
}
.cinema-case-back {
  position: absolute;
  top: 118px;
  left: clamp(24px, 5vw, 78px);
  z-index: 2;
  color: rgba(255, 247, 232, .72);
}
.cinema-case-hero-copy {
  position: absolute;
  bottom: clamp(52px, 8vh, 100px);
  left: clamp(24px, 5vw, 78px);
  z-index: 2;
  width: min(790px, calc(100% - 48px));
}
.cinema-case-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff8ed;
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 7vw, 6rem);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.cinema-case-hero-copy h1 span { color: var(--cinema-gold); }
.cinema-case-role {
  margin: 24px 0 0 !important;
  color: var(--cinema-gold) !important;
  font-family: var(--font-display);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.cinema-case-hero-copy > p:not(.cinema-case-role) {
  max-width: 66ch;
  margin: 15px 0 25px;
  color: rgba(255, 247, 232, .78);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.7;
}
.cinema-brand-lockup {
  position: absolute;
  top: clamp(112px, 14vh, 150px);
  right: clamp(24px, 5vw, 78px);
  z-index: 2;
  display: grid;
  width: clamp(210px, 25vw, 380px);
  justify-items: end;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(199, 167, 107, .28);
  border-radius: var(--radius-panel);
  background: rgba(8, 7, 6, .32);
  backdrop-filter: blur(18px) saturate(115%);
}
.cinema-brand-lockup span { width: 72%; height: 1px; background: rgba(199, 167, 107, .4); }
.cinema-brand-lockup img { width: auto; max-height: 74px; object-fit: contain; }
.cinema-brand-lockup .cinema-brand-1927 { max-width: 74%; }
.cinema-brand-lockup .cinema-brand-starlight { max-width: 100%; }
.cinema-hero-toggle {
  position: absolute;
  right: clamp(24px, 5vw, 78px);
  bottom: clamp(30px, 5vh, 58px);
  z-index: 2;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 247, 232, .28);
  border-radius: var(--radius-control);
  color: rgba(255, 247, 232, .82);
  background: rgba(8, 7, 6, .48);
  backdrop-filter: blur(18px) saturate(112%);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}
.cinema-hero-toggle:hover { color: #fff; border-color: var(--cinema-gold); }

.cinema-case-intro,
.cinema-film-chapter,
.cinema-photo-feature,
.cinema-film-pair,
.cinema-gallery-section {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(92px, 10vw, 156px) clamp(24px, 5vw, 78px);
}
.cinema-case-intro-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: end;
  gap: clamp(36px, 7vw, 110px);
}
.cinema-case-intro-copy > p,
.cinema-film-copy > p,
.cinema-photo-feature > div > p,
.cinema-film-pair > header > p,
.cinema-gallery-section > header > p {
  max-width: 68ch;
  margin: 0;
  color: rgba(244, 239, 230, .68);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.8;
}
.cinema-role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(48px, 7vw, 92px);
}
.cinema-role-grid article {
  min-height: 310px;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(199, 167, 107, .24);
  border-radius: var(--radius-panel);
  background: rgba(244, 239, 230, .035);
  backdrop-filter: blur(18px) saturate(110%);
}
.cinema-role-grid article:first-child { border-color: rgba(212, 32, 32, .34); }
.cinema-role-grid img {
  width: auto;
  max-width: 260px;
  height: 74px;
  margin-bottom: 44px;
  object-fit: contain;
  object-position: left center;
}
.cinema-role-grid article:last-child img {
  width: calc(74px + 1cm);
  height: calc(74px + 1cm);
  margin-bottom: calc(44px - 1cm);
  transform: translateY(-.3cm);
}
.cinema-role-grid h3,
.cinema-film-pair article h3 {
  margin: 0 0 12px;
  color: #fff8ed;
  font-family: var(--font-display);
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.cinema-role-grid p,
.cinema-film-pair article p {
  max-width: 58ch;
  margin: 0;
  color: rgba(244, 239, 230, .66);
  font-size: 15px;
  line-height: 1.75;
}

.cinema-film-chapter {
  width: 100%;
  max-width: none;
  padding-inline: clamp(24px, 4vw, 64px);
  background: #020202;
}
.cinema-film-copy {
  display: flex;
  width: min(1360px, 100%);
  margin: 0 auto clamp(44px, 6vw, 82px);
  align-items: end;
  justify-content: space-between;
  gap: 48px;
}
.cinema-film-copy > p { max-width: 520px; }
.cinema-video-frame {
  overflow: hidden;
  border: 1px solid rgba(199, 167, 107, .24);
  border-radius: var(--radius-panel);
  background: #050403;
}
.cinema-video-frame-main { width: min(1500px, 100%); margin: 0 auto; }
.cinema-video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #000; }

.cinema-photo-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: center;
  gap: clamp(42px, 8vw, 126px);
}
.cinema-photo-feature figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-panel);
}
.cinema-photo-feature figure img { display: block; width: 100%; aspect-ratio: 1.05 / 1; object-fit: cover; }
.cinema-feature-mark { width: min(310px, 72%); height: auto; margin-bottom: 44px; }
.cinema-photo-feature h2 { font-size: clamp(3.15rem, 5.8vw, 5.6rem); }
.cinema-photo-feature > div > p { margin-top: 28px; }

.cinema-film-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 54px);
}
.cinema-film-pair > header {
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: clamp(22px, 3vw, 38px);
}
.cinema-film-pair > header > p { max-width: 520px; }
.cinema-film-pair article { min-width: 0; }
.cinema-film-pair article h3 { margin-top: 24px; }

.cinema-gallery-section > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: clamp(44px, 6vw, 78px);
}
.cinema-gallery-section > header > p { max-width: 480px; }
.cinema-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}
.cinema-gallery figure {
  grid-column: span 4;
  min-height: 290px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-media);
  background: #100d0b;
}
.cinema-gallery .cinema-gallery-wide { grid-column: span 8; }
.cinema-gallery .cinema-gallery-tall { grid-row: span 2; min-height: 594px; }
.cinema-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cinema-case-page .social-cta { background-color: #050403; }
.cinema-case-page .services-button-primary,
.cinema-case-page .services-button-primary:hover {
  color: #100806;
}
.cinema-case-footer-nav { display: flex; flex-wrap: wrap; gap: 12px; }

@media (max-width: 900px) {
  .cinema-case-hero-shade {
    background:
      linear-gradient(90deg, #040303 0%, rgba(4, 3, 3, .99) 72%, rgba(4, 3, 3, .82) 100%),
      linear-gradient(0deg, rgba(4, 3, 3, .94) 0%, transparent 58%);
  }
  .featured-brand-lockup {
    top: 18px;
    right: 18px;
    left: auto;
    width: min(42vw, 170px);
  }
  .work-card-img .featured-brand-lockup img { max-height: 46px; }
  .work-card-cinema .featured-brand-lockup {
    top: 77px;
    width: min(52vw, 220px);
  }
  .cinema-case-hero { min-height: 820px; }
  .cinema-case-hero > video { object-position: 58% center; }
  .cinema-brand-lockup {
    top: 104px;
    right: 20px;
    left: 20px;
    width: auto;
    grid-template-columns: minmax(0, .7fr) 1px minmax(0, 1fr);
    align-items: center;
    padding: 16px;
  }
  .cinema-brand-lockup span { width: 1px; height: 38px; justify-self: center; }
  .cinema-brand-lockup img { max-width: 100% !important; max-height: 48px; }
  .cinema-case-back { top: 204px; left: 24px; }
  .cinema-case-hero-copy { right: 24px; bottom: 90px; left: 24px; width: auto; }
  .cinema-case-hero-copy h1 { font-size: clamp(3.4rem, 15vw, 5.6rem); }
  .cinema-hero-toggle { right: 24px; bottom: 94px; }
  .cinema-case-intro-copy,
  .cinema-photo-feature { grid-template-columns: 1fr; }
  .cinema-case-intro-copy { align-items: start; }
  .cinema-role-grid,
  .cinema-film-pair { grid-template-columns: 1fr; }
  .cinema-film-copy,
  .cinema-film-pair > header,
  .cinema-gallery-section > header { display: grid; align-items: start; gap: 24px; }
  .cinema-film-pair > header { grid-column: auto; }
  .cinema-photo-feature figure { order: 2; }
  .cinema-photo-feature > div { order: 1; }
  .cinema-gallery figure,
  .cinema-gallery .cinema-gallery-wide { grid-column: span 6; min-height: 260px; }
  .cinema-gallery .cinema-gallery-tall { grid-row: span 1; min-height: 520px; }
}

@media (max-width: 560px) {
  .cinema-case-intro,
  .cinema-film-chapter,
  .cinema-photo-feature,
  .cinema-film-pair,
  .cinema-gallery-section { padding-inline: 20px; }
  .cinema-case-page h2 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .cinema-role-grid article { min-height: 0; padding: 28px; }
  .cinema-role-grid img { margin-bottom: 34px; }
  .cinema-gallery { grid-template-columns: 1fr; }
  .cinema-gallery figure,
  .cinema-gallery .cinema-gallery-wide,
  .cinema-gallery .cinema-gallery-tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }
  .cinema-gallery .cinema-gallery-wide { aspect-ratio: 16 / 10; }
}

@media (prefers-reduced-motion: reduce) {
  .cinema-case-hero { background: #050403 url('../images/cinemacity-1927/preshow-poster.webp') center / cover no-repeat; }
}

@media (max-width: 900px) {
  .services-intro-stage {
    height: auto;
    min-height: 0;
    padding: 132px 20px 0;
    overflow: hidden;
  }
  .services-hero-copy,
  .services-hero-reel,
  .services-path-dock,
  .services-chapter-preview {
    position: relative;
    inset: auto;
    width: 100%;
  }
  .services-hero-copy h1 {
    max-width: 700px;
    font-size: clamp(64px, 15vw, 104px);
    white-space: normal;
  }
  .services-hero-copy > p { max-width: 60ch; }
  .services-hero-reel { height: clamp(300px, 62vw, 480px); margin-top: 38px; }
  .services-hero-frame { left: 23%; width: 54%; }
  .services-hero-frame img {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .services-path-dock {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    margin-top: 34px;
    padding: 58px 14px 14px;
  }
  .services-path-label { left: 28px; top: 25px; }
  .services-path-dock > a { grid-template-columns: 46px 1fr auto; padding: 13px 14px; }
  .services-chapter-preview {
    grid-template-columns: 1fr;
    gap: 0;
    height: auto;
    margin-top: 58px;
  }
  .services-chapter-preview-media { aspect-ratio: 16 / 8.6; border-radius: 16px; }
  .services-chapter-preview-copy { padding: 38px 0 0; }
  .services-chapter-preview-copy > a { padding-left: 0; }
  .services-service-band,
  .services-chapter { width: calc(100% - 40px); }
  .services-service-entry { grid-template-columns: 1fr; gap: 28px; }
  .services-chapter,
  .services-chapter-film { grid-template-columns: 1fr; gap: 58px; }
  .services-chapter-film .services-chapter-content { order: 2; }
  .services-chapter-film .services-chapter-media { order: 1; }
  .services-campaign-media { min-height: clamp(480px, 90vw, 680px); }
}

@media (max-width: 640px) {
  .services-intro-stage { padding-inline: 16px; }
  .services-kicker { margin-bottom: 20px; }
  .services-hero-copy h1 { font-size: clamp(58px, 19vw, 82px); }
  .services-hero-actions { align-items: stretch; }
  .services-button { flex: 1; width: auto; padding-inline: 16px; }
  .services-hero-reel { height: 310px; }
  .services-hero-frame { left: 16%; width: 68%; }
  .services-path-dock { grid-template-columns: 1fr; border-radius: var(--radius-panel); }
  .services-path-dock > a { min-height: 62px; }
  .services-chapter-preview h2 { font-size: 48px; }
  .services-chapter-preview-copy > a {
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
    padding-block: 16px;
  }
  .services-chapter-preview-copy > a small { grid-column: 1; }
  .services-chapter-preview-copy > a b { grid-column: 2; grid-row: 1 / 3; }
  .services-service-band,
  .services-chapter { width: calc(100% - 32px); }
  .services-service-entry { padding: 30px 22px; }
  .services-service-copy ul { grid-template-columns: 1fr; }
  .services-service-copy li { padding-top: 13px; }
  .services-chapter { padding-block: 92px; }
  .services-chapter-head h2 { font-size: clamp(54px, 17vw, 76px); }
  .services-compact-list article { grid-template-columns: 1fr; }
  .services-compact-list a { justify-self: start; }
  .services-campaign-media {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px 170px;
    min-height: 0;
  }
  .services-campaign-media img:first-child { grid-column: 1 / -1; grid-row: auto; }
  .services-film-stills { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .services-hero-frame {
    transition: opacity .2s ease;
  }
  .services-hero-frame[data-slot="0"],
  .services-hero-frame[data-slot="4"] {
    opacity: 0;
  }
  .services-button,
  .services-path-dock > a { transition: none; }
}

/* Launch motion: input parity, reduced displacement and explicit pause controls. */
.motion-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; min-height: 44px; padding: 10px 18px;
  border: 1px solid var(--line); border-radius: 999px;
  background: rgba(8, 7, 6, .78); color: var(--text);
  font: 700 11px var(--font-display); letter-spacing: .12em; text-transform: uppercase;
  cursor: pointer; transition: color 200ms ease, border-color 200ms ease;
}
.motion-toggle:hover { color: var(--gold); border-color: var(--gold); }
.home-motion-toggle { position: absolute; right: 24px; bottom: 24px; z-index: 60; }
.services-hero-copy > .motion-toggle { margin-top: 18px; }
.work-preview-control { display: flex; justify-content: flex-end; margin-bottom: 20px; }

body.motion-paused .trust-track,
body.motion-paused .services-word-loop-word,
body.motion-paused .cinema-card-slide,
body.motion-paused .cinema-card-alt-logo,
body.motion-paused .featured-brand-lockup,
body.motion-paused .clapper-cover:not(.clapping):not(.leaving) .clapper-board,
body.motion-paused .clapper-cover:not(.clapping):not(.leaving) .clapper-board::after,
body.motion-paused .clapper-cover:not(.clapping):not(.leaving) .clapper-stripe:not(.dragging):not(.settling),
body.motion-paused .clapper-tap,
body.motion-paused .social-cta::before,
body.motion-paused .world-map-section::before,
body.motion-paused .world-map-plane,
body.motion-paused .map-city-dot::after,
body.motion-paused .map-city-label { animation-play-state: paused !important; }
body.motion-paused .world-map-static {
  position: static; width: auto; height: auto; padding-top: 22px; margin: 0;
  overflow: visible; clip: auto; white-space: normal;
}
/* A group paused before its first frame still has one readable capability. */
body.motion-initial-static .services-word-loop-word:first-child { opacity: 1 !important; transform: none !important; }

.home-page .selected-work-section .work-card:focus-visible { transform: none; transition: none; }
.home-page .selected-work-section .work-card:focus-visible .work-card-body,
.home-page .selected-work-section .work-card:focus-visible .work-card-img img {
  transform: none; transition: none;
}
.home-page .selected-work-section .work-card:focus-visible .work-card-desc {
  max-height: 160px; margin-top: 2px; opacity: 1; transition: none;
}
.home-page .selected-work-section .work-card:focus-visible .work-card-links {
  max-height: 40px; margin-top: 4px; opacity: 1; transition: none;
}
.home-page .selected-work-section .work-card:focus-visible .work-card-links span { transition: none; }
.work-page .work-card:focus-visible { transform: none; transition: none; }
@media (hover: none), (pointer: coarse) {
  .home-page .selected-work-section .work-card-desc,
  .home-page .selected-work-section .work-card-links {
    max-height: none; margin-top: 4px; opacity: 1; transition: none;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .home-page .selected-work-section .work-card:focus-visible { min-height: 230px; }
}
@media (min-width: 901px) and (hover: none), (min-width: 901px) and (pointer: coarse) {
  .home-page .selected-work-section .work-card { min-height: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  body .reveal, body .reveal.in,
  body .reveal-stagger > *, body .reveal-stagger.in > *,
  body .reveal-scale, body .reveal-scale.in,
  body.home-page .reveal, body.home-page .reveal.in,
  body.home-page .reveal-stagger > *, body.home-page .reveal-stagger.in > *,
  body.home-page .reveal-scale, body.home-page .reveal-scale.in {
    opacity: 1; transform: none; transition: none; transition-delay: 0s !important;
  }
  .home-page .clapper-cover .clapper-board,
  .home-page .clapper-cover .clapper-board::after,
  .home-page .clapper-cover .clapper-stripe { animation: none !important; }
  .home-page .clapper-cover .clapper-stripe { transition: filter 200ms ease; }
  body .work-card, body .work-card:is(:hover, :focus-visible, :active),
  body .work-card-body, body .work-card:is(:hover, :focus-visible, :active) .work-card-body,
  body .strip-tile, body .strip-tile:is(:hover, :focus-visible, :active),
  body .strip-tile img, body .strip-tile:is(:hover, :focus-visible, :active) img,
  body .logofolio-frame img, body .logofolio-frame:is(:hover, :focus-visible) img,
  body .btn, body .btn:is(:hover, :focus-visible, :active),
  body .services-button, body .services-button:is(:hover, :focus-visible, :active),
  body .services-path-dock > a, body .services-path-dock > a:is(:hover, :focus-visible, :active),
  body .service-card img, body .service-card:hover img,
  body .case-gallery a img, body .case-gallery a:hover img,
  body .whatsapp-fab, body .whatsapp-fab:hover {
    transform: none !important;
    transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease !important;
  }
  /* Preserve static image framing; only remove the hover/focus delta. */
  .work-page .work-card .work-card-img > img,
  .work-page .work-card:is(:hover, :focus-visible, :active) .work-card-img > img {
    transform: scale(1.001); transition: opacity 200ms ease;
  }
  .home-page .selected-work-section .work-card .work-card-img img,
  .home-page .selected-work-section .work-card:is(:hover, :focus-visible, :active, .auto-pan) .work-card-img img {
    transform: none; filter: none; transition: opacity 200ms ease; animation: none;
  }
  .home-page .selected-work-section .work-card-desc,
  .home-page .selected-work-section .work-card-links,
  .home-page .selected-work-section .work-card-links span { transition: opacity 200ms ease; }
  nav { transition: none; }
  .egg-overlay { transition: opacity 200ms ease, visibility 0s 200ms; }
  .egg-overlay.show { transition-delay: 0s; }
}
@media (prefers-reduced-motion: reduce) and (min-width: 901px) {
  .work-page .work-card:not(.work-card-featured) .work-card-img > img,
  .work-page .work-card:not(.work-card-featured):is(:hover, :focus-visible, :active) .work-card-img > img {
    transform: translateX(-19px) scale(1.04);
  }
  .work-page .work-card-cinema .work-card-img > .cinema-card-slide,
  .work-page .work-card-cinema:is(:hover, :focus-visible, :active) .work-card-img > .cinema-card-slide { transform: none; }
}
@media (prefers-reduced-motion: reduce) and (max-width: 900px) {
  .nav-links, body.home-page .nav-links {
    transform: none; opacity: 0; visibility: hidden; transition: opacity 200ms ease;
  }
  .nav-links.open, body.home-page .nav-links.open {
    transform: none; opacity: 1; visibility: visible;
  }
}
