:root {
  --bg: #f8f8f5;
  --paper: #ffffff;
  --ink: #0d1438;
  --muted: #707078;
  --line: rgba(13, 20, 56, 0.08);
  --purple: #764cff;
  --blue: #3f75ff;
  --deep: #101536;
  --soft: #f2f2ef;
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

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

button {
  font: inherit;
}

.page-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: calc(100vw / 12) 78px;
  opacity: .4;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 25px 5vw;
  background: rgba(248, 248, 245, .75);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: .35s;
}

.site-header.scrolled {
  border-color: var(--line);
  padding-block: 17px;
}

.brand,
.desktop-nav,
.header-cta,
.header-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.brand-mark {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.desktop-nav {
  gap: 28px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.desktop-nav a {
  opacity: .65;
  transition: .25s;
}

.desktop-nav a:hover {
  opacity: 1;
  color: var(--purple);
}

.header-cta {
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.header-cta span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.header-actions {
  justify-self: end;
  gap: 12px;
}

.theme-toggle {
  position: relative;
  display: grid;
  width: 43px;
  height: 31px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: rgba(255, 255, 255, .38);
  cursor: pointer;
  transition: .25s;
}

.theme-toggle span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--purple), var(--blue));
  box-shadow: 0 0 0 0 rgba(118, 76, 255, .2);
  transform: translateX(-5px);
  transition: .25s;
}

body.theme-dark .theme-toggle {
  background: rgba(255, 255, 255, .08);
}

body.theme-dark .theme-toggle span {
  transform: translateX(5px);
  box-shadow: 0 0 18px rgba(118, 76, 255, .55);
}

.menu-button,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 700px;
  height: 85svh;
  max-height: 1050px;
  padding-top: 85px;
  overflow: hidden;
}

.hero-copy {
  position: absolute;
  z-index: 4;
  top: 31%;
  left: 60%;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.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;
}

.hero-title {
  font-size: 64px;
  line-height: .93;
  letter-spacing: -.09em;
  font-weight: 500;
  text-transform: uppercase;
}

.hero-line {
  display: block;
  overflow: hidden;
  padding-right: .08em;
}

.hero-e-line {
  display: flex;
  align-items: center;
  gap: 24px;
  overflow: visible;
}

.hero-line:nth-child(1) {
  font-weight: 400;
}

.hero-line strong {
  font-weight: 800;
}

em {
  color: transparent;
  background: linear-gradient(100deg, var(--purple), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.hero-intro {
  max-width: 365px;
  margin-top: 25px;
}

.hero-intro strong {
  display: block;
  margin-bottom: 13px;
  font-size: 17px;
}

.hero-intro p,
.section-heading p,
.projects-heading p,
.process-heading p,
.about-content p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.38;
}

.hero-portrait {
  position: absolute;
  left: 8.5%;
  bottom: 10%;
  width: 52%;
  height: 82%;
}

.portrait-backdrop {
  position: absolute;
  inset: 9% 0 0 0;
  border-radius: 48% 48% 0 0 / 25% 25% 0 0;
  background: linear-gradient(145deg, #f0f0f2, #dddfe7);
}

.hero-portrait img {
  position: absolute;
  left: 50%;
  bottom: -6%;
  width: 70%;
  height: 103%;
  object-fit: cover;
  object-position: 50% 8%;
  transform: translateX(-50%);
  filter: saturate(.88);
  mix-blend-mode: multiply;
}

/* .portrait-grid { position:absolute; inset:9% 0 0; border:1px solid rgba(255,255,255,.75); background:linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.76) 50%,transparent 50.2%),linear-gradient(transparent 49.8%, rgba(255,255,255,.76) 50%,transparent 50.2%); } */
.floating-card {
  position: absolute;
  left: 4%;
  bottom: 6%;
  width: 230px;
  padding: 25px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 15px 34px rgba(13, 20, 56, .12);
  backdrop-filter: blur(18px);
}

.floating-card span,
.metric-card span {
  display: block;
  margin-bottom: 12px;
  color: #656574;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.floating-card strong {
  font-size: 14px;
  line-height: 1.22;
}

.primary-button,
.outline-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 190px;
  padding: 16px 23px;
  border-radius: 99px;
  color: white;
  background: linear-gradient(100deg, var(--purple), var(--blue));
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: .3s;
}

.primary-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(88, 82, 255, .26);
}

