:root {
  --black: #0A0A0A;
  --white: #FFFFFF;
  --gray: #888888;
  --line: rgba(255, 255, 255, 0.14);
  --panel: rgba(10, 10, 10, 0.62);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: var(--black);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
  font-family: "Questrial", Arial, sans-serif;
  line-height: 1.45;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.privacy-root,
.privacy-page,
.guide-root,
.guide-page,
.case-study-root,
.case-study-page {
  overflow: auto;
}

.no-js .scene {
  display: none;
}

.no-js .scene-hero {
  z-index: 2;
  display: grid;
  pointer-events: auto;
  opacity: 1;
  transform: none;
}

.no-js .scene-video {
  display: none;
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

a {
  text-decoration: none;
}

video {
  display: block;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

.scene-stage {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background: var(--black);
  isolation: isolate;
  overscroll-behavior: none;
  touch-action: pan-y;
}

.scene {
  position: absolute;
  inset: 0;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(24px, 5vw, 72px);
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 640ms var(--ease),
    transform 640ms var(--ease);
}

@supports (min-height: 100dvh) {
  .scene {
    min-height: 100dvh;
  }
}

.scene.is-active {
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.scene.is-leaving {
  opacity: 0;
  transform: translateY(-28px);
}

.scene-intro {
  z-index: 4;
  place-items: center;
  background: #000;
}

.scene-video,
.scene-fallback,
.scene-overlay,
.grain {
  position: absolute;
  inset: 0;
}

.scene-video {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--black);
}

.contact-video {
  object-position: center center;
  transform: scale(1.36);
  transform-origin: center center;
}

.scene.media-unavailable .scene-video {
  opacity: 0;
}

.scene-fallback {
  z-index: -4;
  background-position: center;
  background-size: cover;
}

.scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.08), transparent),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 1px);
  background-size: 100% 7px, 5px 5px;
  mix-blend-mode: screen;
}

.hero-fallback {
  background-image:
    linear-gradient(100deg, rgba(10, 10, 10, 0.88), rgba(10, 10, 10, 0.24) 52%, rgba(10, 10, 10, 0.88)),
    url("assets/posters/hero-poster.svg");
}

.work-fallback {
  background-image:
    linear-gradient(100deg, rgba(10, 10, 10, 0.74), rgba(10, 10, 10, 0.24) 55%, rgba(10, 10, 10, 0.86)),
    url("assets/posters/work-01.svg");
}

.about-fallback {
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.84), rgba(10, 10, 10, 0.5)),
    radial-gradient(circle at 78% 26%, rgba(255, 255, 255, 0.08), transparent 28rem),
    linear-gradient(135deg, #0A0A0A 0%, #111111 48%, #050505 100%);
}

.services-fallback {
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.86), rgba(10, 10, 10, 0.48)),
    radial-gradient(circle at 18% 80%, rgba(255, 255, 255, 0.07), transparent 24rem),
    linear-gradient(145deg, #050505 0%, #101010 48%, #0A0A0A 100%);
}

@media (min-width: 761px) {
  .scene::after {
    background-image:
      url("assets/images/film-grain.gif"),
      linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.08), transparent),
      radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 1px);
    background-size: cover, 100% 7px, 5px 5px;
  }

  .about-fallback {
    background:
      linear-gradient(90deg, rgba(10, 10, 10, 0.84), rgba(10, 10, 10, 0.5)),
      url("assets/images/film-grain.gif"),
      radial-gradient(circle at 78% 26%, rgba(255, 255, 255, 0.08), transparent 28rem),
      linear-gradient(135deg, #0A0A0A 0%, #111111 48%, #050505 100%);
    background-size: auto, cover, auto, auto;
  }

  .services-fallback {
    background:
      linear-gradient(90deg, rgba(10, 10, 10, 0.86), rgba(10, 10, 10, 0.48)),
      url("assets/images/film-grain.gif"),
      radial-gradient(circle at 18% 80%, rgba(255, 255, 255, 0.07), transparent 24rem),
      linear-gradient(145deg, #050505 0%, #101010 48%, #0A0A0A 100%);
    background-size: auto, cover, auto, auto;
  }
}

.contact-fallback {
  background-image:
    linear-gradient(180deg, rgba(10, 10, 10, 0.42), rgba(10, 10, 10, 0.94)),
    url("assets/posters/contact-poster.svg");
}

.scene-overlay {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.84)),
    rgba(0, 0, 0, 0.22);
}

.clean-overlay {
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.88), rgba(10, 10, 10, 0.46)),
    rgba(0, 0, 0, 0.18);
}

.grain {
  opacity: 0.18;
  background-image:
    linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.08), transparent),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 1px);
  background-size: 100% 6px, 5px 5px;
}

.scene-content {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  align-self: center;
  justify-self: start;
}

.hero-content {
  align-self: end;
  padding-bottom: clamp(92px, 12vw, 150px);
}

