/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 1px;
    --text-base: 1rem;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-lg: 14px;
    --radius-xl: 20px;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-display: 'Figtree', sans-serif;
    --color-gold: #EDA800;
    --color-bg-dark: #0e0e0e;
    --color-card-dark: #0e0f11;
    --text-13: 13px;
    --leading-title: 1.2;
    --aspect-card: 4/3;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .resize {
    resize: both;
  }
  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
  .pb-56 {
    padding-bottom: calc(var(--spacing) * 56);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .md\:px-40 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 40);
    }
  }
  .md\:pb-96 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 96);
    }
  }
  .xl\:px-64 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 64);
    }
  }
  .xl\:pb-128 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 128);
    }
  }
  .\32 xl\:px-96 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 96);
    }
  }
}
body {
  background-color: var(--color-bg-dark);
  color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button {
  cursor: pointer;
}
.chip-container {
  position: absolute;
  top: calc(var(--spacing) * -2);
  right: 0;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  border-bottom-left-radius: var(--radius-xl);
  background-color: var(--color-card-dark);
  @media (width < 769px) {
    display: none;
  }
  gap: 7px;
  padding: 7px 15px 15px;
}
.chip-container::before, .chip-container::after {
  pointer-events: none;
  position: absolute;
  height: calc(var(--spacing) * 40);
  width: calc(var(--spacing) * 20);
  border-top-right-radius: var(--radius-xl);
  background-color: transparent;
  content: "";
}
.chip-container::before {
  right: 0;
  bottom: calc(var(--spacing) * -40);
  box-shadow: 0px -17px 0 0 #0e0f11;
}
.chip-container::after {
  top: 1px;
  left: calc(var(--spacing) * -20);
  box-shadow: 0 -18px 0 0 #0e0f11;
}
.chip-span {
  display: inline-block;
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gold);
  background-color: transparent;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-gold);
  @media (width >= 769px) {
    @media (width < 1200px) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  @media (width >= 769px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  @media (width >= 769px) {
    @media (width < 1200px) {
      font-size: var(--text-13);
    }
  }
  padding: 9px 18px;
  font-size: 15px;
}
.portfolio-header-sticky {
  position: sticky;
  top: 0;
  z-index: 50;
  margin-bottom: calc(var(--spacing) * 60);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in srgb, #fff 7%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-white) 7%, transparent);
  }
  padding-inline: calc(var(--spacing) * 20);
  padding-top: calc(var(--spacing) * 24);
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 40);
  }
  @media (width >= 80rem) {
    padding-inline: calc(var(--spacing) * 64);
  }
  @media (width >= 96rem) {
    padding-inline: calc(var(--spacing) * 96);
  }
  transition: background 400ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 500ms cubic-bezier(0.16, 1, 0.3, 1);
}
.portfolio-header-sticky::after {
  pointer-events: none;
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 1px;
  opacity: 0%;
  content: '';
  background: linear-gradient(90deg, transparent 0%, rgba(237, 168, 0, 0.2) 20%, rgba(237, 168, 0, 0.55) 50%, rgba(237, 168, 0, 0.2) 80%, transparent 100%);
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1) 100ms;
}
.portfolio-header-sticky.is-scrolled {
  background: rgba(14, 14, 14, 0.76);
  backdrop-filter: blur(24px) saturate(150%) brightness(60%);
  -webkit-backdrop-filter: blur(24px) saturate(150%) brightness(60%);
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.65), 0 8px 20px -4px rgba(237, 168, 0, 0.05);
}
.portfolio-header-sticky.is-scrolled::after {
  opacity: 100%;
}
.portfolio-header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(var(--spacing) * 32);
  @media (width < 769px) {
    gap: calc(var(--spacing) * 12);
  }
}
.portfolio-header-left {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  width: -webkit-fill-available;
}
.portfolio-title-wrap {
  overflow: hidden;
  padding-bottom: 18px;
}
.hidden {
  display: none !important;
}
.portfolio-title {
  flex-shrink: 0;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  white-space: nowrap;
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  letter-spacing: -0.02em;
}
.filter-chips {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 10);
  overflow-x: auto;
  padding-bottom: calc(var(--spacing) * 16);
  @media (width < 769px) {
    width: 100%;
  }
  @media (width < 769px) {
    gap: calc(var(--spacing) * 8);
  }
  overflow-y: hidden;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.filter-chips::-webkit-scrollbar {
  display: none;
}
.filter-chip {
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gold);
  background-color: transparent;
  white-space: nowrap;
  color: var(--color-gold);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-gold);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-bg-dark);
    }
  }
  padding: 7px 18px;
  font-size: 13px;
  line-height: 1;
}
.filter-chip.active {
  border-color: var(--color-gold);
  background-color: var(--color-gold);
  color: var(--color-bg-dark);
}
.portfolio-contact {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--spacing) * 28);
  @media (width < 769px) {
    margin-top: calc(var(--spacing) * 7);
  }
  @media (width < 769px) {
    gap: calc(var(--spacing) * 16);
  }
}
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: calc(var(--spacing) * 8);
  color: var(--color-white);
  text-decoration-line: none;
  font-size: 15px;
  line-height: 29px;
  background-image: linear-gradient(#EDA800, #EDA800);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 500ms cubic-bezier(0, 0, 0.2, 1);
}
.contact-link:hover {
  color: var(--color-gold);
  background-size: 100% 1px;
}
.contact-link svg {
  flex-shrink: 0;
  opacity: 70%;
}
.contact-link-text {
  @media (width < 769px) {
    display: none;
  }
}
.mb-gap {
  margin-top: calc(var(--spacing) * 60);
  @media (width < 769px) {
    margin-top: calc(var(--spacing) * 32);
  }
}
.project-img {
  display: block;
  aspect-ratio: var(--aspect-card);
  width: 100%;
  border-radius: var(--radius-xl);
  object-fit: cover;
  @media (width < 769px) {
    border-radius: var(--radius-lg);
  }
}
.tp--hover-img {
  position: relative;
  display: block;
  width: 100%;
}
.tp--hover-img > canvas {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}
.tp--hover-item {
  position: relative;
  cursor: none;
  overflow: hidden;
  border-radius: var(--radius-xl);
  margin-bottom: 25px;
}
.project-meta {
  margin-bottom: calc(var(--spacing) * 12);
  color: var(--color-white);
  @media (width >= 769px) {
    display: none;
  }
  font-size: var(--text-base);
}
.project-meta span + span::before {
  content: "•";
  margin-inline: 6px;
  color: var(--color-white);
}
.project-title {
  --tw-leading: var(--leading-title);
  line-height: var(--leading-title);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 2rem);
}
.project-title a {
  color: var(--color-white);
  background-image: linear-gradient(#EDA800, #EDA800);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  text-decoration-line: none;
  transition-property: background-size;
  transition-timing-function: var(--ease-out);
  transition-duration: 500ms;
}
.project-title a:hover {
  color: var(--color-gold);
  background-size: 100% 1px;
}
.projects-outer {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--spacing) * 72);
  @media (width < 769px) {
    flex-direction: column;
  }
  @media (width < 769px) {
    gap: calc(var(--spacing) * 48);
  }
  @media (width >= 769px) {
    @media (width < 1200px) {
      gap: calc(var(--spacing) * 36);
    }
  }
}
.projects-col {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: calc(var(--spacing) * 80);
  @media (width < 769px) {
    gap: calc(var(--spacing) * 48);
  }
  @media (width >= 769px) {
    @media (width < 1200px) {
      gap: calc(var(--spacing) * 56);
    }
  }
}
.projects-col-right {
  margin-top: calc(var(--spacing) * 200);
  @media (width < 769px) {
    margin-top: 0;
  }
  @media (width >= 769px) {
    @media (width < 1200px) {
      margin-top: calc(var(--spacing) * 120);
    }
  }
}
.project-card {
  position: relative;
  width: 100%;
}
.custom-cursor {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  height: calc(var(--spacing) * 80);
  width: calc(var(--spacing) * 80);
  align-items: center;
  justify-content: center;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-gold);
  background-color: var(--color-black);
  will-change: transform;
  z-index: 9999;
  border-radius: 62% 38% 52% 48% / 50% 58% 42% 50%;
  animation: blob-morph 4s ease-in-out infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@keyframes blob-morph {
  0% {
    border-radius: 62% 38% 52% 48% / 50% 58% 42% 50%;
  }
  25% {
    border-radius: 44% 56% 40% 60% / 56% 44% 58% 42%;
  }
  50% {
    border-radius: 55% 45% 62% 38% / 42% 62% 40% 58%;
  }
  75% {
    border-radius: 38% 62% 48% 52% / 60% 40% 56% 44%;
  }
  100% {
    border-radius: 62% 38% 52% 48% / 50% 58% 42% 50%;
  }
}
.custom-cursor-label {
  text-align: center;
  font-size: var(--text-13);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-gold);
  -webkit-user-select: none;
  user-select: none;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-duration: initial;
    }
  }
}
