:root {
  --sg-ink: #0b1720;
  --sg-ink-2: #142c38;
  --sg-ink-3: #21404d;
  --sg-paper: #f7f3ea;
  --sg-paper-2: #eee8dc;
  --sg-white: #fffdf8;
  --sg-brass: #a77a32;
  --sg-brass-light: #d3b577;
  --sg-text: #23323a;
  --sg-muted: #65727a;
  --sg-line: rgba(11, 23, 32, .14);
  --sg-danger: #9a3c34;
  --sg-radius: 2px;
  --sg-shadow: 0 28px 70px rgba(8, 20, 29, .11);
  --sg-serif: Iowan Old Style, Baskerville, "Times New Roman", Georgia, serif;
  --sg-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sg-container: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sg-body { margin: 0; color: var(--sg-text); background: var(--sg-white); font-family: var(--sg-sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: clip; }
body.sg-body img { display: block; max-width: 100%; height: auto; }
body.sg-body a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
body.sg-body button, body.sg-body input, body.sg-body select, body.sg-body textarea { font: inherit; }
body.sg-body h1, body.sg-body h2, body.sg-body h3 { color: var(--sg-ink); font-family: var(--sg-serif); font-weight: 500; line-height: 1.05; text-wrap: balance; }
body.sg-body h1 { margin: 0; font-size: clamp(2.75rem, 6vw, 6.2rem); letter-spacing: -.045em; }
body.sg-body h2 { margin: 0 0 1rem; font-size: clamp(2rem, 3.6vw, 3.65rem); letter-spacing: -.035em; }
body.sg-body h3 { margin: 0 0 .75rem; font-size: clamp(1.3rem, 2vw, 1.75rem); letter-spacing: -.02em; }

.sg-container { width: var(--sg-container); margin-inline: auto; }
.sg-container--narrow { max-width: 820px; }
.sg-section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.sg-eyebrow { margin: 0 0 1.1rem; color: var(--sg-brass); font-size: .76rem; font-weight: 750; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.sg-lede { color: var(--sg-muted); font-family: var(--sg-serif); font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.45; }
.sg-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; overflow: hidden; }
.sg-skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: .8rem 1rem; color: white; background: var(--sg-ink); transform: translateY(-200%); }
.sg-skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--sg-brass-light); outline-offset: 4px; }

.sg-utility { color: rgba(255,255,255,.77); background: var(--sg-ink); font-size: .74rem; letter-spacing: .035em; }
.sg-utility__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.sg-utility p { margin: 0; }
.sg-utility__inner div { display: flex; gap: 1.5rem; }
.sg-utility a { text-decoration: none; }
.sg-utility a:hover { color: white; }

.sg-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--sg-line); background: rgba(255,253,248,.94); backdrop-filter: blur(18px); }
.sg-header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.sg-brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--sg-ink); text-decoration: none; }
.sg-brand__logo { width: clamp(190px, 21vw, 245px); height: auto; }
.sg-brand__mark { width: 47px; height: 52px; display: grid; place-items: center; border: 1px solid var(--sg-brass); color: var(--sg-brass); font-family: var(--sg-serif); font-size: 1.2rem; font-weight: 700; position: relative; }
.sg-brand__mark::before, .sg-brand__mark::after { content: ""; position: absolute; left: 7px; right: 7px; height: 1px; background: var(--sg-brass); opacity: .45; }
.sg-brand__mark::before { top: 7px; }.sg-brand__mark::after { bottom: 7px; }
.sg-brand__name { display: flex; flex-direction: column; line-height: 1.05; }
.sg-brand__name strong { font-family: var(--sg-serif); font-size: 1.2rem; font-weight: 600; letter-spacing: -.02em; }
.sg-brand__name small { margin-top: .38rem; color: var(--sg-muted); font-size: .6rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.sg-nav { display: flex; align-items: center; gap: clamp(.65rem, 1.5vw, 1.45rem); }
.sg-nav > a, .sg-nav summary { padding-block: .65rem; color: var(--sg-ink); font-size: .8rem; font-weight: 700; text-decoration: none; cursor: pointer; list-style: none; }
.sg-nav summary::-webkit-details-marker { display: none; }
.sg-nav summary::after { content: "+"; margin-left: .35rem; color: var(--sg-brass); }
.sg-nav details[open] summary::after { content: "−"; }
.sg-nav > a:hover, .sg-nav summary:hover { color: var(--sg-brass); }
.sg-nav__menu { position: relative; }
.sg-nav__panel { position: absolute; top: calc(100% + 15px); left: -1.5rem; width: 280px; padding: 1.1rem; border: 1px solid var(--sg-line); background: var(--sg-white); box-shadow: var(--sg-shadow); }
.sg-nav__panel a { display: block; padding: .65rem .75rem; color: var(--sg-text); font-size: .82rem; text-decoration: none; }
.sg-nav__panel a:hover { color: var(--sg-ink); background: var(--sg-paper); }
.sg-nav__menu--mega > summary { display: inline-flex; align-items: center; }
.sg-nav__panel--mega { left: 50%; width: min(760px, calc(100vw - 32px)); max-height: none; padding: .5rem; border-top: 3px solid var(--sg-brass); transform: translateX(-50%); overflow: visible; }
.sg-mega-menu__head { min-height: 54px; padding: .35rem .5rem .55rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--sg-line); }
.sg-mega-menu__eyebrow { display: block; color: var(--sg-brass); font-size: .6rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.sg-mega-menu__head strong { display: block; margin-top: .15rem; color: var(--sg-ink); font-family: var(--sg-serif); font-size: 1.22rem; font-weight: 500; line-height: 1.2; }
.sg-nav__panel .sg-mega-menu__all { padding: .45rem 0; display: inline-flex; align-items: center; gap: .45rem; flex: 0 0 auto; color: var(--sg-ink); font-size: .7rem; font-weight: 800; }
.sg-nav__panel .sg-mega-menu__all:hover { color: var(--sg-brass); background: transparent; }
.sg-mega-menu__grid { margin: .45rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--sg-line); background: var(--sg-line); list-style: none; }
.sg-mega-menu__grid > li { min-width: 0; display: flex; }
.sg-mega-menu__grid > li:last-child:nth-child(odd) { grid-column: 1 / -1; }
.sg-mega-menu__grid > li > .sg-mega-menu__item { width: 100%; }
.sg-nav__panel .sg-mega-menu__item { min-width: 0; min-height: 37px; padding: .24rem .5rem; display: grid; grid-template-columns: 27px minmax(0, 1fr) 14px; gap: .55rem; align-items: center; color: var(--sg-text); background: var(--sg-white); }
.sg-nav__panel .sg-mega-menu__item:hover, .sg-nav__panel .sg-mega-menu__item:focus-visible { color: var(--sg-ink); background: var(--sg-paper); }
.sg-mega-menu__icon { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(167,122,50,.28); color: var(--sg-brass); background: rgba(247,243,234,.72); }
.sg-practice-icon { width: 15px; height: 15px; display: block; }
.sg-mega-menu__label { min-width: 0; font-size: .73rem; font-weight: 740; line-height: 1.25; }
.sg-mega-menu__arrow { color: var(--sg-brass); font-size: .72rem; opacity: .55; transition: opacity .2s ease, transform .2s ease; }
.sg-mega-menu__item:hover .sg-mega-menu__arrow, .sg-mega-menu__item:focus-visible .sg-mega-menu__arrow { opacity: 1; transform: translate(2px, -2px); }
.sg-nav .sg-nav__cta { padding: .72rem 1rem; border: 1px solid var(--sg-ink); }
.sg-nav .sg-nav__cta:hover { color: var(--sg-white); background: var(--sg-ink); }
.sg-language-switch { display: inline-flex; align-items: center; gap: .25rem; padding: .2rem; border: 1px solid var(--sg-line); color: var(--sg-ink); font-size: .72rem; font-weight: 750; }
.sg-language-switch a, .sg-language-switch > span { padding: .38rem .5rem; text-decoration: none; }
.sg-language-switch [aria-current="page"] { color: var(--sg-white); background: var(--sg-ink); }
.sg-nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--sg-line); background: transparent; }
.sg-nav-toggle > span:not(.sg-sr-only) { display: block; width: 20px; height: 1px; margin: 5px auto; background: var(--sg-ink); }

