@font-face { font-family: 'STKBureauSans'; src: url('assets/fonts/69b9330c8b70142e4e5f8364_STKBureauSans-Regular_cf2114491b31.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'STKBureauSans'; src: url('assets/fonts/69b9330c8b70142e4e5f8362_STKBureauSans-Medium_8fcf9ab5b903.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'STKBureauSans'; src: url('assets/fonts/69b9330c8b70142e4e5f8363_STKBureauSans-SemiBold_0f3cbf614fd1.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'STKBureauSans'; src: url('assets/fonts/69b9330c8b70142e4e5f8375_STKBureauSans-Bold_58e416aedeec.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { width: 1200px; height: 675px; overflow: hidden; }
body {
  margin: 0; padding: 0;
  font-family: 'STKBureauSans', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.slide { position: relative; width: 1200px; height: 675px; overflow: hidden; padding: 56px 64px; display: flex; flex-direction: column; }
.slide.dark { background: #094413; color: #f9f3ed; }
.slide.light { background: #f9f3ed; color: #094413; }
.slide-num { position: absolute; bottom: 24px; right: 32px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.55; font-weight: 500; }
.brand-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 36px; }
.brand-row .logo { height: 28px; width: auto; flex-shrink: 0; }
.brand-row .label { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; opacity: 0.6; }
em { font-style: italic; font-family: Georgia, 'Times New Roman', serif; font-weight: 600; letter-spacing: -0.015em; }
.dark em { color: #f6eee5; }
.light em { color: #d73815; }
h1.cover-title { font-weight: 700; font-size: 84px; line-height: 0.96; letter-spacing: -0.03em; margin-bottom: 24px; }
h2 { font-weight: 700; font-size: 56px; line-height: 1.0; letter-spacing: -0.026em; margin-bottom: 20px; }
.kicker { font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; opacity: 0.6; margin-bottom: 18px; }
.lede { font-size: 22px; line-height: 1.4; max-width: 880px; font-weight: 500; opacity: 0.9; }
.cta-btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 0.75em; padding: 18px 30px; font-weight: 600; font-size: 18px; line-height: 1; white-space: nowrap; text-decoration: none; }
.dark .cta-btn { background: #f9f3ed; color: #094413; }
.light .cta-btn { background: #094413; color: #f9f3ed; }
