:root {
  --about-line: rgba(18, 21, 19, 0.18);
  --about-line-light: rgba(238, 234, 225, 0.22);
}

.about-page {
  min-width: 320px;
  background: var(--paper);
}

.about-page .site-header {
  color: var(--ink);
}

.about-page .site-header .brand img,
.about-page .site-header.is-scrolled .brand img {
  filter: invert(1);
}

.about-page .site-header.is-scrolled {
  color: var(--ink);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  align-items: stretch;
  min-height: min(840px, 100svh);
  padding: 126px clamp(24px, 6vw, 96px) 48px;
  color: var(--ink);
  background: var(--paper);
}

.about-hero-copy {
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: center;
  max-width: 680px;
  padding: 30px clamp(0px, 2.5vw, 40px) 50px 0;
}

.about-hero-copy .kicker {
  margin-bottom: 28px;
}

.about-hero h1 {
  max-width: 13ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

.about-hero-lede {
  max-width: 32ch;
  margin: 32px 0 0;
  color: var(--muted-strong);
  font-size: clamp(1.0625rem, 1.35vw, 1.25rem);
  font-weight: 450;
  line-height: 1.55;
  text-wrap: pretty;
}

.about-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 40px;
}

.about-hero-actions .text-link {
  color: var(--ink);
}

.about-hero-media {
  position: relative;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  background: var(--paper-deep);
}

.about-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(18, 21, 19, 0.06), transparent 60%);
  content: "";
  pointer-events: none;
}

.about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 900ms var(--ease-out);
}

.about-hero-media:hover img {
  transform: scale(1.025);
}

.about-scroll-story {
  position: relative;
  height: auto;
  color: var(--paper);
  background: var(--ink-soft);
}

.about-scroll-story-track {
  position: relative;
  top: auto;
  height: auto;
  min-height: 0;
}

.about-scroll-story-viewport {
  position: relative;
  height: auto;
  overflow: visible;
  isolation: isolate;
}

.about-scroll-story.is-enhanced {
  height: 640vh;
}

.about-scroll-story.is-enhanced .about-scroll-story-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  background: var(--ink-soft);
}

.about-scroll-story.is-enhanced .about-scroll-story-track.is-pinned {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 3;
}

.about-scroll-story.is-enhanced .about-scroll-story-track.is-ended {
  position: absolute;
  top: auto;
  bottom: 0;
}

.about-scroll-story.is-enhanced .about-scroll-story-viewport {
  height: 100%;
  overflow: hidden;
}

.about-scroll-story-viewport::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 50% 50%, rgba(238, 234, 225, 0.055), transparent 42%);
  content: "";
  pointer-events: none;
}

