#projects-main-title-wrapper {
  font-size: 9.2vw !important;
}
#header-logo .header-logo-text {
  display: block;
  font-family: Aeonik, system-ui, sans-serif;
  font-size: calc((7.5em * 24 / 121 + 2px) * 1.5);
  font-weight: 500;
  letter-spacing: 0.04em;
  mix-blend-mode: exclusion;
  line-height: 1;
  white-space: nowrap;
}
#header-logo {
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease,
    color 0.5s;
}
html.is-header-logo-hidden:not(.is-projects-listing) #header-logo {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
@media (max-width: 812px) {
  #header-logo .header-logo-text {
    font-size: calc((6em * 24 / 121 + 2px) * 1.5);
  }
}
html.is-ready #preloader {
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

html.vechoool-preloader-skip #preloader,
html.vechoool-preloader-skip #preloader[data-dismissed="true"],
html.vechoool-preloader-skip #transition-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

html.vechoool-preloader-skip:not(.vechoool-canvas-live) #canvas {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

html.vechoool-preloader-skip.vechoool-canvas-live #canvas {
  animation: vechoool-canvas-fade-in 0.45s ease forwards;
}

@keyframes vechoool-canvas-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Homepage — scroll content offset below header */
html[data-vechoool-home="true"] #page-container {
  padding-top: 126px;
}

#home-hero-title {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
#home-hero {
  height: auto !important;
  min-height: 0 !important;
  grid-template-rows: auto !important;
  padding-top: calc(
    var(--base-padding-y) + var(--header-size) * 3
  ) !important;
  padding-bottom: calc(var(--base-padding-y) * 0.5) !important;
}
@media (max-width: 812px) {
  #home-hero {
    padding-top: calc(
      var(--base-padding-y) + var(--header-size) * 1.85
    ) !important;
  }
  #home-hero-title {
    margin-top: 0 !important;
  }
}
#home-hero-visual-container {
  margin-top: calc(var(--base-padding-y) * 0.8) !important;
}
#home-hero-scroll-container {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  grid-column: 1 / span 12 !important;
  margin-top: calc(var(--base-padding-y) * 0.4) !important;
  height: var(--base-padding-y) !important;
}
@media (max-width: 812px) {
  #home-hero-scroll-container {
    grid-column: 1 / span 6 !important;
    bottom: auto !important;
    margin-top: calc(var(--base-padding-y) * 0.35) !important;
  }
}
#home-hero-visual-container {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
  border-radius: clamp(12px, 1.5vw, 24px);
  background: var(--color-off-white, #f0f1fa) !important;
  width: 100% !important;
  height: auto !important;
  min-height: clamp(280px, 42vh, 500px);
  aspect-ratio: 16/8;
  max-height: min(70vh, 700px);
}
#home-hero-visual-container .superhi-hero-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#home-hero-visual-container .superhi-hero-canvas-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#home-hero-visual-container canvas {
  width: 100%;
  height: 100%;
  display: block;
  touch-action: none;
}
#home-featured .project-item {
  grid-column: span 4 / span 4 !important;
  float: none !important;
  align-self: start;
}
#home-featured .project-item,
#home-featured-2 .project-item,
#home-featured-3 .project-item,
#home-featured-4 .project-item {
  grid-column: span 4 / span 4 !important;
  float: none !important;
  align-self: start;
}
#home-featured .project-item:nth-child(-n + 3),
#home-featured-2 .project-item:nth-child(-n + 3),
#home-featured-3 .project-item:nth-child(-n + 3),
#home-featured-4 .project-item:nth-child(-n + 3) {
  margin-top: 0 !important;
}
#home-featured .project-item:nth-child(n + 4),
#home-featured-2 .project-item:nth-child(n + 4),
#home-featured-3 .project-item:nth-child(n + 4),
#home-featured-4 .project-item:nth-child(n + 4) {
  margin-top: 5em !important;
}
@media (min-aspect-ratio: 21/9) {
  #home-featured .project-item:nth-child(n + 4),
  #home-featured-2 .project-item:nth-child(n + 4),
  #home-featured-3 .project-item:nth-child(n + 4),
  #home-featured-4 .project-item:nth-child(n + 4) {
    margin-top: 10em !important;
  }
}
@media (max-width: 812px) {
  #home-featured .project-item,
  #home-featured-2 .project-item,
  #home-featured-3 .project-item,
  #home-featured-4 .project-item {
    grid-column: span 6 / span 6 !important;
    float: none !important;
  }
}
#header-right {
  gap: 18px !important;
}
#header-right-sound-btn {
  display: none !important;
}
#header-right-menu-btn,
#header-right-talk-btn {
  position: relative !important;
  left: auto !important;
}
#header-right-talk-btn,
#header-right-talk-btn-text {
  text-transform: none;
}
html.is-auth #header-right-talk-btn {
  position: absolute !important;
  left: 4.5em !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}
