:root {
  --ink: #0a0c0f;
  --ink-2: #11151a;
  --panel: #171c22;
  --panel-2: #20262d;
  --paper: #f1ede5;
  --paper-2: #dad3c7;
  --white: #fffdf8;
  --muted: #aeb5bc;
  --line: rgba(255, 255, 255, 0.14);
  --gold: #d8ac59;
  --gold-2: #f0cf86;
  --red: #aa382e;
  --red-2: #db6454;
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 3000;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  background: var(--gold-2);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus { top: 1rem; }

h1, h2, h3, h4, .display-type, .brand {
  font-family: "Oswald", Impact, sans-serif;
  text-transform: uppercase;
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1200;
  min-height: 74px;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease;
}

.site-nav.scrolled,
.page-nav {
  border-color: var(--line);
  background: rgba(10, 12, 15, 0.94);
  backdrop-filter: blur(18px);
}

.nav-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(216, 172, 89, 0.66);
  border-radius: 50%;
  color: var(--gold-2);
  font-family: "Oswald", sans-serif;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus-visible { color: var(--gold-2); }

.nav-cta {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(216, 172, 89, 0.7);
  color: var(--gold-2) !important;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
  color: var(--white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.3rem;
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
}

.home-hero {
  position: relative;
  min-height: 94svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 130px 0 74px;
  background:
    linear-gradient(90deg, rgba(6, 8, 10, 0.96) 0%, rgba(8, 10, 13, 0.89) 48%, rgba(9, 12, 15, 0.46) 100%),
    url("../images/on-fractured-ground-poster.jpg") center 44% / cover no-repeat;
}

.home-hero::before,
.project-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 62%, var(--ink) 100%);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
}

.hero-content { position: relative; z-index: 2; max-width: 800px; }

.hero-title {
  max-width: 760px;
  margin: 0 0 1.5rem;
  font-size: clamp(4.4rem, 10vw, 9.4rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.83;
}

.hero-title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.75);
}

.hero-lede {
  max-width: 620px;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.52rem);
  line-height: 1.65;
}

.hero-actions,
.project-actions,
.profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn-film {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.78rem 1.2rem;
  border: 1px solid rgba(216, 172, 89, 0.72);
  border-radius: 2px;
  color: var(--gold-2);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 150ms ease, color 150ms ease, background 150ms ease;
}

.btn-film:hover,
.btn-film:focus-visible {
  transform: translateY(-2px);
  background: var(--gold-2);
  color: var(--ink);
}

.btn-film.primary {
  background: var(--gold-2);
  color: var(--ink);
}

.btn-film.primary:hover,
.btn-film.primary:focus-visible { background: var(--white); }

.hero-stats {
  position: absolute;
  right: max(1.5rem, calc((100vw - 1140px) / 2));
  bottom: 6rem;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  border-top: 1px solid var(--line);
}

