#contact .trip-intro { margin: 28px auto 8px; font-size: 20px; color: var(--deep); }
#contact .trip-button { margin-top: 34px; padding: 20px 34px; border: 1px solid #1e3028; border-radius: 2px; background: #1e3028; color: #f5f0e8; font: 500 12px Jost, sans-serif; text-transform: uppercase; letter-spacing: .16em; cursor: pointer; transition: background .2s; }
#contact .trip-button:hover { background: #30483c; }
#contact .trip-button span { margin-left: 18px; font-size: 18px; }
#contact button:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
#trip-dialog { position: fixed; inset: 0; margin: auto; padding: 0; width: min(760px, calc(100% - 40px)); height: min(850px, 88dvh); max-height: 88dvh; max-width: none; border: 1px solid var(--sand); border-radius: 12px; background: var(--cream); color: var(--deep); box-shadow: 0 24px 90px rgba(12, 48, 45, .22); overflow: hidden; }
#trip-dialog[open] { display: flex; flex-direction: column; }
#trip-dialog::backdrop { background: rgba(12, 30, 24, .42); }
#trip-dialog .trip-modal-header { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 24px; border-bottom: 1px solid var(--sand); font-size: 10px; letter-spacing: .14em; }
#trip-close { background: transparent; border: 0; color: inherit; font: 400 14px Jost, sans-serif; padding: 8px; cursor: pointer; }
#trip-close span { font-size: 22px; margin-left: 8px; vertical-align: middle; }
#trip-dialog iframe { display: block; flex: 1; min-height: 0; width: calc(100% - 64px); margin: 24px 32px 28px; border: 0; }
html.trip-modal-open { overflow: hidden; }
@media (max-width: 600px) {
  #trip-dialog { width: calc(100% - 20px); height: 92dvh; max-height: 92dvh; border-radius: 8px; }
  #trip-dialog .trip-modal-header { padding: 10px 14px; }
  #trip-dialog iframe { width: calc(100% - 32px); margin: 16px 16px 20px; }
  #contact .trip-button { padding: 19px 24px; }
}
