﻿:root {
  --red: #f01818;
  --black: #050505;
  --ink: #121212;
  --white: #ffffff;
  --paper: #f6f4f1;
  --line: rgba(255, 255, 255, .16);
  --muted: #6f6f6f;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 48px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(5,5,5,.86), rgba(5,5,5,0));
  transition: background .25s ease, border-color .25s ease;
}
.site-header.is-scrolled {
  background: rgba(5, 5, 5, .92);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
}
.brand {
  display: grid;
  gap: 0;
  font-family: "Russo One", Montserrat, sans-serif;
  font-size: clamp(18px, 2vw, 28px);
  line-height: .86;
  text-transform: uppercase;
}
.brand span span, .site-footer span span { color: var(--red); }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 38px); font-size: 14px; font-weight: 600; }
.main-nav a { opacity: .78; transition: opacity .2s ease, color .2s ease; }
.main-nav a:hover { opacity: 1; color: var(--red); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.24); background: transparent; color: white; padding: 10px; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.section-dark { background: var(--black); color: var(--white); }
.section-light { background: var(--paper); color: var(--ink); }
.section-shell { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; }
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 108px 0 72px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(240, 24, 24, .22), transparent 30%),
    linear-gradient(120deg, rgba(255,255,255,.08), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.03) 0 1px, transparent 1px 90px);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 470px);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.hero .eyebrow {
  font-size: clamp(14px, 1.15vw, 17px);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 24px;
  max-width: 760px;
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: .98;
  font-weight: 800;
}
h2 { font-size: clamp(32px, 4.5vw, 64px); line-height: 1; margin-bottom: 22px; }
h3 { font-size: 22px; line-height: 1.16; margin-bottom: 12px; }
p { line-height: 1.7; }
.hero-text { max-width: 650px; color: rgba(255,255,255,.74); font-size: clamp(16px, 1.5vw, 20px); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-weight: 800;
  font-size: 14px;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); border-color: var(--red); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.32); }
.button-dark { color: var(--white); background: var(--black); border-color: var(--black); }
.button-wide { min-width: min(100%, 300px); padding-inline: 34px; }

.hero-stage { position: relative; min-height: 430px; display: grid; place-items: center; }
.logo-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  padding: clamp(18px, 3vw, 30px);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 36px 90px rgba(0,0,0,.42);
  transform: rotate(-2deg);
}
.logo-frame-text {
  min-height: 360px;
  display: grid;
  place-items: center;
}
.poster-logo {
  width: 100%;
  display: grid;
  justify-items: center;
  color: #050505;
  font-family: "Russo One", Montserrat, sans-serif;
  text-align: center;
  line-height: .9;
}
.poster-word {
  display: block;
  font-size: clamp(48px, 6vw, 78px);
  letter-spacing: 0;
}
.poster-word span { color: var(--red); }
.poster-logo i {
  width: 88%;
  height: 2px;
  margin: 26px 0 18px;
  background: #050505;
}
.poster-logo small {
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(18px, 2.4vw, 28px);
  font-weight: 500;
  line-height: 1.25;
  color: #111;
}
.poster-logo small span { color: var(--red); }
.logo-frame::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(5,5,5,.1);
  pointer-events: none;
}
.clapper {
  position: absolute;
  top: 12px;
  right: 28px;
  width: 190px;
  height: 96px;
  border: 10px solid white;
  border-top-width: 28px;
  transform: rotate(10deg);
  opacity: .12;
}
.clapper span { position: absolute; top: -28px; width: 26px; height: 28px; background: var(--red); transform: skewX(-26deg); }
.clapper span:nth-child(1) { left: 16px; }
.clapper span:nth-child(2) { left: 62px; background: white; }
.clapper span:nth-child(3) { left: 108px; }
.clapper span:nth-child(4) { left: 154px; background: white; }
.reel-orbit {
  position: absolute;
  width: 360px;
  height: 360px;
  border: 2px solid rgba(255,255,255,.14);
  border-radius: 50%;
  animation: spin 18s linear infinite;
}
.reel-orbit div {
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(240,24,24,.12);
}
.reel-orbit div:nth-child(1) { left: 50%; top: -44px; transform: translateX(-50%); }
.reel-orbit div:nth-child(2) { right: 0; bottom: 34px; }
.reel-orbit div:nth-child(3) { left: 0; bottom: 34px; }
.film-strip {
  position: absolute;
  left: -10%;
  right: -10%;
  height: 38px;
  opacity: .22;
  background-image:
    linear-gradient(90deg, transparent 0 12px, rgba(255,255,255,.85) 12px 26px, transparent 26px 42px),
    linear-gradient(0deg, transparent 0 9px, rgba(255,255,255,.85) 9px 29px, transparent 29px 38px);
  background-size: 42px 38px, 100% 38px;
  animation: filmMove 10s linear infinite;
}
.film-strip-top { top: 86px; transform: rotate(-2deg); }
.film-strip-bottom { bottom: 34px; transform: rotate(2deg); animation-direction: reverse; }

