/* v56 Editorial Authority homepage direction. */
body.v56-editorial{
  --v56-ink:#11171c;
  --v56-charcoal:#1c2429;
  --v56-paper:#f4f5f3;
  --v56-white:#ffffff;
  --v56-muted:#59636a;
  --v56-line:#c9ced0;
  --v56-red:#ad263e;
  --v56-red-dark:#831b2e;
  --v56-brass:#d6b66f;
  background:var(--v56-paper);
  color:var(--v56-ink);
}

body.v56-editorial :where(h1,h2,h3,h4,h5,h6,p,a,span,strong,small,li,button){
  letter-spacing:0;
}

body.v56-editorial .site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:var(--v56-paper);
  color:var(--v56-ink);
  border-bottom:1px solid var(--v56-line);
  box-shadow:none;
  backdrop-filter:none;
}

body.v56-editorial .notice-bar{
  min-height:29px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:5px 18px;
  background:var(--v56-ink);
  color:#f0f2f1;
  font-size:11px;
  line-height:1.35;
}

body.v56-editorial .nav-wrap{
  width:min(1280px,calc(100% - 40px));
  height:78px;
  gap:20px;
}

body.v56-editorial .brand{
  flex:0 0 auto;
  gap:0;
  color:var(--v56-ink);
}

body.v56-editorial .brand .v56-brand-text{
  display:flex;
  flex-direction:column;
  gap:0;
  font-size:14px;
  line-height:1.15;
}

body.v56-editorial .v56-brand-text strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:26px;
  font-weight:850;
}

body.v56-editorial .v56-brand-text small{
  color:#59636a;
  font-size:11px;
  font-weight:700;
}

body.v56-editorial .main-nav{
  gap:16px;
}

body.v56-editorial .main-nav a{
  color:#242c31;
  font-size:13px;
  font-weight:750;
  opacity:1;
}

body.v56-editorial .main-nav a:hover,
body.v56-editorial .main-nav a:focus-visible{
  color:var(--v56-red);
}

body.v56-editorial .phone-pill{
  min-height:42px;
  padding:9px 14px;
  border:1px solid var(--v56-red);
  border-radius:3px;
  background:var(--v56-red);
  color:#fff;
  box-shadow:none;
  font-size:13px;
}

body.v56-editorial .phone-pill:hover,
body.v56-editorial .phone-pill:focus-visible{
  border-color:var(--v56-red-dark);
  background:var(--v56-red-dark);
  color:#fff;
  transform:none;
}

body.v56-editorial .menu-toggle{
  color:var(--v56-ink);
}

body.v56-editorial main.v56-home{
  overflow:hidden;
  background:var(--v56-paper);
  color:var(--v56-ink);
}

.v56-hero{
  position:relative;
  isolation:isolate;
  min-height:clamp(520px,calc(100svh - 190px),620px);
  overflow:hidden;
  border-bottom:4px solid var(--v56-brass);
  background:var(--v56-ink);
  color:#fff;
}

.v56-hero::before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0 auto 0 0;
  width:59%;
  background:var(--v56-ink);
}

.v56-hero-image{
  position:absolute;
  z-index:0;
  inset:0 0 0 auto;
  width:56%;
  overflow:hidden;
  border-left:1px solid #3e474c;
  background:#d9d8d2;
}

.v56-hero-image img{
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center top;
}

.v56-hero-inner{
  position:relative;
  z-index:2;
  width:min(1280px,calc(100% - 48px));
  min-height:inherit;
  margin:0 auto;
  display:flex;
  align-items:center;
  padding:34px 0 36px;
}

.v56-hero-copy{
  width:min(690px,56%);
}

.v56-hero-copy::before{
  content:"";
  display:block;
  width:48px;
  height:4px;
  margin-bottom:18px;
  background:var(--v56-brass);
}

.v56-eyebrow,
body.v56-editorial main.v56-home .v34-eyebrow{
  color:var(--v56-brass);
  font-size:12px;
  font-weight:850;
  line-height:1.35;
  text-transform:uppercase;
}

.v56-hero h1{
  max-width:680px;
  margin:0 0 18px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:60px;
  font-weight:700;
  line-height:1.02;
}

.v56-hero-lead{
  max-width:650px;
  margin:0;
  color:#e3e7e8;
  font-size:20px;
  line-height:1.55;
}

.v56-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.v56-button,
body.v56-editorial main.v56-home .v34-btn{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border:1px solid transparent;
  border-radius:3px;
  background:none;
  box-shadow:none;
  font-size:14px;
  font-weight:800;
  line-height:1.25;
  text-decoration:none;
}

