/* Shared shell and base styles for /about page redesign */

.row-about-2026 {
  background: #fffdf8 !important;
  color: var(--row-source-navy);
  font-family: "Barlow", "Avenir Next", sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
}

/* Entrance animation (shared across sections) */
@keyframes row-about25-reveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  @keyframes row-about25-reveal {
    from { opacity: 0; transform: none; }
    to { opacity: 1; transform: none; }
  }
}

/* Hero Section */
.row-about25-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  min-height: 62vh;
  background: #fffdf8;
}

.row-about25-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.row-about25-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  animation: row-about25-ken-burns 22s ease-out forwards;
}

@media (prefers-reduced-motion: reduce) {
  .row-about25-hero__media img {
    animation: none;
  }
}

@keyframes row-about25-ken-burns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}

.row-about25-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(32, 60, 83, 0.72) 0%,
    rgba(32, 60, 83, 0.48) 35%,
    transparent 100%
  );
  z-index: 1;
}

.row-about25-hero__content {
  position: relative;
  z-index: 2;
  padding: clamp(30px, 5vw, 60px) clamp(24px, 5vw, 48px) clamp(5rem, 7vw, 6.5rem);
  max-width: 800px;
  animation: row-about25-reveal 800ms var(--row-home-ease) forwards;
}

.row-about25-hero__book-edge {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 74px;
  fill: #fffdf8;
  pointer-events: none;
}

@media (max-width: 699px) {
  .row-about25-hero__book-edge {
    height: 54px;
  }
}

.row-about25-hero__eyebrow {
  margin: 0 0 16px 0;
  padding: 0;
  color: #fff;
  font-family: "Barlow Condensed", "Avenir Next Condensed", sans-serif;
  font-size: clamp(0.78rem, 1.2vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0.95;
}

/* !important + double-class selector required: application.css
   body.marketing-site h1 (1 class, 2 elements, !important) must lose */
.row-about-2026 .row-about25-hero h1 {
  margin: 0;
  color: #fff !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(2.25rem, 5.5vw, 5rem);
  font-weight: 400 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.05;
  text-transform: none !important;
  text-shadow: 0 2px 24px rgba(12, 26, 38, 0.55);
}

.row-about25-hero h1 span,
.row-about25-hero h1 em {
  display: block;
}

.row-about25-hero h1 em {
  color: var(--row-source-yellow);
  font-style: normal;
}

/* Story Section */
.row-about25-story {
  padding: clamp(74px, 8vw, 112px) clamp(24px, 5vw, 32px);
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 201, 79, 0.14), transparent 30%),
    #fffdf8;
}

