/*
Theme Name: Fashion Website
*/

body {
  font-family: 'Montserrat', Arial, sans-serif;
  margin: 0;
  color: #222;
  background: #faf9f6;
}
main {
  width: 100%;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-weight: 700;
  margin-bottom: 0.5em;
}
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.2rem; }

p { line-height: 1.6; }

.btn {
  display: inline-block;
  padding: 0.75em 2em;
  border-radius: 30px;
  border: none;
  background: #e63946;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.2s, transform 0.2s;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(230,57,70,0.08);
}
.btn-primary:hover, .btn:focus {
  background: #a4161a;
  transform: translateY(-2px) scale(1.04);
}

.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 4em 2em 2em 2em;
  background: linear-gradient(90deg, #fff 60%, #f1faee 100%);
}
.hero-content {
  flex: 1 1 350px;
  max-width: 540px;
  z-index: 2;
}
.hero-image {
  flex: 1 1 320px;
  text-align: right;
}
.hero-image img {
  max-width: 420px;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 6px 32px rgba(34,34,34,0.10);
  transition: transform 0.3s;
}
.hero-image img:hover {
  transform: scale(1.03) translateY(-4px);
}

.about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em;
  padding: 3em 2em;
  background: #fff;
}
.about-image {
  flex: 1 1 320px;
}
.about-image img {
  width: 100%;
  max-width: 380px;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(34,34,34,0.08);
}
.about-content {
  flex: 2 1 340px;
}

.services {
  padding: 3em 2em;
  background: #f1faee;
}
.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-top: 2em;
}
.service-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(34,34,34,0.06);
  flex: 1 1 260px;
  min-width: 260px;
  max-width: 340px;
  padding: 2em 1.2em 1.2em 1.2em;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.service-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px rgba(230,57,70,0.10);
}
.service-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1em;
  box-shadow: 0 2px 8px rgba(34,34,34,0.08);
}

.gallery {
  padding: 3em 2em;
  background: #fff;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5em;
  margin-top: 2em;
}
.gallery-grid img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(34,34,34,0.07);
  transition: transform 0.2s;
}
.gallery-grid img:hover {
  transform: scale(1.04) translateY(-3px);
}

.testimonials {
  padding: 3em 2em;
  background: #f1faee;
}
.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-top: 2em;
}
.testimonial-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(34,34,34,0.06);
  flex: 1 1 260px;
  min-width: 260px;
  max-width: 340px;
  padding: 2em 1.2em 1.2em 1.2em;
  font-style: italic;
  transition: transform 0.2s, box-shadow 0.2s;
}
.testimonial-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px rgba(230,57,70,0.10);
}
.testimonial-card span {
  display: block;
  margin-top: 1em;
  font-style: normal;
  font-weight: 600;
  color: #e63946;
}

.stats {
  background: #fff;
  padding: 2.5em 2em 2em 2em;
}
.stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  align-items: center;
}
.stat {
  text-align: center;
  flex: 1 1 120px;
  min-width: 120px;
}
.stat-number {
  font-size: 2.2rem;
  color: #e63946;
  font-weight: 700;
}
.stat-label {
  display: block;
  margin-top: 0.3em;
  color: #555;
  font-size: 1rem;
}

.cta {
  background: linear-gradient(90deg, #e63946 60%, #f1faee 100%);
  color: #fff;
  padding: 3em 2em;
  text-align: center;
}
.cta-content h2 {
  color: #fff;
}
.contact-form {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form input,
.contact-form textarea {
  padding: 0.9em 1em;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
  background: #fff;
  color: #222;
  resize: none;
  box-shadow: 0 1px 6px rgba(34,34,34,0.07);
}
.contact-form textarea {
  min-height: 100px;
}
.contact-form button {
  align-self: flex-end;
}

/* Scroll Reveal Animations */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* Responsive Design */
@media (max-width: 900px) {
  .hero, .about {
    flex-direction: column;
    text-align: center;
  }
  .hero-image, .about-image {
    text-align: center;
    margin-top: 2em;
  }
}
@media (max-width: 700px) {
  .services-grid, .testimonials-grid, .stats-grid {
    flex-direction: column;
    gap: 1.2em;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 2em 1em 1em 1em;
  }
  .about, .services, .gallery, .testimonials, .stats, .cta {
    padding: 2em 1em;
  }
}
