@font-face { font-family: "STKBureauSans"; src: url("assets/fonts/69b9330c8b70142e4e5f8364_STKBureauSans-Regular_cf2114491b31.woff2") format("woff2"); font-weight:400; font-style:normal; font-display:block; }
@font-face { font-family: "STKBureauSans"; src: url("assets/fonts/69b9330c8b70142e4e5f8362_STKBureauSans-Medium_8fcf9ab5b903.woff2") format("woff2"); font-weight:500; font-style:normal; font-display:block; }
@font-face { font-family: "STKBureauSans"; src: url("assets/fonts/69b9330c8b70142e4e5f8363_STKBureauSans-SemiBold_0f3cbf614fd1.woff2") format("woff2"); font-weight:600; font-style:normal; font-display:block; }
@font-face { font-family: "STKBureauSans"; src: url("assets/fonts/69b9330c8b70142e4e5f8375_STKBureauSans-Bold_58e416aedeec.woff2") format("woff2"); font-weight:700; font-style:normal; font-display:block; }

* { margin:0; padding:0; box-sizing:border-box; }
html, body { width:1200px; height:675px; margin:0; padding:0; }
body { font-family:"STKBureauSans", system-ui, sans-serif; -webkit-font-smoothing:antialiased; }

.slide { position:relative; width:1200px; height:675px; overflow:hidden; }
.slide.dark { background:#094413; color:#f9f3ed; }
.slide.light { background:#f9f3ed; color:#094413; }

.topbar { position:absolute; top:32px; left:48px; right:48px;
          display:flex; align-items:center; justify-content:space-between; z-index:3; }
.topbar img { height:24px; width:auto; display:block; }
.topbar .meta { font-family:"JetBrains Mono","IBM Plex Mono",ui-monospace,monospace;
                font-size:11px; letter-spacing:0.2em; text-transform:uppercase; opacity:0.75; }

.foot { position:absolute; bottom:24px; left:48px; right:48px;
        display:flex; justify-content:space-between; align-items:center;
        font-family:"JetBrains Mono","IBM Plex Mono",ui-monospace,monospace;
        font-size:10px; letter-spacing:0.18em; text-transform:uppercase; opacity:0.5; z-index:3; }

h1 { font-weight:700; line-height:0.99; letter-spacing:-1.6px; }
h1 em { font-family:Georgia,"Times New Roman",serif; font-style:italic; font-weight:400; }

.eyebrow { font-family:"JetBrains Mono","IBM Plex Mono",ui-monospace,monospace;
           font-size:12px; letter-spacing:0.22em; text-transform:uppercase; opacity:0.7; }

.cta-btn { display:inline-flex; align-items:center; justify-content:center;
           font-weight:600; font-size:16px; line-height:1;
           padding:16px 24px; border-radius:0.75em;
           text-decoration:none; white-space:nowrap; }
.dark .cta-btn { background:#f9f3ed; color:#094413; }
.light .cta-btn { background:#094413; color:#fff; }
