/* ─── HERO ─── */
    .page-hero {
      background: var(--navy);
      background-image: radial-gradient(ellipse at 70% 50%, var(--navy-deep) 0%, var(--navy) 60%);
      padding: 72px 40px 80px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .page-hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 15% 85%, rgba(200,164,90,0.12) 0%, transparent 45%), radial-gradient(circle at 85% 15%, rgba(105,153,152,0.1) 0%, transparent 40%); pointer-events: none; }
    .page-hero-inner { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }
    .page-hero-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
    .page-hero-title { font-family: "Playfair Display", serif; font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 1.2rem; }
    .page-hero-title em { font-style: italic; color: var(--gold); }
    .page-hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.75); line-height: 1.75; font-weight: 300; }

    /* ─── LAYOUT ─── */
    .contact-layout { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 360px; gap: 4rem; padding: 80px 2rem 100px; align-items: start; }

    /* ─── FORM ─── */
    .form-wrap { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 2.5rem 3rem; }
    .form-title { font-family: "Playfair Display", serif; font-size: 1.5rem; font-weight: 700; color: var(--navy); margin-bottom: 0.4rem; }
    .form-subtitle { font-size: 0.95rem; color: var(--text-muted); margin-bottom: 2rem; line-height: 1.6; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.25rem; }
    .form-group { margin-bottom: 1.25rem; }
    label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--navy); margin-bottom: 0.4rem; }
    input, select, textarea { width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--border); border-radius: 6px; font-size: 0.95rem; font-family: inherit; color: var(--text); background: var(--white); outline: none; transition: border-color 0.2s; }
    input:focus, select:focus, textarea:focus { border-color: var(--teal); }
    textarea { resize: vertical; }
    .btn-submit { width: 100%; background: var(--gold); color: var(--navy-deep); padding: 1rem 2rem; border: none; border-radius: 4px; font-weight: 600; font-size: 1rem; font-family: inherit; cursor: pointer; transition: background 0.2s, transform 0.15s; }
    .btn-submit:hover { background: var(--gold-light); transform: translateY(-1px); }
    .form-success { display: none; margin-top: 1.5rem; text-align: center; color: var(--teal); font-weight: 600; font-size: 1rem; padding: 1rem; background: var(--teal-pale); border-radius: 6px; }

    /* ─── SIDEBAR ─── */
    .contact-sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
    .sidebar-card { background: var(--light); border: 1px solid var(--border); border-radius: 10px; padding: 1.8rem 2rem; }
    .sidebar-card-title { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
    .contact-detail { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; font-size: 0.95rem; color: var(--text); line-height: 1.6; }
    .contact-detail:last-child { margin-bottom: 0; }
    .contact-detail-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }
    .contact-detail a { color: var(--navy); font-weight: 600; text-decoration: none; }
    .contact-detail a:hover { color: var(--teal); }
    .hours-row { display: flex; justify-content: space-between; font-size: 0.9rem; padding: 0.4rem 0; border-bottom: 1px solid var(--border); color: var(--text); }
    .hours-row:last-child { border-bottom: none; }
    .hours-row span:first-child { color: var(--text-muted); }
    .hours-row span:last-child { font-weight: 500; }
    .navy-card { background: var(--navy); border-color: transparent; }
    .navy-card .sidebar-card-title { color: var(--teal-light); }
    .navy-card p { font-size: 0.92rem; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 0; }

    /* ─── FOOTER ─── */
    footer { background: var(--charcoal); padding: 3rem 2rem; border-top: 3px solid var(--teal); }
    .footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
    .footer-wordmark { display: block; font-family: "DM Sans", sans-serif; font-size: 16px; font-weight: 600; color: #8a9eaa; margin-bottom: 12px; letter-spacing: 0.3px; }
    .footer-brand-desc { font-size: 0.9rem; color: rgba(255,255,255,0.5); line-height: 1.75; max-width: 280px; }
    .footer-col-title { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal-light); margin-bottom: 1rem; }
    .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
    .footer-links a { font-size: 0.92rem; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
    .footer-links a:hover { color: var(--teal-light); }
    .footer-contact-item { font-size: 0.92rem; color: rgba(255,255,255,0.55); margin-bottom: 0.5rem; line-height: 1.6; }
    .footer-contact-item strong { display: block; color: rgba(255,255,255,0.85); font-weight: 500; }
    .footer-contact-item a { color: rgba(255,255,255,0.55); text-decoration: none; }
    .footer-bottom { max-width: 1100px; margin: 2rem auto 0; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
    .footer-bottom p { font-size: 0.82rem; color: rgba(255,255,255,0.35); }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 860px) {
      .contact-layout { grid-template-columns: 1fr; gap: 2.5rem; }
    }
    @media (max-width: 600px) {
      
      .form-row { grid-template-columns: 1fr; }
      .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
      .footer-bottom { flex-direction: column; text-align: center; }
    }
  
    /* ── HEADER / NAV ── */
