:root {
  --paper:#f0ede5;
  --ink:#101217;
  --muted:#6f6b63;
  --red:#d34d36;
  --line:rgba(16,18,23,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5}
img,video{max-width:100%}
.hero{position:relative;min-height:78vh;display:flex;align-items:flex-end;padding:clamp(2rem,7vw,7rem);color:#fff;background:url("assets/hero.jpg") center 38%/cover no-repeat}
.hero-shade{position:absolute;inset:0;background:linear-gradient(95deg,rgba(7,10,14,.88) 0%,rgba(7,10,14,.45) 50%,rgba(7,10,14,.08) 100%),linear-gradient(to top,rgba(0,0,0,.48),transparent 55%)}
.hero-content{position:relative;z-index:1;max-width:820px}
.eyebrow{margin:0 0 .8rem;text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:700}
h1{margin:0 0 1.25rem;font-size:clamp(3.6rem,9vw,8rem);line-height:.84;letter-spacing:-.055em}
h2{margin:0;font-size:clamp(2.3rem,5vw,5.2rem);line-height:.95;letter-spacing:-.045em}
h3{margin:.35rem 0 .35rem;font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.15}
.lead{max-width:650px;margin:0 0 2rem;font-size:clamp(1.05rem,2vw,1.4rem)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.9rem 1.25rem;background:var(--red);color:#fff;text-decoration:none;font-weight:700;border:1px solid var(--red)}
.button-dark{background:var(--ink);border-color:var(--ink)}
.media-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2.2rem;padding:1.3rem 5vw;border-bottom:1px solid var(--line);font-weight:700}
.demo-section{padding:clamp(4.5rem,8vw,8rem);background:#0e1116;color:#fff}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.5rem}
.video-frame{max-width:1180px;margin:auto;background:#000;border:1px solid rgba(255,255,255,.16)}
.video-frame video{display:block;width:100%;max-height:78vh;background:#000}
.work-section{padding:clamp(4.5rem,8vw,8rem)}
.work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.4rem 2rem}
.work-card{border-top:1px solid var(--line);padding-top:1rem}
.work-card--wide{grid-column:span 2}
.work-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;filter:saturate(.92) contrast(1.03)}
.work-copy{padding-top:1rem}
.label{margin:0;color:var(--red);font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em}
.work-copy p:last-child{margin:0;color:var(--muted)}
.closing{padding:clamp(4.5rem,8vw,8rem);border-top:1px solid var(--line)}
.closing h2{max-width:900px;margin-bottom:2rem}
footer{display:flex;justify-content:space-between;gap:1rem;padding:1.4rem 8vw;background:var(--ink);color:#fff;font-size:.88rem}
@media(max-width:760px){
  .hero{min-height:70vh;padding:2rem 1.25rem;background-position:42% center}
  .media-bar{justify-content:flex-start;padding:1.1rem 1.25rem}
  .demo-section,.work-section,.closing{padding:4.2rem 1.25rem}
  .section-heading{display:block}
  .section-heading h2{margin-top:.25rem}
  .work-grid{grid-template-columns:1fr}
  .work-card--wide{grid-column:auto}
  footer{padding:1.25rem;flex-direction:column}
}