#header-user-menu-wrap {
  position: relative;
  flex-shrink: 0;
}
#header-right-user-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #000;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
.header-right-user-avatar {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#header-user-menu {
  position: absolute;
  top: calc(var(--base-padding-y) + var(--header-size) * 3.1 + 0.5em);
  right: var(--base-padding-x);
  width: 19.38em;
  display: flex;
  flex-direction: column;
  gap: 0.625em;
  pointer-events: none;
  color: var(--color-black);
  z-index: 120;
}

#header-user-menu input,
#header-user-menu textarea,
#header-user-menu a,
#header-user-menu button {
  pointer-events: none;
}

#header-user-menu #header-user-menu-links {
  will-change: transform;
}

#header-user-menu.--opened #header-user-menu-links {
  transition:
    transform 0.5s var(--open-delay, 0s) cubic-bezier(0.4, 0, 0.1, 1),
    opacity 0.5s var(--open-delay, 0s) cubic-bezier(0.4, 0, 0.1, 1);
  transform: translateZ(0);
  opacity: 1;
}

#header-user-menu.--opened input,
#header-user-menu.--opened textarea,
#header-user-menu.--opened a,
#header-user-menu.--opened button {
  pointer-events: auto;
}

#header-user-menu-links {
  transition:
    transform 0.5s var(--close-delay, 0s) cubic-bezier(0.4, 0, 0.1, 1),
    opacity 0.5s var(--close-delay, 0s) cubic-bezier(0.4, 0, 0.1, 1);
  transform: translate3d(0, 5.5em, 0) rotate(3.5deg);
  opacity: 0;
  display: flex;
  flex-direction: column;
  text-transform: none;
  background: var(--color-white);
  border-radius: 0.625em;
  padding: 1em 0.3125em;
}

#header-menu-links .header-menu-link-text,
#header-menu-links .header-menu-link-text-clone,
#header-user-menu .header-menu-link-text,
#header-user-menu .header-menu-link-text-clone {
  font-size: 1.375em;
}

#header-user-menu .header-menu-link-text,
#header-user-menu .header-menu-link-text-clone {
  text-transform: none;
}

#header-right-user-btn[aria-expanded="true"] {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

