:root {
  --ink: #f5f2ea;
  --muted: #bcb5a8;
  --paper: #11100f;
  --panel: #1b1917;
  --line: rgba(245, 242, 234, 0.16);
  --red: #b71f2a;
  --gold: #d79c42;
  --steel: #71818d;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(18px, 4vw, 48px);
  background: linear-gradient(to bottom, rgba(17, 16, 15, 0.9), rgba(17, 16, 15, 0));
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(17, 16, 15, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(245, 242, 234, 0.7);
  font-size: 13px;
}

.brand-text {
  font-size: 14px;
}

.site-nav {
  display: flex;
  gap: 28px;
  color: rgba(245, 242, 234, 0.78);
  font-size: 14px;
}

.site-nav a:hover {
  color: var(--ink);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: 150px clamp(20px, 6vw, 72px) 92px;
  overflow: hidden;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/hero-cinema.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(17, 16, 15, 0.96) 0%, rgba(17, 16, 15, 0.74) 38%, rgba(17, 16, 15, 0.14) 72%),
    linear-gradient(0deg, rgba(17, 16, 15, 0.95) 0%, rgba(17, 16, 15, 0) 35%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.kicker,
.section-label,
.project-type {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(58px, 10vw, 132px);
  line-height: 0.92;
}

.hero-copy {
  max-width: 620px;
  color: rgba(245, 242, 234, 0.84);
  font-size: clamp(18px, 2vw, 24px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--line);
  font-weight: 800;
  font-size: 14px;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.btn.primary {
  background: var(--red);
  border-color: var(--red);
  color: white;
}

.btn.ghost {
  background: rgba(245, 242, 234, 0.08);
  backdrop-filter: blur(8px);
}

.hero-strip {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 6vw, 72px);
  bottom: 30px;
  display: flex;
  gap: 12px;
  color: rgba(245, 242, 234, 0.74);
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-strip span {
  border-top: 1px solid rgba(245, 242, 234, 0.28);
  padding-top: 12px;
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
}

.intro-grid,
.section-heading,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}

h2 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
}

.intro p,
.section-heading p,
.contact-copy p,
.service-item p,
.project p {
  color: var(--muted);
}

.work-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}

.project {
  min-height: 280px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(145deg, rgba(245, 242, 234, 0.12), rgba(245, 242, 234, 0.02)),
    var(--panel);
  border: 1px solid var(--line);
  overflow: hidden;
}

.project-large {
  grid-row: span 2;
  min-height: 576px;
  background:
    radial-gradient(circle at 76% 18%, rgba(215, 156, 66, 0.34), transparent 34%),
    linear-gradient(145deg, rgba(113, 129, 141, 0.22), rgba(245, 242, 234, 0.03)),
    var(--panel);
}

.project-red {
  background:
    radial-gradient(circle at 90% 10%, rgba(183, 31, 42, 0.44), transparent 38%),
    var(--panel);
}

.project-gold {
  background:
    radial-gradient(circle at 80% 8%, rgba(215, 156, 66, 0.4), transparent 34%),
    var(--panel);
}

.project h3,
.service-item h3 {
  margin-bottom: 10px;
  font-size: 26px;
}

.services {
  border-top: 1px solid var(--line);
}

.service-list {
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.service-item {
  display: grid;
  grid-template-columns: 70px minmax(160px, 0.4fr) minmax(0, 1fr);
  gap: 26px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.service-item span {
  color: var(--steel);
  font-weight: 800;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 0;
}

.stats div {
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.stats strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
}

.stats span {
  color: var(--muted);
}

.contact {
  width: min(var(--max), calc(100% - 40px));
  background: linear-gradient(145deg, rgba(183, 31, 42, 0.17), rgba(113, 129, 141, 0.08));
  border-top: 1px solid var(--line);
}

.contact-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--gold);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  background: rgba(17, 16, 15, 0.66);
  border: 1px solid var(--line);
}

label {
  display: grid;
  gap: 8px;
  color: rgba(245, 242, 234, 0.74);
  font-size: 13px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(245, 242, 234, 0.18);
  background: rgba(245, 242, 234, 0.07);
  color: var(--ink);
  padding: 13px 14px;
  font: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

select option {
  color: #11100f;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--gold);
  font-size: 14px;
}

.site-footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 46px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 13px;
}

@media (max-width: 820px) {
  .nav-toggle {
    display: grid;
    gap: 6px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid var(--line);
    background: rgba(17, 16, 15, 0.48);
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    background: var(--ink);
  }

  .site-nav {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    gap: 0;
    background: rgba(17, 16, 15, 0.96);
    border: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 16px 18px;
    border-bottom: 1px solid var(--line);
  }

  .hero {
    min-height: 90vh;
    padding-bottom: 110px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(17, 16, 15, 0.96), rgba(17, 16, 15, 0.44)),
      linear-gradient(0deg, rgba(17, 16, 15, 0.96) 0%, rgba(17, 16, 15, 0) 45%);
  }

  .hero-strip {
    left: 20px;
    right: 20px;
    overflow-x: auto;
  }

  .intro-grid,
  .section-heading,
  .contact,
  .work-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .project-large {
    min-height: 360px;
  }

  .service-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .brand-text {
    max-width: 120px;
    font-size: 12px;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .section {
    padding: 70px 0;
  }

  .project,
  .contact-form,
  .stats div {
    padding: 22px;
  }
}
