@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://urlifebikes.co.uk/cdn/fonts/work_sans/worksans_n4.b7973b3d07d0ace13de1b1bea9c45759cdbe12cf.woff2") format("woff2");
}

/* URLIFE-style homepage */
.bpc-urlife-hero {
  width: min(100%, var(--bpc-max));
  margin: 0 auto;
  padding: 64px 24px 48px;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
  gap: 40px;
  align-items: center;
  background: #fff;
}
.bpc-urlife-hero__media {
  position: relative;
  order: 2;
  height: 60svh;
  min-height: 520px;
  background: #f7f7f7;
  overflow: hidden;
}
.bpc-urlife-hero__media a,
.bpc-urlife-hero__media video,
.bpc-urlife-hero__media iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.bpc-urlife-hero__media video,
.bpc-urlife-hero__media iframe {
  position: relative;
  z-index: 1;
  object-fit: cover;
  filter: none;
  opacity: 1;
}
.bpc-urlife-hero__poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f7f7f7;
  padding: 24px;
  transition: opacity .25s ease, visibility .25s ease;
}
.bpc-urlife-hero__media.is-video-ready .bpc-urlife-hero__poster {
  opacity: 0;
  visibility: hidden;
}
.bpc-urlife-hero__copy {
  order: 1;
  display: grid;
  gap: 24px;
  align-content: center;
}
.bpc-urlife-hero__copy p {
  margin: 0;
  color: #111;
  font-size: 24px;
  line-height: 1.45;
}
.bpc-urlife-hero__copy p:first-child {
  font-size: clamp(44px, 5.2vw, 74px);
  line-height: .95;
}
.bpc-urlife-hero__copy h1 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(44px, 5.2vw, 74px);
  line-height: .95;
  font-weight: 700;
}
.bpc-sales-strip {
  width: min(100%, var(--bpc-max));
  margin: 0 auto;
  padding: 0 24px;
  background: #fff;
}
.bpc-sales-strip__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 22px;
  align-items: center;
  border: 1px solid var(--bpc-border);
  padding: 28px 30px;
}
.bpc-sales-strip__copy { min-width: 0; }
.bpc-sales-strip__eyebrow {
  margin: 0 0 8px;
  color: var(--bpc-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bpc-sales-strip h2 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.1;
}
.bpc-sales-strip p { margin: 0; color: var(--bpc-body); }
.bpc-sales-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.bpc-sales-strip__actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #1b2631;
  background: #1b2631;
  color: #fff;
  padding: 10px 18px;
  font-weight: 700;
}
.bpc-sales-strip__actions a:nth-child(n+2) {
  background: #fff;
  color: #1b2631;
}
.bpc-sales-strip__trust {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--bpc-border);
}
.bpc-sales-strip__trust span {
  color: #111;
  font-weight: 700;
  font-size: 15px;
}
.bpc-best-carousel {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--bpc-max);
  margin: 0 auto;
  padding: 40px 20px;
  background: #f9f9f9;
}
.bpc-best-carousel h2 {
  text-align: center;
  margin: 0 0 40px;
  font-size: 32px;
  color: #000;
}
.bpc-best-carousel__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bpc-best-carousel__track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.bpc-best-carousel__track::-webkit-scrollbar { display: none; }
.bpc-best-card {
  flex: 0 0 calc(25% - 15px);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.bpc-best-card__media {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  background: #f9f9f9;
}
.bpc-best-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bpc-best-card__ribbon {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #d35400;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.bpc-best-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.bpc-best-card h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 16px;
  color: #000;
  line-height: 1.4;
  min-height: 44px;
}
.bpc-best-card__prices {
  text-align: center;
  margin-bottom: 12px;
}
.bpc-best-card__prices span {
  display: block;
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
  margin-bottom: 4px;
}
.bpc-best-card__prices strong {
  display: block;
  font-size: 20px;
  color: #d35400;
  margin-bottom: 8px;
}
.bpc-best-card__prices em {
  display: inline-block;
  background: #d35400;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.bpc-best-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 14px 20px;
  margin-top: auto;
  border-radius: 4px;
  background: #1b2631;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.bpc-best-card__button:hover { background: #19199a; }
.bpc-best-card p {
  text-align: center;
  margin: 12px 0 0;
  padding: 0 8px;
  color: #999;
  font-size: 11px;
  line-height: 1.4;
}
.bpc-carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #000;
  font-size: 32px;
  line-height: 1;
}
.bpc-carousel-nav--prev { left: -22px; }
.bpc-carousel-nav--next { right: -22px; }
.bpc-range-list {
  width: min(100%, var(--bpc-max));
  margin: 0 auto;
  padding: 60px 24px;
  background: #fff;
}
.bpc-range-list__header {
  text-align: center;
  margin-bottom: 48px;
}
.bpc-range-list__header h2 {
  margin: 0 0 16px;
  font-size: 48px;
  font-weight: 500;
}
.bpc-range-list__header p {
  margin: 0;
  color: #000;
  opacity: .8;
}
.bpc-range-list__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.bpc-range-card {
  display: block;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  transition: transform .35s ease, box-shadow .35s ease;
}
.bpc-range-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
}
.bpc-range-card__image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background: #f4f4f4;
}
.bpc-range-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.bpc-range-card:hover img { transform: scale(1.06); }
.bpc-range-card__content {
  padding: 24px;
}
.bpc-range-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
}
.bpc-range-card p {
  margin: 0 0 12px;
  color: #666;
  font-size: 14px;
}
.bpc-range-card span {
  color: #1b2631;
  font-size: 14px;
  font-weight: 700;
}
.bpc-video-section {
  width: min(100%, var(--bpc-max));
  margin: 0 auto;
  padding: 48px 24px;
  display: grid;
  grid-template-columns: minmax(0, .58fr) minmax(0, .42fr);
  gap: 36px;
  align-items: center;
  background: #fff;
}
.bpc-video-section__media {
  min-height: 420px;
  background: #111;
  overflow: hidden;
}
.bpc-video-section__media iframe { min-height: 420px; }
.bpc-video-section h2,
.bpc-urlife-seo h2,
.bpc-customer-stories h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 500;
}
.bpc-video-section p,
.bpc-urlife-seo p,
.bpc-customer-stories p {
  color: var(--bpc-body);
}
.bpc-urlife-seo {
  width: min(100%, var(--bpc-max));
  margin: 0 auto;
  padding: 56px 24px;
  background: #fff;
}
.bpc-urlife-seo__inner {
  display: grid;
  gap: 24px;
}
.bpc-urlife-seo__inner > p {
  max-width: 860px;
  margin: 0;
  font-size: 18px;
}
.bpc-urlife-seo__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.bpc-urlife-seo__grid article,
.bpc-urlife-seo__trust,
.bpc-customer-stories__trust article {
  border: 1px solid var(--bpc-border);
  background: #fff;
  padding: 20px;
}
.bpc-urlife-seo__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  background: #f9f9f9;
}
.bpc-urlife-seo__trust span,
.bpc-customer-stories__trust strong {
  font-weight: 700;
}
.bpc-customer-stories {
  width: min(100%, var(--bpc-max));
  margin: 0 auto;
  padding: 48px 24px 64px;
  display: grid;
  grid-template-columns: minmax(0, .58fr) minmax(0, .42fr);
  gap: 32px;
  align-items: start;
  background: #fff;
}
.bpc-customer-stories__trust {
  display: grid;
  gap: 14px;
}
.bpc-customer-stories__trust span {
  display: block;
  margin-top: 6px;
  color: var(--bpc-muted);
}

