/* =========================================================
   ParkingBox - BarbequeBOX Premium landing page
   ========================================================= */

body.pb-bbq-box-body #content,
body.pb-bbq-box-body #content > .ast-container,
body.pb-bbq-box-body #primary,
body.pb-bbq-box-body .ast-page-builder-template .site-content {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: none !important;
}

body.pb-bbq-box-body.ast-separate-container #primary,
body.pb-bbq-box-body.ast-separate-container .ast-article-single,
body.pb-bbq-box-body.ast-separate-container .site-content .ast-container {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.pb-bbq-box-body #page {
  overflow-x: hidden;
}

.pb-bbq-page {
  --bbq-ink: #101211;
  --bbq-charcoal: #202321;
  --bbq-forest: #29382c;
  --bbq-olive: #61734b;
  --bbq-copper: #b86434;
  --bbq-copper-dark: #8d4625;
  --bbq-stone: #f1f0ea;
  --bbq-paper: #fffdf8;
  --bbq-mist: #dfe5e2;
  --bbq-line: #d6d6cd;
  --bbq-muted: #666b63;
  color: var(--bbq-ink);
  background: var(--bbq-stone);
  font-family: "Inter Tight", "Lato", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.pb-bbq-page * {
  box-sizing: border-box;
}

.pb-bbq-page a {
  color: inherit;
  text-decoration: none;
}

.pb-bbq-page img {
  display: block;
  width: 100%;
  height: auto;
}

.pb-bbq-page h1,
.pb-bbq-page h2,
.pb-bbq-page h3 {
  margin: 0;
  color: inherit;
  font-family: "Poppins", "Inter Tight", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.pb-bbq-page p,
.pb-bbq-page dl,
.pb-bbq-page dd,
.pb-bbq-page figure {
  margin: 0;
}

.pb-bbq-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.pb-bbq-hero {
  min-height: calc(100vh - 96px);
  padding: clamp(54px, 7vw, 92px) 0 42px;
  background:
    linear-gradient(125deg, rgba(16, 18, 17, 0.96) 0%, rgba(32, 35, 33, 0.95) 52%, rgba(41, 56, 44, 0.96) 100%),
    linear-gradient(90deg, rgba(223, 229, 226, 0.09) 1px, transparent 1px),
    linear-gradient(0deg, rgba(223, 229, 226, 0.07) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
  color: #fffdf8;
  display: flex;
  align-items: center;
}

.pb-bbq-hero__grid,
.pb-bbq-positioning__grid,
.pb-bbq-scene__grid,
.pb-bbq-lead__grid,
.pb-bbq-faq__grid {
  display: grid;
  gap: clamp(32px, 6vw, 78px);
}

.pb-bbq-hero__grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  align-items: center;
}

.pb-bbq-hero__copy {
  animation: pbBbqReveal 0.72s ease both;
}

.pb-bbq-kicker,
.pb-bbq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--bbq-copper);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pb-bbq-kicker::before,
.pb-bbq-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.pb-bbq-hero h1 {
  max-width: 760px;
  font-size: 5.8rem;
  line-height: 0.98;
}

.pb-bbq-hero__lead {
  max-width: 670px;
  margin-top: 24px;
  color: rgba(255, 253, 248, 0.82);
  font-size: 1.22rem;
}

.pb-bbq-price {
  margin-top: 22px;
}

.pb-bbq-price__value {
  display: inline-block;
  font-family: inherit;
  font-weight: 800;
  font-size: 2rem;
  color: #fffdf8;
}

.pb-bbq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.pb-bbq-custom-note {
  margin-top: 14px;
  color: rgba(255, 253, 248, 0.7);
  font-size: 0.94rem;
}

.pb-bbq-custom-note a {
  color: var(--bbq-copper);
  font-weight: 700;
  text-decoration: underline;
}

.pb-bbq-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 253, 248, 0.26);
  border-radius: 8px;
  padding: 14px 22px;
  font-weight: 800;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

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

.pb-bbq-btn--primary {
  border-color: var(--bbq-copper);
  background: var(--bbq-copper);
  color: #fff;
}

.pb-bbq-btn--primary:hover {
  background: #fffdf8;
  border-color: #fffdf8;
  color: var(--bbq-ink);
}

.pb-bbq-btn--ghost {
  color: #fffdf8;
}