@media (max-width: 812px) {
  html.is-auth #header-right-talk-btn {
    left: -4.5em !important;
  }

  #header-user-menu {
    width: min(19.38em, calc(100vw - var(--base-padding-x) * 2));
  }

  #header-right-menu-btn,
  #header-right-talk-btn {
    left: auto !important;
  }
}
@media (max-width: 812px) {
  #header-right {
    gap: 18px !important;
  }
  #header-right-menu-btn,
  #header-right-talk-btn {
    left: auto !important;
  }
}
.header-menu-link[data-page='projects'],
.header-menu-link[data-scroll-to='contact'],
#header-menu-newsletter,
#header-menu-talk,
#header-menu-labs {
  display: none !important;
}
#home-featured-2-cta,
#home-featured-3-cta,
#home-featured-4-cta,
#home-featured-cta {
  pointer-events: auto !important;
  cursor: pointer;
}
#home-featured-2:after {
  content: '';
  clear: both;
  display: block;
}
#home-featured-2 {
  margin-top: 3em;
}
#home-featured-2-cta {
  display: flex;
  position: relative;
  grid-column: 1 / span 12 !important;
  place-self: center;
  justify-self: center;
  float: left;
  padding: 1em 1.5em 1em 1.625em;
  align-items: center;
  gap: 1em;
  overflow: hidden;
  border-radius: 5.3125em;
  font-size: clamp(0.875rem, 1vw, 1.75rem);
  background: #fff;
  font-family: Aeonik;
  text-transform: uppercase;
  height: 3.375em;
  width: fit-content;
  font-weight: 500;
  margin-top: 3em !important;
  box-shadow:
    0 6px 10px #0000000a,
    0 2px 4px #0000000a;
  pointer-events: auto;
  transition: background cubic-bezier(0.35, 0, 0, 1) 0.2s;
  will-change: transform;
}
@media (max-width: 812px) {
  #home-featured-2-cta {
    grid-column: 1 / span 6 !important;
    margin-top: 4em !important;
    margin-bottom: 2em;
  }
}
#home-featured-2-cta-dot {
  display: inline-block;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  background: var(--color-black);
  border-radius: 100px;
  z-index: 1;
  transition:
    background cubic-bezier(0.35, 0, 0, 1) 0.5s,
    transform cubic-bezier(0.35, 0, 0, 1) 0.4s;
}
#home-featured-2-cta-text {
  position: relative;
  z-index: 1;
  transition:
    color cubic-bezier(0.35, 0, 0, 1) 0.5s,
    transform cubic-bezier(0.35, 0, 0, 1) 0.4s;
}
#home-featured-2-cta-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 1em;
  height: 1.2em;
  width: 1.2em;
  color: var(--color-blue);
  border-radius: 100%;
  transform: translate3d(3em, 0, 0);
  z-index: 1;
  transition: transform cubic-bezier(0.4, 0, 0, 1) 0.4s;
}
#home-featured-2-cta-arrow svg {
  width: 100%;
  height: 100%;
  transition: color 0.5s;
}
#home-featured-2-title-top {
  position: relative;
  grid-column: 1 / span 12;
  line-height: 0;
}
#home-featured-2-title-wrapper {
  position: relative;
  width: fit-content;
  font-size: 8vw;
  letter-spacing: -0.02em;
}
#home-featured-2-title {
  padding-top: 0.5em;
  position: relative;
  display: inline-block;
  margin: 0 0 0 -0.07em;
  line-height: 0.9;
  overflow: hidden;
}
#home-featured-2-disclaimer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(var(--grid-space) * 3 + var(--grid-gap) * 2);
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 0.9vw;
}
@media (min-aspect-ratio: 21/9) {
  #home-featured-2-title-wrapper {
    font-size: 5.3vw;
  }
  #home-featured-2-disclaimer {
    width: calc(var(--grid-space) * 2 + var(--grid-gap) * 2);
    font-size: 0.6vw;
  }
}
@media (max-width: 812px) {
  #home-featured-2-title-top {
    grid-column: 1 / span 6;
  }
  #home-featured-2-title-wrapper {
    font-size: 15vw;
  }
  #home-featured-2-disclaimer {
    position: relative;
    font-size: 2.5vw;
    width: 100%;
    margin: 3em 0;
  }
}
#home-featured-3:after {
  content: '';
  clear: both;
  display: block;
}
#home-featured-3 {
  margin-top: 3em;
}
#home-featured-3-cta {
  display: flex;
  position: relative;
  grid-column: 1 / span 12 !important;
  place-self: center;
  justify-self: center;
  float: left;
  padding: 1em 1.5em 1em 1.625em;
  align-items: center;
  gap: 1em;
  overflow: hidden;
  border-radius: 5.3125em;
  font-size: clamp(0.875rem, 1vw, 1.75rem);
  background: #fff;
  font-family: Aeonik;
  text-transform: uppercase;
  height: 3.375em;
  width: fit-content;
  font-weight: 500;
  margin-top: 3em !important;
  box-shadow:
    0 6px 10px #0000000a,
    0 2px 4px #0000000a;
  pointer-events: auto;
  transition: background cubic-bezier(0.35, 0, 0, 1) 0.2s;
  will-change: transform;
}
@media (max-width: 812px) {
  #home-featured-3-cta {
    grid-column: 1 / span 6 !important;
    margin-top: 4em !important;
    margin-bottom: 2em;
  }
}
#home-featured-3-cta-dot {
  display: inline-block;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  background: var(--color-black);
  border-radius: 100px;
  z-index: 1;
  transition:
    background cubic-bezier(0.35, 0, 0, 1) 0.5s,
    transform cubic-bezier(0.35, 0, 0, 1) 0.4s;
}
#home-featured-3-cta-text {
  position: relative;
  z-index: 1;
  transition:
    color cubic-bezier(0.35, 0, 0, 1) 0.5s,
    transform cubic-bezier(0.35, 0, 0, 1) 0.4s;
}
#home-featured-3-cta-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 1em;
  height: 1.2em;
  width: 1.2em;
  color: var(--color-blue);
  border-radius: 100%;
  transform: translate3d(3em, 0, 0);
  z-index: 1;
  transition: transform cubic-bezier(0.4, 0, 0, 1) 0.4s;
}
#home-featured-3-cta-arrow svg {
  width: 100%;
  height: 100%;
  transition: color 0.5s;
}
#home-featured-3-title-top {
  position: relative;
  grid-column: 1 / span 12;
  line-height: 0;
}
#home-featured-3-title-wrapper {
  position: relative;
  width: fit-content;
  font-size: 8vw;
  letter-spacing: -0.02em;
}
#home-featured-3-title {
  padding-top: 0.5em;
  position: relative;
  display: inline-block;
  margin: 0 0 0 -0.07em;
  line-height: 0.9;
  overflow: hidden;
}
#home-featured-3-disclaimer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(var(--grid-space) * 3 + var(--grid-gap) * 2);
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 0.9vw;
}
@media (min-aspect-ratio: 21/9) {
  #home-featured-3-title-wrapper {
    font-size: 5.3vw;
  }
  #home-featured-3-disclaimer {
    width: calc(var(--grid-space) * 2 + var(--grid-gap) * 2);
    font-size: 0.6vw;
  }
}
@media (max-width: 812px) {
  #home-featured-3-title-top {
    grid-column: 1 / span 6;
  }
  #home-featured-3-title-wrapper {
    font-size: 15vw;
  }
  #home-featured-3-disclaimer {
    position: relative;
    font-size: 2.5vw;
    width: 100%;
    margin: 3em 0;
  }
}
#home-featured-4:after {
  content: '';
  clear: both;
  display: block;
}
#home-featured-4 {
  margin-top: 3em;
}
#home-featured-4-cta {
  display: flex;
  position: relative;
  grid-column: 1 / span 12 !important;
  place-self: center;
  justify-self: center;
  float: left;
  padding: 1em 1.5em 1em 1.625em;
  align-items: center;
  gap: 1em;
  overflow: hidden;
  border-radius: 5.3125em;
  font-size: clamp(0.875rem, 1vw, 1.75rem);
  background: #fff;
  font-family: Aeonik;
  text-transform: uppercase;
  height: 3.375em;
  width: fit-content;
  font-weight: 500;
  margin-top: 3em !important;
  box-shadow:
    0 6px 10px #0000000a,
    0 2px 4px #0000000a;
  pointer-events: auto;
  transition: background cubic-bezier(0.35, 0, 0, 1) 0.2s;
  will-change: transform;
}
@media (max-width: 812px) {
  #home-featured-4-cta {
    grid-column: 1 / span 6 !important;
    margin-top: 4em !important;
    margin-bottom: 2em;
  }
}
#home-featured-4-cta-dot {
  display: inline-block;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  background: var(--color-black);
  border-radius: 100px;
  z-index: 1;
  transition:
    background cubic-bezier(0.35, 0, 0, 1) 0.5s,
    transform cubic-bezier(0.35, 0, 0, 1) 0.4s;
}
#home-featured-4-cta-text {
  position: relative;
  z-index: 1;
  transition:
    color cubic-bezier(0.35, 0, 0, 1) 0.5s,
    transform cubic-bezier(0.35, 0, 0, 1) 0.4s;
}
#home-featured-4-cta-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 1em;
  height: 1.2em;
  width: 1.2em;
  color: var(--color-blue);
  border-radius: 100%;
  transform: translate3d(3em, 0, 0);
  z-index: 1;
  transition: transform cubic-bezier(0.4, 0, 0, 1) 0.4s;
}
#home-featured-4-cta-arrow svg {
  width: 100%;
  height: 100%;
  transition: color 0.5s;
}
#home-featured-4-title-top {
  position: relative;
  grid-column: 1 / span 12;
  line-height: 0;
}
#home-featured-4-title-wrapper {
  position: relative;
  width: fit-content;
  font-size: 8vw;
  letter-spacing: -0.02em;
}
#home-featured-4-title {
  padding-top: 0.5em;
  position: relative;
  display: inline-block;
  margin: 0 0 0 -0.07em;
  line-height: 0.9;
  overflow: hidden;
}
#home-featured-4-disclaimer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(var(--grid-space) * 3 + var(--grid-gap) * 2);
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 0.9vw;
}
@media (min-aspect-ratio: 21/9) {
  #home-featured-4-title-wrapper {
    font-size: 5.3vw;
  }
  #home-featured-4-disclaimer {
    width: calc(var(--grid-space) * 2 + var(--grid-gap) * 2);
    font-size: 0.6vw;
  }
}
@media (max-width: 812px) {
  #home-featured-4-title-top {
    grid-column: 1 / span 6;
  }
  #home-featured-4-title-wrapper {
    font-size: 15vw;
  }
  #home-featured-4-disclaimer {
    position: relative;
    font-size: 2.5vw;
    width: 100%;
    margin: 3em 0;
  }
}
@media (hover: hover) {
  #home-featured-2-cta:hover,
  #home-featured-3-cta:hover,
  #home-featured-4-cta:hover {
    color: var(--color-white);
    background: var(--color-blue);
    transition: background cubic-bezier(0.35, 0, 0, 1) 0.5s 0.3s;
  }
  #home-featured-2-cta:hover #home-featured-2-cta-text,
  #home-featured-3-cta:hover #home-featured-3-cta-text,
  #home-featured-4-cta:hover #home-featured-4-cta-text {
    transform: translate3d(-1.5em, 0, 0);
  }
  #home-featured-2-cta:hover #home-featured-2-cta-dot,
  #home-featured-3-cta:hover #home-featured-3-cta-dot,
  #home-featured-4-cta:hover #home-featured-4-cta-dot {
    transform: translate3d(4em, 0, 0) scale(32);
    background: var(--color-blue);
  }
  #home-featured-2-cta:hover #home-featured-2-cta-arrow,
  #home-featured-3-cta:hover #home-featured-3-cta-arrow,
  #home-featured-4-cta:hover #home-featured-4-cta-arrow {
    transform: translateZ(0);
  }
  #home-featured-2-cta:hover #home-featured-2-cta-arrow svg,
  #home-featured-3-cta:hover #home-featured-3-cta-arrow svg,
  #home-featured-4-cta:hover #home-featured-4-cta-arrow svg {
    color: var(--color-white);
  }
}
#home-featured,
#home-featured-2,
#home-featured-3 {
  padding-bottom: 1em !important;
}
html.is-white-bg {
  background: var(--color-off-white) !important;
}
html.is-black-bg:not(.is-blue-bg) {
  background: var(--color-off-white) !important;
}
#home-featured .project-item-image,
#home-featured-2 .project-item-image,
#home-featured-3 .project-item-image,
#home-featured-4 .project-item-image {
  background-image: none !important;
  background-size: initial;
  background-position: initial;
}
#home-featured-cta,
#home-featured-2-cta,
#home-featured-3-cta,
#home-featured-4-cta {
  margin-top: 4em !important;
}
@media (max-width: 812px) {
  #home-featured-cta,
  #home-featured-2-cta,
  #home-featured-3-cta,
  #home-featured-4-cta {
    margin-top: 4.5em !important;
    margin-bottom: 2em !important;
  }
}
#home-featured {
  padding-bottom: 1em !important;
}

