.kh-mottos-route {
  background-color: #0b4ea6;
}

.kh-mottos-route .site-main {
  position: relative;
}

.kh-mottos-page {
  position: relative;
  isolation: isolate;
  min-height: 100%;
  padding-bottom: clamp(3rem, 8vw, 6rem);
  background-image: var(--kh-mottos-bg-image);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.kh-mottos-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(6, 41, 92, 0.04) 0%, rgba(3, 32, 78, 0.1) 38%, rgba(3, 24, 60, 0.18) 100%),
    radial-gradient(circle at 50% 100%, rgba(110, 207, 255, 0.08), rgba(110, 207, 255, 0) 44%);
}

.kh-mottos-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(7, 28, 68, 0.015);
  backdrop-filter: saturate(1.05);
}

.kh-mottos-route .page-hero {
  padding: clamp(4rem, 10vw, 6.8rem) 0 clamp(1rem, 3vw, 1.8rem);
  text-align: left;
}

.kh-mottos-route .page-hero .container {
  text-align: left;
}

.kh-mottos-route .kh-page-hero {
  margin: 0 0 clamp(1.4rem, 2.6vw, 2rem);
  text-align: left;
  align-items: flex-start;
}

.kh-mottos-route .kh-page-hero .kicker,
.kh-mottos-route .kh-page-hero .kh-page-hero-title,
.kh-mottos-route .kh-page-hero .page-hero-intro {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.kh-mottos-route .kh-page-hero .kh-page-hero-title {
  margin: 0 0 0.35rem;
}

.kh-mottos-route .kh-page-hero .page-hero-intro {
  margin: 0.2rem 0 0;
}

.kh-mottos-route .page-hero .container,
.kh-mottos-route .kh-mottos-content-block .container {
  max-width: 1120px;
}

.kh-mottos-route .page-hero .kicker {
  margin: 0 0 0.35rem;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
  text-align: left;
}

.kh-mottos-route .page-hero .page-hero-intro {
  margin: 0.35rem 0 0;
  text-align: left;
}

.kh-mottos-route .page-hero h1 {
  color: #ffffff;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.48);
  font-size: clamp(2.8rem, 8vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.kh-mottos-content-block {
  padding-top: 0.5rem;
}

.kh-mottos-shell {
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1rem, 2.8vw, 1.8rem);
  border-left: 0;
  border-radius: 28px;
  background: rgba(7, 24, 58, 0.18);
  box-shadow: 0 30px 80px rgba(1, 11, 29, 0.28);
}

.kh-mottos-prose,
.kh-mottos-prose > * {
  color: #ffffff;
}

.kh-mottos-prose > * {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.52);
}

.kh-mottos-prose p,
.kh-mottos-prose li {
  font-size: clamp(1.16rem, 1.75vw, 1.42rem);
  line-height: 1.56;
}

.kh-mottos-prose h2 {
  color: #ffe45a;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.44);
}

.kh-mottos-prose ul,
.kh-mottos-prose ol {
  padding-left: 1.4rem;
}

.kh-mottos-prose li + li {
  margin-top: 0.9rem;
}

.kh-mottos-prose strong,
.kh-mottos-prose b,
.kh-mottos-prose a {
  color: inherit;
}

.kh-mottos-prose a {
  text-decoration-color: rgba(255, 228, 90, 0.8);
}

.kh-mottos-shell.quote-wall {
  padding-left: clamp(1rem, 2.8vw, 1.8rem);
}

.kh-mottos-route .site-footer a:hover,
.kh-mottos-route .site-footer a:focus-visible {
  color: #ffe45a;
}

@media (max-width: 700px) {
  .kh-mottos-route .page-hero {
    padding-top: 4.4rem;
    padding-bottom: 2rem;
  }

  .kh-mottos-route .page-hero .container,
  .kh-mottos-route .kh-mottos-content-block .container {
    width: min(100%, calc(100vw - 3rem));
  }

  .kh-mottos-page {
    background-attachment: scroll;
    background-position: center center;
  }

  .kh-mottos-content-block {
    padding-top: 1.1rem;
    padding-bottom: 1.4rem;
  }

  .kh-mottos-shell {
    padding: 1.9rem 1.8rem 2.15rem;
    border-radius: 20px;
  }
}
