* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #020202;
  color: #f5f5f5;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  -webkit-user-select: none;
  user-select: none;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

.nav-brand img,
.work-hero-mark,
.collapsed-logo-stage img,
.socials img {
  pointer-events: none;
}

/* PAGE */

.work-page {
  min-height: 100vh;
  background: #020202;
  overflow: hidden;
}

/* NAV */

.nav {
  position: fixed;
  top: 42px;
  left: 52px;
  right: 52px;
  z-index: 40;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 12px;
}

.nav::before {
  content: "";
  position: absolute;
  inset: -42px -52px -24px;
  z-index: -1;
  background:
    linear-gradient(to bottom, rgba(2,2,2,0.88), rgba(2,2,2,0.34), transparent);
  pointer-events: none;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 300px;
  max-width: 300px;
  overflow: hidden;
  z-index: 41;
}

.nav-brand img {
  width: 44px;
  height: auto;
  flex-shrink: 0;
  opacity: 0.96;
}

.brand-name {
  display: inline-block;
  min-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  text-transform: none;
  opacity: 0.95;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    letter-spacing 0.7s ease,
    filter 0.7s ease;
}

.brand-name.is-fading {
  opacity: 0;
  transform: translateY(-4px);
  filter: blur(4px);
}

.brand-name.is-mnvnti {
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.brand-name.is-aspire {
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

/* NAV LINKS */

.nav-links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(44px, 5vw, 82px);
  white-space: nowrap;
  z-index: 40;
  opacity: 1;
  filter: blur(0);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    filter 0.45s ease,
    visibility 0.45s ease;
}

.nav-links a {
  position: relative;
  opacity: 0.88;
  transition: opacity 0.25s ease;
}

.nav-links a:hover {
  opacity: 0.55;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 46px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(95,190,255,0.95), transparent);
  box-shadow: 0 0 16px rgba(95,190,255,0.85);
}

.nav.nav-minimal .nav-links {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-8px);
  filter: blur(6px);
  pointer-events: none;
}

/* MENU */

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  min-width: 92px;
  height: 34px;
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff;
  cursor: pointer;
  z-index: 41;
}

.menu-text {
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(8px);
  filter: blur(4px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    filter 0.35s ease;
}

.menu-lines {
  width: 38px;
  height: 24px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.menu-lines span {
  display: block;
  height: 1px;
  width: 38px;
  background: #fff;
  opacity: 0.85;
  transition:
    transform 0.45s ease,
    opacity 0.35s ease,
    width 0.35s ease;
}

.menu:hover .menu-lines {
  filter: drop-shadow(0 0 10px rgba(95,190,255,0.24));
}

.menu.is-open .menu-text {
  opacity: 0.82;
  transform: translateX(0);
  filter: blur(0);
}

.menu.is-open .menu-lines {
  transform: rotate(180deg);
}

.menu.is-open .menu-lines span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu.is-open .menu-lines span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.menu.is-open .menu-lines span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* SIDE LABEL */

.side-label {
  position: fixed;
  left: 46px;
  top: 50%;
  z-index: 25;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.32em;
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.75;
  transition:
    opacity 0.35s ease,
    filter 0.45s ease;
}

.side-label:hover {
  opacity: 1;
  filter: drop-shadow(0 0 10px rgba(95,190,255,0.22));
}

#sideLabelName {
  display: inline-block;
  transition:
    opacity 0.65s ease,
    filter 0.65s ease,
    letter-spacing 0.65s ease;
}

#sideLabelName.is-fading {
  opacity: 0;
  filter: blur(4px);
}

#sideLabelName.is-aspire {
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

#sideLabelName.is-nathan {
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.side-separator {
  opacity: 0.55;
}

/* HERO */

