:root {
  --shila-ink: #202020;
  --shila-muted: #686868;
  --shila-line: rgba(17, 17, 17, 0.22);
}

body.shila-page,
.shila-page main,
.shila-page .site-shell,
.shila-board {
  background: #ffffff;
  color: var(--shila-ink);
}

.shila-page .ambient-signal,
.shila-page .material-texture {
  display: none;
}

.shila-page .site-header {
  background: rgba(255, 255, 255, 0.96);
  border-color: var(--shila-line);
}

.shila-board {
  width: var(--page-width);
  margin-inline: auto;
  overflow: clip;
}

.shila-board figure,
.shila-board section,
.shila-board header,
.shila-board div {
  min-width: 0;
}

.shila-board img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.shila-drawing img,
.shila-gallery__slide img {
  object-fit: contain;
}

.shila-board h1,
.shila-board h2,
.shila-board h3,
.shila-board p,
.shila-board figure {
  margin: 0;
}

.shila-board h2,
.shila-board h3,
.shila-board figcaption,
.shila-gallery__controls {
  font-family: var(--font-mono);
}

.shila-board p {
  color: var(--shila-muted);
  font: 400 clamp(0.86rem, 1.08vw, 1.03rem) / 1.48 var(--font-sans);
}

.shila-board__hero img {
  aspect-ratio: 3657 / 2244;
  object-fit: contain;
}

.shila-board__inner {
  width: 94.55%;
  margin-inline: auto;
}

.shila-board__hero {
  width: 100%;
}

.shila-opening {
  padding-block: 2.4% 3.25%;
}

.shila-opening__title {
  display: flex;
  align-items: baseline;
  gap: 0.9%;
}

.shila-opening h1 {
  flex: 0 0 auto;
  font: 400 clamp(4rem, 7.6vw, 7.25rem) / 0.78 var(--font-sans);
  letter-spacing: 0.19em;
}

.shila-opening__title p {
  color: #7a7a7a;
  font-family: var(--font-mono);
  font-size: clamp(0.68rem, 0.9vw, 0.86rem);
  line-height: 1.25;
}

.shila-opening__text {
  margin-top: 1.3% !important;
  max-width: none;
}

.shila-opening__text strong {
  color: var(--shila-ink);
  font-weight: 600;
}

.shila-quarry {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 4.4%;
  align-items: center;
  padding-bottom: 3.3%;
}

