@charset "UTF-8";
.works-page,
.works-page *,
.works-page *::before,
.works-page *::after {
  box-sizing: border-box;
}

.works-page {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow-x: clip;
  background: #080808;
  color: #f1f1ee;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.works-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 32px 6vw;
  border-bottom: 1px solid rgba(241, 241, 238, 0.045);
}

.works-header__brand {
  flex-shrink: 0;
  color: #f1f1ee;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.works-header__brand:hover {
  opacity: 0.55;
}

.works-header__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 6px;
  border: 1px solid rgba(241, 241, 238, 0.045);
}

.works-header__nav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 75px;
  padding: 9px 13px;
  color: #777773;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.works-header__nav-item:hover {
  color: #f1f1ee;
}

.works-header__nav-item.is-active {
  color: #080808;
  background: #f1f1ee;
}

.works-header__nav-item.is-active::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 3px;
  height: 3px;
  background: #080808;
}

.works-header__label {
  flex-shrink: 0;
  color: #777773;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-align: right;
}

.works-intro {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12vh 12vw;
  border-bottom: 1px solid rgba(241, 241, 238, 0.045);
  overflow: hidden;
  isolation: isolate;
}

.works-intro::before {
  content: "WORKS";
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 100%;
  color: rgba(241, 241, 238, 0.018);
  font-size: clamp(180px, 30vw, 500px);
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.09em;
  white-space: nowrap;
  transform: translate(0, -50%);
  pointer-events: none;
}

.works-intro::after {
  content: "";
  position: absolute;
  top: 0;
  right: 28%;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(241, 241, 238, 0.045) 20%, rgba(241, 241, 238, 0.045) 80%, transparent);
  pointer-events: none;
}

.works-intro__eyebrow {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #c9c9c5;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.works-intro__eyebrow::after {
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(241, 241, 238, 0.22);
}

.works-intro__title {
  position: relative;
  z-index: 2;
  margin: 65px 0 50px;
  color: #f1f1ee;
  font-size: clamp(80px, 13vw, 210px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.075em;
}

.works-intro__title span {
  color: rgba(241, 241, 238, 0.35);
}

.works-intro__description {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: 0;
  color: #c9c9c5;
  font-size: 15px;
  line-height: 1.75;
}

.works-projects {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.works-project {
  position: relative;
  min-height: 100vh;
  padding: 130px 12vw 150px;
  border-bottom: 1px solid rgba(241, 241, 238, 0.045);
}

.works-project:nth-child(odd) {
  background: linear-gradient(135deg, rgba(241, 241, 238, 0.012), transparent 45%);
}

.works-project:nth-child(even) {
  background: linear-gradient(225deg, rgba(241, 241, 238, 0.012), transparent 45%);
}

.works-project__number {
  position: absolute;
  top: 70px;
  right: 8vw;
  color: rgba(241, 241, 238, 0.035);
  font-size: clamp(180px, 25vw, 400px);
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.works-project__content {
  position: relative;
  z-index: 2;
  width: min(100%, 1050px);
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
}

.works-project__type {
  display: block;
  margin-bottom: 35px;
  color: #777773;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.works-project h2 {
  width: 100%;
  max-width: 850px;
  margin: 0;
  color: #f1f1ee;
  font-size: clamp(42px, 9vw, 150px);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.075em;
  overflow-wrap: normal;
  word-break: normal;
}

.works-project__description {
  max-width: 570px;
  margin: 55px 0 0;
  color: #c9c9c5;
  font-size: 16px;
  line-height: 1.75;
}

.works-project__section {
  max-width: 700px;
  margin-top: 75px;
  padding-top: 18px;
  border-top: 1px solid rgba(241, 241, 238, 0.22);
}

.works-project__label {
  display: block;
  margin-bottom: 22px;
  color: #777773;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.works-project__section p {
  max-width: 650px;
  margin: 0;
  color: #c9c9c5;
  font-size: 14px;
  line-height: 1.8;
}

.works-project__stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 55px;
}

.works-project__stack span {
  padding: 9px 12px;
  border: 1px solid rgba(241, 241, 238, 0.22);
  color: #c9c9c5;
  font-size: 8px;
  letter-spacing: 0.14em;
}

.works-project__result {
  max-width: 850px;
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid rgba(241, 241, 238, 0.22);
}

.works-project__result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin: 35px 0;
}

.works-project__result-grid > div {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
  padding-right: 20px;
  border-right: 1px solid rgba(241, 241, 238, 0.045);
}

.works-project__result-grid > div:last-child {
  border-right: 0;
}

.works-project__result-grid strong {
  color: #f1f1ee;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.works-project__result-grid span {
  color: #777773;
  font-size: 8px;
  letter-spacing: 0.15em;
}

.works-project__result > p {
  max-width: 680px;
  margin: 0;
  color: #c9c9c5;
  font-size: 14px;
  line-height: 1.8;
}

.works-project__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 380px);
  max-width: 100%;
  margin-top: 65px;
  padding: 18px 0;
  border-top: 1px solid rgba(241, 241, 238, 0.22);
  border-bottom: 1px solid rgba(241, 241, 238, 0.22);
  color: #f1f1ee;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-decoration: none;
  transition: padding 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
}