.row-about25-story__quote-feature {
  position: relative;
  display: grid;
  width: min(100% - 32px, 1280px);
  min-height: 240px;
  margin: 0 auto 28px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: var(--row-source-green, #5b8163);
  color: #fffdfa;
  grid-template-columns: minmax(208px, 0.72fr) minmax(0, 2fr);
  grid-template-rows: minmax(240px, auto);
  box-shadow: 0 20px 48px rgba(28, 58, 84, 0.16);
  isolation: isolate;
  animation: row-about25-reveal 800ms var(--row-home-ease) forwards;
}

.row-about25-story__quote-feature::after {
  position: absolute;
  top: -128px;
  right: -64px;
  width: 352px;
  height: 352px;
  border: 1px solid rgba(255, 201, 79, 0.42);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.row-about25-story__quote-header {
  position: relative;
  z-index: 1;
  display: flex;
  padding: clamp(32px, 4vw, 56px);
  flex-direction: column;
  justify-content: center;
}

.row-about25-story__quote-header blockquote {
  margin: 0;
  padding: 0;
}

body.page-pages-about .row-about25-story__quote-header h2 {
  max-width: 25ch;
  margin: 0 !important;
  color: #fffdfa !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(1.75rem, 3.1vw, 3.2rem);
  font-weight: 400 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.08;
  text-wrap: balance !important;
}

.row-about25-story__quote-kicker {
  margin: 0 0 0.9rem !important;
  color: #fffdfa !important;
  font: 800 0.72rem/1 "Barlow", "Avenir Next", sans-serif !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.row-about25-story__quote-header cite {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.2rem;
  color: #fffdfa;
  font-family: "Barlow", "Avenir Next", sans-serif;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.row-about25-story__quote-header cite::before {
  width: 40px;
  height: 2px;
  background: var(--row-source-yellow);
  content: "";
  flex-shrink: 0;
}

.row-about25-story__portrait {
  position: relative;
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  background: #294965;
}

.row-about25-story__portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(91, 129, 99, 0.72));
  content: "";
  pointer-events: none;
}

.row-about25-story__portrait img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
  transform: scale(1.02);
}

.row-about25-story__lede {
  width: min(100% - 32px, 980px);
  margin: 0 auto clamp(58px, 8vw, 92px);
  padding: clamp(24px, 3vw, 36px) clamp(4px, 2vw, 20px) 0;
}

.row-about25-story__lede p {
  margin: 0;
  color: var(--row-source-navy);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.72;
}

.row-about25-story__lede p::first-letter {
  float: left;
  margin: 0.07em 0.11em 0 0;
  color: var(--row-source-green, #5b8163);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 3.7em;
  line-height: 0.82;
}

/* Video-led foundation spread: one photographic story with two supporting chapters. */
.row-about25-story__feature {
  position: relative;
  display: grid;
  grid-template-areas:
    "video vision"
    "video mission";
  grid-template-columns: minmax(0, 1.86fr) minmax(300px, 0.8fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  width: min(1280px, calc(100% - 32px));
  min-height: clamp(500px, 42vw, 580px);
  margin: clamp(50px, 8vw, 80px) auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: row-about25-reveal 1200ms var(--row-home-ease) 240ms both;
}

.row-about25-story__glass-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  min-height: 0;
  padding: clamp(28px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 24px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 18px 42px rgba(32, 60, 83, 0.12);
  transition: box-shadow 480ms cubic-bezier(0.16, 1, 0.3, 1), border-color 320ms ease;
}

.row-about25-story__vision {
  grid-area: vision;
  background:
    radial-gradient(circle at 88% 4%, rgba(255, 255, 255, 0.42), transparent 36%),
    #ffc94f;
}

.row-about25-story__mission {
  grid-area: mission;
  background:
    radial-gradient(circle at 88% 4%, rgba(255, 255, 255, 0.16), transparent 38%),
    var(--row-source-green, #537b59);
}

.row-about25-story__vision::selection,
.row-about25-story__mission::selection {
  background: rgba(41, 73, 101, 0.2);
}

.row-about25-story__vision::before,
.row-about25-story__mission::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: currentColor;
  opacity: 0.22;
  transform: scaleX(0.22);
  transform-origin: left center;
  transition: transform 560ms cubic-bezier(0.16, 1, 0.3, 1), opacity 320ms ease;
  content: "";
  pointer-events: none;
}

.row-about25-story__vision::after,
.row-about25-story__mission::after {
  position: absolute;
  right: clamp(28px, 3vw, 42px);
  bottom: clamp(26px, 2.8vw, 38px);
  width: 54px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.46;
  pointer-events: none;
  transform: scaleX(0.38);
  transform-origin: right center;
  transition: transform 560ms cubic-bezier(0.16, 1, 0.3, 1), opacity 320ms ease;
}

.row-about-2026 .row-about25-story__glass-tile h2,
.row-about-2026 .row-about25-story__glass-tile h3 {
  margin: 0 !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.04em !important;
  font-size: clamp(2rem, 2.55vw, 2.8rem);
  line-height: 1.06;
  text-wrap: balance;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.row-about25-story__glass-tile p {
  max-width: 31ch;
  margin: 0 !important;
  font-size: clamp(1rem, 1.14vw, 1.1rem);
  line-height: 1.58;
  text-wrap: pretty;
  transition: transform 560ms cubic-bezier(0.16, 1, 0.3, 1), opacity 360ms ease;
}

.row-about-2026 .row-about25-story__vision h3,
.row-about25-story__vision p {
  color: var(--row-source-navy) !important;
}

.row-about-2026 .row-about25-story__mission h3,
.row-about25-story__mission p {
  color: #fff !important;
}

.row-about25-story__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  flex-shrink: 0;
  transition: transform 560ms cubic-bezier(0.16, 1, 0.3, 1), stroke-width 280ms ease, background-color 320ms ease;
}

.row-about25-story__vision .row-about25-story__icon {
  stroke: var(--row-source-navy);
}

.row-about25-story__mission .row-about25-story__icon {
  stroke: var(--row-source-yellow);
}

@media (hover: hover) and (pointer: fine) {
  .row-about25-story__vision:hover,
  .row-about25-story__mission:hover {
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.62),
      0 24px 52px rgba(32, 60, 83, 0.17);
  }

  .row-about25-story__vision:hover::before,
  .row-about25-story__mission:hover::before {
    opacity: 0.5;
    transform: scaleX(1);
  }

  .row-about25-story__vision:hover::after,
  .row-about25-story__mission:hover::after {
    opacity: 0.72;
    transform: scaleX(1);
  }

  .row-about25-story__vision:hover .row-about25-story__icon,
  .row-about25-story__mission:hover .row-about25-story__icon {
    background: rgba(255, 255, 255, 0.24);
    stroke-width: 1.7;
    transform: rotate(8deg) scale(1.06);
  }

  .row-about25-story__vision:hover h3,
  .row-about25-story__mission:hover h3 {
    transform: translateX(5px);
  }

  .row-about25-story__vision:hover p,
  .row-about25-story__mission:hover p {
    opacity: 0.94;
    transform: translateX(5px);
  }
}

/* Lazy video facade and popup */
.row-about25-story__video {
  grid-area: video;
  padding: 0;
  border-color: rgba(255, 255, 255, 0.46);
  border-radius: 28px;
  background: var(--row-source-navy);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 26px 64px rgba(24, 49, 70, 0.22);
  transition: box-shadow 560ms cubic-bezier(0.16, 1, 0.3, 1), border-color 320ms ease;
}

.row-about25-story__video-preview {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: inherit;
  background: var(--row-source-navy);
  cursor: pointer;
  isolation: isolate;
}

.row-about25-story__video-preview:focus-visible {
  outline: 4px solid var(--row-source-yellow);
  outline-offset: 5px;
}

.row-about25-story__video-preview > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none !important;
  object-position: 50% 48%;
  transform: scale(1.006);
  transition: transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.row-about25-story__video-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 23, 32, 0.01) 28%, rgba(10, 23, 32, 0.12) 56%, rgba(10, 23, 32, 0.76) 100%);
  transition: opacity 520ms ease;
}

