@font-face{font-family:'ESFace';src:url('../fonts/ESFace-Light.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap;}@font-face{font-family:'ESFace';src:url('../fonts/ESFace-LightItalic.woff2') format('woff2');font-weight:300;font-style:italic;font-display:swap;}@font-face{font-family:'ESFace';src:url('../fonts/ESFace-Book.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'ESFace';src:url('../fonts/ESFace-BookItalic.woff2') format('woff2');font-weight:400;font-style:italic;font-display:swap;}@font-face{font-family:'ESFace';src:url('../fonts/ESFace-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:'ESFace';src:url('../fonts/ESFace-BoldItalic.woff2') format('woff2');font-weight:700;font-style:italic;font-display:swap;}:root{--font-brand:'ESFace','Helvetica Neue',Arial,sans-serif;--font-sans:'Inter',system-ui,-apple-system,sans-serif;--color-bg:#FAF9F7;--color-bg-alt:#F0EDE6;--color-dark:#1F253A;--color-navy:#1F253A;--color-text:#1F253A;--color-text-muted:#7A7570;--color-accent:#B8955A;--color-accent-light:rgba(184,149,90,0.15);--color-border:#E0DDD6;--color-white:#FFFFFF;--nav-height:80px;--max-width:1240px;--transition-fast:0.2s ease;--transition:0.35s ease;--transition-slow:0.6s ease;}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;}body{font-family:var(--font-sans);font-size:16px;line-height:1.7;color:var(--color-text);background:var(--color-bg);overflow-x:hidden;}img{display:block;max-width:100%;}a{color:inherit;text-decoration:none;}ul{list-style:none;}button{cursor:pointer;font-family:inherit;border:none;background:none;}h1,h2,h3,h4{font-family:var(--font-brand);font-weight:400;line-height:1.15;letter-spacing:-0.01em;}h1{font-size:clamp(3rem,6vw,5.5rem);}h2{font-size:clamp(2rem,4vw,3.25rem);}h3{font-size:clamp(1.4rem,2.5vw,2rem);}h4{font-size:1.25rem;}.eyebrow{font-family:var(--font-sans);font-size:0.7rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--color-accent);}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem;}.section{padding:7rem 0;}.section--dark{background:var(--color-navy);color:var(--color-white);}.section--alt{background:var(--color-bg-alt);}.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.85rem 2rem;font-family:var(--font-sans);font-size:0.8rem;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;transition:var(--transition);white-space:nowrap;}.btn--primary{background:var(--color-accent);color:var(--color-white);}.btn--primary:hover{background:#a07f47;}.btn--outline{border:1px solid var(--color-white);color:var(--color-white);}.btn--outline:hover{background:var(--color-white);color:var(--color-dark);}.btn--outline-dark{border:1px solid var(--color-dark);color:var(--color-dark);}.btn--outline-dark:hover{background:var(--color-dark);color:var(--color-white);}.nav{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);display:flex;align-items:center;transition:var(--transition);}.nav--transparent{background:transparent;}.nav--solid{background:var(--color-white);border-bottom:1px solid var(--color-border);box-shadow:0 1px 20px rgba(0,0,0,0.05);}.nav--solid .nav__logo{color:var(--color-dark);}.nav--solid .nav__link{color:var(--color-text);}.nav--solid .nav__link:hover{color:var(--color-accent);}.nav--solid .nav__contact{border-color:var(--color-dark);color:var(--color-dark);}.nav--solid .nav__contact:hover{background:var(--color-dark);color:var(--color-white);}.nav--solid .nav__hamburger span{background:var(--color-dark);}.nav__inner{max-width:var(--max-width);width:100%;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;}.nav__logo{display:flex;align-items:baseline;gap:0.6em;transition:var(--transition-fast);opacity:1;text-decoration:none;color:var(--color-white);}.nav__logo:hover{opacity:0.75;}.logo__name{font-family:'Roboto','Helvetica Neue',Arial,sans-serif;font-weight:700;font-size:1.35rem;letter-spacing:0.01em;white-space:nowrap;}.logo__tagline{font-family:'Roboto','Helvetica Neue',Arial,sans-serif;font-weight:300;font-size:0.85rem;letter-spacing:0.01em;opacity:0.55;white-space:nowrap;}.nav__item{position:relative;}.nav__dropdown{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%);background:var(--color-white);border:1px solid var(--color-border);min-width:240px;padding:0.75rem 0;opacity:0;pointer-events:none;transform:translateX(-50%) translateY(-8px);transition:opacity 0.2s ease,transform 0.2s ease;box-shadow:0 16px 40px rgba(0,0,0,0.12);z-index:50;}.nav__dropdown::before{content:'';position:absolute;top:-5px;left:50%;transform:translateX(-50%) rotate(45deg);width:8px;height:8px;background:var(--color-white);border-left:1px solid var(--color-border);border-top:1px solid var(--color-border);}.nav__item:hover .nav__dropdown,.nav__item:focus-within .nav__dropdown,.nav__item.open .nav__dropdown{opacity:1;pointer-events:all;transform:translateX(-50%) translateY(0);}.nav__dropdown-link{display:block;padding:0.55rem 1.5rem;font-size:0.8rem;font-weight:400;letter-spacing:0.04em;color:var(--color-text);transition:var(--transition-fast);white-space:nowrap;}.nav__dropdown-link:hover{color:var(--color-accent);background:var(--color-bg);padding-left:2rem;}.nav__link-arrow{font-size:0.6rem;margin-left:3px;opacity:0.6;transition:transform 0.2s ease;display:inline-block;}.nav__item:hover .nav__link-arrow,.nav__item.open .nav__link-arrow{transform:rotate(180deg);}.nav__menu{display:flex;align-items:center;gap:2.5rem;}.nav__link{font-size:0.75rem;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.85);transition:var(--transition-fast);position:relative;}.nav__link::after{content:'';position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--color-accent);transition:var(--transition-fast);}.nav__link:hover{color:var(--color-white);}.nav__link:hover::after{width:100%;}.nav__link.active::after{width:100%;}.nav__contact{padding:0.6rem 1.4rem;border:1px solid rgba(255,255,255,0.45);color:var(--color-white);font-size:0.7rem;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;transition:var(--transition-fast);}.nav__contact:hover{background:var(--color-white);color:var(--color-dark);border-color:var(--color-white);}.nav__hamburger{display:none;flex-direction:column;gap:5px;padding:5px;}.nav__hamburger span{display:block;width:24px;height:1.5px;background:var(--color-white);transition:var(--transition-fast);}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--color-navy);z-index:99;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.25rem;padding:calc(var(--nav-height) + 2rem) 2rem 2rem;overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:0;pointer-events:none;transform:translateY(-20px);transition:var(--transition);}.mobile-menu.open{opacity:1;pointer-events:all;transform:translateY(0);}.mobile-menu__link{font-family:var(--font-brand);font-size:clamp(2rem,6vw,3rem);color:var(--color-white);transition:var(--transition-fast);}.mobile-menu__link:hover{color:var(--color-accent);}.mobile-menu__sublinks{display:flex;flex-direction:column;gap:0.25rem;padding:0.5rem 0 0.75rem 1.5rem;}.mobile-menu__sublink{font-size:1rem;color:rgba(255,255,255,0.5);transition:var(--transition-fast);}.mobile-menu__sublink:hover{color:var(--color-accent);}.mobile-menu__contact{margin-top:1rem;padding:0.85rem 2.5rem;border:1px solid rgba(255,255,255,0.4);color:var(--color-white);font-size:0.75rem;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;}.hero{min-height:100vh;background:var(--color-navy);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;}.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(184,149,90,0.08) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(255,255,255,0.03) 0%,transparent 50%);}.hero__content{position:relative;z-index:1;padding-top:var(--nav-height);}.hero__title{color:var(--color-white);font-size:clamp(3.5rem,7vw,6rem);font-weight:300;line-height:1.08;margin-bottom:1.75rem;max-width:700px;}.hero__title em{font-style:italic;color:var(--color-accent);}.hero__subtitle{font-size:1rem;color:rgba(255,255,255,0.55);font-weight:300;letter-spacing:0.04em;margin-bottom:3rem;max-width:480px;}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;}.hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:0.75rem;color:rgba(255,255,255,0.35);font-size:0.65rem;letter-spacing:0.15em;text-transform:uppercase;}.hero__scroll-line{width:1px;height:40px;background:rgba(255,255,255,0.2);position:relative;overflow:hidden;}.hero__scroll-line::after{content:'';position:absolute;top:-100%;left:0;width:100%;height:100%;background:var(--color-accent);animation:scrollDown 2s ease-in-out infinite;}@keyframes scrollDown{0%{top:-100%;}100%{top:100%;}}.intro{padding:7rem 0;}.intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;}.intro__kicker{margin-bottom:1.5rem;}.intro__title{margin-bottom:1.5rem;color:var(--color-dark);}.intro__text{color:var(--color-text-muted);font-size:1.05rem;line-height:1.8;margin-bottom:2.5rem;}.intro__values{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;}.intro__value{display:flex;align-items:flex-start;gap:0.75rem;}.intro__value-dot{flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--color-accent);margin-top:0.55rem;}.intro__value-label{font-size:0.85rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:var(--color-dark);}.intro__visual{position:relative;aspect-ratio:4/5;background:var(--color-bg-alt);overflow:hidden;}.intro__visual-img{width:100%;height:100%;object-fit:cover;}.intro__visual-accent{position:absolute;bottom:-1.5rem;right:-1.5rem;width:60%;aspect-ratio:1;border:1px solid var(--color-accent);z-index:-1;}.intro__stat-box{position:absolute;bottom:2rem;left:-2.5rem;background:var(--color-white);padding:1.5rem 2rem;border-left:3px solid var(--color-accent);box-shadow:0 20px 60px rgba(0,0,0,0.12);}.intro__stat-number{font-family:var(--font-brand);font-size:2.5rem;color:var(--color-dark);line-height:1;margin-bottom:0.25rem;}.intro__stat-label{font-size:0.7rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-text-muted);}.intro__visual-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-bg-alt) 0%,#E3DDD4 100%);}.services__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;gap:2rem;}.services__header-left .eyebrow{margin-bottom:1rem;}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-border);border:1px solid var(--color-border);}.service-card{background:var(--color-white);padding:2.5rem 2rem;position:relative;transition:var(--transition);cursor:default;}.service-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--color-accent);transform:scaleX(0);transition:var(--transition);}.service-card:hover{background:var(--color-navy);color:var(--color-white);}.service-card:hover .service-card__text{color:rgba(255,255,255,0.65);}.service-card:hover .service-card__icon{color:var(--color-accent);}.service-card:hover::after{transform:scaleX(1);}.service-card__icon{margin-bottom:1.25rem;color:var(--color-accent);transition:var(--transition);display:flex;align-items:center;line-height:1;}.service-card__icon svg{width:28px;height:28px;}.service-card__title{font-family:var(--font-brand);font-size:1.4rem;font-weight:400;margin-bottom:0.75rem;transition:var(--transition);}.service-card__text{font-size:0.88rem;color:var(--color-text-muted);line-height:1.7;transition:var(--transition);}.team__header{margin-bottom:4rem;}.team__header .eyebrow{margin-bottom:1rem;}.team__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}.team-card{position:relative;}.team-card__photo{width:100%;aspect-ratio:3/4;background:var(--color-bg-alt);overflow:hidden;margin-bottom:1.25rem;position:relative;}.team-card__photo img{width:100%;height:100%;object-fit:cover;transition:var(--transition-slow);}.team-card:hover .team-card__photo img{transform:scale(1.04);}.team-card__photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-bg-alt) 0%,#E3DDD4 100%);}.team-card__photo-placeholder svg{width:60px;height:60px;color:var(--color-border);}.team-card__name{font-family:var(--font-brand);font-size:1.3rem;margin-bottom:0.25rem;}.team-card__role{font-size:0.75rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:0.5rem;}.team-card__title-text{font-size:0.85rem;color:var(--color-text-muted);}.standorte{background:var(--color-navy);}.standorte .section{padding:7rem 0;}.standorte__header{margin-bottom:4rem;text-align:center;}.standorte__header .eyebrow{color:var(--color-accent);margin-bottom:1rem;}.standorte__header h2{color:var(--color-white);}.standorte__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;}.standort-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);padding:3rem 2.5rem;transition:var(--transition);position:relative;}.standort-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--color-accent);transform:scaleX(0);transition:var(--transition);}.standort-card:hover{background:rgba(255,255,255,0.07);}.standort-card:hover::before{transform:scaleX(1);}.standort-card--main{background:rgba(184,149,90,0.1);border-color:rgba(184,149,90,0.2);}.standort-card--main::before{transform:scaleX(1);}.standort-card__badge{display:inline-block;padding:0.25rem 0.75rem;background:var(--color-accent);color:var(--color-white);font-size:0.62rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;margin-bottom:1.5rem;}.standort-card__city{font-family:var(--font-brand);font-size:1.8rem;color:var(--color-white);margin-bottom:1.25rem;font-weight:300;}.standort-card__details{display:flex;flex-direction:column;gap:0.6rem;}.standort-card__detail{display:flex;gap:0.75rem;font-size:0.88rem;color:rgba(255,255,255,0.55);align-items:flex-start;}.standort-card__detail-icon{flex-shrink:0;color:var(--color-accent);margin-top:2px;display:inline-flex;}.standort-card__detail-icon svg{width:14px;height:14px;}.standort-card__detail a{color:rgba(255,255,255,0.55);transition:var(--transition-fast);}.standort-card__detail a:hover{color:var(--color-accent);}.cta{background:var(--color-bg-alt);padding:8rem 0;text-align:center;}.cta .eyebrow{margin-bottom:1.5rem;}.cta h2{max-width:600px;margin:0 auto 2rem;color:var(--color-dark);}.cta__text{color:var(--color-text-muted);font-size:1.05rem;max-width:480px;margin:0 auto 3rem;}.cta__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;}.page-hero{background:var(--color-navy);padding:calc(var(--nav-height) + 5rem) 0 5rem;position:relative;overflow:hidden;}.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 80% 50%,rgba(184,149,90,0.07) 0%,transparent 60%);}.page-hero__eyebrow{margin-bottom:1rem;}.page-hero__title{font-size:clamp(2.5rem,5vw,4rem);color:var(--color-white);font-weight:300;max-width:600px;}.team-page__intro{padding:5rem 0;border-bottom:1px solid var(--color-border);}.team-page__intro-text{font-size:1.1rem;color:var(--color-text-muted);max-width:600px;line-height:1.85;}.team-full__section{padding:5rem 0;}.team-full__section-title{font-size:0.7rem;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);padding-bottom:1rem;margin-bottom:3rem;}.team-full__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;}.team-member{display:flex;flex-direction:column;}.team-member__photo{aspect-ratio:3/4;background:var(--color-bg-alt);overflow:hidden;margin-bottom:1.25rem;position:relative;}.team-member__photo img{width:100%;height:100%;object-fit:cover;transition:var(--transition-slow);}.team-member:hover .team-member__photo img{transform:scale(1.04);}.team-member__photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#F0EDE6 0%,#E3DDD4 100%);}.team-member__photo-placeholder svg{width:70px;height:70px;color:#D0CBBF;}.team-member__role{font-size:0.68rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:0.4rem;}.team-member__name{font-family:var(--font-brand);font-size:1.5rem;margin-bottom:0.3rem;}.team-member__name a{color:inherit;text-decoration:none;}.team-member__name a:hover{color:var(--color-accent);}.team-member__profile-link{display:inline-block;margin-top:0.75rem;font-size:0.78rem;color:var(--color-accent);letter-spacing:0.06em;transition:var(--transition-fast);}.team-member__profile-link:hover{opacity:0.7;}.team-member__degree{font-size:0.82rem;color:var(--color-text-muted);margin-bottom:1rem;}.team-member__specialties{display:flex;flex-wrap:wrap;gap:0.4rem;}.team-member__specialty{display:inline-block;padding:0.25rem 0.65rem;background:var(--color-bg-alt);border:1px solid var(--color-border);font-size:0.72rem;color:var(--color-text-muted);letter-spacing:0.04em;}.kontakt__grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;padding:7rem 0;align-items:start;}.kontakt__info .eyebrow{margin-bottom:1.25rem;}.kontakt__info h2{margin-bottom:1.5rem;color:var(--color-dark);}.kontakt__info-text{color:var(--color-text-muted);font-size:1rem;line-height:1.8;margin-bottom:3rem;}.kontakt__locations{display:flex;flex-direction:column;gap:2rem;}.kontakt__location{padding-bottom:2rem;border-bottom:1px solid var(--color-border);}.kontakt__location:last-child{border-bottom:none;}.kontakt__location-city{font-family:var(--font-brand);font-size:1.4rem;color:var(--color-dark);margin-bottom:0.75rem;display:flex;align-items:center;gap:0.75rem;}.kontakt__location-city span{font-family:var(--font-sans);font-size:0.6rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;background:var(--color-accent);color:var(--color-white);padding:0.2rem 0.5rem;}.kontakt__location-details{display:flex;flex-direction:column;gap:0.4rem;}.kontakt__location-detail{font-size:0.9rem;color:var(--color-text-muted);}.kontakt__location-detail a{color:var(--color-text-muted);transition:var(--transition-fast);}.kontakt__location-detail a:hover{color:var(--color-accent);}.contact-form{display:flex;flex-direction:column;gap:1.25rem;}.contact-form .form-group{display:flex;flex-direction:column;gap:0.5rem;}.contact-form label{font-size:0.72rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-text-muted);}.contact-form input,.contact-form select,.contact-form textarea{padding:0.85rem 1rem;border:1px solid var(--color-border);background:var(--color-white);font-family:var(--font-sans);font-size:0.95rem;color:var(--color-text);transition:var(--transition-fast);outline:none;width:100%;appearance:none;}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(184,149,90,0.1);}.contact-form textarea{resize:vertical;min-height:140px;}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}.contact-form .form-note{font-size:0.78rem;color:var(--color-text-muted);line-height:1.6;}.contact-form button[type="submit"]{align-self:flex-start;}.footer{background:var(--color-dark);color:rgba(255,255,255,0.6);padding:5rem 0 2.5rem;}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,0.08);}.footer__logo{font-family:var(--font-brand);font-size:1.4rem;color:var(--color-white);font-weight:400;margin-bottom:0.3rem;}.footer__tagline{font-size:0.7rem;letter-spacing:0.12em;text-transform:uppercase;opacity:0.4;margin-bottom:1.5rem;}.footer__brand-text{font-size:0.88rem;line-height:1.75;max-width:260px;}.footer__col-title{font-size:0.68rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:var(--color-white);margin-bottom:1.5rem;}.footer__links{display:flex;flex-direction:column;gap:0.65rem;}.footer__link{font-size:0.88rem;color:rgba(255,255,255,0.5);transition:var(--transition-fast);}.footer__link:hover{color:var(--color-accent);}.footer__contact-items{display:flex;flex-direction:column;gap:0.75rem;}.footer__contact-item{display:flex;gap:0.65rem;font-size:0.85rem;align-items:flex-start;}.footer__contact-icon{color:var(--color-accent);flex-shrink:0;display:inline-flex;margin-top:1px;}.footer__contact-icon svg{width:14px;height:14px;}.footer__contact-text a{color:rgba(255,255,255,0.5);transition:var(--transition-fast);}.footer__contact-text a:hover{color:var(--color-accent);}.footer__bottom{display:flex;justify-content:space-between;align-items:center;font-size:0.8rem;flex-wrap:wrap;gap:1rem;}.footer__bottom-links{display:flex;gap:2rem;}.footer__bottom-link{color:rgba(255,255,255,0.4);transition:var(--transition-fast);}.footer__bottom-link:hover{color:var(--color-white);}.divider{width:40px;height:1px;background:var(--color-accent);margin:1.5rem 0;}.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.7s ease,transform 0.7s ease;}.reveal.visible{opacity:1;transform:translateY(0);}.reveal-delay-1{transition-delay:0.1s;}.reveal-delay-2{transition-delay:0.2s;}.reveal-delay-3{transition-delay:0.3s;}.reveal-delay-4{transition-delay:0.4s;}@media (max-width:1024px){.intro__grid{grid-template-columns:1fr;gap:4rem;}.intro__visual{max-width:480px;}.services__grid{grid-template-columns:repeat(2,1fr);}.footer__grid{grid-template-columns:1fr 1fr;}.intro__stat-box{left:0;}}@media (max-width:900px){.team__grid{grid-template-columns:repeat(2,1fr);}.standorte__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto;}.kontakt__grid{grid-template-columns:1fr;gap:4rem;}.team-full__grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:768px){:root{--nav-height:64px;}.nav__menu{display:none;}.nav__hamburger{display:flex;}.services__header{flex-direction:column;align-items:flex-start;}.hero__title{font-size:clamp(2.8rem,8vw,4rem);}.intro__values{grid-template-columns:1fr;}.footer__grid{grid-template-columns:1fr;}.contact-form .form-row{grid-template-columns:1fr;}}@media (max-width:580px){.services__grid{grid-template-columns:1fr;}.team__grid{grid-template-columns:1fr;max-width:360px;margin:0 auto;}.team-full__grid{grid-template-columns:1fr;}.hero__actions{flex-direction:column;}.hero__actions .btn{width:100%;justify-content:center;}}.profile{padding:4rem 0;}.profile__grid{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:start;}.profile__photo{aspect-ratio:3/4;overflow:hidden;background:var(--color-bg-alt);}.profile__photo img{width:100%;height:100%;object-fit:cover;}.profile__photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-bg-alt);color:var(--color-text-muted);}.profile__role{font-size:0.72rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:0.5rem;}.profile__name{font-family:var(--font-brand);font-size:2.2rem;font-weight:400;color:var(--color-dark);margin-bottom:0.4rem;}.profile__degree{font-size:0.92rem;color:var(--color-text-muted);margin-bottom:1.5rem;}.profile__contact-line{font-size:0.88rem;margin-bottom:0.4rem;color:var(--color-text-muted);}.profile__contact-line a{color:var(--color-accent);}.profile__contact-line a:hover{text-decoration:underline;}.profile__specialties{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:1.5rem;}.profile__specialty{font-size:0.78rem;padding:0.35rem 1rem;border:1px solid var(--color-border);color:var(--color-text);text-decoration:none;transition:var(--transition-fast);}.profile__specialty:hover{border-color:var(--color-accent);color:var(--color-accent);}.profile__sections{padding:0 0 5rem;}.profile__section{padding:3rem 0;border-bottom:1px solid var(--color-border);}.profile__section:last-child{border-bottom:none;}.profile__section-title{font-family:var(--font-brand);font-size:1.15rem;font-weight:400;color:var(--color-dark);margin-bottom:1.5rem;}.profile__list{list-style:none;padding:0;}.profile__list li{padding:0.5rem 0;font-size:0.9rem;color:var(--color-text);line-height:1.6;display:flex;gap:1rem;}.profile__list-year{flex-shrink:0;width:50px;color:var(--color-text-muted);font-size:0.82rem;}@media (max-width:768px){.profile__grid{grid-template-columns:1fr;gap:2rem;}.profile__photo{max-width:280px;}.profile__name{font-size:1.6rem;}}.area-intro{padding:5rem 0 4rem;}.area-intro__text{font-size:1.15rem;line-height:1.9;color:var(--color-text);max-width:800px;}.area-breadcrumb{padding:1.5rem 0 0;font-size:0.82rem;letter-spacing:0.06em;color:var(--color-text-muted);}.area-breadcrumb a{color:var(--color-text-muted);text-decoration:none;}.area-breadcrumb a:hover{color:var(--color-accent);}.area-breadcrumb__sep{margin:0 0.5em;}.area-services{padding:5rem 0;background:var(--color-bg-alt);}.area-services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:3rem;}.area-service{padding:2rem;background:var(--color-bg);border:1px solid var(--color-border);transition:border-color 0.2s ease,box-shadow 0.2s ease;}.area-service:hover{border-color:var(--color-accent);box-shadow:0 4px 20px rgba(31,37,58,0.06);}.area-service__icon{width:36px;height:2px;background:var(--color-accent);margin-bottom:1.25rem;}.area-service__title{font-family:var(--font-brand);font-size:1.05rem;font-weight:400;color:var(--color-dark);margin-bottom:0.75rem;}.area-service__text{font-size:0.9rem;color:var(--color-text-muted);line-height:1.75;}.area-contacts{padding:5rem 0;}.area-contacts__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-top:3rem;}.area-contact{display:flex;gap:1.25rem;align-items:flex-start;padding:1.75rem;border:1px solid var(--color-border);transition:border-color 0.2s ease;}.area-contact:hover{border-color:var(--color-accent);}.area-contact__img{width:68px;height:68px;border-radius:50%;object-fit:cover;object-position:top;flex-shrink:0;}.area-contact__placeholder{width:68px;height:68px;border-radius:50%;background:var(--color-bg-alt);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-border);}.area-contact__info{flex:1;min-width:0;}.area-contact__degree{font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:0.2rem;}.area-contact__name{font-family:var(--font-brand);font-size:1rem;font-weight:400;color:var(--color-dark);margin-bottom:0.2rem;}.area-contact__role{font-size:0.8rem;color:var(--color-text-muted);margin-bottom:0.6rem;}.area-contact__email{font-size:0.78rem;color:var(--color-accent);text-decoration:none;word-break:break-all;}.area-contact__email:hover{text-decoration:underline;}
.area-service__link{display:inline-block;margin-top:0.75rem;font-size:0.78rem;color:var(--color-accent);letter-spacing:0.06em;transition:var(--transition-fast);}.area-service__link:hover{opacity:0.7;}
.area-service__thumb{margin:-2rem -2rem 1.25rem;overflow:hidden;}.area-service__img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform 0.4s ease;}.area-service:hover .area-service__img{transform:scale(1.04);}
.leistung-hero-img{padding:0 0 2rem;}.leistung-hero-img__img{width:100%;aspect-ratio:21/9;object-fit:cover;border-radius:0.5rem;}
.area-standorte{padding:4rem 0;background:var(--color-bg-alt);}
.area-standorte__list{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;}
.area-standorte__item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border:1px solid var(--color-border);background:var(--color-white);transition:var(--transition-fast);text-decoration:none;color:inherit;gap:1rem;}
.area-standorte__item:hover{border-color:var(--color-accent);box-shadow:0 4px 12px rgba(0,0,0,0.05);}
.area-standorte__item strong{font-family:var(--font-brand);font-size:1.05rem;color:var(--color-dark);}
.area-standorte__item span{font-size:0.85rem;color:var(--color-text-muted);}.footer__logo-text{display:flex;align-items:baseline;gap:0.5em;margin-bottom:1.25rem;color:var(--color-white);}.footer__logo-text .logo__name{font-family:'Roboto','Helvetica Neue',Arial,sans-serif;font-weight:700;font-size:1.2rem;letter-spacing:0.01em;}.footer__logo-text .logo__tagline{font-family:'Roboto','Helvetica Neue',Arial,sans-serif;font-weight:300;font-size:0.78rem;letter-spacing:0.01em;opacity:0.5;}@media (max-width:768px){.area-services__grid{grid-template-columns:1fr;}.area-contacts__grid{grid-template-columns:1fr;}}.nav__dropdown{max-height:80vh;overflow-y:auto;}.nav__lang{position:relative;}.nav__lang-btn{font-size:0.75rem;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.85);transition:var(--transition-fast);cursor:pointer;padding:0;background:none;border:none;font-family:inherit;}.nav--solid .nav__lang-btn{color:var(--color-text);}.nav--solid .nav__lang-btn:hover{color:var(--color-accent);}.nav__dropdown--lang{min-width:180px;}.mobile-menu__langs{display:flex;gap:0.75rem;margin-top:auto;padding-top:1.5rem;flex-wrap:wrap;justify-content:flex-start;}.mobile-menu__lang{font-size:0.8rem;font-weight:500;letter-spacing:0.1em;color:rgba(255,255,255,0.4);padding:0.4rem 0.8rem;border:1px solid rgba(255,255,255,0.15);transition:var(--transition-fast);}.mobile-menu__lang:hover{color:var(--color-white);border-color:rgba(255,255,255,0.4);}.mobile-menu__lang--active{color:var(--color-accent);border-color:var(--color-accent);}.form-success{display:none;text-align:center;padding:3rem 2rem;}.form-success__icon{font-size:3rem;margin-bottom:1rem;}.form-success__title{font-family:var(--font-brand);font-size:1.5rem;margin-bottom:0.75rem;color:var(--color-dark);}.form-success__text{color:var(--color-text-muted);font-size:0.95rem;}.form-error{background:rgba(224,85,85,0.08);border:1px solid rgba(224,85,85,0.3);padding:1rem 1.25rem;margin-bottom:1.25rem;font-size:0.88rem;color:#c0392b;}.form-honeypot{position:absolute;left:-9999px;}

/* ═══════════════════════════════════════════════════════════
   NEW: Blog, Standorte-Listing, FAQ, Static Pages, Footer
   ═══════════════════════════════════════════════════════════ */

/* ── Breadcrumbs ─────────────────────────────────────────── */
.breadcrumb{font-size:0.78rem;letter-spacing:0.04em;margin-bottom:1.5rem;color:rgba(255,255,255,0.45);}.breadcrumb a{color:rgba(255,255,255,0.45);text-decoration:none;transition:var(--transition-fast);}.breadcrumb a:hover{color:var(--color-accent);}.breadcrumb__sep{margin:0 0.5em;opacity:0.5;}

/* ── Page Hero Subtitle ──────────────────────────────────── */
.page-hero__subtitle{font-size:1rem;color:rgba(255,255,255,0.5);font-weight:300;max-width:500px;margin-top:1rem;}

/* ── Container Narrow ────────────────────────────────────── */
.container--narrow{max-width:800px;}

/* ── Blog Listing ────────────────────────────────────────── */
.blog-listing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}.blog-listing__empty{font-size:1.05rem;color:var(--color-text-muted);text-align:center;padding:4rem 0;}
.blog-card{display:flex;flex-direction:column;background:var(--color-white);border:1px solid var(--color-border);transition:var(--transition);text-decoration:none;color:inherit;overflow:hidden;}.blog-card:hover{border-color:var(--color-accent);box-shadow:0 8px 30px rgba(0,0,0,0.08);transform:translateY(-2px);}
.blog-card__img{width:100%;aspect-ratio:16/9;object-fit:cover;border-bottom:1px solid var(--color-border);}
.blog-card__content{padding:1.5rem;flex:1;display:flex;flex-direction:column;}
.blog-card__meta{display:flex;align-items:center;gap:1rem;margin-bottom:0.75rem;}
.blog-card__date{font-size:0.72rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-text-muted);}
.blog-card__author{font-size:0.72rem;color:var(--color-text-muted);}
.blog-card__title{font-family:var(--font-brand);font-size:1.25rem;font-weight:400;color:var(--color-dark);margin-bottom:0.6rem;line-height:1.3;}
.blog-card__excerpt{font-size:0.88rem;color:var(--color-text-muted);line-height:1.7;flex:1;}
.blog-card__tags{display:flex;flex-wrap:wrap;gap:0.4rem;margin-top:1rem;}
.blog-card__tag{display:inline-block;padding:0.2rem 0.6rem;background:var(--color-bg-alt);font-size:0.68rem;letter-spacing:0.06em;color:var(--color-text-muted);border:1px solid var(--color-border);}

