/* =============================================================
   ARO MED SPA — Contact page (Phase 2)
   Reuses aro-ds.css + aro-home.css + aro-hub.css + aro-service.css.
   Adds only page-specific composition (intro hero, form, contact rail).
   ============================================================= */

/* ---------- Contact intro hero ---------- */
.contact-hero { position: relative; background: var(--sand-100); overflow: hidden; padding: 116px 0 48px; }
.contact-hero::before { content: ""; position: absolute; right: -150px; top: -110px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(207,85,37,.12), transparent 66%); pointer-events: none; }
.contact-hero__inner { position: relative; z-index: 2; max-width: 720px; }
.contact-hero h1 { font-size: clamp(2.6rem, 4.2vw, 3.9rem); line-height: 1.04; }
.contact-hero .quicklinks { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* quick contact chips */
.qc-chip { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; background: #fff; border: 1px solid var(--sand-200); border-radius: var(--r-pill); padding: 12px 20px; font-weight: 600; color: var(--obsidian); box-shadow: var(--e-1); transition: transform .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease); }
.qc-chip:hover { transform: translateY(-2px); border-color: var(--clay); color: var(--clay-deep); }
.qc-chip svg { color: var(--clay); flex: none; }

/* ---------- Contact form ---------- */
.contact-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: start; }
@media (max-width: 940px) { .contact-split { grid-template-columns: 1fr; gap: 36px; } }

.form-card { background: #fff; border: 1px solid var(--sand-200); border-radius: var(--r-xl); padding: 40px 42px; box-shadow: var(--e-2); }
.form-card__tag { display: inline-flex; align-items: center; gap: 8px; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--obsidian-60); margin-bottom: 6px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 600; color: var(--obsidian); letter-spacing: .01em; }
.field label .opt { color: var(--ink-soft); font-weight: 500; }
.field input, .field select, .field textarea {
  font-family: var(--font-sans); font-size: 1rem; color: var(--ink);
  background: var(--sand-50); border: 1.5px solid var(--sand-200); border-radius: var(--r-sm);
  padding: 13px 15px; transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease); width: 100%;
}
.field textarea { resize: vertical; min-height: 120px; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2330424b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; cursor: pointer; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--clay); background: #fff; box-shadow: 0 0 0 3px rgba(207,85,37,.12); }
.field input::placeholder, .field textarea::placeholder { color: var(--obsidian-60); }
.form-card .btn { width: 100%; justify-content: center; margin-top: 24px; }
.form-note { display: flex; align-items: center; gap: 8px; justify-content: center; font-size: .82rem; color: var(--ink-soft); margin-top: 14px; }
.form-note svg { color: var(--cactus); flex: none; }

/* ---------- Contact rail (right column) ---------- */
.contact-rail { display: flex; flex-direction: column; gap: 18px; }
.rail-card { background: #fff; border: 1px solid var(--sand-200); border-radius: var(--r-lg); padding: 26px 28px; box-shadow: var(--e-1); }
.rail-card h3 { font-family: var(--font-serif); font-weight: 500; font-size: 1.3rem; color: var(--obsidian); margin-bottom: 16px; }
.rail-card .loc-row { margin-bottom: 14px; }
.rail-card .loc-row:last-child { margin-bottom: 0; }
.rail-actions { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.rail-social { display: flex; gap: 10px; }
.rail-social a { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; flex: 1; justify-content: center; border: 1px solid var(--sand-200); border-radius: var(--r-md); padding: 12px; color: var(--obsidian); font-weight: 600; font-size: .92rem; transition: background .25s, color .25s, border-color .25s; }
.rail-social a:hover { background: var(--clay); color: #fff; border-color: var(--clay); }

/* booking CTA block */
.book-cta { background: var(--obsidian); color: var(--sand); border-radius: var(--r-lg); padding: 30px 32px; position: relative; overflow: hidden; }
.book-cta::after { content: ""; position: absolute; right: -70px; top: -60px; width: 240px; height: 240px; background: radial-gradient(circle, rgba(207,85,37,.5), transparent 70%); pointer-events: none; }
.book-cta > * { position: relative; z-index: 2; }
.book-cta h3 { color: var(--sand); font-family: var(--font-serif); font-weight: 500; font-size: 1.5rem; margin-bottom: 8px; }
.book-cta p { color: rgba(240,231,207,.82); font-size: .96rem; line-height: 1.5; margin-bottom: 18px; }
.book-cta__row { display: flex; flex-direction: column; gap: 10px; }
.book-cta__row .btn { width: 100%; justify-content: center; }
.book-cta__call { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--sand); text-decoration: none; font-weight: 700; font-size: 1.1rem; padding: 13px; border: 1.5px solid rgba(240,231,207,.3); border-radius: var(--r-pill); transition: background .2s, border-color .2s; }
.book-cta__call:hover { background: rgba(240,231,207,.1); border-color: rgba(240,231,207,.5); }
.book-cta__call svg { color: var(--columbia); }
