/* R60 SITE integrated editorial system. Source-bound production candidate. */

.r53-site.r60-surface {
  --r60-shell: 1280px;
  --r60-reading: 68ch;
  --r60-edge: clamp(28px, 4.8vw, 72px);
  --r60-space: clamp(72px, 8vw, 118px);
  --r60-ink: #171214;
  --r60-paper: #f5f0e8;
  --r60-red: #811318;
  --r60-wine: #4d0b0f;
  --r60-line: rgba(43, 25, 31, .16);
}

.r60-surface .r53-shell {
  width: min(calc(100% - 2 * var(--r60-edge)), var(--r60-shell)) !important;
  max-width: var(--r60-shell) !important;
  margin-inline: auto !important;
}

.r60-surface :where(h1, h2, h3) {
  text-wrap: balance;
}

.r60-surface :where(p, li, dd) {
  text-wrap: pretty;
}

/* One compact, measurable header across every route. */
.r60-surface .r53-header-grid {
  grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto auto !important;
  gap: clamp(16px, 1.45vw, 24px) !important;
  width: min(calc(100% - 2 * var(--r60-edge)), var(--r60-shell)) !important;
  max-width: var(--r60-shell) !important;
  margin-inline: auto !important;
}

.r60-surface .r53-menu { justify-self: end; }
.r60-surface .r53-brand { gap: 10px; }
.r60-surface .r53-brand strong { font-size: 20px; }
.r60-surface .r53-desktop-nav ul { gap: 12px; }

/* The counsel label sits on the pale counsel surface, not on oxblood. Keep the
   semantic label and its hairline at AA contrast in every locale. */
.r60-home .r54-selected-counsel-copy .r53-eyebrow {
  color: var(--r60-wine) !important;
}

/* HOME — one image field, one central message, no split pseudo-hero. */
.r60-home .r54-home-authority-stage {
  position: relative !important;
  display: block !important;
  grid-template-columns: none !important;
  min-height: clamp(700px, 79vh, 850px) !important;
  overflow: hidden !important;
  background: var(--r60-wine) !important;
  isolation: isolate;
}

.r60-home .r54-home-authority-media {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
}

.r60-home .r54-home-authority-media::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(129, 10, 43, .2), transparent 34%),
    linear-gradient(180deg, rgba(19, 2, 8, .79), rgba(72, 3, 24, .74) 54%, rgba(15, 7, 10, .72));
  content: "";
}

.r60-home .r54-home-authority-media .r53-hero-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 62% !important;
}

.r60-home .r54-home-authority-inner {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  width: min(calc(100% - 2 * var(--r60-edge)), var(--r60-shell)) !important;
  min-height: clamp(700px, 79vh, 850px) !important;
  place-items: center !important;
  margin-inline: auto !important;
}

.r60-home .r54-home-authority-copy {
  display: grid !important;
  width: min(100%, 1080px) !important;
  height: auto !important;
  justify-items: center !important;
  padding: clamp(76px, 9vw, 126px) 0 !important;
  background: transparent !important;
  text-align: center !important;
}

.r60-home .r54-home-authority-copy h1 {
  max-width: 17ch !important;
  margin-inline: auto !important;
  font-size: clamp(64px, 6.3vw, 92px) !important;
  line-height: 1 !important;
  letter-spacing: -.045em !important;
  text-align: center !important;
}

.r60-home[data-r53-locale="ko"] .r54-home-authority-copy h1 {
  max-width: 14ch !important;
  line-height: 1.04 !important;
  letter-spacing: -.032em !important;
  word-break: keep-all;
}

.r60-home[data-r53-locale="zh"] .r54-home-authority-copy h1 {
  max-width: 12ch !important;
  line-height: 1.04 !important;
  letter-spacing: -.025em !important;
  word-break: normal;
  line-break: strict;
}

.r60-home .r54-home-authority-copy hr {
  margin: 28px auto 24px !important;
}

.r60-home .r54-home-quote {
  width: min(100%, 700px) !important;
  max-width: 700px !important;
  margin-inline: auto !important;
  border: 1px solid rgba(255, 255, 255, .38) !important;
  border-left-width: 1px !important;
  background: rgba(24, 4, 10, .32);
  text-align: center !important;
  backdrop-filter: blur(8px);
}

