/* BLT Cream site — standalone on blt-cream.tp-pharmacy.com */
@import url("tp-2026.css");

.blt-body {
  background: #f7f4ee;
}

.blt-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.blt-brand__mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--brand-ink);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.blt-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.blt-brand__name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 650;
  color: var(--brand-ink);
}

.blt-brand__by {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}

.blt-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 96px) 0;
  background:
    linear-gradient(120deg, rgb(36 20 71 / 92%) 0%, rgb(90 51 180 / 78%) 55%, rgb(36 20 71 / 70%) 100%),
    #241447;
  color: #fff;
}

.blt-hero .wrap {
  display: grid;
  gap: 40px;
  align-items: center;
}

@media (min-width: 880px) {
  .blt-hero .wrap {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.blt-hero__eyebrow {
  color: #d8c8ff;
  letter-spacing: 0.16em;
}

.blt-hero h1 {
  color: #fff;
  margin-bottom: 0.35em;
}

.blt-hero__lede {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.55;
  color: rgb(255 255 255 / 88%);
  max-width: 38rem;
}

.blt-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.blt-hero__photo {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgb(0 0 0 / 28%);
  background: #1a0f33;
}

.blt-hero__photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.blt-strip {
  display: grid;
  gap: 12px;
}

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

.blt-strip a,
.blt-card {
  display: block;
  padding: 22px 22px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-sm);
}

.blt-strip a:hover,
.blt-card:hover {
  border-color: #cfc2f2;
  box-shadow: var(--shadow-md);
}

.blt-strip span,
.blt-card p {
  color: var(--muted);
}

.blt-strip strong,
.blt-card h2,
.blt-card h3 {
  display: block;
  margin: 0 0 0.35em;
}

.blt-ingredients {
  display: grid;
  gap: 14px;
}

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

.blt-page {
  padding: clamp(40px, 6vw, 72px) 0 clamp(56px, 8vw, 96px);
}

.blt-page .wrap--narrow h1 {
  font-size: clamp(2rem, 4.4vw, 2.8rem);
}

.blt-kicker {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blt-note {
  font-size: 0.92rem;
  color: var(--muted);
  margin-top: 2rem;
}

.blt-footer {
  background: var(--brand-ink);
  color: rgb(255 255 255 / 86%);
  padding: 48px 0 28px;
}

.blt-footer a {
  color: #e4d7ff;
}

.blt-footer a:hover {
  color: #fff;
}

.blt-footer__grid {
  display: grid;
  gap: 28px;
}

@media (min-width: 800px) {
  .blt-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}

.blt-footer__name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: #fff;
  margin: 0 0 0.4em;
}

.blt-footer__pharmacy {
  font-weight: 650;
  color: #fff;
  margin: 0 0 0.5em;
}

.blt-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blt-footer li {
  margin: 0 0 0.45em;
}

.blt-footer__base {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgb(255 255 255 / 14%);
  font-size: 0.88rem;
  color: rgb(255 255 255 / 70%);
}

.blt-cta-band {
  background: var(--brand-soft);
  padding: clamp(36px, 6vw, 64px) 0;
  text-align: center;
}

.blt-cta-band h2 {
  margin-bottom: 0.4em;
}
