/* ==========================================================================
   IY Labs
   Tek renk ailesi, iki açıklık. Sayfa füme bir editörden açık
   lavanta bir zemine tam bir kez geçer: "kesme" perdesinde, göz önünde.
   Tek bir vurgu tonu iki zeminde birden kontrastı tutturamadığı için vurgu,
   açık yarı için mürekkeple birlikte yeniden tanımlanır.

   Kontrastlar (WCAG AA doğrulandı):
   füme  — ink 10.6:1 · ink-soft 7.1:1 · accent 5.7:1 · accent üstü 9.5:1
   açık  — ink 15.6:1 · ink-soft 7.0:1 · accent 5.9:1 · accent üstü 6.5:1
   ========================================================================== */

:root {
  color-scheme: dark;

  --canvas: #3a383f;
  --surface: #45434b;
  --ink: #f7f4fb;
  --ink-soft: #cfc7dc;
  --accent: #bfa9fc;
  --accent-ink: #12081f;
  --rule: rgb(247 244 251 / 0.14);
  --rule-strong: rgb(247 244 251 / 0.32);

  --canvas-dark: #3a383f;
  --canvas-light: #ece8f4;
  --ink-on-dark: #f7f4fb;
  --ink-on-light: #150e24;

  /* Editör — dekoratif katman */
  --code-plain: #c9bce4;
  --code-key: #c4b5fd;
  --code-type: #e9d5ff;
  --code-str: #f0abfc;
  --code-num: #a5b4fc;
  --code-fn: #ddd6fe;
  --code-comment: #9a8fae;
  --code-line: rgb(167 139 250 / 0.09);

  --font-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --font-text: "Archivo", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --t-hero: clamp(2.6rem, 7.6vw, 8rem);
  --t-2xl: clamp(2rem, 5vw, 4.4rem);
  --t-xl: clamp(1.4rem, 2.6vw, 2.2rem);
  --t-lg: clamp(1.1rem, 1.5vw, 1.35rem);
  --t-md: clamp(1rem, 1.05vw, 1.1rem);
  --t-sm: 0.9rem;
  --t-xs: 0.74rem;
  --t-code: clamp(0.8rem, 0.68rem + 0.42vw, 1.08rem);

  --track-display: -0.035em;
  --track-label: 0.1em;

  --gutter: clamp(1.25rem, 4.2vw, 4.75rem);
  --section: clamp(6rem, 16vh, 13.5rem);
  --measure: 58ch;

  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --fast: 150ms;

  --reel-h: 310svh;
  --stage-dim: 0;
}

.ground {
  color-scheme: light;
  --canvas: #ece8f4;
  --surface: #e0daec;
  --ink: #150e24;
  --ink-soft: #52486a;
  --accent: #5b3fc4;
  --accent-ink: #f7f4fb;
  --rule: rgb(21 14 36 / 0.14);
  --rule-strong: rgb(21 14 36 / 0.32);

  /* `color` üst öğede çözülür; yalnız --ink'i değiştirmek yetmez. */
  color: var(--ink);
  background: var(--canvas);
}

@media (max-width: 820px) {
  :root {
    --reel-h: 250svh;
    --t-hero: clamp(2.2rem, 11vw, 3.5rem);
    --t-2xl: clamp(1.75rem, 8.4vw, 2.6rem);
  }
}

/* ==========================================================================
   Temel
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-stopped { overflow: clip; }

body {
  margin: 0;
  background: var(--canvas-dark);
  color: var(--ink);
  font-family: var(--font-text);
  font-size: var(--t-md);
  font-weight: 380;
  line-height: 1.62;
  letter-spacing: 0.004em;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, p { margin: 0; text-wrap: pretty; }
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: var(--track-display);
  line-height: 1.02;
  text-wrap: balance;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}
img, canvas { display: block; }
::selection { background: var(--accent); color: var(--accent-ink); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.skip {
  position: fixed; top: 0.75rem; left: 0.75rem; z-index: 100;
  padding: 0.6rem 1rem;
  background: var(--accent); color: var(--accent-ink);
  font-size: var(--t-sm);
  transform: translateY(-160%);
  transition: transform var(--fast) var(--ease-out);
}
.skip:focus-visible { transform: none; }

.reel__title {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap;
}

/* --- masthead ------------------------------------------------------------ */

.masthead {
  position: fixed; inset: 0 0 auto 0; z-index: 40;
  height: 68px;
  display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.5rem);
  padding-inline: var(--gutter);
  color: var(--ink-on-dark);
  transition: color 420ms var(--ease-out);
}
.masthead.is-light { color: var(--ink-on-light); }

