/* Vermietung subpage */
.page-vermietung { background: var(--pearl); }
.page-vermietung .hero,
.page-vermietung .ch-hero {
  min-height: 92vh;
  background: var(--obsidian);
}
.page-vermietung .hero-bg,
.page-vermietung .ch-hero-bg {
  background:
    radial-gradient(ellipse 42% 38% at 18% 22%, rgba(232,98,26,.20) 0%, transparent 68%),
    radial-gradient(ellipse 32% 28% at 78% 70%, rgba(242,192,110,.14) 0%, transparent 60%),
    linear-gradient(135deg, rgba(13,14,16,1) 0%, rgba(22,24,27,.96) 54%, rgba(35,39,44,.92) 100%);
}
.page-vermietung .hero-bg img,
.page-vermietung .ch-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 20%;
  opacity: .48;
}
.page-vermietung .hero-bg::before,
.page-vermietung .ch-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(13,14,16,.92) 0%, rgba(13,14,16,.84) 36%, rgba(13,14,16,.56) 62%, rgba(13,14,16,.22) 100%);
}
.page-vermietung .ch-hero-content {
  max-width: 640px;
  margin: 0 0 clamp(7rem, 14vh, 10rem);
  text-align: left;
}
.page-vermietung .ch-hero-lead {
  max-width: 560px;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}
.page-vermietung .ch-actions { justify-content: flex-start; }
.page-vermietung .ch-hero-title {
  font-size: clamp(2.4rem, 3.4vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-transform: none;
  margin-bottom: 24px;
}
.page-vermietung .ch-hero-title .ch-text-gradient {
  background: linear-gradient(90deg, var(--mango) 0%, var(--salsa) 50%, var(--orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-vermietung .hero-content { max-width: 640px; }
.page-vermietung .hero-sub { max-width: 560px; }
.page-vermietung .metric-band,
.page-vermietung .ch-metric-band {
  margin-top: -42px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .page-vermietung .ch-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding-bottom: 0;
  }

  .page-vermietung .ch-hero::before {
    opacity: 0;
  }

  .page-vermietung .ch-hero::after {
    opacity: 0;
  }

  .page-vermietung .ch-hero-bg {
    display: block;
  }

  .page-vermietung .ch-hero-bg img {
    object-position: 62% center;
    opacity: .5;
  }

  .page-vermietung .ch-hero-bg::after {
    background:
      linear-gradient(180deg, rgba(13,14,16,.84) 0%, rgba(13,14,16,.76) 56%, rgba(13,14,16,.90) 100%),
      linear-gradient(90deg, rgba(13,14,16,.88) 0%, rgba(13,14,16,.62) 66%, rgba(13,14,16,.42) 100%);
  }

  .page-vermietung .ch-hero .ch-container {
    padding-top: clamp(7.75rem, 22vw, 9rem);
    padding-bottom: clamp(4.5rem, 14vw, 6rem);
  }

  .page-vermietung .ch-hero-content {
    max-width: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .page-vermietung .ch-hero-eyebrow {
    margin-bottom: 1.15rem;
  }

  .page-vermietung .ch-hero-title {
    max-width: 100%;
    margin-bottom: 1.4rem;
    font-size: clamp(2.25rem, 10vw, 2.75rem);
    line-height: 1.04;
    text-align: left;
  }

  .page-vermietung .ch-hero-lead {
    max-width: 100%;
    margin-bottom: 2.25rem;
    font-size: .98rem;
    line-height: 1.72;
    text-align: left;
  }

  .page-vermietung .ch-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 1.1rem;
  }

  .page-vermietung .ch-actions .ch-button {
    justify-content: center;
  }

  .page-vermietung .ch-actions .ch-button--primary {
    width: 100%;
  }

  .page-vermietung .ch-actions .ch-button--ghost {
    align-self: center;
    width: fit-content;
    min-height: auto;
    padding: .25rem 0;
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: var(--text-light);
    text-decoration: underline;
    text-underline-offset: .32em;
    text-decoration-thickness: 1px;
    font-weight: 500;
  }

  .page-vermietung .ch-actions .ch-button--ghost:hover {
    background: transparent;
    border-color: transparent;
    color: var(--pearl);
    transform: none;
  }

  .page-vermietung .metric-band,
  .page-vermietung .ch-metric-band {
    margin-top: 0;
    padding-top: clamp(1.5rem, 6vw, 2.5rem);
    padding-bottom: clamp(2rem, 7vw, 3rem);
    background: var(--pearl);
  }
}
