@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700;800&family=Urbanist:wght@300;400;500;700&family=Manrope:wght@400;500&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html:has(.page) {
  position: fixed;
  inset: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body:has(.page) {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  font-family: "Urbanist", sans-serif;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior: none;
}
body:has(.page).bg {
  background: #ececec;
}

.page {
  position: absolute;
  inset: 30px;
  overflow: hidden;
  background: radial-gradient(ellipse 120% 120% at 50% 50%, rgb(223, 225, 240) 0%, rgb(174, 177, 204) 100%);
  container-type: size;
  container-name: page;
}
.page.portfolio-page {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: min(2550px, 100% - 60px);
  overflow-y: auto;
  background: #ffffff;
  padding: 120px 64px 0 80px;
  container-type: inline-size;
  container-name: portfolio;
}

.grid-lines {
  position: absolute;
  inset: 0;
  background-image: url("https://www.figma.com/api/mcp/asset/b441188e-50c9-430e-a5ca-7060c39ad32a");
  background-size: cover;
  background-position: center;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.clouds {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-mark {
  position: absolute;
  left: 2.66%;
  top: 4.93%;
  width: 36px;
  height: 36px;
  z-index: 10;
}
.logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: 50% 50%;
  transition: transform 0.15s ease-out;
  will-change: transform;
}

.navbar {
  position: absolute;
  left: 50%;
  top: 4.31%;
  transform: translateX(-50%);
  width: fit-content;
  height: 52px;
  z-index: 10;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.09);
  display: flex;
  align-items: center;
  padding: 8px;
  gap: 10px;
}
.navbar .nav-item {
  width: fit-content;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 0 20px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.navbar .nav-item.active {
  background: #000000;
  color: #ffffff;
}
.navbar .nav-item:not(.active):hover {
  background: rgba(0, 0, 0, 0.07);
}

.hero-text {
  position: absolute;
  left: 1.94%;
  top: 19.415vh;
  width: 100%;
  z-index: 4;
  pointer-events: none;
  user-select: none;
  display: flex;
  flex-direction: column;
}
.hero-text .word {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  font-size: clamp(28px, 14.84cqw, 245px);
  line-height: 1.01;
  letter-spacing: -0.025em;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(55, 55, 55, 0.25);
}

.hero-image {
  position: absolute;
  left: 38.5%;
  top: calc(14.506vh - 10.44px);
  width: 32%;
  height: calc(87.259vh - 60.67px);
  z-index: 3;
  pointer-events: none;
  overflow: visible;
  animation: hero-float 6s ease-in-out infinite;
}
.hero-image img.hero-photo {
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
  animation: hero-photo-shadow 6s ease-in-out infinite;
}
.hero-image img.hero-underline {
  position: absolute;
  bottom: -2%;
  left: 15%;
  width: 35%;
  transform: rotate(7.6deg);
  opacity: 0.85;
}

@keyframes hero-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
@keyframes hero-photo-shadow {
  0%, 100% {
    filter: drop-shadow(0 28px 18px rgba(0, 0, 0, 0.35));
  }
  50% {
    filter: drop-shadow(0 12px 10px rgba(0, 0, 0, 0.18));
  }
}
.selected-work {
  position: absolute;
  right: 1.86%;
  bottom: calc(7.473vh - 5.38px);
  z-index: 10;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 70%;
  overflow-x: auto;
  scrollbar-width: none;
}
.selected-work::-webkit-scrollbar {
  display: none;
}

.work-card {
  position: relative;
  flex-shrink: 0;
  display: block;
  width: 224px;
  height: 125px;
  background: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: background 0.15s;
  text-decoration: none;
  color: inherit;
}
.work-card:hover {
  background: rgb(253, 244, 244);
}
.work-card__icon {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 66px;
  height: 89px;
  background: #efefef;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-card__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}
.work-card__content {
  position: absolute;
  left: 97px;
  top: 28px;
  right: 10px;
  bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.work-card__title {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1.2;
}
.work-card__sub {
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #999999;
  white-space: nowrap;
  line-height: 1.2;
}
.work-card__intro {
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-transform: lowercase;
  line-height: 1.25;
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.work-card__intro--muted {
  color: #535353;
  font-weight: 300;
}
.work-card--next {
  width: 68px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-card--next img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.contact-sidebar {
  position: absolute;
  right: 31px;
  top: 46%;
  transform: translateY(-50%);
  z-index: 200;
  text-decoration: none;
}
.contact-sidebar__bar {
  background: #5ebdb2;
  width: 44px;
  height: 185px;
  border-radius: 12px 0 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.contact-sidebar__label {
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.contact-sidebar__mark {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

body:not(:has(.page)) .contact-sidebar {
  position: fixed;
}

.logo-mark--fixed {
  position: fixed;
}

.navbar--fixed {
  position: fixed;
}

.portfolio-hero {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin-top: 134px;
  padding-left: 70px;
}

.portfolio-hero__left {
  flex: 1 1 420px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
}

.portfolio-hero__title {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 3.599cqw, 85px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #0a0a0a;
  text-transform: uppercase;
  margin: 0 0 40px;
}

.portfolio-hero__copy {
  max-width: 880px;
  padding-left: 30%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.portfolio-hero__copy p {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  margin: 0;
}

.portfolio-hero__statement {
  font-family: "Sora", sans-serif;
  font-size: clamp(20px, 2.202cqw, 52px);
  line-height: 1.35;
  font-weight: 300;
  color: #0a0a0a;
  margin: 64px 0 0 0;
  max-width: 26em;
}
.portfolio-hero__statement strong {
  font-weight: 600;
  color: #0a0a0a;
}
.portfolio-hero__statement .muted {
  color: #a8a8a8;
  font-weight: 300;
}

.portfolio-grid {
  flex: 1 1 380px;
  max-width: 594px;
  min-width: 260px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-content: start;
}

.portfolio-card {
  position: relative;
  aspect-ratio: 290/360;
  border-radius: 20px;
  overflow: hidden;
  background: #e8e8e8;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.portfolio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 45%);
  pointer-events: none;
}
.portfolio-card__label {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 1;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.profile {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  max-width: 1320px;
  margin: 120px auto 0;
}

.profile__intro {
  position: sticky;
  top: 120px;
  align-self: flex-start;
  width: 320px;
  flex-shrink: 0;
  height: calc(100vh - 380px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.profile__heading {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.35;
  color: #0a0a0a;
  margin: 0 0 16px;
}

.profile__lede {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #8a8a8a;
  margin: 0 0 24px;
}

.profile__actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.profile__cta {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  background: #0a0a0a;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 999px;
  transition: transform 0.15s;
}
.profile__cta:hover {
  transform: translateY(-1px);
}

.profile__role {
  font-family: "Urbanist", sans-serif;
  line-height: 1.4;
}

.profile__role-label {
  display: block;
  font-size: 12px;
  color: #a0a0a0;
}

.profile__role-value {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #0a0a0a;
}

.profile__footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.profile__socials {
  display: flex;
  align-items: center;
  gap: 18px;
}

.profile__social {
  color: #6b6a6a;
  display: flex;
}
.profile__social svg {
  width: 18px;
  height: 18px;
}
.profile__social:hover {
  opacity: 0.6;
}

.profile__cases {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.case-card {
  width: 100%;
  max-width: 600px;
}

.case-card__media {
  position: relative;
  aspect-ratio: 600/335;
  border-radius: 12px;
  overflow: hidden;
  background: #e8e8e8;
}
.case-card__media img {
  width: 100%;
  border-radius: 8px;
}

.case-card__eyebrow {
  margin: 20px 0 0;
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #8a8a8a;
}

.case-card__title {
  margin: 6px 0 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}

.case-card__tags {
  margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.case-card__tag {
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  color: #666;
  border: 1px solid #e4e4e4;
  border-radius: 999px;
  padding: 5px 12px;
}

.more-projects {
  width: 100%;
  max-width: 600px;
}

.more-projects__title {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #0a0a0a;
  margin: 0 0 8px;
}

.more-projects__list {
  list-style: none;
}

.more-projects__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.more-projects__item:last-child {
  border-bottom: none;
}

.more-projects__item-title {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.15s;
}
.more-projects__item-title[href]:hover {
  color: #0a0a0a;
  text-decoration: underline;
}

.more-projects__item-badge {
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  color: #8a8a8a;
  white-space: nowrap;
}

.particles-outro {
  position: relative;
  height: 100px;
  margin: 80px -64px 0;
  overflow: hidden;
}

body:not(:has(.page)) .particles-outro {
  margin: 80px 0 0;
}

body:not(:has(.page)) .base-navigation {
  position: relative;
}
body:not(:has(.page)) .base-navigation .particles-outro {
  position: absolute;
  inset: 0;
  height: auto;
  margin: 0;
  z-index: -1;
}

@media (min-width: 1921px) {
  .portfolio-hero__title {
    font-size: 110px;
  }
  .portfolio-hero__copy {
    max-width: 1240px;
    padding-left: 40%;
  }
  .portfolio-hero__copy p {
    font-size: 20px;
  }
  .profile {
    max-width: 1280px;
  }
}
@media (min-width: 1680px) and (max-width: 1920px) {
  .profile {
    max-width: 1500px;
  }
}
@media (max-width: 1200px) {
  .page {
    inset: 20px;
  }
  .logo-mark {
    left: 12px;
    top: 12px;
  }
  .navbar {
    top: 12px;
    width: fit-content;
    height: 44px;
  }
  .navbar .nav-item {
    width: 76px;
    height: 32px;
    font-size: 13px;
  }
  .hero-image {
    top: calc(14.506vh - 5.8px);
    height: calc(84.259vh - 33.7px);
    width: 32%;
    left: 0;
  }
  .selected-work {
    bottom: calc(7.473vh - 2.99px);
    right: 12px;
    max-width: 76%;
    max-width: calc(100% - 16px);
  }
  .contact-sidebar {
    display: none;
  }
  .page.portfolio-page {
    width: calc(100% - 40px);
    padding: 100px 32px 64px;
  }
  .portfolio-hero {
    flex-direction: column;
    margin-top: 80px;
    padding-left: 0;
  }
  .portfolio-hero__left {
    width: 100%;
  }
  .portfolio-hero__copy {
    padding-left: 0;
    max-width: 100%;
  }
  .portfolio-hero__statement {
    margin-left: 0;
    max-width: 100%;
  }
  .portfolio-grid {
    width: 100%;
    max-width: none;
  }
  .profile {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
  .profile__intro {
    position: static;
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .profile__footer {
    margin-top: 32px;
  }
  .particles-outro {
    height: 100px;
    margin: 64px -32px 0;
  }
}
@media (max-width: 767px) {
  .page {
    inset: 10px;
  }
  .clouds {
    opacity: 0.6;
  }
  .logo-mark {
    left: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
  }
  .navbar {
    top: 10px;
    width: auto;
    height: 38px;
    padding: 4px;
  }
  .navbar .nav-item {
    width: 58px;
    height: 30px;
    font-size: 12px;
  }
  .hero-text {
    left: 10px;
    top: 8vh;
  }
  .hero-text .word {
    font-size: clamp(24px, 14.84cqw, 100px);
  }
  .hero-image {
    left: 0;
    right: auto;
    width: 100%;
    height: 55%;
    z-index: 1;
    opacity: 0.8;
    overflow: hidden;
  }
  .hero-image img.hero-photo {
    height: 100%;
    width: auto;
    max-width: none;
  }
  .selected-work {
    left: 8px;
    right: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    flex-direction: column;
    gap: 8px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .work-card {
    width: 100%;
    height: 88px;
    border-radius: 20px;
    flex-shrink: 0;
  }
  .work-card__icon {
    width: 52px;
    height: 56px;
    left: 10px;
    top: 14px;
    border-radius: 12px;
  }
  .work-card__content {
    left: 72px;
    top: 12px;
    right: 10px;
    bottom: 6px;
  }
  .work-card__title {
    font-size: 13px;
  }
  .work-card__sub {
    font-size: 11px;
  }
  .work-card__intro {
    font-size: 12px;
    margin-top: 2px;
    -webkit-line-clamp: 1;
  }
  .work-card--next {
    display: none;
  }
  .contact-sidebar {
    display: none;
  }
  .page.portfolio-page {
    width: calc(100% - 20px);
    padding: 88px 16px 48px;
  }
  .portfolio-hero {
    margin-top: 48px;
  }
  .portfolio-hero__statement {
    margin-top: 40px;
  }
  .portfolio-grid {
    gap: 10px;
  }
  .profile {
    gap: 32px;
  }
  .profile__heading {
    font-size: 20px;
  }
  .more-projects__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .particles-outro {
    height: 100px;
    margin: 48px -16px 0;
  }
}
@media (max-width: 420px) {
  .hero-text {
    top: 7vh;
  }
  .hero-text .word {
    font-size: clamp(20px, 14.84cqw, 72px);
  }
  .hero-image {
    width: 72%;
  }
  .navbar .nav-item {
    width: 52px;
    font-size: 11px;
  }
  .work-card {
    height: 80px;
  }
  .work-card__icon {
    width: 46px;
    height: 50px;
    top: 12px;
  }
  .work-card__content {
    left: 66px;
    top: 10px;
  }
  .work-card__title {
    font-size: 12px;
  }
  .work-card__sub {
    font-size: 10px;
  }
  .work-card__intro {
    font-size: 11px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  margin: 0 auto;
}
.container .wrapper {
  max-width: 820px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 680px) {
  .container .wrapper {
    padding: 0 24px;
  }
}
.container.white {
  background: #fff;
}

.homepage-hero-wrap {
  height: 37vh;
}

.portfolio-text {
  margin: 0 auto;
  width: 300px;
  font-size: 27px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.99);
  letter-spacing: 1.17px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: baseline;
  height: 80vh;
  flex-direction: column;
}

.main-text {
  font-size: 110px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.46px;
  text-align: center;
  line-height: 102px;
  width: 700px;
  text-align: center;
  margin: -70px auto 0 auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.heading-text {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 500;
}

.myself {
  margin: 0 auto;
  width: 1366px;
  padding-top: 1px;
  padding-left: 70px;
}

.aboutme {
  float: left;
  width: 500px;
  margin-right: 50px;
}
.aboutme p {
  font-weight: 300;
  line-height: 29px;
  margin-top: 22px;
}

.mypic {
  float: left;
}
.mypic img {
  width: 400px;
  height: 400px;
  border-radius: 5px;
}

.myskills {
  margin: 80px auto 0 auto;
  width: 1280px;
  padding-bottom: 30px;
}

.mySkill_wrap, .js_background_image, .less_background_image, .sass_background_image, .css_background_image, .html_background_image, .photoshop_background_image, .sketch_background_image {
  width: 122px;
  height: 160px;
  background: #fff;
  box-shadow: 0 2px 57px 0 rgba(0, 0, 0, 0.2);
  border-radius: 26px;
  float: left;
  margin-right: 23px;
}
.mySkill_wrap .tool, .js_background_image .tool, .less_background_image .tool, .sass_background_image .tool, .css_background_image .tool, .html_background_image .tool, .photoshop_background_image .tool, .sketch_background_image .tool {
  padding: 99px 0 0 20px;
}
.mySkill_wrap h4, .js_background_image h4, .less_background_image h4, .sass_background_image h4, .css_background_image h4, .html_background_image h4, .photoshop_background_image h4, .sketch_background_image h4 {
  margin-top: 10px;
}
.mySkill_wrap:last-child, .js_background_image:last-child, .less_background_image:last-child, .sass_background_image:last-child, .css_background_image:last-child, .html_background_image:last-child, .photoshop_background_image:last-child, .sketch_background_image:last-child {
  margin-right: 0;
}

.skillTray {
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.sketch_background_image {
  background: url("../images/sketch.png") 20px 26px no-repeat #fff;
}

.photoshop_background_image {
  background: url("../images/photoshop.png") 20px 26px no-repeat #fff;
}

.html_background_image {
  background: url("../images/html.png") 20px 26px no-repeat #fff;
}

.css_background_image {
  background: url("../images/css.png") 20px 26px no-repeat #fff;
}

.sass_background_image {
  background: url("../images/sass.png") 20px 26px no-repeat #fff;
}

.less_background_image {
  background: url("../images/less.png") 20px 26px no-repeat #fff;
}

.js_background_image {
  background: url("../images/js.png") 20px 26px no-repeat #fff;
}

.color-1 {
  color: #EA6F06;
}

.color-2 {
  color: #15BBF0;
}

.color-3 {
  color: #E75028;
}

.color-4 {
  color: #1F62AE;
}

.color-5 {
  color: #CC6699;
}

.color-6 {
  color: #003577;
}

.color-7 {
  color: #FDB416;
}

.goalTray {
  padding: 50px 0 20px 0;
}

.track {
  background: #F8ECED;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  height: 10px;
  margin: 20px 20px 0 0;
}

.progressGreen {
  background: rgba(111, 143, 0, 0.6);
  border-radius: 4px;
  line-height: 6px;
  margin: 1px;
  width: 20%;
  padding-left: 10px;
  color: #fff;
}

.art-gal {
  margin-right: 40px;
}

.art-box {
  width: 200px;
}
.art-box img {
  border-radius: 5px;
  width: 225px;
}
.art-box p {
  font-weight: 300;
  line-height: 23px;
  margin: 10px 0;
}
.art-box a {
  text-decoration: underline;
  font-weight: 300;
  padding-bottom: 5px;
  color: #32C5FF;
}
.art-box.large {
  width: 1040px;
}
.art-box.large img {
  width: 950px;
}

.educationExperienceWrapper {
  width: 1040px;
  margin: 50px auto 0 auto;
  padding-left: 70px;
}

.educationExperienceWrapper .eduExpContainer {
  float: left;
  width: 410px;
}
.educationExperienceWrapper .eduExpContainer:last-child {
  width: auto;
}

.educationExperienceWrapper .eduExpContainer h6 {
  font-weight: 100;
  margin-bottom: 36px;
}

.doubleRow {
  margin-bottom: 40px;
}

.doubleRow p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}

.doubleRow p + p {
  font-size: 16px;
  font-weight: 300;
}

.resume-container {
  display: flex;
  justify-content: left;
}
.resume-container button {
  width: 160px;
  height: 46px;
  background: #4A00A9;
  border-radius: 28px;
  border: none;
  margin: 40px 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.home-work-container {
  max-width: 1366px;
  padding: 150px 0 180px 0;
}
.home-work-container .page-header {
  font-size: 66px;
  font-weight: 600;
  font-family: inter;
  margin-top: 28px;
  color: #344054;
}
.home-work-container .page-header-btm {
  padding-bottom: 30px;
}
.home-work-container .page-header-sub {
  font-size: 30px;
  font-weight: 500;
  line-height: 43px;
  max-width: 900px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 0.12px;
}
.home-work-container .page-header-sub a {
  font-size: 30px;
  font-weight: 500;
  color: #32C5FF;
}
.home-work-container .working-at {
  font-size: 16px;
  letter-spacing: 0.09px;
  font-weight: 400;
  margin-top: 15px;
}
.home-work-container .hack-details {
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  width: 96%;
  line-height: 28px;
}
.home-work-container .page-header-hack {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 2.31px;
  line-height: 50px;
  text-align: right;
}
.home-work-container .page-header-hack span {
  display: block;
  text-align: right;
}

.home-work-wrap {
  clear: both;
  margin-bottom: 100px;
  margin-top: 40px;
}
.home-work-wrap .work-block {
  float: left;
  margin-right: 40px;
  width: 480px;
  height: 500px;
}
.home-work-wrap .work-block:last-child {
  margin-right: 0;
}
.home-work-wrap .work-block img {
  border: 5px solid #fff;
  border-radius: 5px;
}
.home-work-wrap .task {
  font-size: 13px;
  display: inline-block;
  margin: 46px 0 20px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-weight: 400;
}
.home-work-wrap .ptitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.home-work-wrap p {
  font-size: 14px;
  color: #000;
  line-height: 21px;
  font-weight: 100;
}

.wrap-other {
  background: #000;
  width: 100%;
  height: 300px;
}

.footer-small {
  padding: 40px 0;
  border-top: 1px solid #eaeaea;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-small .icon-container {
  float: right;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 20px;
}
.footer-small .icon-container img {
  vertical-align: middle;
}

.password-protected {
  padding-bottom: 90px;
}

.password-field {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  background: #f8f8f8;
}
.password-field .enter-pass {
  background-color: #fff;
  color: #333;
  padding: 15px;
  height: 43px;
  width: 300px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid rgb(213, 213, 213);
}
.password-field .enter-pass::placeholder {
  color: rgb(202, 202, 202);
  font-style: italic;
}
.password-field h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000;
}
.password-field p {
  text-align: center;
  font-weight: 300;
  line-height: 20px;
  padding: 0 140px;
  color: rgb(67, 67, 67);
}
.password-field .password-bg {
  margin-bottom: 20px;
  margin-left: -30px;
}

.nav-buttons {
  position: absolute;
  width: 1680px;
}
.nav-buttons .left, .nav-buttons .right {
  position: fixed;
  font-size: 14px;
  font-weight: 500;
  color: #8B8B8B;
}
.nav-buttons .left img, .nav-buttons .right img {
  padding: 0 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.nav-buttons .left {
  left: 90px;
}
.nav-buttons .right {
  right: 90px;
}

.work-container {
  max-width: 1280px;
  margin: 80px auto 0 auto;
}
.work-container .page-header {
  font-size: 50px;
  letter-spacing: 2.31px;
  line-height: 60px;
}

.work-info-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.doubleRowLight {
  padding: 0 25px 0 0;
  border-right: 1px solid #E4E4E4;
}
.doubleRowLight:last-child {
  border: 0;
}
.doubleRowLight p {
  font-size: 14px;
  font-weight: 100;
  color: #8B8B8B;
  line-height: 26px;
  letter-spacing: 2px;
}
.doubleRowLight p + p {
  font-size: 19px;
  font-weight: 100;
  color: #000;
}

.work-details {
  padding: 50px 0 50px 0;
}
.work-details .doubleRowLight {
  border: 0;
}
.work-details .top {
  font-size: 14px;
  font-weight: 100;
  color: #8B8B8B;
  line-height: 26px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.work-details .bottom {
  font-size: 19px;
  font-weight: 400;
  color: #000;
}
.work-details .description {
  margin-top: 10px;
}
.work-details p {
  line-height: 34px;
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 16px;
}

.project-blocks, .title {
  float: left;
}

.project-blocks {
  width: 770px;
}

.block {
  width: 380px;
  height: 315px;
  float: left;
  background: #000;
  margin: 1px;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.block .task {
  font-size: 12px;
}
.block h3 {
  font-size: 30px;
  font-weight: 200;
  margin: 45px 0 25px 0;
}
.block p {
  font-size: 14px;
  font-weight: 100;
  line-height: 23px;
  margin-bottom: 50px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pabs {
  position: absolute;
}

.prl {
  position: relative;
}

.bdr {
  border: 1px solid #000;
}

.box-shadow {
  box-shadow: 0px 0px 19px 7px rgba(0, 0, 0, 0.05);
}

.width20 {
  width: 1320px !important;
}

.pt0 {
  padding-top: 0;
}

.p0 {
  padding: 0;
}

.tac {
  text-align: center;
}

.clearfix {
  clear: both;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.mtb40 {
  margin: 40px 0;
}

.mt40 {
  margin-top: 40px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.bg40 {
  background-color: rgba(253, 180, 22, 0.5333333333);
}

.myBorder {
  border: 5px solid #fff;
}

.minifont {
  font-size: 15px;
  font-weight: 400;
}

.extended-content-container {
  width: 500%;
  margin-left: -200%;
  padding: 20px 0;
}
.extended-content-container.bg40 {
  background: rgba(215, 68, 68, 0.05);
}
.extended-content-container.bg50 {
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 100%);
}
.extended-content-container.bg60 {
  background: #F7F7F7;
}

.extended-content {
  width: 980px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.extended-content.large {
  width: 1070px;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 10px 0;
}

.split-area {
  clear: both;
}
.split-area .area-left {
  width: 590px;
  float: left;
}
.split-area .area-right {
  width: 308px;
  float: right;
}
.split-area .area-right .anw {
  display: block;
  margin-bottom: 10px;
  width: 180px;
  font-weight: 100;
}
.split-area .area-block {
  margin-bottom: 25px;
}
.split-area .area-list li {
  list-style: disc;
  margin-left: 30px;
  line-height: 30px;
}

.hack-page-wrapper {
  width: 980px;
  margin: 0 auto;
}

.work-page-wrap {
  padding: 50px 0 50px 0;
}
.work-page-wrap li {
  list-style: inside;
  line-height: 35px;
  margin-left: 20px;
  text-indent: -18px;
  padding-left: 20px;
}

.work-page-title-wrap {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0 0;
}

.work-page-main-title {
  font-weight: 500;
  text-align: left;
  font-size: 32px;
  margin-bottom: 20px;
}

.work-page-title {
  font-weight: 300;
  text-align: left;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 60px;
}

.work-page-main-figure {
  margin: 36px 0;
}

.work-page-subtitle {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.work-page-paraheader {
  font-weight: 500;
  margin-bottom: 5px;
}

.work-page-para {
  line-height: 30px;
  font-weight: 100;
}

.footer-large {
  padding: 100px 0;
  margin-bottom: 30px;
}
.footer-large .icon-container {
  float: right;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 20px;
}
.footer-large .icon-container img {
  vertical-align: middle;
}
.footer-large .footer-wrap {
  width: 1280px;
  margin: 0 auto;
}

.contact {
  height: 300px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.contact .contact-wrap {
  width: 1040px;
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 70px;
}
.contact p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

#carousel-container {
  height: 600px;
}

.img-filter {
  filter: gray;
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.76);
}
.img-filter:hover {
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
}

.git-btn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  background: #2da44e;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
}

.git-btn:hover {
  background: #2eab43;
  text-decoration: none;
  color: #FFFFFF;
}

.is-live {
  font-size: 12px;
  vertical-align: middle;
  font-weight: 500;
  color: #fff;
  background: #2da44e;
  padding: 7px;
  margin-left: 20px;
}
.is-live:hover {
  background: #2eab43;
  color: #fff;
}

.is-link {
  border-bottom: 1px dashed #0262d7;
  color: #0262d7;
}

/* Initial styles for the div */
.fade-out-div {
  opacity: 1;
  transition: opacity 1s ease; /* Add a smooth transition effect */
}

/* Styles to make the div fade out when the user scrolls down */
.fade-out-div.fade-out {
  opacity: 0;
}

.page-header2 {
  font-size: 50px;
  font-weight: 600;
  font-family: inter;
  margin: 28px 0 40px 0;
  color: #344054;
}

/* --- CSS for animation and canvas --- */
/* Canvas fixed to back */
#canvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

/* --- END CSS for animation and canvas --- */
/* --- CSS for pages --- */
.mainContainer {
  width: 1040px;
  margin: 0 auto;
}

header {
  display: flex;
  flex-direction: column;
  padding: 15% 0 0 10px;
  pointer-events: none;
  height: 70vh;
  align-items: start;
}

.casesudyWrapper {
  width: 1040px;
  margin: 0 auto;
}
.casesudyWrapper h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #000000;
  margin-bottom: 36px;
}
.casesudyWrapper .casestudyRow {
  display: flex;
  margin-bottom: 46px;
}
.casesudyWrapper .casestudyRow .casestudyBlock {
  width: 480px;
  margin-right: 40px;
}
.casesudyWrapper .casestudyRow .casestudyBlock .caseStudyImageWrap {
  border: 5px solid #fff;
  border-radius: 5px;
}
.casesudyWrapper .casestudyRow .casestudyBlock .caseStudyImageWrap.ai-border {
  background-image: linear-gradient(90deg, #FFABAB, #FFE5A7, #9B94FA, #FFA3F4);
  padding: 3px;
  border-radius: 5px;
  border: 0;
}
.casesudyWrapper .casestudyRow .casestudyBlock .subHeader {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  margin: 30px 0 10px 0;
}
.casesudyWrapper .casestudyRow .casestudyBlock p {
  font-weight: 100;
  font-size: 14px;
  line-height: 21px;
}
.casesudyWrapper .casestudyRow :last-child {
  margin-right: 0;
}

.moreProjects {
  width: 1000px;
}
.moreProjects h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #000000;
  margin-bottom: 10px;
}
.moreProjects .moreProjectsRow {
  line-height: 67px;
  font-weight: 100;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
.moreProjects .moreProjectsRow:last-child {
  border-bottom: none;
}

.footerWrapper {
  line-height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.footerWrapper footer {
  display: flex;
  justify-content: center;
}
.footerWrapper footer .icon-container {
  padding: 20px;
}

.outcomes {
  padding: 30px;
  margin: 40px 20px 20px;
  background: #fbf8ec;
  border-radius: 5px;
}
.outcomes h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.outcomes P {
  line-height: 26px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  header {
    padding: 0 5%;
  }
  section {
    padding: 3rem 5%;
  }
}
html {
  scroll-behavior: smooth;
}

body:not(:has(.page)) {
  background: #fff;
  color: #1A1A18;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  padding-top: 120px;
}

body:not(:has(.page)).bg-white {
  background: #fff;
}

.container-wide {
  max-width: 820px;
  margin: 0 auto;
}

.heroHome {
  max-width: 1030px;
  margin: 0 auto;
}

.hero {
  padding: 80px 0 64px;
  max-width: 820px;
  margin: 0 auto;
}
.hero h1 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(32px, 5vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  max-width: 680px;
}
.hero p {
  font-size: 16px;
  line-height: 1.7;
  color: #3A3A35;
  margin-bottom: 48px;
}
@media (max-width: 680px) {
  .hero {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.breadcrumb {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6B6B64;
  margin-bottom: 28px;
  font-weight: 400;
}

.meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-top: 1px solid #E0DDD5;
  padding-top: 48px;
}

.meta-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B6B64;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.meta-value {
  font-size: 13px;
  color: #1A1A18;
}

.section-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B6B64;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}

.section-divider {
  border: none;
  border-top: 1px solid #E0DDD5;
  margin: 80px 0;
}

.caption {
  text-align: center;
  font-size: 12px;
  color: #6B6B64;
  margin-top: -20px;
  margin-bottom: 48px;
  font-style: italic;
}

.why-section {
  padding: 80px 0;
  max-width: 820px;
  margin: 0 auto;
}
.why-section h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(28px, 4vw, 32px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 56px;
}
@media (max-width: 680px) {
  .why-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media (max-width: 680px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.stat-item {
  padding: 0 40px 0 0;
  border-right: 1px solid #E0DDD5;
  margin-right: 40px;
}
.stat-item:last-child {
  border-right: none;
  margin-right: 0;
}
@media (max-width: 680px) {
  .stat-item {
    border-right: none;
    border-bottom: 1px solid #E0DDD5;
    padding: 0 0 24px;
    margin: 0 0 24px;
  }
  .stat-item:last-child {
    border-bottom: none;
  }
}

.stat-number {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(26px, 5vw, 26px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #1A1A18;
  margin-bottom: 12px;
}

.stat-desc {
  font-size: 14px;
  color: #6B6B64;
  line-height: 1.5;
}

.old-ui {
  display: grid;
  grid-template-columns: 48px 1fr 240px;
  min-height: 340px;
  font-size: 12px;
}
@media (max-width: 680px) {
  .old-ui {
    grid-template-columns: 36px 1fr;
  }
}

.old-sidebar {
  background: #1E2235;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.old-sidebar-icon {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.old-main {
  padding: 20px 24px;
  background: #ffffff;
  border-right: 1px solid #eee;
}

.old-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.old-name {
  font-size: 14px;
  font-weight: 600;
}

.tag-green {
  background: #DCFCE7;
  color: #166534;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
}

.tag-fail {
  background: #FEE2E2;
  color: #991B1B;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 10px;
}

.tag-success {
  background: #DCFCE7;
  color: #166534;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 10px;
}

.tab-row {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.tab {
  padding: 8px 14px;
  font-size: 12px;
  color: #888;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.tab.active {
  color: #3B82F6;
  border-bottom-color: #3B82F6;
  font-weight: 500;
}

.old-status-box {
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.old-status-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.old-status-box p {
  font-size: 12px;
  color: #6B7280;
}

.btn-group {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.btn-sm {
  padding: 6px 12px;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  font-size: 11px;
  background: #ffffff;
  cursor: pointer;
  color: #374151;
}

.attempts-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.attempts-header span {
  font-weight: 600;
  font-size: 13px;
}

.attempt-row {
  padding: 10px 12px;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.attempt-name {
  font-weight: 500;
  font-size: 12px;
}

.attempt-addr {
  font-size: 11px;
  color: #9CA3AF;
}

.old-panel {
  background: #F9FAFB;
  padding: 20px 16px;
  font-size: 11px;
  color: #374151;
}
@media (max-width: 680px) {
  .old-panel {
    display: none;
  }
}

.panel-section {
  margin-bottom: 20px;
}

.panel-title {
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.panel-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.panel-key {
  color: #9CA3AF;
  font-size: 10px;
}

.panel-val {
  font-weight: 500;
  font-size: 11px;
}

.new-ui {
  display: grid;
  grid-template-columns: 200px 1fr 240px;
  min-height: 400px;
  font-size: 12px;
}
@media (max-width: 680px) {
  .new-ui {
    grid-template-columns: 1fr;
  }
}

.new-sidebar {
  background: #ffffff;
  border-right: 1px solid #eee;
  padding: 16px 0;
}
@media (max-width: 680px) {
  .new-sidebar {
    display: none;
  }
}

.new-sidebar-brand {
  padding: 0 16px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.brand-icon {
  width: 20px;
  height: 20px;
  background: #2563EB;
  border-radius: 4px;
  display: inline-block;
}

.new-nav-item {
  padding: 8px 16px;
  font-size: 12px;
  color: #6B7280;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.new-nav-item.active {
  background: #EFF6FF;
  color: #2563EB;
  font-weight: 500;
}
.new-nav-item .icon {
  width: 14px;
  height: 14px;
  background: currentColor;
  border-radius: 2px;
  opacity: 0.5;
}

.create-label {
  font-size: 10px;
  color: #9CA3AF;
  padding: 12px 16px 4px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.new-main {
  padding: 20px 28px;
  background: #ffffff;
  border-right: 1px solid #eee;
}

.new-page-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-btn {
  background: #2563EB;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 8px 12px;
  margin-bottom: 12px;
}

.search-icon {
  width: 12px;
  height: 12px;
  background: #9CA3AF;
  border-radius: 50%;
}

.search-text {
  font-size: 11px;
  color: #9CA3AF;
}

.table-header,
.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 80px 90px;
  padding: 6px 8px;
}

.table-header {
  font-size: 10px;
  color: #9CA3AF;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid #E5E7EB;
}

.table-row {
  padding: 10px 8px;
  border-bottom: 1px solid #F3F4F6;
  align-items: center;
}
.table-row:hover {
  background: #F9FAFB;
}

.serve-name {
  font-weight: 500;
  font-size: 11px;
  color: #2563EB;
}

.firm-name {
  font-size: 11px;
  color: #374151;
}

.addr-text {
  font-size: 10px;
  color: #9CA3AF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.billing {
  font-size: 11px;
  color: #374151;
}

.health-badge {
  padding: 2px 7px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}
.health-badge.health-action {
  background: #FEE2E2;
  color: #B91C1C;
}
.health-badge.health-behind {
  background: #FEF3C7;
  color: #92400E;
}
.health-badge.health-track {
  background: #DCFCE7;
  color: #15803D;
}
.health-badge.health-review {
  background: #EDE9FE;
  color: #5B21B6;
}

.new-right {
  background: #F9FAFB;
  padding: 20px 16px;
  font-size: 11px;
}
@media (max-width: 680px) {
  .new-right {
    display: none;
  }
}

.text-section {
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.text-section p {
  font-size: 16px;
  line-height: 1.75;
  color: #3A3A35;
  margin-bottom: 24px;
}
.text-section h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(28px, 4vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
}
@media (max-width: 680px) {
  .text-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.pull-quote {
  border-left: 3px solid #C8A96E;
  padding: 20px 0 20px 32px;
  margin: 40px 0;
  max-width: 620px;
}
.pull-quote p {
  font-family: "Libre Baskerville", serif;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #1A1A18 !important;
  font-style: italic;
  margin-bottom: 12px !important;
}
.pull-quote cite {
  font-size: 13px;
  color: #6B6B64;
  font-style: normal;
  display: block;
}

.solution-section {
  background: #ffffff;
  border-top: 1px solid #E0DDD5;
  border-bottom: 1px solid #E0DDD5;
  padding: 80px 48px 0 48px;
}
@media (max-width: 680px) {
  .solution-section {
    padding: 60px 24px;
  }
}

.solution-inner {
  max-width: 820px;
  margin: 0 auto;
}
.solution-inner h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(28px, 4vw, 32px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 56px;
}

.solution-item {
  margin-bottom: 36px;
}
.solution-item h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  color: #1A1A18;
}
.solution-item p {
  font-size: 16px;
  line-height: 1.7;
  color: #3A3A35;
  margin-bottom: 28px;
}

.outcomes-section {
  padding: 0 0 80px 0;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .outcomes-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}
@media (max-width: 680px) {
  .outcomes-grid {
    grid-template-columns: 1fr;
  }
}

.outcome-num {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(26px, 5vw, 26px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.outcome-desc {
  font-size: 14px;
  color: #6B6B64;
  line-height: 26px;
}

.vp-quote-wrap {
  background: #ffffff;
  border: 1px solid #E0DDD5;
  border-radius: 8px;
  padding: 32px 36px;
  margin: 40px 0;
}

.vp-quote-text {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.7;
  color: #1A1A18;
  margin-bottom: 16px;
}

.vp-cite {
  font-size: 12px;
  color: #6B6B64;
}

.team-section {
  padding: 0 48px 80px;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .team-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.team-divider {
  border: none;
  border-top: 1px solid #E0DDD5;
  margin-bottom: 32px;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
}
@media (max-width: 680px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.team-name {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 2px;
}

.team-role {
  font-size: 12px;
  color: #6B6B64;
  margin-bottom: 10px;
}

.team-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #3A3A35;
}

.takeaway-section {
  background: #ffffff;
  padding: 100px 48px;
  text-align: center;
}
.takeaway-section .section-label {
  color: #1A1A18;
}
.takeaway-section h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(26px, 5vw, 26px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  max-width: 700px;
  margin: 0 auto;
}

.collab-section {
  padding: 0 0 60px;
  max-width: 820px;
  margin: 0 auto;
}
.collab-section p {
  font-size: 17px;
  line-height: 1.75;
  color: #3A3A35;
}
@media (max-width: 680px) {
  .collab-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.img-placeholder {
  width: 100%;
  background: #E8E6E0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #9B9790;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  position: relative;
  overflow: hidden;
}
.img-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 12px, rgba(0, 0, 0, 0.03) 12px, rgba(0, 0, 0, 0.03) 13px);
}
.img-placeholder svg {
  opacity: 0.35;
  position: relative;
  z-index: 1;
}
.img-placeholder span {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #6B6B64;
}

footer {
  border-top: 1px solid #E0DDD5;
  padding: 32px 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #6B6B64;
}
footer a {
  color: #6B6B64;
  text-decoration: none;
  font-size: 14px !important;
}
footer a:hover {
  color: #1A1A18;
}
@media (max-width: 680px) {
  footer {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}

.footer-links {
  display: flex;
  gap: 24px;
  justify-content: end;
}

.base-navigation {
  max-width: 820px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  line-height: 150px;
}
.base-navigation a {
  color: #6B7280;
}
@media (max-width: 680px) {
  .base-navigation {
    padding: 0 24px;
  }
}

.pill {
  text-align: center;
  color: #404040;
  padding: 4px 10px;
  font-size: 12px;
}

@media (min-width: 681px) and (max-width: 820px) {
  .hero,
  .text-section,
  .why-section,
  .outcomes-section,
  .collab-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.screen-frame iframe {
  width: 100%;
  max-width: 720px;
  height: auto;
  aspect-ratio: 720/564;
}