.sg-breadcrumbs { padding-block: .8rem; border-bottom: 1px solid var(--sg-line); }
.sg-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; padding: 0; list-style: none; color: var(--sg-muted); font-size: .72rem; }
.sg-breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .35rem; color: var(--sg-brass); }
.sg-breadcrumbs a { text-decoration: none; }

.sg-page-hero { position: relative; isolation: isolate; color: white; background: var(--sg-ink); overflow: hidden; }
.sg-page-hero::before { content: ""; position: absolute; z-index: -1; width: 50vw; aspect-ratio: 1; top: -70%; right: -10%; border: 1px solid rgba(211,181,119,.35); border-radius: 50%; box-shadow: 0 0 0 90px rgba(211,181,119,.035), 0 0 0 180px rgba(211,181,119,.025); }
.sg-page-hero__inner { min-height: clamp(390px, 55vw, 620px); padding-block: clamp(6rem, 11vw, 10rem); display: flex; flex-direction: column; justify-content: flex-end; }
.sg-page-hero h1 { max-width: 1000px; color: white; }
.sg-page-hero__lede { max-width: 760px; margin: 1.6rem 0 0; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 1.9vw, 1.35rem); line-height: 1.65; }

.sg-button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 48px; padding: .72rem 1.2rem; border: 1px solid var(--sg-ink); color: white; background: var(--sg-ink); font-size: .8rem; font-weight: 750; letter-spacing: .03em; text-decoration: none; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.sg-button:hover { border-color: var(--sg-brass); background: var(--sg-brass); transform: translateY(-1px); }
.sg-button--light { border-color: var(--sg-white); color: var(--sg-ink); background: var(--sg-white); }
.sg-button--light:hover { border-color: var(--sg-brass-light); color: var(--sg-ink); background: var(--sg-brass-light); }
.sg-text-link { color: var(--sg-brass); font-weight: 700; }
body.sg-body .sg-button { color: white; }
body.sg-body .sg-button--light { color: var(--sg-ink); }
body.sg-body .sg-text-link { color: var(--sg-brass); }