.r60-home .r53-hero-actions {
  justify-content: center !important;
  margin-inline: auto !important;
}

/* ABOUT — a centered identity followed by editorial evidence modules. */
.r60-about [data-r53-component="page.intro"] .r54-route-hero-grid {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: clamp(560px, 50vw, 720px) !important;
  min-height: 0 !important;
  overflow: hidden;
}

.r60-about [data-r53-component="page.intro"] .r53-page-hero-media {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
}

.r60-about [data-r53-component="page.intro"] .r53-page-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 8, 10, .2), rgba(16, 8, 10, .62));
  content: "";
}

.r60-about [data-r53-component="page.intro"] .r53-page-hero-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.r60-about [data-r53-component="page.intro"] .r54-route-hero-title {
  position: absolute !important;
  z-index: 2;
  left: 50% !important;
  top: 46% !important;
  display: grid !important;
  width: min(calc(100% - 2 * var(--r60-edge)), 980px) !important;
  justify-items: center;
  padding: 0 !important;
  color: #fff !important;
  text-align: center;
  transform: translate(-50%, -50%) !important;
}

.r60-about [data-r53-component="page.intro"] .r54-route-hero-title .r53-eyebrow {
  justify-content: center;
  color: rgba(255,255,255,.84) !important;
}

.r60-about [data-r53-component="page.intro"] h1 {
  max-width: 13ch !important;
  margin: 16px auto 0 !important;
  color: #fff !important;
  font-size: clamp(70px, 7vw, 104px) !important;
  line-height: .94 !important;
  text-align: center !important;
}

.r60-about [data-r53-component="page.intro"] .r53-page-side {
  position: absolute !important;
  z-index: 2;
  left: 50% !important;
  bottom: clamp(34px, 4vw, 54px) !important;
  width: min(calc(100% - 2 * var(--r60-edge)), 720px) !important;
  padding: 0 !important;
  color: rgba(255,255,255,.82);
  text-align: center;
  transform: translateX(-50%);
}

.r60-about .r54-firm-story-flow {
  width: min(calc(100% - 2 * var(--r60-edge)), 1160px) !important;
  max-width: 1160px !important;
}

.r60-about .r54-firm-story-group {
  padding-block: clamp(58px, 6.5vw, 92px) !important;
  border-bottom: 1px solid var(--r60-line);
}

.r60-about .r54-firm-story-group-heading {
  max-width: 820px !important;
  margin: 0 auto 34px !important;
  text-align: center;
}

.r60-about .r54-firm-story-group-heading h2 {
  font-size: clamp(42px, 4.5vw, 66px);
  line-height: .98;
}

.r60-about .r54-firm-story-group-opening .r54-firm-story-entry {
  display: grid !important;
  grid-template-columns: minmax(250px, .38fr) minmax(0, .62fr) !important;
  gap: clamp(48px, 7vw, 96px) !important;
  align-items: start;
  padding: 0 !important;
}

.r60-about .r54-firm-story-group-opening h3 {
  position: sticky;
  top: 118px;
  max-width: 16ch;
  margin: 0;
  font: 500 clamp(34px, 3.5vw, 50px)/1.02 var(--r53-serif);
  letter-spacing: -.04em;
}

.r60-about .r54-firm-story-group-opening .r54-narrative-chapter-body {
  max-width: var(--r60-reading) !important;
  font-size: 18px;
  line-height: 1.76;
}

.r60-about :where(.r54-firm-story-group-capabilities,.r54-firm-story-group-principles,.r54-firm-story-group-process,.r54-firm-story-group-pathways) .r54-firm-story-group-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  padding: 1px;
  background: var(--r60-line);
}

.r60-about :where(.r54-firm-story-group-capabilities,.r54-firm-story-group-principles,.r54-firm-story-group-process,.r54-firm-story-group-pathways) .r54-firm-story-entry {
  display: block !important;
  min-height: 100%;
  padding: clamp(28px, 3vw, 42px) !important;
  border: 0 !important;
  background: #fff;
}

.r60-about :where(.r54-firm-story-group-capabilities,.r54-firm-story-group-principles,.r54-firm-story-group-process,.r54-firm-story-group-pathways) h3 {
  margin: 0 0 20px;
  font-size: clamp(27px, 2.4vw, 36px);
  line-height: 1.04;
}

