/* Abtin Abedi, cinematic scroll portfolio
   ink black / emerald / cream, Anton display + Space Grotesk */

@font-face {
  font-family: "Anton";
  src: url("../fonts/anton-latin.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --ink: #0a0b0a;
  --ink-2: #0e100f;
  --cream: #f2ede3;
  --cream-dim: rgba(242, 237, 227, 0.56);
  --emerald: #19c98c;
  --hairline: rgba(242, 237, 227, 0.14);
  --display: "Anton", "Arial Narrow", sans-serif;
  --body: "Space Grotesk", "Helvetica Neue", sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: auto;
}

body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--body);
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid var(--emerald);
  outline-offset: 3px;
}

img,
video,
canvas {
  max-width: 100%;
  display: block;
}

/* ---------- icons ----------
   Single-colour SVGs painted through a mask, so one file covers every size and
   state and picks up currentColor. A modifier only sets --icon. */

.icon {
  display: inline-block;
  flex: none;
  background-color: currentColor;
  -webkit-mask-image: var(--icon);
  mask-image: var(--icon);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.icon--whatsapp {
  --icon: url("../assets/icons/whatsapp.svg");
}

.icon--phone {
  --icon: url("../assets/icons/phone.svg");
}

.icon--mail {
  --icon: url("../assets/icons/mail.svg");
}

.icon--download {
  --icon: url("../assets/icons/download.svg");
}

/* ---------- preloader ---------- */

.preloader {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: transform 0.9s var(--ease), visibility 0s 0.9s;
}

.preloader__name {
  font-family: var(--display);
  font-size: clamp(1.1rem, 2.4vw, 1.6rem);
  letter-spacing: 0.28em;
}

.preloader__pct {
  font-size: 0.85rem;
  color: var(--emerald);
  font-variant-numeric: tabular-nums;
}

body.is-loaded .preloader {
  transform: translateY(-100%);
  visibility: hidden;
}

/* ---------- nav ---------- */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.nav__mark {
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  color: var(--cream);
}

.nav__links {
  display: flex;
  gap: 2rem;
}

.nav__links a {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cream-dim);
  transition: color 0.3s ease;
}

.nav__links a:hover {
  color: var(--emerald);
}

/* ---------- CV button ----------
   Solid, so it reads as the one action in the bar rather than a fourth link.
   Below 640px the label drops to "CV": the full wording plus three nav links
   will not fit a phone, and losing a nav item would cost more than the word. */

.nav__cv,
.wnav__links .nav__cv {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.52rem 1rem;
  border: 1px solid var(--emerald);
  border-radius: 999px;
  background: var(--emerald);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s var(--ease);
}

.nav__cv .icon {
  width: 0.95em;
  height: 0.95em;
}

.nav__cv:hover,
.nav__cv:focus-visible {
  background: transparent;
  color: var(--emerald);
  transform: translateY(-1px);
}

.nav__cv-short {
  display: none;
}

/* ---------- hero ---------- */

.hero {
  height: 420vh;
  position: relative;
}

.hero__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  overflow: clip;
}

.hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 50% 45%, transparent 55%, rgba(10, 11, 10, 0.8) 100%),
    linear-gradient(to top, rgba(10, 11, 10, 0.85), transparent 30%);
  pointer-events: none;
}

.hero__title {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 clamp(1.25rem, 4vw, 3rem) clamp(3rem, 7vh, 5rem);
  pointer-events: none;
}

.hero__name {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(4.2rem, 16.5vw, 15rem);
  line-height: 0.86;
  letter-spacing: 0.005em;
  color: var(--cream);
}

.hero__line {
  display: block;
  overflow: clip;
  will-change: transform;
}

.hero__line--b {
  color: transparent;
  -webkit-text-stroke: 2px var(--cream);
}

.hero__sub {
  margin-top: 1.4rem;
  overflow: clip;
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--emerald);
}

/* letter-by-letter track-in */
.ltr {
  display: inline-block;
  transform: translateY(115%);
}

body.is-ready .ltr {
  animation: ltr-in 0.9s var(--ease) forwards;
  animation-delay: calc(var(--i) * 60ms + 150ms);
}

@keyframes ltr-in {
  to {
    transform: translateY(0);
  }
}

.hero__progress {
  position: absolute;
  left: clamp(1.25rem, 4vw, 3rem);
  right: clamp(1.25rem, 4vw, 3rem);
  bottom: clamp(1.1rem, 2.5vh, 1.8rem);
  height: 1px;
  background: var(--hairline);
}

.hero__progress span {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--emerald);
  transform-origin: left;
  transform: scaleX(0);
}