/* ── Blog Article (Single) ───────────────────────────────── */
.blog-article{padding:3rem 0 5rem;}
.blog__hero-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:0.5rem;margin-bottom:2rem;}
.blog-article__author{display:flex;align-items:center;gap:1rem;padding:1.5rem 0;margin-bottom:2rem;border-bottom:1px solid var(--color-border);}
.blog-article__author-img{width:48px;height:48px;border-radius:50%;object-fit:cover;object-position:top;}
.blog-article__author-name{font-family:var(--font-brand);font-size:1rem;color:var(--color-dark);display:block;}
.blog-article__author-name:hover{color:var(--color-accent);}
.blog-article__author-role{font-size:0.78rem;color:var(--color-text-muted);}
.blog-article__tags{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--color-border);}
.blog-article__tag{display:inline-block;padding:0.35rem 1rem;border:1px solid var(--color-border);font-size:0.78rem;color:var(--color-text);text-decoration:none;transition:var(--transition-fast);}.blog-article__tag:hover{border-color:var(--color-accent);color:var(--color-accent);}

/* ── Prose (Markdown Content) ────────────────────────────── */
.prose{font-size:1rem;line-height:1.85;color:var(--color-text);}
.prose h2{font-size:1.6rem;margin:2.5rem 0 1rem;color:var(--color-dark);}
.prose h3{font-size:1.25rem;margin:2rem 0 0.75rem;color:var(--color-dark);}
.prose p{margin-bottom:1.25rem;}
.prose ul,.prose ol{margin:1rem 0 1.5rem 1.5rem;}.prose ul{list-style:disc;}.prose ol{list-style:decimal;}
.prose li{margin-bottom:0.4rem;}
.prose strong{font-weight:600;color:var(--color-dark);}
.prose em{font-style:italic;}
.prose a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px;}.prose a:hover{opacity:0.8;}
.prose blockquote{border-left:3px solid var(--color-accent);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--color-bg-alt);font-style:italic;color:var(--color-text-muted);}
.prose img{max-width:100%;height:auto;border-radius:0.5rem;margin:1.5rem 0;}

