/* =============================================
   AORI K-BEAUTY — PAGES STYLES
   All interior pages: product, about, contact,
   cart, checkout, blog, 404, search, FAQ, etc.
   ============================================= */

/* ===== PAGE HERO BANNER ===== */
.page-hero {
  position: relative;
  background: var(--gradient-main);
  padding: 56px 40px 48px;
  text-align: center;
  color: white;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.15) 0%, transparent 60%);
  pointer-events: none;
}

.page-hero-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 10px;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.5vw, 48px);
  margin-bottom: 8px;
  position: relative;
}

.page-hero p {
  font-size: 15px;
  opacity: 0.9;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Breadcrumb */
.page-breadcrumb {
  padding: 14px 40px;
  font-size: 12px;
  color: var(--text-light);
  background: var(--light-bg);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.page-breadcrumb a {
  color: var(--text-light);
  transition: color var(--transition);
}

.page-breadcrumb a:hover {
  color: var(--pink);
}

.page-breadcrumb span {
  margin: 0 6px;
  opacity: 0.5;
}

/* ===== SINGLE PRODUCT PAGE (PDP) ===== */
.aori-product-page {
  background: white;
}

/* Breadcrumb */
.pdp-breadcrumb {
  padding: 14px 40px;
  background: var(--light-bg);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.pdp-breadcrumb-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  font-size: 12px;
  color: var(--text-light);
}

.pdp-breadcrumb a {
  color: var(--text-light);
  transition: color var(--transition);
}

.pdp-breadcrumb a:hover {
  color: var(--pink);
}

.pdp-bc-sep {
  margin: 0 8px;
  opacity: 0.4;
}

.pdp-bc-current {
  color: var(--text-dark);
  font-weight: 500;
}

/* Main Section */
.pdp-main {
  max-width: 1300px;
  margin: 0 auto;
  padding: 52px 40px 60px;
}

.pdp-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: start;
}

/* Gallery */
.pdp-gallery {
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.pdp-sale-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  background: var(--orange);
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: var(--radius-pill);
}

.pdp-gallery-main {
  aspect-ratio: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--light-bg);
  margin-bottom: 14px;
  position: relative;
  cursor: zoom-in;
}

.pdp-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.pdp-gallery-main:hover img {
  transform: scale(1.06);
}

.pdp-gallery-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(135deg, #fce4ec 0%, #f3e5f5 50%, #fff3e0 100%);
}

.pdp-thumbs {
  display: flex;
  gap: 10px;
}

.pdp-thumb {
  width: 76px;
  height: 76px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  background: var(--light-bg);
  padding: 0;
}

.pdp-thumb:hover {
  border-color: rgba(254,118,168,0.4);
}

.pdp-thumb.active {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(254,118,168,0.15);
}

.pdp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product Info */
.pdp-info {
  padding-top: 4px;
}

.pdp-brand {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 10px;
  transition: color var(--transition);
}

.pdp-brand:hover {
  color: var(--pink);
}

.pdp-title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.25;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}

/* Rating */
.pdp-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

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

.pdp-stars svg {
  width: 18px;
  height: 18px;
}

.pdp-review-count {
  font-size: 13px;
  color: var(--text-light);
}

/* Price */
.pdp-price {
  font-size: 30px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.pdp-price del {
  color: #bbb;
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
}

.pdp-price ins {
  text-decoration: none;
}

/* Divider */
.pdp-divider {
  height: 1px;
  background: linear-gradient(90deg, var(--pink) 0%, rgba(254,118,168,0.1) 100%);
  margin-bottom: 24px;
}

/* Description */
.pdp-description {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 24px;
}

.pdp-description p {
  margin-bottom: 10px;
}

.pdp-description p:last-child {
  margin-bottom: 0;
}

/* Detail Rows */
.pdp-detail-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  font-size: 13px;
}

.pdp-detail-label {
  font-weight: 600;
  color: var(--text-dark);
  min-width: 80px;
  letter-spacing: 0.5px;
}

.pdp-detail-value {
  color: var(--text-light);
}

.pdp-detail-value a {
  color: var(--pink);
}

.pdp-detail-value a:hover {
  opacity: 0.7;
}

/* Add to Cart */
.pdp-cart-section {
  margin-top: 28px;
  margin-bottom: 32px;
}

.pdp-cart-form {
  display: flex;
  gap: 14px;
  align-items: center;
}

.pdp-qty {
  display: flex;
  align-items: center;
  border: 2px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  background: white;
}

.pdp-qty-btn {
  width: 46px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-dark);
  transition: all var(--transition);
  font-family: var(--font-body);
}

.pdp-qty-btn:hover {
  background: var(--light-bg);
  color: var(--pink);
}

.pdp-qty-input {
  width: 48px;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-body);
  color: var(--text-dark);
  -moz-appearance: textfield;
  background: transparent;
}

