/*
 * TRONA Startseite – Hero Visual V05
 * Kleinere, weiter links stehende Typografie, transparenteres Bild-Overlay
 * und ein hochwertiger, halbtransparenter Bordeaux-Zitatakzent.
 */
.home-hero { min-height: 670px; background-position: center 48%; }
.hero-v05-content { width: min(calc(100% - 44px), 1320px); max-width: none; margin-inline: auto; padding-block: 76px 66px; }
.home-hero .hero-v05-content h1 { max-width: 700px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 4.65vw, 4.5rem); font-weight: 400; line-height: 1.02; letter-spacing: -0.028em; text-shadow: 0 3px 22px rgba(0, 0, 0, 0.3); }
.home-hero .hero-v05-content h1 span { display: block; }
.hero-v05-line { display: block; width: 58px; height: 3px; margin: 23px 0 20px; background: linear-gradient(90deg, #ad3544, #d4a89c); }
.hero-v05-lead { max-width: 680px; margin: 0; color: rgba(255, 255, 255, 0.92); font-size: clamp(0.94rem, 1.18vw, 1.08rem); font-weight: 500; line-height: 1.55; text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32); }
.hero-v05-quote { position: relative; width: min(100%, 455px); margin: 24px 0 0; padding: 17px 22px 18px 25px; display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; overflow: hidden; border: 1px solid rgba(225, 181, 176, 0.38); border-left: 4px solid #b63b48; border-radius: 8px 22px 8px 22px; background: linear-gradient(120deg, rgba(123, 21, 34, 0.67), rgba(68, 13, 23, 0.42)); color: #fff; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.13); backdrop-filter: blur(11px) saturate(115%); -webkit-backdrop-filter: blur(11px) saturate(115%); }
.hero-v05-quote::after { position: absolute; top: 0; right: 0; width: 46%; height: 2px; content: ""; background: linear-gradient(90deg, transparent, rgba(237, 194, 183, 0.8)); }
.hero-v05-quote-mark { margin-top: -5px; color: #e8c9bc; font: 700 3.35rem/1 Georgia, "Times New Roman", serif; opacity: 0.9; }
.hero-v05-quote p { margin: 0; font: 400 clamp(1.1rem, 1.65vw, 1.42rem) / 1.3 Georgia, "Times New Roman", serif; letter-spacing: 0.005em; }
@media (max-width: 900px) {
  .home-hero { min-height: 650px; background-position: 61% 50% !important; }
  .hero-v05-content { width: min(calc(100% - 36px), 760px); margin-left: 18px; margin-right: auto; padding-block: 66px 58px; }
  .hero-v05-lead { max-width: 610px; }
}
@media (max-width: 680px) {
  .home-hero { min-height: 680px; align-items: flex-start; background-position: 66% center !important; }
  .hero-v05-content { width: calc(100% - 30px); margin-left: 15px; padding-block: 48px 44px; }
  .home-hero .hero-v05-content h1 { max-width: 92%; font-size: clamp(2.35rem, 11vw, 3.35rem); line-height: 1.02; }
  .hero-v05-line { width: 48px; margin: 19px 0 17px; }
  .hero-v05-lead { max-width: 94%; font-size: 0.94rem; line-height: 1.48; }
  .desktop-break { display: none; }
  .hero-v05-quote { width: min(94%, 410px); margin-top: 21px; padding: 15px 17px 16px 18px; grid-template-columns: 31px 1fr; gap: 10px; border-radius: 7px 18px 7px 18px; background: linear-gradient(120deg, rgba(123, 21, 34, 0.7), rgba(57, 10, 18, 0.48)); }
  .hero-v05-quote-mark { font-size: 2.75rem; }
  .hero-v05-quote p { font-size: clamp(1rem, 5vw, 1.22rem); }
}