.hero-content .subtitle {
  margin-top: clamp(8px, 1.4vw, 16px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: clamp(18px, 2.4vw, 28px);
}

.hero-actions .scene-button {
  justify-self: start;
}

.scene-button-primary {
  color: var(--black);
  background: var(--white);
  border-color: var(--white);
}

.scene-button-primary:hover,
.scene-button-primary:focus-visible {
  color: var(--white);
  background: transparent;
}

.scene-button-ghost {
  min-width: 104px;
  color: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.28);
}

.brand-carousel {
  position: absolute;
  right: 0;
  bottom: clamp(24px, 4vw, 48px);
  left: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 10, 10, 0.18);
}

.brand-track {
  display: flex;
  width: max-content;
  min-width: 200%;
  animation: brand-marquee var(--brand-marquee-duration, 60s) linear infinite;
}

.brand-track span {
  display: inline-flex;
  align-items: center;
  min-height: clamp(44px, 5vw, 62px);
  padding-inline: clamp(28px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.76rem, 1.2vw, 0.92rem);
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes brand-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.work-hud {
  position: absolute;
  right: clamp(22px, 5vw, 72px);
  bottom: clamp(24px, 5vw, 72px);
  left: clamp(22px, 5vw, 72px);
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 48px);
  align-items: end;
  pointer-events: none;
}

.work-meta,
.work-actions {
  pointer-events: auto;
}

.work-meta {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 8px;
  width: min(860px, 100%);
  padding: clamp(22px, 4vw, 38px);
  background: transparent;
}

.work-meta::before {
  content: "";
  position: absolute;
  inset: clamp(-34px, -4vw, -22px);
  z-index: -1;
  background: radial-gradient(ellipse at 42% 52%, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 32%, rgba(0, 0, 0, 0.26) 55%, rgba(0, 0, 0, 0.08) 70%, rgba(0, 0, 0, 0) 86%);
  filter: blur(18px);
  pointer-events: none;
}

.work-index,
.work-category {
  color: var(--gray);
  font-size: 0.78rem;
  line-height: 1;
  text-transform: uppercase;
}

.work-name {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(3.4rem, 10.5vw, 9.6rem);
  line-height: 0.88;
  text-transform: uppercase;
  transform: scaleX(1.08);
  transform-origin: left center;
}

.work-actions {
  display: grid;
  gap: 9px;
  width: min(270px, 100%);
}

.work-controls-label {
  justify-self: end;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.work-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.work-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding-inline: 12px;
  cursor: pointer;
  color: var(--white);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  font-size: 1.45rem;
  line-height: 1;
  transition:
    color 220ms var(--ease),
    background 220ms var(--ease),
    border-color 220ms var(--ease);
}

.work-arrow:hover,
.work-arrow:focus-visible {
  color: var(--black);
  background: var(--white);
  border-color: var(--white);
}

.scene-next-button {
  width: fit-content;
  min-width: 0;
  min-height: 40px;
  padding: 12px 16px;
  font-size: 0.78rem;
}

.about-content,
.services-content,
.contact-content {
  display: grid;
  gap: clamp(24px, 4vw, 42px);
}

.about-content {
  justify-self: center;
  grid-template-columns: minmax(300px, 0.9fr) minmax(340px, 1fr);
  align-items: center;
  align-self: center;
  column-gap: clamp(38px, 6vw, 86px);
  row-gap: clamp(12px, 2vw, 20px);
  width: min(1060px, 100%);
  text-align: left;
}

.about-heading,
.about-media,
.about-text {
  min-width: 0;
}

.about-heading {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  justify-items: start;
  gap: clamp(10px, 1.6vw, 16px);
}

.about-heading h2 {
  max-width: 620px;
  font-size: clamp(3.15rem, 7vw, 6.25rem);
}

.about-lead {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  line-height: 1.34;
}

.about-media {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  gap: 12px;
  justify-items: start;
  width: min(420px, 100%);
}

.about-text {
  grid-column: 2;
  grid-row: 1 / 3;
  display: grid;
  justify-items: start;
  gap: clamp(14px, 2vw, 22px);
  max-width: 620px;
  padding-left: clamp(22px, 3.4vw, 42px);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.services-content {
  width: min(1040px, 100%);
}

.scene-about .scene-button[data-next],
.scene-services .scene-button[data-next] {
  position: fixed;
  right: clamp(20px, 4vw, 56px);
  bottom: clamp(20px, 4vw, 56px);
  z-index: 6;
}

.contact-content {
  justify-self: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  align-items: end;
  row-gap: clamp(18px, 3vw, 30px);
  width: min(1120px, 100%);
  text-align: left;
}

.scene-contact {
  overflow: hidden;
}

.contact-copy {
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  min-width: 0;
}

.scene-contact h2 {
  max-width: 680px;
  font-size: clamp(3.2rem, 8vw, 7rem);
}

.scene-contact .subtitle {
  max-width: 560px;
  margin: 0;
}

.eyebrow {
  margin: 0 0 clamp(12px, 2vw, 22px);
  color: var(--gray);
  font-size: clamp(0.72rem, 1.1vw, 0.86rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 0;
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(5rem, 20vw, 17rem);
}

h2 {
  max-width: 980px;
  font-size: clamp(3.2rem, 10vw, 9rem);
}

.hero-content h1 {
  max-width: 980px;
  font-size: clamp(3rem, 7.4vw, 7rem);
}

.subtitle {
  max-width: 700px;
  margin: clamp(20px, 3vw, 34px) 0 clamp(28px, 5vw, 54px);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
}

.founder-portrait {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  margin: 0;
  overflow: hidden;
}

.founder-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.founder-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
  filter: grayscale(1) contrast(1.08);
}

.about-signature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px 14px;
  color: var(--gray);
  font-size: 0.72rem;
  line-height: 1;
  text-transform: uppercase;
}

