@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Mono:wght@700&family=Playfair+Display:wght@700&family=Space+Grotesk:wght@700&display=swap");

@font-face {
  font-family: "StretchPro";
  src: url("StretchPro.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "League Gothic";
  src: url("league-gothic/theleagueof-league-gothic-64c3ede/webfonts/leaguegothic-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --bg: #ffffff;
  --panel: #f3f3ef;
  --text: #000000;
  --muted: #ffffff;
  --line: rgba(0, 0, 0, 0.17);
  --space: clamp(16px, 2.2vw, 34px);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  background:
    radial-gradient(circle at 15% 12%, rgba(0, 0, 0, 0.08), transparent 40%),
    radial-gradient(circle at 82% 24%, rgba(0, 0, 0, 0.06), transparent 42%),
    var(--bg);
  color: var(--text);
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  overflow-x: hidden;
}

.bg-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(0, 0, 0, 0.12) 0.45px, transparent 0.45px);
  background-size: 3px 3px;
  opacity: 0.2;
  z-index: -1;
}

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(120% 100% at 12% 14%, rgba(255, 255, 255, 0.08), transparent 52%),
    radial-gradient(100% 90% at 86% 88%, rgba(255, 255, 255, 0.06), transparent 56%),
    linear-gradient(150deg, #050607 0%, #0a0d12 45%, #050607 100%);
  color: #ffffff;
  opacity: 1;
  transition: opacity 420ms ease, filter 420ms ease;
  overflow: hidden;
}

.site-intro-inner {
  position: relative;
  width: fit-content;
  max-width: calc(100vw - 24px);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 30px) clamp(16px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow: 0 14px 46px rgba(0, 0, 0, 0.42);
  text-align: center;
  animation: introPanelIn 1.35s cubic-bezier(0.22, 0.8, 0.21, 1) 1;
}

.site-intro-name {
  display: block;
  position: relative;
  font-family: "StretchPro", "League Gothic", "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 11vw, 120px);
  letter-spacing: clamp(0.04em, 0.5vw, 0.13em);
  line-height: 0.92;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: clip;
  text-overflow: clip;
  text-shadow: 0 2px 24px rgba(255, 255, 255, 0.12);
  animation: introNameIn 1.35s cubic-bezier(0.22, 0.8, 0.21, 1) 1;
}

body.intro-active main,
body.intro-active .topbar,
body.intro-active .mobile-nav,
body.intro-active .footer {
  opacity: 0;
}

body.page-home main,
body.page-home .topbar,
body.page-home .mobile-nav,
body.page-home .footer {
  transition: opacity 420ms ease;
}

body.intro-done .site-intro {
  opacity: 0;
  filter: blur(4px);
  pointer-events: none;
}

@keyframes introPanelIn {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes introNameIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
    letter-spacing: clamp(0.1em, 0.6vw, 0.2em);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: clamp(0.04em, 0.5vw, 0.13em);
  }
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(20px) saturate(110%);
  backdrop-filter: blur(20px) saturate(110%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.topbar-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.mobile-nav {
  display: none;
}

.topbar-brand {
  font-family: "StretchPro", "League Gothic", "Bebas Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  position: relative;
}

.topbar-brand::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #399ACF, #6BB3F0);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms ease;
}

.topbar-brand:hover::after {
  transform: scaleX(1);
}

.topbar-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.topbar-item {
  color: #333;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 250ms ease;
  position: relative;
  padding: 8px 0;
}

.topbar-item::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #399ACF;
  transition: width 300ms cubic-bezier(0.22, 0.7, 0.2, 1);
}

.topbar-item:hover {
  color: #000;
}

.topbar-item:hover::before {
  width: 100%;
}

.topbar-item.is-active {
  color: #000;
}

.topbar-item.is-active::before {
  width: 100%;
  background: #399ACF;
}

/* Language Switcher */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 3px;
}

.lang-btn {
  background: none;
  border: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 6px 14px;
  color: #888;
  transition: all 200ms ease;
  border-radius: 16px;
}

.lang-btn:hover {
  color: #333;
}

.lang-btn.active {
  background: #000;
  color: #fff;
}

main,
.work-main {
  padding: 76px var(--space) 24px;
}

.contact-main {
  padding: 76px var(--space) 22px;
}

.about-main {
  padding: 76px var(--space) 22px;
}

.hero,
.work-hero {
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(8px, 1.6vw, 18px);
  margin-bottom: clamp(6px, 1.2vw, 12px);
}

.eyebrow {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero-title {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(62px, 17vw, 255px);
  line-height: 0.86;
  letter-spacing: clamp(0.01em, 0.22vw, 0.08em);
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
}

.page-home .hero-title {
  white-space: nowrap;
  font-size: clamp(56px, 11.8vw, 220px);
  text-align: center;
  margin: clamp(8px, 1.4vw, 20px) 0 clamp(10px, 1.8vw, 26px);
}

.page-home .hero {
  justify-content: flex-start;
  padding-top: clamp(50px, 10vw, 100px);
}

/* Highlights Header */
.highlights-header {
  padding: 0 var(--space);
  max-width: 1400px;
  margin: 0 auto clamp(24px, 3vw, 32px);
}

.highlights-header .section-title {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 36px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
  padding-bottom: 6px;
  margin-bottom: 0;
}

.page-home .highlights {
  margin-bottom: clamp(16px, 2.4vw, 34px);
}

.page-work .hero-title {
  white-space: nowrap;
  font-size: clamp(64px, 11vw, 220px);
  letter-spacing: clamp(0.02em, 0.42vw, 0.12em);
}

.page-about .hero-title {
  white-space: nowrap;
  font-size: clamp(56px, 11.8vw, 220px);
  text-align: left;
}

.hero-sub {
  margin-top: clamp(12px, 1.8vw, 20px);
  max-width: 640px;
  color: #000000;
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.5;
}

.featured {
  position: relative;
  margin-bottom: clamp(22px, 3vw, 44px);
  min-height: min(68vh, 720px);
  border: 1px solid var(--line);
  overflow: hidden;
}

.featured video,
.work-card video,
.project video,
.project img,
.project-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured::after,
.work-card::after,
.project::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0));
  pointer-events: none;
}

.featured-meta {
  position: absolute;
  left: clamp(14px, 1.8vw, 28px);
  bottom: clamp(12px, 1.8vw, 24px);
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: baseline;
  text-transform: uppercase;
}

