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

body {
  font-family: "Georgia", serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.header {
  text-align: center;
  padding: 60px 0 40px 0;
  background: #fafafa;
}

.logo {
  font-size: 3rem;
  font-weight: 300;
  color: #2c2c2c;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.tagline {
  font-size: 1.1rem;
  color: #666;
  font-style: italic;
  margin-bottom: 30px;
}

.contact-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #8b7355;
  color: white;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.3s ease;
  border-radius: 2px;
}

.contact-btn:hover {
  background: #6d5a44;
}

.portfolio-btn {
  display: inline-block;
  padding: 12px 30px;
  background: transparent;
  color: #8b7355;
  text-decoration: none;
  font-size: 1rem;
  border: 2px solid #8b7355;
  margin-left: 15px;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.portfolio-btn:hover {
  background: #8b7355;
  color: white;
}

/* Hero Section */
.hero {
  position: relative;
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23d4c4a8" width="1200" height="800"/><circle fill="%23c9a876" cx="300" cy="200" r="100" opacity="0.6"/><circle fill="%23e8d5c4" cx="800" cy="400" r="150" opacity="0.4"/><circle fill="%23b8936a" cx="600" cy="600" r="80" opacity="0.7"/></svg>');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.hero-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 300;
}

.hero-content p {
  font-size: 1.3rem;
  max-width: 600px;
  margin: 0 auto;
}

/* About Section */
.about {
  padding: 80px 0;
  background: white;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-image {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, #e8d5c4, #d4b896);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b7355;
  font-size: 1.1rem;
  text-align: center;
}

.about-text h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #2c2c2c;
  font-weight: 300;
}

.about-text p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 20px;
}

.meet-artist-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #8b7355;
  color: #8b7355;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.meet-artist-btn:hover {
  background: #8b7355;
  color: white;
}

/* Quote Section */
.quote-section {
  background: #f8f8f8;
  padding: 80px 0;
  text-align: center;
}

.quote-image {
  width: 100%;
  height: 500px;
  background: linear-gradient(45deg, #f2e8d5, #e0d0b8);
  margin-bottom: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b7355;
  font-size: 1.1rem;
}

.quote {
  font-size: 1.3rem;
  font-style: italic;
  color: #444;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.quote-author {
  margin-top: 20px;
  font-size: 1rem;
  color: #8b7355;
}

/* Testimonials */
.testimonials {
  padding: 80px 0;
  background: white;
}

.testimonials h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 60px;
  color: #2c2c2c;
  font-weight: 300;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.testimonial {
  text-align: center;
}

.testimonial-image {
  width: 100%;
  height: 250px;
  background: linear-gradient(225deg, #dcc7a8, #c9a876);
  margin-bottom: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b7355;
  font-size: 0.9rem;
}

.testimonial-text {
  font-size: 1rem;
  color: #666;
  font-style: italic;
  line-height: 1.6;
}

.testimonial-author {
  margin-top: 15px;
  font-size: 0.9rem;
  color: #8b7355;
  font-weight: bold;
}

/* Commission Section */
.commission {
  background: #f8f8f8;
  padding: 80px 0;
  text-align: center;
}

.commission h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #2c2c2c;
  font-weight: 300;
}

.commission p {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto 40px auto;
}

.commission-image {
  width: 100%;
  max-width: 600px;
  height: 400px;
  background: linear-gradient(315deg, #e6d3b7, #d1b08a);
  margin: 40px auto 0 auto;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b7355;
  font-size: 1.1rem;
}

/* Footer */
.footer {
  background: #2c2c2c;
  padding: 40px 0;
  text-align: center;
}

.social-icons {
  margin-bottom: 20px;
}

.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  background: #555;
  color: #ccc;
  text-decoration: none;
  border-radius: 50%;
  line-height: 40px;
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
}

.social-icon:hover {
  background: #8b7355;
  color: white;
  transform: translateY(-2px);
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer p {
  color: #ccc;
  font-size: 0.9rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

  .header {
    padding: 40px 0 30px 0;
  }

  .logo {
    font-size: 2.2rem;
  }

  .contact-btn,
  .portfolio-btn {
    display: block;
    margin: 10px auto 0 auto;
    text-align: center;
    max-width: 200px;
  }

  .portfolio-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .hero {
    height: 50vh;
    padding: 0 20px;
  }

  .hero-content h2 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1.1rem;
  }

  .about,
  .quote-section,
  .testimonials,
  .commission {
    padding: 50px 0;
  }

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

  .about-text {
    order: -1;
    text-align: center;
  }

  .about-text h3 {
    font-size: 1.7rem;
  }

  .quote {
    font-size: 1.1rem;
    padding: 0 20px;
  }

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

  .commission h3,
  .testimonials h3 {
    font-size: 1.7rem;
  }

  .commission p {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .logo {
    font-size: 1.8rem;
  }

  .hero-content h2 {
    font-size: 1.7rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .contact-btn,
  .portfolio-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .about-text h3,
  .commission h3,
  .testimonials h3 {
    font-size: 1.5rem;
  }

  .about-text p,
  .commission p {
    font-size: 1rem;
  }

  .quote {
    font-size: 1rem;
  }
}