/* Project card title — slightly smaller than original 3vw */
.project-item-line-2 {
  font-size: 2.25vw !important;
}
@media (min-aspect-ratio: 21/9) {
  .project-item-line-2 {
    font-size: 1.6vw !important;
  }
}
@media (max-width: 812px) {
  .project-item-line-2 {
    font-size: 5vw !important;
  }
}

/* Chinese copy + PingFang metrics: prevent card image/title overlap */
.project-item-footer {
  margin-top: 1em !important;
  padding-top: 0.15em;
}

.project-item-line-1 {
  text-transform: uppercase !important;
  line-height: 1.45 !important;
  margin: 0 0 0.65em !important;
  word-break: break-word;
}

.project-item-line-2 {
  height: 1em !important;
  max-height: 1em !important;
  line-height: 1 !important;
  overflow: hidden !important;
  contain: paint;
}

/* Animation stacks 4 title layers per character; clip each column to one line */
.project-item-line-2-inner {
  overflow: hidden !important;
  height: 1em !important;
  max-height: 1em !important;
  bottom: 0 !important;
  align-items: flex-start;
}

.project-item-line-2-inner-list {
  height: 1em !important;
  max-height: 1em !important;
  overflow: hidden !important;
  flex-shrink: 0;
}

.project-item-line-2-inner-list span {
  display: block;
  height: 1em;
  line-height: 1;
}

