/* Contact lounge — boarding-pass desk, gold foil, cinematic hero */
.rb-contact-page {
  background:
    radial-gradient(ellipse 52% 30% at 100% 6%, rgba(196, 162, 101, 0.16), transparent 55%),
    radial-gradient(ellipse 42% 26% at 0% 48%, rgba(225, 29, 46, 0.07), transparent 52%),
    var(--rb-mist);
}

.rb-contact-hero {
  position: relative;
  z-index: 1;
  padding: 128px 0 48px;
  overflow: hidden;
  min-height: 0;
}
.rb-contact-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #141018;
  z-index: 0;
}
.rb-contact-hero__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--rb-hero-focus, center center);
  display: block;
}
.rb-contact-hero__bg::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  height: 72px;
  background: linear-gradient(180deg, transparent, var(--rb-mist));
  pointer-events: none;
}
.rb-contact-hero__veil,
.rb-contact-hero__glow,
.rb-contact-hero__grain {
  position: absolute;
  pointer-events: none;
}
.rb-contact-hero__veil {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(112deg, rgba(12, 12, 16, 0.72) 0%, rgba(22, 16, 18, 0.38) 46%, rgba(12, 12, 16, 0.28) 100%);
}
.rb-contact-hero__glow {
  inset: auto -12% -18% 30%;
  z-index: 2;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 162, 101, 0.46), transparent 70%);
  filter: blur(10px);
  animation: rb-contact-pulse 7s ease-in-out infinite alternate;
}
.rb-contact-hero__grain {
  inset: 0;
  z-index: 2;
  opacity: .18;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
@keyframes rb-contact-pulse {
  from { opacity: .5; transform: scale(1); }
  to { opacity: 1; transform: scale(1.08); }
}
.rb-contact-hero .container {
  position: relative;
  z-index: 3;
}

.rb-contact-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
}
.rb-contact-crumb a {
  color: #fff !important;
  text-decoration: none !important;
}
.rb-contact-crumb a:hover { color: #f0e0b8 !important; }

.rb-contact-hero__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: end;
  gap: 28px;
  padding-bottom: 8px;
}
.rb-contact-hero__intro {
  max-width: 680px;
  color: #fff;
  position: relative;
}
.rb-contact-hero__intro::before {
  content: "";
  position: absolute;
  right: -22px;
  top: 42px;
  width: 3px;
  height: 78px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--rb-gold), transparent);
}
.rb-contact-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.rb-contact-hero__title {
  margin: 0 0 12px;
  font-size: clamp(30px, 4.5vw, 54px);
  font-weight: 900;
  line-height: 1.22;
  color: #fff;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.32);
}
.rb-contact-hero__title em {
  font-style: normal;
  color: #f0e0b8;
}
.rb-contact-hero__desc {
  margin: 0 0 18px;
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.84);
  max-width: 34em;
}
.rb-contact-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rb-contact-hero__stats li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.rb-contact-hero__stats strong { font-weight: 900; }

.rb-contact-compass {
  justify-self: end;
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 8px;
}
.rb-contact-compass__ring {
  position: relative;
  width: 148px;
  height: 148px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(12, 10, 14, 0.28);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}
.rb-contact-compass__ring svg {
  width: 100%;
  height: 100%;
  animation: rb-contact-spin 28s linear infinite;
}
.rb-contact-compass__ring span {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 900;
  color: #f0e0b8;
}
.rb-contact-compass p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  max-width: 14em;
}
@keyframes rb-contact-spin {
  to { transform: rotate(360deg); }
}

.rb-contact-desk {
  position: relative;
  z-index: 6;
  margin-top: 0;
  padding: 8px 0 8px;
}
.rb-contact-desk__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 22px;
  align-items: start;
}

.rb-contact-lounge {
  padding: 26px 24px 22px;
  border-radius: 28px;
  color: #f6f1e8;
  background:
    linear-gradient(165deg, rgba(28, 22, 26, 0.94), rgba(18, 16, 20, 0.96)),
    #161318;
  border: 1px solid rgba(196, 162, 101, 0.22);
  box-shadow: 0 24px 48px rgba(16, 12, 14, 0.18);
}
.rb-contact-lounge__head span,
.rb-contact-hours span,
.rb-contact-faq__head span,
.rb-contact-helps article span {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--rb-gold);
}
.rb-contact-lounge__head h2 {
  margin: 0 0 18px;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
}
.rb-contact-channels {
  display: grid;
  gap: 10px;
}
.rb-contact-channel {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 12px;
  padding: 14px 14px 13px;
  border-radius: 18px;
  text-decoration: none !important;
  color: inherit !important;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform .25s var(--rb-ease), background .25s var(--rb-ease), border-color .25s var(--rb-ease);
}
.rb-contact-channel:hover {
  transform: translateY(-2px);
  background: rgba(196, 162, 101, 0.1);
  border-color: rgba(196, 162, 101, 0.35);
}
.rb-contact-channel__ico {
  grid-row: 1 / span 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #f0e0b8;
  background: rgba(196, 162, 101, 0.14);
  align-self: center;
}
.rb-contact-channel small {
  font-size: 11px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.55);
}
.rb-contact-channel strong {
  font-size: 15px;
  font-weight: 850;
  word-break: break-word;
}
.rb-contact-channel em {
  font-style: normal;
  font-size: 12px;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.52);
}