/* Açık zeminde işler rayı başlığın altından akar; başlık o zaman kendi
   geçişini taşır, başka hiçbir yerde değil. */
.masthead::before {
  content: ""; position: absolute; inset: -1px 0 -90% 0; z-index: -1;
  background: linear-gradient(to bottom, var(--canvas-light) 46%, transparent 100%);
  opacity: 0;
  transition: opacity 420ms var(--ease-out);
}
.masthead.is-light::before { opacity: 1; }

.wordmark {
  font-family: var(--font-display);
  font-size: 1.2rem; font-weight: 600; letter-spacing: -0.02em;
  text-decoration: none;
  margin-right: auto;
}
.masthead__nav { display: flex; gap: clamp(1rem, 2.4vw, 2rem); }
.masthead__nav a {
  font-size: var(--t-sm);
  text-decoration: none;
  opacity: 0.78;
  padding-block: 0.6rem;
  transition: opacity var(--fast) var(--ease-out);
}
.masthead__nav a:hover { opacity: 1; }

.button {
  display: inline-block;
  padding: 0.68em 1.35em;
  border: 1px solid currentColor;
  font-family: var(--font-text);
  font-size: var(--t-sm); font-weight: 500;
  font-stretch: 105%; letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none; white-space: nowrap;
  transition:
    background-color var(--fast) var(--ease-out),
    color var(--fast) var(--ease-out),
    transform var(--fast) var(--ease-out);
}
.button--quiet {
  border-color: color-mix(in srgb, currentColor 42%, transparent);
  padding-block: 0.8em;
}
.button--solid {
  background: var(--accent); border-color: var(--accent); color: var(--accent-ink);
  padding: 0.95em 1.8em;
  font-size: var(--t-md);
}
.button:active { transform: translateY(1px); }

@media (hover: hover) and (pointer: fine) {
  .button--quiet:hover { background: currentColor; border-color: currentColor; }
  .masthead .button--quiet:hover { color: var(--canvas-dark); }
  .masthead.is-light .button--quiet:hover { color: var(--canvas-light); }
  .button--solid:hover {
    background: color-mix(in oklab, var(--accent) 86%, var(--ink));
    border-color: color-mix(in oklab, var(--accent) 86%, var(--ink));
  }
}

/* --- grain --------------------------------------------------------------- */

.grain {
  position: fixed; inset: 0; z-index: 50; pointer-events: none;
  opacity: 0.045; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ==========================================================================
   I. EDİTÖR
   Kaydırılan sabit bir sahne. Bu perdedeki her değer tek bir sayıdan,
   sahne ilerlemesinden gelir: kod ve tipografi iki ayrı animasyon değil,
   tek bir zaman çizelgesi.
   ========================================================================== */

.reel { position: relative; height: var(--reel-h); }
.reel__pin { position: sticky; top: 0; height: 100svh; overflow: clip; }
.reel__stage { position: absolute; inset: 0; background: var(--canvas-dark); }

.editor {
  position: absolute; inset: 0;
  padding: calc(68px + 2.5vh) var(--gutter) 0;
  display: flex; flex-direction: column;
  opacity: 0.72;
}
.editor__tabs {
  display: flex; gap: 0.25rem;
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-mono); font-size: var(--t-xs);
  color: var(--code-comment);
}
.editor__tab {
  padding: 0.55rem 1rem 0.6rem;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}
.editor__tab.is-active { color: var(--ink-soft); border-bottom-color: var(--accent); }

.editor__viewport {
  position: relative; flex: 1;
  overflow: hidden;
  padding-top: 1.1rem;
}
.editor__code {
  margin: 0;
  font-family: var(--font-mono);
  font-size: var(--t-code);
  line-height: 1.85;
  color: var(--code-plain);
  white-space: pre;
  tab-size: 2;
  transform: translate3d(0, calc(var(--shift, 0) * -1px), 0);
  will-change: transform;
}
.cl {
  display: grid;
  grid-template-columns: 2.6em minmax(0, 1fr);
  gap: 1.6em;
  padding-inline: 0.5em;
}
.cl__no {
  color: var(--code-comment);
  text-align: right;
  font-variant-numeric: tabular-nums;
  opacity: 0.7;
}
.cl.is-active { background: var(--code-line); }
.cl.is-active .cl__no { color: var(--ink-soft); opacity: 1; }

.t-c { color: var(--code-comment); font-style: italic; }
.t-k { color: var(--code-key); }
.t-t { color: var(--code-type); }
.t-s { color: var(--code-str); }
.t-n { color: var(--code-num); }
.t-f { color: var(--code-fn); }

