/*
 * R78 whole-site optical balance, information compression, icon and line system.
 * This is the terminal presentation layer shared by EN, KO and ZH.
 */

:root {
  --r78-red: #981b24;
  --r78-red-dark: #650b13;
  --r78-night: #171114;
  --r78-ink: #171315;
  --r78-copy: #514a4d;
  --r78-paper: #f7f3ee;
  --r78-panel: #fff;
  --r78-line: #d9d3cf;
  --r78-line-soft: #ebe6e2;
  --r78-shell: min(1520px, calc(100vw - 64px));
  --r78-reading: 70ch;
  --r78-section: clamp(54px, 4.8vw, 76px);
  --r78-section-tight: clamp(40px, 3.5vw, 56px);
  --r78-gap: clamp(22px, 2.5vw, 36px);
  --r78-body: clamp(16px, 1.02vw, 18px);
  --r78-lead: clamp(19px, 1.25vw, 22px);
  --r78-h2: clamp(38px, 3.5vw, 54px);
  --r78-h3: clamp(23px, 1.8vw, 30px);
  --r78-shadow: 0 16px 38px rgba(35, 20, 25, .06);
  --r78-hero-safe-inline: max(clamp(20px, 3.2vw, 48px), calc((100vw - 1520px) / 2));
  --r78-hero-home-height: clamp(590px, 64svh, 690px);
  --r78-hero-media-height: clamp(410px, 29vw, 460px);
  --r78-hero-text-height: clamp(260px, 20vw, 320px);
  --r78-hero-copy-gap: clamp(16px, 1.8vw, 26px);
  --r78-hero-copy: 760px;
  --r78-hero-title-measure: 18ch;
  --r78-hero-title-home-measure: 17.5ch;
  --r78-action-slot: 44px;
  --r78-action-glyph: 18px;
}

html body.gl-r53 .r53-site[data-site-production-root] .r53-shell {
  width: min(100%, var(--r78-shell)) !important;
  max-width: var(--r78-shell) !important;
  min-width: 0 !important;
  margin-inline: auto !important;
}

html body.gl-r53 .r53-site[data-site-production-root] main :where(p,li,dd,figcaption) {
  orphans: 2;
  widows: 2;
}

html body.gl-r53 .r53-site[data-site-production-root][data-r53-locale="zh"] main :where(h1,h2,h3,p,li,dd) {
  word-break: normal !important;
  line-break: strict !important;
}

/* R78 owner correction: the lead proposition must read as a headline, not a
   narrow vertical stack. Semantic units stay intact, but the copy field owns
   the full optical column and never uses negative edge compensation. */