.featured-meta p {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: clamp(22px, 2.8vw, 40px);
  color: #f3f3ef;
}

.featured-meta span {
  color: #f3f3ef;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 20px);
}

/* Home Page Hero */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 100px var(--space) 60px;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
}

.hero .eyebrow {
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(18px);
  filter: blur(4px);
  animation: none;
}

.hero .hero-title {
  font-size: clamp(80px, 18vw, 280px);
  line-height: 0.88;
  letter-spacing: 0.02em;
  text-align: left;
  opacity: 1;
  animation: none;
  position: relative;
}

.hero .hero-title .hero-line {
  display: block;
  opacity: 0;
  transform: translateY(110%) skewY(6deg);
  transform-origin: bottom left;
  filter: blur(8px);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.hero .hero-title .hero-line:first-child {
  animation: none;
}

.hero .hero-title .hero-line:last-child {
  animation: none;
}

.hero-tagline {
  font-size: clamp(16px, 2vw, 24px);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #666;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(14px);
  filter: blur(3px);
  animation: none;
}

body.intro-done .hero .eyebrow {
  animation: heroBadgeIn 700ms cubic-bezier(0.22, 0.7, 0.2, 1) 120ms forwards;
}

body.intro-done .hero .hero-title .hero-line:first-child {
  animation: heroLineIn 900ms cubic-bezier(0.22, 0.7, 0.2, 1) 280ms forwards;
}

body.intro-done .hero .hero-title .hero-line:last-child {
  animation: heroLineIn 920ms cubic-bezier(0.22, 0.7, 0.2, 1) 460ms forwards;
}

body.intro-done .hero-tagline {
  animation: heroTagIn 700ms cubic-bezier(0.22, 0.7, 0.2, 1) 740ms forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroBadgeIn {
  0% {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(4px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes heroLineIn {
  0% {
    opacity: 0;
    transform: translateY(110%) skewY(6deg);
    filter: blur(8px);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  65% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateY(0) skewY(0);
    filter: blur(0);
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
}

@keyframes heroTagIn {
  0% {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(3px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* Scroll Indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: none;
}

body.intro-done .hero-scroll-indicator {
  animation: fadeIn 600ms ease 980ms forwards;
}

.hero-scroll-indicator span {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, #000 0%, transparent 100%);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {

  0%,
  100% {
    transform: scaleY(1);
    opacity: 1;
  }

  50% {
    transform: scaleY(0.6);
    opacity: 0.5;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Featured Section */
.featured {
  position: relative;
  margin-bottom: clamp(40px, 6vw, 80px);
  min-height: 80vh;
  border: none;
}

.featured-video-wrap {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.featured-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 50%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: clamp(24px, 4vw, 48px);
}

/* Highlights Section */
.highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 32px);
  padding: 0 var(--space);
  max-width: 1400px;
  margin: 0 auto;
}

.work-card {
  position: relative;
  min-height: clamp(300px, 45vw, 500px);
  border: none;
  overflow: hidden;
  background: #000;
}

.work-card-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.work-card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 0.7, 0.2, 1);
}

.work-card:hover .work-card-media video {
  transform: scale(1.05);
}

.work-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: clamp(20px, 3vw, 32px);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
}

.work-overlay-content h2 {
  font-size: clamp(24px, 3vw, 40px);
  margin-bottom: 4px;
}

.work-overlay-content p {
  font-size: 12px;
  letter-spacing: 0.12em;
}

.work-overlay-arrow {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  opacity: 0;
  transform: translate(-10px, 10px);
  transition: all 350ms ease;
}

.work-card:hover .work-overlay-arrow {
  opacity: 1;
  transform: translate(0, 0);
}

/* Artists Section */
.artists-home {
  padding: clamp(24px, 3vw, 40px) 0;
  margin: 0 calc(var(--space) * -1);
  padding-left: calc(var(--space) + 1px);
  padding-right: calc(var(--space) + 1px);
}

.artists-home-header {
  margin-bottom: clamp(24px, 3vw, 40px);
  padding: 0 var(--space);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.artists-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.artist-item {
  background: #ffffff;
  padding: clamp(24px, 3.5vw, 44px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 350ms ease;
  position: relative;
  overflow: hidden;
  min-height: 140px;
}

.artist-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #000000;
  transform: scaleY(0);
  transition: transform 350ms ease;
}

.artist-item:hover {
  background: #000000;
  transform: scale(1.02);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.artist-item:hover::before {
  transform: scaleY(1);
}

.artist-name {
  font-family: "StretchPro", "League Gothic", "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 32px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #000000;
  transition: color 350ms ease;
  margin-bottom: 6px;
}

.artist-desc {
  font-size: clamp(12px, 1vw, 14px);
  color: #666666;
  letter-spacing: 0.04em;
  transition: color 350ms ease;
  opacity: 0;
  transform: translateY(10px);
  transition: all 350ms ease;
}

.artist-item:hover .artist-desc {
  opacity: 1;
  transform: translateY(0);
}

.artist-item:hover .artist-name,
.artist-item:hover .artist-desc {
  color: #ffffff;
}

/* Clients/Banks Section */
.clients-home {
  padding: clamp(24px, 3vw, 40px) var(--space);
  background: #fafafa;
  margin: 0 calc(var(--space) * -1);
  padding-left: calc(var(--space) + 1px);
  padding-right: calc(var(--space) + 1px);
}

.clients-home-header {
  margin-bottom: clamp(24px, 3vw, 40px);
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.client-item {
  background: #ffffff;
  padding: clamp(24px, 3.5vw, 44px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 350ms ease;
  position: relative;
  overflow: hidden;
  min-height: 140px;
  text-decoration: none;
  color: inherit;
}

.client-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #000000;
  transform: scaleY(0);
  transition: transform 350ms ease;
}

.client-item:hover {
  background: #000000;
  transform: scale(1.02);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.client-item:hover::before {
  transform: scaleY(1);
}

.client-name {
  font-family: "StretchPro", "League Gothic", "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 32px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #000000;
  transition: color 350ms ease;
  margin-bottom: 6px;
  position: relative;
}

.client-item-artist .client-name {
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: 0.08em;
  font-weight: 800;
  position: relative;
}

.client-item-artist .client-name::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20px;
  height: 2px;
  background: transparent;
  opacity: 0;
  transition: all 350ms ease;
}

.client-item-artist:hover .client-name::after {
  opacity: 0;
  width: 0;
}

.client-item-artist .client-desc {
  border-bottom: none !important;
}

.client-item-artist .client-desc {
  font-style: italic;
  letter-spacing: 0.03em;
  font-size: clamp(11px, 0.9vw, 13px);
  color: #333;
  opacity: 1;
  transform: none;
}

.client-desc {
  font-size: clamp(12px, 1vw, 14px);
  color: #666666;
  letter-spacing: 0.04em;
  transition: color 350ms ease;
  opacity: 0;
  transform: translateY(10px);
  transition: all 350ms ease;
}

.client-item:hover .client-desc {
  opacity: 1;
  transform: translateY(0);
}

.client-item:hover .client-name,
.client-item:hover .client-desc {
  color: #ffffff;
}

/* Client item arrow */
.client-item-arrow {
  position: absolute;
  top: 50%;
  right: clamp(16px, 2vw, 24px);
  transform: translate(10px, -50%);
  opacity: 0;
  transition: all 350ms ease;
  color: #ffffff;
}

.client-item:hover .client-item-arrow {
  opacity: 1;
  transform: translate(0, -50%);
}

.client-item-arrow svg {
  width: clamp(18px, 2vw, 24px);
  height: clamp(18px, 2vw, 24px);
}

/* Home CTA */
.home-work-cta-wrap {
  display: flex;
  justify-content: center;
  margin: 48px 0;
}

.home-work-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  padding: 16px 28px;
  text-decoration: none;
  color: var(--text);
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 300ms ease;
}

.home-work-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000;
  transform: translateX(-102%);
  transition: transform 350ms cubic-bezier(0.22, 0.7, 0.2, 1);
}

.home-work-cta:hover::before {
  transform: translateX(0);
}

.home-work-cta svg {
  transition: transform 300ms ease;
}

.home-work-cta:hover svg {
  transform: translateX(4px);
}

.home-work-cta:hover {
  color: #ffffff;
  border-color: #000;
}

.home-work-cta span,
.home-work-cta {
  z-index: 1;
}

/* About Home Section */
.about-home {
  background: #000;
  color: #fff;
  padding: clamp(48px, 8vw, 96px) var(--space);
  margin: 48px 0 0;
}

.about-home-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  flex-wrap: wrap;
}

.about-home-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
}

.about-home-main {
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(32px, 5vw, 72px);
  line-height: 1.05;
  text-transform: uppercase;
}

.about-home-link {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 300ms ease;
}

.about-home-link:hover {
  border-color: #fff;
}

/* Home Contact Section */
.home-contact {
  background: #fff;
  padding: clamp(48px, 8vw, 80px) var(--space);
  text-align: center;
}

.home-contact-inner {
  max-width: 600px;
  margin: 0 auto;
}

.home-contact h2 {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 6vw, 64px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}

.home-contact p {
  font-size: 16px;
  color: #666;
  margin-bottom: 32px;
}

.home-contact-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 16px 36px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.home-contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.home-work-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000;
  transform: translateX(-102%);
  transition: transform 280ms cubic-bezier(0.22, 0.7, 0.2, 1);
}

.home-work-cta::after {
  content: "\2192";
  position: relative;
  z-index: 1;
  font-size: 12px;
  transform: translateX(0);
  transition: transform 220ms ease;
}

.home-work-cta:hover::before {
  transform: translateX(0);
}

.home-work-cta:hover::after {
  transform: translateX(3px);
}

.home-work-cta:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.home-work-cta span,
.home-work-cta {
  z-index: 1;
}

.work-card,
.project {
  position: relative;
  min-height: clamp(240px, 34vw, 460px);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 280ms cubic-bezier(0.22, 0.7, 0.2, 1), box-shadow 280ms ease;
}

.project-open {
  cursor: pointer;
}

.project-open:focus-visible {
  outline: 2px solid #399ACF;
  outline-offset: 2px;
}

.work-card:hover,
.project:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.work-overlay,
.project-meta {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  color: #f3f3ef;
}

.work-overlay h2,
.project-meta h2 {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2vw, 34px);
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.work-overlay p,
.project-meta p {
  color: #f3f3ef;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about {
  padding: clamp(10px, 1.6vw, 16px) 0 clamp(4px, 1.1vw, 10px);
  border-bottom: 1px solid var(--line);
}

.about-text {
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(32px, 5.1vw, 94px);
  line-height: 0.93;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 17ch;
}

.page-home .about {
  background: #000000;
  margin-left: calc(var(--space) * -1);
  margin-right: calc(var(--space) * -1);
  padding: clamp(12px, 1.8vw, 14px) var(--space) clamp(6px, 1vw, 8px);
}

.page-home .about-text {
  display: block;
  color: #ffffff;
  text-align: left;
  transform: translateY(2px);
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px var(--space) 8px;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
}

.footer a {
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: color 300ms ease;
}

.footer a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 300ms cubic-bezier(0.22, 0.7, 0.2, 1);
}

.footer a:hover {
  color: var(--text);
}

.footer a:hover::after {
  width: 100%;
}

.footer-year {
  font-variant-numeric: tabular-nums;
  opacity: 0.6;
}

.site-credit {
  padding: 8px var(--space) 14px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
}

.site-credit a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 250ms ease, border-color 250ms ease;
}

.site-credit a:hover {
  color: rgba(0, 0, 0, 0.7);
  border-bottom-color: currentColor;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
}

.director-grid .project {
  grid-column: span 6;
  min-height: clamp(280px, 36vw, 480px);
}

.director-grid .project.is-featured {
  grid-column: span 12;
  min-height: min(100vh, 1000px);
}

.director-grid .project-meta {
  position: absolute;
  inset: 0;
  display: block;
  color: #f3f3ef;
}

.director-grid .project-title {
  position: absolute;
  left: 14px;
  bottom: 14px;
  right: 14px;
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.1vw, 36px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.director-grid .project-year {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.92;
}

.director-grid .project-artist-reveal {
  position: absolute;
  left: 14px;
  bottom: 44px;
  right: 14px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.director-grid .project .project-media {
  transition: transform 300ms ease, filter 300ms ease;
}

.director-grid .project:hover .project-media {
  transform: scale(1.02);
  filter: saturate(1.05);
}

.director-grid .project:hover .project-artist-reveal {
  opacity: 1;
  transform: translateY(0);
}

.work-section {
  margin-bottom: clamp(6px, 1.2vw, 12px);
}

.work-switch {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.work-switch-btn {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  padding: 10px 14px;
  cursor: pointer;
}

.work-switch-btn.is-active {
  background: #000000;
  color: #ffffff;
}

.work-pane {
  display: none;
}

.work-pane.is-active {
  display: block;
}

body.modal-open-lock {
  overflow: hidden;
}

body.modal-open-lock .bg-noise {
  opacity: 0.4;
  filter: blur(2px);
}

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 2vw, 24px);
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  pointer-events: none;
  transition: background 500ms cubic-bezier(0.22, 0.7, 0.2, 1), opacity 500ms cubic-bezier(0.22, 0.7, 0.2, 1);
}

.project-modal.is-open {
  background: rgba(0, 0, 0, 0.92);
  opacity: 1;
  pointer-events: auto;
}

.project-modal.is-open .project-modal-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.project-modal.is-open .project-modal-video-wrap {
  transform: scale(1);
  opacity: 1;
}

.project-modal-dialog {
  position: relative;
  width: min(1100px, 100%);
  max-height: 92vh;
  overflow: auto;
  background: #0b0c0f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 30px 100px rgba(0, 0, 0, 0.8),
    0 0 120px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(32px) scale(0.94) perspective(1000px) rotateX(2deg);
  transition: opacity 500ms cubic-bezier(0.22, 0.7, 0.2, 1), transform 500ms cubic-bezier(0.22, 0.7, 0.2, 1);
}

.project-modal-dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 30%);
  pointer-events: none;
  z-index: 10;
}