.about-signature span:first-child {
  color: var(--white);
}

.body-copy {
  display: grid;
  gap: 8px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.98rem, 1.45vw, 1.14rem);
  line-height: 1.42;
}

.body-copy p {
  margin: 0;
}

.about-focus {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.scene-about .scene-button[data-next] {
  justify-self: end;
}

.about-focus li {
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.72rem;
  line-height: 1;
  text-transform: uppercase;
}

.services-list {
  display: grid;
  gap: 0;
  width: min(920px, 100%);
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.services-list li {
  border-bottom: 1px solid var(--line);
  transform: translateX(0);
  transition:
    color 260ms var(--ease),
    transform 260ms var(--ease);
}

.services-list li:hover,
.services-list li:focus-within {
  transform: translateX(12px);
}

.service-link {
  display: grid;
  gap: 0;
  width: 100%;
  padding: clamp(14px, 2.4vw, 24px) 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  background: transparent;
  transition: color 260ms var(--ease);
}

.service-link:hover,
.service-link:focus-visible {
  color: var(--gray);
}

.service-title {
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(2rem, 5.4vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-description {
  display: block;
  max-width: 680px;
  max-height: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Questrial", Arial, sans-serif;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  line-height: 1.45;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    max-height 320ms var(--ease),
    margin-top 320ms var(--ease),
    opacity 260ms var(--ease),
    transform 260ms var(--ease);
}

.service-cta {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: var(--white);
  font-size: 0.76rem;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    max-height 320ms var(--ease),
    margin-top 320ms var(--ease),
    opacity 260ms var(--ease),
    transform 260ms var(--ease);
}

.services-list li:hover .service-description,
.services-list li:focus-within .service-description {
  max-height: 120px;
  margin-top: 12px;
  opacity: 1;
  transform: translateY(0);
}

.services-list li:hover .service-cta,
.services-list li:focus-within .service-cta {
  max-height: 24px;
  margin-top: 12px;
  opacity: 1;
  transform: translateY(0);
}

.scene-button {
  width: fit-content;
  min-width: 132px;
  min-height: 48px;
  padding: 15px 24px;
  cursor: pointer;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  transition:
    color 260ms var(--ease),
    background 260ms var(--ease),
    border-color 260ms var(--ease),
    transform 260ms var(--ease);
}

.scene-button[data-next] {
  justify-self: end;
}

.scene-button:hover,
.scene-button:focus-visible {
  color: var(--black);
  background: var(--white);
  border-color: var(--white);
  transform: translateY(-2px);
}

.contact-direct {
  width: fit-content;
  max-width: 100%;
}

.contact-form {
  display: grid;
  gap: 16px;
  width: 100%;
  margin-top: 0;
  padding-left: clamp(20px, 4vw, 46px);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form .privacy-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.contact-form span {
  color: var(--gray);
  font-size: 0.78rem;
  line-height: 1;
  text-transform: uppercase;
}

.privacy-consent span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  line-height: 1.35;
  text-transform: none;
}

.privacy-consent a {
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  padding: 15px 16px;
  font: inherit;
  transition:
    background 220ms var(--ease),
    border-color 220ms var(--ease);
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form .privacy-consent input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--white);
}

.contact-form input:focus,
.contact-form textarea:focus {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.52);
}

.contact-form .scene-button {
  justify-self: stretch;
  width: 100%;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
}

.contact-form .form-honeypot {
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
}

.contact-faq {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 36px);
  align-items: start;
  padding-top: clamp(16px, 2vw, 22px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-faq .eyebrow {
  margin-bottom: 8px;
}

.contact-faq h3 {
  margin: 0;
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-faq h3 {
  max-width: 260px;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  width: 100%;
  justify-self: end;
}

.faq-item {
  min-width: 0;
  padding-top: clamp(12px, 1.5vw, 16px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
}

.faq-item summary {
  display: block;
  margin: 0 0 clamp(7px, 1vw, 10px);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(1.02rem, 1.55vw, 1.34rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  list-style: none;
  pointer-events: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.78rem, 1vw, 0.9rem);
  line-height: 1.38;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(620px, 100%);
  padding-top: clamp(2px, 1vw, 10px);
}

.social-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 42px;
  padding: 10px;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  transition:
    color 220ms var(--ease),
    background 220ms var(--ease),
    border-color 220ms var(--ease);
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  flex: 0 0 auto;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.38);
}

.contact-footer {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 48px);
  align-items: end;
  padding-top: clamp(16px, 2vw, 22px);
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-footer p {
  max-width: 620px;
  margin: 0;
  font-size: clamp(0.9rem, 1.15vw, 1rem);
  line-height: 1.45;
}

.footer-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px clamp(18px, 3vw, 34px);
  margin: 0;
}

.footer-details div {
  min-width: fit-content;
}

.footer-details dt {
  margin-bottom: 5px;
  color: var(--gray);
  font-size: 0.68rem;
  line-height: 1;
  text-transform: uppercase;
}

.footer-details dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  line-height: 1.2;
}

.footer-details a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  transition:
    color 220ms var(--ease),
    border-color 220ms var(--ease);
}