.pdp-qty-input::-webkit-inner-spin-button,
.pdp-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.pdp-add-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 36px;
  background: var(--gradient-main);
  color: white;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  box-shadow: 0 6px 24px rgba(254,118,168,0.35);
  font-family: var(--font-body);
  min-height: 56px;
}

.pdp-add-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(254,118,168,0.45);
}

.pdp-add-btn svg {
  flex-shrink: 0;
}

.pdp-out-of-stock {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: #fafafa;
  border: 1.5px solid #e0e0e0;
  border-radius: 14px;
  color: var(--text-light);
  font-weight: 600;
  font-size: 14px;
}

/* Trust Badges */
.pdp-trust {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.pdp-trust-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.pdp-trust-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(254,118,168,0.08), rgba(190,125,245,0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pdp-trust-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--pink);
}

.pdp-trust-item strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: 0.3px;
  margin-bottom: 1px;
}

.pdp-trust-item span {
  font-size: 11px;
  color: var(--text-light);
  line-height: 1.3;
}

/* ===== PDP ACCORDION (Description / Details / Reviews) ===== */
.pdp-accordion-section {
  background: var(--light-bg);
  border-top: 1px solid rgba(0,0,0,0.04);
}

.pdp-accordion-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 40px 56px;
}

.pdp-accordion-item {
  border-bottom: 1px solid rgba(0,0,0,0.07);
}

.pdp-accordion-item:first-child {
  border-top: 1px solid rgba(0,0,0,0.07);
}

.pdp-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 4px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-dark);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  transition: color var(--transition);
}

.pdp-accordion-trigger:hover {
  color: var(--pink);
}

.pdp-accordion-chevron {
  transition: transform 0.3s ease;
  color: var(--text-light);
  flex-shrink: 0;
}

.pdp-accordion-item.open .pdp-accordion-chevron {
  transform: rotate(180deg);
  color: var(--pink);
}

.pdp-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 4px;
}

.pdp-accordion-item.open .pdp-accordion-body {
  max-height: 2000px;
  padding: 0 4px 28px;
}

.pdp-accordion-body p {
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 16px;
  color: var(--text-light);
}

.pdp-accordion-body h2,
.pdp-accordion-body h3 {
  color: var(--text-dark);
  margin-bottom: 12px;
}

.pdp-accordion-body ul,
.pdp-accordion-body ol {
  padding-left: 24px;
  margin-bottom: 16px;
  list-style: disc;
}

.pdp-accordion-body li {
  margin-bottom: 6px;
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.85;
}

/* Details Table */
.pdp-details-table {
  display: grid;
  gap: 0;
}

.pdp-detail-table-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 14px;
}

.pdp-detail-table-key {
  font-weight: 600;
  color: var(--text-dark);
}

.pdp-detail-table-val {
  color: var(--text-light);
}

/* Related Products */
.pdp-related {
  padding: 72px 0 88px;
  background: var(--light-bg);
}

.pdp-related-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 40px;
}

.pdp-related .section-header {
  text-align: center;
  margin-bottom: 40px;
}

/* Product grid used in related products (and other non-home pages) */
.pdp-related .home-products-grid,
.aori-product-page .home-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: var(--container-max);
  margin: 0 auto;
}

.pdp-related .product-card,
.aori-product-page .product-card {
  text-align: center;
  cursor: pointer;
  padding-bottom: 12px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: white;
  transition: all var(--transition);
  border: 1px solid rgba(0,0,0,0.04);
}

.pdp-related .product-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

.pdp-related .product-img-wrap {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  margin-bottom: 14px;
}

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

.pdp-related .product-card:hover .product-img-wrap img {
  transform: scale(1.05);
}

.pdp-related .product-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
}

.pdp-related .product-add-btn {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  background: var(--white);
  color: var(--pink);
  border: 2px solid var(--pink);
  padding: 10px 24px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
  font-family: var(--font-body);
}

.pdp-related .product-card:hover .product-add-btn {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.pdp-related .product-add-btn:hover {
  background: var(--pink);
  color: white;
}

.pdp-related .product-brand {
  font-size: 11px;
  font-weight: 600;
  color: var(--purple);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.pdp-related .product-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
  line-height: 1.4;
  padding: 0 12px;
}

.pdp-related .product-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--orange);
  padding: 0 12px;
}

/* ===== CROSS-SELL / UPSELL SECTIONS ===== */
.pdp-cross-sell {
  padding: 60px 0;
  background: var(--white, #fff);
}

.pdp-cross-sell .pdp-related-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.cross-sell-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.cross-sell-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}

.cross-sell-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}

.cross-sell-step {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--pink, #FE76A8);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cross-sell-card .product-img-wrap {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.cross-sell-card .product-brand {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--pink, #FE76A8);
  padding: 12px 12px 0;
  font-weight: 600;
}

.cross-sell-card .product-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--charcoal, #2D2D2D);
  padding: 4px 12px;
  line-height: 1.3;
}

