/* -------------------
   Global Styles
------------------- */
body {
  margin: 0;
  font-family: 'Karla', sans-serif;
  background-color: #fff;
  color: #333;
  font-size: 1rem; /* 16px */
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

h1, h2, h3, h4, h5, h6,
.logo,
.footer-links h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  line-height: 1.3;
}
h1 {
  font-size: 2.5rem; /* ~40px */
}
h2 {
  font-size: 2rem; /* ~32px */
}
h3 {
  font-size: 1.5rem; /* ~24px */
}
h4 {
  font-size: 1.25rem; /* ~20px */
}
h5 {
  font-size: 1.1rem;
}
p {
  font-size: 1rem;
}

/* Navigation links */
.nav-menu a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}
@media (max-width: 1024px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.35rem; }
  h4 { font-size: 1.1rem; }
  p, .nav-menu a {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.2rem; }
  h4 { font-size: 1rem; }
  p, .nav-menu a {
    font-size: 0.9rem;
  }
}
.intro h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* -------------------
   Header
------------------- */
header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0;
  z-index: 999;
}

.top-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 0.5rem;
}

.logo img {
 max-width: 280px;
  height: auto;
  transition: all 0.3s ease;
}



.logo-sub {
  font-size: 0.9rem;
  color: #777;
  text-align: center;
  padding-bottom: 1rem;
}

/* -------------------
   Navigation Menu
------------------- */
.nav-container {
  background-color: #3d3d3d;
}

.nav-menu {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 0.8rem 0;
}

.nav-menu a {
  color: #fff;
  font-weight: bold;
  position: relative;
}

.nav-menu a.new::after {
  content: "New";
  background-color: orange;
  color: #fff;
  font-size: 0.6rem;
  padding: 0.2rem 0.4rem;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  right: -20px;
}

.hamburger {
  display: none;
  font-size: 1.8rem;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1.2rem;
}

/* -------------------
   Banner
------------------- */
.banner-static img {
  width: 100%;
  height: auto;
  display: block;
}

/* -------------------
   Intro Section
------------------- */
.intro {
  text-align: center;
  padding: 2rem 1rem;
  background-color: #fafafa;
}

.intro h2 {
  margin-bottom: 0.5rem;
}

.intro h4 {
  margin-top: 0;
}

/* -------------------
   Product Looks Section
------------------- */
.looks-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Optional spacing between looks */
  justify-content: space-between;
}

/* Equal-height for each .look */
.look {
  flex: 1 1 calc(33.333% - 20px); /* 3 items per row with 20px gap */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  background: #fff; /* Optional styling */
  padding:0px 0px 15px 0px;     /* Optional spacing */
  border: 1px solid #eee;
}

/* Make buttons align at bottom consistently */
.look button {
  margin-top: auto;
}

/* .look {
 border: 1px solid #ccc;
  border-radius: 8px;
 padding: 1rem;
  width: 550px;
  text-align: center; 
  background: #f5f5f5;
} */

 .looksimple {
 border: 1px solid #ccc;
  border-radius: 0px;
  padding-bottom: 1rem;
  width: 550px;
  text-align: center; 
  background: #f5f5f5;
}
 .looksimple img{border-radius: 0px !important;}
.look {
 
 /* border-radius: 8px;
 padding: 1rem;*/
  width:31.33%;
  text-align: center; 
  /*background: #f5f5f5;*/
}

.look img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.look h3 {
  margin: 1rem 0 0.5rem;
}

.look p {
  margin: 0.5rem 0 1rem;
  font-size: 0.95rem;
}

/*.look button {
  background-color: #222;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
}*/
.look button {
  background-color: #b5844a;
  color: #fff;
  border: none;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  cursor: pointer; text-transform: uppercase; margin-top:20px;
}

/* -------------------
   Footer
------------------- */
.footer {
  background-color: #f5f5f5;
  padding: 3rem 1rem 1rem;
  font-size: 0.9rem;
  color: #333; margin-top:2.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-brand img {
 /* max-width: 150px;*/
  margin-bottom: 0.5rem;
}

.footer-brand p {
  margin: 0.3rem 0;
}

.footer-links h4 {
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 0.5rem;
}

.footer-links ul li a {
  color: #333;
  text-decoration: none;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.social-icons a {
  margin-right: 12px;
  font-size: 1.1rem;
  color: #333;
}
.social-icons i{font-size:14px;}

.footer-bottom {
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 1rem 0 0.5rem;
  font-size: 0.85rem;
  color: #777;
}
.size-f{font-size:10px !important;}

/* -------------------
   Back to Top Button
------------------- */
#backToTopBtn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  padding: 10px;
  border-radius: 4px;
  display: none;
  cursor: pointer;
}

#backToTopBtn:hover {
  background-color: #eee;
}

/* -------------------
   Responsive
------------------- */
@media (max-width: 768px) {
  .hamburger {
    display: block;
     align-self: flex-start; top:0.9rem; right:0.9rem;
      }

  .nav-menu {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .nav-menu.show {
    display: flex;
  }

  .top-header {
    justify-content: space-between;
    padding: 1rem;
    position: relative;
  }

  .logo {
  flex: 1;
    display: flex;
    justify-content: flex-start; 
  }
  .logo img {
    max-width: 180px;
  }
  .look {
  width:48%;
  text-align: center; 
}
.looks-container {
  gap: 0.461rem;
 padding: 1rem 0.1rem;
}
}




/* Responsive breakpoints */
@media (max-width: 1024px) {
  .look {
    flex: 1 1 calc(50% - 20px); /* 2 items per row */
  }
}

@media (max-width: 600px) {
  .look {
    flex: 1 1 100%; /* Single column on small screens */
  }
}