@font-face{font-family:'Cinzel';src:url('/fonts/cinzel-latin.woff2') format('woff2');font-weight:400 700;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Cinzel';src:url('/fonts/cinzel-latin-ext.woff2') format('woff2');font-weight:400 700;font-style:normal;font-display:swap;unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'EB Garamond';src:url('/fonts/ebgaramond-latin.woff2') format('woff2');font-weight:400 600;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'EB Garamond';src:url('/fonts/ebgaramond-latin-ext.woff2') format('woff2');font-weight:400 600;font-style:normal;font-display:swap;unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'EB Garamond';src:url('/fonts/ebgaramond-latin-italic.woff2') format('woff2');font-weight:400 600;font-style:italic;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'EB Garamond';src:url('/fonts/ebgaramond-latin-ext-italic.woff2') format('woff2');font-weight:400 600;font-style:italic;font-display:swap;unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:80px}
body{margin:0}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

[data-rise]{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.2,.6,.2,1),transform .7s cubic-bezier(.2,.6,.2,1)}
[data-rise].seen{opacity:1;transform:none}
[data-rise][data-delay="1"]{transition-delay:.08s}
[data-rise][data-delay="2"]{transition-delay:.16s}
[data-rise][data-delay="3"]{transition-delay:.24s}
.zoom{overflow:hidden}
.zoom img{transition:transform 1.1s cubic-bezier(.2,.6,.2,1)}
.zoom:hover img{transform:scale(1.035)}
a,button{transition:color .25s ease,background .25s ease,border-color .25s ease,box-shadow .35s ease,transform .35s ease}
@media (prefers-reduced-motion:reduce){
 [data-rise]{opacity:1;transform:none;transition:none}
 .zoom img{transition:none}
 .zoom:hover img{transform:none}
}

.version-flag{position:fixed;left:0;right:0;bottom:0;z-index:200;background:#0d1b2e;color:#fff;
  display:flex;gap:14px;align-items:baseline;justify-content:center;flex-wrap:wrap;
  padding:10px 18px;font-family:system-ui,sans-serif;font-size:14px;letter-spacing:.02em}