.project-item-footer {
  overflow: hidden;
}

@media (max-width: 812px) {
  .project-item-line-2 {
    height: 1em !important;
    max-height: 1em !important;
    line-height: 1 !important;
  }
}

#home-featured-title-top,
#home-featured-2-title-top,
#home-featured-3-title-top,
#home-featured-4-title-top {
  line-height: 1 !important;
  margin-bottom: 0 !important;
}

#home-featured-title-wrapper,
#home-featured-2-title-wrapper,
#home-featured-3-title-wrapper,
#home-featured-4-title-wrapper {
  font-size: 5vw !important;
}

@media (min-aspect-ratio: 21/9) {
  #home-featured-title-wrapper,
  #home-featured-2-title-wrapper,
  #home-featured-3-title-wrapper,
  #home-featured-4-title-wrapper {
    font-size: 3.4vw !important;
  }
}

@media (max-width: 812px) {
  #home-featured-title-wrapper,
  #home-featured-2-title-wrapper,
  #home-featured-3-title-wrapper,
  #home-featured-4-title-wrapper {
    font-size: 10vw !important;
  }
}

#home-featured-title,
#home-featured-2-title,
#home-featured-3-title,
#home-featured-4-title {
  line-height: 1.12 !important;
  padding-bottom: 0.08em !important;
}