.hero-stat { padding: 1rem 1.35rem 0; border-left: 1px solid var(--line); }
.hero-stat strong { display: block; color: var(--gold-2); font: 600 2rem "Oswald", sans-serif; }
.hero-stat span { color: var(--muted); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.section { position: relative; padding: 110px 0; }
.section-dark { background: var(--ink); }
.section-panel { background: var(--ink-2); }
.section-paper { background: var(--paper); color: var(--ink); }

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.section-heading p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.section-paper .section-heading p { color: #62605c; }
.section-paper .eyebrow { color: #8a281f; }

.feature-film {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.poster-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #14181d;
  box-shadow: var(--shadow);
}

.poster-frame img { width: 100%; height: 100%; object-fit: cover; }

.poster-art {
  position: relative;
  isolation: isolate;
  display: flex;
  aspect-ratio: 2 / 3;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 1.8rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
}

.poster-art::before,
.poster-art::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.poster-returned {
  background:
    radial-gradient(circle at 50% 26%, rgba(255,255,255,.7) 0 1%, transparent 1.4%),
    radial-gradient(circle at 50% 34%, rgba(135, 205, 226, 0.3), transparent 17%),
    linear-gradient(160deg, #080c18, #26394d 54%, #05070b);
}

.poster-returned::before {
  inset: 7% 14% 16%;
  border: 1px solid rgba(209, 235, 242, 0.18);
  box-shadow: 0 0 55px rgba(116, 198, 224, 0.17) inset;
  transform: perspective(340px) rotateX(-8deg);
}

.poster-returned::after {
  inset: auto 25% 9%;
  height: 43%;
  background: linear-gradient(90deg, transparent 44%, rgba(231,244,246,.28) 45% 55%, transparent 56%);
  clip-path: polygon(45% 0,55% 0,72% 100%,28% 100%);
}

.poster-etown {
  background:
    linear-gradient(to bottom, transparent 52%, rgba(35, 13, 5, 0.66) 53%),
    radial-gradient(circle at 72% 33%, #ffd182 0 3%, transparent 3.4%),
    linear-gradient(#724234 0%, #d57c4b 39%, #3a241e 60%, #100c0b 100%);
}

.poster-etown::before {
  inset: 49% -10% 15%;
  background: #160f0d;
  clip-path: polygon(0 50%, 16% 35%, 27% 42%, 41% 18%, 54% 49%, 67% 31%, 100% 60%, 100% 100%, 0 100%);
}

.poster-etown::after {
  left: 50%;
  bottom: 10%;
  width: 15%;
  height: 36%;
  border-radius: 50% 50% 20% 20%;
  background: #090807;
  transform: translateX(-50%);
  box-shadow: 0 45px 0 24px #090807;
}

.poster-middleman {
  background:
    linear-gradient(115deg, transparent 0 43%, rgba(235, 220, 172, 0.22) 44% 46%, transparent 47%),
    radial-gradient(circle at 28% 32%, rgba(246, 224, 173, 0.16), transparent 18%),
    linear-gradient(145deg, #070707, #292620 52%, #080808);
}

.poster-middleman::before {
  left: 42%;
  top: 24%;
  width: 17%;
  height: 48%;
  border-radius: 50% 50% 16% 16%;
  background: #020202;
  box-shadow: 0 60px 0 28px #020202;
}

.poster-middleman::after {
  inset: 0;
  opacity: 0.48;
  background: linear-gradient(100deg, transparent 0 48%, rgba(255,239,194,.18) 49% 51%, transparent 52%);
}

.poster-badge {
  background:
    radial-gradient(circle at 50% 35%, rgba(231, 191, 105, 0.16), transparent 18%),
    linear-gradient(to bottom, #6c3728 0%, #bd7542 34%, #3a261d 60%, #100d0b 100%);
}

.poster-badge::before {
  left: 50%;
  top: 28%;
  width: 46%;
  aspect-ratio: 1;
  border: 3px solid rgba(238, 202, 127, 0.63);
  transform: translateX(-50%) rotate(30deg);
  clip-path: polygon(50% 0, 61% 33%, 98% 35%, 69% 56%, 79% 94%, 50% 72%, 21% 94%, 31% 56%, 2% 35%, 39% 33%);
  background: rgba(73, 36, 18, 0.46);
}

.poster-badge::after {
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(165deg, transparent 0 48%, #0d0b09 49% 100%);
  opacity: 0.82;
}

.poster-kicker,
.poster-credit {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.poster-title {
  position: relative;
  z-index: 2;
  margin: auto 0 1.2rem;
  font: 600 clamp(2.5rem, 5vw, 4.4rem) / 0.86 "Oswald", sans-serif;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.slate-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.slate-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--panel);
  transition: transform 180ms ease, border-color 180ms ease;
}

.slate-card:hover { transform: translateY(-7px); border-color: rgba(216, 172, 89, 0.62); }
.slate-card .poster-art,
.slate-card .poster-frame { border: 0; box-shadow: none; }
.slate-card .poster-art { padding: 1.1rem 0.9rem; }
.slate-card .poster-title { font-size: clamp(1.8rem, 3.1vw, 2.8rem); }
.slate-card .poster-kicker,
.slate-card .poster-credit { font-size: 0.5rem; }

.slate-card-body { padding: 1.25rem 1.1rem 1.35rem; }
.slate-card-meta { color: var(--gold-2); font-size: 0.65rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.slate-card h3 { margin: 0.65rem 0 0.7rem; font-size: 1.42rem; font-weight: 600; letter-spacing: -0.01em; }
.slate-card p { margin: 0; color: var(--muted); font-size: 0.85rem; line-height: 1.65; }
.slate-link { display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 1rem; color: var(--gold-2); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.09em; text-decoration: none; text-transform: uppercase; }

.feature-copy h2 {
  margin: 0 0 1.2rem;
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.86;
}

.feature-copy .tagline {
  max-width: 580px;
  margin-bottom: 1.4rem;
  color: var(--gold-2);
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
}

.feature-copy p { max-width: 680px; color: var(--muted); line-height: 1.78; }

.recognition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #c9c2b7;
  background: #c9c2b7;
}

.recognition-card { min-height: 250px; padding: 2rem; background: var(--paper); }
.recognition-year { color: var(--red); font: 600 3.3rem "Oswald", sans-serif; letter-spacing: -0.04em; }
.recognition-card h3 { margin: 1rem 0 0.8rem; font-size: 1.55rem; font-weight: 600; }
.recognition-card p { margin: 0; color: #68645e; line-height: 1.65; }

.writer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.writer-copy h2 { margin: 0 0 1.5rem; font-size: clamp(3.6rem, 7vw, 7.2rem); font-weight: 600; line-height: 0.9; }
.writer-copy p { max-width: 740px; color: var(--muted); font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.85; }
.writer-aside { padding: 2rem; border-top: 3px solid var(--gold); background: var(--panel); }
.writer-aside h3 { margin: 0 0 1rem; font-size: 1.35rem; font-weight: 600; }
.writer-aside p { color: var(--muted); line-height: 1.7; }

.profile-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 0.65rem;
  padding: 0.68rem 0.9rem;
  border: 1px solid var(--line);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.profile-link:hover { border-color: var(--gold); color: var(--gold-2); }

.project-hero {
  position: relative;
  min-height: 78svh;
  display: flex;
  align-items: end;
  overflow: hidden;
  padding: 130px 0 76px;
  background: var(--ink-2);
}

.project-hero .project-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.31;
  filter: blur(1px) saturate(0.85);
  transform: scale(1.04);
}

.project-backdrop.ofg {
  background: linear-gradient(90deg, rgba(10,12,15,.4), rgba(10,12,15,.16)), url("../images/on-fractured-ground-poster.jpg") center / cover;
}

.project-backdrop.returned { background: radial-gradient(circle at 70% 30%, #7799a2, transparent 13%), linear-gradient(125deg, #07101f, #30495a 46%, #050609); }
.project-backdrop.etown { background: radial-gradient(circle at 74% 28%, #ffd68b, transparent 5%), linear-gradient(#6f372a, #be7545 40%, #20140f 75%); }
.project-backdrop.middleman { background: linear-gradient(118deg, #060606 0 45%, #83785f 46% 47%, #15130f 48% 100%); }
.project-backdrop.badge { background: radial-gradient(circle at 65% 32%, #9e683e, transparent 16%), linear-gradient(145deg, #4c2018, #9c5834 48%, #0e0b09); }

.project-hero-content { position: relative; z-index: 2; max-width: 920px; }
.project-breadcrumb { margin-bottom: 1.5rem; color: rgba(255,255,255,.68); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.project-breadcrumb a { text-decoration: none; }
.project-breadcrumb a:hover { color: var(--gold-2); }
.project-title { margin: 0 0 1.25rem; font-size: clamp(4.5rem, 11vw, 10rem); font-weight: 600; letter-spacing: -0.05em; line-height: 0.82; }
.project-subtitle { max-width: 780px; margin: 0 0 1.8rem; color: rgba(255,255,255,.78); font-family: Georgia, serif; font-size: clamp(1.2rem, 2.5vw, 1.7rem); line-height: 1.58; }
.project-tags { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 1.8rem; }
.project-tag { padding: 0.52rem 0.7rem; border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.8); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.project-tag.available { border-color: rgba(216,172,89,.75); color: var(--gold-2); }

.project-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.project-poster-sticky { position: sticky; top: 110px; }
.project-copy h2 { margin: 0 0 1.2rem; font-size: clamp(2.6rem, 5vw, 4.8rem); font-weight: 600; line-height: 0.94; }
.project-copy h3 { margin: 3rem 0 1rem; color: var(--gold-2); font-size: 1.25rem; font-weight: 600; letter-spacing: 0.03em; }
.project-copy p { color: var(--muted); font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.86; }
.logline {
  margin: 0 0 2.5rem;
  padding: 1.7rem 0 1.7rem 1.6rem;
  border-left: 3px solid var(--gold);
  color: var(--white) !important;
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem) !important;
  font-style: italic;
  line-height: 1.65 !important;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 2.5rem 0;
  background: var(--line);
}

.fact { min-height: 120px; padding: 1.25rem; background: var(--panel); }
.fact span { display: block; margin-bottom: 0.55rem; color: var(--muted); font-size: 0.6rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.fact strong { color: var(--white); font-size: 0.92rem; line-height: 1.55; }

.credit-note,
.recognition-note {
  margin-top: 2.4rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid var(--line);
  background: var(--panel);
}

.credit-note strong,
.recognition-note strong { color: var(--gold-2); }
.credit-note p,
.recognition-note p { margin: 0; font-family: "Inter", sans-serif; font-size: 0.92rem; line-height: 1.7; }

.next-projects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.next-project {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 2rem;
  background: var(--panel);
  text-decoration: none;
}

.next-project span { color: var(--gold-2); font-size: 0.63rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.next-project strong { margin-top: 0.5rem; font: 600 clamp(2rem, 4vw, 3.6rem) / 1 "Oswald", sans-serif; text-transform: uppercase; }
.next-project:hover { background: var(--panel-2); }

.site-footer { border-top: 1px solid var(--line); background: #07090b; }
.footer-main { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 3rem; padding: 72px 0 46px; }
.footer-name { margin: 0 0 0.8rem; font: 600 2.7rem "Oswald", sans-serif; text-transform: uppercase; }
.footer-copy { max-width: 560px; color: var(--muted); line-height: 1.7; }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.65rem 1.4rem; align-content: start; }
.footer-nav a { color: var(--muted); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; }
.footer-nav a:hover { color: var(--gold-2); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 24px 0; border-top: 1px solid var(--line); color: #777f86; font-size: 0.7rem; }
.footer-bottom a { color: #929aa2; }

.error-page { min-height: 100svh; display: grid; place-items: center; padding: 120px 0 70px; background: radial-gradient(circle at 65% 30%, #202b32, transparent 24%), var(--ink); }
.error-content { max-width: 800px; text-align: center; }
.error-code { color: var(--gold-2); font: 600 clamp(7rem, 22vw, 16rem) / 0.8 "Oswald", sans-serif; }
.error-content h1 { margin: 1rem 0; font-size: clamp(2.6rem, 6vw, 5rem); }
.error-content p { margin: 0 auto 2rem; max-width: 620px; color: var(--muted); }

@media (max-width: 1199px) {
  .slate-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-stats { display: none; }
}

@media (max-width: 991px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav-links {
    position: fixed;
    inset: 74px 0 auto;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 1rem max(1rem, calc((100vw - 720px) / 2));
    border-bottom: 1px solid var(--line);
    background: rgba(10,12,15,.98);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-cta { margin-top: 0.5rem; text-align: center; }
  .home-hero { min-height: 86svh; background-position: 66% center; }
  .section { padding: 86px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .feature-film,
  .writer-grid,
  .project-layout { grid-template-columns: 1fr; }
  .feature-film .poster-frame { max-width: 460px; }
  .project-poster-sticky { position: static; max-width: 420px; }
  .recognition-grid { grid-template-columns: 1fr; }
  .recognition-card { min-height: auto; }
}

@media (max-width: 767px) {
  .hero-title { font-size: clamp(4rem, 20vw, 7rem); }
  .home-hero { min-height: 93svh; padding-top: 118px; }
  .slate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .project-title { font-size: clamp(4rem, 20vw, 7.5rem); }
}

@media (max-width: 520px) {
  .slate-grid { grid-template-columns: 1fr; }
  .slate-card { display: grid; grid-template-columns: minmax(125px, 0.7fr) minmax(0, 1.3fr); }
  .slate-card .poster-title { font-size: 1.65rem; }
  .slate-card .poster-art,
  .slate-card .poster-frame { height: 100%; }
  .slate-card-body { padding: 1rem; }
  .slate-card p { font-size: 0.78rem; }
  .next-projects { grid-template-columns: 1fr; }
  .hero-actions .btn-film,
  .project-actions .btn-film { width: 100%; }
  .footer-nav { grid-template-columns: 1fr; }
}

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