@media (max-width: 989px) {
  .bpc-urlife-hero,
  .bpc-video-section,
  .bpc-customer-stories {
    grid-template-columns: 1fr;
  }
  .bpc-urlife-hero__media {
    order: 1;
    min-height: 420px;
    height: 50svh;
  }
  .bpc-urlife-hero__copy { order: 2; }
  .bpc-sales-strip__inner,
  .bpc-sales-strip__trust,
  .bpc-urlife-seo__grid,
  .bpc-urlife-seo__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bpc-sales-strip__copy,
  .bpc-sales-strip__actions { grid-column: 1 / -1; }
  .bpc-sales-strip__actions { justify-content: flex-start; }
  .bpc-best-card { flex-basis: calc(50% - 10px); }
  .bpc-range-list__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 749px) {
  .bpc-urlife-hero {
    padding: 30px 16px;
    gap: 24px;
  }
  .bpc-urlife-hero__media {
    min-height: 320px;
  }
  .bpc-urlife-hero__copy p:first-child,
  .bpc-urlife-hero__copy h1 {
    font-size: 42px;
  }
  .bpc-urlife-hero__copy p { font-size: 17px; }
  .bpc-sales-strip { padding: 0 16px; }
  .bpc-sales-strip__inner,
  .bpc-sales-strip__trust,
  .bpc-urlife-seo__grid,
  .bpc-urlife-seo__trust {
    grid-template-columns: 1fr;
  }
  .bpc-sales-strip h2 { font-size: 24px; }
  .bpc-best-carousel {
    padding: 30px 16px;
  }
  .bpc-best-carousel h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .bpc-best-carousel__track {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
  }
  .bpc-best-card {
    flex: 0 0 calc(100% - 32px);
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    scroll-snap-align: start;
  }
  .bpc-carousel-nav {
    width: 40px;
    height: 40px;
  }
  .bpc-carousel-nav--prev { left: 8px; }
  .bpc-carousel-nav--next { right: 8px; }
  .bpc-range-list { padding: 48px 16px; }
  .bpc-range-list__header h2 { font-size: 29px; }
  .bpc-range-list__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .bpc-range-card__content { padding: 16px; }
  .bpc-video-section,
  .bpc-urlife-seo,
  .bpc-customer-stories { padding-inline: 16px; }
  .bpc-video-section__media,
  .bpc-video-section__media iframe { min-height: 240px; }
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://urlifebikes.co.uk/cdn/fonts/work_sans/worksans_n7.e2cf5bd8f2c7e9d30c030f9ea8eafc69f5a92f7b.woff2") format("woff2");
}

:root {
  --bpc-ink: #111111;
  --bpc-body: #323232;
  --bpc-muted: #6d6d6d;
  --bpc-border: #e7e7e1;
  --bpc-soft: #f7f7f4;
  --bpc-panel: #ffffff;
  --bpc-night: #000000;
  --bpc-sale: #c72323;
  --bpc-green: #176b45;
  --bpc-accent: #075542;
  --bpc-calm: #e8f4ef;
  --bpc-shadow: 0 24px 70px rgba(0, 0, 0, .16);
  --bpc-max: 1280px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: "Work Sans", "Instrument Sans", Arial, sans-serif;
  color: var(--bpc-ink);
  background: #fff;
  line-height: 1.5;
  overflow-x: hidden;
}
body.drawer-open,
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid #111; outline-offset: 3px; }

.bpc-shell { min-height: 100vh; display: flex; flex-direction: column; }
.bpc-main { flex: 1; }
.bpc-container { max-width: var(--bpc-max); margin: 0 auto; padding: 0 24px; }
.bpc-section { padding: 54px 0; }
.bpc-section--soft { background: var(--bpc-soft); border-block: 1px solid var(--bpc-border); }
.bpc-kicker { margin: 0 0 10px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--bpc-muted); }
.bpc-lead { margin: 0; color: var(--bpc-body); font-size: 18px; max-width: 740px; }
.bpc-section__head { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 28px; }
.bpc-section__head h2 { margin: 0; font-size: clamp(28px, 4vw, 48px); line-height: 1.05; max-width: 760px; font-weight: 700; }