.caret {
  display: inline-block;
  width: 0.55em; height: 1.1em;
  margin-left: 1px; vertical-align: -0.2em;
  background: var(--accent);
  animation: caret 1.05s steps(1, end) infinite;
}
@keyframes caret { 0%, 55% { opacity: 1 } 56%, 100% { opacity: 0 } }
/* Kaydırılırken imleç yanıp sönmez; yazan el hareket halindeyken durur. */
.reel__stage.is-typing .caret { animation: none; opacity: 1; }

/* Üstte sabit bir bant, köşelerde yoğunluk. Başlık her zaman bir zemine oturur. */
.reel__grade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(to bottom, rgb(43 42 48 / 0.6) 0%, rgb(43 42 48 / 0) 18%),
    radial-gradient(130% 96% at 50% 40%, rgb(43 42 48 / 0) 40%, rgb(43 42 48 / 0.6) 100%),
    radial-gradient(60% 50% at 78% 18%, rgb(167 139 250 / 0.10), transparent 70%);
}
/* Doruk: tüm kare geri çekilir, geriye yalnızca harflerin içindeki kod kalır. */
.reel__grade::after {
  content: ""; position: absolute; inset: 0;
  background: var(--canvas-dark);
  opacity: var(--stage-dim, 0);
}

/* Metnin altında bir bant; %60'ın üstü şeffaf. Kod okunur kalır, yazı da. */
.reel__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(104% 62% at 0% 100%, rgb(43 42 48 / 0.72) 0%, rgb(43 42 48 / 0.36) 42%, rgb(43 42 48 / 0) 74%),
    linear-gradient(to top, rgb(43 42 48 / 0.96) 0%, rgb(43 42 48 / 0.78) 26%, rgb(43 42 48 / 0.3) 46%, rgb(43 42 48 / 0) 60%);
}

.reel__cutout {
  position: absolute; inset: 0; pointer-events: none;
  opacity: var(--cutout-o, 0);
}

.reel__copy {
  position: absolute;
  left: var(--gutter); right: var(--gutter);
  bottom: clamp(5.5rem, 15vh, 9.5rem);
  max-width: min(1080px, 82vw);
  pointer-events: none;
}

