.entity-home {
  background: var(--paper);
}

.entity-home .main-navigation a[aria-current="page"]::after {
  transform: scaleX(1);
}

.entity-hero {
  position: relative;
  min-height: min(820px, calc(100svh - var(--header-height) - 96px));
  overflow: hidden;
  background: #4f575b;
  color: var(--off-white);
}

.entity-hero-media,
.entity-hero-shade {
  position: absolute;
  inset: 0;
}

.entity-hero-media {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 6%;
}

.entity-hero-shade {
  z-index: 1;
  right: auto;
  width: 58%;
  background: rgba(36, 27, 22, 0.68);
}

.entity-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  padding-block: 64px;
}

.entity-hero-copy {
  width: min(54%, 620px);
}

.entity-hero .eyebrow {
  margin-bottom: 25px;
  color: #dcc9b6;
}

.entity-hero h1 {
  max-width: 620px;
  margin-bottom: 18px;
  color: var(--off-white);
  font-size: 88px;
  line-height: 0.88;
}

.entity-role {
  margin-bottom: 28px;
  color: #eaded2;
  font-family: var(--font-display);
  font-size: 29px;
  line-height: 1.1;
}

.entity-hero-intro {
  max-width: 570px;
  margin-bottom: 34px;
  color: #f3ece4;
  font-size: 16px;
  line-height: 1.75;
}

.entity-hero-actions,
.entity-national-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.entity-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--caramel);
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
}

.entity-text-link span {
  color: var(--caramel);
}

.entity-hero-signature {
  align-self: flex-end;
  margin: 0 0 7px auto;
  color: #f1e6db;
  font-family: var(--font-display);
  font-size: 22px;
  font-style: italic;
  line-height: 1.15;
  text-align: right;
}

.entity-identity {
  background: var(--coffee);
  color: var(--off-white);
}

.entity-identity dl {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.entity-identity dl > div {
  min-height: 116px;
  border-right: 1px solid rgba(245, 240, 232, 0.22);
  padding: 28px 30px;
}

.entity-identity dl > div:first-child {
  padding-left: 0;
}

.entity-identity dl > div:last-child {
  border-right: 0;
}

.entity-identity dt,
.entity-practice dt {
  margin-bottom: 8px;
  color: var(--caramel);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.entity-identity dd,
.entity-practice dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.12;
}

.entity-section {
  scroll-margin-top: calc(var(--header-height) + 20px);
  padding: 118px 0;
}

.entity-about {
  background: var(--paper);
}

.entity-about-layout {
  display: grid;
  align-items: start;
  gap: 96px;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.entity-section-intro h2 {
  max-width: 540px;
  margin-bottom: 42px;
  font-size: 54px;
}

.entity-section-intro blockquote {
  max-width: 470px;
  margin: 0;
  border-left: 1px solid var(--caramel);
  padding-left: 26px;
  color: #6a594f;
  font-family: var(--font-display);
  font-size: 25px;
  font-style: italic;
  line-height: 1.3;
}

.entity-biography {
  border-top: 1px solid rgba(74, 52, 40, 0.28);
  padding-top: 34px;
}

.entity-biography p {
  color: #5e5048;
  font-size: 15px;
  line-height: 1.9;
}

.entity-biography .entity-lead {
  color: var(--coffee);
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1.25;
}

.entity-principles {
  background: var(--coffee-dark);
  color: var(--off-white);
}

.entity-principles-heading {
  display: grid;
  align-items: end;
  gap: 70px;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.55fr);
  margin-bottom: 66px;
}

.entity-principles-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -50px;
}

.entity-principles-heading h2 {
  max-width: 720px;
  margin: 0;
  color: var(--off-white);
  font-size: 57px;
}

.entity-principles-heading > p:last-child {
  margin: 0;
  color: #d7cbc1;
  font-size: 14px;
}