/* ── Standorte Listing ───────────────────────────────────── */
.standorte-listing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}
.standort-card__img{width:100%;aspect-ratio:16/10;object-fit:cover;}
.standort-card__content{padding:1.5rem;}
.standort-card__name{font-family:var(--font-brand);font-size:1.4rem;font-weight:400;color:var(--color-dark);margin-bottom:0.5rem;}
.standort-card__address{font-size:0.88rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:0.5rem;}
.standort-card__phone{font-size:0.88rem;color:var(--color-text-muted);}
.standort-card__hours{font-size:0.82rem;color:var(--color-text-muted);margin-top:0.4rem;}

/* ── Standort Single ─────────────────────────────────────── */
.standort__hero{margin-bottom:2rem;}
.standort__hero-img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:0.5rem;}
.standort__info{padding:3rem 0 5rem;}
.standort__info-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;}
.standort__details{display:flex;flex-direction:column;gap:1rem;}
.standort__description{font-size:1.05rem;line-height:1.85;color:var(--color-text);margin-bottom:1.5rem;}
.standort__contact-details{display:flex;flex-direction:column;gap:0.5rem;font-size:0.92rem;color:var(--color-text-muted);}
.standort__contact-details a{color:var(--color-text-muted);transition:var(--transition-fast);}
.standort__contact-details a:hover{color:var(--color-accent);}
.standort__gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:0.75rem;}
.standort__gallery-img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:0.25rem;cursor:pointer;transition:var(--transition-fast);}.standort__gallery-img:hover{opacity:0.85;}
.standort__services,.standort__team{padding:4rem 0;}

