/* ===================================================================
   SAM page (/built-with-you) — page-specific extras on top of
   engine-room.css. Self-contained (does not load audit.css or
   hero-chat.css), kept in its own file so voice-grep, which skips .css,
   never trips on gap/class-name substrings.
   Re-skin 2026-07-08: copy preserved, design ported to the engine room.
   =================================================================== */

/* ---- two-column hero: statement copy + framed portrait ---- */
.er-main.er-main--sam{grid-template-columns:1.08fr .82fr;align-items:center}
.er-main--sam .copy{position:relative;z-index:2}

/* Harrison's hero portrait in a cream print-card frame, on the dark hero */
.sam-hero-photo{
  justify-self:end;max-width:394px;margin:0;position:relative;z-index:2;
  background:var(--cream);border:1px solid rgba(15,32,56,.22);border-radius:8px;
  box-shadow:0 34px 80px rgba(0,0,0,.55);padding:14px 14px 0;
  transform:rotate(1.6deg);transition:transform .35s ease;
}
.sam-hero-photo:hover{transform:rotate(0)}
.sam-hero-photo img{display:block;width:100%;height:auto;border-radius:4px}
.sam-hero-photo figcaption{
  font-family:"Barlow Condensed",sans-serif;font-weight:600;text-transform:uppercase;
  letter-spacing:.14em;font-size:12px;color:#5A6A85;text-align:center;padding:13px 6px 15px;
}
@media(max-width:1000px){
  .sam-hero-photo{justify-self:center;transform:rotate(0);max-width:340px}
}

/* Faded, glowing circular logo in the hero corner (copied from audit.css
   so this page is self-contained). */
.hero-shell .hero-mark{
  position:absolute;right:-3vw;bottom:-7vh;width:min(40vw,480px);height:auto;
  opacity:.16;pointer-events:none;user-select:none;z-index:1;
  filter:drop-shadow(0 0 55px rgba(242,120,48,.45));
}
@media(max-width:760px){
  .hero-shell .hero-mark{width:62vw;right:-10vw;bottom:-3vh;opacity:.12}
}