.entity-principles-grid {
  display: grid;
  border-top: 1px solid rgba(245, 240, 232, 0.25);
  border-left: 1px solid rgba(245, 240, 232, 0.25);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.entity-principles-grid article {
  min-height: 290px;
  border-right: 1px solid rgba(245, 240, 232, 0.25);
  border-bottom: 1px solid rgba(245, 240, 232, 0.25);
  padding: 28px;
}

.entity-principles-grid span {
  display: block;
  margin-bottom: 56px;
  color: var(--caramel);
  font-size: 10px;
}

.entity-principles-grid h3 {
  min-height: 58px;
  margin-bottom: 20px;
  color: var(--off-white);
  font-size: 25px;
}

.entity-principles-grid p {
  margin: 0;
  color: #d7cbc1;
  font-size: 12px;
  line-height: 1.75;
}

.entity-service {
  background: var(--off-white);
}

.entity-service-layout,
.entity-practice-layout,
.entity-national-layout {
  display: grid;
  align-items: start;
  gap: 100px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
}

.entity-service-title h2,
.entity-practice h2,
.entity-national h2 {
  max-width: 650px;
  font-size: 61px;
}

.entity-service-title > p:last-child,
.entity-practice-layout > div > p:last-child {
  max-width: 610px;
  color: #65564d;
}

.entity-service-content {
  border-top: 1px solid rgba(74, 52, 40, 0.3);
  padding-top: 30px;
}

.entity-service-content > p {
  color: #5f5048;
  font-size: 14px;
}

.entity-service-content ul {
  margin: 30px 0 36px;
  padding: 0;
  list-style: none;
}

.entity-service-content li {
  border-top: 1px solid rgba(74, 52, 40, 0.2);
  padding: 14px 0;
  color: var(--olive-dark);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.entity-service-content li:last-child {
  border-bottom: 1px solid rgba(74, 52, 40, 0.2);
}

.entity-reflection {
  background: var(--greige-light);
  padding: 84px 0;
}

.entity-reflection-inner {
  display: grid;
  align-items: start;
  gap: 32px;
  grid-template-columns: 80px minmax(0, 1fr) auto;
}

.entity-reflection-inner > span {
  color: var(--caramel);
  font-family: var(--font-display);
  font-size: 100px;
  line-height: 0.7;
}

.entity-reflection p {
  max-width: 850px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 48px;
  line-height: 1.05;
}

.entity-reflection small {
  align-self: end;
  color: var(--olive-dark);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.entity-practice {
  background: var(--paper);
}

.entity-practice dl {
  margin: 0;
  border-top: 1px solid rgba(74, 52, 40, 0.28);
}

.entity-practice dl > div {
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid rgba(74, 52, 40, 0.2);
  padding: 20px 0;
}

.entity-practice dt {
  margin: 0;
  color: var(--olive-dark);
}

.entity-practice dd {
  font-size: 22px;
  text-align: right;
}

.entity-national {
  background: var(--olive-dark);
  color: var(--off-white);
}

.entity-national h2 {
  margin: 0;
  color: var(--off-white);
}

.entity-national-layout > div:last-child {
  border-left: 1px solid rgba(245, 240, 232, 0.28);
  padding-left: 50px;
}

.entity-national-layout > div:last-child > p {
  margin-bottom: 34px;
  color: #e2dbd4;
  font-size: 14px;
}

.entity-contact {
  background: var(--coffee);
}

@media (max-width: 1120px) {
  .entity-hero h1 {
    font-size: 76px;
  }

  .entity-about-layout,
  .entity-service-layout,
  .entity-practice-layout,
  .entity-national-layout {
    gap: 64px;
  }

  .entity-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .entity-hero {
    min-height: 760px;
  }

  .entity-hero-shade {
    width: 72%;
  }

  .entity-hero-copy {
    width: min(68%, 600px);
  }

  .entity-hero-signature {
    display: none;
  }

  .entity-identity dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .entity-identity dl > div:nth-child(2) {
    border-right: 0;
  }

  .entity-identity dl > div:first-child,
  .entity-identity dl > div:nth-child(2) {
    border-bottom: 1px solid rgba(245, 240, 232, 0.22);
  }

  .entity-about-layout,
  .entity-service-layout,
  .entity-practice-layout,
  .entity-national-layout,
  .entity-principles-heading {
    grid-template-columns: 1fr;
  }

  .entity-principles-heading .eyebrow {
    grid-column: auto;
    margin-bottom: -45px;
  }

  .entity-national-layout > div:last-child {
    border-top: 1px solid rgba(245, 240, 232, 0.28);
    border-left: 0;
    padding-top: 36px;
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .entity-hero {
    min-height: 720px;
  }

  .entity-hero-media {
    object-position: 72% center;
  }

  .entity-hero-shade {
    width: 100%;
    background: rgba(36, 27, 22, 0.58);
  }

  .entity-hero-content {
    align-items: flex-end;
    padding-block: 70px 42px;
  }

  .entity-hero-copy {
    width: 100%;
  }

  .entity-hero h1 {
    font-size: 56px;
  }

  .entity-role {
    font-size: 24px;
  }

  .entity-hero-intro {
    max-width: 520px;
    font-size: 14px;
  }

  .entity-hero-actions,
  .entity-national-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .entity-hero-actions .button,
  .entity-national-actions .button {
    width: 100%;
  }

  .entity-hero-actions .entity-text-link,
  .entity-national-actions .entity-text-link {
    align-self: flex-start;
  }

  .entity-identity dl {
    grid-template-columns: 1fr;
  }

  .entity-identity dl > div,
  .entity-identity dl > div:first-child {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid rgba(245, 240, 232, 0.22);
    padding: 18px 0;
  }

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

  .entity-section {
    padding: 78px 0;
  }

  .entity-section-intro h2,
  .entity-principles-heading h2,
  .entity-service-title h2,
  .entity-practice h2,
  .entity-national h2 {
    font-size: 40px;
  }

  .entity-about-layout,
  .entity-service-layout,
  .entity-practice-layout,
  .entity-national-layout,
  .entity-principles-heading {
    gap: 46px;
  }

  .entity-biography .entity-lead {
    font-size: 27px;
  }

  .entity-principles-heading .eyebrow {
    margin-bottom: -30px;
  }

  .entity-principles-grid {
    grid-template-columns: 1fr;
  }

  .entity-principles-grid article {
    min-height: 230px;
  }

  .entity-principles-grid span {
    margin-bottom: 38px;
  }

  .entity-reflection {
    padding: 68px 0;
  }

  .entity-reflection-inner {
    gap: 18px;
    grid-template-columns: 42px 1fr;
  }

  .entity-reflection p {
    font-size: 35px;
  }

  .entity-reflection small {
    grid-column: 2;
  }
}

@media (max-width: 480px) {
  .entity-hero h1 {
    font-size: 46px;
  }
}

@media (max-width: 390px) {
  .entity-hero {
    min-height: 690px;
  }

  .entity-hero h1 {
    font-size: 44px;
  }

  .entity-hero-intro {
    line-height: 1.6;
  }

  .entity-section-intro h2,
  .entity-principles-heading h2,
  .entity-service-title h2,
  .entity-practice h2,
  .entity-national h2 {
    font-size: 36px;
  }

  .entity-practice dl > div {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .entity-practice dd {
    text-align: left;
  }
}

/* Readability typography pass */
.entity-hero-intro,
.entity-principles-heading > p:last-child,
.entity-national-layout > div:last-child > p {
  font-size: 16px;
  line-height: 1.75;
}

.entity-biography p {
  font-size: 17px;
}

.entity-principles-grid p {
  font-size: 15px;
  line-height: 1.75;
}

.entity-service-content > p {
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 760px) {
  .entity-hero-intro,
  .entity-principles-heading > p:last-child,
  .entity-national-layout > div:last-child > p,
  .entity-service-content > p {
    font-size: 15px;
  }

  .entity-biography p {
    font-size: 16px;
  }
}

/* Client-approved larger typography */
.entity-hero-intro,
.entity-principles-heading > p:last-child,
.entity-national-layout > div:last-child > p,
.entity-service-content > p {
  font-size: 18px;
  line-height: 1.78;
}

.entity-biography p {
  font-size: 18px;
  line-height: 1.85;
}

.entity-principles-grid p {
  font-size: 17px;
  line-height: 1.78;
}

@media (max-width: 760px) {
  .entity-hero-intro,
  .entity-principles-heading > p:last-child,
  .entity-national-layout > div:last-child > p,
  .entity-service-content > p,
  .entity-biography p,
  .entity-principles-grid p {
    font-size: 17px;
  }
}

/* Método Reencontrar */
.entity-method {
  background: var(--coffee);
  color: var(--off-white);
}

.entity-method-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: start;
}

.entity-method-copy h2 {
  max-width: 640px;
  margin: 18px 0 22px;
  color: var(--off-white);
}

.entity-method-copy > p {
  max-width: 720px;
  color: rgba(245, 240, 232, 0.9);
  font-size: 18px;
  line-height: 1.82;
}

.entity-method-copy blockquote {
  max-width: 720px;
  margin: 30px 0;
  padding: 5px 0 5px 24px;
  border-left: 2px solid var(--caramel);
  color: var(--off-white);
  font-family: var(--font-display);
  font-size: clamp(27px, 2.4vw, 38px);
  line-height: 1.16;
}

.entity-method-copy .entity-text-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--off-white);
}

.entity-method-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(245, 240, 232, 0.22);
}

.entity-method-steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(245, 240, 232, 0.22);
}

.entity-method-steps span {
  color: var(--caramel);
  font-size: 13px;
  font-weight: 600;
}

.entity-method-steps h3 {
  margin: 0 0 8px;
  color: var(--off-white);
  font-family: var(--font-display);
  font-size: clamp(27px, 2.2vw, 36px);
}

.entity-method-steps p {
  margin: 0;
  color: rgba(245, 240, 232, 0.84);
  font-size: 18px;
  line-height: 1.78;
}

@media (max-width: 900px) {
  .entity-method-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .entity-method-copy > p {
    font-size: 17px;
  }

  .entity-method-copy blockquote {
    font-size: 26px;
  }

  .entity-method-steps li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .entity-method-steps p {
    font-size: 17px;
  }
}
