/* R64 — George counsel profile: contextual identity hero, compact credential
   dossier and section-aware biography navigation. This layer intentionally
   supersedes the older profile-only contain rule; other counsel/home portraits
   retain their source-complete treatment. */

.r60-george [data-r53-component="counsel.profile-intro"].r54-identity-profile {
  position: relative;
  min-height: 0 !important;
  overflow: clip;
  background: #160d10 !important;
  isolation: isolate;
}

.r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-grid {
  position: relative;
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(540px, 45vw, 630px) !important;
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-grid::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21, 9, 13, .98) 0%, rgba(43, 6, 18, .93) 27%, rgba(57, 7, 22, .62) 47%, rgba(17, 9, 12, .10) 72%, rgba(17, 9, 12, .18) 100%),
    linear-gradient(0deg, rgba(17, 9, 12, .42), transparent 42%);
  content: "";
  pointer-events: none;
}

.r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-media {
  position: absolute !important;
  z-index: 0;
  inset: 0 !important;
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: #160d10 !important;
}

.r60-george [data-r53-component="counsel.profile-intro"] .r64-profile-responsive-picture,
.r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-media .r53-profile-image {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
}

.r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-media .r53-profile-image {
  object-fit: cover !important;
  object-position: var(--r54-media-focus-wide, 67% 48%) !important;
  transform: none !important;
}

.r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-copy {
  position: relative;
  z-index: 2;
  display: flex !important;
  width: min(52%, 610px) !important;
  min-width: 0;
  align-self: center !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
  margin-left: max(var(--r53-edge), calc((100vw - 1180px) / 2)) !important;
  padding: clamp(58px, 6.2vw, 82px) 0 !important;
  text-align: left !important;
}

.r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-copy .r53-eyebrow {
  justify-content: flex-start !important;
  color: #fffaf6 !important;
}

.r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-copy .r53-eyebrow::after {
  width: 52px;
  height: 1px;
  margin-left: 14px;
  background: rgba(255,255,255,.38);
  content: "";
}

.r60-george [data-r53-component="counsel.profile-intro"] h1 {
  max-width: 9ch !important;
  margin: 20px 0 20px !important;
  color: #fff !important;
  font-size: clamp(62px, 6.3vw, 88px) !important;
  font-weight: 400 !important;
  line-height: .92 !important;
  letter-spacing: -.055em !important;
  text-align: left !important;
  text-wrap: balance;
}

.r60-george [data-r53-component="counsel.profile-intro"] .r53-profile-role {
  max-width: 42ch !important;
  margin: 0 !important;
  color: #f1ece8 !important;
  font: 600 12px/1.55 var(--r53-sans) !important;
  letter-spacing: .09em !important;
  text-align: left !important;
  text-transform: uppercase;
}

.r60-george [data-r53-component="counsel.profile-intro"] .r53-page-side-detail {
  max-width: 48ch !important;
  margin: 16px 0 0 !important;
  color: rgba(255,255,255,.82) !important;
  font: 400 16px/1.6 var(--r53-sans) !important;
  text-align: left !important;
}

