/* Full-viewport photography, retaining the horizontal sections and typography. */
.panel-about {
  background: #151513;
  color: #fff;
  grid-template-columns: 1fr;
  isolation: isolate;
}
.panel-about .about-visual {
  inset: 0;
  z-index: -1;
  opacity: 1;
}
.panel-about .about-visual img {
  object-fit: cover;
  object-position: center 48%;
  filter: grayscale(1) brightness(.8);
}
.panel-about .about-visual::before {
  background: linear-gradient(90deg,rgba(12,12,11,.85),rgba(12,12,11,.52) 48%,rgba(12,12,11,.08)),
    linear-gradient(0deg,rgba(12,12,11,.42),transparent 25%,transparent 75%,rgba(12,12,11,.26));
}
.panel-about .about-copy { width: 100%; max-width: 970px; }
.panel-about .about-copy .lead { color: rgba(255,255,255,.82); font-size: 16px; max-width: 550px; }
.panel-about h1 em { color: #d0ac83; }
.panel-about .about-visual figcaption { left: auto; right: 6vw; bottom: 90px; }
.panel-about .geometry-ring { pointer-events: none; border-color: rgba(208,172,131,.45); }
.panel-about .panel-number { opacity: .75; }
.panel-excellence {
  display: block;
  color: #fff;
  background: #151513;
  isolation: isolate;
}
.panel-excellence .excellence-visual {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 1;
}
.panel-excellence .excellence-visual img {
  filter: none;
  object-fit: cover;
  object-position: center;
}
.panel-excellence .excellence-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(12,12,11,.08),rgba(12,12,11,.38) 40%,rgba(12,12,11,.88) 63%,rgba(12,12,11,.92)),
    linear-gradient(0deg,rgba(12,12,11,.45),transparent 28%,transparent 80%,rgba(12,12,11,.3));
}
.panel-excellence .excellence-copy {
  width: 55%;
  height: 100%;
  margin-left: auto;
  padding: 115px 6vw 85px 3vw;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 18px rgba(0,0,0,.3);
}
.panel-excellence h2 { font-size: clamp(46px,4.8vw,86px); }
.panel-excellence h2 em { color: #d0ac83; }
.panel-excellence .eyebrow { color: #e5ded4; font-size: 12px; letter-spacing: .2em; }
.panel-excellence .steps { border-top-color: rgba(255,255,255,.3); margin-top: 28px; }
.panel-excellence .steps a,
.panel-excellence .steps a:visited { color: #f5f1ea; text-decoration: none; border-bottom-color: rgba(255,255,255,.24); font-size: 16px; font-weight: 500; letter-spacing: .055em; line-height: 1.5; padding: 14px 0; transition: color .2s,background .2s; }
.panel-excellence .steps a span { color: #d0ac83; }
.panel-excellence .steps a:hover { color: #e8cbae; background: rgba(255,255,255,.04); }
.panel-excellence .steps a:focus-visible { color: #e8cbae; outline: 1px solid #d0ac83; outline-offset: 5px; }
.panel-excellence .text-link,
.panel-excellence .text-link:visited { color: #e8cbae; border-color: rgba(208,172,131,.65); font-size: 12px; text-decoration: none; letter-spacing: .13em; }
.panel-excellence .panel-number { opacity: .75; }
@media(max-height:740px) and (min-width:721px) {
  .panel-excellence .excellence-copy { padding-top: 105px; padding-bottom: 75px; }
  .panel-excellence h2 { font-size: clamp(42px,4vw,62px); }
  .panel-excellence .steps { margin-top: 18px; }
  .panel-excellence .steps a { padding: 9px 0; }
}
@media(max-width:1050px) {
  .panel-excellence .excellence-copy { width: 62%; padding-left: 4vw; padding-right: 6vw; }
}
@media(max-width:720px) {
  .panel-about .about-copy { padding-top: 8vh; }
  .panel-about .about-copy .lead { font-size: 14px; max-width: 100%; }
  .panel-about .about-visual img { object-position: 62% center; }
  .panel-about .about-visual::before { background: linear-gradient(90deg,rgba(12,12,11,.8),rgba(12,12,11,.35)),linear-gradient(0deg,rgba(12,12,11,.55),transparent); }
  .panel-about .about-visual figcaption { display: none; }
  .panel-excellence .excellence-copy { width: 100%; margin: 0; padding: 100px 24px 75px; }
  .panel-excellence .excellence-visual img { object-position: 32% center; }
  .panel-excellence .excellence-visual::after { background: rgba(10,10,9,.86); }
  .panel-excellence h2 { font-size: clamp(42px,12vw,58px); }
  .panel-excellence .steps a,
  .panel-excellence .steps a:visited { font-size: 14px; padding: 11px 0; letter-spacing: .025em; }
}
