:root {
  --steel: #e8ecef;
  --ink: #15313c;
  --orange: #b94314;
  --white: #fff;
  --muted: #50616b;
  --line: #c9d3d8;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --display: Impact, "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
  --mono: Consolas, "Liberation Mono", monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--steel);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.06;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
::selection {
  background: var(--orange);
  color: var(--white);
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1360px, calc(100% - 96px));
  margin-inline: auto;
}
.skip {
  position: absolute;
  z-index: 10;
  left: 24px;
  top: -90px;
  padding: 12px 20px;
  background: var(--white);
}
.skip:focus {
  top: 10px;
}
.eyebrow {
  font: 600 12px/1.5 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.micro {
  font: 12px/1.6 var(--mono);
  color: var(--muted);
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 27px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 30px;
  letter-spacing: 0.015em;
  line-height: 1;
}
.brand__mark {
  display: grid;
  place-items: center;
  background: var(--orange);
  color: var(--white);
  width: 37px;
  height: 37px;
  border-radius: 4px;
}
.brand__mark svg {
  width: 25px;
}
.brand__sub {
  max-width: 72px;
  font: 600 9px/1.5 var(--mono);
  letter-spacing: 0.06em;
  margin-left: 7px;
}
.header nav {
  display: flex;
  gap: 27px;
  font-size: 14px;
  font-weight: 600;
}
.header nav a {
  padding-block: 12px;
}
.header nav a:hover,
.footer a:hover {
  color: var(--orange);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 52px;
  padding: 14px 23px;
  background: var(--orange);
  color: var(--white);
  border: 0;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
  transition:
    transform 160ms var(--ease),
    background-color 160ms var(--ease);
}
.button:hover {
  background: #94300b;
}
.button:active,
.flow-step:active {
  transform: scale(0.97);
}
.button--small {
  min-height: 46px;
  padding: 11px 16px;
  font-size: 13px;
}
.button--small svg {
  width: 18px;
}
.signal {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--orange);
  margin-right: 8px;
  border-radius: 50%;
}
.hero {
  padding-top: 56px;
}
.hero__intro {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 55px;
  align-items: end;
  margin-bottom: 43px;
}
.hero h1 {
  font: clamp(70px, 8.6vw, 126px)/0.96 var(--display);
  letter-spacing: -0.01em;
  margin-top: 22px;
}
.hero h1 span {
  color: var(--orange);
}
.hero__pitch {
  padding-bottom: 6px;
  max-width: 400px;
  justify-self: end;
}
.hero__pitch > p {
  font-size: 23px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 23px;
}
.hero__pitch .micro {
  display: block;
  margin-top: 14px;
}
.scene-runway {
  position: relative;
}
.scene-runway.is-scroll-scene {
  height: calc(520px + 75svh);
}
.scene-runway.is-scroll-scene .scene {
  position: sticky;
  top: 24px;
  height: min(520px, calc(100svh - 48px));
}
.scene {
  position: relative;
  height: 520px;
  overflow: hidden;
  border-radius: 5px;
  background: #7c878b;
  isolation: isolate;
}
.scene__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 60%;
  will-change: transform;
}
.scene__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21, 49, 60, 0.1), transparent 50%),
    linear-gradient(0deg, rgba(9, 27, 34, 0.6), transparent 45%);
  pointer-events: none;
}
.job-sheet {
  position: absolute;
  z-index: 1;
  left: 6%;
  top: 42px;
  width: 328px;
  background: var(--white);
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0 20px 40px #0c242338;
  transform: rotate(-3deg);
  will-change: transform;
}
.job-sheet__top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 12px;
  font: 11px var(--mono);
  letter-spacing: 0.08em;
}
.job-sheet__top span:last-child {
  font-weight: 700;
  color: var(--orange);
}
.job-sheet__vehicle {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}
.job-sheet__vehicle svg {
  width: 32px;
  height: 32px;
}
.job-sheet__vehicle strong {
  display: block;
  font: 700 21px var(--mono);
}
.job-sheet__vehicle span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 3px;
}
.job-sheet h2 {
  font-size: 26px;
  line-height: 1.18;
  margin-top: 20px;
  letter-spacing: -0.025em;
}
.job-sheet dl {
  margin: 18px 0;
  font-size: 12px;
}
.job-sheet dl div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-block: 6px;
}
.job-sheet dt {
  color: var(--muted);
}
.job-sheet dd {
  margin: 0;
  text-align: right;
}
.job-sheet__status {
  padding: 10px;
  background: #eff3f5;
  font: 600 12px var(--mono);
}
.job-sheet__status i {
  display: inline-block;
  background: var(--orange);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 5px;
}
.job-sheet__track {
  display: flex;
  gap: 5px;
  margin-block: 18px;
}
.job-sheet__track i {
  height: 3px;
  flex: 1;
  background: var(--line);
}
.job-sheet__track i[data-complete="true"] {
  background: var(--orange);
}
.job-sheet .micro {
  font-size: 10px;
}
.scene__caption {
  position: absolute;
  right: 32px;
  bottom: 25px;
  color: var(--white);
  font: 26px/1.16 var(--display);
  letter-spacing: 0.04em;
  text-align: right;
  max-width: 330px;
}
.scene__caption span {
  font: 11px/2 var(--mono);
  letter-spacing: 0.14em;
}
.scene__caption strong {
  font-weight: normal;
}
.scene__guide {
  position: absolute;
  right: 28px;
  top: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--ink);
  color: var(--white);
  padding: 11px 15px;
  border-radius: 3px;
  font: 10px/1.5 var(--mono);
  letter-spacing: 0.06em;
}
.scene__guide b {
  color: #f2a179;
  font-size: 13px;
}
.hero__rail {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 600;
}
.hero__rail > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero__rail svg {
  width: 15px;
  height: 15px;
  color: var(--orange);
}
.hero__rail .hero__rail-note {
  margin-left: auto;
  font: 10px var(--mono);
  letter-spacing: 0.1em;
  color: var(--muted);
}
.workflow,
.roles,
.questions {
  padding-block: 108px;
}
.section-head {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 40px;
}
.section-head h2,
.roles h2,
.questions h2 {
  font-size: clamp(32px, 3.4vw, 48px);
  letter-spacing: -0.045em;
  font-weight: 650;
  line-height: 1.13;
  margin-top: 16px;
}
.section-head > p {
  max-width: 340px;
  justify-self: end;
  color: var(--muted);
  line-height: 1.7;
}
.flow-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}
.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flow-step {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 18px;
  min-height: 70px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  transition:
    background-color 180ms var(--ease),
    transform 160ms var(--ease),
    border-color 180ms var(--ease);
}
.flow-step svg {
  margin-left: auto;
  width: 20px;
}
.flow-step__number {
  font: 12px var(--mono);
  color: var(--muted);
}
.flow-step[aria-pressed="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}
.flow-step[aria-pressed="true"] .flow-step__number {
  color: #b9d0db;
}
.flow-step:not(:disabled):hover {
  border-color: var(--orange);
}
.flow-step:disabled:not([aria-pressed="true"]) {
  opacity: 0.65;
}
.workbench {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  min-width: 0;
  box-shadow: 0 10px 30px #15313c08;
}
.workbench__toolbar {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background: var(--ink);
  color: var(--white);
  padding: 18px 22px;
  font: 10px var(--mono);
  letter-spacing: 0.06em;
}
.workbench__toolbar i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #f2a179;
  border-radius: 50%;
  margin-right: 8px;
}
.workbench__toolbar > span:last-child {
  color: #b9d0db;
}
.kanban {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 23px 20px;
  background: #f5f7f8;
  min-width: 0;
}
.kanban__lane > span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  border-bottom: 2px solid var(--line);
  padding-bottom: 10px;
}
.kanban__lane[data-active="true"] > span {
  border-color: var(--orange);
  color: var(--orange);
}
.kanban__slot {
  min-height: 128px;
  padding-top: 10px;
}
.mini-order {
  padding: 12px 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid var(--orange);
  border-radius: 3px;
  box-shadow: 0 2px 7px #15313c09;
}
.mini-order > span:first-child {
  font: 9px var(--mono);
  color: var(--muted);
}
.mini-order strong {
  display: block;
  font: 700 clamp(10px, 1.2vw, 14px) var(--mono);
  margin-top: 7px;
  overflow-wrap: anywhere;
}
.mini-order p {
  font-size: 10px;
  margin-block: 6px;
  overflow-wrap: anywhere;
}
.mini-order__priority {
  font-size: 9px;
  color: var(--orange);
}
.stage-detail {
  padding: 26px 30px 22px;
  min-height: 213px;
}
.stage-detail h3 {
  font-size: 23px;
  letter-spacing: -0.035em;
  margin-top: 9px;
  line-height: 1.2;
}
.stage-detail > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.65;
  margin-top: 12px;
  color: var(--muted);
}
.stage-detail .stage-result {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px !important;
  color: var(--ink) !important;
}
.stage-result svg {
  width: 15px;
  height: 15px;
  color: var(--orange);
}
.workbench__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 18px 25px;
  border-top: 1px solid var(--line);
}
.workbench__footer > span {
  font: 10px/1.4 var(--mono);
  color: var(--muted);
}
.no-script {
  margin-top: 15px;
  font-size: 14px;
}
.tools {
  background: var(--white);
  padding-block: 100px;
}
.tool-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}
.tool__icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  background: var(--steel);
  color: var(--orange);
  border-radius: 4px;
  margin-bottom: 24px;
}
.tool h3 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.tool p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 14px;
}
.estimate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  margin-top: 80px;
  padding: 50px 65px;
  background: var(--steel);
  border-radius: 5px;
}
.estimate h3 {
  font-size: 34px;
  line-height: 1.16;
  letter-spacing: -0.03em;
  margin-block: 13px 20px;
}
.estimate > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  max-width: 350px;
  margin-bottom: 16px;
}
.estimate__paper {
  background: var(--white);
  padding: 26px 30px;
  box-shadow: 0 8px 30px #15313c09;
  border-radius: 2px;
}
.estimate__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font: 11px var(--mono);
  letter-spacing: 0.04em;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 15px;
}
.estimate dl {
  margin: 10px 0 0;
  font-size: 13px;
}
.estimate dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-block: 9px;
}
.estimate dd {
  margin: 0;
  font: 13px var(--mono);
  white-space: nowrap;
}
.estimate__total {
  border-top: 1px solid var(--ink);
  font-weight: 700;
  padding-top: 17px !important;
  margin-top: 8px;
}
.estimate__total dd {
  font-weight: 700;
  color: var(--orange);
}
.role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 40px;
}
.role-grid article {
  border-top: 2px solid var(--orange);
  padding-top: 22px;
}
.role-label {
  font: 10px var(--mono);
  letter-spacing: 0.1em;
  color: var(--muted);
}
.role-grid h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-block: 16px;
}
.role-grid p {
  color: var(--muted);
  font-size: 15px;
  max-width: 320px;
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  border-top: 1px solid var(--line);
  padding-top: 70px;
}
.questions details {
  border-bottom: 1px solid var(--line);
}
.questions summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  padding: 23px 0;
  line-height: 1.4;
}
.questions details p {
  padding-bottom: 23px;
  font-size: 15px;
  color: var(--muted);
}
.questions h2 {
  font-size: 40px;
}
.closing {
  padding: 58px 65px;
  background: var(--ink);
  color: var(--white);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
}
.closing .eyebrow {
  color: #bbd0d9;
}
.closing h2 {
  font: clamp(45px, 5.5vw, 80px)/0.98 var(--display);
  margin-block: 20px;
}
.closing h2 span {
  color: #f2a179;
}
.closing p:not(.eyebrow) {
  color: #c4d6de;
  font-size: 15px;
}
.button--light {
  background: var(--white);
  color: var(--ink);
  white-space: nowrap;
}
.button--light:hover {
  background: var(--steel);
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-block: 46px 130px;
  font-size: 12px;
  color: var(--muted);
}
.footer .brand {
  color: var(--ink);
  font-size: 25px;
}
.footer > a:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer svg {
  width: 15px;
}
@media (min-width: 1600px) {
  .hero h1 {
    font-size: 135px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .header nav {
    gap: 15px;
    font-size: 13px;
  }
  .brand__sub {
    display: none;
  }
  .hero__intro {
    gap: 25px;
  }
  .hero__pitch > p {
    font-size: 20px;
  }
  .hero__rail {
    gap: 15px;
  }
  .hero__rail .hero__rail-note {
    display: none;
  }
  .flow-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 25px;
  }
  .tool-grid {
    gap: 23px;
  }
  .estimate {
    padding: 35px;
    gap: 35px;
  }
  .closing {
    padding: 48px 40px;
  }
  .closing .button {
    white-space: normal;
  }
  .stage-detail {
    min-height: 245px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .header {
    flex-wrap: wrap;
    gap: 16px;
    padding-block: 18px;
  }
  .brand {
    font-size: 26px;
  }
  .brand__mark {
    width: 32px;
    height: 32px;
  }
  .header > .button {
    font-size: 11px;
    gap: 10px;
    padding: 10px;
    min-height: 44px;
  }
  .header nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
    border-top: 1px solid var(--line);
    padding-top: 4px;
  }
  .header nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .hero {
    padding-top: 30px;
  }
  .hero__intro {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 28px;
  }
  .hero h1 {
    font-size: clamp(66px, 16vw, 100px);
    margin-top: 15px;
  }
  .eyebrow {
    font-size: 10px;
  }
  .hero__pitch {
    justify-self: start;
    max-width: none;
  }
  .hero__pitch > p {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .hero__pitch .micro {
    font-size: 11px;
  }
  .scene {
    height: 590px;
  }
  .scene-runway.is-scroll-scene {
    height: calc(590px + 70svh);
  }
  .scene-runway.is-scroll-scene .scene {
    height: min(590px, calc(100svh - 48px));
  }
  .scene-runway.is-scroll-scene .job-sheet {
    top: 68px;
  }
  .scene__guide {
    top: 17px;
    left: 20px;
    right: 20px;
    justify-content: space-between;
    gap: 8px;
    padding: 9px 11px;
    font-size: 8px;
  }
  .scene__photo {
    object-position: 70% 50%;
  }
  .scene__shade {
    background: linear-gradient(0deg, #15313cbd, transparent 65%);
  }
  .job-sheet {
    width: min(290px, calc(100% - 42px));
    left: 22px;
    top: 24px;
    padding: 21px;
    transform: rotate(-2deg);
  }
  .job-sheet h2 {
    font-size: 23px;
  }
  .job-sheet__vehicle strong {
    font-size: 19px;
  }
  .scene__caption {
    right: 20px;
    left: 20px;
    bottom: 23px;
    max-width: none;
    font-size: 27px;
    text-align: left;
  }
  .hero__rail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    padding-block: 18px;
    font-size: 12px;
  }
  .workflow,
  .roles,
  .questions {
    padding-block: 64px;
  }
  .section-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 29px;
  }
  .section-head h2,
  .roles h2 {
    font-size: 34px;
  }
  .section-head > p {
    justify-self: start;
    font-size: 15px;
    max-width: 440px;
  }
  .flow-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .flow-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .flow-step {
    padding: 13px 11px;
    gap: 9px;
    min-height: 58px;
    font-size: 13px;
  }
  .flow-step__number {
    font-size: 10px;
  }
  .flow-step svg {
    width: 16px;
  }
  .workbench__toolbar {
    padding: 16px;
    font-size: 9px;
  }
  .workbench__toolbar > span:last-child {
    display: none;
  }
  .kanban {
    padding: 18px 12px;
    gap: 5px;
  }
  .kanban__lane > span {
    font-size: 9px;
  }
  .kanban__slot {
    min-height: 113px;
  }
  .mini-order {
    padding: 9px 5px;
  }
  .mini-order strong {
    font-size: 10px;
  }
  .mini-order p {
    font-size: 9px;
  }
  .stage-detail {
    padding: 21px;
    min-height: 245px;
  }
  .stage-detail h3 {
    font-size: 22px;
  }
  .workbench__footer {
    padding: 16px;
    flex-wrap: wrap;
  }
  .workbench__footer > .button {
    margin-left: auto;
  }
  .tools {
    padding-block: 64px;
  }
  .tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }
  .tool__icon {
    margin-bottom: 16px;
  }
  .tool h3 {
    font-size: 18px;
  }
  .tool p {
    font-size: 13px;
    margin-top: 10px;
  }
  .estimate {
    grid-template-columns: 1fr;
    margin-top: 42px;
    padding: 25px 20px;
    gap: 26px;
  }
  .estimate h3 {
    font-size: 29px;
  }
  .estimate__paper {
    padding: 22px 18px;
  }
  .estimate__header {
    font-size: 10px;
  }
  .estimate dt {
    font-size: 12px;
  }
  .estimate .micro {
    font-size: 11px;
  }
  .role-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 30px;
  }
  .role-grid article {
    padding-top: 18px;
  }
  .role-grid h3 {
    font-size: 24px;
    margin-block: 11px;
  }
  .role-grid p {
    max-width: none;
  }
  .questions {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .questions h2 {
    font-size: 34px;
  }
  .questions summary {
    font-size: 16px;
    min-height: 60px;
  }
  .closing {
    flex-direction: column;
    align-items: start;
    padding: 35px 25px;
    gap: 27px;
  }
  .closing h2 {
    font-size: 54px;
  }
  .closing .button {
    font-size: 14px;
    padding-inline: 17px;
    gap: 15px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 15px;
    padding-block: 32px 130px;
  }
  .footer p {
    flex-basis: 100%;
    order: 3;
  }
  .footer > a:last-child {
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .scene__photo,
  .job-sheet {
    will-change: auto;
  }
  .scene-runway.is-scroll-scene {
    height: auto;
  }
  .scene-runway.is-scroll-scene .scene {
    position: relative;
    top: auto;
  }
}
