body {
  margin:0;
  font-family:'Manrope',sans-serif;
  background:#f5f4f2;
  color:#222;
}

.container {
  width:90%;
  max-width:1100px;
  margin:auto;
}

.top-bar {
  text-align:center;
  padding:10px;
  font-size:13px;
  background:#eae6e2;
}

.header {
  background:#fff;
  padding:20px 0;
}

.nav {
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.logo {
  font-weight:700;
  letter-spacing:2px;
}

nav a {
  margin:0 10px;
  text-decoration:none;
  color:#555;
}

.btn {
  padding:10px 20px;
  border-radius:25px;
  text-decoration:none;
}

.primary {
  background:#bfa892;
  color:#000;
}

.secondary {
  border:1px solid #ccc;
}

.hero {
  padding:80px 0;
}

.hero-grid {
  display:flex;
  gap:40px;
  align-items:center;
}

.hero-image {
  width:100%;
  height:420px;
  border-radius:20px;
  background:url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e') center/cover;
}

.sub {
  margin-top:20px;
  color:#777;
}

.grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.card {
  background:white;
  padding:20px;
  border-radius:15px;
}

.img {
  height:200px;
  border-radius:10px;
  margin-bottom:10px;
}

/* NUR HAARE / FRISUREN */

.img1 {
  background:url('https://images.unsplash.com/photo-1595475038784-bbe439ff41e6') center/cover;
}

.img2 {
  background:url('https://images.unsplash.com/photo-1519699047748-de8e457a634e') center/cover;
}

.img3 {
  background:url('https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9') center/cover;
}

.studio-grid {
  display:flex;
  gap:40px;
  align-items:center;
  margin-top:60px;
}

.studio-img {
  width:100%;
  height:300px;
  border-radius:20px;
  background:url('https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f') center/cover;
}

.gallery-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:15px;
  margin-top:40px;
}

/* NUR HAARE */

.g1 {
  background:url('https://images.unsplash.com/photo-1595475038784-bbe439ff41e6') center/cover;
}

.g2 {
  background:url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e') center/cover;
}

.g3 {
  background:url('https://images.unsplash.com/photo-1519699047748-de8e457a634e') center/cover;
}

.g4 {
  background:url('https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9') center/cover;
}

.g1,.g2,.g3,.g4 {
  height:220px;
  border-radius:15px;
}

.cta {
  text-align:center;
  padding:60px 0;
}

.contact form {
  display:flex;
  flex-direction:column;
  gap:10px;
  max-width:400px;
  margin:auto;
}

input, textarea {
  padding:10px;
}

.footer {
  text-align:center;
  padding:30px;
  background:#eae6e2;
}

@media(max-width:900px){
  .hero-grid,.studio-grid {
    flex-direction:column;
  }

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