.version-flag b{font-size:15px}
.version-flag span{color:#9fb3d1}
.version-flag a{color:#fff;text-decoration:underline;text-underline-offset:3px}
body{padding-bottom:54px}

:root{--blue:#0F52BA;--blue-dark:#0A3A85;--ink:#171a1d;--text:#3d444b;--rule:#d8dde4;
 --paper:#fdfdfc;--gold:#b08a3e;--display:'Trajan Pro 3','Trajan Pro','Trajan','Cinzel',serif;--body:'Adobe Garamond Pro','Garamond Premier Pro','EB Garamond',Garamond,serif;--measure:min(70ch,860px)}
body{background:var(--paper);color:var(--text);font-family:var(--body);font-size:20px;line-height:1.62}
h1,h2,h3{font-family:var(--display);font-weight:700;line-height:1.18;margin:0 0 .55em;color:var(--ink);letter-spacing:.02em}
h2{font-size:clamp(1.55rem,2.8vw,2.15rem);color:var(--blue);text-align:center;margin-bottom:.4em}
h3{font-size:clamp(1.2rem,2vw,1.55rem);margin-bottom:.45em}
p{margin:0 0 .85em}
strong{color:var(--ink);font-weight:600}
.col{max-width:var(--measure);margin-inline:auto;padding-inline:26px}
.wide{max-width:1240px;margin-inline:auto;padding-inline:26px}
.center{text-align:center}
.topbar{position:sticky;top:0;z-index:60;background:rgba(253,253,252,.94);backdrop-filter:blur(8px);
 border-bottom:1px solid var(--rule)}
.topbar .wide{display:flex;align-items:center;gap:22px;min-height:66px}
.brand{font-family:var(--display);color:var(--blue);font-weight:700;font-size:clamp(.98rem,1.5vw,1.16rem);
 text-decoration:none;letter-spacing:.05em}
.menu{margin-left:auto;display:flex;gap:clamp(12px,1.8vw,26px);align-items:center}
.menu a{color:var(--ink);text-decoration:none;font-size:.98rem;white-space:nowrap;position:relative}
.menu a::after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:var(--blue);transition:right .3s ease}
.menu a:hover::after{right:0}
.menu .cta{border:1px solid var(--blue);color:var(--blue);padding:.55em 1.2em;font-family:var(--display);font-size:.9rem;letter-spacing:.05em}
.menu .cta::after{display:none}
.menu .cta:hover{background:var(--blue);color:#fff}
.burger{display:none;margin-left:auto;background:none;border:1px solid var(--rule);color:var(--blue);font-size:1.05rem;padding:6px 11px;cursor:pointer}
.hero{position:relative;overflow:hidden;background:#0d2b57}
.hero img{width:100%;display:block}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,22,48,.55),rgba(8,22,48,.15) 38%,rgba(8,22,48,.62))}
.hero .plate{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;
 justify-content:center;text-align:center;padding:26px}
.hero img{max-height:64vh;object-fit:cover;object-position:50% 22%}
.hero h1{color:#fff;font-size:clamp(1.9rem,4.6vw,3.4rem);margin:0 0 .3em;text-shadow:0 2px 24px rgba(6,18,40,.5)}
.hero .tagline{color:#eaf1fd;font-style:italic;font-size:clamp(1.05rem,2vw,1.45rem);margin:0;
 text-shadow:0 2px 16px rgba(6,18,40,.5)}
.hero .mark{width:64px;height:1px;background:rgba(255,255,255,.75);margin:0 0 26px}
.section{padding:clamp(38px,4.4vw,66px) 0 0}
main>.section:last-of-type{padding-bottom:clamp(34px,3.6vw,52px)}
.label{font-family:var(--display);color:var(--gold);font-size:.72rem;letter-spacing:.28em;
 text-transform:uppercase;text-align:center;margin:0 0 .9em}
.orn{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 auto 1.5em;max-width:170px}
.orn::before,.orn::after{content:"";flex:1;height:1px;background:var(--rule)}
.orn span{width:7px;height:7px;background:var(--blue);transform:rotate(45deg)}
.lede::first-letter{float:left;font-family:var(--display);font-size:3.4em;line-height:.82;
 padding:.06em .12em 0 0;color:var(--blue)}
.bleed{margin:clamp(24px,2.6vw,38px) 0 0;padding-inline:26px;text-align:center}


.bleed img{width:auto;height:auto;max-width:min(100%,1100px);max-height:58vh;
 margin-inline:auto;border-radius:2px}
ul.bullets{clear:left;list-style:none;margin:.2em 0 1em;padding:0}
ul.bullets li{padding:0 0 .7em 0;border:0}
ul.bullets li:last-child{padding-bottom:0}
ul.bullets li strong{color:var(--blue);font-weight:700}
.portrait{width:170px;margin:0 auto 1.2em}
.portrait img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:50%}
.leader-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(12px,1.6vw,20px);margin-top:clamp(18px,2.2vw,30px)}
.leader-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:50%}
.affil{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,28px)}
.affil li{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;
 text-align:center;padding:20px 16px;border:1px solid var(--rule);background:#fff;min-height:86px;
 transition:box-shadow .35s ease,transform .35s ease}
.affil li:hover{box-shadow:0 12px 30px rgba(20,35,66,.10);transform:translateY(-3px)}
.affil li img{height:50px;width:auto;object-fit:contain}
.affil li span{font-family:var(--display);font-weight:700;color:var(--ink);font-size:1rem;line-height:1.35}
.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,36px);margin-top:1.2em}
.service-cards a{text-decoration:none;color:var(--ink);display:block}
.service-cards img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:50% 30%}
.service-cards p{font-family:var(--display);font-weight:700;font-size:1.02rem;line-height:1.3;
 text-align:center;margin:.7em 0 0;padding-top:.6em;border-top:1px solid var(--rule);color:var(--blue)}