.hero-button {
  min-width: 190px;
  min-height: 46px;
  padding: 14px 30px;
  font-size: 10px;
  letter-spacing: .02em;
  transform: translateY(-2px);
  pointer-events: auto;
}

.hero-button span {
  font-size: 15px;
}

.orb {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(13, 20, 56, .16);
  border-radius: 50%;
  animation: float 4s ease-in-out infinite;
}

.orb i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(var(--purple), var(--blue));
}

.orb-top {
  right: 20px;
  top: 29%;
}

.orb-bottom {
  left: 62%;
  bottom: 15%;
  animation-delay: -2s;
}

.scroll-note {
  position: absolute;
  right: 4%;
  bottom: 9%;
  color: #555566;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.scroll-note span {
  display: inline-block;
  margin-left: 10px;
  animation: bounce 1.3s infinite;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(30px);
  opacity: .24;
}

.glow-a {
  width: 280px;
  height: 280px;
  right: 9%;
  top: 13%;
  background: #c8b3ff;
}

.glow-b {
  width: 250px;
  height: 250px;
  left: -6%;
  top: 7%;
  background: #b79aff;
}

.skills-ticker {
  overflow: hidden;
  padding: 20px 0;
  background: rgba(245, 245, 242, .92);
  border-block: 1px solid var(--line);
  white-space: nowrap;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 28s linear infinite;
  will-change: transform;
}

.ticker-group {
  display: flex;
  flex-shrink: 0;
  gap: 44px;
  padding-right: 44px;
}

.ticker-group span {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: lowercase;
}

.ticker-group span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 11px;
  border-radius: 50%;
  background: linear-gradient(var(--purple), var(--blue));
}

.section {
  position: relative;
  padding: 115px 9vw;
}

.experience {
  min-height: 850px;
  background: rgba(232, 232, 226, 0.4);
}

.section-heading {
  width: 475px;
  margin: 0 auto 55px;
}

.eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(48px, 5.3vw, 62px);
  line-height: .91;
  letter-spacing: -.09em;
  text-transform: uppercase;
  font-weight: 500;
}

h2 strong {
  font-weight: 800;
}

h2 em {
  color: #77738a;
  background: none;
  font-weight: 700;
}

.section-heading p {
  width: 285px;
  margin: 25px 0 0 180px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 25px;
  max-width: 1180px;
  margin: auto;
}

.metric-card {
  min-height: 290px;
  padding: 45px 38px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 15px 25px rgba(13, 20, 56, .08);
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
}

.metric-card:nth-child(even) {
  margin-top: 95px;
}

.metric-card strong {
  display: block;
  margin-bottom: 22px;
  font-size: 61px;
  letter-spacing: -.08em;
}

.metric-card p {
  max-width: 170px;
  color: #50505d;
  font-size: 15px;
  line-height: 1.25;
}

.client-strip {
  overflow: hidden;
  padding: 22px 0;
  border-block: 1px solid var(--line);
  background: rgba(248, 248, 245, .95);
}

.client-track {
  display: flex;
  width: max-content;
  padding-left: 66px;
  animation: ticker 32s linear infinite;
  will-change: transform;
}

.client-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 66px;
  padding-right: 66px;
}

.client-group img {
  display: block;
  width: auto;
  max-width: 130px;
  height: 34px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .62;
  transition: opacity .25s, filter .25s, transform .25s;
}

.client-strip:hover .client-track {
  animation-play-state: paused;
}

.client-group img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}

.projects {
  padding-top: 150px;
  background: rgba(255, 255, 255, .8);
}

