/*
Theme Name: Project Black'D
Theme URI: https://projectblackd.com
Author: Project Black'D
Author URI: https://projectblackd.com
Description: A premium, minimalist multi-page WordPress theme for Project Black'D menswear brand. White background, bold black typography, editorial layout with WooCommerce support.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: project-blackd
Tags: custom-logo, custom-menu, featured-images, theme-options, e-commerce, blog, two-columns

Always Bold, All Black — Timeless menswear that celebrates confidence, strength, and minimalist design.
*/

/* ============================================
   CSS RESET & BASE
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #000000;
  background-color: #ffffff;
  line-height: 1.6;
  font-size: 16px;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.font-display {
  font-family: 'Bebas Neue', sans-serif;
}

/* ============================================
   LAYOUT
   ============================================ */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-padding {
  padding: 6rem 0;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #000000;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #333333;
}

.btn-outline {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
}

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

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1rem;
}

.btn-icon {
  padding: 0.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.btn-icon:hover {
  opacity: 0.6;
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #ffffff;
  border-bottom: 1px solid hsl(0, 0%, 90%);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
}

.site-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  color: #000000;
  flex-shrink: 0;
}

.site-logo a {
  color: inherit;
}

.main-navigation {
  display: none;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.main-navigation a {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: hsl(0, 0%, 40%);
  transition: color 0.3s ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a,
.main-navigation .current_page_item a {
  color: #000000;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.menu-toggle svg {
  width: 24px;
  height: 24px;
}

/* Mobile Navigation */
.mobile-nav {
  display: none;
  position: fixed;
  top: 5rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 40;
  padding: 2rem 1.5rem;
}

.mobile-nav.is-active {
  display: block;
}

.mobile-nav ul {
  list-style: none;
}

.mobile-nav a {
  display: block;
  padding: 1rem 0;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  border-bottom: 1px solid hsl(0, 0%, 90%);
}

@media (min-width: 768px) {
  .main-navigation {
    display: flex;
  }
  .menu-toggle {
    display: none;
  }
}

/* ============================================
   PAGE HEADER (for inner pages)
   ============================================ */
.page-header {
  border-bottom: 1px solid hsl(0, 0%, 90%);
  padding: 4rem 0;
}

.page-header h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.page-header p {
  color: hsl(0, 0%, 40%);
  font-size: 1.125rem;
  margin-top: 1rem;
  max-width: 42rem;
}

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

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-image: url('https://images.unsplash.com/photo-1490367532201-b9bc1dc483f6?w=1920&q=80');
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
}

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #ffffff;
  padding: 0 1.5rem;
}

.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 8vw, 8rem);
  margin-bottom: 1.5rem;
  animation: fadeIn 0.8s ease-out;
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 2rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.hero-cta .btn {
  gap: 0.5rem;
}

.hero-cta .arrow {
  transition: transform 0.3s ease;
}

.hero-cta .btn:hover .arrow {
  transform: translateX(4px);
}

/* ============================================
   FEATURED PRODUCTS
   ============================================ */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-header h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  margin-bottom: 1rem;
}

