/* Audio-specific layout only. Core colour, type, spacing, section, form and FAQ
   styling is inherited from main.css and wedding-photo-booth-sydney.css. */

.audio-main img {
  display: block;
  width: 100%;
  height: auto;
}

.audio-main .eyebrow {
  display: none;
}

.audio-main .text-link {
  color: #edd39c;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.audio-main .text-link:hover,
.audio-main .text-link:focus-visible {
  color: #fff7e8;
}

.audio-addon-note {
  margin-top: 18px;
  color: rgba(245, 241, 232, 0.68);
  font-size: 0.98rem;
  line-height: 1.65;
}

/* Hero mirrors the Wedding service-page hero exactly. */
.audio-hero {
  min-height: 88vh;
  padding: 122px 0 96px;
  overflow: hidden;
}

.audio-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 18%, rgba(199, 174, 106, 0.16), transparent 24%),
    linear-gradient(95deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.78) 40%, rgba(5, 5, 5, 0.3) 72%, rgba(5, 5, 5, 0.48) 100%);
}

.audio-hero .container {
  position: relative;
  z-index: 2;
}

.audio-hero .col-lg-8 {
  max-width: 760px;
}

.audio-hero h1 {
  max-width: 10.8ch;
  margin-bottom: 16px;
  color: var(--heading-color);
  font-size: clamp(3rem, 5.6vw, 5.3rem);
  line-height: 0.98;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}

.audio-hero .hero-value-line {
  max-width: 34ch;
  margin: 0 0 14px;
  color: #f8f2e7;
  font-size: clamp(1.02rem, 1.9vw, 1.2rem);
  line-height: 1.62;
}

.audio-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 26px;
}

.audio-hero .btn-outline-light {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 15px 26px;
  border: 1px solid rgba(220, 193, 136, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: #f5ecdb;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  white-space: nowrap;
}

.audio-hero .btn-outline-light:hover,
.audio-hero .btn-outline-light:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(220, 193, 136, 0.38);
  background: rgba(255, 255, 255, 0.075);
  color: #fff7e8;
}

.audio-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #050505;
}

.audio-hero-media::after,
.audio-hero-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.12) 0%, rgba(10, 10, 10, 0.44) 100%);
}

.audio-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

/* Intro follows the Digital Guest Book copy treatment. */
.audio-intro .lead-copy {
  max-width: 920px;
  margin: 0 auto 0.65rem;
  color: var(--default-color);
  font-size: 1.08rem;
  line-height: 1.6;
}

.audio-intro p {
  max-width: 920px;
}

.audio-intro h2 {
  margin-bottom: 18px;
}

.intro-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.intro-benefit {
  height: 100%;
  padding: 20px 18px;
  border: 1px solid rgba(199, 174, 106, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.intro-benefit i {
  display: block;
  margin-bottom: 12px;
  color: var(--accent-color);
  font-size: 1.4rem;
}

.intro-benefit h3 {
  margin: 0 0 7px;
  color: #f1e4c2;
  font-family: var(--heading-font);
  font-size: 1rem;
  line-height: 1.3;
}

.intro-benefit p {
  margin: 0;
  color: rgba(244, 234, 211, 0.72);
  font-size: 0.9rem;
  line-height: 1.55;
}

.intro-sign {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(199, 174, 106, 0.18);
  border-radius: 24px;
  background: #090807;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.intro-sign img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.intro-sign figcaption {
  padding: 18px 20px 20px;
  color: rgba(244, 234, 211, 0.72);
  font-size: 0.92rem;
  line-height: 1.6;
}

.intro-sign figcaption span {
  display: block;
  margin-bottom: 4px;
  color: #f1e4c2;
  font-family: var(--heading-font);
  font-size: 1.05rem;
  font-weight: 600;
}

.audio-guest-book-page .audio-main #introduction {
  padding-top: 66px;
  padding-bottom: 66px;
}

.audio-guest-book-page .audio-main #how-it-works {
  padding-top: 78px;
  padding-bottom: 82px;
}

.audio-guest-book-page .audio-main #pair-with-booth,
.audio-guest-book-page .audio-main #faq,
.audio-guest-book-page .audio-main #contact {
  padding-top: 82px;
  padding-bottom: 82px;
}

