@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;900&family=Playfair+Display:wght@400;600;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  color: #111;
}

.container {
  width: 100%;
  padding-top: 72px;
}

nav {
  background-color: #fff;
  height: 72px;
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
  z-index: 1000;
  border-bottom: 1px solid #e9e9e9;
}

.nav-bar1 {
  display: flex;
  align-items: center;
  gap: 2vw;
}

.logo1 h1 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  letter-spacing: 0.45rem;
  font-size: 1.6rem;
  font-weight: 900;
}

.logo2 {
  display: flex;
  gap: 15px;
  max-width: 60vw;
  overflow-x: auto;
  scrollbar-width: none;
}

.logo2::-webkit-scrollbar {
  display: none;
}

.gifts {
  font-size: 12px;
  font-weight: 600;
  color: #6b6b6b;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}

.gifts:hover {
  text-decoration: underline;
  color: #000;
  transform: translateY(-2px);
  cursor: pointer;
}

.nav-bar2 button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: background 0.18s ease;
}

.nav-bar2 button:hover {
  background: rgba(0, 0, 0, 0.04);
}

.nav-bar2 img {
  height: 20px;
  width: 20px;
}

.section {
  width: 94vw;
  margin: 40px auto;
  position: relative;
}

.video2 {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.video2 video {
  width: 100%;
  min-height: 60vh;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.62);
}

.img-her img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

.img-her img:hover {
  transform: none;
  box-shadow: none;
  cursor: default;
}

.galleria {
  position: absolute;
  top: 50px;
  left: 40px;
  color: #fff;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}

.galleria h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 400;
}

.galleria p {
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 520px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.discover {
  display: inline-block;
  margin-top: 18px;
}

.discover h4 {
  padding: 8px 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  display: inline-block;
  font-size: 0.98rem;
  letter-spacing: 1px;
  transition: background 180ms ease, transform 180ms ease;
}

.discover h4:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-3px);
  cursor: pointer;
}

.section:first-of-type {
  margin-top: 0;
}

#section3 {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.for {
  width: 50%;
  position: relative;
}

#galleria-shoe {
  top: 30px;
}

#section4 {
  background-color: #0b0b0b;
  padding: 80px 0;
  text-align: center;
}

.last img {
  width: 80%;
  margin-bottom: 30px;
  border-radius: 6px;
}

.last h2 {
  color: white;
  font-size: 2rem;
  font-weight: 300;
}

#section5 {
  padding: 70px 4vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  border-top: 1px solid #e9e9e9;
  background: #fafafa;
}

.foot {
  text-align: left;
  color: #222;
}

.newsletter {
  margin-bottom: 8px;
}

.newsletter .email-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #111;
  padding-bottom: 6px;
  gap: 12px;
  max-width: 420px;
}

.newsletter input[type="email"] {
  background: transparent;
  border: none;
  outline: none;
  font-size: 0.95rem;
  padding: 6px 0;
  width: 100%;
}

.newsletter .email-submit {
  background: none;
  border: none;
  font-size: 1.15rem;
  cursor: pointer;
  padding: 6px 10px;
}

.social-row {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

#foot1 {
  display: block;
}

#foot1 a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 8px;
  transition: background 0.18s ease;
}

#foot1 img {
  width: 22px;
  height: 22px;
  filter: grayscale(1);
  transition: filter 180ms ease, opacity 180ms ease;
}

#foot1 img:hover {
  filter: none;
  opacity: 0.95;
  cursor: pointer;
}

.foot h3 {
  font-size: 0.95rem;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #000;
  text-align: left;
}

.foot p {
  font-size: 0.95rem;
  margin-bottom: 12px;
  color: #6b6b6b;
}

.foot a {
  text-decoration: none;
  color: inherit;
  transition: color 0.15s ease, text-decoration 0.15s ease;
}

.foot a:hover,
.foot a:focus {
  color: #000;
  text-decoration: underline;
  outline: none;
}

.foot a:focus {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.footer-bottom {
  margin-top: 28px;
  border-top: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 4vw;
}

.footer-bottom .bottom-left {
  font-size: 0.85rem;
  color: #333;
}

.footer-bottom .bottom-right {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer-bottom .bottom-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-left: 1px solid #e9e9e9;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #111;
  background: transparent;
  text-decoration: none;
}

.footer-bottom .bottom-btn .icon {
  font-size: 1.05rem;
}

@media (max-width: 768px) {
  #section5 {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .footer-bottom .bottom-right {
    justify-content: space-between;
  }
}

@media (max-width: 1190px) {
  .logo2 {
    max-width: 45vw;
  }
  .galleria h2 {
    font-size: 1.8rem;
  }
  .galleria p {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  #section3 {
    flex-direction: column;
  }
  .for {
    width: 100%;
  }
  .galleria {
    top: 20px;
    left: 20px;
  }
  #section5 {
    grid-template-columns: 1fr;
    text-align: center;
  }
  #foot1 {
    justify-content: center;
  }
  .foot {
    text-align: center;
  }
  .img-her img {
    height: 320px;
  }
}

@media (max-width: 576px) {
  .logo1 h1 {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
  }
  .galleria p {
    font-size: 0.95rem;
  }
  .galleria h2 {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .logo2 {
    display: none;
  }
  nav {
    padding: 0 2vw;
  }
  .galleria h2 {
    font-size: 1.2rem;
  }
  .galleria p {
    font-size: 0.8rem;
  }
  .img-her img {
    height: 220px;
  }
  .video2 video {
    min-height: 36vh;
  }
  #foot2 h3,
  #foot3 h3 {
    text-align: center;
  }
}
