@charset "UTF-8";
@font-face {
  font-family: "PPFormula-CondensedBlack";
  src: url(../fonts/PPFormula-CondensedBlack.woff) format(woff);
}
.space-mono-regular {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.pp-formula-black {
  font-family: "PPFormula-CondensedBlack", sans-serif;
  font-weight: 900;
  font-style: normal;
}

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

.section-bg-primary {
  background-color: #1B1818;
}

.section-bg-secondary {
  background-color: #F2EBE2;
}

@media screen and (min-width: 850px) {
  .-mt-large-90 {
    margin-top: -90px;
  }
}

#header {
  opacity: 0;
}
#header #masthead .hide-for-medium.flex-right .header-nav {
  position: fixed;
  top: 30px;
  right: 30px;
  flex-direction: column;
  max-width: 200px;
  align-items: flex-end;
}
#header #masthead .hide-for-medium.flex-right .header-nav > li {
  margin: 0;
}
#header #masthead .hide-for-medium.flex-right .header-nav > li > a {
  text-align: right;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  color: #F2EBE2;
  position: relative;
  padding: 5px 10px;
  mix-blend-mode: difference;
  transition: all 0.3s ease;
}
#header #masthead .hide-for-medium.flex-right .header-nav > li > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #F2EBE2;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#header #masthead .hide-for-medium.flex-right .header-nav > li > a:hover {
  color: #1B1818;
  font-weight: 400;
}
#header #masthead .hide-for-medium.flex-right .header-nav > li > a:hover::after {
  width: 100%;
}

.section-hero .section-bg img {
  filter: blur(12px);
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
.section-hero .hero__container {
  display: flex;
  justify-content: center;
}
.section-hero .hero__text-box {
  max-width: 775px;
}
.section-hero .hero__text-box .hero-text {
  display: flex;
  column-gap: 15px;
}
.section-hero .hero__text-box .hero-text__name {
  color: #F2EBE2;
  font-size: 16rem;
  line-height: 0.9;
}
.section-hero .hero__text-box .hero-text__name * {
  overflow-y: unset !important;
}
.section-hero .hero__text-box .hero-text__subtitle {
  height: 230px;
  align-content: end;
  padding-bottom: 35px;
  color: #F2EBE2;
}
.section-hero .hero__text-box .hero-text--intro {
  text-align: right;
  justify-content: flex-end;
  padding-right: 20px;
}
.section-hero .hero__text-box .hero-text--main {
  text-align: left;
  justify-content: flex-start;
  padding-left: 2px;
}
.section-hero .hero__text-box .hero-text--desc {
  text-align: right;
  justify-content: flex-end;
  padding-right: 15px;
}

.section-about .about__container {
  color: #1B1818;
  overflow: hidden;
}
.section-about .about__title {
  color: #1B1818;
  font-size: 16rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-transform: uppercase;
  opacity: 0;
}
.section-about .about__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}
.section-about .about__skills {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-about .about__skill {
  opacity: 0;
  transform: translate(0, 0); /* Vị trí gốc */
}
.section-about .about__skill img {
  width: 96px;
  height: auto;
}
.section-about .about__description {
  flex: 1;
  max-width: 500px;
  font-size: 26px;
  line-height: 1.6;
}
.section-about .about__description p {
  margin: 0;
}

.section-experience .experience__title {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F2EBE2;
  font-size: 16rem;
  margin-bottom: 0;
  width: fit-content;
  position: absolute;
}
.section-experience .experience__list {
  max-width: 1600px;
  min-height: 80vh;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.section-experience .experience__list .experience-item {
  position: absolute;
  top: 35vh;
  left: 20%;
  right: unset;
  transform: rotate(10deg);
  max-width: 390px;
  min-height: 390px;
  padding: 20px;
  background-color: #F2EBE2;
  color: #1B1818;
}
.section-experience .experience__list .experience-item:nth-child(even) {
  left: unset;
  right: 20%;
  transform: rotate(-15deg);
}
.section-experience .experience__list .experience-item:hover {
  box-shadow: 0 0 15px 3px rgba(242, 235, 226, 0.3);
}
.section-experience .experience__list .experience-item .experience-time {
  font-size: 14px;
  font-family: "Space Mono", monospace;
}
.section-experience .experience__list .experience-item .experience-business-name a {
  font-size: 24px;
  color: #1B1818;
  text-decoration: underline;
}
.section-experience .experience__list .experience-item .experience-desc {
  padding-top: 20px;
  font-size: 14px;
  font-family: "Space Mono", monospace;
}

.section-contact {
  color: #1B1818;
}
.section-contact .section-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.section-contact .contact__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section-contact .contact__text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  text-align: center;
}
.section-contact .contact-text__subtitle {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #1B1818;
  letter-spacing: 0.03em;
}
.section-contact .contact-text-line-1,
.section-contact .contact-text-line-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .section-contact .contact-text-line-1,
  .section-contact .contact-text-line-2 {
    flex-direction: column;
    gap: 1rem;
  }
}
.section-contact .contact-text__name {
  font-weight: 900;
  font-size: 12rem;
  line-height: 1;
  position: relative;
}
.section-contact .contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
.section-contact .contact-list li {
  margin: 0;
}
.section-contact .contact-list li a {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #111;
  position: relative;
  transition: color 0.3s ease;
}
.section-contact .contact-list li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #1B1818;
  transition: width 0.3s ease;
}
.section-contact .contact-list li a:hover {
  color: #000;
}
.section-contact .contact-list li a:hover::after {
  width: 100%;
}
.section-contact .contact-text.text-center {
  max-width: 700px;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.6;
}
.section-contact .copyright-text {
  margin-top: 3rem;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.section-contact .copyright-text span {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 500;
  font-family: monospace;
}

.cursor {
  position: fixed;
  pointer-events: none;
  display: block;
  z-index: 9999;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
}
.cursor-dot {
  width: 5px;
  height: 5px;
  background: #F2EBE2;
  border-radius: 50%;
}
.cursor-ring {
  width: 60px;
  height: 60px;
  border: 1px solid #F2EBE2;
  background: transparent;
  border-radius: 50%;
}