.project-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 20;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  width: 44px;
  height: 44px;
  line-height: 40px;
  font-size: 26px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.project-modal-close:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
  transform: rotate(90deg) scale(1.12);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.25), 0 8px 30px rgba(0, 0, 0, 0.5);
}

.project-modal-close:active {
  transform: rotate(90deg) scale(0.95);
}

.project-modal-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000000;
  overflow: hidden;
  transform: scale(0.98);
  opacity: 0;
  transition: transform 600ms cubic-bezier(0.22, 0.7, 0.2, 1), opacity 400ms ease;
  transition-delay: 100ms;
}

.project-modal-video-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

.project-modal-video-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  animation: shimmer 3s infinite;
  pointer-events: none;
  z-index: 2;
}

@keyframes shimmer {
  0% {
    left: -50%;
  }

  100% {
    left: 150%;
  }
}

.project-modal-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.project-modal-meta {
  padding: 24px 28px 28px;
  color: #f3f3ef;
  display: grid;
  gap: 10px;
  background: linear-gradient(180deg, #0b0c0f 0%, #0d0e12 50%, #141418 100%);
  position: relative;
  overflow: hidden;
}

.project-modal-meta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.project-modal-meta h2 {
  font-size: clamp(26px, 3.5vw, 46px);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 50%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

#projectModalArtist {
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b8b8b8;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

#projectModalArtist::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

#projectModalRole {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

#projectModalYear {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.project-modal-credits {
  margin-top: 16px;
  display: grid;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.project-modal-credits p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.65);
  transition: all 250ms ease;
  padding: 4px 0;
  border-left: 2px solid transparent;
}