/* ---- pull quote inside a section (the "when were you last off" beat) ---- */
.sam-aside{
  margin:38px 0 0;padding:26px 32px;max-width:720px;
  border-left:3px solid var(--orange);
  background:rgba(242,120,48,.05);border-radius:0 12px 12px 0;
}
.paper .sam-aside{background:rgba(242,120,48,.06)}
.sam-aside p{
  font-family:"Crimson Pro",serif;font-style:italic;
  font-size:clamp(20px,2vw,27px);line-height:1.45;color:var(--cream);
}
.paper .sam-aside p{color:#16233A}

/* ---- prose block (the multi-paragraph sections) ---- */
.sam-prose{max-width:64ch;margin-top:8px}
.sam-prose p{font-size:16.5px;font-weight:300;line-height:1.7;color:rgba(242,238,229,.8)}
.paper .sam-prose p{color:#3C4A62}
.sam-prose p + p{margin-top:18px}
.sam-prose strong{font-weight:600;color:var(--cream)}
.paper .sam-prose strong{color:#16233A}
.sam-prose .al-entry-link{margin-top:22px;font-size:15px}
.sam-prose .al-entry-link a{color:var(--orange)}

/* ---- the client-proof block (dark section) — Stefan / Zorro ----
   copied from audit.css so the page is self-contained. */
.zorro{
  margin:38px 0 10px;padding:30px 34px;max-width:820px;
  background:rgba(242,120,48,.06);
  border:1px solid rgba(242,120,48,.28);border-left:4px solid var(--orange);
  border-radius:14px;
}
.zorro-eyebrow{
  font-family:"Barlow Condensed",sans-serif;font-weight:700;font-size:13px;
  letter-spacing:.22em;text-transform:uppercase;color:var(--orange);margin-bottom:12px;
}
.zorro-head{
  font-family:"Barlow Condensed",sans-serif;font-weight:900;text-transform:uppercase;
  font-size:clamp(28px,3vw,40px);line-height:.98;color:var(--cream);margin-bottom:16px;
}
.zorro-body{
  font-size:16px;font-weight:300;line-height:1.7;color:rgba(242,238,229,.82);
  max-width:62ch;margin-bottom:22px;
}
.zorro-quote{
  font-family:"Crimson Pro",serif;font-style:italic;font-size:21px;line-height:1.5;
  color:var(--cream);margin:0 0 10px;
}
.zorro-cite{
  display:flex;align-items:center;gap:12px;
  font-family:"Barlow Condensed",sans-serif;font-size:13px;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;color:var(--slate);
}
.zorro-face{
  width:48px;height:48px;border-radius:50%;object-fit:cover;
  border:2px solid rgba(242,120,48,.5);flex:0 0 auto;
}

/* ---- supporting testimonial (Jay Samit, Jim Gaw) — works on cream + dark ---- */
.sam-quote{
  margin:44px 0 0;padding:0 0 0 26px;max-width:760px;
  border-left:3px solid var(--orange);
}
.sam-quote blockquote{
  font-family:"Crimson Pro",serif;font-style:italic;
  font-size:clamp(21px,2.1vw,28px);line-height:1.45;color:#16233A;margin:0 0 16px;
}
.dark .sam-quote blockquote,.band .sam-quote blockquote{color:var(--cream)}
.sam-quote-cite{display:flex;align-items:center;gap:14px}
.sam-quote-face{
  width:56px;height:56px;border-radius:50%;object-fit:cover;flex:0 0 auto;
  border:2px solid rgba(242,120,48,.5);
}
.sam-quote-name{
  display:block;font-family:"Barlow Condensed",sans-serif;font-weight:800;
  text-transform:uppercase;letter-spacing:.06em;font-size:17px;color:#16233A;
}
.dark .sam-quote-name{color:var(--cream)}
.sam-quote-role{display:block;font-size:13px;color:#5A6A85;margin-top:2px}
.dark .sam-quote-role{color:var(--slate)}
.sam-quote-role em{font-style:italic}

/* ---- demo grid (the auto-generated branded graphics) ---- */
.sam-demo{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:48px}
.sam-demo figure{
  margin:0;border:1px solid rgba(22,35,58,.16);border-radius:12px;overflow:hidden;
  background:#FBF9F3;box-shadow:0 18px 44px rgba(0,0,0,.10);
}
.sam-demo img{display:block;width:100%;height:auto}
@media(max-width:760px){.sam-demo{grid-template-columns:1fr}}

/* ---- chip row (reassurance pills) ---- */
.sam-chips{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px;list-style:none;padding:0}
.sam-chips li{
  font-family:"Barlow Condensed",sans-serif;font-weight:600;font-size:14px;
  letter-spacing:.04em;padding:9px 18px;border-radius:999px;
}
.paper .sam-chips li{border:1px solid rgba(22,35,58,.22);color:#3C4A62;background:#FBF9F3}
.dark .sam-chips li{border:1px solid rgba(242,238,229,.2);color:rgba(242,238,229,.8)}

/* ---- numbered outcome cards (deliverables) ---- */
.sam-outcomes{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:52px}
.sam-outcome{
  border:1px solid rgba(22,35,58,.16);background:#FBF9F3;
  padding:28px 26px 30px;border-radius:14px;
}
.dark .sam-outcome{background:rgba(15,32,56,.72);border-color:rgba(242,238,229,.12)}
.sam-outcome .o-num{
  font-family:"Barlow Condensed",sans-serif;font-weight:800;font-size:15px;letter-spacing:.2em;
  color:var(--orange);display:block;margin-bottom:14px;
}
.sam-outcome h3{
  font-family:"Barlow Condensed",sans-serif;font-weight:800;text-transform:uppercase;
  font-size:24px;line-height:1.02;color:#16233A;margin-bottom:10px;
}
.dark .sam-outcome h3{color:var(--cream)}
.sam-outcome p{font-size:14.5px;line-height:1.65;color:#3C4A62}
.dark .sam-outcome p{color:rgba(242,238,229,.72)}
@media(max-width:1000px){.sam-outcomes{grid-template-columns:1fr}}

/* ---- the "usual ways owners solve this" ledger (dark) ---- */
.sam-ledger{
  margin-top:44px;max-width:820px;
  border:1px solid rgba(242,238,229,.14);border-radius:14px;
  background:rgba(15,32,56,.5);padding:26px 30px;
}
.sam-ledger-head{
  font-family:"Barlow Condensed",sans-serif;font-weight:700;font-size:13px;
  letter-spacing:.16em;text-transform:uppercase;color:var(--slate);margin-bottom:18px;
}
.sam-ledger-row{
  display:grid;grid-template-columns:236px 1fr;gap:6px 30px;align-items:baseline;
  padding:17px 0;border-top:1px solid rgba(242,238,229,.08);
}
.sam-ledger-row .what{
  font-family:"Barlow Condensed",sans-serif;font-weight:700;
  font-size:17px;letter-spacing:.01em;color:var(--cream);line-height:1.35;
}
.sam-ledger-row .leader{display:none}
.sam-ledger-row .cost{font-size:14.5px;color:var(--slate);line-height:1.55;max-width:54ch}
@media(max-width:640px){
  .sam-ledger-row{grid-template-columns:1fr;gap:4px}
}

/* ---- fit card (who it's for) ---- */
.sam-fit{
  margin-top:40px;max-width:820px;
  border:1px solid rgba(242,238,229,.16);border-radius:14px;
  background:rgba(15,32,56,.55);padding:32px 34px;
}
.sam-fit h3{
  font-family:"Barlow Condensed",sans-serif;font-weight:800;text-transform:uppercase;
  font-size:clamp(22px,2.3vw,30px);line-height:1;color:var(--cream);margin-bottom:16px;
}
.sam-fit p{font-size:16px;font-weight:300;line-height:1.7;color:rgba(242,238,229,.8);max-width:62ch}

/* ---- Harrison bio: book + proofs (extends engine-room .about-*) ---- */
.sam-book{display:flex;align-items:center;gap:18px;margin-top:26px}
.sam-book-cover{width:88px;height:auto;border-radius:4px;box-shadow:0 14px 32px rgba(0,0,0,.4);flex:0 0 auto}
.sam-book-line{font-family:"Crimson Pro",serif;font-style:italic;font-size:16px;color:var(--slate);max-width:38ch}
.sam-founder-actions{display:flex;gap:14px;margin-top:26px;flex-wrap:wrap}

/* ---- where SAM leads: route cards on the dark section ---- */
.sam-routes{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:48px;max-width:940px}
.sam-route{
  background:rgba(15,32,56,.72);border:1px solid rgba(242,238,229,.12);
  border-radius:14px;padding:28px 26px 30px;
}
.sam-route h3{
  font-family:"Barlow Condensed",sans-serif;font-weight:800;text-transform:uppercase;
  font-size:22px;color:var(--cream);margin-bottom:10px;
}
.sam-route p{font-size:14.5px;line-height:1.65;color:rgba(242,238,229,.72);margin-bottom:20px}
.sam-route p a{color:var(--orange)}
.sam-route .btn{display:inline-block}
.sam-mtb-q{
  margin-top:22px;font-family:"Crimson Pro",serif;font-style:italic;
  font-size:18px;color:var(--slate);
}
@media(max-width:760px){.sam-routes{grid-template-columns:1fr}}

/* the trust receipt-row reuses engine-room .receipt-row (no new rules) */