.scene {
  position: absolute; inset: auto 0 0 0;
  opacity: calc(1 - var(--out, 0));
  transform: translate3d(0, calc(var(--out, 0) * -1.6rem), 0);
  will-change: transform, opacity;
}
.scene__head {
  font-family: var(--font-display);
  font-size: var(--t-hero);
  font-weight: 600;
  letter-spacing: var(--track-display);
  line-height: 0.98;
  margin-bottom: 0.8rem;
}
.scene__body {
  font-size: var(--t-lg);
  font-weight: 360;
  line-height: 1.5;
  color: color-mix(in srgb, var(--ink) 86%, transparent);
  max-width: 44ch;
}
.scene__body--mark {
  font-family: var(--font-mono);
  font-size: var(--t-sm);
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* Maskeli satır açılışı. Kırpma kutusu taban çizgisinin altına uzatılıp
   negatif boşlukla geri çekilir; yoksa "ğ", "ş" gibi harflerin kuyrukları kesilir. */
.line {
  display: block; overflow: hidden;
  padding-block-end: 0.2em; margin-block-end: -0.2em;
}
.line__in {
  --lin: clamp(0, calc((var(--in, 0) - var(--li, 0) * 0.11) / 0.58), 1);
  display: block;
  opacity: var(--lin);
  transform: translate3d(0, calc((1 - var(--lin)) * 1.35em), 0);
}

/* --- durum çubuğu (örnekteki zaman kodunun karşılığı) ------------------- */

.statusbar {
  position: absolute;
  left: var(--gutter); right: var(--gutter);
  bottom: clamp(1.6rem, 4vh, 2.75rem);
  display: flex; align-items: center;
  gap: clamp(0.85rem, 2vw, 1.6rem);
  font-family: var(--font-mono);
  font-size: var(--t-xs);
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
  opacity: var(--status-o, 1);
}
.statusbar__branch {
  flex: none;
  padding: 0.2rem 0.55rem;
  border: 1px solid var(--rule-strong);
}
.statusbar__track { flex: 1; height: 1px; background: var(--rule); }
.statusbar__fill {
  display: block; height: 1px;
  background: var(--accent);
  transform: scaleX(var(--p, 0));
  transform-origin: left center;
}
.statusbar__pos, .statusbar__lang { flex: none; }
.statusbar__pos span { display: inline-block; min-width: 2ch; text-align: right; }

/* ==========================================================================
   II. KESME
   Sayfadaki tek zemin değişimi, göz önünde. Cümle iki kez dizilidir;
   perde hangisini okuduğunuza karar verir.
   ========================================================================== */

.cut { position: relative; height: 170vh; background: var(--canvas-dark); }
.cut__pin { position: sticky; top: 0; height: 100svh; overflow: clip; }
.cut__layer {
  position: absolute; inset: 0;
  display: grid; place-content: center;
  padding-inline: var(--gutter);
  background: var(--canvas-dark);
  color: var(--ink-on-dark);
}
.cut__layer--light {
  background: var(--canvas-light);
  color: var(--ink-on-light);
  clip-path: inset(calc((1 - var(--wipe, 0)) * 100%) 0 0 0);
}
.cut__line {
  font-family: var(--font-display);
  font-size: var(--t-2xl);
  font-weight: 600;
  letter-spacing: var(--track-display);
  line-height: 1.04;
  text-align: center;
  max-width: 16ch;
}

/* ==========================================================================
   III. HİZMETLER — Satır başına bir kıl çizgi, kutu yok.
   ========================================================================== */

.craft { padding: var(--section) var(--gutter) calc(var(--section) * 0.7); }
.craft__title {
  font-size: var(--t-2xl);
  max-width: 14ch;
  margin-bottom: calc(var(--section) * 0.8);
}
.craft__item {
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(1rem, 4vw, 4rem);
  align-items: start;
  border-top: 1px solid var(--rule);
  padding-block: clamp(2rem, 5.5vh, 3.6rem);
  transition: opacity 760ms var(--ease-out), transform 760ms var(--ease-out);
  transition-delay: calc(var(--i, 0) * 90ms);
}
/* Gizleme yalnızca JS varken ve öğe kat altındayken. */
.craft__item.is-pending { opacity: 0; transform: translate3d(0, 22px, 0); }
.craft__item.is-in { opacity: 1; transform: none; }
.craft__name { font-size: var(--t-xl); font-weight: 500; }
.craft__note {
  max-width: var(--measure);
  color: var(--ink-soft);
  font-size: var(--t-lg);
  line-height: 1.55;
}

/* ==========================================================================
   IV. İŞLER — Yanal akış, ikinci bir sabitleme yok: sayfa hiç durmaz.
   ========================================================================== */

.frames { padding-block: calc(var(--section) * 0.7) var(--section); overflow: clip; }
.frames__head {
  display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between;
  gap: 1rem 3rem;
  padding-inline: var(--gutter);
  margin-bottom: clamp(2.5rem, 6vh, 4.5rem);
}
.frames__title { font-size: var(--t-2xl); max-width: 14ch; }
.frames__note { color: var(--ink-soft); font-size: var(--t-md); max-width: 34ch; }

.frames__rail { position: relative; }
.frames__track {
  display: flex; align-items: flex-start;
  gap: clamp(1rem, 2.4vw, 2.25rem);
  padding-inline: var(--gutter);
  width: max-content;
  transform: translate3d(var(--drift, 0px), 0, 0);
  will-change: transform;
}

/* Ritim, aynı karolardan bir şerit değil: her ikinci iş daha dar ve aşağıda. */
.work { flex: none; width: clamp(280px, 34vw, 540px); }
.work:nth-child(even) {
  width: clamp(220px, 25vw, 400px);
  margin-top: clamp(1.5rem, 5vw, 4.5rem);
}

.work__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.work__shot {
  position: relative;
  aspect-ratio: var(--ratio, 16 / 10);
  background: var(--surface);
  overflow: hidden;
}
.work__shot img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  transition: transform 900ms var(--ease-out);
}
.work__link:hover .work__shot img { transform: scale(1.035); }

/* Yer tutucu: görselin nereye gideceğini söyler. */
.work__shot--empty {
  display: grid; place-content: center; justify-items: center;
  gap: 0.5rem;
  padding: 1.25rem;
  text-align: center;
  border: 1px dashed var(--rule-strong);
  background:
    repeating-linear-gradient(135deg, transparent 0 14px, rgb(21 14 36 / 0.035) 14px 15px),
    var(--surface);
}
.work__shot--empty svg { width: 28px; height: 28px; color: var(--ink-soft); }
.work__wait {
  font-size: var(--t-sm); font-weight: 500;
  color: var(--ink-soft);
}
.work__path {
  font-family: var(--font-mono);
  font-size: var(--t-xs);
  color: var(--ink-soft);
  overflow-wrap: anywhere;
}