.project-modal-credits p:hover {
  color: rgba(255, 255, 255, 1);
  padding-left: 8px;
  border-left-color: rgba(255, 255, 255, 0.4);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent);
}

/* =============================================
   CONTACT PAGE – NEW LAYOUT
   ============================================= */

/* Two-column body */
.contact-body {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
  padding-top: clamp(28px, 4vw, 52px);
}

/* ---- Left info column ---- */
.contact-info-col {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3.5vw, 44px);
  position: sticky;
  top: 80px;
}

.contact-intro-text {
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(28px, 3.6vw, 52px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #000;
}

/* Link list */
.contact-link-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--line);
}

.contact-link-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: var(--text);
  transition: background 250ms ease;
  gap: 12px;
  overflow: hidden;
  position: relative;
}

.contact-link-item::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #000;
  transform: scaleY(0);
  transition: transform 250ms cubic-bezier(0.22, 0.7, 0.2, 1);
}

.contact-link-item:hover::before {
  transform: scaleY(1);
}

.contact-link-item:hover {
  padding-left: 10px;
}

.contact-link-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  min-width: 80px;
  flex-shrink: 0;
  transition: color 250ms ease;
}

.contact-link-item:hover .contact-link-label {
  color: #000;
}

.contact-link-value {
  font-size: clamp(12px, 1.1vw, 14px);
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-wrap: anywhere;
  text-align: right;
  transition: gap 250ms ease;
}

.contact-link-arrow {
  flex-shrink: 0;
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity 250ms ease, transform 250ms ease;
}

.contact-link-item:hover .contact-link-arrow {
  opacity: 1;
  transform: translate(0, 0);
}

/* Location pill */
.contact-location-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #555;
}

.contact-location-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  flex-shrink: 0;
  animation: contactPulse 2s ease-in-out infinite;
}

@keyframes contactPulse {

  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.4);
  }

  50% {
    opacity: 0.7;
    box-shadow: 0 0 0 5px rgba(74, 222, 128, 0);
  }
}

/* ---- Right form column ---- */
.contact-form-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-form-heading {
  margin-bottom: clamp(20px, 2.5vw, 32px);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.contact-form-heading h2 {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 36px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* New form styles */
.contact-form-new {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.8vw, 20px);
}

.cfn-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 1.5vw, 18px);
}

.cfn-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.cfn-group label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #555;
}

.cfn-group input,
.cfn-group select,
.cfn-group textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  padding: 10px 0;
  font-size: 14px;
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  outline: none;
  border-radius: 0;
  transition: border-color 250ms ease;
  -webkit-appearance: none;
  appearance: none;
}

.cfn-group input:focus,
.cfn-group select:focus,
.cfn-group textarea:focus {
  border-bottom-color: #000;
  box-shadow: none;
}

.cfn-group input::placeholder,
.cfn-group textarea::placeholder {
  color: rgba(0, 0, 0, 0.28);
}

.cfn-group textarea {
  resize: vertical;
}

.cfn-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
  padding-right: 20px;
  cursor: pointer;
}

.cfn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  background: #000;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  align-self: flex-start;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.cfn-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: translateX(-100%);
  transition: transform 550ms ease;
}

.cfn-submit:hover::before {
  transform: translateX(100%);
}

.cfn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.cfn-submit svg {
  transition: transform 280ms ease;
}