.cross-sell-card .product-price {
  font-size: 15px;
  font-weight: 700;
  color: var(--orange, #FF7043);
  padding: 2px 12px 8px;
}

.cross-sell-add {
  display: block;
  width: calc(100% - 24px);
  margin: 0 12px 12px;
  padding: 10px;
  background: var(--charcoal, #2D2D2D);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  text-align: center;
}

.cross-sell-add:hover {
  background: var(--pink, #FE76A8);
}

/* Upsells */
.pdp-upsells {
  padding: 60px 0;
  background: linear-gradient(180deg, #FFF5F8 0%, #fff 100%);
}

.pdp-upsells .pdp-related-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Cart cross-sell */
.cart-cross-sell {
  padding: 60px 0;
  background: linear-gradient(180deg, #FFF5F8 0%, #fff 100%);
}

/* Cross-sell responsive */
@media (max-width: 900px) {
  .cross-sell-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .cross-sell-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .pdp-cross-sell,
  .pdp-upsells,
  .cart-cross-sell {
    padding: 40px 0;
  }

  .pdp-cross-sell .pdp-related-inner,
  .pdp-upsells .pdp-related-inner {
    padding: 0 20px;
  }
}

/* ===== WooCommerce Single Product Overrides ===== */
.woocommerce div.product {
  margin-bottom: 0;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: 100%;
}

/* ===== PDP RESPONSIVE ===== */
@media (max-width: 1024px) {
  .pdp-grid {
    gap: 48px;
  }

  .pdp-trust {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pdp-trust-item {
    padding: 12px 0;
  }
}

@media (max-width: 900px) {
  .pdp-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .pdp-gallery {
    position: static;
  }

  .pdp-main {
    padding: 32px 20px 48px;
  }

  .pdp-breadcrumb {
    padding: 12px 20px;
  }

  .pdp-tabs-inner {
    padding: 40px 20px 56px;
  }

  .pdp-related-inner {
    padding: 0 20px;
  }

  .pdp-trust {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pdp-related .home-products-grid,
  .aori-product-page .home-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .pdp-cart-form {
    flex-direction: column;
  }

  .pdp-qty {
    width: 100%;
    justify-content: center;
  }

  .pdp-add-btn {
    width: 100%;
  }

  .pdp-thumbs {
    gap: 6px;
  }

  .pdp-thumb {
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }

  .pdp-trust {
    grid-template-columns: 1fr;
  }

  .pdp-tabs-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .pdp-tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .pdp-accordion-inner {
    padding: 28px 20px 40px;
  }

  .pdp-accordion-trigger {
    padding: 16px 2px;
    font-size: 13px;
  }

  .pdp-detail-table-row {
    grid-template-columns: 120px 1fr;
    gap: 12px;
    font-size: 13px;
  }
}

/* ===== ABOUT PAGE ===== */
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 80px 40px;
}

.about-intro-img {
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(135deg, #fce4ec, #f8bbd0);
}

.about-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-intro-content .section-label {
  text-align: left;
}

.about-intro-content h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  color: var(--pink);
  margin-bottom: 20px;
}

.about-intro-content p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 16px;
}

/* About Values */
.about-values {
  background: var(--light-bg);
  padding: 80px 40px;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: var(--container-max);
  margin: 0 auto;
}

.about-value-card {
  text-align: center;
  padding: 40px 24px;
  background: white;
  border-radius: var(--radius-md);
  transition: all var(--transition);
  border: 1px solid rgba(0,0,0,0.04);
}

.about-value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.about-value-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--gradient-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
}

.about-value-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.about-value-card p {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.6;
}

/* About Mission */
.about-mission {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
}

.about-mission-text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-light);
  font-style: italic;
  position: relative;
  padding: 40px 0;
}

.about-mission-text::before {
  content: '\201C';
  font-family: var(--font-display);
  font-size: 80px;
  color: var(--pink);
  opacity: 0.3;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

/* About Brands */
.about-brands {
  background: var(--light-bg);
  padding: 60px 40px;
}

.about-brands-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  max-width: var(--container-max);
  margin: 0 auto;
}

.about-brand-pill {
  padding: 10px 24px;
  background: white;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
  border: 1px solid rgba(0,0,0,0.06);
  transition: all var(--transition);
}

.about-brand-pill:hover {
  border-color: var(--pink);
  color: var(--pink);
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

/* ===== CONTACT PAGE ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 80px 40px;
}

.contact-info-card {
  padding: 40px;
  background: var(--light-bg);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0,0,0,0.04);
}

.contact-info-card h2 {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--pink);
  margin-bottom: 8px;
}

.contact-info-card > p {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 32px;
  line-height: 1.6;
}

.contact-detail {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.contact-detail-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-main);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-detail-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-detail h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 2px;
}

.contact-detail p,
.contact-detail a {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.6;
}

.contact-detail a:hover {
  color: var(--pink);
}

.contact-social {
  display: flex;
  gap: 10px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.contact-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  color: var(--text-dark);
}

.contact-social a:hover {
  border-color: var(--pink);
  color: var(--pink);
  background: rgba(254,118,168,0.05);
}

.contact-social a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Contact Form */
.contact-form-wrap {
  padding: 40px;
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.contact-form-wrap h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid #e0e0e0;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-family: var(--font-body);
  transition: border-color var(--transition);
  background: white;
  color: var(--text-dark);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--pink);
  outline: none;
}

.form-group textarea {
  resize: vertical;
  min-height: 140px;
}

.form-row-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Form Feedback Messages */
.form-feedback {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  min-height: 20px;
}

.form-feedback:empty {
  display: none;
}

.form-feedback.success {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.form-feedback.error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* ===== CART PAGE ===== */
.aori-cart {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 48px 40px 80px;
}

.aori-cart .woocommerce-cart-form {
  margin-bottom: 40px;
}

.aori-cart table.shop_table {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.aori-cart table.shop_table thead th {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-light);
  padding: 16px;
  border-bottom: 2px solid rgba(0,0,0,0.06);
  background: transparent;
}

.aori-cart table.shop_table td {
  padding: 20px 16px;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  vertical-align: middle;
}

.aori-cart table.shop_table .product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--light-bg);
}

.aori-cart table.shop_table .product-name a {
  font-weight: 600;
  color: var(--text-dark);
  font-size: 14px;
}

.aori-cart table.shop_table .product-name a:hover {
  color: var(--pink);
}

.aori-cart table.shop_table .product-price,
.aori-cart table.shop_table .product-subtotal {
  font-weight: 600;
  color: var(--orange);
  font-size: 15px;
}

.aori-cart table.shop_table .product-remove a {
  color: var(--text-light) !important;
  font-size: 22px;
  transition: color var(--transition);
}

.aori-cart table.shop_table .product-remove a:hover {
  color: var(--pink) !important;
}

.aori-cart .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  background: var(--light-bg);
  padding: 32px;
  border-radius: var(--radius-lg);
}

