/*
Theme Name: Vast Vision
Author: BenCode Studio
Version: 1.0
*/

/* ============================
   GLOBAL STYLES
============================ */
body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fdfdfd;
  color: #111;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

/* ============================
   HEADER
============================ */
.site-header {
  background: linear-gradient(to right, #FF2D2D, blue, #FFD700, #32CD32);
  padding: 1rem 1.5rem;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.logo-img {
  max-height: 80px;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
}

.main-nav a:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #fff;
  z-index: 1001;
}

/* ============================
   HERO SECTION
============================ */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.hero-content {
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
  padding: 2.5rem;
  border-radius: 12px;
}

.hero-title {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
}

.hero-title .highlight {
  background: linear-gradient(to right, blue, #FF2D2D, #FFD700, #32CD32);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #ddd;
  margin: 1rem 0 2rem;
}

.hero-btn {
  background: #000;
  color: #fff;
  padding: 0.85rem 2rem;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.hero-btn:hover {
  background: #FF2D2D;
}

/* ============================
   HOMEPAGE SECTIONS
============================ */
.intro,
.about-section {
  text-align: center;
  padding: 4rem 2rem;
  background: #fff;
}

.intro h2,
.about-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.intro p,
.about-section p {
  font-size: 1.1rem;
  color: #444;
  max-width: 700px;
  margin: 0 auto;
}

/* Icon Nav Styles */
.home-icon-nav {
  display: flex;
  justify-content: center;
  padding: 1.5rem 0;
  background: transparent;
  border-bottom: 1px solid #eee;
}

.home-icon-nav .nav-icons {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-icon-nav .nav-icons li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #111;
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.home-icon-nav .nav-icons li a:hover {
  color: #e63946;
}

.home-icon-nav .nav-icons i {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

.features {
  background: #f3f3f3;
  padding: 4rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.feature {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  flex: 1 1 280px;
  max-width: 350px;
  text-align: center;
}

.feature h3 {
  margin-bottom: 0.5rem;
}

.featured-styles {
  padding: 4rem 2rem;
  background: #fff;
}

.featured-styles h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.style-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.style-card {
  background: #fafafa;
  padding: 1.5rem;
  border-radius: 10px;
  max-width: 300px;
  text-align: center;
  transition: transform 0.3s ease;
}

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

.style-card img {
  border-radius: 8px;
  margin-bottom: 1rem;
}

.promo-banner {
  background: #FF2D2D;
  color: white;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
}

.lookbook-preview {
  padding: 4rem 2rem;
  background: #f9f9f9;
  text-align: center;
}

.lookbook-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.look-img img {
  border-radius: 8px;
  max-width: 300px;
}

.testimonials {
  padding: 4rem 2rem;
  background: #f1f1f1;
  text-align: center;
}

.testimonial-list blockquote {
  font-style: italic;
  max-width: 700px;
  margin: 1rem auto;
  color: #333;
  line-height: 1.6;
}

.social-links {
  background: #000;
  color: blue;
  padding: 2rem;
  text-align: center;
}

.social-links a {
  color: blue;
  margin: 0 0.5rem;
  font-weight: bold;
}

.social-links a:hover {
  text-decoration: underline;
}

/* ============================
   BACK TO TOP
============================ */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background: #FF2D2D;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
  z-index: 999;
}

#backToTop:hover {
  background: #a37373;
}

/* ============================
   WOO STYLES (BASIC)
============================ */
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.woocommerce ul.products li.product {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  text-align: center;
  max-width: 250px;
  flex: 1 1 200px;
}

.woocommerce ul.products li.product h2 {
  font-size: 1rem;
  margin: 0.5rem 0;
}

.woocommerce ul.products li.product .price {
  color: #B8860B;
  font-weight: bold;
}

.woocommerce a.button,
.woocommerce button.button {
  background: #000;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: #FF2D2D;
}

/* ============================
   CONTACT PAGE
============================ */
.contact-page {
  padding: 4rem 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.contact-page h2,
.contact-page h3 {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #111;
}

.contact-page p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #444;
}

.contact-page form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}

.contact-page input[type="text"],
.contact-page input[type="email"],
.contact-page textarea {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.contact-page textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-page input[type="submit"],
.contact-page button {
  background: #000;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-page input[type="submit"]:hover,
.contact-page button:hover {
  background: #FF2D2D;
}

.contact-details {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.contact-details p {
  margin: 0.5rem 0;
  font-size: 1.05rem;
}

.contact-details strong {
  color: #000;
}

/* ============================
   MY ACCOUNT STYLES
============================ */
.woocommerce-account .entry-content {
  max-width: 1000px;
  margin: 2rem auto;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.woocommerce-account .woocommerce {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.woocommerce-MyAccount-navigation {
  flex: 1;
  min-width: 220px;
  background: linear-gradient(to bottom, #FFD700, #32CD32, #4169E1);
  border-radius: 10px;
  padding: 2rem 1.5rem;
  color: #000;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 1rem;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  color: #000;
  padding: 0.6rem 0.75rem 0.6rem 2.5rem;
  font-size: 1rem;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
  background: rgba(255, 255, 255, 0.9);
  color: #111;
}

.woocommerce-MyAccount-navigation li a::before {
  font-family: "Dashicons";
  content: "\f105";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f333";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f312";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\f316";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f484";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f110";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f163";
}

.woocommerce-MyAccount-content {
  flex: 3;
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  min-width: 280px;
}

.woocommerce-MyAccount-content .woocommerce-message {
  background-color: #f9f9f9;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-top: 1rem;
}

/* ============================
   FOOTER
============================ */
.site-footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.95rem;
}

.footer-menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 2rem 0 1rem;
  padding: 0;
}

.footer-menu ul li a {
  color: #555;
  text-decoration: none;
  font-size: 0.85rem;
}

.footer-menu ul li a:hover {
  text-decoration: underline;
}


/* ============================
   RESPONSIVE
============================ */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .site-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    gap: 1rem;
    background: #000;
    padding: 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .main-nav.active {
    display: flex !important;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    margin: 0;
  }

  .main-nav li {
    list-style: none;
  }

  .main-nav a {
    display: block;
    width: 100%;
    padding: 0.75rem;
    text-align: center;
    color: #fff;
  }

  .style-grid,
  .lookbook-grid,
  .features {
    flex-direction: column;
    align-items: center;
  }

  .contact-page {
    padding: 2rem 1rem;
  }
}

/* ============================
   MOBILE MENU OVERLAY + ANIMATION
============================ */
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  transition: opacity 0.3s ease;
}

.menu-overlay.active {
  display: block;
  opacity: 1;
}

/* Animate slide-down */
@media (max-width: 768px) {
  .main-nav {
    display: none;
    flex-direction: column;
    gap: 1rem;
    background: #000;
    padding: 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }

  .main-nav.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
  }
}

/* =============================
   LOOKBOOK PAGE STYLES
============================= */

.lookbook-hero {
  background: linear-gradient(to right, #FF2D2D, #FFD700, #32CD32);
  color: white;
  text-align: center;
  padding: 4rem 1.5rem;
}

.lookbook-title {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1rem;
}

.lookbook-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
}

.lookbook-gallery {
  padding: 2rem 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.lookbook-item {
  text-align: center;
  transition: transform 0.3s ease;
}

.lookbook-item:hover {
  transform: scale(1.03);
}

.lookbook-item img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.lookbook-item h3 {
  margin-top: 1rem;
  font-size: 1.1rem;
}

/* =============================
   FILTER BAR STYLES
============================= */

.lookbook-filter {
  text-align: center;
  margin-bottom: 2rem;
}

.filter-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 0;
}

/* Shared button/link styles */
.filter-list a,
.filter-list .filter-btn {
  padding: 0.5rem 1.25rem;
  background: #eee;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-list a.active,
.filter-list a:hover,
.filter-list .filter-btn.active,
.filter-list .filter-btn:hover {
  background: #000;
  color: #fff;
}

/* AJAX Loading */
#lookbook-results.loading::before {
  content: 'Loading...';
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 2rem 0;
}


