:root {
  color-scheme: dark;
  --bg: #050505;
  --ink: #f7f4ef;
  --muted: #b9b0a4;
  --soft: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.18);
  --accent: #f0b35a;
  --panel: rgba(9, 9, 9, 0.78);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 28px;
  border-bottom: 1px solid var(--line);
  background: #000;
}

.brand {
  font-size: 1.32rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 760;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.86);
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--accent);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  padding: 8px 10px;
  font: inherit;
}

.hero {
  min-height: calc(100vh - 56px);
  display: grid;
  place-items: center;
  padding: 48px 18px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.42)),
    url("https://lh3.googleusercontent.com/sitesv/AA5AbUDr-8mzAjxh5645PEbd7sLe985x9_OawEOaCNhl_WiY62bNt_VyUPN1WJum-PPVRSQzIhHi-R2BNv3UHYPCU6PrNJ4AoGUdka5_BiC3q4IjC6Tu1MnycMNPdfGbG7dRZAJ-hncy1kz4f-2jCQSE5CXCxNfG7ALPRSzHq_r71hnnTQrOJcBRJQ=w16383")
      center / cover;
}

.showreel {
  width: min(760px, 86vw);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.52);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.showreel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showreel-link {
  display: grid;
  height: 100%;
  place-items: center;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  font-size: clamp(1.6rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.page {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 80px 0;
}

.page.narrow {
  width: min(840px, calc(100% - 36px));
}

.kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-weight: 850;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 920px;
  font-size: clamp(2.8rem, 9vw, 7.2rem);
  line-height: 0.92;
  text-transform: uppercase;
}

h2 {
  margin-top: 44px;
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  line-height: 1.02;
}

p,
li {
  color: rgba(247, 244, 239, 0.86);
  font-size: 1.04rem;
  line-height: 1.72;
}

.lead {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.35;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0 18px;
  background: var(--ink);
  color: #080808;
  font-weight: 850;
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.archive-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035));
  padding: 18px;
}

.archive-card:hover {
  border-color: var(--accent);
}

.archive-card strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1.05;
}

.archive-card span {
  margin-top: 8px;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 40px;
  align-items: start;
}

.info-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  padding: 22px;
}

.info-panel dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

.info-panel dt {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.info-panel dd {
  margin: 5px 0 0;
  line-height: 1.45;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  border-top: 1px solid var(--line);
  padding: 28px 18px;
  background: #000;
  color: var(--muted);
  font-size: 0.94rem;
}

.site-footer a:hover {
  color: var(--accent);
}

@media (max-width: 820px) {
  .site-header {
    padding: 0 16px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 56px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-bottom: 1px solid var(--line);
    background: #000;
    padding: 10px 16px 16px;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 12px 0;
  }

  .page {
    padding: 52px 0;
  }

  .archive-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: start;
    padding-top: 72px;
  }
}
