@font-face { font-family: "Archivo Black"; src: url("../shoot-prototypes/assets/archivo-black.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("../shoot-prototypes/assets/jetbrains-mono-400.woff2") format("woff2"); font-display: swap; }
:root { color-scheme: dark; font-family: "JetBrains Mono", monospace; background: #070707; color: #f6f2e8; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 50% -15%, #291f0b 0, #070707 36rem); }
.masthead { max-width: 1500px; margin: 0 auto; padding: clamp(28px, 5vw, 76px) clamp(18px, 4vw, 60px) 26px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 32px; align-items: end; }
.eyebrow { margin: 0 0 12px; color: #e9b949; font-size: 11px; font-weight: 800; letter-spacing: .11em; }
h1 { margin: 0; max-width: 900px; font-family: "Archivo Black", sans-serif; font-size: clamp(38px, 6.5vw, 92px); line-height: .9; letter-spacing: -.04em; text-transform: uppercase; }
.method { margin: 0; color: #aaa59b; font-size: 12px; line-height: 1.65; }
blockquote { max-width: 1380px; margin: 10px auto 42px; padding: 20px 24px; border: 1px solid #3b362c; border-left: 5px solid #e9b949; background: #0f0e0c; color: #d8d1c2; font-size: clamp(11px, 1.2vw, 14px); line-height: 1.65; }
.grid { max-width: 1500px; margin: 0 auto; padding: 0 clamp(14px, 3vw, 40px) 64px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.entry { overflow: hidden; border: 1px solid #34312a; background: #0d0d0c; box-shadow: 0 22px 70px rgba(0,0,0,.35); }
.entry header { height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #34312a; }
.entry header span { font-family: "Archivo Black", sans-serif; color: #e9b949; font-size: 36px; }
.entry a { color: #f6f2e8; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.entry a:hover { color: #e9b949; }
.previews { position: relative; min-height: 320px; background: #020202; }
.previews > img:first-child { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }
.previews .mobile { position: absolute; right: 12px; bottom: 12px; width: 25%; max-height: 88%; border: 5px solid #0a0a0a; box-shadow: 0 12px 34px rgba(0,0,0,.7); object-fit: cover; object-position: top; }
footer { padding: 32px 20px 52px; border-top: 1px solid #2b2924; color: #aaa59b; font-size: 11px; line-height: 1.6; text-align: center; }
@media (max-width: 840px) { .masthead { grid-template-columns: 1fr; } blockquote { margin-inline: 14px; } .grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .previews { min-height: 220px; } .entry header { height: 56px; } .entry header span { font-size: 28px; } }
