:root {
  --black: #050505;
  --charcoal: #101010;
  --panel: #151515;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f4f1ea;
  --muted: #aaa59a;
  --soft: #d8d0c0;
  --accent: #c8a96a;
  --max: 1240px;
}

* { box-sizing: border-box; }
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: var(--black);
}
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
body.ready .reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
}
body.ready .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.18;
  background-image: radial-gradient(rgba(255,255,255,0.16) 0.6px, transparent 0.8px);
  background-size: 4px 4px;
  mix-blend-mode: soft-light;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 4vw, 48px);
  background: linear-gradient(180deg, rgba(5,5,5,0.82), rgba(5,5,5,0));
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 38px;
  border: 1px solid var(--line);
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  font-weight: 800;
}
.hamburger {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  color: var(--text);
  cursor: pointer;
}
.hamburger span {
  width: 19px;
  height: 1px;
  background: currentColor;
  transition: transform 0.3s ease;
}
.menu-open .hamburger span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-open .hamburger span:last-child { transform: translateY(-5px) rotate(-45deg); }

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 96px 24px 42px;
  background: rgba(5,5,5,0.96);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.menu-open .menu-overlay {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.menu-panel {
  display: grid;
  gap: clamp(12px, 2.4vh, 24px);
  text-align: center;
}
.menu-panel a {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 7vw, 6.6rem);
  line-height: 0.9;
  color: var(--soft);
  transition: color 0.2s ease, transform 0.2s ease;
}
.menu-panel a:hover { color: white; transform: scale(1.025); }
.admin-link {
  position: absolute;
  bottom: 26px;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.hero-media, .hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media {
  object-fit: cover;
  transform: translate3d(0, 0, 0) scale(1.04);
  filter: saturate(0.82) contrast(1.08);
  will-change: transform;
}
.hero-shade {
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,0.08), transparent 34%),
    linear-gradient(180deg, rgba(5,5,5,0.18), rgba(5,5,5,0.86) 78%, var(--black));
}
.hero-content {
  position: relative;
  width: min(var(--max), calc(100% - 34px));
  text-align: center;
  padding-top: 70px;
}
.kicker {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
h1, h2, h3, p {
  margin: 0;
  overflow-wrap: anywhere;
}
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}
.hero h1 {
  font-size: clamp(5.8rem, 22vw, 20rem);
  line-height: 0.78;
}
.slogan {
  margin: 24px auto 0;
  max-width: 760px;
  color: var(--soft);
  font-size: clamp(1.1rem, 2.3vw, 2rem);
}
.scroll-cue {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section, .page-shell {
  width: min(var(--max), calc(100% - 34px));
  margin: 0 auto;
}
.section { padding: clamp(78px, 11vw, 150px) 0; }
.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  gap: clamp(34px, 7vw, 96px);
  border-bottom: 1px solid var(--line);
}
.section-title h2, .page-hero h1, .cinematic-cta h2 {
  max-width: 900px;
  font-size: clamp(2.55rem, 6.6vw, 7.2rem);
  line-height: 0.95;
}
.intro-copy {
  display: grid;
  gap: 20px;
  color: var(--soft);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.media-band {
  width: 100%;
  display: flex;
  overflow: hidden;
  border-block: 1px solid var(--line);
}
.media-strip-item {
  flex: 1 1 0;
  min-width: 0;
  height: clamp(230px, 34vw, 470px);
  border: 0;
  border-right: 1px solid var(--line);
  padding: 0;
  background: var(--charcoal);
  cursor: zoom-in;
  overflow: hidden;
  transform: translateZ(0);
}
.media-strip-item img, .masonry-item img, .video-card img, .art-tile img, .portrait-frame img, .editorial-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}
.media-strip-item:hover img, .masonry-item:hover img, .video-card button:hover img, .art-tile:hover img { transform: scale(1.045); filter: brightness(1.08); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}
.service-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));
  transition: opacity 0.55s ease, transform 0.55s ease, border-color 0.22s ease, background 0.22s ease;
}
.service-card:hover { transform: translateY(-5px); border-color: rgba(200,169,106,0.56); background: rgba(255,255,255,0.08); }
.service-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--accent);
  font-size: 0.72rem;
  text-transform: uppercase;
}
.service-card h3, .service-card h2 {
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}
.service-card p { color: var(--muted); }
.service-card.large { min-height: 310px; }
.services-page { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-bottom: 100px; }

.cinematic-cta {
  min-height: 56vh;
  display: grid;
  align-content: center;
  justify-items: start;
  border-top: 1px solid var(--line);
}
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 0 18px;
  border: 1px solid rgba(244,241,234,0.42);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255,255,255,0.05);
  cursor: pointer;
}
.button:hover { border-color: var(--accent); }

.page-shell { padding-top: 130px; }
.page-hero {
  min-height: 50vh;
  display: grid;
  align-content: end;
  gap: 18px;
  padding-bottom: clamp(42px, 8vw, 90px);
}
.page-hero p:last-child {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.12rem;
}
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.filter {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}
.filter.active, .filter:hover { color: var(--text); border-color: var(--accent); }
.masonry {
  columns: 3 270px;
  column-gap: 14px;
  padding-bottom: 100px;
}
.masonry-item {
  position: relative;
  width: 100%;
  min-height: 220px;
  margin: 0 0 14px;
  break-inside: avoid;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: var(--panel);
  overflow: hidden;
  cursor: zoom-in;
}
.masonry-item.tall img { aspect-ratio: 3 / 4.4; }
.masonry-item.wide img { aspect-ratio: 16 / 10; }
.masonry-item img { aspect-ratio: 4 / 3; }
.masonry-item span {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 4px;
  padding: 36px 16px 16px;
  color: white;
  text-align: left;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.82));
}
.masonry-item small { color: var(--soft); }
.masonry-item.is-hidden { display: none; }

