:root {
  --promo-red: #b52222;
  --promo-red-dark: #861818;
  --promo-ink: #241b17;
  --promo-muted: #6b625b;
  --promo-line: #ded8d0;
  --promo-soft: #f4f2ee;
  --promo-gold: #c9975f;
}

.promo-landing {
  background: #ffffff;
  color: var(--promo-ink);
  letter-spacing: 0;
}

.promo-landing h1,
.promo-landing h2,
.promo-landing h3 {
  color: var(--promo-ink);
  letter-spacing: 0;
}

.promo-landing p {
  color: var(--promo-muted);
}

.promo-container {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.promo-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 74px;
  border-bottom: 1px solid var(--promo-line);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
}

.promo-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 28px;
}

.promo-brand {
  flex: 0 0 auto;
}

.promo-header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.promo-header-note {
  color: var(--promo-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.promo-phone {
  display: grid;
  gap: 1px;
  padding-left: 20px;
  border-left: 1px solid var(--promo-line);
  line-height: 1.2;
  text-align: right;
}

.promo-phone span {
  color: var(--promo-muted);
  font-size: 0.72rem;
}

.promo-phone strong {
  color: var(--promo-red);
  font-size: 1.04rem;
}

.promo-hero {
  padding: 54px 0 62px;
  border-bottom: 1px solid var(--promo-line);
  background: #fbfaf8;
}

.promo-hero-grid {
  display: grid;
  grid-template-areas: "media content";
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 56px;
  align-items: center;
}

.promo-hero-content {
  grid-area: content;
  min-width: 0;
}

.promo-media {
  position: relative;
  grid-area: media;
  min-width: 0;
}

.promo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  padding: 10px 16px 10px 10px;
  border: 1px solid rgba(181, 34, 34, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: var(--promo-red);
}

.promo-kicker-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--promo-red);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
}

.promo-kicker > span:last-child {
  display: grid;
  gap: 2px;
}

.promo-kicker strong {
  color: var(--promo-ink);
  font-size: 0.86rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.promo-kicker small {
  color: var(--promo-red);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.promo-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: -6px 0 20px;
}

.promo-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.25;
}

.promo-status-limited {
  border: 1px solid var(--promo-red);
  background: var(--promo-red);
  color: #ffffff;
  text-transform: uppercase;
}

.promo-status-social {
  border: 1px solid rgba(181, 34, 34, 0.32);
  background: #ffffff;
  color: #8f1717;
}

.promo-landing .promo-hero h1 {
  max-width: 720px;
  margin-bottom: 20px;
  color: var(--promo-ink);
  font-size: 68px;
  line-height: 0.98;
}

.promo-hero-lead {
  max-width: 690px;
  margin-bottom: 26px;
  font-size: 1.06rem;
  line-height: 1.75;
}

.promo-price-line {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.promo-price {
  display: grid;
  flex: 0 0 auto;
  gap: 2px;
  padding: 14px 20px;
  border: 1px solid rgba(181, 34, 34, 0.38);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(36, 27, 23, 0.08);
}

.promo-price span {
  color: var(--promo-red);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.promo-price strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  line-height: 0.96;
}

.promo-price-line p {
  max-width: 210px;
  margin: 0;
  color: var(--promo-ink);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}

.promo-inline-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 20px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.promo-inline-benefits li {
  position: relative;
  padding-left: 27px;
  color: var(--promo-ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.promo-inline-benefits li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--promo-red);
  font-weight: 800;
}

.promo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.promo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.promo-btn:hover {
  transform: translateY(-1px);
}

.promo-btn-primary {
  border-color: var(--promo-red);
  background: var(--promo-red);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(181, 34, 34, 0.2);
}

.promo-btn-primary:hover,
.promo-btn-primary:focus-visible {
  border-color: var(--promo-red-dark);
  background: var(--promo-red-dark);
}

.promo-btn-secondary {
  border-color: var(--promo-line);
  background: #ffffff;
  color: var(--promo-ink);
}

.promo-btn-secondary:hover,
.promo-btn-secondary:focus-visible {
  border-color: var(--promo-ink);
}

.promo-btn:focus-visible,
.promo-main-image:focus-visible,
.promo-gallery button:focus-visible {
  outline: 3px solid rgba(181, 34, 34, 0.32);
  outline-offset: 3px;
}

.promo-availability {
  margin: 16px 0 0;
  font-size: 0.76rem;
}

.promo-main-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 0;
  border: 1px solid var(--promo-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(36, 27, 23, 0.14);
  cursor: zoom-in;
}

.promo-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.promo-main-image:hover img {
  transform: scale(1.02);
}

.promo-sticker {
  position: absolute;
  top: -22px;
  left: -22px;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  width: 112px;
  height: 112px;
  border: 6px solid #ffffff;
  border-radius: 50%;
  background: var(--promo-red);
  color: #ffffff;
  transform: rotate(-9deg);
  box-shadow: 0 16px 34px rgba(181, 34, 34, 0.3);
  text-align: center;
}

.promo-sticker strong {
  font-size: 1rem;
  line-height: 1;
}

.promo-sticker span {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.promo-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.promo-gallery button {
  overflow: hidden;
  aspect-ratio: 1.35 / 1;
  padding: 0;
  border: 1px solid var(--promo-line);
  border-radius: 8px;
  background: #ffffff;
  cursor: zoom-in;
}

.promo-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.promo-gallery button:hover img {
  transform: scale(1.04);
}

.promo-gallery-note {
  margin: 8px 0 0;
  font-size: 0.72rem;
  text-align: center;
}

.promo-included {
  padding: 82px 0;
  background: #ffffff;
}

.promo-section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.promo-eyebrow {
  margin-bottom: 9px;
  color: var(--promo-red) !important;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.promo-landing h2 {
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 1.02;
}

.promo-included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--promo-line);
  border-bottom: 1px solid var(--promo-line);
}

.promo-included-grid article {
  min-width: 0;
  padding: 30px 26px 26px;
  border-right: 1px solid var(--promo-line);
}

.promo-included-grid article:last-child {
  border-right: 0;
}

.promo-included-grid article > span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--promo-red);
  font-size: 0.78rem;
  font-weight: 800;
}

