.bbp { --ink: oklch(0.19 0.024 250); --paper: oklch(0.96 0.012 88); --gold: oklch(0.80 0.14 76); --gold-d: oklch(0.52 0.13 48); }
.bbp { background: var(--ink); color: var(--paper); font-family: 'Archivo', system-ui, sans-serif; overflow-x: hidden; }
.bbp * { box-sizing: border-box; }
.bbp a { color: var(--gold); text-decoration: none; }
.bbp ::selection { background: var(--gold); color: var(--ink); }
.bbp h1, .bbp h2, .bbp h3, .bbp .disp { font-family: 'Big Shoulders Display', sans-serif; }
html { scroll-behavior: smooth; }
body.bbp-page { margin: 0; background: oklch(0.19 0.024 250); }

@keyframes bbp-ticker { from { transform: translate3d(0,0,0) } to { transform: translate3d(-50%,0,0) } }
@keyframes bbp-roll { from { transform: translate3d(0,0,0) } to { transform: translate3d(0,-87.5%,0) } }

.bbp-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 60; display: flex; align-items: center; justify-content: space-between; padding: 16px 32px; transition: background .4s ease, backdrop-filter .4s ease, border-color .4s ease; border-bottom: 1px solid transparent; }
.bbp-nav a.lnk { color: var(--paper); }
.bbp-nav a.lnk:hover { color: var(--gold); }
.bbp-cta { background: var(--gold); color: var(--ink) !important; padding: 10px 19px; border-radius: 2px; letter-spacing: .16em; }
.bbp-cta:hover { background: var(--paper); }

.bbp-btn-solid { background: var(--paper); color: var(--ink) !important; padding: 15px 28px; border-radius: 2px; font-weight: 600; font-size: 14.5px; white-space: nowrap; }
.bbp-btn-solid:hover { background: var(--gold); }
.bbp-btn-ghost { border: 1px solid oklch(0.96 0.012 88 / .4); color: var(--paper) !important; padding: 15px 28px; border-radius: 2px; font-weight: 500; font-size: 14.5px; white-space: nowrap; }
.bbp-btn-ghost:hover { background: oklch(0.96 0.012 88 / .1); border-color: var(--paper); }

.bbp-stub { position: relative; flex: 1 1 0; min-width: 0; max-width: 168px; height: 100%; margin: 0 -0.35%; transform-origin: 50% 100%; cursor: pointer; transition: transform .6s cubic-bezier(.2,.85,.2,1), filter .5s ease; border-radius: 10px 10px 0 0; overflow: hidden; box-shadow: 0 -8px 40px oklch(0.10 0.02 250 / .55); }
.bbp-stub .ph { position: absolute; inset: 0; background-size: cover; background-position: center; }
.bbp-step { position: relative; background: oklch(0.985 0.012 88); border: 1px solid oklch(0.22 0.024 250 / .16); padding: 30px 26px 32px; overflow: hidden; transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease; }
.bbp-step:hover { transform: translateY(-7px); box-shadow: 0 22px 50px oklch(0.22 0.024 250 / .16); }
.bbp-tier { position: relative; display: flex; flex-direction: column; border: 1px solid oklch(0.96 0.012 88 / .2); background: oklch(0.21 0.028 250); padding: 30px 26px 28px; overflow: hidden; transition: border-color .4s ease, transform .4s cubic-bezier(.2,.8,.2,1); }
.bbp-tier:hover { border-color: var(--gold); transform: translateY(-7px); }
.bbp-tier--hero { border-color: var(--gold); background: linear-gradient(168deg, oklch(0.28 0.05 254), oklch(0.21 0.028 250)); box-shadow: 0 30px 80px oklch(0.10 0.02 250 / .5); }
.bbp-tier--hero:hover { transform: translateY(-11px); }

.bbp-faq { border-top: 1px solid oklch(0.96 0.012 88 / .16); }
.bbp-faq summary { list-style: none; cursor: pointer; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 22px 0; font-family: 'Big Shoulders Display', sans-serif; font-weight: 800; font-size: clamp(20px,2.4vw,28px); line-height: 1.05; text-transform: uppercase; }
.bbp-faq summary::-webkit-details-marker { display: none; }
.bbp-faq summary:hover { color: var(--gold); }
.bbp-faq .mark { flex: 0 0 auto; color: var(--gold); font-size: 22px; line-height: 1; transition: transform .3s ease; }
.bbp-faq[open] .mark { transform: rotate(45deg); }
.bbp-faq p { margin: 0 0 24px; max-width: 74ch; font-size: 15.5px; line-height: 1.62; color: oklch(0.94 0.012 88 / .72); }

