/* Liftaya store blocks — visual layer */
.liftaya-block {
  margin-block: clamp(2rem, 5vw, 4rem);
  padding-inline: clamp(1rem, 4vw, 2rem);
}

.liftaya-section-head__title,
.liftaya-hero-banner__heading,
.liftaya-product-spotlight__heading,
.liftaya-comparison-table__heading,
.liftaya-before-after__caption {
  font-family: var(--brand-font-display, Georgia, serif);
}

.liftaya-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
}

.liftaya-section-head--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.liftaya-section-head__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.liftaya-section-head__sub {
  margin: 0;
  max-width: 36rem;
  color: var(--brand-text);
  opacity: 0.85;
}

.liftaya-section-head__link {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Hero — Boomba-style split banner */
.liftaya-hero-banner--boomba {
  margin-block: 0 !important;
  padding-inline: 0 !important;
}

.liftaya-hero-banner--boomba .liftaya-hero-banner__inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  max-width: none;
  margin: 0;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 3rem);
  background: #fae8ec;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

@media (min-width: 900px) {
  .liftaya-hero-banner--boomba .liftaya-hero-banner__inner {
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.1fr);
    gap: 2rem;
    padding-inline: clamp(2rem, 5vw, 4rem);
  }
}

.liftaya-hero-banner__eyebrow {
  display: inline-block;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-secondary, #1b1214);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(27, 18, 20, 0.12);
}

.liftaya-hero-banner__headline-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem 1.25rem;
  margin-bottom: 1.75rem;
}