.cfn-submit:hover svg {
  transform: translate(3px, -3px);
}

/* Responsive */
@media (max-width: 860px) {
  .contact-body {
    grid-template-columns: 1fr;
    gap: clamp(32px, 5vw, 48px);
  }

  .contact-info-col {
    position: static;
  }
}

@media (max-width: 680px) {
  .cfn-row {
    grid-template-columns: 1fr;
  }

  .cfn-submit {
    width: 100%;
  }
}

/* ---- Keep old selectors below for any remaining use ---- */
.contact-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 5px;
}

.contact-card {
  border: 1px solid var(--line);
  padding: 14px;
  text-decoration: none;
  color: var(--text);
  background: rgba(255, 255, 255, 0.85);
  transition: all 350ms cubic-bezier(0.22, 0.7, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 300ms ease;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.3);
}

.contact-card:hover::before {
  opacity: 1;
}

.contact-card h2 {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 28px);
  text-transform: uppercase;
  margin-bottom: 6px;
  transition: transform 300ms ease;
}

.contact-card:hover h2 {
  transform: translateX(4px);
}

.contact-card p {
  font-size: 12px;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  transition: color 300ms ease;
}

.contact-card:hover p {
  color: #333;
}

.contact-form-wrap {
  border: 1px solid var(--line);
  padding: 24px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.contact-form-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #000000, #333333);
}

.contact-form-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at top right, rgba(0, 0, 0, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.contact-form {
  display: grid;
  gap: 10px;
}

.contact-form label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #ffffff;
  color: #000000;
  padding: 10px 11px;
  font-size: 14px;
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.35);
  transition: color 300ms ease;
}

.contact-form input:focus::placeholder,
.contact-form textarea:focus::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contact-form textarea {
  resize: vertical;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

.about-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  padding: 14px;
  grid-column: span 4;
  transition: all 350ms cubic-bezier(0.22, 0.7, 0.2, 1);
  position: relative;
}

.about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.about-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #000000, #333333);
  transition: width 400ms cubic-bezier(0.22, 0.7, 0.2, 1);
}

.about-card:hover::after {
  width: 100%;
}

.about-card-large {
  grid-column: span 6;
}

.about-card h2 {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 34px);
  text-transform: uppercase;
  margin-bottom: 8px;
  transition: color 300ms ease;
}

.about-card:hover h2 {
  color: #333;
}

.about-card p,
.about-card li {
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.5;
  overflow-wrap: anywhere;
  transition: color 300ms ease;
}

.about-card:hover p,
.about-card:hover li {
  color: #333;
}

/* About Page Enhancements */
.about-header {
  margin-bottom: clamp(32px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(8px, 1.6vw, 18px);
}

.about-content {
  max-width: 1200px;
  margin: 0 auto;
}

/* Main About Card */
.about-main-card {
  background: #000000;
  color: #ffffff;
  padding: clamp(32px, 5vw, 56px);
  margin-bottom: clamp(24px, 4vw, 48px);
}

.about-main-card h2 {
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(32px, 5vw, 64px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  line-height: 1.05;
}

.about-main-card p {
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  margin-bottom: 24px;
}

/* Stats */
.about-main-card-stats {
  display: flex;
  gap: clamp(24px, 4vw, 48px);
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-number {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: 0.02em;
}

.stat-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* About Cards Grid */
.about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(32px, 5vw, 48px);
}

.about-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  padding: clamp(20px, 3vw, 28px);
  transition: all 350ms cubic-bezier(0.22, 0.7, 0.2, 1);
  position: relative;
}

.about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.about-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #000000, #333333);
  transition: width 400ms cubic-bezier(0.22, 0.7, 0.2, 1);
}

.about-card:hover::after {
  width: 100%;
}

/* About Card Icon */
.about-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #000000;
  opacity: 0.8;
}

.about-card h2 {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.5vw, 20px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.about-card p {
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.5;
  color: #555;
}

/* Location Section */
.about-location-section {
  text-align: center;
  margin-bottom: clamp(32px, 5vw, 48px);
  padding: clamp(24px, 4vw, 40px);
}

.location-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #000000;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.location-dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.location-text {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.02em;
}

/* About CTA */
.about-cta {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(24px, 4vw, 48px);
}

.about-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 32px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 350ms cubic-bezier(0.22, 0.7, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.about-cta-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateX(-100%);
  transition: transform 600ms ease;
}

.about-cta-link:hover::before {
  transform: translateX(100%);
}

.about-cta-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.about-cta-link svg {
  transition: transform 300ms ease;
}

.about-cta-link:hover svg {
  transform: translateX(6px);
}

/* Contact Page Enhancements */
.contact-card-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #000000;
  transition: transform 300ms ease;
}

.contact-card:hover .contact-card-icon {
  transform: scale(1.15);
}

/* Contact Card Hover Text */
.contact-card-hover-text {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  opacity: 0;
  transform: translateY(8px);
  transition: all 300ms ease;
}

.contact-card:hover .contact-card-hover-text {
  opacity: 1;
  transform: translateY(0);
}

/* Contact Form Header */
.contact-form-header {
  margin-bottom: 20px;
}

.contact-form-subtitle {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  letter-spacing: 0.02em;
}

/* Contact Form Row */
.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-form-group label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333;
}

/* Submit Button */
.contact-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  background: #000000;
  color: #ffffff;
  border: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 350ms cubic-bezier(0.22, 0.7, 0.2, 1);
  position: relative;
  overflow: hidden;
  margin-top: 8px;
}

.contact-submit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateX(-100%);
  transition: transform 600ms ease;
}

.contact-submit-btn:hover::before {
  transform: translateX(100%);
}

.contact-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.contact-submit-btn svg {
  transition: transform 300ms ease;
}

.contact-submit-btn:hover svg {
  transform: translate(3px, -3px);
}

.about-card ul {
  list-style: none;
  display: grid;
  gap: 6px;
}

/* =============================================
   ABOUT PAGE - NEW LAYOUT
   ============================================= */

.about-new-layout {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--space);
}

/* Hero Full Width Section */
.about-hero-full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  padding: clamp(40px, 6vw, 80px) 0;
  border-bottom: 1px solid var(--line);
}

.about-hero-content {
  max-width: 600px;
}

.about-hero-title {
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: clamp(16px, 2vw, 24px);
}

.about-hero-text {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
  color: #555;
}