/* ── FAQ Section ─────────────────────────────────────────── */
.faq{padding:5rem 0;}
.faq--alt{background:var(--color-bg-alt);}
.faq .section-title{margin-bottom:3rem;}
.faq__list{max-width:800px;margin:0 auto;}
.faq__item{border-bottom:1px solid var(--color-border);}
.faq__question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;cursor:pointer;font-family:var(--font-brand);font-size:1.1rem;font-weight:400;color:var(--color-dark);transition:var(--transition-fast);}
.faq__question:hover{color:var(--color-accent);}
.faq__icon{flex-shrink:0;width:20px;height:20px;margin-left:1rem;display:inline-flex;align-items:center;justify-content:center;transition:transform 0.3s ease;color:var(--color-text-muted);}.faq__icon svg{width:18px;height:18px;}.faq__item.open .faq__icon{transform:rotate(180deg);color:var(--color-accent);}
.faq__answer{max-height:0;overflow:hidden;transition:max-height 0.5s ease;}.faq__item.open .faq__answer{max-height:2000px;}
.faq__answer p{padding:0 0 1.5rem;font-size:0.92rem;line-height:1.8;color:var(--color-text-muted);margin:0;}
.faq__header{margin-bottom:3.5rem;}.faq__header .eyebrow{margin-bottom:1rem;}

