/* Team page */

.team-page {
  position: relative;
  padding-bottom: clamp(4.5rem, 8vw, 8rem);
  overflow-x: hidden;
}

.team-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(214, 223, 112, 0.06) 0%, rgba(231, 231, 231, 0) 18%, rgba(231, 231, 231, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.team-page::after {
  content: '';
  position: absolute;
  top: clamp(5rem, 8vw, 8rem);
  left: clamp(2rem, 10vw, 10rem);
  width: clamp(16rem, 30vw, 26rem);
  height: clamp(16rem, 30vw, 26rem);
  border-radius: 50%;
  background: #d6df70;
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

body[data-template="team"] .parallax-plant--minze {
  left: clamp(-5rem, -4vw, -1rem);
  right: auto;
  width: clamp(16rem, 22vw, 24rem);
}

body[data-template="team"] .parallax-plant--lavendel {
  left: auto;
  right: clamp(-4rem, -4vw, -1rem);
  width: clamp(10rem, 14vw, 15rem);
}

body[data-template="team"] .parallax-plant--kamille {
  left: clamp(-7rem, -6vw, -1rem);
  width: clamp(18rem, 26vw, 30rem);
}

body[data-template="team"] .parallax-plant--akelei {
  right: clamp(-8rem, -7vw, -1rem);
  width: clamp(19rem, 27vw, 32rem);
}

body[data-template="team"] .parallax-plant--minze,
body[data-template="team"] .parallax-plant--kamille {
  opacity: 0.42;
}

body[data-template="team"] .parallax-plant--lavendel,
body[data-template="team"] .parallax-plant--akelei {
  opacity: 0.35;
}

.team-header {
  position: relative;
  padding: clamp(7.5rem, 13vw, 11rem) 0 clamp(4rem, 7vw, 6rem);
  overflow: hidden;
}

.team-header__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(0.9rem, 1.8vw, 1.4rem);
}

.team-header__circle,
.team-header__circle-sm {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.team-header__circle {
  top: clamp(-7rem, -7vw, -2rem);
  left: clamp(-9rem, -9vw, -2rem);
  width: clamp(18rem, 34vw, 32rem);
  height: clamp(18rem, 34vw, 32rem);
  background: #d6df70;
  opacity: 0.78;
  z-index: 0;
}

.team-header__circle-sm {
  right: clamp(-4rem, -4vw, -1rem);
  bottom: clamp(1rem, 4vw, 3rem);
  width: clamp(8rem, 16vw, 14rem);
  height: clamp(8rem, 16vw, 14rem);
  background: #dfc4e0;
  opacity: 0.7;
  z-index: 0;
}

.team-label {
  display: inline-block;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  font-weight: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.46);
}

.team-title {
  margin: 0;
  max-width: 9ch;
  font-family: var(--font-heading);
  font-size: clamp(3.7rem, 10vw, 8.6rem);
  font-weight: normal;
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: var(--color-black);
}

.team-header__rule {
  display: block;
  width: clamp(4rem, 8vw, 7rem);
  height: 2px;
  background: var(--fill-0);
}

.team-intro {
  max-width: 42rem;
  font-family: var(--font-text);
  font-size: clamp(1.05rem, 1vw + 0.65rem, 1.3rem);
  line-height: 1.72;
  color: rgba(0, 0, 0, 0.72);
}

.team-header__organizer {
  max-width: 49rem;
  margin-top: clamp(1rem, 2vw, 1.75rem);
  padding: clamp(1.2rem, 2.2vw, 1.6rem) clamp(1.35rem, 2.4vw, 1.9rem);
  display: grid;
  grid-template-columns: minmax(12rem, 14rem) minmax(0, 1fr);
  gap: 1rem 2rem;
  align-items: start;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.4) 100%);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.05);
}

.team-header__organizer > * {
  position: relative;
  z-index: 1;
}

.team-header__organizer::before,
.team-header__organizer::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.team-header__organizer::before {
  top: 50%;
  right: clamp(0.75rem, 5vw, 3rem);
  width: clamp(11rem, 18vw, 16rem);
  height: clamp(11rem, 18vw, 16rem);
  background: #dfc4e0;
  opacity: 0.95;
  transform: translateY(-50%);
  z-index: 0;
}

.team-header__organizer::after {
  top: 50%;
  right: clamp(-0.25rem, 4vw, 2rem);
  width: clamp(13rem, 22vw, 19rem);
  height: clamp(13rem, 22vw, 19rem);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transform: translateY(-50%);
  z-index: 0;
}