.intro { padding: 36px 0; }
.intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stat { border-top: 3px solid var(--red); padding: 22px 0 0; }
.stat strong { display: block; font-size: clamp(38px, 6vw, 78px); line-height: .9; }
.stat span { display: block; max-width: 280px; color: var(--muted); font-weight: 600; }

.services, .works, .about, .contacts { padding: clamp(72px, 10vw, 130px) 0; }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.service-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(18px, 3vw, 36px);
  padding: 34px 0 8px;
}
.service-grid::before {
  content: "";
  position: absolute;
  inset: 0 -26px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(ellipse at center, #000 28%, transparent 72%);
  pointer-events: none;
}
.service-card {
  position: relative;
  z-index: 1;
  min-height: 285px;
  padding: 58px clamp(22px, 3vw, 34px) 30px;
  color: #111;
  background: #fbfaf6;
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 24px 55px rgba(0,0,0,.38), 0 1px 0 rgba(255,255,255,.7) inset;
  transform: rotate(var(--tilt, 0deg));
}
.service-card::before,
.service-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.service-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  margin-bottom: 46px;
  color: var(--white);
  background: var(--red);
  border-radius: 50%;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(240,24,24,.24);
}
.service-card h3 { color: #080808; }
.service-card p { margin-bottom: 0; color: #4c4c4c; font-weight: 500; }
.service-card:nth-child(1) {
  grid-column: 1 / span 5;
  --tilt: -2.2deg;
}
.service-card:nth-child(1)::before {
  top: -28px;
  left: 34px;
  width: 34px;
  height: 92px;
  border: 4px solid #b9822f;
  border-radius: 22px;
  transform: rotate(-16deg);
  filter: none;
}
.service-card:nth-child(1)::after {
  inset: 10px;
  border: 1px dashed rgba(5,5,5,.12);
}
.service-card:nth-child(2) {
  grid-column: 7 / span 5;
  margin-top: 44px;
  --tilt: 1.8deg;
  background: #fff;
}
.service-card:nth-child(2)::before {
  top: -18px;
  left: auto;
  right: clamp(52px, 7vw, 92px);
  width: 24px;
  height: 24px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 8px 0 #b90f0f, 0 18px 28px rgba(0,0,0,.28);
}
.service-card:nth-child(2)::after {
  content: none;
}
.service-card:nth-child(3) {
  grid-column: 2 / span 5;
  --tilt: 1.3deg;
  background: #f4f0e8;
}
.service-card:nth-child(3)::before {
  top: -18px;
  left: 28px;
  width: 24px;
  height: 24px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 8px 0 #b90f0f, 0 18px 28px rgba(0,0,0,.28);
}
.service-card:nth-child(3)::after {
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 52px 52px;
  border-color: transparent transparent #ded8cc transparent;
  filter: drop-shadow(-8px -8px 10px rgba(0,0,0,.12));
}
.service-card:nth-child(4) {
  grid-column: 8 / span 5;
  margin-top: -18px;
  --tilt: -1.1deg;
  background: #fffdfa;
}
.service-card:nth-child(4)::before {
  top: -18px;
  left: 50%;
  width: 86px;
  height: 32px;
  background: rgba(240, 208, 136, .82);
  box-shadow: 0 1px 0 rgba(255,255,255,.45) inset, 0 10px 22px rgba(0,0,0,.12);
  transform: translateX(-50%) rotate(3deg);
}
.service-card:nth-child(4)::after {
  content: none;
}
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 3vw, 28px); align-items: stretch; }
.work-card {
  min-height: 470px;
  display: grid;
  align-content: end;
  padding: 28px;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  background: #111;
  box-shadow: 0 26px 58px rgba(5,5,5,.18);
  transform: rotate(var(--photo-tilt, 0deg));
}
.work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05) 22%, rgba(0,0,0,.08) 46%, rgba(0,0,0,.82) 100%),
    linear-gradient(90deg, rgba(240,24,24,.45), transparent 38%);
}
.work-card::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  bottom: 14px;
  z-index: 2;
  opacity: .78;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.88) 0 10px, transparent 10px 24px) top / 100% 18px no-repeat,
    repeating-linear-gradient(90deg, rgba(255,255,255,.88) 0 10px, transparent 10px 24px) bottom / 100% 18px no-repeat;
}
.work-card h3, .work-card p { position: relative; z-index: 3; }
.work-card p { margin-bottom: 0; color: rgba(255,255,255,.82); }
.work-card h3 { color: white; }
.work-red { --photo-tilt: -1.4deg; }
.work-black { --photo-tilt: .8deg; }
.work-white { --photo-tilt: -0.4deg; }
.work-black::before { background: linear-gradient(180deg, rgba(0,0,0,.04) 28%, rgba(0,0,0,.12) 52%, rgba(0,0,0,.86) 100%); }
.work-white::before { background: linear-gradient(180deg, rgba(0,0,0,.02) 30%, rgba(0,0,0,.1) 54%, rgba(0,0,0,.74) 100%); }
.work-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.work-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.28);
  pointer-events: none;
}
.work-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
  transform: scale(1.03);
}
.work-red .work-visual img {
  object-position: 50% 42%;
  transform: scale(1.08) translateY(16px);
}
.work-black .work-visual img { object-position: 53% center; }
.work-white .work-visual img { object-position: 20% center; }
.work-card:hover {
  transform: rotate(var(--photo-tilt, 0deg)) translateY(-6px);
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 34px 68px rgba(5,5,5,.24);
}