.footer-details a:hover,
.footer-details a:focus-visible {
  color: var(--gray);
  border-color: var(--gray);
}

.footer-rights {
  grid-column: 1 / -1;
  justify-self: end;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.62rem;
  line-height: 1.25;
  text-transform: none;
}

@media (min-width: 761px) {
  .scene-contact {
    padding: clamp(20px, 3vh, 42px) clamp(28px, 4vw, 58px);
  }

  .contact-content {
    align-self: center;
    align-items: center;
    row-gap: clamp(12px, 2vh, 23px);
  }

  .contact-copy {
    gap: clamp(12px, 1.8vh, 21px);
  }

  .scene-contact h2 {
    font-size: clamp(3.3rem, 6.8vw, 6.3rem);
  }

  .scene-contact .subtitle {
    font-size: clamp(1rem, 1.65vw, 1.3rem);
    line-height: 1.35;
  }

  .contact-form {
    gap: clamp(9px, 1.35vh, 14px);
  }

  .contact-form label {
    gap: 5px;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 12px 15px;
  }

  .contact-form textarea {
    min-height: 96px;
    height: clamp(96px, 13vh, 124px);
  }

  .contact-form .scene-button {
    min-height: 46px;
    padding-block: 12px;
  }

  .contact-faq {
    gap: clamp(12px, 2vw, 24px);
    padding-top: clamp(10px, 1.4vh, 16px);
  }

  .contact-faq h3 {
    font-size: clamp(1.55rem, 2.55vw, 2.2rem);
  }

  .faq-item {
    padding-top: 11px;
  }

  .faq-item summary {
    margin-bottom: 7px;
    font-size: clamp(1.02rem, 1.42vw, 1.25rem);
  }

  .faq-item p {
    font-size: clamp(0.76rem, 0.98vw, 0.88rem);
    line-height: 1.34;
  }

  .contact-footer {
    gap: clamp(12px, 2vw, 28px);
    padding-top: clamp(10px, 1.4vh, 16px);
  }

  .contact-footer p {
    font-size: clamp(0.84rem, 1.08vw, 0.96rem);
  }

  .footer-details {
    gap: 9px clamp(14px, 2vw, 24px);
  }

  .footer-details dt {
    margin-bottom: 3px;
  }

  .footer-details dd {
    font-size: 0.86rem;
  }

  .footer-rights {
    font-size: 0.62rem;
  }
}

.privacy-page {
  min-height: 100%;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.98)),
    url("assets/posters/hero-poster.svg") center / cover fixed;
}

.guide-page {
  min-height: 100%;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(10, 10, 10, 0.94) 0%, rgba(10, 10, 10, 0.78) 52%, rgba(10, 10, 10, 0.96) 100%),
    url("assets/posters/contact-poster.svg") center / cover fixed;
}

.guide-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    url("assets/images/film-grain.gif"),
    linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  background-size: cover, 100% 7px;
}

.guide-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(20px, 4vw, 42px) 0 0;
}

.guide-logo {
  display: inline-flex;
  width: clamp(46px, 5vw, 62px);
  height: clamp(28px, 3.2vw, 36px);
}

.guide-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.guide-landing {
  display: grid;
  align-items: center;
  width: min(1180px, calc(100% - 44px));
  min-height: calc(100vh - 124px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 76px) 0 clamp(28px, 5vw, 70px);
}

.guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.56fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
}

.guide-copy {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
  max-width: 720px;
}

.guide-copy h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(4.1rem, 9vw, 8.8rem);
  line-height: 0.88;
}

.guide-lead {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.05rem, 1.65vw, 1.34rem);
  line-height: 1.42;
}

.guide-points {
  counter-reset: guide-point;
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin: clamp(6px, 1vw, 10px) 0 0;
  padding: 0;
  list-style: none;
}

.guide-points li {
  counter-increment: guide-point;
  position: relative;
  padding: 12px 0 12px 46px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.92rem, 1.2vw, 1.02rem);
  line-height: 1.36;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.guide-points li::before {
  content: counter(guide-point, decimal-leading-zero);
  position: absolute;
  top: 12px;
  left: 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Anton", Impact, sans-serif;
  font-size: 1.02rem;
  line-height: 1;
  letter-spacing: 0;
}

.guide-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 32px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
}

.guide-form-heading {
  display: grid;
  gap: 8px;
  padding-bottom: 10px;
}

.guide-form h2 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: 0.95;
}

.guide-form label {
  display: grid;
  gap: 7px;
}

.guide-form label span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  line-height: 1;
  text-transform: uppercase;
}