.about-scroll-story-kicker {
  position: absolute;
  top: clamp(112px, 14vh, 148px);
  left: clamp(24px, 6vw, 96px);
  z-index: 6;
  color: rgba(238, 234, 225, 0.56);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-motion-control {
  position: absolute;
  top: clamp(106px, 13vh, 140px);
  right: clamp(24px, 6vw, 96px);
  z-index: 8;
  min-width: 122px;
  min-height: 36px;
  padding: 0 12px;
  color: rgba(238, 234, 225, 0.8);
  border: 1px solid rgba(238, 234, 225, 0.32);
  background: rgba(20, 25, 22, 0.18);
  font: 600 9px/1 var(--sans);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.about-motion-control:hover {
  color: var(--ink);
  border-color: var(--paper);
  background: var(--paper);
}

.about-motion-control:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 3px;
}

.about-scroll-constellation {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.about-scroll-story-stages {
  position: relative;
  z-index: 4;
  height: auto;
}

.about-scroll-story.is-enhanced .about-scroll-story-stages {
  height: 100%;
}

.about-scroll-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(760px, 86svh);
  padding: 150px clamp(24px, 7vw, 120px) 92px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.about-scroll-story.is-enhanced .about-scroll-stage {
  position: absolute;
  inset: 0;
  min-height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.about-scroll-stage-copy {
  position: relative;
  z-index: 5;
  display: grid;
  justify-items: center;
  width: min(44vw, 640px);
  text-align: center;
  pointer-events: auto;
}

.about-scroll-stage-title {
  max-width: 12ch;
  margin: 0;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(3rem, 5.2vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-wrap: balance;
}

.about-scroll-stage-support {
  max-width: 31ch;
  margin: 28px 0 0;
  color: rgba(238, 234, 225, 0.74);
  font-size: clamp(0.95rem, 1.15vw, 1.1rem);
  font-weight: 450;
  line-height: 1.5;
  text-wrap: pretty;
}

.about-scroll-stage[data-stage="1"] .about-scroll-stage-support,
.about-scroll-stage[data-stage="3"] .about-scroll-stage-support {
  color: rgba(238, 234, 225, 0.58);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-scroll-stage-cta {
  margin-top: 34px;
}

.about-story-image {
  position: absolute;
  z-index: 1;
  width: clamp(190px, 20vw, 350px);
  aspect-ratio: 1 / 1.14;
  margin: 0;
  overflow: hidden;
  background: #2a302b;
  border: 1px solid rgba(238, 234, 225, 0.14);
  border-radius: 4px;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.16);
  opacity: 0.85;
  transform: none;
  will-change: auto;
}

.about-scroll-story.is-enhanced .about-story-image {
  opacity: 0;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(0.94);
  will-change: transform, opacity;
}

.about-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.98);
}

.story-image--near { width: clamp(210px, 21vw, 350px); }
.story-image--mid { width: clamp(170px, 16vw, 280px); }
.story-image--far { width: clamp(145px, 13vw, 220px); }

/* Alternating lanes: each active card keeps its own breathing room. */
.story-slot-a { left: 5%; bottom: 10%; }
.story-slot-b { right: 6%; top: 11%; }
.story-slot-c { left: 14%; top: 14%; }
.story-slot-d { right: 7%; bottom: 11%; }
.story-slot-e { right: 24%; top: 39%; }
.story-slot-f { left: 3%; bottom: 37%; }
.story-slot-g { right: 14%; top: 55%; }
.story-slot-h { left: 13%; bottom: 20%; }
.story-slot-i { left: 26%; top: 62%; }
.story-slot-j { right: 3%; bottom: 31%; }
.story-slot-k { right: 20%; bottom: 5%; }
.story-slot-l { left: 2%; top: 31%; }
.story-slot-m { right: 6%; top: 70%; }

.about-scroll-story-progress {
  position: absolute;
  right: clamp(24px, 6vw, 96px);
  bottom: 42px;
  left: clamp(24px, 6vw, 96px);
  z-index: 7;
  height: 1px;
  overflow: hidden;
  background: rgba(238, 234, 225, 0.2);
}

.about-scroll-story-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--paper);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

html:not(.js) .about-scroll-story,
.about-scroll-story.is-reduced {
  height: auto;
}

html:not(.js) .about-scroll-story-track,
.about-scroll-story.is-reduced .about-scroll-story-track {
  position: relative;
  height: auto;
  min-height: 0;
}

html:not(.js) .about-scroll-story-viewport,
.about-scroll-story.is-reduced .about-scroll-story-viewport {
  height: auto;
  min-height: 0;
  overflow: visible;
}

html:not(.js) .about-scroll-story-stages,
.about-scroll-story.is-reduced .about-scroll-story-stages {
  display: grid;
  height: auto;
}

html:not(.js) .about-scroll-stage,
.about-scroll-story.is-reduced .about-scroll-stage {
  position: relative;
  inset: auto;
  display: grid;
  min-height: min(760px, 86svh);
  padding-top: 150px;
  padding-bottom: 110px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

html:not(.js) .about-scroll-constellation,
.about-scroll-story.is-reduced .about-scroll-constellation {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  inset: auto;
  padding: 24px clamp(24px, 6vw, 96px) 8px;
}

html:not(.js) .about-scroll-constellation .about-story-image,
.about-scroll-story.is-reduced .about-scroll-constellation .about-story-image {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  opacity: 0.9;
  transform: none;
}

html:not(.js) .about-story-image,
.about-scroll-story.is-reduced .about-story-image {
  opacity: 0.9;
  transform: none;
  will-change: auto;
}

html:not(.js) .about-scroll-story-progress,
.about-scroll-story.is-reduced .about-scroll-story-progress {
  display: none;
}

html:not(.js) .about-motion-control,
.about-scroll-story.is-reduced .about-motion-control {
  display: none;
}

.about-section-heading {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.about-section-heading .display {
  max-width: 13ch;
}

.about-section-heading .body-copy {
  margin-top: 0;
  color: var(--muted-strong);
}

.about-materials .section-frame,
.about-story .section-frame {
  padding-top: clamp(90px, 11vw, 150px);
  padding-bottom: clamp(90px, 11vw, 150px);
}

.about-material-list,
.about-story-list {
  display: grid;
  margin-top: clamp(50px, 7vw, 90px);
  border-top: 1px solid var(--about-line);
}

.about-material-list a {
  display: grid;
  grid-template-columns: minmax(150px, 0.48fr) minmax(0, 1fr);
  gap: 30px;
  padding: 25px 0;
  border-bottom: 1px solid var(--about-line);
  transition: color 180ms ease, padding 220ms var(--ease-out);
}

.about-material-list a:hover,
.about-material-list a:focus-visible {
  padding-left: 8px;
  color: var(--red);
}

.about-material-list strong {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.about-material-list span {
  max-width: 42ch;
  justify-self: end;
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.55;
}

.about-material-list b,
.about-project-grid b,
.about-story-list b {
  display: inline-block;
  margin-left: 9px;
  color: currentColor;
  font-weight: 400;
  transition: transform 180ms var(--ease-out);
}

.about-material-list a:hover b,
.about-material-list a:focus-visible b,
.about-project-grid a:hover b,
.about-project-grid a:focus-visible b,
.about-story-list a:hover b,
.about-story-list a:focus-visible b {
  transform: translate(3px, -3px);
}

.about-section-link {
  margin-top: 30px;
  color: var(--ink);
}

.about-projects .section-frame {
  padding-top: clamp(90px, 11vw, 150px);
  padding-bottom: clamp(90px, 11vw, 150px);
}

.about-projects-heading .body-copy {
  color: rgba(238, 234, 225, 0.78);
}

.about-project-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  grid-template-rows: repeat(2, minmax(190px, 1fr));
  gap: 14px;
  margin-top: clamp(50px, 7vw, 90px);
}

.about-project-grid a {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  background: #252a26;
  border-radius: 16px;
}

.about-project-grid a:first-child {
  grid-row: span 2;
}

.about-project-grid img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  opacity: 0.88;
  transition: transform 700ms var(--ease-out), opacity 400ms ease;
}

.about-project-grid a:hover img,
.about-project-grid a:focus-visible img {
  opacity: 1;
  transform: scale(1.035);
}

.about-project-grid a::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(11, 13, 12, 0.8));
  content: "";
  pointer-events: none;
}

