/* =====================================================================
   Vape Big — Trending SEO copy + trust/promo strip redesign
   Mirrors the prototype: a cream SEO copy block (centred, max 980px, blaze
   underlined links) followed by a full-bleed blaze promo strip with 4
   icon + title + subtitle trust badges.
   ===================================================================== */

/* ---------- SEO copy block under the trending grid ---------- */
.vbrd-trending-seo {
  background: var(--vb-paper, #fdfbf6);
  border-top: 1px solid var(--vb-paper-3, #ebe4d4);
  padding: 24px 32px 56px;
  margin-left: 0;
  margin-right: 0;
}
.vbrd-trending-seo .vbrd-trending-seo-inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
  width: 100%;
}
.vbrd-trending-seo p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--vb-ink-700, #2e2542);
  margin: 0;
}
.vbrd-trending-seo a {
  color: #c2380a;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--vb-blaze, #ff5e1f);
}
.vbrd-trending-seo a:hover {
  color: var(--vb-blaze, #ff5e1f);
}

/* ---------- full-bleed promo / trust strip ---------- */
.vbrd-trust-strip {
  background: var(--vb-blaze, #ff5e1f);
  color: #fff;
  padding: 40px 32px;
  overflow: hidden;
}
.vbrd-trust-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.vbrd-trust-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.vbrd-trust-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.vbrd-trust-title {
  font-family: 'Inter Tight', 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  line-height: 1.2;
}
.vbrd-trust-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
  margin-top: 4px;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .vbrd-trust-strip-inner { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 575.98px) {
  .vbrd-trust-strip-inner { grid-template-columns: 1fr; gap: 20px; }
  .vbrd-trending-seo { padding: 20px 18px 36px; }
}

/* ---------- "Stocked brands" pills section ---------- */
.vbrd-brands-section {
  background: var(--vb-paper, #fdfbf6);
  border-top: 1px solid var(--vb-paper-3, #ebe4d4);
  border-bottom: 1px solid var(--vb-paper-3, #ebe4d4);
  padding: 40px 32px;
}
.vbrd-brands-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.vbrd-brands-head {
  text-align: center;
  margin-bottom: 22px;
}
.vbrd-brands-head .vbrd-eyebrow {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--vb-blaze, #ff5e1f);
}
.vbrd-brands-title {
  font-family: 'Inter Tight', 'Bricolage Grotesque', sans-serif !important;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 6px 0 0;
  min-height: 0;
  color: var(--vb-ink-950, #0c0814);
}
.vbrd-brand-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.vbrd-brand-pill {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1.5px solid #d8d2df;
  background: #fff;
  font-family: 'Inter Tight', 'DM Sans', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--vb-ink-900, #14101e);
  text-decoration: none;
  cursor: pointer;
  transition: border-color .15s, color .15s, transform .1s;
}
.vbrd-brand-pill:hover {
  border-color: var(--vb-blaze, #ff5e1f);
  color: var(--vb-blaze, #ff5e1f);
  transform: translateY(-1px);
  text-decoration: none;
}
.vbrd-brands-seemore {
  display: inline-block;
  padding: 11px 26px;
  border-radius: 999px;
  background: var(--vb-ink-950, #0c0814);
  color: #fff;
  font-family: 'Inter Tight', 'DM Sans', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  transition: background .15s;
}
.vbrd-brands-seemore:hover {
  background: var(--vb-blaze, #ff5e1f);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .vbrd-brands-section { padding: 28px 18px; }
  .vbrd-brands-title { font-size: 21px; }
}

/* ---------- "New in" slider section ----------
   Matches the trending section's container width: full-width with the same
   .content-padding inset (10vw left/right on desktop), no max-width cap. */
.vbrd-newin-section {
  background: var(--vb-paper, #fdfbf6);
  padding-top: 56px;
  padding-bottom: 56px;
}
.vbrd-newin-inner {
  max-width: none;
  margin: 0;
}
@media (min-width: 992px) {
  .vbrd-newin-section {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.vbrd-newin-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 22px;
  gap: 14px;
}
.vbrd-newin-title {
  font-family: 'Inter Tight', 'Bricolage Grotesque', sans-serif !important;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
  min-height: 0;
  color: var(--vb-ink-950, #0c0814);
}
.vbrd-newin-shopall {
  font-family: 'Inter Tight', 'DM Sans', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--vb-ink-800, #211a30);
  text-decoration: underline;
  white-space: nowrap;
  transition: color .15s;
}
.vbrd-newin-shopall:hover {
  color: var(--vb-blaze, #ff5e1f);
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .vbrd-newin-section { padding: 36px 18px; }
  .vbrd-newin-title { font-size: 24px; }
}

/* ---------- About us section ---------- */
.vbrd-about-section {
  background: var(--vb-ink-100, #ece9f0);
  border-top: 1px solid var(--vb-paper-3, #ebe4d4);
  padding: 64px 32px 88px;
}
.vbrd-about-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
}
.vbrd-about-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.vbrd-about-head .vbrd-eyebrow {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--vb-blaze, #ff5e1f);
}
.vbrd-about-wordmark {
  display: inline-flex;
  flex-direction: column;
  line-height: .92;
  color: #0e1117;
  font-family: 'Inter Tight', 'Bricolage Grotesque', sans-serif;
}
.vbrd-about-wordmark-top {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  opacity: .7;
  margin-left: .04em;
}
.vbrd-about-wordmark-main {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.vbrd-about-dot {
  color: var(--vb-blaze, #ff5e1f);
}
.vbrd-about-tagline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #c2380a;
  font-weight: 600;
}
.vbrd-about-p {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--vb-ink-700, #2e2542);
  margin: 0 0 18px;
}
.vbrd-about-mission-title {
  font-family: 'Inter Tight', 'Bricolage Grotesque', sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  margin: 22px 0 8px;
  color: var(--vb-ink-950, #0c0814);
}
.vbrd-about-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 8px;
  background: var(--vb-ink-950, #0c0814);
  color: #fff;
  font-family: 'Inter Tight', 'DM Sans', system-ui, sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s;
}
.vbrd-about-btn:hover {
  background: var(--vb-blaze, #ff5e1f);
  color: #fff;
}
.vbrd-about-media {
  position: relative;
  aspect-ratio: 6 / 4;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(160deg, var(--vb-paper-2, #f3eee3), var(--vb-paper-3, #ebe4d4));
  border: 1px solid var(--vb-paper-3, #ebe4d4);
  box-shadow: 0 6px 18px -8px rgba(20, 16, 30, .18), 0 3px 6px -4px rgba(20, 16, 30, .06);
}
.vbrd-about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 991.98px) {
  .vbrd-about-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 575.98px) {
  .vbrd-about-section { padding: 40px 18px 56px; }
}

/* =====================================================================
   Mobile gutter for homepage sections that rely on .content-padding.
   .content-padding only insets at >=992px (10vw); below that it is 0, so
   these sections were edge-to-edge on mobile while the other redesigned
   sections used an 18px gutter. Give them the same 18px gutter below 992px.
   ===================================================================== */
@media (max-width: 991px) {
  .vbrd-cat-section.content-padding,
  .section-content-vape-big.content-padding {
    padding-left: 18px;
    padding-right: 18px;
  }
  /* Trending also carries Bootstrap's .row negative margins — reset them so
     the 18px gutter is honoured rather than overflowing. */
  .vbrd-trending-section.content-padding {
    margin-left: 0;
    margin-right: 0;
  }
}
