* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --black: #050505;
  --white: #f5f5f5;
  --muted: #a7a7a7;
  --orange: #ff6a00;
  --purple: #8b3dff;
  --blue: #00b7ff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .06;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 4px 4px;
  z-index: 50;
}

.cursor-glow {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,61,255,.22), transparent 65%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 6vw;
  background: linear-gradient(to bottom, rgba(0,0,0,.84), transparent);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: white;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  box-shadow: 0 0 28px rgba(255,106,0,.45);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: logoSignal 4s infinite steps(1);
}

.brand-text strong {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
}

.brand-text small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nav a {
  color: var(--white);
  text-decoration: none;
  margin-left: 28px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.logo-intro {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 110px 6vw 60px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(255,106,0,.16), transparent 28%),
    radial-gradient(circle at 70% 30%, rgba(139,61,255,.18), transparent 32%),
    #050505;
}

.tv-frame {
  width: min(1120px, 100%);
  min-height: 640px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(90deg, rgba(255,255,255,.03), transparent, rgba(255,255,255,.03)),
    #070707;
  box-shadow: 0 40px 120px rgba(0,0,0,.55);
}

.tv-frame::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    linear-gradient(90deg, transparent, rgba(255,106,0,.14), transparent),
    linear-gradient(135deg, transparent, rgba(0,183,255,.12), transparent);
  animation: tvSweep 3.2s infinite linear;
}

.scanlines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,.08) 0px,
    rgba(255,255,255,.08) 1px,
    transparent 2px,
    transparent 6px
  );
  mix-blend-mode: overlay;
  opacity: .45;
  pointer-events: none;
  z-index: 4;
}

.glitch-bars {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 22%, rgba(255,106,0,.55) 22.2% 22.8%, transparent 23%),
    linear-gradient(90deg, transparent 0 52%, rgba(0,183,255,.35) 52.2% 52.7%, transparent 53%),
    linear-gradient(0deg, transparent 0 46%, rgba(255,255,255,.20) 46.2% 46.7%, transparent 47%);
  opacity: 0;
  animation: barsGlitch 4s infinite;
  pointer-events: none;
  z-index: 5;
}

.intro-logo-wrap {
  position: relative;
  width: min(360px, 70vw);
  aspect-ratio: 1;
  filter: drop-shadow(0 0 50px rgba(255,106,0,.35));
  z-index: 3;
}

.intro-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.intro-logo-mono {
  filter: grayscale(1) contrast(1.35) brightness(1.05);
  animation: monoSignal 4.8s infinite;
}

.intro-logo-color {
  clip-path: inset(0 100% 0 0);
  animation: colorReveal 4.8s infinite cubic-bezier(.2,.8,.2,1);
}

.intro-copy {
  position: absolute;
  bottom: 52px;
  text-align: center;
  z-index: 6;
}

.intro-copy h1 {
  font-size: clamp(62px, 10vw, 128px);
  letter-spacing: 12px;
  line-height: .86;
  text-shadow:
    2px 0 rgba(0,183,255,.85),
    -2px 0 rgba(255,106,0,.8);
  animation: textGlitch 3.5s infinite;
}

.intro-copy p:last-child {
  color: var(--muted);
  margin-top: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

@keyframes tvSweep {
  from { transform: translateX(-40%) rotate(0deg); }
  to { transform: translateX(40%) rotate(8deg); }
}

@keyframes barsGlitch {
  0%, 88%, 100% { opacity: 0; transform: translateX(0); }
  90% { opacity: .8; transform: translateX(-12px); }
  92% { opacity: .5; transform: translateX(18px); }
  94% { opacity: .9; transform: translateX(-6px); }
}

@keyframes monoSignal {
  0%, 18% { opacity: 1; transform: translateX(0); }
  22% { opacity: .75; transform: translateX(-8px); }
  27% { opacity: .9; transform: translateX(6px); }
  45%, 100% { opacity: .12; }
}

@keyframes colorReveal {
  0%, 25% { clip-path: inset(0 100% 0 0); opacity: 0; }
  38% { opacity: 1; clip-path: inset(0 42% 0 0); transform: translateX(-4px); }
  55%, 100% { opacity: 1; clip-path: inset(0 0 0 0); transform: translateX(0); }
}

@keyframes textGlitch {
  0%, 85%, 100% { transform: translateX(0); }
  88% { transform: translateX(-4px); }
  90% { transform: translateX(4px); }
  92% { transform: translateX(-2px); }
}

@keyframes logoSignal {
  0%, 55%, 100% { filter: grayscale(0); }
  56%, 59% { filter: grayscale(1) contrast(1.4); }
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 6vw;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.50)),
    url('assets/IMG_2968-22.jpg') center/cover;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: .65;
  animation: float 8s infinite alternate ease-in-out;
}

.orb-one {
  width: 300px;
  height: 300px;
  background: var(--purple);
  right: 10%;
  top: 18%;
}

.orb-two {
  width: 220px;
  height: 220px;
  background: var(--orange);
  right: 30%;
  bottom: 15%;
  animation-delay: 1.5s;
}

@keyframes float {
  from { transform: translateY(0) scale(1); }
  to { transform: translateY(-40px) scale(1.15); }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 950px;
}