/* ---------- stats ---------- */

.stats {
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  background: var(--ink);
  position: relative;
  z-index: 2;
}

.stats__grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1400px;
  margin: 0 auto;
}

.stat {
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.25rem, 3vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.stat + .stat {
  border-left: 1px solid var(--hairline);
}

.stat__num {
  font-family: var(--display);
  font-size: clamp(3rem, 6.5vw, 6rem);
  line-height: 1;
  color: var(--cream);
  font-variant-numeric: tabular-nums;
}

.stat__label {
  font-size: 0.9rem;
  color: var(--cream-dim);
}

/* ---------- pillars ---------- */

.pillars {
  height: 400vh;
  position: relative;
}

.pillars__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  overflow: clip;
}

.pillars__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.62) saturate(1.1);
}

.pillars__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(10, 11, 10, 0.85) 0%, rgba(10, 11, 10, 0.3) 55%, rgba(10, 11, 10, 0.5) 100%),
    linear-gradient(to top, rgba(10, 11, 10, 0.85), transparent 35%);
}

.pillars__rail {
  position: absolute;
  right: clamp(1.25rem, 4vw, 3rem);
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 38vh;
  background: var(--hairline);
}

.pillars__rail span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--emerald);
  transform-origin: top;
  transform: scaleY(0);
}

.pillars__slides {
  position: absolute;
  inset: 0;
}

.pillar {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 clamp(1.25rem, 6vw, 6rem);
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
  pointer-events: none;
}

.pillar.is-active {
  opacity: 1;
  transform: translateY(0);
}

.pillar__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(3.4rem, 9.5vw, 9rem);
  line-height: 0.9;
  color: var(--cream);
}

.pillar__desc {
  margin-top: 1.5rem;
  max-width: 34ch;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: var(--cream-dim);
}

/* ---------- work ---------- */

.work {
  position: relative;
}

.work__bg {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  overflow: clip;
}

.work__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.45);
}

.work__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 11, 10, 0.92), rgba(10, 11, 10, 0.55) 40%, rgba(10, 11, 10, 0.95));
}

.work__content {
  position: relative;
  z-index: 2;
  margin-top: -100vh;
  padding: clamp(5rem, 12vh, 9rem) clamp(1.25rem, 4vw, 3rem) clamp(5rem, 12vh, 8rem);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.work__heading {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(3.4rem, 10vw, 9.5rem);
  line-height: 0.88;
  margin-bottom: clamp(3rem, 8vh, 6rem);
}

.work__list {
  border-top: 1px solid var(--hairline);
}

.project {
  border-bottom: 1px solid var(--hairline);
}

.project__link {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "meta arrow"
    "title arrow"
    "pitch arrow";
  align-items: center;
  gap: 0.35rem 2rem;
  padding: clamp(2rem, 4.5vh, 3.2rem) 0;
  position: relative;
}

.project__meta {
  grid-area: meta;
  font-size: 0.85rem;
  color: var(--cream-dim);
}

.project__title {
  grid-area: title;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.9rem, 5.2vw, 4.6rem);
  line-height: 1;
  color: var(--cream);
  transition: transform 0.5s var(--ease), color 0.4s ease;
}

.project__pitch {
  grid-area: pitch;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  color: var(--cream-dim);
  max-width: 52ch;
}

.project__arrow {
  grid-area: arrow;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  color: var(--emerald);
  opacity: 0;
  transform: translateX(-14px);
  transition: opacity 0.4s ease, transform 0.5s var(--ease);
}

.project__link:hover .project__title,
.project__link:focus-visible .project__title {
  transform: translateX(clamp(8px, 1.5vw, 22px));
  color: var(--emerald);
}

.project__link:hover .project__arrow,
.project__link:focus-visible .project__arrow {
  opacity: 1;
  transform: translateX(0);
}

/* the work list hands off to the full project deck ----------------------
   Two React Bits components, ported to what this site actually is:

   <TiltedCard />            the pointer tilt. The spring model is kept
                             (stiffness 100, damping 30, mass 2) but it runs in
                             main.js off the existing rAF loop instead of
                             `motion`. Amplitude and scale are far below the
                             component defaults: 14deg and 1.1x read fine on a
                             300px square and break apart on a full-width banner.

   <BorderRotate />          the rotating gradient border. This one needs no JS
                             at all -- an @property angle driving a conic
                             gradient, clipped to the border box. Colours are the
                             site's: deep emerald into brand emerald, with cream
                             as the glint. */

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes gradient-rotate {
  to {
    --gradient-angle: 360deg;
  }
}

