/*
 * Copyright (c) 2026 Logan Medical Group LLC. All rights reserved.
 *
 * Contributors
 * Tyler Morgan <git@tylerjm.org>
 */

@media (hover: hover) {
  #desktop-more,
  #mobile-more,
  #footer-more,
  #desktop-contact,
  #mobile-contact,
  #footer-contact,
  #desktop-events,
  #mobile-events,
  #footer-events,
  #desktop-products,
  #mobile-products,
  #footer-products,
  #desktop-services,
  #mobile-services,
  #footer-services,
  #desktop-home,
  #mobile-home,
  #footer-home {
    box-shadow: inset 0 0 0 0 var(--ice-black-dark-10);
    transition:
      color 150ms ease-in-out,
      box-shadow 150ms ease-in-out;
  }
  #desktop-more:hover,
  #mobile-more:hover,
  #footer-more:hover,
  #desktop-contact:hover,
  #mobile-contact:hover,
  #footer-contact:hover,
  #desktop-events:hover,
  #mobile-events:hover,
  #footer-events:hover,
  #desktop-products:hover,
  #mobile-products:hover,
  #footer-products:hover,
  #desktop-services:hover,
  #mobile-services:hover,
  #footer-services:hover,
  #desktop-home:hover,
  #mobile-home:hover,
  #footer-home:hover {
    box-shadow: inset 0 -23px 0 0 var(--ice-black-dark-10);
  }
}

#desktop-more,
#mobile-more,
#footer-more,
#desktop-contact,
#mobile-contact,
#footer-contact,
#desktop-events,
#mobile-events,
#footer-events,
#desktop-products,
#mobile-products,
#footer-products,
#desktop-services,
#mobile-services,
#footer-services,
#desktop-home,
#mobile-home,
#footer-home {
  padding: 0 0.25rem;
  margin: 0 -0.5rem;
}

#desktop-about,
#mobile-about,
#footer-about {
  box-shadow: inset 0 -23px 0 0 var(--ice-black-dark-10);
  padding: 0 0.25rem;
  margin: 0 -0.5rem;
}

.about-us-main-h1 {
  margin-bottom: 7px;
  margin-top: 10px;
}

@media (max-width: 540px) {
  .about-us-main-h1 {
    text-align: left;
    text-wrap: pretty;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}

.about-card-new {
  background-color: transparent;
  border-radius: 35px;
  padding: 0px;
  line-height: 0;
  display: flex;
  position: relative;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  text-decoration: none;
  width: 100%;
  margin: auto;
  aspect-ratio: 4 / 5;
  box-shadow: 0 0 30px var(--skin-pink-30);
}

.about-card-new:focus-visible {
  outline: solid 2px light-dark(var(--ice-black), var(--skin-pink-lightest));
}

@media (hover: hover) {
  .about-card-new:hover {
    transform: scale(1.02);
  }
}

@media (hover: none) {
  .about-card-new:active {
    transform: scale(1.02);
  }
}

.profile-img-new {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  border-radius: 35px;
  object-fit: cover;
}

.profile-img-backdrop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  border-radius: 35px;
  mask: linear-gradient(to bottom, transparent, transparent, black, black);
  background-image: linear-gradient(
    to bottom,
    transparent,
    color-mix(in oklab, var(--off-color-background) 20%, transparent 80%),
    var(--off-color-background)
  );
  backdrop-filter: blur(25px);
  pointer-events: none;
}

.about-card-name-new {
  position: absolute;
  bottom: 35%;
  font-size: 2rem;
  font-weight: 700;
  color: var(--strawberry-white-lighter);
  text-align: center;
  text-shadow: 0 0 30px var(--ice-black);
}

.about-card-pronouns-new {
  position: absolute;
  bottom: 30%;
  font-size: 0.9rem;
  font-weight: 450;
  color: var(--strawberry-white);
  text-align: center;
}