.eyebrow {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 20px;
}

.hero-title {
  font-size: clamp(54px, 10vw, 150px);
  line-height: .84;
  letter-spacing: -6px;
}

.hero-title span {
  background: linear-gradient(90deg, var(--white), var(--purple), var(--orange));
  -webkit-background-clip: text;
  color: transparent;
}

.hero-text {
  max-width: 680px;
  color: var(--muted);
  font-size: 20px;
  margin: 30px 0;
  line-height: 1.5;
}

.btn {
  display: inline-block;
  padding: 15px 24px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--white);
  margin-right: 12px;
  transition: .3s ease;
}

.primary {
  background: linear-gradient(90deg, var(--orange), var(--purple));
}

.ghost {
  border: 1px solid rgba(255,255,255,.25);
}

.btn:hover {
  transform: translateY(-3px);
}

.section,
.photo-experience {
  padding: 120px 6vw;
}

.section-title {
  margin-bottom: 46px;
}

.section-title p {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.section-title h2,
.lab h2,
.booking h2 {
  font-size: clamp(38px, 6vw, 84px);
  line-height: .95;
  letter-spacing: -3px;
}

.slider-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

.slider {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 30px 0;
}

.slider::-webkit-scrollbar {
  display: none;
}

.project-card,
.photo-tile {
  position: relative;
  overflow: hidden;
  background: #111;
  transition: all .7s cubic-bezier(.2,.8,.2,1);
  cursor: pointer;
  border: 1px solid rgba(255,255,255,.1);
}

.project-card {
  flex: 0 0 auto;
  border-radius: 34px;
}

.project-card.horizontal {
  width: 620px;
  height: 390px;
}

.project-card.vertical {
  width: 310px;
  height: 520px;
}

.project-card:hover,
.project-card.active {
  width: 430px;
  height: 560px;
  transform: translateY(-16px);
  box-shadow: 0 40px 100px rgba(139,61,255,.32);
}

.project-card.active.horizontal {
  width: 720px;
  height: 430px;
}

.project-card img,
.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease, filter .8s ease;
  filter: grayscale(1) contrast(1.2);
}

.project-card:hover img,
.project-card.active img,
.photo-tile:hover img {
  transform: scale(1.08);
  filter: grayscale(0) contrast(1.12) saturate(1.18);
}

.project-card::after,
.photo-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(to bottom, rgba(255,255,255,.07) 0 1px, transparent 1px 5px),
    linear-gradient(to top, rgba(0,0,0,.85), transparent 62%);
  opacity: .75;
  transition: .5s ease;
}

.project-card:hover::after,
.photo-tile:hover::after {
  opacity: .35;
}

.card-info,
.tile-copy {
  position: absolute;
  left: 24px;
  bottom: 24px;
  right: 24px;
  z-index: 2;
}

.card-info span,
.tile-copy span {
  color: var(--orange);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.card-info h3,
.tile-copy h3 {
  font-size: 30px;
  margin-top: 6px;
}

.slider-btn {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.05);
  color: white;
  border-radius: 50%;
  font-size: 38px;
  cursor: pointer;
  z-index: 5;
}

.photo-experience {
  background:
    radial-gradient(circle at 10% 20%, rgba(255,106,0,.10), transparent 24%),
    radial-gradient(circle at 90% 10%, rgba(139,61,255,.16), transparent 30%);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 120px;
  gap: 22px;
}

.photo-tile {
  border-radius: 30px;
}

.photo-tile.horizontal {
  grid-column: span 4;
  grid-row: span 3;
}

.photo-tile.vertical {
  grid-column: span 3;
  grid-row: span 4;
}

.photo-tile.large {
  grid-column: span 5;
  grid-row: span 4;
}

.photo-tile:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 40px 100px rgba(255,106,0,.22);
}

.lab {
  padding: 120px 6vw;
  background: radial-gradient(circle at top right, rgba(139,61,255,.18), transparent 40%);
}

.process-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.process-grid div {
  min-height: 160px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  padding: 26px;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(14px);
  color: var(--orange);
  font-size: 14px;
}

.process-grid span {
  display: block;
  margin-top: 50px;
  color: white;
  font-size: 24px;
  font-weight: 700;
}

.booking {
  padding: 140px 6vw;
  text-align: center;
  background: linear-gradient(120deg, rgba(255,106,0,.18), rgba(139,61,255,.20));
}

.booking h2 {
  max-width: 900px;
  margin: 0 auto 34px;
}

@media (max-width: 950px) {
  .nav nav {
    display: none;
  }

  .brand-text small {
    display: none;
  }

  .hero-title {
    letter-spacing: -3px;
  }

  .project-card.horizontal,
  .project-card.active.horizontal {
    width: 82vw;
    height: 420px;
  }

  .project-card.vertical,
  .project-card:hover {
    width: 72vw;
    height: 520px;
  }

  .photo-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .photo-tile,
  .photo-tile.horizontal,
  .photo-tile.vertical,
  .photo-tile.large {
    flex: 0 0 82vw;
    height: 520px;
    scroll-snap-align: start;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .slider-btn {
    display: none;
  }

  .tv-frame {
    min-height: 620px;
  }

  .intro-copy h1 {
    letter-spacing: 5px;
  }
}
