.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS for page-settings *//* ===== CUSTOM CURSOR ===== */
#cursor {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: white;
  mix-blend-mode: difference;
  border: 1px solid black;
  transform: translate(-50%, -50%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, left, top;
}
#cursor.hover {
  transform: translate(-50%, -50%) scale(2.5);
}
a, button, .button, [role="button"], .sd-project-item { cursor: none; }

/* ===== HEADER ===== */
.xpro-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  mix-blend-mode: difference;
  color: white;
}
.xpro-header-wrap .elementor, .xpro-header-wrap .elementor-element {
  pointer-events: none;
}
.menu-toggle-xpro {
  pointer-events: auto;
}

/* ===== HERO ===== */
.hero-title-split {
  font-size: 12vw;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.9;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-line-split {
  overflow: hidden;
  display: block;
}
.hero-line-split .letter {
  display: inline-block;
  transform: translateY(100%);
  animation: revealUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.hero-line-split:nth-child(1) .letter:nth-child(1) { animation-delay: 0s; }
.hero-line-split:nth-child(1) .letter:nth-child(2) { animation-delay: 0.05s; }
.hero-line-split:nth-child(1) .letter:nth-child(3) { animation-delay: 0.1s; }
.hero-line-split:nth-child(1) .letter:nth-child(4) { animation-delay: 0.15s; }
.hero-line-split:nth-child(1) .letter:nth-child(5) { animation-delay: 0.2s; }
.hero-line-split:nth-child(1) .letter:nth-child(6) { animation-delay: 0.25s; }
.hero-line-split:nth-child(2) .letter:nth-child(1) { animation-delay: 0.3s; }
.hero-line-split:nth-child(2) .letter:nth-child(2) { animation-delay: 0.35s; }
.hero-line-split:nth-child(2) .letter:nth-child(3) { animation-delay: 0.4s; }
.hero-line-split:nth-child(2) .letter:nth-child(4) { animation-delay: 0.45s; }
.hero-line-split:nth-child(2) .letter:nth-child(5) { animation-delay: 0.5s; }
.hero-line-split:nth-child(2) .letter:nth-child(6) { animation-delay: 0.55s; }
@keyframes revealUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0%); }
}
@keyframes fadeIn {
  to { opacity: 1; }
}
.hero-sub-fade {
  opacity: 0;
  animation: fadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
}

/* ===== MARQUEE ===== */
.marquee-wrap {
  width: 100%;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
}
.marquee-wrap:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.marquee-group {
  display: flex;
  gap: 24px;
}
.marquee-card {
  aspect-ratio: 5/7;
  width: 280px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.marquee-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.marquee-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.marquee-card.card-a { border-top-left-radius: 100px; }
.marquee-card.card-b { border-top-right-radius: 100px; border-bottom-left-radius: 40px; }
.marquee-card.card-c { border-radius: 40px; }

/* ===== STATEMENT ===== */
.sd-statement p {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5;
  color: #525252;
}
@media (max-width:768px){
  .sd-statement p { font-size: 22px; }
}

/* ===== PROJECTS ===== */
.sd-project-item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.sd-project-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
}
.sd-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 4px;
}
.sd-project-item:hover .sd-project-image img {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.sd-project-overlay {
  position: absolute;
  inset: 0;
  background: #000000;
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: 2;
}
.sd-project-item:hover .sd-project-overlay {
  opacity: 0.1;
}
.sd-project-arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  color: white;
  opacity: 0;
  transform: translate(-8px, 8px);
  transition: opacity 500ms cubic-bezier(0.16, 1, 0.3, 1), transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: 3;
}
.sd-project-item:hover .sd-project-arrow {
  opacity: 1;
  transform: translate(0, 0);
}
.sd-project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.sd-project-meta .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.9;
}
.sd-project-meta .meta-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sd-project-meta .meta-right .cat,
.sd-project-meta .meta-right .year {
  font-size: 14px;
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #737373;
}

/* ===== FOOTER ===== */
.sd-footer {
  background-color: #0A0A0A;
  color: #FFFFFF;
}
.sd-footer a { color: #FFFFFF; text-decoration: none; }
.sd-footer a:hover { opacity: 0.6; }
.sd-footer .footer-logo {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.sd-footer .footer-bio {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5;
  color: rgba(255,255,255,0.7);
  max-width: 320px;
}
.sd-footer .footer-heading {
  font-size: 14px;
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  color: rgba(255,255,255,0.5);
}
.sd-footer .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sd-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 14px;
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5);
}

/* ===== MISC ===== */
::selection { background: #000000; color: #FFFFFF; }
body {
  font-family: "Inter", sans-serif;
  background-color: #FFFFFF;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: none;
}
*:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero-title-split { font-size: 20vw; }
  .marquee-card { width: 200px; }
  .sd-project-meta .title { font-size: 20px; }
}/* End custom CSS */