.sg-home-hero { position: relative; color: white; background: var(--sg-ink); overflow: hidden; }
.sg-home-hero::after { content: ""; position: absolute; inset: auto -10vw -42vw auto; width: 72vw; aspect-ratio: 1; border: 1px solid rgba(211,181,119,.25); border-radius: 50%; box-shadow: 0 0 0 90px rgba(211,181,119,.025), 0 0 0 180px rgba(211,181,119,.02); pointer-events: none; }
.sg-home-hero__grid { position: relative; z-index: 1; min-height: clamp(620px, 82vh, 860px); padding-block: clamp(6rem, 12vw, 10rem); display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(240px, .6fr); gap: 4rem; align-items: center; }
.sg-home-hero__content { min-width: 0; }.sg-home-hero h1 { max-width: 900px; color: white; }
body.sg-body .sg-home-hero h1, body.sg-body .sg-page-hero h1, body.sg-body .sg-courts-promo h2, body.sg-body .sg-consultation h2, body.sg-body .sg-card--dark h3, body.sg-body .sg-card--dark h4 { color: white; }
body.sg-body .sg-home-hero__link { color: white; }
.sg-home-hero__content > p:not(.sg-eyebrow) { max-width: 720px; margin: 1.8rem 0 0; color: rgba(255,255,255,.7); font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.sg-home-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; margin-top: 2.2rem; }
.sg-home-hero__link { color: white; font-size: .82rem; font-weight: 700; }
.sg-home-hero__motif { justify-self: end; width: min(30vw, 330px); aspect-ratio: 3 / 4; display: grid; place-items: center; border: 1px solid rgba(211,181,119,.45); color: var(--sg-brass-light); font-family: var(--sg-serif); position: relative; }
.sg-home-hero__motif::before, .sg-home-hero__motif::after { content: ""; position: absolute; inset: 9%; border-block: 1px solid rgba(211,181,119,.25); }
.sg-home-hero__motif::after { inset: 9% 18%; border-block: 0; border-inline: 1px solid rgba(211,181,119,.25); }
.sg-home-hero__motif > span { font-size: clamp(3.5rem, 8vw, 7rem); }.sg-home-hero__motif > small { position: absolute; bottom: 14%; font-family: var(--sg-sans); font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.sg-home-hero__foot { position: relative; z-index: 2; min-height: 70px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sg-intro__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(3rem, 9vw, 9rem); }
.sg-intro__grid > div:last-child { padding-top: 2rem; }.sg-intro__grid > div:last-child > p:not(.sg-lede) { color: var(--sg-muted); }
.sg-trust { padding-block: clamp(3.5rem, 7vw, 6rem); border-block: 1px solid var(--sg-line); background: var(--sg-white); }
.sg-trust__heading { max-width: 800px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
body.sg-body .sg-trust__heading h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
.sg-trust__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--sg-line); }
.sg-trust__grid article { min-width: 0; padding: clamp(1.4rem, 3vw, 2.2rem); border-inline-end: 1px solid var(--sg-line); }
.sg-trust__grid article:last-child { border-inline-end: 0; }
.sg-trust__grid article > span { color: var(--sg-brass); font-family: var(--sg-serif); }
body.sg-body .sg-trust__grid h3 { margin: 2.4rem 0 .8rem; font-size: 1.45rem; }
.sg-trust__grid p { margin: 0; color: var(--sg-muted); font-size: .88rem; }
.sg-founder { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }.sg-founder__portrait { aspect-ratio: 1; overflow: hidden; background: var(--sg-ink); }body.sg-body .sg-founder__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }.sg-founder__content { max-width: 690px; }.sg-founder__content .sg-button { margin-top: 1.5rem; }.sg-profile__socials { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin: 1.5rem 0; }.sg-profile__socials a { color: var(--sg-brass); font-size: .78rem; font-weight: 750; text-decoration: none; }
.sg-section--paper { background: var(--sg-paper); }
.sg-section-heading { margin-bottom: clamp(2rem, 5vw, 4rem); display: flex; justify-content: space-between; gap: 2rem; align-items: flex-end; }
.sg-courts-promo { color: white; background: var(--sg-ink-2); }
.sg-courts-promo h2 { color: white; }.sg-courts-promo__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr); gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.sg-courts-promo .sg-lede { color: rgba(255,255,255,.67); }.sg-courts-promo .sg-button { border-color: white; margin-top: 1rem; }
.sg-courts-promo__record { border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.025); }
.sg-courts-promo__label { padding: .8rem 1rem; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); color: var(--sg-brass-light); font-size: .63rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sg-courts-promo__record > a { display: grid; gap: .25rem; padding: 1.2rem; border-bottom: 1px solid rgba(255,255,255,.1); text-decoration: none; }.sg-courts-promo__record > a:hover { background: rgba(255,255,255,.05); }.sg-courts-promo__record small, .sg-courts-promo__record > a span { color: rgba(255,255,255,.52); }.sg-courts-promo__record strong { font-family: var(--sg-serif); font-size: 1.2rem; font-weight: 500; }
.sg-courts-promo__empty { padding: clamp(2rem, 6vw, 5rem); text-align: center; }.sg-courts-promo__empty > span { color: var(--sg-brass-light); font-family: var(--sg-serif); font-size: 3rem; }.sg-courts-promo__empty strong { display: block; color: white; font-family: var(--sg-serif); font-size: 1.5rem; font-weight: 500; }.sg-courts-promo__empty p { color: rgba(255,255,255,.58); font-size: .88rem; }
.sg-people-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }.sg-person { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--sg-line); color: var(--sg-ink); background: var(--sg-paper); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }.sg-person:hover { border-color: rgba(167,122,50,.62); transform: translateY(-3px); box-shadow: 0 18px 40px rgba(8,20,29,.08); }.sg-person__profile { min-height: 100%; display: flex; flex: 1 1 auto; flex-direction: column; color: inherit; text-decoration: none; }.sg-person__portrait { aspect-ratio: 4 / 5; display: grid; place-items: center; color: var(--sg-brass); background: var(--sg-ink); font-family: var(--sg-serif); font-size: 5rem; overflow: hidden; }body.sg-body .sg-person__portrait img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% 42%; }.sg-person__meta { min-height: 108px; padding: 1rem 1.1rem 1.1rem; display: grid; align-content: start; border-top: 1px solid var(--sg-line); background: rgba(255,253,248,.72); }body.sg-body .sg-person h2, body.sg-body .sg-person h3 { margin: 0 0 .35rem; font-size: clamp(1.25rem, 2vw, 1.5rem); line-height: 1.15; }.sg-person p { margin: 0; color: var(--sg-muted); font-size: .78rem; }.sg-person__socials { min-height: 42px; padding: .65rem 1.1rem; display: flex; flex-wrap: wrap; gap: .35rem .8rem; align-items: center; border-top: 1px solid var(--sg-line); background: var(--sg-white); }.sg-person__socials a { color: var(--sg-brass); font-size: .68rem; font-weight: 750; text-decoration: none; }
.sg-person__profile { min-height: 0; }
.sg-person__meta { flex: 1 1 auto; }
.sg-person__socials { min-height: 44px; margin-top: auto; border-color: rgba(211,181,119,.34); background: var(--sg-ink-2); }
body.sg-body .sg-person__socials a { color: var(--sg-brass-light); font-size: .75rem; letter-spacing: .01em; }
body.sg-body .sg-person__socials a:hover, body.sg-body .sg-person__socials a:focus-visible { color: var(--sg-white); text-decoration: underline; text-underline-offset: .18em; }

.sg-insights-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }.sg-insights-grid article { padding-top: 1.5rem; border-top: 1px solid var(--sg-ink); }body.sg-body .sg-insights-grid h2, body.sg-body .sg-insights-grid h3 { font-size: clamp(1.5rem, 2vw, 1.9rem); line-height: 1.16; }.sg-insights-grid h2 a, .sg-insights-grid h3 a { text-decoration: none; }.sg-insights-grid article > p:not(.sg-eyebrow), .sg-insights-grid time { color: var(--sg-muted); }.sg-insights-grid time { font-size: .72rem; }
.sg-insights-grid--home article { display: flex; min-width: 0; height: 100%; flex-direction: column; }.sg-insights-grid--home h3 { min-height: 3.48em; }.sg-insights-grid--home .sg-insight-card__excerpt { height: 4.95em; margin-bottom: 1rem; display: -webkit-box; overflow: hidden; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; }.sg-insights-grid--home time { margin-top: auto; }

.sg-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--sg-line); border: 1px solid var(--sg-line); }
.sg-card { min-width: 0; padding: clamp(1.5rem, 3vw, 2.6rem); background: var(--sg-white); text-decoration: none; }
.sg-card__number { color: var(--sg-brass); font-family: var(--sg-serif); font-size: .85rem; }
body.sg-body .sg-card h3, body.sg-body .sg-card h4 { margin: clamp(2rem, 5vw, 5rem) 0 .75rem; color: var(--sg-ink); font-family: var(--sg-serif); font-size: clamp(1.3rem, 2vw, 1.75rem); font-weight: 500; line-height: 1.1; letter-spacing: -.02em; }
.sg-card p { color: var(--sg-muted); }
body.sg-body .sg-card:hover h3, body.sg-body .sg-card:hover h4 { color: var(--sg-brass); }
.sg-card--dark { color: rgba(255,255,255,.72); background: var(--sg-ink); }body.sg-body .sg-card--dark h3, body.sg-body .sg-card--dark h4 { color: white; }

