.elementor-6899 .elementor-element.elementor-element-31b6e65{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-120687e *//*
  Westview Law LLP — 404 page only.
  Uses the same black / yellow-gold palette as the homepage (index).
  Shared navigation and footer styles remain in ../navigation.css and ../footer.css.
*/

:root{
  --navy:#080808;
  --navy-deep:#000000;
  --navy-soft:#171717;
  --gold:#d4af37;
  --gold-light:#f3d56b;
  --cream:#f8f3df;
  --paper:#fffdf6;
  --ink:#111111;
  --muted:#5f5a4e;
  --line:rgba(17,17,17,.15);
  --container:1390px;
  --serif:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  --sans:Inter,"Segoe UI",Arial,sans-serif;
}

.error-page,
.error-page *{box-sizing:border-box}

.error-page{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
}

.error-page a{color:inherit;text-decoration:none}
.error-page .container{width:min(calc(100% - 64px),var(--container));margin-inline:auto}

/* Match the homepage executive hero: black with a subtle warm-gold glow. */
.error-hero{
  position:relative;
  overflow:hidden;
  min-height:610px;
  display:flex;
  align-items:center;
  padding:92px 0;
  background:radial-gradient(circle at 15% 10%,#28230f 0,#0d0d0d 47%,#000 100%);
  color:#fff;
  border-bottom:1px solid rgba(212,175,55,.28);
}

.error-hero::before{
  content:"404";
  position:absolute;
  right:-1.5vw;
  bottom:-13vw;
  color:rgba(212,175,55,.045);
  font:400 clamp(17rem,35vw,38rem)/.75 var(--serif);
  letter-spacing:-.08em;
  pointer-events:none;
  user-select:none;
}

.error-hero::after{
  content:"";
  position:absolute;
  top:58px;
  left:5%;
  width:165px;
  height:118px;
  border-top:1px solid rgba(212,175,55,.27);
  border-left:1px solid rgba(212,175,55,.27);
  transform:skew(-20deg);
  pointer-events:none;
}

.error-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.32fr) minmax(320px,.68fr);
  gap:90px;
  align-items:center;
}

.error-copy{max-width:850px}

.error-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-bottom:20px;
  color:var(--gold-light)!important;
  font-size:11px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.error-eyebrow::after{
  content:"";
  width:44px;
  height:1px;
  background:currentColor;
}

.error-copy h1{
  max-width:820px;
  margin:0!important;
  color:#fff!important;
  font:400 clamp(3.6rem,7vw,7.1rem)/.94 var(--serif)!important;
  letter-spacing:-.05em!important;
}

.error-gold-rule{
  display:block;
  width:54px;
  height:2px;
  margin:29px 0 22px;
  background:var(--gold);
}

.error-copy>p{
  max-width:720px;
  margin:0!important;
  color:rgba(255,255,255,.76)!important;
  font-size:clamp(1rem,1.5vw,1.16rem);
  line-height:1.72;
}

.error-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.error-button{
  display:inline-flex;
  min-height:52px;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:14px 23px;
  border:1px solid transparent;
  color:#fff!important;
  font-size:11px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
  transition:transform .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
}

.error-button:hover{transform:translateY(-2px)}
.error-button--gold{background:var(--gold);border-color:var(--gold);color:#080808!important}
.error-button--gold:hover{background:var(--gold-light);border-color:var(--gold-light);color:#080808!important}
.error-button--outline{background:transparent;border-color:rgba(255,255,255,.52)}
.error-button--outline:hover{background:#fff;border-color:#fff;color:#080808!important}

.error-help-card{
  position:relative;
  padding:40px 38px;
  background:var(--cream);
  color:var(--ink)!important;
  border-top:4px solid var(--gold);
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}

.error-help-card::before{
  content:"";
  position:absolute;
  inset:14px;
  border:1px solid rgba(17,17,17,.08);
  pointer-events:none;
}

.error-card-kicker{
  position:relative;
  z-index:1;
  display:block;
  color:#8b651d!important;
  font-size:10px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.error-help-card h2{
  position:relative;
  z-index:1;
  margin:15px 0 14px!important;
  color:#111!important;
  font:400 clamp(2rem,3vw,3rem)/1.02 var(--serif)!important;
  letter-spacing:-.035em!important;
}

.error-help-card>p{
  position:relative;
  z-index:1;
  margin:0 0 26px!important;
  color:var(--muted)!important;
  line-height:1.65;
}

.error-contact-list{
  position:relative;
  z-index:1;
  border-top:1px solid rgba(17,17,17,.14);
}

.error-contact-list>a{
  display:block;
  padding:16px 0;
  border-bottom:1px solid rgba(17,17,17,.14);
  color:#111!important;
}

.error-contact-list small{
  display:block;
  margin-bottom:2px;
  color:#8b651d!important;
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.error-contact-list strong{
  color:#111!important;
  font-size:14px;
  font-weight:700;
}

.error-contact-list>a:hover strong{color:#8b651d!important}

.error-card-link{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:23px;
  color:#111!important;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.error-card-link:hover{color:#8b651d!important}

@media (max-width:980px){
  .error-hero{min-height:auto;padding:78px 0}
  .error-hero-grid{grid-template-columns:1fr;gap:50px}
  .error-copy{max-width:780px}
  .error-help-card{max-width:680px}
}

@media (max-width:720px){
  .error-page .container{width:min(calc(100% - 30px),var(--container))}
  .error-hero{padding:64px 0}
  .error-hero::after{display:none}
  .error-hero::before{right:-7vw;bottom:-2vw;font-size:50vw}
  .error-copy h1{font-size:clamp(3.15rem,16vw,5.2rem)!important}
  .error-actions{flex-direction:column;align-items:stretch}
  .error-button{width:100%}
  .error-help-card{padding:34px 26px}
}

@media (prefers-reduced-motion:reduce){
  .error-button{transition:none}
}/* End custom CSS */


