/* Iron Stake — pre-launch teaser. Self-contained; the marketplace stylesheet and bundle are not loaded here. */
@font-face{font-family:"Bodoni Moda";font-style:normal;font-weight:600 700;font-display:swap;src:url("/fonts/bodoni-moda-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

@font-face{font-family:"Arvo";font-style:normal;font-weight:400;font-display:swap;src:url("/fonts/arvo-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Arvo";font-style:normal;font-weight:700;font-display:swap;src:url("/fonts/arvo-bold-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"EB Garamond";font-style:normal;font-weight:400 800;font-display:swap;src:url("/fonts/eb-garamond-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"EB Garamond";font-style:italic;font-weight:400 800;font-display:swap;src:url("/fonts/eb-garamond-italic-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

:root{
  --paper:#efe6d3;
  --paper-2:#e6dcc6;
  --ink:#2a2119;
  --ink-2:#5b4d3f;
  --ink-3:#8a7a67;
  --rule:#c9b898;
  --rust:#8b5a2b;
  --gold:#b8863b;
  --night:#17191c;
  --slab:"Arvo","Rockwell","Roboto Slab","Zilla Slab",Georgia,serif;
  --serif:"EB Garamond","Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  --brand:"Bodoni Moda",Georgia,serif;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;background:var(--night)}
body{
  min-height:100vh;min-height:100svh;display:flex;flex-direction:column;
  background:var(--paper);color:var(--ink);
  font-family:var(--serif);font-size:1.0625rem;line-height:1.5;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
a{color:inherit;text-decoration:none}
a:focus-visible{outline:2px solid var(--rust);outline-offset:3px}

/* Hero — the film runs edge to edge. Its height is capped so the title frame's lettering is never cropped
   by object-fit (the lettering spans roughly the middle 76% of the frame). */
.hero{
  position:relative;width:100%;
  height:clamp(56.25vw,64vw,100svh);
  background:var(--night) url("/img/teaser-poster.jpg") center/cover no-repeat;
  overflow:hidden;
}
.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;background:var(--night)}
.hero::before{content:"";position:absolute;inset:0 0 auto 0;height:38%;pointer-events:none;background:linear-gradient(to bottom,rgba(10,8,6,.62),rgba(10,8,6,0))}
.hero::after{content:"";position:absolute;inset:auto 0 0 0;height:18%;pointer-events:none;background:linear-gradient(to top,rgba(42,33,25,.45),rgba(42,33,25,0))}

.top{
  position:absolute;inset:0 0 auto 0;z-index:2;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  max-width:1280px;margin:0 auto;padding:22px 24px;
  color:#f5eee0;
}
.brand{display:flex;align-items:baseline;gap:7px;flex:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}
.brand .nail{width:13px;height:38px;flex:none;fill:currentColor;transform:translateY(6px)}
.brand .wm{font-family:var(--brand);font-weight:700;font-size:1.34rem;letter-spacing:.03em;text-transform:uppercase;line-height:1;display:inline-flex;align-items:baseline;gap:.42em}
.brand .wm i{font-style:normal}
.pill{
  display:inline-flex;align-items:center;gap:9px;
  font-family:var(--slab);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:#f5eee0;border:1px solid rgba(245,238,224,.45);border-radius:999px;padding:8px 14px 8px 12px;
  background:rgba(23,25,28,.35);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
}
.pulse{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 0 rgba(184,134,59,.6);animation:pulse 2.2s ease-out infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(184,134,59,.55)}100%{box-shadow:0 0 0 12px rgba(184,134,59,0)}}

/* Parchment — the announcement, in the manner of a printed card. */
.parchment{
  flex:1;display:flex;flex-direction:column;
  background:
    radial-gradient(120% 90% at 50% 0%,rgba(255,252,244,.55),rgba(255,252,244,0) 60%),
    var(--paper);
  border-top:1px solid #d8cbb0;
}
.word{text-align:center;padding:64px 24px 40px;max-width:820px;margin:0 auto;flex:1}
.eyebrow{
  display:flex;align-items:center;justify-content:center;gap:18px;
  font-family:var(--slab);font-weight:700;font-size:.8rem;letter-spacing:.32em;text-transform:uppercase;color:var(--rust);
}
.eyebrow .rule{flex:none;width:56px;height:1px;background:var(--rule);position:relative}
.eyebrow .rule::after{content:"";position:absolute;top:-2px;width:5px;height:5px;background:var(--rule);transform:rotate(45deg)}
.eyebrow .rule:first-child::after{right:-2px}
.eyebrow .rule:last-child::after{left:-2px}
.headline{
  margin-top:22px;
  font-family:var(--slab);font-weight:700;
  font-size:clamp(2.1rem,1.2rem + 3.6vw,3.9rem);line-height:1.08;letter-spacing:-.01em;color:var(--ink);text-wrap:balance;
}
.headline .nb{white-space:nowrap}
.lede{
  margin:20px auto 0;max-width:36ch;
  font-style:italic;font-size:clamp(1.15rem,1rem + .7vw,1.5rem);line-height:1.4;color:var(--ink-2);
  text-wrap:pretty;
}
.mark{margin-top:30px;font-size:.85rem;letter-spacing:.3em;color:var(--rule)}

/* Footer */
.foot{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 24px;
  max-width:1280px;width:100%;margin:0 auto;padding:18px 24px 26px;
  border-top:1px solid var(--rule);
  font-size:.85rem;color:var(--ink-3)
}
.foot nav{display:flex;flex-wrap:wrap;gap:6px 22px}
.foot nav a{color:var(--ink-2);padding:2px 0}
.foot nav a:hover{color:var(--ink);text-decoration:underline;text-underline-offset:3px}

@media (max-width:640px){
  /* Narrow screens: header on its own bar and the film shown whole, so the lettering is never cropped or covered. */
  html{background:var(--paper)}
  .hero{height:auto;background:var(--night);display:flex;flex-direction:column}
  .hero::before,.hero::after{display:none}
  .hero video{position:static;height:auto;aspect-ratio:16/9;background:var(--night) url("/img/teaser-poster.jpg") center/cover}
  .top{position:static;order:-1;padding:14px 16px 12px;background:var(--night)}
  .brand{filter:none}
  .pill{background:none;backdrop-filter:none;-webkit-backdrop-filter:none;border-color:rgba(245,238,224,.3)}
  .brand .wm{font-size:1.18rem}
  .brand .nail{height:34px}
  .pill{font-size:.66rem;padding:7px 12px 7px 10px}
  .word{padding:44px 20px 28px}
  .headline{font-size:clamp(1.9rem,6.4vw + .4rem,2.6rem)}
  .eyebrow{gap:12px;font-size:.72rem;letter-spacing:.26em}
  .eyebrow .rule{width:32px}
  .mark{margin-top:24px}
  .foot{flex-direction:column;align-items:flex-start;padding:16px 16px 24px}
}

@media (prefers-reduced-motion:reduce){
  .pulse{animation:none}
}