.v56-button.primary,
body.v56-editorial main.v56-home .v34-btn.primary{
  background:var(--v56-red);
  color:#fff;
}

.v56-button.primary:hover,
.v56-button.primary:focus-visible{
  background:var(--v56-red-dark);
}

.v56-button.secondary{
  border-color:#d5dadd;
  color:#fff;
}

.v56-button.secondary:hover,
.v56-button.secondary:focus-visible{
  border-color:var(--v56-brass);
  color:var(--v56-brass);
}

.v56-hero-scope{
  max-width:660px;
  margin:16px 0 0;
  color:#bfc7ca;
  font-size:12px;
  font-weight:700;
  line-height:1.55;
}

.v56-hero-scope span{
  margin:0 5px;
  color:var(--v56-brass);
}

.v56-attorney-caption{
  position:absolute;
  right:0;
  bottom:20px;
  width:min(360px,34%);
  padding:11px 14px;
  border-left:3px solid var(--v56-brass);
  background:rgba(17,23,28,.9);
  color:#fff;
}

.v56-attorney-caption strong,
.v56-attorney-caption span{
  display:block;
}

.v56-attorney-caption strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
}

.v56-attorney-caption span{
  margin-top:2px;
  color:#d6dcde;
  font-size:12px;
  line-height:1.4;
}

.v56-proof{
  min-height:100px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-bottom:1px solid #3f494e;
  background:#171e22;
  color:#fff;
}

.v56-proof div{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:18px clamp(18px,3vw,42px);
  border-right:1px solid #3f494e;
}

.v56-proof div:last-child{
  border-right:0;
}

.v56-proof strong{
  color:var(--v56-brass);
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  line-height:1.12;
}

.v56-proof span{
  margin-top:5px;
  color:#d5dbdd;
  font-size:12px;
  line-height:1.35;
}

body.v56-editorial main.v56-home .v34-section{
  padding:72px 0;
}

body.v56-editorial main.v56-home .v34-wrap{
  width:min(1180px,calc(100% - 42px));
}

body.v56-editorial main.v56-home .v34-small{
  width:min(980px,calc(100% - 42px));
}

body.v56-editorial main.v56-home .v34-kicker{
  max-width:890px;
  margin:8px 0 16px;
  color:var(--v56-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:46px;
  font-weight:700;
  line-height:1.08;
}

body.v56-editorial main.v56-home .v34-lead{
  max-width:800px;
  color:var(--v56-muted);
  font-size:17px;
  line-height:1.65;
}

body.v56-editorial main.v56-home .v34-eyebrow{
  display:inline-flex;
  gap:9px;
  align-items:center;
  color:var(--v56-red-dark);
}

body.v56-editorial main.v56-home .v34-eyebrow::before{
  width:20px;
  height:3px;
  border-radius:0;
  background:var(--v56-red);
}

body.v56-editorial main.v56-home .v34-card,
body.v56-editorial main.v56-home .v34-step,
body.v56-editorial main.v56-home blockquote{
  border:1px solid var(--v56-line);
  border-radius:4px;
  background:#fff;
  box-shadow:none;
}

body.v56-editorial main.v56-home .v34-card{
  padding:25px;
  border-top:4px solid var(--v56-red);
}

body.v56-editorial main.v56-home .v34-card:hover{
  border-color:#8f989d;
  border-top-color:var(--v56-red);
  box-shadow:0 12px 24px rgba(17,23,28,.08);
  transform:translateY(-2px);
}

body.v56-editorial main.v56-home .v34-card h3,
body.v56-editorial main.v56-home .v34-step h3,
body.v56-editorial main.v56-home blockquote h3{
  color:var(--v56-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
}

body.v56-editorial main.v56-home .v34-card p,
body.v56-editorial main.v56-home .v34-step p{
  color:var(--v56-muted);
  line-height:1.6;
}

body.v56-editorial main.v56-home .v34-card a,
body.v56-editorial main.v56-home .text-link{
  color:var(--v56-red-dark);
}

.v57-outcomes{
  border-bottom:1px solid var(--v56-line);
  background:#fff!important;
}

.v57-outcomes-layout{
  display:grid;
  grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);
  gap:64px;
  align-items:start;
}

.v57-outcomes-intro{
  position:sticky;
  top:136px;
}

.v57-outcomes-intro .v34-kicker{
  font-size:40px!important;
}

.v57-text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:8px;
  color:var(--v56-red-dark);
  font-size:14px;
  font-weight:850;
  text-decoration:none;
}