.about-project-grid span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.about-projects .about-section-link {
  color: var(--paper);
}

.about-bali-frame {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1.15fr);
  gap: clamp(45px, 8vw, 140px);
  align-items: center;
}

.about-bali-frame .display {
  max-width: 10ch;
}

.about-bali-frame .body-copy {
  max-width: 36ch;
}

.about-bali-image {
  margin: 0;
  overflow: hidden;
  background: var(--paper-deep);
}

.about-bali-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 800ms var(--ease-out);
}

.about-bali-image:hover img {
  transform: scale(1.025);
}

.about-showroom-frame {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1.15fr);
  gap: clamp(45px, 8vw, 140px);
  align-items: end;
}

.about-showroom-frame .display {
  max-width: 10ch;
}

.about-showroom-frame .body-copy {
  max-width: 34ch;
  color: rgba(238, 234, 225, 0.84);
}

.about-showroom-detail {
  padding-top: 8px;
}

.about-showroom-detail > p {
  margin: 0 0 18px;
  color: rgba(238, 234, 225, 0.72);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-showroom-detail address {
  max-width: 20ch;
  margin: 0;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.1vw, 3.2rem);
  font-style: normal;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.about-showroom-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 38px;
}

.about-story-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  padding: 13px 0;
  border-bottom: 1px solid var(--about-line);
  font-size: 16px;
  transition: color 180ms ease, padding 220ms var(--ease-out);
}