#home-featured-disclaimer,
#home-featured-2-disclaimer,
#home-featured-3-disclaimer,
#home-featured-4-disclaimer {
  text-transform: none !important;
  line-height: 1.5 !important;
}

#home-featured .project-list,
#home-featured-2 .project-list,
#home-featured-3 .project-list,
#home-featured-4 .project-list {
  margin-top: 2.5vh !important;
}

@media (min-aspect-ratio: 21/9) {
  #home-featured .project-list,
  #home-featured-2 .project-list,
  #home-featured-3 .project-list,
  #home-featured-4 .project-list {
    margin-top: 2vh !important;
  }
}

#home-featured .project-item:nth-child(n + 4),
#home-featured-2 .project-item:nth-child(n + 4),
#home-featured-3 .project-item:nth-child(n + 4),
#home-featured-4 .project-item:nth-child(n + 4) {
  margin-top: 6.5em !important;
}

@media (min-aspect-ratio: 21/9) {
  #home-featured .project-item:nth-child(n + 4),
  #home-featured-2 .project-item:nth-child(n + 4),
  #home-featured-3 .project-item:nth-child(n + 4),
  #home-featured-4 .project-item:nth-child(n + 4) {
    margin-top: 11em !important;
  }
}

@media (max-width: 812px) {
  #home-featured-title-top,
  #home-featured-2-title-top,
  #home-featured-3-title-top,
  #home-featured-4-title-top {
    margin-bottom: 0 !important;
  }

  #home-featured .project-list,
  #home-featured-2 .project-list,
  #home-featured-3 .project-list,
  #home-featured-4 .project-list {
    margin-top: 0 !important;
  }

  #home-featured .project-item:nth-child(n + 4),
  #home-featured-2 .project-item:nth-child(n + 4),
  #home-featured-3 .project-item:nth-child(n + 4),
  #home-featured-4 .project-item:nth-child(n + 4) {
    margin-top: 3em !important;
  }
}

/* Reel video — hide in-player text overlays */
#home-reel-desc {
  white-space: pre-line;
}

#home-reel-video-title {
  display: none !important;
}

.home-reel-video-container-svgs {
  display: none !important;
}

/* Reel — video morph first, Of The Oak HTML when fully expanded */
#home-reel.has-html-handoff #home-reel-video-container {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

#home-reel.has-html-handoff #home-reel-video-demo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
  background: #000;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

#home-reel.has-html-handoff.is-reel-html-active #home-reel-video-demo {
  opacity: 1;
  /* Let wheel reach the page scroll driver instead of the iframe document */
  pointer-events: none;
}

#home-reel.has-html-handoff.is-reel-html-active #home-reel-video-placeholder {
  pointer-events: none;
}

#home-reel.has-html-handoff #home-reel-video-open-link {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
}

#home-reel.has-html-handoff.is-reel-html-active #home-reel-video-open-link {
  display: block;
}

#home-reel.has-html-handoff.is-reel-html-active #home-reel-video-container,
#home-reel.has-html-handoff.is-reel-html-active
  #home-reel-video-container-decoration {
  cursor: pointer;
}

#home-reel.has-html-handoff #home-reel-video-watch-btn {
  display: none !important;
}

/* Capability cards — hide bottom letter icons (s / c / t / P) */
.about-capability-list + .about-capability-card-header .about-capability-card-header-letter {
  opacity: 0;
}

/* Footer — hide labs link */
#footer-bottom-labs {
  display: none !important;
}

/* End section — restore original English typography (Aeonik + uppercase subtitle) */
#end-section,
#end-section * {
  font-family: Aeonik, sans-serif;
}
