*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #000000;
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: #000000;
  color: #ffffff;
  font-family: "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  display: block;
}

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

ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

::selection {
  background: #a81e1d;
  color: #ffffff;
}

.site {
  position: relative;
  overflow-x: hidden;
}

.site-main {
  position: relative;
}

.empty-state {
  padding: 120px 32px;
  text-align: center;
  color: #7a7a7a;
}

.btn {
  display: inline-block;
  padding: 16px 64px;
  border: 1px solid #ffffff;
  font-family: "Neue Machina", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  transition: background 120ms cubic-bezier(0.65, 0, 0.35, 1), color 120ms cubic-bezier(0.65, 0, 0.35, 1), box-shadow 120ms cubic-bezier(0.65, 0, 0.35, 1);
}
.btn--outline:hover {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 40px rgba(91, 61, 240, 0.35);
}

.site::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

h1, h2, h3, h4 {
  font-family: "Neue Machina", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.95;
  margin: 0;
}

h1 {
  font-size: clamp(2.5rem, 7vw, 6rem);
}

h2 {
  font-size: clamp(1.75rem, 4vw, 3rem);
}

h3 {
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
}

p {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 16px;
}

.hero__tagline {
  font-family: "Neue Machina", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 6vw, 4.5rem);
  letter-spacing: -0.02em;
  line-height: 0.9;
  margin: 0;
}

dt {
  font-family: "Neue Machina", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7a7a7a;
  margin-bottom: 4px;
}

dd {
  margin: 0;
  font-size: 0.95rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 16px 32px;
  mix-blend-mode: difference;
  transition: transform 280ms cubic-bezier(0.65, 0, 0.35, 1);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  position: relative;
  display: inline-block;
  font-family: "Neue Machina", "Helvetica Neue", Arial, sans-serif;
  text-transform: lowercase;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

.logo__mark {
  position: relative;
  z-index: 1;
}

.logo::before {
  content: "";
  position: absolute;
  inset: -12px -20px;
  background: radial-gradient(circle, rgba(91, 61, 240, 0.5), transparent 70%);
  filter: blur(18px);
  z-index: 0;
}

.nav__list {
  display: flex;
  gap: 32px;
}

.nav__list a {
  font-family: "Neue Machina", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 2px;
}
.nav__list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: #a81e1d;
  transition: right 280ms cubic-bezier(0.16, 1, 0.3, 1);
}
.nav__list a:hover::after {
  right: 0;
}

.nav-toggle {
  display: none;
  width: 28px;
  height: 20px;
  position: relative;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}
.nav-toggle span {
  top: 9px;
}
.nav-toggle span::before {
  top: -9px;
}
.nav-toggle span::after {
  top: 9px;
}

@media (max-width: 768px) {
  .site-header__nav {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
}
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero__video,
.hero__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111111;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: 0 32px 120px;
  width: 100%;
}

.hero__scroll {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  font-family: "Neue Machina", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 6px;
  transition: border-color 120ms cubic-bezier(0.65, 0, 0.35, 1);
}
.hero__scroll:hover {
  border-color: #a81e1d;
}

.project-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.project-hero__image,
.project-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-hero__embed {
  position: absolute;
  inset: 0;
}
.project-hero__embed iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
}

.featured-grid {
  padding: 120px 32px;
}

.featured-grid__cta {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.project-card {
  grid-column: span 2;
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.project-card--wide {
  grid-column: span 3;
  aspect-ratio: 16/10;
}

.project-card__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.project-card__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.project-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms cubic-bezier(0.65, 0, 0.35, 1), filter 280ms cubic-bezier(0.65, 0, 0.35, 1);
}

.project-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.85) 100%);
  transition: background 280ms cubic-bezier(0.65, 0, 0.35, 1);
}

.project-card__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  z-index: 2;
}

.project-card__title {
  font-size: 1rem;
  letter-spacing: 0;
}

.project-card__type {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a7a7a;
  margin: 4px 0 0;
}