.about-story-list a:hover,
.about-story-list a:focus-visible {
  padding-left: 8px;
  color: var(--red);
}

.about-story-list b {
  margin-left: 0;
  font-size: 18px;
}

.about-closing .section-frame {
  display: grid;
  justify-items: start;
  padding-top: clamp(100px, 13vw, 185px);
  padding-bottom: clamp(100px, 13vw, 185px);
}

.about-closing .section-label {
  color: rgba(238, 234, 225, 0.58);
}

.about-closing .display {
  max-width: 12ch;
  font-size: clamp(2.7rem, 5.4vw, 5.4rem);
}

.about-closing .body-copy {
  max-width: 39ch;
  color: rgba(238, 234, 225, 0.82);
}

.about-closing .button {
  margin-top: 38px;
}

.about-page .footer-bottom {
  flex-wrap: wrap;
  gap: 16px 24px;
}

@media (max-width: 900px) {
  .about-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 24px;
  }

  .about-hero-copy {
    max-width: 700px;
    padding: 36px 0 70px;
  }

  .about-hero h1 {
    max-width: 11ch;
    font-size: clamp(3.3rem, 10vw, 5.5rem);
  }

  .about-hero-media {
    min-height: 60vw;
  }

  .about-scroll-stage-copy {
    width: min(52vw, 520px);
  }

  .about-scroll-stage-title {
    font-size: clamp(2.8rem, 6.4vw, 4.6rem);
  }

  .about-story-image--near,
  .story-image--near {
    width: clamp(200px, 27vw, 300px);
  }

  .story-image--mid {
    width: clamp(170px, 22vw, 250px);
  }

  .story-image--far {
    width: clamp(140px, 17vw, 210px);
  }

  .story-image--left { left: clamp(0px, 3vw, 30px); }
  .story-image--right { right: clamp(0px, 3vw, 30px); }

  .about-scroll-story-kicker {
    top: 112px;
    left: 24px;
  }

  .about-bali-frame,
  .about-showroom-frame {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-bali-frame .display,
  .about-showroom-frame .display {
    max-width: 14ch;
  }
}