.about-grid, .contact-grid { display: grid; grid-template-columns: 1fr minmax(320px, 500px); gap: clamp(34px, 7vw, 86px); align-items: center; }
.about-copy { align-self: center; max-width: 720px; }
.about-copy h2 { margin-bottom: 0; }
.about-copy p { color: rgba(255,255,255,.72); max-width: 720px; }
.process {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 26px 0 26px 34px;
}
.process::before {
  content: "";
  position: absolute;
  top: 48px;
  bottom: 48px;
  left: 56px;
  width: 3px;
  background: linear-gradient(180deg, var(--red), rgba(240,24,24,.2));
}
.process div {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 104px;
  padding: 18px 22px 18px 0;
}
.process span {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--white);
  background: var(--red);
  border: 6px solid #050505;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 0 0 1px rgba(255,255,255,.14), 0 18px 36px rgba(240,24,24,.18);
}
.process p {
  margin: 0;
  padding: 20px 22px;
  color: rgba(255,255,255,.72);
  background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 22px 45px rgba(0,0,0,.24);
}
.process strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 20px;
  line-height: 1.15;
}
.phone { display: inline-block; margin-top: 10px; font-size: clamp(34px, 5vw, 68px); line-height: 1; font-weight: 800; }
.contact-card {
  position: relative;
  margin: 0;
  padding: 14px;
  background: white;
  border: 1px solid rgba(5,5,5,.12);
  box-shadow: 0 28px 70px rgba(0,0,0,.14);
  transform: rotate(1deg);
}
.contact-card::before {
  content: "REC";
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  color: var(--white);
  background: var(--red);
  font-size: 12px;
  font-weight: 800;
}
.contact-card::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255,255,255,.52);
  pointer-events: none;
}
.contact-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(18px, 4vw, 48px);
  color: white;
  background: #050505;
  border-top: 1px solid rgba(255,255,255,.12);
}
.footer-brand { font-family: "Russo One", Montserrat, sans-serif; font-size: 20px; }
.site-footer p { margin: 0; color: rgba(255,255,255,.64); }
.footer-credit {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 52px;
  padding: 0 24px;
  color: rgba(5,5,5,.62);
  background: linear-gradient(135deg, #ffffff, #fff1f1);
  border: 1px solid rgba(240,24,24,.18);
  box-shadow: 0 18px 42px rgba(0,0,0,.24);
  font-size: 15px;
  font-weight: 500;
}
.footer-credit a {
  color: #7c5f64;
  font-weight: 800;
  transition: color .2s ease, transform .2s ease;
}
.footer-credit a:hover {
  color: var(--red);
  transform: translateY(-1px);
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0s); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes filmMove { to { background-position: 84px 0, 0 0; } }

@media (max-width: 920px) {
  .menu-button { display: block; }
  .main-nav {
    position: absolute;
    top: 76px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: rgba(5,5,5,.96);
    border: 1px solid rgba(255,255,255,.14);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px; }
  .hero-inner, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-stage { min-height: 420px; }
  .service-grid, .work-grid, .intro-grid { grid-template-columns: 1fr; }
  .service-card {
    grid-column: auto !important;
    min-height: auto;
    margin-top: 0 !important;
  }
  .service-card span { margin-bottom: 34px; }
}

@media (max-width: 560px) {
  .site-header { padding: 14px 18px; }
  .hero { padding-top: 92px; }
  h1 { font-size: 38px; }
  h2 { font-size: 34px; }
  .button { width: 100%; }
  .logo-frame { transform: none; }
  .reel-orbit { width: 280px; height: 280px; }
  .clapper { right: -10px; width: 150px; }
  .site-footer { display: grid; justify-items: start; }
  .footer-credit { justify-self: start; }
}

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