.guide-form input[type="text"],
.guide-form input[type="email"] {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--white);
  font: inherit;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  outline: 0;
}

.guide-form input:focus-visible {
  border-color: rgba(255, 255, 255, 0.58);
}

.guide-form .form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
}

.guide-form .privacy-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 2px;
}

.guide-form .privacy-consent input {
  margin-top: 2px;
}

.guide-form .privacy-consent span {
  font-family: "Questrial", Arial, sans-serif;
  font-size: 0.74rem;
  line-height: 1.32;
  text-transform: none;
}

.guide-form .privacy-consent a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.guide-form .scene-button {
  width: 100%;
  margin-top: 4px;
}

.guide-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.76rem;
  line-height: 1.35;
}

.guide-footer {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 0 0 clamp(20px, 4vw, 38px);
}

.guide-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.62rem;
}

.form-result-page {
  min-height: 100%;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.78), rgba(10, 10, 10, 0.96)),
    url("assets/posters/hero-poster.svg") center / cover fixed;
}

.form-result {
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 100svh;
  width: min(720px, calc(100% - 44px));
  margin: 0 auto;
  padding: 44px 0;
}

.form-result h1 {
  max-width: 680px;
  font-size: clamp(3rem, 11vw, 7rem);
}

.form-result p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.5;
}

.form-result .scene-button {
  width: fit-content;
  margin-top: 10px;
}

.case-study-page {
  position: relative;
  isolation: isolate;
  min-height: 100%;
  color: var(--white);
  background: var(--black);
}

.case-study-page::before,
.case-study-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.case-study-page::before {
  z-index: -2;
  background: url("assets/posters/hero-fallback.jpg") center / cover no-repeat;
  filter: grayscale(1) blur(22px);
  opacity: 0.42;
  transform: scale(1.08);
}

.case-study-page::after {
  z-index: -1;
  background:
    radial-gradient(ellipse at 18% 12%, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(10, 10, 10, 0.68), rgba(10, 10, 10, 0.94) 58%, rgba(10, 10, 10, 0.98)),
    url("assets/images/film-grain.gif") center / 320px auto repeat;
  opacity: 0.94;
}

.case-study-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(44px, 7vw, 96px);
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) 0 clamp(42px, 7vw, 86px);
}

.case-back {
  display: inline-flex;
  align-items: center;
  width: clamp(38px, 4.8vw, 58px);
  height: clamp(24px, 3.2vw, 34px);
}

.case-back img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.case-hero {
  display: grid;
  gap: 16px;
  min-height: min(620px, 76vh);
  min-height: min(620px, 76svh);
  align-content: center;
}

@supports (min-height: 100dvh) {
  .case-hero {
    min-height: min(620px, 76dvh);
  }
}

.case-hero h1,
.case-feature h2,
.case-cta h2 {
  max-width: 980px;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(3.3rem, 11vw, 9rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.case-hero p:not(.eyebrow),
.case-copy p,
.case-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.48;
}

.case-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.case-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: end;
}

.case-copy {
  display: grid;
  gap: 14px;
}

.case-copy .case-collab {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.56);
  font-size: clamp(0.76rem, 1.05vw, 0.88rem);
  line-height: 1.35;
  text-transform: uppercase;
}

.case-collab a {
  color: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  transition:
    color 220ms var(--ease),
    border-color 220ms var(--ease);
}

.case-collab a:hover,
.case-collab a:focus-visible {
  color: var(--white);
  border-color: var(--white);
}

.case-feature h2,
.case-cta h2 {
  font-size: clamp(2.7rem, 7vw, 6.5rem);
}

.case-video {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.16);
  aspect-ratio: 16 / 9;
}

.case-video iframe,
.case-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.case-video iframe {
  border: 0;
}

.case-video video {
  object-fit: cover;
  background: var(--black);
}

.case-projects {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}

