.kickstarter-green {
  /* Previously replicated Kickstarter's exact brand color (#05ce78) and a
     Kickstarter-style display font for their trademarked name, on a page
     that isn't an official Kickstarter campaign yet. Rendering it as plain
     text avoids implying an affiliation/endorsement that doesn't exist. */
  display: inline;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.mobile-copy,
.mobile-sticky-cta,
.section-mobile-cta {
  display: none;
}

.hero-shell {
  grid-template-columns: minmax(420px, 1.05fr) minmax(0, 0.95fr);
}

.hero-visual {
  order: 1;
}

.hero-copy {
  order: 2;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hero-email-box {
  margin-top: 18px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 184, 77, 0.18);
  background: rgba(255, 255, 255, 0.055);
}

.hero-email-box p {
  margin-bottom: 10px;
  color: rgba(247, 241, 232, 0.74);
  font-size: 0.92rem;
  font-weight: 800;
}

.waitlist-form {
  display: flex;
  gap: 10px;
}

.waitlist-form input {
  flex: 1;
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 11, 16, 0.78);
  color: var(--text);
  outline: none;
}

.waitlist-form input::placeholder {
  color: rgba(247, 241, 232, 0.48);
}

.waitlist-form button {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
  font-weight: 900;
  cursor: pointer;
}

.hero-trust-row {
  max-width: 720px;
}

.compact-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.spec-grid {
  grid-template-columns: repeat(4, 1fr);
}

.faq-master {
  width: min(100%, 920px);
  margin: 0 auto;
  border-radius: 28px;
  border: 1px solid var(--border);
  background: var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faq-master > summary {
  list-style: none;
  cursor: pointer;
  padding: 26px;
  text-align: center;
}

.faq-master > summary::-webkit-details-marker,
.faq-item > summary::-webkit-details-marker {
  display: none;
}

.faq-master-title {
  display: block;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 900;
}

.faq-master-note {
  display: inline-flex;
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 184, 77, 0.1);
  border: 1px solid rgba(255, 184, 77, 0.22);
  color: var(--amber);
  font-size: 0.88rem;
  font-weight: 900;
}

.faq-list.accordion-list {
  width: 100%;
  padding: 0 16px 20px;
}

.faq-item {
  margin-top: 12px;
  padding: 0;
  overflow: hidden;
}

.faq-item > summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 18px 48px 18px 18px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 900;
}

.faq-item > summary::after {
  content: '+';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--amber);
  font-size: 1.4rem;
  line-height: 1;
}

.faq-item[open] > summary::after {
  content: '-';
}

.faq-item p {
  padding: 0 18px 18px;
  color: var(--muted);
}

@media (max-width: 1050px) {
  .hero-shell,
  .visual-proof-grid,
  .visual-split,
  .offer-card {
    grid-template-columns: 1fr;
  }

  .offer-card,
  .hero-copy,
  .short-proof-card,
  .big-visual-copy {
    text-align: center;
  }

  .hero-trust-row,
  .hero-actions,
  .split-actions {
    justify-content: center;
  }

  .spec-grid,
  .compact-badges {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  body {
    padding-bottom: 78px;
  }

  .desktop-copy {
    display: none;
  }

  .mobile-copy {
    display: block;
  }

  .navbar {
    position: sticky;
    min-height: 58px;
  }

  .nav-links {
    display: none !important;
  }

  .hero-section {
    padding-top: 14px;
    padding-bottom: 22px;
  }

  .hero-shell {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .hero-visual {
    order: 1;
    border-radius: 18px;
  }

  .hero-copy {
    order: 2;
    text-align: center;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 9.6vw, 3.15rem);
    line-height: 0.98;
    letter-spacing: -1.3px;
  }

  .hero-subtitle {
    margin-top: 12px;
    font-size: 0.98rem;
  }

  .hero-offer-callout {
    margin-top: 12px;
    font-size: 0.96rem;
  }

  .split-actions {
    margin-top: 18px;
    gap: 10px;
  }

  .split-actions .primary-btn {
    width: 100%;
  }

  .text-link {
    width: 100%;
    text-align: center;
  }

  .hero-trust-row {
    margin-top: 14px;
    gap: 8px;
  }

  .hero-trust-row > span {
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .hero-email-box {
    margin-top: 14px;
    padding: 14px;
  }

  .waitlist-form {
    flex-direction: column;
  }

  .waitlist-form input,
  .waitlist-form button {
    width: 100%;
  }

  .section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .section-header h2,
  .short-proof-card h2,
  .big-visual-copy h2,
  .offer-copy h2,
  .final-cta-card h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
    line-height: 1.02;
    letter-spacing: -1.1px;
  }

  .spec-grid,
  .compact-badges,
  .compact-feature-grid {
    grid-template-columns: 1fr;
  }

  .primary-btn,
  .nav-cta,
  .waitlist-form button {
    min-height: 50px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(8, 11, 16, 0.94);
    border-top: 1px solid rgba(255, 184, 77, 0.28);
    box-shadow: 0 -14px 36px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(16px);
  }

  .mobile-sticky-cta span {
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 900;
  }

  .mobile-sticky-cta a {
    min-width: 112px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--amber), var(--amber-dark));
    color: #1c1308;
    font-weight: 900;
  }

  footer {
    padding-bottom: 88px;
  }
}

