
:root{
  --navy:#15345f;
  --navy-2:#0e2749;
  --orange:#ef7b1a;
  --orange-dark:#d96708;
  --cream:#fbf8f3;
  --cream-2:#f4eee5;
  --blue-soft:#edf3f9;
  --text:#1e2a38;
  --muted:#64707d;
  --white:#fff;
  --line:#e5e1db;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--cream);color:var(--text);line-height:1.65}
a{color:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(251,248,243,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(21,52,95,.08)}
.nav-wrap{min-height:78px;display:flex;align-items:center;gap:22px}
.brand{display:flex;flex-direction:column;text-decoration:none;margin-right:auto}
.brand-main{font-family:Georgia,"Times New Roman",Times,serif;font-size:1.15rem;color:var(--navy);font-weight:700}
.brand-sub{font-size:.75rem;color:var(--muted)}
.nav{display:flex;gap:17px}
.nav a{text-decoration:none;font-size:.81rem;color:#27374a}
.nav a:hover{color:var(--orange)}
.language-switch{display:flex;gap:5px}
.lang-btn{border:0;background:none;padding:5px 6px;font-weight:700;color:var(--muted);cursor:pointer}
.lang-btn.active{color:var(--navy);border-bottom:2px solid var(--navy)}
.menu-toggle{display:none;background:none;border:0;font-size:1.4rem;color:var(--navy)}
.eyebrow{letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:700;color:var(--navy);margin:0 0 12px}
h1,h2,h3{font-family:Georgia,"Times New Roman",Times,serif;color:var(--navy);line-height:1.16;margin-top:0}
h1{font-size:clamp(2.75rem,4.6vw,4.35rem);letter-spacing:-.04em;margin-bottom:22px}
h2{font-size:clamp(2rem,3.8vw,3rem);letter-spacing:-.025em}
h3{font-size:1.25rem}
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:0;border-radius:8px;padding:14px 20px;font-weight:700;cursor:pointer;font:inherit}
.btn-accent{background:var(--orange);color:#fff}
.btn-accent:hover{background:var(--orange-dark)}
.text-link{color:var(--navy);font-weight:700;text-decoration:none}

/* Integrated hero */
.hero-integrated{
  position:relative;
  min-height:780px;
  overflow:visible;
  background:#fff;
  padding-bottom:170px;
}
.hero-photo-bg{
  position:absolute;
  inset:0 0 150px 0;
  background:#fbf8f3 url("hero-background-v25.jpg") center top / cover no-repeat;
}
.hero-content{
  position:relative;
  z-index:2;
  min-height:610px;
  display:flex;
  align-items:center;
}
.hero-copy{
  width:52%;
  padding:44px 0 20px;
}
.hero-lead{
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:1.10rem;
  color:#344154;
  max-width:600px;
  margin-bottom:28px;
}

.hero-service-wrap{
  position:absolute;
  left:50%;
  bottom:-8px;
  transform:translateX(-50%);
  z-index:5;
}
.home-services{display:none}
.service-links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:0;
}
.service-link{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:16px;
  align-items:start;
  text-decoration:none;
  padding:22px 22px;
  border:1px solid rgba(21,52,95,.10);
  border-radius:14px;
  background:rgba(255,255,255,.985);
  box-shadow:0 10px 30px rgba(21,52,95,.065);
  transition:.2s transform,.2s border-color,.2s box-shadow;
}
.service-link:hover{transform:translateY(-3px);border-color:#c8c1b7;box-shadow:0 16px 38px rgba(21,52,95,.10)}
.service-link p{color:var(--muted)}
.service-link span{font-weight:700;color:var(--navy)}
.service-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0;font-size:1.45rem;font-family:Georgia,"Times New Roman",Times,serif;font-weight:700}
.service-icon.blue,.subhero-mark.blue{background:#e3edf6;color:var(--navy)}
.service-icon.orange,.subhero-mark.orange{background:#fff0df;color:var(--orange)}
.service-icon.navy,.subhero-mark.navy{background:#dfe6f2;color:var(--navy)}

.home-about-strip{padding:72px 0;background:#fff;border-top:1px solid var(--line)}
.about-strip-grid,.important-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.home-important{padding:64px 0;background:#fff;border-top:1px solid var(--line)}
.home-important p{max-width:650px}

.subhero{padding:84px 0 70px;background:#fff;border-bottom:1px solid var(--line)}
.subhero-grid{display:grid;grid-template-columns:1fr 260px;gap:60px;align-items:center}
.subhero h1{font-size:clamp(2.8rem,5vw,4.7rem)}
.subhero-lead{font-family:Georgia,"Times New Roman",Times,serif;font-size:1.08rem;color:#475463;max-width:780px}
.subhero-mark{width:220px;height:220px;border-radius:50%;justify-self:end;box-shadow:0 20px 50px rgba(21,52,95,.08)}

.content-section{padding:76px 0;background:#fff}
.content-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:start}
.clean-list{padding:0;margin:24px 0 0;list-style:none}
.clean-list.vertical{display:grid;gap:13px}
.clean-list li{position:relative;padding-left:22px}
.clean-list li:before{content:"—";position:absolute;left:0;color:var(--orange);font-weight:700}
.side-note{padding:30px;background:#fff;border:1px solid var(--line);border-radius:16px}
.side-note .btn{margin-top:14px}
.credentials{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.credentials span{padding:8px 11px;border-radius:999px;background:var(--blue-soft);color:var(--navy);font-size:.85rem;font-weight:700}

.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.process-grid>div{padding:28px;background:#fff;border:1px solid var(--line);border-radius:16px}
.process-grid span{color:var(--orange);font-weight:700;font-size:.82rem}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px}
.contact-form{display:grid;gap:15px;background:#fff;padding:28px;border-radius:18px;border:1px solid var(--line)}
.contact-form label{display:grid;gap:6px;font-size:.9rem;font-weight:700}
input,textarea{width:100%;border:1px solid #d8d3cb;border-radius:8px;padding:12px 13px;font:inherit;background:#fff;color:var(--text)}
textarea{resize:vertical}

.footer{padding:28px 0;background:var(--navy-2);color:#fff}
.footer-grid{display:flex;justify-content:space-between;gap:24px}
.footer p{margin:3px 0 0;color:#cdd8e6;font-size:.88rem}
.footer-links{display:flex;gap:18px}
.footer-links a{text-decoration:none;color:#e7eef8;font-size:.9rem}

.legal{padding:72px 0;background:#fff}
.legal article{max-width:850px}
.legal h1{font-size:3rem}
.legal h2{font-size:1.55rem;margin-top:34px}
.placeholder{background:#fff3da;border:1px solid #ead2a8;padding:14px 16px;border-radius:10px}

@media (max-width:1000px){
  .nav{display:none;position:absolute;left:20px;right:20px;top:76px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;flex-direction:column;align-items:flex-start;box-shadow:0 20px 50px rgba(21,52,95,.12)}
  .nav.open{display:flex}
  .menu-toggle{display:block}
  .hero-photo-bg{
    position:absolute;
    inset:0 0 180px 0;
    background:
      linear-gradient(180deg, rgba(251,248,243,.95) 0%, rgba(251,248,243,.86) 40%, rgba(251,248,243,.35) 68%, rgba(251,248,243,.08) 100%),
      #fbf8f3 url("hero-background-v25.jpg") right top / cover no-repeat;
  }
  .hero-content{min-height:700px;align-items:flex-start}
  .hero-copy{width:100%;padding-top:48px}
  .hero-service-wrap{
    position:relative;
    left:auto;
    bottom:auto;
    transform:none;
    padding-bottom:28px;
  }
  .service-links{grid-template-columns:1fr}
  .service-link{grid-template-columns:62px 1fr}
  .home-about-strip{padding-top:64px}
}

@media (max-width:700px){
  .hero-content{min-height:680px}
  .hero-copy{padding-top:36px}
  .service-link{padding:20px}
}


/* V7: continuous page instead of colored section bands */
main{background:#fff}
.home-about-strip,
.home-important,
.content-section,
.subhero{
  box-shadow:none;
}
.home-about-strip,
.home-important{
  position:relative;
}
.home-about-strip::before,
.home-important::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:min(var(--max),calc(100% - 40px));
  transform:translateX(-50%);
  height:1px;
  background:var(--line);
}
.home-about-strip{border-top:0}
.home-important{border-top:0}

.hero-service-wrap{z-index:6}


/* V10 composition corrections */
@media (max-width:1000px){
  .hero-integrated{
    min-height:auto;
    padding-bottom:0;
    background:#fff;
  }
  .hero-content{
    min-height:680px;
    align-items:flex-start;
  }
  .hero-copy{
    width:100%;
    padding-top:44px;
    max-width:640px;
  }
  .hero-service-wrap{
    position:relative;
    left:auto;
    bottom:auto;
    transform:none;
    padding:0 0 30px;
  }
  .service-links{grid-template-columns:1fr}
}


/* V19: photographic hero sections on the three offer pages.
   Only these page heroes are affected. */
.subhero-photo{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:540px;
  padding:84px 0 70px;
  background:var(--cream);
  border-bottom:1px solid var(--line);
}
.subhero-photo::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-repeat:no-repeat;
  background-size:cover;
}
.subhero-photo::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
}
.subhero-photo .subhero-grid{
  min-height:386px;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}
.subhero-photo .subhero-grid > div:first-child{
  max-width:570px;
}
.subhero-photo .subhero-mark{
  display:none;
}

/* Business + private coaching: person on the left, copy on the right. */
.subhero-text-right .subhero-grid > div:first-child{
  grid-column:2;
  justify-self:end;
}
.subhero-business::before{
  background-image:url("hero-business.jpg");
  background-position:center center;
}
.subhero-private::before{
  background-image:url("hero-private.jpg");
  background-position:center center;
}
.subhero-text-right::after{
  background:
    linear-gradient(90deg,
      rgba(251,248,243,0) 0%,
      rgba(251,248,243,0) 34%,
      rgba(251,248,243,.28) 43%,
      rgba(251,248,243,.72) 53%,
      rgba(251,248,243,.94) 62%,
      rgba(251,248,243,.985) 70%,
      #fbf8f3 82%,
      #fbf8f3 100%);
}

/* Psychological counselling: person on the right, copy on the left. */
.subhero-text-left .subhero-grid > div:first-child{
  grid-column:1;
}
.subhero-psych::before{
  background-image:url("hero-psychologische-beratung.jpg");
  background-position:center center;
}
.subhero-text-left::after{
  background:
    linear-gradient(90deg,
      #fbf8f3 0%,
      #fbf8f3 18%,
      rgba(251,248,243,.985) 30%,
      rgba(251,248,243,.94) 39%,
      rgba(251,248,243,.72) 48%,
      rgba(251,248,243,.28) 58%,
      rgba(251,248,243,0) 68%,
      rgba(251,248,243,0) 100%);
}

@media (max-width:1000px){
  .subhero-photo{
    min-height:600px;
    padding:62px 0 54px;
  }
  .subhero-photo .subhero-grid{
    min-height:484px;
    grid-template-columns:1fr;
  }
  .subhero-photo .subhero-grid > div:first-child,
  .subhero-text-right .subhero-grid > div:first-child,
  .subhero-text-left .subhero-grid > div:first-child{
    grid-column:1;
    justify-self:start;
    max-width:620px;
  }
  .subhero-photo::after{
    background:linear-gradient(180deg,
      rgba(251,248,243,.98) 0%,
      rgba(251,248,243,.94) 44%,
      rgba(251,248,243,.68) 66%,
      rgba(251,248,243,.18) 100%);
  }
  .subhero-business::before,
  .subhero-private::before{
    background-position:34% center;
  }
  .subhero-psych::before{
    background-position:66% center;
  }
}


/* V20: real portrait image on the About page only */
.about-portrait-wrap{
  margin:0;
  width:100%;
  max-width:320px;
  justify-self:end;
}
.about-portrait{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1 / 1;
  object-fit:cover;
  border-radius:16px;
  box-shadow:0 18px 44px rgba(21,52,95,.12);
}

@media (max-width:1000px){
  .about-portrait-wrap{
    justify-self:start;
    max-width:300px;
    margin-top:10px;
  }
}


/* Landing card pictograms */
.service-icon svg{
  width:32px;height:32px;
  fill:none;stroke:currentColor;stroke-width:2.2;
  stroke-linecap:round;stroke-linejoin:round;
}

/* Offer-page hero CTA */
.subhero-cta{margin-top:22px}

/* Contact form */
.hp-field{
  position:absolute!important;left:-10000px!important;
  width:1px!important;height:1px!important;overflow:hidden!important
}
.form-hint,.form-privacy{
  font-size:.82rem;color:var(--muted);margin:2px 0 12px
}
.form-privacy a{color:var(--navy);font-weight:700}
.form-success{
  margin-top:14px;padding:12px 14px;border-radius:8px;
  background:#edf6ee;color:#315a39;font-weight:600
}

@media (max-width:1000px){
  .nav-dropdown{width:100%;display:block}
  .nav-dropbtn{width:100%;justify-content:space-between;padding:5px 0}
  .nav-submenu{
    position:static;transform:none;min-width:0;
    border:0;border-left:2px solid var(--line);border-radius:0;
    box-shadow:none;padding:3px 0 3px 12px;margin:4px 0 2px;
    display:none;opacity:1;visibility:visible;pointer-events:auto;background:transparent;
  }
  .nav-dropdown.open .nav-submenu{display:block}
}


/* V28 contact select */
.contact-form select{
  width:100%;
  padding:13px 14px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--text);
  font:inherit;
  appearance:auto;
}
.contact-form select:focus{
  outline:2px solid rgba(201,139,38,.22);
  border-color:var(--orange);
}



@media (max-width:700px){
}


/* V32: stable landing-page trust layout */
.trust-row{
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
  margin-top:24px;
  position:static;
}

.trust-row > div{
  display:flex;
  align-items:center;
  gap:9px;
  color:#344154;
}

.trust-icon{
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  color:var(--navy);
}

.trust-icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.trust-row p{
  margin:0;
  font-size:.84rem;
  white-space:nowrap;
}

@media (min-width:1001px){
  .hero-integrated{
    min-height:900px;
    padding-bottom:210px;
  }

  .hero-content{
    min-height:690px;
    align-items:center;
  }

  .hero-copy{
    width:52%;
    padding:26px 0 48px;
  }

  .hero-service-wrap{
    bottom:-8px;
  }
}

@media (max-width:1000px){
  .trust-row{
    gap:16px 20px;
    margin-top:22px;
  }

  .trust-row p{
    white-space:normal;
  }
}


/* V34: consistent vertical spacing across DE / ES / EN / FR */
@media (min-width:1001px){
  .hero-content{
    align-items:flex-start;
  }

  .hero-copy{
    padding-top:62px;
    padding-bottom:48px;
  }

  .hero-copy h1{
    min-height:230px;
  }

  .hero-copy .hero-lead{
    min-height:96px;
  }

  .hero-copy .trust-row{
    margin-top:24px;
  }
}


/* V35: Ablauf hero image */


.subhero-ablauf::after{
  background:
    linear-gradient(
      90deg,
      #fbf8f3 0%,
      #fbf8f3 20%,
      rgba(251,248,243,.985) 31%,
      rgba(251,248,243,.94) 40%,
      rgba(251,248,243,.72) 49%,
      rgba(251,248,243,.30) 59%,
      rgba(251,248,243,0) 69%,
      rgba(251,248,243,0) 100%
    );
}

@media(max-width:1000px){
  
}





/* V37: Ablauf hero — approved image, right-side objects fully visible */
.subhero-ablauf::before{
  background-image:url("hero-ablauf.jpg");
  background-position:68% bottom;
  background-size:cover;
}

@media(max-width:1000px){
  .subhero-ablauf::before{
    background-position:72% bottom;
  }
}


/* V38: Kontakt hero image */
.subhero-kontakt::before{
  background-image:url("hero-kontakt.jpg");
  background-position:72% center;
  background-size:cover;
}

.subhero-kontakt::after{
  background:
    linear-gradient(
      90deg,
      #fbf8f3 0%,
      #fbf8f3 19%,
      rgba(251,248,243,.985) 30%,
      rgba(251,248,243,.94) 39%,
      rgba(251,248,243,.72) 48%,
      rgba(251,248,243,.30) 58%,
      rgba(251,248,243,0) 68%,
      rgba(251,248,243,0) 100%
    );
}

@media(max-width:1000px){
  .subhero-kontakt::before{
    background-position:76% center;
  }
}


/* V39: preserve the intended light design on browsers with forced dark mode */
:root{
  color-scheme:light only;
}

html, body{
  color-scheme:light only;
  background:#fbf8f3;
}

body{
  color:var(--text);
}

header,
.site-header,
.nav,
.mobile-nav,
.subhero,
.content-section,
.home-about-strip,
.home-important,
.legal,
.contact-form{
  color-scheme:light only;
}


/* V40: mobile heroes use separate image blocks instead of desktop background compositions */
.mobile-landing-photo,
.mobile-subhero-image{
  display:none;
}

@media (max-width:1000px){

  /* ---------- Landing page ---------- */
  .hero-integrated{
    background:#fbf8f3;
    padding-bottom:0;
  }

  .hero-photo-bg{
    display:none;
  }

  .hero-content{
    min-height:0;
    padding-top:0;
    padding-bottom:0;
  }

  .hero-copy{
    width:100%;
    max-width:none;
    padding:46px 0 30px;
  }

  .mobile-landing-photo{
    display:block;
    width:100%;
    height:clamp(280px,58vw,430px);
    overflow:hidden;
    background:#fbf8f3;
  }

  .mobile-landing-photo img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:58% 35%;
  }

  .hero-service-wrap{
    padding-top:28px;
  }

  /* ---------- Offer / Ablauf / Kontakt pages ---------- */
  .subhero-photo{
    min-height:0;
    padding:0;
    overflow:visible;
    background:#fbf8f3;
  }

  .subhero-photo::before,
  .subhero-photo::after{
    display:none;
  }

  .subhero-photo .subhero-grid{
    min-height:0;
    display:block;
    padding-top:50px;
    padding-bottom:34px;
  }

  .subhero-photo .subhero-grid > div:first-child,
  .subhero-text-right .subhero-grid > div:first-child,
  .subhero-text-left .subhero-grid > div:first-child{
    max-width:none;
    width:100%;
  }

  .mobile-subhero-image{
    display:block;
    width:100%;
    height:clamp(240px,58vw,390px);
    overflow:hidden;
    background:#f4efe8;
  }

  .mobile-subhero-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
  }

  /* Individual mobile focal points */
  .mobile-focus-psych img{
    object-position:72% center;
  }

  .mobile-focus-private img{
    object-position:28% center;
  }

  .mobile-focus-business img{
    object-position:28% center;
  }

  .mobile-focus-ablauf img{
    object-position:70% center;
  }

  .mobile-focus-kontakt img{
    object-position:82% center;
  }
}

@media (max-width:700px){
  .hero-copy{
    padding-top:34px;
    padding-bottom:26px;
  }

  .mobile-landing-photo{
    height:300px;
  }

  .mobile-subhero-image{
    height:270px;
  }
}


/* V41: mobile hero image directly after headline on landing + three offer pages */
@media (max-width:1000px){

  .hero-copy > .mobile-landing-photo,
  .subhero-grid > div:first-child > .mobile-subhero-image{
    display:block;
    width:100vw;
    max-width:none;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    margin-top:24px;
    margin-bottom:26px;
    overflow:hidden;
  }

  .hero-copy > .mobile-landing-photo{
    height:clamp(280px,58vw,430px);
  }

  .subhero-grid > div:first-child > .mobile-subhero-image{
    height:clamp(240px,58vw,390px);
  }

  .hero-copy > .mobile-landing-photo img,
  .subhero-grid > div:first-child > .mobile-subhero-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
  }

  /* Avoid double spacing from the following lead after the inserted photo */
  .hero-copy > .mobile-landing-photo + .hero-lead,
  .subhero-grid > div:first-child > .mobile-subhero-image + .subhero-lead{
    margin-top:0;
  }
}

@media (max-width:700px){
  .hero-copy > .mobile-landing-photo{
    height:300px;
  }

  .subhero-grid > div:first-child > .mobile-subhero-image{
    height:270px;
  }
}


/* V42: mobile landing-page content sections */
@media (max-width:1000px){
  .about-strip-grid,
  .important-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .about-strip-grid > *,
  .important-grid > *{
    min-width:0;
    max-width:100%;
  }

  .home-about-strip,
  .home-important{
    overflow:hidden;
  }

  .home-about-strip h2,
  .home-important h2,
  .home-about-strip p,
  .home-important p{
    max-width:100%;
    overflow-wrap:break-word;
  }
}

@media (max-width:700px){
  .home-about-strip,
  .home-important{
    padding-top:48px;
    padding-bottom:48px;
  }

  .about-strip-grid,
  .important-grid{
    gap:22px;
  }
}


/* V43: offer pages – prevent desktop multi-column layouts on mobile */
@media (max-width:1000px){

  .content-grid,
  .two-col,
  .section-grid,
  .split-grid,
  .offer-grid,
  .contact-grid,
  .process-grid{
    grid-template-columns:1fr !important;
    gap:28px;
  }

  .content-grid > *,
  .two-col > *,
  .section-grid > *,
  .split-grid > *,
  .offer-grid > *,
  .contact-grid > *,
  .process-grid > *{
    min-width:0;
    max-width:100%;
  }

  .content-section,
  .content-section .container{
    overflow-x:hidden;
  }

  .content-section h1,
  .content-section h2,
  .content-section h3,
  .content-section p,
  .content-section li,
  .content-section a{
    max-width:100%;
    overflow-wrap:anywhere;
  }

  .info-card,
  .aside-card,
  .card,
  .content-card{
    width:100%;
    max-width:100%;
    min-width:0;
  }
}

@media (max-width:700px){
  .content-grid,
  .two-col,
  .section-grid,
  .split-grid,
  .offer-grid,
  .contact-grid,
  .process-grid{
    gap:22px;
  }
}


/* V45: Über-mich portrait and mobile hierarchy */
.about-mobile-portrait{
  display:none;
}

@media(max-width:1000px){
  .subhero .about-portrait-wrap{
    display:none;
  }

  .about-mobile-portrait{
    display:block;
    width:100vw;
    max-width:none;
    margin:24px 0 26px calc(50% - 50vw);
    overflow:hidden;
    background:#f4efe8;
  }

  .about-mobile-portrait img{
    display:block;
    width:100%;
    height:auto;
    max-height:520px;
    object-fit:cover;
    object-position:center 32%;
  }
}

@media(max-width:700px){
  .about-mobile-portrait{
    margin-top:22px;
    margin-bottom:24px;
  }

  .about-mobile-portrait img{
    max-height:430px;
  }
}


/* V47: optional contact message */
.contact-form textarea{
  width:100%;
  resize:vertical;
  min-height:120px;
}


/* V48: contact form feedback */
.form-success,
.form-error{
  margin-top:16px;
  padding:14px 16px;
  border-radius:8px;
  font-size:.92rem;
  line-height:1.5;
}

.form-success{
  background:#edf6ee;
  color:#315a39;
  font-weight:600;
}

.form-error{
  background:#fff2ef;
  color:#7a3025;
}

.contact-form button[aria-busy="true"]{
  opacity:.72;
  cursor:wait;
}


/* V50: contact form intro */
.contact-form-intro{
  margin:0 0 18px;
  color:var(--muted);
  line-height:1.65;
}


/* V55: visible SEO support lines */
.seo-support-line{
  margin:14px 0 0;
  max-width:720px;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.65;
}


/* V59: WCAG 2.2 AA accessibility improvements */

/* Keyboard users can skip repeated navigation. */
.skip-link{
  position:fixed;
  left:16px;
  top:12px;
  z-index:9999;
  padding:10px 14px;
  border-radius:8px;
  background:#ffffff;
  color:#14263d;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 4px 18px rgba(0,0,0,.18);
  transform:translateY(-180%);
  transition:transform .15s ease;
}
.skip-link:focus{
  transform:translateY(0);
}

/* Strong, consistent visible keyboard focus without changing mouse appearance. */
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible{
  outline:3px solid #0b4f8a;
  outline-offset:3px;
  border-radius:4px;
}

/* Do not suppress browser focus indicators. */
:where(a, button, input, select, textarea, summary, [tabindex]):focus:not(:focus-visible){
  outline:none;
}

/* WCAG 2.2 target-size support for primary interactive controls. */
.btn,
.lang-btn,
.menu-toggle,
.contact-form button,
.contact-form select{
  min-height:44px;
}

.lang-btn{
  min-width:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

/* Form fields remain comfortably operable by touch and keyboard. */
.contact-form input,
.contact-form select,
.contact-form textarea{
  min-height:44px;
}

.contact-form textarea{
  min-height:120px;
}

/* Make status feedback prominent and readable. */
.form-success,
.form-error{
  scroll-margin-top:96px;
}

/* Respect users who reduce animation/motion at OS level. */
@media (prefers-reduced-motion: reduce){
  html{
    scroll-behavior:auto !important;
  }

  *,
  *::before,
  *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
}

/* V60: legal translation note */
.legal-translation-note{
  margin:0 0 28px;
  padding:12px 14px;
  border-left:3px solid var(--accent);
  background:rgba(255,255,255,.55);
  color:var(--muted);
  font-size:.94rem;
}