.works-project__link:hover {
  padding-left: 14px;
  padding-right: 14px;
  border-color: rgba(241, 241, 238, 0.55);
}

.works-project__link span:last-child {
  font-size: 18px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.works-project__link:hover span:last-child {
  transform: translate(5px, -5px);
}

.works-project__architecture {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  margin-top: 60px;
  padding-left: 25px;
  border-left: 1px solid rgba(241, 241, 238, 0.22);
  color: #c9c9c5;
  font-size: 9px;
  letter-spacing: 0.15em;
}

.works-project__architecture span:nth-child(even) {
  padding-left: 5px;
  color: #777773;
}

.works-project__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 750px;
  gap: 25px;
  margin-top: 65px;
}

.works-project__features > div {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 4px 12px;
  min-width: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(241, 241, 238, 0.22);
}

.works-project__features span {
  grid-row: span 2;
  color: #777773;
  font-size: 8px;
}

.works-project__features strong {
  color: #f1f1ee;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.13em;
}

.works-project__features small {
  color: #777773;
  font-size: 7px;
  letter-spacing: 0.1em;
}

.works-project__diagnostic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 750px;
  gap: 12px;
  margin-top: 65px;
}

.works-project__diagnostic > div {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 4px 10px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(241, 241, 238, 0.045);
  background: rgba(241, 241, 238, 0.008);
}

.works-project__diagnostic span {
  grid-row: span 2;
  color: #777773;
  font-size: 8px;
}

.works-project__diagnostic strong {
  color: #f1f1ee;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.14em;
}

.works-project__diagnostic small {
  color: #777773;
  font-size: 7px;
  letter-spacing: 0.1em;
}

.works-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 130px;
  padding: 0 12vw;
  border-top: 1px solid rgba(241, 241, 238, 0.045);
  color: #777773;
  font-size: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.works-footer a {
  color: #f1f1ee;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.works-footer a:hover {
  opacity: 0.55;
}

@media (max-width: 1000px) {
  .works-header {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "brand label" "nav nav";
    row-gap: 22px;
    padding: 28px 7vw;
  }
  .works-header__brand {
    grid-area: brand;
  }
  .works-header__nav {
    position: static;
    grid-area: nav;
    justify-self: center;
    transform: none;
  }
  .works-header__label {
    grid-area: label;
  }
  .works-intro,
  .works-project {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .works-project__number {
    right: 4vw;
  }
  .works-footer {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (max-width: 700px) {
  .works-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    padding: 24px 6vw;
  }
  .works-header__brand {
    align-self: flex-start;
    font-size: 9px;
  }
  .works-header__label {
    display: none;
  }
  .works-header__nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    gap: 4px;
    padding: 4px;
    transform: none;
  }
  .works-header__nav-item {
    min-width: 0;
    padding: 10px 5px;
    font-size: 7px;
    letter-spacing: 0.12em;
  }
  .works-intro {
    padding: 0px 8vw 0px;
  }
  .works-intro::before {
    top: 50%;
    right: 0;
    width: 100%;
    max-width: 100%;
    font-size: clamp(90px, 32vw, 180px);
    line-height: 0.8;
    letter-spacing: -0.09em;
    white-space: nowrap;
    text-align: right;
    transform: translate(0, -50%);
    overflow: hidden;
  }
  .works-intro__title {
    margin-top: 55px;
    margin-bottom: 40px;
    max-width: 100%;
    /*
     * Taille réduite pour éviter que le titre
     * ne déborde sur les petits écrans.
     */
    font-size: clamp(48px, 14vw, 78px);
    line-height: 0.82;
    overflow-wrap: normal;
  }
  .works-intro__description {
    font-size: 13px;
  }
  .works-project {
    min-height: auto;
    padding: 100px 8vw 110px;
  }
  .works-project__number {
    top: 55px;
    right: -5vw;
    font-size: 45vw;
  }
  .works-project__type {
    margin-bottom: 28px;
    font-size: 8px;
  }
  .works-project h2 {
    /*
     * Réduction importante du titre projet
     * pour éviter tout débordement horizontal.
     */
    line-height: 0.82;
    overflow-wrap: normal;
    word-break: normal;
  }
  .works-project__description {
    margin-top: 35px;
    font-size: 13px;
  }
  .works-project__section {
    margin-top: 55px;
  }
  .works-project__section p,
  .works-project__result > p {
    font-size: 13px;
  }
  .works-project__stack {
    margin-top: 40px;
  }
  .works-project__result {
    margin-top: 60px;
  }
  .works-project__result-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .works-project__result-grid > div {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(241, 241, 238, 0.045);
  }
  .works-project__result-grid > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .works-project__architecture {
    margin-top: 45px;
  }
  .works-project__features {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 50px;
  }
  .works-project__diagnostic {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .works-project__link {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
  .works-footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    min-height: 160px;
    padding: 40px 8vw;
  }
}
html {
  margin: 0;
  padding: 0;
  background: #080808;
  scroll-snap-type: none;
}

body {
  margin: 0;
  padding: 0;
  background: #080808;
  overflow-x: hidden;
}

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

.portfolio {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: #080808;
  color: #f1f1ee;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.entry {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #080808;
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), visibility 1.2s;
}

.entry.is-exiting {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.entry__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.entry__ghost-word {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  color: rgba(241, 241, 238, 0.025);
  font-size: clamp(140px, 18vw, 340px);
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.07em;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translate(-50%, -50%) scale(1.05);
}

.entry__vertical-line {
  position: absolute;
  top: 0;
  left: 63%;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(241, 241, 238, 0.09) 20%, rgba(241, 241, 238, 0.09) 80%, transparent 100%);
}

.entry__horizontal-line {
  position: absolute;
  top: 61%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, rgba(241, 241, 238, 0.09) 20%, rgba(241, 241, 238, 0.09) 80%, transparent 100%);
}