.r60-about .r54-firm-story-group-pathways .r54-firm-story-group-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* GEORGE — a composed identity opening and scan-first professional record. */
.r60-george .r54-identity-profile-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) !important;
  gap: clamp(54px, 7vw, 104px) !important;
  width: min(calc(100% - 2 * var(--r60-edge)), var(--r60-shell)) !important;
  min-height: 620px !important;
  align-items: end !important;
}

.r60-george .r54-identity-profile-copy {
  display: grid !important;
  align-self: center;
  justify-items: start !important;
  padding: clamp(64px, 8vw, 106px) 0 !important;
  text-align: left !important;
}

.r60-george .r54-identity-profile-copy .r53-eyebrow {
  justify-content: flex-start !important;
}

.r60-george .r54-identity-profile h1 {
  max-width: 12ch !important;
  margin: 18px 0 22px !important;
  font-size: clamp(68px, 7vw, 100px) !important;
  line-height: .92 !important;
  text-align: left !important;
}

.r60-george .r54-identity-profile :where(.r53-profile-role,.r53-page-side-detail) {
  max-width: 48ch;
  margin-inline: 0 !important;
  text-align: left !important;
}

.r60-george .r54-identity-profile-media {
  align-self: end;
  width: 100%;
  min-height: 560px;
}

.r60-george .r54-counsel-biography-grid {
  width: min(calc(100% - 2 * var(--r60-edge)), 1160px) !important;
}

.r60-george .r53-counsel-record-content > .r53-section-heading {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.r60-george .r53-counsel-record-content > .r53-section-heading .r53-eyebrow,
.r60-george .r54-counsel-biography-copy > .r53-eyebrow {
  justify-content: center;
  text-align: center;
}

.r60-george .r53-counsel-record-content > .r53-section-heading h2 {
  max-width: 13ch;
  margin-inline: auto;
  font-size: clamp(54px, 5.7vw, 82px);
  line-height: .92;
}

.r60-george .r54-counsel-fact-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: min(100%, 920px);
  margin: 42px auto 0 !important;
}

.r60-george .r54-counsel-fact-strip > div {
  min-height: 138px;
  align-content: center;
  text-align: center;
}

.r60-george .r54-counsel-chapters {
  display: grid;
  width: 100% !important;
  gap: 1px !important;
  margin-top: 22px !important;
  padding: 1px;
  background: var(--r60-line);
}

.r60-george .r54-counsel-chapter,
.r60-george .r54-counsel-chapter:nth-child(even) {
  display: grid !important;
  grid-template-columns: minmax(220px, .32fr) minmax(0, .68fr) !important;
  gap: clamp(38px, 5vw, 74px) !important;
  padding: clamp(34px, 4vw, 52px) !important;
  border: 0 !important;
  background: #fff !important;
}

.r60-george .r54-counsel-chapter:nth-child(even) :where(h2,h3),
.r60-george .r54-counsel-chapter:nth-child(even) .r54-counsel-chapter-body,
.r60-george .r54-counsel-chapter:nth-child(odd) :where(h2,h3) {
  grid-column: auto !important;
  grid-row: auto !important;
  text-align: left !important;
}

.r60-george .r54-counsel-chapter :where(h2,h3) {
  margin: 0 !important;
  color: var(--r60-wine);
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.02 !important;
}

.r60-george .r54-counsel-chapter-body {
  max-width: var(--r60-reading) !important;
  columns: auto !important;
}

/* CONTACT — one photographic opening, one office hub, one clear workflow. */
.r60-contact [data-r53-component="contact.intro"] .r54-route-hero-grid {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: clamp(540px, 48vw, 680px) !important;
  min-height: 0 !important;
  overflow: hidden;
}

.r60-contact [data-r53-component="contact.intro"] .r53-page-hero-media {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
}

.r60-contact [data-r53-component="contact.intro"] .r53-page-hero-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.r60-contact [data-r53-component="contact.intro"] .r53-page-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,7,11,.18), rgba(20,7,11,.55));
  content: "";
}

.r60-contact [data-r53-component="contact.intro"] .r54-route-hero-title {
  position: absolute !important;
  z-index: 2;
  left: 50% !important;
  top: 50% !important;
  display: grid !important;
  width: min(calc(100% - 2 * var(--r60-edge)), 720px) !important;
  min-height: 260px !important;
  place-content: center;
  justify-items: center;
  padding: 42px !important;
  border: 1px solid rgba(255,255,255,.46);
  background: rgba(89, 4, 29, .78) !important;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%) !important;
  backdrop-filter: blur(12px) saturate(120%);
}