/* ── Section Title (reusable) ────────────────────────────── */
.section-title{font-family:var(--font-brand);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;color:var(--color-dark);}

/* ── Static Page ─────────────────────────────────────────── */
.static-page{padding:4rem 0 5rem;}

/* ── Footer Additions ────────────────────────────────────── */
.footer__partner{font-size:0.82rem;margin-top:1.25rem;color:rgba(255,255,255,0.4);}.footer__partner a{color:var(--color-accent);transition:var(--transition-fast);}.footer__partner a:hover{opacity:0.8;}
.footer__logo-text{text-decoration:none;}
.footer__memberships{padding:1.5rem 0;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,0.08);font-size:0.82rem;display:flex;align-items:center;gap:0.6rem;flex-wrap:wrap;}
.footer__memberships-label{color:rgba(255,255,255,0.4);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;font-size:0.68rem;}
.footer__membership-link{color:rgba(255,255,255,0.55);transition:var(--transition-fast);}.footer__membership-link:hover{color:var(--color-accent);}
.footer__membership-sep{color:rgba(255,255,255,0.2);}

/* ── Blog Related ────────────────────────────────────────── */
.blog-related .section-title{margin-bottom:2rem;}

/* ── Image Optimization ──────────────────────────────────── */
.profile__photo img{object-position:center 20%;object-fit:cover;}
.team-card__photo img,.team-member__photo img{object-position:center 25%;object-fit:cover;}

/* ── Nav Dropdown Hover Gap Bridge ─────────────────────── */
.nav__item::after{content:'';position:absolute;top:100%;left:0;right:0;height:20px;background:transparent;}

/* ── Standorte Links on Homepage ───────────────────────── */
.standorte__link{color:var(--color-dark);text-decoration:none;transition:var(--transition-fast);padding:1rem 1.5rem;border:1px solid var(--color-border);background:var(--color-white);}.standorte__link:hover{border-color:var(--color-accent);color:var(--color-accent);}

/* ═══════════════════════════════════════════════════════════
   RTL Support (Arabic)
   ═══════════════════════════════════════════════════════════ */
[dir="rtl"]{direction:rtl;text-align:right;}
[dir="rtl"] .nav__inner{flex-direction:row-reverse;}
[dir="rtl"] .nav__menu{flex-direction:row-reverse;}
[dir="rtl"] .nav__link::after{left:auto;right:0;}
[dir="rtl"] .nav__link-arrow{margin-left:0;margin-right:3px;}
[dir="rtl"] .nav__dropdown{left:auto;right:50%;transform:translateX(50%) translateY(-8px);}
[dir="rtl"] .nav__item:hover .nav__dropdown,[dir="rtl"] .nav__item:focus-within .nav__dropdown,[dir="rtl"] .nav__item.open .nav__dropdown{transform:translateX(50%) translateY(0);}
[dir="rtl"] .nav__dropdown-link{text-align:right;}
[dir="rtl"] .nav__dropdown-link:hover{padding-left:1.5rem;padding-right:2rem;}
[dir="rtl"] .hero__content{text-align:right;}
[dir="rtl"] .hero__actions{justify-content:flex-end;}
[dir="rtl"] .intro__grid{direction:rtl;}
[dir="rtl"] .intro__values{direction:rtl;}
[dir="rtl"] .intro__value{flex-direction:row-reverse;}
[dir="rtl"] .intro__stat-box{left:auto;right:-2.5rem;border-left:none;border-right:3px solid var(--color-accent);}
[dir="rtl"] .services__header{flex-direction:row-reverse;}
[dir="rtl"] .team__header{text-align:right;}
[dir="rtl"] .standorte__header{text-align:right;}
[dir="rtl"] .faq__question{flex-direction:row-reverse;text-align:right;}
[dir="rtl"] .kontakt__grid{direction:rtl;}
[dir="rtl"] .kontakt__location-city{flex-direction:row-reverse;}
[dir="rtl"] .footer__grid{direction:rtl;}
[dir="rtl"] .footer__bottom{flex-direction:row-reverse;}
[dir="rtl"] .profile__grid{direction:rtl;}
[dir="rtl"] .profile__list li{flex-direction:row-reverse;}
[dir="rtl"] .area-service{text-align:right;}
[dir="rtl"] .area-contact{flex-direction:row-reverse;text-align:right;}
[dir="rtl"] .divider{margin-left:auto;margin-right:0;}
[dir="rtl"] .eyebrow{text-align:right;}
[dir="rtl"] .breadcrumb{direction:rtl;text-align:right;}
[dir="rtl"] .mobile-menu{align-items:flex-end;text-align:right;}
[dir="rtl"] .mobile-menu__sublinks{padding-left:0;padding-right:1.5rem;}
[dir="rtl"] .standort-card__detail{flex-direction:row-reverse;text-align:right;}
[dir="rtl"] .standort__contact-details{text-align:right;}
[dir="rtl"] .footer__contact-item{flex-direction:row-reverse;text-align:right;}
[dir="rtl"] .blog-article__author{flex-direction:row-reverse;}
@media (max-width:1024px){[dir="rtl"] .intro__stat-box{right:0;}}