.sg-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.sg-prose { min-width: 0; }
.sg-prose > *:first-child { margin-top: 0; }
.sg-prose p, .sg-prose li { font-size: 1.04rem; line-height: 1.85; }
body.sg-body .sg-prose h2 { margin-top: 2.7rem; font-size: clamp(1.8rem, 3vw, 2.7rem); }
body.sg-body .sg-prose h3 { margin-top: 2rem; }
.sg-prose a { color: var(--sg-brass); overflow-wrap: anywhere; }
.sg-prose blockquote { margin: 2.4rem 0; padding: 1.5rem 0 1.5rem 2rem; border-left: 2px solid var(--sg-brass); color: var(--sg-ink); font-family: var(--sg-serif); font-size: 1.35rem; }
.sg-prose table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.sg-prose th, .sg-prose td { padding: .75rem; border: 1px solid var(--sg-line); text-align: left; }
.sg-aside, .sg-record-card { position: sticky; top: 120px; padding: 2rem; border-top: 3px solid var(--sg-brass); background: var(--sg-paper); }
body.sg-body .sg-aside h2 { font-size: 2rem; }
.sg-record-card dl { margin: 0 0 1.5rem; }
.sg-record-card dl div { padding-block: .9rem; border-bottom: 1px solid var(--sg-line); }
.sg-record-card dt { color: var(--sg-muted); font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.sg-record-card dd { margin: .25rem 0 0; color: var(--sg-ink); }
.sg-record-card .sg-button, .sg-record-card .sg-text-link { width: 100%; margin-top: .75rem; }
.sg-legal-note { margin-top: 3rem; padding: 1.4rem 1.6rem; border-left: 3px solid var(--sg-brass); background: var(--sg-paper); }
.sg-legal-note strong { color: var(--sg-ink); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.sg-legal-note p { margin: .4rem 0 0; color: var(--sg-muted); font-size: .9rem; }

.sg-profile__grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.sg-profile-hero { padding-block: clamp(4.5rem, 9vw, 8rem); color: rgba(255,255,255,.78); background: radial-gradient(circle at 85% 12%, rgba(211,181,119,.13), transparent 34%), var(--sg-ink); }
.sg-profile-hero__grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.sg-profile-hero__content { max-width: 720px; }
body.sg-body .sg-profile-hero h1 { max-width: 760px; color: white; font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: 1.01; }
.sg-profile-hero .sg-lede { max-width: 680px; color: rgba(255,255,255,.7); }
.sg-profile-hero .sg-profile__role { color: var(--sg-brass-light); }
.sg-profile-hero .sg-button { margin-top: .35rem; border-color: var(--sg-white); color: var(--sg-ink); background: var(--sg-white); }
.sg-profile-hero .sg-button:hover { border-color: var(--sg-brass-light); background: var(--sg-brass-light); }
body.sg-body .sg-profile-hero .sg-button--profile { min-width: 218px; padding: .52rem .52rem .52rem 1.15rem; justify-content: space-between; border-color: var(--sg-white); color: var(--sg-ink); background: var(--sg-white); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
body.sg-body .sg-profile-hero .sg-button--profile:hover, body.sg-body .sg-profile-hero .sg-button--profile:focus-visible { border-color: var(--sg-brass-light); color: var(--sg-ink); background: var(--sg-brass-light); }
.sg-button__arrow { width: 32px; height: 32px; display: inline-grid; place-items: center; color: var(--sg-white); background: var(--sg-ink); font-size: .95rem; transition: transform .2s ease; }
.sg-button--profile:hover .sg-button__arrow, .sg-button--profile:focus-visible .sg-button__arrow { transform: translateX(2px); }
.sg-profile__portrait { aspect-ratio: 4 / 5; display: grid; place-items: center; color: var(--sg-brass); background: var(--sg-ink); font-family: var(--sg-serif); font-size: 8rem; overflow: hidden; }
body.sg-body .sg-profile__portrait img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% 42%; }
.sg-profile-hero .sg-profile__portrait { border: 1px solid rgba(211,181,119,.5); box-shadow: 0 35px 80px rgba(0,0,0,.28); }
body.sg-body .sg-profile__content h1, body.sg-body .sg-page-hero--profile h1 { font-size: clamp(2.25rem, 5vw, 4rem); line-height: 1.03; }
.sg-profile__role { color: var(--sg-brass); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sg-profile__credentials { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--sg-line); }
body.sg-body .sg-profile__credentials h2 { font-size: 1.7rem; }
.sg-profile-hero .sg-profile__socials a { color: var(--sg-brass-light); }
.sg-profile-detail__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .68fr); gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.sg-profile-fact { position: sticky; top: 120px; padding: clamp(1.8rem, 4vw, 3rem); border-top: 3px solid var(--sg-brass); background: var(--sg-paper); }
body.sg-body .sg-profile-fact h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.sg-profile-fact > p:last-child { color: var(--sg-muted); }
.sg-profile-evidence { position: relative; margin-top: clamp(3rem, 7vw, 5rem); padding: clamp(1.5rem, 4vw, 2.8rem); border: 1px solid rgba(167,122,50,.3); background: linear-gradient(145deg, rgba(247,243,234,.92), rgba(255,253,248,.98)); box-shadow: 0 22px 55px rgba(8,20,29,.08); overflow: hidden; }
.sg-profile-evidence::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--sg-brass); }
.sg-profile-evidence__header { max-width: 640px; }
.sg-profile-evidence__header .sg-eyebrow { margin-bottom: .65rem; }
body.sg-body .sg-prose .sg-profile-evidence__header h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.sg-profile-evidence__header > p:last-child { margin: .85rem 0 0; color: var(--sg-muted); font-size: .9rem; line-height: 1.65; }
.sg-profile-evidence__alternate { margin: 1.6rem 0 0; padding: 1rem 1.15rem; display: flex; align-items: baseline; flex-wrap: wrap; gap: .35rem .8rem; border: 1px solid var(--sg-line); background: rgba(255,253,248,.72); }
.sg-profile-evidence__alternate span { color: var(--sg-muted); font-size: .68rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.sg-profile-evidence__alternate strong { color: var(--sg-ink); font-family: var(--sg-serif); font-size: 1.08rem; font-weight: 500; }
.sg-profile-evidence__grid { margin-top: 1.6rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--sg-line); background: var(--sg-line); }
.sg-profile-evidence__group { min-width: 0; padding: clamp(1.15rem, 3vw, 1.65rem); background: var(--sg-white); }
body.sg-body .sg-prose .sg-profile-evidence__group h3 { margin: 0 0 1rem; color: var(--sg-brass); font-family: var(--sg-sans); font-size: .7rem; font-weight: 800; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.sg-profile-evidence__group ul { margin: 0; padding: 0; list-style: none; }
.sg-profile-evidence__group li { position: relative; margin: 0; padding: .48rem 0 .48rem 1rem; border-top: 1px solid rgba(11,23,32,.08); color: var(--sg-text); }
.sg-profile-evidence__group li:first-child { padding-top: 0; border-top: 0; }
.sg-profile-evidence__group li::before { content: ""; position: absolute; top: 1.18rem; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--sg-brass); }
.sg-profile-evidence__group li:first-child::before { top: .7rem; }
body.sg-body .sg-prose .sg-profile-evidence__group li { font-size: .88rem; line-height: 1.55; }
.sg-profile-evidence__reviewed { margin-top: 1.4rem; padding-top: 1rem; display: flex; align-items: center; flex-wrap: wrap; gap: .35rem; border-top: 1px solid rgba(167,122,50,.22); color: var(--sg-muted); font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.sg-profile-evidence__reviewed > span { width: 20px; height: 20px; margin-right: .2rem; display: inline-grid; place-items: center; border-radius: 50%; color: var(--sg-white); background: var(--sg-brass); font-size: .65rem; }
.sg-profile-evidence__reviewed time { color: var(--sg-ink); font-variant-numeric: tabular-nums; }

.sg-article__header { padding-block: clamp(5rem, 10vw, 9rem); background: var(--sg-paper); }
body.sg-body .sg-article__header h1 { font-size: clamp(2.25rem, 5vw, 4rem); line-height: 1.03; }
.sg-byline { display: flex; flex-wrap: wrap; gap: .6rem 1.25rem; margin-top: 2rem; color: var(--sg-muted); font-size: .78rem; }
.sg-byline > *:not(:last-child)::after { content: "•"; margin-left: 1.25rem; color: var(--sg-brass); }
.sg-article__image { margin-top: -2rem; }
.sg-article > .sg-prose { padding-block: clamp(4rem, 8vw, 7rem); }
.sg-body--urdu, .sg-body--urdu input, .sg-body--urdu textarea { font-family: "Noto Nastaliq Urdu", "Noto Naskh Arabic", Tahoma, serif; }
.sg-body--urdu .sg-article--urdu { text-align: right; }
.sg-body--urdu .sg-article--urdu .sg-prose { font-size: 1.1rem; line-height: 2.15; }
.sg-body--urdu .sg-article--urdu .sg-language-switch { margin-top: 1.5rem; direction: ltr; }

.sg-case__header { max-width: 980px; margin-bottom: clamp(3rem, 7vw, 6rem); }
.sg-case__citation { display: flex; flex-wrap: wrap; gap: .7rem 1rem; align-items: center; margin-top: 1.8rem; color: var(--sg-muted); }
.sg-case__citation strong { color: var(--sg-ink); }
.sg-status { padding: .25rem .55rem; border: 1px solid var(--sg-brass); color: var(--sg-brass); font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.sg-form { display: grid; gap: 1.1rem; }
.sg-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; }
.sg-field { display: grid; gap: .42rem; }
.sg-field label, .sg-field > span { color: var(--sg-ink); font-size: .76rem; font-weight: 750; }
.sg-field input, .sg-field select, .sg-field textarea { width: 100%; min-height: 50px; padding: .72rem .85rem; border: 1px solid #aeb7ba; border-radius: 0; color: var(--sg-text); background: var(--sg-white); }
.sg-field textarea { min-height: 150px; resize: vertical; }
.sg-field input:focus, .sg-field select:focus, .sg-field textarea:focus { border-color: var(--sg-brass); outline: 2px solid rgba(167,122,50,.2); outline-offset: 0; }
.sg-field--honeypot { position: absolute !important; left: -10000px !important; }
.sg-check { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; color: var(--sg-muted); font-size: .8rem; }
.sg-check input { margin-top: .35rem; }
.sg-form__status { min-height: 1.5rem; margin: 0; font-size: .85rem; }
.sg-form__status[data-state="error"] { color: var(--sg-danger); }.sg-form__status[data-state="success"] { color: #286c50; }

.sg-filters { display: grid; grid-template-columns: 2fr repeat(2, 1fr); gap: .8rem; margin-bottom: 2rem; }
.sg-filters input, .sg-filters select { width: 100%; min-height: 48px; padding: .7rem .8rem; border: 1px solid var(--sg-line); background: var(--sg-white); }
.sg-court-service-group { margin-top: clamp(3rem, 7vw, 5rem); }
.sg-court-service-group + .sg-court-service-group { padding-top: clamp(3rem, 5vw, 4rem); border-top: 1px solid var(--sg-line); }
.sg-record-list { display: grid; gap: 1px; border: 1px solid var(--sg-line); background: var(--sg-line); }
.sg-record { display: grid; grid-template-columns: 150px minmax(0, 1fr) 140px; gap: 2rem; padding: 1.6rem; background: var(--sg-white); text-decoration: none; }
.sg-record time, .sg-record__meta { color: var(--sg-muted); font-size: .78rem; }
body.sg-body .sg-record h2, body.sg-body .sg-record h3 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.5rem); line-height: 1.15; }.sg-record p { margin: .5rem 0 0; color: var(--sg-muted); }

.sg-empty { padding: clamp(3rem, 7vw, 6rem); border: 1px solid var(--sg-line); text-align: center; background: var(--sg-paper); }
.sg-empty > span { color: var(--sg-brass); font-family: var(--sg-serif); font-size: 3rem; }body.sg-body .sg-empty h2 { margin-top: .6rem; font-size: 2rem; }.sg-empty p { max-width: 600px; margin-inline: auto; color: var(--sg-muted); }
.sg-faqs > details:not(.sg-faq) { border-top: 1px solid var(--sg-line); }.sg-faqs > details:not(.sg-faq):last-child { border-bottom: 1px solid var(--sg-line); }.sg-faqs > details:not(.sg-faq) summary { padding: 1.4rem 3rem 1.4rem 0; color: var(--sg-ink); font-family: var(--sg-serif); font-size: 1.35rem; cursor: pointer; position: relative; }.sg-faqs > details:not(.sg-faq) summary::after { content: "+"; position: absolute; right: .5rem; color: var(--sg-brass); }.sg-faqs > details:not(.sg-faq)[open] summary::after { content: "−"; }.sg-faqs > details:not(.sg-faq) p { margin: 0; padding: 0 3rem 1.5rem 0; color: var(--sg-muted); }

.sg-consultation { color: white; background: var(--sg-ink-2); }
.sg-consultation__inner { min-height: 370px; padding-block: clamp(4rem, 8vw, 7rem); display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; }
.sg-consultation h2 { max-width: 720px; color: white; }
.sg-consultation p:not(.sg-eyebrow) { max-width: 650px; color: rgba(255,255,255,.67); }
.sg-footer { padding-top: clamp(4rem, 8vw, 7rem); color: rgba(255,255,255,.65); background: var(--sg-ink); }
.sg-footer__grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: clamp(2rem, 5vw, 5rem); padding-bottom: 4rem; }
.sg-brand--footer { color: white; }.sg-brand--footer .sg-brand__logo { filter: invert(1); opacity: .94; }
.sg-footer__brand p { max-width: 360px; }
body.sg-body .sg-footer h2 { margin: 0 0 1.2rem; color: var(--sg-brass-light); font-family: var(--sg-sans); font-size: .7rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.sg-footer__grid > div > a, .sg-footer__grid > div > span { display: block; margin-block: .55rem; font-size: .82rem; text-decoration: none; }
.sg-footer a:hover { color: white; }
.sg-socials { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.2rem; }.sg-socials a { font-size: .7rem; }
.sg-footer__legal { min-height: 80px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem 2rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.sg-footer__legal > p { flex: 1 1 220px; }
.sg-footer__legal nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.25rem; }.sg-footer__legal a { text-decoration: none; }
.sg-footer__credit { flex-basis: 360px; padding-inline-end: 160px; text-align: right; }
.sg-footer__credit a { color: var(--sg-brass-light); font-weight: 750; }
.sg-footer__credit a:hover, .sg-footer__credit a:focus-visible { color: var(--sg-white); text-decoration: underline; text-underline-offset: .2em; }
.sg-footer__notice { padding-block: 1.2rem 2rem; padding-inline-end: 180px; border-top: 1px solid rgba(255,255,255,.08); font-size: .68rem; }

.sg-footer__address { max-width: 290px; margin: 1.3rem 0 0; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.1); font-style: normal; }
.sg-footer__address strong { display: block; margin-bottom: .35rem; color: var(--sg-brass-light); font-size: .65rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.sg-footer__address a, .sg-footer__address span { display: block; color: rgba(255,255,255,.68); font-size: .76rem; line-height: 1.65; text-decoration: none; }
.sg-socials { gap: .55rem; }
body.sg-body .sg-social-link { width: 36px; height: 36px; margin: 0; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: white; background: rgba(255,255,255,.035); font-size: .68rem; font-weight: 800; letter-spacing: -.02em; line-height: 1; text-decoration: none; text-transform: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
body.sg-body .sg-social-link:hover { border-color: var(--sg-brass-light); background: rgba(211,181,119,.14); transform: translateY(-2px); }
.sg-social-link__play { margin-left: 2px; font-size: .6rem; }

.sg-office-address { margin: 0; font-style: normal; line-height: 1.65; }
.sg-contact-card .sg-button { line-height: 1.35; text-align: center; }
.sg-office-layout { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); border: 1px solid var(--sg-line); background: var(--sg-paper); box-shadow: var(--sg-shadow); }
.sg-office-panel { padding: clamp(2rem, 5vw, 4.5rem); }
body.sg-body .sg-office-panel h2 { max-width: 600px; font-size: clamp(2rem, 4vw, 3.35rem); }
.sg-office-panel__address { max-width: 540px; margin: 1.6rem 0 0; color: var(--sg-ink); font-family: var(--sg-serif); font-size: clamp(1.2rem, 2vw, 1.55rem); font-style: normal; line-height: 1.45; }
.sg-office-panel__details { margin: 2rem 0; }
.sg-office-panel__details div { padding-block: .75rem; display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 1rem; border-top: 1px solid var(--sg-line); }
.sg-office-panel__details div:last-child { border-bottom: 1px solid var(--sg-line); }
.sg-office-panel__details dt { color: var(--sg-muted); font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.sg-office-panel__details dd { margin: 0; color: var(--sg-ink); }
.sg-office-panel > p:not(.sg-eyebrow) { color: var(--sg-muted); }
.sg-office-panel__actions { margin-top: 2rem; display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.4rem; }
.sg-map-panel { min-height: 560px; background: var(--sg-ink-2); overflow: hidden; }
.sg-map-panel__frame { width: 100%; height: 100%; min-height: 560px; display: block; border: 0; filter: saturate(.72) contrast(1.04); }

.sg-chat-dock { position: fixed; z-index: 90; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); display: grid; justify-items: end; gap: .65rem; }
body.sg-body .sg-chat-dock__link { min-height: 50px; padding: .55rem .9rem .55rem .55rem; display: inline-flex; align-items: center; gap: .65rem; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: white; box-shadow: 0 12px 30px rgba(8,20,29,.2); font-size: .73rem; font-weight: 750; line-height: 1; text-decoration: none; transition: filter .2s ease, transform .2s ease; }
body.sg-body .sg-chat-dock__link:hover { color: white; filter: brightness(1.08); transform: translateY(-2px); }
.sg-chat-dock__link--whatsapp { background: #176b49; }
.sg-chat-dock__link--messenger { background: #2854a7; }
.sg-chat-dock__icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; font-size: .65rem; font-weight: 850; letter-spacing: -.03em; }
.sg-chat-dock__icon svg { width: 21px; height: 21px; display: block; }
.sg-chat-dock__label { padding-right: .15rem; }

/* Curated real-estate practice page */
.sg-practice-premium { background: var(--sg-white); }
.sg-practice-hero { position: relative; isolation: isolate; padding-top: clamp(4.5rem, 8vw, 7.5rem); color: rgba(255,255,255,.72); background: radial-gradient(circle at 82% 8%, rgba(211,181,119,.14), transparent 30%), var(--sg-ink); overflow: hidden; }
.sg-practice-hero::after { content: ""; position: absolute; z-index: -1; right: -16vw; bottom: -36vw; width: 68vw; aspect-ratio: 1; border: 1px solid rgba(211,181,119,.2); border-radius: 50%; box-shadow: 0 0 0 80px rgba(211,181,119,.025), 0 0 0 160px rgba(211,181,119,.018); }
.sg-practice-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.sg-practice-hero__content { min-width: 0; padding-bottom: clamp(3.5rem, 7vw, 6rem); }
body.sg-body .sg-practice-hero h1 { max-width: 760px; color: var(--sg-white); font-size: clamp(3.25rem, 6.4vw, 6rem); line-height: .98; }
.sg-practice-hero__lede { max-width: 660px; margin: 1.7rem 0 0; color: rgba(255,255,255,.7); font-family: var(--sg-serif); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.5; }
.sg-practice-hero__actions { margin-top: 2.3rem; display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.6rem; }
.sg-practice-hero__actions .sg-button { min-height: 54px; }
body.sg-body .sg-practice-hero__link { color: var(--sg-brass-light); font-size: .8rem; font-weight: 750; }
.sg-practice-hero__visual { position: relative; align-self: stretch; min-height: 520px; margin: 0; border-inline: 1px solid rgba(211,181,119,.28); background: var(--sg-ink-2); overflow: hidden; }
body.sg-body .sg-practice-hero__visual img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 57% center; filter: saturate(.68) contrast(1.08); }
.sg-practice-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,23,32,.06), rgba(11,23,32,.62)); pointer-events: none; }
.sg-practice-hero__visual figcaption { position: absolute; z-index: 1; right: 2rem; bottom: 2rem; left: 2rem; max-width: 430px; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.8); font-size: .75rem; letter-spacing: .035em; line-height: 1.6; }
.sg-practice-markers { min-height: 84px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.14); }
.sg-practice-markers > span { padding: 1.35rem 1.4rem; display: flex; align-items: center; gap: 1rem; border-inline-end: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.78); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.sg-practice-markers > span:last-child { border-inline-end: 0; }
.sg-practice-markers b { color: var(--sg-brass-light); font-family: var(--sg-serif); font-size: 1rem; font-weight: 500; }

