body.contact-page {
  background: #ffffff;
  color: #1a1210;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  --accent: rgba(160, 80, 60, 0.9);
  --accent-glow: rgba(160, 80, 60, 0.15);
  --accent-solid: rgb(160, 80, 60);
  --bg-warm: #fdfaf5;
  --bg-soft: #faf7f2;
  --text-muted: rgba(30, 20, 15, 0.62);
}

.contact-page #main-content {
  padding: 0;
}

/* ── Page Hero ────────────────────────────── */
.banner.about3-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: var(--osl-public-hero-min-height);
  padding: 100px 24px 80px;
  background: radial-gradient(ellipse at 50% 0%, rgba(160, 80, 60, 0.05) 0%, transparent 65%), #fdfaf5;
  text-align: center;
  flex-direction: column;
}

.about3-image {
  display: none;
}

.contact-hero-inner {
  max-width: 640px;
  margin: 0 auto;
}

/* ── Contact Section ──────────────────────── */
.contact-section {
  padding: 80px 24px 100px;
  background: #ffffff;
}

.form-container {
  max-width: 760px;
  margin: 0 auto;
}

/* ── Headings ─────────────────────────────── */
.contact-page h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.15;
  color: #1a1210;
  margin: 0 0 16px;
  text-align: center;
}

.contact-page h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 300;
  line-height: 1.25;
  color: #1a1210;
  margin: 48px 0 20px;
}

.contact-page h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 400;
  color: #1a1210;
  margin: 28px 0 10px;
}

.contact-page label {
  font-family: 'Roboto', sans-serif;
  color: #1a1210;
}

/* ── Eyebrow ──────────────────────────────── */
.page-eyebrow {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

/* ── Divider ──────────────────────────────── */
.hero-divider {
  width: 60px;
  height: 1px;
  background: rgba(160, 80, 60, 0.22);
  margin: 28px auto;
}

/* ── Body Text ────────────────────────────── */
.paragraph-large {
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: center;
}

/* ── Quick FAQ ────────────────────────────── */
.quick-faq {
  max-width: 760px;
  margin: 48px auto 0;
  padding: clamp(28px, 5vw, 44px);
  text-align: left;
  background:
    radial-gradient(circle at 16% 18%, rgba(160, 80, 60, 0.04) 0%, transparent 24%),
    radial-gradient(circle at 82% 76%, rgba(160, 80, 60, 0.03) 0%, transparent 28%),
    #ffffff;
  border: 1px solid rgba(160, 80, 60, 0.1);
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(26, 18, 16, 0.06);
}

.contact-page .quick-faq .section-eyebrow {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-solid);
}

.contact-page .quick-faq .section-title {
  margin: 0 0 24px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.2;
  color: #1a1210;
}

.contact-page .quick-faq .section-title em {
  font-style: italic;
  color: var(--accent-solid);
}

.contact-page .quick-faq .divider {
  width: 60px;
  height: 1px;
  margin: 0 0 32px;
  background: rgba(160, 80, 60, 0.22);
}

.contact-page .quick-faq .faq-accordion {
  margin-top: 0;
}

.quick-faq p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-muted);
}

.contact-page a {
  color: var(--accent-solid);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-page a:hover {
  opacity: 0.75;
}

/* Footer links must stay black, no underline */
.contact-page .footer-links a {
  color: #000000;
  text-decoration: none;
  opacity: 1;
}

.contact-page .footer-links a:hover {
  color: #ff5757;
  opacity: 1;
}

/* ── Contact Form ─────────────────────────── */
.contact-form-heading {
  margin-top: 56px;
  margin-bottom: 24px;
  text-align: left;
}

.contact-form {
  margin-top: 24px;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #1a1210;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(30, 20, 15, 0.2);
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: #1a1210;
  background: #ffffff;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent-solid);
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

/* ── Submit Button ────────────────────────── */
.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 48px;
  background: rgba(180, 60, 60, 0.85);
  color: #fff;
  border: none;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 8px;
}

.btn-submit:hover {
  background: rgba(200, 70, 70, 1);
  box-shadow: 0 0 18px rgba(200, 70, 70, 0.4);
}

/* ── Status Messages ──────────────────────── */
.contact-status {
  display: none;
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 2px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.contact-status--success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.contact-status--error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* ── Responsive ───────────────────────────── */
@media (max-width: 768px) {
  .banner.about3-banner {
    min-height: var(--osl-public-hero-min-height-mobile);
    padding: 80px 20px 60px;
  }

  .contact-section {
    padding: 60px 20px 80px;
  }

  .quick-faq {
    padding: 28px 22px;
  }
}