/* Benefit and process cards use the exact service-page dark card formula. */
.benefits-section .row.align-items-end {
  justify-content: center;
  text-align: center;
}

.benefits-section .row.align-items-end > div {
  max-width: 820px;
  flex: 0 0 100%;
}

.benefit-card,
.step-card,
.inclusion-card {
  height: 100%;
  padding: 32px 28px 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);
}

.benefit-card > span,
.step-card > span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(199, 174, 106, 0.2);
  border-radius: 999px;
  background: rgba(199, 174, 106, 0.08);
  color: var(--accent-color);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.benefit-card h3,
.step-card h3,
.inclusion-card h3 {
  margin: 0 0 12px;
  color: #f1e4c2;
  font-family: var(--heading-font);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.28;
}

.benefit-card p,
.step-card p,
.inclusion-card p {
  margin: 0;
  color: rgba(244, 234, 211, 0.76);
  font-size: 0.96rem;
  line-height: 1.68;
}

.step-card i,
.inclusion-card i {
  display: block;
  margin-bottom: 18px;
  color: var(--accent-color);
  font-size: 2rem;
}

.step-card {
  padding: 30px 27px 28px;
}

.step-card i {
  margin-bottom: 16px;
}

.step-card > span {
  margin-bottom: 16px;
}

.step-card h3 {
  margin-bottom: 10px;
}

.benefit-card {
  padding: 27px 24px 25px;
  border-color: rgba(199, 174, 106, 0.11);
  background:
    linear-gradient(180deg, rgba(199, 174, 106, 0.055) 0%, rgba(255, 255, 255, 0.015) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.benefit-card > span {
  margin-bottom: 15px;
  padding: 6px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

/* Warm ivory break between the dark editorial and pairing sections. */
.audio-guest-book-page .audio-main #audio-experience {
  --background-color: #eee6d7;
  --default-color: #3c342a;
  --heading-color: #4a3a24;
  --surface-color: #f8f3e9;
  --accent-color: #967438;
}

.audio-guest-book-page #audio-experience .section-title p {
  color: #554a3c;
}

.audio-guest-book-page #audio-experience .inclusion-card {
  border-color: rgba(126, 94, 42, 0.2);
  background: linear-gradient(180deg, #fbf7ef 0%, #f4ecde 100%);
  box-shadow: 0 16px 36px rgba(76, 55, 28, 0.12);
}

.audio-guest-book-page #audio-experience .inclusion-card h3 {
  color: #4a3a24;
}

.audio-guest-book-page #audio-experience .inclusion-card p {
  color: #554a3c;
}

.audio-guest-book-page #audio-experience .inclusion-card i {
  color: #967438;
}

/* Editorial panel and booth cards share the 24px dark service-card styling. */
.editorial-grid {
  overflow: hidden;
  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);
}

.editorial-image {
  height: 100%;
  min-height: 620px;
  background: #070707;
}

.editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.editorial-copy {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 78px);
}

.editorial-copy h2,
.standalone-panel h2 {
  color: var(--heading-color);
}

.editorial-copy p,
.standalone-panel p,
.occasions-section p {
  color: rgba(244, 234, 211, 0.76);
  line-height: 1.72;
}

.editorial-copy .text-link {
  align-self: flex-start;
  margin-top: 12px;
}

.booth-card {
  height: 100%;
  overflow: hidden;
  padding: 16px 16px 18px;
  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);
}

.booth-card picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 1137 / 1383;
  border-radius: 18px;
}

.booth-card picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booth-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 2px 2px;
}

.booth-card {
  display: flex;
  flex-direction: column;
}

.booth-card-copy h3 {
  margin: 0 0 10px;
  color: #f1e4c2;
  font-size: 1.65rem;
}

.booth-card-copy p {
  color: rgba(245, 241, 232, 0.75);
  line-height: 1.68;
}

.booth-card-copy .text-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 8px;
}