.aori-cart .cart_totals h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.aori-cart .cart_totals table {
  border: none;
}

.aori-cart .cart_totals table th {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-light);
  padding: 12px 0;
  border: none;
}

.aori-cart .cart_totals table td {
  text-align: right;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 0;
  border: none;
}

.aori-cart .cart_totals .order-total td {
  font-size: 20px;
  font-weight: 700;
  color: var(--orange);
}

.aori-cart .wc-proceed-to-checkout .checkout-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px;
  background: var(--gradient-main);
  color: white;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  box-shadow: 0 4px 20px rgba(254,118,168,0.3);
  margin-top: 16px;
  text-decoration: none;
}

.aori-cart .wc-proceed-to-checkout .checkout-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(254,118,168,0.4);
}

/* Empty Cart */
.cart-empty-state {
  text-align: center;
  padding: 80px 40px;
}

.cart-empty-icon {
  font-size: 64px;
  margin-bottom: 20px;
  opacity: 0.4;
}

.cart-empty-state h2 {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--pink);
  margin-bottom: 12px;
}

.cart-empty-state p {
  font-size: 15px;
  color: var(--text-light);
  margin-bottom: 28px;
}

/* ===== CHECKOUT PAGE ===== */
.aori-checkout {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 48px 40px 80px;
}

.aori-checkout .woocommerce-checkout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start;
}

.aori-checkout .col2-set {
  grid-column: 1;
}

.aori-checkout #order_review_heading,
.aori-checkout #order_review {
  grid-column: 2;
}

.aori-checkout h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--pink);
}

.aori-checkout .woocommerce-billing-fields__field-wrapper,
.aori-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.aori-checkout .form-row-wide {
  grid-column: 1 / -1;
}

.aori-checkout .form-row label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.aori-checkout #order_review {
  background: var(--light-bg);
  padding: 32px;
  border-radius: var(--radius-lg);
  position: sticky;
  top: calc(var(--header-height) + 20px);
}

.aori-checkout .woocommerce-checkout-review-order-table {
  border: none;
  margin-bottom: 20px;
}

.aori-checkout .woocommerce-checkout-review-order-table th,
.aori-checkout .woocommerce-checkout-review-order-table td {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.aori-checkout .woocommerce-checkout-review-order-table .order-total td {
  font-size: 20px;
  font-weight: 700;
  color: var(--orange);
}

.aori-checkout #place_order {
  width: 100%;
  padding: 16px;
  background: var(--gradient-main);
  color: white;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  box-shadow: 0 4px 20px rgba(254,118,168,0.3);
  margin-top: 16px;
}

.aori-checkout #place_order:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(254,118,168,0.4);
}

/* Checkout Security Badge */
.checkout-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 12px;
  color: var(--text-light);
}

.checkout-security svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--pink);
  stroke-width: 2;
}

/* ===== MY ACCOUNT PAGE ===== */
.aori-myaccount {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 48px 40px 80px;
}

.aori-myaccount .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
  margin-bottom: 32px;
}