.pb-bbq-btn--ghost:hover {
  border-color: #fffdf8;
  background: rgba(255, 253, 248, 0.1);
}

.pb-bbq-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.pb-bbq-proof span {
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 8px;
  padding: 8px 11px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.86rem;
}

.pb-bbq-stage {
  position: relative;
  min-height: 610px;
  animation: pbBbqStageIn 0.8s 0.14s ease both;
}

.pb-bbq-stage__main,
.pb-bbq-stage__side {
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, #f8f8f3 0%, #e2e7e4 100%);
  overflow: hidden;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.3);
}

.pb-bbq-stage__main {
  min-height: 560px;
  display: flex;
  align-items: center;
}

.pb-bbq-stage__main img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: clamp(10px, 2vw, 26px);
}

.pb-bbq-stage__side {
  position: absolute;
  right: -18px;
  bottom: 72px;
  width: min(38%, 230px);
  background: #f8f8f3;
  animation: pbBbqFloat 4.5s ease-in-out infinite;
}

.pb-bbq-stage__side img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 10px;
}

.pb-bbq-stage__side span {
  display: block;
  border-top: 1px solid var(--bbq-line);
  padding: 9px 10px;
  color: var(--bbq-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pb-bbq-media-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(16, 18, 17, 0.8);
  color: #fffdf8;
  backdrop-filter: blur(10px);
}

.pb-bbq-media-note strong,
.pb-bbq-media-note span {
  display: block;
  font-size: 0.88rem;
  line-height: 1.3;
}

.pb-bbq-media-note span {
  color: rgba(255, 253, 248, 0.72);
}

.pb-bbq-band {
  padding: clamp(50px, 7vw, 76px) 0;
  background: var(--bbq-paper);
  border-bottom: 1px solid var(--bbq-line);
}

.pb-bbq-positioning__grid,
.pb-bbq-scene__grid,
.pb-bbq-lead__grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
}

.pb-bbq-positioning__text {
  display: grid;
  gap: 16px;
  color: var(--bbq-muted);
  font-size: 1.05rem;
}

.pb-bbq-positioning h2,
.pb-bbq-section__head h2,
.pb-bbq-scene__copy h2,
.pb-bbq-lead__copy h2,
.pb-bbq-faq h2 {
  font-size: 3.55rem;
  line-height: 1.04;
}

.pb-bbq-section {
  padding: clamp(62px, 8vw, 100px) 0;
  background: var(--bbq-stone);
}

.pb-bbq-section__head {
  max-width: 840px;
  margin-bottom: clamp(28px, 5vw, 46px);
}

.pb-bbq-section__head--split {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.pb-bbq-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 2px solid var(--bbq-copper);
  color: #fffdf8;
  font-weight: 800;
}

.pb-bbq-link--dark {
  color: var(--bbq-ink);
}

.pb-bbq-moment-grid,
.pb-bbq-feature-grid,
.pb-bbq-spec-groups,
.pb-bbq-step-grid {
  display: grid;
  gap: 16px;
}

.pb-bbq-moment-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pb-bbq-moment,
.pb-bbq-feature,
.pb-bbq-spec-card,
.pb-bbq-step,
.pb-bbq-faq details {
  border: 1px solid var(--bbq-line);
  border-radius: 8px;
  background: var(--bbq-paper);
}

.pb-bbq-moment,
.pb-bbq-step {
  min-height: 210px;
  padding: 26px;
}

.pb-bbq-moment h3,
.pb-bbq-feature h3,
.pb-bbq-spec-card h3,
.pb-bbq-step h3 {
  font-size: 1.24rem;
  line-height: 1.18;
}

.pb-bbq-moment p,
.pb-bbq-step p,
.pb-bbq-faq p {
  margin-top: 12px;
  color: var(--bbq-muted);
}

.pb-bbq-scene,
.pb-bbq-process {
  background: var(--bbq-paper);
}

.pb-bbq-scene__grid {
  grid-template-columns: minmax(390px, 1.1fr) minmax(0, 0.9fr);
}

.pb-bbq-scene__media {
  border: 1px solid var(--bbq-line);
  border-radius: 8px;
  background: #f8f8f3;
  overflow: hidden;
}