/* ── Responsive: Blog & Standorte Listing ────────────────── */
@media (max-width:900px){.blog-listing__grid{grid-template-columns:repeat(2,1fr);}.standorte-listing__grid{grid-template-columns:repeat(2,1fr);}.standort__info-grid{grid-template-columns:1fr;}}
@media (max-width:580px){.blog-listing__grid{grid-template-columns:1fr;}.standorte-listing__grid{grid-template-columns:1fr;}.standort__gallery{grid-template-columns:repeat(2,1fr);}
.area-standorte__item{flex-direction:column;align-items:flex-start;}}

/* ═══════════════════════════════════════════════════════════
   DESIGN AUDIT FIXES
   ═══════════════════════════════════════════════════════════ */

/* ── Select dropdown custom arrow ─────────────────────────── */
.contact-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237A7570' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;}
[dir="rtl"] .contact-form select{background-position:left 1rem center;padding-right:1rem;padding-left:2.5rem;}

/* ── Focus-visible for accessibility ──────────────────────── */
:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;}
a:focus-visible,.btn:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;}
.nav__link:focus-visible,.nav__dropdown-link:focus-visible,.mobile-menu__link:focus-visible{outline-offset:4px;}
.contact-form input:focus-visible,.contact-form select:focus-visible,.contact-form textarea:focus-visible{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(184,149,90,0.15);}

/* ── Reduced motion ───────────────────────────────────────── */
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important;}
.reveal{opacity:1;transform:none;transition:none;}}

/* ── Responsive: Standorte links on homepage ──────────────── */
@media (max-width:768px){.standorte__links{flex-direction:column !important;align-items:stretch !important;gap:1rem !important;}.standorte__link{text-align:left !important;display:block;}}
@media (max-width:580px){.standorte__map{min-height:280px !important;}.standorte__map > div{padding-bottom:70% !important;}}

/* ── Footer grid tablet fix ───────────────────────────────── */
@media (max-width:1024px){.footer__grid{grid-template-columns:1fr 1fr;}}
@media (max-width:580px){.footer__grid{grid-template-columns:1fr;}.footer__bottom{flex-direction:column;align-items:flex-start;}}

/* ── Blog card hover smooth ───────────────────────────────── */
.blog-card{will-change:transform;}.blog-card:hover{transform:translateY(-3px);}

/* ── Team card touch target ───────────────────────────────── */
.team-member__profile-link{padding:0.4rem 0;display:inline-block;}
.team-card{min-height:44px;}
.mobile-menu__link,.mobile-menu__sublink{min-height:44px;display:inline-flex;align-items:center;}

/* ── Nav dropdown smooth ──────────────────────────────────── */
.nav__dropdown{border-radius:4px;}

/* ── RTL: dropdown arrow fix ──────────────────────────────── */
[dir="rtl"] .nav__dropdown::before{left:auto;right:50%;transform:translateX(50%) rotate(45deg);}
[dir="rtl"] .faq__icon{margin-left:0;margin-right:1rem;}
[dir="rtl"] .contact-form button[type="submit"]{align-self:flex-end;}

/* ── Smooth scrollbar for dropdowns ───────────────────────── */
.nav__dropdown::-webkit-scrollbar{width:4px;}.nav__dropdown::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px;}

/* ── Blog card image consistent sizing ────────────────────── */
.blog-card .blog-card__img{width:100%;aspect-ratio:16/9;object-fit:cover;border-bottom:1px solid var(--color-border);}

/* ── Kontakt form section better spacing on mobile ────────── */
@media (max-width:768px){.kontakt__grid{gap:3rem;}.kontakt__locations{gap:1.5rem;}}

/* ── Hero subtitle line-height fix ────────────────────────── */
.hero__subtitle{line-height:1.6;}

/* ── Prose table styling ──────────────────────────────────── */
.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:0.9rem;}
.prose th,.prose td{padding:0.75rem 1rem;border:1px solid var(--color-border);text-align:left;}
.prose th{background:var(--color-bg-alt);font-weight:600;font-size:0.82rem;text-transform:uppercase;letter-spacing:0.06em;}
[dir="rtl"] .prose th,[dir="rtl"] .prose td{text-align:right;}

/* ── Villa India Stimmungsbilder ─────────────────────────── */
.index__villa-img{width:100%;aspect-ratio:16/4.5;object-fit:cover;object-position:center 40%;display:block;}
.kontakt__villa-img{width:100%;aspect-ratio:16/5;object-fit:cover;border:1px solid var(--color-border);}

/* ═══════════════════════════════════════════════════════════
   PROFILE PAGES – Redesigned (Hero Banner Layout)
   ═══════════════════════════════════════════════════════════ */

/* ── Profile Hero ──────────────────────────────────────── */
.profile-hero{background:var(--color-navy);padding:calc(var(--nav-height) + 4rem) 0 3.5rem;position:relative;overflow:hidden;}
.profile-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 80% 50%,rgba(184,149,90,0.07) 0%,transparent 60%);}
.profile-hero .area-breadcrumb{padding:0 0 1.5rem;}
.profile-hero .area-breadcrumb,.profile-hero .area-breadcrumb a{color:rgba(255,255,255,0.45);}
.profile-hero .area-breadcrumb a:hover{color:var(--color-accent);}
.profile-hero__eyebrow{margin-bottom:0.75rem;}
.profile-hero__title{font-size:clamp(2.2rem,4.5vw,3.5rem);color:var(--color-white);font-weight:300;margin-bottom:0.5rem;}
.profile-hero__subtitle{font-size:0.95rem;color:rgba(255,255,255,0.5);font-weight:300;letter-spacing:0.02em;}

/* ── Hero Image ────────────────────────────────────────── */
.profile-hero-image{padding:0 0 3rem;background:var(--color-bg);}
.profile-hero-image__wrap{margin-top:-2rem;overflow:hidden;position:relative;aspect-ratio:4/3;max-height:560px;background:var(--color-bg-alt);}
.profile-hero-image__img{width:100%;height:100%;object-fit:cover;object-position:center 20%;}

/* ── About Section ─────────────────────────────────────── */
.profile-about{padding:4rem 0 3rem;}
.profile-about__grid{display:grid;grid-template-columns:1fr 340px;gap:5rem;align-items:start;}
.profile-about__motto{font-family:var(--font-brand);font-size:1.4rem;font-weight:300;line-height:1.55;color:var(--color-dark);margin:0 0 2rem;padding:0;border:none;font-style:italic;}
.profile-about__portrait{font-size:1.05rem;line-height:1.85;color:var(--color-text-muted);}

