:root {
  --black: #090909;
  --white: #ffffff;
  --muted: #6d6d6d;
  --line: #dddddd;
  --line-strong: #bdbdbd;
  --font-ui: "Manrope", "Helvetica Neue", "Arial", sans-serif;
  --font-display: "Syne", "Helvetica Neue", "Arial", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--black);
  background: var(--white);
  font-family: var(--font-ui);
  line-height: 1.45;
}

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

code {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  color: var(--muted);
}

a {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
  padding: clamp(8px, 1.1vw, 14px);
}

.site-frame {
  max-width: 1700px;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 16px);
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(6px);
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding: 11px clamp(14px, 2.4vw, 28px);
  border-bottom: 1px solid var(--line);
}

.brand {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
}

.meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px;
  row-gap: 6px;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.69rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

.meta a:hover,
.meta a:focus-visible {
  color: var(--black);
  outline: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.5vw, 20px);
  overflow-x: auto;
  padding: 10px clamp(14px, 2.4vw, 28px);
  scrollbar-width: thin;
}

.nav-toggle {
  display: none;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid var(--line-strong);
  background: var(--white);
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.67rem;
  font-weight: 700;
  cursor: pointer;
}

.site-nav a {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  color: var(--muted);
  font-size: 0.77rem;
  letter-spacing: 0.02em;
  padding: 1px 0;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--black);
  outline: none;
}

.site-nav a.is-active {
  color: var(--black);
  font-weight: 700;
}

.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  border-bottom: 1.5px solid var(--black);
}

.mobile-only-nav-link {
  display: none;
}

main {
  flex: 1 0 auto;
  padding: clamp(18px, 2.5vw, 36px);
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  color: var(--muted);
}

.landing-canvas {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(0, 2fr);
  min-height: clamp(500px, 54vw, 760px);
  border: 1px solid var(--line);
  background: var(--white);
  overflow: hidden;
  margin-bottom: clamp(22px, 3vw, 38px);
}

.canvas-artworks {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-left: 1px solid var(--line);
}

.floating-shot {
  position: absolute;
  width: clamp(120px, 16vw, 300px);
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.85);
  filter: contrast(1.03) saturate(0.98);
  z-index: 1;
}

.shot-a {
  top: 6%;
  left: 5%;
  aspect-ratio: 4 / 5;
}

.shot-b {
  top: 5%;
  right: 7%;
  width: clamp(140px, 18vw, 320px);
  aspect-ratio: 16 / 9;
}

.shot-c {
  top: 16%;
  left: 44%;
  width: clamp(170px, 20vw, 330px);
  aspect-ratio: 3 / 4;
  opacity: 1;
}

.shot-d {
  bottom: 8%;
  left: 10%;
  width: clamp(150px, 19vw, 300px);
  aspect-ratio: 4 / 5;
}

.shot-e {
  right: 2.5%;
  bottom: 4%;
  width: clamp(200px, 24vw, 400px);
  aspect-ratio: 4 / 5;
}

.shot-f {
  left: 48%;
  bottom: 9%;
  width: clamp(110px, 12vw, 190px);
  aspect-ratio: 4 / 5;
  opacity: 1;
}

.canvas-title {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  text-align: left;
  max-width: none;
  min-height: 100%;
  padding: clamp(22px, 3.2vw, 42px);
  gap: 12px;
  background: var(--white);
}

.canvas-title h1,
.subpage-intro h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 7.1vw, 5.5rem);
  line-height: 0.93;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.canvas-title h1 {
  letter-spacing: -0.04em;
}

.canvas-title p {
  margin: 0;
  max-width: 44ch;
  color: var(--muted);
  font-size: clamp(0.9rem, 1.25vw, 1.03rem);
}

.canvas-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.mono-button,
.mono-link {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  padding: 10px 14px;
}

.mono-button {
  background: var(--black);
  color: var(--white);
  border: 1px solid var(--black);
}

.mono-link {
  border: 1px solid var(--line-strong);
  color: var(--black);
  background: var(--white);
}

.series-grid {
  column-width: clamp(240px, 26vw, 380px);
  column-gap: clamp(12px, 1.6vw, 18px);
}

.series-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 clamp(12px, 1.6vw, 18px);
  break-inside: avoid;
  border: 1px solid var(--line);
  background: var(--white);
}

.series-link {
  display: block;
  text-decoration: none;
}

.series-cover {
  width: 100%;
  height: auto;
}

.series-body {
  padding: clamp(12px, 1.9vw, 18px);
}

.series-body h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.22rem, 1.9vw, 1.55rem);
  letter-spacing: -0.01em;
}

.series-body p {
  margin: 0.58rem 0 0;
  color: var(--muted);
  line-height: 1.56;
  font-size: 0.92rem;
}

.subpage-intro {
  display: grid;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(18px, 2.4vw, 28px);
  margin-bottom: clamp(18px, 2.3vw, 28px);
}

.subpage-intro h1 {
  justify-self: start;
  text-align: left;
}

.subpage-intro p {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
}

.legal-content {
  max-width: 84ch;
}

