@font-face{
  font-family:'DM Sans';
  src:url('fonts/DMSans-Regular.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'DM Sans';
  src:url('fonts/DMSans-Medium.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'DM Sans';
  src:url('fonts/DMSans-SemiBold.woff2') format('woff2');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'Playfair Display';
  src:url('fonts/PlayfairDisplay-Medium.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'Playfair Display';
  src:url('fonts/PlayfairDisplay-SemiBold.woff2') format('woff2');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}

:root{
  --orange:#c96b2c;
  --orange-dark:#9f4e1e;
  --cream:#f6f1eb;
  --ink:#2d2d2a;
  --muted:#6e6a64;
  --white:#fff;
  --line:#e8e0d7
}

*{
  box-sizing:border-box;
  margin:0;
  padding:0
}

html{
  scroll-behavior:smooth
}

body{
  font-family:'DM Sans',Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.7
}

a{
  color:inherit
}

.site-header{
  height:88px;
  padding:0 7%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(255,255,255,.96);
  position:sticky;
  top:0;
  z-index:20;
  border-bottom:1px solid rgba(0,0,0,.05);
  backdrop-filter:blur(10px)
}

.brand img{
  width:180px;
  display:block
}

.nav{
  display:flex;
  gap:32px;
  align-items:center
}

.nav a{
  text-decoration:none;
  font-size:15px;
  color:#444;
  transition:.25s
}

.nav a:hover{
  color:var(--orange)
}

.menu-toggle{
  display:none;
  border:0;
  background:none;
  font-size:28px
}

.hero{
  min-height:calc(100vh - 88px);
  position:relative;
  display:flex;
  align-items:center;
  background:linear-gradient(110deg,#f4eee7 0%,#fbf8f4 58%,#efe3d5 100%);
  overflow:hidden
}

.hero:after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  right:-120px;
  top:-100px;
  background:rgba(201,107,44,.11)
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.9),transparent 45%)
}

.hero-content{
  position:relative;
  z-index:2;
  width:min(1100px,86%);
  margin:auto
}

.eyebrow{
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--orange);
  font-size:12px;
  font-weight:600;
  margin-bottom:15px
}

.hero h1{
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(44px,6vw,78px);
  line-height:1.08;
  font-weight:500;
  max-width:850px
}

.hero h1 span{
  color:var(--orange)
}

.hero-text{
  font-size:19px;
  color:var(--muted);
  max-width:620px;
  margin:28px 0
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap
}

.button{
  display:inline-block;
  text-decoration:none;
  border:1px solid var(--orange);
  background:var(--orange);
  color:white;
  padding:13px 24px;
  border-radius:30px;
  font-size:14px;
  font-weight:600;
  transition:.25s
}

.button:hover{
  background:var(--orange-dark);
  border-color:var(--orange-dark);
  transform:translateY(-2px)
}

.button-light{
  background:white;
  color:var(--orange)
}

.button-light:hover{
  background:white;
  color:var(--orange-dark)
}

.section{
  padding:105px 7%
}

.intro{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:start
}

.section h2,
.intro h2{
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(32px,4vw,48px);
  line-height:1.2;
  font-weight:500
}

.intro-copy{
  font-size:17px;
  color:var(--muted);
  max-width:600px
}

.text-link{
  display:inline-block;
  margin-top:22px;
  color:var(--orange);
  text-decoration:none;
  font-weight:600
}

.soft{
  background:var(--cream)
}

.section-heading{
  text-align:center;
  max-width:700px;
  margin:0 auto 50px
}

.card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  max-width:1200px;
  margin:auto
}

.service-card{
  background:#fff;
  border:1px solid var(--line);
  padding:30px 25px;
  min-height:250px;
  transition:.3s
}

.service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 35px rgba(60,45,30,.09)
}

.service-card span{
  color:var(--orange);
  font-size:12px;
  font-weight:600
}

.service-card h3{
  font-family:'Playfair Display',Georgia,serif;
  font-size:25px;
  font-weight:500;
  margin:24px 0 12px
}

.service-card p{
  color:var(--muted);
  font-size:14px
}

.center{
  text-align:center;
  margin-top:40px
}

.split{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:80px;
  align-items:center
}

/* Praxisfoto auf der Startseite */

.image-placeholder{
  min-height:520px;
  background:linear-gradient(145deg,#e8ddd1,#f7f3ee);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden
}

.image-placeholder:before{
  content:"";
  position:absolute;
  inset:24px;
  border:1px solid rgba(201,107,44,.35);
  pointer-events:none;
  z-index:2
}

.image-placeholder img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block
}