/* the perspective has to sit on a parent, or the card's own rotation is flat */
.work__all-tilt {
  margin-top: clamp(2.5rem, 6vh, 4rem);
  perspective: 1100px;
}

.work__all {
  /* Also declared plainly, so that browsers without @property still resolve
     the var() below. Without it the whole background-image declaration is
     invalid and the card loses its background as well as its border. The
     keyframes still win over this value where @property is supported. */
  --gradient-angle: 0deg;
  --border-width: 2px;
  --card-bg: #0d100e;
  --glint-deep: #0d4f38;
  --glint-mid: #19c98c;
  --glint-hot: #f2ede3;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "label arrow"
    "title arrow"
    "meta  arrow";
  align-items: center;
  gap: 0.4rem 2rem;
  padding: clamp(2rem, 5vh, 3.4rem) clamp(1.4rem, 3vw, 2.6rem);

  /* the border is transparent so the second background layer shows through it;
     the first layer covers the padding box and hides the gradient behind it */
  border: var(--border-width) solid transparent;
  border-radius: 6px;
  background-color: var(--card-bg); /* last resort if the gradients are dropped */
  background-image:
    linear-gradient(var(--card-bg), var(--card-bg)),
    conic-gradient(
      from var(--gradient-angle),
      var(--glint-deep) 0%,
      var(--glint-mid) 27%,
      var(--glint-hot) 30%,
      var(--glint-mid) 33%,
      var(--glint-deep) 40%,
      var(--glint-deep) 50%,
      var(--glint-mid) 77%,
      var(--glint-hot) 80%,
      var(--glint-mid) 83%,
      var(--glint-deep) 90%
    );
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;

  transform-style: preserve-3d;
  will-change: transform;
}

/* the gradient re-rasterises every frame it turns, so only spin it on screen */
.work__all.is-spinning {
  animation: gradient-rotate 6s linear infinite;
}

.work__all-label {
  grid-area: label;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--emerald);
}

.work__all-title {
  grid-area: title;
  font-family: var(--display);
  font-size: clamp(2rem, 5.6vw, 4.4rem);
  line-height: 1;
  color: var(--cream);
  transform: translateZ(20px);
  transition: color 0.4s var(--ease);
}

.work__all-meta {
  grid-area: meta;
  margin-top: 0.35rem;
  font-size: clamp(0.9rem, 1.3vw, 1.05rem);
  color: var(--cream-dim);
  max-width: 46ch;
}

.work__all-arrow {
  grid-area: arrow;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1;
  color: var(--emerald);
  transform: translateZ(34px);
  transition: transform 0.5s var(--ease);
}

.work__all:hover .work__all-title,
.work__all:focus-visible .work__all-title {
  color: var(--emerald);
}

.work__all:hover .work__all-arrow,
.work__all:focus-visible .work__all-arrow {
  transform: translateZ(34px) translateX(clamp(6px, 1.4vw, 16px));
}

/* ---------- finale ---------- */

.finale {
  position: relative;
  z-index: 2;
  background: var(--ink);
  border-top: 1px solid var(--hairline);
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 14vh, 9rem) clamp(1.25rem, 4vw, 3rem);
}

.finale__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(3.2rem, 10.5vw, 10.5rem);
  line-height: 0.92;
  max-width: 12ch;
}

.finale__word {
  display: inline-block;
  margin-right: 0.22em;
}

.finale__word--accent {
  color: var(--emerald);
}

