/* BigTime Dreams final conversion pass — loaded after the base theme and cleanup. */

:root {
  --final-navy: #04142f;
  --final-blue: #0e4fe8;
  --final-cyan: #22c9f4;
  --final-orange: #ff7a32;
  --final-ink: #061a3a;
  --final-soft: #eef8ff;
}

/* Make every tap target obvious without adding visual noise. */
.button {
  min-height: 50px;
}

.button-primary {
  border: 2px solid transparent;
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.2);
}

.button-primary:hover {
  transform: translateY(-2px);
}

.button-primary:focus-visible,
.button-dj:focus-visible,
.button-foam:focus-visible,
.hero-service:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 7px var(--final-blue);
}

.wordmark {
  position: relative;
  min-height: 48px;
  padding-left: 58px;
  justify-content: center;
}

.wordmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 46px;
  height: 46px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: url("/images/btd-mark.svg") center / cover no-repeat;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.wordmark-footer {
  width: max-content;
}

/* The first screen should communicate the two services and the next step instantly. */
.dual-hero {
  padding-top: 58px;
}

.dual-hero-intro {
  margin-bottom: 32px;
}

.dual-hero-intro .lede {
  max-width: 850px;
}

.hero-request-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 22px;
  margin-top: 24px;
}

.dual-hero-request {
  margin-top: 0;
}

.hero-request-note {
  color: #cfe2f6;
  font-size: 0.9rem;
  font-weight: 750;
}

.hero-service {
  min-height: 445px;
}

.hero-service-content {
  background: linear-gradient(180deg, transparent, rgba(2, 11, 29, 0.94) 34%);
  padding-top: 68px;
}

.hero-service-action {
  font-size: 0.9rem;
}

.trust-strip {
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.trust-strip li {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 9px;
  padding: 8px 14px;
  color: #d8e7f8;
  font-size: 0.78rem;
  line-height: 1.28;
}

.trust-strip li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.trust-strip li span {
  grid-row: 1 / 3;
}

.trust-strip li strong {
  color: #fff;
}

.equal-service-card {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.equal-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 68px rgba(7, 32, 70, 0.2);
}

.service-promise-section {
  background: var(--final-soft);
  color: var(--final-ink);
}

.service-promise-section .section-heading > p:last-child {
  max-width: 780px;
  margin-inline: auto;
  color: #34516f;
}

.promise-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #bed9ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 62px rgba(7, 32, 70, 0.14);
}

.promise-points article {
  min-height: 250px;
  padding: 32px;
}

.promise-points article + article {
  border-left: 1px solid #d4e6f2;
}

.promise-points article > span {
  color: var(--final-blue);
  font-family: var(--display);
  font-size: 2.1rem;
}

.promise-points h3 {
  margin-top: 22px;
  color: var(--final-ink);
  font-size: 1.28rem;
}

.promise-points p {
  margin-bottom: 0;
  color: #405b78;
}

.combo-banner {
  grid-template-columns: minmax(250px, 1.2fr) minmax(260px, 1fr) auto;
}

.combo-banner .button {
  white-space: nowrap;
}

.reservation-note {
  border-radius: 10px;
  background: #eaf5ff;
  padding: 13px 18px;
}

.four-step-process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Contact is one simple decision: complete the form here or open it full-screen. */
.contact-final-section {
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 0%, rgba(34, 201, 244, 0.22), transparent 30%),
    radial-gradient(circle at 92% 4%, rgba(255, 122, 50, 0.2), transparent 28%),
    linear-gradient(145deg, #04142f, #0a2f6c 50%, #0e4fe8);
  padding: 64px 0 80px;
}

.contact-final-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px 48px;
  margin-bottom: 24px;
  color: #fff;
}

.contact-final-copy {
  max-width: 900px;
}

.contact-final-copy .eyebrow {
  color: #8cecff;
}

.contact-final-copy h1 {
  max-width: 900px;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(3.3rem, 6.5vw, 6.8rem);
}

.contact-final-copy .lede {
  max-width: 780px;
  margin-bottom: 0;
  color: #dcecff;
}

.contact-form-open {
  flex: 0 0 auto;
  min-width: 250px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}

.contact-form-open:hover {
  border-color: #fff;
  background: #fff;
  color: var(--final-ink);
}

