:root {
  --primary: #800020;
  --secondary: #D4AF37;
  --dark: #2c2c2c;
  --light: #fdfbf7;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: var(--light);
  color: var(--dark);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Header */
header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  max-width: 1320px;
  margin: 0 auto;
}

.nav-container-left,
.nav-container-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

.logo {
  background: url("../images/logo/logo.png") center / contain no-repeat;
  display: inline-block;
  width: clamp(90px, 20vw, 150px);
  aspect-ratio: 150 / 146;
  flex: 0 0 auto;
}

.streetwear-tagline {
  font-family: 'Impact', 'Arial Black', system-ui, sans-serif;
  font-size: clamp(0.95rem, 3vw, 2rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: clamp(0.02em, 0.2vw, 0.05em);
  color: #fff;
  background-color: #8e2828;
  padding: clamp(5px, 1.2vw, 8px) clamp(10px, 2vw, 18px);
  border: 1px solid #000;
  box-shadow: 1px 1px 0 #000;
  display: inline-block;
  text-align: center;
  line-height: 1.25;
  max-width: 100%;
  word-break: break-word;
  transform: skewX(-8deg);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.nav-links li {
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: var(--dark);
  font-weight: 600;
  font-size: 0.98rem;
  transition: color 0.3s ease;
}

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

/* Hero */
.hero-section {
  margin-top: 0;
}

.hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("../images/hero/hero.png") no-repeat center center / cover;
  min-height: 70vh;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 40px 16px;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  margin-bottom: 12px;
  line-height: 1.15;
}

.hero p {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  margin-bottom: 20px;
  max-width: 760px;
}

.logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0;
}

.logo-hero {
  background: url("../images/logo/logo_hero.png") center / contain no-repeat;
  display: block;
  width: clamp(180px, 35vw, 300px);
  aspect-ratio: 300 / 292;
}

.btn-hero-section {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: 700;
  border: 2px solid var(--primary);
  transition: all 0.3s ease;
  min-height: 44px;
  min-width: 140px;
  text-align: center;
}
.btn-hero-section:hover {
  background-color: #b45b4e;
  color: #fff;
  border-color: #fff;
}
/* Sections */
.section-title {
  text-align: center;
  margin: 40px 0 20px;
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: var(--primary);
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--secondary);
  margin: 8px auto 0;
}
.inner-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px 40px;
}

.card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  text-align: center;
  border-top: 4px solid var(--primary);
  transition: transform 0.3s ease;
}

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

.card-img {
  min-height: 220px;
  background-color: #eee;
  background-size: cover;
  background-position: top;
}

.card h3 {
  margin: 15px 0 10px;
  color: var(--dark);
  font-size: 1.15rem;
}

.card p {
  font-size: 14px;
  color: #666;
  padding: 0 15px 20px;
}

/* Existing card backgrounds */
.card-img.item1 { background-image:url("../images/Products/Sarees/traditionalsarees/traditionalkerala.png"); }
.card-img.item2 { background-image:url("../images/Products/Kurthis/traditionals/kurthi00.png"); }
.card-img.item3 { background-image:url("../images/Products/materials/readystitch00.png"); }
.card-img.item4 { background-image:url("../images/Products/Accesories/access00.png"); }
.card-img.sarees.item1 { background-image:url("../images/Products/Sarees/traditionalsarees/traditionalkerala.png"); }
.card-img.sarees.item2 { background-image:url("../images/Products/Sarees/silksarees/silksaree00.png"); }
.card-img.sarees.item3 { background-image:url("../images/Products/Sarees/cottonsarees/verdantbreeze.png"); }
.card-img.sarees.item4 { background-image:url("../images/Products/Sarees/designersarees/designer00.png"); }
.card-img.kurthis.item1 { background-image:url("../images/Products/Kurthis/traditionals/kurthi00.png"); }
.card-img.kurthis.item2 { background-image:url("../images/Products/Kurthis/formals/formal00.png"); }
.card-img.kurthis.item3 { background-image:url("../images/Products/Kurthis/casuals/casuals00.png"); }
.card-img.kurthis.item4 { background-image:url("../images/Products/Kurthis/designer/designer00.png"); }
.card-img.materials.item1 { background-image:url("../images/Products/materials/readystitch00.png"); }
.card-img.materials.item2 { background-image:url("../images/Products/materials/readystitch01.png"); }
.card-img.materials.item3 { background-image:url("../images/Products/materials/readystitch02.png"); }
.card-img.materials.item4 { background-image:url("../images/Products/materials/readystitch03.png"); }
.card-img.accessories.item1 { background-image:url("../images/Products/Accesories/access00.png"); }
.card-img.accessories.item2 { background-image:url("../images/Products/Accesories/access01.png"); }
.card-img.accessories.item3 { background-image:url("../images/Products/Accesories/access02.png"); }
.card-img.accessories.item4 { background-image:url("../images/Products/Accesories/access03.png"); }