.aori-myaccount .woocommerce-MyAccount-navigation ul {
  display: flex;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  background: var(--light-bg);
  border-radius: var(--radius-pill);
  padding: 4px;
}

.aori-myaccount .woocommerce-MyAccount-navigation ul li {
  margin: 0;
}

.aori-myaccount .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--text-light);
  border-radius: var(--radius-pill);
  transition: all var(--transition);
  white-space: nowrap;
}

.aori-myaccount .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--pink);
}

.aori-myaccount .woocommerce-MyAccount-navigation ul li.is-active a {
  background: var(--gradient-main);
  color: white;
}

.aori-myaccount .woocommerce-MyAccount-content {
  float: none;
  width: auto;
}

/* Login/Register Forms */
.aori-myaccount .woocommerce-form-login,
.aori-myaccount .woocommerce-form-register {
  max-width: 480px;
  margin: 0 auto;
  padding: 40px;
  background: var(--light-bg);
  border-radius: var(--radius-lg);
}

.aori-myaccount #customer_login .col-1,
.aori-myaccount #customer_login .col-2 {
  float: none;
  width: auto;
  max-width: 480px;
  margin: 0 auto 32px;
}

.aori-myaccount #customer_login h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--text-dark);
}

/* ===== BLOG / ARCHIVE ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 56px 40px 80px;
}

.blog-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px -18px rgba(20, 19, 26, 0.22);
  border-color: rgba(254, 118, 168, 0.22);
}

/* Rectangular thumbnail — every image cropped to the same ratio, no matter the original size */
.blog-card-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--light-bg);
  position: relative;
}

.blog-card-img img,
.blog-card-img > * {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s var(--transition, ease);
  display: block;
}

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

.blog-card-body {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-meta {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 10px;
}

.blog-card-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.35;
  margin: 0 0 10px;
  /* Clamp title to 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-title a {
  color: inherit;
  transition: color var(--transition);
}

.blog-card-title a:hover {
  color: var(--pink);
}

.blog-card-excerpt {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.65;
  margin: 0 0 16px;
  /* Clamp excerpt to 3 lines */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-link {
  margin-top: auto; /* push the button to the bottom of the card */
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--orange);
  text-decoration: none;
  transition: color var(--transition), gap var(--transition);
}

.blog-card-link svg {
  transition: transform var(--transition);
}

.blog-card-link:hover {
  color: var(--pink);
  gap: 12px;
}

.blog-card-link:hover svg {
  transform: translateX(3px);
}

.blog-card-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  color: var(--pink);
  background:
    radial-gradient(600px 300px at 30% 30%, rgba(254,118,168,0.18), transparent 60%),
    radial-gradient(400px 200px at 80% 80%, rgba(255,221,122,0.20), transparent 60%),
    linear-gradient(135deg, #fff8f4 0%, #fdeef2 100%);
}

/* Blog Single */
.blog-single {
  max-width: 780px;
  margin: 0 auto;
  padding: 60px 40px 80px;
}

.blog-single-meta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 12px;
}

.blog-single h1 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.3;
  margin-bottom: 24px;
}

.blog-single-featured {
  aspect-ratio: 16/9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 36px;
  background: var(--light-bg);
}

.blog-single-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-single .entry-content {
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-dark);
}

.blog-single .entry-content p {
  margin-bottom: 20px;
}

.blog-single .entry-content h2,
.blog-single .entry-content h3 {
  margin-top: 36px;
  margin-bottom: 16px;
}

.blog-single .entry-content img {
  border-radius: var(--radius-md);
  margin: 24px 0;
}

.blog-single .entry-content blockquote {
  border-left: 3px solid var(--pink);
  padding: 16px 24px;
  margin: 24px 0;
  background: var(--light-bg);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: var(--text-light);
}

/* Post Navigation */
.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.post-nav a {
  padding: 16px 20px;
  background: var(--light-bg);
  border-radius: var(--radius-sm);
  transition: all var(--transition);
}

.post-nav a:hover {
  background: var(--pink);
  color: white;
}

.post-nav-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 4px;
}

.post-nav-title {
  font-size: 14px;
  font-weight: 600;
}

/* ===== FAQ PAGE ===== */
.faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 40px 80px;
}

.faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  text-align: left;
  font-family: var(--font-body);
  transition: color var(--transition);
}

.faq-question:hover {
  color: var(--pink);
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--pink);
  transition: all var(--transition);
}

.faq-item.active .faq-icon {
  background: var(--pink);
  color: white;
  transform: rotate(45deg);
}

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

.faq-answer-inner {
  padding: 0 0 24px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-light);
}

.faq-answer-inner p {
  margin-bottom: 12px;
}

.faq-answer-inner p:last-child {
  margin-bottom: 0;
}

.faq-answer-inner ul {
  margin: 8px 0 12px;
  padding-left: 20px;
}

.faq-answer-inner ul li {
  margin-bottom: 6px;
}

