/* Rocket Signs v27 - Bumper Stickers intro section
   Drop this file into /v27/css/ and include it after the main v27 stylesheet.
*/

.rs-bs-intro {
  --rs-red: #d90808;
  --rs-red-dark: #b90000;
  --rs-gold: #f6ae18;
  --rs-black: #111;
  --rs-ink: #171717;
  --rs-muted: #606060;
  --rs-line: #d7d7d7;
  --rs-card: #fff;
  --rs-radius: 14px;
  --rs-shadow: 0 10px 28px rgba(0,0,0,.08);

  box-sizing: border-box;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding: 28px 30px 30px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.96), rgba(255,255,255,1) 42%),
    linear-gradient(180deg, #fff, #fbfbfb);
  border: 1px solid rgba(0,0,0,.07);
  border-radius: calc(var(--rs-radius) + 7px);
  box-shadow: 0 10px 34px rgba(0,0,0,.08);
  color: var(--rs-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.rs-bs-intro *,
.rs-bs-intro *::before,
.rs-bs-intro *::after {
  box-sizing: border-box;
}

.rs-bs-hero {
  display: grid;
  grid-template-columns: minmax(275px, 34%) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.rs-bs-eyebrow {
  margin: 0 0 10px;
  color: var(--rs-red);
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.rs-bs-title {
  margin: 0;
  color: #050505;
  font-family: "Arial Narrow", "Helvetica Neue Condensed", "Franklin Gothic Medium", Arial, sans-serif;
  font-size: clamp(44px, 4.8vw, 66px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: .035em;
  text-wrap: balance;
}

.rs-bs-gold-rule {
  width: 80px;
  height: 4px;
  margin: 20px 0 26px;
  background: var(--rs-gold);
  border-radius: 999px;
}

.rs-bs-benefits {
  display: grid;
  gap: 20px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.rs-bs-benefits li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 15px;
  align-items: center;
  color: var(--rs-ink);
  font-size: clamp(16px, 1.55vw, 21px);
  line-height: 1.25;
}

.rs-bs-check {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-left: 1px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ee1111, var(--rs-red-dark));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
}

.rs-bs-check svg {
  display: block;
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #fff;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rs-bs-peel-photo,
.rs-bs-hero-photo {
  overflow: hidden;
  border-radius: 10px;
  background: #f3f3f3;
}

.rs-bs-peel-photo {
  width: 100%;
  max-width: 365px;
  box-shadow: 0 3px 10px rgba(0,0,0,.07);
}

.rs-bs-peel-photo img,
.rs-bs-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rs-bs-hero-photo {
  min-height: 420px;
  box-shadow: var(--rs-shadow);
}

.rs-bs-divider {
  height: 1px;
  margin: 28px 0 22px;
  background: var(--rs-line);
}

.rs-bs-copy-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 44%);
  gap: 34px;
  align-items: center;
}

.rs-bs-copy {
  display: grid;
  gap: 13px;
  color: var(--rs-ink);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.55;
}

.rs-bs-copy p {
  margin: 0;
}

.rs-bs-info-card {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 24px;
  align-items: center;
  min-height: 155px;
  padding: 25px 28px;
  background: rgba(255,255,255,.92);
  border: 1px solid #d8d8d8;
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 5px 18px rgba(0,0,0,.04);
}

.rs-bs-size-stack {
  display: grid;
  gap: 24px;
}

.rs-bs-info-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
}

.rs-bs-info-icon svg {
  display: block;
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #111;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rs-bs-info-text {
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.28;
}

.rs-bs-info-text strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 900;
}

.rs-bs-design-service {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  padding-left: 28px;
  border-left: 1px solid #d8d8d8;
}

.rs-bs-design-icon svg {
  display: block;
  width: 62px;
  height: 62px;
  fill: none;
  stroke: var(--rs-gold);
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rs-bs-design-copy h3 {
  margin: 0 0 8px;
  font-size: clamp(16px, 1.32vw, 20px);
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.rs-bs-design-copy p {
  margin: 0;
  color: var(--rs-ink);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .rs-bs-intro {
    width: min(100% - 18px, 720px);
    padding: 22px 18px 24px;
  }

  .rs-bs-hero,
  .rs-bs-copy-row {
    grid-template-columns: 1fr;
  }

  .rs-bs-hero-photo {
    min-height: unset;
  }

  .rs-bs-peel-photo {
    max-width: 420px;
  }

  .rs-bs-copy-row {
    gap: 22px;
  }

  .rs-bs-info-card {
    grid-template-columns: 1fr;
  }

  .rs-bs-design-service {
    padding-left: 0;
    padding-top: 22px;
    border-left: 0;
    border-top: 1px solid #d8d8d8;
  }
}

@media (max-width: 520px) {
  .rs-bs-title {
  font-size: clamp(36px, 11vw, 48px);
  line-height: .98;
  letter-spacing: .025em;
}

  .rs-bs-benefits {
    gap: 15px;
  }

  .rs-bs-benefits li {
    font-size: 16px;
  }

  .rs-bs-info-card,
  .rs-bs-design-service {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rs-bs-info-item {
    grid-template-columns: 34px 1fr;
  }

  .rs-bs-info-icon svg {
    width: 34px;
    height: 34px;
  }
}