.r60-george [data-r53-component="counsel.profile-intro"] .r53-profile-action {
  margin-top: 24px !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

.r60-george [data-r53-component="counsel.profile-intro"] .r53-profile-action:is(:hover,:focus-visible) {
  transform: translateY(-2px);
}

/* The dossier starts immediately after the hero. Its hierarchy is deliberately
   lateral and editorial so the content reads as a professional record, not a
   second oversized hero. */
.r60-george [data-r53-component="counsel.credentials"].r54-counsel-biography {
  padding: clamp(50px, 5.2vw, 74px) 0 clamp(64px, 7vw, 96px) !important;
  background: #f7f4ef !important;
}

.r60-george [data-r53-component="counsel.credentials"] .r54-counsel-biography-grid {
  width: min(calc(100% - 2 * var(--r53-edge)), 1180px) !important;
  max-width: 1180px !important;
}

.r60-george [data-r53-component="counsel.credentials"] .r53-counsel-record-content > .r53-section-heading {
  display: grid !important;
  max-width: none !important;
  grid-template-columns: minmax(150px, .28fr) minmax(0, .72fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: end;
  margin: 0 !important;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(78, 61, 65, .22);
  text-align: left !important;
}

.r60-george [data-r53-component="counsel.credentials"] .r53-counsel-record-content > .r53-section-heading .r53-eyebrow {
  align-self: start;
  justify-content: flex-start !important;
  margin-top: 8px;
  text-align: left !important;
}

.r60-george [data-r53-component="counsel.credentials"] .r53-counsel-record-content > .r53-section-heading h2 {
  max-width: 12ch !important;
  margin: 0 !important;
  color: #181315;
  font-size: clamp(48px, 4.8vw, 66px) !important;
  font-weight: 500;
  line-height: .95 !important;
  letter-spacing: -.045em;
  text-align: left !important;
  text-wrap: balance;
}

.r60-george [data-r53-component="counsel.credentials"] .r54-counsel-fact-strip {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(78, 61, 65, .22);
  padding: 0 !important;
  background: transparent !important;
}

.r60-george [data-r53-component="counsel.credentials"] .r54-counsel-fact-strip > div {
  display: grid;
  min-height: 104px !important;
  align-content: center !important;
  padding: 22px clamp(18px, 2.5vw, 34px) !important;
  border: 0 !important;
  border-right: 1px solid rgba(78, 61, 65, .18) !important;
  background: transparent !important;
  text-align: left !important;
}

.r60-george [data-r53-component="counsel.credentials"] .r54-counsel-fact-strip > div:last-child {
  border-right: 0 !important;
}

.r60-george [data-r53-component="counsel.credentials"] .r54-counsel-fact-strip dt {
  margin-bottom: 9px;
  color: #9b1737;
  font: 600 10px/1.2 var(--r53-sans);
  letter-spacing: .15em;
  text-transform: uppercase;
}

.r60-george [data-r53-component="counsel.credentials"] .r54-counsel-fact-strip dd {
  color: #21191c;
  font: 600 clamp(15px, 1.35vw, 18px)/1.35 var(--r53-serif);
}

.r60-george [data-r53-component="counsel.credentials"] .r54-counsel-biography-copy {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: clamp(38px, 4vw, 54px) 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.r60-george [data-r53-component="counsel.credentials"] .r54-counsel-biography-copy > .r53-eyebrow {
  justify-content: flex-start !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  text-align: left !important;
}

.r60-george [data-r53-component="counsel.credentials"] .r54-counsel-biography-copy > .r54-counsel-chapters:empty {
  display: none !important;
}

.r64-profile-index {
  position: sticky;
  z-index: 4;
  top: 78px;
  overflow: hidden;
  margin: 0 !important;
  background: #20171a;
  color: #fff;
  box-shadow: 0 14px 34px rgba(24, 13, 17, .12);
}

.r64-profile-index-progress {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 3px;
  background: rgba(255,255,255,.13);
}

.r64-profile-index-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: #d71945;
  transform: scaleX(var(--r64-profile-progress, .5));
  transform-origin: left center;
  transition: transform .32s cubic-bezier(.2,.7,.2,1);
}

.r64-profile-index ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.r64-profile-index li + li {
  border-left: 1px solid rgba(255,255,255,.14);
}

.r64-profile-index a {
  display: grid;
  min-height: 74px;
  grid-template-columns: 30px minmax(0, 1fr) 22px;
  gap: 13px;
  align-items: center;
  padding: 14px clamp(18px, 2.6vw, 32px);
  color: rgba(255,255,255,.66);
  text-decoration: none;
  transition: color .22s ease, background-color .22s ease;
}

.r64-profile-index a::after {
  content: "\2193";
  color: #fffaf6;
  font: 400 18px/1 var(--r53-serif);
  text-align: right;
  transition: transform .22s ease;
}

.r64-profile-index a > span {
  color: #fffaf6;
  font: 600 10px/1 var(--r53-sans);
  letter-spacing: .14em;
}

.r64-profile-index a > strong {
  overflow: hidden;
  font: 600 13px/1.3 var(--r53-sans);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.r64-profile-index a:is(:hover,:focus-visible),
.r64-profile-index a[aria-current="true"] {
  background: rgba(255,255,255,.075);
  color: #fff;
}

.r64-profile-index a:is(:hover,:focus-visible)::after {
  transform: translateY(3px);
}

.r60-george .r64-profile-indexed-chapters {
  display: grid !important;
  width: 100% !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

.r60-george .r64-profile-indexed-chapters .r54-counsel-chapter,
.r60-george .r64-profile-indexed-chapters .r54-counsel-chapter:nth-child(even) {
  display: grid !important;
  grid-template-columns: minmax(220px, .31fr) minmax(0, .69fr) !important;
  gap: clamp(38px, 5vw, 72px) !important;
  align-items: start;
  margin: 0 !important;
  padding: clamp(34px, 4vw, 52px) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(78, 61, 65, .18) !important;
  background: #fff !important;
  scroll-margin-top: 168px;
  outline: none;
}

.r60-george .r64-profile-indexed-chapters .r54-counsel-chapter:first-child {
  min-height: 210px;
  align-items: center;
  border-bottom-color: rgba(255,255,255,.13) !important;
  background: linear-gradient(120deg, #28191e, #4f091b) !important;
  color: #fff;
}

.r60-george .r64-profile-indexed-chapters .r54-counsel-chapter :is(h2,h3) {
  grid-column: 1 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  color: #5d1226 !important;
  font-size: clamp(29px, 2.9vw, 42px) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em;
  text-align: left !important;
  text-wrap: balance;
}

.r60-george .r64-profile-indexed-chapters .r54-counsel-chapter:first-child :is(h2,h3) {
  color: #fff !important;
}

.r60-george .r64-profile-indexed-chapters .r54-counsel-chapter-body {
  grid-column: 2 !important;
  grid-row: 1 !important;
  max-width: 70ch !important;
  color: #393033;
  font-size: 16px;
  line-height: 1.7;
}

/* R60 alternates even chapter columns. The R64 dossier deliberately keeps one
   stable title/content relationship, including the even education chapter. */
.r60-george [data-r53-component="counsel.credentials"] .r64-profile-indexed-chapters .r54-counsel-chapter :is(h2,h3) {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.r60-george [data-r53-component="counsel.credentials"] .r64-profile-indexed-chapters .r54-counsel-chapter .r54-counsel-chapter-body {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.r60-george .r64-profile-indexed-chapters .r54-counsel-chapter:first-child .r54-counsel-chapter-body {
  color: rgba(255,255,255,.82) !important;
  font-size: clamp(16px, 1.55vw, 20px);
}

.r60-george .r64-profile-indexed-chapters .r54-counsel-chapter-body > :first-child {
  margin-top: 0 !important;
}

.r60-george .r64-profile-indexed-chapters .r54-counsel-chapter-body > :last-child {
  margin-bottom: 0 !important;
}

.r60-george .r64-profile-indexed-chapters .r54-counsel-chapter-body ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.r60-george .r64-profile-indexed-chapters .r54-counsel-chapter-body li {
  position: relative;
  min-width: 0;
  margin: 0 !important;
  padding: 13px 0 13px 18px !important;
  border-top: 1px solid rgba(78, 61, 65, .16);
}

.r60-george .r64-profile-indexed-chapters .r54-counsel-chapter-body li::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bd1238;
  content: "";
}

@media (max-width: 820px) {
  .r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-grid {
    display: grid !important;
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 0 !important;
  }

  .r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-grid::before {
    display: none;
  }

  .r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-copy {
    grid-row: 1 !important;
    width: 100% !important;
    align-items: flex-start !important;
    margin-left: 0 !important;
    padding: clamp(46px, 7vw, 66px) var(--r53-edge) clamp(38px, 5.5vw, 52px) !important;
    background: linear-gradient(120deg, #2a1018, #700b25 82%) !important;
    text-align: left !important;
  }

  .r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-copy .r53-eyebrow {
    justify-content: flex-start !important;
  }

  .r60-george [data-r53-component="counsel.profile-intro"] h1 {
    margin: 17px 0 18px !important;
    font-size: clamp(54px, 9vw, 72px) !important;
    text-align: left !important;
  }

  .r60-george [data-r53-component="counsel.profile-intro"] :is(.r53-profile-role,.r53-page-side-detail) {
    margin-inline: 0 !important;
    text-align: left !important;
  }

  .r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-media {
    position: relative !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    height: clamp(360px, 61vw, 520px) !important;
    aspect-ratio: auto !important;
    background: #e9e2dc !important;
  }

  .r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-media .r53-profile-image {
    object-position: var(--r54-media-focus-mobile, 50% 34%) !important;
  }
}

@media (max-width: 760px) {
  .r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-copy {
    padding: 42px 22px 36px !important;
  }

  .r60-george [data-r53-component="counsel.profile-intro"] h1 {
    max-width: 10ch !important;
    font-size: clamp(48px, 14vw, 61px) !important;
    letter-spacing: -.05em !important;
  }

  .r60-george [data-r53-component="counsel.profile-intro"] .r53-profile-role {
    max-width: 34ch !important;
    font-size: 11px !important;
  }

  .r60-george [data-r53-component="counsel.profile-intro"] .r53-page-side-detail {
    font-size: 15px !important;
  }

  .r60-george [data-r53-component="counsel.profile-intro"] .r54-identity-profile-media {
    height: clamp(320px, 83vw, 410px) !important;
  }

  .r60-george [data-r53-component="counsel.credentials"].r54-counsel-biography {
    padding: 42px 0 64px !important;
  }

  .r60-george [data-r53-component="counsel.credentials"] .r53-counsel-record-content > .r53-section-heading {
    display: block !important;
    padding-bottom: 24px;
  }

  .r60-george [data-r53-component="counsel.credentials"] .r53-counsel-record-content > .r53-section-heading .r53-eyebrow {
    margin: 0 0 14px !important;
  }

  .r60-george [data-r53-component="counsel.credentials"] .r53-counsel-record-content > .r53-section-heading h2 {
    max-width: 11ch !important;
    font-size: clamp(40px, 12.3vw, 50px) !important;
  }

  .r60-george [data-r53-component="counsel.credentials"] .r54-counsel-fact-strip {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .r60-george [data-r53-component="counsel.credentials"] .r54-counsel-fact-strip > div {
    min-height: 84px !important;
    padding: 18px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(78, 61, 65, .16) !important;
  }

  .r64-profile-index {
    top: 64px;
    margin-inline: calc(-1 * var(--r53-edge)) !important;
  }

  .r64-profile-index a {
    min-height: 68px;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    padding: 12px 14px;
  }

  .r64-profile-index a::after {
    display: none;
  }

  .r64-profile-index a > strong {
    font-size: 11px;
  }

  .r60-george .r64-profile-indexed-chapters {
    margin-inline: calc(-1 * var(--r53-edge)) !important;
    width: calc(100% + 2 * var(--r53-edge)) !important;
  }

  .r60-george .r64-profile-indexed-chapters .r54-counsel-chapter,
  .r60-george .r64-profile-indexed-chapters .r54-counsel-chapter:nth-child(even) {
    display: block !important;
    min-height: 0;
    padding: 34px 22px !important;
    scroll-margin-top: 148px;
  }

  .r60-george .r64-profile-indexed-chapters .r54-counsel-chapter :is(h2,h3) {
    margin-bottom: 22px !important;
    font-size: clamp(29px, 9.5vw, 38px) !important;
  }

  .r60-george .r64-profile-indexed-chapters .r54-counsel-chapter-body {
    display: block !important;
    font-size: 15px;
  }

  .r60-george [data-r53-component="counsel.credentials"] .r64-profile-indexed-chapters .r54-counsel-chapter :is(h2,h3),
  .r60-george [data-r53-component="counsel.credentials"] .r64-profile-indexed-chapters .r54-counsel-chapter .r54-counsel-chapter-body {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .r60-george .r64-profile-indexed-chapters .r54-counsel-chapter-body ul {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .r64-profile-index-progress i,
  .r64-profile-index a,
  .r64-profile-index a::after,
  .r60-george [data-r53-component="counsel.profile-intro"] .r53-profile-action {
    transition: none !important;
  }
}
