.photo-booth-intro p {
  max-width: 840px;
  margin: 0 auto 1rem;
}

.master-photo-booth-hero {
  --hero-focus-desktop: center 32%;
  --hero-focus-tablet: center 28%;
  --hero-focus-mobile: center 24%;
}

.master-photo-booth-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.76) 38%, rgba(5, 5, 5, 0.26) 70%, rgba(5, 5, 5, 0.34) 100%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.18) 0%, rgba(10, 10, 10, 0.6) 100%);
}

.master-photo-booth-hero .col-lg-8 {
  max-width: 880px;
}

.master-photo-booth-hero h1 {
  font-size: clamp(3.2rem, 5.8vw, 5.6rem);
  line-height: 0.96;
  max-width: 9.2ch;
  text-wrap: unset;
  white-space: normal;
}

.master-photo-booth-hero .hero-line {
  display: block;
}

.master-photo-booth-hero h2 {
  max-width: 34ch;
  margin-top: 12px;
}

.master-photo-booth-hero p {
  max-width: 50ch;
}

.master-photo-booth-hero .hero-actions {
  margin-top: 18px;
  gap: 16px;
}

.master-photo-booth-hero .btn-get-started {
  padding-inline: 30px;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.master-photo-booth-hero .hero-secondary-link {
  opacity: 0.92;
}

.hero-action-prompt,
.hero-helper-copy,
.section-bridge-copy,
.form-helper-copy {
  color: rgba(244, 234, 211, 0.82);
}

.hero-action-prompt {
  margin: 14px auto 0;
  font-size: 0.98rem;
  font-weight: 600;
}

.hero-helper-copy {
  margin: 8px auto 0;
  font-size: 0.84rem;
  line-height: 1.55;
}

.master-photo-booth-hero .hero-trust-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  max-width: 520px;
}

.master-photo-booth-hero .hero-trust-strip span {
  justify-content: flex-start;
  align-items: center;
  padding: 11px 14px;
  border-radius: 16px;
  font-size: 0.74rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: none;
}

.master-photo-booth-hero .hero-trust-strip span::before {
  margin-top: 0;
  flex: 0 0 auto;
}

#why-choose .feature-card,
#event-types .feature-card,
.option-card,
#testimonials .testimonial-card {
  height: 100%;
  margin: 0;
}

#event-types .feature-card {
  padding: 32px 28px 26px;
  background: linear-gradient(180deg, rgba(20, 17, 14, 0.96) 0%, rgba(10, 10, 10, 1) 100%);
  border: 1px solid rgba(199, 174, 106, 0.18);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

#event-types .feature-card .icon {
  width: 68px;
  height: 68px;
  margin-bottom: 16px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(199, 174, 106, 0.18) 0%, rgba(199, 174, 106, 0.08) 100%);
  border: 1px solid rgba(199, 174, 106, 0.2);
  color: #c7ae6a;
  font-size: 26px;
  line-height: 1;
}

#event-types .feature-card .icon i {
  color: inherit;
  font-size: inherit;
}

#event-types .feature-card h3 {
  margin-bottom: 0.7rem;
}

#event-types .feature-card p {
  margin-bottom: 0;
}

.event-type-card .inline-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 0.85rem;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.option-card {
  padding: 16px 16px 18px;
  background: linear-gradient(180deg, rgba(20, 17, 14, 0.96) 0%, rgba(10, 10, 10, 1) 100%);
  border: 1px solid rgba(199, 174, 106, 0.18);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.option-card picture {
  display: block;
}

.option-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.option-card h3,
#gallery .gallery-meta h3 {
  color: #f1e4c2;
}

.option-card p,
#gallery .gallery-meta p {
  color: rgba(245, 241, 232, 0.75);
}

.option-highlights {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.option-highlights li {
  position: relative;
  padding-left: 18px;
  color: rgba(245, 241, 232, 0.82);
  line-height: 1.58;
}

.option-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7ae6a;
  box-shadow: 0 0 12px rgba(199, 174, 106, 0.35);
}

.option-card p {
  line-height: 1.64;
}

.hero-conversion-note {
  margin: 14px auto 0;
  color: rgba(244, 234, 211, 0.76);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.hero-proof-band {
  padding-top: 28px;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 18px;
}

.hero-proof-card {
  padding: 24px 26px;
  border: 1px solid rgba(199, 174, 106, 0.18);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 17, 14, 0.96) 0%, rgba(10, 10, 10, 1) 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.hero-proof-kicker {
  margin-bottom: 10px;
  color: #c7ae6a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-proof-card h2,
.hero-proof-card p {
  margin-bottom: 0;
}

.conversion-cta-band {
  padding-top: 0;
}

.section-bridge-copy {
  max-width: 40rem;
  margin: 18px auto 0;
  font-size: 0.95rem;
}

.form-helper-copy {
  margin: 0 0 8px;
  font-size: 0.88rem;
}

#faq .faq-item {
  border-radius: 24px;
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .hero-proof-card:hover,
  #event-types .feature-card:hover,
  #why-choose .service-item:hover,
  .option-card:hover,
  #gallery .gallery-card:hover,
  #testimonials .testimonial-card:hover,
  #faq .faq-item:hover,
  #contact .php-email-form:hover,
  #contact .info-item:hover {
    border-color: rgba(199, 174, 106, 0.42);
    box-shadow: 0 28px 56px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(199, 174, 106, 0.14);
  }
}

@media (min-width: 992px) {
  #hero {
    min-height: 88vh;
  }
}

