/* Surgeon identity standard — page-scoped premium treatment */
.surgeon-identity-page {
  --identity-forest: #0c2924;
  --identity-forest-2: #173a32;
  --identity-ink: #18211e;
  --identity-paper: #f4efe5;
  --identity-paper-2: #ebe3d5;
  --identity-copper: #bd5a35;
  --identity-bronze: #a48659;
  --identity-line: rgba(22, 45, 38, .16);
}

.surgeon-identity-page h1,
.surgeon-identity-page h2,
.surgeon-identity-page h3 {
  text-wrap: balance;
}

.surgeon-identity-page h1,
.surgeon-identity-page h2 {
  letter-spacing: -.018em;
  font-weight: 320;
}

.surgeon-identity-page .serif-i {
  font-style: italic;
  font-weight: 310;
}

.surgeon-identity-page .seo-breadcrumbs {
  position: relative;
  z-index: 5;
}

.identity-hero {
  position: relative;
  min-height: 690px;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  padding: 118px 0 78px !important;
  overflow: hidden;
  color: #fff;
  background: var(--identity-forest);
}

.identity-hero-image,
.identity-hero-shade {
  position: absolute;
  inset: 0;
}

.identity-hero-image {
  z-index: -3;
  background-image: url('/img/premium/surgeon-identity-hero-en-v1.webp');
  background-size: cover;
  background-position: center;
  transform: scale(1.002);
}

.identity-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 27, 23, .95) 0%, rgba(7, 27, 23, .87) 39%, rgba(7, 27, 23, .46) 62%, rgba(7, 27, 23, .18) 100%),
    linear-gradient(0deg, rgba(5, 19, 16, .62), transparent 55%);
}

.identity-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(315px, .66fr);
  align-items: end;
  gap: clamp(48px, 8vw, 118px);
}

.identity-hero-copy {
  max-width: 790px;
}

.identity-hero .eyebrow {
  color: #d8bc91;
}

body.surgeon-identity-page .identity-hero h1 {
  color: #fff;
  max-width: 10.5ch;
  font-size: clamp(3.4rem, 5.55vw, 6.15rem) !important;
  line-height: .94;
  margin: 19px 0 26px;
}

.identity-hero .lede {
  max-width: 680px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1.12rem, 1.45vw, 1.36rem);
  line-height: 1.58;
}

.identity-hero .evidence-actions {
  margin-top: 34px;
}

.identity-hero .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .4);
  background: rgba(7, 27, 23, .22);
  backdrop-filter: blur(7px);
}

.identity-hero .btn-outline:hover {
  background: #fff;
  color: var(--identity-forest);
}

.identity-docket {
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(7, 26, 22, .76);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
  padding: 30px 32px 33px;
}

.docket-label {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  color: #d8bc91;
  font: 700 .7rem/1.2 Inter, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding-bottom: 18px;
  margin-bottom: 5px;
}

.identity-docket dl,
.identity-docket dd {
  margin: 0;
}