.case-projects h2 {
  max-width: 760px;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(2.7rem, 7vw, 6.5rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.case-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
}

.case-project-card {
  display: grid;
  gap: 14px;
}

.case-project-card h3 {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  line-height: 1;
  text-transform: uppercase;
}

.case-brand-section {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}

.case-brand-section h2 {
  max-width: 820px;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(2.7rem, 7vw, 6.5rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.case-brand-marquees {
  display: grid;
  overflow: hidden;
  background: rgba(10, 10, 10, 0.18);
}

.case-brand-row {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.case-brand-track {
  display: flex;
  width: max-content;
  min-width: 200%;
  animation: brand-marquee 38s linear infinite;
}

.case-brand-row-reverse .case-brand-track {
  animation-direction: reverse;
  animation-duration: 42s;
}

.case-brand-track span {
  display: inline-flex;
  align-items: center;
  min-height: clamp(44px, 5vw, 62px);
  padding-inline: clamp(28px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.76rem, 1.2vw, 0.92rem);
  text-transform: uppercase;
  white-space: nowrap;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.case-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 260px;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(10, 10, 10, 0.78);
}

.case-panel span {
  color: var(--gray);
  font-size: 0.72rem;
  line-height: 1;
}

.case-panel h2 {
  font-size: clamp(1.8rem, 3.4vw, 3rem);
}

.case-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.46;
}

.case-cta {
  display: grid;
  justify-items: start;
  gap: 16px;
  padding-top: clamp(20px, 4vw, 44px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.case-cta-with-form {
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.74fr);
  gap: clamp(30px, 5.4vw, 82px);
  align-items: center;
  justify-items: stretch;
  scroll-margin-top: 36px;
}

.case-cta-copy {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.case-cta-with-form h2 {
  max-width: 760px;
  font-size: clamp(2.6rem, 6.2vw, 5.8rem);
}

.case-cta-with-form p:not(.eyebrow) {
  max-width: 560px;
}

.case-contact-form {
  width: 100%;
  padding: clamp(18px, 2.8vw, 32px);
  background: rgba(10, 10, 10, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.case-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px clamp(18px, 4vw, 48px);
  align-items: end;
  padding-top: clamp(20px, 4vw, 44px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.case-footer p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.98rem, 1.45vw, 1.12rem);
  line-height: 1.5;
}

.case-footer .footer-details {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-content: flex-end;
}

.case-footer-social {
  grid-column: 1;
  width: fit-content;
  padding-top: 0;
}

.case-footer .footer-rights {
  grid-column: 1 / -1;
  justify-self: start;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.62rem;
  line-height: 1.25;
}

.privacy-document {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
  width: min(920px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px) 0;
}

.privacy-document header {
  display: grid;
  gap: 18px;
  padding-bottom: clamp(16px, 3vw, 28px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.privacy-document h1 {
  margin: 0;
  font-size: clamp(3.4rem, 12vw, 8rem);
}

.privacy-document h2 {
  max-width: 100%;
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 4vw, 2.8rem);
  line-height: 0.98;
}

.privacy-document p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  line-height: 1.55;
}

.privacy-document a {
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.privacy-back {
  width: fit-content;
  color: var(--gray);
  font-size: 0.78rem;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.privacy-document footer {
  padding-top: clamp(10px, 2vw, 18px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.privacy-document footer p {
  color: var(--gray);
  font-size: 0.82rem;
}

.scene-ui {
  position: fixed;
  top: clamp(18px, 4vw, 44px);
  right: clamp(20px, 4vw, 56px);
  left: clamp(20px, 4vw, 56px);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 320ms var(--ease);
}

.is-intro .scene-ui {
  opacity: 0;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  width: clamp(38px, 4.8vw, 58px);
  height: clamp(24px, 3.2vw, 34px);
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  background: transparent;
  border: 0;
}

.brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.scene-count {
  color: var(--gray);
}

.scene-nav {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.mobile-prev-button {
  display: none;
  padding: 8px 10px;
  cursor: pointer;
  pointer-events: auto;
  color: var(--gray);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.68rem;
  line-height: 1;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
  }

  .brand-track {
    animation-duration: var(--brand-marquee-duration, 28s) !important;
  }
}

@media (max-width: 760px) {
  html,
  body {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .guide-header,
  .guide-landing,
  .guide-footer {
    width: min(100% - 36px, 560px);
  }

  .guide-page {
    background-attachment: scroll;
  }

  .guide-header {
    padding-top: 18px;
  }

  .guide-logo {
    width: 54px;
    height: 32px;
  }

  .guide-landing {
    min-height: auto;
    padding: 42px 0 22px;
  }

  .guide-hero {
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
  }

  .guide-copy {
    gap: 14px;
  }

  .guide-copy h1 {
    max-width: 10ch;
    font-size: clamp(3.4rem, 17vw, 5.6rem);
    line-height: 0.9;
  }

  .guide-lead {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.34;
  }

  .guide-points {
    gap: 0;
  }

  .guide-points li {
    padding: 10px 0 10px 40px;
    font-size: 0.86rem;
    line-height: 1.32;
  }

  .guide-points li::before {
    top: 10px;
    font-size: 0.96rem;
  }

  .guide-form {
    gap: 12px;
    padding: 18px;
  }

  .guide-form-heading {
    padding-bottom: 4px;
  }

  .guide-form h2 {
    font-size: 2rem;
  }

  .guide-form input[type="text"],
  .guide-form input[type="email"] {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 0.95rem;
  }

  .guide-form .privacy-consent span,
  .guide-note {
    font-size: 0.7rem;
    line-height: 1.28;
  }

  .guide-footer {
    padding-bottom: 20px;
  }

  .scene-stage {
    position: relative;
    inset: auto;
    min-height: 100%;
    overflow: visible;
    overscroll-behavior: auto;
    touch-action: auto;
  }

  .scene {
    position: relative;
    inset: auto;
    min-height: 100vh;
    min-height: 100svh;
    min-height: var(--app-height, 100svh);
    overflow: hidden;
    pointer-events: auto;
    opacity: 1;
    transform: none;
    transition: none;
    padding: 80px 22px 34px;
  }

  @supports (min-height: 100dvh) {
    .scene {
      min-height: 100dvh;
    }
  }

  .scene.is-active,
  .scene.is-leaving {
    opacity: 1;
    transform: none;
  }

  .scene-intro {
    display: none;
  }

  .scene-contact {
    overflow: visible;
    padding-top: 72px;
    padding-bottom: 34px;
  }

  .contact-video {
    transform: scale(1.12);
  }

  .hero-content {
    align-self: center;
    padding-bottom: 78px;
  }

  .hero-content h1 {
    font-size: clamp(2.8rem, 11vw, 4.4rem);
  }

  .hero-content .subtitle {
    margin-top: 8px;
    max-width: 92%;
    font-size: 1rem;
    line-height: 1.32;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 16px;
  }

  .hero-actions .scene-button {
    min-height: 40px;
    padding: 11px 15px;
    font-size: 0.74rem;
  }

  .work-hud {
    right: 22px;
    bottom: 40px;
    left: 22px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .work-meta {
    padding: 18px;
    width: 100%;
    min-width: 0;
  }

  .work-name {
    width: 100%;
    font-size: clamp(2.2rem, 10.8vw, 4.1rem);
    line-height: 0.94;
    overflow-wrap: anywhere;
    transform: none;
  }

  .work-actions {
    gap: 8px;
    width: 100%;
  }

  .work-controls-label {
    justify-self: start;
    font-size: 0.68rem;
  }

  .work-controls {
    width: 100%;
  }

  .work-arrow {
    min-height: 42px;
    font-size: 1.25rem;
  }

  .scene-next-button {
    width: fit-content;
    min-height: 38px;
    padding: 10px 15px;
    font-size: 0.72rem;
  }

  h1 {
    font-size: clamp(4.2rem, 21vw, 7rem);
  }

  h2 {
    font-size: clamp(2.45rem, 12vw, 5rem);
  }

  .about-content,
  .services-content,
  .contact-content {
    gap: 18px;
  }

  .services-content {
    gap: 12px;
  }

  .contact-content {
    grid-template-columns: 1fr;
    align-self: center;
    gap: 12px;
  }

  .contact-copy {
    gap: 8px;
  }

  .scene-contact h2 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 3.55rem);
  }

  .scene-contact .subtitle {
    max-width: 100%;
    font-size: 0.86rem;
    line-height: 1.24;
  }

  .about-content {
    grid-template-columns: 1fr;
    justify-items: start;
    align-self: center;
    gap: 14px;
    max-height: none;
    text-align: left;
  }

  .about-heading,
  .about-media,
  .about-text {
    grid-column: 1;
    grid-row: auto;
  }

  .about-heading h2 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 4.2rem);
  }

  .about-lead {
    margin-top: 0;
    font-size: 0.95rem;
    line-height: 1.3;
  }

  .about-media {
    display: none;
  }

  .about-signature {
    display: none;
  }

  .about-text {
    justify-items: start;
    gap: 10px;
    padding-left: 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .about-focus {
    display: none;
  }

  .body-copy {
    gap: 7px;
    font-size: 0.9rem;
    line-height: 1.31;
  }

  .scene-about .body-copy p:nth-child(4) {
    display: none;
  }

  .services-list li {
    transform: none;
  }

  .services-list li:hover,
  .services-list li:focus-within {
    transform: none;
  }

  .service-link {
    padding-block: 7px;
  }

  .service-title {
    font-size: clamp(1.25rem, 6.6vw, 2.35rem);
  }

  .service-description {
    max-height: none;
    margin-top: 6px;
    font-size: 0.78rem;
    line-height: 1.27;
    opacity: 1;
    transform: none;
  }

  .service-cta {
    max-height: none;
    margin-top: 7px;
    font-size: 0.68rem;
    opacity: 1;
    transform: none;
  }

  .scene-button {
    width: fit-content;
  }

  .scene-about .scene-button[data-next],
  .scene-services .scene-button[data-next] {
    position: static;
    justify-self: end;
    min-height: 38px;
    margin-top: 2px;
    padding: 10px 15px;
    font-size: 0.72rem;
  }

  .contact-form {
    gap: 6px;
    padding-left: 0;
    border-left: 0;
  }

  .contact-form label {
    gap: 5px;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 7px 10px;
    font-size: 0.9rem;
  }

  .contact-form textarea {
    min-height: 52px;
  }

  .contact-form .scene-button {
    min-height: 38px;
    padding: 10px 15px;
    font-size: 0.72rem;
  }

  .contact-faq {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 2px;
    padding-top: 12px;
  }

  .contact-faq .eyebrow {
    margin-bottom: 5px;
  }

  .contact-faq h3 {
    max-width: 100%;
    font-size: 1.35rem;
  }

  .faq-list {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .faq-item {
    padding-top: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .faq-item summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 10px;
    align-items: center;
    min-height: 38px;
    margin: 0;
    padding: 8px 0;
    font-size: 0.9rem;
    line-height: 1.08;
    cursor: pointer;
    pointer-events: auto;
  }

  .faq-item summary::after {
    content: "+";
    color: rgba(255, 255, 255, 0.72);
    font-family: "Questrial", Arial, sans-serif;
    font-size: 1.05rem;
    line-height: 1;
    text-align: right;
  }

  .faq-item[open] summary::after {
    content: "-";
  }

  .faq-answer {
    padding: 0 28px 10px 0;
  }

  .faq-item p {
    font-size: 0.72rem;
    line-height: 1.28;
  }

  .contact-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
    margin-top: 8px;
    padding-top: 16px;
  }

  .contact-footer p {
    max-width: 100%;
    font-size: 0.72rem;
    line-height: 1.2;
  }

  .contact-footer .footer-rights {
    justify-self: start;
    padding-top: 4px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.58rem;
    line-height: 1.25;
  }

  .footer-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: flex-start;
    gap: 6px 12px;
    width: 100%;
  }

  .footer-details dt {
    margin-bottom: 3px;
    font-size: 0.58rem;
  }

  .footer-details dd {
    font-size: 0.68rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .brand-carousel {
    bottom: 16px;
  }

  .brand-track {
    --brand-marquee-duration: 96s;
  }

  .scene-ui {
    top: max(14px, env(safe-area-inset-top));
    right: max(16px, env(safe-area-inset-right));
    left: max(16px, env(safe-area-inset-left));
    z-index: 20;
    display: flex;
    justify-content: space-between;
  }

  .scene-ui .scene-nav {
    display: none;
  }

  .brand-logo {
    width: 54px;
    height: 32px;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.44));
  }

  .mobile-prev-button {
    display: none;
  }

  .case-study-shell {
    gap: 42px;
  }

  .case-hero {
    min-height: auto;
    padding-top: 54px;
  }

  .case-actions {
    display: grid;
    justify-items: start;
  }

  .case-feature,
  .case-project-grid,
  .case-grid,
  .case-cta-with-form {
    grid-template-columns: 1fr;
  }

  .case-contact-form {
    padding: 0;
    background: transparent;
    border: 0;
  }

  .case-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .case-footer .footer-details {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: flex-start;
  }

  .case-footer-social {
    grid-column: 1;
  }

  .case-footer .footer-rights {
    grid-column: 1;
  }

  .case-brand-marquees {
    background: rgba(10, 10, 10, 0.18);
  }

  .case-brand-track {
    animation-duration: var(--brand-marquee-duration, 96s);
  }

  .case-brand-row-reverse .case-brand-track {
    animation-duration: var(--brand-marquee-duration, 96s);
  }

  .case-brand-track span {
    min-height: 42px;
    padding-inline: 32px;
    font-size: 0.68rem;
  }

  .case-panel {
    min-height: auto;
  }
}

@media (max-width: 420px) {
  .social-links {
    gap: 14px 18px;
  }
}

body.cookie-dialog-open {
  overflow: hidden !important;
}

.cookie-banner,
.cookie-preferences {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  box-sizing: border-box;
  color: #fff;
  font-family: "Questrial", Arial, sans-serif;
}

.cookie-banner[hidden],
.cookie-preferences[hidden],
.cookie-manage-button[hidden],
.cookie-video-placeholder[hidden] {
  display: none !important;
}

.cookie-banner {
  display: grid;
  align-items: end;
  padding: 18px;
  background: rgba(0, 0, 0, 0.86);
}

.cookie-banner-inner,
.cookie-preferences-card {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: clamp(20px, 3vw, 34px);
  color: #fff;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.cookie-banner-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.cookie-banner h2,
.cookie-preferences h2 {
  margin: 5px 0 10px;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.cookie-banner p,
.cookie-preferences p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.45;
}

.cookie-policy-links {
  margin-top: 12px !important;
}

.cookie-policy-links a {
  color: #fff;
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.cookie-button,
.cookie-manage-button,
.cookie-video-button {
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  font: inherit;
  cursor: pointer;
}

.cookie-accept,
.cookie-save {
  color: #0a0a0a;
  background: #fff;
  border-color: #fff;
}

.cookie-preferences {
  display: grid;
  place-items: center;
  padding: 18px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.92);
}

.cookie-preferences-card {
  width: min(100%, 760px);
}

.cookie-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.cookie-choice strong {
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.cookie-choice input {
  width: 24px;
  height: 24px;
}

.cookie-manage-button {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 100;
  min-height: 34px;
  padding: 7px 12px;
  font-size: 0.7rem;
}

.cookie-video-placeholder {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 14px;
  padding: 24px;
  text-align: center;
  background: #111;
}

.contact-shortcut {
  position: fixed;
  top: clamp(22px, 3vw, 42px);
  right: clamp(22px, 4vw, 58px);
  z-index: 8;
  min-height: 42px;
  padding: 10px 17px;
  color: var(--black);
  background: var(--white);
  border: 1px solid var(--white);
  border-radius: 999px;
  font-size: 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity 180ms ease, transform 180ms ease;
}

.contact-shortcut:hover,
.contact-shortcut:focus-visible {
  transform: translateY(-2px);
}

.is-intro .contact-shortcut,
.is-contact .contact-shortcut {
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 760px) {
  .contact-shortcut {
    display: none;
  }

  .cookie-banner {
    padding: 10px;
  }

  .cookie-banner-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-button {
    width: 100%;
  }
}
