/* ==================================================
   PRODUCTS PAGE – ALIGNED WITH HOME
================================================== */

/* =========================
   HERO
========================= */
.products-hero {
  background: url("../images/products/products-hero.png") center / cover no-repeat;
  height: 260px;
  position: relative;
  display: flex;
  align-items: center;
}

.products-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.products-hero .container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  color: #fff;
}

.products-hero h1 {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
}

.products-hero p {
  font-size: 14px;
  opacity: 0.9;
}

/* =========================
   MAIN PRODUCT CATEGORY SECTION
========================= */

.main-product-section {
  background: #f6f3ef;
  padding: 100px 0;
}

.main-product-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* CARD */
.main-product-card {
  display: flex;
  align-items: center;
  gap: 60px;
  background: #ffffff;
  border-radius: 28px;
  padding: 60px;
  margin-bottom: 90px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.12);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

/* ALTERNATE */
.main-product-card.reverse {
  flex-direction: row-reverse;
}

/* HOVER */
.main-product-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 50px 120px rgba(0, 0, 0, 0.18);
}

/* IMAGE */
.mp-image {
  flex: 1;
}

.mp-image img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 22px;
}

/* CONTENT */
.mp-content {
  flex: 1;
}

.mp-content h2 {
  font-size: 34px;
  margin-bottom: 18px;
}

.mp-content p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.85;
  margin-bottom: 22px;
}

.mp-content ul {
  padding-left: 18px;
  margin-bottom: 32px;
}

.mp-content ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

/* BUTTON */
.mp-btn {
  display: inline-block;
  padding: 14px 34px;
  background: #8f6334;
  color: #ffffff;
  text-decoration: none;
  border-radius: 32px;
  font-size: 14px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.mp-btn:hover {
  background: #6f4a22;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .main-product-card,
  .main-product-card.reverse {
    flex-direction: column;
    padding: 40px 30px;
  }

  .mp-content h2 {
    font-size: 26px;
  }
}

/* =========================
   WHY CHOOSE US – PROFESSIONAL ICONS
========================= */

.why-choose {
  padding: 90px 20px;
  background: #ffffff;
}

.why-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: center;
}

/* Left Content */
.why-content h2 {
  font-size: 42px;
  color: #2b1d14;
  margin-bottom: 18px;
}

.why-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  max-width: 420px;
}

/* Cards */
.why-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.why-card {
  background: #faf6f2;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

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

.why-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2b1d14;
}

.why-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

/* Responsive */
@media (max-width: 992px) {
  .why-container {
    grid-template-columns: 1fr;
  }

  .why-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-content {
    text-align: center;
  }

  .why-content p {
    margin: auto;
  }
}

@media (max-width: 576px) {
  .why-cards {
    grid-template-columns: 1fr;
  }
}

/* =========================
   HOW CUSTOM ORDERS WORK
========================= */

.process-section {
  padding: 100px 20px;
  background: #faf7f3;
}

.process-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.process-content h2 {
  font-size: 42px;
  color: #2b1d14;
  margin-bottom: 15px;
}

.process-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 420px;
}

/* RIGHT */
.process-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.process-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.process-card span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #8b5a2b;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .process-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }
}

/* =========================
   CATEGORY QUICK NAVIGATION
========================= */

.category-nav-section {
  background: #ffffff;
  padding: 100px 0;
}

.category-nav-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HEADER */
.category-nav-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.category-nav-header h2 {
  font-size: 34px;
  margin-bottom: 12px;
}

.category-nav-header p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.85;
}

/* GRID */
.category-nav-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* CARD */
.category-nav-card {
  background: #f6f3ef;
  padding: 22px 20px;
  border-radius: 16px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.category-nav-card:hover {
  background: #8b5a2b;
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .category-nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .category-nav-grid {
    grid-template-columns: 1fr;
  }

  .category-nav-header h2 {
    font-size: 26px;
  }
}

/* =========================
   FEATURED PRODUCTS
========================= */

.featured-products-section {
  background: #f6f3ef;
  padding: 100px 0;
}

.featured-products-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HEADER */
.featured-products-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 70px;
}

.featured-products-header h2 {
  font-size: 34px;
  margin-bottom: 14px;
}

.featured-products-header p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.85;
}

/* GRID */
.featured-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* CARD */
.featured-product-card {
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.featured-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 80px rgba(0,0,0,0.14);
}

/* IMAGE */
.fp-image {
  height: 220px;
  overflow: hidden;
}

.fp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-product-card:hover img {
  transform: scale(1.06);
}

/* CONTENT */
.fp-content {
  padding: 28px;
}

.fp-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.fp-content p {
  font-size: 14.5px;
  line-height: 1.6;
  opacity: 0.85;
  margin-bottom: 18px;
}

/* BUTTON */
.fp-btn {
  display: inline-block;
  padding: 10px 26px;
  background: #8b5a2b;
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.fp-btn:hover {
  background: #6f4320;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .featured-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .featured-products-grid {
    grid-template-columns: 1fr;
  }

  .featured-products-header h2 {
    font-size: 26px;
  }
}
/* =========================
   INDUSTRIES WE SERVE
========================= */

.industries-section {
  padding: 80px 20px;
  background: #ffffff;
}

.industries-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}

/* Left Content */
.industries-content h2 {
  font-size: 42px;
  margin-bottom: 15px;
  color: #2b1d14;
}

.industries-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  max-width: 420px;
}

/* Cards Grid */
.industries-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.industry-card {
  background: #faf6f2;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

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

.industry-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #2b1d14;
}

.industry-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

/* Responsive */
@media (max-width: 900px) {
  .industries-container {
    grid-template-columns: 1fr;
  }

  .industries-content {
    text-align: center;
  }

  .industries-content p {
    margin: auto;
  }
}

/* =========================
   SPLIT CTA – PROFESSIONAL
========================= */

.products-cta-split {
  position: relative;
  background: url("../images/products/products-cta.png") center / cover no-repeat;
  padding: 80px 20px;
  color: #ffffff;
}

/* overlay */
.products-cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* inner layout */
.products-cta-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* LEFT TEXT */
.cta-left {
  max-width: 650px;
}

.cta-left h2 {
  font-size: 32px;
  margin-bottom: 12px;
}

.cta-left p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
}

/* RIGHT BUTTONS */
.cta-right {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* BUTTONS */
.cta-btn {
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* primary */
.cta-btn.primary {
  background: #8b5a2b;
  color: #ffffff;
}

.cta-btn.primary:hover {
  background: #6f4320;
}

/* secondary */
.cta-btn.secondary {
  background: #ffffff;
  color: #000000;
}

/* outline */
.cta-btn.outline {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.cta-btn.outline:hover {
  background: #ffffff;
  color: #000000;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .products-cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .cta-right {
    justify-content: center;
  }

  .cta-left h2 {
    font-size: 26px;
  }
}