.row-about25-story__video-action {
  position: absolute;
  z-index: 2;
  right: auto;
  bottom: clamp(22px, 2.4vw, 32px);
  left: clamp(22px, 2.4vw, 32px);
  display: flex;
  gap: 12px;
  align-items: center;
  width: max-content;
  max-width: calc(100% - 44px);
  padding: 8px 18px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(18, 37, 50, 0.54);
  box-shadow: 0 14px 34px rgba(12, 22, 29, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  font-family: "Barlow Condensed", "Avenir Next Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), background-color 320ms ease, border-color 320ms ease, box-shadow 420ms ease;
}

.row-about25-story__video-play {
  display: grid;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: var(--row-source-yellow);
  box-shadow: 0 10px 24px rgba(12, 22, 29, 0.24);
  color: var(--row-source-navy);
  font-size: 1rem;
  line-height: 1;
  place-items: center;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1), background-color 280ms ease, box-shadow 360ms ease;
}

.row-about25-story__video-preview:hover > img,
.row-about25-story__video-preview:focus-visible > img {
  transform: scale(1.038);
}

.row-about25-story__video-preview:hover .row-about25-story__video-shade,
.row-about25-story__video-preview:focus-visible .row-about25-story__video-shade {
  opacity: 0.88;
}

.row-about25-story__video-preview:hover .row-about25-story__video-action,
.row-about25-story__video-preview:focus-visible .row-about25-story__video-action {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(18, 37, 50, 0.72);
  box-shadow: 0 18px 42px rgba(12, 22, 29, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translateX(5px);
}

.row-about25-story__video-preview:hover .row-about25-story__video-play,
.row-about25-story__video-preview:focus-visible .row-about25-story__video-play {
  background: #fff;
  color: var(--row-source-navy);
  box-shadow: 0 14px 32px rgba(12, 22, 29, 0.34), 0 0 0 7px rgba(255, 255, 255, 0.12);
  transform: translateX(2px) scale(1.035);
}

@media (hover: hover) and (pointer: fine) {
  .row-about25-story__video:hover,
  .row-about25-story__video:focus-within {
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.24),
      0 32px 78px rgba(24, 49, 70, 0.28);
  }
}

.row-about25-story__video-dialog {
  width: min(1040px, calc(100vw - 48px));
  max-width: none;
  max-height: calc(100svh - 48px);
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 26px;
  background: #0d151b;
  box-shadow: 0 44px 110px rgba(0, 0, 0, 0.58);
  color: #fff;
}

.row-about25-story__video-dialog:not([open]) {
  display: none;
}

