/* R61 home hierarchy correction. R60 remains the shared whole-site system. */

.r60-home .r54-home-authority-stage,
.r60-home .r54-home-authority-inner {
  min-height: clamp(630px, 72vh, 760px) !important;
}

.r60-home .r54-home-authority-media::after {
  background:
    linear-gradient(90deg, rgba(20, 4, 6, .94) 0%, rgba(43, 6, 8, .86) 42%, rgba(57, 9, 11, .49) 68%, rgba(15, 7, 8, .18) 100%),
    linear-gradient(180deg, rgba(15, 4, 8, .18), rgba(30, 3, 11, .08) 58%, rgba(12, 5, 8, .62)) !important;
}

.r53-site.r60-home .r54-home-authority .r54-home-authority-media .r53-hero-image {
  object-position: 58% 50% !important;
  filter: saturate(1.12) contrast(1.04) brightness(1.08) !important;
}

.r60-home .r54-home-authority-inner {
  align-items: center !important;
  justify-items: start !important;
  place-items: center start !important;
}

.r60-home .r54-home-authority-copy {
  width: min(100%, 790px) !important;
  justify-items: start !important;
  padding: clamp(78px, 8vw, 112px) 0 !important;
  text-align: left !important;
}

.r60-home .r61-home-hero-eyebrow {
  justify-content: flex-start !important;
  margin: 0 0 22px !important;
  color: rgba(255, 255, 255, .8) !important;
  letter-spacing: .18em !important;
}

.r60-home .r61-home-hero-eyebrow span {
  background: #c7a96f !important;
}

.r60-home .r54-home-authority-copy h1 {
  max-width: 17ch !important;
  margin: 0 !important;
  font-family: var(--r53-serif) !important;
  font-size: clamp(58px, 5.25vw, 78px) !important;
  font-weight: 600 !important;
  line-height: 1.03 !important;
  letter-spacing: -.036em !important;
  text-align: left !important;
}

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

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

.r60-home .r61-home-service-summary {
  max-width: 62ch !important;
  margin: 26px 0 0 !important;
  color: rgba(255, 255, 255, .82) !important;
  font-size: clamp(17px, 1.45vw, 20px) !important;
  line-height: 1.62 !important;
  text-align: left !important;
}

.r60-home .r53-hero-actions {
  justify-content: flex-start !important;
  margin: 34px 0 0 !important;
}

.r60-home .r61-home-principle {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 7.2vw, 104px);
  border-bottom: 1px solid rgba(56, 33, 39, .13);
  background:
    radial-gradient(circle at 92% 14%, rgba(185, 150, 91, .13), transparent 25%),
    #f5f0e8;
  color: #171214;
}

.r60-home .r61-home-principle::before {
  position: absolute;
  top: 0;
  left: max(var(--r60-edge), calc((100vw - var(--r60-shell)) / 2));
  width: clamp(80px, 9vw, 138px);
  height: 3px;
  background: #860028;
  content: "";
}

.r60-home .r61-home-principle-grid {
  display: grid;
  grid-template-columns: minmax(150px, .28fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: start;
}

.r60-home .r61-home-principle-title {
  justify-content: flex-start;
  margin: 9px 0 0;
  color: #67001e;
  font: 700 12px/1.4 var(--r53-sans);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.r60-home .r61-home-principle-title span {
  background: #a98549;
}

.r60-home .r61-home-principle-quote {
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
  backdrop-filter: none !important;
}

.r60-home .r61-home-principle-quote blockquote {
  max-width: 26ch;
  margin: 0;
  color: #24191c;
  font: 500 clamp(34px, 3.55vw, 52px)/1.16 var(--r53-serif);
  letter-spacing: -.026em;
  text-wrap: balance;
}

.r60-home .r61-home-principle-attribution,
.r60-home .r61-home-principle-source {
  max-width: 58ch;
  margin-top: 26px;
  color: #6d6063;
  font: 600 12px/1.55 var(--r53-sans);
  letter-spacing: .055em;
}

.r60-home .r61-home-principle-attribution + .r61-home-principle-source {
  margin-top: 8px;
}

@media (max-width: 760px) {
  .r60-home .r54-home-authority-stage,
  .r60-home .r54-home-authority-inner {
    min-height: min(690px, calc(100svh - 72px)) !important;
  }

  .r60-home .r54-home-authority-media::after {
    background:
      linear-gradient(180deg, rgba(28, 3, 11, .68) 0%, rgba(48, 5, 19, .58) 55%, rgba(15, 5, 9, .72) 100%),
      linear-gradient(90deg, rgba(30, 4, 12, .62), rgba(30, 4, 12, .12)) !important;
  }

  .r53-site.r60-home .r54-home-authority .r54-home-authority-media .r53-hero-image {
    object-position: 68% 50% !important;
    filter: saturate(1.15) contrast(1.05) brightness(1.12) !important;
  }

  .r60-home .r54-home-authority-copy {
    width: 100% !important;
    justify-content: start !important;
    padding: 46px 0 40px !important;
  }

  .r60-home .r61-home-hero-eyebrow {
    margin-bottom: 16px !important;
    font-size: 10px !important;
  }

  .r60-home .r54-home-authority-copy h1,
  .r60-home[data-r53-locale="ko"] .r54-home-authority-copy h1,
  .r60-home[data-r53-locale="zh"] .r54-home-authority-copy h1 {
    max-width: 16ch !important;
    font-size: clamp(37px, 10.5vw, 44px) !important;
    line-height: 1.08 !important;
    text-align: left !important;
  }

  .r60-home .r61-home-service-summary {
    max-width: 36ch !important;
    margin-top: 20px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

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

  .r60-home .r61-home-principle {
    padding-block: 48px 54px;
  }

  .r60-home .r61-home-principle::before {
    left: 20px;
    width: 72px;
  }

  .r60-home .r61-home-principle-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
  }

  .r60-home .r61-home-principle-title {
    margin-top: 0;
    font-size: 10px;
  }

  .r60-home .r61-home-principle-quote blockquote {
    max-width: 18ch;
    font-size: clamp(27px, 8.2vw, 33px);
    line-height: 1.2;
    letter-spacing: -.022em;
  }

  .r60-home .r61-home-principle-source {
    margin-top: 20px;
    font-size: 11px;
  }
}

@media (max-width: 340px) {
  .r60-home .r54-home-authority-stage,
  .r60-home .r54-home-authority-inner {
    min-height: 610px !important;
  }

  .r60-home .r54-home-authority-copy h1,
  .r60-home[data-r53-locale="ko"] .r54-home-authority-copy h1,
  .r60-home[data-r53-locale="zh"] .r54-home-authority-copy h1 {
    font-size: 35px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .r53-site.r60-home .r54-home-authority .r54-home-authority-media .r53-hero-image {
    filter: saturate(1.12) contrast(1.04) brightness(1.08) !important;
  }
}