.sg-practice-intro__grid { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.sg-practice-intro__grid > header { position: sticky; top: 120px; }
body.sg-body .sg-practice-intro h2 { max-width: 620px; font-size: clamp(2.5rem, 5vw, 5rem); }
.sg-practice-intro__copy { max-width: 710px; }
.sg-practice-intro__copy > p { margin: 0 0 1.4rem; color: var(--sg-muted); font-size: 1.05rem; line-height: 1.9; }
.sg-practice-intro__copy > p:first-child { color: var(--sg-ink); font-family: var(--sg-serif); font-size: clamp(1.35rem, 2.2vw, 1.7rem); line-height: 1.55; }
.sg-practice-review-note { margin-top: 2.2rem; padding: 1.25rem 1.4rem; border: 1px solid rgba(167,122,50,.28); border-left: 3px solid var(--sg-brass); background: var(--sg-paper); }
.sg-practice-review-note strong { color: var(--sg-ink); font-size: .69rem; letter-spacing: .13em; text-transform: uppercase; }
.sg-practice-review-note p { margin: .45rem 0 0; color: var(--sg-muted); font-size: .84rem; line-height: 1.7; }

.sg-practice-services { background: var(--sg-paper); }
.sg-practice-section-head { margin-bottom: clamp(2.5rem, 6vw, 5rem); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 3rem; align-items: end; }
.sg-practice-section-head > p { max-width: 460px; margin: 0; color: var(--sg-muted); }
.sg-practice-services__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--sg-line); border-left: 1px solid var(--sg-line); }
.sg-practice-service { min-width: 0; min-height: 330px; padding: clamp(1.5rem, 3.3vw, 2.8rem); display: flex; flex-direction: column; border-right: 1px solid var(--sg-line); border-bottom: 1px solid var(--sg-line); background: rgba(255,253,248,.68); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.sg-practice-service:hover { position: relative; z-index: 1; background: var(--sg-white); box-shadow: 0 24px 55px rgba(11,23,32,.09); transform: translateY(-3px); }
.sg-practice-service__number { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(167,122,50,.38); color: var(--sg-brass); font-family: var(--sg-serif); }
body.sg-body .sg-practice-service h3 { margin: auto 0 1rem; font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.08; }
.sg-practice-service p { margin: 0; color: var(--sg-muted); font-size: .86rem; line-height: 1.7; }

.sg-practice-process { padding-block: clamp(5rem, 9vw, 8rem); color: rgba(255,255,255,.7); background: var(--sg-ink-2); }
.sg-practice-process__head { max-width: 780px; margin-bottom: clamp(3rem, 6vw, 5rem); }
body.sg-body .sg-practice-process h2, body.sg-body .sg-practice-process h3 { color: var(--sg-white); }
.sg-practice-process__grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.sg-practice-process__grid li { min-width: 0; padding: 2rem 1.6rem 0 0; border-inline-end: 1px solid rgba(255,255,255,.13); }
.sg-practice-process__grid li + li { padding-inline-start: 1.6rem; }
.sg-practice-process__grid li:last-child { border-inline-end: 0; }
.sg-practice-process__grid li > span { color: var(--sg-brass-light); font-family: var(--sg-serif); }
body.sg-body .sg-practice-process__grid h3 { margin: 3.5rem 0 .8rem; font-size: 1.65rem; }
.sg-practice-process__grid p { margin: 0; color: rgba(255,255,255,.62); font-size: .84rem; line-height: 1.7; }

.sg-practice-preparation__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .65fr); gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.sg-practice-preparation__grid > div > .sg-lede { max-width: 690px; }
.sg-practice-documents { max-width: 760px; margin: 2.5rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--sg-line); list-style: none; }
.sg-practice-documents li { min-height: 78px; padding: 1rem 1rem 1rem 0; display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: .8rem; align-items: center; border-bottom: 1px solid var(--sg-line); color: var(--sg-ink); font-size: .84rem; }
.sg-practice-documents li:nth-child(odd) { border-inline-end: 1px solid var(--sg-line); }
.sg-practice-documents li:nth-child(even) { padding-inline-start: 1rem; }
.sg-practice-documents li > span { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(167,122,50,.42); border-radius: 50%; color: var(--sg-brass); font-size: .65rem; }
.sg-practice-contact { position: sticky; top: 120px; padding: clamp(2rem, 4vw, 3rem); border-top: 3px solid var(--sg-brass); background: var(--sg-paper); box-shadow: var(--sg-shadow); }
body.sg-body .sg-practice-contact h2 { font-size: clamp(2rem, 3.3vw, 3rem); }
.sg-practice-contact > p:not(.sg-eyebrow) { color: var(--sg-muted); }
.sg-practice-contact .sg-button { width: 100%; margin-top: 1rem; }
.sg-practice-contact small { display: block; margin-top: 1rem; color: var(--sg-muted); font-size: .67rem; line-height: 1.6; }

