.preview-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body:not(.preview-cursor-ready) .cursor-dot,
body:not(.preview-cursor-ready) .cursor-ring {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  body:not(.preview-cursor-ready),
  body:not(.preview-cursor-ready) a,
  body:not(.preview-cursor-ready) button,
  body:not(.preview-cursor-ready) input,
  body:not(.preview-cursor-ready) textarea {
    cursor: auto;
  }
}

body.preview-cursor-light .cursor-dot {
  background: #ffffff;
}

body.preview-cursor-light .cursor-ring {
  border-color: rgba(255, 255, 255, 0.65);
}

body.preview-cursor-light.cursor-hover .cursor-ring {
  border-color: rgba(255, 255, 255, 0.9);
}

.work-section {
  padding-top: clamp(40px, 5vw, 70px);
  padding-bottom: clamp(40px, 5vw, 70px);
  scroll-margin-top: 72px;
}

.clients-section {
  padding-top: 60px;
}

.client-wall {
  border-block: 1px solid var(--border);
}

.client-row {
  display: grid;
  border-top: 1px solid var(--border);
}

.client-row:first-child {
  border-top: 0;
}

.client-row--8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.client-row--7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.client-row--6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.client-row--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.client-mark {
  min-width: 0;
  min-height: clamp(96px, 8.5vw, 124px);
  padding: clamp(18px, 2vw, 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  overflow: hidden;
}

.client-mark img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 132px);
  max-height: 54px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.42;
  transform: scale(1);
  transition:
    filter 0.35s var(--ease-out),
    opacity 0.35s var(--ease-out),
    transform 0.35s var(--ease-out);
}

.client-mark:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.035);
}

.client-proof {
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 28px;
  color: var(--fg-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.work-load-more {
  display: none;
}

.work-section .project-grid {
  width: 100%;
  max-width: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  aspect-ratio: 5 / 3;
}

.work-section .project-grid:has(.project-card:nth-child(5n+1):hover),
.work-section .project-grid:has(.project-card:nth-child(5n+1).touched) {
  grid-template-columns: 1.4fr 0.9fr 0.9fr 0.9fr 0.9fr;
}

.work-section .project-grid:has(.project-card:nth-child(5n+2):hover),
.work-section .project-grid:has(.project-card:nth-child(5n+2).touched) {
  grid-template-columns: 0.9fr 1.4fr 0.9fr 0.9fr 0.9fr;
}

.work-section .project-grid:has(.project-card:nth-child(5n+3):hover),
.work-section .project-grid:has(.project-card:nth-child(5n+3).touched) {
  grid-template-columns: 0.9fr 0.9fr 1.4fr 0.9fr 0.9fr;
}

.work-section .project-grid:has(.project-card:nth-child(5n+4):hover),
.work-section .project-grid:has(.project-card:nth-child(5n+4).touched) {
  grid-template-columns: 0.9fr 0.9fr 0.9fr 1.4fr 0.9fr;
}

.work-section .project-grid:has(.project-card:nth-child(5n+5):hover),
.work-section .project-grid:has(.project-card:nth-child(5n+5).touched) {
  grid-template-columns: 0.9fr 0.9fr 0.9fr 0.9fr 1.4fr;
}

.work-section .project-grid:has(.project-card:nth-child(-n+5):hover),
.work-section .project-grid:has(.project-card:nth-child(-n+5).touched) {
  grid-template-rows: 1.3fr 0.85fr 0.85fr;
}

.work-section .project-grid:has(.project-card:nth-child(n+6):nth-child(-n+10):hover),
.work-section .project-grid:has(.project-card:nth-child(n+6):nth-child(-n+10).touched) {
  grid-template-rows: 0.85fr 1.3fr 0.85fr;
}

.work-section .project-grid:has(.project-card:nth-child(n+11):hover),
.work-section .project-grid:has(.project-card:nth-child(n+11).touched) {
  grid-template-rows: 0.85fr 0.85fr 1.3fr;
}

.products-section .products-collage {
  width: 100%;
  max-width: none;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: none;
  grid-auto-rows: auto;
  aspect-ratio: auto;
}

.products-section .product-card-item {
  height: auto;
  aspect-ratio: 1 / 1;
}

.storage-system-grid {
  width: 100%;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  transition: grid-template-columns 0.65s var(--ease-out), grid-template-rows 0.65s var(--ease-out);
}

.storage-system-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-alt);
  cursor: pointer;
  transition: opacity 0.65s var(--ease-out), filter 0.65s var(--ease-out), box-shadow 0.65s var(--ease-out), border-color 0.65s var(--ease-out);
}

.storage-system-card:focus-visible {
  z-index: 3;
  outline: 2px solid var(--fg);
  outline-offset: 3px;
}

.storage-system-card .product-img-wrap {
  opacity: 0.3;
}

.storage-system-grid:has(.storage-system-card:nth-child(1):hover),
.storage-system-grid:has(.storage-system-card:nth-child(1).touched) {
  grid-template-columns: 1.48fr 0.88fr 0.88fr 0.88fr 0.88fr;
}