.bpc-topbar,
.bpc-delivery-bar {
  min-height: 38px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.bpc-topbar { background: #075542; color: #fff; }
.bpc-delivery-bar { background: #f2f2ed; color: #222; border-bottom: 1px solid var(--bpc-border); }
.bpc-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--bpc-border); backdrop-filter: blur(12px); }
.bpc-header__inner { max-width: var(--bpc-max); margin: 0 auto; min-height: 90px; padding: 0 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 26px; }
.bpc-logo { justify-self: center; display: inline-grid; place-items: center; gap: 2px; text-align: center; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.bpc-logo__mark { display: block; width: clamp(150px, 14vw, 208px); height: auto; max-height: 52px; object-fit: contain; }
.bpc-logo__text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.bpc-logo small { color: var(--bpc-muted); font-size: 10px; letter-spacing: .18em; }
.bpc-nav { display: flex; align-items: center; justify-content: flex-start; gap: 18px; min-width: 0; }
.bpc-nav a,
.bpc-menu-summary {
  padding: 34px 0;
  border: 0;
  background: none;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  list-style: none;
}
.bpc-nav a:hover,
.bpc-nav a[aria-current="page"],
.bpc-menu-summary:hover { text-decoration: underline; text-underline-offset: 6px; }
.bpc-menu-group { position: relative; }
.bpc-menu-group summary::-webkit-details-marker { display: none; }
.bpc-menu-panel {
  position: absolute;
  top: 100%;
  left: -24px;
  width: 300px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--bpc-border);
  box-shadow: 0 16px 36px rgba(0,0,0,.11);
  display: grid;
  gap: 4px;
}
.bpc-menu-panel a { padding: 11px 8px; font-size: 13px; text-transform: none; letter-spacing: 0; }
.bpc-actions { justify-self: end; display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.bpc-icon {
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  border-radius: 0;
  display: inline-grid;
  place-items: center;
  position: relative;
  color: #111;
}
.bpc-icon:hover { background: #f5f5f0; }
.bpc-icon svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.8; fill: none; }
.bpc-count { position: absolute; right: 2px; top: 2px; min-width: 17px; height: 17px; border-radius: 999px; background: #111; color: #fff; font-size: 10px; display: grid; place-items: center; font-weight: 700; }
.bpc-header-buy {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.bpc-header-buy:hover { background: #333; }
.bpc-menu-toggle { display: none; justify-self: start; }
.bpc-mobile-nav { display: none; border-top: 1px solid var(--bpc-border); padding: 10px 24px 22px; background: #fff; }
.bpc-mobile-nav a { display: block; padding: 13px 0; font-weight: 700; text-transform: uppercase; font-size: 13px; border-bottom: 1px solid var(--bpc-border); }

.bpc-hero { background: #fff; border-bottom: 1px solid var(--bpc-border); }
.bpc-hero__inner { max-width: var(--bpc-max); margin: 0 auto; padding: 44px 24px 50px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: 42px; align-items: center; }
.bpc-hero h1 { margin: 0 0 18px; max-width: 700px; font-size: clamp(44px, 6vw, 78px); line-height: .98; font-weight: 700; }
.bpc-hero p { margin: 0 0 24px; max-width: 610px; color: var(--bpc-body); font-size: 19px; }
.bpc-hero__media { min-height: 520px; background: var(--bpc-soft); display: grid; place-items: center; overflow: hidden; border: 1px solid var(--bpc-border); }
.bpc-hero__media img { width: 100%; height: 100%; object-fit: contain; padding: 18px; transition: transform .28s ease; }
.bpc-hero__media:hover img { transform: scale(1.025); }
.bpc-hero__video {
  width: 100%;
  background: #050505;
  border: 1px solid #111;
  box-shadow: 0 18px 42px rgba(0,0,0,.12);
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.bpc-video-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
  background: #111;
}
.bpc-video-frame--hero {
  min-height: 520px;
}
.bpc-stars { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: #111; font-size: 14px; font-weight: 700; }
.bpc-hero-offer { display: grid; grid-template-columns: repeat(2, minmax(0, 180px)); gap: 10px; margin: 0 0 18px; }
.bpc-hero-offer > div { border: 1px solid #111; padding: 13px 14px; background: #fff; }
.bpc-hero-offer strong { display: block; font-size: 28px; line-height: 1; }
.bpc-hero-offer span { display: block; margin-top: 5px; color: var(--bpc-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.bpc-hero-checks { display: grid; gap: 7px; margin: 0 0 22px; padding: 0; list-style: none; font-weight: 700; }
.bpc-hero-checks li::before { content: "✓"; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 8px; background: #111; color: #fff; font-size: 11px; vertical-align: 1px; }
.bpc-pill { display: inline-flex; align-items: center; min-height: 32px; border: 1px solid #111; padding: 6px 10px; background: #fff; color: #111; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.bpc-home-page {
  background: #fff;
}
.bpc-home-page .bpc-topbar {
  background: #075542;
  color: #fff;
}
.bpc-home-page .bpc-delivery-bar {
  display: grid;
}
.bpc-home-page .bpc-header {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--bpc-border);
  color: #111;
  backdrop-filter: blur(12px);
}
.bpc-home-page .bpc-header__inner {
  color: #111;
}
.bpc-home-page .bpc-logo {
  align-self: center;
  gap: 2px;
}
.bpc-home-page .bpc-logo__mark {
  display: block;
  width: clamp(150px, 14vw, 208px);
  max-height: 52px;
}
.bpc-home-page .bpc-logo::before {
  content: none;
}
.bpc-home-page .bpc-logo__text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.bpc-home-page .bpc-logo small {
  color: var(--bpc-muted);
}
.bpc-home-page .bpc-nav a,
.bpc-home-page .bpc-menu-summary {
  color: #111;
}
.bpc-home-page .bpc-icon {
  color: #111;
}
.bpc-home-page .bpc-icon:hover {
  background: #f5f5f0;
}
.bpc-home-page .bpc-count {
  background: #111;
}
.bpc-home-page .bpc-header-buy {
  background: #111;
  color: #fff;
}
.bpc-home-page .bpc-menu-panel {
  background: #fff;
  border-color: var(--bpc-border);
}
.bpc-home-page .bpc-menu-panel a {
  color: #111;
}
.bpc-home-page .bpc-mobile-nav {
  background: #fff;
  border-color: var(--bpc-border);
}
.bpc-home-page .bpc-mobile-nav a {
  color: #111;
  border-color: var(--bpc-border);
}

.bpc-hero--dream {
  position: relative;
  min-height: min(720px, calc(100vh - 116px));
  overflow: hidden;
  border-bottom: 0;
  background: #050505;
  color: #fff;
}
.bpc-hero-video-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #050505;
}
.bpc-hero-video-bg__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  pointer-events: none;
  opacity: 1;
  filter: brightness(1.08) contrast(1.02) saturate(1.05);
}
.bpc-hero-poster {
  position: absolute;
  z-index: 1;
  right: max(24px, calc((100vw - var(--bpc-max)) / 2));
  top: 52%;
  width: min(54vw, 780px);
  max-height: 78%;
  transform: translateY(-50%);
  object-fit: contain;
  opacity: .16;
  filter: brightness(.95) contrast(1.06) saturate(1);
  pointer-events: none;
}
.bpc-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.38) 34%, rgba(0,0,0,.04) 60%, rgba(0,0,0,.10) 100%),
    linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,.20) 100%);
}
.bpc-hero--dream .bpc-hero__inner {
  position: relative;
  z-index: 3;
  max-width: none;
  min-height: min(720px, calc(100vh - 116px));
  padding: 74px 0 62px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
}
.bpc-hero--dream .bpc-hero__copy {
  width: min(620px, calc(100vw - 48px));
  margin-left: max(24px, calc((100vw - var(--bpc-max)) / 2));
}
.bpc-hero--dream .bpc-kicker {
  color: rgba(255,255,255,.86);
}
.bpc-hero--dream h1 {
  max-width: 600px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(48px, 6vw, 88px);
  line-height: .95;
}
.bpc-hero--dream p {
  max-width: 540px;
  color: rgba(255,255,255,.82);
  font-size: clamp(18px, 1.7vw, 24px);
}
.bpc-hero--dream .bpc-cta-row {
  margin-top: 26px;
}
.bpc-hero--dream .bpc-btn {
  min-height: 56px;
  border-radius: 999px;
  padding-inline: 25px;
}
.bpc-hero--dream .bpc-btn--light {
  min-width: 210px;
  font-size: 16px;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}
.bpc-hero--dream .bpc-btn--ghost {
  min-height: 50px;
  padding-inline: 20px;
  font-size: 14px;
}
.bpc-btn--light {
  background: #fff;
  border-color: #fff;
  color: #111;
}
.bpc-btn--light:hover {
  background: rgba(255,255,255,.88);
}
.bpc-btn--ghost {
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.58);
  color: #fff;
}
.bpc-btn--ghost:hover {
  background: rgba(255,255,255,.14);
}
.bpc-hero__trust,
.bpc-hero-proof {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.76);
}
.bpc-hero-proof {
  display: grid;
  gap: 4px;
  font-size: 15px;
}
.bpc-hero-proof strong {
  color: #fff;
  font-size: 17px;
}
.bpc-hero-proof span {
  color: rgba(255,255,255,.82);
}
.bpc-hero__mute {
  position: absolute;
  right: 26px;
  bottom: 26px;
  z-index: 4;
  min-width: 52px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(0,0,0,.26);
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.bpc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 0;
  border: 1px solid #111;
  font-weight: 700;
  text-align: center;
  letter-spacing: .02em;
}
.bpc-btn--primary { background: #111; color: #fff; }
.bpc-btn--primary:hover { background: #333; }
.bpc-btn--secondary { background: #fff; color: #111; }
.bpc-btn--secondary:hover { background: #f4f4ee; }
.bpc-btn--text { border-color: transparent; background: transparent; min-height: 44px; padding-inline: 4px; text-decoration: underline; text-underline-offset: 5px; }
.bpc-btn[disabled] { opacity: .55; cursor: not-allowed; }
.bpc-cta-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.bpc-hero--dream .bpc-btn--light {
  background: #fff;
  border-color: #fff;
  color: #111;
}
.bpc-hero--dream .bpc-btn--light:hover {
  background: rgba(255,255,255,.88);
}
.bpc-hero--dream .bpc-btn--ghost {
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.58);
  color: #fff;
}
.bpc-hero--dream .bpc-btn--ghost:hover {
  background: rgba(255,255,255,.14);
}

.bpc-trust-strip { border-bottom: 1px solid var(--bpc-border); background: #fff; }
.bpc-trust-strip .bpc-container { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.bpc-trust-strip .bpc-container > div { padding: 24px 20px; border-left: 1px solid var(--bpc-border); }
.bpc-trust-strip .bpc-container > div:last-child { border-right: 1px solid var(--bpc-border); }
.bpc-trust-strip strong,
.bpc-trust-strip span { display: block; }
.bpc-trust-strip strong { font-size: 20px; line-height: 1.15; }
.bpc-trust-strip span { color: var(--bpc-muted); font-size: 15px; margin-top: 5px; }

.bpc-social-proof { padding: 34px 0 0; background: #fff; }
.bpc-social-proof__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid #111; padding: 18px 20px; margin-bottom: 16px; }
.bpc-social-proof__head strong { font-size: 22px; }
.bpc-social-proof__head a { font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.bpc-quote-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.bpc-quote-grid figure { margin: 0; border: 1px solid var(--bpc-border); padding: 20px; background: var(--bpc-soft); }
.bpc-quote-grid blockquote { margin: 0 0 8px; font-size: 18px; font-weight: 700; }
.bpc-quote-grid figcaption { color: var(--bpc-muted); font-size: 15px; }
.bpc-section--products { padding-top: 46px; }
.bpc-landing-story { padding-top: 48px; }
.bpc-number-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--bpc-border);
  background: #fff;
}
.bpc-number-grid article {
  padding: 24px;
  border-right: 1px solid var(--bpc-border);
}
.bpc-number-grid article:last-child { border-right: 0; }
.bpc-number-grid span {
  color: var(--bpc-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
}
.bpc-number-grid h3 {
  margin: 14px 0 8px;
  font-size: 24px;
  line-height: 1.05;
}
.bpc-number-grid p {
  margin: 0;
  color: var(--bpc-body);
}
.bpc-eye-design {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(480px, 1.25fr);
  gap: 34px;
  align-items: center;
  margin-top: 42px;
}
.bpc-eye-design h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}
.bpc-eye-design__media {
  background: var(--bpc-soft);
  border: 1px solid var(--bpc-border);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.bpc-eye-design__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 20px;
}
.bpc-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.bpc-tag-row span {
  border: 1px solid #111;
  background: #fff;
  padding: 11px 13px;
  font-size: 14px;
  font-weight: 700;
}

.bpc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.bpc-grid--featured { gap: 24px; }
/* RIMOWA-style minimal product card: quiet borderless media on a light-grey
   ground, small type below, colour swatches, one subtle "quick add" affordance
   instead of a full-width primary button. */
.bpc-card { background: transparent; border: 0; display: flex; flex-direction: column; min-width: 0; }
.bpc-card__media { aspect-ratio: 1 / 1; background: var(--bpc-soft); display: grid; place-items: center; position: relative; overflow: hidden; }
.bpc-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 28px; transition: transform .3s ease; }
.bpc-card:hover .bpc-card__media img { transform: scale(1.03); }
.bpc-card__badge { position: absolute; left: 12px; top: 12px; background: var(--bpc-sale); color: #fff; padding: 5px 9px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.bpc-card__body { padding: 14px 2px 0; display: flex; flex-direction: column; gap: 6px; }
.bpc-card h2,
.bpc-card h3 { margin: 0; font-size: 15px; line-height: 1.3; font-weight: 500; }
.bpc-card h2 a,
.bpc-card h3 a { color: inherit; }
.bpc-card__price { display: flex; align-items: baseline; gap: 8px; font-size: 15px; }
.bpc-card__price strong { font-weight: 600; }
.bpc-card__price s { color: var(--bpc-muted); font-size: 13px; font-weight: 400; }
.bpc-card__swatches { display: flex; gap: 6px; margin-top: 2px; }
.bpc-swatch { display: inline-block; width: 16px; height: 16px; border-radius: 50%; border: 1px solid rgba(0,0,0,.15); }
.bpc-card__meta { margin: 0; color: var(--bpc-muted); font-size: 12px; }
.bpc-card__quickadd { align-self: flex-start; margin-top: 4px; border: 0; background: none; padding: 0; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: var(--bpc-accent, #111); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.bpc-card__quickadd:disabled { color: var(--bpc-muted); cursor: not-allowed; text-decoration: none; }

.bpc-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 34px; align-items: center; }
.bpc-split h2,
.bpc-demo h2,
.bpc-final-cta h2 { margin: 0 0 16px; font-size: clamp(34px, 5vw, 58px); line-height: 1; }
.bpc-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.bpc-benefit-grid article { border: 1px solid var(--bpc-border); padding: 18px; background: #fff; }
.bpc-benefit-grid strong { display: block; margin-top: 9px; font-size: 18px; }
.bpc-benefit-grid p { margin: 6px 0 0; color: var(--bpc-body); }
.bpc-lifestyle-card { border: 1px solid var(--bpc-border); background: var(--bpc-soft); display: grid; }
.bpc-lifestyle-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; padding: 24px; }
.bpc-lifestyle-card div { border-top: 1px solid var(--bpc-border); background: #fff; padding: 18px; }
.bpc-lifestyle-card strong,
.bpc-lifestyle-card span { display: block; }
.bpc-lifestyle-card span { color: var(--bpc-muted); margin-top: 4px; }

.bpc-finder__layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr); gap: 24px; align-items: stretch; margin-bottom: 24px; }
.bpc-finder__choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.bpc-finder__choices button { border: 1px solid #111; background: #fff; min-height: 62px; padding: 12px 14px; text-align: left; font-weight: 700; }
.bpc-finder__choices button:hover,
.bpc-finder__choices button.is-active { background: #111; color: #fff; }
.bpc-finder__result { display: grid; grid-template-columns: 240px 1fr; gap: 22px; align-items: center; border: 1px solid #111; background: #fff; padding: 22px; }
.bpc-finder__result img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: var(--bpc-soft); padding: 14px; }
.bpc-finder__result span { display: inline-flex; width: fit-content; background: var(--bpc-accent); color: #fff; padding: 6px 9px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.bpc-finder__result h3 { margin: 12px 0 8px; font-size: clamp(28px, 4vw, 44px); line-height: 1; }
.bpc-finder__result p { margin: 0 0 18px; color: var(--bpc-body); font-size: 17px; }
.bpc-needs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.bpc-need { background: #fff; border: 1px solid var(--bpc-border); min-height: 178px; overflow: hidden; display: grid; grid-template-columns: 120px 1fr; }
.bpc-need > div { padding: 18px; }
.bpc-need__media { background: var(--bpc-soft); display: grid; place-items: center; border-right: 1px solid var(--bpc-border); }
.bpc-need__media img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.bpc-need strong { display: block; font-size: 22px; margin-bottom: 8px; }
.bpc-need p { color: var(--bpc-body); margin: 0 0 16px; }
.bpc-table-wrap { overflow-x: auto; border: 1px solid var(--bpc-border); background: #fff; }
.bpc-compare-table th,
.bpc-compare-table td { text-align: center; }
.bpc-compare-table th:first-child,
.bpc-compare-table td:first-child { text-align: left; }
.bpc-compare-table td { font-size: 16px; font-weight: 700; }
.bpc-compare-table .is-recommended { outline: 2px solid var(--bpc-accent); outline-offset: -2px; background: #f4fbf8; }
.bpc-compare-product { display: inline-grid; grid-template-columns: 76px auto; gap: 12px; align-items: center; font-weight: 700; }
.bpc-compare-product img { width: 76px; height: 76px; object-fit: contain; background: var(--bpc-soft); border: 1px solid var(--bpc-border); }
.bpc-compare-product em { display: block; width: fit-content; margin-top: 5px; background: var(--bpc-accent); color: #fff; padding: 4px 7px; font-size: 11px; font-style: normal; text-transform: uppercase; }
.bpc-demo { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: 34px; align-items: center; }
.bpc-demo__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.bpc-demo__grid article { border: 1px solid var(--bpc-border); background: var(--bpc-soft); display: grid; }
.bpc-demo__grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; padding: 22px; }
.bpc-demo__grid span,
.bpc-demo__grid strong { display: block; background: #fff; padding: 0 16px; }
.bpc-demo__grid span { padding-top: 16px; color: var(--bpc-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.bpc-demo__grid strong { padding-bottom: 16px; font-size: 18px; }
.bpc-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.bpc-review-grid figure { margin: 0; border: 1px solid var(--bpc-border); background: #fff; padding: 24px; }
.bpc-review-grid figure > div { color: var(--bpc-accent); font-weight: 700; margin-bottom: 12px; }
.bpc-review-grid blockquote { margin: 0 0 10px; font-size: 24px; line-height: 1.12; font-weight: 700; }
.bpc-review-grid figcaption { color: var(--bpc-body); font-size: 16px; }
.bpc-review-grid cite { display: block; margin-top: 16px; color: var(--bpc-muted); font-style: normal; font-weight: 700; }
.bpc-final-cta { background: #111; color: #fff; padding: 60px 0; text-align: center; }
.bpc-final-cta p { max-width: 620px; margin: 0 auto 22px; color: rgba(255,255,255,.78); font-size: 18px; }
.bpc-final-cta .bpc-btn--primary { background: #fff; color: #111; border-color: #fff; }
.bpc-final-cta .bpc-kicker { color: rgba(255,255,255,.7); }
.bpc-final-cta .bpc-btn { min-height: 58px; min-width: 220px; border-radius: 999px; font-size: 16px; }
.bpc-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.bpc-table th,
.bpc-table td { text-align: left; padding: 18px; border-bottom: 1px solid var(--bpc-border); vertical-align: top; }
.bpc-table th { background: var(--bpc-soft); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.bpc-toolbar { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin: 0 0 24px; }
.bpc-search { width: min(100%, 520px); min-height: 48px; border: 1px solid #111; border-radius: 0; padding: 0 14px; background: #fff; }

/* RIMOWA-style faceted filter bar on collection pages. */
.bpc-filterbar { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding: 16px 0; border-top: 1px solid var(--bpc-border); border-bottom: 1px solid var(--bpc-border); margin: 0 0 32px; }
.bpc-filterbar__filters { display: flex; flex-wrap: wrap; gap: 22px; }
.bpc-filter { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--bpc-body); }
.bpc-filter select { border: 0; background: transparent; font: inherit; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: inherit; padding: 4px 20px 4px 0; cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23111' stroke-width='2'%3E%3Cpath d='m5 8 5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right center; background-size: 14px; }
.bpc-filterbar__meta { display: flex; align-items: center; gap: 16px; }
@media (max-width: 700px) {
  .bpc-filterbar { flex-direction: column; align-items: stretch; }
  .bpc-filterbar__filters { justify-content: space-between; gap: 12px; }
  .bpc-filterbar__meta { justify-content: space-between; }
}

/* Colour swatch picker on the product page (bigger than the card dots, with an active ring). */
.bpc-swatch-group { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.bpc-swatch--btn { width: 30px; height: 30px; padding: 0; cursor: pointer; box-shadow: 0 0 0 1px rgba(0,0,0,.15); }
.bpc-swatch--btn[aria-pressed="true"] { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #111; }

.bpc-layout-toggle { display: inline-flex; margin-left: auto; border: 1px solid #111; }
.bpc-layout-toggle button { border: 0; background: transparent; padding: 10px 16px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; color: #111; border-right: 1px solid #111; transition: background .15s ease, color .15s ease; }
.bpc-layout-toggle button:last-child { border-right: 0; }
.bpc-layout-toggle button[aria-pressed="true"] { background: #111; color: #fff; }
.bpc-layout-toggle button:hover:not([aria-pressed="true"]) { background: var(--bpc-soft); }

.bpc-grid--list { grid-template-columns: 1fr; gap: 16px; }
.bpc-grid--list .bpc-card { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 20px; align-items: stretch; }
.bpc-grid--list .bpc-card__media { aspect-ratio: 1 / 1; }
.bpc-grid--2col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bpc-grid--4col { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 900px) {
  .bpc-grid--4col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bpc-grid--list .bpc-card { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .bpc-grid--2col,
  .bpc-grid--4col { grid-template-columns: 1fr; }
  .bpc-layout-toggle { margin-left: 0; width: 100%; }
  .bpc-layout-toggle button { flex: 1; }
}

.bpc-product { max-width: var(--bpc-max); margin: 0 auto; padding: 34px 24px 70px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: 42px; align-items: start; }
.bpc-breadcrumb { color: var(--bpc-muted); font-size: 12px; margin-bottom: 18px; text-transform: uppercase; letter-spacing: .06em; }
.bpc-gallery { position: sticky; top: 132px; display: grid; gap: 12px; }
.bpc-gallery__main { background: var(--bpc-soft); border: 1px solid var(--bpc-border); aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; }
.bpc-gallery__main img { width: 100%; height: 100%; object-fit: contain; padding: 18px; }
.bpc-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.bpc-thumb { border: 1px solid var(--bpc-border); background: #fff; border-radius: 0; aspect-ratio: 1 / 1; padding: 6px; }
.bpc-thumb[aria-pressed="true"] { border-color: #111; box-shadow: inset 0 0 0 1px #111; }
.bpc-product h1 { margin: 0 0 14px; font-size: clamp(32px, 4.5vw, 56px); line-height: 1.04; font-weight: 700; }
.bpc-product-panel,
.urlife-price-card,
.urlife-benefits-card,
.urlife-confidence-card { border: 1px solid var(--bpc-border); background: #fff; padding: 18px; }
.urlife-price-card { margin: 22px 0 12px; }
.bpc-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.bpc-price strong { font-size: 32px; font-weight: 700; }
.bpc-price s { color: var(--bpc-muted); font-size: 17px; }
.bpc-save { background: #111; color: #fff; padding: 5px 9px; font-weight: 700; font-size: 12px; text-transform: uppercase; }
.promo-row { margin-top: 12px; color: var(--bpc-muted); font-size: 13px; }
.promo-code { color: #111; font-weight: 700; border: 1px dashed #111; padding: 3px 7px; }
.bpc-option label { display: block; font-weight: 700; margin: 0 0 8px; }
.bpc-option select,
.bpc-qty input,
.bpc-form input,
.bpc-form textarea { width: 100%; border: 1px solid var(--bpc-border); border-radius: 0; min-height: 46px; padding: 10px 12px; background: #fff; }
.bpc-buy-row { display: grid; grid-template-columns: 118px 1fr; gap: 10px; margin: 16px 0 10px; }
.bpc-qty { display: grid; grid-template-columns: 36px 1fr 36px; border: 1px solid #111; min-height: 48px; }
.bpc-qty button { border: 0; background: #fff; font-weight: 700; }
.bpc-qty input { border: 0; text-align: center; padding: 0; min-height: 0; border-radius: 0; }
.bpc-trust-list,
.urlife-benefits-card { display: grid; gap: 9px; color: var(--bpc-body); font-size: 14px; margin-top: 14px; }
.urlife-benefits-card .benefit-row { display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: start; }
.urlife-benefits-card .benefit-icon { width: 22px; height: 22px; display: grid; place-items: center; background: #111; color: #fff; font-size: 12px; font-weight: 700; }
.urlife-confidence-card { margin-top: 14px; }
.urlife-confidence-card .card-title { margin: 0 0 10px; font-size: 17px; }
.urlife-confidence-card .badge-stock { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 12px; font-weight: 700; color: var(--bpc-green); }
.urlife-confidence-card .stock-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--bpc-green); }
.urlife-confidence-card .info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.urlife-confidence-card .grid-item { border-top: 1px solid var(--bpc-border); padding-top: 10px; }
.urlife-confidence-card .item-title { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.urlife-confidence-card .item-text { color: var(--bpc-muted); font-size: 13px; }
.bpc-copy { max-width: var(--bpc-max); margin: 0 auto; padding: 0 24px 64px; display: grid; gap: 0; }
.bpc-copy section { border-top: 1px solid var(--bpc-border); padding: 24px 0; }
.bpc-copy h2 { margin: 0 0 10px; font-size: 28px; }
.bpc-copy p,
.bpc-copy li { color: var(--bpc-body); }
.bpc-prose--wide { max-width: 1080px; }
.bpc-faq { display: grid; gap: 0; border-top: 1px solid var(--bpc-border); }
.bpc-faq details { background: #fff; border-bottom: 1px solid var(--bpc-border); padding: 22px 0; }
.bpc-faq summary { cursor: pointer; font-size: 19px; font-weight: 700; list-style-position: outside; }
.bpc-faq p { font-size: 16px; color: var(--bpc-body); }

.urlife-pdp {
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 0 24px 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(420px, .84fr);
  gap: 34px;
  align-items: start;
}
.urlife-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  min-width: 0;
}
.urlife-gallery__main {
  position: sticky;
  top: 124px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fbfafb;
  border: 0;
}
.urlife-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 46px;
}
.urlife-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #222;
  font-size: 38px;
  line-height: 1;
}
.urlife-gallery__arrow--prev { left: 16px; }
.urlife-gallery__arrow--next { right: 16px; }
.urlife-gallery__count {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(0,0,0,.36);
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
}
.urlife-thumbs {
  grid-template-columns: repeat(5, 82px);
  justify-content: center;
}
.urlife-thumbs .bpc-thumb {
  border-color: #e7e7e7;
  background: #fbfafb;
}
.urlife-buybox {
  position: sticky;
  z-index: 2;
  top: 124px;
  padding-top: 44px;
  display: grid;
  gap: 18px;
  min-width: 0;
}
.urlife-buybox h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 700;
}
.urlife-product-tag {
  width: fit-content;
  background: #172230;
  color: #fff;
  padding: 7px 10px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.urlife-rule {
  height: 1px;
  background: var(--bpc-border);
  margin: 4px 0 8px;
}
.urlife-buybox .urlife-price-card {
  border: 1px solid #dedede;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  padding: 26px;
  margin: 0;
}
.urlife-buybox .bpc-price strong {
  font-size: 38px;
}
.urlife-buybox .bpc-price s {
  font-size: 18px;
  color: #9b9b9b;
}
.urlife-buybox .bpc-save {
  border-radius: 3px;
  background: #df5f2b;
}
.urlife-buybox .promo-row {
  margin-top: 22px;
  font-size: 13px;
}
.urlife-buybox .promo-code {
  border: 0;
  color: #df5f2b;
  padding: 0;
}
.urlife-buybox .urlife-benefits-card {
  border: 1px solid #dedede;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.07);
  padding: 18px;
  gap: 10px;
  margin: 0;
}
.urlife-buybox .benefit-row {
  min-height: 43px;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 10px;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 700;
}
.urlife-buybox .benefit-icon {
  width: 22px;
  height: 22px;
  border: 1px solid #172230;
  border-radius: 50%;
  background: transparent;
  color: #172230;
  font-size: 12px;
}
.urlife-purchase-panel {
  display: grid;
  gap: 14px;
}
.urlife-option label {
  display: block;
  color: var(--bpc-muted);
  font-size: 13px;
  margin-bottom: 8px;
}
.urlife-option select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--bpc-border);
  border-radius: 6px;
  padding: 0 12px;
  background: #fff;
}
.urlife-buy-row {
  grid-template-columns: 112px 1fr;
  margin: 0;
}
.urlife-buy-row .bpc-qty {
  border-color: #9a9a9a;
  min-height: 52px;
}
.urlife-buy-row .bpc-btn {
  min-height: 52px;
  background: #172230;
}
.urlife-shop-pay {
  min-height: 54px;
  border: 0;
  background: #5433ef;
  color: #fff;
}
.urlife-more-payments {
  justify-self: center;
  color: #555;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.urlife-buybox .urlife-confidence-card {
  border-color: #cfd8d4;
  padding: 18px;
}
.urlife-confidence-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  font-weight: 700;
}
.urlife-confidence-head span {
  color: var(--bpc-green);
  font-size: 13px;
}
.urlife-discount-note {
  background: #e9fbf2;
  border: 1px solid #b9e9d0;
  color: #075542;
  padding: 12px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}
.urlife-discount-note span {
  background: #075542;
  color: #fff;
  padding: 4px 7px;
  border-radius: 3px;
}
.urlife-buybox .grid-item a {
  color: #075542;
  text-decoration: underline;
}
.urlife-product-video {
  display: grid;
  gap: 10px;
}
.urlife-product-video h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}
.urlife-video-placeholder {
  min-height: 260px;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1d1d1d, #4a4a4a);
  color: #fff;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
  overflow: hidden;
}
.urlife-video-play {
  width: 70px;
  height: 50px;
  border-radius: 12px;
  background: #ff0033;
  display: grid;
  place-items: center;
  padding-left: 4px;
  font-size: 22px;
}
.urlife-video-placeholder span {
  color: rgba(255,255,255,.78);
  font-size: 13px;
}
.urlife-video-embed {
  aspect-ratio: 16 / 9;
  min-height: 260px;
  background: #111;
  overflow: hidden;
}

.bpc-page-hero { background: var(--bpc-soft); padding: 56px 0; border-bottom: 1px solid var(--bpc-border); }
.bpc-page-hero h1 { margin: 0 0 12px; font-size: clamp(34px, 5vw, 58px); line-height: 1.04; }
.bpc-prose { max-width: 900px; }
.bpc-prose h2 { margin-top: 34px; }
.bpc-form { display: grid; gap: 14px; }
.bpc-form label { display: grid; gap: 6px; font-weight: 700; }

.bpc-footer { background: #111; color: #fff; padding: 56px 0 30px; }
.bpc-footer__reassurance { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 12px; align-items: center; border: 1px solid rgba(255,255,255,.24); padding: 18px; margin-bottom: 32px; }
.bpc-footer__reassurance strong { font-size: 22px; }
.bpc-footer__reassurance span { color: rgba(255,255,255,.78); font-weight: 700; }
.bpc-footer__grid { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 30px; }
.bpc-footer a,
.bpc-footer p { color: rgba(255,255,255,.76); }
.bpc-footer h2,
.bpc-footer h3 { color: #fff; margin-top: 0; }
.bpc-footer nav { display: grid; gap: 9px; }
.bpc-footer__bottom { color: rgba(255,255,255,.56); border-top: 1px solid rgba(255,255,255,.16); margin-top: 34px; padding-top: 22px; font-size: 13px; display: flex; flex-wrap: wrap; gap: 14px 24px; justify-content: space-between; }

.bpc-drawer,
.bpc-modal,
.bpc-discount-popup { position: fixed; inset: 0; z-index: 80; pointer-events: none; }
.bpc-drawer__shade,
.bpc-modal__shade,
.bpc-discount-popup__shade { position: absolute; inset: 0; background: rgba(0,0,0,.45); opacity: 0; transition: opacity .2s ease; }
.bpc-drawer__panel,
.bpc-modal__panel,
.bpc-discount-card {
  position: absolute;
  right: 0;
  top: 0;
  width: min(100%, 480px);
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform .24s ease;
  display: grid;
  grid-template-rows: auto 1fr auto;
  box-shadow: var(--bpc-shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.bpc-drawer.is-open,
.bpc-modal.is-open,
.bpc-discount-popup.is-open { pointer-events: auto; }
.bpc-drawer.is-open .bpc-drawer__shade,
.bpc-modal.is-open .bpc-modal__shade,
.bpc-discount-popup.is-open .bpc-discount-popup__shade { opacity: 1; }
.bpc-drawer.is-open .bpc-drawer__panel,
.bpc-modal.is-open .bpc-modal__panel { transform: translateX(0); opacity: 1; visibility: visible; pointer-events: auto; }
.bpc-discount-popup.is-open .bpc-discount-card { transform: translate(-50%, -50%); }
.bpc-drawer__head,
.bpc-drawer__foot,
.bpc-modal__head { padding: 18px; border-bottom: 1px solid var(--bpc-border); }
.bpc-drawer__foot { border-top: 1px solid var(--bpc-border); border-bottom: 0; }
.bpc-drawer__head,
.bpc-modal__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.bpc-close { border: 1px solid var(--bpc-border); border-radius: 0; background: #fff; width: 38px; height: 38px; font-size: 18px; }
.bpc-cart-lines { overflow: auto; padding: 18px; display: grid; gap: 14px; align-content: start; }
.bpc-cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 12px; align-items: start; border-bottom: 1px solid var(--bpc-border); padding-bottom: 14px; }
.bpc-cart-item img { width: 76px; height: 76px; object-fit: contain; background: var(--bpc-soft); border: 1px solid var(--bpc-border); }
.bpc-cart-item h3 { margin: 0 0 4px; font-size: 15px; }
.bpc-cart-meta { color: var(--bpc-muted); font-size: 13px; }
.bpc-cart-actions { display: flex; gap: 8px; align-items: center; margin-top: 8px; }
.bpc-cart-actions button { border: 1px solid var(--bpc-border); background: #fff; border-radius: 0; min-height: 32px; padding: 4px 10px; font-size: 13px; }
.bpc-cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: start; }
.bpc-summary { border: 1px solid var(--bpc-border); padding: 18px; background: #fff; position: sticky; top: 112px; }
.bpc-summary-line { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--bpc-border); }
.bpc-summary-line:last-child { border-bottom: 0; }
.bpc-empty { border: 1px solid var(--bpc-border); padding: 28px; background: #fff; }
.bpc-checkout-form { display: none; margin-top: 16px; border-top: 1px solid var(--bpc-border); padding-top: 16px; }
.bpc-checkout-form.is-open { display: grid; }

.bpc-modal__body { overflow: auto; padding: 18px; }
.bpc-modal-search__results { display: grid; gap: 10px; margin-top: 18px; }
.bpc-search-result { display: grid; grid-template-columns: 70px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--bpc-border); padding-bottom: 10px; }
.bpc-search-result img { width: 70px; height: 70px; object-fit: contain; background: var(--bpc-soft); }
.bpc-account-links { display: grid; gap: 10px; margin-top: 18px; }
.bpc-account-links a { border: 1px solid var(--bpc-border); padding: 13px; font-weight: 700; }

.bpc-discount-card {
  left: 50%;
  top: 50%;
  right: auto;
  width: min(92vw, 760px);
  height: auto;
  max-height: 90vh;
  transform: translate(-50%, calc(-50% + 30px));
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  grid-template-rows: auto;
  overflow: hidden;
}
.bpc-discount-popup.is-open .bpc-discount-card { opacity: 1; visibility: visible; pointer-events: auto; }
.bpc-discount-card__media { background: #f3f3ee; min-height: 390px; display: grid; place-items: center; }
.bpc-discount-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 18px; }
.bpc-discount-card__body { padding: 32px; position: relative; display: grid; align-content: center; gap: 14px; }
.bpc-discount-card h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1; }
.bpc-discount-card p { margin: 0; color: var(--bpc-body); }
.bpc-discount-form { display: grid; gap: 10px; }
.bpc-discount-form input { min-height: 48px; border: 1px solid #111; padding: 0 12px; }
.bpc-discount-code { display: inline-flex; width: fit-content; border: 1px dashed #111; padding: 8px 12px; font-weight: 700; letter-spacing: .08em; }

.bpc-review-popup { position: fixed; right: 18px; bottom: 76px; z-index: 70; width: min(320px, calc(100vw - 36px)); background: #fff; border: 1px solid #111; box-shadow: 0 18px 40px rgba(0,0,0,.16); padding: 18px; display: none; }
.bpc-review-popup.is-open { display: block; }
.bpc-review-popup h2 { margin: 4px 0 8px; font-size: 21px; }
.bpc-review-popup p { margin: 0 0 14px; color: var(--bpc-body); font-size: 14px; }
.bpc-review-tab { position: fixed; right: 14px; bottom: 14px; z-index: 65; border: 1px solid #111; background: #111; color: #fff; padding: 8px 11px; font-size: 12px; font-weight: 700; letter-spacing: .03em; }

.bpc-toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 18px); background: #111; color: #fff; border-radius: 0; padding: 12px 18px; opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; z-index: 100; }
.bpc-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.bpc-sticky-buy { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: rgba(255,255,255,.98); border-top: 1px solid var(--bpc-border); padding: 10px 14px; transform: translateY(120%); transition: transform .2s ease; display: none; }
.bpc-sticky-buy.is-visible { transform: translateY(0); }
.bpc-sticky-buy__inner { max-width: var(--bpc-max); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; }

@media (max-width: 1060px) {
  .bpc-header__inner { grid-template-columns: auto 1fr auto; }
  .bpc-header-buy { display: none; }
  .bpc-menu-toggle { display: inline-grid; }
  .bpc-logo { justify-self: center; }
  .bpc-nav { display: none; }
  .bpc-mobile-nav.is-open { display: block; }
  .bpc-hero__inner,
  .bpc-product,
  .urlife-pdp,
  .bpc-eye-design,
  .bpc-finder__layout,
  .bpc-split,
  .bpc-demo { grid-template-columns: 1fr; }
  .bpc-hero__media { min-height: 360px; }
  .bpc-video-frame--hero { min-height: 420px; }
  .bpc-gallery { position: static; }
  .urlife-gallery__main,
  .urlife-buybox { position: static; }
  .urlife-buybox { padding-top: 0; }
  .bpc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bpc-needs { grid-template-columns: 1fr; }
  .bpc-trust-strip .bpc-container,
  .bpc-quote-grid,
  .bpc-review-grid,
  .bpc-footer__reassurance { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bpc-number-grid { grid-template-columns: 1fr; }
  .bpc-number-grid article { border-right: 0; border-bottom: 1px solid var(--bpc-border); }
  .bpc-number-grid article:last-child { border-bottom: 0; }
  .bpc-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .bpc-cart-layout { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .bpc-topbar,
  .bpc-delivery-bar { min-height: 36px; font-size: 12px; line-height: 1.25; }
  .bpc-header__inner { padding: 0 14px; min-height: 62px; gap: 8px; }
  .bpc-logo__mark { width: 118px; max-height: 32px; }
  .bpc-logo small { display: none; }
  .bpc-icon { width: 38px; height: 38px; }
  .bpc-home-page .bpc-header { top: 0; }
  .bpc-hero--dream { min-height: 620px; }
  .bpc-hero-poster {
    right: -90px;
    top: 36%;
    width: 540px;
    max-width: none;
    opacity: .22;
  }
  .bpc-hero--dream .bpc-hero__inner {
    min-height: 620px;
    padding: 84px 0 48px;
  }
  .bpc-hero--dream .bpc-hero__copy {
    width: min(100% - 32px, 540px);
    margin-left: 16px;
  }
  .bpc-hero--dream h1 { font-size: clamp(48px, 15vw, 72px); }
  .bpc-hero--dream p { font-size: 17px; }
  .bpc-hero--dream .bpc-btn {
    width: 100%;
  }
  .bpc-hero-proof strong { font-size: 15px; }
  .bpc-hero__mute {
    right: 14px;
    bottom: 14px;
    height: 36px;
  }
  .bpc-hero__inner { padding: 30px 16px 34px; }
  .bpc-hero h1 { font-size: 42px; }
  .bpc-hero p { font-size: 16px; }
  .bpc-hero__video { order: -1; }
  .bpc-video-frame,
  .bpc-video-frame--hero { min-height: 220px; }
  .bpc-hero-offer,
  .bpc-trust-strip .bpc-container,
  .bpc-quote-grid,
  .bpc-review-grid,
  .bpc-finder__choices,
  .bpc-finder__result,
  .bpc-footer__reassurance,
  .bpc-benefit-grid,
  .bpc-demo__grid { grid-template-columns: 1fr; }
  .bpc-trust-strip .bpc-container > div { border-right: 1px solid var(--bpc-border); border-bottom: 1px solid var(--bpc-border); }
  .bpc-social-proof { padding-top: 18px; }
  .bpc-social-proof__head { display: grid; }
  .bpc-section { padding: 42px 0; }
  .bpc-section__head { display: block; }
  .bpc-landing-story { padding-top: 38px; }
  .bpc-number-grid article { padding: 22px; }
  .bpc-eye-design { margin-top: 36px; gap: 22px; }
  .bpc-eye-design h2 { font-size: 34px; }
  .bpc-eye-design__media img { padding: 18px; }
  .bpc-grid { grid-template-columns: 1fr; }
  .bpc-card__price strong { font-size: 28px; }
  .bpc-card__actions { grid-template-columns: 1fr; }
  .bpc-finder__result img { max-width: 220px; justify-self: center; }
  .bpc-finder__result h3 { font-size: 30px; }
  .bpc-need { grid-template-columns: 98px 1fr; }
  .bpc-need strong { font-size: 18px; }
  .bpc-compare-product { grid-template-columns: 42px auto; }
  .bpc-compare-product img { width: 42px; height: 42px; }
  .bpc-product { padding: 22px 14px 88px; gap: 24px; }
  .urlife-pdp { padding: 0 14px 42px; gap: 20px; }
  .urlife-gallery__main { min-height: 360px; }
  .urlife-gallery__main img { padding: 24px; }
  .urlife-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .urlife-buybox h1 { font-size: 22px; }
  .urlife-buybox .urlife-price-card,
  .urlife-buybox .urlife-benefits-card { padding: 16px; }
  .urlife-buy-row { grid-template-columns: 1fr; }
  .urlife-confidence-head { display: grid; }
  .urlife-video-placeholder { min-height: 210px; }
  .bpc-thumbs { grid-template-columns: repeat(4, 1fr); }
  .bpc-buy-row,
  .urlife-confidence-card .info-grid { grid-template-columns: 1fr; }
  .bpc-footer__grid { grid-template-columns: 1fr; }
  .bpc-table { min-width: 0; }
  .bpc-table,
  .bpc-table tbody,
  .bpc-table tr,
  .bpc-table th,
  .bpc-table td { display: block; width: 100%; }
  .bpc-table th { border-bottom: 0; padding-bottom: 6px; }
  .bpc-table td { padding-top: 6px; }
  .bpc-cart-item { grid-template-columns: 64px 1fr; }
  .bpc-cart-item strong { grid-column: 2; }
  .bpc-discount-card { grid-template-columns: 1fr; overflow: auto; }
  .bpc-discount-card__media { min-height: 230px; }
  .bpc-discount-card__body { padding: 24px; }
  .bpc-sticky-buy { display: block; }
}

/* Final URLIFE-style popup and homepage overrides */
.bpc-discount-popup[aria-hidden="true"],
.bpc-review-popup[hidden],
.bpc-review-tab[hidden] { display: none; }
.bpc-discount-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
}
.bpc-discount-popup.is-open { pointer-events: auto; }
.bpc-discount-popup__shade {
  position: absolute;
  inset: 0;
  background: rgba(17,17,17,.55);
  opacity: 1;
}
.bpc-discount-card {
  position: relative;
  inset: auto;
  right: auto;
  top: auto;
  left: auto;
  width: 100%;
  max-width: 680px;
  max-height: 92vh;
  height: auto;
  overflow: hidden;
  background: #fff;
  color: #17212b;
  border-radius: 16px;
  box-shadow: 0 25px 70px rgba(0,0,0,.3);
  display: grid;
  grid-template-columns: minmax(280px,320px) 1fr;
  grid-template-rows: auto;
  transform: scale(.94) translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .26s ease, opacity .26s ease;
}
.bpc-discount-popup.is-open .bpc-discount-card {
  transform: scale(1) translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.bpc-discount-card__media {
  min-height: 390px;
  background: #eee;
  display: block;
  overflow: hidden;
}
.bpc-discount-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}
.bpc-discount-card__body {
  position: relative;
  padding: 36px 34px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.bpc-discount-card .bpc-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #17212b;
  font-size: 24px;
  opacity: .55;
}
.bpc-discount-card .bpc-close:hover { opacity: 1; background: rgba(0,0,0,.06); }
.bpc-discount-logo {
  margin: 0 0 18px;
  color: #17212b;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.02em;
}
.bpc-discount-card h2 {
  margin: 0 0 12px;
  color: #17212b;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
}
.bpc-discount-card h2 span { color: #d35400; text-transform: uppercase; }
.bpc-discount-card p {
  margin: 0 0 22px;
  color: #5f6b75;
  font-size: 14.5px;
  line-height: 1.5;
}
.bpc-discount-form { display: flex; flex-direction: column; gap: 12px; }
.bpc-discount-form input {
  width: 100%;
  border: 1px solid #d8dcdf;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14.5px;
}
.bpc-discount-form input:focus { border-color: #d35400; }
.bpc-discount-form .bpc-btn {
  border: 0;
  border-radius: 8px;
  background: #17212b;
  color: #fff;
  padding: 13px 16px;
}
.bpc-discount-decline {
  margin: 14px auto 0;
  border: 0;
  background: transparent;
  color: #2952e0;
  font-size: 13.5px;
  font-weight: 700;
}
.bpc-discount-code {
  display: inline-flex;
  width: fit-content;
  align-self: center;
  margin-top: 14px;
  border: 1.5px dashed #d35400;
  border-radius: 12px;
  background: #fdf1e9;
  color: #a53f00;
  padding: 12px 16px;
  font-size: 17px;
  font-weight: 800;
}
.bpc-review-popup {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  width: min(360px, calc(100vw - 36px));
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 8px;
  background: #fff;
  color: #111;
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
  padding: 24px;
}
.bpc-review-popup .bpc-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
}
.bpc-review-popup h2 {
  margin: 0 28px 10px 0;
  font-size: 1.45rem;
  line-height: 1.15;
}
.bpc-review-popup p {
  margin: 0 0 16px;
  color: #333;
  line-height: 1.55;
}
.bpc-review-popup .bpc-btn,
.bpc-review-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  background: #1b2631;
  color: #fff;
  font-weight: 700;
  padding: 10px 16px;
}
.bpc-review-secondary {
  margin-left: 10px;
  border: 0;
  background: transparent;
  text-decoration: underline;
}
.bpc-review-tab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 69;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
@media (max-width: 600px) {
  .bpc-discount-card {
    max-width: 400px;
    grid-template-columns: 1fr;
    overflow: auto;
  }
  .bpc-discount-card__media {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
  .bpc-discount-card__body { padding: 26px 22px 24px; }
  .bpc-review-popup,
  .bpc-review-tab {
    right: 12px;
    bottom: 12px;
  }
}