.r60-contact [data-r53-component="contact.intro"] .r54-route-hero-title .r53-eyebrow {
  justify-content: center;
  color: rgba(255,255,255,.75);
}

.r60-contact [data-r53-component="contact.intro"] h1 {
  max-width: 12ch !important;
  margin: 18px auto 0 !important;
  color: #fff;
  font-size: clamp(64px, 6.4vw, 92px) !important;
  text-align: center !important;
}

.r60-contact .r53-office-record-grid {
  display: block !important;
  width: min(calc(100% - 2 * var(--r60-edge)), 1120px) !important;
  min-height: 0 !important;
}

.r60-contact .r53-office-record-copy {
  width: 100% !important;
  max-width: none !important;
}

.r60-contact .r53-office-record .r53-office-record-grid:not(:has(.r53-office-record-media)) .r53-office-record-copy {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: clamp(70px, 8vw, 110px) 0 !important;
}

.r60-contact .r53-office-record-copy > .r53-section-heading {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.r60-contact .r53-office-record-copy > .r53-section-heading .r53-eyebrow {
  justify-content: center;
}

.r60-contact .r53-office-record .r53-fact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100%;
  margin: 42px auto 0 !important;
  border: 1px solid var(--r60-line);
  column-gap: 0 !important;
  max-width: none !important;
}

.r60-contact .r53-office-record .r53-office-record-grid:not(:has(.r53-office-record-media)) .r53-fact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: none !important;
}

.r60-contact .r53-office-record .r53-fact-grid > div {
  display: grid;
  min-height: 170px;
  align-content: center;
  padding: 26px;
  text-align: center;
}

.r60-contact .r53-office-record .r53-fact-grid > div:nth-child(2) dd,
.r60-contact .r53-office-record .r53-fact-grid > div:nth-child(4) dd {
  font-size: clamp(16px, 1.7vw, 20px);
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.r60-contact .r53-office-record-media {
  display: none !important;
}

.r60-contact [data-r53-component="contact.form-workflow"] .r53-contact-grid {
  width: min(calc(100% - 2 * var(--r60-edge)), 1120px) !important;
  margin-inline: auto !important;
}

/* Remaining route families — the same geometry and editorial grammar, not
   isolated page decoration. */
.r60-surface :where(.r53-button,.r53-header-contact,.r53-arrow-link,.r53-contact-link) {
  border-radius: 0 !important;
}

.r60-surface :where(.r54-route-hero-title h1,.r53-profile-hero h1,.r53-article-hero h1) {
  letter-spacing: -.045em;
}

.r60-surface :where(.r53-prose,.r54-article-prose,.r54-counsel-chapter-body) {
  max-width: var(--r60-reading);
}

/* Other counsel profiles inherit George's professional dossier logic. */
.r60-counsel-detail .r54-identity-profile-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) !important;
  gap: clamp(54px, 7vw, 104px) !important;
  width: min(calc(100% - 2 * var(--r60-edge)), var(--r60-shell)) !important;
  min-height: 620px !important;
  align-items: end !important;
}

.r60-counsel-detail .r54-identity-profile-copy {
  display: grid !important;
  align-self: center;
  justify-items: start !important;
  padding: clamp(64px, 8vw, 106px) 0 !important;
}

.r60-counsel-detail .r54-identity-profile h1 {
  max-width: 12ch !important;
  margin: 18px 0 22px !important;
  font-size: clamp(68px, 7vw, 100px) !important;
  line-height: .92 !important;
}

.r60-counsel-detail .r54-counsel-biography-grid {
  width: min(calc(100% - 2 * var(--r60-edge)), 1160px) !important;
}

.r60-counsel-detail .r53-counsel-record-content > .r53-section-heading {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.r60-counsel-detail .r53-counsel-record-content > .r53-section-heading .r53-eyebrow {
  justify-content: center;
}

.r60-counsel-detail .r53-counsel-record-content > .r53-section-heading h2 {
  max-width: 13ch;
  margin-inline: auto;
  font-size: clamp(54px, 5.7vw, 82px);
  line-height: .92;
}

.r60-counsel-detail .r54-counsel-fact-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: min(100%, 920px);
  margin: 42px auto 0 !important;
}

