:root{
  --bg:#ececeb;
  --bg-soft:#e3e3e0;
  --bg-lilac:#dbd8f0;
  --surface:#ffffff;
  --ink:#0d0d0d;
  --muted:#5f5c56;
  --line:#c9c5bf;
  --footer:#040404;
  --gold:#c9aa70;
  --gold-soft:#d9c09a;
  --shadow:0 18px 40px rgba(0,0,0,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:Inter,"Helvetica Neue",Arial,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.site-shell{min-height:100vh;overflow-x:hidden}
.page-main{position:relative;z-index:1}

/* header */
.site-header{position:fixed;inset:0 0 auto 0;z-index:45;padding:22px 34px;pointer-events:none}
.site-header__inner{max-width:1480px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;pointer-events:auto}
.site-logo img{width:auto;height:54px;object-fit:contain}
.site-nav{display:flex;align-items:center;gap:34px}
.site-nav a{font-size:17px;font-weight:500;letter-spacing:-.01em;color:#fff;opacity:.95;transition:opacity .24s ease, transform .24s ease}
.site-nav a:hover,.site-nav a.is-active{opacity:1}
.site-nav a:hover{transform:translateY(-1px)}
.menu-toggle{width:58px;height:52px;border:0;background:transparent;padding:0;display:flex;flex-direction:column;justify-content:center;gap:8px;cursor:pointer}
.menu-toggle span{display:block;width:38px;height:2px;margin-left:auto;background:#fff;border-radius:999px;transition:transform .28s ease, opacity .28s ease, width .28s ease}
.menu-toggle span:nth-child(2){width:30px}
.menu-toggle:hover span:nth-child(2){width:38px}
body.menu-open{overflow:hidden}
body.menu-open .menu-toggle span:nth-child(1){transform:translateY(10px) rotate(45deg);width:38px}
body.menu-open .menu-toggle span:nth-child(2){opacity:0}
body.menu-open .menu-toggle span:nth-child(3){transform:translateY(-10px) rotate(-45deg);width:38px}

/* full page menu */
.menu-drawer{position:fixed;inset:0;z-index:44;opacity:0;visibility:hidden;pointer-events:none;background:rgba(0,0,0,.985);transition:opacity .3s ease, visibility .3s ease}
body.menu-open .menu-drawer{opacity:1;visibility:visible;pointer-events:auto}
.menu-drawer__panel{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:36px 44px 300px;background:radial-gradient(circle at top left, rgba(118,62,5,.22), transparent 28%), radial-gradient(circle at center right, rgba(173,122,58,.15), transparent 22%), rgba(0,0,0,.86)}
.menu-drawer__top{max-width:1480px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:40px}
.menu-drawer__meta{display:grid;grid-template-columns:repeat(2,minmax(240px,340px));gap:52px;color:#c9c4bc;font-size:17px;line-height:1.45}
.menu-meta__label{font-size:22px;font-weight:600;color:#fff;margin-bottom:20px;letter-spacing:-.03em}
.menu-drawer__meta a{color:#f4f0ea}
.menu-close{border:0;background:transparent;color:#fff;font-size:62px;line-height:1;cursor:pointer;padding:0 4px}
.menu-drawer__body{max-width:1480px;width:100%;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,700px);align-content:start;gap:16px}
.menu-drawer__body::before{content:''}
.menu-drawer__body a{font-size:clamp(48px,5vw,74px);line-height:.95;letter-spacing:-.06em;color:#f3efe8;opacity:.86;transition:opacity .22s ease, transform .22s ease}
.menu-drawer__body a:hover{opacity:1;transform:translateX(8px)}
.menu-drawer__preview{position:absolute;left:0;right:0;bottom:0;height:300px;background-size:cover;background-position:center 18%;overflow:hidden}
.menu-drawer__preview::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.46))}
.menu-drawer__preview-copy{position:relative;z-index:1;max-width:1480px;margin:0 auto;padding:38px 44px;color:#fff}
.menu-drawer__preview-title{font-size:clamp(30px,3vw,44px);font-weight:500;letter-spacing:-.04em;max-width:620px}
.kicker--light{color:#fff}
.kicker--light::before{background:#fff}

/* hero */
.hero,.page-hero{position:relative;overflow:hidden;background:#111;color:#fff;display:flex;align-items:flex-end}
.hero{min-height:780px}
.page-hero{min-height:560px}
.page-hero.hero-short{min-height:470px}
.hero__slides,.hero__overlay,.page-hero__bg,.page-hero__shade{position:absolute;inset:0}
.hero__slide,.page-hero__bg{background-size:cover;background-position:center;transform:scale(1.01);transition:opacity .8s ease, transform 1.1s ease}
.hero__slide{opacity:0}
.hero__slide.is-active{opacity:1}
.hero__overlay{background:linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.22) 32%, rgba(0,0,0,.58) 100%)}
.page-hero__shade{background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.52))}
.hero:hover .hero__slide.is-active,.page-hero:hover .page-hero__bg{transform:scale(1.035)}
.hero__inner,.page-hero__inner{position:relative;z-index:2;max-width:1480px;width:100%;margin:0 auto;padding:0 54px 48px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,1fr);gap:24px;align-items:end}
.hero__tag{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.78);border-radius:999px;padding:8px 13px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:rgba(255,255,255,.06);margin-bottom:22px}
.hero__title,.page-hero__title{margin:0;font-weight:500;letter-spacing:-.06em;line-height:.95}
.hero__title{font-size:clamp(58px,6.6vw,102px);max-width:700px}
.page-hero__title{font-size:clamp(44px,5.2vw,76px);max-width:780px}
.hero__subtitle{margin-top:18px;font-size:25px;line-height:1.28;max-width:540px;color:rgba(255,255,255,.96)}
.hero__right,.page-hero__side{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}
.hero__counter{font-size:18px;letter-spacing:.04em;white-space:nowrap}
.hero__caption,.page-hero__side{font-size:20px;line-height:1.25;text-align:right;color:rgba(255,255,255,.94)}

/* common blocks */
.section{padding:58px 54px}
.section__inner{max-width:1480px;margin:0 auto}
.section--white{background:var(--bg)}
.section--soft{background:var(--bg-soft)}
.section--lilac{background:var(--bg-lilac)}
.kicker{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;letter-spacing:-.01em;margin-bottom:28px}
.kicker::before{content:'';width:10px;height:10px;border-radius:50%;background:#000;flex:0 0 10px}
.statement{display:grid;grid-template-columns:220px minmax(0,1fr);gap:34px;align-items:start}
.statement h2{margin:0 auto;max-width:960px;font-size:clamp(42px,4.9vw,76px);font-weight:500;line-height:1.02;letter-spacing:-.06em;text-align:center}
.feature-block{display:grid;grid-template-columns:340px minmax(0,1fr);gap:26px;align-items:start}
.feature-card{background:var(--surface);border:1px solid rgba(0,0,0,.06);border-radius:24px;box-shadow:var(--shadow);padding:34px 30px;min-height:340px;display:flex;flex-direction:column;justify-content:space-between}
.feature-card h3,.news-row h3,.recognition h3{margin:0;font-weight:500;letter-spacing:-.05em;line-height:1.02}
.feature-card h3{font-size:clamp(40px,4vw,62px)}
.feature-card p,.content-block p,.article-card p,.case-list li,.contact-list li,.branch-card div{font-size:18px;line-height:1.48;color:var(--muted)}
.feature-card p{max-width:280px;margin:16px 0 0;color:#35322d}
.mini-pill,.utility-btn,.filter-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--line);padding:9px 14px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:rgba(255,255,255,.72);transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}
.mini-pill:hover,.utility-btn:hover,.filter-pill:hover{background:#111;color:#fff;border-color:#111;transform:translateY(-1px)}
.controls{display:flex;align-items:center;gap:10px}
.control-btn{width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.15);background:#fff;display:grid;place-items:center;cursor:pointer;transition:all .22s ease}
.control-btn:hover{background:#111;color:#fff;border-color:#111}
.feature-carousel{min-width:0}
.feature-carousel__viewport{overflow:hidden;border-radius:26px;padding:4px}
.feature-carousel__track{display:flex;gap:18px;will-change:transform}
.feature-carousel__item{flex:0 0 calc((100% - 36px) / 3);min-width:0}
.feature-carousel__status{margin-top:16px;padding-left:2px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#77736b}
.person-card,.specialty-card{position:relative;min-height:450px;border-radius:26px;overflow:hidden;background:#0f0f0f;box-shadow:var(--shadow);transform:translateY(0);transition:transform .34s ease,box-shadow .34s ease}
.person-card:hover,.specialty-card:hover{transform:translateY(-8px);box-shadow:0 22px 44px rgba(0,0,0,.14)}
.person-card__img,.specialty-card__img{position:absolute;inset:0;background-size:cover;background-position:center}
.person-card__meta,.specialty-card__meta{position:relative;z-index:1;min-height:450px;padding:20px 18px;background:linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.14) 34%, rgba(0,0,0,.68) 100%);display:flex;flex-direction:column;justify-content:space-between;color:#fff}
.person-card__name,.specialty-card__name{font-size:24px;font-weight:600;line-height:1.06;letter-spacing:-.03em;max-width:260px}
.person-card__title,.specialty-card__title{font-size:14px;opacity:.9;margin-top:6px}
.news-row{display:flex;justify-content:space-between;align-items:center;gap:20px}
.news-row h3,.recognition h3{font-size:clamp(34px,4vw,58px)}
.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.article-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.article-card{background:var(--surface);border:1px solid rgba(0,0,0,.06);border-radius:22px;box-shadow:var(--shadow);padding:24px;display:grid;gap:12px;transition:transform .3s ease, box-shadow .3s ease}
.article-card:hover{transform:translateY(-6px);box-shadow:0 22px 42px rgba(0,0,0,.1)}
.article-card__image{height:210px;border-radius:18px;background-size:cover;background-position:center}
.article-card__meta{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7b776f}
.article-card h3{margin:0;font-size:28px;line-height:1.08;letter-spacing:-.04em;font-weight:500}
.recognition p{max-width:760px}
.logos-row{display:flex;gap:18px;flex-wrap:wrap;align-items:center;margin-top:26px}
.logo-chip{min-width:126px;min-height:82px;padding:18px 20px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:18px;font-weight:700;box-shadow:var(--shadow)}
.site-footer{background:var(--footer);color:#fff;padding:64px 54px}
.site-footer__inner{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:1.15fr 1fr;gap:40px;align-items:end}
.site-footer__legal{display:grid;gap:12px;font-size:13px;color:#bebebe}
.site-footer__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.site-footer__grid h4{margin:0 0 14px;font-size:15px;font-weight:700;color:#fff}
.site-footer__grid a,.site-footer__grid div{display:block;margin:6px 0;font-size:14px;color:#d6d6d6;line-height:1.45}

/* utility + detail pages */
.utility-row{max-width:1480px;margin:0 auto;padding:28px 54px 0;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}
.utility-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.two-col{display:grid;grid-template-columns:1fr 1.05fr;gap:36px}
.two-col-wide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px}
.three-col{display:grid;grid-template-columns:.82fr 1fr 1fr;gap:36px}
.profile-grid{display:grid;grid-template-columns:.78fr 1.25fr;gap:36px;margin-top:20px}
.profile-grid2{display:grid;grid-template-columns:.9fr 1fr 1.18fr;gap:36px;margin-top:40px}
.content-block,.sidebar-list{min-width:0}
.content-block h3,.sidebar-list h3,.branch-card h3{margin:0 0 18px;font-size:22px;letter-spacing:-.02em}
.line-list,.case-list,.contact-list{list-style:none;padding:0;margin:0}
.line-list li,.contact-list li{padding:12px 0;border-bottom:1px solid var(--line)}
.case-list{display:grid;gap:16px}
.case-list li{display:grid;grid-template-columns:40px 1fr;gap:14px;align-items:start}
.case-ico{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:#ddd3c1;color:#a17c3e;font-weight:700}
.quote{max-width:260px;font-size:28px;line-height:1.16;font-style:italic;color:#c8a684}
.quote-source{margin-top:28px;font-size:14px;color:#6d6962}
.filter-row{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:34px}
.filter-pills{display:flex;gap:10px;flex-wrap:wrap}
.filter-pill{background:#111;color:#fff;border-color:#111}
.search-box{min-width:280px;padding:12px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#7c776f;box-shadow:var(--shadow)}
.lawyers-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 24px}
.lawyer-tile{display:block;transform:translateY(0);transition:transform .3s ease}
.lawyer-tile:hover{transform:translateY(-6px)}
.lawyer-tile__photo{aspect-ratio:.82/1;border-radius:24px;background:#d4d1cb;background-size:cover;background-position:center top;box-shadow:var(--shadow)}
.lawyer-tile__name{margin-top:12px;font-size:18px;line-height:1.24;letter-spacing:-.02em}
.lawyer-tile__role{margin-top:4px;font-size:14px;color:#76716a}
.branch-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.branch-card{padding:0 0 22px;border-bottom:1px solid var(--line)}
.map-box{height:430px;margin-top:36px;border-radius:26px;border:1px solid #d0cbc2;background:#d7d4cf;display:grid;place-items:center;color:#666;box-shadow:var(--shadow)}
.hidden-link{position:absolute;left:-9999px}

/* motion */
.reveal-ready .reveal{opacity:0;transform:translateY(26px);transition:opacity .72s ease, transform .72s ease}
.reveal-ready .reveal.is-inview{opacity:1;transform:none}
.delay-1{transition-delay:.08s}
.delay-2{transition-delay:.16s}
.delay-3{transition-delay:.24s}

/* responsive */
@media (max-width:1200px){
  .feature-carousel__item{flex-basis:calc((100% - 18px)/2)}
  .lawyers-grid,.article-grid,.article-grid--3,.branch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:1080px){
  .site-header,.section,.site-footer,.utility-row{padding-left:24px;padding-right:24px}
  .hero__inner,.page-hero__inner{padding-left:24px;padding-right:24px}
  .feature-block,.two-col,.two-col-wide,.three-col,.profile-grid,.profile-grid2,.statement,.site-footer__inner{grid-template-columns:1fr}
  .site-footer__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .menu-drawer__panel{padding:28px 24px 240px}
  .menu-drawer__top,.menu-drawer__body,.menu-drawer__preview-copy{max-width:100%}
  .menu-drawer__body{grid-template-columns:1fr}
  .menu-drawer__body::before{display:none}
}
@media (max-width:820px){
  .site-nav--desktop{display:none}
  .site-header{padding:18px 18px}
  .site-logo img{height:46px}
  .hero{min-height:660px}
  .page-hero,.page-hero.hero-short{min-height:430px}
  .hero__inner,.page-hero__inner{grid-template-columns:1fr;gap:18px;padding-bottom:34px}
  .hero__right,.page-hero__side{justify-content:flex-start;text-align:left}
  .hero__caption,.page-hero__side{font-size:17px}
  .hero__title{font-size:52px}
  .page-hero__title,.statement h2{font-size:42px}
  .feature-card h3,.news-row h3,.recognition h3{font-size:38px}
  .feature-carousel__item{flex-basis:100%}
  .person-card,.specialty-card,.person-card__meta,.specialty-card__meta{min-height:390px}
  .menu-drawer__panel{padding:22px 18px 190px}
  .menu-drawer__meta{grid-template-columns:1fr;gap:20px;font-size:15px}
  .menu-meta__label{font-size:18px;margin-bottom:10px}
  .menu-drawer__body a{font-size:clamp(34px,10vw,48px)}
  .menu-drawer__preview{height:190px}
  .menu-drawer__preview-copy{padding:24px 18px}
  .lawyers-grid,.article-grid,.article-grid--3,.branch-grid,.site-footer__grid{grid-template-columns:1fr}
  .search-box{min-width:0;width:100%}
}

/* refinements v3 */
body{font-family:Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}
.site-header{padding:22px 38px}
.site-logo{display:inline-flex;align-items:center;padding:8px 14px;border-radius:18px;background:rgba(16,16,16,.22);backdrop-filter:blur(7px);box-shadow:0 8px 24px rgba(0,0,0,.12)}
.site-logo img{height:48px;filter:drop-shadow(0 2px 10px rgba(0,0,0,.18))}
.site-nav{gap:36px}
.site-nav a{font-size:21px;font-weight:500;letter-spacing:-.03em;text-shadow:0 2px 12px rgba(0,0,0,.35)}
.menu-toggle{width:64px;height:64px;border-radius:18px;background:rgba(16,16,16,.22);backdrop-filter:blur(7px);border:1px solid rgba(255,255,255,.14)}
.menu-toggle span{width:28px}
.menu-drawer{background:rgba(0,0,0,.18)}
.menu-drawer__panel{inset:0 0 240px 0;padding:30px 36px 70px;background:radial-gradient(circle at 12% 0%, rgba(134,67,7,.24), transparent 22%),radial-gradient(circle at 88% 20%, rgba(210,154,75,.12), transparent 18%),rgba(8,8,8,.94)}
.menu-drawer__top,.menu-drawer__body,.menu-drawer__preview-copy{max-width:1360px}
.menu-drawer__body{padding-top:14px;grid-template-columns:1fr 540px}
.menu-drawer__body a{font-size:clamp(56px,5.4vw,78px);line-height:.92;letter-spacing:-.07em}
.menu-close{font-size:64px}
.menu-drawer__preview{height:240px;background-position:center 35%}
.menu-drawer__preview-copy{padding:30px 36px}
.hero__slides,.hero__slide,.page-hero__bg{z-index:0}
.hero__slide,.page-hero__bg{background-position:center center}
.hero__title{max-width:760px}
.hero__tag,.utility-btn{backdrop-filter:blur(6px)}
.feature-carousel__viewport{overflow:hidden;border-radius:26px;padding:4px 0}
.feature-carousel__track{display:flex;gap:24px;transform:translate3d(0,0,0)}
.feature-carousel__item{flex:0 0 calc((100% - (24px * (var(--visible, 3) - 1))) / var(--visible, 3))}
.article-card--link{color:inherit;text-decoration:none}
.article-card--link:hover{text-decoration:none}
.specialty-showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.specialty-showcase{position:relative;min-height:360px;border-radius:26px;overflow:hidden;background-size:cover;background-position:center;display:block;color:#fff;box-shadow:var(--shadow)}
.specialty-showcase__overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.72))}
.specialty-showcase__copy{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:24px}
.specialty-showcase__eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.84}
.specialty-showcase__title{font-size:32px;line-height:1.02;letter-spacing:-.04em;margin-top:8px}
.specialty-showcase__text{margin-top:12px;font-size:16px;line-height:1.45;color:rgba(255,255,255,.92)}
.article-single{max-width:920px}
.article-single__meta{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7b776f;margin-bottom:16px}
.article-single__body p{font-size:20px;line-height:1.72;color:#3e3b37;margin:0 0 22px}
.filter-pill--light{background:#fff;color:#111;border-color:var(--line)}
.barristers-hero .page-hero__title{max-width:980px}
.page-hero__title{ text-shadow:0 8px 28px rgba(0,0,0,.25)}
.map-box{background:linear-gradient(135deg,#d8d3ca,#cac4bb)}
.content-block p+ p{margin-top:18px}
.lawyer-tile__name{font-size:19px;font-weight:600}
.lawyer-tile__role{font-size:15px}
@media (max-width:1200px){.specialty-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:1080px){.menu-drawer__body{grid-template-columns:1fr}.menu-drawer__panel{inset:0 0 220px 0}.site-nav a{font-size:18px}}
@media (max-width:820px){.site-logo img{height:42px}.site-logo{padding:7px 11px}.menu-toggle{width:54px;height:54px}.site-header{padding:16px 18px}.specialty-showcase-grid{grid-template-columns:1fr}.article-single__body p{font-size:18px}}

/* v6 targeted refinement pass */
.site-header{padding:18px 34px;position:absolute;top:0;left:0;right:0;z-index:40}
.site-header__inner{max-width:1480px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px}
.site-logo{display:inline-flex;align-items:center;background:transparent;padding:0;box-shadow:none;border-radius:0;color:#f4ead3}
.site-logo img{height:54px;width:auto;display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.55))}
.site-nav{gap:40px}
.site-nav a{font-size:18px;font-weight:500;letter-spacing:-.02em;color:#fff;text-shadow:0 3px 14px rgba(0,0,0,.5)}
.site-nav a:hover,.site-nav a.is-active{text-decoration:none;color:#fff;opacity:1}
.menu-toggle{background:transparent;border:none;width:58px;height:58px;border-radius:0;box-shadow:none}
.menu-toggle span{width:30px;height:2.4px;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.35)}
.hero{background-size:cover;background-position:center center}
.hero__slide{background-size:cover;background-position:center center;opacity:0;transition:opacity .9s ease, transform 1.15s ease}
.hero__slide.is-active{opacity:1}
.hero__overlay{background:linear-gradient(180deg, rgba(10,10,10,.48), rgba(10,10,10,.24) 38%, rgba(10,10,10,.34) 100%)}
.page-hero__shade{background:linear-gradient(180deg, rgba(10,10,10,.42), rgba(10,10,10,.18) 42%, rgba(10,10,10,.42) 100%)}
.hero__title,.page-hero__title{max-width:820px;text-shadow:0 8px 28px rgba(0,0,0,.28)}
.hero__title{font-size:clamp(72px,8vw,108px)}
.hero__subtitle{max-width:520px}
.menu-drawer{position:fixed;top:0;left:0;right:0;height:60vh;min-height:420px;max-height:640px;background:transparent;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px);transition:opacity .28s ease, transform .28s ease, visibility .28s ease;z-index:90}
body.menu-open .menu-drawer{opacity:1;visibility:visible;pointer-events:auto;transform:none}
body.menu-open{overflow:hidden}
.menu-drawer__panel{position:absolute;top:0;left:0;right:0;height:calc(100% - 220px);padding:28px 42px 36px;background:radial-gradient(circle at 10% 0%, rgba(154,83,19,.18), transparent 20%), radial-gradient(circle at 88% 26%, rgba(192,140,68,.10), transparent 18%), rgba(7,7,7,.96)}
.menu-drawer__top,.menu-drawer__body,.menu-drawer__preview-copy{max-width:1480px;margin:0 auto}
.menu-drawer__top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.menu-drawer__meta{display:grid;grid-template-columns:1fr 1fr;gap:48px;color:#efebe6;max-width:620px}
.menu-meta__label{font-size:16px;font-weight:700;margin-bottom:14px;color:#fff}
.menu-close{background:transparent;border:none;color:#fff;font-size:62px;line-height:1;cursor:pointer;padding:0;text-shadow:0 2px 12px rgba(0,0,0,.35)}
.menu-drawer__body--split{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-top:18px;align-items:start}
.menu-drawer__col{display:grid;gap:8px}
.menu-drawer__body a{display:block;font-size:clamp(54px,5.3vw,76px);line-height:.92;letter-spacing:-.06em;color:#efebe6;text-decoration:none}
.menu-drawer__body a:hover{opacity:1;color:#fff}
.menu-drawer__preview{position:absolute;left:0;right:0;bottom:0;height:220px;background-size:cover;background-position:center center;overflow:hidden}
.menu-drawer__preview::before,.menu-drawer__preview-overlay{content:'';position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.38))}
.menu-drawer__preview-copy{position:relative;z-index:2;padding:22px 42px;color:#fff}
.menu-drawer__preview-title{font-size:clamp(34px,3vw,50px);font-weight:500;letter-spacing:-.04em}
.feature-carousel__viewport{overflow:hidden}
.feature-carousel__track{display:flex;gap:24px;will-change:transform}
.feature-carousel__item{flex:0 0 calc((100% - ((var(--visible,3) - 1) * 24px)) / var(--visible,3))}
.specialty-card__img,.specialty-showcase,.article-card__image{background-size:cover;background-position:center center}
.specialty-showcase{min-height:420px}
.specialty-showcase__text{max-width:92%}
.page-hero__title{font-size:clamp(54px,6vw,86px)}
.lawyers-grid{gap:42px 26px}
.lawyer-tile__photo{aspect-ratio:.8/1;border-radius:22px;background-position:center top}
.lawyer-tile__name{font-size:20px;line-height:1.18}
.lawyer-tile__role{font-size:15px;color:#726c65}
.quote{font-size:32px;color:#c59c72}
.article-card{cursor:pointer}
.article-card:hover{transform:translateY(-6px)}
.article-card__image{min-height:210px}
.page-contact .site-logo img,.page-specialties .site-logo img,.page-barristers .site-logo img,.page-about .site-logo img,.page-publications .site-logo img{filter:drop-shadow(0 4px 12px rgba(0,0,0,.55))}
/* workspace light redesign closer to public site */
body.workspace-lite .nav{background:rgba(249,246,241,.9)}

@media (max-width:1080px){
  .site-header{padding:16px 20px}
  .site-logo img{height:48px}
  .site-nav{gap:24px}
  .site-nav a{font-size:16px}
  .menu-drawer{height:64vh}
  .menu-drawer__panel{padding:22px 22px 28px;height:calc(100% - 190px)}
  .menu-drawer__preview{height:190px}
  .menu-drawer__preview-copy{padding:20px 22px}
  .menu-drawer__meta{gap:24px}
}
@media (max-width:820px){
  .site-header{padding:14px 16px}
  .site-logo img{height:42px}
  .menu-toggle{width:50px;height:50px}
  .menu-drawer{height:72vh;min-height:440px}
  .menu-drawer__panel{height:calc(100% - 170px)}
  .menu-drawer__body--split{grid-template-columns:1fr;gap:18px;padding-top:18px}
  .menu-drawer__meta{grid-template-columns:1fr;gap:18px}
  .menu-drawer__body a{font-size:clamp(34px,11vw,52px)}
  .menu-drawer__preview{height:170px}
  .hero__title{font-size:clamp(54px,16vw,86px)}
}


/* v8 targeted navigation + logo refinement */
.site-logo{position:relative;display:inline-flex;align-items:center}
.site-logo .logo-dark{display:none}
.site-logo img{height:56px;width:auto;display:block}
.site-nav a{font-size:18px;font-weight:400;letter-spacing:-.015em}
.menu-drawer{position:fixed;top:0;left:0;right:0;height:min(62vh,540px);min-height:520px;background:transparent;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .24s ease, transform .24s ease, visibility .24s ease;z-index:90}
body.menu-open .menu-drawer{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.menu-drawer__panel{position:absolute;top:0;left:0;right:0;height:calc(100% - 205px);padding:26px 38px 24px;background:radial-gradient(circle at 10% 0%, rgba(120,70,18,.16), transparent 22%), rgba(7,7,7,.97)}
.menu-drawer__top,.menu-drawer__body,.menu-drawer__preview-copy{max-width:1360px;margin:0 auto}
.menu-drawer__meta{display:grid;grid-template-columns:repeat(2,minmax(220px,320px));gap:44px;color:#e9e3d9;font-size:15px;line-height:1.45}
.menu-meta__label{font-size:14px;font-weight:600;letter-spacing:0;margin-bottom:10px;color:#fff}
.menu-close{font-size:52px;font-weight:300}
.menu-drawer__body--split{display:grid;grid-template-columns:260px 340px;justify-content:end;gap:56px;padding-top:8px;align-items:start}
.menu-drawer__col{display:grid;gap:0}
.menu-drawer__body a{display:block;font-size:clamp(34px,4vw,60px);line-height:0.92;letter-spacing:-0.05em;font-weight:400;color:#efebe6;opacity:.98}
.menu-drawer__preview{position:absolute;left:0;right:0;bottom:0;height:205px;background-size:cover;background-position:center center;overflow:hidden}
.menu-drawer__preview::before,.menu-drawer__preview-overlay{content:'';position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.58))}
.menu-drawer__preview-copy{padding:24px 38px 28px}
.menu-drawer__preview-title{font-size:clamp(28px,2.6vw,42px);font-weight:400;letter-spacing:-.04em}
.hero__title,.page-hero__title,.feature-card h3,.news-row h3,.recognition h3{font-weight:400}
@media (max-width:1100px){
  .site-nav a{font-size:16px}
  .site-logo img{height:50px}
  .menu-drawer{height:68vh;min-height:500px}
  .menu-drawer__panel{padding:22px 24px 18px;height:calc(100% - 180px)}
  .menu-drawer__body--split{grid-template-columns:1fr 1fr;gap:34px;padding-top:10px}
  .menu-drawer__body a{font-size:clamp(32px,6vw,48px)}
  .menu-drawer__preview{height:180px}
  .menu-drawer__preview-copy{padding:20px 24px 24px}
}
@media (max-width:820px){
  .site-logo img{height:44px}
  .menu-drawer{height:72vh;min-height:460px}
  .menu-drawer__panel{height:calc(100% - 160px)}
  .menu-drawer__meta{grid-template-columns:1fr;gap:16px;font-size:14px}
  .menu-drawer__body--split{grid-template-columns:1fr;justify-content:start;gap:10px;padding-top:10px}
  .menu-drawer__body a{font-size:clamp(30px,10vw,42px)}
  .menu-drawer__preview{height:160px}
  .menu-drawer__preview-copy{padding:18px 18px 22px}
}


/* v10 final fixes */
.hero__slide{position:absolute;inset:0;}
.hero__overlay{background:rgba(0,0,0,.28);}
.page-hero__shade{background:rgba(0,0,0,.30);}
.hero__title,.page-hero__title,.feature-card h3,.news-row h3,.recognition h3,.statement h2{font-weight:400 !important;}
.site-nav a{font-size:17px !important;font-weight:400 !important;letter-spacing:-.01em !important;text-shadow:none !important;}
.site-header__inner{align-items:flex-start;}
.site-logo .logo-light{display:block;}
.site-logo .logo-dark{display:none;}
.page-about .site-logo .logo-light,.page-specialties .site-logo .logo-light,.page-publications .site-logo .logo-light,.page-barristers .site-logo .logo-light,.page-contact .site-logo .logo-light{display:none;}
.page-about .site-logo .logo-dark,.page-specialties .site-logo .logo-dark,.page-publications .site-logo .logo-dark,.page-barristers .site-logo .logo-dark,.page-contact .site-logo .logo-dark{display:block;}
.site-logo img{height:52px !important;filter:none !important;}
.site-logo{background:none !important;}
.menu-drawer{position:fixed !important;inset:0 !important;height:100vh !important;min-height:100vh !important;max-height:none !important;background-image:var(--menu-bg) !important;background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important;opacity:0;visibility:hidden;pointer-events:none;transform:none !important;}
body.menu-open .menu-drawer{opacity:1;visibility:visible;pointer-events:auto;}
.menu-drawer__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);}
.menu-drawer__panel{position:relative !important;inset:auto !important;height:100% !important;max-width:1480px;margin:0 auto;padding:34px 42px 42px !important;background:none !important;display:flex;flex-direction:column;}
.menu-drawer__top{display:flex;justify-content:space-between;align-items:flex-start;gap:36px;}
.menu-drawer__meta{display:grid;grid-template-columns:repeat(2,minmax(220px,320px));gap:56px;color:#f2eee8;font-size:15px;line-height:1.55;}
.menu-drawer__meta a{color:#fff;}
.menu-meta__label{font-size:14px;font-weight:600;letter-spacing:0;color:#fff;margin-bottom:8px;}
.menu-close{font-size:58px !important;font-weight:300 !important;text-shadow:none !important;}
.menu-drawer__body{flex:1;display:grid;place-items:center;}
.menu-drawer__links{display:grid;justify-items:start;gap:4px;min-width:min(520px,100%);}
.menu-drawer__body a{font-size:clamp(42px,5vw,74px) !important;line-height:.96 !important;letter-spacing:-.05em !important;font-weight:400 !important;color:#f5f1ea !important;opacity:1 !important;}
.menu-drawer__body a:hover{transform:none !important;color:#fff !important;}
.menu-drawer__preview,.menu-drawer__preview-copy,.menu-drawer__preview-overlay{display:none !important;}
.hero__slides{z-index:0;}
.hero__inner,.page-hero__inner{position:relative;z-index:2;}
.hero__title{font-size:clamp(64px,7.4vw,96px) !important;line-height:.96 !important;text-shadow:none !important;max-width:760px !important;}
.page-hero__title{font-size:clamp(42px,5.2vw,68px) !important;line-height:1 !important;text-shadow:none !important;max-width:820px !important;}
.hero__subtitle,.page-hero__side{font-size:17px !important;line-height:1.35 !important;max-width:480px;}
.hero__right{align-items:flex-end;}
.hero__counter{font-size:17px;}
@media (max-width:900px){
  .menu-drawer__panel{padding:22px 18px 26px !important;}
  .menu-drawer__meta{grid-template-columns:1fr;gap:18px;font-size:14px;}
  .menu-drawer__body{place-items:start;align-content:center;}
  .menu-drawer__body a{font-size:clamp(34px,10vw,48px) !important;}
  .site-logo img{height:44px !important;}
  .site-nav a{font-size:15px !important;}
  .hero__title{font-size:clamp(52px,14vw,78px) !important;}
}


/* v7 nav + typography refinements */
.site-header{padding:18px 32px;position:absolute;top:0;left:0;right:0;z-index:60;pointer-events:none}
.site-header__inner{pointer-events:auto}
.site-logo img{height:56px;filter:none}
.site-nav{gap:34px}
.site-nav a{font-size:18px;font-weight:400;letter-spacing:-.01em;text-shadow:none}
.hero__title,.page-hero__title,.statement h2,.feature-card h3,.news-row h3,.recognition h3{font-weight:400}
.hero__title{font-size:clamp(64px,7.1vw,98px)}
.page-hero__title{font-size:clamp(40px,4.9vw,68px);max-width:720px;text-shadow:none}
.hero__overlay{background:linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.18) 42%, rgba(0,0,0,.36) 100%)}
.page-hero__shade{background:linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.14) 42%, rgba(0,0,0,.34) 100%)}
.hero__subtitle,.hero__caption,.page-hero__side{font-weight:400}
.statement--expanded{grid-template-columns:220px minmax(0,1fr)}
.statement--expanded .statement__content{max-width:920px;margin:0 auto}
.statement--expanded h2{text-align:left;font-size:clamp(34px,4.2vw,58px);max-width:860px}
.statement--expanded p{font-size:19px;line-height:1.72;color:#4d4a45;max-width:820px;margin:18px 0 0}
.statement--expanded .mini-pill{margin-top:20px}
.about-spacing .content-block,.section .content-block{padding-bottom:10px}
.two-col-wide{gap:56px}
.section{padding-top:72px;padding-bottom:72px}
.menu-drawer{position:fixed;inset:0;z-index:100;opacity:0;visibility:hidden;pointer-events:none;background-image:var(--menu-bg);background-size:cover;background-position:center}
.menu-drawer::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.80)}
body.menu-open .menu-drawer{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.menu-drawer__backdrop{display:none}
.menu-drawer__panel{position:relative;inset:auto;height:100%;min-height:100vh;padding:34px 40px;background:transparent;display:flex;flex-direction:column}
.menu-drawer__top,.menu-drawer__body{position:relative;z-index:2;max-width:1480px;width:100%;margin:0 auto}
.menu-drawer__top{display:flex;justify-content:space-between;align-items:flex-start;gap:30px}
.menu-drawer__meta{display:grid;grid-template-columns:repeat(2,minmax(220px,320px));gap:56px;font-size:17px;line-height:1.45;color:#d6d2ca}
.menu-meta__label{font-size:18px;font-weight:600;margin-bottom:10px;color:#fff}
.menu-close{font-size:58px;line-height:1;color:#fff}
.menu-drawer__body{flex:1;display:grid;grid-template-columns:minmax(260px,420px) minmax(320px,560px);align-items:center;gap:80px}
.menu-drawer__intro{align-self:end;max-width:360px;padding-bottom:28px}
.menu-drawer__intro-title{font-size:58px;line-height:1;letter-spacing:-.06em;color:#fff;font-weight:400}
.menu-drawer__intro-text{font-size:18px;line-height:1.6;color:#d4d0ca;margin-top:18px}
.menu-drawer__links{display:grid;gap:12px;justify-self:end;text-align:left}
.menu-drawer__links a{font-size:clamp(48px,5vw,72px);line-height:.95;letter-spacing:-.06em;font-weight:400;color:#f4f0ea;opacity:1;text-shadow:none}
.menu-drawer__links a:hover{transform:translateX(6px)}
@media (max-width:1080px){
  .menu-drawer__body{grid-template-columns:1fr;gap:28px;align-items:start;padding-top:40px}
  .menu-drawer__links{justify-self:start}
  .menu-drawer__intro{padding-bottom:0}
}
@media (max-width:820px){
  .site-logo img{height:48px}
  .site-nav a{font-size:16px}
  .menu-drawer__panel{padding:24px 20px}
  .menu-drawer__meta{grid-template-columns:1fr;gap:18px;font-size:15px}
  .menu-drawer__links a{font-size:clamp(36px,12vw,52px)}
  .statement--expanded{grid-template-columns:1fr}
  .statement--expanded h2{text-align:left}
  .section{padding-top:56px;padding-bottom:56px}
}


/* v11 final polish */
.site-header__inner{align-items:center !important}
.site-logo .logo-light{display:block !important}
.site-logo .logo-dark{display:none !important}
.site-logo img{height:54px !important}
.site-nav a{font-weight:400 !important;font-size:17px !important;letter-spacing:-.01em !important}
.hero__title,.page-hero__title,.statement h2{font-weight:400 !important}
.menu-drawer{background-image:var(--menu-bg) !important;background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important}
.menu-drawer__backdrop{background:rgba(0,0,0,.82) !important}
.menu-drawer__panel{max-width:none !important;width:100% !important;padding:34px 44px 42px !important}
.menu-drawer__top,.menu-drawer__body{max-width:1480px !important;width:100% !important}
.menu-drawer__body{grid-template-columns:minmax(240px,360px) minmax(320px,560px) !important;align-items:end !important;justify-content:space-between !important;padding-bottom:28px !important}
.menu-drawer__intro{max-width:320px !important;padding-bottom:6px !important}
.menu-drawer__intro .kicker{margin-bottom:14px !important;color:#fff !important}
.menu-drawer__intro-title{font-size:34px !important;line-height:1.02 !important;font-weight:400 !important}
.menu-drawer__intro-text{font-size:17px !important;line-height:1.6 !important;color:#ddd6cc !important}
.menu-drawer__links{gap:2px !important;justify-self:end !important}
.menu-drawer__links a{font-size:clamp(44px,4.6vw,72px) !important;font-weight:400 !important;line-height:.94 !important}
@media (max-width:980px){
  .menu-drawer__body{grid-template-columns:1fr !important;align-items:start !important;gap:26px !important;padding-top:38px !important}
  .menu-drawer__links{justify-self:start !important}
}


/* v12 logo + barristers hero cleanup */
.site-logo,.site-logo:hover,.site-logo:focus{background:transparent !important;backdrop-filter:none !important;box-shadow:none !important;border:none !important;}
.site-logo img{filter:none !important;mix-blend-mode:normal !important;opacity:1 !important;background:transparent !important;}
.page-barristers .page-hero__bg{background-position:center center !important;}

/* v13 button and publication refinement */
.mini-pill,.utility-btn,.filter-pill{
  min-height:48px;
  padding:14px 22px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.045em;
  background:rgba(255,255,255,.94);
  color:#111;
  border:1px solid rgba(17,17,17,.12);
  box-shadow:0 12px 28px rgba(0,0,0,.08);
}
.mini-pill:hover,.utility-btn:hover,.filter-pill:hover{
  background:#111;
  color:#fff;
  border-color:#111;
  transform:translateY(-2px);
}
.control-btn{
  width:48px;
  height:48px;
  font-size:18px;
  border:1px solid rgba(17,17,17,.12);
  box-shadow:0 12px 28px rgba(0,0,0,.07);
}
.site-nav a{font-size:19px}
.menu-toggle{
  width:72px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.menu-toggle span{
  width:34px;
  height:2.8px;
}
.menu-toggle span:nth-child(2){width:26px}
.menu-toggle:hover span:nth-child(2){width:34px}
.menu-drawer__body a{font-size:clamp(58px,5.6vw,82px)}
.article-card{
  padding:24px;
  gap:14px;
}
.article-card__image{
  height:228px;
  background-color:#e7e3db;
}
.article-card__meta{
  font-size:12px;
  letter-spacing:.09em;
}
.article-card h3{
  font-size:31px;
  line-height:1.02;
}
.publications-intro{
  max-width:860px;
  margin-bottom:30px;
}
.publications-intro p{
  margin:0;
  font-size:20px;
  line-height:1.55;
  color:#403d38;
}
.article-actions{display:flex;gap:12px;flex-wrap:wrap}
@media (max-width:820px){
  .site-nav a{font-size:17px}
  .menu-toggle{width:64px;height:64px}
  .menu-toggle span{width:30px;height:2.5px}
  .menu-toggle span:nth-child(2){width:22px}
  .article-card__image{height:210px}
  .article-card h3{font-size:28px}
  .publications-intro p{font-size:18px}
}


/* v14 homepage scale and button alignment */
.site-nav a{font-size:16px !important;letter-spacing:-.01em !important}
.menu-toggle{
  width:60px !important;
  height:60px !important;
}
.menu-toggle span{
  width:28px !important;
  height:2.4px !important;
}
.menu-toggle span:nth-child(2){width:21px !important}
.menu-toggle:hover span:nth-child(2){width:28px !important}

.page-home .hero__title{
  font-size:clamp(56px,6.1vw,84px) !important;
  max-width:720px !important;
}
.page-home .hero__subtitle,
.page-home .hero__caption{
  font-size:17px;
  line-height:1.6;
}
.page-home .kicker{
  font-size:15px;
  margin-bottom:20px;
}
.page-home .statement--expanded h2{
  font-size:clamp(31px,3.5vw,48px) !important;
  max-width:760px;
}
.page-home .statement--expanded p{
  font-size:17px;
  line-height:1.68;
  max-width:760px;
}
.page-home .feature-card{
  min-height:308px;
  padding:30px 26px;
}
.page-home .feature-card h3{
  font-size:clamp(31px,2.7vw,42px);
  line-height:1.04;
}
.page-home .feature-card p{
  max-width:310px;
  margin-top:14px;
  font-size:16px;
  line-height:1.58;
}
.page-home .feature-card__actions{
  display:flex;
  flex-direction:column;
  gap:16px;
  margin-top:26px;
}
.page-home .feature-card__cta-top{
  align-self:flex-start;
}
.page-home .feature-card__button-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.page-home .mini-pill,
.page-home .utility-btn,
.page-home .filter-pill{
  min-height:40px;
  padding:10px 18px;
  font-size:11px;
  letter-spacing:.055em;
  box-shadow:0 8px 20px rgba(0,0,0,.06);
}
.page-home .control-btn{
  width:40px;
  height:40px;
  font-size:15px;
  box-shadow:0 8px 20px rgba(0,0,0,.06);
}
.page-home .controls{
  gap:8px;
}
.page-home .feature-carousel__status{
  margin-top:14px;
  font-size:11px;
}
.page-home .specialty-card__name{
  font-size:22px;
  max-width:230px;
}
.page-home .specialty-card__title,
.page-home .person-card__title{
  font-size:13px;
}
.page-home .news-row h3,
.page-home .recognition h3{
  font-size:clamp(29px,3vw,42px);
}
.page-home .article-card{
  padding:20px;
  gap:12px;
}
.page-home .article-card__image{
  height:206px;
}
.page-home .article-card h3{
  font-size:24px;
  line-height:1.08;
}
.page-home .article-card p,
.page-home .recognition p{
  font-size:16px;
  line-height:1.6;
}
@media (max-width:820px){
  .menu-toggle{
    width:52px !important;
    height:52px !important;
  }
  .menu-toggle span{
    width:24px !important;
  }
  .menu-toggle span:nth-child(2){width:18px !important}
  .page-home .hero__title{
    font-size:clamp(48px,14vw,72px) !important;
  }
  .page-home .feature-card{
    min-height:auto;
    padding:24px 20px;
  }
  .page-home .feature-card__actions{
    gap:14px;
    margin-top:22px;
  }
  .page-home .feature-card__button-row{
    align-items:center;
  }
  .page-home .mini-pill,
  .page-home .utility-btn,
  .page-home .filter-pill{
    min-height:38px;
    padding:10px 16px;
  }
  .page-home .article-card__image{
    height:188px;
  }
  .page-home .article-card h3{
    font-size:22px;
  }
}


/* v15 global button polish + about spacing */
.mini-pill,
.utility-btn,
.filter-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:10px 18px;
  border-radius:999px;
  border:1px solid rgba(17,17,17,.16);
  background:rgba(255,255,255,.82);
  color:#111;
  font-size:12px;
  font-weight:600;
  letter-spacing:.02em;
  text-transform:uppercase;
  line-height:1;
  white-space:nowrap;
  box-shadow:none;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.mini-pill:hover,
.utility-btn:hover,
.filter-pill:hover{
  background:#111;
  color:#fff;
  border-color:#111;
  transform:translateY(-1px);
}
.filter-pill{
  background:#111;
  color:#fff;
  border-color:#111;
}
.filter-pill--light{
  background:rgba(255,255,255,.76);
  color:#111;
  border-color:rgba(17,17,17,.16);
}
.control-btn{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(17,17,17,.16);
  background:#fff;
  color:#111;
  font-size:15px;
  box-shadow:none;
}
.control-btn:hover{
  background:#111;
  color:#fff;
  border-color:#111;
}
.page-home .mini-pill,
.page-home .utility-btn,
.page-home .filter-pill{
  min-height:42px;
  padding:10px 18px;
  font-size:11px;
  letter-spacing:.045em;
}
.page-home .control-btn{
  width:42px;
  height:42px;
  font-size:15px;
}
.page-home .feature-card__actions{
  gap:18px;
  margin-top:28px;
}
.page-home .feature-card > .feature-card__button-row{
  margin-top:28px;
}
.page-home .feature-card__actions .feature-card__button-row{
  margin-top:0;
}
.page-home .feature-card__cta-top{
  margin-bottom:2px;
}
.page-home .feature-card__button-row{
  gap:16px;
}
.page-about .utility-row{
  padding-top:36px;
  padding-bottom:8px;
}
.page-about .section{
  padding-top:84px;
  padding-bottom:84px;
}
.page-about .section[style*="padding-top:0"]{
  padding-top:26px !important;
}
.page-about .section[style*="padding-top:8px"]{
  padding-top:38px !important;
}
.page-about .section__inner{
  padding-left:10px;
  padding-right:10px;
}
.page-about .two-col-wide{
  gap:72px;
}
.page-about .content-block{
  padding:10px 8px 16px;
}
.page-about .content-block h3{
  margin-bottom:22px;
}
.page-about .content-block p{
  line-height:1.62;
}
@media (max-width:820px){
  .mini-pill,
  .utility-btn,
  .filter-pill{
    min-height:40px;
    padding:10px 16px;
    font-size:11px;
  }
  .control-btn{
    width:40px;
    height:40px;
  }
  .page-home .feature-card > .feature-card__button-row{
    margin-top:22px;
  }
  .page-about .section{
    padding-top:68px;
    padding-bottom:68px;
  }
  .page-about .utility-row{
    padding-top:28px;
  }
  .page-about .section__inner{
    padding-left:0;
    padding-right:0;
  }
  .page-about .content-block{
    padding:4px 0 12px;
  }
}
