/* Mobile Grid-Fix für Werte-Bereich auf About */
@media (max-width: 900px) {
  .values-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
    max-width: 100%;
    margin: 0 auto;
  }
  .value-block {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 8px;
    border-left: none !important;
  }
  .value-block h4 {
    font-weight: 600;
    color: var(--color-accent-gold);
    font-size: 1.13rem;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.22;
  }
  .value-block p {
    color: rgba(255,255,255,0.82);
    font-size: 0.97rem;
    line-height: 1.7;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    word-break: break-word;
  }
}

@media (max-width: 600px) {
  .values-grid {
    grid-template-columns: 1fr;
    gap: 18px 0;
  }
}
/* ======================
   MOBILE FEINSCHLIFF: Kontakt-Intro mehr Luft
   ====================== */
@media (max-width: 700px) {
  #luveno-contact .luveno-contact__left {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  #luveno-contact .luveno-contact__eyebrow,
  #luveno-contact .luveno-contact__title,
  #luveno-contact .luveno-contact__lead,
  #luveno-contact .luveno-contact__sub {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

/* ======================
   MOBILE FEINSCHLIFF: Footer ruhiger/eleganter
   ====================== */
@media (max-width: 700px) {
  .site-footer {
    padding-top: 32px !important;
    padding-bottom: 24px !important;
    margin-top: 32px;
    background: var(--color-bg-section);
    border-top: 1px solid rgba(255,255,255,0.04);
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
    padding: 0 6vw;
  }
  .footer-brand {
    margin-bottom: 10px;
  }
  .footer-logo {
    max-width: 120px;
    margin: 0 auto 10px auto;
    display: block;
  }
  .footer-contacts {
    margin: 0 0 18px 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
  }
  .footer-contacts li {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }
  .footer-col {
    margin-bottom: 18px;
  }
  .col-title {
    font-size: 15px;
    margin-bottom: 7px;
    color: var(--color-accent-gold);
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .footer-list {
    margin: 0 0 8px 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 1.7;
  }
  .footer-list li {
    margin-bottom: 3px;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    font-size: 13px;
    margin-top: 18px;
    opacity: 0.82;
  }
  .footer-bottom .left, .footer-bottom .right {
    margin: 0;
    padding: 0;
  }
  .footer-bottom .right a {
    margin-left: 10px;
    margin-right: 0;
    color: var(--color-accent-gold);
    font-weight: 500;
    text-decoration: none;
  }
  .footer-bottom .right a:first-child {
    margin-left: 0;
  }
}
/* responsive.css - precise breakpoint behaviors and touch-friendly adjustments */
@media (max-width: 1200px) {
  .hero-content { padding-top: 90px; padding-bottom: 90px; }
}

@media (max-width: 992px) {
  .hero-content { padding-top: 72px; padding-bottom: 72px; }
  .nav-toggle { display: block; }
}

@media (max-width: 768px) {
  .hero-content { padding-top: 48px; padding-bottom: 48px; }
  .hero-title { text-align: left; }
  .nav-toggle { display: block; }
  .nav-list { display: none; }
}

/* Keep hero content overlayed on narrower viewports but adjust positioning so it sits over the image */
@media (max-width: 992px) {
  .hero-content { left: calc(var(--container-padding-tablet)); bottom: 64px; padding-top: 40px; padding-bottom: 40px; }
}

@media (max-width: 768px) {
  .hero-content { left: calc(var(--container-padding-mobile)); bottom: 54px; padding-top: 28px; padding-bottom: 28px; }
  .hero-title { text-align: left; }
  .nav-toggle { display: block; }
  .nav-list { display: none; }
}

/* touch friendly adjustments */
@media (max-width: 480px) {
  .hero-content { padding-left: calc(var(--container-padding-mobile) - 6px); padding-right: calc(var(--container-padding-mobile) - 6px); }
  .partner-item { min-width: 110px; }
}

@media (max-width: 480px) {
  h1 { font-size: 28px; }
  .hero-subtitle { font-size: var(--type-body); }
  .grid-2 { grid-template-columns: 1fr; }
}

/* Mobile: stack hero CTAs vertically for a calmer, more premium layout */
@media (max-width: 480px) {
  .hero-ctas { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 18px; }
  /* ensure secondary appears below and doesn't keep the underline that spans from left to right */
  .hero-ctas .hero-secondary { padding-left: 0; border-bottom: none; }
  /* give the hero a bit more vertical space on small phones so stacked CTAs don't get clipped */
  .hero-section { min-height: 82vh; }
}

/* Expand stacking to tablets and small desktops so the Inspiration CTA sits under the Konzept CTA
   on narrow layouts (improves layout consistency across common device widths). */
/* (removed) stacking for <=768px reverted to avoid interfering with desktop layout; mobile stacking stays at <=480px */