/* Our Firm becomes one photographic opening instead of title then photo. */
.r60-firm [data-r53-component="page.intro"] .r54-route-hero-grid {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: clamp(520px, 46vw, 660px) !important;
  overflow: hidden;
}

.r60-firm [data-r53-component="page.intro"] .r53-page-hero-media {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
}

.r60-firm [data-r53-component="page.intro"] .r53-page-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(22,7,12,.78), rgba(22,7,12,.3) 58%, rgba(22,7,12,.08));
  content: "";
}

.r60-firm [data-r53-component="page.intro"] .r53-page-hero-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.r60-firm [data-r53-component="page.intro"] .r54-route-hero-title {
  position: absolute !important;
  z-index: 2;
  left: max(var(--r60-edge), calc((100vw - var(--r60-shell)) / 2 + var(--r60-edge))) !important;
  top: 50% !important;
  width: min(46vw, 620px) !important;
  padding: 0 !important;
  color: #fff;
  transform: translateY(-50%);
}

.r60-firm [data-r53-component="page.intro"] h1 {
  color: #fff !important;
  font-size: clamp(68px, 7vw, 100px) !important;
  line-height: .94 !important;
}

.r60-firm [data-r53-component="page.intro"] .r53-eyebrow {
  color: rgba(255,255,255,.78) !important;
}

.r60-firm [data-r53-component="page.intro"] .r53-page-side {
  position: absolute !important;
  z-index: 2;
  left: max(var(--r60-edge), calc((100vw - var(--r60-shell)) / 2 + var(--r60-edge))) !important;
  bottom: 54px !important;
  width: min(46vw, 620px) !important;
  padding: 0 !important;
  color: rgba(255,255,255,.8);
}

/* Resources scan as editorial cards on wide screens, one natural rail on mobile. */
.r60-article-archive .r53-article-layout {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  padding: 1px;
  background: var(--r60-line);
}

.r60-article-archive .r53-article-card {
  display: grid !important;
  grid-template-columns: minmax(170px, .36fr) minmax(0, .64fr) !important;
  min-height: 270px;
  border: 0 !important;
  background: #fff;
}

.r60-article-archive .r53-article-card-media {
  height: 100%;
  min-height: 270px;
}

.r60-article-archive .r53-article-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Functional holds are compact and explicit; blank space never impersonates a workflow. */
.r60-functional .r54-functional {
  min-height: 0 !important;
  padding-block: clamp(72px, 9vw, 120px) !important;
}

.r60-functional [data-r53-component="functional.intro"] {
  border-bottom: 0;
  background: linear-gradient(118deg, #21181b 0%, #4d0b0f 72%, #811318 100%);
  color: #fff;
}

.r60-functional [data-r53-component="functional.intro"] .r54-route-hero-grid {
  grid-template-columns: minmax(0, .62fr) minmax(280px, .38fr) !important;
  min-height: 400px;
  align-items: end;
}

.r60-functional [data-r53-component="functional.intro"] :where(h1,.r53-eyebrow,.r53-page-side) {
  color: #fff !important;
}

.r60-functional [data-r53-component="functional.intro"] h1 {
  max-width: 13ch;
  font-size: clamp(58px, 6.4vw, 88px);
  line-height: .94;
}

.r60-functional .r54-functional-shell {
  width: min(calc(100% - 2 * var(--r60-edge)), 820px) !important;
}

.r60-functional .r54-functional-surface {
  width: 100% !important;
  max-width: 820px !important;
  margin-inline: auto !important;
}

.r60-testimonials .r54-route-hero-title,
.r60-retired .r54-route-hero-title {
  max-width: 820px;
}

.r54-testimonial-archive {
  padding-block: var(--r60-space);
  background: var(--r60-paper);
}

.r54-testimonial-heading {
  display: grid;
  max-width: 860px;
  justify-items: center;
  margin: 0 auto clamp(42px, 6vw, 72px);
  text-align: center;
}

.r54-testimonial-heading .r53-eyebrow {
  justify-content: center;
}

.r54-testimonial-heading h2 {
  max-width: 13ch;
  margin: 16px auto 0;
  font-size: clamp(54px, 5.8vw, 84px);
  line-height: .92;
}

.r54-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--r60-line);
}

