/* Contact page — extracted from v63 + normalized. */

.contact-content { padding: 100px 0 140px; }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 100px; align-items: start;
}
.contact-info-block { padding: 28px 0; border-bottom: 1px solid var(--line); }
.contact-info-block:first-of-type { border-top: 1px solid var(--line); }
.contact-info-block h5 {
  font-family: 'Inter', sans-serif; font-size: 14px;
  text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--gold); margin-bottom: 12px;
}
.contact-info-block p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 400; font-style: italic;
  color: var(--text);
}
.contact-info-block p a { color: var(--text); text-decoration: none; transition: color 0.25s; }
.contact-info-block p a:hover { color: var(--gold); }
.contact-form {
  background: var(--navy-2);
  border: 1px solid var(--line);
  padding: 48px;
}
.form-field { margin-bottom: 32px; }
.form-field label {
  display: block; font-family: 'Inter', sans-serif;
  font-size: 14px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--gold); margin-bottom: 12px;
}
.form-field input, .form-field textarea, .form-field select {
  width: 100%; padding: 14px 0;
  background: transparent; border: none;
  border-bottom: 1px solid var(--line); color: var(--text);
  font-family: 'Inter', sans-serif; font-size: 15px;
  outline: none; transition: border-color 0.25s;
}
.form-field select option,
.form-field select optgroup {
  background: var(--navy-2); color: var(--text);
}
.form-field select optgroup {
  font-style: italic; color: var(--gold); font-weight: 500;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--gold); }
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--text-muted); }
.form-field textarea { resize: vertical; min-height: 100px; }
.form-field select { appearance: none; cursor: pointer; }

.booking-section {
  padding: 80px 0 40px;
  border-bottom: 1px solid var(--line);
}
.booking-grid {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px;
  align-items: start;
  max-width: 1180px; margin: 0 auto;
}
.booking-text .eyebrow { margin-bottom: 16px; }
.booking-text h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: clamp(32px, 4vw, 48px); line-height: 1.1;
  letter-spacing: -0.025em; color: var(--text); margin-bottom: 24px;
}
.booking-text h2 em { font-style: italic; color: var(--gold); }
.booking-text p {
  font-size: 15px; line-height: 1.7; color: var(--text-secondary);
  margin-bottom: 14px;
}
.booking-text .platforms {
  margin-top: 24px; padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex; gap: 20px; flex-wrap: wrap;
}
.booking-text .platforms .platform-pill {
  font-family: 'Inter', sans-serif; font-size: 14px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold);
  padding: 8px 14px; border: 1px solid var(--gold);
}
.booking-embed {
  background: var(--text);
  border: 1px solid var(--line-gold);
  position: relative;
  min-height: 580px;
  display: flex; align-items: center; justify-content: center;
}
.booking-embed .corner { border-color: var(--gold); }
.booking-embed iframe {
  width: 100%; height: 580px; border: 0; display: block;
}
.booking-embed-fallback {
  padding: 60px 40px; text-align: center;
}
.booking-embed-fallback h3 {
  font-family: 'Cormorant Garamond', serif; font-weight: 400;
  font-size: 28px; line-height: 1.2; color: var(--navy);
  margin-bottom: 16px;
}
.booking-embed-fallback p {
  font-size: 14px; line-height: 1.6; color: #475569;
  margin-bottom: 28px;
}
.booking-embed-fallback .btn-cal {
  display: inline-block;
  background: var(--navy); color: var(--text);
  padding: 16px 32px;
  font-family: 'Inter', sans-serif; font-size: 14px;
  font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s;
}
.booking-embed-fallback .btn-cal:hover {
  background: var(--gold); color: var(--navy);
}

/* ========== Public QR (face-to-face Sofia handoff) — v175 ========== */
.public-qr-section { padding: 68px 0; background: var(--navy-2); border-top: 1px solid var(--line); }
.public-qr-inner {
  max-width: 920px; margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.public-qr-text .eyebrow { margin-bottom: 20px; }
.public-qr-text h2 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(28px, 3.4vw, 40px); line-height: 1.1;
  letter-spacing: -0.025em; color: var(--text); margin-bottom: 20px;
}
.public-qr-text h2 em { font-style: italic; color: var(--gold); }
.public-qr-text p { font-size: var(--fs-small); line-height: 1.7; color: var(--text-secondary); margin-bottom: 14px; }
.public-qr-text p strong { color: var(--text); font-weight: 500; }
.public-qr-text .steps {
  margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
}
.public-qr-display { display: flex; flex-direction: column; align-items: center; }
.public-qr-frame {
  background: #fff; padding: 22px; border: 1px solid var(--line-gold);
  width: 100%; max-width: 280px; aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  position: relative; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.public-qr-frame .corner { position: absolute; width: 18px; height: 18px; border-color: var(--gold); z-index: 2; }
.public-qr-frame .corner.tl { top: -1px; left: -1px; border-top: 2px solid; border-left: 2px solid; }
.public-qr-frame .corner.tr { top: -1px; right: -1px; border-top: 2px solid; border-right: 2px solid; }
.public-qr-frame .corner.bl { bottom: -1px; left: -1px; border-bottom: 2px solid; border-left: 2px solid; }
.public-qr-frame .corner.br { bottom: -1px; right: -1px; border-bottom: 2px solid; border-right: 2px solid; }
.public-qr-frame #publicContactQr { width: 100%; height: 100%; }
.public-qr-frame #publicContactQr img { width: 100% !important; height: 100% !important; display: block; }
.public-qr-caption {
  margin-top: 18px; font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-muted);
}
@media (max-width: 760px) {
  .public-qr-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .public-qr-text .eyebrow { justify-content: center; }
  .public-qr-text .steps { text-align: center; }
}