.work-hero {
  position: relative;
  min-height: 560px;
  padding: 150px 52px 66px;
  overflow: hidden;
  background: #020202;
  transition:
    min-height 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* OPEN STATE: FULL CAR IMAGE LIKE FIRST VERSION */

.work-hero-bg {
  position: absolute;
  inset: -2px;
  z-index: 0;
  background-image: url("../images/automotive.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.92;
  filter: brightness(0.86) contrast(1.08);
  transform: scale(1.01);
  transition:
    opacity 0.9s ease,
    filter 0.9s ease,
    transform 0.9s ease,
    background-size 0.9s ease,
    background-position 0.9s ease;
}

.work-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 28% 50%, rgba(95,190,255,0.08), transparent 30%),
    linear-gradient(to right, rgba(2,2,2,0.80) 0%, rgba(2,2,2,0.46) 30%, rgba(2,2,2,0.66) 58%, rgba(2,2,2,0.95) 100%),
    linear-gradient(to bottom, rgba(2,2,2,0.78) 0%, rgba(2,2,2,0.12) 36%, rgba(2,2,2,0.54) 74%, #020202 100%);
  pointer-events: none;
  transition: background 0.9s ease;
}

/* OPEN STATE: LOGO LEFT */

.work-hero-logo-area {
  position: absolute;
  left: clamp(96px, 12vw, 190px);
  top: 52%;
  z-index: 3;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.7s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.7s ease;
}

.work-hero-mark {
  width: clamp(180px, 17vw, 300px);
  height: auto;
  opacity: 0.84;
  filter:
    drop-shadow(0 30px 42px rgba(0,0,0,0.95))
    drop-shadow(0 0 22px rgba(255,255,255,0.08));
}

/* OPEN STATE: TEXT RIGHT */

.work-hero-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
  margin-left: auto;
  margin-right: clamp(70px, 8vw, 145px);
  padding-top: 12px;
  transition:
    opacity 0.7s ease,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.7s ease;
}

.page-label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: 12px;
  opacity: 0.76;
  margin-bottom: 22px;
}

.work-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.7vw, 104px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 28px;
  text-shadow: 0 20px 38px rgba(0,0,0,0.86);
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 12px;
  line-height: 2;
  opacity: 0.86;
  max-width: 690px;
}

.hero-copy {
  max-width: 620px;
  margin-top: 34px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.035em;
  color: rgba(255,255,255,0.74);
  overflow: hidden;
  transition:
    opacity 0.6s ease,
    max-height 0.7s ease,
    margin 0.7s ease,
    transform 0.7s ease;
}

/* COLLAPSED CENTRE LOGO */

.collapsed-logo-stage {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  transform: translate(-50%, -50%) scale(0.94);
  opacity: 0;
  filter: blur(6px);
  pointer-events: none;
  transition:
    opacity 0.75s ease,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.75s ease;
}

.collapsed-logo-stage img {
  width: clamp(125px, 12vw, 190px);
  height: auto;
  opacity: 0.66;
  filter:
    drop-shadow(0 26px 36px rgba(0,0,0,0.95))
    drop-shadow(0 0 22px rgba(95,190,255,0.08));
}

.intro-toggle {
  position: absolute;
  right: 76px;
  bottom: 58px;
  z-index: 5;
  border: 1px solid rgba(255,255,255,0.24);
  background: rgba(0,0,0,0.30);
  color: rgba(255,255,255,0.78);
  padding: 12px 16px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 10px;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.intro-toggle:hover {
  color: #fff;
  border-color: rgba(95,190,255,0.55);
  background: rgba(95,190,255,0.07);
  transform: translateY(-2px);
}

/* COLLAPSED HERO: SMALLER FADED CAR IMAGE */

body.work-hero-collapsed .work-hero {
  min-height: 245px;
  padding-top: 112px;
  padding-bottom: 42px;
}

body.work-hero-collapsed .work-hero-bg {
  background-size: min(650px, 46vw) auto;
  background-position: center 48%;
  opacity: 0.30;
  filter: brightness(0.50) contrast(1.10) blur(1px);
  transform: scale(1);
}

body.work-hero-collapsed .work-hero-overlay {
  background:
    radial-gradient(circle at center, rgba(95,190,255,0.08), transparent 28%),
    linear-gradient(to right, rgba(2,2,2,0.96), rgba(2,2,2,0.68) 48%, rgba(2,2,2,0.96)),
    linear-gradient(to bottom, rgba(2,2,2,0.86) 0%, rgba(2,2,2,0.46) 58%, #020202 100%);
}

body.work-hero-collapsed .work-hero-logo-area {
  opacity: 0;
  transform: translateY(-50%) scale(0.88);
  filter: blur(8px);
  pointer-events: none;
}

body.work-hero-collapsed .work-hero-content {
  opacity: 0;
  transform: translateY(-18px);
  filter: blur(8px);
  pointer-events: none;
}

body.work-hero-collapsed .hero-copy {
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  transform: translateY(-8px);
}

body.work-hero-collapsed .collapsed-logo-stage {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  filter: blur(0);
}

body.work-hero-collapsed .intro-toggle {
  bottom: 42px;
}

/* BLUE DETAILS */

.blue-flash {
  width: min(460px, 100%);
  height: 1px;
  margin: 32px 0 0;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(255,255,255,0.08) 18%,
      rgba(95,190,255,0.42) 50%,
      rgba(255,255,255,0.08) 82%,
      transparent 100%
    );
  box-shadow:
    0 0 18px rgba(95,190,255,0.10),
    0 0 38px rgba(95,190,255,0.05);
}

.blue-flash::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -35%;
  width: 34%;
  height: 11px;
  background:
    radial-gradient(circle, rgba(140,220,255,1), rgba(95,190,255,0.55) 28%, rgba(95,190,255,0.16) 52%, transparent 76%);
  filter: blur(3px);
  animation: blueFlashMove 5.8s ease-in-out infinite;
}