.team-header__organizer-label {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(0.78rem, 0.9vw, 0.92rem);
  font-weight: normal;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.42);
}

.team-header__organizer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  position: relative;
  z-index: 1;
}

.team-header__organizer-logo {
  display: block;
  max-width: min(100%, 14rem);
  filter: grayscale(1);
  opacity: 0.8;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.team-header__organizer-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-1px);
}

.team-section {
  position: relative;
  padding-top: clamp(4rem, 7vw, 6rem);
  padding-bottom: clamp(3.6rem, 6vw, 5.4rem);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.team-section > * {
  position: relative;
  z-index: 1;
}

.team-section + .team-section {
  margin-top: clamp(1.75rem, 4vw, 3rem);
}

.team-section--stations {
  padding-left: 0;
  padding-right: 0;
}

.team-section--funding {
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

.team-section--stations::after,
.team-section--funding::after {
  content: '';
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3;
}

.team-section--stations::after {
  top: clamp(1.6rem, 4vw, 3.2rem);
  left: clamp(1rem, 4vw, 3.5rem);
  width: clamp(5rem, 9vw, 7rem);
  height: clamp(5rem, 9vw, 7rem);
  background-image: url('../../graphics/heilpflanzen/abstract-blossom.svg');
}

.team-section--funding::after {
  top: clamp(1.8rem, 4vw, 3.2rem);
  right: clamp(1rem, 4vw, 3.5rem);
  width: clamp(5.5rem, 10vw, 7.5rem);
  height: clamp(5.5rem, 10vw, 7.5rem);
  background-image: url('../../graphics/heilpflanzen/abstract-flower.svg');
}

.team-section__title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 clamp(2.5rem, 4.5vw, 3.8rem);
  font-family: var(--font-heading);
  font-size: clamp(0.9rem, 0.9vw + 0.45rem, 1.08rem);
  font-weight: normal;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--color-black);
}

.team-section__title::after {
  content: '';
  flex: 1;
  min-width: 2.75rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.18);
}

.team-leads,
.team-partners,
.team-production,
.team-stations {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
}

.team-lead-card,
.team-partner,
.team-production__group,
.team-station {
  min-width: 0;
}

.team-lead-card {
  grid-column: span 4;
  position: relative;
  min-height: 15rem;
  padding: clamp(1.5rem, 2vw, 2rem);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.62) 100%);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.7rem;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.team-lead-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.08);
  border-color: rgba(71, 172, 51, 0.24);
}

.team-lead-card::before {
  content: attr(data-index);
  position: absolute;
  right: 1rem;
  bottom: 0.4rem;
  font-family: var(--font-numbers);
  font-size: clamp(4rem, 7vw, 5.4rem);
  font-style: italic;
  line-height: 1;
  color: rgba(71, 172, 51, 0.14);
  pointer-events: none;
}

.team-lead-card__dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--fill-0);
  box-shadow: 0 0 0 0.3rem rgba(71, 172, 51, 0.12);
}

.team-lead-card__role {
  max-width: 16rem;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: normal;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
}

.team-lead-card__name {
  max-width: 12ch;
  font-family: var(--font-text);
  font-size: clamp(1.25rem, 1vw + 0.95rem, 1.55rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-black);
}

.team-initiators {
  display: grid;
  grid-template-columns: minmax(12rem, 14rem) minmax(0, 1fr);
  gap: 0.8rem 2rem;
  margin-top: 2rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.team-initiators + .team-initiators {
  margin-top: 1.8rem;
}

.team-leads + .team-initiators:last-child,
.team-initiators:last-child {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.team-initiators__label {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(0.8rem, 0.85vw, 0.95rem);
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.42);
}

.team-initiators p:last-child,
.team-production__group p,
.team-thanks {
  margin: 0;
  font-family: var(--font-text);
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(0, 0, 0, 0.74);
}

.team-partner {
  grid-column: span 4;
  padding: clamp(1.45rem, 2vw, 1.9rem);
  border-radius: 26px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.team-partner:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.08);
  border-color: rgba(71, 172, 51, 0.2);
}

.team-partner__logo-wrap {
  min-height: 4rem;
  display: flex;
  align-items: center;
}

.team-partner__logo-img {
  display: block;
  width: auto;
  max-width: min(100%, 11rem);
  max-height: 3.2rem;
  object-fit: contain;
  object-position: left center;
  filter: grayscale(1);
  opacity: 0.78;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.team-partner:hover .team-partner__logo-img {
  opacity: 1;
}

.team-partner__logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  min-height: 3rem;
  padding: 0.55rem 0.85rem;
  border: 1.5px dashed rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  color: rgba(0, 0, 0, 0.38);
}