/* Info */
.info-banner {
  background-color: #f0e6df;
  padding: 24px 16px;
  text-align: center;
  margin: 20px 0;
}

/* Footer */
footer {
  background-color: var(--dark);
  color: #fff;
  padding: 40px 16px 20px;
  text-align: center;
}

.footer-cols {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto 20px;
  text-align: center;
}

.footer-col {
  min-width: 0;
}

.footer-col h4 {
  color: var(--secondary);
  margin-bottom: 15px;
}

.footer-col p,
.footer-col li {
  font-size: 14px;
  color: #ccc;
  list-style: none;
  margin-bottom: 8px;
}

.bottom-bar {
  border-top: 1px solid #444;
  padding-top: 20px;
  font-size: 12px;
  color: #aaa;
}

/* Tablet */
@media (min-width: 768px) {
  .nav-container {
    padding: 16px 24px;
  }

  .hero {
    padding: 72px 24px;
  }

  .grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding: 0 24px 48px;
  }

  .footer-cols {
    text-align: left;
  }
}

/* Laptop */
@media (min-width: 992px) {
  .nav-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 14px 28px;
  }

  .nav-container-left,
  .nav-container-right {
    width: auto;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: left;
  }

  .streetwear-tagline {
    white-space: nowrap;
    transform: skewX(-10deg);
  }

  .nav-links {
    flex-wrap: nowrap(max-width: 575.98px);
    gap: 20px;
  }

  .hero {
    padding: 90px 32px;
  }

  .grid-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }

  .footer-cols {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
  }

  .footer-col {
    flex: 1;
    min-width: 220px;
  }
}

/* Desktop */
@media (min-width: 1200px) {
  .nav-container {
    max-width: 1320px;
    padding: 16px 32px;
  }

  .hero {
    padding: 100px 40px;
  }

  .card-img {
    min-height: 250px;
  }
  
  .nav-container-left,
  .nav-container-right {
    width: auto;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: left;
  }

  .streetwear-tagline {
    white-space: nowrap;
    transform: skewX(-10deg);
  }

  .nav-links {
    flex-wrap: nowrap;
    gap: 20px;
  }
}
/* Desktop */
@media (min-width: 1536px) {
  .nav-container {
    max-width: 1320px;
    padding: 16px 32px;
  }

  .hero {
    min-height: 100vh;
    padding: 100px 40px;
    background-position: center center;
    background-size: cover;
  }
  .card-img {
    min-height: 250px;
  }
  
  .nav-container-left,
  .nav-container-right {
    width: auto;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: left;
  }

  .streetwear-tagline {
    white-space: nowrap;
    transform: skewX(-10deg);
  }

  .nav-links {
    flex-wrap: nowrap;
    gap: 20px;
  }
}
/* Small mobile */
@media (max-width: 575.98px) {
  .streetwear-tagline {
    transform: none;
  }

  .hero {
    min-height: 55vh;
    padding: 32px 14px;
    background-position: center top;
    background-size: cover;
  }

  .card-img {
    min-height: 190px;
  }
  .btn-hero-section {
    width: 100%;
    max-width: 280px;
    padding: 0.7rem 1rem;
    font-size: 0.95rem;
  }
}
/* Large tablet / small laptop */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero {
    min-height: 70vh;
    padding: 60px 24px;
    background-position: center center;
    background-size: cover;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .btn-hero-section {
    min-width: 160px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .btn-hero-section {
    min-width: 180px;
    padding: 0.85rem 1.75rem;
  }
}
/* small and big Laptop  */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero {
    min-height: 85vh;
    padding: 80px 32px;
    background-position: center center;
    background-size: cover;
  }
  .btn-hero-section {
    min-width: 160px;
    font-size: 1rem;
  }
}