.finale__actions {
  margin-top: clamp(2.5rem, 6vh, 4rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn {
  display: inline-block;
  padding: 1.05rem 2.2rem;
  font-family: var(--body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 0.35s var(--ease), background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:active {
  transform: scale(0.98);
}

.btn--icon {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.btn--icon .icon {
  width: 1.05em;
  height: 1.05em;
}

.btn--primary {
  background: var(--emerald);
  color: var(--ink);
}

.btn--primary:hover {
  background: #23e2a0;
}

.btn--ghost {
  border: 1px solid rgba(242, 237, 227, 0.4);
  color: var(--cream);
}

.btn--ghost:hover {
  border-color: var(--emerald);
  color: var(--emerald);
}

/* ---------- contact channels ----------
   Same hairline rows as the work list, so the section reads as one page rather
   than a button cluster bolted onto a heading. The number is real text, which
   matters more than it looks: it can be read, copied and dialled by hand when
   the link handler is missing. */

.channels {
  list-style: none;
  margin-top: clamp(2.5rem, 7vh, 4rem);
  max-width: 620px;
  border-top: 1px solid var(--hairline);
}

.channel {
  border-bottom: 1px solid var(--hairline);
}

.channel__link {
  display: grid;
  grid-template-columns: auto minmax(5.5rem, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 0.25rem;
  transition: padding 0.4s var(--ease);
}

.channel__icon {
  width: 17px;
  height: 17px;
  color: var(--cream-dim);
  transition: color 0.3s ease;
}

.channel__label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream-dim);
}

.channel__value {
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  color: var(--cream);
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
  transition: color 0.3s ease;
}

.channel__arrow {
  font-size: 1.1rem;
  color: var(--emerald);
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.35s ease, transform 0.45s var(--ease);
}

.channel__link:hover,
.channel__link:focus-visible {
  padding-left: 0.9rem;
}

.channel__link:hover .channel__icon,
.channel__link:focus-visible .channel__icon,
.channel__link:hover .channel__value,
.channel__link:focus-visible .channel__value {
  color: var(--emerald);
}

.channel__link:hover .channel__arrow,
.channel__link:focus-visible .channel__arrow {
  opacity: 1;
  transform: translateX(0);
}

/* ---------- footer ---------- */

.footer {
  border-top: 1px solid var(--hairline);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.6rem clamp(1.25rem, 4vw, 3rem);
  background: var(--ink);
  position: relative;
  z-index: 2;
}

.footer__copy {
  font-size: 0.85rem;
  color: var(--cream-dim);
}

.footer__links {
  display: flex;
  gap: 1.8rem;
}

.footer__links a {
  font-size: 0.85rem;
  color: var(--cream-dim);
  transition: color 0.3s ease;
}

.footer__links a:hover {
  color: var(--emerald);
}

/* ---------- shared reveal ---------- */

.reveal {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
  transition-delay: calc(var(--d, 0) * 100ms);
}

.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- glow cursor ----------
   js/cursor.js appends the canvas, so nothing is painted when the script
   never runs. It sits above the nav and grain but under the preloader. */

.cursor-glow {
  position: fixed;
  inset: 0;
  z-index: 96;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  mix-blend-mode: screen;
}

@media (prefers-reduced-motion: reduce) {
  .cursor-glow {
    display: none;
  }
}

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

.grain {
  position: fixed;
  inset: 0;
  z-index: 95;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 240px 240px;
}

/* ---------- responsive ---------- */

@media (max-width: 900px) {
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat:nth-child(3) {
    border-left: none;
  }

  .stat:nth-child(n + 3) {
    border-top: 1px solid var(--hairline);
  }

  .pillars__rail {
    display: none;
  }
}

@media (max-width: 640px) {
  .nav__links {
    gap: 0.9rem;
    font-size: 0.95em;
  }

  .nav__cv {
    padding: 0.45rem 0.8rem;
    letter-spacing: 0.06em;
  }

  .nav__cv-full {
    display: none;
  }

  .nav__cv-short {
    display: inline;
  }

  .project__link {
    grid-template-areas:
      "meta meta"
      "title title"
      "pitch arrow";
  }

  .work__all {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "label"
      "title"
      "meta"
      "arrow";
  }

  .work__all-arrow {
    margin-top: 0.8rem;
  }

  .work__all:hover .work__all-arrow,
  .work__all:focus-visible .work__all-arrow {
    transform: translateZ(34px) translateX(8px);
  }

  .finale__actions .btn {
    width: 100%;
    text-align: center;
  }

  .finale__actions .btn--icon {
    justify-content: center;
  }

  .channel__link {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "icon label arrow"
      "icon value arrow";
    gap: 0.15rem 0.9rem;
  }

  .channel__icon {
    grid-area: icon;
  }

  .channel__label {
    grid-area: label;
  }

  .channel__value {
    grid-area: value;
  }

  .channel__arrow {
    grid-area: arrow;
  }
}

/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  .ltr {
    transform: none;
  }

  body.is-ready .ltr {
    animation: none;
  }

  .work__all.is-spinning {
    animation: none;
  }

  .channel__link,
  .channel__arrow {
    transition: none;
  }

  .nav__cv:hover,
  .nav__cv:focus-visible {
    transform: none;
  }

  .channel__link:hover,
  .channel__link:focus-visible {
    padding-left: 0.25rem;
  }

  .work__all-title,
  .work__all-arrow {
    transform: none;
    transition: none;
  }

  .work__all:hover .work__all-arrow,
  .work__all:focus-visible .work__all-arrow {
    transform: none;
  }

  .reveal,
  .pillar {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .preloader {
    transition: none;
  }
}