.sg-practice-faq-section { background: var(--sg-paper); }
.sg-practice-faq-layout { display: grid; grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.sg-practice-faq-layout > header { position: sticky; top: 120px; }
.sg-practice-faqs { display: grid; gap: .8rem; }
.sg-practice-faq { border: 1px solid var(--sg-line); background: var(--sg-white); }
.sg-practice-faq[open] { border-color: rgba(167,122,50,.55); box-shadow: 0 16px 40px rgba(11,23,32,.06); }
.sg-practice-faq summary { min-height: 92px; padding: 1.25rem 1.4rem; display: grid; grid-template-columns: 2rem minmax(0, 1fr) 1.7rem; gap: 1rem; align-items: center; color: var(--sg-ink); cursor: pointer; font-family: var(--sg-serif); font-size: clamp(1.2rem, 2vw, 1.45rem); line-height: 1.2; list-style: none; }
.sg-practice-faq summary::-webkit-details-marker { display: none; }
.sg-practice-faq__number { color: var(--sg-brass); font-family: var(--sg-sans); font-size: .66rem; font-weight: 750; letter-spacing: .12em; }
.sg-practice-faq summary i { position: relative; width: 1.7rem; height: 1.7rem; display: block; border: 1px solid var(--sg-line); border-radius: 50%; }
.sg-practice-faq summary i::before, .sg-practice-faq summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: .62rem; height: 1px; background: var(--sg-brass); transform: translate(-50%, -50%); }
.sg-practice-faq summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.sg-practice-faq[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.sg-practice-faq > div { padding: 0 4.5rem 1.5rem; }
.sg-practice-faq p { max-width: 720px; margin: 0; color: var(--sg-muted); line-height: 1.8; }

@media (max-width: 1040px) {
  .sg-utility { display: none; }
  .sg-nav-toggle { display: block; }
  .sg-nav { position: fixed; inset: 87px 0 auto; max-height: calc(100vh - 87px); padding: 1.2rem 24px 2rem; display: none; align-items: stretch; flex-direction: column; gap: .25rem; border-top: 1px solid var(--sg-line); background: var(--sg-white); overflow-y: auto; }
  .sg-nav[data-open="true"] { display: flex; }
  .sg-nav > a, .sg-nav summary { padding: .8rem; font-size: 1rem; }
  .sg-nav__panel { position: static; width: auto; margin: .25rem 0 .75rem; box-shadow: none; }
  .sg-nav__menu--mega { width: 100%; }
  .sg-nav__panel--mega { max-height: none; padding: .7rem; border-top-width: 2px; transform: none; overflow: visible; }
  .sg-mega-menu__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sg-nav__panel .sg-mega-menu__item { min-height: 50px; }
  .sg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sg-trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sg-trust__grid article:nth-child(2) { border-inline-end: 0; }
  .sg-trust__grid article:nth-child(-n+2) { border-bottom: 1px solid var(--sg-line); }
  .sg-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sg-people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sg-footer__credit { flex-basis: 220px; padding-inline-end: 0; }
  .sg-footer__notice { padding-inline-end: 0; padding-bottom: calc(7rem + env(safe-area-inset-bottom)); }
  .sg-chat-dock { right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); grid-auto-flow: column; grid-template-columns: repeat(2, 50px); gap: .5rem; }
  body.sg-body .sg-chat-dock__link { width: 50px; padding: .4rem; justify-content: center; }
  .sg-chat-dock__label { display: none; }
  .sg-practice-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr); gap: 2rem; }
  .sg-practice-hero__visual { min-height: 480px; }
  .sg-practice-services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sg-practice-process__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 3rem; }
  .sg-practice-process__grid li:nth-child(2) { border-inline-end: 0; }
}