/* Sidebar */
.profile-about__sidebar{display:flex;flex-direction:column;gap:2.5rem;}
.profile-about__contact-title{font-family:var(--font-sans);font-size:0.68rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:1rem;}
.profile-about__contact-link{display:flex;align-items:center;gap:0.75rem;font-size:0.9rem;color:var(--color-text);text-decoration:none;transition:var(--transition-fast);margin-bottom:0.6rem;}
.profile-about__contact-link svg{flex-shrink:0;color:var(--color-accent);}
.profile-about__contact-link:hover{color:var(--color-accent);}
.profile-about__specialties-title,.profile-about__standorte-title{font-family:var(--font-sans);font-size:0.68rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:1rem;}
.profile-about__specialties-list{display:flex;flex-wrap:wrap;gap:0.5rem;}
.profile-about__specialty{font-size:0.78rem;padding:0.4rem 1rem;border:1px solid var(--color-border);color:var(--color-text);text-decoration:none;transition:var(--transition-fast);}
.profile-about__specialty:hover{border-color:var(--color-accent);color:var(--color-accent);}
.profile-about__standort-link{display:block;font-size:0.9rem;color:var(--color-accent);text-decoration:none;margin-bottom:0.4rem;transition:var(--transition-fast);}
.profile-about__standort-link:hover{opacity:0.7;}

/* ── Stats Bar ─────────────────────────────────────────── */
.profile-stats{padding:3rem 0;background:var(--color-bg-alt);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);}
.profile-stats__grid{display:flex;justify-content:center;gap:5rem;}
.profile-stats__item{text-align:center;}
.profile-stats__number{display:block;font-family:var(--font-brand);font-size:2.5rem;font-weight:300;color:var(--color-accent);line-height:1.1;margin-bottom:0.35rem;}
.profile-stats__label{font-size:0.72rem;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--color-text-muted);}

/* ── Testimonials ──────────────────────────────────────── */
.profile-testimonials{padding:5rem 0;}
.profile-testimonials__eyebrow{margin-bottom:1rem;}
.profile-testimonials__title{font-size:clamp(1.6rem,3vw,2.2rem);color:var(--color-dark);margin-bottom:3rem;}
.profile-testimonials__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}
.profile-testimonials__card{position:relative;padding:2.5rem;border:1px solid var(--color-border);background:var(--color-white);}
.profile-testimonials__quote-icon{position:absolute;top:1.5rem;right:1.5rem;color:var(--color-accent);}
.profile-testimonials__text{font-size:1rem;line-height:1.75;color:var(--color-text);margin-bottom:1.25rem;font-style:italic;}
.profile-testimonials__source{font-size:0.82rem;color:var(--color-text-muted);font-weight:600;letter-spacing:0.04em;}

/* ── CV Sections ───────────────────────────────────────── */
.profile-cv{padding:2rem 0 5rem;}
.profile-cv__section{padding:2.5rem 0;border-bottom:1px solid var(--color-border);}
.profile-cv__section:last-child{border-bottom:none;}
.profile-cv__section-title{font-family:var(--font-brand);font-size:1.15rem;font-weight:400;color:var(--color-dark);margin-bottom:1.5rem;}
.profile-cv__list{list-style:none;padding:0;}
.profile-cv__list li{padding:0.5rem 0;font-size:0.9rem;color:var(--color-text);line-height:1.6;display:flex;gap:1rem;align-items:baseline;}
.profile-cv__year{flex-shrink:0;width:55px;font-size:0.82rem;color:var(--color-text-muted);font-weight:600;}
.profile-cv__text{flex:1;}
.profile-cv__list--inline{display:flex;flex-wrap:wrap;gap:0.5rem 1.5rem;}
.profile-cv__list--inline li{padding:0.25rem 0;}
.profile-cv__list a{color:var(--color-accent);text-decoration:none;transition:var(--transition-fast);}
.profile-cv__list a:hover{text-decoration:underline;}

/* ── Profile Pages: Responsive ─────────────────────────── */
@media (max-width:900px){
.profile-about__grid{grid-template-columns:1fr;gap:3rem;}
.profile-testimonials__grid{grid-template-columns:1fr;}
.profile-stats__grid{gap:3rem;}
}
@media (max-width:580px){
.profile-hero__title{font-size:clamp(1.8rem,6vw,2.5rem);}
.profile-hero-image__wrap{aspect-ratio:3/2;max-height:380px;}
.profile-about__motto{font-size:1.15rem;}
.profile-stats__grid{flex-direction:column;gap:2rem;align-items:center;}
.profile-stats__number{font-size:2rem;}
}

/* ── RTL: Profile Pages ────────────────────────────────── */
[dir="rtl"] .profile-about__grid{direction:rtl;}
[dir="rtl"] .profile-about__contact-link{flex-direction:row-reverse;}
[dir="rtl"] .profile-cv__list li{flex-direction:row-reverse;}

/* ── Team Listing: Landscape Image Update ──────────────── */
.team-member__photo{aspect-ratio:4/3;}
.team-card__photo{aspect-ratio:4/3;}
.team-member__photo img,.team-card__photo img{object-position:center 25%;object-fit:cover;}

/* ═══════════════════════════════════════════════════════════
   LEISTUNGEN PAGES – Redesigned (Fullwidth Image, Content Boxes)
   ═══════════════════════════════════════════════════════════ */

/* ── Hero CTA Buttons ────────────────────────────────────── */
.page-hero__actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap;}
@media (max-width:580px){.page-hero__actions{flex-direction:column;}.page-hero__actions .btn{width:100%;justify-content:center;}}

/* ── Hero Image: fullwidth edge-to-edge ──────────────────── */
.leistung-hero-img{width:100%;overflow:hidden;padding:0;background:var(--color-navy);}
.leistung-hero-img__img{width:100%;height:50vh;min-height:350px;max-height:560px;object-fit:cover;display:block;border-radius:0;box-shadow:none;aspect-ratio:auto;}
@media (max-width:768px){.leistung-hero-img__img{height:40vh;min-height:260px;max-height:400px;}}
@media (max-width:580px){.leistung-hero-img__img{height:32vh;min-height:220px;max-height:320px;}}

/* ── Intro: two-column grid (heading | text) ─────────────── */
.area-intro__grid{display:grid;grid-template-columns:5fr 7fr;gap:4rem;align-items:start;}
.area-intro__heading{font-family:var(--font-brand);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:300;color:var(--color-dark);line-height:1.25;margin-top:0.25rem;}
.area-intro__body .area-intro__text{max-width:none;font-size:1.05rem;line-height:1.85;color:var(--color-text-muted);}
.area-intro__cta{display:inline-block;margin-top:1.5rem;font-size:0.82rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-accent);transition:var(--transition-fast);}
.area-intro__cta:hover{opacity:0.7;}
@media (max-width:768px){.area-intro__grid{grid-template-columns:1fr;gap:1.5rem;}}

/* ── Services: tighter when heading is in intro above ────── */
.area-intro+.area-services{padding-top:3rem;}
.area-intro+.area-services .area-services__grid{margin-top:0;}

/* ── Process Section ─────────────────────────────────────── */
.area-process{padding:5rem 0;}
.area-process__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;}
.area-process__step{position:relative;padding:2.5rem 2rem 2rem;border:1px solid var(--color-border);background:var(--color-white);transition:border-color 0.2s ease,box-shadow 0.2s ease;}
.area-process__step:hover{border-color:var(--color-accent);box-shadow:0 4px 20px rgba(31,37,58,0.06);}
.area-process__number{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--color-accent);color:var(--color-white);font-family:var(--font-brand);font-size:1.3rem;font-weight:400;margin-bottom:1.25rem;}
.area-process__step-title{font-family:var(--font-brand);font-size:1.05rem;font-weight:400;color:var(--color-dark);margin-bottom:0.75rem;}
.area-process__step-text{font-size:0.9rem;color:var(--color-text-muted);line-height:1.75;}
@media (max-width:768px){.area-process__steps{grid-template-columns:1fr;max-width:480px;}}

/* ── Leistung Contacts: visual separation & larger image ─── */
.area-contacts{border-top:1px solid var(--color-border);}
.area-contact__img{width:80px;height:80px;}

/* ── RTL: Process & Intro ────────────────────────────────── */
[dir="rtl"] .area-process__step{text-align:right;}
[dir="rtl"] .area-intro__grid{direction:rtl;}

/* ═══════════════════════════════════════════════════════════
   FOOTER – Redesigned (3-column with language switcher)
   ═══════════════════════════════════════════════════════════ */