.faq-answer-inner a {
  color: var(--pink);
  text-decoration: none;
  border-bottom: 1px solid rgba(254,118,168,0.35);
  transition: color var(--transition), border-color var(--transition);
}

.faq-answer-inner a:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.faq-answer-inner strong {
  color: var(--text-dark);
  font-weight: 600;
}

/* Grouped FAQ */
.faq-group {
  margin-bottom: 48px;
}

.faq-group:last-child {
  margin-bottom: 0;
}

.faq-group-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--text-dark);
  padding: 16px 20px;
  margin: 0 0 8px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(254,118,168,0.08) 0%, rgba(255,221,122,0.10) 100%);
  border: 1px solid rgba(254,118,168,0.18);
}

.faq-group-icon {
  font-size: 20px;
  line-height: 1;
}

/* FAQ CTA */
.faq-cta {
  text-align: center;
  padding: 72px 24px;
  background: var(--light-bg);
}

.faq-cta > * {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.faq-cta .section-title {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.faq-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

/* Match heights between gradient and ghost buttons (ghost has 1.5px border) */
.faq-cta .cta-btn {
  border: 1.5px solid transparent;
  line-height: 1.2;
}

.cta-btn--ghost {
  background: transparent !important;
  color: var(--text-dark) !important;
  border: 1.5px solid var(--text-dark) !important;
  box-shadow: none !important;
}

.cta-btn--ghost:hover {
  background: var(--text-dark) !important;
  color: #fff !important;
}

@media (max-width: 600px) {
  .faq-cta {
    padding: 56px 20px;
  }
  .faq-cta-actions {
    flex-direction: column;
    width: 100%;
  }
  .faq-cta .cta-btn {
    width: 100%;
    max-width: 320px;
    padding: 14px 28px;
  }
}

@media (max-width: 600px) {
  .faq-group-title {
    letter-spacing: 2px;
    font-size: 13px;
  }
}

/* ===== 404 PAGE ===== */
.error-404 {
  text-align: center;
  padding: 100px 40px;
  max-width: 600px;
  margin: 0 auto;
}

.error-404-number {
  font-family: var(--font-display);
  font-size: clamp(80px, 15vw, 160px);
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 16px;
}

.error-404 h1 {
  font-size: 28px;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.error-404 p {
  font-size: 15px;
  color: var(--text-light);
  margin-bottom: 32px;
  line-height: 1.6;
}

.error-404 .search-form {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.error-404 .search-form input[type="search"] {
  flex: 1;
  padding: 14px 18px;
  border: 1.5px solid #e0e0e0;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-family: var(--font-body);
}

.error-404 .search-form input[type="search"]:focus {
  border-color: var(--pink);
  outline: none;
}

.error-404 .search-form button {
  padding: 14px 28px;
  background: var(--gradient-main);
  color: white;
  border: none;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: all var(--transition);
  font-family: var(--font-body);
}

/* ===== SEARCH RESULTS PAGE ===== */
.search-results-page {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 48px 40px 80px;
}

.search-results-page h2 {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 32px;
}

.search-results-page h2 strong {
  color: var(--text-dark);
}

.search-result-item {
  padding: 24px 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.search-result-item h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.search-result-item h3 a {
  color: var(--text-dark);
  transition: color var(--transition);
}

.search-result-item h3 a:hover {
  color: var(--pink);
}

.search-result-item .excerpt {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.6;
}

/* ===== POLICY PAGES ===== */
.policy-content {
  max-width: 780px;
  margin: 0 auto;
  padding: 60px 40px 80px;
}

.policy-content h2 {
  font-size: 22px;
  color: var(--text-dark);
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--pink);
}

.policy-content h3 {
  font-size: 17px;
  color: var(--text-dark);
  margin-top: 28px;
  margin-bottom: 12px;
}

.policy-content p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 16px;
}

.policy-content ul,
.policy-content ol {
  padding-left: 24px;
  margin-bottom: 16px;
  list-style: disc;
}

.policy-content li {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 6px;
}

/* ===== PDP PRODUCT GRID (related, cross-sell, upsell) ===== */
.pdp-related .home-products-grid,
.pdp-cross-sell .cross-sell-grid,
.pdp-upsells .home-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}
.pdp-related .product-card,
.pdp-cross-sell .product-card,
.pdp-upsells .product-card {
  text-align: center;
  cursor: pointer;
  padding-bottom: 11px;
}
.pdp-related .product-img-wrap,
.pdp-cross-sell .product-img-wrap,
.pdp-upsells .product-img-wrap {
  display: block;
  position: relative;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--light-bg);
  text-decoration: none;
}
.pdp-related .product-img-wrap img,
.pdp-cross-sell .product-img-wrap img,
.pdp-upsells .product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.pdp-related .product-card:hover .product-img-wrap img,
.pdp-cross-sell .product-card:hover .product-img-wrap img {
  transform: scale(1.05);
}
.pdp-related .product-add-btn,
.pdp-cross-sell .product-add-btn,
.pdp-upsells .product-add-btn {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  background: var(--white);
  color: var(--pink);
  border: 2px solid var(--pink);
  padding: 10px 28px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  font-family: var(--font-body);
  text-decoration: none;
  display: inline-block;
}
.pdp-related .product-card:hover .product-add-btn,
.pdp-cross-sell .product-card:hover .product-add-btn {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.pdp-related .product-add-btn:hover,
.pdp-cross-sell .product-add-btn:hover {
  background: var(--pink);
  color: white;
}
.pdp-related .product-brand,
.pdp-cross-sell .product-brand,
.pdp-upsells .product-brand {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 4px;
}
.pdp-related .product-name,
.pdp-cross-sell .product-name,
.pdp-upsells .product-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
  line-height: 1.4;
}
.pdp-related .product-price,
.pdp-cross-sell .product-price,
.pdp-upsells .product-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--orange);
}
.pdp-related .product-price del,
.pdp-cross-sell .product-price del {
  color: var(--text-light);
  font-size: 13px;
  font-weight: 400;
  margin-right: 4px;
}
.pdp-related .product-price ins,
.pdp-cross-sell .product-price ins {
  text-decoration: none;
}