.liftaya-hero-banner__heading {
  margin: 0;
  font-family: var(--brand-font-display, "Cormorant Garamond", Georgia, serif);
  font-weight: 600;
  line-height: 0.95;
  color: var(--brand-secondary, #1b1214);
}

.liftaya-hero-banner__heading-line1 {
  display: block;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  letter-spacing: -0.02em;
}

.liftaya-hero-banner__heading-line2 {
  display: block;
  font-size: clamp(3.5rem, 9vw, 6.5rem);
  letter-spacing: -0.03em;
}

.liftaya-hero-banner__discount {
  flex-shrink: 0;
  margin: 0;
}

.liftaya-hero-banner__discount span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(5.5rem, 14vw, 7.5rem);
  height: clamp(5.5rem, 14vw, 7.5rem);
  padding: 0.5rem;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  color: var(--brand-secondary, #1b1214);
  background: #fff;
  border: 2px solid var(--brand-secondary, #1b1214);
  border-radius: 50%;
}

.liftaya-hero-banner__cta {
  display: inline-block;
  padding: 0.95rem 2.25rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
  background: var(--brand-secondary, #1b1214) !important;
  border: 2px solid var(--brand-secondary, #1b1214) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.liftaya-hero-banner__cta:hover {
  background: var(--brand-primary, #e8367a) !important;
  border-color: var(--brand-primary, #e8367a) !important;
  color: #fff !important;
}

.liftaya-hero-banner__media {
  min-height: 280px;
}

.liftaya-hero-banner__media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
}

.liftaya-hero-banner__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  background: linear-gradient(160deg, #f5d0da 0%, #fae8ec 50%, #fff 100%);
}

.liftaya-hero-banner__placeholder-text {
  max-width: 12rem;
  font-size: 0.85rem;
  text-align: center;
  color: var(--brand-text-muted, #5c4a4d);
}

.liftaya-product-spotlight__media img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

/* Product spotlight */
.liftaya-product-spotlight__inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  max-width: 1100px;
  margin-inline: auto;
  padding: clamp(2rem, 4vw, 3rem);
  background: #fff;
  border-radius: var(--brand-radius, 12px);
  box-shadow: var(--brand-shadow);
  border: 1px solid var(--brand-border);
}

@media (min-width: 768px) {
  .liftaya-product-spotlight__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.liftaya-product-spotlight__heading {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.liftaya-product-spotlight__cta {
  display: inline-block;
  margin-top: 1rem;
}

/* Product grids */
.liftaya-product-grid,
.liftaya-bundle-grid {
  display: grid;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 1200px;
  margin-inline: auto;
}

@media (min-width: 600px) {
  .liftaya-product-grid,
  .liftaya-bundle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .liftaya-product-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .liftaya-bundle-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.liftaya-product-card__link {
  background: #fff;
  border-radius: var(--brand-radius, 12px);
  border: 1px solid var(--brand-border);
  overflow: hidden;
  box-shadow: var(--brand-shadow, 0 12px 40px rgba(27, 18, 20, 0.08));
}

.liftaya-product-card__title,
.liftaya-bundle-card__title {
  padding: 0 0.75rem;
}

.liftaya-product-card__price,
.liftaya-bundle-card__price {
  padding: 0 0.75rem 0.85rem;
}

.liftaya-product-card__link,
.liftaya-bundle-card__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease;
}

.liftaya-product-card__link:hover {
  transform: translateY(-3px);
}

.liftaya-product-card__title {
  font-family: var(--brand-font-display, Georgia, serif);
  font-size: 1.05rem;
}

.liftaya-product-card__media,
.liftaya-bundle-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: var(--brand-bg-alt, #ffe5ed);
}

.liftaya-product-card__media img,
.liftaya-bundle-card__media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.liftaya-product-card__badge {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(27, 18, 20, 0.85);
  color: #fff;
  border-radius: 4px;
}

.liftaya-bundle-card__link {
  padding: 1rem;
  background: var(--brand-bg-alt, #ffe5ed);
  border-radius: 12px;
  transition: transform 0.15s ease;
}

.liftaya-bundle-card__link:hover {
  transform: translateY(-2px);
}

.liftaya-product-card__title,
.liftaya-bundle-card__title {
  margin: 0.75rem 0 0.25rem;
  font-size: 1rem;
}

.liftaya-bundle-card__desc {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.85;
}

.liftaya-product-card__price,
.liftaya-bundle-card__price {
  margin: 0;
  font-weight: 600;
}

.liftaya-product-grid__empty {
  text-align: center;
  opacity: 0.8;
}

/* Before / after */
.liftaya-before-after__caption {
  text-align: center;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  margin: 0 0 1rem;
}

.liftaya-before-after__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin-inline: auto;
}

.liftaya-before-after__placeholder {
  display: block;
  padding: 3rem 1rem;
  text-align: center;
  background: var(--brand-bg-alt, #ffe5ed);
  border-radius: 8px;
}

/* Comparison */
.liftaya-comparison-table__inner {
  max-width: 800px;
  margin-inline: auto;
}

.liftaya-comparison-table__heading {
  text-align: center;
  margin-bottom: 1rem;
}

.liftaya-comparison-table__table {
  width: 100%;
  border-collapse: collapse;
}

.liftaya-comparison-table__table th,
.liftaya-comparison-table__table td {
  border: 1px solid var(--brand-border, #ffc0d4);
  padding: 0.75rem;
}

.liftaya-comparison-table__inner {
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: var(--brand-radius, 12px);
  box-shadow: var(--brand-shadow);
  border: 1px solid var(--brand-border);
}

.liftaya-comparison-table__table th {
  background: var(--brand-bg-alt, #ffe5ed);
  font-weight: 700;
}

.liftaya-comparison-table__table td:first-child {
  font-weight: 600;
}

.liftaya-comparison-table__table tr:nth-child(even) td {
  background: var(--brand-bg, #fff5f7);
}

/* Trust badges */
.liftaya-trust-badges__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  list-style: none;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  justify-content: center;
  max-width: 1000px;
  background: #fff;
  border: 1px solid var(--brand-border, #ffc0d4);
  border-radius: var(--brand-radius-pill, 999px);
  box-shadow: 0 4px 20px rgba(27, 18, 20, 0.04);
}

.liftaya-trust-badges__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.liftaya-trust-badges__icon {
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.4rem;
  border: 1px solid var(--brand-border, #ffc0d4);
  border-radius: 4px;
}

/* Size calculator */
.liftaya-size-calculator__form {
  display: grid;
  gap: 0.75rem;
  max-width: 320px;
}
