body {
  margin: 0;
  font-family: Georgia, serif;
  background: #f5f5f3;
  color: #111;
}

.hero {
  text-align: center;
  padding: 20px 20px 70px;
}

.logo {
  width: 320px;
  max-width: 85%;
  margin-bottom: 10px;
}

.subtitle {
  max-width: 700px;
  margin: auto;
  font-size: 20px;
  line-height: 1.8;
}

.about {
  max-width: 800px;
  margin: 100px auto;
  padding: 0 20px;
  font-size: 20px;
  line-height: 1.9;
}

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

.artwork img {
  width: 100%;
  display: block;
}

.artwork h2 {
  margin-top: 20px;
  font-weight: normal;
}

.contact {
  text-align: center;
  padding: 120px 20px;
}

.button {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 40px;
  border: 1px solid black;
  text-decoration: none;
  color: black;
}

.button:hover {
  background: black;
  color: white;
}
.navbar {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 30px;
}

.navbar a {
  text-decoration: none;
  color: black;
  font-size: 15px;
  letter-spacing: 1px;
}

.navbar a:hover {
  opacity: 0.6;
}
.about-page {
  max-width: 800px;
  margin: auto;
  padding: 80px 20px;
  text-align: center;
}

.about-page h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: normal;
}

.about-page p {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 30px;
}
.about-page {
  max-width: 800px;
  margin: auto;
  padding: 80px 20px;
  text-align: center;
}

.about-page h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: normal;
}

.about-page p {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 30px;
}
.collection-header {
  text-align: center;
  padding: 80px 20px 40px;
}

.collection-header h1 {
  font-weight: normal;
  margin-bottom: 20px;
}

.collection-header p {
  max-width: 700px;
  margin: auto;
  font-size: 18px;
  line-height: 1.8;
}
.contact-page {
  text-align: center;
  padding: 80px 20px;
}

.contact-page h1 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: normal;
}

.contact-page p {
  font-size: 20px;
  line-height: 1.8;
}

.email-link {
  display: inline-block;
  margin-top: 30px;
  font-size: 20px;
  color: black;
  text-decoration: none;
}

.email-link:hover {
  opacity: 0.6;
}

.social-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.social-links a {
  color: black;
  font-size: 26px;
  text-decoration: none;
  transition: 0.3s;
}

.social-links a:hover {
  opacity: 0.5;
}
.art-medium {
  font-size: 15px;
  opacity: 0.7;
  margin-bottom: 20px;
}

.art-description {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}
body {
  animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}.artwork img {
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.artwork:hover img {
  transform: scale(1.02);
  opacity: 0.92;
}

.artwork {
  transition: transform 0.5s ease;
}

.artwork:hover {
  transform: translateY(-4px);
}
@media (max-width: 768px) {

  .navbar {
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
  }

  .navbar a {
    font-size: 14px;
  }

  .logo {
    width: 180px;
    max-width: 80%;
  }

  .hero {
    padding: 20px 20px 100px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 1.6;
    padding: 0 10px;
  }

  .about,
  .about-page,
  .contact-page,
  .collection-header {
    padding: 50px 20px;
  }

  .about-page p,
  .contact-page p,
  .collection-header p,
  .art-description {
    font-size: 17px;
    line-height: 1.7;
  }

  .gallery {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 50px;
  }

  .artwork h2 {
    font-size: 24px;
  }

  .art-medium {
    font-size: 14px;
  }

  .social-links {
    gap: 20px;
  }

  .social-links a {
    font-size: 22px;
  }

}
body {
  letter-spacing: 0.2px;
}

h1, h2 {
  letter-spacing: 0.5px;
}

.hero h1,
.about-page h1,
.collection-header h1,
.contact-page h1 {
  font-size: 42px;
  line-height: 1.2;
}

.subtitle {
  letter-spacing: 0.3px;
}

.artwork h2 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.art-medium {
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.email-link {
  letter-spacing: 0.4px;
}
.artwork-page {
  max-width: 1200px;
  margin: auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.artwork-main-image {
  width: 100%;
  max-width: 620px;
  max-height: 720px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.artwork-page-info h1 {
  font-weight: normal;
  font-size: 42px;
  margin-bottom: 20px;
}

.artwork-page-info p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.art-status {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  opacity: 0.7;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
}

.view-artwork {
  position: absolute;
  bottom: 20px;
  left: 20px;

  background: rgba(255, 255, 255, 0.9);
  color: black;

  padding: 10px 18px;

  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;

  opacity: 0;
  transition: 0.4s ease;
}

.image-wrapper:hover .view-artwork {
  opacity: 1;
}
.back-link {
  display: inline-block;
  margin-left: 18px;
  padding: 16px 26px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s ease;
}

.back-link:hover {
  opacity: 1;
 border-color: black;
}

@media (max-width: 768px) {

  }.artwork-page {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    gap: 40px;
  }

  .artwork-page-info h1 {
    font-size: 34px;
  }

  .artwork-page-info p {
    font-size: 17px;
    line-height: 1.8;
  }

  .artwork-main-image {
    width: 100%;
  }

  .button,
.back-link {
    width: auto;
}
  
body.home-page .gallery {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px 80px;

  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
  flex-wrap: wrap;
}

body.home-page .artwork {
  width: 200px;
}

body.home-page .artwork img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
}

body.home-page .artwork h2,
body.home-page .art-medium,
body.home-page .art-description,
body.home-page .artwork p {
  display: none;
}
body.home-page .gallery {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 40px 40px 80px !important;

  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 28px !important;
  flex-wrap: wrap !important;
}

body.home-page .artwork {
  width: 220px !important;
  flex: 0 0 220px !important;
}

body.home-page .artwork img {
  width: 100% !important;
  height: auto !important;
  max-height: 260px !important;
  object-fit: contain !important;
}

body.home-page .artwork h2,
body.home-page .artwork p,
body.home-page .art-medium,
body.home-page .art-description {
  display: none !important;
}

.home-gallery {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;

  gap: 28px;

  max-width: 1200px;
  margin: 0 auto;

  padding: 40px 40px 80px;
}

.home-gallery .artwork {
  width: 220px;
}

.home-gallery .artwork img {
  width: 100%;
  height: auto;

  max-height: 260px;

  object-fit: contain;
}
.home-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px 80px;
}

.home-artwork {
  width: 220px;
}

.home-artwork img {
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: contain;
}
@media (max-width: 768px) {

  .collection-header {
    padding: 40px 20px 20px;
  }

  .collection-header h1 {
    font-size: 34px;
  }

  .collection-header p {
    font-size: 16px;
    line-height: 1.6;
  }

  .gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 20px;
  }

  .gallery .artwork {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .gallery .artwork img {
    width: 100%;
    height: auto;
    max-height: 460px;
    object-fit: contain;
  }

  .artwork h2 {
    font-size: 24px;
    text-align: left;
  }

  .art-medium,
  .art-description {
    text-align: left;
  }

}