/* ===== WooCommerce GLOBAL OVERRIDES ===== */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  padding: 16px 20px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  margin-bottom: 24px;
}

.woocommerce .woocommerce-message {
  background: var(--light-bg);
  border-top: 3px solid var(--pink);
}

.woocommerce .woocommerce-message .button {
  margin-right: 16px;
}

/* Quantity controls (global WC) */
.woocommerce .quantity .qty {
  width: 60px;
  padding: 10px;
  text-align: center;
  border: 1.5px solid #e0e0e0;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
}

/* Star ratings */
.woocommerce .star-rating {
  color: var(--yellow);
}

.woocommerce .star-rating::before {
  color: rgba(0,0,0,0.1);
}

/* ===== INGREDIENTES CLAVE — INLINE (inside pdp-info) ===== */
.pdp-ingredients-inline {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.pdp-ingredients-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 12px;
}
.ingredients-grid-inline {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ingredient-card {
  background: #fafafa;
  border: 1.5px solid #f0eded;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.ingredient-card.has-detail {
  cursor: pointer;
}
.ingredient-card:hover {
  border-color: rgba(233, 30, 140, 0.25);
  box-shadow: 0 2px 12px rgba(233, 30, 140, 0.06);
}
.ingredient-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
}
.ingredient-icon {
  font-size: 20px;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.ingredient-name {
  flex: 1;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
  text-transform: capitalize;
}
.ingredient-toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
  transition: transform 0.3s, color 0.3s;
}
.ingredient-card.open .ingredient-toggle {
  transform: rotate(180deg);
  color: var(--pink);
}
.ingredient-card-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 14px;
}
.ingredient-card.open .ingredient-card-body {
  max-height: 120px;
  padding: 0 14px 14px;
}
.ingredient-card-body p {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--text-light);
  margin: 0;
}

/* ===== CÓMO USAR — INTERACTIVE STEPS ===== */
.pdp-howto-section {
  max-width: var(--container-max, 1200px);
  margin: 0 auto;
  padding: 48px 40px 56px;
}

.pdp-howto-inner {
  max-width: 780px;
  margin: 0 auto;
}

.pdp-howto-section .section-header {
  text-align: center;
  margin-bottom: 36px;
}

/* Steps Navigation — progress bar style */
.howto-steps-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  gap: 0;
}

.howto-step-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 6px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.howto-step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(254,118,168,0.08);
  border: 2.5px solid rgba(254,118,168,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--pink);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.howto-step-btn.active .howto-step-num {
  background: var(--gradient-main);
  border-color: transparent;
  color: white;
  transform: scale(1.15);
  box-shadow: 0 4px 20px rgba(254,118,168,0.35);
}

.howto-step-btn.completed .howto-step-num {
  background: var(--pink);
  border-color: transparent;
  color: white;
}

.howto-step-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-light);
  transition: color 0.3s ease;
  white-space: nowrap;
}

.howto-step-btn.active .howto-step-label {
  color: var(--pink);
}

.howto-step-btn.completed .howto-step-label {
  color: var(--text-dark);
}

/* Connector lines between steps */
.howto-step-connector {
  flex: 1;
  max-width: 80px;
  height: 3px;
  background: rgba(254,118,168,0.12);
  border-radius: 3px;
  margin: 0 4px;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
}

.howto-connector-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: var(--gradient-main);
  border-radius: 3px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.howto-connector-fill.filled {
  width: 100%;
}

/* Step content panels */
.howto-panels {
  position: relative;
  min-height: 120px;
}

