:root {
  color-scheme: dark;
  --charcoal: #242020;
  --stone: #615d59;
  --silver: #a7a9ac;
  --white: #ffffff;
  --font-sans: "Avenir Next", Avenir, "Century Gothic", Futura, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--stone);
}

body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  background: var(--stone);
  color: var(--white);
  font-family: var(--font-sans);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
}

.profile {
  position: relative;
  width: min(100%, 393px);
  min-height: 888px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--charcoal);
}

.profile__top,
.profile__body {
  position: absolute;
  inset-inline: 0;
}

.profile__top {
  top: 0;
  height: 165px;
  background: var(--stone);
}

.profile__body {
  top: 165px;
  bottom: 125px;
  background: var(--charcoal);
}

.portrait {
  position: absolute;
  z-index: 3;
  top: 74px;
  left: 50%;
  width: 163.168px;
  height: 163.168px;
  overflow: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  animation: portrait-in 700ms 80ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.portrait__photo {
  position: absolute;
  top: -35px;
  left: -7px;
  display: block;
  width: 178px;
  height: 267px;
  max-width: none;
  object-fit: cover;
}

.portrait-border {
  position: absolute;
  z-index: 2;
  left: 50%;
  display: block;
  width: 177px;
  transform: translateX(-50%);
  pointer-events: none;
  animation: centered-rise-in 600ms 210ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.portrait-border--top {
  top: 60px;
  height: 105px;
}

.portrait-border--bottom {
  top: 165px;
  height: 90px;
}

.identity__signature {
  position: absolute;
  z-index: 1;
  top: 255px;
  left: 50%;
  display: block;
  width: 314px;
  height: 118px;
  transform: translateX(-50%);
  object-fit: contain;
  animation: centered-rise-in 650ms 300ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.identity__role {
  position: absolute;
  top: 376px;
  left: 50%;
  display: flex;
  height: 27px;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  animation: centered-rise-in 550ms 410ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hilton {
  position: relative;
  display: block;
  width: 78px;
  height: 27px;
  overflow: hidden;
}

.hilton__emblem {
  position: absolute;
  top: -15.3px;
  left: -3.7px;
  width: 85.3px;
  height: 58.5px;
  max-width: none;
}

.hilton__wordmark {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.destinations {
  position: absolute;
  z-index: 2;
  top: 429px;
  right: 30px;
  left: 30px;
}

.destination {
  position: absolute;
  right: 0;
  left: 0;
  height: 73px;
  animation: rise-in 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.destination--podcast {
  top: 0;
  animation-delay: 520ms;
}

.destination--consulting {
  top: 93px;
  animation-delay: 640ms;
}

.destination--restaurant {
  top: 186px;
  animation-delay: 760ms;
}

.destination__eyebrow {
  position: absolute;
  top: -3px;
  left: 36px;
  z-index: 2;
  display: inline-flex;
  height: 18px;
  margin: 0;
  align-items: center;
  gap: 6px;
  padding: 0;
  background: var(--charcoal);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.destination__eyebrow img {
  display: block;
  width: 15px;
  height: 10px;
}

.destination__card {
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  display: flex;
  height: 59px;
  align-items: center;
  border: 1.152px solid var(--silver);
  border-radius: 29.382px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.destination__card:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px);
}

.destination__card:focus-visible {
  border-color: var(--white);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.destination__card:active {
  transform: translateY(0) scale(0.985);
}

.destination__copy {
  display: flex;
  min-width: 0;
  padding: 0 76px 0 35px;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  transform: translateY(2px);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.destination__card:hover .destination__copy {
  transform: translate(2px, 2px);
}

.destination__copy strong,
.destination__copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.destination__copy strong {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.18px;
  line-height: 20px;
  text-transform: uppercase;
}

.destination__copy small {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 17px;
}

.destination__logo {
  position: absolute;
  top: -1.152px;
  right: 18px;
  display: grid;
  width: 58.765px;
  height: 58.765px;
  place-items: center;
  overflow: hidden;
  border: 1.152px solid var(--silver);
  border-radius: 50%;
  transition: border-color 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.destination__card:hover .destination__logo {
  border-color: var(--white);
  transform: rotate(1.5deg) scale(1.045);
}

.destination__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.destination--podcast .destination__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}

.destination--consulting .destination__logo img {
  width: 56px;
  height: 28px;
}

.destination--restaurant .destination__logo img {
  width: 48px;
  height: 28px;
}

.social {
  position: absolute;
  z-index: 2;
  bottom: 148px;
  left: 50%;
  width: 151.683px;
  height: 26.621px;
  transform: translateX(-50%);
  animation: centered-rise-in 550ms 880ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.social > img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.social__link {
  position: absolute;
  z-index: 1;
  top: -7px;
  height: 40px;
  border-radius: 8px;
  outline: none;
  cursor: pointer;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.social__link:hover {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px) scale(1.05);
}

.social__link:focus-visible {
  box-shadow: 0 0 0 2px var(--white);
}

.social__link:active {
  transform: translateY(0) scale(0.96);
}

.social__link--instagram {
  left: -7px;
  width: 41px;
}

.social__link--facebook {
  left: 40px;
  width: 28px;
}

.social__link--tiktok {
  left: 73px;
  width: 39px;
}

.social__link--linkedin {
  right: -7px;
  width: 41px;
}

.contact {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 125px;
  align-items: center;
  padding-top: 23px;
  flex-direction: column;
  background: var(--stone);
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  animation: rise-in 600ms 980ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.contact h2 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

.contact a {
  display: block;
  text-decoration: none;
}

.contact a:last-child {
  margin-top: 1px;
  text-decoration: underline;
  text-underline-offset: 1px;
}

.contact a:hover,
.contact a:focus-visible {
  color: #f1f1f1;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes centered-rise-in {
  from {
    opacity: 0;
    transform: translate(-50%, 12px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes portrait-in {
  from {
    opacity: 0;
    transform: translateX(-50%) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-height: 889px) {
  .profile {
    min-height: 100svh;
  }
}

@media (max-width: 370px) {
  .destinations {
    right: 22px;
    left: 22px;
  }

  .destination__copy {
    padding-right: 68px;
    padding-left: 28px;
  }

  .destination__copy strong {
    font-size: 15px;
  }

  .destination__copy small {
    font-size: 12.5px;
  }

  .destination__eyebrow {
    left: 29px;
  }

  .destination__logo {
    right: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portrait,
  .portrait-border,
  .identity__signature,
  .identity__role,
  .destination,
  .social,
  .contact {
    animation: none;
  }

  .destination__card,
  .destination__copy,
  .destination__logo,
  .social__link {
    transition: none;
  }
}