.oversized-word {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  color: transparent;
  background: linear-gradient(180deg,
      rgba(13, 20, 56, .075) 0%,
      rgba(13, 20, 56, .045) 45%,
      rgba(13, 20, 56, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(92px, 15vw, 210px);
  font-weight: 800;
  letter-spacing: -.125em;
  line-height: .78;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.projects-heading,
.process-heading {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 55px;
}

.projects-heading p {
  width: 305px;
  margin-bottom: 10px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

.project-card {
  display: block;
  padding: 24px;
  border-radius: 16px;
  background: #fbfbfa;
  transition: transform .4s, box-shadow .4s !important;
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 40px rgba(13, 20, 56, .09);
}

.project-meta {
  display: flex;
  justify-content: space-between;
  color: var(--purple);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-meta i {
  display: grid;
  width: 39px;
  height: 39px;
  margin-top: -9px;
  place-items: center;
  border: 1px solid rgba(13, 20, 56, .17);
  border-radius: 50%;
  font-style: normal;
  transition: .3s;
}

.project-card:hover .project-meta i {
  color: #fff;
  border-color: var(--purple);
  background: var(--purple);
  transform: rotate(45deg);
}

.project-card h3 {
  margin: 15px 0 18px;
  font-size: 22px;
  letter-spacing: -.07em;
}

.project-card p {
  min-height: 38px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 25px;
}

.tags span {
  padding: 7px 18px;
  border: 1px solid var(--line);
  border-radius: 99px;
  color: #262942;
  font-size: 11px;
  font-weight: 700;
}

.project-card img {
  width: 100%;
  height: 348px;
  border-radius: 12px;
  object-fit: cover;
}

.project-wide {
  grid-column: span 2;
}

.project-wide img {
  height: 450px;
  object-position: center 42%;
}

.about {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 42px;
  min-height: 570px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  background-color: #fff;
}

.about-background-word {
  position: absolute;
  top: 35px;
  left: 15%;
  right: 7%;
  z-index: 0;
  overflow: hidden;
  color: transparent;
  background: linear-gradient(180deg,
      rgba(13, 20, 56, .075) 0%,
      rgba(13, 20, 56, .035) 58%,
      rgba(13, 20, 56, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(96px, 14vw, 190px);
  font-weight: 800;
  letter-spacing: -.12em;
  line-height: .8;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.about-content,
.about-photo {
  position: relative;
  z-index: 1;
}

.about-content p {
  max-width: 610px;
  margin-top: 16px;
  color: #737386;
  font-size: 13px;
  line-height: 1.25;
}

.about-content h2 {
  font-size: clamp(46px, 4.8vw, 62px);
  line-height: .94;
}

.about-content h2 em {
  color: #77738a;
  background: none;
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 35px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.about-photo {
  height: 410px;
  overflow: visible;
  border-radius: 14px;
  background: #ececed;
}

.about-photo>img:first-child {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(.86);
  mix-blend-mode: multiply;
}

.about-since {
  position: absolute;
  right: -20px;
  bottom: -28px;
  z-index: 2;
  width: 78px;
  height: 78px;
  object-fit: contain;
  animation: aboutSpin 24s linear infinite;
}

.process {
  color: white;
  background: var(--deep);
  overflow: hidden;
}

.process .oversized-word {
  top: 52px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, .075) 0%,
      rgba(255, 255, 255, .04) 45%,
      rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.process-heading {
  align-items: center;
  margin-top: 20px;
}

.process-heading p {
  width: 48%;
  color: rgba(255, 255, 255, .78);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.process-card {
  min-height: 220px;
  padding: 27px;
  border-radius: 13px;
  background: rgba(3, 7, 35, .38);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
}

.process-card span {
  color: var(--purple);
  font-size: 23px;
  font-weight: 700;
}

.process-card h3 {
  margin: 58px 0 10px;
  font-size: 21px;
  letter-spacing: -.06em;
}

.process-card p {
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.28;
}

.feedbacks {
  min-height: 980px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.feedbacks .oversized-word {
  top: 50px;
  left: 12%;
  right: 4%;
  width: auto;
  text-align: center;
}

.feedback-title {
  position: relative;
  z-index: 1;
  width: 48%;
}

.feedback-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 47%;
  margin: -35px 0 0 auto;
  padding-right: 3%;
}

.feedback-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feedback-column-left {
  padding-top: 38px;
}

.feedback-placeholder {
  min-height: 112px;
  border-radius: 15px;
  background: linear-gradient(180deg, #f7f7f6, #f2f2f1);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
}

.feedback-placeholder-tall {
  min-height: 210px;
}

.feedback-placeholder-short {
  min-height: 90px;
}

.feedback-card {
  min-height: 300px;
  margin: 0;
  background: #fff;
  padding: 28px 25px 24px;
  border-radius: 15px;
  box-shadow: 0 3px 16px rgba(13, 20, 56, .09);
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feedback-card p {
  color: #4c4e5c;
  font-size: 14px;
  line-height: 1.4;
}

.feedback-card footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 54px;
  font-size: 11px;
  text-transform: uppercase;
}

.feedback-card footer i {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--purple), var(--blue));
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  overflow: hidden;
}

.feedback-card footer i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feedback-card footer span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.feedback-card footer strong {
  font-size: 10px;
}

.feedback-card footer small {
  color: #777;
  font-size: 8px;
  text-transform: none;
}

.contact {
  display: grid;
  grid-template-columns: 1.4fr .55fr .5fr .6fr;
  gap: 50px;
  min-height: 420px;
  padding-bottom: 200px;
  border-top: 1px solid var(--line);
  background: white;
  overflow: hidden;
}

.contact-title h2 {
  font-size: 67px;
}

.contact-title p {
  max-width: 490px;
  margin-top: 11px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.3;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 48px;
  font-size: 12px;
}

.contact-block strong {
  margin-bottom: 5px;
  font-size: 11px;
  text-transform: uppercase;
}

.contact-block a {
  color: #62636c;
}

.contact-block a:hover {
  color: var(--purple);
}

.social-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 35px;
}

.social-block .primary-button,
.outline-button {
  min-width: 145px;
  padding: 14px 18px;
}

.outline-button {
  color: var(--ink);
  border: 1px solid var(--purple);
  background: white;
}

.social-circles {
  display: flex;
  gap: 9px;
}

.social-circles a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--ink);
  border: 1px solid var(--purple);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

.social-circles a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.social-circles a[aria-label="Behance"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.7 11.1s2-.15 2-2.48C10.7 6.3 9.06 5 6.98 5H0v14h7.15s4.05.13 4.05-4.13c0 0 .18-3.77-2.5-3.77ZM3.08 7.49h3.9s.93 0 .93 1.35c0 1.36-.55 1.56-1.18 1.56H3.08V7.49Zm3.9 9.03h-3.9v-3.74h4.07s1.39-.02 1.39 1.92c0 1.64-1.04 1.82-1.56 1.82ZM17.45 8.55c-5.36 0-5.35 5.35-5.35 5.35s-.37 5.32 5.35 5.32c0 0 4.77.27 4.77-3.7h-2.45s.08 1.5-2.24 1.5c0 0-2.45.17-2.45-2.42h7.22s.79-6.05-4.85-6.05Zm-2.4 4.2s.3-2.15 2.45-2.15 2.12 2.15 2.12 2.15h-4.57ZM14.3 5.7h6.1v1.82h-6.1V5.7Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.7 11.1s2-.15 2-2.48C10.7 6.3 9.06 5 6.98 5H0v14h7.15s4.05.13 4.05-4.13c0 0 .18-3.77-2.5-3.77ZM3.08 7.49h3.9s.93 0 .93 1.35c0 1.36-.55 1.56-1.18 1.56H3.08V7.49Zm3.9 9.03h-3.9v-3.74h4.07s1.39-.02 1.39 1.92c0 1.64-1.04 1.82-1.56 1.82ZM17.45 8.55c-5.36 0-5.35 5.35-5.35 5.35s-.37 5.32 5.35 5.32c0 0 4.77.27 4.77-3.7h-2.45s.08 1.5-2.24 1.5c0 0-2.45.17-2.45-2.42h7.22s.79-6.05-4.85-6.05Zm-2.4 4.2s.3-2.15 2.45-2.15 2.12 2.15 2.12 2.15h-4.57ZM14.3 5.7h6.1v1.82h-6.1V5.7Z'/%3E%3C/svg%3E");
}

.social-circles a[aria-label="WhatsApp"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2a9.84 9.84 0 0 0-8.46 14.86L2 22l5.28-1.54A9.97 9.97 0 1 0 12.04 2Zm0 17.95a8.1 8.1 0 0 1-4.13-1.13l-.3-.18-3.13.91.94-3.05-.2-.31A8.1 8.1 0 1 1 12.04 19.95Zm4.45-6.07c-.24-.12-1.44-.71-1.66-.79-.22-.08-.38-.12-.55.12-.16.25-.63.79-.77.95-.14.16-.28.18-.52.06-.25-.12-1.03-.38-1.97-1.22a7.4 7.4 0 0 1-1.36-1.69c-.14-.24-.02-.37.1-.49.11-.11.25-.28.37-.43.12-.14.16-.24.24-.4.08-.17.04-.31-.02-.43-.06-.12-.55-1.32-.75-1.81-.2-.48-.4-.41-.55-.42h-.46c-.16 0-.42.06-.65.3-.22.25-.85.84-.85 2.04s.87 2.36 1 2.52c.12.16 1.72 2.63 4.17 3.68.58.25 1.04.4 1.39.52.58.19 1.11.16 1.53.1.47-.07 1.44-.59 1.64-1.16.2-.57.2-1.06.14-1.16-.06-.1-.22-.16-.46-.28Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2a9.84 9.84 0 0 0-8.46 14.86L2 22l5.28-1.54A9.97 9.97 0 1 0 12.04 2Zm0 17.95a8.1 8.1 0 0 1-4.13-1.13l-.3-.18-3.13.91.94-3.05-.2-.31A8.1 8.1 0 1 1 12.04 19.95Zm4.45-6.07c-.24-.12-1.44-.71-1.66-.79-.22-.08-.38-.12-.55.12-.16.25-.63.79-.77.95-.14.16-.28.18-.52.06-.25-.12-1.03-.38-1.97-1.22a7.4 7.4 0 0 1-1.36-1.69c-.14-.24-.02-.37.1-.49.11-.11.25-.28.37-.43.12-.14.16-.24.24-.4.08-.17.04-.31-.02-.43-.06-.12-.55-1.32-.75-1.81-.2-.48-.4-.41-.55-.42h-.46c-.16 0-.42.06-.65.3-.22.25-.85.84-.85 2.04s.87 2.36 1 2.52c.12.16 1.72 2.63 4.17 3.68.58.25 1.04.4 1.39.52.58.19 1.11.16 1.53.1.47-.07 1.44-.59 1.64-1.16.2-.57.2-1.06.14-1.16-.06-.1-.22-.16-.46-.28Z'/%3E%3C/svg%3E");
}

.social-circles a[aria-label="LinkedIn"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.5 8.4H3.2V19h3.3V8.4ZM4.85 3A1.92 1.92 0 1 0 4.85 6.84 1.92 1.92 0 0 0 4.85 3ZM19 12.9c0-3.2-1.7-4.69-4-4.69a3.46 3.46 0 0 0-3.14 1.73V8.4H8.55V19h3.31v-5.25c0-1.38.26-2.72 1.98-2.72 1.69 0 1.71 1.58 1.71 2.81V19H19v-6.1Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.5 8.4H3.2V19h3.3V8.4ZM4.85 3A1.92 1.92 0 1 0 4.85 6.84 1.92 1.92 0 0 0 4.85 3ZM19 12.9c0-3.2-1.7-4.69-4-4.69a3.46 3.46 0 0 0-3.14 1.73V8.4H8.55V19h3.31v-5.25c0-1.38.26-2.72 1.98-2.72 1.69 0 1.71 1.58 1.71 2.81V19H19v-6.1Z'/%3E%3C/svg%3E");
}

.footer-name {
  position: absolute;
  bottom: -42px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  left: 0px;
  right: 0px;
  width: 100%;
  color: transparent;
  font-size: clamp(92px, 15vw, 210px);
  letter-spacing: -0.125em;
  line-height: 0.78;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
  background: linear-gradient(rgba(13, 20, 56, 0.075) 0%, rgba(13, 20, 56, 0.043) 45%, rgba(13, 20, 56, 0) 100%) text;
  white-space: nowrap;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s cubic-bezier(.2, .8, .2, 1), transform .8s cubic-bezier(.2, .8, .2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@keyframes float {
  50% {
    transform: translateY(-14px);
  }
}

@keyframes bounce {
  50% {
    transform: translateY(7px);
  }
}

@keyframes aboutSpin {
  to {
    transform: rotate(360deg);
  }
}

body.theme-dark {
  --bg: #070914;
  --paper: #11162b;
  --ink: #f5f6ff;
  --muted: #a6abc3;
  --line: rgba(255, 255, 255, .09);
  --soft: #101528;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(118, 76, 255, .18), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(63, 117, 255, .15), transparent 28%),
    #070914;
}

body.theme-dark .site-header {
  background: rgba(7, 9, 20, .76);
}

body.theme-dark .mobile-menu {
  background: rgba(7, 9, 20, .98);
}

body.theme-dark .menu-button span {
  background: var(--ink);
}

body.theme-dark .hero-portrait img {
  mix-blend-mode: normal;
  filter: saturate(.94) contrast(1.02);
}

body.theme-dark .floating-card,
body.theme-dark .metric-card,
body.theme-dark .project-card,
body.theme-dark .feedback-card {
  background: rgba(17, 22, 43, .86);
  box-shadow: 0 20px 42px rgba(0, 0, 0, .28);
}

body.theme-dark .floating-card span,
body.theme-dark .metric-card span,
body.theme-dark .project-meta,
body.theme-dark .feedback-card p,
body.theme-dark .feedback-card footer small {
  color: var(--muted);
}

body.theme-dark .skills-ticker,
body.theme-dark .client-strip {
  background: rgba(10, 13, 28, .92);
}

body.theme-dark .experience,
body.theme-dark .projects,
body.theme-dark .about,
body.theme-dark .feedbacks {
  background: rgba(7, 9, 20, .68);
}

body.theme-dark .project-card {
  border: 1px solid rgba(255, 255, 255, .07);
}

body.theme-dark .project-card:hover {
  box-shadow: 0 24px 44px rgba(0, 0, 0, .36);
}

body.theme-dark .project-link {
  border-color: rgba(255, 255, 255, .16);
  color: var(--ink);
}

body.theme-dark .project-link:hover {
  border-color: var(--purple);
}

body.theme-dark .about {
  background: #090c19;
}

body.theme-dark .about-photo img {
  filter: saturate(.96) contrast(1.03);
}

body.theme-dark .process {
  background: var(--deep);
}

body.theme-dark .process-card {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .08);
}

body.theme-dark .feedback-placeholder {
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025));
}

body.theme-dark .contact {
  background: #080b17;
}

body.theme-dark .outline-button {
  color: var(--ink);
  background: transparent;
}

body.theme-dark .social-circles a {
  color: var(--ink);
}

body.theme-dark .footer-name,
body.theme-dark .oversized-word {
  color: rgba(255, 255, 255, .045);
}

body.theme-dark .projects .oversized-word,
body.theme-dark .about .oversized-word,
body.theme-dark .feedbacks .oversized-word {
  background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  background-clip: text;
}

@media(max-width:900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 18px 20px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .header-actions {
    gap: 12px;
  }

  .menu-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px 0 8px 10px;
    border: 0;
    background: none;
  }

  .menu-button span {
    width: 22px;
    height: 2px;
    background: var(--ink);
    transition: .25s;
  }

  .menu-button.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
  }

  .menu-button.active span:nth-child(2) {
    opacity: 0
  }

  .menu-button.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
  }

  .mobile-menu {
    position: fixed;
    inset: 65px 0 auto;
    z-index: 19;
    display: flex;
    max-height: 0;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    background: rgba(248, 248, 245, .98);
    transition: .35s;
  }

  .mobile-menu.open {
    max-height: 340px;
    padding: 10px 20px 20px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu a {
    padding: 13px 0;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .hero {
    display: flex;
    min-height: auto;
    height: auto;
    flex-direction: column;
    gap: 24px;
    max-height: 700px;
    padding: 92px 20px 38px;
    overflow: hidden;
  }

  .hero-copy {
    position: relative;
    z-index: 6;
    top: auto;
    left: auto;
    order: 1;
  }

  .hero-title {
    font-size: clamp(42px, 10.4vw, 58px);
    line-height: .94;
    letter-spacing: -.085em;
  }

  .hero-e-line {
    gap: 12px;
  }

  .hero-intro {
    max-width: 340px;
    margin-top: 20px;
  }

  .hero-intro strong {
    margin-bottom: 9px;
    font-size: 16px;
  }

  .hero-intro p {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.42;
  }

  .hero-portrait {
    position: relative;
    left: auto;
    bottom: auto;
    order: 2;
    width: 100%;
    height: 700px;
    margin-top: 0;
    opacity: 1;
  }

  .hero-portrait img {
    left: 50%;
    bottom: 0;
    width: min(60%, 350px);
    height: 100%;
    object-position: 50% 0;
    transform: translateX(-50%);
  }

  .hero-button {
    min-width: 150px;
    min-height: 40px;
    padding: 11px 20px;
    font-size: 9px;
    transform: translateY(-1px);
  }

  .floating-card {
    left: 50%;
    bottom: 24px;
    width: min(150px, calc(100vw - 72px));
    padding: 22px 24px;
    transform: translateX(-50%);
    display: none;
  }

  .floating-card strong {
    font-size: 16px;
  }

  .orb {
    display: none;
  }

  .orb-bottom {
    left: auto;
    right: 20px;
    bottom: 18%;
  }

  .scroll-note {
    position: relative;
    order: 3;
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
    align-self: flex-end;
    /* margin-top: -10px; */
  }

  .section {
    padding: 80px 20px;
  }

  .experience {
    min-height: auto;
  }

  .section-heading {
    width: auto;
    margin: 0 0 40px;
  }

  .section-heading p {
    width: auto;
    max-width: 300px;
    margin: 20px 0 0;
  }

  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }

  .metric-card,
  .metric-card:nth-child(even) {
    min-height: 220px;
    margin: 0;
    padding: 28px 20px;
  }

  .metric-card strong {
    font-size: 48px;
  }

  .metric-card p {
    font-size: 13px;
  }

  .client-strip {
    padding: 18px 0;
  }

  .client-group {
    gap: 42px;
    padding-right: 42px;
  }

  .client-group img {
    max-width: 112px;
    height: 28px;
  }

  .oversized-word {
    top: 28px;
    left: 0;
    right: 0;
    font-size: clamp(76px, 28vw, 120px);
    text-align: center;
  }

  .projects {
    padding-top: 105px;
  }

  .projects-heading,
  .process-heading {
    display: block;
  }

  .projects-heading p,
  .process-heading p {
    width: auto;
    max-width: 360px;
    margin-top: 20px;
  }

  .projects-grid {
    display: block;
  }

  .project-card {
    margin-bottom: 16px;
    padding: 20px;
  }

  .project-card h3 {
    font-size: 20px;
  }

  .project-card img,
  .project-wide img {
    height: 220px;
  }

  .about {
    display: block;
    min-height: auto;
    padding-top: 105px;
    padding-bottom: 80px;
  }

  .about-background-word {
    top: 42px;
    left: 0;
    right: 0;
    font-size: clamp(78px, 28vw, 120px);
  }

  .about-photo {
    height: 350px;
    margin: 0 0 55px;
  }

  .about-since {
    right: 14px;
    bottom: -34px;
    width: 72px;
    height: 72px;
  }

  .about-content h2 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .process-card {
    min-height: 205px;
    padding: 20px;
  }

  .process-card h3 {
    margin-top: 42px;
  }

  .feedbacks {
    min-height: auto;
    padding-bottom: 80px;
  }

  .feedback-title {
    width: auto;
  }

  .feedback-grid {
    display: block;
    width: auto;
    margin-top: 38px;
    padding-right: 0;
  }

  .feedback-column {
    display: block;
    padding-top: 0;
  }

  .feedback-placeholder {
    display: none;
  }

  .feedback-card {
    min-height: 205px;
    margin: 0 0 14px;
    padding: 26px 24px;
  }

  .feedback-card footer {
    margin-top: 35px;
  }

  .contact {
    display: block;
    min-height: 680px;
  }

  .contact-block,
  .social-block {
    padding-top: 30px;
  }

  .contact-title h2 {
    font-size: 62px;
  }

  .footer-name {
    bottom: -6px;
    font-size: 62px;
  }
}

@media(prefers-reduced-motion:reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}