@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  color-scheme: dark;
  --ink: #f5f0e7;
  --muted: #99958d;
  --bg: #0c0d0d;
  --panel: #151616;
  --line: #2d2f2e;
  --hot: #ff5836;
  --acid: #d5fa3c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}
a { color: inherit; text-decoration: none; }
.grain {
  position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 10;
  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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
header {
  height: 78px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 max(28px, 5vw); border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; font-size: 20px; }
.brand-mark {
  width: 32px; height: 32px; display: grid; place-items: center; color: #0c0d0d;
  background: var(--hot); font-family: "DM Mono"; font-weight: 500;
}
nav { display: flex; align-items: center; gap: 30px; font-size: 13px; color: var(--muted); }
nav a:hover { color: var(--ink); }
.status {
  border: 1px solid var(--line); border-radius: 99px; padding: 8px 12px;
  color: var(--ink); font-family: "DM Mono"; font-size: 11px;
}
.status i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 9px var(--acid); }
.hero { padding: 105px max(28px, 8vw) 75px; overflow: hidden; }
.eyebrow { color: var(--hot); font: 500 12px/1 "DM Mono"; letter-spacing: .18em; }
h1 { margin: 25px 0 28px; max-width: 1050px; font-size: clamp(54px, 7.6vw, 112px); line-height: .93; letter-spacing: -.065em; }
h1 em { color: var(--muted); font-style: normal; font-weight: 400; }
.lede { max-width: 690px; color: #b9b5ad; font-size: clamp(18px, 2vw, 23px); line-height: 1.6; }
.create-card {
  display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 0; max-width: 1040px;
  margin-top: 55px; border: 1px solid #41433f; background: #111212;
}
.field { padding: 18px 20px; border-right: 1px solid var(--line); }
.field label { display: block; margin-bottom: 9px; color: var(--muted); font: 500 10px/1 "DM Mono"; letter-spacing: .12em; text-transform: uppercase; }
.field label span { opacity: .55; }
input {
  width: 100%; border: 0; outline: 0; background: none; color: var(--ink);
  font: 400 14px/1.4 "DM Mono";
}
input::placeholder { color: #545651; }
button {
  min-width: 190px; border: 0; padding: 0 24px; display: flex; justify-content: space-between;
  align-items: center; gap: 20px; background: var(--hot); color: #100e0d; cursor: pointer;
  font: 700 14px "Manrope"; transition: background .2s;
}
button:hover { background: #ff7458; }
button:disabled { opacity: .55; cursor: wait; }
.form-message { grid-column: 1 / -1; display: none; margin: 0; padding: 12px 20px; border-top: 1px solid var(--line); color: var(--muted); font: 12px "DM Mono"; }
.form-message.visible { display: block; }
.form-message.error { color: #ff9b87; }
.proof-row { display: flex; gap: 60px; margin-top: 52px; }
.proof-row div { display: flex; flex-direction: column; gap: 6px; }
.proof-row strong { font: 500 15px "DM Mono"; }
.proof-row span { color: var(--muted); font-size: 12px; }
.critic-scene {
  padding: 80px max(28px, 10vw); min-height: 680px; display: grid; place-items: center;
  background: var(--ink); color: var(--bg);
}
.frame { width: min(830px, 100%); background: #101212; color: var(--ink); box-shadow: 25px 25px 0 var(--hot); }
.frame-bar { height: 48px; display: flex; align-items: center; gap: 8px; padding: 0 18px; border-bottom: 1px solid #313332; }
.frame-bar span { width: 9px; height: 9px; border-radius: 50%; background: #555; }
.frame-bar span:first-child { background: var(--hot); }
.frame-bar b { margin-left: auto; color: #777; font: 10px "DM Mono"; letter-spacing: .12em; }
.frame-content { position: relative; min-height: 400px; padding: 60px; }
.timecode { margin: 0 0 24px; color: var(--acid); font: 12px "DM Mono"; }
blockquote { margin: 0; max-width: 530px; font-size: clamp(32px, 5vw, 55px); line-height: 1.08; letter-spacing: -.04em; }
.score { position: absolute; right: 45px; top: 48px; text-align: right; }
.score span { display: block; color: #777; font: 9px "DM Mono"; }
.score strong { color: var(--acid); font: 500 55px "DM Mono"; }
.score small { color: #777; font: 12px "DM Mono"; }
.directive { position: absolute; left: 60px; bottom: 46px; display: flex; gap: 18px; align-items: center; }
.directive span { color: var(--hot); font: 9px "DM Mono"; letter-spacing: .15em; }
.directive code { color: #c7c9c5; font: 13px "DM Mono"; }
.recut { margin-top: 50px; color: #111; font: 12px "DM Mono"; letter-spacing: .2em; }
.recut span { display: inline-block; width: 80px; height: 2px; margin-left: 15px; background: var(--hot); vertical-align: middle; animation: pulse 1.3s ease-in-out infinite; }
@keyframes pulse { 50% { transform: scaleX(.25); transform-origin: left; } }
.how { padding: 120px max(28px, 8vw); }
.how h2 { max-width: 700px; margin: 24px 0 70px; font-size: clamp(38px, 5vw, 68px); line-height: 1; letter-spacing: -.05em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps article { min-height: 290px; padding: 30px 32px 20px 0; border-right: 1px solid var(--line); }
.steps article + article { padding-left: 32px; }
.steps article:last-child { border-right: 0; }
.steps article > span { color: var(--hot); font: 11px "DM Mono"; }
.steps h3 { margin: 55px 0 18px; font-size: 22px; }
.steps p { max-width: 330px; color: var(--muted); font-size: 15px; line-height: 1.7; }
footer { display: flex; justify-content: space-between; align-items: end; padding: 50px max(28px, 5vw); border-top: 1px solid var(--line); }
footer > span { font-size: clamp(50px, 10vw, 150px); font-weight: 700; letter-spacing: -.08em; line-height: .7; color: #222422; }
footer p { color: var(--muted); font: 11px "DM Mono"; }

@media (max-width: 800px) {
  nav a { display: none; }
  .hero { padding-top: 70px; }
  .create-card { grid-template-columns: 1fr; }
  .field { border-right: 0; border-bottom: 1px solid var(--line); }
  button { min-height: 62px; }
  .proof-row { flex-wrap: wrap; gap: 28px; }
  .frame-content { padding: 40px 28px; min-height: 390px; }
  .score { position: static; text-align: left; margin-top: 25px; }
  .directive { left: 28px; bottom: 35px; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article + article { min-height: 240px; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps h3 { margin-top: 35px; }
  footer { align-items: center; }
}