.r54-testimonial-card {
  display: grid;
  min-height: 380px;
  align-content: space-between;
  padding: clamp(32px, 4vw, 54px);
  background: #fff;
}

.r54-testimonial-card blockquote {
  margin: 0;
}

.r54-testimonial-card blockquote::before {
  display: block;
  margin-bottom: 22px;
  color: var(--r60-red);
  content: "“";
  font: 500 64px/.5 var(--r53-serif);
}

.r54-testimonial-card blockquote p {
  max-width: 58ch;
  margin: 0;
  font: 400 clamp(19px, 1.7vw, 24px)/1.58 var(--r53-serif);
}

.r54-testimonial-mobile { display: none; }

@media (min-width: 761px) and (max-width: 1380px) {
  .r60-surface .r53-brand strong,
  .r60-surface .r53-brand small { display: none !important; }
  .r60-surface .r53-brand { width: max-content; }
}

/* Compact laptops retain a direct consultation action in the same measured
   row as identity, menu and locale controls. */
@media (min-width: 961px) and (max-width: 1239px) {
  .r60-surface .r53-header-contact {
    display: flex !important;
    grid-column: auto !important;
    width: auto !important;
  }
}

.r54-testimonial-card footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--r60-line);
}

.r54-testimonial-card footer > span {
  color: var(--r60-red);
  font: 700 11px/1.4 var(--r53-sans);
  letter-spacing: .12em;
}

.r54-testimonial-card cite {
  display: grid;
  gap: 5px;
  font-style: normal;
}

.r54-testimonial-card cite strong {
  font: 600 20px/1.15 var(--r53-serif);
}

.r54-testimonial-card cite small {
  color: var(--r53-muted);
  font-size: 13px;
}

@media (min-width: 761px) {
  .r60-practice-index .r54-practice-directory-layout,
  .r60-practice-detail .r54-service-authority-grid,
  .r60-faq .r53-faq-grid,
  .r60-article-detail .r53-article-hero-grid,
  .r60-article-detail .r53-reading-grid {
    width: min(calc(100% - 2 * var(--r60-edge)), var(--r60-shell)) !important;
    max-width: var(--r60-shell) !important;
    margin-inline: auto !important;
  }
}