.v57-text-link:hover,
.v57-text-link:focus-visible{
  text-decoration:underline;
}

.v57-outcome-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--v56-line);
  border-left:1px solid var(--v56-line);
}

.v57-outcome{
  min-height:170px;
  padding:26px;
  border-right:1px solid var(--v56-line);
  border-bottom:1px solid var(--v56-line);
  background:var(--v56-paper);
}

.v57-outcome span{
  display:block;
  margin-bottom:26px;
  color:var(--v56-red-dark);
  font-size:11px;
  font-weight:850;
  line-height:1.35;
  text-transform:uppercase;
}

body.v56-editorial main.v56-home .v57-outcome h3{
  max-width:280px;
  margin:0;
  color:var(--v56-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:27px;
  line-height:1.14;
}

.v57-outcomes-note{
  margin-top:18px!important;
}

.v57-outcomes-note p{
  max-width:760px;
  margin:0 0 0 auto;
  color:#6a7378;
  font-size:11px;
  line-height:1.55;
}

.v56-deadline{
  border-bottom:1px solid var(--v56-line);
  background:#fff!important;
}

body.v56-editorial main.v56-home .v56-deadline .v34-alert{
  padding:8px 0 8px 28px;
  border:0;
  border-left:5px solid var(--v56-red);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.v56-focus{
  background:var(--v56-paper)!important;
}

.v56-focus .v34-grid-3{
  grid-template-columns:repeat(2,minmax(0,1fr));
  counter-reset:v56-focus-item;
  gap:0 42px;
}

body.v56-editorial main.v56-home .v56-focus .v34-card{
  counter-increment:v56-focus-item;
  padding:26px 12px 30px 0;
  border:0;
  border-top:1px solid var(--v56-line);
  border-radius:0;
  background:transparent;
}

body.v56-editorial main.v56-home .v56-focus .v34-card::before{
  content:counter(v56-focus-item,decimal-leading-zero);
  display:block;
  margin-bottom:18px;
  color:var(--v56-red-dark);
  font-size:11px;
  font-weight:850;
}

body.v56-editorial main.v56-home .v56-focus .v34-card:hover{
  border-color:var(--v56-ink);
  box-shadow:none;
  transform:none;
}

.v56-urgent{
  border-top:1px solid var(--v56-line);
  border-bottom:1px solid var(--v56-line);
  background:#fff!important;
}

.v56-urgent .v55-home-urgent-grid{
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
}

.v56-urgent .v55-scope-card{
  background:var(--v56-paper)!important;
}

.v56-matter{
  background:#e9ecea!important;
}

.v56-matter .v34-grid-3{
  gap:14px;
}

body.v56-editorial main.v56-home .v56-risk{
  background:var(--v56-charcoal)!important;
  background-image:none!important;
  color:#fff;
}

body.v56-editorial main.v56-home .v56-risk::before{
  display:none;
}

body.v56-editorial main.v56-home .v56-risk .v34-kicker,
body.v56-editorial main.v56-home .v56-risk .v34-card h3{
  color:#fff;
}

body.v56-editorial main.v56-home .v56-risk .v34-lead,
body.v56-editorial main.v56-home .v56-risk .v34-card p{
  color:#d7dddf;
}

body.v56-editorial main.v56-home .v56-risk .v34-card.dark{
  border-color:#4b565c;
  border-top-color:var(--v56-brass);
  background:#252e33;
}

.v56-process{
  background:#fff!important;
}

body.v56-editorial main.v56-home .v56-process .v34-step{
  padding:22px;
  border-top:4px solid var(--v56-brass);
}

body.v56-editorial main.v56-home .v56-process .v34-step::before{
  width:34px;
  height:34px;
  border-radius:2px;
  background:var(--v56-ink);
}

body.v56-editorial main.v56-home .v56-experience{
  background:var(--v56-brass)!important;
}

body.v56-editorial main.v56-home .v56-experience .v34-band{
  padding:0;
  border-radius:0;
  background:transparent;
  color:var(--v56-ink);
  box-shadow:none;
}

body.v56-editorial main.v56-home .v56-experience .v34-band::before{
  display:none;
}

body.v56-editorial main.v56-home .v56-experience .v34-kicker,
body.v56-editorial main.v56-home .v56-experience .v34-lead,
body.v56-editorial main.v56-home .v56-experience .v34-eyebrow{
  color:var(--v56-ink);
}

body.v56-editorial main.v56-home .v56-experience .v34-eyebrow::before{
  background:var(--v56-ink);
}

body.v56-editorial main.v56-home .v34-btn.dark,
body.v56-editorial main.v56-home .v56-experience .v34-btn.primary{
  background:var(--v56-ink);
  color:#fff;
}

body.v56-editorial main.v56-home .v34-btn.light,
body.v56-editorial main.v56-home .v56-experience .v34-btn.secondary{
  border:1px solid var(--v56-ink);
  background:transparent;
  color:var(--v56-ink);
}

.v56-reviews{
  background:var(--v56-paper)!important;
}

.v56-reviews .reviews{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

body.v56-editorial main.v56-home .v56-reviews blockquote{
  padding:24px;
  border-left:4px solid var(--v56-red);
}

body.v56-editorial main.v56-home .v56-reviews blockquote p{
  color:#333c41;
  line-height:1.65;
}

body.v56-editorial main.v56-home .v56-reviews cite{
  color:var(--v56-red-dark);
}

body.v56-editorial main.v56-home .v56-reviews .notice{
  margin-top:20px;
  padding:18px 0 0;
  border:0;
  border-top:1px solid var(--v56-line);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.v56-resources{
  background:#fff!important;
}

body.v56-editorial section.final-cta.section-split.dark.v56-final{
  padding:72px 0!important;
  background:var(--v56-ink)!important;
  background-image:none!important;
  color:#fff!important;
}

body.v56-editorial .v56-final::after{
  display:none;
}

body.v56-editorial .v56-final h2{
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:48px;
  line-height:1.08;
}

body.v56-editorial .v56-final .contact-card.mini{
  padding:24px;
  border:1px solid var(--v56-line)!important;
  border-radius:4px;
  background:#fff!important;
  box-shadow:none!important;
  color:var(--v56-ink)!important;
}

body.v56-editorial .v56-final .contact-card.mini h3{
  color:var(--v56-ink)!important;
  font-family:Georgia,"Times New Roman",serif;
}

body.v56-editorial .v56-final .btn{
  width:100%;
  min-height:46px;
  border-radius:3px;
  box-shadow:none;
}

body.v56-editorial .v56-final .btn-primary{
  background:var(--v56-red)!important;
  color:#fff!important;
}

body.v56-editorial .v56-final .btn-outline{
  border-color:#6f797e!important;
  background:#fff!important;
  color:var(--v56-ink)!important;
}

body.v56-editorial .site-footer{
  padding-top:52px;
  border-top:4px solid var(--v56-brass);
  background:#0c1114;
}

body.v56-editorial .site-footer h3{
  font-family:Georgia,"Times New Roman",serif;
}

body.v56-editorial .site-footer a:hover,
body.v56-editorial .site-footer a:focus-visible{
  color:var(--v56-brass);
}

body.v56-editorial .mobile-sticky{
  display:none!important;
}

body.v56-editorial .mobile-sticky-cta{
  border-top:1px solid #4c565b;
  background:var(--v56-ink);
  box-shadow:none;
}

body.v56-editorial .mobile-sticky-cta a{
  border-radius:3px;
}

body.v56-editorial .mobile-sticky-cta .call{
  background:var(--v56-red);
}

body.v56-editorial .mobile-sticky-cta .consult{
  background:#fff;
  color:var(--v56-ink);
}

@media(max-width:1180px){
  body.v56-editorial .main-nav{
    gap:10px;
  }
  body.v56-editorial .main-nav a{
    font-size:12px;
  }
}

@media(max-width:1080px){
  body.v56-editorial .main-nav,
  body.v56-editorial .phone-pill{
    display:none;
  }
  body.v56-editorial .menu-toggle{
    display:block;
  }
  body.v56-editorial .main-nav.open{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:8px 20px 18px;
    border-top:1px solid var(--v56-line);
    background:var(--v56-paper);
    box-shadow:0 16px 30px rgba(17,23,28,.12);
  }
  body.v56-editorial .main-nav.open a{
    padding:10px 0;
    border-bottom:1px solid #d8dcdd;
    color:var(--v56-ink);
    font-size:14px;
  }
  body.v56-editorial .main-nav.open a:last-child{
    border-bottom:0;
  }
}

@media(max-width:960px){
  .v56-hero h1{
    font-size:50px;
  }
  .v56-hero-lead{
    font-size:18px;
  }
  .v56-proof strong{
    font-size:21px;
  }
  body.v56-editorial main.v56-home .v34-kicker{
    font-size:40px;
  }
  .v57-outcomes-layout{
    gap:38px;
  }
}

@media(max-width:820px){
  .v56-hero{
    min-height:680px;
  }
  .v56-hero::before{
    z-index:1;
    width:100%;
    background:rgba(17,23,28,.82);
  }
  .v56-hero-image{
    width:100%;
    border-left:0;
  }
  .v56-hero-image img{
    object-position:center top;
  }
  .v56-hero-inner{
    width:min(100% - 36px,720px);
    align-items:flex-start;
    padding:50px 0 150px;
  }
  .v56-hero-copy{
    width:100%;
  }
  .v56-hero h1{
    max-width:620px;
    font-size:clamp(40px,8.2vw,56px);
  }
  .v56-hero-lead{
    max-width:620px;
  }
  .v56-attorney-caption{
    right:18px;
    bottom:20px;
    width:min(360px,calc(100% - 36px));
  }
  .v56-proof{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .v56-proof div:nth-child(2){
    border-right:0;
  }
  .v56-proof div:nth-child(-n+2){
    border-bottom:1px solid #3f494e;
  }
  .v57-outcomes-layout{
    grid-template-columns:1fr;
  }
  .v57-outcomes-intro{
    position:static;
  }
  .v57-outcomes-intro .v34-kicker{
    font-size:38px!important;
  }
  .v57-outcomes-note p{
    margin-left:0;
  }
  body.v56-editorial main.v56-home .v34-grid-3,
  body.v56-editorial main.v56-home .v34-grid-2,
  body.v56-editorial main.v56-home .v34-split,
  body.v56-editorial main.v56-home .v55-home-urgent-grid{
    grid-template-columns:1fr;
  }
  body.v56-editorial main.v56-home .v34-steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:620px){
  body.v56-editorial .notice-bar{
    min-height:36px;
    padding:5px 12px;
    font-size:10px;
  }
  body.v56-editorial .nav-wrap{
    width:calc(100% - 28px);
    height:64px;
  }
  body.v56-editorial .brand .v56-brand-text{
    display:flex;
  }
  body.v56-editorial .v56-brand-text strong{
    font-size:20px;
  }
  body.v56-editorial .v56-brand-text small{
    font-size:10px;
  }
  .v56-hero{
    min-height:680px;
  }
  .v56-hero-inner{
    width:calc(100% - 36px);
    padding:44px 0 36px;
  }
  .v56-eyebrow{
    max-width:320px;
  }
  .v56-hero h1{
    margin-top:0;
    font-size:40px;
    line-height:1.04;
  }
  .v56-hero-lead{
    font-size:16px;
    line-height:1.5;
  }
  .v56-actions{
    flex-direction:column;
    align-items:stretch;
    margin-top:24px;
  }
  .v56-button{
    width:100%;
  }
  .v56-hero-scope{
    display:none;
  }
  .v56-attorney-caption{
    display:none;
  }
  .v56-proof div{
    min-height:102px;
    padding:16px;
  }
  .v56-proof strong{
    font-size:18px;
  }
  .v57-outcomes-intro .v34-kicker{
    font-size:32px!important;
  }
  .v57-outcome-grid,
  .v56-reviews .reviews{
    grid-template-columns:1fr;
  }
  .v57-outcome{
    min-height:138px;
    padding:22px;
  }
  .v57-outcome span{
    margin-bottom:18px;
  }
  body.v56-editorial main.v56-home .v34-section{
    padding:56px 0;
  }
  body.v56-editorial main.v56-home .v34-wrap,
  body.v56-editorial main.v56-home .v34-small{
    width:calc(100% - 32px);
  }
  body.v56-editorial main.v56-home .v34-kicker{
    font-size:32px;
  }
  body.v56-editorial main.v56-home .v34-actions{
    flex-direction:column;
    align-items:stretch;
  }
  body.v56-editorial main.v56-home .v34-btn{
    width:100%;
  }
  body.v56-editorial main.v56-home .v34-steps{
    grid-template-columns:1fr;
  }
  body.v56-editorial .v56-final .cta-grid{
    grid-template-columns:1fr;
  }
}

@media(prefers-reduced-motion:reduce){
  body.v56-editorial *,
  body.v56-editorial *::before,
  body.v56-editorial *::after{
    scroll-behavior:auto!important;
    transition:none!important;
  }
}
