:root {
  --primary: #c86b85;
  --secondary: #ffd3b6;
  --accent: #698474;
  --background: #faf7f4;
  --text: #2b2420;
  --white: #fcf8f3;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

body {
  background-color: var(--background);
  color: var(--text);
  line-height: 1.6;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 2.2rem;
  color: var(--primary);
  text-decoration: none;
  letter-spacing: 0.5px;
  font-family: "League Script", cursive;
  font-weight: 600;
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.nav-links a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: var(--primary);
}

.hero {
  height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("./backgorund.jpg") center/cover;
  color: var(--white);
  margin: 16px;
  clip-path: polygon(
    3% 0,
    7% 1%,
    11% 0%,
    16% 2%,
    20% 0,
    23% 2%,
    28% 2%,
    32% 1%,
    35% 1%,
    39% 3%,
    41% 1%,
    45% 0%,
    47% 2%,
    50% 2%,
    53% 0,
    58% 2%,
    60% 2%,
    63% 1%,
    65% 0%,
    67% 2%,
    69% 2%,
    73% 1%,
    76% 1%,
    79% 0,
    82% 1%,
    85% 0,
    87% 1%,
    89% 0,
    92% 1%,
    96% 0,
    98% 3%,
    99% 3%,
    99% 6%,
    100% 11%,
    98% 15%,
    100% 21%,
    99% 28%,
    100% 32%,
    99% 35%,
    99% 40%,
    100% 43%,
    99% 48%,
    100% 53%,
    100% 57%,
    99% 60%,
    100% 64%,
    100% 68%,
    99% 72%,
    100% 75%,
    100% 79%,
    99% 83%,
    100% 86%,
    100% 90%,
    99% 94%,
    99% 98%,
    95% 99%,
    92% 99%,
    89% 100%,
    86% 99%,
    83% 100%,
    77% 99%,
    72% 100%,
    66% 98%,
    62% 100%,
    59% 99%,
    54% 99%,
    49% 100%,
    46% 98%,
    43% 100%,
    40% 98%,
    38% 100%,
    35% 99%,
    31% 100%,
    28% 99%,
    25% 99%,
    22% 100%,
    19% 99%,
    16% 100%,
    13% 99%,
    10% 99%,
    7% 100%,
    4% 99%,
    2% 97%,
    1% 97%,
    0% 94%,
    1% 89%,
    0% 84%,
    1% 81%,
    0 76%,
    0 71%,
    1% 66%,
    0% 64%,
    0% 61%,
    0% 59%,
    1% 54%,
    0% 49%,
    1% 45%,
    0% 40%,
    1% 37%,
    0% 34%,
    1% 29%,
    0% 23%,
    2% 20%,
    1% 17%,
    1% 13%,
    0 10%,
    1% 6%,
    1% 3%
  );
  margin-top: 94px;
}

#accent-link {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 12px;
}

.hero-content {
  text-align: center;
  max-width: 800px;
  padding: 0 2rem;
  font-weight: 600;
}

.bio {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  color: var(--black);
  text-align: center;
  margin: 0 64px;
  margin-top: 22px;
}

#quoter {
  text-align: center;
  font-size: 2.8rem;
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-family: "League Script", cursive;
  font-weight: 600;
}

#collections {
  margin-top: 0px !important;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  font-family: "Alice", serif;
  font-weight: 400;
  font-style: normal;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.cta-button {
  display: inline-block;
  padding: 1rem 2.5rem;
  background-color: var(--accent);
  color: var(--white);
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: var(--accent);
}

.gallery-section {
  padding: 5rem 2rem;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 3rem;
  font-weight: 500;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.gallery-item {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

#intro {
  color: var(--accent);
  font-size: 1.7rem;
}

.gallery-item-content {
  padding: 1.5rem;
}

.gallery-item h3 {
  color: var(--primary);
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: "League Script", cursive;
  font-weight: 600;
}

.gallery-item p {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.6;
}

footer {
  background-color: var(--accent);
  color: var(--white);
  text-align: center;
  padding: 3rem 2rem;
}

@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    padding: 1rem;
  }

  .nav-links {
    margin-top: 1rem;
    gap: 1.5rem;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

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

.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-link {
  text-decoration: none;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: #0d6efd;
}

.icon {
  width: 24px;
  height: 24px;
}