.entry__frame {
  position: absolute;
  border: 1px solid rgba(241, 241, 238, 0.22);
}

.entry__frame--top {
  top: 12%;
  right: 9%;
  width: 27vw;
  height: 23vh;
  border-left: 0;
  border-bottom: 0;
  opacity: 0.65;
}

.entry__frame--bottom {
  bottom: 11%;
  left: 7%;
  width: 22vw;
  height: 17vh;
  border-top: 0;
  border-right: 0;
  opacity: 0.35;
}

.entry__point {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f1f1ee;
  opacity: 0.45;
}

.entry__point--top {
  top: 12%;
  right: 9%;
}

.entry__point--bottom {
  bottom: 11%;
  left: 7%;
  opacity: 0.2;
}

.entry__interface {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.entry__header {
  position: absolute;
  top: 38px;
  right: 46px;
  left: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #c9c9c5;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.entry__brand {
  color: #f1f1ee;
}

.entry__year {
  color: #c9c9c5;
}

.entry__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.entry__statement {
  position: relative;
  width: 100%;
  padding-left: 12vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.entry__word {
  display: block;
  margin: 0;
  color: #f1f1ee;
  font-size: clamp(72px, 10vw, 170px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.065em;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.entry__word.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.entry__word--think {
  margin-left: 0;
  color: rgba(241, 241, 238, 0.72);
}

.entry__word--build {
  margin-left: 9vw;
  color: #f1f1ee;
}

.entry__word--solve {
  margin-left: 18vw;
  color: rgba(241, 241, 238, 0.42);
}

.entry__loading {
  position: absolute;
  right: 12vw;
  bottom: 16%;
  width: min(520px, 38vw);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.entry__loading.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.entry__loading-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
  color: #c9c9c5;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#loading-percent {
  color: #f1f1ee;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.entry__loading-track {
  position: relative;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: rgba(241, 241, 238, 0.18);
}

.entry__loading-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f1f1ee;
  transition: width 0.2s linear;
}

.entry__loading-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: rgba(241, 241, 238, 0.55);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.entry__status-dot {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f1f1ee;
  animation: pulse 1.8s ease-in-out infinite;
}

.entry__enter {
  position: absolute;
  right: 12vw;
  bottom: 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(520px, 38vw);
  padding: 18px 0;
  border: 0;
  border-top: 1px solid rgba(241, 241, 238, 0.3);
  border-bottom: 1px solid rgba(241, 241, 238, 0.3);
  background: transparent;
  color: #f1f1ee;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: left;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.8s, border-color 0.4s ease;
}

.entry__enter.is-ready {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.entry__enter:hover {
  border-color: rgba(241, 241, 238, 0.65);
}

.entry__enter-arrow {
  font-size: 18px;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.entry__enter:hover .entry__enter-arrow {
  transform: translate(5px, -5px);
}

.entry__footer {
  position: absolute;
  right: 46px;
  bottom: 31px;
  left: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.entry__marker {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c9c9c5;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.entry__marker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f1f1ee;
  opacity: 0.9;
}

.entry__counter {
  color: #c9c9c5;
  font-size: 10px;
  letter-spacing: 0.15em;
}

.entry__side-label {
  position: absolute;
  top: 50%;
  right: 32px;
  color: rgba(241, 241, 238, 0.48);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.22em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  transform: translateY(-50%) rotate(180deg);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
}
.portfolio-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), visibility 1s;
}

.portfolio.is-entered .portfolio-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.profile {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  background: #080808;
  color: #f1f1ee;
}

.profile__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.profile__grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(rgba(241, 241, 238, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(241, 241, 238, 0.035) 1px, transparent 1px);
  background-size: 90px 90px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 75%, transparent 100%);
          mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 75%, transparent 100%);
}

.profile__frame {
  position: absolute;
  border: 1px solid rgba(241, 241, 238, 0.09);
}

.profile__frame--top {
  top: 11%;
  right: 6%;
  width: 29vw;
  height: 26vh;
  border-left: 0;
  border-bottom: 0;
  opacity: 0.8;
}

.profile__frame--bottom {
  bottom: 10%;
  left: 5%;
  width: 24vw;
  height: 19vh;
  border-top: 0;
  border-right: 0;
  opacity: 0.55;
}

.profile__line {
  position: absolute;
  background: rgba(241, 241, 238, 0.09);
}

.profile__line--vertical {
  top: 0;
  left: 61%;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(241, 241, 238, 0.09) 18%, rgba(241, 241, 238, 0.09) 82%, transparent);
}

.profile__line--horizontal {
  top: 68%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(241, 241, 238, 0.09) 20%, rgba(241, 241, 238, 0.09) 80%, transparent);
}