/* Closeup grid: real-photo evidence for nozzle + dimensions claims */
.closeup-grid {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.closeup-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.closeup-grid figcaption {
  padding: 14px 16px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--muted);
}

@media (max-width: 700px) {
  .closeup-grid {
    grid-template-columns: 1fr;
  }
}

/* VIP reservation progress bar — pulls real counts from assets/vip-reservations.json */
.vip-progress {
  width: 100%;
  margin: 6px 0 2px;
}

.vip-progress-track {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.vip-progress-fill {
  height: 100%;
  width: 2%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--amber), var(--amber-dark));
  transition: width 0.6s ease;
}

.vip-progress small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
}

/* Cookie / tracking consent banner */
#mw-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: var(--panel-strong);
  border-top: 1px solid var(--border);
  backdrop-filter: blur(10px);
  padding: 16px 6%;
}

.mw-consent-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.mw-consent-inner p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.mw-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mw-consent-actions button {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
}

.mw-consent-actions .mw-consent-primary {
  background: linear-gradient(135deg, var(--amber), var(--amber-dark));
  color: #1c1308;
  border: none;
}

.mw-consent-custom {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mw-consent-custom label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 700px) {
  #mw-consent-banner {
    padding: 14px 5% 18px;
  }
}

/* Text-only hero (no promotional graphic) */
.hero-shell-text-only {
  grid-template-columns: 1fr !important;
  max-width: 720px;
  text-align: left;
}

.hero-disclaimer {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.85rem;
  max-width: 560px;
}

.hero-section .text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--amber);
  font-weight: 800;
}

.trust-strip-section {
  width: min(100%, 1120px);
  margin: 0 auto 8px;
  padding: 0 6%;
}

.trust-strip-section .trust-row {
  margin-top: 0;
  justify-content: center;
}

.media-caption-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-style: italic;
}

.objection-copy {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}

.objection-copy p {
  color: var(--muted);
  margin-bottom: 12px;
}

.qualifier-note {
  color: rgba(247, 241, 232, 0.55);
  font-size: 0.85rem;
  font-style: italic;
}

.qualifier-note.centered-note {
  text-align: center;
  margin-top: 14px;
}

.how-note {
  text-align: center;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.closeup-grid.three-col {
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 900px) {
  .closeup-grid.three-col {
    grid-template-columns: 1fr;
  }
}

.testing-in-progress-block {
  width: min(100%, 1120px);
  margin: 28px auto 0;
  padding: 22px 24px;
  border: 1px dashed var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.testing-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
  margin: 12px 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.9rem;
}

.testing-list li {
  padding-left: 16px;
  position: relative;
}

.testing-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--muted);
}

@media (max-width: 700px) {
  .testing-list {
    grid-template-columns: 1fr;
  }
}

.founder-card {
  width: min(100%, 1000px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: start;
}

.founder-photo-slot {
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  border: 1px dashed var(--border);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.founder-copy p {
  color: var(--muted);
  margin-bottom: 12px;
}

@media (max-width: 700px) {
  .founder-card {
    grid-template-columns: 1fr;
  }
  .founder-photo-slot {
    max-width: 200px;
    margin: 0 auto;
  }
}

.offer-detail-list {
  margin: 16px 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.92rem;
}

.offer-detail-list li {
  padding: 6px 0 6px 20px;
  position: relative;
}

.offer-detail-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
}

footer {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  row-gap: 6px;
}

.footer-secondary-link {
  flex-basis: 100%;
  text-align: center;
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0;
}

.survey-option {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 0.95rem;
  text-align: left;
  cursor: pointer;
}

.survey-option:hover {
  border-color: var(--amber);
}

a[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
}