.promo-included-grid h3 {
  font-size: 1.55rem;
}

.promo-included-grid p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.promo-lead-section {
  padding: 84px 0;
  background: var(--promo-soft);
}

.promo-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 64px;
  align-items: center;
}

.promo-red-label {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 8px 12px;
  border-radius: 4px;
  background: var(--promo-red);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.promo-contact-direct {
  display: grid;
  gap: 2px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #cec7bf;
}

.promo-contact-direct span,
.promo-contact-direct small {
  color: var(--promo-muted);
  font-size: 0.78rem;
}

.promo-contact-direct a {
  color: var(--promo-red);
  font-size: 1.65rem;
  font-weight: 800;
}

.promo-lead-form {
  border-top: 5px solid var(--promo-red);
}

.promo-lead-form .promo-btn {
  width: 100%;
  border-radius: 6px;
}

.promo-form-note {
  margin: -2px 0 0;
  color: var(--promo-muted);
  font-size: 0.72rem;
  text-align: center;
}

.promo-details {
  padding: 86px 0;
  background: #ffffff;
}

.promo-details-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 70px;
  align-items: start;
}

.promo-specs {
  margin: 0;
  border-top: 1px solid var(--promo-line);
}

.promo-specs div {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 22px;
  padding: 16px 0;
  border-bottom: 1px solid var(--promo-line);
}

.promo-specs dt {
  color: var(--promo-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.promo-specs dd {
  margin: 0;
  color: var(--promo-ink);
  font-weight: 700;
}

.promo-guarantee {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.6fr;
  gap: 34px;
  align-items: center;
  margin-top: 54px;
  padding: 30px 34px;
  border: 1px solid var(--promo-line);
  border-left: 5px solid var(--promo-gold);
  border-radius: 8px;
  background: #fbfaf8;
}

.promo-guarantee div {
  display: grid;
}

.promo-guarantee strong {
  color: var(--promo-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.promo-guarantee span {
  color: var(--promo-muted);
  font-size: 0.78rem;
}

.promo-guarantee p {
  margin: 0;
  font-size: 0.8rem;
}

.promo-store {
  padding: 84px 0;
  background: var(--promo-ink);
}

.promo-store-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 58px;
  align-items: center;
}

.promo-store-grid > img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  border-radius: 8px;
  object-fit: cover;
}

.promo-store h2,
.promo-store p,
.promo-store address {
  color: #ffffff;
}

.promo-store p {
  color: rgba(255, 255, 255, 0.72);
}

.promo-store address {
  display: grid;
  gap: 2px;
  margin: 24px 0 28px;
  font-style: normal;
}

.promo-store address span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.promo-store .promo-btn-secondary {
  border-color: rgba(255, 255, 255, 0.46);
  background: transparent;
  color: #ffffff;
}

.promo-faq {
  padding: 88px 0;
  background: #ffffff;
}

.promo-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 76px;
  align-items: start;
}

.promo-faq-intro {
  position: sticky;
  top: 104px;
}

.promo-faq-list {
  border-top: 1px solid var(--promo-line);
}

.promo-faq-list .faq-item {
  border-right: 0;
  border-bottom: 1px solid var(--promo-line);
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
}

.promo-faq-list .faq-item button {
  padding-inline: 0;
}

.promo-faq-list .faq-panel p {
  padding-right: 26px;
  padding-left: 0;
}

.promo-final {
  padding: 56px 0;
  background: var(--promo-red);
}

.promo-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.promo-final p {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.promo-final h2 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-size: 38px;
}

.promo-btn-light {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--promo-red);
}

.promo-btn-outline-light {
  border-color: rgba(255, 255, 255, 0.6);
  background: transparent;
  color: #ffffff;
}