.blue-divider-wide {
  width: calc(100% - 104px);
  height: 1px;
  margin: 0 52px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent, rgba(95,190,255,0.48), rgba(255,255,255,0.12), rgba(95,190,255,0.48), transparent);
  box-shadow:
    0 0 18px rgba(95,190,255,0.10),
    0 0 42px rgba(95,190,255,0.055);
}

.blue-divider-wide::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -20%;
  width: 28%;
  height: 13px;
  background: radial-gradient(circle, rgba(120,210,255,0.95), rgba(95,190,255,0.22), transparent 72%);
  filter: blur(4px);
  animation: blueFlashMoveWide 7s ease-in-out infinite;
}

@keyframes blueFlashMove {
  0% {
    left: -35%;
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  48% {
    left: 102%;
    opacity: 0;
  }

  100% {
    left: 102%;
    opacity: 0;
  }
}

@keyframes blueFlashMoveWide {
  0% {
    left: -28%;
    opacity: 0;
  }

  18% {
    opacity: 0.9;
  }

  55% {
    left: 105%;
    opacity: 0;
  }

  100% {
    left: 105%;
    opacity: 0;
  }
}

/* GALLERY */

.work-gallery {
  padding: 36px 52px 0;
  background: #020202;
  transition:
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

body.work-hero-collapsed .work-gallery {
  transform: translateY(-8px);
}

.section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-size: 12px;
}

.section-head > span::before {
  content: "• ";
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  letter-spacing: 0.18em;
}

.filter-btn {
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.006);
  color: rgba(255,255,255,0.72);
  padding: 10px 14px;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    opacity 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.filter-btn:hover,
.filter-btn.active {
  border-color: rgba(95,190,255,0.55);
  color: #f5f5f5;
  background: rgba(95,190,255,0.08);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.work-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.10);
  background:
    radial-gradient(circle at center, rgba(95,190,255,0.05), transparent 34%),
    #050505;
  isolation: isolate;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    opacity 0.35s ease;
}

.work-card.is-hidden {
  display: none;
}

.work-card:hover {
  transform: translateY(-4px);
  border-color: rgba(95,190,255,0.42);
}

.thumb-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.work-card.thumb-ready .thumb-canvas {
  opacity: 1;
  transform: scale(1);
}

.thumb-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at center, rgba(95,190,255,0.10), transparent 34%),
    #050505;
}

.thumb-fallback span {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(to top, rgba(0,0,0,0.92), rgba(0,0,0,0.08) 58%, rgba(0,0,0,0.34)),
    radial-gradient(circle at 50% 42%, transparent 30%, rgba(0,0,0,0.34) 100%);
  pointer-events: none;
}

.work-card-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
}

.work-card-content span {
  display: inline-block;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 11px;
  opacity: 0.72;
}

.work-card-content h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.03em;
  margin-bottom: 18px;
}

.work-card-content p {
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 11px;
  opacity: 0.76;
}

/* STATEMENT */

.work-statement {
  margin: 20px 52px 0;
  border: 1px solid rgba(255,255,255,0.18);
  padding: 54px 62px;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 52px;
  align-items: center;
  background:
    radial-gradient(circle at 20% 50%, rgba(95,190,255,0.10), transparent 26%),
    rgba(255,255,255,0.006);
}

.work-statement span {
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: 12px;
  opacity: 0.68;
}

.work-statement p {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.035em;
  color: rgba(255,255,255,0.74);
}