.howto-panel {
  display: none;
  align-items: center;
  gap: 24px;
  background: white;
  border: 1.5px solid rgba(254,118,168,0.1);
  border-radius: 18px;
  padding: 32px 36px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
  animation: howtoFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.howto-panel.active {
  display: flex;
}

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

.howto-panel-icon {
  font-size: 48px;
  line-height: 1;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(254,118,168,0.06);
  border-radius: 18px;
}

.howto-panel-content {
  flex: 1;
}

.howto-panel-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 6px;
}

.howto-panel-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-light);
  margin: 0;
}

/* Responsive */
@media (max-width: 600px) {
  .pdp-howto-section {
    padding: 36px 20px 40px;
  }

  .howto-step-num {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .howto-step-label {
    font-size: 9px;
  }

  .howto-step-connector {
    max-width: 40px;
  }

  .howto-panel {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
    gap: 16px;
  }

  .howto-panel-icon {
    width: 60px;
    height: 60px;
    font-size: 36px;
  }
}

/* ===== TRUST BADGES — FULL WIDTH SECTION ===== */
.pdp-trust-section {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 40px 40px 48px;
}
.pdp-trust-section-inner {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 32px 40px;
  background: linear-gradient(135deg, #fef7fb, #fdf2f8, #faf5ff);
  border-radius: 20px;
  border: 1px solid rgba(233, 30, 140, 0.08);
}
.pdp-trust-section .pdp-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pdp-trust-section .pdp-trust-icon {
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  flex-shrink: 0;
}
.pdp-trust-section .pdp-trust-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--pink);
}
.pdp-trust-section .pdp-trust-item strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 2px;
}
.pdp-trust-section .pdp-trust-item span {
  font-size: 12px;
  color: var(--text-light);
}

/* ===== WooCommerce Single Product Overrides ===== */
.woocommerce div.product {
  margin-bottom: 0;
}

.woocommerce div.product div.images {
  float: none;
  width: 100%;
}

.woocommerce div.product div.summary {
  float: none;
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs {
  clear: both;
}

/* Blog grid: tablet large → 3 columns */
@media (max-width: 1100px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .product-single-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .product-gallery {
    position: static;
  }

  .about-intro {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px 20px;
  }

  .about-values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 50px 20px;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 40px 20px 60px;
  }

  .aori-checkout .woocommerce-checkout {
    grid-template-columns: 1fr;
  }

  .aori-checkout #order_review_heading,
  .aori-checkout #order_review {
    grid-column: 1;
  }

  .aori-checkout #order_review {
    position: static;
  }

  .page-hero {
    padding: 40px 20px 36px;
  }

  .pdp-related .home-products-grid,
  .pdp-cross-sell .cross-sell-grid,
  .pdp-upsells .home-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .pdp-trust-section {
    padding: 32px 20px;
  }
  .pdp-trust-section-inner {
    flex-direction: column;
    gap: 20px;
    padding: 24px 20px;
    align-items: flex-start;
  }

  .product-single,
  .product-tabs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aori-cart,
  .aori-checkout,
  .aori-myaccount {
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-nav {
    grid-template-columns: 1fr;
  }
}

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

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 32px 16px 48px;
    max-width: 520px;
  }
  .blog-card-img { aspect-ratio: 16 / 10; }
  .blog-card-body { padding: 18px 18px 20px; }
  .blog-card-title { font-size: 16px; }

  .form-row-half {
    grid-template-columns: 1fr;
  }

  .product-features {
    gap: 10px;
  }

  .product-feature {
    font-size: 11px;
    padding: 8px 14px;
  }

  .aori-checkout .woocommerce-billing-fields__field-wrapper,
  .aori-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .aori-myaccount .woocommerce-MyAccount-navigation ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .page-breadcrumb {
    padding: 12px 20px;
  }

  .product-gallery-thumbs {
    gap: 6px;
  }

  .product-gallery-thumb {
    width: 60px;
    height: 60px;
  }

  .pdp-related .home-products-grid,
  .pdp-cross-sell .cross-sell-grid,
  .pdp-upsells .home-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .pdp-trust-section-inner {
    gap: 16px;
    padding: 20px 16px;
  }

  .blog-single {
    padding: 40px 20px 60px;
  }

  .faq-section {
    padding: 40px 20px 60px;
  }

  .policy-content {
    padding: 40px 20px 60px;
  }

  .error-404 {
    padding: 60px 20px;
  }
}

/* ===== WHATSAPP FLOATING BUTTON ===== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  z-index: 9999;
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
  display: block;
}

.whatsapp-tooltip {
  position: absolute;
  right: 68px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: var(--charcoal, #2D2D2D);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
}

/* Pulse animation */
.whatsapp-float::after {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  z-index: -1;
  animation: whatsapp-pulse 2s infinite;
}

@keyframes whatsapp-pulse {
  0% { transform: scale(1); opacity: 0.4; }
  100% { transform: scale(1.6); opacity: 0; }
}

@media (max-width: 600px) {
  .whatsapp-float {
    bottom: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-float::after {
    width: 50px;
    height: 50px;
  }

  .whatsapp-tooltip {
    display: none;
  }
}