@media (max-width: 760px) {
  .r53-site.r60-surface {
    --r60-edge: 20px;
    --r60-space: 64px;
  }

  .r60-surface .r53-header-grid {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    width: calc(100% - 40px) !important;
    min-height: 72px !important;
    gap: 8px !important;
  }

  .r60-surface .r53-brand strong,
  .r60-surface .r53-brand small {
    display: none !important;
  }

  .r60-surface .r53-logo {
    width: 44px !important;
    height: 44px !important;
  }

  .r60-surface .r53-languages {
    order: 2;
    grid-column: auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .r60-surface .r53-brand { order: 1; }
  .r60-surface .r53-menu { order: 3; }

  .r60-surface .r53-languages a {
    min-height: 44px;
    padding-inline: 8px !important;
    font-size: 10px !important;
  }

  .r60-surface .r53-menu summary {
    min-height: 44px !important;
    padding: 9px 11px !important;
    font-size: 13px;
  }

  .r60-home .r54-home-authority-stage,
  .r60-home .r54-home-authority-inner {
    display: grid !important;
    min-height: 720px !important;
  }

  .r60-home .r54-home-authority-media {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    aspect-ratio: auto !important;
  }

  .r60-home .r54-home-authority-copy {
    padding: 56px 0 48px !important;
  }

  .r60-home .r54-home-authority-copy h1 {
    max-width: 14ch !important;
    font-size: clamp(38px, 10.4vw, 45px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.034em !important;
  }

  .r60-home[data-r53-locale="ko"] .r54-home-authority-copy h1 {
    max-width: 12ch !important;
    line-height: 1.09 !important;
    letter-spacing: -.02em !important;
  }
  .r60-home[data-r53-locale="zh"] .r54-home-authority-copy h1 {
    max-width: 11ch !important;
    line-height: 1.08 !important;
    letter-spacing: -.012em !important;
  }

  .r60-home .r54-home-quote {
    padding: 18px !important;
  }

  .r60-home .r53-hero-actions {
    width: 100% !important;
  }

  .r60-home .r58-founder-authority {
    padding-block: 54px !important;
  }

  .r60-home .r58-founder-authority-grid {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    gap: 14px 22px !important;
    width: calc(100% - 40px) !important;
    align-items: start !important;
  }

  .r60-home .r58-founder-authority-portrait {
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 112px !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5 !important;
  }

  .r60-home .r58-founder-authority-image {
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: 50% 18% !important;
  }

  .r60-home .r58-founder-authority-copy { display: contents !important; }
  .r60-home .r58-founder-authority-copy > .r53-eyebrow { grid-column: 2; margin: 3px 0 0; }
  .r60-home .r58-founder-authority-copy h2 {
    grid-column: 2;
    max-width: 9ch;
    margin: 0 !important;
    font-size: clamp(38px, 11vw, 48px) !important;
  }
  .r60-home .r58-founder-authority-intro {
    grid-column: 2;
    font-size: 14px;
    line-height: 1.52;
  }
  .r60-home .r58-founder-authority-facts,
  .r60-home .r58-founder-authority-action { grid-column: 1 / -1; }
  .r60-home .r58-founder-authority-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
  }
  .r60-home .r58-founder-authority-facts > div {
    grid-template-columns: 1fr;
    min-height: 112px;
  }

  .r60-about [data-r53-component="page.intro"] .r54-route-hero-grid {
    height: 590px !important;
  }

  .r60-about [data-r53-component="page.intro"] h1 {
    font-size: clamp(54px, 15vw, 66px) !important;
  }

  .r60-about .r54-firm-story-group-opening .r54-firm-story-entry,
  .r60-about :where(.r54-firm-story-group-capabilities,.r54-firm-story-group-principles,.r54-firm-story-group-process,.r54-firm-story-group-pathways) .r54-firm-story-group-grid {
    display: block !important;
    grid-template-columns: 1fr !important;
  }

  .r60-about .r54-firm-story-group-opening .r54-firm-story-entry > *,
  .r60-about .r54-firm-story-group-opening .r54-narrative-chapter-body {
    width: 100% !important;
    max-width: 100% !important;
  }

  .r60-about .r54-firm-story-group-opening .r54-narrative-chapter-body {
    margin-top: 22px !important;
  }

  .r60-about .r54-firm-story-group-opening h3 {
    position: static;
  }

  .r60-about .r54-firm-story-group {
    padding-block: 54px !important;
  }

  .r60-george .r54-identity-profile-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    min-height: 0 !important;
    gap: 0 !important;
  }

  .r60-george .r54-identity-profile-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    justify-items: center !important;
    padding: 58px 20px 52px !important;
    text-align: center !important;
  }

  .r60-george .r54-identity-profile-copy .r53-eyebrow {
    justify-content: center !important;
  }

  .r60-george .r54-identity-profile h1 {
    max-width: 10ch !important;
    margin-inline: auto !important;
    font-size: clamp(54px, 15vw, 66px) !important;
    text-align: center !important;
  }

  .r60-george .r54-identity-profile :where(.r53-profile-role,.r53-page-side-detail) {
    margin-inline: auto !important;
    text-align: center !important;
  }

  .r60-george .r54-identity-profile-media {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5;
  }

  .r60-george .r54-counsel-fact-strip {
    grid-template-columns: 1fr !important;
  }

  .r60-george .r54-counsel-chapter,
  .r60-george .r54-counsel-chapter:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
    padding: 30px 22px !important;
  }

  .r60-george .r54-counsel-chapter :where(h2,h3),
  .r60-george .r54-counsel-chapter-body {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  .r60-contact [data-r53-component="contact.intro"] .r54-route-hero-grid {
    height: 590px !important;
  }

  .r60-contact [data-r53-component="contact.intro"] .r54-route-hero-title {
    width: calc(100% - 40px) !important;
    min-height: 230px !important;
    padding: 30px 20px !important;
  }

  .r60-contact [data-r53-component="contact.intro"] h1 {
    font-size: clamp(54px, 15vw, 66px) !important;
  }

  .r60-contact .r53-office-record .r53-fact-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .r60-contact .r53-office-record .r53-office-record-grid:not(:has(.r53-office-record-media)) .r53-office-record-copy {
    display: block !important;
    padding: 58px 0 !important;
  }

  .r60-contact .r53-office-record .r53-office-record-grid:not(:has(.r53-office-record-media)) .r53-fact-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .r60-contact .r53-office-record .r53-fact-grid > div {
    min-height: 142px;
    padding: 20px 14px;
  }

  .r60-contact [data-r53-component="contact.form-workflow"] .r53-contact-grid {
    width: 100% !important;
  }

  .r60-functional [data-r53-component="functional.intro"] .r54-route-hero-grid {
    grid-template-columns: 1fr !important;
    min-height: 340px;
  }

  .r60-functional [data-r53-component="functional.intro"] h1 {
    font-size: clamp(48px, 13vw, 62px);
  }

  .r60-counsel-detail .r54-identity-profile-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    min-height: 0 !important;
    gap: 0 !important;
  }

  .r60-counsel-detail .r54-identity-profile-copy {
    justify-items: center !important;
    width: 100% !important;
    padding: 58px 20px 52px !important;
    text-align: center !important;
  }

  .r60-counsel-detail .r54-identity-profile h1 {
    max-width: 10ch !important;
    margin-inline: auto !important;
    font-size: clamp(54px, 15vw, 66px) !important;
    text-align: center !important;
  }

  .r60-counsel-detail .r54-identity-profile-media {
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5;
  }

  .r60-firm [data-r53-component="page.intro"] .r54-route-hero-grid {
    height: 590px !important;
  }

  .r60-firm [data-r53-component="page.intro"] .r54-route-hero-title {
    left: 20px !important;
    top: 43% !important;
    width: calc(100% - 40px) !important;
    text-align: center;
    transform: translateY(-50%);
  }

  .r60-firm [data-r53-component="page.intro"] .r54-route-hero-title .r53-eyebrow {
    justify-content: center;
  }

  .r60-firm [data-r53-component="page.intro"] h1 {
    margin-inline: auto;
    font-size: clamp(54px, 15vw, 66px) !important;
  }

  .r60-firm [data-r53-component="page.intro"] .r53-page-side {
    left: 20px !important;
    bottom: 42px !important;
    width: calc(100% - 40px) !important;
    text-align: center;
  }

  .r60-article-archive .r53-article-layout,
  .r60-article-archive .r53-article-card {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .r60-article-archive .r53-article-card-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .r54-testimonial-grid {
    display: flex !important;
    width: calc(100% + 40px);
    margin-left: -20px;
    gap: 12px;
    padding: 0 20px 18px;
    overflow-x: auto;
    background: transparent;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .r54-testimonial-grid::-webkit-scrollbar { display: none; }

  .r54-testimonial-card {
    flex: 0 0 min(86vw, 340px);
    min-height: 520px;
    padding: 30px 22px;
    border: 1px solid var(--r60-line);
    scroll-snap-align: start;
  }

  .r54-testimonial-full { display: none; }
  .r54-testimonial-mobile { display: block; }
  .r54-testimonial-mobile summary { cursor: pointer; list-style: none; }
  .r54-testimonial-mobile summary::-webkit-details-marker { display: none; }
  .r54-testimonial-mobile summary span,
  .r54-testimonial-mobile > p {
    display: block;
    font: 400 19px/1.58 var(--r53-serif);
  }
  .r54-testimonial-mobile summary strong {
    display: inline-flex;
    margin-top: 22px;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    color: var(--r60-red);
    font: 700 12px/1.3 var(--r53-sans);
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .r54-testimonial-mobile[open] summary span { display: none; }
  .r54-testimonial-mobile[open] summary strong { margin-bottom: 22px; }
}

@media (max-width: 390px) {
  .r60-surface .r53-languages a { padding-inline: 6px !important; }
  .r60-home .r53-hero-actions { grid-template-columns: 1fr !important; }
}

@media (max-width: 360px) {
  .r60-home .r54-practice-card {
    flex-basis: calc(100vw - 28px) !important;
  }
  .r60-home .r54-practice-card h3 {
    font-size: 16px !important;
  }
  .r60-contact .r53-office-record .r53-fact-grid,
  .r60-contact .r53-office-record .r53-office-record-grid:not(:has(.r53-office-record-media)) .r53-fact-grid {
    grid-template-columns: 1fr !important;
  }
}

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