:root{--navy:#10273f;--navy2:#07192b;--gold:#c9a55a;--cream:#f5f2eb;--white:#fff;--ink:#202b36;--muted:#66717d;--line:#dfe4e8;--shadow:0 18px 50px rgba(7,25,43,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.65}img{max-width:100%;display:block}a{color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.topbar{background:var(--navy2);color:#fff;font-size:.9rem}.topbar .container{display:flex;justify-content:flex-end;gap:22px;padding:8px 0}.topbar a{text-decoration:none}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(16,39,63,.08)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:78px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-family:Georgia,serif;font-weight:700;color:var(--navy);font-size:1.25rem}.brand img{width:62px;height:auto}.nav{display:flex;gap:24px;align-items:center}.nav a{text-decoration:none;font-weight:700;font-size:.95rem;color:var(--navy)}.nav a:hover,.nav a.active{color:#8d6d2f}.menu-btn{display:none;background:none;border:0;font-size:1.7rem;color:var(--navy)}.hero{position:relative;min-height:720px;display:grid;place-items:center;overflow:hidden;background:var(--navy2)}.hero video,.hero .poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero .poster{background:url('../img/hero-generic.jpg') center/cover no-repeat}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,25,43,.94) 0%,rgba(7,25,43,.77) 48%,rgba(7,25,43,.38) 100%)}.hero-split{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:48px;align-items:end;padding:86px 0}.hero-content{position:relative;color:#fff;max-width:760px;padding:35px 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:var(--gold);font-size:.78rem}.hero h1,.page-hero h1{font-family:Georgia,serif;font-size:clamp(2.7rem,6vw,5.4rem);line-height:1.02;margin:.5rem 0 1.2rem}.hero p{font-size:1.18rem;max-width:720px}.cert{border-left:4px solid var(--gold);padding-left:18px;margin:25px 0;font-weight:700}.btn-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:4px;text-decoration:none;font-weight:800;border:2px solid transparent}.btn-primary{background:var(--gold);color:var(--navy2)}.btn-outline{border-color:#fff;color:#fff}.btn-dark{background:var(--navy);color:#fff}.section{padding:88px 0}.section.alt{background:var(--cream)}.section-title{max-width:760px;margin-bottom:38px}.section-title h2{font-family:Georgia,serif;color:var(--navy);font-size:clamp(2rem,4vw,3.2rem);line-height:1.15;margin:.35rem 0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:30px;box-shadow:0 8px 25px rgba(7,25,43,.06)}.card h3{font-family:Georgia,serif;color:var(--navy);font-size:1.55rem}.attorney-card{overflow:hidden;padding:0}.attorney-card img{width:100%;height:360px;object-fit:cover;object-position:top}.attorney-card img.full-headshot{height:420px;object-fit:contain;object-position:center bottom;background:linear-gradient(180deg,#edf1f4,#d8e0e6);padding-top:18px}.attorney-card .body{padding:28px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.stat{text-align:center;background:var(--navy);color:#fff;padding:30px 16px;border-radius:8px}.stat strong{display:block;font-family:Georgia,serif;font-size:2rem;color:var(--gold)}.office-card address{font-style:normal}.phone{font-size:1.22rem;font-weight:800;color:var(--navy)}.page-hero{background:linear-gradient(135deg,var(--navy2),var(--navy));color:#fff;padding:105px 0 85px}.page-hero p{max-width:760px;font-size:1.1rem}.bio-layout{display:grid;grid-template-columns:330px 1fr;gap:52px}.bio-photo{border-radius:8px;width:100%;box-shadow:var(--shadow)}.bars{display:grid;gap:18px;margin-top:25px}.bar label{display:flex;justify-content:space-between;font-weight:800}.track{height:12px;background:#e6e9ec;border-radius:99px;overflow:hidden}.fill{height:100%;background:linear-gradient(90deg,var(--gold),#98722c)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.form{display:grid;gap:16px}.form input,.form textarea,.form select{width:100%;padding:14px;border:1px solid #cfd6dc;border-radius:4px;font:inherit}.form textarea{min-height:140px}.notice{font-size:.87rem;color:var(--muted)}.footer{background:var(--navy2);color:#dce5ed;padding:58px 0 20px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}.footer h3{color:#fff;font-family:Georgia,serif}.footer a{color:#fff;text-decoration:none}.legal{border-top:1px solid rgba(255,255,255,.15);margin-top:35px;padding-top:18px;font-size:.82rem;color:#aebbc6}.mobile-call{display:none}.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;background:#fff;padding:10px;z-index:100}
.hero-attorneys{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:end}.hero-attorney{display:flex;flex-direction:column;min-width:0;text-decoration:none;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.45);box-shadow:0 18px 45px rgba(0,0,0,.28);border-radius:10px 10px 6px 6px;overflow:hidden}.hero-attorney img{width:100%;height:390px;object-fit:contain;object-position:center bottom;background:linear-gradient(180deg,#e8edf1,#ccd6de);padding-top:16px}.hero-attorney span{padding:14px 12px;background:var(--navy2);color:#fff;text-align:center;line-height:1.25}.hero-attorney strong{display:block;font-family:Georgia,serif;font-size:1rem}.hero-attorney small{display:block;color:var(--gold);margin-top:4px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.practice-bars{max-width:720px}.practice-bars .track{height:16px}.practice-bars .fill{box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}@media(max-width:850px){.topbar{display:none}.menu-btn{display:block}.nav{position:absolute;top:78px;left:0;right:0;background:#fff;display:none;flex-direction:column;align-items:flex-start;padding:24px 30px;border-bottom:1px solid var(--line)}.nav.open{display:flex}.hero{min-height:650px}.hero video{display:block}.hero-split{grid-template-columns:1fr;padding:62px 0}.hero-content{padding:10px 0}.hero-attorneys{grid-template-columns:1fr 1fr;max-width:560px}.hero-attorney img{height:330px}.grid-2,.grid-3,.contact-grid,.footer-grid,.bio-layout{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.bio-photo{max-width:320px}.mobile-call{display:flex;position:fixed;z-index:50;bottom:0;left:0;right:0;background:var(--gold)}.mobile-call a{width:50%;text-align:center;padding:13px 8px;text-decoration:none;font-weight:900;color:var(--navy2);border-right:1px solid rgba(0,0,0,.15)}body{padding-bottom:49px}.section{padding:68px 0}}

@media(max-width:560px){.hero-attorneys{grid-template-columns:1fr 1fr;gap:8px}.hero-attorney img{height:250px}.hero-attorney strong{font-size:.86rem}.hero-attorney small{font-size:.66rem}.attorney-card img.full-headshot{height:360px}}

/* v3 refinements: larger header logo and tighter attorney imagery */
.brand img{width:148px;max-height:66px;object-fit:contain}
.nav-wrap{min-height:94px}
.brand span{font-size:1.18rem}
.hero-attorney img{height:390px;object-fit:cover;object-position:center 18%;background:#d8e0e6;padding-top:0}
.attorney-card img.full-headshot{height:420px;object-fit:cover;object-position:center 18%;background:#d8e0e6;padding-top:0}
@media(max-width:850px){.brand img{width:122px;max-height:56px}.nav-wrap{min-height:82px}.nav{top:82px}.hero-attorney img{height:330px;object-position:center 16%}}
@media(max-width:560px){.brand img{width:108px}.brand span{display:none}.hero-attorney img{height:250px;object-position:center 14%}.attorney-card img.full-headshot{height:360px;object-position:center 14%}}


/* v4: maps and refreshed attorney portraits */
.map-section{padding-top:0}
.map-card{overflow:hidden;padding:0}
.map-card iframe{display:block;width:100%;height:430px;border:0}
.map-card .map-body{padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.map-card .map-body h2{margin:0;font-family:Georgia,serif;color:var(--navy);font-size:1.8rem}
.map-card .map-body p{margin:4px 0 0;color:var(--muted)}
.hero-attorney img,.attorney-card img.full-headshot{object-position:center 20%}
@media(max-width:850px){.map-card iframe{height:360px}}


/* v5 premium location-page treatment */
.location-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--navy2),var(--navy));color:#fff;padding:118px 0 96px}
.location-hero:before{content:"";position:absolute;inset:0;background:url('../img/hero-generic.jpg') center/cover no-repeat;opacity:.28;transform:scale(1.03)}
.location-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,25,43,.94),rgba(7,25,43,.66))}
.location-hero .container{position:relative;z-index:2}
.location-hero h1{font-family:Georgia,serif;font-size:clamp(2.8rem,5vw,4.8rem);line-height:1.03;margin:.45rem 0 1rem}
.location-hero p{max-width:720px;font-size:1.15rem}
.location-shell{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:46px;align-items:start}
.location-copy h2{font-family:Georgia,serif;color:var(--navy);font-size:clamp(2rem,3.7vw,3rem);margin:.1rem 0 1rem}
.location-points{display:grid;gap:14px;margin:28px 0 32px;padding:0;list-style:none}
.location-points li{position:relative;padding-left:30px;font-weight:650}
.location-points li:before{content:"✓";position:absolute;left:0;top:-1px;width:21px;height:21px;border-radius:50%;background:var(--gold);color:var(--navy2);display:grid;place-items:center;font-size:.78rem;font-weight:900}
.location-panel{border-radius:12px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid rgba(16,39,63,.1)}
.location-panel iframe{display:block;width:100%;height:410px;border:0;background:#e7ebee}
.location-panel .map-actions{display:flex;gap:12px;flex-wrap:wrap;padding:18px 20px;background:#fff;border-top:1px solid var(--line)}
.location-panel .office-band{background:#3a3a3a;color:#fff;text-align:center;padding:30px 24px;border-top:10px solid var(--gold);border-bottom:10px solid var(--gold);letter-spacing:.08em;text-transform:uppercase}
.location-panel .office-band strong{display:block;font-size:1.05rem;letter-spacing:.14em;margin-bottom:6px}
.location-panel .office-band address{font-style:normal;font-weight:800;font-size:1.02rem;line-height:1.75}
.location-panel .office-band a{color:#fff;text-decoration:none;font-weight:900}
.location-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(120deg,#f8f3e9,#fff);border:1px solid #e7dcc4;border-radius:12px;padding:26px 30px;margin-top:42px}
.location-cta h3{font-family:Georgia,serif;color:var(--navy);font-size:1.55rem;margin:0 0 4px}.location-cta p{margin:0;color:var(--muted)}
.header-cta{background:var(--gold);color:var(--navy2)!important;padding:10px 14px;border-radius:4px}
.footer-mini-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:14px}.footer-mini-links a{font-size:.9rem;color:#dce5ed}
@media(max-width:900px){.location-shell{grid-template-columns:1fr}.location-panel iframe{height:360px}.location-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.location-hero{padding:86px 0 70px}.location-panel iframe{height:300px}.location-panel .map-actions .btn{width:100%}.location-cta .btn{width:100%}}

/* v6 refinements */
.brand{flex:0 0 auto}
.brand img{width:210px;max-height:82px;object-fit:contain}
.brand span{display:none!important}
.nav-wrap{min-height:104px}
.nav{gap:22px}
.hero-single{grid-template-columns:minmax(0,860px);align-items:center}
.hero-single .hero-content{max-width:840px}
.team-feature{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.75fr);gap:0;align-items:stretch;background:var(--navy);border-radius:12px;overflow:hidden;margin-bottom:34px;box-shadow:var(--shadow)}
.team-feature img{width:100%;height:430px;object-fit:cover;object-position:center 20%}
.team-copy{padding:42px;color:#fff;display:flex;flex-direction:column;justify-content:center}
.team-copy h3{font-family:Georgia,serif;font-size:2rem;margin:0 0 12px;color:#fff}
.team-copy p{margin:0;color:#dce5ed}
.attorney-grid{align-items:stretch}
.attorney-card{display:flex;flex-direction:column;height:100%}
.attorney-card img.full-headshot{height:440px;object-fit:cover;object-position:center 14%;padding-top:0;background:#d8e0e6}
.attorney-card .body{display:flex;flex-direction:column;flex:1}
.attorney-card .body .btn{margin-top:auto;align-self:flex-start}
@media(max-width:850px){.brand img{width:170px;max-height:70px}.nav-wrap{min-height:92px}.nav{top:92px}.team-feature{grid-template-columns:1fr}.team-feature img{height:390px}.team-copy{padding:30px}.attorney-card img.full-headshot{height:390px}}
@media(max-width:560px){.brand img{width:150px}.team-feature img{height:300px;object-position:center 16%}.attorney-card img.full-headshot{height:350px;object-position:center 12%}}


/* v7 hero video: client-supplied legal footage with deep navy overlay */
.hero .hero-legal-poster{background:url('../img/hero-legal-v7.jpg') center/cover no-repeat}
.hero video{filter:saturate(.78) contrast(1.03) brightness(.78);transform:scale(1.012)}
.hero:after{background:linear-gradient(90deg,rgba(5,25,48,.86) 0%,rgba(7,32,61,.72) 48%,rgba(8,35,66,.58) 100%)}
.hero:before{content:"";position:absolute;inset:0;z-index:1;background:rgba(7,32,61,.18);pointer-events:none}
.hero-split{z-index:3}
@media(max-width:850px){.hero video{display:block}.hero:after{background:linear-gradient(180deg,rgba(5,25,48,.82),rgba(7,32,61,.72))}}
@media(prefers-reduced-motion:reduce){.hero video{display:none}.hero .hero-legal-poster{display:block}}


/* v8 branding and contact-hours refinements */
.brand img{width:250px;max-height:88px;object-fit:contain}
.nav-wrap{min-height:112px}
.hours-card{margin-top:24px;display:grid;grid-template-columns:minmax(180px,.72fr) minmax(0,1.28fr);gap:34px;align-items:center;border-top:5px solid var(--gold);background:linear-gradient(135deg,#fff,#fbf8f1)}
.hours-card h3{margin:.25rem 0 0;font-size:1.75rem}
.hours-list{margin:0;display:grid;gap:10px}
.hours-list>div{display:flex;justify-content:space-between;gap:24px;padding:10px 0;border-bottom:1px solid var(--line)}
.hours-list>div:last-child{border-bottom:0}
.hours-list dt{font-weight:800;color:var(--navy)}
.hours-list dd{margin:0;font-weight:700;color:var(--ink);text-align:right}
@media(max-width:850px){.brand img{width:205px;max-height:74px}.nav-wrap{min-height:96px}.nav{top:96px}.hours-card{grid-template-columns:1fr;gap:18px}}
@media(max-width:560px){.brand img{width:180px}.hours-list>div{align-items:flex-start}.hours-list dd{max-width:48%}}


/* v9: oversized overlapping logo, premium hero trust panel, shrinking sticky header */
.site-header{overflow:visible;transition:background .25s ease,box-shadow .25s ease}
.nav-wrap{position:relative;min-height:92px;transition:min-height .25s ease}
.brand{position:relative;z-index:55;align-self:flex-start;transform:translateY(24px);transform-origin:left top;transition:transform .25s ease}
.brand img{width:330px;max-height:none;height:auto;filter:drop-shadow(0 8px 14px rgba(7,25,43,.16));transition:width .25s ease,filter .25s ease}
.site-header.is-scrolled{background:rgba(255,255,255,.985);box-shadow:0 8px 26px rgba(7,25,43,.10)}
.site-header.is-scrolled .nav-wrap{min-height:76px}
.site-header.is-scrolled .brand{transform:translateY(7px)}
.site-header.is-scrolled .brand img{width:245px;filter:drop-shadow(0 4px 8px rgba(7,25,43,.10))}
.hero-premium{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:center;gap:64px;padding-top:126px;padding-bottom:100px}
.hero-premium .hero-content{max-width:760px}
.hero-trust{align-self:center;color:#fff;background:linear-gradient(150deg,rgba(7,25,43,.76),rgba(16,39,63,.56));border:1px solid rgba(255,255,255,.18);border-top:3px solid var(--gold);border-radius:10px;padding:28px 28px 24px;box-shadow:0 22px 50px rgba(0,0,0,.22);backdrop-filter:blur(9px)}
.trust-kicker{text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-weight:900;font-size:.76rem;margin-bottom:10px}
.trust-item{display:grid;grid-template-columns:34px 1fr;gap:13px;align-items:start;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.trust-item:last-child{border-bottom:0;padding-bottom:4px}
.trust-item>span{display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(201,165,90,.72);border-radius:50%;color:var(--gold);font-weight:900}
.trust-item strong{display:block;font-family:Georgia,serif;font-size:1.08rem;line-height:1.2}
.trust-item small{display:block;color:#dce5ed;margin-top:4px;line-height:1.35;font-size:.88rem}
/* Give inner-page hero copy breathing room beneath the overlapping logo. */
.page-hero>.container,.location-hero>.container{padding-top:34px}
@media(max-width:1050px){
  .brand img{width:285px}
  .hero-premium{grid-template-columns:minmax(0,1.2fr) minmax(285px,.8fr);gap:38px}
}
@media(max-width:850px){
  .nav-wrap{min-height:84px}
  .brand{transform:translateY(12px)}
  .brand img{width:210px;filter:none}
  .site-header.is-scrolled .nav-wrap{min-height:78px}
  .site-header.is-scrolled .brand{transform:translateY(8px)}
  .site-header.is-scrolled .brand img{width:190px}
  .nav{top:84px}
  .hero-premium{grid-template-columns:1fr;gap:28px;padding-top:78px;padding-bottom:72px}
  .hero-trust{max-width:620px}
  .page-hero>.container,.location-hero>.container{padding-top:22px}
}
@media(max-width:560px){
  .brand{transform:translateY(7px)}
  .brand img{width:180px}
  .site-header.is-scrolled .brand img{width:170px}
  .hero-premium{padding-top:60px}
  .hero-trust{padding:22px 20px}
}


/* Premium attorney biography layout */
.attorney-profile-premium{
  padding:72px 0 84px;
  background:linear-gradient(180deg,#f8f6f1 0%,#ffffff 100%);
}
.attorney-profile-grid{
  display:grid;
  grid-template-columns:minmax(280px,360px) minmax(0,1fr);
  gap:48px;
  align-items:start;
}
.attorney-profile-left{
  position:sticky;
  top:128px;
}
.attorney-portrait-frame{
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 50px rgba(9,31,59,.14);
  border:1px solid rgba(171,132,61,.22);
  aspect-ratio:4/5;
}
.attorney-portrait-frame img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center top;
}
.credential-badge{
  margin-top:18px;
  padding:16px 18px;
  border-radius:14px;
  background:#0b2748;
  color:#fff;
  text-align:center;
  font-weight:700;
  line-height:1.35;
  box-shadow:0 10px 28px rgba(9,31,59,.16);
}
.practice-chart-card{
  margin-top:18px;
  padding:22px;
  background:#fff;
  border-radius:16px;
  box-shadow:0 14px 34px rgba(9,31,59,.09);
  border:1px solid rgba(11,39,72,.08);
}
.practice-chart-card h3{
  margin:0 0 18px;
  color:#0b2748;
}
.practice-row + .practice-row{margin-top:16px}
.practice-label{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-bottom:8px;
  color:#26364a;
  font-weight:700;
}
.practice-track{
  height:10px;
  overflow:hidden;
  border-radius:999px;
  background:#e8edf2;
}
.practice-fill{
  width:var(--pct);
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#b38a45,#d2b06f);
}
.attorney-profile-right{
  min-width:0;
}
.bio-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.bio-card{
  padding:26px 26px 24px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(11,39,72,.08);
  box-shadow:0 14px 36px rgba(9,31,59,.08);
}
.bio-card h3{
  margin:0 0 14px;
  color:#0b2748;
}
.bio-card ul{
  margin:0;
  padding-left:20px;
}
.bio-card li + li{margin-top:10px}
.bio-card-highlight{
  border-color:rgba(179,138,69,.38);
  background:linear-gradient(145deg,#fffdf8,#fff);
}
.bio-experience-full{
  margin-top:24px;
  padding:34px 36px;
  border-radius:18px;
  background:#0b2748;
  color:#f6f2e9;
  box-shadow:0 18px 42px rgba(9,31,59,.16);
}
.bio-experience-full h2{
  margin-top:0;
  color:#fff;
}
.bio-experience-full p{
  color:#f0eee8;
  line-height:1.75;
}
@media(max-width:900px){
  .attorney-profile-grid{grid-template-columns:1fr;gap:30px}
  .attorney-profile-left{position:static;max-width:520px;margin:0 auto;width:100%}
  .bio-card-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .attorney-profile-premium{padding:48px 0 56px}
  .bio-experience-full{padding:26px 22px}
  .practice-chart-card,.bio-card{padding:22px}
}


/* v13 content/navigation/location refinements */
.nav-dropdown{position:relative;display:flex;align-items:center}
.nav-parent{display:flex;align-items:center;gap:5px}
.nav-chevron{font-size:.72rem;transform:translateY(1px)}
.submenu{position:absolute;top:calc(100% + 12px);left:-16px;min-width:235px;padding:10px;background:#fff;border:1px solid rgba(16,39,63,.1);border-radius:8px;box-shadow:0 18px 45px rgba(7,25,43,.16);display:none;z-index:80}
.submenu:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}
.submenu a{display:block;padding:10px 12px;border-radius:5px;white-space:nowrap}
.submenu a:hover,.submenu a:focus{background:var(--cream);color:#8d6d2f}
.nav-dropdown:hover .submenu,.nav-dropdown:focus-within .submenu{display:block}
.plano-location-hero:before{background-image:url('../img/plano-office-current.jpeg');background-position:center 48%;opacity:.62}
.plano-location-hero:after{background:linear-gradient(90deg,rgba(7,25,43,.94),rgba(7,25,43,.58))}
.form-routing-note{margin-top:8px}
@media(max-width:850px){
  .nav-dropdown{display:block;width:100%}
  .nav-parent{width:100%}
  .submenu{display:grid;position:static;min-width:0;padding:5px 0 0 14px;border:0;border-radius:0;box-shadow:none;background:transparent}
  .submenu:before{display:none}
  .submenu a{font-size:.9rem;padding:8px 10px;color:#4d6074}
}


/* Dallas office hero - current 12770 Coit Road building */
.dallas-location-hero:before{
  background-image:url('../img/dallas-office-current.jpg');
  background-position:center 48%;
  opacity:.62;
}
.dallas-location-hero:after{
  background:linear-gradient(90deg,rgba(7,25,43,.94),rgba(7,25,43,.58));
}
