/* === PHASE 5 CONSISTENCY === */
.home-section {
  margin-top: 28px;
}

.hero-shell {
  width: 100%;
  position: relative;
}

.hero-overlay-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-subline {
  font-size: 0.6em;
  font-weight: 400;
}

.full-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero-fallback {
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.urgency-banner-clean {
  background: transparent;
  box-shadow: none;
  color: #171412;
  border-bottom: 1px solid #e8dfd6;
  margin-top: 0;
}

.urgency-banner-inner {
  padding: 0;
}

.urgency-banner-text {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-price-row,
.featured-actions,
.featured-rating,
.featured-media {
  display: flex;
}

.featured-price-row {
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.featured-price-main {
  color: var(--brand);
  font-weight: 700;
  font-size: 18px;
}

.featured-price-old {
  color: var(--muted);
  text-decoration: line-through;
  font-size: 13px;
}

.featured-rating {
  gap: 4px;
  margin-bottom: 12px;
  color: #171412;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-actions {
  gap: 8px;
}

.flex-1 { flex: 1; }
.m-0 { margin: 0 !important; }
.w-full { width: 100% !important; }

.promo-title {
  font-size: clamp(2rem, 4vw, 3rem);
}

.mb-24 { margin-bottom: 24px; }

.products-heading {
  margin-top: 20px;
}

.products-hero {
  margin-bottom: 40px;
}

.products-hero-fallback {
  background: linear-gradient(135deg, #000, #333);
  aspect-ratio: 16/9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-form-inline { flex: 1; margin: 0; }

.home-section .faq details {
  background: #fff;
  border: 1px solid #e8dfd6;
  border-radius: 0;
  padding: 12px;
}

.home-section .testimonial {
  display: flex;
  gap: 12px;
}

.home-section .quote {
  font-style: italic;
  color: var(--muted);
}

.ta-left { text-align: left; }
.ta-center { text-align: center; }
.ta-right { text-align: right; }

/* === HOMEPAGE REDESIGN === */
.hp-section {
  margin-top: 48px;
}

.hp-kicker {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6d655f;
  margin-bottom: 8px;
  font-weight: 600;
}

.hp-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-bottom: 18px;
}

.hp-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  color: #171412;
}

.hp-hero {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  border: 1px solid #ede5dc;
  overflow: hidden;
}

.hp-hero-img,
.hp-hero-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hp-hero-fallback {
  background: linear-gradient(135deg, #171412, #8a796a);
}

.hp-hero-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(17, 14, 12, 0.62) 0%, rgba(17, 14, 12, 0.28) 48%, rgba(17, 14, 12, 0.08) 100%);
}

.hp-hero-content {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 720px;
  padding-bottom: 34px;
}

.hp-hero-content h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4.6vw, 3.7rem);
  line-height: 1.06;
  color: #fff;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.hp-hero-content p {
  margin: 0 0 14px;
  max-width: 52ch;
  color: #ece4db;
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
}

.hp-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hp-value-strip {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hp-value-card {
  border: 1px solid #ede5dc;
  background: #fff;
  padding: 18px;
  display: grid;
  gap: 4px;
}

.hp-value-card strong {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #171412;
}

.hp-value-card span {
  font-size: 12px;
  color: #6d655f;
  line-height: 1.45;
}

.hp-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hp-product-card {
  border: 1px solid #ede5dc;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.hp-product-card:hover {
  transform: translateY(-1px);
  border-color: #e2d5c8;
  box-shadow: 0 6px 14px rgba(31, 24, 19, 0.05);
}

.hp-product-media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f3efe9;
}

.hp-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hp-product-card:hover .hp-product-media img {
  transform: scale(1.04);
}

.hp-product-body {
  padding: 16px;
}

.hp-product-body small {
  color: #8a796a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 10px;
  font-weight: 600;
}

.hp-product-body h3 {
  margin: 7px 0 8px;
  font-size: 18px;
  color: #171412;
}

.hp-price {
  margin: 0 0 14px;
  color: #171412;
  font-size: 16px;
  font-weight: 700;
}

.hp-actions {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.hp-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hp-trust-card {
  border: 1px solid #ede5dc;
  background: #fff;
  padding: 22px;
}

.hp-trust-card h3 {
  margin: 0 0 10px;
  color: #171412;
  font-size: 22px;
}

.hp-trust-card p {
  margin: 0;
  color: #6d655f;
  font-size: 14px;
  line-height: 1.55;
}

.hp-promo {
  position: relative;
  aspect-ratio: 12 / 5;
  min-height: 0;
  border: 1px solid #ede5dc;
  overflow: hidden;
  background: #fff;
}

.hp-promo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hp-promo-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 14, 12, 0.6), rgba(17, 14, 12, 0.24));
}

.hp-promo-content {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px;
  max-width: 640px;
}

.hp-promo-content h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
}

.hp-promo-content p {
  margin: 0 0 12px;
  color: #e9e0d6;
}

.hp-promo-fallback {
  background: linear-gradient(135deg, #171412, #6d655f);
}

@media (max-width: 1100px) {
  .hp-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .hp-value-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-trust-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .hp-hero {
    aspect-ratio: 4 / 5;
  }

  .hp-hero-content {
    min-height: 100%;
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .hp-hero-content h1 {
    font-size: clamp(1.7rem, 7.6vw, 2.5rem);
  }

  .hp-product-grid,
  .hp-value-strip {
    grid-template-columns: 1fr;
  }

  .hp-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hp-promo,
  .hp-promo-content {
    min-height: 100%;
  }

  .hp-promo {
    aspect-ratio: 4 / 3;
  }

  .hp-promo-content {
    padding: 20px;
  }
}