.storage-system-grid:has(.storage-system-card:nth-child(2):hover),
.storage-system-grid:has(.storage-system-card:nth-child(2).touched) {
  grid-template-columns: 0.88fr 1.48fr 0.88fr 0.88fr 0.88fr;
}

.storage-system-grid:has(.storage-system-card:nth-child(3):hover),
.storage-system-grid:has(.storage-system-card:nth-child(3).touched) {
  grid-template-columns: 0.88fr 0.88fr 1.48fr 0.88fr 0.88fr;
}

.storage-system-grid:has(.storage-system-card:nth-child(4):hover),
.storage-system-grid:has(.storage-system-card:nth-child(4).touched) {
  grid-template-columns: 0.88fr 0.88fr 0.88fr 1.48fr 0.88fr;
}

.storage-system-grid:has(.storage-system-card:nth-child(5):hover),
.storage-system-grid:has(.storage-system-card:nth-child(5).touched) {
  grid-template-columns: 0.88fr 0.88fr 0.88fr 0.88fr 1.48fr;
}

.storage-system-card::after {
  content: "TAP AGAIN FOR DETAILS";
  position: absolute;
  z-index: 10;
  top: 12px;
  right: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--fg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 0.35s var(--ease-out), transform 0.35s var(--ease-out);
}

.storage-system-card.touched::after {
  opacity: 1;
  transform: translateY(0);
}

.storage-system-grid:has(.storage-system-card.touched) .storage-system-card:not(.touched) {
  opacity: 0.45;
  filter: grayscale(0.2);
}

.storage-system-card.touched {
  z-index: 2;
  border-color: transparent;
  box-shadow: 0 30px 60px rgba(26, 26, 25, 0.12);
}

.storage-system-card.touched .product-img-wrap {
  opacity: 1;
  transform: scale(1.04);
}

.storage-system-card.touched .product-img-wrap::after {
  opacity: 1;
}

.storage-system-card.touched .product-glimpse {
  background: transparent;
}

.storage-system-card.touched .glimpse-abbr,
.storage-system-card.touched .glimpse-name {
  color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
  .storage-system-grid:hover .storage-system-card:not(:hover) {
    opacity: 0.45;
    filter: grayscale(0.2);
  }

  .storage-system-card:hover {
    z-index: 2;
    border-color: transparent;
    box-shadow: 0 30px 60px rgba(26, 26, 25, 0.12);
  }

  .storage-system-card:hover .product-img-wrap {
    opacity: 1;
    transform: scale(1.04);
  }

  .storage-system-card:hover .product-img-wrap::after {
    opacity: 1;
  }

  .storage-system-card:hover .product-glimpse {
    background: transparent;
  }

  .storage-system-card:hover .glimpse-abbr,
  .storage-system-card:hover .glimpse-name {
    color: #ffffff;
  }
}

.services-section {
  overflow: visible;
}

.capability-header {
  margin-bottom: clamp(34px, 4vw, 58px);
}

.capability-header .section-heading {
  max-width: 980px;
}

.capability-journey {
  --capability-media-height: clamp(350px, 31vw, 470px);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr 1.08fr 0.92fr;
  gap: 1px;
  border: 1px solid var(--border);
  background: var(--border);
}

.capability-card {
  position: relative;
  min-width: 0;
  background: var(--bg);
  overflow: hidden;
}

.capability-trigger {
  width: 100%;
  display: block;
  appearance: none;
  border: 0;
  background: var(--bg);
  color: var(--fg);
  font: inherit;
  text-align: left;
}

.capability-trigger:focus-visible {
  position: relative;
  z-index: 5;
  outline: 2px solid var(--fg);
  outline-offset: -4px;
}

.capability-media {
  height: var(--capability-media-height);
  display: block;
  overflow: hidden;
  background: var(--bg-alt);
}

.capability-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.96);
  transform: scale(1.001);
  transition: transform 0.8s var(--ease-out), filter 0.6s ease;
}

.capability-card:nth-child(1) .capability-media img { object-position: 48% center; }
.capability-card:nth-child(2) .capability-media img { object-position: 54% center; }
.capability-card:nth-child(3) .capability-media img { object-position: 55% center; }
.capability-card:nth-child(4) .capability-media img { object-position: 50% center; }

.capability-summary {
  position: relative;
  min-height: 164px;
  padding: 21px clamp(18px, 1.6vw, 26px) 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "index title"
    "keywords keywords"
    "action action";
  align-content: start;
  column-gap: 14px;
  border-top: 1px solid #f21610;
  background: var(--bg);
}

.capability-summary::before {
  content: "";
  position: absolute;
  top: -4px;
  left: clamp(18px, 1.6vw, 26px);
  width: 7px;
  height: 7px;
  border: 1px solid #f21610;
  border-radius: 50%;
  background: var(--bg);
}

