@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000000;
  --dark-black: #1a1515;
  --black-gray: #b4b4b4;
  --red: #931f23;
  --gray: #f3f3f3;
  --white: #ffffff;

  --page-x: 40px;
  --site-max: 2056px;
  --header-h: 56px;
  --ease-soft: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-gallery: cubic-bezier(0.22, 1, 0.36, 1);
  --space-80: clamp(56px, 5.55vw, 80px);
  --space-140: clamp(82px, 9.72vw, 140px);
  --space-160: clamp(96px, 11.11vw, 160px);
}

@media (min-width: 1600px) {
  :root {
    --page-x: 60px;
  }
}

@media (min-width: 1920px) {
  :root {
    --page-x: 80px;
  }
}

@media (min-width: 2056px) {
  :root {
    --page-x: 100px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  background: var(--white);
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--dark-black);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

p,
h1,
h2,
h3,
li,
a,
button {
  text-wrap: pretty;
}

body.is-locked {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.page-shell {
  width: min(100%, var(--site-max));
  min-height: 100%;
  margin-inline: auto;
  background: var(--white);
  overflow: visible;
}

.container {
  width: 100%;
  max-width: var(--site-max);
  margin-inline: auto;
  padding-inline: var(--page-x);
}

.hero,
.scroll-gallery,
.production,
.commercial-projects {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.menu-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.text-xxl {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.05;
}

.text-xl {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.text-l {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.text-l-bold {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.text-m {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.text-m-bold {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.text-s {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.text-s-bold {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.text-xs {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.caps-xxl {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.caps-xl {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.caps-l {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.button-m {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .text-xxl {
    font-size: clamp(34px, 3.889vw, 56px);
  }

  .text-xl {
    font-size: clamp(24px, 2.222vw, 32px);
  }

  .caps-xxl {
    font-size: clamp(54px, 8.333vw, 120px);
  }
}

@media (max-width: 760px) {
  :root {
    --page-x: 12px;
    --space-80: 48px;
    --space-140: 76px;
    --space-160: 88px;
  }

  .text-xxl {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
  }

  .text-xl {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
  }

  .text-l,
  .text-l-bold {
    font-size: 18px;
    line-height: 1.2;
  }

  .text-l {
    font-weight: 400;
  }

  .text-l-bold {
    font-weight: 500;
  }

  .text-m,
  .text-m-bold {
    font-size: 16px;
    line-height: 1.2;
  }

  .text-m {
    font-weight: 400;
  }

  .text-m-bold {
    font-weight: 600;
  }

  .text-s,
  .text-s-bold {
    font-size: 14px;
    line-height: 1.2;
  }

  .text-s {
    font-weight: 400;
  }

  .text-s-bold {
    font-weight: 600;
  }

  .text-xs {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
  }

  .caps-xxl,
  .caps-xl {
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.06em;
  }

  .caps-l {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
  }

  .button-m {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  width: 100%;
  height: var(--header-h);
  color: var(--white);
  overflow: visible;
  transition: color 260ms ease;
}

.site-header::before {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--white);
  transform: translateY(-100%);
  transition: transform 280ms var(--ease-soft);
}

.site-header::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.15);
  transition: background 260ms ease;
}

.site-header.is-solid {
  color: var(--black);
}

.site-header.is-solid::before {
  transform: translateY(0);
}

.site-header.is-solid::after {
  background: rgba(0, 0, 0, 0.08);
}

.header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(100%, var(--site-max));
  height: 100%;
  margin-inline: auto;
  padding-inline: var(--page-x);
}

.logo-link {
  display: block;
  width: 103px;
  height: 32px;
}

.logo-img {
  display: block;
  width: 103px;
  height: 32px;
  object-fit: contain;
  transition: filter 260ms ease;
}

.site-header.is-solid .logo-img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(52%) saturate(3274%) hue-rotate(341deg) brightness(87%) contrast(91%);
}

.icon-mask {
  display: block;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.main-nav {
  position: absolute;
  left: 50%;
  display: flex;
  justify-content: center;
  gap: 20px;
  transform: translateX(-50%);
}

.nav-link {
  position: relative;
  display: inline-flex;
  padding-block: 8px 9px;
  transition: color 220ms ease;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
}

.nav-link:hover {
  color: currentColor;
}

.site-header.is-solid .nav-link:hover {
  color: var(--red);
}

.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.main-nav .nav-link,
.contact-link {
  text-transform: uppercase;
}

.contact-icon {
  position: relative;
  width: 16px;
  height: 16px;
  background: var(--white);
  mask-image: none;
  -webkit-mask-image: none;
}

.contact-icon::before {
  position: absolute;
  inset: 4px 0 0 5px;
  width: 6px;
  height: 6px;
  content: "";
  border-right: 1.5px solid var(--black);
  border-bottom: 1.5px solid var(--black);
  transform: rotate(45deg);
}

.site-header.is-solid .contact-icon {
  background: var(--black);
}

.site-header.is-solid .contact-icon::before {
  border-color: var(--white);
}

.site-header.is-solid .contact-link:hover {
  color: var(--black);
}

.hero {
  position: relative;
  min-height: 100svh;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0, rgba(0, 0, 0, 0) 300px),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0, rgba(0, 0, 0, 0) 400px),
    radial-gradient(circle at 24% 18%, rgba(147, 31, 35, 0.42), transparent 34%),
    linear-gradient(135deg, #3e2e22, #13100f 48%, #534534);
}

.hero.has-media {
  background:
    #13100f;
}

.hero.has-media::before,
.production.has-media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.hero.has-media::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0, rgba(0, 0, 0, 0) 300px),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0, rgba(0, 0, 0, 0) 400px);
}

.section-bg-img,
.section-bg-video,
.media-fill-img,
.gallery-thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-bg-img-picture,
.media-fill-img-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.section-bg-img,
.section-bg-video {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.section-bg-img-picture {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.media-fill-img {
  position: absolute;
  inset: 0;
}

.media-fill-img-picture {
  position: absolute;
  inset: 0;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100svh;
  padding-top: calc(var(--header-h) + 40px);
  padding-bottom: 100px;
}

.hero-kicker {
  margin: 0 0 4px;
}

.hero-title {
  margin: 0;
}

.hero-copy {
  align-self: end;
  width: min(850px, 100%);
  margin: 0;
}

.section {
  padding-inline: var(--page-x);
}

.section-gap-top {
  margin-top: var(--space-160);
}

.project-description {
  margin-top: var(--space-140);
}

.description-text {
  max-width: 1554px;
  margin: 0;
}

.video-block {
  position: relative;
  height: min(850px, calc(100svh - 80px));
  min-height: 520px;
  margin-top: var(--space-80);
  padding: 20px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent 42%),
    linear-gradient(135deg, #1f1a18, #6c5a44);
  cursor: pointer;
  overflow: visible;
}

.video-block::before {
  position: absolute;
  inset: 20px;
  content: "Видео превью";
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.18);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-block.has-media::before {
  display: none;
}

.video-meta {
  position: sticky;
  top: calc(50svh - 17px);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.play-button {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  width: 120px;
  height: 120px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 240ms ease;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.04);
}

.play-icon {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.two-column-title {
  margin: 0 0 40px;
}

.task-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  background: transparent;
}

.task-card h3 {
  margin: 0 0 15px;
}

.task-card > div:first-child h3,
.task-card > div:first-child .point-list li {
  padding-right: 20px;
}

.task-card > div:last-child h3,
.task-card > div:last-child .point-list li {
  padding-left: 48px;
}

.point-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.point-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding-left: 28px;
  border-bottom: 1px solid var(--gray);
}

.point-list li::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  content: "";
  background: var(--red);
  transform: translateY(-50%);
}

.point-list.is-check li::before {
  left: 20px;
  width: 16px;
  height: 22px;
  background: url("../icons/check.svg") center / contain no-repeat;
}

.cta-row {
  margin-top: 40px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 270px;
  height: 62px;
  padding-inline: 28px;
  border: 0;
  border-radius: 16px;
  color: var(--red);
  background: var(--gray);
  cursor: pointer;
  transition: background 220ms ease, color 220ms ease;
}

.cta-button:hover {
  color: var(--white);
  background: var(--red);
}

.image-text-section {
  display: grid;
  grid-template-columns: calc(50vw - var(--page-x)) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.square-placeholder {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 4px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.62);
  background: linear-gradient(135deg, #2f2924, #756653);
}

.sticky-copy {
  position: sticky;
  top: calc(var(--header-h) + 40px);
  width: min(664px, 100%);
}

.sticky-copy h2 {
  margin: 0 0 20px;
}

.sticky-copy p {
  margin: 0;
}

.split-gallery {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 850px minmax(280px, 1fr);
  gap: 40px;
  align-items: start;
  min-height: 100svh;
}

.split-gallery-media {
  display: grid;
  gap: 6px;
}

.landscape-placeholder {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 850 / 566;
  border-radius: 4px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.62);
  background: linear-gradient(135deg, #251e1b, #76624b);
}

.split-sticky-top,
.split-sticky-bottom {
  position: sticky;
}

.split-sticky-top {
  top: calc(var(--header-h) + 40px);
}

.split-sticky-bottom {
  top: calc(var(--header-h) + 40px);
  min-height: calc(100svh - var(--header-h) - 100px);
  display: flex;
  align-items: flex-end;
}

.split-sticky-top p,
.split-sticky-bottom p {
  margin: 0;
}

.scroll-gallery {
  position: relative;
  height: calc(var(--gallery-slides, 3) * 100svh);
  margin-top: var(--space-160);
  color: var(--white);
}

.scroll-gallery-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: hidden;
  background: #171312;
}

.scroll-gallery-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, var(--slide-a), var(--slide-b));
  clip-path: inset(100% 0 0 0);
  transform: translateY(42px) scale(1.04);
  will-change: clip-path, transform;
}

.scroll-gallery.is-ready .scroll-gallery-slide {
  transition:
    clip-path 920ms var(--ease-gallery),
    transform 920ms var(--ease-gallery);
}

.scroll-gallery-slide.is-active {
  clip-path: inset(0 0 0 0);
  transform: translateY(0) scale(1);
}

.scroll-gallery-slide.is-under {
  clip-path: inset(0 0 0 0);
  transform: translateY(-18px) scale(1.02);
}

.scroll-gallery-copy {
  position: relative;
  z-index: 5;
  padding-top: calc(var(--header-h) + 60px);
}

.scroll-gallery-copy h2 {
  width: min(900px, 100%);
  margin: 0;
}

.scroll-gallery-copy::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 480px;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent);
  transform: translateX(-50%);
}

.gallery-product {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: max(var(--page-x), calc((100vw - var(--site-max)) / 2 + var(--page-x)));
  width: min(415px, calc(100vw - var(--page-x) * 2));
  transform: translateY(-50%);
}

.gallery-product p {
  margin: 0;
}

.gallery-thumbs {
  position: absolute;
  z-index: 6;
  bottom: 60px;
  left: max(var(--page-x), calc((100vw - var(--site-max)) / 2 + var(--page-x)));
  display: flex;
  gap: 8px;
}

.gallery-thumb {
  position: relative;
  overflow: hidden;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 0;
  background: linear-gradient(135deg, #756653, #2f2924);
  cursor: pointer;
}

.gallery-thumb-img {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.gallery-thumb::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition: background 220ms ease;
}

.gallery-thumb::before {
  position: absolute;
  z-index: 3;
  inset: 0;
  content: "";
  border: 2px solid transparent;
  pointer-events: none;
  transition: border-color 220ms ease;
}

.gallery-thumb:hover {
  box-shadow: none;
}

.gallery-thumb:hover::after {
  background: rgba(0, 0, 0, 0.2);
}

.gallery-thumb.is-active {
  box-shadow: none;
}

.gallery-thumb.is-active::before {
  border-color: var(--white);
}

.gallery-thumb.is-active::after {
  background: transparent;
}

.production {
  position: relative;
  min-height: 140svh;
  padding-bottom: 60px;
  margin-top: var(--space-160);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0, rgba(0, 0, 0, 0) 480px),
    linear-gradient(135deg, #171312, #493c32 52%, #211b18);
}

.production.has-media {
  background: #171312;
}

.production.has-media::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0, rgba(0, 0, 0, 0) 480px);
}

.production-inner {
  position: sticky;
  z-index: 2;
  top: 0;
  padding-top: calc(var(--header-h) + 60px);
  padding-bottom: 60px;
}

.production h2 {
  width: min(1560px, 100%);
  margin: 0;
}

.cycle-section {
  margin-top: var(--space-160);
}

.cycle-heading {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.cycle-heading h2,
.cycle-heading p {
  margin: 0;
}

.cycle-heading h2 {
  grid-column: 1 / span 2;
  padding-right: 20px;
}

.cycle-heading p {
  grid-column: 3 / span 2;
  padding-left: 0;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.benefit-card {
  min-width: 0;
}

.benefit-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 415 / 560;
  border-radius: 4px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.62);
  background: linear-gradient(135deg, #28231f, #766856);
}

.benefit-title {
  margin: 20px 0 0;
}

.benefit-divider {
  height: 1px;
  margin-top: 15px;
  background: #dedede;
}

.benefit-text {
  margin: 15px 0 0;
}

.contact-section {
  margin-top: 200px;
  padding-bottom: 0;
}

.contact-title {
  max-width: 1320px;
  margin: 0;
}

.contact-form {
  margin-top: 80px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.form-field {
  position: relative;
  display: block;
}

.form-field input,
.form-field select {
  width: 100%;
  height: 74px;
  padding: 24px 16px 10px;
  border: 0;
  border-radius: 16px;
  outline: 0;
  color: var(--dark-black);
  background: var(--gray);
  appearance: none;
  transition: background 220ms ease;
}

.form-field input:hover,
.form-field select:hover {
  background: #ededed;
}

.form-field label {
  position: absolute;
  top: 50%;
  left: 16px;
  color: rgba(26, 21, 21, 0.2);
  pointer-events: none;
  transform: translateY(-50%);
  transition:
    color 260ms var(--ease-soft),
    font-size 260ms var(--ease-soft),
    font-weight 260ms var(--ease-soft),
    line-height 260ms var(--ease-soft),
    transform 260ms var(--ease-soft);
}

.form-field.is-filled label,
.form-field:focus-within label {
  color: rgba(26, 21, 21, 0.45);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transform: translateY(-24px);
}

.form-submit {
  width: 100%;
  height: 94px;
  margin-top: 30px;
  border: 1px solid var(--gray);
  border-radius: 16px;
  color: rgba(26, 21, 21, 0.15);
  background: var(--white);
  cursor: not-allowed;
  transition:
    color 260ms ease,
    background 260ms ease,
    border-color 260ms ease;
}

.contact-form.is-valid .form-submit {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
  cursor: pointer;
}

.contact-policy {
  margin: 30px 0 0;
  color: rgba(26, 21, 21, 0.48);
  white-space: nowrap;
}

.commercial-projects {
  position: relative;
  min-height: 100svh;
  margin-top: var(--space-160);
  color: var(--white);
  background: var(--dark-black);
  overflow: hidden;
}

.commercial-projects-inner {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--header-h) + 60px);
}

.commercial-projects h2 {
  margin: 0;
}

.projects-rail {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  transform: translate(calc(-50% + var(--projects-shift, 0px)), -50%);
  transition: transform 680ms var(--ease-soft);
  will-change: transform;
}

.project-card {
  position: relative;
  overflow: hidden;
  width: 329px;
  height: 200px;
  border-radius: 4px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.62);
  background: linear-gradient(135deg, #352c25, #766856);
  transition:
    width 760ms var(--ease-gallery),
    height 760ms var(--ease-gallery),
    color 260ms ease;
}

.project-card::after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 140px;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms var(--ease-soft);
}

.project-card:hover {
  z-index: 3;
  width: 658px;
  height: 400px;
  color: rgba(255, 255, 255, 0.82);
}

@media (min-width: 2056px) {
  .project-card {
    width: 395px;
    height: 240px;
  }

  .project-card:hover {
    width: 790px;
    height: 480px;
  }
}

.project-card:hover::after,
.project-card:hover .project-card-meta {
  opacity: 1;
}

.project-card > span {
  position: relative;
  z-index: 1;
}

.project-card:hover > span {
  opacity: 0;
}

.project-card-meta {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 420ms var(--ease-soft),
    transform 420ms var(--ease-soft);
}

.project-card:hover .project-card-meta {
  transform: translateY(0);
}

.project-card-eyebrow {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.project-card-title,
.project-card-area {
  margin: 0;
}

.project-card-area {
  flex: 0 0 auto;
  text-align: right;
}

.commercial-footer {
  position: absolute;
  z-index: 2;
  right: var(--page-x);
  bottom: 30px;
  left: var(--page-x);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.commercial-footer span:nth-child(2) {
  text-align: center;
}

.commercial-footer span:nth-child(3) {
  text-align: right;
}

.floating-cta {
  position: fixed;
  z-index: 120;
  left: 50%;
  bottom: 40px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 24px;
  border-radius: 16px;
  color: var(--white);
  background: var(--red);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px) scale(0.96);
  transition:
    opacity 320ms var(--ease-soft),
    transform 320ms var(--ease-soft);
}

.floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: none;
  place-items: center;
  width: 100vw;
  height: 100dvh;
  min-height: 100svh;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.modal.is-open {
  display: grid;
}

.modal-panel {
  width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding-bottom: 56px;
  color: var(--white);
  background: #000;
  overflow: hidden;
}

.modal-panel video {
  width: 100vw;
  height: calc(100dvh - 56px);
  max-height: calc(100dvh - 56px);
  display: block;
  background: #000;
  object-fit: contain;
}

.modal-close {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.cursor-tooltip {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  padding: 10px 12px;
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background: var(--red);
  pointer-events: none;
  opacity: 0;
  transform:
    translate3d(var(--tooltip-x, -100px), var(--tooltip-y, -100px), 0)
    translate(22px, 24px)
    scale(0.94);
  transition:
    opacity 340ms var(--ease-soft),
    transform 340ms var(--ease-soft);
  will-change: transform, opacity;
}

.cursor-tooltip.is-active {
  opacity: 1;
  transform:
    translate3d(var(--tooltip-x, -100px), var(--tooltip-y, -100px), 0)
    translate(14px, 16px)
    scale(1);
}

.reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(56px) scale(0.985);
  transition:
    opacity 1120ms var(--ease-soft),
    filter 1120ms var(--ease-soft),
    transform 1120ms var(--ease-soft);
  will-change: opacity, filter, transform;
}

.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.ui-page {
  padding: 96px var(--page-x);
  background: var(--white);
}

.ui-page h1 {
  margin: 0 0 56px;
}

.ui-grid {
  display: grid;
  gap: 12px;
}

.ui-row {
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
  gap: 32px;
  align-items: baseline;
  padding-block: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.ui-label {
  color: #777;
}

.ui-type-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  gap: 24px;
  align-items: start;
}

.ui-type-card {
  display: grid;
  gap: 12px;
}

.ui-type-caption {
  color: #777;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.ui-mobile-preview.text-xxl {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.ui-mobile-preview.text-xl {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.ui-mobile-preview.text-l {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.ui-mobile-preview.text-l-bold {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.ui-mobile-preview.text-m {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.ui-mobile-preview.text-m-bold {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.ui-mobile-preview.text-s {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.ui-mobile-preview.text-s-bold {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.ui-mobile-preview.text-xs {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.ui-mobile-preview.caps-xxl,
.ui-mobile-preview.caps-xl {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
}

.ui-mobile-preview.caps-l {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.ui-mobile-preview.paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.ui-mobile-preview.button-m {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.swatches {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 56px;
}

.swatch {
  min-height: 120px;
  display: grid;
  align-content: end;
  gap: 6px;
  padding: 16px;
  border: 1px solid #e6e6e6;
  background: var(--swatch);
  color: var(--swatch-text, var(--black));
}

@media (max-width: 1024px) {
  .header-inner {
    display: flex;
  }

  .main-nav {
    display: none;
  }

  .task-card,
  .image-text-section,
  .split-gallery,
  .cycle-heading {
    grid-template-columns: 1fr;
  }

  .task-card > div:first-child h3,
  .task-card > div:first-child .point-list li,
  .task-card > div:last-child h3 {
    padding-right: 0;
    padding-left: 0;
  }

  .task-card > div:last-child .point-list li {
    padding-left: 28px;
  }

  .point-list.is-check li::before {
    left: 0;
  }

  .cycle-heading h2,
  .cycle-heading p {
    padding: 0;
  }

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

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

  .split-sticky-top,
  .split-sticky-bottom,
  .sticky-copy {
    position: static;
  }

  .gallery-product {
    right: auto;
    left: var(--page-x);
    top: auto;
    bottom: 148px;
    transform: none;
  }
}

@media (max-width: 760px) {
  .section {
    padding-inline: var(--page-x);
  }

  .site-header {
    height: var(--header-h);
  }

  .header-inner {
    padding-inline: var(--page-x);
  }

  .contact-link {
    gap: 6px;
  }

  .hero {
    height: 500px;
    min-height: 500px;
  }

  .hero-inner {
    height: 500px;
    min-height: 500px;
    padding-top: calc(var(--header-h) + 20px);
    padding-bottom: 20px;
  }

  .hero-copy {
    width: 100%;
  }

  .project-description {
    margin-top: 40px;
  }

  .description-text {
    max-width: none;
  }

  .video-block {
    height: 240px;
    min-height: 240px;
    margin-top: 40px;
    padding: 12px;
    overflow: hidden;
  }

  .video-block::before {
    inset: 12px;
  }

  .video-meta {
    position: relative;
    top: auto;
    align-items: flex-start;
  }

  .play-button,
  .play-icon {
    width: 72px;
    height: 72px;
  }

  .section-gap-top {
    margin-top: 60px;
  }

  .two-column-title {
    margin-bottom: 20px;
  }

  .task-card {
    grid-template-columns: repeat(2, minmax(245px, 1fr));
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 8px;
    scroll-snap-type: x proximity;
  }

  .task-card > div {
    scroll-snap-align: start;
  }

  .task-card > div:first-child h3,
  .task-card > div:first-child .point-list li,
  .task-card > div:last-child h3 {
    padding-right: 0;
    padding-left: 0;
  }

  .task-card > div:last-child .point-list li {
    padding-left: 28px;
  }

  .point-list.is-check li::before {
    left: 0;
  }

  .point-list li {
    min-height: 48px;
    padding-left: 18px;
  }

  .point-list.is-check li {
    padding-left: 28px;
  }

  .point-list.is-check li::before {
    width: 14px;
    height: 19px;
  }

  .cta-row {
    margin-top: 20px;
  }

  .image-text-section {
    gap: 0;
  }

  .square-placeholder {
    width: 100%;
  }

  .sticky-copy {
    margin-top: 40px;
    width: 100%;
  }

  .sticky-copy h2 {
    margin-bottom: 20px;
  }

  .split-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: auto;
  }

  .split-sticky-top,
  .split-sticky-bottom {
    width: 100%;
    min-height: 0;
    display: block;
    align-items: initial;
  }

  .split-gallery-media {
    display: flex;
    gap: 6px;
    width: calc(100vw - var(--page-x) * 2);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .landscape-placeholder {
    flex: 0 0 calc(100vw - var(--page-x) * 2);
    width: calc(100vw - var(--page-x) * 2);
    height: auto;
    aspect-ratio: 321 / 214;
    border-radius: 4px;
    scroll-snap-align: start;
  }

  .scroll-gallery {
    height: auto;
    margin-top: 60px;
  }

  .scroll-gallery-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .scroll-gallery-slide {
    display: none;
    position: relative;
    min-height: 0;
    aspect-ratio: 1;
    border-radius: 4px;
    clip-path: inset(0 0 0 0);
    transform: none;
  }

  .scroll-gallery-slide:first-child {
    display: block;
  }

  .scroll-gallery-copy {
    position: absolute;
    z-index: 5;
    inset: 0 auto auto 0;
    width: 100%;
    padding: 20px 12px 80px;
    color: var(--white);
  }

  .scroll-gallery-copy::before {
    height: 210px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent);
  }

  .scroll-gallery-copy h2 {
    width: 100%;
  }

  .gallery-thumbs {
    display: none;
  }

  .gallery-product {
    display: none;
  }

  .reveal {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .cursor-tooltip {
    display: none;
  }

  .production {
    min-height: 450px;
    height: 450px;
    margin-top: 60px;
    padding-bottom: 0;
  }

  .production::before,
  .production.has-media::before {
    height: 240px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent);
  }

  .production-inner {
    position: relative;
    top: auto;
    min-height: 450px;
    padding: 20px 12px 0;
  }

  .production h2 {
    width: 100%;
  }

  .cycle-section {
    margin-top: 60px;
  }

  .cycle-heading {
    display: flex;
    gap: 5px;
    align-items: baseline;
    white-space: nowrap;
  }

  .cycle-heading h2,
  .cycle-heading p {
    flex: 0 0 auto;
    font-size: clamp(18px, 5.6vw, 22px);
  }

  .benefit-grid {
    display: flex;
    grid-template-columns: none;
    gap: 8px;
    width: calc(100vw - var(--page-x) * 2);
    margin-top: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .benefit-card {
    position: relative;
    flex: 0 0 calc(100vw - var(--page-x) * 2);
    width: calc(100vw - var(--page-x) * 2);
    aspect-ratio: 321 / 360;
    scroll-snap-align: start;
  }

  .benefit-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 321 / 360;
    border-radius: 4px;
  }

  .benefit-image::after {
    position: absolute;
    inset: 0 0 auto;
    height: 160px;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent);
    pointer-events: none;
  }

  .benefit-title {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 12px;
    max-width: calc(100% - 24px);
    margin: 0;
    color: var(--white);
  }

  .benefit-divider,
  .benefit-text {
    display: none;
  }

  .contact-section {
    margin-top: 60px;
  }

  .contact-title {
    max-width: none;
  }

  .contact-form {
    margin-top: 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .form-field input,
  .form-field select {
    height: 62px;
    padding: 22px 16px 8px;
  }

  .form-submit {
    height: 70px;
    margin-top: 20px;
  }

  .contact-policy {
    white-space: normal;
  }

  .commercial-projects {
    min-height: 650px;
    height: 650px;
    margin-top: 60px;
  }

  .commercial-projects-inner {
    padding-top: 20px;
  }

  .projects-rail {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin-top: 60px;
    padding-inline: var(--page-x);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    transform: none;
    transition: none;
    scroll-snap-type: x mandatory;
  }

  .project-card,
  .project-card:hover {
    display: block;
    flex: 0 0 calc(100vw - var(--page-x) * 2);
    width: calc(100vw - var(--page-x) * 2);
    height: auto;
    overflow: visible;
    border-radius: 0;
    color: var(--white);
    background: transparent;
    scroll-snap-align: center;
  }

  .project-card .media-fill-img {
    position: relative;
    width: 100%;
    height: 62.3vw;
    max-height: 280px;
    border-radius: 4px;
    object-fit: cover;
  }

  .project-card::after {
    display: none;
  }

  .project-card-meta,
  .project-card:hover .project-card-meta {
    position: static;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 10px;
    color: var(--white);
    opacity: 1;
    transform: none;
  }

  .project-card-eyebrow {
    margin-bottom: 4px;
  }

  .commercial-footer {
    right: var(--page-x);
    bottom: 20px;
    left: var(--page-x);
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .commercial-footer span,
  .commercial-footer span:nth-child(2),
  .commercial-footer span:nth-child(3) {
    text-align: left;
  }

  .ui-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ui-type-pair {
    grid-template-columns: 1fr;
  }
}