@media (max-width: 991px) {
  #hero h1 {
    font-size: clamp(1.9rem, 6vw, 2.45rem);
    line-height: 1.15;
  }

  #hero h2 {
    font-size: clamp(0.98rem, 4vw, 1.08rem);
    margin-top: 10px;
  }

  #hero p {
    font-size: 0.98rem;
    line-height: 1.55;
    max-width: 34ch;
  }

  .section {
    padding: 36px 0;
  }

  .section-title {
    padding-bottom: 16px;
  }

  .section-title h2 {
    margin-bottom: 10px;
  }

  .section-title p {
    margin-bottom: 0;
    line-height: 1.55;
  }

  .master-photo-booth-hero .hero-actions {
    margin-top: 18px;
  }

  .master-photo-booth-hero .hero-trust-strip {
    grid-template-columns: 1fr;
    max-width: 34rem;
    margin-top: 14px;
  }

  .master-photo-booth-hero .hero-trust-strip span {
    padding: 10px 12px;
    font-size: 0.76rem;
  }

  .hero-conversion-note {
    font-size: 0.82rem;
  }

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

  .hero-helper-copy,
  .form-helper-copy,
  .section-bridge-copy {
    font-size: 0.82rem;
  }

  .hero-proof-grid {
    grid-template-columns: 1fr;
  }

  #event-types .feature-card,
  .option-card {
    padding: 24px 20px 20px;
  }

  #event-types .feature-card .icon {
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
    font-size: 24px;
  }

  .contact-process-wrap {
    margin-top: 18px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  #hero img {
    object-fit: cover;
    object-position: center 24%;
  }
}

@media (max-width: 767px) {
  .master-photo-booth-hero .col-lg-8 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .master-photo-booth-hero .container,
  .master-photo-booth-hero > .container.text-center {
    text-align: center !important;
  }

  .master-photo-booth-hero .hero-eyebrow {
    display: inline-flex;
    justify-content: center !important;
    margin-bottom: 12px;
  }

  .master-photo-booth-hero h1,
  .master-photo-booth-hero h2,
  .master-photo-booth-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .master-photo-booth-hero h1 {
    font-size: clamp(2.1rem, 10vw, 3rem);
    width: 100%;
    max-width: 12ch;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }

  .master-photo-booth-hero h2 {
    font-size: 0.96rem;
    letter-spacing: 0.06em;
  }

  .master-photo-booth-hero p {
    font-size: 0.92rem;
    line-height: 1.56;
  }

  .master-photo-booth-hero .hero-actions {
    margin-top: 18px;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .master-photo-booth-hero .hero-actions .btn-get-started,
  .master-photo-booth-hero .hero-actions .hero-secondary-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .master-photo-booth-hero .hero-trust-strip {
    gap: 8px;
  }

  .master-photo-booth-hero .hero-trust-strip span {
    justify-content: flex-start;
    text-align: left;
    border-radius: 14px;
  }

  .section {
    padding: 24px 0;
  }

  .section-title {
    padding-bottom: 10px;
  }

  .section-title h2 {
    margin-bottom: 8px;
  }

  #why-choose .row.gy-4,
  #event-types .row.gy-4,
  #booth-options .row.gy-4 {
    --bs-gutter-y: 0.9rem;
  }

  #event-types .feature-card,
  #why-choose .feature-card,
  .option-card {
    padding: 16px 14px;
    border-radius: 20px;
  }

  #event-types .feature-card .icon,
  #why-choose .feature-card .icon {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
    font-size: 21px;
  }

  #event-types .feature-card h3,
  #why-choose .feature-card h3,
  .option-card h3 {
    margin-bottom: 0.55rem;
  }

  .service-kicker,
  .best-for {
    margin-bottom: 8px;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  #event-types .feature-card p,
  #why-choose .feature-card p,
  .option-card p,
  .option-highlights li {
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .event-type-card .inline-link {
    margin-top: 0.75rem;
    font-size: 0.88rem;
  }

  .option-highlights {
    gap: 6px;
    margin-bottom: 12px;
  }

  .option-card img {
    aspect-ratio: 16 / 8.6;
  }
}

@media (max-width: 575px) {
  #hero h1 {
    font-size: clamp(1.65rem, 8vw, 2rem);
  }

  #hero h2 {
    font-size: clamp(0.96rem, 4.7vw, 1.06rem);
    line-height: 1.38;
  }

  #hero p {
    max-width: 30ch;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .master-photo-booth-hero .hero-eyebrow {
    display: none;
  }

  .hero-proof-card {
    padding: 20px 18px;
  }

  #event-types .feature-card,
  #why-choose .feature-card,
  .option-card {
    padding: 15px 13px;
  }

  #event-types .feature-card h3,
  #why-choose .feature-card h3,
  .option-card h3 {
    font-size: 1.02rem;
  }

  #event-types .feature-card p,
  #why-choose .feature-card p,
  .option-card p,
  .option-highlights li {
    font-size: 0.9rem;
    line-height: 1.44;
  }

  .event-type-card .inline-link {
    font-size: 0.84rem;
  }

  .option-card img {
    aspect-ratio: 16 / 8.2;
  }

  #contact .php-email-form {
    padding: 18px 14px;
  }

  #contact .php-email-form h4 {
    margin-bottom: 12px;
  }

  #contact .php-email-form hr {
    margin: 16px 0;
  }

  #contact .php-email-form .row.gy-4 {
    --bs-gutter-y: 0.85rem;
  }

  #contact .form-control,
  #contact textarea.form-control,
  #contact select.form-control {
    padding: 10px 12px;
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .master-photo-booth-hero .hero-actions {
    gap: 10px;
  }

  .master-photo-booth-hero .hero-trust-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .master-photo-booth-hero .hero-trust-strip span {
    padding: 8px 10px;
    font-size: 0.73rem;
    line-height: 1.4;
    text-align: center;
  }
}