.bbp-rate td, .bbp-rate th { padding: 13px 16px; text-align: left; font-size: 14px; border-bottom: 1px solid oklch(0.96 0.012 88 / .12); }
.bbp-rate th { font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: oklch(0.94 0.012 88 / .5); }
.bbp-rate td:last-child { text-align: right; white-space: nowrap; font-weight: 600; color: var(--gold); }

/* ---- nav ---- */
.bbp .navlinks { display: flex; align-items: center; gap: 22px; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }
.bbp-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; padding: 0 9px; background: transparent; border: 1px solid oklch(0.96 0.012 88 / .3); border-radius: 2px; cursor: pointer; }
.bbp-burger span { display: block; height: 2px; width: 100%; background: var(--paper); border-radius: 2px; transition: transform .3s ease, opacity .2s ease; }
.bbp-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bbp-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.bbp-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.bbp-drawer { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 55; flex-direction: column; gap: 4px; padding: 82px 20px 24px; background: oklch(0.19 0.024 250 / .98); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid oklch(0.96 0.012 88 / .14); transform: translateY(-102%); transition: transform .38s cubic-bezier(.2,.8,.2,1); }
.bbp-drawer.open { transform: translateY(0); }
.bbp-drawer .lnk { color: var(--paper); padding: 15px 4px; border-bottom: 1px solid oklch(0.96 0.012 88 / .1); font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.bbp-drawer .bbp-cta { margin-top: 16px; text-align: center; padding: 15px 19px; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.bbp-drawer .drawer-tel { margin-top: 14px; text-align: center; font-size: 15px; font-weight: 600; color: var(--gold); }
body.bbp-locked { overflow: hidden; }

/* ---- pass CTA band ---- */
.bbp-passcta { margin-top: 24px; padding: 26px 28px; border: 1px solid oklch(0.80 0.14 76 / .45); background: linear-gradient(150deg, oklch(0.24 0.04 252), oklch(0.20 0.026 250)); display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.bbp-passcta-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.bbp-ask { font-size: 54px; color: var(--gold); }

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .bbp-split { grid-template-columns: minmax(0,1fr) !important; }
}

@media (max-width: 980px) {
  .bbp .navlinks { display: none; }
  .bbp-burger { display: flex; }
  .bbp-drawer { display: flex; }
  .bbp-nav { padding: 14px 18px; }
}

/* Section padding + type scale */
@media (max-width: 860px) {
  .bbp section:not(.bbp-hero) { padding: 68px 20px 72px !important; }
  .bbp .bbp-stats-wrap { padding: 0 20px !important; }
}

/* The rack becomes a swipeable strip */
@media (max-width: 860px) {
  .bbp-hero { height: auto !important; min-height: 0 !important; display: block !important; padding-bottom: 0 !important; }
  .bbp-hero > div:first-of-type { padding: 96px 20px 4px !important; }
  .bbp-rack {
    perspective: none !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 12px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 26px 20px 26px !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .bbp-rack::-webkit-scrollbar { display: none; }
  .bbp-stub {
    flex: 0 0 72% !important;
    max-width: 300px !important;
    height: 340px !important;
    margin: 0 !important;
    transform: none !important;
    filter: none !important;
    z-index: auto !important;
    border-radius: 10px !important;
    scroll-snap-align: center;
  }
  .bbp-stub [data-stubline] { max-height: none !important; opacity: 1 !important; }
  .bbp-stub [data-stubmeta] { opacity: 1 !important; }
  .bbp-stub [data-stubtitle] { font-size: 26px !important; }
}

@media (max-width: 640px) {
  .bbp h1 { font-size: clamp(34px, 11vw, 56px) !important; }
  .bbp-hero > div:first-of-type { padding: 88px 18px 4px !important; }
  .bbp-hero p { font-size: 14.5px !important; }
  .bbp-btn-solid, .bbp-btn-ghost { padding: 13px 20px; font-size: 13.5px; }
  .bbp-stub { flex: 0 0 78% !important; height: 310px !important; }
  .bbp-ask { font-size: 40px; }
  .bbp-passcta { padding: 22px 20px; }
  .bbp-passcta-btns { width: 100%; }
  .bbp-passcta-btns a { flex: 1 1 100%; text-align: center; }
  .bbp-tier, .bbp-step { padding: 24px 20px 26px !important; }
  .bbp-faq summary { font-size: 19px !important; padding: 18px 0 !important; }
  .bbp-faq p { font-size: 15px; }
  .bbp-rate td, .bbp-rate th { padding: 11px 12px; font-size: 13px; }
}

/* Stats: 2x2 rather than a squashed 4-across */
@media (max-width: 720px) {
  .bbp-stats { display: grid !important; grid-template-columns: 1fr 1fr; }
  .bbp-stats > div { flex: none !important; padding: 22px 16px !important; border-left: none !important; border-top: 1px solid oklch(0.96 0.012 88 / .14); }
  .bbp-stats > div:nth-child(odd) { border-right: 1px solid oklch(0.96 0.012 88 / .14); }
  .bbp-stats > div:nth-child(-n+2) { border-top: none; }
}

/* Timeline + footer stacking */
@media (max-width: 560px) {
  .bbp-day-row { grid-template-columns: 1fr !important; gap: 4px !important; }
  .bbp-footer-bar { flex-direction: column; align-items: flex-start !important; gap: 14px !important; }
  .bbp-signup-form { flex-wrap: wrap; }
}

/* Touch devices: no hover-driven reveals */
@media (hover: none) {
  .bbp-step:hover, .bbp-tier:hover { transform: none; box-shadow: none; }
}

/* ---- pricing page ---- */
.bbp-form { position: relative; }
.bbp-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bbp-field { display: block; margin-bottom: 14px; }
.bbp-field > span { display: block; margin-bottom: 6px; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: oklch(0.94 0.012 88 / .5); }
.bbp-field input, .bbp-field select, .bbp-field textarea {
  width: 100%; background: oklch(0.17 0.022 250); border: 1px solid oklch(0.96 0.012 88 / .2);
  border-radius: 2px; color: var(--paper); font-family: 'Archivo', sans-serif; font-size: 15px;
  padding: 12px 13px; outline: none; transition: border-color .25s ease;
}
.bbp-field textarea { resize: vertical; min-height: 96px; }
.bbp-field input:focus, .bbp-field select:focus, .bbp-field textarea:focus { border-color: var(--gold); }
.bbp-field select { appearance: none; -webkit-appearance: none; cursor: pointer; }
.bbp-submit {
  width: 100%; margin-top: 6px; padding: 15px 22px; border: none; border-radius: 2px; cursor: pointer;
  background: var(--gold); color: var(--ink); font-family: 'Archivo', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  transition: background .25s ease;
}
.bbp-submit:hover { background: var(--paper); }

@media (max-width: 860px) {
  .bbp-subhero { padding: 116px 20px 56px !important; }
}
@media (max-width: 560px) {
  .bbp-field-row { grid-template-columns: 1fr; gap: 0; }
}

/* ---- rate card ---- */
.bbp-rate-scroll { overflow-x: auto; }
.bbp-rate { width: 100%; border-collapse: collapse; min-width: 520px; }
.bbp-rate .op-inline { display: none; }
@media (max-width: 640px) {
  .bbp-rate { min-width: 0; }
  .bbp-rate .col-op { display: none; }
  .bbp-rate .op-inline {
    display: block; margin-top: 3px; font-size: 11px; font-weight: 400;
    letter-spacing: .04em; color: oklch(0.94 0.012 88 / .48);
  }
}

/* FAQ on light sections */
.bbp-faq--light { border-top-color: oklch(0.22 0.024 250 / .2); }
.bbp-faq--light summary { color: oklch(0.22 0.024 250); }
.bbp-faq--light summary:hover { color: var(--gold-d); }
.bbp-faq--light .mark { color: var(--gold-d); }
.bbp-faq--light p { color: oklch(0.38 0.02 250); }