.project-card:hover .project-card__image {
  transform: scale(1.04);
  filter: blur(1px) saturate(1.1);
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: radial-gradient(circle at 30% 30%, rgba(168, 30, 29, 0.25), transparent 60%);
  opacity: 0;
  transition: opacity 120ms cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none;
}

.project-card:hover::before {
  opacity: 1;
}

.work-archive {
  padding: 140px 32px 120px;
}

.work-archive__header {
  margin-bottom: 64px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.filter-bar__item {
  font-family: "Neue Machina", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  color: #7a7a7a;
  transition: color 120ms cubic-bezier(0.65, 0, 0.35, 1), border-color 120ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-bar__item.is-active, .filter-bar__item:hover {
  color: #ffffff;
  border-color: #a81e1d;
}

.project-card.is-hidden {
  display: none;
}

@media (max-width: 768px) {
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-card,
  .project-card--wide {
    grid-column: span 2;
  }
}
.project-info-strip {
  padding: 64px 32px 32px;
  max-width: 900px;
}

.project-info-strip__subtitle {
  color: #7a7a7a;
  margin-top: 16px;
  font-size: 1.1rem;
}

.project-info-strip__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.project-info-strip__moods {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
.project-info-strip__moods li {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5b3df0;
  border: 1px solid rgba(91, 61, 240, 0.4);
  padding: 4px 10px;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  padding: 32px;
}

.project-gallery__item {
  overflow: hidden;
  grid-column: span 6;
}
.project-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-gallery__item.is-full {
  grid-column: span 12;
  aspect-ratio: 16/9;
}
.project-gallery__item.is-half {
  grid-column: span 6;
  aspect-ratio: 4/5;
}
.project-gallery__item.is-tight {
  grid-column: span 4;
  aspect-ratio: 3/4;
}
.project-gallery__item.is-wide {
  grid-column: span 8;
  aspect-ratio: 16/9;
}

@media (max-width: 768px) {
  .project-gallery__item,
  .project-gallery__item.is-half,
  .project-gallery__item.is-tight,
  .project-gallery__item.is-wide {
    grid-column: span 12;
    aspect-ratio: 4/5;
  }
}
.project-video-section {
  padding: 32px;
  display: grid;
  gap: 32px;
}

.project-video-section__item iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.project-video-section__caption {
  color: #7a7a7a;
  font-size: 0.85rem;
  margin-top: 8px;
}

.project-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.project-nav__prev,
.project-nav__next {
  display: flex;
  flex-direction: column;
  max-width: 40%;
}

.project-nav__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a7a7a;
}

.project-nav__title {
  font-family: "Neue Machina", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 4px;
}

.project-nav__next {
  text-align: right;
  align-items: flex-end;
}

.project-nav__all {
  font-family: "Neue Machina", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: #a81e1d;
}

.site-footer {
  padding: 64px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
}

.site-footer__name {
  font-family: "Neue Machina", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
}

.site-footer__label {
  color: #7a7a7a;
  font-size: 0.8rem;
}

.site-footer__list {
  display: flex;
  gap: 32px;
}

.site-footer__meta {
  display: flex;
  gap: 32px;
  color: #7a7a7a;
  font-size: 0.85rem;
}
.site-footer__meta a:hover {
  color: #a81e1d;
}

.about-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  padding-top: 80px;
}

.about-page__portrait {
  height: 100%;
}

.about-page__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.2);
}

.about-page__content {
  padding: 120px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-page__scope {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-page__scope li {
  font-family: "Neue Machina", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .about-page {
    grid-template-columns: 1fr;
  }
}
.contact-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 32px;
  max-width: 700px;
  margin: 0 auto;
}

.contact-page__email {
  display: inline-block;
  margin-top: 64px;
  font-family: "Neue Machina", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  border-bottom: 2px solid #a81e1d;
}

.contact-page__social {
  margin-top: 32px;
  display: flex;
  gap: 32px;
}
.contact-page__social a:hover {
  color: #a81e1d;
}