@media (max-width: 620px) {
  .about-hero {
    padding: 96px 24px 8px;
  }

  .about-hero-copy {
    padding: 28px 0 56px;
  }

  .about-hero-copy .kicker {
    margin-bottom: 20px;
  }

  .about-hero h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 14.2vw, 4.35rem);
    line-height: 0.98;
  }

  .about-hero-lede {
    max-width: 31ch;
    margin-top: 24px;
    font-size: 1rem;
  }

  .about-hero-actions,
  .about-showroom-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 21px;
    margin-top: 30px;
  }

  .about-hero-actions .button,
  .about-showroom-actions .button {
    width: 100%;
    justify-content: space-between;
  }

  .about-hero-actions .text-link,
  .about-showroom-actions .text-link {
    align-self: flex-start;
  }

  .about-hero-media {
    min-height: 110vw;
  }

  .about-hero-media img {
    object-position: 58% center;
  }

  .about-scroll-story.is-enhanced {
    height: 580vh;
  }

  .about-scroll-story-track {
    min-height: 560px;
  }

  .about-scroll-story-kicker {
    top: 96px;
    right: 132px;
    left: 24px;
    max-width: 28ch;
    font-size: 9px;
  }

  .about-motion-control {
    top: 88px;
    right: 24px;
    min-width: 96px;
    min-height: 32px;
    padding: 0 8px;
    font-size: 8px;
  }

  .about-scroll-stage {
    padding: 132px 24px 78px;
  }

  .about-scroll-stage-copy {
    width: min(100%, 340px);
  }

  .about-scroll-stage-title {
    max-width: 10ch;
    font-size: clamp(2.45rem, 11.8vw, 3.8rem);
    line-height: 0.99;
  }

  .about-scroll-stage-support {
    max-width: 26ch;
    margin-top: 22px;
    font-size: 0.95rem;
  }

  .about-scroll-stage[data-stage="1"] .about-scroll-stage-support,
  .about-scroll-stage[data-stage="3"] .about-scroll-stage-support {
    max-width: 28ch;
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .about-story-image {
    width: 108px;
    aspect-ratio: 1 / 1.18;
    border-radius: 3px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
  }

  .story-image--near,
  .story-image--mid,
  .story-image--far {
    width: 108px;
  }

  .story-slot-a { left: 4%; bottom: 10%; }
  .story-slot-b { right: 5%; top: 12%; }
  .story-slot-c { left: 12%; top: 16%; }
  .story-slot-d { right: 5%; bottom: 12%; }
  .story-slot-e { right: 23%; top: 40%; }
  .story-slot-f { left: 3%; bottom: 38%; }
  .story-slot-g { right: 13%; top: 56%; }
  .story-slot-h { left: 11%; bottom: 20%; }
  .story-slot-i { left: 24%; top: 63%; }
  .story-slot-j { right: 4%; bottom: 33%; }
  .story-slot-k { right: 18%; bottom: 6%; }
  .story-slot-l { left: 3%; top: 32%; }
  .story-slot-m { right: 6%; top: 71%; }

  .about-scroll-story-progress {
    right: 24px;
    bottom: 28px;
    left: 24px;
  }

  .about-materials .section-frame,
  .about-story .section-frame,
  .about-projects .section-frame {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .about-section-heading .display {
    max-width: 11ch;
    font-size: clamp(2.35rem, 11vw, 3.55rem);
  }

  .about-section-heading .body-copy {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .about-material-list {
    margin-top: 44px;
  }

  .about-material-list a {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 20px 0;
  }

  .about-material-list strong {
    font-size: 1.65rem;
  }

  .about-material-list span {
    justify-self: start;
    font-size: 14px;
  }

  .about-project-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px;
    margin-top: 44px;
  }

  .about-project-grid a:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .about-project-grid a:not(:first-child) {
    aspect-ratio: 1 / 1.08;
  }

  .about-project-grid img {
    min-height: 0;
  }

  .about-project-grid span {
    right: 12px;
    bottom: 12px;
    left: 12px;
    font-size: 1.15rem;
  }

  .about-bali-frame,
  .about-showroom-frame {
    gap: 36px;
  }

  .about-bali-frame .display,
  .about-showroom-frame .display {
    max-width: 11ch;
    font-size: clamp(2.35rem, 11vw, 3.55rem);
  }

  .about-bali-frame .body-copy,
  .about-showroom-frame .body-copy {
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .about-bali-image img {
    aspect-ratio: 4 / 5;
  }

  .about-showroom-detail address {
    max-width: 17ch;
    font-size: clamp(1.8rem, 9vw, 2.7rem);
  }

  .about-story-list {
    margin-top: 42px;
  }

  .about-story-list a {
    min-height: 58px;
    font-size: 14px;
  }

  .about-closing .section-frame {
    padding-top: 86px;
    padding-bottom: 92px;
  }

  .about-closing .display {
    max-width: 10ch;
    font-size: clamp(2.5rem, 11vw, 3.6rem);
  }

  .about-closing .body-copy {
    margin-top: 22px;
    font-size: 1rem;
  }

  .about-closing .button {
    width: 100%;
    justify-content: space-between;
  }

  .about-page .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-story-image,
  .about-hero-media img,
  .about-bali-image img,
  .about-project-grid img {
    transition: none;
  }
}