.identity-docket dl > div {
  padding: 17px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.identity-docket dl > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.identity-docket dt {
  color: rgba(255, 255, 255, .5);
  font: 700 .66rem/1.2 Inter, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.identity-docket dd {
  color: rgba(255, 255, 255, .92);
  font: 400 .96rem/1.52 Inter, sans-serif;
}

.identity-gap {
  background: #f8f5ee;
  padding-bottom: 116px !important;
}

.identity-intro {
  margin-bottom: 52px;
}

.surface-model {
  max-width: 1050px;
  margin: 0 auto;
  border: 1px solid var(--identity-line);
  box-shadow: 0 24px 60px rgba(17, 41, 34, .08);
}

.surface-visible {
  display: grid;
  grid-template-columns: 180px 1fr .7fr;
  gap: 28px;
  align-items: center;
  padding: 34px 42px;
  background: #fff;
}

.surface-visible span,
.surface-hidden span {
  font: 700 .68rem/1.3 Inter, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.surface-visible span {
  color: var(--identity-copper);
}

.surface-visible strong {
  font: 400 1.17rem/1.45 "Source Serif 4", Georgia, serif;
  color: var(--identity-ink);
}

.surface-visible p {
  margin: 0;
  font-size: .86rem;
  color: #68736e;
}

.surface-line {
  position: relative;
  background: var(--identity-copper);
  color: #fff;
  text-align: center;
  height: 31px;
}

.surface-line span {
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 16px;
  background: var(--identity-copper);
  font: 700 .61rem/1 Inter, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.surface-hidden {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--identity-forest);
  color: #fff;
}

.surface-hidden div {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, .12);
  padding: 31px 22px;
}

.surface-hidden div:last-child {
  border-right: 0;
}

.surface-hidden div::before {
  content: '';
  display: block;
  width: 26px;
  height: 1px;
  margin-bottom: 20px;
  background: #d1aa74;
}

.surface-hidden span {
  display: block;
  color: rgba(255, 255, 255, .84);
  letter-spacing: .08em;
}

.identity-principle {
  max-width: 840px;
  margin: 62px auto 0;
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: start;
}

.identity-principle .principle-mark {
  color: var(--identity-copper);
  font: italic 300 6.2rem/.8 Fraunces, Georgia, serif;
}

.identity-principle p {
  margin: 0;
  color: var(--identity-forest);
  font: 350 clamp(1.45rem, 2.3vw, 2.12rem)/1.4 "Source Serif 4", Georgia, serif;
}

.identity-principle em {
  font-family: Fraunces, Georgia, serif;
  font-weight: 310;
}

.identity-chain {
  background: var(--identity-paper) !important;
}

.chain-list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  border-top: 1px solid var(--identity-line);
}

.chain-list li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  gap: 32px;
  align-items: center;
  border-bottom: 1px solid var(--identity-line);
  padding: 31px 0;
}

.chain-list li > div:first-child {
  display: grid;
  grid-template-columns: 145px minmax(210px, .82fr) 1.2fr;
  align-items: start;
  gap: 24px;
}

.chain-list li > div > span {
  color: var(--identity-copper);
  font: 700 .66rem/1.4 Inter, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
  padding-top: 7px;
}

.chain-list h3 {
  margin: 0;
  color: var(--identity-forest);
  font: 400 1.4rem/1.25 "Source Serif 4", Georgia, serif !important;
}

.chain-list p {
  margin: 0;
  color: #53615b;
  font-size: .94rem;
  line-height: 1.65;
}

.chain-list li > em {
  justify-self: end;
  color: #65736d;
  font: 600 .64rem/1 Inter, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid rgba(20, 50, 42, .17);
  border-radius: 30px;
  padding: 9px 12px;
}

.identity-visual-story {
  padding: 108px 0 116px;
  background: #fff;
}

.timeout-figure {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(360px, .87fr);
  min-height: 600px;
  margin: 0;
  background: var(--identity-forest);
  color: #fff;
  box-shadow: 0 35px 90px rgba(9, 38, 31, .16);
}

.timeout-image {
  min-height: 600px;
  overflow: hidden;
}

.timeout-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 47% center;
}

.timeout-figure figcaption {
  align-self: center;
  padding: clamp(45px, 6vw, 86px);
}

.timeout-figure .eyebrow {
  color: #d4b27d;
}

.timeout-figure h2 {
  color: #fff;
  font-size: clamp(2.35rem, 3.6vw, 4rem);
  line-height: 1.03;
  margin: 19px 0 28px;
}

.timeout-figure p {
  color: rgba(255, 255, 255, .73);
  font-size: 1rem;
  line-height: 1.75;
}

.timeout-figure .text-link {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .48);
  padding-bottom: 5px;
  font: 700 .72rem/1 Inter, sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.change-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 90px;
  align-items: end;
  margin: 112px 0 47px;
}

.change-heading h2 {
  font-size: clamp(2.65rem, 4.9vw, 5rem);
  line-height: 1.02;
  margin: 16px 0 0;
  color: var(--identity-forest);
}

.change-heading > p {
  margin: 0 0 8px;
  color: #56635d;
  line-height: 1.7;
}

.change-timeline {
  position: relative;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--identity-line);
}

.change-timeline::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 16.66%;
  height: 5px;
  background: var(--identity-copper);
}

.change-timeline li {
  min-height: 220px;
  padding: 34px 22px 18px 0;
  border-right: 1px solid var(--identity-line);
}

.change-timeline li + li {
  padding-left: 22px;
}

.change-timeline li:last-child {
  border-right: 0;
}