.legal-box {
  border: 1px solid var(--line);
  padding: clamp(14px, 2vw, 20px);
}

.legal-box h2 {
  margin: 1.35rem 0 0.52rem;
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.8vw, 1.26rem);
  letter-spacing: -0.01em;
}

.legal-box h2:first-child {
  margin-top: 0;
}

.legal-box p {
  margin: 0 0 0.78rem;
  color: var(--muted);
  line-height: 1.56;
}

.floating-back {
  position: fixed;
  right: clamp(14px, 2.4vw, 34px);
  bottom: calc(88px + env(safe-area-inset-bottom));
  z-index: 75;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.71rem;
  font-weight: 700;
  padding: 12px 18px;
  border: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
  box-shadow: 0 10px 22px rgba(9, 9, 9, 0.2);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease,
    color 160ms ease;
}

.floating-back::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(9, 9, 9, 0.45);
  pointer-events: none;
}

.floating-back:hover,
.floating-back:focus-visible {
  transform: translateY(-2px);
  background: var(--black);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(9, 9, 9, 0.28);
  outline: none;
}

.gallery-grid {
  column-width: clamp(210px, 24vw, 320px);
  column-gap: clamp(10px, 1.6vw, 16px);
}

.gallery-item {
  display: inline-block;
  width: 100%;
  margin: 0 0 clamp(10px, 1.6vw, 16px);
  break-inside: avoid;
  border: 1px solid var(--line);
  background: var(--white);
}

.gallery-item figure {
  margin: 0;
  width: 100%;
}

.gallery-media {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
}

.gallery-media.video-frame {
  aspect-ratio: auto;
}

figcaption {
  margin-top: 0;
  padding: 9px 11px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.67rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding: 12px clamp(14px, 2.4vw, 28px) 16px;
  color: var(--muted);
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-footer a {
  text-decoration: none;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer-links .legal-link:nth-last-child(2) {
  margin-left: auto;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--black);
  outline: none;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.52s ease, transform 0.52s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1080px) {
  .subpage-intro {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: clamp(10px, 1.6vw, 16px);
    row-gap: 0;
    align-items: start;
  }

  .subpage-intro h1 {
    grid-column: 1 / span 6;
    grid-row: 1;
  }

  .subpage-intro p {
    grid-column: 7 / span 6;
    grid-row: 1;
    align-self: start;
  }
}

@media (max-width: 960px) {
  .landing-canvas {
    grid-template-columns: 1fr;
  }

  .canvas-title {
    min-height: auto;
    border-bottom: 1px solid var(--line);
  }

  .canvas-artworks {
    min-height: 470px;
    border-left: none;
  }

  .shot-e {
    width: clamp(170px, 32vw, 300px);
  }
}

@media (max-width: 760px) {
  .site-shell {
    padding: 0;
  }

  .site-frame {
    border: none;
    min-height: 100vh;
  }

  .brand-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
  }

  .meta {
    width: 100%;
    margin-top: 8px;
    justify-content: flex-start;
    gap: 10px;
    font-size: 0.62rem;
  }

  .site-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    overflow: hidden;
    max-height: 0;
    padding: 0 12px;
    border-top: 1px solid transparent;
    transition: max-height 180ms ease, padding 180ms ease, border-color 180ms ease;
  }

  .site-header.nav-open .site-nav {
    max-height: 340px;
    padding: 10px 12px 12px;
    border-top-color: var(--line);
  }

  .site-nav a {
    font-size: 0.81rem;
  }

  .mobile-only-nav-link {
    display: inline;
  }

  .site-nav .mobile-legal-first {
    border-top: 1px solid var(--line);
    margin-top: 6px;
    padding-top: 10px;
    width: 100%;
  }

  .site-nav .mobile-legal-first.is-active::after {
    content: none;
  }

  .site-nav .mobile-legal-first.is-active {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .site-header.nav-open .nav-toggle {
    background: var(--black);
    color: var(--white);
    border-color: var(--black);
  }

  main {
    padding: 12px;
  }

  .landing-canvas {
    min-height: auto;
  }

  .shot-e {
    display: none;
  }

  .shot-a {
    top: 9%;
  }

  .canvas-title {
    padding: 14px;
  }

  .canvas-artworks {
    min-height: 420px;
  }

  .canvas-title h1 {
    font-size: clamp(1.8rem, 12vw, 2.9rem);
  }

  .canvas-title p {
    font-size: 0.9rem;
    max-width: 100%;
  }

  .canvas-actions {
    flex-direction: row;
    justify-content: flex-start;
  }

  .mono-button,
  .mono-link {
    width: auto;
  }

  .floating-back {
    right: 12px;
    bottom: calc(64px + env(safe-area-inset-bottom));
    min-width: 108px;
    padding: 10px 14px;
  }

  .site-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 10px 12px calc(12px + env(safe-area-inset-bottom));
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .site-footer > a,
  .footer-links a {
    white-space: nowrap;
  }

  .footer-links {
    gap: 10px;
    flex-wrap: nowrap;
  }

  .site-footer .legal-link {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
