body.bedard-record-page{
  --acct-ink:#1f1604;
  --acct-amber:#facc15;
  --acct-orange:#f97316;
  --acct-deep:#0f172a;
  --acct-wash:#fff7d6;
  --acct-border:rgba(249,115,22,.55);
  --acct-shadow:rgba(20,13,0,.34);
}
body.bedard-record-page .page-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(250,204,21,.26), transparent 26%),
    radial-gradient(circle at 82% 8%, rgba(249,115,22,.23), transparent 31%),
    linear-gradient(135deg, #101827 0%, #1f1604 45%, #3b2602 100%);
  border-bottom:1px solid rgba(250,204,21,.45);
  box-shadow:inset 0 -52px 88px rgba(0,0,0,.38), 0 26px 72px var(--acct-shadow);
}
body.bedard-record-page .page-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, transparent 0 11%, rgba(255,255,255,.045) 11.25% 11.65%, transparent 12% 100%),
    linear-gradient(0deg, rgba(0,0,0,.22), transparent 48%, rgba(250,204,21,.06));
  opacity:.9;
}
body.bedard-record-page .page-hero .container{
  position:relative;
  z-index:1;
}
body.bedard-record-page .record-hero-badge,
body.bedard-record-page .kicker{
  color:#fff0a3 !important;
  letter-spacing:.075em;
  text-shadow:0 1px 0 rgba(0,0,0,.65), 0 0 18px rgba(250,204,21,.16);
}
body.bedard-record-page .record-hero-badge{
  display:inline-block;
  padding:8px 12px;
  border:1px solid rgba(250,204,21,.45);
  border-radius:999px;
  background:rgba(15,23,42,.74);
  box-shadow:0 14px 30px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.06);
}
body.bedard-record-page .keyword-row span,
body.bedard-record-page .page-jump-nav a,
body.bedard-record-page .record-cta-row a{
  border-color:rgba(250,204,21,.46) !important;
  box-shadow:0 9px 22px rgba(20,13,0,.16);
}
body.bedard-record-page .record-cta-row a,
body.bedard-record-page .record-pdf-card a,
body.bedard-record-page .link-row .btn-primary{
  background:linear-gradient(135deg, #facc15 0%, #f97316 100%) !important;
  border-color:#c2410c !important;
  color:#1f1604 !important;
  font-weight:800;
  text-shadow:none;
}
body.bedard-record-page .record-cta-row a.secondary,
body.bedard-record-page .link-row .btn-default{
  background:#111827 !important;
  border-color:rgba(250,204,21,.45) !important;
  color:#fff7d6 !important;
}
body.bedard-record-page .record-warning,
body.bedard-record-page .record-pdf-callout{
  color:var(--acct-ink) !important;
  background:linear-gradient(135deg, #fffbe6 0%, #fff7d6 68%, #ffedd5 100%) !important;
  border:1px solid rgba(249,115,22,.42) !important;
  border-left:7px solid var(--acct-orange) !important;
  box-shadow:0 22px 48px rgba(20,13,0,.18), inset 0 0 0 1px rgba(255,255,255,.75);
}
body.bedard-record-page .record-warning strong,
body.bedard-record-page .record-pdf-callout strong{
  color:#7c2d12;
}
body.bedard-record-page .record-card,
body.bedard-record-page .record-pdf-card,
body.bedard-record-page .source-list,
body.bedard-record-page .record-timeline li{
  border-top:3px solid rgba(249,115,22,.72);
  box-shadow:0 18px 48px rgba(20,13,0,.16);
}
body.bedard-record-page #predatory-incentives,
body.bedard-record-page #record-frame{
  background:
    radial-gradient(circle at 92% 6%, rgba(250,204,21,.12), transparent 22%),
    linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}
body.bedard-record-page #predatory-incentives h2,
body.bedard-record-page #generational-harm h2,
body.bedard-record-page #record-pdfs h2{
  text-decoration:underline;
  text-decoration-color:rgba(249,115,22,.58);
  text-decoration-thickness:4px;
  text-underline-offset:7px;
}
body.bedard-record-page .record-timeline li::marker{
  color:#ea580c;
  font-weight:900;
}
body.bedard-record-page .source-list a{
  color:#9a3412;
  font-weight:700;
}
body.bedard-record-page .nav-attorney-accountability a{
  background:linear-gradient(135deg, rgba(250,204,21,.16), rgba(249,115,22,.18));
  border-radius:999px;
  box-shadow:0 8px 24px rgba(20,13,0,.16);
}
@media (max-width:767px){
  body.bedard-record-page .record-hero-badge{border-radius:14px;}
  body.bedard-record-page .page-hero{box-shadow:inset 0 -28px 52px rgba(0,0,0,.32);}
}