.rb-contact-hours {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  padding: 16px 16px 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(196, 162, 101, 0.16), rgba(196, 162, 101, 0.05));
  border: 1px solid rgba(196, 162, 101, 0.22);
}
.rb-contact-hours strong {
  display: block;
  font-size: 16px;
  font-weight: 850;
  color: #fff;
}
.rb-contact-hours p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.68);
}

.rb-contact-route {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: rgba(240, 224, 184, 0.78);
  font-size: 12px;
  font-weight: 800;
}
.rb-contact-route svg {
  flex: 1;
  height: 18px;
  color: var(--rb-gold);
}

.rb-contact-pass {
  position: relative;
  overflow: hidden;
  padding: 0 0 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent 28%),
    #fbf7f1;
  border: 1px solid rgba(196, 162, 101, 0.22);
  box-shadow:
    0 28px 56px rgba(28, 22, 26, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.rb-contact-pass::before,
.rb-contact-pass::after {
  content: "";
  position: absolute;
  top: 78px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--rb-mist);
  z-index: 3;
}
.rb-contact-pass::before { right: -11px; }
.rb-contact-pass::after { left: -11px; }
.rb-contact-pass__foil {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 22px;
  color: #f7efdc;
  background: linear-gradient(105deg, #2a2118 0%, #4a3824 48%, #2c2219 100%);
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 800;
}
.rb-contact-pass__foil b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px dashed rgba(240, 224, 184, 0.55);
  color: #f0e0b8;
  font-size: 12px;
}
.rb-contact-pass__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 22px 8px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(154, 120, 64, 0.28);
}
.rb-contact-pass__meta small {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 800;
  color: #8a7a62;
}
.rb-contact-pass__meta strong {
  font-size: 14px;
  font-weight: 850;
  color: var(--rb-ink);
}
.rb-contact-pass__stamp {
  position: absolute;
  left: 18px;
  bottom: 16px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(196, 162, 101, 0.45);
  color: rgba(154, 120, 64, 0.55);
  font-size: 11px;
  font-weight: 900;
  transform: rotate(-18deg);
  pointer-events: none;
}

.rb-contact-form,
.rb-contact-thanks {
  padding: 8px 22px 0;
}
.rb-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.rb-contact-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}
.rb-contact-field > span {
  font-size: 13px;
  font-weight: 800;
  color: var(--rb-ink);
}
.rb-contact-field > span small {
  color: #8a7a62;
  font-weight: 700;
}
.rb-contact-field input,
.rb-contact-field textarea {
  width: 100%;
  border: 1px solid rgba(26, 28, 30, 0.08);
  border-radius: 14px;
  background: #fff;
  color: var(--rb-ink);
  font: inherit;
  font-weight: 650;
  padding: 12px 14px;
  outline: none;
  transition: border-color .2s var(--rb-ease), box-shadow .2s var(--rb-ease);
}
.rb-contact-field textarea { resize: vertical; min-height: 140px; }
.rb-contact-field input:focus,
.rb-contact-field textarea:focus {
  border-color: rgba(196, 162, 101, 0.7);
  box-shadow: 0 0 0 4px rgba(196, 162, 101, 0.16);
}
.rb-contact-field em,
.rb-contact-subjects em,
.rb-contact-form__alert {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: var(--rb-red);
}
.rb-contact-field__count {
  align-self: flex-end;
  font-size: 11px;
  font-weight: 700;
  color: #8a7a62;
}
.rb-contact-subjects {
  margin: 4px 0 14px;
  padding: 0;
  border: 0;
}
.rb-contact-subjects legend {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  color: var(--rb-ink);
}
.rb-contact-subjects__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.rb-contact-chip {
  margin: 0;
  cursor: pointer;
}
.rb-contact-chip input { position: absolute; opacity: 0; pointer-events: none; }
.rb-contact-chip span {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.08);
  color: var(--rb-ink);
  font-size: 13px;
  font-weight: 800;
  transition: background .2s var(--rb-ease), color .2s var(--rb-ease), border-color .2s var(--rb-ease);
}
.rb-contact-chip input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(196, 162, 101, 0.28);
}
.rb-contact-chip input:checked + span {
  background: var(--rb-ink);
  border-color: var(--rb-ink);
  color: #fff;
}
.rb-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rb-red) 0%, var(--rb-red-dark) 100%);
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(185, 20, 34, 0.22);
  transition: transform .2s var(--rb-ease), box-shadow .2s var(--rb-ease);
}
.rb-contact-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(185, 20, 34, 0.28);
}
.rb-contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.rb-contact-thanks {
  padding-top: 28px;
  padding-bottom: 12px;
  min-height: 280px;
}
.rb-contact-thanks__stamp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 14px;
  border-radius: 50%;
  border: 2px solid var(--rb-gold);
  color: var(--rb-gold-dark);
  font-size: 13px;
  font-weight: 900;
  transform: rotate(-12deg);
}
.rb-contact-thanks h2 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-contact-thanks p {
  margin: 0 0 18px;
  max-width: 32em;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 650;
  color: #5c6168;
}
.rb-contact-thanks__cta {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--rb-ink);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}