.split-copy p:not(.eyebrow){
  color:var(--muted);
  max-width:540px;
  margin-top:22px
}

.cta{
  padding:90px 7%;
  text-align:center;
  background:var(--orange);
  color:white
}

.cta .eyebrow{
  color:#fbe6d6
}

.cta h2{
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(32px,4vw,50px);
  font-weight:500
}

.cta p:not(.eyebrow){
  margin:12px 0 28px
}

.footer{
  background:#292927;
  color:#eee;
  padding:65px 7% 20px
}

.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1.4fr 1fr;
  gap:45px;
  max-width:1250px;
  margin:auto
}

.footer img{
  width:180px;
  margin-bottom:12px
}

.footer h3{
  font-size:14px;
  margin-bottom:12px;
  color:#fff
}

.footer p{
  font-size:13px;
  color:#bbb
}

.footer a{
  text-decoration:none
}

.footer a:hover{
  color:var(--orange)
}

.footer-bottom{
  border-top:1px solid #454542;
  margin-top:45px;
  padding-top:18px;
  text-align:center;
  font-size:12px;
  color:#999
}

.page-hero{
  padding:100px 7%;
  background:var(--cream)
}

.page-hero h1{
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(45px,6vw,70px);
  font-weight:500
}

.page-hero p{
  color:var(--muted);
  max-width:650px;
  margin-top:15px
}

.content-wrap{
  max-width:1100px;
  margin:auto;
  padding:90px 7%
}

.prose{
  max-width:800px;
  color:var(--muted)
}

.prose h2{
  font-family:'Playfair Display',Georgia,serif;
  color:var(--ink);
  font-size:32px;
  margin:45px 0 15px
}

.prose h2:first-child{
  margin-top:0
}

.therapy-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px
}

.therapy-item{
  padding:30px;
  background:var(--cream);
  border:1px solid var(--line)
}

.therapy-item h3{
  font-family:'Playfair Display',Georgia,serif;
  font-size:25px;
  font-weight:500
}

.therapy-item p{
  color:var(--muted);
  font-size:14px;
  margin-top:8px
}

.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px
}

.contact-box{
  padding:35px;
  background:var(--cream);
  border:1px solid var(--line)
}

.contact-box h2{
  font-family:'Playfair Display',Georgia,serif;
  font-size:30px;
  font-weight:500;
  margin-bottom:15px
}

.contact-box p{
  color:var(--muted)
}

.map-placeholder{
  min-height:350px;
  background:#e9e4de;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:var(--muted);
  margin-top:25px
}

.reveal{
  opacity:0;
  transform:translateY(25px);
  transition:opacity .7s ease,transform .7s ease
}

.reveal.visible{
  opacity:1;
  transform:none
}

/* Foto von Lilli Kleinmair */

.team-photo{
  display:block;
  width:100%;
  max-width:420px;
  height:auto;
  margin:0 auto 2rem;
  border-radius:18px
}


/* Tablet */

@media(max-width:950px){

  .card-grid{
    grid-template-columns:repeat(2,1fr)
  }

  .footer-grid{
    grid-template-columns:1fr 1fr
  }

  .intro,
  .split{
    grid-template-columns:1fr;
    gap:45px
  }

  .split{
    padding-top:70px
  }

  .image-placeholder{
    min-height:400px
  }

  .image-placeholder img{
    height:400px
  }

}


/* Smartphone */

@media(max-width:700px){

  .site-header{
    height:74px;
    padding:0 5%
  }

  .brand img{
    width:155px
  }

  .menu-toggle{
    display:block
  }

  .nav{
    display:none;
    position:absolute;
    top:74px;
    left:0;
    right:0;
    background:#fff;
    padding:20px 5%;
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
    border-bottom:1px solid var(--line)
  }

  .nav.open{
    display:flex
  }

  .hero{
    min-height:calc(100vh - 74px)
  }

  .hero-content{
    width:90%
  }

  .hero-actions .button{
    width:100%;
    text-align:center
  }

  .section{
    padding:75px 6%
  }

  .card-grid,
  .therapy-list,
  .contact-grid{
    grid-template-columns:1fr
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:30px
  }

  .footer{
    padding:50px 6% 20px
  }

  .page-hero{
    padding:75px 6%
  }

  .image-placeholder{
    min-height:320px
  }

  .image-placeholder img{
    height:320px
  }

}
```
