@charset "UTF-8";
/* === ADDED SLIDES · PRODUCT / DELIVERY / KINGDOM SPINE === */
.slide.added-spine { background: var(--bg2); border-top-color: var(--law); }
.slide.added-spine.dark { background: var(--chrome); color: var(--bg2); border-top-color: var(--gold); }
.slide.added-spine.redbg { background: linear-gradient(135deg, #FBE8E4 0%, #DDB4AC 100%); border-top-color: var(--bad); }
.slide.added-spine.greenbg { background: linear-gradient(135deg, #EAF8DD 0%, #A9D49F 100%); border-top-color: var(--good); }
.added-spine h1, .added-spine .added-title { font-style: normal; font-weight: 950; letter-spacing: -1.8px; line-height: .98; font-size: 58px; color: var(--ink); margin-top: 12px; }
.added-spine.dark h1, .added-spine.dark .added-title { color: var(--bg2); }
.added-sub { font-size: 28px; line-height: 1.2; font-weight: 800; color: var(--muted); margin-top: 18px; max-width: 1040px; }
.dark .added-sub { color: #ccbfae; }
.added-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 34px; }
.added-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.added-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 26px; }
.added-card { background: rgba(251,250,247,.92); border: 2px solid var(--line); border-left: 12px solid var(--law); padding: 20px 22px; min-height: 132px; box-shadow: 6px 6px 0 rgba(17,16,14,.10);  border-radius: 0px 8px 8px 0px;}
.dark .added-card{background-color: var(--ink); }
.added-card.bad { border-left-color: var(--bad); }
.added-card.good { border-left-color: var(--good); }
.added-card.king { border-left-color: var(--king); }
.added-card.darkcard { background: #11100e; color: var(--bg2); border-color: #11100e; }
.card .label { font-family: "SF Mono", Menlo, Consolas, monospace; font-size: 14px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; color: var(--bad); margin-bottom: 10px; }
.card.good .label { color: var(--good); }
.card.king .label { color: var(--king); }
.card.darkcard .label { color: var(--gold); }
.card .main { font-size: 28px; font-weight: 950; line-height: 1.03; color: var(--ink); }
card.darkcard .main { color: var(--bg2); }
.card .copy { font-size: 20px; line-height: 1.18; font-weight: 760; color: #4a3f38; margin-top: 12px; }
.card.darkcard .copy { color: #ddd1c2; }
.added-punch { margin-top: 28px; padding: 18px 22px; background: var(--bg-color); color: var(--bg2); border-left: 14px solid var(--gold); font-size: 30px; line-height: 1.12; font-weight: 950; box-shadow: 7px 7px 0 rgba(17,16,14,.12); border-radius: 0px 8px 8px 0px;}
.added-punch b { color: var(--gold); }
.murder-split { display:grid; grid-template-columns:1fr 86px 1fr; gap:22px; align-items:center; margin-top:42px; }
.murder-box { min-height: 250px; border:3px solid var(--ink); display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:28px; box-shadow:8px 8px 0 rgba(17,16,14,.13); border-radius: 8px;}
.murder-box.good { background:#EAF8DD; border-color:var(--good); }
.murder-box.bad { background:#FBE8E4; border-color:var(--bad); }
.murder-box .big { font-size: 46px; font-weight:950; line-height:1.04; }
.murder-box .small { font-size: 22px; font-weight:850; margin-top:18px; color:#4a3f38; }
.murder-mid {  font-size:36px; font-weight:950; text-align:center; color:var(--bad); }
.kit-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; margin-top:30px; }
.kit-item { background: rgba(251,250,247,.92); border:2px solid var(--line); border-top:8px solid var(--law); min-height:104px; padding:14px 16px; box-shadow:4px 4px 0 rgba(17,16,14,.08); }
.kit-item .he { font-size: 18px; font-weight:900; color:var(--law); direction:rtl; text-align:right; }
.kit-item .en { font-size: 20px; font-weight:900; line-height:1.1; margin-top:8px; }
.output-map { display:grid; grid-template-columns: 1fr 1fr 1fr; gap:18px; margin-top:34px; }
.output-card { border:3px solid var(--ink); background:rgba(251,250,247,.92); padding:22px; min-height:340px; box-shadow:7px 7px 0 rgba(17,16,14,.10); }
.output-card .path { font-family:"SF Mono", Menlo, Consolas, monospace; font-size:14px; font-weight:950; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); }
.output-card .head { font-size:32px; font-weight:950; line-height:1; margin-top:12px; }
.output-card .out { font-size:24px; line-height:1.15; margin-top:18px; font-weight:850; }
.output-card.bad { border-color:var(--bad); }
.output-card.good { border-color:var(--good); }
.delivery-chain { display:grid; grid-template-columns: repeat(4, 1fr); gap:16px; margin-top:36px; }
.delivery-node { min-height:330px; background:rgba(251,250,247,.92); border:2px solid var(--line); border-top:12px solid var(--law); padding:22px 20px; box-shadow:6px 6px 0 rgba(17,16,14,.10); }
.delivery-node:nth-child(2) { border-top-color:var(--king); }
.delivery-node:nth-child(3) { border-top-color:var(--good); }
.delivery-node:nth-child(4) { border-top-color:var(--bad); }
.delivery-node .role { font-family:"SF Mono", Menlo, Consolas, monospace; text-transform:uppercase; letter-spacing:.12em; font-weight:950; font-size:14px; color:var(--muted); }
.delivery-node .name { font-size:34px; font-weight:950; line-height:1; margin-top:14px; }
.delivery-node .job { font-size:21px; font-weight:800; line-height:1.16; margin-top:18px; color:#4a3f38; }
.download-table { display:grid; grid-template-columns:1fr 1fr 1fr; gap:22px; margin-top:30px; }
.download-col { background:rgba(251,250,247,.9); border:2px solid var(--line); padding:22px; min-height:350px; }
.download-col .h { font-size:32px; font-weight:950; line-height:1; margin-bottom:18px; }
.download-col ul { margin-left:22px; font-size:21px; line-height:1.25; font-weight:820; }
.download-col li { margin-bottom:10px; }
.kingdom-stack { display:grid; grid-template-columns:1fr; gap:14px; margin-top:30px; max-width:900px; }
.kingdom-layer { display:grid; grid-template-columns:220px 1fr; align-items:center; gap:22px; padding:18px 22px; background:rgba(251,250,247,.94); border:2px solid var(--line); border-left:14px solid var(--law); box-shadow:5px 5px 0 rgba(17,16,14,.08); }
.kingdom-layer:nth-child(2){ border-left-color:var(--king); }
.kingdom-layer:nth-child(3){ border-left-color:var(--good); }
.kingdom-layer:nth-child(4){ border-left-color:var(--bad); }
.kingdom-layer .who { font-size:28px; font-weight:950; }
.kingdom-layer .does { font-size:21px; font-weight:820; color:#4a3f38; line-height:1.18; }
.nojew-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px; margin-top:32px; }
.nojew-loop { border:3px solid var(--ink); background:rgba(251,250,247,.92); padding:24px; box-shadow:8px 8px 0 rgba(17,16,14,.12); min-height:320px; }
.nojew-loop .head { font-size:34px; font-weight:950; margin-bottom:20px; }
.nojew-loop .step { font-size:24px; font-weight:850; line-height:1.2; margin:12px 0; }
.nojew-loop.bad .head { color:var(--bad); }
.nojew-loop.good .head { color:var(--good); }

.lead {
	font-size:28px;line-height:1.22;font-weight:800;color:#2e2a25;
}

/* ============================================================
   UX-DESIGNER CHANGE 2026-07-07 · mobile settings.
   Every added-spine data grid stacks to a single column below
   ~700px, fixed card heights release, and display type steps
   down so nothing collides on a phone.
   ============================================================ */
@media(max-width:700px){
  .added-spine h1, .added-spine .added-title{font-size:clamp(30px,8.5vw,58px);letter-spacing:-1px}
  .added-sub{font-size:19px}
  .added-punch{font-size:20px;margin-top:22px}
  .added-grid-2,.added-grid-3,.added-grid-4,
  .kit-grid,.output-map,.delivery-chain,.download-table,
  .nojew-grid{grid-template-columns:1fr;gap:14px}
  .murder-split{grid-template-columns:1fr;gap:14px}
  .murder-mid{transform:rotate(90deg);font-size:30px}
  .murder-box{min-height:0;padding:20px}
  .murder-box .big{font-size:30px}
  .added-card,.kit-item,.output-card,.delivery-node,
  .download-col,.nojew-loop{min-height:0}
  .output-card .head{font-size:25px}
  .delivery-node .name{font-size:26px}
  .download-col .h{font-size:25px}
  .kingdom-layer{grid-template-columns:1fr;gap:8px}
  .kingdom-layer .who{font-size:23px}
  .card .main{font-size:23px}
}

/* UX-DESIGNER CHANGE 2026-07-18: clean, intentional "launch the standalone deck"
   affordance for the Prophet chapter slide — replaces an ugly xref jammed into the
   brandfoot. Gold pill that reads as a real call to action on the dark statement slide. */
.deck-launch{
  display:inline-flex; align-items:center; gap:10px;
  align-self:flex-start; margin-top:30px;
  font-family:"SF Mono",Menlo,Consolas,monospace;
  font-size:14px; font-weight:900; letter-spacing:.06em; text-transform:uppercase;
  color:#0b0a08; text-decoration:none;
  background:var(--gold); border:2px solid var(--gold); border-radius:999px;
  padding:12px 22px; box-shadow:6px 6px 0 rgba(17,16,14,.22);
  transition:transform .15s, box-shadow .15s, background .15s;
}
.deck-launch .arw{font-size:16px; line-height:1; transition:transform .15s;}
.deck-launch:hover{transform:translateY(-2px); box-shadow:8px 10px 0 rgba(17,16,14,.28); background:#ffdd6a;}
.deck-launch:hover .arw{transform:translateX(4px);}
.deck-launch:focus-visible{outline:3px solid var(--law2); outline-offset:3px;}

/* UX-DESIGNER CHANGE 2026-07-21: native HTML version of the attached
   Prophet briefing slides, scoped to the Product chapter. */
.prophet-brief{
  background: radial-gradient(circle at 50% 100%, #1a1a24 0%, #050506 100%);
}

.prophet-quote{
  margin:auto auto 22px;
  max-width:980px;
  text-align:center;
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(36px,4.7vw,64px);
  line-height:1.08;
  font-weight:500;
  text-shadow: 0 8px 30px rgba(255, 255, 255, 0.15);
}
.prophet-subhead{
  text-align:center;
  font-family:"SF Mono", Menlo, Consolas, monospace;
  font-size:22px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#ffd24a;
}
.prophet-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:34px;
}
.prophet-card{
  background:rgba(25, 25, 32, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border:1px solid rgba(255, 210, 74, 0.15);
  border-top:5px solid #4fadff;
  border-radius:12px;
  padding:32px;
  box-shadow:0 16px 40px rgba(0,0,0,0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.prophet-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0,0,0,0.8);
}
.prophet-card.gold{border-top-color:#ffd24a;}
red.prophet-card.red{border-top-color:#ff4757;}
.prophet-card-title{
  font-family:Georgia, "Times New Roman", serif;
  font-size:28px;
  line-height:1.15;
  font-weight:900;
  color:#ffffff;
}
.prophet-card p,
.prophet-copy{
  font-size:24px;
  line-height:1.4;
  font-weight:500;
  color:var(--erase);
}
.prophet-card p{margin-top:16px;}
.prophet-brief.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:54px;
  align-items:center;
}
.prophet-brief.split .kicker,
.prophet-brief.split .brandfoot,
.prophet-brief.split .slidenum{
  grid-column:1 / -1;
}
.prophet-callout{
  padding:24px 30px;
  background:rgba(79, 173, 255, 0.08);
  border-left:4px solid #4fadff;
  border-radius:4px;
}
.prophet-callout strong,
.prophet-callout span{
  display:block;
  font-size:22px;
  line-height:1.35;
}
.prophet-callout strong{
  color:#4fadff;
  font-weight:950;
  margin-bottom:8px;
}
.prophet-callout span {
  color: var(--law);
}
.prophet-card blockquote{
  margin:26px 0 0;
  padding:20px 24px;
  border-left:4px solid #ffd24a;
  background:rgba(255, 210, 74, 0.05);
  font-size:25px;
  line-height:1.32;
  font-style:italic;
  color:#fbfaf7;
}
.prophet-spec-list{
  display:grid;
  gap:22px;
  margin-top:26px;
}
.prophet-spec-list div{
  font-size:23px;
  line-height:1.4;
  color:#aab2bd;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.prophet-spec-list strong{
  color:var(--accent);
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "SF Mono", Menlo, Consolas, monospace;
}
.prophet-schematic{
  min-height:390px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  align-items:center;
  justify-items:center;
  background:rgba(0,0,0,0.4);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:12px;
  color:#64748b;
  text-transform:uppercase;
  font-family:"SF Mono", Menlo, Consolas, monospace;
  font-size:16px;
  font-weight:900;
  letter-spacing:.12em;
  box-shadow: inset 0 0 60px rgba(0,0,0,0.8);
  position: relative;
  overflow: hidden;
}
.prophet-schematic::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at center, rgba(255,71,87,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.prophet-schematic strong{
  grid-column:1 / -1;
  font-size:180px;
  line-height:.8;
  color:#ff4757;
  text-shadow: 0 0 30px rgba(255,71,87,0.5);
  z-index: 1;
}
.prophet-scripture{
  color:var(--grey-bg);
  font-size:28px;
  line-height:1.3;
  font-style:italic;
  margin-bottom: 24px;
}

@media(max-width:800px){
  .prophet-card-grid,
  .prophet-brief.split{
    grid-template-columns:1fr;
    gap:18px;
  }
  .prophet-card,
  .prophet-callout{
    padding:18px;
  }
  .prophet-card-title{
    font-size:24px;
  }
  .prophet-card p,
  .prophet-copy,
  .prophet-spec-list div,
  .prophet-callout strong,
  .prophet-callout span,
  .prophet-scripture{
    font-size:18px;
  }
  .prophet-subhead{
    font-size:14px;
  }
  .prophet-schematic{
    min-height:220px;
  }
  .prophet-schematic strong{
    font-size:88px;
  }
}