.about-hero-stats {
  display: flex;
  gap: clamp(32px, 5vw, 64px);
  justify-content: flex-end;
}

.about-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.about-stat-number {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(42px, 5vw, 80px);
  line-height: 1;
}

.about-stat-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888;
}

/* Services Section */
.about-services {
  padding: clamp(40px, 6vw, 80px) 0;
  border-bottom: 1px solid var(--line);
}

.about-services-header {
  margin-bottom: clamp(32px, 4vw, 48px);
}

.about-section-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  display: block;
  margin-bottom: 8px;
}

.about-section-title {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 48px);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.about-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 32px);
}

.about-service-card {
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid var(--line);
  transition: all 350ms cubic-bezier(0.22, 0.7, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.about-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #000;
  transform: scaleY(0);
  transition: transform 350ms ease;
}

.about-service-card:hover {
  background: #000;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.about-service-card:hover::before {
  transform: scaleY(1);
}

.about-service-number {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  opacity: 0.12;
  margin-bottom: 16px;
  transition: opacity 350ms ease;
}

.about-service-card:hover .about-service-number {
  opacity: 0.25;
}

.about-service-card h3 {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.5vw, 24px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  transition: color 350ms ease;
}

.about-service-card p {
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.6;
  color: #666;
  transition: color 350ms ease;
}

.about-service-card:hover p {
  color: rgba(255, 255, 255, 0.7);
}

/* Location Banner */
.about-location-banner {
  background: #000;
  color: #fff;
  padding: clamp(40px, 6vw, 80px);
  margin: 0 calc(var(--space) * -1);
  padding-left: var(--space);
  padding-right: var(--space);
}

.about-location-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.about-location-status {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-status-dot {
  width: 12px;
  height: 12px;
  background: #4ade80;
  border-radius: 50%;
  animation: statusPulse 2s ease-in-out infinite;
}

@keyframes statusPulse {

  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.4);
  }

  50% {
    opacity: 0.7;
    box-shadow: 0 0 0 8px rgba(74, 222, 128, 0);
  }
}

.about-status-text {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.about-location-info h3 {
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.about-location-info p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

/* Process Section */
.about-process {
  padding: clamp(40px, 6vw, 80px) 0;
  border-bottom: 1px solid var(--line);
}

.about-process-header {
  margin-bottom: clamp(32px, 4vw, 48px);
}

.about-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 32px);
}

.about-process-step {
  position: relative;
  padding-top: 32px;
}

.about-step-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--line);
}

.about-step-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 50%;
}

.about-step-num {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 16px;
  color: #888;
}

.about-step-content h4 {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.3vw, 20px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.about-step-content p {
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.6;
  color: #666;
}

/* CTA Section */
.about-cta-section {
  padding: clamp(60px, 10vw, 120px) 0;
  text-align: center;
}

.about-cta-inner h2 {
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(32px, 5vw, 64px);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}

.about-cta-inner p {
  font-size: clamp(15px, 1.2vw, 18px);
  color: #666;
  margin-bottom: 32px;
}

.about-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.about-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 350ms cubic-bezier(0.22, 0.7, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.about-btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateX(-100%);
  transition: transform 600ms ease;
}

.about-btn-primary:hover::before {
  transform: translateX(100%);
}

.about-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.about-btn-primary svg {
  transition: transform 300ms ease;
}

.about-btn-primary:hover svg {
  transform: translateX(4px);
}

.about-btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  background: transparent;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  transition: all 350ms cubic-bezier(0.22, 0.7, 0.2, 1);
}

.about-btn-secondary:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* About Me Section */
.about-me-section {
  padding: clamp(40px, 6vw, 80px) 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: center;
}

.about-me-trigger {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 40px;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: all 350ms cubic-bezier(0.22, 0.7, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.about-me-trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: translateX(-100%);
  transition: transform 400ms cubic-bezier(0.22, 0.7, 0.2, 1);
}

.about-me-trigger:hover::before {
  transform: translateX(0);
}

.about-me-trigger:hover {
  border-color: #000;
}

.about-me-label,
.about-me-hint,
.about-me-arrow {
  position: relative;
  z-index: 1;
  transition: all 350ms ease;
}

.about-me-label {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 24px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-me-hint {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
}

.about-me-arrow {
  color: #000;
  transition: transform 300ms ease, color 300ms ease;
}

.about-me-trigger:hover .about-me-label,
.about-me-trigger:hover .about-me-hint,
.about-me-trigger:hover .about-me-arrow {
  color: #fff;
}

.about-me-trigger:hover .about-me-arrow {
  transform: scale(1.1);
}

/* About Me Modal */
.about-me-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  pointer-events: none;
  transition: background 400ms cubic-bezier(0.22, 0.7, 0.2, 1), opacity 400ms ease;
}

.about-me-modal.is-open {
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
  pointer-events: auto;
}

.about-me-modal-content {
  position: relative;
  width: min(600px, 100%);
  background: #fff;
  padding: clamp(32px, 5vw, 48px);
  transform: translateY(30px) scale(0.95);
  opacity: 0;
  transition: transform 500ms cubic-bezier(0.22, 0.7, 0.2, 1), opacity 400ms ease;
}

.about-me-modal.is-open .about-me-modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.about-me-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: transparent;
  color: #000;
  font-size: 28px;
  line-height: 36px;
  cursor: pointer;
  transition: all 300ms ease;
}

.about-me-modal-close:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  transform: rotate(90deg);
}