.change-timeline span {
  color: var(--identity-copper);
  font: 700 .62rem/1.2 Inter, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.change-timeline h3 {
  color: var(--identity-forest);
  font: 400 1.19rem/1.3 "Source Serif 4", Georgia, serif !important;
  margin: 9px 0 12px;
}

.change-timeline p {
  color: #67736e;
  font-size: .82rem;
  line-height: 1.62;
}

.identity-lock-section {
  background: #e8e0d2;
}

.identity-lock-shell {
  display: grid;
  grid-template-columns: minmax(320px, .76fr) minmax(0, 1.24fr);
  gap: clamp(55px, 8vw, 118px);
  align-items: start;
}

.identity-lock-intro {
  position: sticky;
  top: 120px;
}

.identity-lock-intro h2 {
  color: var(--identity-forest);
  font-size: clamp(2.8rem, 4.6vw, 5rem);
  line-height: 1;
  margin: 17px 0 26px;
}

.identity-lock-intro > p {
  color: #50605a;
  line-height: 1.75;
}

.lock-rule {
  border-left: 3px solid var(--identity-copper);
  margin-top: 37px;
  padding: 5px 0 5px 23px;
}

.lock-rule span {
  display: block;
  color: var(--identity-copper);
  font: 700 .64rem/1.2 Inter, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.lock-rule p {
  margin: 0;
  color: #3d4a45;
  font-size: .88rem;
  line-height: 1.65;
}

.identity-lock-tool {
  background: var(--identity-forest);
  color: #fff;
  box-shadow: 0 32px 80px rgba(10, 43, 35, .16);
  padding: clamp(30px, 4.2vw, 54px);
}

.lock-progress {
  padding-bottom: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.lock-progress > div:first-child {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.lock-progress span {
  color: rgba(255, 255, 255, .58);
  font: 700 .66rem/1.2 Inter, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.lock-progress output {
  color: #dfbd88;
  font: italic 350 clamp(1.28rem, 2vw, 1.72rem)/1.1 Fraunces, Georgia, serif;
  text-align: right;
}

.lock-meter {
  height: 4px;
  margin: 18px 0 14px;
  background: rgba(255, 255, 255, .14);
  overflow: hidden;
}

.lock-meter span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--identity-copper);
  transition: width .28s ease;
}

.lock-progress p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: .83rem;
}

.lock-checks {
  padding: 8px 0 2px;
}

.lock-checks label {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  cursor: pointer;
}

.lock-checks input {
  width: 21px;
  height: 21px;
  margin: 2px 0 0;
  accent-color: var(--identity-copper);
}

.lock-checks label > span {
  color: rgba(255, 255, 255, .72);
  font: 400 .88rem/1.55 Inter, sans-serif;
}

.lock-checks b {
  display: block;
  color: #fff;
  font-size: .97rem;
  margin-bottom: 3px;
}

.lock-reset {
  margin-top: 25px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  background: transparent;
  color: rgba(255, 255, 255, .78);
  cursor: pointer;
  font: 700 .65rem/1.2 Inter, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.finding-table-wrap {
  overflow-x: auto;
  margin-top: 45px;
  border: 1px solid var(--identity-line);
}

.surgeon-identity-page .finding-table {
  margin: 0;
  min-width: 800px;
}

.surgeon-identity-page .finding-table th {
  background: var(--identity-forest);
  color: #fff;
}

.surgeon-identity-page .finding-table td:nth-child(2) {
  width: 185px;
}

.finding-pill {
  display: inline-block;
  border-radius: 30px;
  padding: 9px 12px;
  white-space: nowrap;
  font: 700 .61rem/1 Inter, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.finding-pill.verified { background: #dcebe2; color: #17533c; }
.finding-pill.limited { background: #ede7d5; color: #6b5729; }
.finding-pill.unavailable { background: #e6e7e6; color: #4f5753; }
.finding-pill.conflict { background: #f4dfd2; color: #8b3e26; }
.finding-pill.failed { background: #eed5d4; color: #822c31; }
.finding-pill.review { background: #dce7eb; color: #2d5969; }

.identity-faq {
  background: var(--identity-forest);
  color: #fff;
}

.identity-faq .eyebrow {
  color: #d6b57f;
}

.identity-faq .evidence-intro h2,
.identity-faq .evidence-intro p {
  color: #fff;
}

.identity-faq .evidence-intro p {
  opacity: .7;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .16);
  margin-top: 48px;
}

.faq-grid article {
  padding: 39px 38px 6px 0;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.faq-grid article + article {
  padding-left: 38px;
}

.faq-grid article:last-child {
  border-right: 0;
}

.faq-grid h3 {
  color: #fff;
  font: 400 1.42rem/1.3 "Source Serif 4", Georgia, serif !important;
  margin: 0 0 16px;
}

.faq-grid p {
  color: rgba(255, 255, 255, .67);
  font-size: .9rem;
  line-height: 1.7;
}

.identity-sources .source-item {
  grid-template-columns: 1fr;
  padding-left: 0;
}

.identity-cta {
  margin-top: 70px;
}

@media (max-width: 1080px) {
  .identity-hero {
    min-height: 670px;
  }
  .identity-hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(290px, .7fr);
    gap: 45px;
  }
  body.surgeon-identity-page .identity-hero h1 {
    font-size: clamp(3.2rem, 6.7vw, 5.6rem) !important;
  }
  .chain-list li > div:first-child {
    grid-template-columns: 1fr 1.25fr;
  }
  .chain-list li > div > span {
    grid-column: 1 / -1;
    padding: 0;
  }
  .change-timeline {
    grid-template-columns: repeat(3, 1fr);
  }
  .change-timeline::before {
    width: 33.33%;
  }
  .change-timeline li:nth-child(3) {
    border-right: 0;
  }
  .change-timeline li:nth-child(n+4) {
    border-top: 1px solid var(--identity-line);
  }
  .timeout-figure {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .identity-hero {
    min-height: auto;
    padding: 90px 0 55px !important;
  }
  .identity-hero-image {
    background-position: 61% center;
  }
  .identity-hero-shade {
    background: linear-gradient(90deg, rgba(6, 24, 20, .96), rgba(6, 24, 20, .7));
  }
  .identity-hero-grid,
  .surface-visible,
  .timeout-figure,
  .change-heading,
  .identity-lock-shell {
    grid-template-columns: 1fr;
  }
  .identity-docket {
    max-width: 560px;
  }
  .surface-hidden {
    grid-template-columns: repeat(2, 1fr);
  }
  .surface-hidden div {
    min-height: 125px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }
  .surface-hidden div:last-child {
    grid-column: 1 / -1;
  }
  .chain-list li {
    grid-template-columns: 1fr;
  }
  .chain-list li > em {
    justify-self: start;
  }
  .timeout-image {
    min-height: 470px;
  }
  .change-heading {
    gap: 20px;
  }
  .identity-lock-intro {
    position: static;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq-grid article,
  .faq-grid article + article {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }
  .faq-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  .identity-hero {
    padding: 70px 0 42px !important;
  }
  body.surgeon-identity-page .identity-hero h1 {
    font-size: clamp(2.85rem, 13vw, 4.25rem) !important;
  }
  .identity-hero .evidence-actions {
    display: grid;
  }
  .identity-docket {
    padding: 24px;
  }
  .identity-gap,
  .identity-visual-story {
    padding-bottom: 78px !important;
  }
  .surface-visible {
    gap: 13px;
    padding: 27px 24px;
  }
  .surface-visible strong {
    font-size: 1.02rem;
  }
  .surface-hidden {
    grid-template-columns: 1fr;
  }
  .surface-hidden div,
  .surface-hidden div:last-child {
    grid-column: auto;
    min-height: 90px;
    padding: 20px 23px;
    border-right: 0;
  }
  .surface-hidden div::before {
    margin-bottom: 12px;
  }
  .identity-principle {
    grid-template-columns: 42px 1fr;
    margin-top: 42px;
  }
  .identity-principle .principle-mark {
    font-size: 4.5rem;
  }
  .chain-list li {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .chain-list li > div:first-child {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .chain-list li > em {
    grid-column: auto;
  }
  .timeout-figure {
    min-height: 0;
  }
  .timeout-image {
    min-height: 330px;
  }
  .timeout-figure figcaption {
    padding: 38px 27px 43px;
  }
  .change-heading {
    margin-top: 75px;
  }
  .change-timeline {
    grid-template-columns: 1fr;
  }
  .change-timeline::before {
    width: 100%;
  }
  .change-timeline li,
  .change-timeline li + li,
  .change-timeline li:nth-child(n+4) {
    min-height: 0;
    padding: 27px 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid var(--identity-line);
  }
  .identity-lock-tool {
    margin: 0 -12px;
    padding: 28px 23px;
  }
  .lock-checks label {
    grid-template-columns: 23px 1fr;
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lock-meter span {
    transition: none;
  }
}