.promo-footer {
  padding: 30px 0;
  background: #171311;
  color: #ffffff;
}

.promo-footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.7fr auto;
  gap: 30px;
  align-items: center;
}

.promo-footer .brand-copy strong,
.promo-footer a {
  color: #ffffff;
}

.promo-footer .brand-copy small,
.promo-footer p {
  color: rgba(255, 255, 255, 0.62);
}

.promo-footer-inner > div {
  display: grid;
  gap: 3px;
}

.promo-footer p {
  margin: 0;
  font-size: 0.78rem;
}

@media (max-width: 1020px) {
  .promo-landing .promo-hero h1 {
    font-size: 54px;
  }

  .promo-hero-grid {
    gap: 38px;
  }

  .promo-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-included-grid article:nth-child(2) {
    border-right: 0;
  }

  .promo-included-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--promo-line);
  }

  .promo-lead-grid,
  .promo-details-grid,
  .promo-store-grid,
  .promo-faq-layout {
    gap: 42px;
  }

  .promo-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .promo-container {
    width: min(100% - 34px, 720px);
  }

  .promo-header-note {
    display: none;
  }

  .promo-hero {
    padding-top: 38px;
  }

  .promo-hero-grid {
    grid-template-areas:
      "content"
      "media";
    grid-template-columns: 1fr;
  }

  .promo-hero-content {
    text-align: center;
  }

  .promo-kicker {
    margin-inline: auto;
  }

  .promo-status-row {
    justify-content: center;
  }

  .promo-landing .promo-hero h1 {
    max-width: 680px;
    margin-inline: auto;
    font-size: 50px;
  }

  .promo-hero-lead {
    margin-inline: auto;
  }

  .promo-price-line,
  .promo-hero-actions {
    justify-content: center;
  }

  .promo-inline-benefits {
    max-width: 560px;
    margin-inline: auto;
    margin-bottom: 28px;
    text-align: left;
  }

  .promo-lead-grid,
  .promo-details-grid,
  .promo-store-grid,
  .promo-faq-layout {
    grid-template-columns: 1fr;
  }

  .promo-faq-intro {
    position: static;
  }

  .promo-guarantee {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-guarantee p {
    grid-column: 1 / -1;
  }

  .promo-final-inner {
    display: grid;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .promo-container {
    width: min(100% - 28px, 560px);
  }

  .promo-header,
  .promo-header-inner {
    min-height: 68px;
  }

  .promo-brand .brand-copy small {
    display: none;
  }

  .promo-phone {
    padding-left: 12px;
  }

  .promo-phone span {
    display: none;
  }

  .promo-phone strong {
    font-size: 0.86rem;
  }

  .promo-hero {
    padding: 28px 0 46px;
  }

  .promo-kicker {
    margin-bottom: 18px;
  }

  .promo-status-row {
    margin-top: -4px;
  }

  .promo-status {
    justify-content: center;
    text-align: center;
  }

  .promo-landing .promo-hero h1 {
    font-size: 40px;
    line-height: 1;
  }

  .promo-hero-lead {
    font-size: 0.94rem;
  }

  .promo-price-line {
    display: grid;
    justify-items: center;
  }

  .promo-price-line p {
    max-width: none;
  }

  .promo-price strong {
    font-size: 2.7rem;
  }

  .promo-inline-benefits {
    grid-template-columns: 1fr;
    width: fit-content;
  }

  .promo-hero-actions {
    display: grid;
    width: 100%;
  }

  .promo-btn {
    width: 100%;
  }

  .promo-sticker {
    top: -16px;
    left: -10px;
    width: 92px;
    height: 92px;
    border-width: 5px;
  }

  .promo-main-image {
    aspect-ratio: 1 / 1;
  }

  .promo-gallery {
    gap: 8px;
  }

  .promo-gallery button {
    aspect-ratio: 1 / 1;
  }

  .promo-included,
  .promo-lead-section,
  .promo-details,
  .promo-store,
  .promo-faq {
    padding: 64px 0;
  }

  .promo-landing h2 {
    font-size: 34px;
  }

  .promo-included-grid {
    grid-template-columns: 1fr;
  }

  .promo-included-grid article,
  .promo-included-grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--promo-line);
  }

  .promo-included-grid article:last-child {
    border-bottom: 0;
  }

  .promo-lead-form {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .promo-lead-form label,
  .promo-lead-form .full {
    grid-column: 1;
  }

  .promo-contact-direct a {
    font-size: 1.4rem;
  }

  .promo-specs div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .promo-guarantee {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .promo-guarantee p {
    grid-column: auto;
  }

  .promo-store-grid > img {
    aspect-ratio: 1 / 1;
  }

  .promo-final h2 {
    font-size: 32px;
  }

  .promo-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .promo-footer .brand {
    justify-content: center;
  }

  .promo-footer-inner > div {
    justify-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo-btn,
  .promo-main-image img,
  .promo-gallery img {
    transition: none;
  }
}
