/* BCB page CSS — Contact Us
   Drop this file into:
     wp-content/themes/bcb-child-theme/assets/pages/contact.css
   The child theme auto-loads it on the matching page.
   See /build/BUILD_GUIDE.md for details. */

  /* ═══════════════════════════════════════════════════════════
     v3 PAGE — continuous gradient backdrop
     ═══════════════════════════════════════════════════════════ */
  body.page-contact {
    background:
      linear-gradient(
        to bottom,
        #FFF6F1 0%,
        #FFE9EE 14%,
        #FFD9E0 30%,
        #FCDED6 48%,
        #E8DFE2 66%,
        #D2DDE8 82%,
        #92A6BC 92%,
        #1F2D40 100%
      ) no-repeat;
    background-attachment: fixed;
  }

  .ct-hero, .ct-primary, .ct-channels, .ct-locations,
  .ct-final { background: transparent; }

  /* Lifted card pattern */
  .ct-card {
    background: var(--card-lift-bg);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 1px 3px rgba(31,45,64,0.05), 0 12px 32px rgba(31,45,64,0.08);
    border-radius: var(--radius-xl);
  }

  /* ─── Shared headers ─── */
  .ct-eyebrow { font-family: var(--font-accent); font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pink-500); margin: 0 0 18px; }
  .ct-title {
    font-family: var(--font-display); font-weight: 800;
    font-size: clamp(32px, 3.6vw, 44px);
    line-height: 1.1; letter-spacing: -0.02em;
    color: var(--pink-500);
    margin: 0 0 16px;
    text-wrap: balance;
  }
  .ct-sub {
    font-size: clamp(16px, 1.2vw, 18px); line-height: 1.6;
    color: var(--navy-500); margin: 0; text-wrap: pretty;
  }

  /* ─── HERO — side-photo two-column (2026-06-06) ───
     Was a centered text-only hero; added a framed "get in touch" photo
     beside the copy, using the canonical spoke hero frame (return-to-work /
     telehealth): landscape frame, object-fit cover, photo shadow. */
  .ct-hero { padding: clamp(56px, 8vw, 96px) 32px clamp(40px, 6vw, 64px); }
  .ct-hero__inner {
    max-width: 1140px; margin: 0 auto;
    display: grid; grid-template-columns: 1.05fr 1fr;
    gap: clamp(32px, 5vw, 64px); align-items: center;
    text-align: left;
  }
  .ct-hero__title {
    font-family: var(--font-display); font-weight: 800;
    font-size: clamp(36px, 4.6vw, 60px);
    line-height: 1.04; letter-spacing: -0.025em;
    color: var(--pink-500);
    margin: 0 0 22px;
    text-wrap: balance;
  }
  .ct-hero__sub {
    font-size: clamp(17px, 1.4vw, 20px);
    line-height: 1.6; color: var(--navy-500);
    margin: 0;
    max-width: 540px;
    text-wrap: pretty;
  }
  .ct-hero__media {
    height: clamp(260px, 34vw, 400px);
    border-radius: var(--radius-xl);
    overflow: hidden; background: var(--sky-soft, #E8F4FA);
    box-shadow: var(--shadow-photo); position: relative;
  }
  .ct-hero__media img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: 50% 35%;
    display: block;
  }
  @media (max-width: 880px) {
    /* Single column, centered: eyebrow -> H1 -> sub -> photo (the spoke hero
       format; this page has no Jump-to chip row). Photo stays below the text
       in source order, so no reordering is needed. */
    .ct-hero__inner { grid-template-columns: 1fr; text-align: center; }
    .ct-hero__sub { margin: 0 auto; }
    .ct-hero__media { height: clamp(220px, 56vw, 300px); }
  }

  /* ─── PRIMARY (secure form CTA) ─── */
  .ct-primary { padding: clamp(40px, 6vw, 64px) 32px; }
  .ct-primary__card {
    max-width: 760px; margin: 0 auto;
    text-align: center;
    padding: clamp(40px, 5vw, 64px) clamp(28px, 4vw, 48px);
  }
  .ct-primary__head h2 {
    font-family: var(--font-display); font-weight: 800;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.15; color: var(--pink-500);
    margin: 0 0 12px;
  }
  .ct-primary__head p {
    font-size: 16.5px; color: var(--navy-700);
    line-height: 1.6;
    margin: 0 auto 22px;
    max-width: 560px;
  }
  .ct-trust {
    display: inline-flex; align-items: flex-start; gap: 10px;
    margin: 0 auto 28px;
    padding: 12px 18px;
    background: rgba(255,255,255,0.7);
    border: 1px solid var(--gray-200);
    border-radius: 999px;
    font-size: 13.5px; color: var(--navy-400);
    line-height: 1.5; text-align: left;
    max-width: 560px;
  }
  .ct-trust svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; color: var(--sky-600); }
  .ct-primary .btn { gap: 10px; }
  .ct-primary .btn svg { width: 14px; height: 14px; flex-shrink: 0; }
  .ct-response { margin-top: 16px; font-size: 13.5px; color: var(--navy-400); }

  /* ─── OTHER CHANNELS ─── */
  .ct-channels { padding: clamp(48px, 7vw, 80px) 32px; }
  .ct-channels__inner { max-width: 1100px; margin: 0 auto; }
  .ct-channels__head { text-align: center; max-width: 680px; margin: 0 auto 40px; }
  .ct-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .ct-channel {
    padding: 32px 28px;
    display: flex; flex-direction: column;
  }
  .ct-channel__label {
    font-family: var(--font-accent); font-weight: 700;
    font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--pink-500); margin: 0 0 10px;
  }
  .ct-channel__title {
    font-family: var(--font-display); font-weight: 700;
    font-size: 21px; line-height: 1.25;
    color: var(--pink-500);
    margin: 0 0 12px;
  }
  .ct-channel__body {
    font-size: 15px; line-height: 1.6;
    color: var(--navy-500); margin: 0 0 22px; flex: 1;
  }
  .ct-channel__btns { display: flex; flex-direction: column; gap: 10px; }
  .ct-channel__btns .btn { height: 44px; font-size: 13.5px; padding: 0 18px; gap: 8px; justify-content: center; }
  .ct-channel__btns .btn svg { width: 13px; height: 13px; flex-shrink: 0; }
  @media (max-width: 980px) { .ct-grid { grid-template-columns: repeat(2, 1fr); max-width: 720px; margin: 0 auto; } }
  @media (max-width: 640px) { .ct-grid { grid-template-columns: 1fr; max-width: 440px; } }

  /* ─── LOCATIONS BAND ─── */
  .ct-locations { padding: clamp(56px, 8vw, 96px) 32px; }
  .ct-locations__inner { max-width: 1080px; margin: 0 auto; }
  .ct-locations__head { text-align: center; max-width: 680px; margin: 0 auto 40px; }
  .ct-loc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .ct-loc {
    padding: 24px 22px;
    display: flex; gap: 14px; align-items: flex-start;
  }
  .ct-loc__pin {
    flex-shrink: 0; margin-top: 2px;
    width: 48px; height: 48px; border-radius: 12px;
    background: var(--pink-100);
    color: var(--pink-600);
    display: flex; align-items: center; justify-content: center;
  }
  .ct-loc__pin svg { width: 18px; height: 18px; }
  /* Office thumbnail inset (replaces pin where building photo exists) */
  .ct-loc__thumb {
    flex-shrink: 0; margin-top: 2px;
    width: 48px; height: 48px; border-radius: 12px;
    overflow: hidden;
    background: var(--gray-100);
  }
  .ct-loc__thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
  }
  .ct-loc h3 {
    font-family: var(--font-display); font-weight: 700;
    font-size: 15px; line-height: 1.3;
    color: var(--navy-700);
    margin: 0 0 6px;
  }
  .ct-loc h3 a {
    color: var(--navy-700); text-decoration: none;
    border-bottom: 1px solid var(--gray-200);
    padding-bottom: 1px;
    transition: color var(--dur-fast), border-color var(--dur-fast);
  }
  .ct-loc h3 a:hover { color: var(--pink-600); border-color: var(--pink-300); }
  .ct-loc p {
    font-size: 13.5px; line-height: 1.55;
    color: var(--navy-500); margin: 0;
  }
  .ct-loc p em { font-style: italic; display: block; color: var(--navy-400); font-size: 12.5px; margin-bottom: 2px; }
  @media (max-width: 980px) { .ct-loc-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) { .ct-loc-grid { grid-template-columns: 1fr; } }

  /* ─── FINAL CTA — gradient-into-navy ─── */
  /* Final CTA → LIGHT frosted card + Case-A fade (enabled below). Was a navy gradient band. */
  .ct-final {
    padding: clamp(48px, 7vw, 80px) 24px;
    text-align: center;
    color: var(--navy-500);
    background: transparent;
  }
  .ct-final__inner {
    max-width: 720px; margin: 0 auto;
    background: var(--card-lift-bg); backdrop-filter: var(--card-lift-blur); -webkit-backdrop-filter: var(--card-lift-blur);
    border: 1px solid rgba(255,255,255,0.6); border-radius: var(--radius-xl);
    padding: clamp(40px,5.5vw,60px) clamp(28px,4vw,48px); box-shadow: 0 18px 50px -28px rgba(41,52,72,0.35);
  }
  .footer-ombre-blend { display: block; }
  .ct-final__title {
    font-family: var(--font-display); font-weight: 800;
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.15; letter-spacing: -0.02em;
    color: var(--navy-700);
    margin: 0 0 16px;
    text-wrap: balance;
  }
  .ct-final__body {
    color: var(--navy-500);
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.6; margin: 0 auto 28px;
    max-width: 540px;
  }
  /* .btn--sky uses its global light-context styling now (white/pink override was for the old navy band) */
  .ct-final__sub {
    display: block;
    color: var(--navy-400);
    font-size: 13.5px; margin-top: 14px;
  }