.about-me-modal-inner h2 {
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.about-me-modal-text p {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7;
  color: #333;
  margin-bottom: 16px;
}

.about-me-modal-text p:last-child {
  margin-bottom: 0;
}

/* Responsive About Page */
@media (max-width: 980px) {
  .about-hero-full {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-hero-stats {
    justify-content: flex-start;
  }

  .about-stat {
    align-items: flex-start;
  }

  .about-services-grid {
    grid-template-columns: 1fr;
  }

  .about-process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .about-process-steps {
    grid-template-columns: 1fr;
  }

  .about-location-inner {
    flex-direction: column;
    text-align: center;
  }

  .about-location-status {
    justify-content: center;
  }

  .about-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .about-btn-primary,
  .about-btn-secondary {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

.section-title {
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 52px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
}

.work-grid-color .project {
  grid-column: span 6;
  min-height: clamp(280px, 36vw, 480px);
  border: none;
}

.work-grid-color .project.is-featured {
  grid-column: span 12;
  min-height: min(100vh, 1000px);
}

.work-grid-color .project.project-inconsistent {
  min-height: min(112vh, 1120px);
}

.work-grid-color .project.project-inconsistent .project-media {
  object-position: center 34%;
}

.work-grid-color .project.project-dienstag .project-media {
  object-position: center 34%;
}

.work-grid-color .project[data-title="Collage Basquiat"] .project-media,
.work-grid-color .project[data-title="12 CAR CONVOY"] .project-media,
.work-grid-color .project[data-title="Inu No Mizu"] .project-media,
.work-grid-color .project[data-title="Ford (Oh Owa)"] .project-media,
.work-grid-color .project[data-title="BADMAN"] .project-media,
.work-grid-color .project[data-title="For No Reason"] .project-media,
.work-grid-color .project[data-title="Energy"] .project-media,
.work-grid-color .project[data-title="Feminist"] .project-media {
  transform: scale(1.14);
}

.work-grid-color .project[data-title="Collage Basquiat"] .project-media {
  transform: scale(1.2);
}

.work-grid-color .project[data-title="Collage Basquiat"]:hover .project-media,
.work-grid-color .project[data-title="12 CAR CONVOY"]:hover .project-media,
.work-grid-color .project[data-title="Inu No Mizu"]:hover .project-media,
.work-grid-color .project[data-title="Ford (Oh Owa)"]:hover .project-media,
.work-grid-color .project[data-title="BADMAN"]:hover .project-media,
.work-grid-color .project[data-title="For No Reason"]:hover .project-media,
.work-grid-color .project[data-title="Energy"]:hover .project-media,
.work-grid-color .project[data-title="Feminist"]:hover .project-media {
  transform: scale(1.16);
}

.work-grid-color .project[data-title="Collage Basquiat"]:hover .project-media {
  transform: scale(1.22);
}

.work-grid-color .project-meta {
  position: absolute;
  inset: 0;
  display: block;
  color: #f3f3ef;
}

.work-grid-color .project-title {
  position: absolute;
  left: 14px;
  bottom: 14px;
  right: 14px;
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.1vw, 36px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.work-grid-color .project-year {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.92;
}

.work-grid-color .project-artist-reveal {
  position: absolute;
  left: 14px;
  bottom: 44px;
  right: 14px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.work-grid-color .project .project-media {
  transition: transform 500ms cubic-bezier(0.22, 0.7, 0.2, 1), filter 500ms ease;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.06);
}

.work-grid-color .project:hover .project-media {
  transform: scale(1.08);
  filter: saturate(1.1);
}

.work-grid-color .project:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.work-grid-color .project:hover .project-artist-reveal {
  opacity: 1;
  transform: translateY(0);
}

.work-grid .project:nth-child(1) {
  grid-column: span 12;
  min-height: min(72vh, 720px);
}

.work-grid .project:nth-child(2),
.work-grid .project:nth-child(3) {
  grid-column: span 6;
}

.reveal {
  opacity: 0;
  transform: translateY(16px) scale(0.995);
  filter: blur(2px);
  transition: opacity 700ms cubic-bezier(0.2, 0.68, 0.18, 1),
    transform 700ms cubic-bezier(0.2, 0.68, 0.18, 1),
    filter 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* Custom Cursor */
.cursor-outer,
.cursor-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
}

.cursor-outer {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: transform 200ms ease, width 300ms ease, height 300ms ease;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  background: #ffffff;
  transition: transform 100ms ease;
}

body.hovering .cursor-outer {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.6);
}

body.hovering .cursor-inner {
  transform: translate(-50%, -50%) scale(2);
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Text reveal animation */
.text-reveal {
  overflow: hidden;
}

.text-reveal span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 600ms cubic-bezier(0.22, 0.7, 0.2, 1), opacity 600ms ease;
}

.text-reveal.is-visible span {
  transform: translateY(0);
  opacity: 1;
}

/* Hero title special reveal */
.hero-title.reveal .hero-title-inner {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 900ms cubic-bezier(0.22, 0.7, 0.2, 1), opacity 900ms ease;
}

.hero-title.reveal.is-visible .hero-title-inner {
  transform: translateY(0);
  opacity: 1;
}

/* Image parallax on hover */
.project-media-wrap {
  overflow: hidden;
  position: relative;
}

.director-grid .project .project-media {
  transition: transform 500ms cubic-bezier(0.22, 0.7, 0.2, 1), filter 500ms ease;
}

.director-grid .project:hover .project-media {
  transform: scale(1.08);
  filter: saturate(1.1);
}

/* Scroll progress bar */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #000000, #333333);
  z-index: 1000;
  transform-origin: left;
  transform: scaleX(0);
}

/* Page transition overlay */
.page-transition {
  position: fixed;
  inset: 0;
  background: #000000;
  z-index: 2000;
  transform: scaleY(0);
  transform-origin: bottom;
  pointer-events: none;
}

.page-transition.is-active {
  animation: pageTransition 600ms cubic-bezier(0.22, 0.7, 0.2, 1) forwards;
}

@keyframes pageTransition {
  0% {
    transform: scaleY(0);
    transform-origin: bottom;
  }

  50% {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  51% {
    transform: scaleY(1);
    transform-origin: top;
  }

  100% {
    transform: scaleY(0);
    transform-origin: top;
  }
}

/* Magnetic button effect */
.magnetic-btn {
  transition: transform 200ms ease;
}

/* Featured video hover zoom */
.featured:hover video,
.featured:hover .project-media,
.featured video,
.featured .project-media {
  transition: transform 600ms cubic-bezier(0.22, 0.7, 0.2, 1);
}

.featured:hover video,
.featured:hover .project-media {
  transform: scale(1.04);
}

/* Project hover lift with shadow */
.project:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

/* Featured video autoplay on hover */
.featured video {
  transition: transform 500ms ease, filter 500ms ease;
}

/* Smooth image loading placeholder */
.img-loader {
  background: linear-gradient(110deg, #f0f0f0 8%, #e0e0e0 18%, #f0f0f0 33%);
  background-size: 200% 100%;
  animation: shimmerLoad 1.5s infinite;
}

@keyframes shimmerLoad {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/* Nav link underline animation */
.mobile-link,
.mobile-link:link,
.mobile-link:visited,
.mobile-link:hover,
.mobile-link:focus,
.mobile-link:active {
  position: relative;
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  box-shadow: none !important;
  outline: none;
}

.mobile-link::before,
.mobile-link::after {
  display: none !important;
  content: none !important;
}

/* Always visible line under nav items like Work */
.topbar-item.p33::after,
.topbar-item.p66::after,
.topbar-item.p100::after {
  width: 100%;
  left: 0;
  opacity: 0.4;
}

.topbar-item.p33:hover::after,
.topbar-item.p66:hover::after,
.topbar-item.p100:hover::after {
  opacity: 1;
}

@media (max-width: 980px) {
  .topbar {
    min-height: 42px;
    padding: 4px var(--space);
  }

  .topbar-item {
    font-size: 9px;
    letter-spacing: 0.05em;
  }

  .featured {
    min-height: 52vh;
  }

  .highlights,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .work-grid .project:nth-child(1),
  .work-grid .project:nth-child(2),
  .work-grid .project:nth-child(3) {
    grid-column: span 1;
  }

  .director-grid .project,
  .director-grid .project.is-featured,
  .work-grid-color .project,
  .work-grid-color .project.is-featured {
    grid-column: span 1;
  }

  .work-grid-color .project.project-inconsistent {
    min-height: min(92vh, 860px);
  }

  .page-home .hero-title {
    font-size: clamp(48px, 11vw, 128px);
  }

  .hero-title {
    line-height: 0.9;
  }

  .page-work .hero-title {
    font-size: clamp(54px, 10.6vw, 140px);
    letter-spacing: clamp(0.02em, 0.45vw, 0.14em);
  }

  .contact-options {
    grid-template-columns: 1fr;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-card,
  .about-card-large {
    grid-column: span 1;
  }
}

@media (max-width: 680px) {
  .topbar-desktop {
    display: none;
  }

  .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(20px) saturate(110%);
    backdrop-filter: blur(20px) saturate(110%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }

  .mobile-nav .container-fluid {
    min-height: 48px;
    padding: 6px 12px;
  }

  .mobile-brand {
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text);
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }

  .mobile-toggler {
    border: 1px solid var(--line);
    border-radius: 0;
    padding: 4px 6px;
    margin-left: 6px;
    flex-shrink: 0;
  }

  .mobile-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  /* Mobile Language Switcher */
  .mobile-lang-switch {
    display: flex;
    gap: 0;
    padding: 12px 16px;
    border-top: 1px solid var(--line);
    margin-top: 8px;
  }

  .mobile-lang-btn {
    background: none;
    border: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 6px 16px;
    color: #888;
    transition: all 200ms ease;
    position: relative;
  }

  .mobile-lang-btn::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #399ACF;
    transition: all 200ms ease;
    transform: translateX(-50%);
  }

  .mobile-lang-btn:hover {
    color: #333;
  }

  .mobile-lang-btn:hover::after {
    width: 60%;
  }

  .mobile-lang-btn.active {
    color: #000;
  }

  .mobile-lang-btn.active::after {
    width: 70%;
  }

  .mobile-link {
    font-size: 11px;
    letter-spacing: 0.12em;
    color: var(--text);
    padding-left: 0;
    text-decoration: none;
  }

  .mobile-link.is-active {
    opacity: 0.62;
  }

  .navbar-collapse {
    border-top: 1px solid var(--line);
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  main,
  .work-main,
  .contact-main,
  .about-main {
    padding-top: 80px;
  }

  .page-home main {
    padding-top: 10px;
  }

  .navbar-collapse.show {
    margin-top: 50px;
  }

  .hero-title {
    font-size: clamp(34px, 12.5vw, 70px);
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 0.94;
    letter-spacing: 0.006em;
  }

  .page-work .hero-title,
  .page-home .hero-title,
  .page-about .hero-title {
    white-space: normal;
    font-size: clamp(36px, 13.2vw, 76px);
    letter-spacing: 0.01em;
  }

  .page-work .hero-title {
    margin: 4px 0 6px;
    line-height: 0.9;
  }

  .page-work .work-hero {
    padding-bottom: 6px;
    margin-bottom: 6px;
  }

  .page-home .hero-title,
  .page-about .hero-title {
    text-align: left;
  }

  .page-home .hero-title {
    margin: 8px 0 12px;
  }

  .page-home .hero {
    min-height: clamp(440px, 78svh, 700px);
    justify-content: center;
    gap: 10px;
    padding: 0 var(--space) 14px;
    margin-top: -52px;
  }

  .page-home .hero .eyebrow {
    margin-bottom: 8px;
  }

  .page-home .hero .hero-title {
    font-size: clamp(54px, 18vw, 108px);
    line-height: 0.82;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  .page-home .hero-tagline {
    font-size: clamp(12px, 3.4vw, 16px);
    letter-spacing: 0.18em;
    margin-top: 12px;
  }

  .page-home .hero-scroll-indicator {
    bottom: 10px;
  }

  .page-home .highlights {
    margin-bottom: 14px;
  }

  .home-work-cta-wrap {
    margin: 8px 0;
  }

  .home-work-cta {
    width: 100%;
    text-align: center;
    padding: 10px 12px;
    font-size: 11px;
    justify-content: center;
  }

  .hero-sub {
    max-width: 100%;
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .work-card,
  .project {
    min-height: 240px;
  }

  .work-grid-color .project.project-inconsistent {
    min-height: min(78vh, 620px);
  }

  .work-overlay,
  .project-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-text {
    font-size: clamp(30px, 12vw, 66px);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 6px 14px 8px;
    font-size: 10px;
  }

  .site-credit {
    font-size: 9px;
    padding: 6px 14px 12px;
  }

  .section-title {
    font-size: clamp(24px, 9vw, 40px);
  }

  .work-switch {
    gap: 8px;
    margin-bottom: 4px;
  }

  .work-switch-btn {
    width: 100%;
    font-size: 11px;
    padding: 9px 10px;
  }

  .contact-form-wrap,
  .contact-card {
    padding: 12px;
  }

  .site-intro {
    padding: 0 10px;
  }

  .site-intro-inner {
    width: fit-content;
    max-width: calc(100vw - 16px);
    padding: 16px 14px;
  }

  .site-intro-name {
    max-width: calc(100vw - 44px);
    font-size: clamp(24px, 9.4vw, 56px);
    letter-spacing: clamp(0.03em, 0.6vw, 0.1em);
  }

  .artists-grid {
    grid-template-columns: 1fr;
  }

  .clients-grid {
    grid-template-columns: 1fr;
  }
}