.profile__point {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f1f1ee;
}

.profile__point--top {
  top: 11%;
  right: 6%;
  opacity: 0.45;
}

.profile__point--bottom {
  bottom: 10%;
  left: 5%;
  opacity: 0.2;
}

.profile__interface {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.profile__header {
  position: absolute;
  top: 38px;
  right: 46px;
  left: 46px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
}

.profile__section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f1f1ee;
  pointer-events: auto;
}

.profile__section-number {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.profile__section-separator {
  color: #777773;
  font-size: 12px;
}

.profile__section-name {
  color: #c9c9c5;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.profile__header-meta {
  color: rgba(241, 241, 238, 0.48);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.profile__content {
  position: absolute;
  top: 50%;
  left: 10vw;
  z-index: 20;
  width: min(520px, 38vw);
  pointer-events: auto;
  transform: translateY(-50%);
}

.profile__eyebrow {
  margin: 0 0 25px;
  color: #c9c9c5;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.profile__title {
  margin: 0;
  color: #f1f1ee;
  font-size: clamp(72px, 8vw, 135px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.07em;
}

.profile__title span {
  color: rgba(241, 241, 238, 0.42);
}

.profile__separator {
  width: 80px;
  height: 1px;
  margin: 34px 0 25px;
  background: rgba(241, 241, 238, 0.35);
}

.profile__description {
  max-width: 470px;
  margin: 0;
  color: rgba(241, 241, 238, 0.72);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

.profile__description--secondary {
  margin-top: 15px;
  color: rgba(241, 241, 238, 0.43);
  font-size: 13px;
  line-height: 1.65;
}

.profile__skills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 30px;
}

.profile__skills span {
  position: relative;
  color: rgba(241, 241, 238, 0.52);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.profile__skills span:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -12px;
  color: #777773;
}

.profile__robot {
  position: absolute;
  top: 7%;
  right: 4%;
  width: 55vw;
  height: 82vh;
  z-index: 5;
  pointer-events: auto;
}

.profile__spline {
  display: block;
  width: 100%;
  height: 100%;
}

.profile__robot-label {
  position: absolute;
  right: 10vw;
  bottom: 20%;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(241, 241, 238, 0.46);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  pointer-events: auto;
}

.profile__robot-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f1f1ee;
  opacity: 0.7;
}

.profile__marker {
  position: absolute;
  left: 46px;
  bottom: 31px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c9c9c5;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  pointer-events: auto;
}

.profile__marker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f1f1ee;
  opacity: 0.9;
}

.profile__scroll {
  position: absolute;
  right: 46px;
  bottom: 30px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(241, 241, 238, 0.5);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  pointer-events: auto;
}

.profile__scroll-arrow {
  color: #f1f1ee;
  font-size: 16px;
  line-height: 1;
}

.profile__side-label {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 20;
  color: rgba(241, 241, 238, 0.35);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  pointer-events: auto;
  transform: translateY(-50%) rotate(180deg);
}

.profile__footer {
  position: absolute;
  right: 46px;
  bottom: 31px;
  left: 46px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: rgba(241, 241, 238, 0.18);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .entry__statement {
    padding-left: 7vw;
  }
  .entry__word {
    font-size: clamp(68px, 12vw, 130px);
  }
  .entry__word--build {
    margin-left: 7vw;
  }
  .entry__word--solve {
    margin-left: 14vw;
  }
  .entry__loading,
  .entry__enter {
    right: 7vw;
    width: min(440px, 45vw);
  }
  .profile__content {
    left: 7vw;
    width: 43vw;
  }
  .profile__robot {
    right: -5%;
    width: 58vw;
  }
  .profile__robot-label {
    right: 8vw;
  }
}
@media (max-width: 650px) {
  .entry__header {
    top: 25px;
    right: 24px;
    left: 24px;
    font-size: 9px;
  }
  .entry__year {
    display: none;
  }
  .entry__ghost-word {
    font-size: 40vw;
  }
  .entry__frame--top {
    top: 15%;
    right: -15%;
    width: 60vw;
    height: 20vh;
  }
  .entry__frame--bottom {
    bottom: 15%;
    left: -15%;
    width: 50vw;
    height: 15vh;
  }
  .entry__statement {
    padding-left: 8vw;
  }
  .entry__word {
    font-size: clamp(55px, 17vw, 105px);
    line-height: 0.82;
  }
  .entry__word--build {
    margin-left: 6vw;
  }
  .entry__word--solve {
    margin-left: 12vw;
  }
  .entry__loading {
    right: 8vw;
    bottom: 18%;
    width: 84vw;
  }
  .entry__loading-header {
    font-size: 10px;
  }
  #loading-percent {
    font-size: 12px;
  }
  .entry__loading-status {
    font-size: 9px;
  }
  .entry__enter {
    right: 8vw;
    bottom: 8%;
    width: 84vw;
    font-size: 11px;
  }
  .entry__footer {
    right: 24px;
    bottom: 22px;
    left: 24px;
  }
  .entry__marker {
    font-size: 9px;
  }
  .entry__counter {
    font-size: 9px;
  }
  .entry__side-label {
    display: none;
  }
  .profile {
    min-height: 650px;
  }
  .profile__header {
    top: 25px;
    right: 24px;
    left: 24px;
  }
  .profile__header-meta {
    display: none;
  }
  .profile__grid {
    background-size: 60px 60px;
  }
  .profile__frame--top {
    top: 14%;
    right: -15%;
    width: 65vw;
    height: 20vh;
  }
  .profile__frame--bottom {
    bottom: 13%;
    left: -15%;
    width: 55vw;
    height: 16vh;
  }
  .profile__robot {
    top: 3%;
    right: -18%;
    width: 85vw;
    height: 55vh;
  }
  .profile__content {
    top: 54%;
    left: 8vw;
    width: 84vw;
    transform: translateY(-50%);
  }
  .profile__eyebrow {
    margin-bottom: 18px;
    font-size: 9px;
  }
  .profile__title {
    font-size: clamp(62px, 19vw, 100px);
  }
  .profile__separator {
    margin: 25px 0 20px;
  }
  .profile__description {
    max-width: 82vw;
    font-size: 13px;
    line-height: 1.6;
  }
  .profile__description--secondary {
    font-size: 11px;
  }
  .profile__skills {
    margin-top: 22px;
    gap: 7px 16px;
  }
  .profile__skills span {
    font-size: 8px;
  }
  .profile__robot-label {
    right: 8vw;
    bottom: 23%;
    font-size: 8px;
  }
  .profile__marker {
    left: 24px;
    bottom: 22px;
    font-size: 9px;
  }
  .profile__scroll {
    right: 24px;
    bottom: 22px;
    font-size: 8px;
  }
  .profile__side-label {
    display: none;
  }
  .profile__footer {
    display: none;
  }
}
.works {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  background: #080808;
  color: #f1f1ee;
}

