@font-face {
  font-family: "PT Sans STEK";
  src: url("/ru-v1-case-stek-v1/assets/fonts/PTSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PT Sans STEK";
  src: url("/ru-v1-case-stek-v1/assets/fonts/PTSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --stek-brown: #382e2c;
  --stek-taupe: #8e847d;
  --stek-paper: #efeeea;
  --stek-clay: #c18669;
  --stek-red: #b85241;
  --stek-blue: #b5e1f9;
  --stek-green: #799942;
  --stek-line: rgba(56, 46, 44, 0.18);
  --stek-brand: "PT Sans STEK", "Helvetica Neue", Arial, sans-serif;
}

body.stek-case {
  background: var(--stek-paper);
}

.stek-case .site-header {
  background: rgba(18, 17, 17, 0.95);
}

.stek-case .header-cta,
.stek-case .case-contact .button {
  background: var(--stek-red);
}

.stek-case .header-cta:hover,
.stek-case .case-contact .button:hover {
  background: #a74335;
}

.case-section {
  padding-block: var(--section-space);
}

.case-section figcaption {
  margin-top: 12px;
  color: var(--stek-taupe);
  font-size: 9px;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: clamp(72px, 8vw, 128px);
}

.section-heading .eyebrow {
  grid-column: 1 / span 2;
}

.section-heading h2 {
  grid-column: 3 / span 8;
  font-size: clamp(60px, 6vw, 108px);
  line-height: .92;
}

.section-heading--split h2 {
  grid-column: 3 / span 6;
}

.section-heading--split > p:last-child {
  grid-column: 10 / -1;
  align-self: end;
  margin-bottom: 0;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.48;
}

/* Hero */

.stek-hero {
  position: relative;
  min-height: max(640px, calc(100svh - var(--header-h)));
  overflow: hidden;
  background: #8e847d;
  color: var(--stek-brown);
}

.stek-hero__visual {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.stek-hero__visual img {
  display: block;
  width: 82%;
  height: 100%;
  object-fit: contain;
  object-position: right 52%;
}

.stek-hero__footer {
  position: absolute;
  z-index: 4;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.stek-hero__footer {
  bottom: 28px;
  align-items: end;
}

.stek-hero__footer > * {
  pointer-events: auto;
}

.stek-hero__footer > p {
  max-width: 380px;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.42;
  text-transform: none;
}

.stek-hero__footer > a {
  text-underline-offset: .3em;
}

.stek-hero__title {
  position: relative;
  z-index: 3;
  width: min(100%, var(--content-max));
  margin-inline: auto;
  padding: clamp(30px, 4.5vw, 74px) var(--gutter) 0;
  pointer-events: none;
}

.stek-hero__title .eyebrow {
  margin: 0;
}

.stek-hero__title h1 {
  margin: 20px 0 0;
}

.stek-hero__title h1 img {
  display: block;
  width: min(28vw, 390px);
  height: auto;
}

.brand-slogan {
  margin: 16px 0 0;
  font-family: "PT Serif", Georgia, serif;
  font-size: clamp(19px, 1.5vw, 27px);
  line-height: 1;
}

/* Index */

.case-index {
  position: relative;
  z-index: 85;
  top: auto;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid var(--stek-line);
  border-bottom: 1px solid var(--stek-line);
  background: rgba(239,238,234,.94);
  backdrop-filter: blur(15px);
}

.case-index a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-right: 1px solid var(--stek-line);
  color: rgba(56,46,44,.67);
  font-size: 9px;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.case-index a:last-child {
  border-right: 0;
}

.case-index a span {
  color: var(--stek-red);
  font-variant-numeric: tabular-nums;
}

.case-index a:is(:hover, :focus-visible),
.case-index a[aria-current="true"] {
  background: #fff;
  color: var(--stek-brown);
}

/* Context */

.context {
  background: var(--stek-paper);
}

.context__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.context__lead {
  grid-column: 3 / span 5;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(38px, 3.4vw, 62px);
  line-height: .98;
  letter-spacing: -.035em;
}

.context__copy {
  grid-column: 9 / -1;
  font-size: clamp(16px, 1.15vw, 19px);
}

.context__copy p:last-child {
  margin-bottom: 0;
}

.scope-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: clamp(70px, 8vw, 120px);
  border-top: 1px solid var(--stek-line);
  border-bottom: 1px solid var(--stek-line);
}

.scope-row span {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 18px;
  border-right: 1px solid var(--stek-line);
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.scope-row span:last-child {
  border-right: 0;
}

/* Idea */

.idea {
  position: relative;
  overflow: hidden;
  background: var(--stek-brown);
  color: var(--stek-paper);
}

.idea::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background: radial-gradient(circle at 84% 18%, var(--stek-red), transparent 34%);
}

.idea__grid {
  position: relative;
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: clamp(60px, 8vw, 150px);
  align-items: end;
}

.idea h2 {
  margin-top: 38px;
  font-family: "PT Serif", Georgia, serif;
  font-size: clamp(74px, 9vw, 170px);
  line-height: .82;
  letter-spacing: -.06em;
}

.idea__copy {
  padding-bottom: 12px;
  font-family: var(--stek-brand);
  font-size: clamp(18px, 1.35vw, 23px);
}

.idea__copy p {
  color: rgba(239,238,234,.78);
}

.generation-scale {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 70px;
  border-top: 1px solid rgba(255,255,255,.28);
}

.generation-scale span {
  padding-top: 15px;
  color: var(--stek-clay);
  font-size: 11px;
}

/* Identity */

.identity {
  background: #fff;
}

.identity-board {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.identity-board img {
  width: 100%;
  height: auto;
}

.palette {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: clamp(70px, 8vw, 120px);
  border: 1px solid var(--stek-line);
}

.palette article {
  min-height: clamp(180px, 18vw, 310px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border-right: 1px solid rgba(56,46,44,.2);
  background: var(--swatch);
  color: #fff;
}

.palette article:nth-child(3) {
  color: var(--stek-brown);
}

.palette article:last-child {
  border-right: 0;
}

.palette strong,
.palette span {
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Illustrations */

.illustrations {
  background: var(--stek-paper);
}

.machine-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--stek-line);
  border-left: 1px solid var(--stek-line);
}

.machine-grid figure {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--stek-line);
  border-bottom: 1px solid var(--stek-line);
  background: rgba(255,255,255,.34);
}

.machine-grid figure:last-child {
  grid-column: 2 / span 2;
}

.machine-grid figure > span {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 15px;
  color: var(--stek-red);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.machine-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 550ms cubic-bezier(.2,.7,.2,1);
}

.machine-grid figure:hover img {
  transform: scale(1.08);
}

.machine-grid figure:nth-child(2) img,
.machine-grid figure:nth-child(7) img,
.machine-grid figure:nth-child(11) img {
  transform: scale(1.15);
}

.machine-grid figure:nth-child(2):hover img,
.machine-grid figure:nth-child(7):hover img,
.machine-grid figure:nth-child(11):hover img {
  transform: scale(1.23);
}

/* Digital */

.digital {
  overflow: hidden;
  background: var(--stek-brown);
  color: var(--stek-paper);
}

.digital .section-heading--split > p:last-child {
  color: rgba(239,238,234,.68);
}

.site-stage {
  position: relative;
  width: min(100% - 2 * var(--gutter), var(--content-max));
  min-height: clamp(590px, 68vw, 1110px);
  margin-inline: auto;
  overflow: hidden;
  background: #241e1c;
}

.site-stage::before {
  content: none;
}

.site-stage img {
  position: absolute;
  height: auto;
  object-fit: contain;
}

.site-stage__desktop {
  z-index: 1;
  top: 10%;
  left: 50%;
  width: 84%;
  transform: translateX(-50%);
}

.site-stage__mobile {
  z-index: 2;
  right: -23%;
  bottom: -1%;
  width: 72%;
  filter: drop-shadow(0 32px 50px rgba(0,0,0,.42));
}

.browser-demo {
  margin-top: clamp(80px, 10vw, 160px);
}

.browser-demo__bar {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: 16px;
  background: #151211;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.browser-demo__bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--stek-taupe);
}

.browser-demo__bar strong {
  margin-left: auto;
  color: rgba(255,255,255,.46);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .08em;
}

.browser-demo > img {
  width: 100%;
  height: auto;
  background: #fff;
}

.browser-demo > p {
  margin-top: 12px;
  color: rgba(239,238,234,.56);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Photography */

.production {
  overflow: hidden;
  background: #fff;
}

.photo-rail {
  display: flex;
  gap: clamp(14px, 1.5vw, 26px);
  padding-inline: max(var(--gutter), calc((100vw - var(--content-max)) / 2 + var(--gutter)));
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  outline: none;
}

.photo-rail::-webkit-scrollbar {
  display: none;
}

.photo-rail figure {
  flex: 0 0 clamp(520px, 58vw, 880px);
  margin: 0;
  scroll-snap-align: center;
}

.photo-rail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--stek-paper);
}

.photo-rail figcaption {
  display: flex;
  justify-content: space-between;
}

.photo-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  color: var(--stek-taupe);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.photo-controls b {
  font-weight: 400;
}

.photo-controls > div {
  display: flex;
  gap: 8px;
}

.photo-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--stek-line);
  border-radius: 50%;
  background: transparent;
  color: var(--stek-brown);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.photo-controls button:hover {
  background: var(--stek-brown);
  color: #fff;
}

/* Applications, result, credits */

.applications {
  background: var(--stek-blue);
}

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

.applications__grid figure {
  margin: 0;
}

.applications__grid img {
  width: 100%;
  height: auto;
}

.applications__grid figcaption {
  color: rgba(56,46,44,.64);
}

.result {
  background: var(--stek-red);
  color: #fff;
}

.result__grid,
.credits__grid,
.related__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.result__grid > div {
  grid-column: 3 / span 5;
  font-size: clamp(18px, 1.35vw, 23px);
}

.result__grid > ul {
  grid-column: 9 / -1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.result__grid li {
  padding-block: 13px;
  border-top: 1px solid rgba(255,255,255,.27);
  font-size: 13px;
}

.result__grid li:last-child {
  border-bottom: 1px solid rgba(255,255,255,.27);
}

.credits {
  background: var(--stek-paper);
}

.credits__grid > header {
  grid-column: 1 / span 6;
}

.credits__grid h2 {
  margin-top: 38px;
  font-size: clamp(54px, 5.5vw, 96px);
}

.credits__list {
  grid-column: 8 / -1;
}

.credits__list article {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  padding-block: 22px;
  border-top: 1px solid var(--stek-line);
}

.credits__list article:last-child {
  border-bottom: 1px solid var(--stek-line);
}

.credits__list strong {
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.credits__list span {
  color: var(--stek-taupe);
  font-size: 14px;
}

.related {
  background: #fff;
}

.related__grid > div {
  grid-column: 1 / span 5;
  align-self: center;
}

.related__grid h2 {
  margin: 34px 0 30px;
  font-size: clamp(58px, 6vw, 100px);
}

.related__grid > div > p:not(.eyebrow) {
  max-width: 580px;
  margin-bottom: 30px;
  font-size: 18px;
}

.related__card {
  position: relative;
  grid-column: 7 / -1;
  min-height: clamp(440px, 47vw, 720px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--stek-paper);
}

.related__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.7,.2,1);
}

.related__card:hover img {
  transform: scale(1.025);
}

.related__card span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  background: rgba(56,46,44,.88);
  color: #fff;
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Contact */

.case-contact {
  position: relative;
  overflow: hidden;
  padding-top: var(--section-space);
  background:
    radial-gradient(circle at 86% 10%, rgba(193,134,105,.26), transparent 38%),
    radial-gradient(circle at 26% 54%, rgba(121,153,66,.17), transparent 41%),
    var(--black);
  color: #fff;
}

.case-contact .contact__main .eyebrow {
  color: var(--stek-clay);
}

.case-contact .gradient-text {
  --text-gradient: linear-gradient(108deg, var(--stek-clay) 0%, var(--stek-red) 100%);
}

.copy-feedback {
  position: fixed;
  z-index: 180;
  left: 50%;
  bottom: 26px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--stek-brown);
  font-size: 11px;
  opacity: 0;
  transform: translate(-50%, 20px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.copy-feedback.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 850ms cubic-bezier(.2,.7,.2,1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1199px) {
  .section-heading h2 {
    grid-column: 3 / span 7;
  }

  .section-heading--split > p:last-child {
    grid-column: 10 / -1;
  }

  .stek-hero__visual img {
    width: 88%;
  }

  .scope-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .scope-row span:nth-child(3) {
    border-right: 0;
  }

  .scope-row span:nth-child(n+4) {
    border-top: 1px solid var(--stek-line);
  }
}

@media (max-width: 959px) {
  .section-heading,
  .context__grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .section-heading .eyebrow {
    grid-column: 1 / span 2;
  }

  .section-heading h2 {
    grid-column: 3 / -1;
  }

  .section-heading--split > p:last-child {
    grid-column: 3 / -1;
    margin-top: 24px;
  }

  .context__lead {
    grid-column: 1 / span 5;
  }

  .context__copy {
    grid-column: 6 / -1;
  }

  .idea__grid {
    grid-template-columns: 1fr;
  }

  .idea h2 {
    max-width: 780px;
  }

  .idea__copy {
    max-width: 620px;
    margin-left: auto;
  }

  .palette {
    grid-template-columns: repeat(3, 1fr);
  }

  .palette article:nth-child(3) {
    border-right: 0;
  }

  .palette article:nth-child(6) {
    border-right: 0;
  }

  .palette article:nth-child(n+4) {
    border-top: 1px solid rgba(56,46,44,.2);
  }

  .machine-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .machine-grid figure:last-child {
    grid-column: 2;
  }

  .site-stage {
    min-height: 670px;
  }

  .site-stage__desktop {
    width: 100%;
  }

  .site-stage__mobile {
    right: -30%;
    width: 88%;
  }

  .result__grid,
  .credits__grid,
  .related__grid {
    grid-template-columns: 1fr;
  }

  .result__grid > div,
  .result__grid > ul,
  .credits__grid > header,
  .credits__list,
  .related__grid > div,
  .related__card {
    grid-column: auto;
  }

  .result__grid,
  .credits__grid,
  .related__grid {
    gap: 70px;
  }
}

@media (max-width: 767px) {
  .case-section {
    padding-block: 82px;
  }

  .case-section figcaption {
    margin-top: 8px;
    font-size: 8px;
  }

  .stek-hero {
    min-height: min(780px, calc(100svh - var(--header-h)));
  }

  .stek-hero__visual {
    align-items: center;
  }

  .stek-hero__visual img {
    width: 100%;
    object-position: center 58%;
  }

  .stek-hero__title {
    padding-top: 28px;
  }

  .stek-hero__title .eyebrow {
    font-size: 8px;
  }

  .stek-hero__title h1 {
    margin-top: 16px;
  }

  .stek-hero__title h1 img {
    width: min(62vw, 280px);
  }

  .brand-slogan {
    margin-top: 12px;
    font-size: 20px;
  }

  .stek-hero__footer {
    bottom: 18px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding-inline: 20px;
  }

  .stek-hero__footer > p {
    max-width: 240px;
    font-size: 12px;
  }

  .stek-hero__footer > a {
    align-self: center;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    font-size: 8px;
  }

  .case-index {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .case-index::-webkit-scrollbar {
    display: none;
  }

  .case-index a {
    min-width: 120px;
    min-height: 48px;
    scroll-snap-align: start;
    font-size: 8px;
  }

  .section-heading,
  .context__grid {
    display: block;
  }

  .section-heading .eyebrow {
    margin-bottom: 26px;
  }

  .section-heading h2 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .digital .section-heading h2 {
    font-size: clamp(42px, 11vw, 48px);
    line-height: .94;
    letter-spacing: -.045em;
  }

  .section-heading--split > p:last-child {
    max-width: 520px;
    margin-top: 26px;
    font-size: 15px;
  }

  .context__lead {
    margin-bottom: 36px;
    font-size: 39px;
  }

  .context__copy {
    font-size: 15px;
  }

  .scope-row {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 58px;
  }

  .scope-row span {
    min-height: 72px;
    padding: 13px;
    border-top: 1px solid var(--stek-line);
    font-size: 8px;
  }

  .scope-row span:nth-child(odd) {
    border-right: 1px solid var(--stek-line);
  }

  .scope-row span:nth-child(even) {
    border-right: 0;
  }

  .idea h2 {
    margin-top: 26px;
    font-size: clamp(66px, 21vw, 104px);
  }

  .idea__copy {
    margin-top: 40px;
    font-size: 17px;
  }

  .generation-scale {
    margin-top: 45px;
  }

  .identity-board {
    width: 100%;
  }

  .palette {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 58px;
  }

  .palette article {
    min-height: 160px;
  }

  .palette article:nth-child(3) {
    border-right: 1px solid rgba(56,46,44,.2);
  }

  .palette article:nth-child(even) {
    border-right: 0;
  }

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

  .machine-grid figure:last-child {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
  }

  .machine-grid figure > span {
    top: 9px;
    left: 10px;
    font-size: 8px;
  }

  .site-stage {
    width: 100%;
    min-height: 570px;
  }

  .site-stage__desktop {
    top: 12%;
    width: 132%;
  }

  .site-stage__mobile {
    right: -61%;
    bottom: 7%;
    width: 138%;
  }

  .browser-demo {
    margin-top: 70px;
  }

  .browser-demo__bar {
    min-height: 38px;
  }

  .photo-rail {
    gap: 12px;
  }

  .photo-rail figure {
    flex-basis: 88vw;
  }

  .applications__grid {
    grid-template-columns: 1fr;
  }

  .result__grid,
  .credits__grid,
  .related__grid {
    gap: 48px;
  }

  .result__grid > div {
    font-size: 17px;
  }

  .credits__grid h2,
  .related__grid h2 {
    font-size: 56px;
  }

  .credits__list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .related__card {
    min-height: 440px;
  }
}

@media (orientation: landscape) and (max-height: 600px) {
  .stek-hero {
    min-height: calc(100svh - var(--header-h));
    height: calc(100svh - var(--header-h));
  }

  .stek-hero__visual img {
    width: 66%;
    object-position: right center;
  }

  .stek-hero__title {
    padding-top: 18px;
    padding-inline: 20px;
  }

  .stek-hero__title .eyebrow {
    font-size: 7px;
  }

  .stek-hero__title h1 {
    margin-top: 10px;
  }

  .stek-hero__title h1 img {
    width: min(29vw, 250px);
  }

  .brand-slogan {
    margin-top: 8px;
    font-size: 16px;
  }

  .stek-hero__footer {
    bottom: 8px;
    display: flex;
    align-items: end;
    padding-inline: 20px;
  }

  .stek-hero__footer > p {
    max-width: 280px;
    font-size: 10px;
    line-height: 1.25;
  }

  .stek-hero__footer > a {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    font-size: 7px;
  }
}

@media (orientation: landscape) and (max-height: 420px) {
  .stek-hero__footer > p {
    display: none;
  }

  .stek-hero__footer {
    justify-content: space-between;
  }
}

@media (max-width: 479px) {
  .machine-grid {
    margin-inline: -8px;
  }

  .machine-grid figure:last-child {
    width: 100%;
  }

  .site-stage {
    min-height: 500px;
  }

  .related__card {
    min-height: 350px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .machine-grid img,
  .related__card img {
    transition: none !important;
  }
}