.work__meta {
  display: grid; gap: 0.3rem;
  padding-top: 0.95rem;
}
.work__top {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
}
.work__name { font-size: var(--t-lg); font-weight: 500; letter-spacing: -0.02em; }
.work__year {
  flex: none;
  font-family: var(--font-mono); font-size: var(--t-xs);
  color: var(--ink-soft); font-variant-numeric: tabular-nums;
}
.work__kind {
  font-family: var(--font-mono); font-size: var(--t-xs);
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-soft);
}
.work__sum { color: var(--ink-soft); font-size: var(--t-sm); max-width: 46ch; }
.work__go {
  display: inline-flex; align-items: center; gap: 0.35rem;
  margin-top: 0.35rem;
  font-size: var(--t-sm); font-weight: 500;
  color: var(--accent);
}
.work__go svg { width: 14px; height: 14px; transition: transform var(--fast) var(--ease-out); }
.work__link:hover .work__go svg { transform: translate(2px, -2px); }
.work__go--none { color: var(--ink-soft); font-weight: 400; }

/* Klavyeyle gezinen okuyucu: akış durur, ray elle kaydırılır; odak asla ekran dışında kalmaz. */
.frames__rail.is-manual { overflow-x: auto; }
.frames__rail.is-manual .frames__track { transform: none; }

/* ==========================================================================
   V. KAPANIŞ
   ========================================================================== */

.close { padding: var(--section) var(--gutter) clamp(2.5rem, 6vh, 4rem); }
.close__title { font-size: var(--t-hero); max-width: 11ch; line-height: 0.96; }
.close__note {
  margin-block: clamp(1.6rem, 4vh, 2.6rem) clamp(2.2rem, 5vh, 3.2rem);
  max-width: var(--measure);
  font-size: var(--t-lg);
  color: var(--ink-soft);
}
.foot {
  margin-top: calc(var(--section) * 0.9);
  border-top: 1px solid var(--rule);
  padding-top: 1.6rem;
  display: grid; gap: 0.4rem;
}
.foot__row {
  display: flex; gap: clamp(1rem, 4vw, 3rem);
  font-size: var(--t-sm);
  color: var(--ink-soft);
}
.foot__key {
  flex: none; width: 5rem;
  font-family: var(--font-mono);
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  font-size: var(--t-xs);
  padding-top: 0.15em;
}

/* ==========================================================================
   Telefon — masaüstünün küçültülmüşü değil, ayrı bir kompozisyon.
   ========================================================================== */

@media (max-width: 820px) {
  .masthead { height: 56px; }
  .masthead__nav { display: none; }

  .editor { padding-top: calc(56px + 1.5vh); opacity: 0.6; }
  .editor__tab:not(.is-active) { display: none; }
  .cl { grid-template-columns: 2em minmax(0, 1fr); gap: 0.9em; }

  .reel__copy { max-width: none; bottom: clamp(4rem, 11svh, 5.5rem); }
  .scene__head { line-height: 1.02; }
  .scene__body { font-size: var(--t-md); max-width: 34ch; }
  .reel__scrim {
    background: linear-gradient(to top,
      rgb(43 42 48 / 0.97) 0%, rgb(43 42 48 / 0.8) 36%,
      rgb(43 42 48 / 0.36) 56%, rgb(43 42 48 / 0) 72%);
  }
  .statusbar__lang { display: none; }

  .craft__item { grid-template-columns: 1fr; gap: 0.75rem; }
  .craft__note { font-size: var(--t-md); }

  /* Telefonda yanal hareket bir başparmaktır, kaydırma çubuğu değil. */
  .frames__rail {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .frames__rail::-webkit-scrollbar { display: none; }
  .frames__track { transform: none; padding-inline-end: var(--gutter); }
  .work { width: 78vw; scroll-snap-align: center; }
  .work:nth-child(even) { width: 64vw; margin-top: 2rem; }

  .foot__row { flex-direction: column; gap: 0.1rem; }
  .foot__key { width: auto; }
}

/* ==========================================================================
   Azaltılmış hareket — daha az ve daha yumuşak, sıfır değil:
   hikâye kalır, yolculuk gider.
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  :root { --reel-h: 180vh; }
  .scene, .line__in { transform: none; }
  .caret { animation: none; }
  .craft__item.is-pending { opacity: 1; transform: none; }
  .craft__item { transition-duration: 1ms; }
  .frames__track { transform: none; }
  .frames__rail { overflow-x: auto; }
  .work__shot img, .work__go svg { transition: none; }
  .button:active { transform: none; }
}