.about-card-subtitle-new {
  position: absolute;
  bottom: 20%;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-color);
  text-align: center;
}

.about-card-sub-subtitle-new {
  position: absolute;
  bottom: 15%;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-color);
  text-align: center;
}

.about-cta-new {
  position: absolute;
  bottom: 5%;
  font-size: 1rem;
  font-weight: 400;
  color: var(--dimmed-color);
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.profile-img-bio-new {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
  z-index: -2;
}

@media (max-width: 485px) {
  .about-name-bio-new {
    margin-top: 200px;
  }
}

@media (min-width: 486px) and (max-width: 590px) {
  .about-name-bio-new {
    margin-top: 300px;
  }
}

@media (min-width: 591px) {
  .about-name-bio-new {
    margin-top: 400px;
  }
}

.about-name-bio-new {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--strawberry-white-lighter);
  text-align: center;
  text-shadow: 0 0 30px var(--ice-black);
  width: 100%;
  display: block;
}

.about-pronouns-new {
  font-size: 1rem;
  font-weight: 450;
  color: var(--strawberry-white);
  text-align: center;
}

.bio-img-container {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  line-height: 0;
  aspect-ratio: 2 / 3;
  z-index: -1;
}

.bio-img-backdrop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
  mask: linear-gradient(to bottom, transparent, transparent, black, black);
  background-image: linear-gradient(
    to bottom,
    transparent,
    color-mix(in oklab, var(--off-color-background) 20%, transparent 80%),
    var(--off-color-background)
  );
  backdrop-filter: blur(25px);
  pointer-events: none;
}

.new-subtitle {
  color: var(--strawberry-white-lighter);
  text-shadow: 0 0 20px var(--ice-black);
}

.new-bio-clickable-back {
  font-family: "Jost", sans-serif;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  text-decoration: none;
  background-color: var(--strawberry-white-lighter-55);
  backdrop-filter: blur(2px);
  border-style: none;
  font-size: 1.2rem;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: solid 1px var(--ice-black-lighter-55);
  border-radius: 50%;
  z-index: 10;
  color: var(--ice-black-darker);
  box-shadow: 0 0 10px var(--ice-black-light-50);
  transition: all 0.2s ease;
}

.new-bio-back-icon-top {
  position: relative;
  top: 11px;
  left: 21px;
  text-decoration: none;
  color: var(--ice-black-darker);
  width: 15px;
  height: 2px;
  border-radius: 3px;
  background-color: var(--ice-black-lighter);
  margin: 6px 0;
  transform: rotate(-40deg) translate(2.5px, -12px);
}
.new-bio-back-icon-bottom {
  position: relative;
  top: 22.5px;
  left: 21px;
  text-decoration: none;
  color: var(--ice-black-darker);
  width: 15px;
  height: 2px;
  border-radius: 3px;
  background-color: var(--ice-black-lighter);
  margin: 6px 0;
  transform: rotate(40deg) translate(-18.5px, -13px);
}

@media (hover: hover) {
  .new-bio-clickable-back:hover {
    transform: scale(1.1);
  }
}

@media (hover: none) {
  .new-bio-clickable-back:active {
    transform: scale(1.1);
  }
}

.new-bio-share-link-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "Jost", sans-serif;
  background-color: transparent;
  color: var(--ice-black-lighter);
  text-decoration: none;
  cursor: pointer;
  background-color: var(--strawberry-white-lighter-55);
  backdrop-filter: blur(2px);
  font-size: 1.2rem;
  width: 115px;
  height: 50px;
  border: solid 1px var(--ice-black-lighter-55);
  padding: 10.25px 10px;
  border-radius: 25px;
  box-shadow: 0 0 10px var(--ice-black-light-50);
  z-index: 10;
  transition: all 0.2s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (hover: hover) {
  .new-bio-share-link-button:hover {
    transform: scale(1.1);
  }
}

@media (hover: none) {
  .new-bio-share-link-button:active {
    transform: scale(1.1);
  }
}