.works__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.works__ghost-number {
  position: absolute;
  top: 50%;
  right: 2vw;
  color: rgba(241, 241, 238, 0.025);
  font-size: clamp(300px, 42vw, 720px);
  font-weight: 600;
  line-height: 0.7;
  letter-spacing: -0.1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translateY(-50%);
}

.works__grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(rgba(241, 241, 238, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(241, 241, 238, 0.035) 1px, transparent 1px);
  background-size: 90px 90px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
          mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}

.works__line {
  position: absolute;
  background: rgba(241, 241, 238, 0.09);
}

.works__line--vertical {
  top: 0;
  left: 37%;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(241, 241, 238, 0.09) 18%, rgba(241, 241, 238, 0.09) 82%, transparent);
}

.works__line--horizontal {
  top: 62%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(241, 241, 238, 0.09) 20%, rgba(241, 241, 238, 0.09) 80%, transparent);
}

.works__frame {
  position: absolute;
  border: 1px solid rgba(241, 241, 238, 0.09);
}

.works__frame--top {
  top: 12%;
  right: 7%;
  width: 26vw;
  height: 25vh;
  border-left: 0;
  border-bottom: 0;
  opacity: 0.8;
}

.works__frame--bottom {
  bottom: 10%;
  left: 6%;
  width: 20vw;
  height: 17vh;
  border-top: 0;
  border-right: 0;
  opacity: 0.45;
}

.works__point {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f1f1ee;
}