.pb-bbq-scene__media img {
  aspect-ratio: 1.04 / 1;
  object-fit: contain;
  padding: clamp(10px, 2vw, 28px);
}

.pb-bbq-scene__copy p {
  margin-top: 22px;
  color: var(--bbq-muted);
  font-size: 1.05rem;
}

.pb-bbq-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.pb-bbq-list li {
  position: relative;
  padding-left: 24px;
  color: var(--bbq-charcoal);
  font-weight: 700;
}

.pb-bbq-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bbq-olive);
}

.pb-bbq-features {
  background: var(--bbq-stone);
}

.pb-bbq-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pb-bbq-feature {
  min-height: 260px;
  padding: 24px;
}

.pb-bbq-feature span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--bbq-copper-dark);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pb-bbq-feature ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.pb-bbq-feature li {
  position: relative;
  padding-left: 18px;
  color: var(--bbq-muted);
  font-size: 0.95rem;
}

.pb-bbq-feature li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bbq-copper);
}

.pb-bbq-specs {
  background: #1f2421;
  color: #fffdf8;
}

.pb-bbq-spec-groups {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pb-bbq-spec-card {
  min-height: 290px;
  padding: 24px;
  background: #29312c;
  border-color: rgba(255, 253, 248, 0.14);
}

.pb-bbq-spec-card h3 {
  color: #fffdf8;
}

.pb-bbq-spec-card dl {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.pb-bbq-spec-card div {
  display: grid;
  gap: 4px;
}

.pb-bbq-spec-card dt {
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pb-bbq-spec-card dd {
  color: #fffdf8;
  font-weight: 800;
  line-height: 1.3;
}

.pb-bbq-gallery-section {
  background: var(--bbq-stone);
}

.pb-bbq-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.pb-bbq-gallery figure {
  grid-column: span 6;
  border: 1px solid var(--bbq-line);
  border-radius: 8px;
  background: var(--bbq-paper);
  overflow: hidden;
}

.pb-bbq-gallery figure:nth-child(1),
.pb-bbq-gallery figure:nth-child(2) {
  grid-column: span 6;
}

.pb-bbq-gallery figure:nth-child(n+3) {
  grid-column: span 4;
}

.pb-bbq-gallery img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 14px;
  background: linear-gradient(180deg, #f8f8f3 0%, #e4e9e5 100%);
  transition: transform 0.35s ease;
}

.pb-bbq-gallery figure:hover img {
  transform: scale(1.025);
}

.pb-bbq-gallery figcaption {
  border-top: 1px solid var(--bbq-line);
  padding: 12px 14px;
  color: var(--bbq-muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.pb-bbq-real-gallery-section {
  background: var(--bbq-paper);
}

.pb-bbq-real-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.pb-bbq-real-gallery figure {
  grid-column: span 2;
  border: 1px solid var(--bbq-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--bbq-stone);
}

.pb-bbq-real-gallery figure:nth-child(1),
.pb-bbq-real-gallery figure:nth-child(2) {
  grid-column: span 3;
}

.pb-bbq-real-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.pb-bbq-real-gallery figure:hover img {
  transform: scale(1.03);
}

.pb-bbq-gallery img,
.pb-bbq-real-gallery img {
  cursor: zoom-in;
}

.pb-bbq-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(12, 14, 13, 0.92);
  cursor: zoom-out;
}

.pb-bbq-lightbox.is-open {
  display: flex;
}

.pb-bbq-lightbox img {
  max-width: 92vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.pb-bbq-lightbox__close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.pb-bbq-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.26);
}

.pb-bbq-step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pb-bbq-step span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--bbq-copper);
  font-weight: 900;
}

.pb-bbq-lead {
  background:
    linear-gradient(125deg, rgba(16, 18, 17, 0.97) 0%, rgba(31, 36, 33, 0.97) 55%, rgba(41, 56, 44, 0.98) 100%),
    linear-gradient(90deg, rgba(223, 229, 226, 0.08) 1px, transparent 1px);
  background-size: auto, 48px 48px;
  color: #fffdf8;
}

.pb-bbq-lead__copy {
  position: sticky;
  top: 110px;
}

.pb-bbq-lead__copy p {
  margin-top: 22px;
  color: rgba(255, 253, 248, 0.74);
  font-size: 1.05rem;
}

.pb-bbq-contact {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.pb-bbq-contact a {
  width: fit-content;
  border-bottom: 1px solid rgba(255, 253, 248, 0.35);
  color: #fffdf8;
  font-weight: 800;
}

.pb-bbq-crm-form {
  min-height: 520px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 32px);
  background: #fffdf8;
  color: var(--bbq-ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.pb-bbq-crm-form iframe,
.pb-bbq-crm-form form {
  max-width: 100%;
}

.pb-bbq-faq {
  background: var(--bbq-stone);
}

.pb-bbq-faq__grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
}

.pb-bbq-faq__items {
  display: grid;
  gap: 12px;
}

.pb-bbq-faq details {
  padding: 20px 22px;
}

.pb-bbq-faq summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.pb-bbq-faq summary::-webkit-details-marker {
  display: none;
}

@keyframes pbBbqReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pbBbqStageIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pbBbqFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pb-bbq-hero__copy,
  .pb-bbq-stage,
  .pb-bbq-stage__side {
    animation: none;
  }

  .pb-bbq-btn,
  .pb-bbq-gallery img {
    transition: none;
  }
}

@media (max-width: 1100px) {
  .pb-bbq-hero h1 {
    font-size: 4.25rem;
  }

  .pb-bbq-positioning h2,
  .pb-bbq-section__head h2,
  .pb-bbq-scene__copy h2,
  .pb-bbq-lead__copy h2,
  .pb-bbq-faq h2 {
    font-size: 3rem;
  }

  .pb-bbq-hero {
    min-height: auto;
  }

  .pb-bbq-hero__grid,
  .pb-bbq-positioning__grid,
  .pb-bbq-scene__grid,
  .pb-bbq-lead__grid,
  .pb-bbq-faq__grid {
    grid-template-columns: 1fr;
  }

  .pb-bbq-stage {
    min-height: 0;
  }

  .pb-bbq-stage__main {
    min-height: 0;
  }

  .pb-bbq-lead__copy {
    position: static;
  }

  .pb-bbq-moment-grid,
  .pb-bbq-feature-grid,
  .pb-bbq-spec-groups,
  .pb-bbq-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .pb-bbq-shell {
    width: min(100% - 28px, 1200px);
  }

  .pb-bbq-hero {
    padding-top: 42px;
  }

  .pb-bbq-hero h1 {
    font-size: 2.9rem;
  }

  .pb-bbq-hero__lead {
    font-size: 1.06rem;
  }

  .pb-bbq-positioning h2,
  .pb-bbq-section__head h2,
  .pb-bbq-scene__copy h2,
  .pb-bbq-lead__copy h2,
  .pb-bbq-faq h2 {
    font-size: 2.1rem;
  }

  .pb-bbq-actions,
  .pb-bbq-btn,
  .pb-bbq-section__head--split {
    width: 100%;
  }

  .pb-bbq-actions,
  .pb-bbq-section__head--split {
    align-items: stretch;
    flex-direction: column;
  }

  .pb-bbq-stage__side {
    position: static;
    width: 100%;
    margin-top: 12px;
    animation: none;
  }

  .pb-bbq-media-note {
    position: static;
    flex-direction: column;
    border-width: 1px 0 0;
    border-radius: 0;
    background: #161817;
  }

  .pb-bbq-moment-grid,
  .pb-bbq-feature-grid,
  .pb-bbq-spec-groups,
  .pb-bbq-step-grid {
    grid-template-columns: 1fr;
  }

  .pb-bbq-moment,
  .pb-bbq-feature,
  .pb-bbq-spec-card,
  .pb-bbq-step {
    min-height: 0;
  }

  .pb-bbq-gallery {
    grid-template-columns: 1fr;
  }

  .pb-bbq-gallery figure,
  .pb-bbq-gallery figure:nth-child(1),
  .pb-bbq-gallery figure:nth-child(2),
  .pb-bbq-gallery figure:nth-child(n+3) {
    grid-column: auto;
  }

  .pb-bbq-real-gallery {
    grid-template-columns: 1fr;
  }

  .pb-bbq-real-gallery figure,
  .pb-bbq-real-gallery figure:nth-child(1),
  .pb-bbq-real-gallery figure:nth-child(2) {
    grid-column: auto;
  }

  .pb-bbq-crm-form {
    min-height: 560px;
    padding: 14px;
  }
}
