:root{--blue:#0D2B5B;--green:#1E7A4A;--mint:#A8D5B7;--gold:#FFC83D;--cream:#F7F6FA;--white:#fff;--ink:#172033;--muted:#5f6b7a;--shadow:0 18px 50px rgba(13,43,91,.13);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Poppins,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.58}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}.container{width:min(1180px,92vw);margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(13,43,91,.08)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center}.logo img{width:176px;height:auto}.menu{display:flex;align-items:center;gap:30px;font-weight:800;color:var(--blue);font-size:15px}.menu a{position:relative}.menu a.active:after,.menu a:hover:after{content:"";position:absolute;left:0;right:0;bottom:-11px;height:3px;border-radius:3px;background:var(--green)}.btn{border:0;border-radius:999px;padding:14px 22px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:.25s ease;white-space:nowrap}.btn-primary{background:var(--green);color:#fff;box-shadow:0 12px 25px rgba(30,122,74,.25)}.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.03)}.btn-secondary{border:1.5px solid rgba(30,122,74,.5);background:#fff;color:var(--green)}.mobile-toggle{display:none;background:transparent;border:0;font-size:28px;color:var(--blue)}.hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff 33%,rgba(255,255,255,.65) 49%,rgba(255,255,255,0) 66%),url('../images/hero.jpg') center right/cover no-repeat;min-height:690px;display:flex;align-items:center}.hero-content{width:min(560px,92vw);padding:70px 0}.eyebrow{font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--green);display:flex;gap:8px;align-items:center}.hero h1,.page-hero h1{font-size:clamp(48px,6vw,84px);line-height:.98;margin:18px 0;color:var(--blue);letter-spacing:-.055em}.hero h1 span{color:var(--green)}.lead{font-size:20px;color:#283247;margin:0 0 28px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.mini-values{display:flex;gap:12px;flex-wrap:wrap;font-weight:800;color:var(--blue);font-size:14px}.mini-values span{display:flex;align-items:center;gap:8px}.heart{color:var(--gold);font-size:28px}.section{padding:88px 0}.section-soft{background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%)}.section-blue{background:linear-gradient(135deg,var(--blue),#071D3D);color:#fff}.section-title{text-align:center;margin-bottom:44px}.section-title h2{font-size:clamp(32px,4vw,54px);line-height:1.08;margin:0;color:var(--blue);letter-spacing:-.04em}.section-blue .section-title h2,.section-blue h2{color:#fff}.section-title p{margin:13px auto 0;max-width:760px;color:var(--muted);font-size:18px}.section-blue .section-title p{color:rgba(255,255,255,.82)}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.card{background:#fff;border:1px solid rgba(13,43,91,.08);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 35px rgba(13,43,91,.08);transition:.25s ease;position:relative}.card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.card-img{height:190px;object-fit:cover;width:100%}.card-body{padding:24px}.icon-badge{width:54px;height:54px;background:var(--blue);color:#fff;border-radius:18px;display:grid;place-items:center;font-size:24px;margin-top:-52px;margin-bottom:14px;box-shadow:0 12px 20px rgba(13,43,91,.18)}.card h3{font-size:24px;line-height:1.15;margin:0 0 10px;color:var(--blue);letter-spacing:-.03em}.card p{margin:0 0 18px;color:#4c5969}.link{color:var(--green);font-weight:900}.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.image-frame{border-radius:34px;overflow:hidden;box-shadow:var(--shadow);position:relative}.image-frame img{width:100%;height:480px;object-fit:cover}.text-block h2{font-size:clamp(34px,4vw,58px);line-height:1.05;margin:0 0 20px;color:var(--blue);letter-spacing:-.045em}.text-block p{font-size:18px;color:#485565}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-radius:28px;overflow:hidden;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}.value{padding:30px;border-right:1px solid rgba(255,255,255,.15)}.value:last-child{border-right:0}.value .vicon{font-size:34px;margin-bottom:14px}.value h3{margin:0 0 8px;font-size:20px}.value p{margin:0;color:rgba(255,255,255,.78)}.mosaic{display:grid;grid-template-columns:1.2fr .8fr 1fr;grid-auto-rows:230px;gap:18px}.mosaic img{width:100%;height:100%;object-fit:cover;border-radius:26px;box-shadow:0 8px 24px rgba(13,43,91,.1)}.mosaic .tall{grid-row:span 2}.mosaic .wide{grid-column:span 2}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.person{background:#fff;border-radius:28px;box-shadow:0 12px 32px rgba(13,43,91,.08);overflow:hidden;border:1px solid rgba(13,43,91,.08)}.person img{height:305px;width:100%;object-fit:cover}.person div{padding:21px}.person h3{margin:0;color:var(--blue);font-size:22px}.person p{margin:4px 0;color:#566273}.person small{display:block;color:var(--green);font-weight:800;margin-top:8px}.quote-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.quote-grid .quote:last-child:nth-child(odd){grid-column:1/-1}.quote{background:#fff;border-radius:28px;padding:28px;border:1px solid rgba(13,43,91,.08);box-shadow:0 10px 25px rgba(13,43,91,.06)}.quote:before{content:'“';display:block;color:var(--gold);font-size:58px;line-height:.5;font-weight:900}.quote p{margin:0;color:#2f3a4d}.quote strong{display:block;margin-top:16px;color:var(--blue)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:18px}.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:26px;box-shadow:0 8px 24px rgba(13,43,91,.1)}.gallery-wide{grid-column:span 2}.gallery-tall{grid-row:span 2}.contact-panel{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;background:#fff;border-radius:34px;padding:34px;box-shadow:var(--shadow);border:1px solid rgba(13,43,91,.08)}.form{display:grid;gap:14px}.form input,.form select,.form textarea{width:100%;border:1px solid rgba(13,43,91,.16);border-radius:18px;padding:16px 18px;font:inherit;background:#fbfbfd}.form textarea{min-height:130px}.contact-info{background:linear-gradient(135deg,var(--blue),#071D3D);color:#fff;border-radius:28px;padding:30px}.contact-info h3{font-size:28px;margin:0 0 18px}.contact-info p{color:rgba(255,255,255,.86)}.contact-info a{display:block;margin:10px 0}.footer{background:#071D3D;color:#fff;padding:54px 0 28px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:34px}.footer img{width:190px;background:#fff;border-radius:14px;padding:8px}.footer h4{margin:0 0 12px;color:#fff}.footer a,.footer p{color:rgba(255,255,255,.77);font-size:14px}.subfooter{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;align-items:start}.video-card{background:#fff;border-radius:34px;padding:14px;box-shadow:var(--shadow);border:1px solid rgba(13,43,91,.08);overflow:hidden}.video-card video{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:24px;background:#000}.video-section .section-title{margin-bottom:34px}.page-hero{padding:92px 0 58px;background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%)}.page-hero p{max-width:760px;font-size:20px;color:#4c5969}.feature-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature{padding:28px;border-radius:26px;background:#fff;border:1px solid rgba(13,43,91,.08);box-shadow:0 10px 30px rgba(13,43,91,.06)}.feature h3{margin:0 0 10px;color:var(--blue)}.wg-list{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.wg-card{padding:26px;border-radius:28px;background:#fff;box-shadow:var(--shadow)}.wg-card h3{color:var(--blue);font-size:26px;margin:0 0 10px}.badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:#eaf5ee;color:var(--green);font-weight:900;font-size:13px;margin-bottom:14px}.splash{position:fixed;inset:0;background:#000;z-index:200;display:grid;place-items:center;transition:.8s ease}.splash.hidden{opacity:0;pointer-events:none}.splash video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.splash:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.30),rgba(0,0,0,.08))}.enter{position:relative;z-index:2;margin-top:52vh}.enter .btn{font-size:18px;padding:18px 30px}.skip{position:absolute;right:24px;bottom:22px;z-index:3;color:#fff;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:10px 16px}.no-splash .splash{display:none}@media(max-width:980px){.mobile-toggle{display:block}.menu{position:absolute;top:86px;left:0;right:0;background:#fff;display:none;flex-direction:column;padding:22px;border-bottom:1px solid rgba(13,43,91,.08)}.menu.open{display:flex}.hero{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.86) 42%,rgba(255,255,255,.25)),url('../images/hero.jpg') center/cover no-repeat;min-height:780px;align-items:flex-start}.cards,.team-grid,.value-grid,.feature-list,.wg-list{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:1fr 1fr}.split,.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:18px}.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:26px;box-shadow:0 8px 24px rgba(13,43,91,.1)}.gallery-wide{grid-column:span 2}.gallery-tall{grid-row:span 2}.contact-panel{grid-template-columns:1fr}.mosaic{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.video-grid{grid-template-columns:1fr}.nav{height:74px}.logo img{width:142px}.menu{top:74px}.hero h1,.page-hero h1{font-size:45px}.hero{min-height:720px}.cards,.team-grid,.value-grid,.feature-list,.wg-list,.quote-grid,.mosaic,.gallery-grid{grid-template-columns:1fr}.quote-grid .quote:last-child:nth-child(odd),.gallery-wide{grid-column:auto}.gallery-tall{grid-row:auto}.mosaic .wide{grid-column:auto}.mosaic .tall{grid-row:auto}.hero-actions{flex-direction:column}.btn{width:100%}.section{padding:64px 0}.footer-grid{grid-template-columns:1fr}.person img{height:260px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:18px}.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:26px;box-shadow:0 8px 24px rgba(13,43,91,.1)}.gallery-wide{grid-column:span 2}.gallery-tall{grid-row:span 2}.contact-panel{padding:20px}.enter{margin-top:58vh}}

.quote-note{border-style:dashed;opacity:.82}
.quote-note p{font-style:italic}
@media (min-width: 980px){.quote-grid{align-items:stretch}.quote{height:100%}}

/* =====================================================
   VIP Care - mobile Feinschliff
   Nur fuer Tablet/Smartphone. Desktop bleibt unveraendert.
===================================================== */
@media (max-width: 980px){
  .container{width:min(100% - 40px,1180px)}

  .hero-content{padding:54px 0 0}
  .hero h1,.page-hero h1{font-size:clamp(42px,7vw,62px);line-height:1.03;letter-spacing:-.045em}
  .lead,.page-hero p{font-size:18px;line-height:1.55}

  .section-title h2,.text-block h2{font-size:clamp(30px,5.2vw,46px);line-height:1.12}
  .section-title p,.text-block p{font-size:17px;line-height:1.62}

  .cards,.team-grid,.value-grid,.feature-list,.wg-list{grid-template-columns:repeat(2,1fr)}
  .split{grid-template-columns:1fr;gap:30px}
  .image-frame img{height:420px}
  .contact-panel{grid-template-columns:1fr}
}

@media (max-width: 640px){
  .container{width:100%;padding-left:20px;padding-right:20px}

  .splash video{
    width:100vw;
    height:100vh;
    object-fit:contain;
    object-position:center;
    background:#000;
  }
  .splash:after{background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.22))}
  .enter{margin-top:64vh;padding:0 18px;width:100%}
  .enter .btn{font-size:15px;padding:14px 20px;width:auto;max-width:90%;margin:0 auto}
  .skip{right:14px;bottom:16px;font-size:12px;padding:8px 13px}

  .hero{
    min-height:650px;
    background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.92) 48%,rgba(255,255,255,.35)),url('../images/hero.jpg') center/cover no-repeat;
  }
  .hero-content{width:100%;padding:44px 0 0}
  .eyebrow{font-size:11px;line-height:1.35;letter-spacing:.11em;flex-wrap:wrap}
  .heart{font-size:22px}

  .hero h1,.page-hero h1{
    font-size:38px;
    line-height:1.04;
    letter-spacing:-.04em;
    margin:14px 0 16px;
  }
  .hero h1 br{display:none}
  .lead,.page-hero p{font-size:17px;line-height:1.55;margin-bottom:22px}

  .hero-actions{gap:12px;margin:22px 0;align-items:flex-start}
  .btn{width:auto;max-width:100%;font-size:15px;padding:13px 18px;white-space:normal;text-align:center;line-height:1.2}
  .hero-actions .btn{width:100%}
  .mini-values{font-size:13px;gap:10px}

  .section{padding:50px 0}
  .page-hero{padding:60px 0 42px}
  .section-title{margin-bottom:28px;text-align:left}
  .section-title h2,.text-block h2{
    font-size:32px;
    line-height:1.12;
    letter-spacing:-.035em;
  }
  .section-title p,.text-block p{font-size:16px;line-height:1.62}

  .cards,.team-grid,.value-grid,.feature-list,.wg-list,.quote-grid,.mosaic,.gallery-grid,.video-grid{grid-template-columns:1fr;gap:18px}
  .card-img{height:210px}
  .card-body{padding:22px}
  .card h3{font-size:22px}
  .icon-badge{width:50px;height:50px;border-radius:16px;font-size:22px;margin-top:-46px}

  .split{grid-template-columns:1fr;gap:24px}
  .image-frame{border-radius:26px}
  .image-frame img{height:320px}

  .value-grid{border-radius:24px;overflow:hidden}
  .value{border-right:0;border-bottom:1px solid rgba(255,255,255,.15);padding:24px}
  .value:last-child{border-bottom:0}

  .mosaic{grid-auto-rows:210px}
  .mosaic .wide,.mosaic .tall,.gallery-wide,.gallery-tall{grid-column:auto;grid-row:auto}
  .mosaic img,.gallery-grid img{border-radius:22px}
  .gallery-grid{grid-auto-rows:210px}

  .person img{height:245px}
  .person div{padding:19px}
  .person h3{font-size:21px}
  .person p{font-size:15px;line-height:1.45}
  .person small{font-size:13px;line-height:1.45}

  .quote{padding:22px;border-radius:24px}
  .quote:before{font-size:48px}
  .quote p{font-size:15px;line-height:1.62}
  .quote strong{font-size:14px}

  .contact-panel{padding:20px;border-radius:26px;gap:20px}
  .contact-panel h2[style]{font-size:32px!important;line-height:1.12!important}
  .form input,.form select,.form textarea{font-size:16px;padding:14px 15px;border-radius:16px}
  .contact-info{border-radius:22px;padding:23px}
  .contact-info h3{font-size:24px}

  .footer{padding:42px 0 24px}
  .footer-grid{grid-template-columns:1fr;gap:24px}
  .subfooter{font-size:13px;gap:12px}
}

@media (max-width: 420px){
  .container{padding-left:18px;padding-right:18px}
  .hero h1,.page-hero h1{font-size:34px;line-height:1.06}
  .section-title h2,.text-block h2{font-size:29px;line-height:1.14}
  .lead,.page-hero p{font-size:16px}
  .image-frame img{height:285px}
  .card-img{height:190px}
  .person img{height:225px}
  .enter{margin-top:66vh}
}