.shila-quarry h2 {
  margin-bottom: 6.5%;
  font-size: clamp(1rem, 1.45vw, 1.34rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.045em;
}

.shila-quarry h3,
.shila-existing h3,
.shila-descent h3,
.shila-unfolding h3 {
  font-size: clamp(1.3rem, 2.2vw, 2.05rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.02em;
}

.shila-quarry h3 {
  margin-bottom: 2.6%;
}

.shila-existing {
  padding-bottom: 2.7%;
}

.shila-existing__images {
  display: grid;
  grid-template-columns: 1715fr 797fr 857fr;
  gap: 1.05%;
  align-items: stretch;
}

.shila-existing__3,
.shila-existing__4,
.shila-existing__stack {
  min-height: 0;
}

.shila-existing__3 img,
.shila-existing__4 img {
  height: 100%;
  object-fit: cover;
}

.shila-existing__stack {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.25%;
}

.shila-existing__stack figure {
  flex: 1 1 0;
  min-height: 0;
}

.shila-existing__stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shila-existing__copy {
  padding-top: 0.8%;
}

.shila-existing__copy h3 {
  margin-bottom: 0.25%;
}

.shila-descent figure {
  width: 100%;
}

.shila-descent__copy {
  padding-block: 0.6% 3.2%;
}

.shila-descent__copy h3 {
  margin-bottom: 0.25%;
}

.shila-unfolding h3 {
  padding-bottom: 2.25%;
}

.shila-unfolding > p {
  padding-block: 0.8% 2.2%;
  font-size: clamp(0.92rem, 1.25vw, 1.16rem);
}

.shila-development {
  display: grid;
  grid-template-columns: 1557fr 1870fr;
  gap: 1.9%;
  align-items: start;
  padding-bottom: 3.1%;
}

.shila-development__left > p {
  margin-top: 1.6%;
  font-size: clamp(0.72rem, 0.84vw, 0.82rem);
  line-height: 1.42;
}

.shila-development__main-elevation {
  margin-top: 5.1% !important;
}

.shila-development__main-elevation figcaption {
  margin-top: 0.5%;
  color: var(--shila-muted);
  font-size: clamp(0.72rem, 1.04vw, 0.95rem);
}

.shila-gallery {
  --gallery-position: 0;
  --gallery-drag: 0px;
  position: relative;
  min-width: 0;
  outline: none;
}

.shila-gallery__viewport {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  cursor: grab;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

.shila-gallery.is-dragging .shila-gallery__viewport {
  cursor: grabbing;
}

.shila-gallery:focus-visible .shila-gallery__viewport {
  outline: 1px solid var(--shila-ink);
  outline-offset: 3px;
}

.shila-gallery__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  width: 100%;
  transform: translate3d(calc(var(--gallery-position) * -100% + var(--gallery-drag)), 0, 0);
  transition: transform var(--motion-standard) var(--motion-easing);
  will-change: transform;
}

.shila-gallery.is-dragging .shila-gallery__track,
.shila-gallery.is-jump .shila-gallery__track {
  transition: none;
}

.shila-gallery__slide {
  display: grid;
  width: 100%;
  aspect-ratio: 1870 / 1452;
  place-items: center;
}

.shila-gallery__slide img {
  width: 100%;
  height: 100%;
}

.shila-gallery__slide[data-gallery-clone] {
  pointer-events: none;
}

.shila-gallery__controls {
  position: absolute;
  z-index: 3;
  right: 1.1%;
  bottom: 1.1%;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  background: transparent;
}

.shila-gallery__controls button {
  appearance: none;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--shila-ink);
  font: 400 0.96rem / 1 var(--font-mono);
  text-shadow:
    0 0 2px rgba(255, 255, 255, 0.98),
    0 1px 2px rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.shila-gallery__controls button:active {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #000000;
}

@media (hover: hover) and (pointer: fine) {
  .shila-gallery__controls button:hover {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #000000;
  }
}

.shila-gallery__controls button:focus-visible {
  border: 0;
  outline: 1px solid rgba(32, 32, 32, 0.5);
  outline-offset: -5px;
  background: transparent;
  box-shadow: none;
}

.shila-gallery__controls > span {
  min-width: 48px;
  padding: 0;
  background: transparent;
  font-size: 0.62rem;
  text-align: center;
  text-shadow:
    0 0 2px rgba(255, 255, 255, 0.98),
    0 1px 2px rgba(255, 255, 255, 0.9);
}

.shila-gallery__progress {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222;
  transform: scaleX(0.2);
  transform-origin: left center;
  transition: transform var(--motion-fast) var(--motion-easing);
}

.shila-spatial {
  padding-bottom: 2.8%;
}

.shila-spatial__top,
.shila-spatial__middle {
  display: grid;
  grid-template-columns: 1666fr 1664fr;
  gap: 2.05%;
  align-items: start;
}

.shila-spatial__12-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.4%;
}

.shila-spatial__12-copy figure {
  position: relative;
}

.shila-spatial__12-copy figcaption {
  position: absolute;
  z-index: 2;
  top: -1.35em;
  left: 0;
  color: var(--shila-muted);
  font-size: clamp(0.72rem, 1.04vw, 0.95rem);
}

.shila-spatial__12-copy p,
.shila-spatial__middle p {
  font-size: clamp(0.76rem, 0.91vw, 0.88rem);
  line-height: 1.42;
}

.shila-spatial__middle {
  align-items: center;
  margin-top: 4.1%;
}

.shila-gallery--spatial,
.shila-gallery--spatial .shila-gallery__viewport,
.shila-gallery--spatial .shila-gallery__slide {
  aspect-ratio: 1665 / 790;
}

.shila-gallery--spatial .shila-gallery__slide img {
  object-fit: contain;
}

.shila-spatial__15 {
  width: 100%;
  margin-top: 2.1% !important;
}

.shila-page .project-navigation {
  background: #ffffff;
  border-color: var(--shila-line);
}

.motion-ready .shila-motion [data-shila-reveal][data-shila-reveal-kind="text"].shila-reveal-ready {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity var(--motion-standard) var(--motion-easing),
    transform var(--motion-slow) var(--motion-easing);
  transition-delay: var(--shila-reveal-delay, 0ms);
}

.motion-ready .shila-motion [data-shila-reveal][data-shila-reveal-kind="fade"].shila-reveal-ready {
  opacity: 0;
  transition: opacity var(--motion-slow) var(--motion-easing);
  transition-delay: var(--shila-reveal-delay, 0ms);
}

.motion-ready .shila-motion [data-shila-reveal][data-shila-reveal-kind="mask"].shila-reveal-ready {
  opacity: 0.35;
  clip-path: inset(0 100% 0 0);
  transform: translate3d(10px, 0, 0);
  transition:
    opacity var(--motion-standard) var(--motion-easing),
    clip-path var(--motion-slow) var(--motion-easing),
    transform var(--motion-slow) var(--motion-easing);
  transition-delay: var(--shila-reveal-delay, 0ms);
}

.motion-ready .shila-motion [data-shila-reveal].shila-reveal-ready.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0);
}