/* MODAL */

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.video-modal.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(95,190,255,0.10), transparent 36%),
    rgba(0,0,0,0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.modal-inner {
  position: relative;
  z-index: 2;
  width: min(920px, 92vw);
  max-height: 90vh;
  border: 1px solid rgba(255,255,255,0.22);
  background: #020202;
  box-shadow: 0 30px 80px rgba(0,0,0,0.8);
  overflow: hidden;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(0,0,0,0.56);
  color: #f5f5f5;
  padding: 10px 14px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 10px;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.modal-video {
  display: block;
  width: 100%;
  max-height: 78vh;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: #000;
}

.modal-caption {
  padding: 24px 26px 28px;
}

.modal-caption span {
  display: inline-block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 10px;
  opacity: 0.66;
}

.modal-caption h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* FOOTER */

footer {
  padding: 44px 52px 38px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 11px;
  opacity: 0.78;
}

.socials {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 34px;
  letter-spacing: 0;
}

.socials a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.socials a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.socials img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  filter: none;
}

.built {
  justify-self: end;
  text-align: right;
  line-height: 2;
}

/* TABLET */

@media (max-width: 1024px) {
  .nav {
    left: 34px;
    right: 34px;
  }

  .nav-brand {
    width: 250px;
    max-width: 250px;
  }

  .nav-brand img {
    width: 38px;
  }

  .brand-name {
    min-width: 160px;
    font-size: 11px;
  }

  .nav-links {
    gap: 36px;
  }

  .work-hero-logo-area {
    left: 74px;
  }

  .work-hero-mark {
    width: clamp(160px, 20vw, 230px);
  }

  .work-hero-content {
    max-width: 620px;
    margin-right: 42px;
  }

  body.work-hero-collapsed .work-hero-bg {
    background-size: min(560px, 54vw) auto;
  }

  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-card {
    min-height: 400px;
  }

  .work-statement {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

/* MOBILE */

@media (max-width: 760px) {
  .nav {
    top: 24px;
    left: 22px;
    right: 22px;
    height: 42px;
  }

  .nav-brand {
    width: auto;
    max-width: 220px;
    gap: 14px;
  }

  .nav-brand img {
    width: 34px;
  }

  .brand-name {
    min-width: 130px;
    font-size: 10px;
  }

  .nav-links {
    display: none;
  }

  .menu {
    min-width: auto;
  }

  .menu-text {
    display: none;
  }

  .menu-lines {
    width: 34px;
  }

  .menu-lines span {
    width: 34px;
  }

  .side-label {
    display: none;
  }

  .work-hero {
    min-height: auto;
    padding: 120px 22px 56px;
  }

  body.work-hero-collapsed .work-hero {
    min-height: 220px;
    padding: 108px 22px 42px;
  }

  .work-hero-logo-area {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 16px auto 34px;
  }

  .work-hero-mark {
    width: clamp(140px, 42vw, 210px);
    opacity: 0.72;
  }

  .work-hero-content {
    margin: 0;
    max-width: 100%;
    padding-top: 0;
  }

  .page-label {
    font-size: 10px;
    letter-spacing: 0.30em;
  }

  .work-hero h1 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .hero-kicker {
    font-size: 11px;
    letter-spacing: 0.22em;
  }

  .hero-copy {
    font-size: 14px;
  }

  body.work-hero-collapsed .work-hero-bg {
    background-size: min(430px, 86vw) auto;
    background-position: center 46%;
  }

  .collapsed-logo-stage img {
    width: 132px;
  }

  .intro-toggle {
    right: 22px;
    bottom: 34px;
    padding: 10px 12px;
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .blue-flash {
    width: 100%;
  }

  .blue-divider-wide {
    width: calc(100% - 44px);
    margin: 0 22px;
  }

  .work-gallery {
    padding: 34px 22px 0;
  }

  .section-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .filter-row {
    justify-content: flex-start;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .work-card {
    min-height: 420px;
  }

  .work-card-content {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }

  .work-statement {
    margin: 18px 22px 0;
    grid-template-columns: 1fr;
    padding: 36px 24px;
    gap: 24px;
  }

  .work-statement p {
    font-size: 14px;
  }

  .video-modal {
    padding: 18px;
  }

  .modal-inner {
    width: min(520px, 94vw);
    max-height: 92vh;
  }

  .modal-video {
    max-height: 76vh;
  }

  footer {
    padding: 44px 22px 38px;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .socials {
    justify-self: start;
  }

  .built {
    justify-self: start;
    text-align: left;
  }
}

/* VERY SMALL PHONES */

@media (max-width: 420px) {
  .brand-name {
    display: none;
  }

  .work-hero h1 {
    font-size: 46px;
  }

  .work-card {
    min-height: 360px;
  }
}

/* WORK PAGE MOBILE COLLAPSE FIX */

@media (max-width: 760px) {
  body.work-hero-collapsed .work-hero {
    min-height: 150px;
    padding: 72px 22px 28px;
  }

  body.work-hero-collapsed .work-hero-bg {
    background-size: min(300px, 70vw) auto;
    background-position: center 48%;
    opacity: 0.24;
    filter: brightness(0.42) contrast(1.08) blur(1px);
    transform: scale(1);
  }

  body.work-hero-collapsed .work-hero-overlay {
    background:
      radial-gradient(circle at center, rgba(95,190,255,0.06), transparent 34%),
      linear-gradient(to right, rgba(2,2,2,0.96), rgba(2,2,2,0.74), rgba(2,2,2,0.96)),
      linear-gradient(to bottom, rgba(2,2,2,0.88) 0%, rgba(2,2,2,0.54) 58%, #020202 100%);
  }

  body.work-hero-collapsed .collapsed-logo-stage {
    top: 54%;
  }

  body.work-hero-collapsed .collapsed-logo-stage img {
    width: 92px;
    opacity: 0.62;
  }

  body.work-hero-collapsed .intro-toggle {
    right: 22px;
    bottom: 18px;
    padding: 8px 10px;
    font-size: 8px;
    letter-spacing: 0.16em;
  }

  body.work-hero-collapsed .blue-divider-wide {
    margin-top: 0;
  }

  body.work-hero-collapsed .work-gallery {
    padding-top: 24px;
    transform: translateY(-4px);
  }

  body.work-hero-collapsed .section-head {
    margin-bottom: 20px;
  }
}




.thumb-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.work-card:has(.thumb-img) .thumb-canvas {
  display: none;
}

.work-card:has(.thumb-img) .thumb-fallback {
  display: none;
}

/* =========================================================
   FINAL WORK MOBILE MENU FIX - MATCHES OTHER PAGES
   Sharp drawer, body lock, working close/open state.
========================================================= */

@media (max-width: 760px) {
  .nav {
    position: fixed !important;
    top: 24px !important;
    left: 22px !important;
    right: 22px !important;
    height: 42px !important;
    z-index: 99999 !important;
  }

  .nav::before {
    content: "";
    position: absolute;
    inset: -28px -22px -20px;
    z-index: -1;
    background:
      linear-gradient(to bottom, rgba(2,2,2,0.90), rgba(2,2,2,0.36), transparent);
    pointer-events: none;
  }

  .menu {
    position: relative !important;
    z-index: 100002 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-width: 42px !important;
    height: 34px !important;
  }

  .menu-text {
    display: none !important;
  }

  .menu-lines {
    width: 34px !important;
    height: 24px !important;
    position: relative !important;
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 7px !important;
  }

  .menu-lines span {
    display: block !important;
    width: 34px !important;
    height: 1px !important;
    background: #fff !important;
    opacity: 0.92 !important;
    box-shadow: 0 0 10px rgba(255,255,255,0.16);
  }

  .menu.is-open .menu-lines {
    transform: rotate(180deg) !important;
  }

  .menu.is-open .menu-lines span:nth-child(1) {
    transform: translateY(8px) rotate(45deg) !important;
  }

  .menu.is-open .menu-lines span:nth-child(2) {
    opacity: 0 !important;
    width: 0 !important;
  }

  .menu.is-open .menu-lines span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg) !important;
  }

  .nav-links {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: min(340px, 84vw) !important;
    height: 100svh !important;
    transform: translateX(105%) !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 34px !important;
    padding: 96px 34px 44px !important;
    background:
      radial-gradient(circle at 72% 20%, rgba(95,190,255,0.12), transparent 34%),
      linear-gradient(to bottom, rgba(5,5,5,0.998), rgba(0,0,0,0.996)) !important;
    border-left: 1px solid rgba(255,255,255,0.14) !important;
    box-shadow: -34px 0 90px rgba(0,0,0,0.76) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    z-index: 100001 !important;
    transition:
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.45s ease,
      visibility 0.45s ease !important;
  }

  .nav.nav-minimal .nav-links {
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .nav-links::before {
    content: "MNVNTI" !important;
    position: absolute !important;
    top: 34px !important;
    left: 34px !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 18px !important;
    letter-spacing: 0.42em !important;
    opacity: 0.42 !important;
  }

  .nav-links a {
    position: relative !important;
    opacity: 0 !important;
    transform: translateX(18px) !important;
    color: rgba(255,255,255,0.92) !important;
    font-size: 13px !important;
    letter-spacing: 0.34em !important;
    text-transform: uppercase !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition:
      opacity 0.35s ease,
      transform 0.45s ease !important;
  }

  .nav.nav-minimal .nav-links a {
    opacity: 0.92 !important;
    transform: translateX(0) !important;
  }

  .nav-links a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 54px;
    height: 1px;
    transform: none;
    background: linear-gradient(90deg, rgba(95,190,255,0.95), transparent);
    box-shadow: 0 0 16px rgba(95,190,255,0.85);
  }

  body.mobile-menu-open {
    overflow: hidden !important;
  }

  body.mobile-menu-open::after {
    display: none !important;
    content: none !important;
  }

  .video-modal {
    z-index: 120000 !important;
  }
}

@media (min-width: 761px) {
  body.mobile-menu-open {
    overflow: auto !important;
  }

  body.mobile-menu-open::after {
    display: none !important;
  }
}

/* =========================================================
   WORK PAGE FINAL VISUAL FIX
   Collapsed intro background + readable video titles
========================================================= */

body.work-hero-collapsed .work-hero {
  background:
    radial-gradient(circle at 50% 42%, rgba(95,190,255,0.12), transparent 32%),
    linear-gradient(
      to bottom,
      rgba(2,2,2,0.72),
      rgba(2,2,2,0.82) 52%,
      #020202 100%
    ),
    url("../images/background.png") center center / cover no-repeat !important;
  isolation: isolate !important;
  overflow: hidden !important;
}

body.work-hero-collapsed .work-hero-bg {
  opacity: 0.22 !important;
  filter: brightness(0.48) contrast(1.12) blur(1px) !important;
  z-index: 1 !important;
}

body.work-hero-collapsed .work-hero-overlay {
  z-index: 2 !important;
  background:
    radial-gradient(circle at center, rgba(95,190,255,0.12), transparent 30%),
    linear-gradient(to right, rgba(2,2,2,0.92), rgba(2,2,2,0.54) 48%, rgba(2,2,2,0.92)),
    linear-gradient(to bottom, rgba(2,2,2,0.78) 0%, rgba(2,2,2,0.38) 58%, #020202 100%) !important;
}

body.work-hero-collapsed .collapsed-logo-stage {
  z-index: 5 !important;
}

body.work-hero-collapsed .intro-toggle {
  z-index: 6 !important;
}

.work-card::after {
  background:
    linear-gradient(to top, rgba(0,0,0,0.96), rgba(0,0,0,0.34) 52%, rgba(0,0,0,0.22)),
    radial-gradient(circle at 50% 42%, transparent 24%, rgba(0,0,0,0.42) 100%) !important;
}

.work-card,
.work-card-content,
.work-card-content span,
.work-card-content h2,
.work-card-content p {
  color: rgba(255,255,255,0.94) !important;
}

.work-card-content span {
  opacity: 0.72 !important;
  text-shadow: 0 10px 24px rgba(0,0,0,0.86) !important;
}

.work-card-content h2 {
  color: rgba(255,255,255,0.96) !important;
  text-shadow:
    0 18px 34px rgba(0,0,0,0.96),
    0 0 22px rgba(95,190,255,0.10) !important;
}

.work-card-content p {
  opacity: 0.78 !important;
  text-shadow: 0 10px 24px rgba(0,0,0,0.86) !important;
}

body.work-hero-collapsed .work-hero {
  min-height: 430px !important;
  padding-top: 92px !important;
  padding-bottom: 24px !important;
}

body.work-hero-collapsed .collapsed-logo-stage {
  top: 52% !important;
  transform: translate(-50%, -50%) !important;
}

body.work-hero-collapsed .collapsed-logo-stage img {
  width: 150px !important;
  opacity: 0.74 !important;
}

body.work-hero-collapsed .intro-toggle {
  bottom: 34px !important;
}

.blue-divider-wide {
  position: relative !important;
  z-index: 4 !important;
}

/* OPTIONAL REAL THUMBNAIL IMAGE SUPPORT */

.thumb-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.work-card:has(.thumb-img) .thumb-canvas {
  display: none;
}

.work-card:has(.thumb-img) .thumb-fallback {
  display: none;
}

/* =========================================================
   WORK MOBILE MENU BUTTON VISIBILITY FIX
   Forces the hamburger to stay visible on mobile.
========================================================= */

@media (max-width: 760px) {
  .nav {
    position: fixed !important;
    top: 24px !important;
    left: 22px !important;
    right: 22px !important;
    height: 42px !important;
    z-index: 200000 !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  .nav-brand {
    position: relative !important;
    z-index: 200001 !important;
  }

  .menu {
    position: fixed !important;
    top: 28px !important;
    right: 22px !important;
    z-index: 200003 !important;

    width: 46px !important;
    min-width: 46px !important;
    height: 38px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    background: rgba(2, 2, 2, 0.18) !important;
    border: 0 !important;
    border-radius: 0 !important;

    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .menu-text {
    display: none !important;
  }

  .menu-lines {
    position: relative !important;
    z-index: 200004 !important;

    width: 34px !important;
    height: 24px !important;

    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 7px !important;

    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
  }

  .menu-lines span {
    display: block !important;
    width: 34px !important;
    height: 1px !important;

    background: rgba(255,255,255,0.96) !important;
    opacity: 1 !important;
    visibility: visible !important;

    box-shadow:
      0 0 10px rgba(255,255,255,0.20),
      0 0 18px rgba(95,190,255,0.18) !important;
  }

  .menu.is-open .menu-lines span:nth-child(1) {
    transform: translateY(8px) rotate(45deg) !important;
  }

  .menu.is-open .menu-lines span:nth-child(2) {
    opacity: 0 !important;
    width: 0 !important;
  }

  .menu.is-open .menu-lines span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg) !important;
  }

  .nav-links {
    z-index: 200002 !important;
  }

  .video-modal {
    z-index: 220000 !important;
  }
}

/* =========================================================
   MNVNTI GLOBAL RESPONSIVE + MOBILE MENU SAFETY PATCH
========================================================= */

html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 0 !important;
}

main,
section,
footer,
nav,
div {
  max-width: 100%;
}

img,
video,
canvas,
svg,
iframe {
  max-width: 100%;
}

button,
input,
textarea,
select {
  max-width: 100%;
}

.nav {
  max-width: calc(100% - 104px);
}

@media (max-width: 1024px) {
  .nav {
    max-width: calc(100% - 68px);
  }

  .nav-links {
    gap: clamp(24px, 4vw, 42px) !important;
  }

  .brand-name {
    min-width: 130px !important;
  }

  h1 {
    overflow-wrap: break-word;
  }
}

@media (max-width: 760px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .nav {
    position: fixed !important;
    top: max(22px, env(safe-area-inset-top)) !important;
    left: 20px !important;
    right: 20px !important;
    width: auto !important;
    max-width: calc(100% - 40px) !important;
    height: 42px !important;
    z-index: 200000 !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  .nav::before {
    content: "" !important;
    position: absolute !important;
    inset: -26px -20px -18px !important;
    z-index: -1 !important;
    background:
      linear-gradient(to bottom, rgba(2,2,2,0.92), rgba(2,2,2,0.34), transparent) !important;
    pointer-events: none !important;
  }

  .nav-brand {
    position: relative !important;
    z-index: 200001 !important;
    width: auto !important;
    max-width: calc(100% - 70px) !important;
    min-width: 0 !important;
    gap: 13px !important;
  }

  .nav-brand img {
    width: 34px !important;
    min-width: 34px !important;
  }

  .brand-name {
    min-width: 0 !important;
    max-width: 150px !important;
    font-size: 10px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .menu {
    position: fixed !important;
    top: max(26px, calc(env(safe-area-inset-top) + 4px)) !important;
    right: 20px !important;
    z-index: 200003 !important;
    width: 46px !important;
    min-width: 46px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: rgba(2,2,2,0.18) !important;
    border: 0 !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .menu-text {
    display: none !important;
  }

  .menu-lines {
    position: relative !important;
    z-index: 200004 !important;
    width: 34px !important;
    height: 24px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 7px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .menu-lines span {
    display: block !important;
    width: 34px !important;
    height: 1px !important;
    background: rgba(255,255,255,0.96) !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow:
      0 0 10px rgba(255,255,255,0.20),
      0 0 18px rgba(95,190,255,0.18) !important;
  }

  .menu.is-open .menu-lines span:nth-child(1) {
    transform: translateY(8px) rotate(45deg) !important;
  }

  .menu.is-open .menu-lines span:nth-child(2) {
    opacity: 0 !important;
    width: 0 !important;
  }

  .menu.is-open .menu-lines span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg) !important;
  }

  .nav-links {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: min(340px, 84vw) !important;
    max-width: 84vw !important;
    height: 100svh !important;
    transform: translateX(105%) !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 34px !important;
    padding: 96px 34px 44px !important;
    background:
      radial-gradient(circle at 72% 20%, rgba(95,190,255,0.12), transparent 34%),
      linear-gradient(to bottom, rgba(5,5,5,0.998), rgba(0,0,0,0.996)) !important;
    border-left: 1px solid rgba(255,255,255,0.14) !important;
    box-shadow: -34px 0 90px rgba(0,0,0,0.76) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    z-index: 200002 !important;
    transition:
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.45s ease,
      visibility 0.45s ease !important;
  }

  .nav.nav-minimal .nav-links {
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    filter: none !important;
  }

  .nav-links::before {
    content: "MNVNTI" !important;
    position: absolute !important;
    top: 34px !important;
    left: 34px !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 18px !important;
    letter-spacing: 0.42em !important;
    opacity: 0.42 !important;
  }

  .nav-links a {
    position: relative !important;
    opacity: 0 !important;
    transform: translateX(18px) !important;
    color: rgba(255,255,255,0.92) !important;
    font-size: 13px !important;
    letter-spacing: 0.34em !important;
    text-transform: uppercase !important;
    filter: none !important;
    transition:
      opacity 0.35s ease,
      transform 0.45s ease !important;
  }

  .nav.nav-minimal .nav-links a {
    opacity: 0.92 !important;
    transform: translateX(0) !important;
  }

  .nav-links a.active::after {
    left: 0 !important;
    bottom: -11px !important;
    width: 54px !important;
    transform: none !important;
    background: linear-gradient(90deg, rgba(95,190,255,0.95), transparent) !important;
  }

  body.mobile-menu-open {
    overflow: hidden !important;
    touch-action: none;
  }

  .side-label,
  .side-label-left,
  .side-label-right {
    display: none !important;
  }

  h1,
  .title {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .work-grid,
  .grid,
  .support-card-grid,
  .connect-grid,
  .field-grid,
  .filter-row {
    max-width: 100% !important;
  }

  .primary-support-btn,
  .outline-btn,
  .submit-btn,
  .support-btn,
  .intro-toggle,
  .motion-toggle,
  .sound-toggle {
    max-width: calc(100vw - 44px) !important;
    min-width: 0 !important;
  }

  .contact-hero,
  .support-hero,
  .about-hero,
  .work-hero,
  .hero {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .contact-form,
  .support-panel,
  .quote-panel,
  .creator-section,
  .connect-section {
    max-width: calc(100vw - 44px) !important;
  }
}

/* Homepage intro sound prompt */
.intro-sound-prompt {
  position: fixed;
  left: 50%;
  bottom: max(54px, calc(env(safe-area-inset-bottom) + 42px));
  z-index: 40;
  transform: translateX(-50%);
  border: 1px solid rgba(95,190,255,0.45);
  background:
    radial-gradient(circle at 50% 0%, rgba(95,190,255,0.16), transparent 46%),
    rgba(0,0,0,0.48);
  color: #f5f5f5;
  padding: 18px 24px;
  min-width: 260px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  cursor: pointer;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 0 28px rgba(95,190,255,0.10),
    inset 0 0 24px rgba(95,190,255,0.04);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease,
    filter 0.6s ease;
}

.intro-sound-prompt.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  filter: blur(6px);
}

.intro-sound-prompt .prompt-main {
  position: relative;
  z-index: 2;
  font-size: 11px;
}

.intro-sound-prompt .prompt-sub {
  position: relative;
  z-index: 2;
  font-size: 9px;
  opacity: 0.58;
}

.prompt-ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88%;
  height: 54%;
  border: 1px solid rgba(95,190,255,0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.74);
  opacity: 0;
  animation: introPromptRipple 2.7s ease-out infinite;
}

@keyframes introPromptRipple {
  0% {
    transform: translate(-50%, -50%) scale(0.72);
    opacity: 0;
  }

  28% {
    opacity: 0.7;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

@media (max-width: 760px) {
  .intro-sound-prompt {
    bottom: max(32px, calc(env(safe-area-inset-bottom) + 28px));
    width: calc(100vw - 44px);
    min-width: 0;
    padding: 16px 18px;
  }
}


/* =========================================================
   MNVNTI STABLE RESPONSIVE PATCH
   Minimal patch: prevents mobile/tablet overflow without redesigning layout.
========================================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
canvas,
svg,
iframe {
  max-width: 100%;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .side-label,
  .side-label-left,
  .side-label-right {
    display: none !important;
  }

  h1,
  .title {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .contact-hero,
  .support-hero,
  .about-hero,
  .work-hero,
  .hero {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .contact-form,
  .support-panel,
  .quote-panel,
  .creator-section,
  .connect-section {
    max-width: calc(100vw - 44px);
  }
}

/* MNVNTI minor animation restore */
#sideLabelName {
  display: inline-block;
  transition:
    opacity 0.65s ease,
    filter 0.65s ease,
    letter-spacing 0.65s ease;
}

#sideLabelName.is-fading {
  opacity: 0;
  filter: blur(4px);
}

#sideLabelName.is-aspire {
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

#sideLabelName.is-nathan {
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.side-separator {
  opacity: 0.55;
}

/* Side label MNVNTI animation state */
#sideLabelName.is-mnvnti {
  letter-spacing: 0.36em;
  text-transform: uppercase;
}
