.mx-page-frame,
.mx-page-frame html,
.mx-page-frame body {
  --mx-frame-content-width: min(calc(100vw - 48px), 1440px);
  --mx-frame-header-height: 54px;
  --mx-nav-button-height: 30px;
  --mx-frame-side-gutter: max(24px, calc((100vw - var(--mx-frame-content-width)) / 2));
  --mx-frame-content-inset: 24px;
  --mx-frame-header-left-inset: 12px;
  --mx-frame-header-right-inset: 16px;
  --mx-frame-brand-margin: calc(var(--mx-frame-side-gutter) + var(--mx-frame-header-left-inset));
  --mx-frame-line: rgba(0, 0, 0, 0.035);
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background: #fefefe;
  color: #000;
  font-family: "Barlow", Arial, sans-serif;
}

html,
body {
  width: 100%;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

.mx-page-frame {
  width: 100%;
  margin: 0;
}

.mx-page-frame *,
.mx-page-frame *::before,
.mx-page-frame *::after {
  box-sizing: border-box;
}

.mx-page-frame a {
  color: inherit;
  text-decoration: none;
}

.mx-page-frame__guides {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.mx-page-frame__header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--mx-frame-header-height);
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.mx-page-frame__brand {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 54px;
  margin-left: var(--mx-frame-side-gutter);
  padding: 11px 12px 13px;
}

.mx-page-frame__brand-mark {
  display: block;
  width: 45px;
  height: 30px;
  object-fit: contain;
}

.mx-page-frame__brand-name {
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  white-space: nowrap;
}

.mx-page-frame__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: var(--mx-frame-side-gutter);
  padding: 0 12px;
}

.mx-page-frame__nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--mx-nav-button-height);
  padding: 0 20px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 450;
  line-height: 22px;
  text-transform: capitalize;
  white-space: nowrap;
}

.mx-page-frame__canvas {
  isolation: isolate;
  position: relative;
  z-index: 2;
  height: 100vh;
  min-height: 720px;
  background: linear-gradient(
    180deg,
    #fefefe 0%,
    #fefefe 8%,
    rgba(242, 211, 220, 0.34) 49%,
    rgba(205, 187, 226, 0.6) 66%,
    rgb(205, 226, 250) 100%
  );
}

.mx-home-copy {
  position: absolute;
  z-index: 2;
  inset: 0;
  color: #000;
  pointer-events: none;
}

.mx-home-copy__education,
.mx-home-copy__discipline,
.mx-home-copy__hero,
.mx-home-copy__statement,
.mx-home-copy__role {
  position: absolute;
}

.mx-home-copy__education {
  top: 15%;
  left: calc(var(--mx-frame-side-gutter) + 24px);
  display: flex;
  flex-direction: column;
  font-size: 72px;
  line-height: 1;
}

.mx-home-copy__education small {
  margin: 22px 0 0 75px;
  font-size: 40px;
  line-height: 44px;
}

.mx-home-copy__discipline {
  top: 16%;
  right: calc(var(--mx-frame-side-gutter) + 24px);
  font-size: 32px;
  line-height: 44px;
  text-align: right;
}

.mx-home-copy__hero {
  top: 47%;
  left: 50%;
  font-family: "TikTok Sans", Arial, sans-serif;
  font-size: 144px;
  font-weight: 500;
  line-height: 1;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.mx-home-copy__statement {
  bottom: 130px;
  left: calc(var(--mx-frame-side-gutter) + 24px);
  font-size: 32px;
  line-height: 44px;
}

.mx-home-copy__role {
  right: calc(var(--mx-frame-side-gutter) + 24px);
  bottom: 145px;
  display: flex;
  align-items: baseline;
}

.mx-home-copy__role b {
  font-size: 32px;
  font-weight: 500;
}

.mx-home-copy__role i {
  margin-left: 5px;
  font-family: "Dancing Script", cursive;
  font-size: 29px;
  font-style: normal;
}

#mx-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  cursor: grab;
}

#mx-scene:active {
  cursor: grabbing;
}

#mx-grid-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: normal;
  pointer-events: none;
}

.mx-page-frame__footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 6;
  width: 100%;
  height: 72px;
  pointer-events: none;
}

.mx-page-frame__footer-gradient {
  display: none;
}

.mx-page-frame__footer-inner {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: var(--mx-frame-content-width);
  height: 72px;
  padding: 0;
  transform: translateX(-50%);
  pointer-events: auto;
}

.mx-page-frame__footer-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.mx-page-frame__footer-meta:first-child {
  width: 220px;
  padding-left: var(--mx-frame-content-inset);
}

.mx-page-frame__footer-meta:last-child {
  justify-content: flex-end;
  width: 268px;
  padding-right: var(--mx-frame-content-inset);
  padding-left: 0;
}

.mx-page-frame__icon-frame {
  position: relative;
  display: inline-flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.mx-page-frame__time-icon {
  display: block;
  width: 18px;
  height: 18px;
}

.mx-globe-hover-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 0;
  vertical-align: middle;
}

.mx-globe-hover-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mx-page-frame__footer .mx-animated-icon {
  display: block;
  width: 24px;
  height: 24px;
  overflow: visible;
  color: #000;
}

.mx-page-frame__footer .mx-dia-globe {
  line-height: 0;
}

.mx-page-frame__footer .mx-dia-globe svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .mx-page-frame {
    --mx-frame-content-width: calc(100vw - 40px);
    --mx-frame-side-gutter: 20px;
    --mx-frame-brand-margin: 8px;
  }

  .mx-page-frame__brand {
    gap: 6px;
    margin-left: 0;
    padding-right: 8px;
    padding-left: 8px;
  }

  .mx-page-frame__brand-mark {
    width: 36px;
    height: 24px;
  }

  .mx-page-frame__brand-name {
    font-size: 17px;
    line-height: 24px;
  }

  .mx-page-frame__nav {
    margin-right: 0;
  }

  .mx-page-frame__nav-button {
    padding-right: 10px;
    padding-left: 10px;
  }

  .mx-page-frame__footer-inner {
    left: 0;
    width: 100%;
    padding: 0 20px;
    transform: none;
  }

}

@media (max-width: 900px) {
  .mx-home-copy__education {
    top: 14%;
    left: 24px;
    font-size: 48px;
  }

  .mx-home-copy__education small {
    margin-top: 12px;
    margin-left: 28px;
    font-size: 26px;
    line-height: 32px;
  }

  .mx-home-copy__discipline {
    top: 14%;
    right: 24px;
    font-size: 22px;
    line-height: 30px;
  }

  .mx-home-copy__hero {
    font-size: 72px;
  }

  .mx-home-copy__statement {
    bottom: 124px;
    left: 24px;
    font-size: 22px;
    line-height: 30px;
  }

  .mx-home-copy__role {
    right: 24px;
    bottom: 132px;
  }

  .mx-home-copy__role b {
    font-size: 22px;
  }

  .mx-home-copy__role i {
    font-size: 21px;
  }
}

@media (max-width: 560px) {
  .mx-home-copy__discipline {
    top: 25%;
  }

  .mx-home-copy__hero {
    top: 48%;
    font-size: 52px;
  }

  .mx-home-copy__statement {
    bottom: 148px;
  }

  .mx-home-copy__role {
    bottom: 112px;
    left: 24px;
    right: auto;
  }
}

/* Keep the portfolio surface free of browser text and image selection. */
html, body, body * {
  -webkit-user-select: none;
  user-select: none;
}

img, a {
  -webkit-user-drag: none;
}