.btn-dark-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 1px solid rgba(220, 193, 136, 0.42);
  border-radius: 999px;
  background: linear-gradient(180deg, #d8bb79 0%, #b9964e 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #140f08 !important;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-dark-gold:hover,
.btn-dark-gold:focus-visible {
  transform: translateY(-2px);
  color: #140f08 !important;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.standalone-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 24px;
  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);
}

.standalone-panel p {
  max-width: 720px;
  margin-bottom: 0;
}

.standalone-panel .btn-get-started {
  flex: 0 0 auto;
}

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

.occasion-list li {
  position: relative;
  padding: 13px 18px 13px 38px;
  border: 1px solid rgba(199, 174, 106, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(245, 241, 232, 0.82);
}

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

.service-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 0;
  border: 0;
}

.audio-contact .booth-options,
.audio-contact .addon-options {
  padding: 22px 24px;
  border: 1px solid rgba(199, 174, 106, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.service-options legend {
  float: none;
  width: 100%;
  color: rgba(245, 241, 232, 0.82);
  margin-bottom: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-options-note {
  flex: 0 0 100%;
  margin: -4px 0 2px;
  color: rgba(245, 241, 232, 0.7);
  font-size: 0.96rem;
  line-height: 1.55;
}

.service-options label {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  color: rgba(245, 241, 232, 0.9);
  font-weight: 500;
}

.service-options input[type="radio"],
.service-options input[type="checkbox"] {
  accent-color: var(--accent-color);
}

.service-options input:focus-visible {
  outline: 2px solid var(--accent-color);
  outline-offset: 3px;
}

.addon-options {
  margin-top: -4px;
}

.audio-contact .contact-form-title {
  margin-bottom: 12px;
  color: #f1e4c2;
  font-family: var(--heading-font);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .step-card:hover,
  .booth-card:hover {
    transform: translateY(-6px);
    border-color: rgba(199, 174, 106, 0.38);
    box-shadow: 0 28px 52px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .audio-guest-book-page .audio-main #introduction,
  .audio-guest-book-page .audio-main #how-it-works,
  .audio-guest-book-page .audio-main #audio-experience,
  .audio-guest-book-page .audio-main #pair-with-booth,
  .audio-guest-book-page .audio-main #faq,
  .audio-guest-book-page .audio-main #contact {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .audio-guest-book-page .audio-main .section-title {
    padding-bottom: 42px;
  }

  .audio-guest-book-page .audio-main .section-title h2,
  .audio-guest-book-page .audio-main .audio-intro h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
  }

  .audio-guest-book-page .intro-benefits {
    gap: 12px;
  }

  .audio-guest-book-page .intro-benefit,
  .audio-guest-book-page .step-card,
  .audio-guest-book-page .inclusion-card {
    padding: 24px 20px;
  }

  .audio-guest-book-page .intro-sign {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }

  .audio-guest-book-page .booth-card-copy {
    padding-top: 18px;
  }
}

@media (max-width: 820px) {
  .audio-guest-book-page .audio-main #introduction {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .audio-guest-book-page .audio-main #how-it-works,
  .audio-guest-book-page .audio-main #audio-experience,
  .audio-guest-book-page .audio-main #pair-with-booth,
  .audio-guest-book-page .audio-main #faq,
  .audio-guest-book-page .audio-main #contact {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

@media (min-width: 992px) {
  .audio-hero {
    min-height: clamp(620px, 62vw, 820px);
    padding: 122px 0 84px;
  }
}

@media (max-width: 991px) {
  .editorial-image {
    min-height: 540px;
  }

  .standalone-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .audio-guest-book-page .intro-sign {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 991px) and (orientation: portrait) {
  .audio-guest-book-page .audio-main .audio-hero {
    min-height: auto;
    padding: 92px 0 56px;
  }

  .audio-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.04) 0%, rgba(5, 5, 5, 0.08) 38%, rgba(5, 5, 5, 0.82) 100%),
      linear-gradient(90deg, rgba(5, 5, 5, 0.08) 0%, rgba(5, 5, 5, 0.02) 50%, rgba(5, 5, 5, 0.08) 100%);
  }

  .audio-hero .container {
    width: 100%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .audio-hero .row {
    --bs-gutter-x: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
  }

  .audio-hero .col-lg-8 {
    width: 100%;
    max-width: none;
    padding: 0;
    text-align: center;
  }

  .audio-hero h1,
  .audio-hero .hero-value-line {
    margin-right: auto;
    margin-left: auto;
  }

  .audio-hero h1 {
    width: 100%;
    max-width: 12ch;
    font-size: clamp(2.35rem, 10vw, 3.7rem);
  }

  .audio-hero .hero-value-line {
    max-width: 34ch;
  }

  .audio-hero .hero-actions {
    justify-content: center;
  }

  .audio-hero-media img {
    object-position: center 70%;
  }
}

@media (max-width: 767px) {
  .audio-guest-book-page .audio-main .audio-hero {
    padding-top: 104px;
    padding-bottom: 44px;
  }

  .audio-guest-book-page .audio-main .audio-hero .container {
    width: 100%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .audio-guest-book-page .audio-main .audio-hero .row {
    --bs-gutter-x: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
  }

  .audio-guest-book-page .audio-main .audio-hero .col-lg-8 {
    width: 100%;
    max-width: 620px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }

  .audio-guest-book-page .audio-main .audio-hero h1,
  .audio-guest-book-page .audio-main .audio-hero .hero-value-line {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .audio-guest-book-page .audio-main .audio-hero h1 {
    width: fit-content;
    max-width: min(12ch, 100%);
  }

  .audio-guest-book-page .audio-main #introduction {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .audio-guest-book-page .audio-main #how-it-works,
  .audio-guest-book-page .audio-main #audio-experience,
  .audio-guest-book-page .audio-main #pair-with-booth,
  .audio-guest-book-page .audio-main #faq,
  .audio-guest-book-page .audio-main #contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .audio-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 260px);
    gap: 10px;
    margin: 28px auto 0;
  }

  .audio-hero .hero-value-line {
    max-width: 31ch;
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .audio-hero .hero-actions a {
    height: 52px;
    min-height: 52px;
    padding: 14px 18px;
    border-radius: 999px;
    font-size: 0.8rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  .audio-hero .hero-actions a,
  .standalone-panel .btn-get-started,
  .btn-dark-gold {
    width: 100%;
  }

  .benefit-card,
  .step-card,
  .inclusion-card,
  .standalone-panel {
    padding-right: 20px;
    padding-left: 20px;
  }

  .audio-main .section-title {
    padding-bottom: 30px;
  }

  .audio-main .section-title h2 {
    margin-bottom: 12px;
    padding-bottom: 14px;
  }

  .audio-intro .row {
    --bs-gutter-y: 24px;
  }

  .audio-intro .lead-copy,
  .audio-intro > .container p {
    line-height: 1.65;
  }

  .audio-intro h2 {
    margin-bottom: 14px;
  }

  .intro-benefits {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 19px;
    border-top: 1px solid rgba(199, 174, 106, 0.16);
  }

  .intro-benefit {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 12px;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid rgba(199, 174, 106, 0.16);
    border-radius: 0;
    background: transparent;
  }

  .intro-benefit i {
    margin: 1px 0 0;
    font-size: 1.25rem;
  }

  .intro-benefit h3 {
    margin-bottom: 3px;
  }

  .intro-sign figcaption {
    padding: 14px 18px 16px;
    line-height: 1.58;
  }

  .intro-sign figcaption span {
    margin-bottom: 3px;
  }

  .intro-sign {
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  }

  #how-it-works .row.gy-4 {
    --bs-gutter-y: 0;
  }

  #how-it-works .row > div {
    position: relative;
    padding-left: 58px;
  }

  #how-it-works .row > div:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 44px;
    bottom: -6px;
    left: 31px;
    width: 1px;
    background: rgba(199, 174, 106, 0.2);
  }

  .step-card {
    position: relative;
    min-height: 0;
    padding: 14px 0 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .step-card i {
    position: absolute;
    top: 14px;
    left: -42px;
    width: 30px;
    margin: 0;
    font-size: 1.35rem;
    text-align: center;
  }

  .step-card > span {
    margin-bottom: 5px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .step-card h3 {
    margin-bottom: 4px;
  }

  .step-card p {
    line-height: 1.55;
  }

  #audio-experience .row.gy-4 {
    --bs-gutter-y: 12px;
  }

  #audio-experience .inclusion-card {
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 12px;
    padding: 16px 18px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(76, 55, 28, 0.08);
  }

  #audio-experience .inclusion-card i {
    grid-row: 1 / span 2;
    margin: 1px 0 0;
    font-size: 1.45rem;
  }

  #audio-experience .inclusion-card h3 {
    margin-bottom: 4px;
  }

  .editorial-image {
    min-height: 440px;
  }

  .editorial-copy {
    padding: 36px 24px;
  }

  .audio-contact .booth-options,
  .audio-contact .addon-options {
    padding: 18px;
  }

  .service-options {
    gap: 10px 16px;
  }

  .service-options label {
    flex: 0 0 100%;
  }

  .booth-card {
    padding: 13px 13px 15px;
    border-radius: 20px;
  }

  .booth-card picture {
    border-radius: 15px;
  }

  .booth-card-copy {
    padding: 14px 2px 0;
  }

  .booth-card-copy h3 {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }

  .booth-card-copy p {
    margin-bottom: 6px;
  }

  .audio-contact .php-email-form .row.gy-4 {
    --bs-gutter-y: 13px;
  }

  .audio-contact .php-email-form textarea {
    min-height: 120px;
  }

  .audio-guest-book-page .audio-contact .php-email-form {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .audio-guest-book-page .audio-contact .php-email-form label {
    margin-bottom: 5px;
    font-size: 0.86rem;
  }

  .audio-guest-book-page .audio-contact .php-email-form input[type="text"],
  .audio-guest-book-page .audio-contact .php-email-form input[type="email"],
  .audio-guest-book-page .audio-contact .php-email-form input[type="date"],
  .audio-guest-book-page .audio-contact .php-email-form select {
    min-height: 48px;
  }

  .audio-guest-book-page .service-options label {
    min-height: 44px;
  }

  .audio-guest-book-page #faq .row.gy-4 {
    --bs-gutter-y: 10px;
  }

  .audio-guest-book-page #faq .faq-item {
    padding: 0;
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  }

  .audio-guest-book-page #faq .faq-question {
    min-height: 54px;
    padding: 16px 18px;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .audio-guest-book-page #faq .faq-answer {
    margin-top: 0;
    padding: 0 18px 16px;
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .audio-guest-book-page #pair-with-booth .mt-5 {
    margin-top: 24px !important;
  }

  .audio-guest-book-page #pair-with-booth .btn-dark-gold {
    min-height: 50px;
  }
}