.footer__grid--3col{grid-template-columns:2fr 1fr 1fr;}
.footer__langs{display:flex;flex-wrap:wrap;gap:0.5rem 0.75rem;}
.footer__lang{font-size:0.85rem;color:rgba(255,255,255,0.45);transition:var(--transition-fast);}
.footer__lang:hover{color:var(--color-accent);}
.footer__lang--active{color:var(--color-accent);font-weight:600;}
@media (max-width:768px){.footer__grid--3col{grid-template-columns:1fr;}}

/* ═══════════════════════════════════════════════════════════
   BLOG – Pagination & Counter
   ═══════════════════════════════════════════════════════════ */
.blog-listing__counter{font-size:0.82rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:2rem;}
.blog-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border);}
.blog-pagination__pages{display:flex;gap:0.25rem;}
.blog-pagination__page{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:0.88rem;font-weight:500;color:var(--color-text-muted);border:1px solid var(--color-border);transition:var(--transition-fast);}
.blog-pagination__page:hover{border-color:var(--color-accent);color:var(--color-accent);}
.blog-pagination__page--active{background:var(--color-accent);color:var(--color-white);border-color:var(--color-accent);font-weight:700;}
.blog-pagination__btn{font-size:0.78rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--color-accent);transition:var(--transition-fast);}
.blog-pagination__btn:hover{opacity:0.7;}
@media (max-width:580px){.blog-pagination{flex-wrap:wrap;gap:0.75rem;}}

/* ═══════════════════════════════════════════════════════════
   COLOR THEMES
   ═══════════════════════════════════════════════════════════ */

/* ── Theme: Anthrazit (dark anthracite + teal accent) ────── */
[data-theme="anthrazit"]{
  --color-bg:#1E1E1E;--color-bg-alt:#2A2A2A;--color-dark:#111111;--color-navy:#111111;
  --color-text:#E8E8E8;--color-text-muted:#999999;--color-accent:#5BA4A4;
  --color-accent-light:rgba(91,164,164,0.15);--color-border:#3A3A3A;--color-white:#FFFFFF;
}
[data-theme="anthrazit"] .nav--solid{background:#1E1E1E;border-bottom-color:#3A3A3A;}
[data-theme="anthrazit"] .nav--solid .nav__logo{color:#E8E8E8;}
[data-theme="anthrazit"] .nav--solid .nav__link{color:#E8E8E8;}
[data-theme="anthrazit"] .nav--solid .nav__contact{border-color:#E8E8E8;color:#E8E8E8;}
[data-theme="anthrazit"] .nav--solid .nav__contact:hover{background:#E8E8E8;color:#111;}
[data-theme="anthrazit"] .nav--solid .nav__hamburger span{background:#E8E8E8;}
[data-theme="anthrazit"] .nav__dropdown{background:#2A2A2A;border-color:#3A3A3A;}
[data-theme="anthrazit"] .nav__dropdown::before{background:#2A2A2A;border-color:#3A3A3A;}
[data-theme="anthrazit"] .nav__dropdown-link{color:#E8E8E8;}
[data-theme="anthrazit"] .nav__dropdown-link:hover{background:#333;}
[data-theme="anthrazit"] .service-card{background:#2A2A2A;}
[data-theme="anthrazit"] .service-card:hover{background:#111;}
[data-theme="anthrazit"] .btn--primary:hover{background:#4a8e8e;}
[data-theme="anthrazit"] .contact-form input,
[data-theme="anthrazit"] .contact-form select,
[data-theme="anthrazit"] .contact-form textarea{background:#2A2A2A;border-color:#3A3A3A;color:#E8E8E8;}

/* ── Theme: Midnight (deep black + blue accent) ──────────── */
[data-theme="midnight"]{
  --color-bg:#0D0D12;--color-bg-alt:#161620;--color-dark:#08080C;--color-navy:#08080C;
  --color-text:#D4D4DC;--color-text-muted:#8888A0;--color-accent:#6C8EEF;
  --color-accent-light:rgba(108,142,239,0.15);--color-border:#2A2A3A;--color-white:#FFFFFF;
}
[data-theme="midnight"] .nav--solid{background:#0D0D12;border-bottom-color:#2A2A3A;}
[data-theme="midnight"] .nav--solid .nav__logo{color:#D4D4DC;}
[data-theme="midnight"] .nav--solid .nav__link{color:#D4D4DC;}
[data-theme="midnight"] .nav--solid .nav__contact{border-color:#D4D4DC;color:#D4D4DC;}
[data-theme="midnight"] .nav--solid .nav__contact:hover{background:#D4D4DC;color:#08080C;}
[data-theme="midnight"] .nav--solid .nav__hamburger span{background:#D4D4DC;}
[data-theme="midnight"] .nav__dropdown{background:#161620;border-color:#2A2A3A;}
[data-theme="midnight"] .nav__dropdown::before{background:#161620;border-color:#2A2A3A;}
[data-theme="midnight"] .nav__dropdown-link{color:#D4D4DC;}
[data-theme="midnight"] .nav__dropdown-link:hover{background:#1E1E2A;}
[data-theme="midnight"] .service-card{background:#161620;}
[data-theme="midnight"] .service-card:hover{background:#08080C;}
[data-theme="midnight"] .btn--primary:hover{background:#5577cc;}
[data-theme="midnight"] .contact-form input,
[data-theme="midnight"] .contact-form select,
[data-theme="midnight"] .contact-form textarea{background:#161620;border-color:#2A2A3A;color:#D4D4DC;}

/* ── Theme: Slate (cool gray + coral accent) ─────────────── */
[data-theme="slate"]{
  --color-bg:#F4F5F7;--color-bg-alt:#E8EAEE;--color-dark:#2C3340;--color-navy:#2C3340;
  --color-text:#2C3340;--color-text-muted:#6B7280;--color-accent:#E07054;
  --color-accent-light:rgba(224,112,84,0.12);--color-border:#D1D5DB;--color-white:#FFFFFF;
}
[data-theme="slate"] .btn--primary:hover{background:#c45a40;}

/* ── Theme: Arctic (cool white + ice blue accent) ────────── */
[data-theme="arctic"]{
  --color-bg:#F8FAFC;--color-bg-alt:#EEF2F7;--color-dark:#1A2332;--color-navy:#1A2332;
  --color-text:#1A2332;--color-text-muted:#64748B;--color-accent:#3B82C4;
  --color-accent-light:rgba(59,130,196,0.12);--color-border:#CBD5E1;--color-white:#FFFFFF;
}
[data-theme="arctic"] .btn--primary:hover{background:#2d6ca3;}

/* ── Theme transition ────────────────────────────────────── */
body{transition:background 0.4s ease,color 0.4s ease;}

/* ── Theme Switcher UI ───────────────────────────────────── */
.theme-switcher{display:flex;align-items:center;gap:0.75rem;margin-top:1.5rem;flex-wrap:wrap;}
.theme-switcher__label{font-size:0.68rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-right:0.25rem;}
.theme-switcher__btn{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,0.15);cursor:pointer;transition:transform 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease;padding:0;position:relative;overflow:hidden;}
.theme-switcher__btn:hover{transform:scale(1.15);border-color:rgba(255,255,255,0.5);}
.theme-switcher__btn--active{border-color:var(--color-accent);box-shadow:0 0 0 2px var(--color-accent);}
.theme-switcher__btn[data-theme="default"]{background:linear-gradient(135deg,#FAF9F7 50%,#B8955A 50%);}
.theme-switcher__btn[data-theme="anthrazit"]{background:linear-gradient(135deg,#1E1E1E 50%,#5BA4A4 50%);}
.theme-switcher__btn[data-theme="midnight"]{background:linear-gradient(135deg,#0D0D12 50%,#6C8EEF 50%);}
.theme-switcher__btn[data-theme="slate"]{background:linear-gradient(135deg,#F4F5F7 50%,#E07054 50%);}
.theme-switcher__btn[data-theme="arctic"]{background:linear-gradient(135deg,#F8FAFC 50%,#3B82C4 50%);}
[dir="rtl"] .theme-switcher{flex-direction:row-reverse;}