/* Archive-mode additions to the engine stylesheet */
.case-video-embed { margin: 1.2rem 0 2.2rem; }
.case-title { margin-top: 0.6rem; }
.el-capture { margin: 3rem auto 1rem; max-width: 560px; text-align: center;
  border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.02); padding: 1.6rem; }
.el-capture h3 { font-family: var(--font-heading); letter-spacing: .12em; color: var(--accent);
  font-size: .95rem; margin-bottom: .6rem; text-transform: uppercase; }
.el-capture p { font-size: .9rem; opacity: .7; margin-bottom: 1rem; }
.el-capture .row { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; }
.el-capture input[type=email] { flex: 1; min-width: 200px; background: #111; border: 1px solid rgba(255,255,255,.15);
  color: var(--text); padding: .7rem .9rem; font-family: var(--font-body); }
.el-capture input[type=email]:focus { outline: 1px solid var(--accent); border-color: var(--accent); }
.el-capture button { background: var(--accent); border: 0; color: #fff; font-family: var(--font-heading);
  letter-spacing: .08em; padding: .7rem 1.2rem; cursor: pointer; }
.el-capture button:hover { filter: brightness(1.15); }
.el-capture .hpx { position: absolute; left: -9999px; }
.el-capture .done { color: #2ecc71; font-weight: 700; }
.el-member { margin-top: .9rem; font-size: .85rem; opacity: .8; }
.el-member a { color: var(--accent); }

/* Breadcrumb / crawlable brief / related cases (SEO + internal linking) */
.case-crumbs { font-family: var(--font-body); font-size: .78rem; letter-spacing: .04em;
  opacity: .55; margin-bottom: 1rem; }
.case-crumbs a { color: inherit; text-decoration: none; }
.case-crumbs a:hover { color: var(--accent); }
.case-crumbs span { opacity: .5; margin: 0 .15rem; }
.case-brief { font-family: var(--font-body); font-size: .92rem; line-height: 1.65;
  opacity: .68; max-width: 68ch; margin: .8rem 0 0; }
.case-related { margin: 2.6rem auto 0; max-width: 720px;
  border-top: 1px solid rgba(255,255,255,.08); padding-top: 1.4rem; }
.case-related h2 { font-family: var(--font-heading); letter-spacing: .12em; color: var(--accent);
  font-size: .9rem; text-transform: uppercase; margin-bottom: .8rem; }
.case-related ul { list-style: none; padding: 0; margin: 0;
  display: grid; gap: .55rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.case-related a { color: var(--text); text-decoration: none; font-size: .9rem; line-height: 1.45;
  display: block; padding: .55rem .7rem; border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.02); transition: border-color .2s, color .2s; }
.case-related a:hover { border-color: var(--accent); color: #fff; }