.rb-contact-body {
  padding: 28px 0 72px;
}
.rb-contact-helps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 36px;
}
.rb-contact-helps article {
  padding: 20px 18px 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.05);
  box-shadow: 0 14px 30px rgba(28, 22, 26, 0.04);
}
.rb-contact-helps h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-contact-helps p {
  margin: 0 0 14px;
  font-size: 13.5px;
  line-height: 1.85;
  font-weight: 600;
  color: #5c6168;
}
.rb-contact-helps a {
  font-size: 13px;
  font-weight: 850;
  color: var(--rb-red) !important;
  text-decoration: none !important;
}
.rb-contact-helps a:hover { color: var(--rb-red-dark) !important; }

.rb-contact-faq {
  padding: 26px 24px 22px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.05);
  box-shadow: 0 16px 36px rgba(28, 22, 26, 0.04);
}
.rb-contact-faq__head {
  margin-bottom: 16px;
}
.rb-contact-faq__head h2 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-contact-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rb-contact-faq details {
  border-radius: 16px;
  background: var(--rb-paper);
  border: 1px solid rgba(26, 28, 30, 0.05);
  overflow: hidden;
}
.rb-contact-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 850;
  color: var(--rb-ink);
}
.rb-contact-faq summary::-webkit-details-marker { display: none; }
.rb-contact-faq summary::after {
  content: "+";
  float: left;
  color: var(--rb-gold-dark);
  font-weight: 900;
}
.rb-contact-faq details[open] summary::after { content: "−"; }
.rb-contact-faq details p {
  margin: 0;
  padding: 0 18px 16px;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 600;
  color: #4a4d4a;
}

@media (max-width: 1100px) {
  .rb-contact-desk__grid,
  .rb-contact-helps {
    grid-template-columns: 1fr 1fr;
  }
  .rb-contact-hero__top { grid-template-columns: 1fr; }
  .rb-contact-compass { display: none; }
  .rb-contact-hero__intro::before { display: none; }
}

@media (max-width: 760px) {
  .rb-contact-hero { padding: 120px 0 28px; }
  .rb-contact-hero__title { padding-left: 4px; }
  .rb-contact-desk { margin-top: 0; padding-top: 4px; }
  .rb-contact-desk__grid,
  .rb-contact-helps,
  .rb-contact-form__row,
  .rb-contact-pass__meta {
    grid-template-columns: 1fr;
  }
  .rb-contact-pass { order: -1; }
  .rb-contact-pass__meta { grid-template-columns: 1fr 1fr; }
  .rb-contact-lounge,
  .rb-contact-pass,
  .rb-contact-faq { border-radius: 22px; }
  .rb-contact-pass__stamp { display: none; }
  .rb-contact-body { padding-bottom: 48px; }
}

@media (max-width: 480px) {
  .rb-contact-hero__title { font-size: 28px; }
  .rb-contact-pass__foil { padding-inline: 16px; }
  .rb-contact-form,
  .rb-contact-thanks { padding-inline: 16px; }
  .rb-contact-pass__meta { margin-inline: 16px; }
  .rb-contact-lounge { padding: 20px 16px 16px; }
  .rb-contact-helps article,
  .rb-contact-faq { padding: 18px 16px 16px; }
  .rb-contact-submit { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .rb-contact-hero__glow,
  .rb-contact-compass__ring svg,
  .rb-contact-channel,
  .rb-contact-submit {
    animation: none;
    transition: none;
  }
}