.team-partner__name {
  margin: 0;
  font-family: var(--font-text);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-black);
}

.team-partner__people {
  list-style: none;
  margin: 0;
  padding: 0.9rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.team-partner__people li {
  font-family: var(--font-text);
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.66);
}

.team-partner__people li + li {
  margin-top: 0.35rem;
}

.team-station {
  grid-column: span 6;
  position: relative;
  padding: clamp(1.6rem, 2.2vw, 2.25rem);
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.63) 100%);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.team-station::before {
  content: attr(data-number);
  position: absolute;
  top: 0.9rem;
  right: 1.1rem;
  font-family: var(--font-numbers);
  font-size: clamp(4.5rem, 8vw, 7rem);
  font-style: italic;
  line-height: 1;
  color: rgba(71, 172, 51, 0.12);
  pointer-events: none;
}

.team-station > * {
  position: relative;
  z-index: 1;
}

.team-station--wide {
  grid-column: 1 / -1;
}

.team-station__name {
  margin: 0 0 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 2px solid rgba(71, 172, 51, 0.45);
  font-family: var(--font-heading);
  font-size: clamp(1.18rem, 1.1vw + 0.95rem, 1.7rem);
  font-weight: normal;
  line-height: 1.16;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-black);
}

.team-station__credits {
  display: block;
  margin: 0;
}

.team-station__credits dt {
  margin: 0.95rem 0 0.2rem;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: normal;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
  color: rgba(71, 172, 51, 0.88);
}

.team-station__credits dt:first-child {
  margin-top: 0;
}

.team-station__credits dd {
  margin: 0;
  font-family: var(--font-text);
  font-size: 0.98rem;
  line-height: 1.68;
  color: rgba(0, 0, 0, 0.82);
}

.team-station__interviews {
  margin-top: 1.5rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.team-station__interviews h4 {
  margin: 0 0 0.8rem;
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: normal;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.42);
}

.team-station__interview + .team-station__interview {
  margin-top: 1rem;
}

.team-station__interview {
  padding-left: 0.9rem;
  border-left: 2px solid rgba(71, 172, 51, 0.3);
}

.team-station__interview-subject {
  margin: 0 0 0.2rem;
  font-family: var(--font-text);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-black);
}

.team-station__interview p:last-child {
  margin: 0;
  font-family: var(--font-text);
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.62);
}

.team-production__group {
  grid-column: span 4;
  padding: clamp(1.4rem, 1.8vw, 1.75rem);
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 4px solid rgba(71, 172, 51, 0.5);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.04);
}

.team-production__group h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-heading);
  font-size: 0.94rem;
  font-weight: normal;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--color-black);
}

.team-page .logo-band {
  padding-top: 1.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.team-page .logo-band:first-of-type {
  padding-top: 0;
  border-top: none;
}

.team-page .logo-band__label {
  color: rgba(0, 0, 0, 0.42);
}

.team-page .logo-band__logos--funding,
.team-page .logo-band__logos--supporters {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.35rem, 2vw, 2rem) clamp(2rem, 3vw, 3rem);
  max-width: none;
}

.team-page .logo-band__image {
  filter: grayscale(1);
  opacity: 0.84;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.team-page .logo-band__image:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-1px);
}

.team-logo-band__pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  font-family: var(--font-text);
  font-size: 0.95rem;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.74);
}

.team-thanks {
  max-width: 58rem;
}

.team-intro,
.team-initiators p:last-child,
.team-partner__name,
.team-station__name,
.team-station__credits dd,
.team-station__interview-subject,
.team-station__interview p:last-child,
.team-production__group p,
.team-thanks {
  overflow-wrap: anywhere;
  hyphens: auto;
}

html.has-scroll-animations .team-page [data-animate-on-scroll] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.34, 1.2, 0.64, 1);
}

html.has-scroll-animations .team-page [data-animate-on-scroll].is-visible {
  opacity: 1;
  transform: none;
}

html.has-scroll-animations .team-page .team-lead-card:nth-child(2),
html.has-scroll-animations .team-page .team-partner:nth-child(2),
html.has-scroll-animations .team-page .team-production__group:nth-child(2) {
  transition-delay: 0.06s;
}