/* Architectural drawings remain visible if the reveal observer is interrupted. */
.motion-ready .shila-motion figure[data-shila-reveal].shila-reveal-ready,
.motion-ready .shila-motion figure[data-shila-reveal].shila-reveal-ready.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  clip-path: none !important;
  transform: none !important;
}

@media (max-width: 900px) {
  .shila-board p {
    font-size: 0.86rem;
  }

  .shila-opening h1 {
    font-size: clamp(3.4rem, 11vw, 5.5rem);
  }

  .shila-quarry h3,
  .shila-existing h3,
  .shila-descent h3,
  .shila-unfolding h3 {
    font-size: clamp(1.18rem, 3vw, 1.7rem);
  }

  .shila-development__left > p,
  .shila-spatial__12-copy p,
  .shila-spatial__middle p {
    font-size: 0.72rem;
  }
}

@media (max-width: 700px) {
  .shila-board__inner {
    width: calc(100% - 36px);
  }

  .shila-opening,
  .shila-quarry__copy,
  .shila-existing__copy,
  .shila-descent__copy {
    width: calc(100% + 36px);
    margin-left: -18px;
  }

  .shila-unfolding > h3,
  .shila-unfolding > p,
  .shila-development__left > p,
  .shila-spatial__12-copy > p,
  .shila-spatial__middle > p {
    width: calc(100% + 36px);
    margin-left: -18px;
  }

  .shila-opening {
    padding-block: 18px 30px;
  }

  .shila-opening__title {
    display: block;
  }

  .shila-opening h1 {
    font-size: clamp(3rem, 15vw, 4rem);
    line-height: 0.88;
    letter-spacing: 0.105em;
    text-align: left;
  }

  .shila-opening__title p {
    max-width: 34ch;
    margin-top: 10px;
    font-size: 0.75rem;
    line-height: 1.38;
    text-align: left;
    word-spacing: normal;
  }

  .shila-opening p.shila-opening__text {
    max-width: 42ch;
    margin-top: 16px !important;
    font-size: clamp(0.9375rem, 4.15vw, 1rem);
    line-height: 1.58;
    text-align: left;
    word-spacing: normal;
    hyphens: none;
  }

  .shila-quarry {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 30px;
  }

  .shila-quarry h2 {
    max-width: 30ch;
    margin-bottom: 12px;
    font-size: clamp(0.78rem, 3.4vw, 0.86rem);
    line-height: 1.18;
    letter-spacing: 0.065em;
    text-align: left;
  }

  .shila-quarry h3 {
    max-width: 28ch;
    margin-bottom: 11px;
  }

  .shila-quarry h3,
  .shila-existing__copy h3,
  .shila-descent__copy h3,
  .shila-unfolding h3 {
    font-size: clamp(1.25rem, 5.8vw, 1.45rem);
    line-height: 1.16;
    letter-spacing: 0.01em;
    text-align: left;
  }

  .shila-quarry__copy > p {
    max-width: 42ch;
    font-size: clamp(0.9375rem, 4.15vw, 1rem);
    line-height: 1.58;
    text-align: left;
    word-spacing: normal;
    hyphens: none;
  }

  .shila-existing {
    padding-bottom: 26px;
  }

  .shila-existing__images {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
  }

  .shila-existing__3 {
    grid-column: 1 / -1;
  }

  .shila-existing__4 {
    grid-column: 1 / span 3;
  }

  .shila-existing__stack {
    grid-column: 4 / -1;
    gap: 8px;
  }

  .shila-existing__copy {
    padding-top: 12px;
  }

  .shila-existing__copy h3 {
    max-width: 30ch;
    margin-bottom: 8px;
  }

  .shila-existing__copy > p {
    max-width: 39ch;
    font-size: clamp(0.9375rem, 4.15vw, 1rem);
    line-height: 1.56;
    text-align: left;
    word-spacing: normal;
    hyphens: none;
  }

  .shila-descent__copy {
    padding-block: 12px 28px;
  }

  .shila-descent__copy h3 {
    max-width: 24ch;
    margin-bottom: 8px;
  }

  .shila-descent__copy > p {
    max-width: 42ch;
    font-size: clamp(0.9375rem, 4.15vw, 1rem);
    line-height: 1.58;
    text-align: left;
    word-spacing: normal;
    hyphens: none;
  }

  .shila-unfolding h3 {
    max-width: 28ch;
    padding-bottom: 12px;
  }

  .shila-unfolding > p {
    max-width: 38ch;
    padding-block: 8px 24px;
    font-size: clamp(0.9375rem, 4.15vw, 1rem);
    line-height: 1.54;
    text-align: left;
    word-spacing: normal;
    hyphens: none;
  }

  .shila-development {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 34px;
  }

  .shila-development__left > p {
    max-width: 42ch;
    margin-top: 12px;
    font-size: clamp(0.9375rem, 4.15vw, 1rem);
    line-height: 1.58;
    text-align: left;
    word-spacing: normal;
    hyphens: none;
  }

  .shila-development__main-elevation {
    margin-top: 22px !important;
  }

  .shila-development__main-elevation figcaption {
    margin-top: 6px;
    font-size: 0.7rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-align: left;
  }

  .shila-gallery {
    display: flex;
    flex-direction: column;
  }

  .shila-gallery--spatial {
    aspect-ratio: auto;
  }

  .shila-gallery__controls {
    position: static;
    align-self: center;
    gap: 8px;
    margin-top: 12px;
    padding: 0;
    background: transparent;
  }

  .shila-gallery__controls button {
    width: 36px;
    height: 36px;
  }

  .shila-gallery__controls > span {
    min-width: 58px;
    font-size: 0.68rem;
    line-height: 1.2;
    letter-spacing: 0.035em;
  }

  .shila-gallery__progress {
    display: none;
  }

  .shila-spatial__top,
  .shila-spatial__middle {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .shila-spatial__12-copy {
    gap: 16px;
    padding-top: 8px;
  }

  .shila-spatial__12-copy figcaption {
    position: static;
    margin-bottom: 7px;
    font-size: 0.7rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-align: left;
  }

  .shila-spatial__12-copy > p {
    max-width: 40ch;
    font-size: clamp(0.9375rem, 4.15vw, 1rem);
    line-height: 1.58;
    text-align: left;
    word-spacing: normal;
    hyphens: none;
  }

  .shila-spatial__middle {
    margin-top: 30px;
  }

  .shila-spatial__middle > p {
    max-width: 40ch;
    font-size: clamp(0.9375rem, 4.15vw, 1rem);
    line-height: 1.58;
    text-align: left;
    word-spacing: normal;
    hyphens: none;
  }

  .shila-spatial__15 {
    margin-top: 20px !important;
  }

}

@media (min-width: 600px) and (max-width: 1180px) {
  .shila-board__inner {
    width: calc(100% - clamp(32px, 3vw, 48px));
  }

  .shila-board p,
  .shila-opening__title p,
  .shila-quarry__copy > p,
  .shila-existing__copy > p,
  .shila-descent__copy > p,
  .shila-unfolding > p,
  .shila-development__left > p,
  .shila-spatial__12-copy > p,
  .shila-spatial__middle > p {
    font-size: clamp(0.9375rem, 1.35vw, 1rem);
    line-height: 1.58;
    text-align: left;
    word-spacing: normal;
    hyphens: none;
  }

  .shila-opening,
  .shila-quarry__copy,
  .shila-existing__copy,
  .shila-descent__copy,
  .shila-unfolding > h3,
  .shila-unfolding > p,
  .shila-development__left > p,
  .shila-spatial__12-copy > p,
  .shila-spatial__middle > p {
    width: auto;
    margin-left: 0;
  }

  .shila-opening {
    padding-block: clamp(24px, 3vw, 38px) clamp(32px, 4vw, 50px);
  }

  .shila-opening h1 {
    font-size: clamp(3.8rem, 7.4vw, 5.45rem);
    line-height: 0.84;
    letter-spacing: 0.15em;
    text-align: left;
  }

  .shila-opening__title p {
    max-width: 68ch;
    line-height: 1.42;
  }

  .shila-opening p.shila-opening__text {
    max-width: 75ch;
    margin-top: clamp(14px, 1.8vw, 22px) !important;
  }

  .shila-quarry h2 {
    max-width: 34ch;
    margin-bottom: 12px;
    font-size: clamp(0.72rem, 1.05vw, 0.82rem);
    line-height: 1.22;
    letter-spacing: 0.065em;
    text-align: left;
  }

  .shila-quarry h3,
  .shila-existing__copy h3,
  .shila-descent__copy h3,
  .shila-unfolding h3 {
    max-width: 32ch;
    font-size: clamp(1.35rem, 2.35vw, 1.75rem);
    line-height: 1.16;
    letter-spacing: 0.01em;
    text-align: left;
  }

  .shila-quarry h3,
  .shila-existing__copy h3,
  .shila-descent__copy h3 {
    margin-bottom: 10px;
  }

  .shila-quarry__copy > p,
  .shila-existing__copy > p,
  .shila-descent__copy > p,
  .shila-development__left > p {
    max-width: 75ch;
  }

  .shila-existing__copy {
    padding-top: clamp(12px, 1.7vw, 20px);
  }

  .shila-descent__copy {
    padding-block: clamp(12px, 1.7vw, 20px) clamp(30px, 3.6vw, 44px);
  }

  .shila-unfolding h3 {
    padding-bottom: clamp(14px, 2vw, 24px);
  }

  .shila-unfolding > p {
    max-width: 68ch;
    padding-block: clamp(12px, 1.6vw, 18px) clamp(28px, 3vw, 38px);
  }

  .shila-development__left > p {
    margin-top: clamp(12px, 1.6vw, 18px);
  }

  .shila-development__main-elevation {
    margin-top: clamp(20px, 3vw, 34px) !important;
  }

  .shila-development__main-elevation figcaption,
  .shila-spatial__12-copy figcaption {
    font-size: clamp(0.65rem, 0.95vw, 0.72rem);
    line-height: 1.3;
    letter-spacing: 0.025em;
    text-align: left;
  }

  .shila-spatial__12-copy > p,
  .shila-spatial__middle > p {
    max-width: 68ch;
  }

  .shila-gallery__controls,
  .shila-gallery__controls button,
  .shila-gallery__controls > span,
  .shila-gallery__controls button:hover,
  .shila-gallery__controls button:active,
  .shila-gallery__controls button:focus-visible {
    background: transparent;
    box-shadow: none;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .shila-opening__title {
    display: block;
  }

  .shila-opening__title p {
    margin-top: 12px;
  }

  .shila-quarry,
  .shila-development,
  .shila-spatial__top,
  .shila-spatial__middle {
    grid-template-columns: minmax(0, 1fr);
  }

  .shila-quarry {
    gap: clamp(22px, 3.5vw, 34px);
    padding-bottom: clamp(32px, 4vw, 46px);
  }

  .shila-development {
    gap: clamp(30px, 4.5vw, 48px);
    padding-bottom: clamp(38px, 5vw, 54px);
  }

  .shila-gallery {
    display: flex;
    flex-direction: column;
  }

  .shila-gallery--spatial {
    aspect-ratio: auto;
  }

  .shila-gallery__controls {
    position: static;
    align-self: center;
    gap: 10px;
    margin-top: 12px;
  }

  .shila-gallery__controls > span {
    min-width: 58px;
    font-size: 0.68rem;
    line-height: 1.2;
    letter-spacing: 0.035em;
  }

  .shila-gallery__progress {
    display: none;
  }

  .shila-spatial__top,
  .shila-spatial__middle {
    gap: clamp(24px, 3.5vw, 38px);
  }

  .shila-spatial__12-copy {
    gap: 18px;
    padding-top: 8px;
  }

  .shila-spatial__12-copy figcaption {
    position: static;
    margin-bottom: 8px;
  }

  .shila-spatial__middle {
    align-items: start;
    margin-top: clamp(34px, 5vw, 52px);
  }

  .shila-spatial__15 {
    margin-top: clamp(24px, 3.5vw, 38px) !important;
  }
}

@media (max-width: 599px),
       (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .shila-development {
    row-gap: 0;
  }

  .shila-development__left,
  .shila-spatial__12-copy {
    display: contents;
  }

  .shila-development > .shila-gallery[data-gallery-group="11"] {
    order: 1;
    margin-top: 22px;
  }

  .shila-development__main-elevation {
    order: 2;
    margin-top: 24px !important;
  }

  .shila-spatial__top {
    row-gap: 0;
  }

  .shila-spatial__12-copy > figure {
    order: -2;
    margin-top: 8px;
  }

  .shila-spatial__13 {
    order: -1;
    margin-top: 22px !important;
  }

  .shila-spatial__12-copy > p {
    margin-top: 16px;
  }
}

.shila-board .shila-opening p.shila-opening__text,
.shila-board .shila-quarry__copy > p,
.shila-board .shila-existing__copy > p,
.shila-board .shila-descent__copy > p,
.shila-board .shila-unfolding > p,
.shila-board .shila-development__left > p,
.shila-board .shila-spatial__12-copy > p,
.shila-board .shila-spatial__middle > p {
  text-align: justify;
  text-align-last: left;
  -webkit-hyphens: none;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  text-wrap: pretty;
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .shila-motion [data-shila-reveal].shila-reveal-ready,
  .motion-ready .shila-motion [data-shila-reveal].shila-reveal-ready.is-visible {
    opacity: 1;
    clip-path: none;
    transform: none;
    transition: none;
  }

  .shila-gallery__track,
  .shila-gallery__progress {
    transition: none;
  }

}