ul.contact{list-style:none;margin:0;padding:0;text-align:center}
ul.contact li{margin-bottom:.7em;font-family:var(--display);font-size:1.08rem}
ul.contact a{color:var(--blue);text-decoration:none;border-bottom:1px solid rgba(15,82,186,.3)}
.site-footer{background:#0d1b2e;color:#c3cddd;padding:60px 0 28px;font-size:1rem}
.site-footer .wrap,.footer-grid{max-width:1240px;margin-inline:auto;padding-inline:26px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;padding-inline:0}
.site-footer h4{font-family:var(--display);color:#fff;font-size:1.02rem;margin:0 0 1em}
.site-footer ul{list-style:none;margin:0;padding:0}
.site-footer li{margin-bottom:.5em}
.site-footer a{color:#c3cddd;text-decoration:none}
.site-footer a:hover{color:#fff}
.legal{border-top:1px solid rgba(255,255,255,.14);margin-top:40px;padding-top:20px;font-size:.9rem;color:#8595ad}
@media (max-width:900px){
 .leader-grid{grid-template-columns:repeat(2,1fr)}
 .affil,.service-cards,.footer-grid{grid-template-columns:1fr}
 .menu{position:fixed;inset:66px 0 auto 0;background:var(--paper);border-bottom:1px solid var(--rule);
  flex-direction:column;align-items:flex-start;gap:0;padding:6px 26px 20px;display:none}
 .menu.open{display:flex}
 .menu a{width:100%;padding:.7em 0;border-bottom:1px solid var(--rule)}
 .menu .cta{margin-top:14px;width:auto}
 .burger{display:block}
}

@media (max-width:1100px){
 .topbar{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
 .menu{position:fixed!important;inset:0!important;z-index:200;display:none!important;
  flex-direction:column!important;justify-content:center;align-items:center;
  gap:0!important;padding:88px 26px 48px!important;margin:0!important;background:#fff;
  overflow-y:auto;border:0!important;box-shadow:none!important}
 .menu.open{display:flex!important}
 .menu a{width:100%;max-width:440px;text-align:center;font-size:1.3rem;
  padding:.85em 0!important;border-radius:0!important;
  border-bottom:1px solid rgba(16,28,52,.1)!important;color:#15181b!important;background:none!important}
 .menu a:first-child{border-top:1px solid rgba(16,28,52,.1)!important}
 .menu .cta{margin-top:26px!important;border:1px solid var(--blue)!important;border-radius:4px!important;
  background:var(--blue)!important;color:#fff!important;font-size:1.05rem;padding:.8em 1.8em!important;
  width:auto!important;max-width:none}
 .burger{position:relative;z-index:210;display:block}
 body.menu-open{overflow:hidden}
}

/* ---- top bar, taken from version 0 ---- */
.topbar{background:var(--blue);border-bottom:0;backdrop-filter:none}
.topbar .wide{gap:26px;min-height:54px}
.brand{display:flex;align-items:center;color:#fff;line-height:1.15;
 letter-spacing:.03em;white-space:nowrap;font-size:clamp(.95rem,1.5vw,1.14rem)}
.menu a{color:#fff}
.menu a::after{background:#fff}
.menu .cta{background:#fff;color:var(--blue);border-color:#fff;border-radius:4px}
.menu .cta:hover{background:#eef3fc;color:var(--blue)}
.burger{border-color:rgba(255,255,255,.6);color:#fff}
/* the practice name never breaks, at any width, and shrinks instead */
@media (max-width:1100px){
 .brand{white-space:nowrap;font-size:clamp(.82rem,3.2vw,1.06rem)}
}
@media (max-width:360px){
 .brand{font-size:.78rem;letter-spacing:.02em}
}



/* The client reads the site at 80% browser zoom and says it works well there,
   so the page ships at that size on a desktop. Phones keep full size, where the
   text is already only as wide as the screen. */
@media (min-width:901px){
 body{zoom:.8}
}

/* headings break into balanced lines, so a two line title never strands a
   single word on the second line */
h1,h2,h3,h4{text-wrap:balance}
.lede,.intro,p.center{text-wrap:pretty}

/* slide 2: the line between the name and the tagline */
.hero .partner{color:#fff;font-family:var(--display);font-weight:700;
 font-size:clamp(1rem,1.7vw,1.32rem);letter-spacing:.06em;margin:0 0 .5em;
 text-shadow:0 2px 16px rgba(6,18,40,.55)}

/* ---- hero: the photograph is never cropped ---- */
.hero img{max-height:none;height:auto;object-fit:fill}
/* the name sat right on the eye line, so it drops below the middle */
@media (min-width:901px){
 .hero .plate{padding-top:clamp(70px,15vw,190px)}
}
@media (max-width:900px){
 .hero{background:var(--blue)}
 .hero .plate{position:static;padding:30px 26px 36px}
 .hero::after{background:linear-gradient(180deg,rgba(8,22,48,.45),rgba(8,22,48,0))}
}

/* ---- the two-column bands the client drew ---- */
.band{max-width:1240px;margin:clamp(22px,2.6vw,38px) auto 0;padding-inline:26px}
.band>.inner{display:grid;grid-template-columns:1fr 1fr;
 gap:clamp(26px,3.4vw,52px);align-items:center}
.band.panel>.inner{background:#f2f5f9;border-radius:8px;padding:clamp(22px,3vw,42px)}
/* the founder asked for his portrait smaller so the bio carries the section */
/* the portrait floats, so the paragraphs after the first run the full width of
   the panel instead of stopping short beside an empty column */
.band.founder>.inner{display:block}
.band.founder figure{float:left;width:210px;margin:4px 30px 18px 0}
.band.founder .txt{display:block}
.band.founder .txt::after{content:"";display:block;clear:both}
@media (max-width:600px){.band.founder figure{float:none;width:170px;margin:0 auto 18px}}
.band figure{margin:0}
.band img{width:100%;height:auto;border-radius:6px;box-shadow:0 16px 42px rgba(20,35,66,.13)}
.band .txt>*:last-child{margin-bottom:0}
.band .txt h2,.band .txt h3{text-align:left}
.band ul.contact{text-align:left}
ul.contact li,ul.contact a{overflow-wrap:normal;word-break:normal}
@media (max-width:900px){
 /* the longest address measures 18.93 times the font size, so the size is
    taken from the width the column actually has and it never wraps */
 .band ul.contact a,ul.contact a{white-space:nowrap!important;display:inline-block;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  font-size:clamp(9px,calc((100vw - 60px) / 19),16px)!important;letter-spacing:0}
}
ul.points{list-style:none;margin:.2em 0 0;padding:0;clear:left}
ul.points li{position:relative;padding-left:18px;margin-bottom:.55em;line-height:1.5}
ul.points li::before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;
 border-radius:50%;background:var(--gold)}
.eyebrow{font-family:var(--display);color:var(--blue);font-size:.92rem;font-weight:700;
 letter-spacing:.06em;text-transform:uppercase;margin:0 0 .5em}

/* the practice at a glance: the founder in the middle, the clinical leaders
   around him, all of them the real photographs we already hold */
.team-ring{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(10px,1.5vw,20px)}
.team-ring img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:50%;box-shadow:none}
.team-ring figure{margin:0}
.team-ring .lead img{box-shadow:0 0 0 3px var(--blue),0 12px 30px rgba(20,35,66,.22);
 transform:scale(1.06)}
.team-caption{font-size:.92rem;color:#6b7480;text-align:center;margin:1.1em 0 0;font-style:italic}

/* eight circular portraits beside the leadership note */
.leaders-8{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(10px,1.4vw,18px)}
.leaders-8 img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:50%;box-shadow:none}

/* where the client wanted more than one photograph, the band holds a slide
   set instead: swipe on a phone, drag or use the dots on a desktop */
.slider .track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;
 -webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:6px;
 box-shadow:0 16px 42px rgba(20,35,66,.13)}
.slider .track::-webkit-scrollbar{display:none}
.slider .track figure{flex:0 0 100%;margin:0;scroll-snap-align:center}
.band .slider img{border-radius:0;box-shadow:none}
.slider .dots{display:flex;justify-content:center;gap:11px;margin-top:16px}
.slider .dots button{width:11px;height:11px;padding:0;border-radius:50%;cursor:pointer;
 border:1px solid var(--blue);background:transparent;
 transition:background .25s ease,transform .25s ease}
.slider .dots button:hover{transform:scale(1.2)}
.slider .dots button[aria-current="true"]{background:var(--blue)}
.slider .dots button:focus-visible{outline:2px solid var(--blue);outline-offset:3px}

/* the longest hospital name has to sit on one line, so these cells run wider
   and the type steps down a little on the way */
#affiliations .wide{max-width:1420px}
.affil{gap:clamp(14px,1.6vw,24px)}
.affil li{min-height:112px;padding:24px 14px}
.affil li span{font-size:clamp(.9rem,1.1vw,1.02rem)}
@media (min-width:901px){
 .affil li span{white-space:nowrap}
}

/* ---- the service cards sit on a sapphire field ---- */
.blue-band{background:var(--blue);margin-top:clamp(22px,2.6vw,38px);
 padding:clamp(30px,3.6vw,54px) 0}
.blue-band .intro{color:#dfeafb;text-align:center;max-width:66ch;
 margin:0 auto clamp(20px,2.4vw,34px)}
.blue-band .service-cards{margin-top:0}
.blue-band .service-cards a{color:#fff}
.blue-band .service-cards img{border-radius:6px}
.blue-band .service-cards p{color:#fff;border-top-color:rgba(255,255,255,.4)}

/* the list of towns, and the list of community types */
ul.chips{clear:left;list-style:none;margin:.6em 0 .8em;padding:0;display:grid;
 grid-template-columns:repeat(3,1fr);gap:.35em 1.2em}
ul.chips li{position:relative;padding-left:16px}
ul.chips li::before{content:"";position:absolute;left:0;top:.62em;width:5px;height:5px;
 border-radius:50%;background:var(--blue)}
ul.types{grid-template-columns:1fr;gap:.5em}
p.tail{margin:0}
p.note{color:#5d666f;font-size:.95em;margin-top:1em}
@media (max-width:700px){
 ul.chips{grid-template-columns:repeat(2,1fr)}
 ul.types{grid-template-columns:1fr}
}

/* the insurance plans, set as a grid so the section carries its own weight */
.affil.plans li{min-height:0;padding:16px 14px}
.affil.plans li span{font-size:1.02rem}

/* four cards on the sapphire field instead of three */
.service-cards.four{grid-template-columns:repeat(4,1fr);gap:clamp(14px,2vw,26px)}
@media (max-width:1100px){.service-cards.four{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.service-cards.four{grid-template-columns:1fr}}

/* the four bullet columns the client drew under the band */
.expertise{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(20px,2.6vw,40px);
 margin-top:clamp(24px,3vw,44px)}
.expertise h3{font-size:1.06rem;margin:0 0 .6em;text-align:left}
.expertise h3 a{text-decoration:none;color:var(--blue)}
.expertise h3 a:hover{text-decoration:underline;text-underline-offset:3px}
.expertise ul{list-style:none;margin:0;padding:0;font-size:.96em}
.expertise li{position:relative;padding-left:16px;margin-bottom:.55em;line-height:1.5}
.expertise li::before{content:"";position:absolute;left:0;top:.62em;width:5px;height:5px;
 border-radius:50%;background:var(--gold)}
@media (max-width:1100px){.expertise{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.expertise{grid-template-columns:1fr}}

/* ---- the one highlighted word the client asked for ---- */
.hl{color:var(--blue);font-weight:700;font-family:var(--display);letter-spacing:.02em}

/* ---- footer ---- */
.footer-lines p{margin:0 0 .4em;color:#dbe4f2}
.footer-lines p+p{color:#9fb3d1;font-style:italic}

@media (max-width:900px){
 .band>.inner{grid-template-columns:1fr}
 .band.panel>.inner{padding:22px 20px}
}

@media (max-width:900px){
 .topbar{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
 .menu{position:fixed!important;inset:0!important;z-index:200;display:none!important;
  flex-direction:column!important;justify-content:center;align-items:center;
  gap:0!important;padding:88px 26px 48px!important;margin:0!important;background:#fff;
  overflow-y:auto;border:0!important;box-shadow:none!important}
 .menu.open{display:flex!important}
 .menu a{width:100%;max-width:440px;text-align:center;font-size:1.3rem;
  padding:.85em 0!important;border-radius:0!important;
  border-bottom:1px solid rgba(16,28,52,.1)!important;color:#15181b!important;background:none!important}
 .menu a:first-child{border-top:1px solid rgba(16,28,52,.1)!important}
 .menu .cta{margin-top:26px!important;border:1px solid var(--blue)!important;border-radius:4px!important;
  background:var(--blue)!important;color:#fff!important;font-size:1.05rem;padding:.8em 1.8em!important;
  width:auto!important;max-width:none}
 .burger{position:relative;z-index:210;display:block}
 body.menu-open{overflow:hidden}
}

@media (max-width:900px){
 .footer-grid{grid-template-columns:repeat(2,1fr)!important;gap:26px 22px}
 .footer-grid>*:first-child{grid-column:1/-1}
}
@media (max-width:380px){
 .footer-grid{gap:22px 14px}
}

/* the menu opens below the sapphire bar rather than over it, so the practice
   name stays at the top of the screen while the menu is open */
.menu-contact{display:none}
@media (max-width:1100px){
 .topbar{z-index:220}
 .brand{position:relative;z-index:230}
 /* two columns of links, spread evenly down the screen */
 .menu,.menu.open{inset:54px 0 0 0!important;display:grid!important;grid-template-columns:1fr 1fr;
  grid-template-columns:1fr;grid-auto-rows:auto;align-content:space-evenly;row-gap:0;
  padding:10px 26px 26px!important;max-width:none!important}
 .menu:not(.open){display:none!important}
 .menu a,.menu a:first-child{display:flex!important;align-items:center;justify-content:center;text-align:center;
  min-height:58px;padding:0 6px!important;max-width:none!important;
  border-top:0!important;border-bottom:1px solid rgba(16,28,52,.1)!important}
 .menu .cta{grid-column:1/-1;justify-self:center;min-height:0;border-bottom:0!important;
  margin:18px auto 0!important;padding:.85em 2.4em!important}
 .menu-contact{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) auto;
  max-width:100%;box-sizing:border-box;overflow:hidden;
  align-items:center;column-gap:14px;
  row-gap:.5em;margin-top:16px;padding-top:20px;width:100%;
  border-top:1px solid rgba(16,28,52,.1)}
 .menu .menu-contact a,.menu .menu-contact a:first-child{
  display:block!important;font-family:var(--display);font-size:.78rem;line-height:1.3;
  color:var(--blue)!important;border:0!important;min-height:0!important;padding:0!important;
  text-align:center;text-decoration:none;letter-spacing:0;
  white-space:nowrap!important;word-break:normal;min-width:0;max-width:100%;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  font-size:clamp(10px,calc((100vw - 66px) / 23),14.5px)}
}

/* the bullet lists carry their own gold dot, so the browser marker stays off
   (restated here because this block is appended last and always wins) */
ul.points,ul.bullets,ul.chips,.expertise ul,.affil,ul.contact,.site-footer ul{list-style:none}
ul.points{margin:.2em 0 0;padding:0;clear:left}