.video-grid {
  display: grid;
  gap: 28px;
  padding-bottom: 110px;
}
.video-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: stretch;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.video-card button {
  position: relative;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: var(--panel);
  overflow: hidden;
  cursor: pointer;
}
.video-card button img { aspect-ratio: 16 / 8.5; }
.play-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 50%;
  background: rgba(0,0,0,0.35);
}
.video-card h2 { font-size: clamp(2rem, 4vw, 4rem); line-height: 0.95; }
.video-card p { margin: 12px 0 22px; color: var(--muted); }
.video-card video { width: 100%; border-radius: 8px; background: #000; }

.editorial-hero {
  min-height: 70vh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}
.editorial-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.16), rgba(0,0,0,0.82));
}
.editorial-hero img { position: absolute; inset: 0; }
.editorial-hero div {
  position: relative;
  z-index: 1;
  max-width: 980px;
  padding: clamp(28px, 6vw, 70px);
}
.editorial-hero h1 { font-size: clamp(3.1rem, 9vw, 9rem); line-height: 0.9; }
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  padding: 70px 0 110px;
}
.editorial-text {
  grid-column: span 3;
  display: grid;
  gap: 18px;
  align-content: center;
  padding: 30px;
  border-left: 1px solid var(--line);
  color: var(--soft);
  font-size: 1.15rem;
}
.art-tile, .art-video {
  grid-column: span 3;
  min-height: 320px;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: var(--panel);
  overflow: hidden;
}
.art-video { width: 100%; height: 100%; object-fit: cover; }

.about-layout, .contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  min-height: calc(100svh - 140px);
  padding-bottom: 90px;
}
.about-layout h1, .contact-layout h1 {
  font-size: clamp(2.8rem, 7vw, 7rem);
  line-height: 0.92;
  margin-bottom: 28px;
}
.about-layout p, .contact-layout p { color: var(--soft); margin-bottom: 18px; }
.portrait-frame {
  height: min(72vh, 760px);
  border-radius: 8px;
  overflow: hidden;
}
.contact-lines {
  display: grid;
  gap: 8px;
  margin: 26px 0;
  color: var(--accent);
}
.map {
  width: 100%;
  height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  filter: grayscale(1) invert(0.92) contrast(0.9);
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.035);
}
.contact-form label { display: grid; gap: 8px; color: var(--muted); font-size: 0.86rem; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 12px;
  color: var(--text);
  background: rgba(0,0,0,0.38);
}
.contact-form .full, .form-status { grid-column: 1 / -1; }
.form-status { color: var(--accent); min-height: 24px; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 26px;
  background: rgba(0,0,0,0.96);
}
.lightbox[hidden] { display: none; }
.lightbox-media {
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  touch-action: none;
}
.lightbox-media img, .lightbox-media video {
  max-height: calc(100svh - 130px);
  width: auto;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform 0.2s ease;
}
.lightbox-info {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.lightbox-info p { color: var(--muted); }
.lightbox-actions { display: flex; gap: 8px; }
.lightbox-actions button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255,255,255,0.05);
  cursor: pointer;
}

.footer {
  width: min(var(--max), calc(100% - 34px));
  min-height: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer div { display: grid; gap: 6px; }
.footer strong { color: var(--text); letter-spacing: 0.18em; }
.footer nav { display: flex; gap: 22px; }

.maintenance-body { min-height: 100svh; display: grid; place-items: center; }
.maintenance { width: min(680px, calc(100% - 34px)); text-align: center; }
.maintenance h1 { font-size: clamp(3rem, 10vw, 8rem); line-height: 0.9; }
.maintenance p:not(.kicker) { color: var(--muted); margin-top: 18px; }

@media (max-width: 900px) {
  .intro-section, .video-card, .about-layout, .contact-layout { grid-template-columns: 1fr; }
  .service-grid, .services-page { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-text, .art-tile, .art-video { grid-column: auto; }
  .contact-form { grid-template-columns: 1fr; }
  .media-band {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 14px;
    -webkit-overflow-scrolling: touch;
  }
  .media-band::-webkit-scrollbar { display: none; }
  .media-strip-item {
    flex: 0 0 clamp(220px, 38vw, 340px);
    scroll-snap-align: start;
  }
  .section-title h2, .page-hero h1, .cinematic-cta h2 {
    font-size: clamp(2.35rem, 10vw, 5.4rem);
  }
}

@media (max-width: 560px) {
  .site-header { height: 66px; padding: 0 14px; }
  .brand-mark { width: 48px; height: 34px; }
  .hero h1 { font-size: clamp(5rem, 31vw, 8rem); }
  .section, .page-shell { width: min(100% - 24px, var(--max)); }
  .section { padding: 66px 0; }
  .media-strip-item {
    flex-basis: 76vw;
    height: clamp(280px, 92vw, 430px);
  }
  .service-grid, .services-page { grid-template-columns: 1fr; }
  .service-card { min-height: 210px; }
  .masonry { columns: 1; }
  .lightbox { padding: 14px; }
  .lightbox-info { align-items: start; flex-direction: column; }
  .footer { flex-direction: column; align-items: start; padding: 30px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
