/* Beaufort Pro is supplied by the licensed Adobe Fonts web project loaded in each page head. */

:root {
  --dgil-navy: #071a2b;
  --dgil-navy-2: #0b2338;
  --dgil-paper: #f3efe6;
  --dgil-paper-2: #e9e3d8;
  --dgil-gold: #d7a73a;
  --dgil-ink: #101820;
  --dgil-line: rgba(9, 30, 48, .16);
  --dgil-line-light: rgba(255, 255, 255, .2);
}

html { scroll-padding-top: 5.25rem; }
body.dgil-menu-open { overflow: hidden; }
.dgil-shell { width: min(calc(100% - 3rem), 74rem); margin-inline: auto; }
.dgil-skip { position: fixed; z-index: 10000; left: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--dgil-gold); color: var(--dgil-navy); font: 700 .75rem/1 Montserrat, Arial, sans-serif; text-decoration: none; }
.dgil-skip:focus { top: 1rem; }

.dgil-header, .dgil-header * { box-sizing: border-box; border-radius: 0 !important; }
.dgil-header { position: sticky; top: 0; z-index: 9000; width: 100%; height: 4.5rem; background: var(--dgil-paper); color: var(--dgil-ink); border-bottom: 1px solid var(--dgil-line); font-family: Montserrat, Arial, sans-serif; }
.dgil-header__inner { height: 100%; display: flex; align-items: center; gap: 1.7rem; }
.dgil-brand { display: flex; align-items: center; min-width: 13rem; color: var(--dgil-navy); text-decoration: none; }
.dgil-brand__image { display: none; width: 12.5rem; max-height: 3rem; object-fit: contain; object-position: left center; }
.dgil-brand.dgil-has-logo .dgil-brand__image { display: block; }
.dgil-brand.dgil-has-logo .dgil-brand__fallback { display: none; }
.dgil-brand__fallback { display: grid; gap: .12rem; text-transform: uppercase; line-height: 1; }
.dgil-brand__fallback strong { font-family: 'beaufort-pro', Georgia, 'Times New Roman', serif; font-size: 1.05rem; letter-spacing: .03em; }
.dgil-brand__fallback small { font-size: .48rem; letter-spacing: .17em; }
.dgil-desktop-nav { display: flex; align-items: stretch; height: 100%; margin-left: auto; }
.dgil-nav-link { position: relative; display: inline-flex; align-items: center; gap: .35rem; padding: 0 .72rem; border: 0; background: transparent; color: var(--dgil-ink); font: 700 .64rem/1 Montserrat, Arial, sans-serif; letter-spacing: .09em; text-transform: uppercase; text-decoration: none; cursor: pointer; }
.dgil-nav-link::after { content: ''; position: absolute; left: .72rem; right: .72rem; bottom: 1rem; height: 1px; background: var(--dgil-gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.dgil-nav-link:hover::after, .dgil-nav-link:focus-visible::after, .dgil-nav-link[aria-current='page']::after { transform: scaleX(1); }
.dgil-nav-trigger span { font-size: .85rem; transition: transform .2s ease; }
.dgil-nav-trigger[aria-expanded='true'] span { transform: rotate(180deg); }
.dgil-nav-menu { position: static; display: flex; align-items: stretch; }
.dgil-mega { position: absolute; visibility: hidden; opacity: 0; pointer-events: none; top: calc(100% + 1px); left: 50%; width: min(calc(100vw - 3rem), 74rem); min-height: 24rem; transform: translate(-50%, -.5rem); display: grid; grid-template-columns: .8fr 1.65fr; background: var(--dgil-paper); border-bottom: 4px solid var(--dgil-navy); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.dgil-nav-menu.dgil-open > .dgil-mega { visibility: visible; opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.dgil-mega__intro { padding: 2.4rem; background: var(--dgil-navy); color: #fff; }
.dgil-mega__number { display: block; color: var(--dgil-gold); font: 700 .68rem/1 Montserrat, Arial, sans-serif; letter-spacing: .15em; }
.dgil-kicker { margin: 1.4rem 0 .65rem; color: var(--dgil-gold); font: 700 .62rem/1.2 Montserrat, Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.dgil-mega__intro h2 { margin: 0; color: #fff; font: 400 clamp(2rem, 3vw, 3.25rem)/.95 'beaufort-pro', Georgia, 'Times New Roman', serif; letter-spacing: -.035em; }
.dgil-mega__intro > p:not(.dgil-kicker) { max-width: 22rem; margin: 1.2rem 0; color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.7; }
.dgil-mega__intro > a { display: inline-block; margin-top: .8rem; color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.dgil-location-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 2rem; overflow: visible; }
.dgil-location-group { min-width: 0; }
.dgil-group-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .55rem 0 1rem; border-bottom: 1px solid var(--dgil-line); }
.dgil-group-heading > span { font: 400 1.5rem/1 'beaufort-pro', Georgia, 'Times New Roman', serif; color: var(--dgil-navy); }
.dgil-group-heading > a { color: var(--dgil-navy); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.dgil-city-entry { position: relative; }
.dgil-city-link { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 5rem; padding: 1rem .25rem; color: var(--dgil-navy); border-bottom: 1px solid var(--dgil-line); text-decoration: none; }
.dgil-city-link span:first-child { display: grid; gap: .35rem; }
.dgil-city-link strong { font: 400 1.15rem/1 'beaufort-pro', Georgia, 'Times New Roman', serif; }
.dgil-city-link small { color: rgba(9,30,48,.65); font-size: .61rem; letter-spacing: .03em; }
.dgil-city-link > span:last-child { transition: transform .18s ease; }
.dgil-city-entry:hover .dgil-city-link > span:last-child, .dgil-city-entry:focus-within .dgil-city-link > span:last-child { transform: translateX(.25rem); }
.dgil-city-flyout { position: absolute; visibility: hidden; opacity: 0; pointer-events: none; z-index: 5; left: calc(100% + 1rem); top: -.35rem; width: 17rem; padding: .5rem 1.2rem; background: var(--dgil-paper); border-left: 3px solid var(--dgil-gold); border-bottom: 3px solid var(--dgil-navy); transform: translateX(-.45rem); transition: opacity .16s ease, transform .16s ease, visibility .16s; }
.dgil-city-entry.dgil-open .dgil-city-flyout, .dgil-city-entry:hover .dgil-city-flyout, .dgil-city-entry:focus-within .dgil-city-flyout { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(0); }
.dgil-city-flyout::before { content: ''; position: absolute; top: 0; bottom: 0; left: -1.25rem; width: 1.25rem; }
.dgil-city-flyout a { display: block; padding: .9rem 0; border-bottom: 1px solid var(--dgil-line); color: var(--dgil-navy); font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-decoration: none; }
.dgil-city-flyout a:last-child { border-bottom: 0; }
.dgil-city-flyout a:hover, .dgil-city-flyout a:focus-visible { color: #996d13; }
.dgil-mega--practice { grid-template-columns: .9fr 1.6fr; }
.dgil-practice-links { padding: 1.25rem 2rem; }
.dgil-practice-links > a { display: grid; grid-template-columns: 2rem 1fr auto; grid-template-areas: 'num title arrow' 'num copy arrow'; align-items: center; min-height: 6.6rem; border-bottom: 1px solid var(--dgil-line); color: var(--dgil-navy); text-decoration: none; }
.dgil-practice-links > a > span { grid-area: num; color: #9b751f; font-size: .62rem; font-weight: 700; }
.dgil-practice-links > a > strong { grid-area: title; font: 400 1.5rem/1.1 'beaufort-pro', Georgia, 'Times New Roman', serif; }
.dgil-practice-links > a > small { grid-area: copy; margin-top: .3rem; color: rgba(9,30,48,.65); font-size: .62rem; }
.dgil-practice-links > a > b { grid-area: arrow; font-size: 1.1rem; font-weight: 400; transition: transform .18s ease; }
.dgil-practice-links > a:hover > b { transform: translateX(.3rem); }
.dgil-header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 2.7rem; padding: .72rem 1rem; background: var(--dgil-gold); color: var(--dgil-navy); font: 800 .61rem/1 Montserrat, Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.dgil-header-cta:hover, .dgil-header-cta:focus-visible { background: var(--dgil-navy); color: #fff; }
.dgil-menu-button { display: none; width: 3.1rem; height: 3rem; margin-left: auto; padding: 0; border: 0; background: transparent; color: var(--dgil-navy); font: 700 .58rem/1 Montserrat, Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.dgil-menu-button i { display: block; width: 1.4rem; height: 1px; margin: .4rem auto 0; background: currentColor; box-shadow: 0 .38rem 0 currentColor; }

.dgil-scrim { position: fixed; z-index: 9100; inset: 0; visibility: hidden; opacity: 0; border: 0; background: rgba(3,15,25,.68); transition: opacity .2s ease, visibility .2s; }
.dgil-scrim.dgil-visible { visibility: visible; opacity: 1; }
.dgil-mobile-drawer { position: fixed; z-index: 9200; top: 0; right: 0; bottom: 0; width: min(92vw, 31rem); display: flex; flex-direction: column; overflow-y: auto; transform: translateX(100%); background: var(--dgil-paper); color: var(--dgil-navy); font-family: Montserrat, Arial, sans-serif; transition: transform .25s ease; }
.dgil-mobile-drawer.dgil-open { transform: translateX(0); }
.dgil-drawer-top { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 1.4rem; border-bottom: 1px solid var(--dgil-line); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.dgil-drawer-top button { border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.dgil-mobile-list > a, .dgil-mobile-list > button { width: 100%; display: flex; align-items: center; gap: 1rem; padding: 1.2rem 1.4rem; border: 0; border-bottom: 1px solid var(--dgil-line); background: transparent; color: var(--dgil-navy); font: 400 1.45rem/1 'beaufort-pro', Georgia, 'Times New Roman', serif; text-align: left; text-decoration: none; cursor: pointer; }
.dgil-mobile-list > a > span, .dgil-mobile-list > button > span { color: #9b751f; font: 700 .57rem/1 Montserrat, Arial, sans-serif; letter-spacing: .12em; }
.dgil-mobile-list > button > b { margin-left: auto; font: 400 .9rem/1 Montserrat, Arial, sans-serif; }
.dgil-mobile-subnav { padding: .6rem 1.4rem 1rem 3.85rem; background: var(--dgil-paper-2); border-bottom: 1px solid var(--dgil-line); }
.dgil-mobile-subnav > a, .dgil-mobile-subnav details a { display: block; padding: .8rem 0; color: var(--dgil-navy); font-size: .7rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.dgil-mobile-subnav details { border-top: 1px solid var(--dgil-line); }
.dgil-mobile-subnav summary { padding: .9rem 0; font: 400 1rem/1 'beaufort-pro', Georgia, 'Times New Roman', serif; cursor: pointer; }
.dgil-mobile-subnav details a { padding-left: 1rem; }
.dgil-drawer-footer { margin-top: auto; padding: 1.4rem; background: var(--dgil-navy); color: #fff; }
.dgil-drawer-footer a { color: #fff; text-decoration: none; }
.dgil-mobile-cta { display: block; margin-bottom: 1.4rem; padding: 1rem; background: var(--dgil-gold); color: var(--dgil-navy) !important; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.dgil-drawer-footer p { margin: 0 0 .35rem; color: rgba(255,255,255,.68); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }

.dgil-footer-cta, .dgil-footer-cta *, .dgil-footer, .dgil-footer * { box-sizing: border-box; border-radius: 0 !important; }
.dgil-footer-cta { background: var(--dgil-gold); color: var(--dgil-navy); font-family: Montserrat, Arial, sans-serif; }
.dgil-footer-cta__inner { display: grid; grid-template-columns: 1.35fr .75fr; gap: 4rem; align-items: end; padding-block: 4rem; }
.dgil-footer-cta .dgil-kicker { margin: 0 0 1rem; color: var(--dgil-navy); }
.dgil-footer-cta h2 { max-width: 48rem; margin: 0; color: var(--dgil-navy); font: 400 clamp(2.4rem, 4.5vw, 4.6rem)/.95 'beaufort-pro', Georgia, 'Times New Roman', serif; letter-spacing: -.04em; }
.dgil-footer-cta__inner > div:last-child p { margin: 0 0 1rem; font-size: .78rem; line-height: 1.65; }
.dgil-footer-cta__inner > div:last-child a { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.15rem; background: var(--dgil-navy); color: #fff; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.dgil-footer { background: var(--dgil-navy); color: #fff; font-family: Montserrat, Arial, sans-serif; }
.dgil-footer__grid { display: grid; grid-template-columns: 1.35fr .65fr .8fr 1.15fr 1.15fr; gap: 2.6rem; padding-block: 4rem 3.4rem; }
.dgil-footer__brand { padding-right: 1.2rem; }
.dgil-footer-logo { display: inline-flex; align-items: center; min-height: 3rem; color: #fff; text-decoration: none; }
.dgil-footer-logo img { display: none; width: 12.5rem; max-height: 3.2rem; object-fit: contain; object-position: left center; }
.dgil-footer-logo.dgil-has-logo img { display: block; }
.dgil-footer-logo.dgil-has-logo span { display: none; }
.dgil-footer-logo span { display: grid; gap: .15rem; text-transform: uppercase; }
.dgil-footer-logo strong { font: 400 1.2rem/1 'beaufort-pro', Georgia, 'Times New Roman', serif; letter-spacing: .03em; }
.dgil-footer-logo small { font-size: .5rem; letter-spacing: .16em; }
.dgil-footer__brand > p { max-width: 22rem; margin: 1.2rem 0; color: rgba(255,255,255,.7); font-size: .7rem; line-height: 1.75; }
.dgil-footer__phone { display: block; margin-bottom: .6rem; color: #fff; font: 400 1.35rem/1 'beaufort-pro', Georgia, 'Times New Roman', serif; text-decoration: none; }
.dgil-footer__brand > small { color: var(--dgil-gold); font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; }
.dgil-footer__column h3 { margin: 0 0 1.25rem; color: var(--dgil-gold); font-size: .61rem; letter-spacing: .14em; text-transform: uppercase; }
.dgil-footer__column nav { display: grid; gap: .68rem; }
.dgil-footer__column a { color: rgba(255,255,255,.78); font-size: .64rem; line-height: 1.35; text-decoration: none; }
.dgil-footer__column a:hover, .dgil-footer__column a:focus-visible { color: #fff; }
.dgil-footer__offices { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--dgil-line-light); border-bottom: 1px solid var(--dgil-line-light); }
.dgil-footer__offices section { padding: 1.6rem 1.8rem 1.6rem 0; }
.dgil-footer__offices section + section { padding-left: 1.8rem; border-left: 1px solid var(--dgil-line-light); }
.dgil-footer__offices section > div { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.dgil-footer__offices section > div a { color: #fff; font: 400 1.2rem/1 'beaufort-pro', Georgia, 'Times New Roman', serif; text-decoration: none; }
.dgil-footer__offices section > div span { color: var(--dgil-gold); font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.dgil-footer__offices address { margin: .75rem 0; color: rgba(255,255,255,.65); font-size: .63rem; line-height: 1.6; font-style: normal; }
.dgil-footer__offices section > a { color: #fff; font-size: .66rem; text-decoration: none; }
.dgil-footer__legal { display: grid; grid-template-columns: .8fr 1.5fr; gap: 3rem; padding-block: 1.4rem 1.6rem; color: rgba(255,255,255,.62); font-size: .58rem; line-height: 1.65; }
.dgil-footer__legal p { margin: 0; }
.dgil-footer__legal strong { color: rgba(255,255,255,.88); }

.dgil-video-dialog { width: min(92vw, 70rem); padding: 0; border: 0; background: #000; color: #fff; }
.dgil-video-dialog::backdrop { background: rgba(3, 15, 25, .86); }
.dgil-video-dialog video { display: block; width: 100%; max-height: 82vh; background: #000; }
.dgil-video-dialog button { position: absolute; z-index: 2; top: .75rem; right: .75rem; width: 2.5rem; height: 2.5rem; border: 1px solid rgba(255,255,255,.55); background: rgba(7,26,43,.88); color: #fff; font: 700 1rem/1 Montserrat, Arial, sans-serif; cursor: pointer; }
img[data-dgil-video] { cursor: pointer; }

@media (max-width: 1120px) {
  .dgil-shell { width: min(calc(100% - 2rem), 74rem); }
  .dgil-desktop-nav, .dgil-header-cta { display: none; }
  .dgil-menu-button { display: block; }
  .dgil-footer__grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .dgil-footer__brand { grid-row: span 2; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 4.5rem; }
  .dgil-shell { width: min(calc(100% - 1.5rem), 74rem); }
  .dgil-header { height: 4.25rem; }
  .dgil-brand { min-width: 0; }
  .dgil-brand__image { width: 10.5rem; }
  .dgil-footer-cta__inner { grid-template-columns: 1fr; gap: 1.7rem; padding-block: 3rem; }
  .dgil-footer-cta h2 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .dgil-footer__grid { grid-template-columns: 1fr 1fr; gap: 2.2rem 1.4rem; padding-block: 3rem; }
  .dgil-footer__brand { grid-column: 1 / -1; grid-row: auto; padding-right: 0; }
  .dgil-footer__column:nth-child(4), .dgil-footer__column:nth-child(5) { grid-column: span 2; }
  .dgil-footer__offices { grid-template-columns: 1fr; }
  .dgil-footer__offices section, .dgil-footer__offices section + section { padding: 1.35rem 0; border-left: 0; }
  .dgil-footer__offices section + section { border-top: 1px solid var(--dgil-line-light); }
  .dgil-footer__legal { grid-template-columns: 1fr; gap: .7rem; font-size: .6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .dgil-header *, .dgil-mobile-drawer, .dgil-scrim { transition-duration: .01ms !important; }
}

/* Phase 1 correction pass: approved compact V4 header and nested city flyouts. */
body.dgil-menu-open { overflow: hidden; }
.dgil-header {
  height: 4.5rem;
  background: rgba(232, 230, 225, .965);
  color: #0a1b2e;
  border-bottom: 1px solid rgba(10, 27, 46, .14);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .55) inset;
  backdrop-filter: blur(18px) saturate(1.2);
}
.dgil-header__inner { justify-content: space-between; gap: 2rem; }
.dgil-brand { display: inline-flex; flex: 0 0 auto; min-width: 11.75rem; }
.dgil-logo-frame { display: block; width: 11.75rem; height: 2.85rem; }
.dgil-logo-frame img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.dgil-logo-frame.dgil-missing { display: none; }
.dgil-logo-fallback { display: none; align-items: center; gap: .7rem; }
.dgil-logo-frame.dgil-missing + .dgil-logo-fallback { display: inline-flex; }
.dgil-logo-monogram { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border: 1px solid #0a1b2e; font: 600 1.05rem/1 'beaufort-pro', Georgia, serif; letter-spacing: -.04em; }
.dgil-logo-wordmark { display: flex; flex-direction: column; gap: .14rem; line-height: 1; }
.dgil-logo-wordmark strong { font: 600 1.08rem/1 'beaufort-pro', Georgia, serif; letter-spacing: -.025em; }
.dgil-logo-wordmark small { font-size: .49rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.dgil-desktop-head { display: flex; align-items: center; align-self: stretch; gap: 1.25rem; min-width: 0; }
.dgil-desktop-nav { display: flex; align-items: stretch; align-self: stretch; height: auto; margin-left: 0; }
.dgil-nav-cluster { position: relative; display: flex; }
.dgil-nav-link {
  height: 100%; padding: 0 .68rem; color: rgba(10, 27, 46, .69);
  font-size: .655rem; font-weight: 800; letter-spacing: .095em; white-space: nowrap;
  transition: color .18s;
}
.dgil-nav-link::after { left: .7rem; right: .7rem; bottom: -1px; height: 2px; }
.dgil-nav-link:hover, .dgil-nav-link[aria-current='page'], .dgil-nav-cluster.dgil-open > .dgil-nav-link { color: #0a1b2e; }
.dgil-nav-link:hover::after, .dgil-nav-link[aria-current='page']::after, .dgil-nav-cluster.dgil-open > .dgil-nav-link::after { transform: scaleX(1); }
.dgil-chev { width: .62rem; height: .62rem; transition: transform .18s; }
.dgil-nav-cluster.dgil-open > .dgil-nav-link .dgil-chev { transform: rotate(180deg); }
.dgil-header-cta { justify-content: space-between; gap: .75rem; min-height: 2.7rem; padding: 0 .82rem 0 1rem; background: #c79a2d; font-size: .625rem; letter-spacing: .085em; }
.dgil-header-cta {
  transition:
    background-color .28s cubic-bezier(.2,.8,.2,1),
    color .28s cubic-bezier(.2,.8,.2,1),
    border-color .28s cubic-bezier(.2,.8,.2,1),
    transform .28s cubic-bezier(.2,.8,.2,1);
}
.dgil-header-cta:hover,
.dgil-header-cta:focus-visible { transform: translateY(-1px); }

.dgil-nav-panel {
  position: absolute; top: calc(100% + 1px); right: -8rem; left: auto;
  display: grid; grid-template-columns: 13.75rem 1fr; width: 36rem; min-height: 19rem;
  background: #f4f2ed; border: 0; box-shadow: 0 20px 46px rgba(10, 27, 46, .13);
  opacity: 0; visibility: hidden; transform: translateY(-.45rem); pointer-events: none;
  transition: opacity .17s, transform .21s cubic-bezier(.2,.8,.2,1), visibility .17s;
}
.dgil-nav-panel::before { content: ''; position: absolute; top: -.7rem; left: 0; right: 0; height: .75rem; }
.dgil-nav-cluster.dgil-open .dgil-nav-panel { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.dgil-nav-cluster:hover > .dgil-nav-panel,
.dgil-nav-cluster:focus-within > .dgil-nav-panel {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}
.dgil-nav-panel--practice { right: -4.8rem; width: 34rem; }
.dgil-panel-aside { position: relative; display: flex; flex-direction: column; padding: 1.55rem 1.4rem 1.35rem; overflow: hidden; background: #e8e6e1; color: #0a1b2e; }
.dgil-panel-aside::after { content: ''; position: absolute; right: -4.7rem; bottom: -5.2rem; width: 11rem; height: 11rem; border: 1px solid rgba(199, 154, 45, .35); transform: rotate(36deg); }
.dgil-panel-number { position: absolute; top: .9rem; right: 1rem; color: rgba(10, 27, 46, .18); font: 400 1.65rem/1 'beaufort-pro', Georgia, serif; }
.dgil-panel-kicker { margin: 0 0 1.15rem; color: #7a5a18; font-size: .56rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.dgil-panel-aside h2 { margin: 0; color: #0a1b2e; font: 400 1.75rem/.98 'beaufort-pro', Georgia, serif; letter-spacing: -.035em; }
.dgil-panel-copy { margin: 1rem 0 1.35rem; color: #5a6570; font-size: .69rem; line-height: 1.65; }
.dgil-panel-all { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: space-between; gap: .6rem; margin-top: auto; padding-top: .85rem; border-top: 1px solid rgba(10, 27, 46, .14); color: #0a1b2e; font-size: .58rem; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; text-decoration: none; }
.dgil-location-groups, .dgil-practice-links { padding: 1.1rem 1.3rem; }
.dgil-location-groups { display: block; overflow: visible; }
.dgil-location-group + .dgil-location-group { margin-top: 1rem; }
.dgil-group-heading { padding: 0 0 .55rem; border-bottom: 1px solid rgba(10, 27, 46, .14); }
.dgil-group-heading > span { color: #0a1b2e; font: 400 1.1rem/1 'beaufort-pro', Georgia, serif; }
.dgil-group-heading > a { display: inline-flex; align-items: center; gap: .38rem; color: #7a5a18; font-size: .52rem; font-weight: 800; letter-spacing: .1em; }
.dgil-city-item { position: relative; }
.dgil-location-row { display: grid; grid-template-columns: minmax(0, 1fr) 2.7rem; align-items: stretch; min-height: 3.55rem; border-bottom: 1px solid rgba(10, 27, 46, .14); }
.dgil-city-link { display: flex; align-items: center; min-width: 0; min-height: 0; padding: 0 .5rem 0 0; border: 0; transition: padding .18s, color .18s; }
.dgil-city-link > span, .dgil-practice-row > span:not(.dgil-practice-num) { display: flex; flex-direction: column; gap: .16rem; }
.dgil-city-link strong, .dgil-practice-row strong { color: inherit; font: 700 .74rem/1.25 Montserrat, Arial, sans-serif; }
.dgil-city-link small, .dgil-practice-row small { color: #5a6570; font-size: .59rem; line-height: 1.35; }
.dgil-city-toggle { display: grid; place-items: center; width: 100%; padding: 0; border: 0; background: transparent; color: #7a5a18; cursor: pointer; }
.dgil-city-toggle span { font-size: .95rem; transition: transform .18s; }
.dgil-city-item:hover .dgil-city-link, .dgil-city-item:focus-within .dgil-city-link, .dgil-city-item.dgil-open .dgil-city-link { padding-left: .45rem; color: #7a5a18; }
.dgil-city-item:hover .dgil-city-toggle span, .dgil-city-item:focus-within .dgil-city-toggle span, .dgil-city-item.dgil-open .dgil-city-toggle span { transform: translateX(2px); }
.dgil-city-flyout { position: absolute; top: -.55rem; left: calc(100% + 1.05rem); z-index: 5; width: 17rem; padding: 1.05rem 1.1rem 1.15rem; background: #e8e6e1; box-shadow: 0 20px 46px rgba(10, 27, 46, .16); opacity: 0; visibility: hidden; transform: translateX(-.4rem); pointer-events: none; transition: opacity .15s .12s, transform .18s .12s, visibility 0s .27s; }
.dgil-city-flyout::before { content: ''; position: absolute; top: -.4rem; bottom: -.4rem; left: -1.05rem; width: 1.05rem; }
.dgil-city-item:hover .dgil-city-flyout, .dgil-city-item:focus-within .dgil-city-flyout, .dgil-city-item.dgil-open .dgil-city-flyout { opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition-delay: .08s, .08s, 0s; }
.dgil-flyout-top { padding-bottom: .72rem; border-bottom: 1px solid rgba(10, 27, 46, .14); }
.dgil-flyout-top p { margin: 0 0 .22rem; color: #7a5a18; font-size: .5rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dgil-flyout-top h3 { margin: 0; color: #0a1b2e; font: 400 1.35rem/1 'beaufort-pro', Georgia, serif; letter-spacing: -.025em; }
.dgil-flyout-links { display: flex; flex-direction: column; }
.dgil-flyout-links a { display: flex; align-items: center; justify-content: space-between; gap: .7rem; min-height: 3rem; border-bottom: 1px solid rgba(10, 27, 46, .14); color: #0a1b2e; font-size: .66rem; font-weight: 700; text-decoration: none; transition: padding .18s, color .18s; }
.dgil-flyout-links a:last-child { border-bottom: 0; }
.dgil-flyout-links a:hover, .dgil-flyout-links a:focus-visible { padding-left: .35rem; color: #7a5a18; }
.dgil-practice-links { padding-block: 1.15rem; }
.dgil-practice-links > .dgil-practice-row {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) auto;
  grid-template-areas: 'num content arrow';
  column-gap: .9rem;
  align-items: center;
  min-height: 5.15rem;
  border-bottom: 1px solid rgba(10, 27, 46, .14);
  color: #0a1b2e;
  text-decoration: none;
  transition: padding .18s, color .18s;
}
.dgil-practice-links > .dgil-practice-row > .dgil-practice-num { grid-area: num; }
.dgil-practice-links > .dgil-practice-row > span:not(.dgil-practice-num) { grid-area: content; min-width: 0; }
.dgil-practice-links > .dgil-practice-row > b { grid-area: arrow; }
.dgil-practice-row > b { margin-left: auto; font-size: 1rem; font-weight: 400; color: #7a5a18; transition: transform .18s; }
.dgil-practice-row:hover { padding-left: .45rem; color: #7a5a18; }
.dgil-practice-row:hover > b { transform: translateX(2px); }
.dgil-practice-num { display: grid; place-items: center; width: 1.7rem; height: 1.7rem; border: 1px solid rgba(10, 27, 46, .14); color: #7a5a18; font: 400 .78rem/1 'beaufort-pro', Georgia, serif; }

.dgil-menu-button { display: none; }
.dgil-scrim { inset: 4.5rem 0 0; z-index: 9100; background: rgba(5, 15, 25, .66); }
.dgil-mobile-drawer { top: 4.5rem; z-index: 9200; width: min(100%, 31rem); background: #0a1b2e; color: #f4f2ed; }
.dgil-drawer-top { color: rgba(244, 242, 237, .55); border-color: rgba(244, 242, 237, .17); }
.dgil-drawer-top button { color: #d7ad46; }
.dgil-mobile-list { padding: 0 1.4rem; }
.dgil-mobile-list > a, .dgil-mobile-list > button { display: grid; grid-template-columns: 2.1rem 1fr auto; min-height: 4.15rem; padding: 0; border-color: rgba(244, 242, 237, .17); color: #f4f2ed; font: 400 1.55rem/1 'beaufort-pro', Georgia, serif; }
.dgil-mobile-list > a > span, .dgil-mobile-list > button > span { color: #d7ad46; }
.dgil-mobile-list > button > b { color: #d7ad46; transition: transform .18s; }
.dgil-mobile-list > button[aria-expanded='true'] > b { transform: rotate(180deg); }
.dgil-mobile-subnav { padding: .55rem 0 1rem 2.1rem; background: transparent; border-color: rgba(244, 242, 237, .17); }
.dgil-mobile-subnav p { margin: .85rem 0 .2rem; color: #d7ad46; font-size: .54rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.dgil-mobile-subnav > a, .dgil-mobile-subnav .dgil-mobile-city a { min-height: 2.3rem; padding: 0; color: rgba(244, 242, 237, .7); font-size: .72rem; font-weight: 600; }
.dgil-mobile-city { border-bottom: 1px solid rgba(244, 242, 237, .1); }
.dgil-mobile-city > button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 2.75rem; padding: 0; border: 0; background: transparent; color: #f4f2ed; font-size: .76rem; font-weight: 700; text-align: left; cursor: pointer; }
.dgil-mobile-city > button b { color: #d7ad46; transform: rotate(-90deg); transition: transform .18s; }
.dgil-mobile-city > button[aria-expanded='true'] b { transform: none; }
.dgil-mobile-city > div { padding: .1rem 0 .65rem .8rem; }
.dgil-mobile-city > div a { display: flex; align-items: center; min-height: 2.1rem; color: rgba(244, 242, 237, .58); font-size: .66rem; text-decoration: none; }
.dgil-mobile-city > div a:first-child { color: #d7ad46; }
.dgil-drawer-footer { padding: 1.25rem 1.4rem 1.5rem; }
.dgil-mobile-cta { display: flex; align-items: center; justify-content: space-between; min-height: 3.35rem; padding: 0 1rem; }
.dgil-drawer-meta { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.2rem; color: rgba(244, 242, 237, .55); font-size: .63rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.dgil-drawer-meta p { margin: 0; }
.dgil-drawer-meta span { color: #d7ad46; }

/* Keep supplied photography inside the established card and split-section frames. */
.office-photo, .office-img, .loc-card { overflow: hidden !important; }
.office-cards .loc-card { height: 25rem; min-height: 25rem; }
.office-split .office-photo, .office-grid .office-img { height: 100%; min-height: 22rem; }
.office > .office-photo { height: 15rem; min-height: 15rem; }
.office-photo > img, .office-img > img, .loc-card > img {
  display: block !important; width: 100% !important; height: 100% !important; min-height: 0 !important;
  max-height: none !important; object-fit: cover !important;
}

/* Preserve the dark text field at left while allowing the hero photograph to read at right. */
.hero-img img { opacity: .82 !important; }
.hero-emphasis {
  color: var(--gold, #c7992d);
  font-style: italic;
  font-weight: 700;
}
/* Hero display system: Beaufort Medium with the matching Medium Italic accent. */
.hero h1 {
  font-family: 'beaufort-pro', Georgia, 'Times New Roman', serif;
  font-weight: 500 !important;
}
.hero h1 .hero-emphasis {
  font-family: 'beaufort-pro', Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 500 !important;
}
.eyebrow.light { color: var(--gold, #c7992d) !important; opacity: 1 !important; }
.hero-img::after {
  background:
    linear-gradient(180deg, rgba(10,27,46,.05) 0%, rgba(10,27,46,.07) 58%, rgba(10,27,46,.46) 100%),
    linear-gradient(92deg, rgba(10,27,46,.94) 0%, rgba(10,27,46,.84) 30%, rgba(10,27,46,.34) 58%, rgba(10,27,46,.10) 78%, rgba(10,27,46,.04) 100%) !important;
}
.dgil-home-hero { min-height: calc(100svh - 7rem) !important; }
.dgil-home-hero--hub { min-height: 78svh !important; }
.dgil-home-hero .hero-img img {
  opacity: 1 !important;
  filter: none !important;
}
.dgil-home-hero .hero-img::after {
  background: linear-gradient(90deg,
    rgba(10,27,46,1) 0%,
    rgba(10,27,46,1) 14%,
    rgba(10,27,46,.82) 30%,
    rgba(10,27,46,0) 50%,
    rgba(10,27,46,0) 100%) !important;
}
.dgil-homepage-hero { min-height: 78svh !important; }
.dgil-homepage-hero h1 { font-size: clamp(3.4rem, 8.5vw, 6.8rem) !important; }
.hero + #practice-areas { margin-top: -1px !important; border-top: 0 !important; }

/* Editorial section emphasis: a single-use, square gold marker reveal. */
.display { text-wrap: balance; }
.section-emphasis {
  position: relative;
  z-index: 0;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  padding: .01em .085em .035em;
  color: var(--ink, #0a1b2e);
  font-style: italic;
  font-weight: inherit;
  isolation: isolate;
}
.section-emphasis::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: .02em -.01em -.015em;
  background: var(--gold, #c7992d);
  transform: scaleX(0);
  transform-origin: left center;
}
.section-emphasis.is-visible::before {
  animation: dgil-marker-in .76s cubic-bezier(.18,.72,.22,1) .14s forwards;
}
.cta .section-emphasis { color: var(--gold, #c7992d); }
.cta .section-emphasis::before { background: var(--ink, #0a1b2e); }
@keyframes dgil-marker-in {
  0% { transform: translateY(0) scaleX(0); }
  10% { transform: translateY(-.055em) scaleX(.12); }
  22% { transform: translateY(.018em) scaleX(.24); }
  30% { transform: translateY(0) scaleX(.33); }
  100% { transform: translateY(0) scaleX(1); }
}

/* Match the High Springs attorneys heading to the standard section scale. */
.dgil-attorney-heading {
  margin-top: 1rem;
  font-size: clamp(2rem, 3.6vw, 3.15rem);
}

/* About-style photographic office cards for the repeated Home-style office grids. */
.dgil-photo-office-grid {
  gap: 1px !important;
  background: var(--line, rgba(10,27,46,.13));
}
.dgil-photo-office-grid > .office {
  position: relative;
  min-width: 0;
  min-height: 25rem;
  overflow: hidden;
  justify-content: flex-end;
  border: 0 !important;
  background: var(--ink, #0a1b2e);
  color: var(--bone, #f2f1ed);
}
.dgil-photo-office-grid > .office > .office-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0;
}
.dgil-photo-office-grid > .office > .office-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10,27,46,.08) 0%, rgba(10,27,46,.20) 30%, rgba(10,27,46,.80) 70%, rgba(10,27,46,.96) 100%);
  pointer-events: none;
}
.dgil-photo-office-grid > .office > .office-photo img {
  min-height: 0 !important;
  filter: grayscale(1) contrast(1.06) !important;
  transition: filter .6s ease, transform .6s ease;
}
.dgil-photo-office-grid > .office:hover > .office-photo img,
.dgil-photo-office-grid > .office:focus-within > .office-photo img {
  filter: grayscale(0) contrast(1) !important;
  transform: scale(1.045);
}
.dgil-photo-office-grid > .office > .office-photo figcaption {
  z-index: 3;
}
.dgil-photo-office-grid > .office > .office-body {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 100%;
  padding: 2rem 1.85rem;
  color: var(--bone, #f2f1ed);
}
.dgil-photo-office-grid .office-body h3 {
  color: var(--bone, #f2f1ed);
  font-size: 2.3rem;
  line-height: 1;
}
.dgil-photo-office-grid .office-line {
  border-color: rgba(242,241,237,.18);
}
.dgil-photo-office-grid .office-line .k {
  color: var(--gold, #c7992d);
}
.dgil-photo-office-grid .office-line .v,
.dgil-photo-office-grid .office-line .v a {
  color: rgba(242,241,237,.88);
}
.dgil-photo-office-grid .office-line .v a { font-weight: 800; }
.dgil-photo-office-grid .office-cta a {
  color: var(--bone, #f2f1ed);
  border-bottom: 1px solid rgba(242,241,237,.25);
  padding-bottom: .25rem;
  transition: color .22s ease, border-color .22s ease;
}
.dgil-photo-office-grid .office-cta a:hover,
.dgil-photo-office-grid .office-cta a:focus-visible {
  color: var(--gold, #c7992d);
  border-color: var(--gold, #c7992d);
}

/* Tennessee state page: the Cleveland city page's image-and-facts office treatment. */
.dgil-state-office {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  border: 1px solid var(--line, rgba(10,27,46,.13));
  background: var(--paper, #e6e4df);
}
.dgil-state-office__photo {
  position: relative;
  min-height: 24rem;
  overflow: hidden;
  margin: 0;
  background: var(--ink, #0a1b2e);
}
.dgil-state-office__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  transition: filter .6s ease, transform .6s ease;
}
.dgil-state-office:hover .dgil-state-office__photo img,
.dgil-state-office:focus-within .dgil-state-office__photo img {
  filter: grayscale(0) contrast(1);
  transform: scale(1.04);
}
.dgil-state-office__photo figcaption {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  padding: .55rem .8rem;
  background: var(--gold, #c7992d);
  color: var(--ink, #0a1b2e);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
}
.dgil-state-office__body {
  display: flex;
  flex-direction: column;
  padding: clamp(1.75rem,3vw,2.6rem);
}
.dgil-state-office__body h3 {
  margin: 0;
  font: 400 1.9rem/1 'beaufort-pro', Georgia, serif;
}
.dgil-state-office__line {
  display: grid;
  grid-template-columns: 4.8rem minmax(0,1fr);
  gap: .85rem;
  padding: .9rem 0;
  border-top: 1px solid var(--line, rgba(10,27,46,.13));
}
.dgil-state-office__line:first-of-type { margin-top: 1.25rem; }
.dgil-state-office__label {
  padding-top: .15rem;
  color: var(--goldDeep, #7c5c18);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.dgil-state-office__value { min-width: 0; font-size: .96rem; line-height: 1.65; }
.dgil-state-office__value a { color: var(--goldDeep, #7c5c18); font-weight: 700; }
.dgil-state-office__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: auto;
  padding-top: 1.5rem;
}

/* Footer social links sit with the firm identity and do not compete with navigation. */
.dgil-footer__socials {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.15rem;
}
.dgil-footer__socials a {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.82);
  text-decoration: none;
  transition: color .22s ease, border-color .22s ease, background-color .22s ease, transform .22s ease;
}
.dgil-footer__socials a:hover,
.dgil-footer__socials a:focus-visible {
  border-color: var(--dgil-gold);
  background: var(--dgil-gold);
  color: var(--dgil-navy);
  transform: translateY(-1px);
}
.dgil-footer__socials svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: square; stroke-linejoin: miter; }
.dgil-footer__socials .dgil-social-fill { fill: currentColor; stroke: none; }

/* Footer legibility refinement; page-specific closing CTAs remain immediately above it. */
.dgil-footer__brand > p { font-size: .76rem; }
.dgil-footer__brand > small { font-size: .62rem; }
.dgil-footer__column h3 { font-size: .68rem; }
.dgil-footer__column a { font-size: .72rem; line-height: 1.42; }
.dgil-footer__offices address { font-size: .7rem; }
.dgil-footer__offices section > a { font-size: .72rem; }
.dgil-footer__legal { font-size: .64rem; }

@media (max-width: 1120px) {
  .dgil-desktop-head { display: none; }
  .dgil-menu-button { display: inline-flex; align-items: center; gap: .75rem; width: auto; height: 2.75rem; padding: 0 .85rem; border: 1px solid rgba(10,27,46,.14); }
  .dgil-menu-label { font-size: .59rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
  .dgil-menu-icon { position: relative; display: block; width: 1rem; height: .65rem; }
  .dgil-menu-icon i { position: absolute; left: 0; width: 100%; height: 1px; margin: 0; background: currentColor; box-shadow: none; transition: transform .18s, top .18s; }
  .dgil-menu-icon i:first-child { top: .12rem; }
  .dgil-menu-icon i:last-child { top: .52rem; }
  .dgil-menu-button[aria-expanded='true'] .dgil-menu-icon i:first-child { top: .32rem; transform: rotate(45deg); }
  .dgil-menu-button[aria-expanded='true'] .dgil-menu-icon i:last-child { top: .32rem; transform: rotate(-45deg); }
}

@media (max-width: 760px) {
  .dgil-header { height: 4.25rem; }
  .dgil-scrim { inset: 4.25rem 0 0; }
  .dgil-mobile-drawer { top: 4.25rem; }
  .dgil-brand { min-width: 0; }
  .dgil-logo-frame { width: 9.4rem; height: 2.45rem; }
  .dgil-menu-button { width: 2.75rem; padding: 0; justify-content: center; }
  .dgil-menu-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .office-cards .loc-card { height: 20rem; min-height: 20rem; }
  .office-split .office-photo, .office-grid .office-img { min-height: 16rem; height: 16rem; }
  .hero-img::after {
    background:
      linear-gradient(180deg, rgba(10,27,46,.12) 0%, rgba(10,27,46,.18) 58%, rgba(10,27,46,.55) 100%),
      linear-gradient(92deg, rgba(10,27,46,.88) 0%, rgba(10,27,46,.70) 52%, rgba(10,27,46,.30) 100%) !important;
  }
  .dgil-home-hero { min-height: calc(100svh - 6.5rem) !important; }
  .dgil-home-hero--hub { min-height: 78svh !important; }
  .dgil-home-hero .hero-img::after {
    background: linear-gradient(90deg,
      rgba(10,27,46,1) 0%,
      rgba(10,27,46,.96) 34%,
      rgba(10,27,46,.70) 58%,
      rgba(10,27,46,0) 82%,
      rgba(10,27,46,0) 100%) !important;
  }
  .dgil-homepage-hero { min-height: 84svh !important; }
  .dgil-homepage-hero h1 { font-size: clamp(3rem, 15vw, 4.2rem) !important; }
  .dgil-footer__legal { font-size: .66rem; }
  .display { font-size: clamp(2rem, 10.8vw, 3rem) !important; line-height: .98 !important; }
  .section-emphasis { padding-inline: .065em; }
  .head-row { display: grid !important; grid-template-columns: minmax(0,1fr) !important; gap: 1.25rem !important; align-items: start !important; }
  .head-row > .btn { width: 100%; white-space: normal; text-align: center; }
  .btn { max-width: 100%; white-space: normal; text-align: center; line-height: 1.35; padding-top: .75rem; padding-bottom: .75rem; }
  .dgil-photo-office-grid { grid-template-columns: minmax(0,1fr) !important; }
  .dgil-photo-office-grid > .office { min-height: 23rem; }
  .dgil-photo-office-grid > .office > .office-body { padding: 1.65rem 1.35rem; }
  .dgil-photo-office-grid .office-body h3 { font-size: 2rem; }
  .dgil-photo-office-grid .office-line { display: grid; grid-template-columns: 4.3rem minmax(0,1fr); gap: .65rem; }
  .dgil-state-office { grid-template-columns: minmax(0,1fr); }
  .dgil-state-office__photo,
  .dgil-state-office__photo img { min-height: 16rem; height: 16rem; }
  .dgil-state-office__body { padding: 1.65rem 1.35rem; }
  .dgil-state-office__line { grid-template-columns: 4.3rem minmax(0,1fr); gap: .65rem; }
  .dgil-state-office__actions { flex-direction: column; }
  .dgil-state-office__actions .btn { width: 100%; }
  .faq-toggle { align-items: flex-start; gap: .75rem; }
  .faq-q { gap: .7rem; }
  .faq-i { flex-basis: 1.5rem; }
  .faq-t { line-height: 1.45; }
  main img, main video, main iframe { max-width: 100%; }
  main .grid > *, main .split > * { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .section-emphasis::before { transform: scaleX(1); }
  .section-emphasis.is-visible::before { animation: none; }
  .dgil-header-cta,
  .dgil-footer__socials a,
  .dgil-photo-office-grid img,
  .dgil-state-office img { transform: none !important; transition: none !important; }
}

/* V11 transparent hero-overlay header with reversible solid scroll state. */
:root { --dgil-header-height: 4.5rem; }
.dgil-header {
  position: fixed;
  top: 0;
  left: 0;
  isolation: isolate;
  background: transparent;
  color: #f4f2ed;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: color .34s cubic-bezier(.2,.75,.2,1);
}
.dgil-header::before,
.dgil-header::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  transition: opacity .38s cubic-bezier(.2,.75,.2,1);
}
.dgil-header::before {
  opacity: 0;
  background: rgba(232,230,225,.965);
  border-bottom: 1px solid rgba(10,27,46,.14);
  box-shadow: 0 1px 0 rgba(255,255,255,.55) inset, 0 7px 20px rgba(10,27,46,.055);
  backdrop-filter: blur(18px) saturate(1.2);
}
.dgil-header::after {
  opacity: 1;
  background: linear-gradient(180deg, rgba(7,26,43,.84) 0%, rgba(7,26,43,.58) 64%, rgba(7,26,43,.08) 100%);
}
.dgil-header.is-scrolled,
body.dgil-menu-open .dgil-header { color: #0a1b2e; }
.dgil-header.is-scrolled::before,
body.dgil-menu-open .dgil-header::before { opacity: 1; }
.dgil-header.is-scrolled::after,
body.dgil-menu-open .dgil-header::after { opacity: 0; }
.dgil-header__inner { position: relative; z-index: 1; }

main > .hero:first-child {
  padding-top: var(--dgil-header-height) !important;
}

.dgil-header:not(.is-scrolled) .dgil-nav-link,
.dgil-header:not(.is-scrolled) .dgil-menu-button { color: rgba(255,255,255,.9); }
.dgil-header:not(.is-scrolled) .dgil-nav-link:hover,
.dgil-header:not(.is-scrolled) .dgil-nav-link:focus-visible,
.dgil-header:not(.is-scrolled) .dgil-nav-link[aria-current='page'],
.dgil-header:not(.is-scrolled) .dgil-nav-cluster.dgil-open > .dgil-nav-link { color: #fff; }
.dgil-header.is-scrolled .dgil-nav-link,
body.dgil-menu-open .dgil-header .dgil-nav-link { color: rgba(10,27,46,.69); }
.dgil-header.is-scrolled .dgil-nav-link:hover,
.dgil-header.is-scrolled .dgil-nav-link:focus-visible,
.dgil-header.is-scrolled .dgil-nav-link[aria-current='page'],
.dgil-header.is-scrolled .dgil-nav-cluster.dgil-open > .dgil-nav-link { color: #0a1b2e; }
.dgil-header:not(.is-scrolled) .dgil-menu-button { border-color: rgba(255,255,255,.42); }
.dgil-header.is-scrolled .dgil-menu-button,
body.dgil-menu-open .dgil-header .dgil-menu-button { color: #0a1b2e; border-color: rgba(10,27,46,.14); }

.dgil-logo-stack { position: relative; }
.dgil-logo-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transition: opacity .32s cubic-bezier(.2,.75,.2,1), filter .32s cubic-bezier(.2,.75,.2,1);
}
.dgil-logo-image--light { opacity: 1; }
.dgil-logo-image--dark { opacity: 0; }
.dgil-header.is-scrolled .dgil-logo-image--light,
body.dgil-menu-open .dgil-header .dgil-logo-image--light { opacity: 0; }
.dgil-header.is-scrolled .dgil-logo-image--dark,
body.dgil-menu-open .dgil-header .dgil-logo-image--dark { opacity: 1; }
.dgil-logo-image.dgil-logo-missing { visibility: hidden; }
.dgil-header:not(.is-scrolled) .dgil-logo-stack.dgil-light-missing .dgil-logo-image--dark {
  visibility: visible;
  opacity: 1;
  filter: brightness(0) invert(1);
}
.dgil-header.is-scrolled .dgil-logo-stack.dgil-dark-missing .dgil-logo-image--light,
body.dgil-menu-open .dgil-header .dgil-logo-stack.dgil-dark-missing .dgil-logo-image--light {
  visibility: visible;
  opacity: 1;
  filter: brightness(0) saturate(100%);
}
.dgil-brand.dgil-has-logo .dgil-logo-fallback { display: none; }
.dgil-brand:not(.dgil-has-logo) .dgil-logo-fallback { display: inline-flex; color: #fff; }
.dgil-brand:not(.dgil-has-logo) .dgil-logo-monogram { border-color: currentColor; }
.dgil-header.is-scrolled .dgil-brand:not(.dgil-has-logo) .dgil-logo-fallback,
body.dgil-menu-open .dgil-header .dgil-brand:not(.dgil-has-logo) .dgil-logo-fallback { color: #0a1b2e; }

.dgil-header:not(.is-scrolled) .dgil-header-cta:hover,
.dgil-header:not(.is-scrolled) .dgil-header-cta:focus-visible { background: #f4f2ed; color: #0a1b2e; }
.dgil-header.is-scrolled .dgil-header-cta:hover,
.dgil-header.is-scrolled .dgil-header-cta:focus-visible { background: #0a1b2e; color: #fff; }

@media (max-width: 760px) {
  :root { --dgil-header-height: 4.25rem; }
  .dgil-header::after { background: linear-gradient(180deg, rgba(7,26,43,.9) 0%, rgba(7,26,43,.63) 68%, rgba(7,26,43,.12) 100%); }
}

@media (prefers-reduced-motion: reduce) {
  .dgil-header,
  .dgil-header::before,
  .dgil-header::after,
  .dgil-logo-image { transition: none !important; }
}

/* V16.1 testimonial poster frame stabilization.
   All testimonial posters share a 3:2 frame so portrait source art cannot
   change the slider height while cycling between Fred, Melissa, and Julie. */
.vt-media,
.vid-poster {
  aspect-ratio: 3 / 2;
}
.vt-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* DGIL V16.2 asset + hover pass */
.hero-img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-img picture > img {
  display: block;
  width: 100%;
  height: 100%;
}

.dgil-footer-logo--with-wordmark {
  gap: .85rem;
}
.dgil-footer-logo--with-wordmark img {
  display: block;
  width: auto;
  max-width: 3.6rem;
  max-height: 3.6rem;
  flex: 0 0 auto;
}
.dgil-footer-logo--with-wordmark span {
  display: grid;
}
.dgil-footer-logo--with-wordmark.dgil-has-logo span {
  display: grid;
}
.dgil-footer-logo--with-wordmark strong {
  font-size: 1.02rem;
}
.dgil-footer-logo--with-wordmark small {
  font-size: .46rem;
}

:is(.figure, .att-fig, .att, .office-img, .office-photo, .loc-card, .injury-tile, .vid-poster, .vt-media, .scn-media, .rev-aside-img, .case-img, .prac-img) img {
  transition: filter .55s ease, transform .55s ease, opacity .55s ease;
  transform-origin: center center;
}
@media (hover: hover) and (pointer: fine) {
  :is(.figure, .att-fig, .att, .office-img, .office-photo, .loc-card, .injury-tile, .vid-poster, .vt-media, .scn-media, .rev-aside):hover img,
  :is(.figure, .att-fig, .att, .office-img, .office-photo, .loc-card, .injury-tile, .vid-poster, .vt-media, .scn-media, .rev-aside):focus-within img,
  .case-cell:hover .case-img img,
  .case-cell:focus-within .case-img img,
  .prac-cell:hover .prac-img img,
  .prac-cell:focus-within .prac-img img {
    filter: grayscale(0) contrast(1) !important;
    transform: scale(1.03) !important;
  }
}
@media (max-width: 760px) {
  .dgil-footer-logo--with-wordmark {
    gap: .7rem;
  }
  .dgil-footer-logo--with-wordmark img {
    max-width: 3.1rem;
    max-height: 3.1rem;
  }
}

/* DGIL V16.3 unified video testimonial treatment.
   The homepage slider is the visual source of truth for every city and money page. */
.dgil-video-testimonials .vt-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
.dgil-video-testimonials .vt-controls {
  display: flex;
  gap: .6rem;
  flex: 0 0 auto;
}
.dgil-video-testimonials .vt-arrow {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--lineStrong, rgba(10,27,46,.22));
  background: transparent;
  color: var(--ink, #0a1b2e);
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.dgil-video-testimonials .vt-arrow:hover,
.dgil-video-testimonials .vt-arrow:focus-visible {
  border-color: var(--ink, #0a1b2e);
  background: rgba(10,27,46,.04);
}
.dgil-video-testimonials .vt-shell {
  position: relative;
  margin-top: 2.5rem;
  border: 0;
  background: transparent;
}
.dgil-video-testimonials .vt-slide {
  display: none;
  grid-template-columns: 1.05fr .95fr;
  gap: 0;
  border: 1px solid var(--line, rgba(10,27,46,.13));
  background: transparent;
}
.dgil-video-testimonials .vt-slide.active {
  display: grid;
}
.dgil-video-testimonials .vt-media {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  min-height: 24rem;
  aspect-ratio: 3 / 2;
  padding: 0;
  border: 0;
  background: var(--ink, #0a1b2e);
  text-align: left;
}
.dgil-video-testimonials .vt-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  opacity: .62;
  transform: scale(1);
  transition: opacity .45s ease, filter .45s ease, transform .55s ease;
}
@media (hover: hover) and (pointer: fine) {
  .dgil-video-testimonials .vt-media:hover img,
  .dgil-video-testimonials .vt-media:focus-visible img {
    opacity: .78;
    filter: grayscale(0) contrast(1);
    transform: scale(1.025);
  }
}
.dgil-video-testimonials .vt-play {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 3.5rem;
  height: 3.5rem;
  margin: auto;
  display: grid;
  place-items: center;
  background: var(--gold, #c7992d);
  color: var(--ink, #0a1b2e);
  font-size: 1rem;
  line-height: 1;
}
.dgil-video-testimonials .vt-tag {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  z-index: 3;
  padding: .5rem .7rem;
  background: rgba(10,27,46,.86);
  color: var(--bone, #f2f1ed);
  font-size: .6rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.dgil-video-testimonials .vt-copy {
  padding: clamp(1.75rem,3vw,2.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--bone, #f2f1ed);
}
.dgil-video-testimonials .vt-copy > .eyebrow {
  margin: 0;
}
.dgil-video-testimonials .vt-quote {
  margin: 1rem 0 1.15rem;
  font-family: 'beaufort-pro', Georgia, serif;
  font-size: clamp(1.6rem,2.4vw,2.2rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.dgil-video-testimonials .vt-copy > .muted {
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
}
.dgil-video-testimonials .vt-by {
  margin: 1.5rem 0 0;
  padding: 0;
  border: 0;
  color: var(--muted, #56616b);
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.dgil-video-testimonials .vt-by b {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
  text-transform: inherit;
}
.dgil-video-testimonials .vt-dots {
  display: flex;
  justify-content: flex-start;
  gap: .6rem;
  margin-top: 2rem;
  padding: 0;
}
.dgil-video-testimonials .vt-dot {
  width: .55rem;
  height: .55rem;
  padding: 0;
  border: 1px solid var(--lineStrong, rgba(10,27,46,.22));
  background: transparent;
  transition: background .2s ease, border-color .2s ease;
}
.dgil-video-testimonials .vt-dot.active {
  border-color: var(--gold, #c7992d);
  background: var(--gold, #c7992d);
}

@media (max-width: 820px) {
  .dgil-video-testimonials .vt-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .dgil-video-testimonials .vt-slide.active {
    grid-template-columns: 1fr;
  }
  .dgil-video-testimonials .vt-media {
    min-height: 16rem;
  }
  .dgil-video-testimonials .vt-copy {
    min-height: 0;
  }
}


/* DGIL V16.4 attorney-name refinement */
.attorney-name {
  font-size: 1.34rem !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
  white-space: nowrap;
}
@media (max-width: 420px) {
  .attorney-name {
    font-size: 1.18rem !important;
    letter-spacing: -.03em !important;
  }
}

/* DGIL V16.5 shared attorney + review system. Matches the homepage treatment sitewide. */
.dgil-attorney-reviews {
  overflow: hidden;
}
.dgil-attorney-reviews__layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: start;
}
.dgil-attorney-reviews__intro { min-width: 0; }
.dgil-attorney-reviews__heading {
  max-width: 12ch;
  font-size: clamp(2rem, 3.6vw, 3.15rem) !important;
}
.dgil-attorney-reviews__lede { max-width: 38rem; }
.dgil-attorney-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  min-width: 0;
}
.dgil-attorney-card { min-width: 0; }
.dgil-attorney-card__figure {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line, rgba(10,27,46,.13));
}
.dgil-attorney-card__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
  transition: filter .55s ease, transform .55s ease;
}
.dgil-attorney-card__figure:hover img,
.dgil-attorney-card__figure:focus-within img {
  filter: grayscale(0) contrast(1);
  transform: scale(1.035);
}
.dgil-attorney-card__name {
  margin: 1.1rem 0 0;
  font-family: 'beaufort-pro', Georgia, 'Times New Roman', serif;
  font-size: clamp(1.08rem, 1.45vw, 1.38rem) !important;
  line-height: 1.08;
  letter-spacing: -.025em;
  font-weight: 400;
  white-space: nowrap;
}
.dgil-attorney-card__role {
  margin: .42rem 0 0;
  color: var(--goldDeep, #7c5c18);
  font-size: .75rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.dgil-attorney-card__copy {
  margin: .75rem 0 0;
  font-size: .96rem;
  line-height: 1.7;
}
.dgil-mini-reviews {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line, rgba(10,27,46,.13));
}
.dgil-mini-reviews__viewport {
  overflow: hidden;
  margin-top: 1rem;
}
.dgil-mini-reviews__track {
  display: flex;
  transform: translateX(0);
  transition: transform .6s cubic-bezier(.22,.74,.22,1);
  will-change: transform;
}
.dgil-mini-review {
  flex: 0 0 100%;
  min-width: 100%;
  opacity: .35;
  transition: opacity .5s ease;
}
.dgil-mini-review.active { opacity: 1; }
.dgil-mini-review__stars {
  margin: 0;
  color: var(--goldDeep, #7c5c18);
  font-size: .9rem;
  line-height: 1;
  letter-spacing: .1em;
}
.dgil-mini-review__copy {
  margin: .75rem 0 0;
  font-family: 'beaufort-pro', Georgia, 'Times New Roman', serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: -.01em;
}
.dgil-mini-review__name {
  margin: 1rem 0 0;
  color: var(--muted, #56616b);
  font-size: .76rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.dgil-mini-reviews__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.dgil-mini-reviews__dots,
.dgil-mini-reviews__arrows {
  display: flex;
  gap: .55rem;
}
.dgil-mini-review__dot {
  width: .6rem;
  height: .6rem;
  padding: 0;
  border: 1px solid var(--lineStrong, rgba(10,27,46,.22));
  background: transparent;
}
.dgil-mini-review__dot.active {
  border-color: var(--gold, #c7992d);
  background: var(--gold, #c7992d);
}
.dgil-mini-review__arrow {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid var(--lineStrong, rgba(10,27,46,.22));
  background: transparent;
  color: var(--ink, #0a1b2e);
  font-size: .95rem;
  transition: border-color .2s ease, background .2s ease;
}
.dgil-mini-review__arrow:hover,
.dgil-mini-review__arrow:focus-visible {
  border-color: var(--ink, #0a1b2e);
  background: rgba(10,27,46,.04);
}

/* Increase contrast on all photographic office cards that place light copy over imagery. */
.dgil-photo-office-grid > .office > .office-photo::after {
  background: linear-gradient(180deg,
    rgba(10,27,46,.18) 0%,
    rgba(10,27,46,.38) 34%,
    rgba(10,27,46,.78) 58%,
    rgba(10,27,46,.96) 78%,
    rgba(10,27,46,.99) 100%) !important;
}
.dgil-photo-office-grid > .office > .office-body {
  text-shadow: 0 2px 16px rgba(0,0,0,.34);
}
.dgil-photo-office-grid .office-line .v,
.dgil-photo-office-grid .office-line .v a {
  color: #f7f5ef !important;
}
.dgil-photo-office-grid .office-line .v a { font-weight: 800; }
.dgil-photo-office-grid .office-cta a {
  color: #fff !important;
  border-color: rgba(255,255,255,.42) !important;
}
.office-cards .loc-card::before {
  background: linear-gradient(180deg,
    rgba(10,27,46,.14) 0%,
    rgba(10,27,46,.32) 34%,
    rgba(10,27,46,.76) 60%,
    rgba(10,27,46,.96) 80%,
    rgba(10,27,46,.99) 100%) !important;
}
.office-cards .loc-body {
  text-shadow: 0 2px 16px rgba(0,0,0,.34);
}
.office-cards .loc-addr { color: #f7f5ef !important; }
.office-cards .loc-link { color: #fff !important; border-color: rgba(255,255,255,.42) !important; }

@media (max-width: 980px) {
  .dgil-attorney-reviews__layout {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }
  .dgil-attorney-reviews__heading { max-width: 16ch; }
}
@media (max-width: 680px) {
  .dgil-attorney-cards {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .dgil-attorney-card__name {
    font-size: clamp(1.15rem, 5.4vw, 1.42rem) !important;
  }
  .dgil-mini-review__copy { font-size: 1.08rem; }
}
@media (prefers-reduced-motion: reduce) {
  .dgil-mini-reviews__track,
  .dgil-mini-review,
  .dgil-attorney-card__figure img { transition: none !important; }
}
