* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Georgia", serif;
  background: #f7f3ed;
  color: #171717;
}

.topbar {
  background: #060606;
  color: #d7b679;
  text-align: center;
  padding: 9px;
  font-size: 13px;
}

.navbar {
  height: 82px;
  background: #080808;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.logo {
  font-size: 30px;
  letter-spacing: 3px;
}

.logo span,
.footer-logo span {
  display: block;
  font-size: 11px;
  letter-spacing: 5px;
  color: #caa86a;
  text-align: center;
}

.menu {
  display: flex;
  gap: 34px;
  list-style: none;
  font-size: 13px;
  text-transform: uppercase;
}

.menu li {
  cursor: pointer;
}

.icons {
  display: flex;
  gap: 20px;
  font-size: 20px;
}

.hero {
  min-height: 670px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.65) 45%, rgba(0,0,0,.15) 100%),
    url("https://images.unsplash.com/photo-1594035910387-fea47794261f?w=1800") center/cover;
  display: flex;
  align-items: center;
  padding: 0 8%;
  color: white;
}

.hero-content {
  max-width: 560px;
}

.hero-content p {
  color: #caa86a;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

.hero-content h1 {
  font-size: 76px;
  line-height: .98;
  font-weight: 400;
  margin-bottom: 24px;
}

.hero-content span {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #ddd;
  margin-bottom: 34px;
}

.btn {
  display: inline-block;
  background: linear-gradient(135deg, #e4c17d, #b8873d);
  color: #111;
  padding: 17px 34px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .8px;
}

.features {
  background: white;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 38px 8%;
  gap: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.features div {
  color: #333;
}

.features strong {
  font-size: 14px;
  text-transform: uppercase;
}

.features small {
  color: #777;
}

.products {
  padding: 70px 8%;
}

.section-title,
.categories h2,
.experience h2 {
  text-align: center;
  margin-bottom: 42px;
}

.section-title h2,
.categories h2,
.experience h2 {
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-title p {
  font-family: Arial, sans-serif;
  color: #777;
  margin-top: 8px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.card {
  position: relative;
  background: white;
  padding: 28px;
  text-align: center;
  transition: .3s;
  min-height: 430px;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,.12);
}

.card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  margin-bottom: 20px;
}

.card h3 {
  font-size: 17px;
  text-transform: uppercase;
}

.card p {
  font-family: Arial, sans-serif;
  color: #777;
  margin: 8px 0;
}

.card strong {
  display: block;
  font-size: 19px;
  margin: 10px 0;
}

.card span {
  color: #c99a42;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.fav {
  position: absolute;
  right: 18px;
  top: 18px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.banner {
  min-height: 430px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.25), rgba(0,0,0,.95)),
    url("https://images.unsplash.com/photo-1587017539504-67cfbddac569?w=1800") center/cover;
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 8%;
}

.banner div {
  max-width: 500px;
}

.banner p {
  color: #caa86a;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 18px;
}

.banner h2 {
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 28px;
}

.categories {
  padding: 70px 8%;
  background: #fffaf4;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.category {
  min-height: 230px;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.category h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.category p {
  font-family: Arial, sans-serif;
  margin-bottom: 22px;
}

.category a {
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.pink {
  background:
    linear-gradient(90deg, rgba(255,235,235,.9), rgba(255,235,235,.4)),
    url("https://images.unsplash.com/photo-1615634260167-c8cdede054de?w=900") center/cover;
}

.dark {
  color: white;
  background:
    linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.25)),
    url("https://images.unsplash.com/photo-1619994403073-2cec844b8e63?w=900") center/cover;
}

.experience {
  background: #080808;
  color: white;
  padding: 70px 8%;
}

.exp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  text-align: center;
}

.exp-grid div {
  border-right: 1px solid rgba(255,255,255,.18);
  padding: 10px 24px;
}

.exp-grid div:last-child {
  border-right: none;
}

.exp-grid div:first-letter {
  color: #caa86a;
  font-size: 34px;
}

.exp-grid h4 {
  margin: 18px 0 10px;
  text-transform: uppercase;
}

.exp-grid p {
  font-family: Arial, sans-serif;
  color: #bbb;
  font-size: 14px;
}

.newsletter {
  background: white;
  padding: 55px 8%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.newsletter h2 {
  font-size: 28px;
  font-weight: 400;
}

.newsletter form {
  display: flex;
  width: 520px;
}

.newsletter input {
  flex: 1;
  padding: 17px;
  border: 1px solid #ddd;
}

.newsletter button {
  background: #070707;
  color: white;
  border: none;
  padding: 0 34px;
  text-transform: uppercase;
  cursor: pointer;
}

footer {
  background: #050505;
  color: white;
  padding: 55px 8%;
  text-align: center;
}

.footer-logo {
  font-size: 34px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

footer p {
  max-width: 580px;
  margin: 0 auto 22px;
  color: #bbb;
  font-family: Arial, sans-serif;
  line-height: 1.7;
}

footer small {
  color: #777;
}

@media (max-width: 900px) {
  .menu {
    display: none;
  }

  .hero-content h1 {
    font-size: 48px;
  }

  .features,
  .product-grid,
  .exp-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-grid,
  .newsletter {
    grid-template-columns: 1fr;
    display: grid;
  }

  .newsletter form {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .navbar {
    padding: 0 5%;
  }

  .logo {
    font-size: 22px;
  }

  .hero {
    min-height: 560px;
    padding: 0 6%;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .features,
  .product-grid,
  .exp-grid {
    grid-template-columns: 1fr;
  }

  .banner {
    justify-content: flex-start;
  }

  .banner h2 {
    font-size: 36px;
  }

  .newsletter form {
    flex-direction: column;
  }

  .newsletter button {
    padding: 16px;
  }
}