
/* Phase C: photo-forward responsive flagship treatment */
.shubham-hero{
  width:100%; max-width:none; margin:0;
  display:grid; grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);
  min-height:690px; overflow:hidden;
  background:radial-gradient(circle at 20% 10%,rgba(159,39,45,.18),transparent 38%),#05070a;
  color:#fff; border-bottom:1px solid rgba(239,200,74,.58);
}
.shubham-hero-copy{padding:clamp(44px,6vw,94px) clamp(28px,5.3vw,84px);align-self:center;position:relative;z-index:2}
.shubham-kicker{margin:0 0 18px;color:#efc84a;font-weight:1000;letter-spacing:.13em;font-size:13px}
.shubham-hero h1{margin:0;max-width:850px;color:#fff;font-size:clamp(52px,6vw,96px);line-height:.9;letter-spacing:-.045em;font-weight:1000;text-transform:uppercase}
.shubham-hero h1 span{color:#fff}
.shubham-punch{display:inline-block;margin:28px 0 11px;padding:8px 13px;background:#a3161a;color:#fff;font-size:clamp(20px,2.15vw,34px);line-height:1;font-weight:1000;letter-spacing:.015em}
.shubham-hero h2{margin:0;color:#fff;font-size:clamp(44px,5vw,79px);line-height:.92;letter-spacing:-.045em;font-weight:1000;text-transform:uppercase;border-bottom:6px solid #a3161a;width:max-content;max-width:100%;padding-bottom:8px}
.shubham-deck{max-width:760px;margin:24px 0 17px;color:#e9edf1;font-size:clamp(17px,1.4vw,22px);line-height:1.48}
.shubham-attribution{max-width:760px;margin:0 0 24px;padding:12px 15px;border:1px solid rgba(239,200,74,.55);background:rgba(5,15,25,.78);color:#e9edf1;font-size:14px;line-height:1.45}
.shubham-attribution strong{color:#efc84a;margin-right:7px}
.shubham-actions{display:flex;flex-wrap:wrap;gap:10px}
.shubham-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 18px;border:1px solid #efc84a;color:#fff!important;text-decoration:none!important;font-weight:950;font-size:14px;letter-spacing:.035em;background:#071a2b}
.shubham-btn.primary{background:#a3161a;border-color:#c94549}
.shubham-btn:hover,.shubham-btn:focus-visible{transform:translateY(-1px);filter:brightness(1.12)}
.shubham-hero-media{min-width:0;margin:0;position:relative;background:#101820;overflow:hidden}
.shubham-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#05070a 0%,rgba(5,7,10,.72) 8%,rgba(5,7,10,0) 31%);pointer-events:none}
.shubham-hero-media img{display:block;width:100%;height:100%;min-height:690px;object-fit:cover;object-position:center top}
.shubham-hero-media figcaption{position:absolute;right:24px;bottom:24px;z-index:2;display:flex;flex-direction:column;gap:2px;max-width:330px;padding:15px 17px;background:rgba(3,8,13,.88);border:1px solid rgba(239,200,74,.52);color:#fff}
.shubham-hero-media figcaption strong{color:#efc84a;font-size:26px;line-height:1;font-weight:1000}
.shubham-hero-media figcaption span{font-size:13px;line-height:1.4;color:#e8ebee}
.identity-record-label{max-width:1220px;margin:42px auto 18px;padding:0 22px;display:flex;gap:11px;flex-direction:column}
.identity-record-label span{color:#efc84a;font-size:12px;font-weight:1000;letter-spacing:.14em}
.identity-record-label strong{color:#fff;font-size:clamp(24px,3vw,42px);line-height:1.04}

/* Keep legacy content readable under the flagship hero. */
.phase-identity main>.grid.two,.phase-identity main>.caution,.phase-identity main>.quote,.phase-identity main>.reading,.phase-identity main>.page-exits{max-width:1220px;margin-left:auto;margin-right:auto}
.phase-identity main>.grid.two{padding-left:22px;padding-right:22px}
.phase-identity main>.caution,.phase-identity main>.quote,.phase-identity main>.reading,.phase-identity main>.page-exits{margin-top:22px;margin-bottom:22px}

@media (max-width:980px){
  .shubham-hero{grid-template-columns:1fr 42%;min-height:610px}
  .shubham-hero-copy{padding:48px 30px}
  .shubham-hero-media img{min-height:610px}
  .shubham-actions{display:grid;grid-template-columns:1fr 1fr}
  .shubham-actions .shubham-btn:last-child{grid-column:1/-1}
}
@media (max-width:760px){
  .shubham-hero{display:flex;flex-direction:column;min-height:0}
  .shubham-hero-copy{padding:38px 22px 30px}
  .shubham-hero h1{font-size:clamp(48px,14vw,72px)}
  .shubham-hero h2{font-size:clamp(43px,13vw,66px)}
  .shubham-punch{font-size:clamp(20px,6vw,30px)}
  .shubham-hero-media{height:min(115vw,620px)}
  .shubham-hero-media::after{background:linear-gradient(180deg,#05070a 0%,rgba(5,7,10,.12) 17%,rgba(5,7,10,0) 55%)}
  .shubham-hero-media img{min-height:0;height:100%;object-position:center top}
  .shubham-hero-media figcaption{left:16px;right:16px;bottom:16px;max-width:none}
  .shubham-actions{grid-template-columns:1fr}
  .shubham-actions .shubham-btn:last-child{grid-column:auto}
  .shubham-btn{width:100%}
  .identity-record-label{margin-top:30px}
}
@media (max-width:430px){
  .shubham-hero-copy{padding-left:17px;padding-right:17px}
  .shubham-kicker{font-size:11px}
  .shubham-hero h1{font-size:46px}
  .shubham-hero h2{font-size:45px;border-bottom-width:4px}
  .shubham-deck{font-size:16px}
  .shubham-attribution{font-size:12.5px}
  .shubham-hero-media{height:132vw;max-height:570px}
  .shubham-hero-media figcaption{left:10px;right:10px;bottom:10px}
  .shubham-hero-media figcaption strong{font-size:22px}
}
/* Defeat legacy interior-section width rules for the flagship Shubham hero. */
body.phase-identity main>.shubham-hero{width:100%!important;max-width:none!important;margin:0!important}
@media(max-width:760px){
  .shubham-hero-copy{align-self:stretch!important;width:auto!important;min-width:0!important;box-sizing:border-box!important}
  .shubham-hero-copy>*{max-width:100%!important;box-sizing:border-box!important}
  .shubham-hero h1,.shubham-hero h2,.shubham-deck,.shubham-attribution{width:auto!important;min-width:0!important}
}


/* Sheriff photo removal helpers */
.text-avatar,.person-text-symbol,.no-face-portrait{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0d1824 0%, #16283a 60%, #0a121b 100%);border:1px solid rgba(239,200,74,.24)}
.text-avatar span{display:grid;place-items:center;width:100%;height:100%;font:900 clamp(22px,3vw,34px)/1 system-ui;color:var(--gold, #efc84a);letter-spacing:.08em}
.person-text-symbol{flex-direction:column;gap:10px;padding:18px}
.person-initials{display:grid;place-items:center;width:92px;height:92px;border-radius:50%;border:2px solid rgba(239,200,74,.35);font:900 34px/1 system-ui;color:var(--gold, #efc84a);background:rgba(255,255,255,.02)}
.no-face-portrait{min-height:320px;padding:24px}
.no-face-card{width:min(100%,340px);min-height:260px;border:1px solid rgba(239,200,74,.28);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)}
.no-face-card span{font:800 12px/1.2 system-ui;color:#c8d1d8;letter-spacing:.18em;text-transform:uppercase;margin-bottom:14px}
.no-face-card strong{font:900 clamp(28px,4vw,44px)/.95 system-ui;color:#fff;letter-spacing:.04em;text-transform:uppercase}
.no-face-card em{font:700 12px/1.2 system-ui;color:var(--gold, #efc84a);letter-spacing:.12em;text-transform:uppercase;margin-top:16px;font-style:normal}

/* ============================================================
   SHUBHAM VIRAL PAGE — REFERENCE-MATCH LAYOUT
   ============================================================ */
body.page-identity{background:#050505!important;color:#fff!important}
body.page-identity .independence{display:none!important}
body.page-identity main.viral-page{max-width:none!important;padding:0!important;margin:0!important;background:#050505!important;color:#fff!important}
.viral-hero{display:grid;grid-template-columns:41% 59%;min-height:640px;background:#050505;position:relative;overflow:hidden}
.viral-copy{padding:34px 26px 24px max(24px,calc((100vw - 1500px)/2 + 28px));display:flex;flex-direction:column;align-items:flex-start;justify-content:center;z-index:2;background:radial-gradient(circle at 86% 45%,rgba(255,255,255,.055),transparent 38%),#050505}
.viral-headline{font-family:Impact,"Arial Narrow",Arial,sans-serif;font-size:clamp(52px,5.25vw,84px);line-height:.86;letter-spacing:.012em;text-transform:uppercase;color:#fff;text-shadow:0 2px 0 #000;margin:0 0 12px}.viral-headline .viral-red{color:#d90d19}.viral-headline .viral-white{color:#fff}
.viral-rumor{background:#c90e16;color:#fff;font:900 clamp(17px,1.45vw,24px)/1 Impact,"Arial Narrow",sans-serif;letter-spacing:.02em;padding:7px 13px;margin:0 0 7px;text-transform:uppercase}
.viral-record{font:900 clamp(36px,3.6vw,57px)/.95 Impact,"Arial Narrow",sans-serif;color:#fff;text-transform:uppercase;border-bottom:5px solid #d90d19;padding-bottom:4px;margin-bottom:16px;letter-spacing:.01em}
.viral-links{list-style:none!important;padding:0!important;margin:0 0 16px!important;display:grid;gap:5px;font:700 clamp(15px,1.2vw,19px)/1.3 Arial,sans-serif}.viral-links li{display:flex;gap:10px;align-items:center}.viral-links span{color:#f0131e;width:19px;text-align:center;font-weight:900}.viral-links a{color:#fff!important;text-decoration:none!important}.viral-links a:hover{text-decoration:underline!important}
.viral-gossip{border:1px solid #a9282e;padding:12px 16px;margin:2px 0 14px;font:900 clamp(17px,1.45vw,22px)/1.25 Impact,"Arial Narrow",sans-serif;text-transform:uppercase;letter-spacing:.025em}.viral-gossip b{display:block;color:#fff}.viral-gossip strong{display:block;color:#ef1520;margin-top:3px}
.viral-actions{display:flex;gap:16px;width:100%;max-width:570px}.viral-action{flex:1;display:flex;align-items:center;justify-content:center;min-height:48px;border:1px solid #fff;color:#fff!important;text-decoration:none!important;font:900 15px/1 Arial,sans-serif;letter-spacing:.03em;text-transform:uppercase}.viral-action.primary{background:#cf0d15;border-color:#cf0d15}.viral-action:hover{transform:translateY(-1px);filter:brightness(1.12)}
.viral-photo{position:relative;min-height:640px;background:#111;overflow:hidden}.viral-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.68) 0%,rgba(5,5,5,.13) 16%,transparent 35%);pointer-events:none}.viral-photo>img{width:100%;height:100%;min-height:640px;object-fit:cover;object-position:center 25%;display:block}
.viral-profile{position:absolute;z-index:2;left:3%;top:51%;transform:translateY(-50%);width:min(285px,42%);background:rgba(0,0,0,.77);border:1px solid rgba(255,255,255,.55);padding:17px 18px;color:#fff}.viral-profile h2{font:900 clamp(25px,2vw,34px)/1 Impact,"Arial Narrow",sans-serif;margin:0 0 13px;color:#fff}.viral-profile p{font:500 clamp(14px,1.15vw,18px)/1.42 Arial,sans-serif;margin:0 0 4px;color:#fff}.viral-profile em{display:block;font:italic 600 clamp(12px,1vw,15px)/1.45 Arial,sans-serif;margin-top:13px;color:#fff}
.viral-context{background:#111;color:#d3d3d3;border-top:1px solid #292929;border-bottom:1px solid #292929;text-align:center;padding:9px 16px;font:700 12px/1.4 Arial,sans-serif;letter-spacing:.03em}.viral-context strong{color:#fff}
.five-second-case{background:#f4f4f4;color:#111!important;padding:12px 14px 0;border-bottom:1px solid #c8c8c8}.five-second-case>h2,.record-speaks>h2{text-align:center;font:900 clamp(18px,1.5vw,24px)/1 Impact,"Arial Narrow",sans-serif;color:#111!important;margin:0 0 11px;text-transform:uppercase}.five-grid{max-width:1460px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr)}.five-item{min-height:190px;padding:12px 18px 18px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #bbb;color:#111!important;text-decoration:none!important}.five-item:last-child{border-right:0}.five-item strong{font:900 clamp(42px,4vw,63px)/.9 Impact,"Arial Narrow",sans-serif;color:#a90d14}.five-item b{font:900 clamp(14px,1.1vw,18px)/1.17 Impact,"Arial Narrow",sans-serif;color:#111;margin-top:7px;text-transform:uppercase}.five-item span{font:500 13px/1.3 Arial,sans-serif;color:#111;margin-top:7px}.five-icon{font-size:45px;line-height:1;color:#b20c13;margin-bottom:8px}
.record-speaks{background:#ededed;color:#111!important;padding:18px 18px 22px}.record-cards{max-width:1460px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.record-cards article{background:#f8f8f8;border:1px solid #d3d3d3;display:flex;flex-direction:column;color:#111!important;min-width:0}.record-img{height:145px;position:relative;overflow:hidden;background:#111}.record-img img{width:100%;height:100%;object-fit:cover;display:block}.record-img .play{position:absolute;left:12px;bottom:11px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#050505;color:#fff;font-size:15px}.record-cards h3{font:900 clamp(16px,1.4vw,21px)/1 Impact,"Arial Narrow",sans-serif;color:#111!important;margin:14px 16px 5px}.record-cards p{font:500 13px/1.35 Arial,sans-serif;color:#111!important;margin:0 16px 15px;flex:1}.record-cards article>a{display:flex;align-items:center;justify-content:center;background:#bf0d14;color:#fff!important;text-decoration:none!important;margin:0 16px 14px;min-height:39px;font:900 13px/1 Arial,sans-serif;letter-spacing:.04em}
.viral-bottom{display:grid;grid-template-columns:1.2fr 1fr 1fr;background:#060606;color:#fff;border-top:1px solid #1d1d1d;max-width:1500px;margin:0 auto;padding:18px 18px 20px}.viral-bottom article{padding:0 24px;border-right:1px solid #282828}.viral-bottom article:first-child{padding-left:0}.viral-bottom article:last-child{border-right:0;padding-right:0}.viral-bottom h2{font:900 clamp(18px,1.6vw,25px)/1.05 Impact,"Arial Narrow",sans-serif;color:#fff!important;margin:0 0 10px}.viral-bottom h2 span{color:#f00f1a}.viral-bottom p,.viral-bottom li{font:500 13px/1.38 Arial,sans-serif;color:#fff!important}.viral-bottom ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}.viral-bottom li:before{content:"✓";color:#e20d18;border:1px solid #e20d18;border-radius:50%;width:18px;height:18px;display:inline-grid;place-items:center;margin-right:8px;font-size:10px}.viral-bottom a{display:inline-block;margin-top:9px;border:1px solid #fff;color:#fff!important;text-decoration:none!important;padding:6px 12px;font:900 11px/1 Arial,sans-serif}.public-record-lines{padding-left:42px;position:relative}.public-record-lines:before{content:"♙";position:absolute;left:0;top:1px;font-size:30px;color:#fff}
.viral-cta{background:linear-gradient(90deg,#b5080f,#d20c14 55%,#a7070d);min-height:74px;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:13px max(28px,calc((100vw - 1460px)/2));gap:24px}.viral-cta div{display:flex;flex-direction:column}.viral-cta b{font:900 clamp(17px,1.7vw,25px)/1 Impact,"Arial Narrow",sans-serif}.viral-cta span{font:500 14px/1.3 Arial,sans-serif;margin-top:4px}.viral-cta a{border:1px solid #fff;color:#fff!important;text-decoration:none!important;min-width:230px;min-height:40px;display:grid;place-items:center;font:900 13px/1 Arial,sans-serif}
.identity-followup{background:#0b0b0b;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:45px max(24px,calc((100vw - 1200px)/2))}.identity-followup>div{border:1px solid #272727;border-top:4px solid #bd0e16;padding:24px;background:#111}.identity-followup>div:nth-child(2){border-top-color:#efc84a}.identity-followup h2{font:900 clamp(27px,3vw,42px)/1 Impact,"Arial Narrow",sans-serif;color:#fff!important}.identity-followup .record-row{border-color:#333!important;color:#fff!important}.identity-followup .record-row b,.identity-followup .record-row span,.identity-followup li{color:#fff!important}.identity-followup ul{padding-left:20px}.identity-caution{max-width:1200px;margin:0 auto 40px;background:#211e11;border:1px solid #8b7424;color:#fff;padding:16px 18px;font:600 14px/1.45 Arial,sans-serif}
@media(max-width:1000px){.viral-hero{grid-template-columns:48% 52%}.viral-copy{padding-left:24px}.viral-profile{left:4%;width:46%}.viral-headline{font-size:clamp(45px,6vw,66px)}.record-cards{grid-template-columns:repeat(2,1fr)}.viral-bottom{grid-template-columns:1fr 1fr}.viral-bottom article:last-child{grid-column:1/-1;border-top:1px solid #282828;border-right:0;padding:18px 0 0;margin-top:18px}.viral-bottom article:nth-child(2){border-right:0}.five-item{padding-inline:10px}}
@media(max-width:720px){body.page-identity .m-civic-banner-inner{gap:8px}.viral-hero{display:flex;flex-direction:column;min-height:0}.viral-copy{padding:28px 18px 22px;order:1}.viral-headline{font-size:clamp(49px,14vw,70px);line-height:.86}.viral-rumor{font-size:20px}.viral-record{font-size:43px}.viral-links{font-size:15px}.viral-gossip{width:100%;font-size:18px}.viral-actions{display:grid;grid-template-columns:1fr 1fr;max-width:none}.viral-action{font-size:12px}.viral-photo{order:2;min-height:490px}.viral-photo>img{min-height:490px;height:490px;object-position:center top}.viral-photo:after{background:linear-gradient(180deg,rgba(0,0,0,.07),transparent 40%,rgba(0,0,0,.2))}.viral-profile{top:auto;bottom:14px;left:14px;transform:none;width:calc(100% - 28px);background:rgba(0,0,0,.82);display:grid;grid-template-columns:1fr 1.6fr;column-gap:16px}.viral-profile h2{grid-row:1/5;font-size:31px}.viral-profile em{grid-column:2;margin-top:7px}.viral-context{text-align:left;padding:9px 16px}.five-grid{grid-template-columns:1fr 1fr}.five-item{border-right:1px solid #bbb;border-bottom:1px solid #bbb;min-height:155px}.five-item:nth-child(2n){border-right:0}.five-item:last-child{grid-column:1/-1;border-right:0}.five-item strong{font-size:50px}.five-item b{font-size:14px}.record-cards{grid-template-columns:1fr}.record-img{height:190px}.viral-bottom{grid-template-columns:1fr;padding:22px 18px}.viral-bottom article{padding:18px 0;border-right:0;border-bottom:1px solid #282828}.viral-bottom article:first-child{padding-top:0}.viral-bottom article:last-child{grid-column:auto;border-top:0;border-bottom:0;margin-top:0}.viral-cta{align-items:flex-start;flex-direction:column;padding:18px}.viral-cta a{width:100%;min-width:0}.identity-followup{grid-template-columns:1fr;padding:28px 16px}.identity-caution{margin:0 16px 30px}.record-speaks{padding-inline:12px}}
@media(max-width:430px){.viral-actions{grid-template-columns:1fr}.viral-profile{display:block}.viral-profile h2{margin-bottom:8px}.viral-profile em{margin-top:10px}.viral-photo,.viral-photo>img{min-height:510px;height:510px}.five-grid{grid-template-columns:1fr}.five-item,.five-item:nth-child(2n),.five-item:last-child{grid-column:auto;border-right:0}.record-img{height:165px}}

/* Final legibility and responsive-type corrections. */
.case-photo-overlay h2{
  color:#fff!important;
  text-shadow:0 3px 24px rgba(0,0,0,.88);
  letter-spacing:-.045em;
}
body.visual-home .timestamp{
  background:#fffaf1!important;
  border-color:#d8cdbb!important;
}
body.visual-home .timestamp .time{
  background:#0b2233!important;
  color:#ffc64d!important;
}
body.visual-home .timestamp>div:last-child{
  color:#17232b!important;
  font-size:15px!important;
}
body.visual-home .timestamp strong{color:#0b2233!important}
.privacy-hold{border-color:#c8a83e!important;background:#fff9e9!important}
.privacy-hold strong{display:inline-block;color:#81131a!important;font:1000 11px/1.2 system-ui;letter-spacing:.09em;text-transform:uppercase}
.maiorano-source-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.identity-followup>div{min-width:0;overflow:visible}
.identity-followup h2{
  margin-top:0;
  font-size:clamp(25px,2.6vw,38px)!important;
  line-height:1.08!important;
  letter-spacing:0!important;
  overflow-wrap:normal;
  word-break:normal;
}
@media(max-width:720px){
  .case-photo-overlay h2{
    font-size:clamp(44px,13vw,58px)!important;
    line-height:.94!important;
    letter-spacing:-.04em!important;
  }
  .identity-followup h2{
    font-size:clamp(26px,8vw,36px)!important;
    line-height:1.08!important;
  }
}

/* People-source photography and records manager */
.name-history{display:block;margin-top:8px;color:#efc84a;font-size:.38em;line-height:1;letter-spacing:.02em;text-transform:none}
.profile-source-figure{margin:0;align-self:start;overflow:hidden;border-radius:16px;background:#07131d;border:1px solid rgba(239,200,74,.3);box-shadow:0 18px 45px rgba(0,0,0,.2)}
.profile-source-figure img{display:block;width:100%;height:auto;max-height:520px;object-fit:contain;background:#07131d}
.profile-source-figure figcaption{padding:11px 13px;color:#cbd6dc;background:#07131d;font:800 10px/1.4 system-ui;letter-spacing:.045em}
.page-people .people-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
.page-index .home-people-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
.page-people .person-photo-symbol img{filter:saturate(.95) contrast(1.03)!important}
.page-people .person-card:first-child .person-photo-symbol img{filter:none!important;object-position:center 22%!important}
.records-manager-card{width:min(calc(100% - 48px),1220px);margin:0 auto 34px;display:grid;grid-template-columns:minmax(250px,.68fr) 1.32fr;gap:0;overflow:hidden;border-radius:18px;background:linear-gradient(145deg,#0b1d2a,#07131d);border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 45px rgba(0,0,0,.18)}
.records-manager-card figure{margin:0;position:relative;background:#06131d}.records-manager-card img{display:block;width:100%;height:360px;object-fit:cover;object-position:center 30%}.records-manager-card figcaption{position:absolute;left:10px;bottom:10px;padding:7px 9px;background:rgba(0,0,0,.78);color:#fff;font:850 9px/1 system-ui;letter-spacing:.08em}.records-manager-card>div{padding:38px}.records-manager-card h2{margin:6px 0 12px;color:#fff!important;font-size:clamp(34px,4vw,58px)!important}.records-manager-card p{color:#c4d0d7}.records-manager-card .role{color:#efc84a!important;font-weight:900}
@media(max-width:1200px){.page-people .people-grid,.page-index .home-people-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.page-people .people-grid,.page-index .home-people-grid{grid-template-columns:1fr!important}.records-manager-card{width:min(calc(100% - 28px),1220px);grid-template-columns:1fr}.records-manager-card img{height:420px}.records-manager-card>div{padding:26px 20px}}

/* Normal-width editorial typography. Impact remains limited to small legacy
   labels and numeric accents instead of carrying full sentences. */
body.phase-b h1,
body.phase-b h2,
body.phase-b h3,
body.phase-b .impact-title,
body.phase-b .section-title,
body.phase-b .eyebrow,
body.phase-b .receipt-block .eyebrow,
body.phase-b .case-photo-overlay h2,
body.phase-b .viral-headline,
body.phase-b .viral-rumor,
body.phase-b .viral-record,
body.phase-b .viral-gossip,
body.phase-b .viral-profile h2,
body.phase-b .record-cards h3,
body.phase-b .viral-bottom h2,
body.phase-b .viral-cta b,
body.phase-b .identity-followup h2{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-stretch:normal;
}
body.phase-b .page-hero h1,
body.phase-b .people-hero h1,
body.phase-b .questions-hero h1,
body.phase-b .vote-hero h1,
body.phase-b .action-hero h1,
body.phase-b .photo-page-hero h1,
body.phase-b .section-title,
body.phase-b .case-photo-overlay h2{
  font-weight:850!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
}
body.phase-b .viral-headline{font-weight:850!important;line-height:.98!important;letter-spacing:-.04em!important}
body.phase-dossier .profile-grid>div>h2{color:#f4f7f8!important;font-weight:800!important;letter-spacing:-.025em!important;line-height:1.08!important}
body.phase-b h1,body.phase-b h2,body.phase-b h3{font-weight:760!important}
body.phase-b p,body.phase-b li{line-height:1.72}

/* Site-wide sharing strip. */
.m-share-panel{background:#0b1b27;border-top:1px solid rgba(239,200,74,.24);border-bottom:1px solid rgba(255,255,255,.08);color:#fff}
.m-share-inner{width:min(calc(100% - 40px),1280px);margin:auto;padding:22px 0;display:grid;grid-template-columns:minmax(230px,.75fr) minmax(420px,1.25fr);gap:22px;align-items:center}
.m-share-copy span{display:block;color:#efc84a;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.m-share-copy strong{display:block;margin-top:3px;font-size:clamp(20px,2vw,29px);line-height:1.1;letter-spacing:-.02em}
.m-share-copy small{display:block;margin-top:7px;color:#aebdc6;font-size:12px;line-height:1.45}
.m-share-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.m-share-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border:1px solid rgba(255,255,255,.22);background:#102736;color:#fff!important;text-decoration:none!important;font:850 11px/1 Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:.055em;text-transform:uppercase;cursor:pointer;border-radius:8px}
.m-share-button:hover,.m-share-button:focus-visible{background:#17384b;border-color:#efc84a;outline:none}
.m-share-button.primary{background:#d3343b;border-color:#d3343b}
.m-share-button.gold{background:#efc84a;border-color:#efc84a;color:#07131c!important}
.m-footer-track{margin:0;padding:4px 0 0;display:flex;justify-content:flex-end;opacity:.42}
.m-footer-track:hover,.m-footer-track:focus-within{opacity:1}
.m-footer-track button{display:grid;place-items:center;width:26px;height:26px;padding:0;border:0;border-radius:50%;background:transparent;color:#91a4b0;font:700 11px/1 Inter,ui-sans-serif,system-ui,sans-serif;cursor:pointer}
.m-footer-track button:hover,.m-footer-track button:focus-visible{background:#efc84a;color:#07131c;outline:none}
.m-footer-track button[aria-pressed="true"]{background:#d3343b;color:#fff}

/* Real-photo share kit. */
.share-kit-hero{width:100%!important;max-width:none!important;margin:0!important;padding:clamp(56px,8vw,100px) max(22px,calc((100vw - 1280px)/2 + 22px))!important;background:linear-gradient(118deg,#06131d,#0b2434)!important;border-bottom:1px solid rgba(239,200,74,.3)}
.share-kit-hero span{color:#efc84a;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.share-kit-hero h1{max-width:900px;margin:10px 0 14px;color:#fff!important;font-size:clamp(46px,7vw,88px)!important;line-height:.98!important}
.share-kit-hero p{max-width:760px;color:#cbd6dc;font-size:clamp(16px,2vw,20px)}
.share-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:22px}
.share-tags span{padding:7px 10px;border:1px solid rgba(239,200,74,.32);background:rgba(239,200,74,.07);border-radius:999px;color:#efc84a;font-size:10px;letter-spacing:.035em;text-transform:none}
.share-kit-section{width:min(calc(100% - 40px),1280px)!important;margin:0 auto!important;padding:44px 0 68px!important}
.share-kit-intro{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}
.share-kit-intro h2{margin:0;color:#fff!important;font-size:clamp(30px,4vw,50px)!important}
.share-kit-intro p{max-width:540px;margin:0;color:#aebdc6}
.share-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:1000px;margin:auto}
.share-card{overflow:hidden;background:#0b1b27;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 18px 44px rgba(0,0,0,.23)}
.share-card>img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:contain;background:#06131d}
.share-card-body{padding:18px}
.share-card-body h2{margin:0 0 6px;color:#fff!important;font-size:24px!important;line-height:1.12!important}
.share-card-body p{margin:0;color:#b7c4cc;font-size:14px;line-height:1.5}
.share-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}
.share-card-actions .m-share-button{flex:1;min-width:145px}
.share-privacy-note{margin-top:24px;padding:15px 17px;border-left:4px solid #efc84a;background:rgba(239,200,74,.08);color:#d8e0e5;font-size:13px}
@media(max-width:820px){.m-share-inner{grid-template-columns:1fr}.m-share-actions{justify-content:flex-start}.share-card-grid{grid-template-columns:1fr}.share-kit-intro{display:block}.share-kit-intro p{margin-top:10px}}
@media(max-width:520px){.m-share-inner,.share-kit-section{width:min(calc(100% - 28px),1280px)!important}.m-share-actions,.share-card-actions{display:grid;grid-template-columns:1fr 1fr}.m-share-button{width:100%}.share-kit-hero h1{font-size:clamp(41px,13vw,61px)!important}.share-card-body{padding:15px}.share-card-actions .m-share-button{min-width:0}}

/* Calm, Maiorano-centered homepage. */
body.focus-home{font-size:18px;line-height:1.7;background:#061019}
body.focus-home main{padding:0!important;background:#061019!important}
.jm-home-hero{width:100%!important;max-width:none!important;margin:0!important;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);min-height:690px;background:linear-gradient(118deg,#06131d 0%,#0b2332 100%);border-bottom:1px solid rgba(239,200,74,.28)}
.jm-home-copy{align-self:center;padding:clamp(48px,7vw,92px) clamp(24px,7vw,104px)}
.jm-home-copy .eyebrow{margin:0 0 18px;color:#efc84a!important;font-size:12px!important;letter-spacing:.08em!important;text-transform:none!important}
.jm-home-copy h1{max-width:830px;margin:0;color:#fff!important;font-size:clamp(50px,7vw,92px)!important;line-height:1!important;font-weight:780!important;letter-spacing:-.045em!important;text-transform:none!important}
.jm-home-copy h1 em{display:block;color:#efc84a;font-style:normal}
.jm-home-copy>p:not(.eyebrow){max-width:700px;margin:26px 0;color:#d4dfe5;font-size:clamp(18px,1.7vw,23px);line-height:1.6}
.jm-home-actions{display:flex;flex-wrap:wrap;gap:10px}
.jm-home-hero figure{margin:0;position:relative;overflow:hidden;background:#261c18}
.jm-home-hero figure img{display:block;width:100%;height:100%;min-height:690px;object-fit:cover;object-position:center top}
.jm-home-hero figcaption{position:absolute;left:18px;bottom:18px;padding:8px 10px;background:rgba(4,11,17,.82);color:#fff;font-size:11px}
.jm-compare{width:min(calc(100% - 44px),1120px)!important;margin:0 auto!important;padding:clamp(58px,8vw,92px) 0!important}
.jm-compare>header{text-align:center;margin-bottom:28px}
.jm-compare>header .eyebrow{margin:0;color:#efc84a!important;text-transform:none!important;letter-spacing:.07em!important}
.jm-compare>header h2{max-width:840px;margin:10px auto 0;color:#fff!important;font-size:clamp(36px,5vw,62px)!important;line-height:1.08!important;font-weight:760!important;text-transform:none!important}
.jm-quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.jm-quote-grid article{padding:clamp(26px,4vw,42px);background:#fffaf0;color:#13202a;border-radius:14px;border-top:6px solid #efc84a}
.jm-quote-grid article.review{background:#0d2230;color:#fff;border:1px solid rgba(255,255,255,.14);border-top:6px solid #d3343b}
.jm-quote-grid time{font-weight:800;font-size:12px;color:#7c621d}.jm-quote-grid .review time{color:#efc84a}
.jm-quote-grid h3{margin:8px 0 17px;font-size:20px!important;font-weight:750!important;text-transform:none!important;color:inherit!important}
.jm-quote-grid blockquote{margin:0 0 24px;font:400 clamp(23px,3vw,36px)/1.38 Georgia,serif;color:inherit}
.jm-quote-grid blockquote strong{color:#efc84a;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.2em}
.jm-quote-grid a{font-weight:800;color:inherit}
.quiet-path{width:min(calc(100% - 44px),1120px)!important;margin:0 auto 72px!important;padding:42px!important;background:#0a1c29;border-radius:16px}
.quiet-path h2{margin:0 0 22px;color:#fff!important;font-size:clamp(30px,4vw,46px)!important;font-weight:750!important;text-transform:none!important}
.quiet-path>div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.quiet-path a{display:flex;flex-direction:column;gap:5px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.035);color:#fff!important;text-decoration:none!important}
.quiet-path a:hover{border-color:#efc84a}.quiet-path strong{font-size:18px}.quiet-path span{color:#afbec7;font-size:14px;line-height:1.5}
.home-people-strip{width:min(calc(100% - 44px),1120px)!important;margin:0 auto 78px!important;padding:0!important;text-align:center}
.home-people-strip h2{margin:0 0 24px;color:#fff!important;font-size:clamp(28px,4vw,42px)!important;font-weight:750!important;text-transform:none!important}
.home-people-strip>div{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.home-people-strip a{display:flex;flex-direction:column;align-items:center;color:#fff!important;text-decoration:none!important}
.home-people-strip img{width:112px;height:112px;border-radius:50%;object-fit:cover;object-position:center 20%;border:3px solid #efc84a;background:#0b2233}
.home-people-strip strong{margin-top:11px;font-size:15px;line-height:1.25}.home-people-strip span{color:#aebcc5;font-size:12px}
.m-brand-main{font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-weight:780!important;letter-spacing:.035em!important}.m-brand-main b{color:#efc84a}
@media(max-width:900px){.jm-home-hero{grid-template-columns:1fr 38%}.jm-home-copy{padding:54px 28px}.jm-home-hero figure img{min-height:620px}.quiet-path>div{grid-template-columns:1fr}.home-people-strip>div{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.jm-home-hero{display:flex;flex-direction:column;min-height:0}.jm-home-copy{order:1;padding:42px 20px}.jm-home-hero figure{order:2;height:560px}.jm-home-hero figure img{min-height:0;height:100%;object-fit:contain}.jm-home-actions{display:grid}.jm-home-actions a{width:100%}.jm-quote-grid{grid-template-columns:1fr}.quiet-path{padding:27px 18px!important}.home-people-strip>div{grid-template-columns:repeat(2,1fr)}.home-people-strip>div a:last-child{grid-column:1/-1}.home-people-strip img{width:100px;height:100px}}