html.has-scroll-animations .team-page .team-lead-card:nth-child(3),
html.has-scroll-animations .team-page .team-partner:nth-child(3),
html.has-scroll-animations .team-page .team-production__group:nth-child(3) {
  transition-delay: 0.12s;
}

html.has-scroll-animations .team-page .team-station:nth-child(2) {
  transition-delay: 0.05s;
}

html.has-scroll-animations .team-page .team-station:nth-child(3) {
  transition-delay: 0.1s;
}

html.has-scroll-animations .team-page .team-station:nth-child(4) {
  transition-delay: 0.15s;
}

@media (max-width: 1180px) {
  .team-lead-card,
  .team-partner,
  .team-production__group {
    grid-column: span 6;
  }

  .team-station,
  .team-station--wide {
    grid-column: 1 / -1;
  }

  .team-page .logo-band {
    grid-template-columns: minmax(10rem, 12rem) minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .team-page::after {
    left: 1.5rem;
    width: 16rem;
    height: 16rem;
  }

  body[data-template="team"] .parallax-plant--minze {
    left: -5.5rem;
    width: 15rem;
  }

  body[data-template="team"] .parallax-plant--lavendel {
    right: -4rem;
    width: 8.5rem;
  }

  body[data-template="team"] .parallax-plant--kamille {
    left: -5rem;
    width: 15rem;
  }

  body[data-template="team"] .parallax-plant--akelei {
    right: -5rem;
    width: 16rem;
  }

  .team-header__organizer::before {
    right: -1.5rem;
    width: 10rem;
    height: 10rem;
  }

  .team-header__organizer::after {
    right: -2.5rem;
    width: 12rem;
    height: 12rem;
  }

  .team-header__organizer,
  .team-initiators,
  .team-page .logo-band {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .team-lead-card,
  .team-partner,
  .team-production__group {
    grid-column: 1 / -1;
  }

  .team-section__title {
    gap: 0.85rem;
  }
}

@media (max-width: 700px) {
  body[data-template="team"] .parallax-plant--minze,
  body[data-template="team"] .parallax-plant--lavendel,
  body[data-template="team"] .parallax-plant--kamille,
  body[data-template="team"] .parallax-plant--akelei {
    opacity: 0.28;
  }

  body[data-template="team"] .parallax-plant--minze {
    left: -6rem;
    width: 13rem;
  }

  body[data-template="team"] .parallax-plant--lavendel {
    right: -4rem;
    width: 7rem;
  }

  body[data-template="team"] .parallax-plant--kamille {
    left: -6rem;
    width: 14rem;
  }

  body[data-template="team"] .parallax-plant--akelei {
    right: -6rem;
    width: 14rem;
  }

  .team-header {
    padding-top: 6.5rem;
  }

  .team-header__circle {
    left: -7.5rem;
    width: 18rem;
    height: 18rem;
  }

  .team-header__circle-sm {
    right: -2.5rem;
    bottom: 1rem;
    width: 7.5rem;
    height: 7.5rem;
  }

  .team-section__title {
    align-items: flex-start;
  }

  .team-section__title::after {
    margin-top: 0.15rem;
  }

  .team-lead-card,
  .team-partner,
  .team-production__group,
  .team-station {
    border-radius: 22px;
  }

  .team-page .logo-band__logos {
    gap: 1.1rem 1.6rem;
  }

  .team-section--stations::after,
  .team-section--funding::after,
  .team-header__organizer::after {
    display: none;
  }
}

@media (max-width: 520px) {
  .team-page {
    padding-bottom: 4rem;
  }

  .team-page::after {
    left: 0.5rem;
    width: 12.5rem;
    height: 12.5rem;
    opacity: 0.5;
  }

  .team-title {
    max-width: 7ch;
    font-size: clamp(3rem, 17vw, 4.3rem);
  }

  .team-intro,
  .team-initiators p:last-child,
  .team-production__group p,
  .team-thanks {
    font-size: 0.98rem;
  }

  .team-section__title {
    font-size: 0.86rem;
  }

  .team-station::before {
    top: 0.65rem;
    right: 0.8rem;
  }

  .team-page .logo-band__label {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .team-header__organizer-logo,
  .team-page .logo-band__image,
  .team-lead-card,
  .team-partner {
    transition: none;
  }

  .team-header__organizer-logo:hover,
  .team-page .logo-band__image:hover,
  .team-lead-card:hover,
  .team-partner:hover {
    transform: none;
  }

  html.has-scroll-animations .team-page [data-animate-on-scroll] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