@media (max-width: 430px) {
  .audio-guest-book-page .audio-main #introduction {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .audio-guest-book-page .audio-main #how-it-works,
  .audio-guest-book-page .audio-main #audio-experience,
  .audio-guest-book-page .audio-main #pair-with-booth,
  .audio-guest-book-page .audio-main #faq,
  .audio-guest-book-page .audio-main #contact {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .audio-guest-book-page .audio-hero .hero-actions {
    width: min(100%, 250px);
    gap: 9px;
    margin-top: 26px;
  }

  .audio-guest-book-page .intro-benefit {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .audio-guest-book-page #how-it-works .step-card {
    padding-top: 11px;
    padding-bottom: 14px;
  }

  .audio-guest-book-page #audio-experience .inclusion-card {
    padding: 15px 16px;
  }

  .audio-guest-book-page #pair-with-booth .booth-card-copy {
    padding-top: 13px;
  }

  .audio-guest-book-page #pair-with-booth .booth-card-copy .text-link {
    min-height: 44px;
    padding-top: 10px;
  }

  .audio-guest-book-page .audio-contact .booth-options,
  .audio-guest-book-page .audio-contact .addon-options {
    padding: 16px;
  }

  .audio-guest-book-page #faq .faq-question {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .audio-guest-book-page .audio-contact .php-email-form .row.gy-4 {
    --bs-gutter-y: 12px;
  }

  .audio-guest-book-page .audio-contact .php-email-form textarea {
    min-height: 112px;
  }

  .audio-guest-book-page .footer .footer-top {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .audio-guest-book-page .footer .footer-sitemap {
    gap: 30px;
  }

  .audio-guest-book-page .footer .footer-heading {
    margin-bottom: 13px;
    color: #e4cc98;
    font-weight: 700;
  }

  .audio-guest-book-page .footer .footer-link-list a,
  .audio-guest-book-page .footer .footer-contact-list a,
  .audio-guest-book-page .footer .footer-contact-list span {
    line-height: 1.5;
  }

  .audio-guest-book-page .footer .footer-link-list li + li {
    margin-top: 10px;
  }

  .audio-guest-book-page .footer .social-links {
    gap: 10px;
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .audio-guest-book-page .audio-hero .hero-value-line {
    color: #fff8ec;
    font-size: 1.03rem;
    font-weight: 400;
    line-height: 1.62;
  }

  .audio-guest-book-page .audio-main .audio-intro,
  .audio-guest-book-page .audio-main .audio-intro .lead-copy {
    font-size: 1rem;
    line-height: 1.68;
  }

  .audio-guest-book-page .audio-addon-note {
    color: rgba(245, 241, 232, 0.8);
    font-size: 0.96rem;
    font-weight: 400;
  }

  .audio-guest-book-page .intro-benefit p,
  .audio-guest-book-page .intro-sign figcaption,
  .audio-guest-book-page .step-card p,
  .audio-guest-book-page .inclusion-card p,
  .audio-guest-book-page .booth-card-copy p {
    font-size: 0.96rem;
    font-weight: 400;
    line-height: 1.62;
  }

  .audio-guest-book-page .intro-benefit p,
  .audio-guest-book-page .intro-sign figcaption,
  .audio-guest-book-page .step-card p,
  .audio-guest-book-page .booth-card-copy p {
    color: rgba(245, 241, 232, 0.82);
  }

  .audio-guest-book-page #audio-experience .inclusion-card p {
    color: #514538;
  }

  .audio-guest-book-page .booth-card-copy .text-link {
    min-height: 44px;
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .audio-guest-book-page #faq .faq-question,
  .audio-guest-book-page #faq .faq-answer,
  .audio-guest-book-page .audio-contact > .section-title p {
    font-size: 1rem;
  }

  .audio-guest-book-page #faq .faq-question {
    color: #f5e3bb;
    font-weight: 600;
  }

  .audio-guest-book-page #faq .faq-answer {
    color: rgba(245, 241, 232, 0.84);
  }

  .audio-guest-book-page .audio-contact .php-email-form label,
  .audio-guest-book-page .service-options legend {
    color: rgba(245, 241, 232, 0.9);
    font-size: 0.94rem;
    font-weight: 600;
    letter-spacing: 0.08em;
  }

  .audio-guest-book-page .service-options-note,
  .audio-guest-book-page .service-options label {
    color: rgba(245, 241, 232, 0.86);
    font-size: 1rem;
    line-height: 1.5;
  }

  .audio-guest-book-page .service-options input[type="radio"],
  .audio-guest-book-page .service-options input[type="checkbox"] {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .audio-guest-book-page .audio-contact .php-email-form input,
  .audio-guest-book-page .audio-contact .php-email-form select,
  .audio-guest-book-page .audio-contact .php-email-form textarea {
    font-size: 1rem;
    line-height: 1.5;
  }

  .audio-guest-book-page .audio-contact .php-email-form input::placeholder,
  .audio-guest-book-page .audio-contact .php-email-form textarea::placeholder {
    color: rgba(245, 241, 232, 0.62);
    opacity: 1;
  }

  .audio-guest-book-page .audio-contact .php-email-form button[type="submit"] {
    min-height: 52px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .audio-guest-book-page .footer .footer-heading {
    font-size: 0.94rem;
    letter-spacing: 0.07em;
  }

  .audio-guest-book-page .footer .footer-link-list a,
  .audio-guest-book-page .footer .footer-contact-list {
    color: rgba(245, 241, 232, 0.86);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
  }

  .audio-guest-book-page .footer .social-links a {
    width: 44px;
    height: 44px;
    color: rgba(245, 241, 232, 0.82);
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .audio-guest-book-page .audio-main [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .audio-guest-book-page *,
  .audio-guest-book-page *::before,
  .audio-guest-book-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