.capability-index {
  grid-area: index;
  padding-top: 5px;
  color: var(--fg-muted);
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1;
}

.capability-title {
  grid-area: title;
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.capability-keywords {
  grid-area: keywords;
  min-height: 32px;
  margin-top: 11px;
  color: var(--fg-secondary);
  font-size: 10px;
  line-height: 1.45;
}

.capability-action {
  grid-area: action;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--fg);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.capability-action span:last-child {
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.35s var(--ease-out);
}

.capability-details {
  position: absolute;
  z-index: 3;
  inset: 0 0 auto;
  height: var(--capability-media-height);
  padding: clamp(26px, 2.5vw, 38px);
  display: flex;
  align-items: flex-end;
  background: rgba(250, 250, 249, 0.94);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.5s var(--ease-out), visibility 0.35s;
}

.capability-details ul {
  width: 100%;
  display: grid;
  gap: 11px;
}

.capability-details li {
  padding-bottom: 9px;
  border-bottom: 1px solid var(--border);
  color: var(--fg);
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 1.2;
}

.capability-card:nth-child(3) .capability-details ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
}

.capability-card.is-open .capability-details {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.capability-card.is-open .capability-action span:last-child {
  transform: rotate(45deg);
}

.factory-gallery {
  margin-top: clamp(64px, 7vw, 96px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.factory-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-alt);
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.65s var(--ease-out), border-color 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}

.factory-card:focus-visible {
  outline: 2px solid var(--fg);
  outline-offset: 3px;
}

.factory-card-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.factory-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 17, 16, 0.72) 0%, rgba(17, 17, 16, 0.08) 58%, transparent 100%);
}

.factory-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(0.96);
  transform: scale(1.015);
  transition: transform 0.9s var(--ease-out), filter 0.6s ease;
}

.factory-card:nth-child(2) .factory-card-media img {
  image-rendering: auto;
  transform: scale(1.08);
}

.factory-card-caption {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(22px, 2.3vw, 34px);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "index title" "index action";
  align-items: end;
  column-gap: 18px;
  color: #ffffff;
}

.factory-card-caption > span {
  grid-area: index;
  font-family: var(--font-serif);
  font-size: clamp(3.4rem, 5vw, 5.8rem);
  line-height: 0.78;
  opacity: 0.6;
}