.form-confidence-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.form-confidence-list li {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.contact-alt-line {
  grid-column: 1 / -1;
  margin: 0;
  color: #cfe2f6;
  font-size: 0.92rem;
}

.contact-alt-line a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 850;
}

.contact-final-section .contact-google-frame-wrap {
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.48);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 32px 90px rgba(0, 8, 28, 0.42);
}

.contact-final-section .contact-google-frame-wrap iframe {
  display: block;
  width: 100% !important;
  height: 2100px !important;
  min-height: 2100px;
  border: 0;
  background: #fff;
}

.contact-form-fallback {
  margin: 16px 0 0;
  text-align: center;
  color: #d6e8fa;
  font-size: 0.88rem;
}

.contact-form-fallback a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 850;
}

/* Keep the header useful on a phone without turning it into half the screen. */
@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .site-header .nav-row {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding-bottom: 8px;
  }

  .site-header .mobile-menu {
    grid-column: 2;
    grid-row: 1;
  }

  .site-header .header-cta {
    display: inline-flex;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    min-height: 42px;
    padding: 8px 14px;
    font-size: 0.84rem;
  }

  .contact-page-body .site-header .header-cta {
    display: none;
  }
}

@media (max-width: 920px) {
  .site-header .nav-row {
    padding-bottom: 8px;
  }

  .site-header .header-cta {
    min-height: 42px;
    padding: 8px 14px;
    font-size: 0.84rem;
  }

  .combo-banner {
    grid-template-columns: 1fr;
  }

  .combo-banner .button {
    width: max-content;
  }

  .promise-points {
    grid-template-columns: 1fr;
  }

  .promise-points article {
    min-height: 0;
  }

  .promise-points article + article {
    border-top: 1px solid #d4e6f2;
    border-left: 0;
  }

  .four-step-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .four-step-process article + article {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .four-step-process article:nth-child(odd) {
    border-left: 0;
  }

  .four-step-process article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .contact-final-intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .contact-form-open {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .dual-hero {
    padding: 42px 0 36px;
  }

  .dual-hero-intro {
    margin-bottom: 24px;
  }

  .dual-hero h1 {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    font-size: clamp(2.65rem, 13vw, 4rem) !important;
    line-height: 0.96;
  }

  .dual-hero h1 b {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.2;
  }

  .hero-request-wrap {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .hero-request-note {
    text-align: center;
    font-size: 0.82rem;
  }

  .dual-hero-services {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-service {
    min-height: 350px;
    border-radius: 16px;
  }

  .hero-service-content {
    padding: 64px 20px 22px;
  }

  .hero-service-kicker,
  .hero-service-copy {
    display: block;
  }

  .hero-service-content strong {
    font-size: clamp(2.45rem, 12vw, 3.35rem);
  }

  .hero-service-copy {
    font-size: 0.9rem;
  }

  .hero-service-action {
    font-size: 0.9rem;
  }

  .hero-service-price {
    max-width: calc(100% - 24px);
    padding: 7px 10px;
    font-size: 0.78rem;
    top: 12px;
    right: 12px;
  }

  .combo-banner .button {
    width: 100%;
  }

  .contact-final-section {
    padding: 42px 0 54px;
  }

  .contact-final-copy h1 {
    font-size: clamp(2.85rem, 14vw, 4rem) !important;
  }

  .form-confidence-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .four-step-process {
    grid-template-columns: 1fr;
  }

  .four-step-process article + article,
  .four-step-process article:nth-child(odd),
  .four-step-process article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .four-step-process article:first-child {
    border-top: 0;
  }

  .form-confidence-list li {
    border-radius: 10px;
  }

  .contact-final-section .contact-google-frame-wrap {
    margin-inline: -4px;
    border-radius: 14px;
  }

  .contact-final-section .contact-google-frame-wrap iframe {
    height: 2400px !important;
    min-height: 2400px;
  }
}

@media (max-width: 360px) {
  .wordmark {
    min-height: 42px;
    padding-left: 49px;
  }

  .wordmark::before {
    width: 40px;
    height: 40px;
  }

  .hero-service {
    min-height: 330px;
  }

  .hero-service-copy {
    font-size: 0.88rem;
  }

  .wordmark-sub {
    gap: 5px;
    letter-spacing: 0.05em;
    font-size: 0.58rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button-primary,
  .equal-service-card,
  .hero-service {
    transition: none;
  }
}