.section-header p {
  color: hsl(0, 0%, 40%);
  max-width: 42rem;
  margin: 0 auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

@media (min-width: 640px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.section-cta {
  text-align: center;
  margin-top: 3rem;
}

/* Product Card */
.product-card {
  display: block;
  cursor: pointer;
}

.product-card-image {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background-color: hsl(0, 0%, 96%);
  margin-bottom: 1rem;
}

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

.product-card:hover .product-card-image img {
  transform: scale(1.05);
}

.product-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.3s ease;
}

.product-card:hover .product-card-image::after {
  background: rgba(0,0,0,0.1);
}

.product-card-info h3 {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.product-card-info .price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.875rem;
}

/* ============================================
   EDITORIAL BLOCK
   ============================================ */
.editorial-section {
  background-color: hsl(0, 0%, 96%);
}

.editorial-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 768px) {
  .editorial-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.editorial-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.editorial-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.editorial-content h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.editorial-content p {
  font-size: 1.125rem;
  color: hsl(0, 0%, 40%);
  line-height: 1.75;
}

/* ============================================
   SHOP PREVIEW
   ============================================ */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

@media (min-width: 640px) {
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .shop-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1280px) {
  .shop-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ============================================
   ABOUT PAGE
   ============================================ */
.about-grid {
  display: grid;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.about-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about-content h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.875rem;
}

.about-content p {
  font-size: 1.125rem;
  color: hsl(0, 0%, 40%);
  line-height: 1.75;
}

.about-content blockquote {
  border-left: 4px solid #000000;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  font-style: italic;
}

.values-grid {
  display: grid;
  gap: 3rem;
  text-align: center;
}

@media (min-width: 768px) {
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.values-grid h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.values-grid p {
  color: hsl(0, 0%, 40%);
  line-height: 1.75;
}

/* ============================================
   EDITORIAL / JOURNAL SECTION
   ============================================ */
.journal-featured {
  display: grid;
  gap: 3rem;
}

@media (min-width: 768px) {
  .journal-featured {
    grid-template-columns: 1fr 1fr;
  }
}

.journal-featured-image {
  overflow: hidden;
}

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

.journal-featured:hover .journal-featured-image img {
  transform: scale(1.05);
}

.journal-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

.journal-featured-content .date {
  font-size: 0.875rem;
  color: hsl(0, 0%, 40%);
}

.journal-featured-content h3 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  transition: color 0.3s ease;
}

.journal-featured:hover .journal-featured-content h3 {
  color: hsl(0, 0%, 40%);
}

.journal-featured-content p {
  font-size: 1.125rem;
  color: hsl(0, 0%, 40%);
  line-height: 1.75;
}

.journal-featured-content .read-more {
  font-size: 0.875rem;
  font-weight: 500;
  transition: transform 0.3s ease;
  display: inline-block;
}

.journal-featured:hover .read-more {
  transform: translateX(0.5rem);
}

.journal-stories-grid {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .journal-stories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.journal-card-image {
  overflow: hidden;
  margin-bottom: 1rem;
}

.journal-card-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.journal-card:hover .journal-card-image img {
  transform: scale(1.05);
}

.journal-card .date {
  font-size: 0.875rem;
  color: hsl(0, 0%, 40%);
}

.journal-card h3 {
  font-size: 1.5rem;
  margin: 0.5rem 0 0.75rem;
  transition: color 0.3s ease;
}

.journal-card:hover h3 {
  color: hsl(0, 0%, 40%);
}

.journal-card p {
  color: hsl(0, 0%, 40%);
}

/* ============================================
   LOOKBOOK PAGE
   ============================================ */
.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

@media (min-width: 768px) {
  .lookbook-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .lookbook-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lookbook-item {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  cursor: pointer;
}

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

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

.lookbook-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.3s ease;
}

.lookbook-item:hover::after {
  background: rgba(0,0,0,0.1);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0,0,0,0.95);
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.lightbox.is-active {
  display: flex;
}

.lightbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.lightbox-close:hover {
  opacity: 0.6;
}

.lightbox-close svg {
  width: 2rem;
  height: 2rem;
}

/* ============================================
   NEWSLETTER SECTION
   ============================================ */
.newsletter-section {
  text-align: center;
}

.newsletter-section h2 {
  font-size: clamp(1.875rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
}

.newsletter-section p {
  color: hsl(0, 0%, 40%);
  margin-bottom: 2rem;
}

.newsletter-form {
  display: flex;
  gap: 1rem;
  max-width: 28rem;
  margin: 0 auto;
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid hsl(0, 0%, 90%);
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s ease;
}

.newsletter-form input[type="email"]:focus {
  border-color: #000000;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}

@media (max-width: 480px) {
  .newsletter-form {
    flex-direction: column;
  }
}

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-grid {
  display: grid;
  gap: 4rem;
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-info h2 {
  font-size: 1.875rem;
  margin-bottom: 1rem;
}

.contact-info p {
  color: hsl(0, 0%, 40%);
  line-height: 1.75;
}

.contact-detail h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.contact-detail a,
.contact-detail p {
  color: hsl(0, 0%, 40%);
  transition: color 0.3s ease;
}

.contact-detail a:hover {
  color: #000000;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid hsl(0, 0%, 90%);
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s ease;
  resize: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #000000;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  border-top: 1px solid hsl(0, 0%, 90%);
  background-color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-brand h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.footer-brand p {
  font-size: 0.875rem;
  color: hsl(0, 0%, 40%);
}

.footer-column h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.footer-column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-column a {
  font-size: 0.875rem;
  color: hsl(0, 0%, 40%);
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #000000;
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.footer-social a {
  color: hsl(0, 0%, 40%);
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #000000;
}

.footer-social svg {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid hsl(0, 0%, 90%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-bottom p {
  font-size: 0.875rem;
  color: hsl(0, 0%, 40%);
}

.footer-legal {
  display: flex;
  gap: 1.5rem;
}

.footer-legal a {
  font-size: 0.875rem;
  color: hsl(0, 0%, 40%);
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: #000000;
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fadeIn 0.6s ease-out;
}

.animate-fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hover-lift {
  transition: all 0.3s ease-out;
}

.hover-lift:hover {
  transform: translateY(-4px);
}

/* ============================================
   WOOCOMMERCE COMPATIBILITY
   ============================================ */
.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}

.woocommerce ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 0.75rem 2rem !important;
  transition: background-color 0.3s ease !important;
}

.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #333333 !important;
}

/* ============================================
   GUTENBERG / BLOCK EDITOR
   ============================================ */
.wp-block-group,
.wp-block-columns {
  max-width: 1280px;
  margin: 0 auto;
}

.entry-content > * {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignwide {
  max-width: 1100px;
}

.entry-content > .alignfull {
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.text-muted {
  color: hsl(0, 0%, 40%);
}

.bg-muted {
  background-color: hsl(0, 0%, 96%);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ============================================
   RESPONSIVE IMPROVEMENTS — MOBILE / TABLET / LAPTOP
   ============================================ */

/* --- Base mobile-first container --- */
.container {
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}

/* --- Section padding scales with viewport --- */
.section-padding {
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .section-padding {
    padding: 4.5rem 0;
  }
}

@media (min-width: 1024px) {
  .section-padding {
    padding: 6rem 0;
  }
}

/* --- Hero section responsive text --- */
.hero-title {
  font-size: clamp(2.5rem, 10vw, 8rem);
}

.hero-subtitle {
  font-size: clamp(0.9rem, 2.5vw, 1.25rem);
  padding: 0 1rem;
}

@media (max-width: 480px) {
  .hero-cta .btn {
    padding: 0.85rem 1.5rem;
    font-size: 0.85rem;
  }
}

/* --- Header responsive tweaks --- */
@media (max-width: 360px) {
  .site-logo {
    font-size: 1.4rem;
  }
  .header-actions {
    gap: 0.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header-inner {
    height: 4.5rem;
  }
  .main-navigation a {
    font-size: 0.8rem;
    gap: 1.25rem;
  }
  .main-navigation ul {
    gap: 1.25rem;
  }
}

/* --- Mobile nav overlay scrollable --- */
.mobile-nav {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav a {
  font-size: clamp(1.5rem, 6vw, 2rem);
}

/* --- Editorial section mobile --- */
@media (max-width: 767px) {
  .editorial-image img {
    height: 320px;
  }
  .editorial-content {
    gap: 1rem;
  }
  .editorial-content p {
    font-size: 1rem;
  }
}

/* --- Journal section mobile --- */
@media (max-width: 767px) {
  .journal-featured-image img {
    height: 300px;
  }
  .journal-card-image img {
    aspect-ratio: 16 / 10;
  }
}

/* --- About page mobile --- */
@media (max-width: 767px) {
  .about-image img {
    aspect-ratio: 4 / 3;
  }
  .about-content blockquote {
    font-size: 1.1rem;
  }
}

/* --- Contact page mobile --- */
@media (max-width: 767px) {
  .contact-grid {
    gap: 2.5rem;
  }
  .contact-form {
    gap: 1rem;
  }
}

/* --- Lookbook mobile --- */
@media (max-width: 480px) {
  .lookbook-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}

/* --- Products grid on tablet --- */
@media (min-width: 768px) and (max-width: 1023px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* --- Newsletter form stacked on small screens --- */
@media (max-width: 640px) {
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-form .btn {
    width: 100%;
  }
}

/* --- Footer responsive --- */
@media (min-width: 480px) and (max-width: 767px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 479px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-legal {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

/* --- Page header on mobile --- */
@media (max-width: 640px) {
  .page-header {
    padding: 2.5rem 0;
  }
  .page-header h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }
  .page-header p {
    font-size: 1rem;
  }
}

/* ============================================
   WISHLIST ICON — HEADER
   ============================================ */
.wishlist-link {
  position: relative;
}

.wishlist-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.65rem;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  pointer-events: none;
}

/* Filled heart when active/on wishlist page */
.wishlist-link.is-active svg,
.current-page-wishlist .wishlist-link svg {
  fill: #000000;
}

/* ============================================
   FAQ PAGE
   ============================================ */
.faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.faq-group-title {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  letter-spacing: 0.08em;
  padding-bottom: 1rem;
  border-bottom: 2px solid #000000;
  margin-bottom: 1.5rem;
}

.faq-item {
  border-bottom: 1px solid hsl(0, 0%, 90%);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  text-align: left;
  transition: color 0.2s ease;
}

.faq-question:hover {
  color: hsl(0, 0%, 30%);
}

.faq-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s ease;
}

.faq-answer.is-open {
  max-height: 500px;
  padding-bottom: 1.25rem;
}

.faq-answer p {
  color: hsl(0, 0%, 40%);
  line-height: 1.75;
  font-size: 0.975rem;
}

.faq-answer a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-contact-cta {
  text-align: center;
  padding: 3rem 0 1rem;
  border-top: 1px solid hsl(0, 0%, 90%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.faq-contact-cta p {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}

/* FAQ mobile tweaks */
@media (max-width: 640px) {
  .faq-question {
    font-size: 0.925rem;
    padding: 1rem 0;
  }
  .faq-wrapper {
    gap: 2rem;
  }
}

/* ============================================
   MINI CART DRAWER
   ============================================ */

/* Hidden cart badge state */
.cart-count-hidden {
  display: none !important;
}

/* Backdrop */
.mini-cart-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 80;
  transition: opacity 0.3s ease;
}

.mini-cart-backdrop.is-open {
  display: block;
}

/* Drawer panel */
.mini-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  z-index: 90;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.12);
}

.mini-cart-drawer.is-open {
  transform: translateX(0);
}

/* Header row */
.mini-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 1.25rem;
  border-bottom: 1px solid hsl(0, 0%, 90%);
  flex-shrink: 0;
}

.mini-cart-title {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

.mini-cart-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  color: #000;
  transition: opacity 0.2s ease;
}

.mini-cart-close:hover {
  opacity: 0.5;
}

/* Scrollable body */
.mini-cart-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Each cart item */
.mini-cart-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 1rem;
  align-items: start;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid hsl(0, 0%, 93%);
}

.mini-cart-item:last-child {
  border-bottom: none;
}

.mini-cart-item-image {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: hsl(0, 0%, 96%);
}

.mini-cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.mini-cart-item-name {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  transition: color 0.2s ease;
}

.mini-cart-item-name:hover {
  color: hsl(0, 0%, 40%);
}

.mini-cart-item-qty {
  font-size: 0.8rem;
  color: hsl(0, 0%, 50%);
}

.mini-cart-item-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  margin-top: 0.25rem;
}

.mini-cart-item-remove {
  color: hsl(0, 0%, 60%);
  transition: color 0.2s ease;
  padding: 0.2rem;
  display: flex;
  align-items: center;
}

.mini-cart-item-remove:hover {
  color: #000;
}

/* Empty state */
.mini-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 3rem 1rem;
  text-align: center;
  color: hsl(0, 0%, 60%);
  flex: 1;
}

.mini-cart-empty p {
  font-size: 0.95rem;
}

/* Footer with subtotal + CTAs */
.mini-cart-footer {
  padding: 1.25rem 1.5rem 1.75rem;
  border-top: 1px solid hsl(0, 0%, 90%);
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-shrink: 0;
}

.mini-cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}

.mini-cart-subtotal-amount {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.25rem;
}

/* Responsive: full-width drawer on very small screens */
@media (max-width: 440px) {
  .mini-cart-drawer {
    max-width: 100%;
  }
}

/* ============================================
   YITH WISHLIST — FIX NOTIFICATION POSITION
   Stops the "Product added!" popup appearing dead-center
   ============================================ */

/* Override YITH's default centered positioning */
.yith-wcwl-popup-info,
.yith-wcwl-notice,
.yith_wcwl_wishlist_notice,
#yith-wcwl-message-box,
.yith-wcwl-message {
  position: fixed !important;
  top: 6rem !important;
  right: 1.5rem !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
  z-index: 9999 !important;
  max-width: 320px !important;
  width: auto !important;
  background: #ffffff !important;
  border: 1px solid hsl(0,0%,88%) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.14) !important;
  border-radius: 0 !important;
  padding: 1rem 1.25rem !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.875rem !important;
  color: #000 !important;
  animation: slideInFromRight 0.3s ease-out !important;
}

.yith-wcwl-popup-info .checkmark,
.yith-wcwl-notice .checkmark {
  color: #000 !important;
}

/* WooCommerce general notices — pin to top-right */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
  position: fixed !important;
  top: 6rem !important;
  right: 1.5rem !important;
  left: auto !important;
  width: auto !important;
  max-width: 340px !important;
  z-index: 9998 !important;
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.875rem !important;
  background: #ffffff !important;
  color: #000 !important;
  border: 1px solid hsl(0,0%,88%) !important;
  border-top: 3px solid #000 !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
  padding: 1rem 1.25rem !important;
  animation: slideInFromRight 0.3s ease-out !important;
}

@keyframes slideInFromRight {
  from { opacity: 0; transform: translateX(40px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ============================================
   ADD TO CART — CONSISTENT SIZING ALL PAGES
   Fixes the button being too big/small/wide
   ============================================ */

/* Reset WooCommerce's wildly inconsistent button sizes */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .single_add_to_cart_button,
.woocommerce .add_to_cart_button,
a.add_to_cart_button,
button.add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.7rem 1.5rem !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: background-color 0.25s ease !important;
  white-space: nowrap !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  line-height: 1.4 !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .add_to_cart_button:hover,
a.add_to_cart_button:hover,
button.add_to_cart_button:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}

/* Product card overlay action area — fix sizing */
.product-card .add_to_cart_button,
.woocommerce ul.products li.product .button {
  width: 100% !important;
  padding: 0.65rem 1rem !important;
  font-size: 0.75rem !important;
  margin-top: 0.5rem !important;
}

/* Single product page — full-width add to cart */
.woocommerce .single_add_to_cart_button,
.single-product .cart .single_add_to_cart_button {
  width: 100% !important;
  padding: 0.9rem 2rem !important;
  font-size: 0.875rem !important;
}

/* Quantity input on single product */
.woocommerce .quantity input.qty {
  width: 60px !important;
  height: auto !important;
  padding: 0.7rem 0.5rem !important;
  text-align: center !important;
  border: 1px solid hsl(0,0%,85%) !important;
  font-size: 1rem !important;
  background: #fff !important;
  border-radius: 0 !important;
}

/* Cart page — consistent update/proceed buttons */
.woocommerce .cart .button,
.woocommerce .cart-collaterals .button,
.woocommerce #payment #place_order,
.woocommerce .checkout-button {
  padding: 0.8rem 2rem !important;
  font-size: 0.85rem !important;
}

/* Shop/archive product grid — keep buttons uniform */
.woocommerce ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
}

.woocommerce ul.products li.product a.button {
  margin-top: auto !important;
  align-self: stretch !important;
}

/* ============================================
   FOOTER — 5-column grid update
   ============================================ */
@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ============================================
   FAQ STYLES (contact page + inline)
   ============================================ */
.contact-faq-section .section-header {
  margin-bottom: 2.5rem;
}

.faq-wrapper {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid hsl(0, 0%, 88%);
  background: #fff;
}

.faq-item:first-child {
  border-top: 1px solid hsl(0, 0%, 88%);
}

.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #000;
  text-align: left;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background: hsl(0,0%,97%);
}

.faq-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer.is-open {
  max-height: 400px;
}

.faq-answer p {
  padding: 0 1.25rem 1.25rem;
  color: hsl(0, 0%, 40%);
  line-height: 1.75;
  font-size: 0.9rem;
  margin: 0;
}

/* ============================================
   NEW-USER DISCOUNT POPUP
   ============================================ */
.discount-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.discount-popup-overlay.is-visible {
  display: flex;
  animation: fadeInOverlay 0.4s ease;
}

@keyframes fadeInOverlay {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.discount-popup {
  background: #ffffff;
  max-width: 480px;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  animation: popupSlideUp 0.4s cubic-bezier(0.34,1.56,0.64,1);
}

@keyframes popupSlideUp {
  from { opacity: 0; transform: translateY(30px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.discount-popup-image {
  background: #000;
  min-height: 320px;
  background-image: url('https://projectblackd.com/wp-content/uploads/2026/02/4-model-front-e1773297189394-600x800.png');
  background-size: cover;
  background-position: center top;
}

.discount-popup-body {
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.discount-popup-tag {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(0,0%,50%);
}

.discount-popup-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.discount-popup-sub {
  font-size: 0.82rem;
  color: hsl(0,0%,40%);
  line-height: 1.6;
}

.discount-popup-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: hsl(0,0%,95%);
  padding: 0.6rem 0.9rem;
  cursor: pointer;
  border: 1.5px dashed hsl(0,0%,70%);
  transition: border-color 0.2s ease;
  gap: 0.5rem;
}

.discount-popup-code-box:hover {
  border-color: #000;
}

.discount-popup-code {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #000;
}

.discount-popup-copy {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: hsl(0,0%,50%);
  white-space: nowrap;
}

.discount-popup-code-box.copied .discount-popup-copy {
  color: #000;
  font-weight: 600;
}

.discount-popup-cta {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0.75rem 1rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: background 0.25s ease;
  margin-top: 0.25rem;
}

.discount-popup-cta:hover {
  background: #333;
  color: #fff;
}

.discount-popup-dismiss {
  font-size: 0.75rem;
  color: hsl(0,0%,55%);
  text-align: center;
  cursor: pointer;
  transition: color 0.2s ease;
  border: none;
  background: none;
  width: 100%;
  padding: 0;
  font-family: 'Inter', sans-serif;
}

.discount-popup-dismiss:hover {
  color: #000;
}

.discount-popup-close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  z-index: 2;
  transition: opacity 0.2s ease;
}

.discount-popup-close:hover { opacity: 1; }

/* Mobile — stack popup vertically */
@media (max-width: 500px) {
  .discount-popup {
    grid-template-columns: 1fr;
    max-width: 340px;
  }
  .discount-popup-image {
    min-height: 160px;
  }
  .discount-popup-body {
    padding: 1.5rem 1.25rem;
    gap: 0.75rem;
  }
  .discount-popup-headline {
    font-size: 1.6rem;
  }
}

/* ============================================
   TRUST MARQUEE STRIP
   ============================================ */
.trust-marquee-wrap {
  background: #000;
  color: #fff;
  overflow: hidden;
  padding: 0.75rem 0;
  border-top: 1px solid hsl(0,0%,15%);
  border-bottom: 1px solid hsl(0,0%,15%);
}

.trust-marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
  gap: 0;
}

.trust-marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.trust-marquee-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 2.5rem;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  border-right: 1px solid rgba(255,255,255,0.15);
}

.trust-icon {
  display: flex;
  align-items: center;
  opacity: 0.7;
}

/* ============================================
   FEATURES SECTION (WHY PROJECT BLACK'D)
   ============================================ */
.features-section {
  background: #fff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

@media (min-width: 640px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .features-grid { grid-template-columns: repeat(3, 1fr); }
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  border: 1px solid hsl(0,0%,91%);
  background: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.feature-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

.feature-icon {
  width: 56px;
  height: 56px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-card h3 {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  margin: 0;
}

.feature-card p {
  font-size: 0.875rem;
  color: hsl(0,0%,40%);
  line-height: 1.7;
  margin: 0;
}

/* ============================================
   REVIEWS SECTION WITH 5 STARS
   ============================================ */
.reviews-section {
  background: hsl(0,0%,97%);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .reviews-grid { grid-template-columns: repeat(4, 1fr); }
}

.review-card {
  background: #fff;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid hsl(0,0%,91%);
}

.review-stars {
  display: flex;
  gap: 2px;
}

.review-stars svg {
  width: 16px;
  height: 16px;
  color: #000;
  fill: #000;
}

.review-text {
  font-size: 0.875rem;
  color: hsl(0,0%,30%);
  line-height: 1.75;
  font-style: italic;
  flex: 1;
  margin: 0;
}

.review-author {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: 0.75rem;
  border-top: 1px solid hsl(0,0%,91%);
}

.review-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.review-title {
  font-size: 0.75rem;
  color: hsl(0,0%,55%);
  letter-spacing: 0.04em;
}

/* ============================================
   WHATSAPP SHARE BUTTON (product page)
   ============================================ */
.pbd-whatsapp-share {
  margin-top: 1rem;
}

.pbd-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #25D366;
  color: #fff !important;
  padding: 0.65rem 1.25rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.2s ease;
  text-decoration: none !important;
}

.pbd-whatsapp-btn:hover {
  background: #1ebe5d;
  color: #fff !important;
}

/* ============================================
   HIDE SKU / CATEGORY META SITEWIDE
   ============================================ */
.product_meta,
.woocommerce-product-details__short-description + .product_meta {
  display: none !important;
}

/* ============================================
   VALUES FEATURE GRID (About page)
   Matches the "What We Stand For" screenshot style
   ============================================ */
.values-feature-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .values-feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    .values-feature-grid { grid-template-columns: repeat(3, 1fr); }
}

.value-feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 2.5rem 2rem;
    background: #fff;
    border: 1px solid hsl(0,0%,91%);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.value-feature-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

.value-feature-card .feature-icon {
    /* inherit feature-icon styles but centered */
    align-self: center;
}

.value-feature-card h3 {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    margin: 0;
}

.value-feature-card p {
    font-size: 0.875rem;
    color: hsl(0,0%,40%);
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   TRUST MARQUEE — updated dot separator
   ============================================ */
.trust-dot {
    font-size: 0.5rem;
    opacity: 0.4;
    margin-right: 2.5rem;
}

/* ============================================
   TOAST / NOTICES — NUCLEAR OVERRIDE
   Ensures "Product added!" NEVER appears center-screen
   ============================================ */
.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-info,
.yith-wcwl-popup-info,
.yith-wcwl-notice,
#yith-wcwl-message-box {
    position: fixed !important;
    top: 5.5rem !important;
    right: 1.5rem !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 0 !important;
    z-index: 99999 !important;
}

/* ============================================
   QUICK VIEW — hide category, tags, share
   ============================================ */
.yith-wcqv-main .product_meta,
.yith-wcqv-wrapper .product_meta,
.yith-wcqv-main .wc-social-sharing,
.yith-wcqv-main .woocommerce-social-sharing,
.yith-wcqv-main .social-share,
.yith-wcqv-main [class*="share"],
.yith-wcqv-main [class*="social"] {
    display: none !important;
}

.product_meta { display: none !important; }