.factory-card-caption h3 {
  grid-area: title;
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.factory-card-caption small {
  grid-area: action;
  margin-top: 8px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.72;
}

@media (hover: hover) and (pointer: fine) {
  .capability-card:hover .capability-media img {
    filter: saturate(1) contrast(1);
    transform: scale(1.035);
  }

  .capability-card:hover .capability-details {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .factory-card:hover {
    border-color: transparent;
    box-shadow: 0 30px 60px rgba(26, 26, 25, 0.14);
    transform: translateY(-4px);
  }

  .factory-card:hover .factory-card-media img {
    filter: saturate(0.95) contrast(1);
    transform: scale(1.055);
  }

  .factory-card:nth-child(2):hover .factory-card-media img {
    transform: scale(1.12);
  }
}

.contact-section {
  background: #f21610;
  color: #ffffff;
  box-shadow: 0 0 0 100vmax #f21610;
  clip-path: inset(0 -100vmax);
}

.contact-section .section-label,
.contact-section .section-heading,
.contact-section .section-heading em,
.contact-section .contact-label,
.contact-section .contact-val,
.contact-section .input-group label,
.contact-section .input-group input,
.contact-section .input-group textarea {
  color: #ffffff;
}

.contact-section .section-label {
  border-color: rgba(255, 255, 255, 0.65);
}

.contact-section .input-group input,
.contact-section .input-group textarea {
  border-bottom-color: rgba(255, 255, 255, 0.65);
}

.contact-section .input-group input:focus,
.contact-section .input-group textarea:focus {
  border-color: #ffffff;
}

.contact-section .contact-val:hover {
  opacity: 0.9;
}

.contact-section .submit-btn,
.contact-section .submit-btn:hover {
  background: #080808;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .storage-system-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .storage-system-grid:has(.storage-system-card:nth-child(3n+1):hover),
  .storage-system-grid:has(.storage-system-card:nth-child(3n+1).touched) {
    grid-template-columns: 1.45fr 0.775fr 0.775fr;
  }

  .storage-system-grid:has(.storage-system-card:nth-child(3n+2):hover),
  .storage-system-grid:has(.storage-system-card:nth-child(3n+2).touched) {
    grid-template-columns: 0.775fr 1.45fr 0.775fr;
  }

  .storage-system-grid:has(.storage-system-card:nth-child(3n+3):hover),
  .storage-system-grid:has(.storage-system-card:nth-child(3n+3).touched) {
    grid-template-columns: 0.775fr 0.775fr 1.45fr;
  }

  .capability-journey {
    --capability-media-height: clamp(330px, 47vw, 430px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .factory-gallery {
    gap: 12px;
  }

  .client-wall {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .client-row {
    display: contents;
  }

  .client-mark {
    border-bottom: 1px solid var(--border);
  }

  .work-section .project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(5, minmax(0, 1fr));
    aspect-ratio: 3 / 5;
    max-width: none;
  }

  .work-section .project-grid:has(.project-card:nth-child(3n+1):hover),
  .work-section .project-grid:has(.project-card:nth-child(3n+1).touched) {
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
  }

  .work-section .project-grid:has(.project-card:nth-child(3n+2):hover),
  .work-section .project-grid:has(.project-card:nth-child(3n+2).touched) {
    grid-template-columns: 0.8fr 1.4fr 0.8fr;
  }

  .work-section .project-grid:has(.project-card:nth-child(3n+3):hover),
  .work-section .project-grid:has(.project-card:nth-child(3n+3).touched) {
    grid-template-columns: 0.8fr 0.8fr 1.4fr;
  }

  .work-section .project-grid:has(.project-card:nth-child(-n+3):hover),
  .work-section .project-grid:has(.project-card:nth-child(-n+3).touched) {
    grid-template-rows: 1.3fr 0.925fr 0.925fr 0.925fr 0.925fr;
  }

  .work-section .project-grid:has(.project-card:nth-child(n+4):nth-child(-n+6):hover),
  .work-section .project-grid:has(.project-card:nth-child(n+4):nth-child(-n+6).touched) {
    grid-template-rows: 0.925fr 1.3fr 0.925fr 0.925fr 0.925fr;
  }

  .work-section .project-grid:has(.project-card:nth-child(n+7):nth-child(-n+9):hover),
  .work-section .project-grid:has(.project-card:nth-child(n+7):nth-child(-n+9).touched) {
    grid-template-rows: 0.925fr 0.925fr 1.3fr 0.925fr 0.925fr;
  }

  .work-section .project-grid:has(.project-card:nth-child(n+10):nth-child(-n+12):hover),
  .work-section .project-grid:has(.project-card:nth-child(n+10):nth-child(-n+12).touched) {
    grid-template-rows: 0.925fr 0.925fr 0.925fr 1.3fr 0.925fr;
  }

  .work-section .project-grid:has(.project-card:nth-child(n+13):hover),
  .work-section .project-grid:has(.project-card:nth-child(n+13).touched) {
    grid-template-rows: 0.925fr 0.925fr 0.925fr 0.925fr 1.3fr;
  }

  .products-section .products-collage {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: none;
    aspect-ratio: auto;
  }
}

@media (max-width: 768px) {
  .work-section {
    padding-bottom: 30px;
  }

  .capability-header {
    margin-bottom: 32px;
  }

  .storage-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
  }

  .storage-system-grid:has(.storage-system-card:nth-child(2n+1):hover),
  .storage-system-grid:has(.storage-system-card:nth-child(2n+1).touched) {
    grid-template-columns: 1.35fr 0.65fr;
  }

  .storage-system-grid:has(.storage-system-card:nth-child(2n+2):hover),
  .storage-system-grid:has(.storage-system-card:nth-child(2n+2).touched) {
    grid-template-columns: 0.65fr 1.35fr;
  }

  .storage-system-card .product-glimpse {
    padding: 18px;
  }

  .storage-system-card .glimpse-abbr {
    font-size: clamp(2.5rem, 13vw, 3.4rem);
  }

  .storage-system-card .glimpse-name {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: clip;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 8px !important;
    line-height: 1.2;
  }

  .capability-journey {
    --capability-media-height: clamp(290px, 82vw, 390px);
    grid-template-columns: 1fr;
  }

  .capability-summary {
    min-height: 140px;
    padding: 20px;
  }

  .capability-summary::before {
    left: 20px;
  }

  .capability-title {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
  }

  .capability-keywords {
    min-height: 0;
  }

  .capability-action {
    margin-top: 16px;
  }

  .capability-details,
  .capability-card.is-open .capability-details {
    position: relative;
    inset: auto;
    height: auto;
    max-height: 0;
    padding: 0 20px;
    display: block;
    overflow: hidden;
    background: var(--bg-alt);
    backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 0.55s var(--ease-out), padding 0.55s var(--ease-out);
  }

  .capability-card.is-open .capability-details {
    max-height: 520px;
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .capability-details li {
    font-size: 1rem;
  }

  .factory-gallery {
    grid-template-columns: 1fr;
  }

  .factory-card {
    aspect-ratio: 4 / 3;
  }

  .factory-card-caption {
    padding: 24px;
  }

  .factory-card-caption > span {
    font-size: clamp(3.5rem, 17vw, 4.75rem);
  }

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

  .client-mark {
    min-height: 92px;
    padding: 16px 12px;
  }

  .client-mark img {
    max-width: min(100%, 108px);
    max-height: 44px;
  }

  .client-proof {
    gap: 10px 16px;
    font-size: 9px;
    line-height: 1.5;
  }

  .work-section .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    aspect-ratio: 2 / 3;
    max-width: 480px;
  }

  .work-section:not(.is-expanded) .project-card:nth-child(n+7) {
    display: none;
  }

  .work-section.is-expanded .project-grid {
    grid-template-rows: repeat(8, minmax(0, 1fr));
    aspect-ratio: 1 / 4;
  }

  .work-load-more {
    min-height: 44px;
    margin: 24px auto 0;
    padding: 0 24px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: transparent;
    color: var(--fg);
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .work-load-more:focus-visible {
    outline: 2px solid var(--fg);
    outline-offset: 3px;
  }

  .work-load-more[hidden] {
    display: none;
  }

  .work-section .project-grid:has(.project-card:nth-child(2n+1):hover),
  .work-section .project-grid:has(.project-card:nth-child(2n+1).touched) {
    grid-template-columns: 1.35fr 0.65fr;
  }

  .work-section .project-grid:has(.project-card:nth-child(2n+2):hover),
  .work-section .project-grid:has(.project-card:nth-child(2n+2).touched) {
    grid-template-columns: 0.65fr 1.35fr;
  }

  .work-section .project-grid:has(.project-card:hover),
  .work-section .project-grid:has(.project-card.touched) {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .work-section.is-expanded .project-grid:has(.project-card:hover),
  .work-section.is-expanded .project-grid:has(.project-card.touched) {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
  }

  .products-section .products-collage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    aspect-ratio: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .client-mark img {
    transition: none;
  }

  .capability-media img,
  .capability-details,
  .capability-action span:last-child,
  .factory-card,
  .factory-card-media img,
  .storage-system-card,
  .storage-system-card .product-img-wrap {
    transition: none;
  }
}

@media (max-width: 480px) {
  .work-section {
    padding-bottom: 20px;
  }
}

.header-inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.main-nav {
  align-items: center;
}

.nav-item.nav-cta {
  min-height: 38px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f21610;
  color: #ffffff;
  transition: background-color 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}

.nav-item.nav-cta::before {
  display: none;
}

.nav-item.nav-cta:hover {
  background: #d9140f;
  color: #ffffff;
  transform: translateY(-1px);
}

.nav-item.nav-cta:focus-visible,
.mobile-nav-cta:focus-visible {
  outline: 2px solid #f21610;
  outline-offset: 3px;
}

.mobile-nav-link.mobile-nav-cta {
  min-height: 48px;
  padding: 0 24px;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f21610;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.mobile-nav-link.mobile-nav-cta:hover {
  opacity: 1;
  background: #d9140f;
}

.main-footer {
  padding-inline: 0;
  background: #f21610;
  color: #ffffff;
  border-top-color: rgba(255, 255, 255, 0.65);
}

.footer-inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.main-footer .footer-logo {
  filter: brightness(0) invert(1);
}

.main-footer .footer-left p,
.main-footer a,
.main-footer svg {
  color: #ffffff;
}

.main-footer .back-to-top {
  border-color: rgba(255, 255, 255, 0.65);
}

.main-footer .back-to-top:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: #ffffff;
}

@media (min-width: 769px) {
  .main-header { padding-inline: 0; }
  .header-inner,
  .footer-inner { padding-inline: clamp(96px, 6.4vw, 100px); }
}

@media (min-width: 1450px) {
  .header-inner { height: 78px; }
  .work-section { scroll-margin-top: 78px; }
  .logo-svg { width: 94px; height: auto; }
  .main-nav { gap: 49px; transform: none; }
  .nav-item { font-size: 15px; letter-spacing: 0; }
}

.preview-hero {
  --preview-image-x: 0px;
  --preview-image-y: 0px;
  --preview-type-x: 0px;
  --preview-type-y: 0px;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  height: 100dvh;
  min-height: 700px;
  margin-inline: auto;
  padding: 104px clamp(96px, 6.4vw, 100px) 116px;
  display: grid;
  grid-template-columns: 500px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  column-gap: clamp(88px, 5.8vw, 92px);
  align-items: center;
  overflow: hidden;
  background: var(--bg);
}

.preview-hero-copy {
  align-self: start;
  margin-top: 127px;
  min-width: 0;
  transform: translate3d(var(--preview-type-x), var(--preview-type-y), 0);
  transition: transform 0.9s var(--ease-out);
}

.preview-eyebrow {
  margin-bottom: 47px;
  color: var(--fg-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.preview-narrative {
  position: relative;
  height: 270px;
  overflow: visible;
  font-family: var(--font-serif);
  font-size: clamp(4.75rem, 5.35vw, 5.7rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.042em;
}

.preview-narrative-line {
  position: absolute;
  inset: -0.16em auto auto -0.08em;
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: baseline;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.preview-narrative-line em {
  color: #777773;
  font-weight: 400;
}

.preview-text-mask {
  display: block;
  overflow: hidden;
  padding: 0.16em 0.11em 0.25em 0.08em;
}

.preview-text-inner {
  display: block;
  transform: translateY(108%);
  transition: transform 0.72s var(--ease-out);
}

.preview-narrative-line.is-active { opacity: 1; }
.preview-narrative-line.is-active .preview-text-inner { transform: translateY(0); }
.preview-narrative-line.is-leaving { opacity: 0; }
.preview-narrative-line.is-leaving .preview-text-inner { transform: translateY(-108%); }

.preview-narrative-final {
  width: 500px;
  flex-direction: column;
  gap: 0;
  font-size: 72px;
  line-height: 0.9;
}

.preview-narrative-final .preview-text-mask + .preview-text-mask {
  margin-top: -0.27em;
}

.preview-narrative-final .preview-text-inner {
  opacity: 0;
  transform: none;
}

.study-assembly-first .preview-text-inner {
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-out), opacity 0.7s ease;
}

.study-assembly-manufacturing {
  margin-top: -0.27em;
  overflow: visible;
  padding-right: 0.3em;
  clip-path: inset(-0.18em 100% -0.28em -0.12em);
  transition: clip-path 0.95s var(--ease-in-out) 0.45s;
}

.study-assembly-manufacturing .preview-text-inner {
  letter-spacing: -0.055em;
  transition: letter-spacing 0.95s var(--ease-out) 0.45s, opacity 0.55s ease 0.45s;
}

.study-assembly-agency .preview-text-inner {
  transform: translateX(-12px);
  transition: transform 0.6s var(--ease-out) 1.25s, opacity 0.55s ease 1.25s;
}

.preview-narrative-final.is-active .study-assembly-first .preview-text-inner,
.preview-narrative-final.is-active .study-assembly-manufacturing .preview-text-inner,
.preview-narrative-final.is-active .study-assembly-agency .preview-text-inner {
  opacity: 1;
  transform: translate(0, 0);
}

.preview-narrative-final.is-active .study-assembly-manufacturing {
  clip-path: inset(-0.18em -0.3em -0.28em -0.12em);
}

.preview-narrative-final.is-active .study-assembly-manufacturing .preview-text-inner {
  letter-spacing: inherit;
}

.preview-text-replay-reset .preview-narrative-final .preview-text-inner,
.preview-text-replay-reset .study-assembly-manufacturing {
  transition: none !important;
}

.preview-hero-note {
  max-width: 430px;
  margin-top: -11px;
  color: var(--fg-secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s var(--ease-out);
}

.preview-sequence-complete .preview-hero-note,
.preview-reduced-motion .preview-hero-note {
  opacity: 1;
  transform: translateY(0);
}

.preview-visual-stage {
  position: relative;
  align-self: start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  transform: translate3d(var(--preview-image-x), var(--preview-image-y), 0);
  transition: transform 0.9s var(--ease-out);
}

.preview-image-stage {
  position: relative;
  width: 100%;
  aspect-ratio: auto;
  height: 533px;
  overflow: visible;
}

.preview-stage-rule {
  position: absolute;
  z-index: 6;
  top: -19px;
  right: -20px;
  width: 77px;
  height: 77px;
  border-top: 1px solid rgba(26, 26, 25, 0.38);
  border-right: 1px solid rgba(26, 26, 25, 0.38);
  pointer-events: none;
}

.preview-image-frame {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  background: var(--bg-alt);
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
  transition: clip-path 0.95s var(--ease-in-out);
  will-change: clip-path;
}

.preview-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(0.9) contrast(0.99);
  transition: transform 4.8s var(--ease-out), filter 1.2s ease;
  will-change: transform;
}

.preview-image-frame[data-project="0"] img {
  width: 100%;
  max-width: 100%;
  object-position: left center;
  object-fit: cover;
}

.preview-image-frame[data-project="1"] img { object-position: 61% center; }
.preview-image-frame[data-project="2"] img { object-position: 70% center; }

.preview-image-frame.is-active {
  z-index: 3;
  clip-path: inset(0 0 0 0);
}

.preview-image-frame.is-active img {
  transform: scale(1.005);
  filter: saturate(0.96) contrast(1);
}

.preview-image-frame.is-leaving {
  z-index: 2;
  clip-path: inset(0 0 0 100%);
}

.preview-image-frame[data-project="2"],
.preview-image-frame[data-project="2"].is-leaving {
  clip-path: inset(100% 0 0 0);
}

.preview-image-frame[data-project="2"].is-active { clip-path: inset(0); }

.preview-selected-work {
  position: relative;
  width: 100%;
  margin-top: 19px;
  min-height: 73px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.preview-progress-count {
  flex: 0 0 auto;
  color: var(--fg);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.preview-progress-track {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(26, 26, 25, 0.19);
}

.preview-progress-fill {
  position: absolute;
  inset: 0;
  background: var(--fg);
  transform: scaleX(0.2);
  transform-origin: left center;
  transition: transform 0.95s var(--ease-in-out);
}

.preview-progress-segments {
  position: absolute;
  z-index: 2;
  inset: -12px 0;
  display: grid;
  grid-template-columns: repeat(var(--preview-project-count), minmax(0, 1fr));
}

.preview-progress-segment {
  position: relative;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

.preview-progress-segment::after {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 12px;
  height: 1px;
  background: var(--fg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.preview-progress-segment.is-active::after { opacity: 0.18; }
.preview-progress-segment:hover::after { opacity: 0.34; }
.preview-progress-segment:focus-visible::after {
  height: 2px;
  opacity: 0.55;
}

.preview-project-meta {
  position: relative;
  width: calc(100% - 92px);
  margin-top: 33px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1.65fr);
  align-items: stretch;
  gap: 30px;
  color: var(--fg);
}

.preview-caption-index { display: none; }
.preview-meta-group { display: flex; flex-direction: column; gap: 7px; min-width: 0; }

.preview-meta-label {
  color: var(--fg-muted);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.preview-caption-title,
.preview-caption-scope {
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.25;
  white-space: normal;
}

.preview-caption-rule { width: 1px; background: var(--border); }
.preview-meta-scope { color: var(--fg); }

.preview-motion-control {
  position: fixed;
  left: -9999px;
  top: -9999px;
  min-width: 62px;
  height: 28px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--border);
  border-radius: 99px;
  background: rgba(250, 250, 249, 0.82);
  color: var(--fg-secondary);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.preview-motion-icon {
  width: 8px;
  height: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.preview-motion-icon span { width: 2px; height: 8px; background: currentColor; }
.preview-motion-control[aria-pressed="true"] .preview-motion-icon { position: relative; display: block; }
.preview-motion-control[aria-pressed="true"] .preview-motion-icon span:first-child {
  position: absolute;
  inset: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid currentColor;
  background: transparent;
}
.preview-motion-control[aria-pressed="true"] .preview-motion-icon span:last-child { display: none; }

.preview-sequence-progress { display: none; }

.preview-proof-strip {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  height: 116px;
  padding: 0 62px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(250, 250, 249, 0.96);
}

.preview-proof-strip > p,
.preview-proof-strip > a {
  color: var(--fg-secondary);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-proof-marks {
  min-width: 0;
  overflow: hidden;
  color: #747470;
  filter: grayscale(1);
}

.preview-proof-track {
  width: 200%;
  display: flex;
  align-items: center;
  animation: preview-proof-scroll-right 24s linear infinite;
  will-change: transform;
}

.preview-proof-group {
  flex: 0 0 50%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 26px;
}

.preview-proof-marks:hover .preview-proof-track {
  animation-play-state: paused;
}

@keyframes preview-proof-scroll-right {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.preview-proof-marks span {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.preview-proof-marks span:nth-child(1) {
  font-size: 18px;
  font-stretch: condensed;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.preview-proof-marks span:nth-child(2) {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.preview-proof-marks span:nth-child(3) {
  position: relative;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.preview-proof-marks span:nth-child(3)::after {
  content: "";
  width: 11px;
  height: 7px;
  margin-left: 1px;
  border-radius: 70% 30% 55% 45%;
  background: currentColor;
  transform: rotate(-24deg) translateY(-5px);
}

.preview-proof-marks span:nth-child(4) { font-family: var(--font-serif); font-size: 1.45rem; font-weight: 400; }
.preview-proof-marks small { display: block; font-size: 0.42em; font-weight: 600; }
.preview-proof-strip > a { display: flex; align-items: center; gap: 16px; }
.preview-proof-strip > a span { color: var(--fg); font-size: 14px; }
.preview-scroll-explore { display: none; }

@media (max-width: 1280px) and (min-width: 769px) {
  .header-inner,
  .footer-inner { padding-inline: 48px; }

  .preview-hero {
    min-height: 0;
    padding: 82px 48px 94px;
    grid-template-columns: minmax(360px, 0.75fr) minmax(570px, 1.25fr);
    column-gap: 42px;
  }

  .preview-hero-copy { margin-top: 102px; }
  .preview-eyebrow { margin-bottom: 32px; }
  .preview-narrative { height: 221px; }
  .preview-narrative-final { font-size: clamp(3.65rem, 4.65vw, 4.3rem); }
  .preview-hero-note { margin-top: -7px; font-size: 16px; }
  .preview-visual-stage { margin-top: 42px; }
  .preview-image-stage { height: min(420px, calc(100dvh - 348px)); }
  .preview-stage-rule { top: -14px; right: -14px; width: 62px; height: 62px; }
  .preview-selected-work { margin-top: 14px; }
  .preview-project-meta { margin-top: 20px; }
  .preview-caption-title,
  .preview-caption-scope { font-size: 14px; }
  .preview-proof-strip { height: 90px; padding-inline: 48px; }
}

@media (max-width: 1440px) and (min-width: 1281px),
       (max-height: 850px) and (min-width: 1281px) {
  .header-inner,
  .footer-inner { padding-inline: 48px; }

  .preview-hero {
    min-height: 0;
    padding: 82px 48px 94px;
    grid-template-columns: 450px minmax(0, 1fr);
    column-gap: 50px;
  }

  .preview-hero-copy { margin-top: 102px; }
  .preview-eyebrow { margin-bottom: 32px; }
  .preview-narrative { height: 221px; }
  .preview-narrative-final { width: 450px; font-size: 61px; }
  .preview-hero-note { margin-top: -7px; font-size: 16px; }
  .preview-visual-stage { margin-top: 42px; }
  .preview-image-stage { height: min(420px, calc(100dvh - 348px)); }
  .preview-stage-rule { top: -14px; right: -14px; width: 62px; height: 62px; }
  .preview-selected-work { margin-top: 14px; }
  .preview-project-meta { margin-top: 20px; }
  .preview-caption-title,
  .preview-caption-scope { font-size: 14px; }
  .preview-proof-strip { height: 90px; padding-inline: 48px; }
  .preview-proof-marks span { font-size: 16px; }
}

@media (max-width: 768px) {
  .main-header { padding: 0 36px; }
  .footer-inner { padding-inline: 36px; }
  .header-inner { height: 96px; }
  .work-section { scroll-margin-top: 96px; }
  .logo-svg { height: 19px; }
  .menu-toggle { padding: 8px 0; gap: 7px; }
  .menu-toggle span { width: 25px; height: 1.5px; }

  .preview-hero {
    height: auto;
    min-height: 100svh;
    padding: 116px 36px 74px;
    display: block;
    overflow: hidden;
  }

  .preview-hero-copy { transform: none; }
  .preview-hero-copy { margin-top: 0; }
  .preview-eyebrow {
    width: 245px;
    margin: 18px 0 40px;
    font-size: 10px;
    line-height: 1.65;
    letter-spacing: 0.24em;
  }

  .preview-narrative {
    height: 190px;
    font-size: clamp(3.3rem, 14.3vw, 4.3rem);
    line-height: 0.94;
  }

  .preview-narrative-final {
    width: 100%;
    font-size: clamp(3.1rem, 13.25vw, 4rem);
    line-height: 0.92;
  }

  .preview-text-mask { padding-block: 0.19em 0.28em; }

  .preview-narrative-final .preview-text-mask + .preview-text-mask { margin-top: -0.27em; }

  .preview-hero-note {
    width: 280px;
    margin-top: 8px;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .preview-visual-stage {
    width: 100%;
    max-width: none;
    margin: 34px 0 0;
    transform: none;
  }

  .preview-image-stage { aspect-ratio: 1.48 / 1; }
  .preview-stage-rule { top: -15px; right: -15px; width: 54px; height: 54px; }
  .preview-image-frame { border-radius: 11px; }

  .preview-image-frame[data-project="0"] img {
    width: 100%;
    max-width: 100%;
    object-position: left center;
    object-fit: cover;
  }

  .preview-selected-work {
    margin-top: 18px;
    min-height: 70px;
    display: flex;
  }

  .preview-progress-count { font-size: 10px; }

  .preview-project-meta {
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1.45fr);
    gap: 24px;
  }

  .preview-meta-label { font-size: 8px; }
  .preview-caption-title,
  .preview-caption-scope { font-size: 0.92rem; line-height: 1.35; }
  .preview-motion-control { display: none; }

  .preview-proof-strip { display: none; }

  .preview-scroll-explore {
    margin: 40px -36px -74px;
    height: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-top: 1px solid var(--border);
    color: var(--fg-muted);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .preview-scroll-explore span:last-child { color: var(--fg); font-size: 20px; line-height: 0.6; }
}

@media (max-width: 390px) {
  .main-header { padding: 0 26px; }
  .footer-inner { padding-inline: 26px; }
  .preview-hero {
    padding: 104px 26px 62px;
  }
  .preview-eyebrow { margin-top: 8px; margin-bottom: 24px; }
  .preview-narrative { height: 176px; }
  .preview-narrative-final { font-size: clamp(2.82rem, 12.9vw, 3.35rem); }
  .preview-hero-note { margin-top: 0; }
  .preview-visual-stage { margin-top: 20px; }
  .preview-image-stage { height: 218px; aspect-ratio: auto; }
  .preview-selected-work { margin-top: 14px; }
  .preview-project-meta { margin-top: 16px; }
  .preview-meta-group { gap: 4px; }
  .preview-scroll-explore { margin-top: 24px; margin-bottom: -62px; height: 72px; }
  .preview-scroll-explore { margin-left: -26px; margin-right: -26px; }
}

@media (prefers-reduced-motion: reduce) {
  .preview-hero *,
  .preview-hero *::before,
  .preview-hero *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .preview-motion-control { display: none !important; }

  .preview-narrative-final,
  .preview-narrative-final .preview-text-inner,
  .preview-hero-note {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .study-assembly-manufacturing {
    clip-path: none !important;
  }

  .study-assembly-manufacturing .preview-text-inner {
    letter-spacing: inherit !important;
  }

  .preview-proof-track {
    animation: none !important;
    transform: none !important;
  }
}