@media (max-width: 760px) {
  :root { --sg-container: min(100% - 32px, 1240px); }
  .sg-header__inner { min-height: 74px; }
  .sg-nav { inset-block-start: 74px; max-height: calc(100vh - 74px); }
  .sg-brand__mark { width: 40px; height: 44px; }
  .sg-brand__logo { width: min(205px, 62vw); }
  .sg-brand__name strong { font-size: 1rem; }.sg-brand__name small { font-size: .52rem; }
  .sg-page-hero__inner { min-height: 430px; }
  .sg-grid, .sg-content-layout, .sg-profile__grid, .sg-profile-hero__grid, .sg-profile-detail__grid, .sg-footer__grid { grid-template-columns: 1fr; }
  .sg-profile-hero__grid { max-width: 720px; }
  .sg-profile-hero .sg-profile__portrait { width: min(100%, 520px); }
  .sg-profile-fact { position: static; }
  .sg-profile-evidence__grid { grid-template-columns: 1fr; }
  .sg-aside, .sg-record-card { position: static; }
  .sg-form__grid, .sg-filters { grid-template-columns: 1fr; }
  .sg-record { grid-template-columns: 1fr; gap: .5rem; }
  .sg-home-hero__grid, .sg-intro__grid, .sg-founder, .sg-courts-promo__grid { grid-template-columns: 1fr; }
  .sg-trust__grid { grid-template-columns: 1fr; }
  .sg-trust__grid article { border-inline-end: 0; border-bottom: 1px solid var(--sg-line); }
  .sg-trust__grid article:last-child { border-bottom: 0; }
  .sg-home-hero__grid { min-height: 680px; }.sg-home-hero__motif { display: none; }.sg-home-hero__foot { grid-template-columns: repeat(2, 1fr); gap: 1rem; padding-block: 1.2rem; }
  .sg-section-heading { align-items: flex-start; flex-direction: column; }
  .sg-insights-grid { grid-template-columns: 1fr; }
  .sg-consultation__inner { align-items: flex-start; flex-direction: column; justify-content: center; }
  .sg-footer__legal { padding-block: 1.5rem; align-items: flex-start; flex-direction: column; gap: .4rem; }
  .sg-footer__legal p { flex: none; margin: 0; }
  .sg-footer__legal nav { justify-content: flex-start; }
  .sg-footer__credit { text-align: left; }
  .sg-office-layout { grid-template-columns: 1fr; }
  .sg-map-panel, .sg-map-panel__frame { min-height: 420px; }
  .sg-mega-menu__head { align-items: flex-start; flex-direction: column; gap: .45rem; }
  .sg-mega-menu__grid { grid-template-columns: 1fr; }
  .sg-practice-hero { padding-top: 3.5rem; }
  .sg-practice-hero__grid, .sg-practice-intro__grid, .sg-practice-section-head, .sg-practice-preparation__grid, .sg-practice-faq-layout { grid-template-columns: 1fr; }
  .sg-practice-hero__content { padding-bottom: 1rem; }
  .sg-practice-hero__visual { min-height: 380px; border-top: 1px solid rgba(211,181,119,.28); }
  .sg-practice-markers { grid-template-columns: 1fr; padding-block: .5rem; }
  .sg-practice-markers > span { min-height: 58px; padding: .8rem 0; border-inline-end: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .sg-practice-markers > span:last-child { border-bottom: 0; }
  .sg-practice-intro__grid > header, .sg-practice-faq-layout > header, .sg-practice-contact { position: static; }
  .sg-practice-services__grid { grid-template-columns: 1fr; }
  .sg-practice-service { min-height: 270px; }
  .sg-practice-process__grid { grid-template-columns: 1fr; row-gap: 0; }
  .sg-practice-process__grid li, .sg-practice-process__grid li + li { padding: 1.6rem 0; border-inline-end: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .sg-practice-process__grid li:last-child { border-bottom: 0; }
  body.sg-body .sg-practice-process__grid h3 { margin-top: 1.5rem; }
  .sg-practice-documents { grid-template-columns: 1fr; }
  .sg-practice-documents li:nth-child(odd) { border-inline-end: 0; }
  .sg-practice-documents li:nth-child(even) { padding-inline-start: 0; }
}

@media (max-width: 390px) {
  :root { --sg-container: calc(100% - 24px); }
  body.sg-body h1 { font-size: clamp(2.4rem, 14vw, 3.4rem); overflow-wrap: anywhere; }
  .sg-brand__name small { letter-spacing: .12em; }
  .sg-page-hero__lede { font-size: 1rem; }
  .sg-card { padding: 1.25rem; }
  body.sg-body .sg-practice-hero h1 { font-size: clamp(2.65rem, 13.5vw, 3.45rem); }
  .sg-practice-hero__actions { align-items: stretch; flex-direction: column; }
  .sg-practice-hero__actions .sg-button { width: 100%; }
  .sg-practice-hero__visual { min-height: 300px; }
  .sg-practice-service { min-height: 245px; padding: 1.35rem; }
  .sg-practice-faq summary { grid-template-columns: minmax(0, 1fr) 1.7rem; padding: 1.1rem; }
  .sg-practice-faq__number { display: none; }
  .sg-practice-faq > div { padding: 0 3.8rem 1.3rem 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .sg-utility, .sg-header, .sg-consultation, .sg-footer, .sg-breadcrumbs, .sg-aside, .sg-chat-dock, .sg-map-panel { display: none !important; }
  body.sg-body { color: black; background: white; font-size: 11pt; }
  .sg-section { padding: 0; }.sg-container { width: 100%; }.sg-content-layout { display: block; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 8pt; }
}