html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r54-home-authority-copy h1 {
  width: 100% !important;
  overflow: visible !important;
  text-wrap: balance !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r79-home-service-line {
  max-width: 66ch !important;
  margin: 16px 0 0 !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: clamp(13px, .82vw, 15px) !important;
  font-weight: 750 !important;
  line-height: 1.55 !important;
  letter-spacing: .015em !important;
  text-wrap: balance !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r79-home-audience-line {
  max-width: 35ch !important;
  margin: 18px 0 0 !important;
  color: #fff !important;
  font-family: var(--r53-serif) !important;
  font-size: clamp(20px, 1.45vw, 25px) !important;
  font-weight: 600 !important;
  line-height: 1.24 !important;
  letter-spacing: -.015em !important;
  text-wrap: balance !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root][data-r53-locale="ko"] main .r54-home-authority-copy h1 {
  max-width: 11em !important;
  font-size: clamp(50px, 4.2vw, 66px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.028em !important;
  word-break: keep-all !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root][data-r53-locale="zh"] main .r54-home-authority-copy h1 {
  max-width: 10.5em !important;
  font-size: clamp(48px, 4vw, 64px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.018em !important;
}

/* GUIDING PRINCIPLE — one purposeful type-on event even when only one
   statement exists. Multiple administrator-managed statements rotate with a
   restrained fade. Pointer position never moves the quotation. */
html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 78% 45%, rgba(152, 27, 36, .075), transparent 34%),
    linear-gradient(135deg, #f8f4ef 0%, #f5efe8 100%) !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: clamp(-90px, -4vw, -40px);
  width: clamp(190px, 24vw, 360px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(152, 27, 36, .13);
  border-radius: 50%;
  opacity: .6;
  transform: translateY(-50%) scale(.82);
  transition: transform 700ms cubic-bezier(.22, 1, .36, 1), opacity 500ms ease;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle.is-r76-visible::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-quote {
  min-block-size: clamp(132px, 12vw, 210px) !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle .r54-original-home-statement {
  opacity: 1 !important;
  transform: none !important;
  color: #24191c !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r82-principle-visible {
  position: relative !important;
  display: inline !important;
  opacity: 1 !important;
  filter: none !important;
  transition: opacity 320ms ease, filter 320ms ease !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r82-principle-visible.is-r82-fading {
  opacity: 0 !important;
  filter: blur(3px) !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r82-principle-visible.is-r82-typing::after {
  display: inline-block !important;
  width: 2px !important;
  height: .86em !important;
  margin-left: .1em !important;
  content: "" !important;
  vertical-align: -.04em !important;
  background: #981b24 !important;
  animation: r82-principle-caret 720ms steps(1, end) infinite !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r82-principle-visible.is-r82-complete {
  background-image: linear-gradient(90deg, rgba(152, 27, 36, .2), rgba(152, 27, 36, .04)) !important;
  background-repeat: no-repeat !important;
  background-position: 0 100% !important;
  background-size: 100% .12em !important;
}

@keyframes r82-principle-caret {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-source {
  max-width: 54ch !important;
  margin-top: 22px !important;
  color: #6d6265 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}

/* HERO SYSTEM — one optical centre and one responsive type hierarchy. */
@media (min-width: 981px) {
  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r54-home-authority-stage {
    min-height: clamp(590px, 66vh, 680px) !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r54-home-authority-inner {
    grid-template-columns: minmax(590px, .58fr) minmax(0, .42fr) !important;
    align-items: center !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r54-home-authority-copy {
    align-self: center !important;
    width: min(100%, 760px) !important;
    margin: 0 !important;
    padding: clamp(68px, 7vh, 88px) clamp(34px, 4vw, 62px) clamp(68px, 7vh, 88px) 0 !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r54-home-authority-copy h1 {
    max-width: 18ch !important;
    margin: 18px 0 0 !important;
    font-size: clamp(54px, 4.55vw, 72px) !important;
    line-height: .98 !important;
    letter-spacing: -.046em !important;
    text-wrap: balance !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero.r53-page-hero-has-media .r54-route-hero-grid {
    grid-template-columns: minmax(420px, .46fr) minmax(0, .54fr) !important;
    grid-template-rows: 1fr auto !important;
    height: clamp(410px, 30vw, 470px) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero.r53-page-hero-has-media .r54-route-hero-title {
    justify-content: end !important;
    padding: clamp(58px, 5vw, 76px) clamp(40px, 4.6vw, 68px) 18px 0 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero.r53-page-hero-has-media .r53-page-side {
    padding: 0 clamp(40px, 4.6vw, 68px) clamp(58px, 5vw, 76px) 0 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero h1 {
    max-width: 13ch !important;
    font-size: clamp(48px, 4vw, 58px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.035em !important;
    text-wrap: balance !important;
  }
}

/* ABOUT — visible editorial proof, compact indexed chapters, no text wall. */
html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-group,
html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-group:nth-child(n) {
  gap: 26px !important;
  padding: var(--r78-section) max(32px, calc((100vw - 1520px) / 2)) !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main :where(.r54-firm-story-group-heading,.r54-firm-story-group-grid) {
  max-width: 1520px !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-group-heading {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-group-heading::before {
  width: 32px !important;
  height: 2px !important;
  flex-basis: 32px !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-group-heading h2 {
  max-width: 19ch !important;
  font-size: var(--r78-h2) !important;
  line-height: 1.04 !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-group-opening .r54-firm-story-entry {
  grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr) !important;
  gap: clamp(34px, 5vw, 70px) !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-entry h3 {
  margin-bottom: 18px !important;
  font-size: var(--r78-h3) !important;
  line-height: 1.12 !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-entry .r54-narrative-chapter-body,
html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-entry .r54-narrative-chapter-body p {
  max-width: var(--r78-reading) !important;
  font-size: var(--r78-body) !important;
  line-height: 1.68 !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure,
html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure:nth-child(n) {
  display: block !important;
  padding-block: 0 !important;
  background: var(--r78-panel) !important;
  border-top: 1px solid var(--r78-line) !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure:last-child {
  border-bottom: 1px solid var(--r78-line) !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure > summary {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 44px !important;
  min-height: 92px !important;
  gap: 24px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 1520px !important;
  margin-inline: auto !important;
  padding: 20px 0 !important;
  cursor: pointer !important;
  list-style: none !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure > summary::-webkit-details-marker {
  display: none !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure > summary::before {
  display: none !important;
  content: none !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-story-summary-title {
  color: var(--r78-ink) !important;
  font-family: var(--r53-serif) !important;
  font-size: clamp(28px, 2.45vw, 40px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
  text-wrap: balance !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-story-summary-action {
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  place-items: center !important;
  color: #fff !important;
  background: var(--r78-red) !important;
  border-radius: 50% !important;
  transition: transform 180ms ease, background-color 180ms ease !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-story-summary-action svg {
  width: 18px !important;
  height: 18px !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure[open] .r78-story-summary-action {
  transform: rotate(180deg) !important;
  background: var(--r78-red-dark) !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure > .r54-firm-story-group-grid {
  margin: 0 auto var(--r78-section-tight) !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure .r54-firm-story-entry,
html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure .r54-firm-story-entry:nth-child(n) {
  padding: clamp(24px, 2.2vw, 34px) !important;
  border: 0 !important;
  background: var(--r78-paper) !important;
  box-shadow: none !important;
}

html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-group-pathways .r54-firm-story-entry:first-child {
  padding: clamp(28px, 3vw, 42px) !important;
  border: 0 !important;
  background: var(--r78-paper) !important;
}

/* PRACTICE DIRECTORY — professional symbols and one unmistakable action. */
html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-layout {
  grid-template-columns: minmax(230px, .32fr) minmax(0, 1fr) !important;
  gap: clamp(38px, 5vw, 72px) !important;
  padding-block: var(--r78-section) !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-list {
  gap: 10px !important;
  border: 0 !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-list li {
  border: 0 !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-link {
  grid-template-columns: 50px minmax(0, 1fr) 42px !important;
  min-height: 104px !important;
  gap: 18px !important;
  padding: 18px 20px !important;
  border: 1px solid var(--r78-line-soft) !important;
  color: var(--r78-ink) !important;
  background: #fcfaf7 !important;
  box-shadow: none !important;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r78-practice-icon {
  display: grid !important;
  width: 46px !important;
  height: 46px !important;
  place-items: center !important;
  color: var(--r78-red) !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #f1e8e7 !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r78-practice-symbol {
  width: 25px !important;
  height: 25px !important;
  color: currentColor !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.75 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  overflow: visible !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-link strong {
  font-size: clamp(21px, 1.5vw, 27px) !important;
  line-height: 1.16 !important;
  text-wrap: balance !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-action,
html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-action:nth-child(n) {
  display: grid !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  place-items: center !important;
  color: var(--r78-red) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  padding: 0 !important;
  line-height: 0 !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-action svg {
  width: 20px !important;
  height: 20px !important;
  overflow: visible !important;
  transform: none !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-action > span {
  display: grid !important;
  width: 44px !important;
  height: 44px !important;
  place-items: center !important;
  overflow: visible !important;
  color: currentColor !important;
  transform: none !important;
  margin: 0 !important;
  line-height: 0 !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-action > span::before,
html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-action > span::after {
  display: none !important;
  content: none !important;
}

@media (hover: hover) {
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-link:hover {
    color: #fff !important;
    border-color: var(--r78-red) !important;
    background: var(--r78-red) !important;
    transform: translateY(-2px) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-link:hover .r78-practice-icon {
    color: #fff !important;
    background: rgba(255, 255, 255, .12) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-link:hover .r54-practice-directory-action {
    color: #fff !important;
    border-color: transparent !important;
    background: transparent !important;
  }
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-link:focus-visible {
  outline: 3px solid #171315 !important;
  outline-offset: 3px !important;
}

/* The home rail consumes the same state-contrast law as every directory. */
html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r53-practice-card :where(.r53-practice-icon,.r53-practice-action,.r67-icon) {
  color: currentColor !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r53-practice-card .r78-practice-icon {
  color: var(--r78-red) !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r53-practice-card .r78-practice-symbol {
  width: 25px !important;
  height: 25px !important;
}

@media (hover: hover) {
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r53-practice-card:hover :where(.r53-practice-icon,.r53-practice-action,.r67-icon) {
    color: #fff !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r53-practice-card:hover .r78-practice-icon {
    color: #fff !important;
  }
}

/* FOOTER — compact editorial grouping, no maze of full-width rules. */
html body.gl-r53 .r53-site[data-site-production-root] .r53-footer {
  background: var(--r78-night) !important;
}

html body.gl-r53 .r53-site[data-site-production-root] .r53-footer-top {
  grid-template-columns: minmax(0, .68fr) minmax(300px, .32fr) !important;
  gap: clamp(42px, 7vw, 96px) !important;
  align-items: end !important;
  padding-block: clamp(46px, 4.5vw, 62px) 30px !important;
  border-bottom: 0 !important;
}

html body.gl-r53 .r53-site[data-site-production-root] .r53-footer-top strong {
  display: block !important;
  max-width: 14ch !important;
  font-size: clamp(30px, 2.8vw, 43px) !important;
  line-height: 1.02 !important;
  text-wrap: balance !important;
}

html body.gl-r53 .r53-site[data-site-production-root] .r66-footer-contact-rule {
  width: 100% !important;
  max-width: 380px !important;
  justify-self: end !important;
  padding-bottom: 14px !important;
}

html body.gl-r53 .r53-site[data-site-production-root] .r53-footer-grid {
  grid-template-columns: minmax(280px, 1.1fr) minmax(320px, 1fr) minmax(150px, .55fr) !important;
  gap: clamp(34px, 5vw, 72px) !important;
  padding-block: 30px 22px !important;
  border-top: 1px solid rgba(255, 255, 255, .18) !important;
}

html body.gl-r53 .r53-site[data-site-production-root] .r53-footer-grid > :where(section,nav) {
  padding-top: 0 !important;
  border-top: 0 !important;
}

html body.gl-r53 .r53-site[data-site-production-root] .r66-footer-column-heading {
  position: relative !important;
  margin: 0 0 22px !important;
  padding-bottom: 12px !important;
  border-bottom: 0 !important;
}

html body.gl-r53 .r53-site[data-site-production-root] .r66-footer-column-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, .5);
}

html body.gl-r53 .r53-site[data-site-production-root] .r53-footer-address p {
  margin-bottom: 16px !important;
}

html body.gl-r53 .r53-site[data-site-production-root] .r53-footer-legal {
  margin-top: 10px !important;
  padding-top: 18px !important;
}

@media (max-width: 980px) {
  :root {
    --r78-shell: min(900px, calc(100vw - 48px));
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r54-home-authority-copy {
    width: min(calc(100% - 48px), 650px) !important;
    margin-inline: auto !important;
    padding: clamp(58px, 9vw, 78px) 0 clamp(52px, 8vw, 70px) !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r54-home-authority-copy h1 {
    max-width: 15ch !important;
    font-size: clamp(51px, 9vw, 70px) !important;
    line-height: .98 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero .r54-route-hero-title,
  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero:not(.r53-page-hero-has-media) .r54-route-hero-title {
    min-height: 0 !important;
    padding: 54px 24px 18px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero .r53-page-side,
  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero:not(.r53-page-hero-has-media) .r53-page-side {
    padding: 0 24px 48px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero h1 {
    max-width: 13ch !important;
    font-size: clamp(42px, 7vw, 54px) !important;
    line-height: 1.04 !important;
    text-wrap: balance !important;
  }

  html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-group,
  html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-group:nth-child(n) {
    padding-inline: 24px !important;
  }

  html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure > summary {
    padding-inline: 0 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] .r53-footer-top,
  html body.gl-r53 .r53-site[data-site-production-root] .r53-footer-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] .r66-footer-contact-rule {
    justify-self: start !important;
  }
}

@media (max-width: 640px) {
  :root {
    --r78-shell: calc(100vw - 40px);
    --r78-section: 44px;
    --r78-h2: clamp(33px, 9vw, 42px);
    --r78-h3: clamp(23px, 6.5vw, 29px);
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r54-home-authority-copy {
    width: calc(100% - 40px) !important;
    padding: clamp(64px, 17vw, 82px) 0 52px !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r54-home-authority-copy h1 {
    max-width: 100% !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
    font-size: clamp(38px, 10.8vw, 48px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.04em !important;
    box-sizing: border-box !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r54-home-authority-copy h1 .r72-semantic-unit {
    display: inline !important;
    white-space: normal !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-grid {
    gap: 20px !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-quote {
    padding: 4px 0 4px 20px !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r54-original-home-statement {
    max-width: 100% !important;
    font-size: clamp(29px, 8.8vw, 40px) !important;
    line-height: 1.06 !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle::after {
    top: auto;
    right: -92px;
    bottom: -102px;
    width: 220px;
    transform: scale(.82);
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle.is-r76-visible::after {
    transform: scale(1);
  }

  html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-group,
  html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-group:nth-child(n) {
    gap: 22px !important;
    padding: var(--r78-section) 20px !important;
  }

  html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r54-firm-story-group-opening .r54-firm-story-entry {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure,
  html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure:nth-child(n) {
    padding: 0 20px !important;
  }

  html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure > summary {
    grid-template-columns: minmax(0, 1fr) 38px !important;
    min-height: 76px !important;
    gap: 16px !important;
    padding: 16px 0 !important;
  }

  html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-story-summary-title {
    font-size: clamp(25px, 7vw, 32px) !important;
  }

  html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-story-summary-action {
    width: 38px !important;
    height: 38px !important;
  }

  html body.gl-r53 .r53-site.r60-about[data-site-production-root] #r53-main .r78-firm-story-disclosure > .r54-firm-story-group-grid {
    margin-bottom: 34px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-list {
    gap: 8px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-link {
    grid-template-columns: 44px minmax(0, 1fr) 38px !important;
    min-height: 84px !important;
    gap: 13px !important;
    padding: 14px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r78-practice-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r78-practice-symbol {
    width: 23px !important;
    height: 23px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-link strong {
    font-size: clamp(19px, 5.6vw, 24px) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-action,
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-action:nth-child(n) {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border-radius: 10px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] .r53-footer-top {
    gap: 28px !important;
    padding-block: 42px 28px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] .r53-footer-grid {
    gap: 0 !important;
    padding-block: 18px 18px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] .r53-footer-grid > :where(section,nav) {
    padding-block: 24px !important;
    border-top: 1px solid rgba(255, 255, 255, .16) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] .r66-footer-column-heading {
    margin-bottom: 18px !important;
  }
}

/* R80 desktop identity and navigation scale.
   George's review identified the desktop logo/name, primary navigation and
   locale controls as undersized. The asset itself is unchanged: this terminal
   layer enlarges the shared header component while preserving the compact
   tablet/mobile owner below 1280px. */
@media (min-width: 1280px) {
  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-header-grid {
    width: min(calc(100% - clamp(40px, 5vw, 96px)), 1680px) !important;
    max-width: 1680px !important;
    min-height: 94px !important;
    gap: clamp(12px, 1vw, 20px) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-brand {
    gap: 15px !important;
    max-width: 430px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-logo {
    width: 58px !important;
    height: 58px !important;
    flex: 0 0 58px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-brand strong {
    font-size: clamp(23px, 1.45vw, 27px) !important;
    line-height: 1.08 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-brand small {
    display: block !important;
    max-width: none !important;
    overflow: visible !important;
    font-size: 10px !important;
    line-height: 1.45 !important;
    letter-spacing: .14em !important;
    white-space: nowrap !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-desktop-nav ul {
    gap: clamp(9px, .8vw, 16px) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-desktop-nav a {
    min-height: 90px !important;
    padding-inline: 5px !important;
    font-size: clamp(15.5px, .92vw, 17px) !important;
    line-height: 1.2 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-desktop-nav a::after {
    bottom: 22px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-languages :where(a,.r53-language-unavailable) {
    min-width: 50px !important;
    min-height: 50px !important;
    padding-inline: 13px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-header-contact {
    min-width: 158px !important;
    min-height: 52px !important;
    padding-inline: 20px !important;
    font-size: 15px !important;
  }
}

@media (min-width: 1280px) and (max-width: 1535px) {
  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-header-grid {
    width: calc(100% - 32px) !important;
    gap: 10px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-logo {
    width: 54px !important;
    height: 54px !important;
    flex-basis: 54px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-brand {
    gap: 12px !important;
    max-width: 330px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-brand strong {
    font-size: 23px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-brand small {
    font-size: 9px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-desktop-nav ul {
    gap: 7px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-desktop-nav a {
    padding-inline: 3px !important;
    font-size: 16px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-languages :where(a,.r53-language-unavailable) {
    min-width: 46px !important;
    padding-inline: 10px !important;
    font-size: 12px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] > .r53-header .r53-header-contact {
    min-width: 146px !important;
    padding-inline: 16px !important;
    font-size: 15px !important;
  }
}

/* Stable cross-family production contract. These data hooks, rather than a
   page-specific class chain, own hero containment and the one action slot. */
html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero] {
  height: auto !important;
  min-height: 0 !important;
  overflow: clip !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero-shell] {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  align-items: center !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero-copy] {
  min-width: 0 !important;
  align-self: center !important;
  justify-content: center !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero-title] {
  box-sizing: border-box !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: min(100%, var(--r78-hero-title-measure)) !important;
  overflow: visible !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-overflow: clip !important;
  -webkit-line-clamp: unset !important;
}

html body.gl-r53 .r53-site[data-site-production-root][data-r53-locale="ko"] #r53-main [data-r78-hero-title] {
  max-width: min(100%, 13em) !important;
  word-break: keep-all !important;
}

html body.gl-r53 .r53-site[data-site-production-root][data-r53-locale="zh"] #r53-main [data-r78-hero-title] {
  max-width: min(100%, 12em) !important;
  line-break: strict !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero="home"] [data-r78-hero-title] {
  max-width: min(100%, var(--r78-hero-title-home-measure)) !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero-title] .r72-semantic-unit {
  display: inline !important;
  white-space: normal !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-action-slot],
html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-action-slot]:nth-child(n) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: minmax(0, 1fr) !important;
  flex: 0 0 auto !important;
  inline-size: var(--r78-action-slot) !important;
  block-size: var(--r78-action-slot) !important;
  min-inline-size: var(--r78-action-slot) !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--r78-red) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  line-height: 0 !important;
  overflow: visible !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-action-slot] > svg {
  display: block !important;
  inline-size: var(--r78-action-glyph) !important;
  block-size: var(--r78-action-glyph) !important;
  margin: 0 !important;
  color: currentColor !important;
  overflow: visible !important;
  transform: translateX(.5px) !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main :where([data-r78-action-slot],.r53-practice-action)::before,
html body.gl-r53 .r53-site[data-site-production-root] #r53-main :where([data-r78-action-slot],.r53-practice-action)::after {
  display: none !important;
  content: none !important;
}

@media (hover: hover) {
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main :where(.r53-practice-card,.r54-practice-directory-link):hover [data-r78-action-slot] {
    color: #fff !important;
  }
}

@media (min-width: 768px) {
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero="home"] [data-r78-hero-shell] {
    grid-template-columns: minmax(0, 58fr) minmax(0, 42fr) !important;
    min-block-size: var(--r78-hero-home-height) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero="home"] [data-r78-hero-copy] {
    width: min(100%, var(--r78-hero-copy)) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero="home"] [data-r78-hero-shell] {
    grid-template-columns: minmax(0, 64fr) minmax(0, 36fr) !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] #r53-main [data-r78-hero="home"] [data-r78-hero-copy] {
    width: 100% !important;
    padding-inline-end: clamp(24px, 3vw, 38px) !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] #r53-main [data-r78-hero="home"] [data-r78-hero-title] {
    max-width: 17.5ch !important;
    font-size: clamp(48px, 6.6vw, 56px) !important;
  }
}

@media (max-width: 767px) {
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero="home"] .r54-home-authority-stage {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero="home"] [data-r78-hero-shell] {
    height: auto !important;
    min-height: 0 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero-shell] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero-copy] {
    min-width: 0 !important;
    padding-inline: 20px !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] #r53-main [data-r78-hero="home"] [data-r78-hero-copy] {
    width: calc(100% - 40px) !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero-title],
  html body.gl-r53 .r53-site[data-site-production-root][data-r53-locale="ko"] #r53-main [data-r78-hero-title],
  html body.gl-r53 .r53-site[data-site-production-root][data-r53-locale="zh"] #r53-main [data-r78-hero-title] {
    max-width: 100% !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    font-size: clamp(36px, 10.2vw, 44px) !important;
  }
}

/* Article heroes must consume the safe edge once. The legacy shell and copy
   both added mobile padding, reducing long legal titles to a 240px measure. */
@media (max-width: 980px) {
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero="article"] [data-r78-hero-shell] {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-inline: 0 !important;
    gap: 0 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero="article"] [data-r78-hero-copy] {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    padding-inline: clamp(20px, 4vw, 32px) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero="article"] [data-r78-hero-title] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle::after,
  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-quote,
  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r54-original-home-statement {
    transition: none !important;
    transform: none !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r82-principle-visible,
  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r82-principle-visible.is-r82-fading {
    opacity: 1 !important;
    filter: none !important;
    transition: none !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r82-principle-visible::after {
    content: none !important;
    animation: none !important;
  }
}

/* R83 principle typography and motion frame. The invisible sizing stack owns
   the maximum statement height before motion starts, so typing or locale
   rotation can never push the following section. One burgundy rule is the
   complete accent grammar; the former underline and ambient circle are
   intentionally removed. */
html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle {
  background: #f7f3ee !important;
  color: #201719 !important;
  padding-block: clamp(68px, 6vw, 88px) !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle::after {
  display: none !important;
  content: none !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle::before {
  display: none !important;
  content: none !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-title,
html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-title span {
  color: #771226 !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-title span {
  display: none !important;
  content: none !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-grid {
  grid-template-columns: minmax(170px, .23fr) minmax(0, 1fr) !important;
  gap: clamp(52px, 5vw, 76px) !important;
  align-items: start !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-title {
  margin-top: 10px !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-quote {
  min-block-size: 0 !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r54-original-home-statement {
  width: 100% !important;
  max-width: 24ch !important;
  font-size: clamp(42px, 4.25vw, 66px) !important;
  font-weight: 600 !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root][data-r53-locale="ko"] main .r54-original-home-statement {
  max-width: 20ch !important;
  font-size: clamp(38px, 4vw, 60px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.02em !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root][data-r53-locale="zh"] main .r54-original-home-statement {
  max-width: 18em !important;
  font-size: clamp(40px, 4.1vw, 62px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.01em !important;
  word-break: normal !important;
  line-break: strict !important;
  overflow-wrap: normal !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r83-principle-copy-frame,
html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r83-principle-size-stack {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r83-principle-copy-frame > *,
html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r83-principle-size-stack > * {
  grid-area: 1 / 1 !important;
  min-width: 0 !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r83-principle-size-stack {
  visibility: hidden !important;
  pointer-events: none !important;
  user-select: none !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r83-principle-size-stack > span {
  display: block !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r82-principle-visible {
  display: block !important;
  align-self: start !important;
  background: none !important;
  background-image: none !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r82-principle-visible.is-r82-typing::after {
  background: currentColor !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle[data-r83-accent="none"] .r61-home-principle-quote {
  padding-inline-start: 0 !important;
}

html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle[data-r83-accent="none"] .r61-home-principle-quote::before {
  display: none !important;
  content: none !important;
}

@media (max-width: 900px) {
  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle {
    padding: 56px 32px 64px !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-title {
    margin-top: 0 !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-quote {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 4px 0 4px clamp(20px, 4vw, 28px) !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r83-principle-copy-frame,
  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r83-principle-size-stack {
    box-sizing: border-box !important;
    max-width: 100% !important;
  }
}

@media (max-width: 640px) {
  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle {
    padding: 44px 20px 52px !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r61-home-principle-quote {
    padding-inline-start: 20px !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root] main .r54-original-home-statement {
    max-width: 100% !important;
    font-size: clamp(34px, 10.2vw, 46px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.028em !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root][data-r53-locale="ko"] main .r54-original-home-statement {
    font-size: clamp(32px, 9.6vw, 43px) !important;
    line-height: 1.14 !important;
    letter-spacing: -.015em !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root][data-r53-locale="zh"] main .r54-original-home-statement {
    font-size: clamp(34px, 9.8vw, 44px) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main :where(.r54-practice-directory-link,.r78-story-summary-action) {
    transition: none !important;
  }
}

/* R79 shared route geometry. All interior route heroes consume this single
   frame; locale changes type metrics, not component topology. */
html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero,
html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero.r53-page-hero-has-media {
  min-height: 0 !important;
  overflow: hidden !important;
}

html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero .r54-route-hero-grid,
html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero.r53-page-hero-has-media .r54-route-hero-grid {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero:not(.r53-page-hero-has-media) .r54-route-hero-grid {
  grid-template: var(--r78-hero-text-height) / minmax(0, 1fr) !important;
  height: auto !important;
  min-height: var(--r78-hero-text-height) !important;
}

html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero:not(.r53-page-hero-has-media) .r54-route-hero-title {
  display: flex !important;
  grid-area: 1 / 1 !important;
  min-height: 0 !important;
  justify-content: center !important;
  padding: clamp(50px, 5vw, 76px) var(--r78-hero-safe-inline) !important;
}

html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero:not(.r53-page-hero-has-media) .r54-route-hero-title > * {
  width: min(100%, 1520px) !important;
}

html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero h1 {
  width: 100% !important;
  max-width: 18ch !important;
  margin: 14px 0 0 !important;
  font-size: clamp(48px, 3.8vw, 60px) !important;
  line-height: 1.01 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance !important;
}

html body.gl-r53 .r53-site[data-site-production-root][data-r53-locale="ko"] main .r54-route-hero h1 {
  max-width: 20ch !important;
  font-size: clamp(46px, 3.45vw, 56px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
  word-break: keep-all !important;
}

html body.gl-r53 .r53-site[data-site-production-root][data-r53-locale="zh"] main .r54-route-hero h1 {
  max-width: 16ch !important;
  font-size: clamp(48px, 3.55vw, 58px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.015em !important;
}

@media (min-width: 981px) {
  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero.r53-page-hero-has-media .r54-route-hero-grid {
    grid-template-columns: minmax(500px, 45%) minmax(0, 55%) !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    height: var(--r78-hero-media-height) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero.r53-page-hero-has-media .r54-route-hero-title {
    display: flex !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: stretch !important;
    justify-content: flex-end !important;
    padding: clamp(54px, 4.8vw, 72px) clamp(42px, 4.5vw, 68px) 20px var(--r78-hero-safe-inline) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero.r53-page-hero-has-media.r54-page-hero-compact .r54-route-hero-title {
    grid-row: 1 / -1 !important;
    justify-content: center !important;
    padding-bottom: clamp(54px, 4.8vw, 72px) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero.r53-page-hero-has-media .r53-page-side {
    grid-column: 1 !important;
    grid-row: 2 !important;
    padding: 0 clamp(42px, 4.5vw, 68px) clamp(54px, 4.8vw, 72px) var(--r78-hero-safe-inline) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero.r53-page-hero-has-media .r53-page-hero-media {
    grid-column: 2 !important;
    grid-row: 1 / -1 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-action svg {
    width: 24px !important;
    height: 24px !important;
  }
}

/* Practice overview carries information before the inquiry endcap. */
html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r79-practice-directory-copy {
  display: grid !important;
  min-width: 0 !important;
  gap: 8px !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r79-practice-directory-copy > small {
  display: -webkit-box !important;
  max-width: 54ch !important;
  overflow: hidden !important;
  color: var(--r78-copy) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-wrap: pretty !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r79-practice-directory-link-has-summary {
  min-height: 150px !important;
  align-items: center !important;
}

@media (hover: hover) {
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-link:hover .r79-practice-directory-copy > small {
    color: #fff !important;
  }
}

/* Equal counsel media frames: neither portrait establishes its own size or
   background. Full bodies remain available on each profile route. */
html body.gl-r53 .r53-site[data-site-production-root] #r53-main :where(.r54-selected-person,.r54-selected-person-associate,.r54-firm-person),
html body.gl-r53 .r53-site[data-site-production-root] #r53-main :where(.r54-selected-person,.r54-selected-person-associate,.r54-firm-person):nth-child(n) {
  grid-template-rows: clamp(320px, 24vw, 390px) auto !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main :where(.r54-selected-person,.r54-selected-person-associate,.r54-firm-person) > figure,
html body.gl-r53 .r53-site[data-site-production-root] #r53-main :where(.r54-selected-person,.r54-selected-person-associate,.r54-firm-person):nth-child(n) > figure {
  height: clamp(320px, 24vw, 390px) !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main :is(.r67-profile-authority-hero,.r53-profile-hero,.r53-article-hero) {
  overflow: clip !important;
}

html body.gl-r53 .r53-site[data-site-production-root] #r53-main :is(.r67-profile-authority-hero,.r53-profile-hero,.r53-article-hero) h1 {
  font-size: clamp(48px, 3.8vw, 60px) !important;
  line-height: 1.01 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance !important;
}

html body.gl-r53 .r53-site[data-site-production-root][data-r53-locale="ko"] #r53-main :is(.r67-profile-authority-hero,.r53-profile-hero,.r53-article-hero) h1 {
  font-size: clamp(46px, 3.45vw, 56px) !important;
  line-height: 1.08 !important;
  word-break: keep-all !important;
}

html body.gl-r53 .r53-site[data-site-production-root][data-r53-locale="zh"] #r53-main :is(.r67-profile-authority-hero,.r53-profile-hero,.r53-article-hero) h1 {
  font-size: clamp(48px, 3.55vw, 58px) !important;
  line-height: 1.08 !important;
}

@media (max-width: 767px) {
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero="article"] [data-r78-hero-title],
  html body.gl-r53 .r53-site[data-site-production-root][data-r53-locale="ko"] #r53-main [data-r78-hero="article"] [data-r78-hero-title],
  html body.gl-r53 .r53-site[data-site-production-root][data-r53-locale="zh"] #r53-main [data-r78-hero="article"] [data-r78-hero-title] {
    font-size: clamp(36px, 9.4vw, 42px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.025em !important;
  }
}

@media (max-width: 980px) {
  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero.r53-page-hero-has-media .r54-route-hero-grid {
    grid-template: auto auto minmax(240px, 36vw) / minmax(0, 1fr) !important;
    height: auto !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero .r54-route-hero-title,
  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero:not(.r53-page-hero-has-media) .r54-route-hero-title {
    grid-column: 1 !important;
    grid-row: 1 !important;
    padding: 50px 24px 28px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero .r53-page-side {
    grid-column: 1 !important;
    grid-row: 2 !important;
    padding: 0 24px 42px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero .r53-page-hero-media {
    grid-column: 1 !important;
    grid-row: 3 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 240px !important;
    margin: 0 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero:not(.r53-page-hero-has-media) .r54-route-hero-grid {
    grid-template-rows: minmax(250px, auto) !important;
    min-height: 250px !important;
  }
}

@media (max-width: 640px) {
  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero h1,
  html body.gl-r53 .r53-site[data-site-production-root][data-r53-locale="ko"] main .r54-route-hero h1,
  html body.gl-r53 .r53-site[data-site-production-root][data-r53-locale="zh"] main .r54-route-hero h1 {
    max-width: 100% !important;
    font-size: clamp(36px, 10.4vw, 45px) !important;
    line-height: 1.06 !important;
    text-wrap: balance !important;
  }

  html body.gl-r53 .r53-site.r60-home[data-site-production-root][data-r53-locale="ko"] main .r54-home-authority-copy h1,
  html body.gl-r53 .r53-site.r60-home[data-site-production-root][data-r53-locale="zh"] main .r54-home-authority-copy h1 {
    max-width: 100% !important;
    font-size: clamp(34px, 9.8vw, 42px) !important;
    line-height: 1.08 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero .r54-route-hero-title,
  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero:not(.r53-page-hero-has-media) .r54-route-hero-title {
    padding: 42px 20px 24px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero .r53-page-side {
    padding: 0 20px 34px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero.r53-page-hero-has-media .r54-route-hero-grid {
    grid-template-rows: auto auto 220px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] main .r54-route-hero .r53-page-hero-media {
    min-height: 220px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-link,
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r79-practice-directory-link-has-summary {
    grid-template-columns: 42px minmax(0, 1fr) 44px !important;
    min-height: 0 !important;
    padding: 18px 14px !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-action,
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r54-practice-directory-action:nth-child(n) {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 0 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main .r79-practice-directory-copy > small {
    font-size: 14px !important;
    line-height: 1.45 !important;
    -webkit-line-clamp: 4 !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main :where(.r54-selected-person,.r54-selected-person-associate,.r54-firm-person),
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main :where(.r54-selected-person,.r54-selected-person-associate,.r54-firm-person):nth-child(n) {
    grid-template-rows: min(270px, 72vw) auto !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main :where(.r54-selected-person,.r54-selected-person-associate,.r54-firm-person) > figure,
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main :where(.r54-selected-person,.r54-selected-person-associate,.r54-firm-person):nth-child(n) > figure {
    height: min(270px, 72vw) !important;
  }
}

/* R82.1 — media route heroes without a support/sidebar slot have only two
   real children. Do not reserve the legacy third grid row, which rendered as
   a 220px blank block below the image on phone layouts. This terminal rule
   must remain after the legacy max-width:640px route block above. */
@media (max-width: 640px) {
  html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero="route"][data-r78-hero-media="true"][data-r78-hero-support="false"] [data-r78-hero-shell] {
    grid-template-rows: auto minmax(220px, auto) !important;
  }

  html body.gl-r53 .r53-site[data-site-production-root] #r53-main [data-r78-hero="route"][data-r78-hero-media="true"][data-r78-hero-support="false"] [data-r78-hero-media-slot] {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
}