.row-about25-story__video-dialog::backdrop {
  background: rgba(10, 17, 22, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.row-about25-story__video-dialog-surface {
  position: relative;
  padding: 16px;
}

.row-about25-story__video-mount {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: #080d11;
}

.row-about25-story__video-mount iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

body.page-pages-about .row-about25-story__video-close {
  position: absolute;
  z-index: 3;
  top: -18px;
  right: -18px;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  background: var(--row-source-navy);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

body.page-pages-about .row-about25-story__video-close span {
  font-size: 1.35rem;
  line-height: 1;
}

body.page-pages-about .row-about25-story__video-close:focus-visible {
  outline: 3px solid var(--row-source-yellow);
  outline-offset: 3px;
}

body.page-pages-about.row-video-dialog-open {
  overflow: hidden;
}

/* Mobile responsive */
@media (max-width: 1080px) {
  .row-about25-story__feature {
    grid-template-areas: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 16px;
    min-height: 0;
  }

  .row-about25-story__video {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: clamp(350px, 50vw, 500px);
  }

  .row-about25-story__vision {
    grid-column: 1;
    grid-row: 2;
    min-height: 250px;
  }

  .row-about25-story__mission {
    grid-column: 2;
    grid-row: 2;
    min-height: 250px;
  }

  .row-about25-story__quote-feature {
    grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
    column-gap: clamp(28px, 4vw, 44px);
  }

  .row-about25-story__quote-header {
    align-items: flex-start;
  }

  body.page-pages-about .row-about25-story__quote-header h2 {
    font-size: clamp(2.05rem, 3.65vw, 2.55rem);
  }

  .row-about25-story__quote-header cite {
    padding-bottom: 0;
  }
}

@media (max-width: 820px) {
  .row-about25-story {
    padding-inline: 16px;
  }

  .row-about25-story__quote-feature {
    min-height: 0;
    grid-template-columns: 7.5rem minmax(0, 1fr);
    grid-template-rows: minmax(15rem, auto);
    width: 100%;
    padding: 0;
    border-radius: 20px;
  }

  body.page-pages-about .row-about25-story__quote-header h2 {
    font-size: clamp(1.58rem, 5.2vw, 2.35rem);
    line-height: 1.08;
    text-wrap: balance !important;
  }

  .row-about25-story__portrait {
    width: auto;
    min-height: 15rem;
    aspect-ratio: auto;
  }

  .row-about25-story__quote-header {
    padding: 24px 20px;
  }

  .row-about25-story__lede {
    width: 100%;
    padding-inline: clamp(4px, 3vw, 20px);
  }

  .row-about25-story__feature {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .row-about25-story__feature {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
    border-radius: 0;
  }

  .row-about25-story__video {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
  }

  .row-about25-story__vision {
    grid-column: 1;
    grid-row: 2;
    min-height: 220px;
  }

  .row-about25-story__mission {
    grid-column: 1;
    grid-row: 3;
    min-height: 220px;
  }

  .row-about25-story__glass-tile {
    padding: 30px 26px;
    border-radius: 22px;
  }

  .row-about25-story__video {
    padding: 0;
  }

  .row-about25-story__video-preview {
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: 22px;
  }

  .row-about25-story__video-action {
    right: 18px;
    bottom: 16px;
    left: 18px;
    font-size: 0.8rem;
  }

  .row-about25-story__video-play {
    width: 50px;
    height: 50px;
  }

  .row-about25-story__video-dialog {
    width: calc(100vw - 24px);
    max-height: calc(100svh - 24px);
    border-radius: 18px;
  }

  .row-about25-story__video-dialog-surface {
    padding: 8px;
  }

  .row-about25-story__video-mount {
    border-radius: 12px;
  }

  body.page-pages-about .row-about25-story__video-close {
    top: 10px;
    right: 10px;
    min-height: 44px;
    background: rgba(32, 60, 83, 0.94);
  }
}

@media (max-width: 380px) {
  .row-about25-story__quote-feature {
    grid-template-columns: 1fr;
    grid-template-rows: 10rem auto;
  }

  .row-about25-story__portrait {
    min-height: 10rem;
  }

  .row-about25-story__portrait::after {
    background: linear-gradient(180deg, transparent 50%, rgba(91, 129, 99, 0.78));
  }

  body.page-pages-about .row-about25-story__quote-header h2 {
    font-size: clamp(1.78rem, 9vw, 2.2rem);
  }

  .row-about25-story__quote-header cite {
    font-size: 0.76rem;
    letter-spacing: 0.15em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .row-about25-story__quote-feature,
  .row-about25-story__feature,
  .row-about25-story__glass-tile,
  .row-about25-story__vision::before,
  .row-about25-story__vision::after,
  .row-about25-story__mission::before,
  .row-about25-story__mission::after,
  .row-about25-story__glass-tile h3,
  .row-about25-story__glass-tile p,
  .row-about25-story__icon,
  .row-about25-story__video,
  .row-about25-story__video-preview > img,
  .row-about25-story__video-shade,
  .row-about25-story__video-action,
  .row-about25-story__video-play {
    animation: none;
    transition: none;
    transform: none;
  }
}