.works__point--top {
  top: 12%;
  right: 7%;
  opacity: 0.45;
}

.works__point--bottom {
  bottom: 10%;
  left: 6%;
  opacity: 0.2;
}

.works__interface {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.works__header {
  position: absolute;
  top: 38px;
  right: 46px;
  left: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
}

.works__section-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.works__section-number {
  color: #f1f1ee;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.works__section-separator {
  color: #777773;
  font-size: 12px;
}

.works__section-name {
  color: #c9c9c5;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.works__header-meta {
  color: rgba(241, 241, 238, 0.48);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.works__navigation {
  position: absolute;
  top: 50%;
  left: 7vw;
  display: flex;
  flex-direction: column;
  gap: 17px;
  pointer-events: auto;
  transform: translateY(-50%);
}

.works__nav-item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(241, 241, 238, 0.28);
  font-family: inherit;
  cursor: pointer;
  transition: color 0.4s ease;
}

.works__nav-item:hover,
.works__nav-item.is-active {
  color: #f1f1ee;
}

.works__nav-number {
  font-size: 9px;
  letter-spacing: 0.12em;
}

.works__nav-name {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.works__nav-item.is-active .works__nav-name {
  position: relative;
}

.works__nav-item.is-active .works__nav-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: #f1f1ee;
}

.works__project {
  position: absolute;
  top: 50%;
  left: 27vw;
  width: min(600px, 42vw);
  pointer-events: auto;
  transform: translateY(-50%);
}

.works__project-number {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 28px;
  color: rgba(241, 241, 238, 0.35);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.works__project-number strong {
  color: #c9c9c5;
  font-size: 12px;
  font-weight: 400;
}

.works__project-category {
  margin: 0 0 18px;
  color: #c9c9c5;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.works__project-title {
  margin: 0;
  color: #f1f1ee;
  font-size: clamp(60px, 7vw, 115px);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.07em;
}

.works__project-line {
  width: 70px;
  height: 1px;
  margin: 34px 0 24px;
  background: rgba(241, 241, 238, 0.35);
}

.works__project-description {
  max-width: 500px;
  margin: 0;
  color: rgba(241, 241, 238, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.works__project-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 27px;
}

.works__project-stack span {
  position: relative;
  color: rgba(241, 241, 238, 0.45);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.works__project-stack span:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -13px;
  color: #777773;
}

.works__project-action {
  margin-top: 34px;
}

.works__view {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(241, 241, 238, 0.3);
  background: transparent;
  color: #f1f1ee;
  font-family: inherit;
  font-size: 10px;
  letter-spacing: 0.18em;
  cursor: pointer;
  transition: border-color 0.4s ease;
}

.works__view:hover {
  border-color: #f1f1ee;
}

.works__view-arrow {
  font-size: 17px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.works__view:hover .works__view-arrow {
  transform: translate(4px, -4px);
}

.works__secondary {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: rgba(241, 241, 238, 0.1);
  pointer-events: none;
  transition: color 0.5s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.works__secondary span {
  font-size: 8px;
  letter-spacing: 0.15em;
}

.works__secondary strong {
  font-size: clamp(35px, 4vw, 65px);
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.works__secondary--hardware {
  top: 25%;
  right: 14%;
}

.works__secondary--systems {
  right: 17%;
  bottom: 22%;
}

.works__secondary--hardware::before,
.works__secondary--systems::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  width: 55px;
  height: 1px;
  background: rgba(241, 241, 238, 0.08);
}

.works__marker {
  position: absolute;
  left: 46px;
  bottom: 31px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c9c9c5;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  pointer-events: auto;
}

.works__marker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f1f1ee;
}

.works__scroll {
  position: absolute;
  right: 46px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(241, 241, 238, 0.5);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  pointer-events: auto;
}

.works__scroll-arrow {
  color: #f1f1ee;
  font-size: 16px;
}

.works__side-label {
  position: absolute;
  top: 50%;
  right: 30px;
  color: rgba(241, 241, 238, 0.35);
  font-size: 9px;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  pointer-events: auto;
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 650px) {
  .works {
    min-height: 650px;
  }
  .works__header {
    top: 25px;
    right: 24px;
    left: 24px;
  }
  .works__header-meta {
    display: none;
  }
  .works__ghost-number {
    right: -10vw;
    font-size: 80vw;
  }
  .works__grid {
    background-size: 60px 60px;
  }
  .works__frame--top {
    top: 15%;
    right: -15%;
    width: 65vw;
    height: 20vh;
  }
  .works__frame--bottom {
    bottom: 13%;
    left: -15%;
    width: 55vw;
    height: 16vh;
  }
  .works__navigation {
    top: 23%;
    left: 8vw;
    flex-direction: row;
    gap: 18px;
    transform: none;
  }
  .works__nav-item {
    gap: 7px;
  }
  .works__nav-name {
    font-size: 8px;
  }
  .works__nav-number {
    font-size: 7px;
  }
  .works__project {
    top: 53%;
    left: 8vw;
    width: 84vw;
    transform: translateY(-50%);
  }
  .works__project-number {
    margin-bottom: 20px;
  }
  .works__project-category {
    margin-bottom: 15px;
    font-size: 8px;
  }
  .works__project-title {
    font-size: clamp(55px, 16vw, 90px);
  }
  .works__project-line {
    margin: 25px 0 19px;
  }
  .works__project-description {
    font-size: 12px;
    line-height: 1.6;
  }
  .works__project-stack {
    margin-top: 21px;
    gap: 7px 16px;
  }
  .works__project-stack span {
    font-size: 7px;
  }
  .works__project-action {
    margin-top: 27px;
  }
  .works__view {
    font-size: 8px;
  }
  .works__secondary--hardware {
    top: 36%;
    right: -8%;
  }
  .works__secondary--systems {
    right: -8%;
    bottom: 27%;
  }
  .works__secondary strong {
    font-size: 38px;
  }
  .works__marker {
    left: 24px;
    bottom: 22px;
    font-size: 9px;
  }
  .works__scroll {
    right: 24px;
    bottom: 22px;
    font-size: 8px;
  }
  .works__side-label {
    display: none;
  }
}
.contact {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  background: #080808;
  color: #f1f1ee;
}

.contact__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.contact__ghost-number {
  position: absolute;
  top: 50%;
  left: -2vw;
  color: rgba(241, 241, 238, 0.025);
  font-size: clamp(320px, 44vw, 760px);
  font-weight: 600;
  line-height: 0.7;
  letter-spacing: -0.1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translateY(-50%);
}

.contact__line {
  position: absolute;
  background: rgba(241, 241, 238, 0.09);
}

.contact__line--vertical {
  top: 0;
  left: 61%;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(241, 241, 238, 0.09) 18%, rgba(241, 241, 238, 0.09) 82%, transparent);
}

.contact__line--horizontal {
  top: 66%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(241, 241, 238, 0.09) 20%, rgba(241, 241, 238, 0.09) 80%, transparent);
}

.contact__frame {
  position: absolute;
  border: 1px solid rgba(241, 241, 238, 0.09);
}

.contact__frame--top {
  top: 11%;
  right: 8%;
  width: 24vw;
  height: 21vh;
  border-left: 0;
  border-bottom: 0;
  opacity: 0.7;
}

.contact__frame--bottom {
  bottom: 10%;
  left: 7%;
  width: 19vw;
  height: 16vh;
  border-top: 0;
  border-right: 0;
  opacity: 0.4;
}

.contact__point {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f1f1ee;
}

.contact__point--top {
  top: 11%;
  right: 8%;
  opacity: 0.45;
}

.contact__point--bottom {
  bottom: 10%;
  left: 7%;
  opacity: 0.2;
}

.contact__interface {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.contact__header {
  position: absolute;
  top: 38px;
  right: 46px;
  left: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact__section-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact__section-number {
  color: #f1f1ee;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.contact__section-separator {
  color: #777773;
  font-size: 12px;
}

.contact__section-name {
  color: #c9c9c5;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact__header-meta {
  color: rgba(241, 241, 238, 0.48);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(620px, 43vw);
  transform: translate(-5%, -50%);
}

.contact__eyebrow {
  margin: 0 0 22px;
  color: #c9c9c5;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact__title {
  margin: 0;
  color: #f1f1ee;
  font-size: clamp(70px, 8vw, 135px);
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -0.075em;
}

.contact__separator {
  width: 75px;
  height: 1px;
  margin: 36px 0 24px;
  background: rgba(241, 241, 238, 0.35);
}

.contact__description {
  max-width: 430px;
  margin: 0;
  color: rgba(241, 241, 238, 0.58);
  font-size: 13px;
  line-height: 1.7;
}

.contact__action {
  position: relative;
  width: 100%;
  margin-top: 34px;
}

.contact__action-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-width: 210px;
  padding: 17px 0;
  border: 0;
  border-top: 1px solid rgba(241, 241, 238, 0.35);
  border-bottom: 1px solid rgba(241, 241, 238, 0.35);
  background: transparent;
  color: #f1f1ee;
  font-family: inherit;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.4s ease;
}

.contact__action-button:hover {
  border-color: rgba(241, 241, 238, 0.75);
}

.contact__action-arrow {
  font-size: 18px;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact__action-button:hover .contact__action-arrow {
  transform: translate(5px, -5px);
}

.contact__action-button[aria-expanded=true] .contact__action-arrow {
  transform: rotate(45deg);
}

.contact__options {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
}

.contact__option {
  position: absolute;
  display: flex;
  align-items: center;
  width: 270px;
  min-height: 72px;
  padding: 12px 15px;
  border: 1px solid rgba(241, 241, 238, 0.16);
  background: rgba(20, 20, 20, 0.68);
  backdrop-filter: blur(8px);
  color: #f1f1ee;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s ease, background 0.4s ease;
}

.contact__action.is-open .contact__option {
  opacity: 1;
  pointer-events: auto;
}

.contact__option--email {
  top: -70px;
  left: 45%;
  transition-delay: 0.05s;
}

.contact__option--phone {
  top: 15px;
  left: 45%;
  transition-delay: 0.12s;
}

.contact__option--linkedin {
  top: 100px;
  left: 45%;
  transition-delay: 0.19s;
}

.contact__action.is-open .contact__option--email,
.contact__action.is-open .contact__option--phone,
.contact__action.is-open .contact__option--linkedin {
  transform: translateY(0) scale(1);
}

.contact__option-number {
  align-self: flex-start;
  margin-right: 15px;
  color: rgba(241, 241, 238, 0.25);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.contact__option-content {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
}

.contact__option-label {
  color: #c9c9c5;
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact__option-value {
  color: rgba(241, 241, 238, 0.58);
  font-size: 10px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.contact__option-arrow {
  align-self: flex-start;
  color: rgba(241, 241, 238, 0.7);
  font-size: 16px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact__option:hover {
  border-color: rgba(241, 241, 238, 0.45);
  background: rgba(30, 30, 30, 0.8);
}

.contact__option:hover .contact__option-arrow {
  transform: translate(4px, -4px);
}

.contact__availability {
  position: absolute;
  top: 50%;
  right: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(241, 241, 238, 0.48);
  font-size: 9px;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.contact__availability-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f1f1ee;
  animation: pulse 1.8s ease-in-out infinite;
}

.contact__marker {
  position: absolute;
  left: 46px;
  bottom: 31px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c9c9c5;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact__marker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f1f1ee;
}

.contact__side-label {
  position: absolute;
  top: 50%;
  right: 28px;
  color: rgba(241, 241, 238, 0.35);
  font-size: 9px;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  transform: translateY(-50%) rotate(180deg);
}

.contact__footer {
  position: absolute;
  right: 46px;
  bottom: 31px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(241, 241, 238, 0.35);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media (max-width: 650px) {
  .contact {
    min-height: 700px;
  }
  .contact__header {
    top: 25px;
    right: 24px;
    left: 24px;
  }
  .contact__header-meta {
    display: none;
  }
  .contact__ghost-number {
    top: 30%;
    left: -10vw;
    font-size: 85vw;
  }
  .contact__frame--top {
    top: 15%;
    right: -15%;
    width: 65vw;
    height: 20vh;
  }
  .contact__frame--bottom {
    bottom: 12%;
    left: -15%;
    width: 55vw;
    height: 15vh;
  }
  .contact__content {
    top: 51%;
    left: 8vw;
    width: 84vw;
    transform: translateY(-50%);
  }
  .contact__eyebrow {
    margin-bottom: 18px;
    font-size: 8px;
  }
  .contact__title {
    font-size: clamp(58px, 17vw, 95px);
  }
  .contact__separator {
    margin: 27px 0 20px;
  }
  .contact__description {
    font-size: 12px;
  }
  .contact__action {
    margin-top: 27px;
  }
  .contact__action-button {
    min-width: 185px;
    padding: 14px 0;
    font-size: 8px;
  }
  .contact__option {
    width: min(250px, 78vw);
    min-height: 64px;
  }
  .contact__option--email {
    top: -100px;
    left: 10%;
  }
  .contact__option--phone {
    top: 35px;
    left: 10%;
  }
  .contact__option--linkedin {
    top: 110px;
    left: 10%;
  }
  .contact__option-value {
    max-width: 180px;
    overflow: hidden;
    font-size: 9px;
    text-overflow: ellipsis;
  }
  .contact__availability {
    top: 31%;
    right: 24px;
    font-size: 8px;
  }
  .contact__marker {
    left: 24px;
    bottom: 22px;
    font-size: 9px;
  }
  .contact__side-label {
    display: none;
  }
  .contact__footer {
    right: 24px;
    bottom: 22px;
    gap: 0;
    font-size: 8px;
  }
  .contact__footer span:first-child {
    display: none;
  }
}
.profile,
.works,
.contact {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  scroll-snap-align: none;
  will-change: transform;
}

@media (prefers-reduced-motion: no-preference) {
  .profile__interface,
  .works__interface,
  .contact__interface {
    transition: opacity 0.8s ease, transform 0.1s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.profile__interface,
.works__interface,
.contact__interface {
  opacity: 0;
  transform: translateY(90px);
  transition: opacity 1.25s ease, transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.profile.is-visible .profile__interface,
.works.is-visible .works__interface,
.contact.is-visible .contact__interface {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */