/* ===== CPSTL Page Masthead / Breadcrumb ===== */
.cpstlnew2026_breadcrumb {
  --cpstl-navy-900: #0b1f33;
  --cpstl-navy-700: #1c3d5e;
  --cpstl-amber-500: #e8791a;
  background: linear-gradient(120deg, var(--cpstl-navy-900) 0%, var(--cpstl-navy-700) 100%);
  padding: 15px 0 30px;
  position: relative;
  overflow: hidden;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}
.cpstlnew2026_breadcrumb::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -40px;
  width: 260px;
  height: 260px;
  border: 24px solid rgba(232, 121, 26, 0.14);
  border-radius: 50%;
}
.cpstlnew2026_breadcrumb_inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.cpstlnew2026_breadcrumb_eyebrow {
  color: var(--cpstl-amber-500);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
}
.cpstlnew2026_breadcrumb_title {
  color: #fff;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 14px;
  font-weight: 600;
}
.cpstlnew2026_breadcrumb_list {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.cpstlnew2026_breadcrumb_list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.cpstlnew2026_breadcrumb_list a:hover { color: var(--cpstl-amber-500); }
.cpstlnew2026_breadcrumb_list li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 640px) {
  .cpstlnew2026_breadcrumb_title { font-size: 30px; }
}

/* ===== CPSTL cpstldepot_page  ===== */

  #cpstldepot_page {
    --cpstl-navy-900: #0b1f33;
    --cpstl-navy-800: #122c47;
    --cpstl-navy-700: #1c3d5e;
    --cpstl-steel-500: #5c7086;
    --cpstl-amber-500: #e8791a;
    --cpstl-amber-600: #c9640f;
    --cpstl-paper-100: #f6f4ef;
    --cpstl-paper-000: #fffdfa;
    --cpstl-ink-900: #10171f;
    --cpstl-line: rgba(11, 31, 51, 0.12);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    color: var(--cpstl-ink-900);
    background: var(--cpstl-paper-100);
  }

  #cpstldepot_page h1,
  #cpstldepot_page h2,
  #cpstldepot_page h3,
  #cpstldepot_page .cpstldepot_display {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    letter-spacing: 0.01em;
  }

  /* ---------- Breadcrumb / masthead ---------- */
  #cpstldepot_breadcrumb {
    background: linear-gradient(120deg, var(--cpstl-navy-900) 0%, var(--cpstl-navy-700) 100%);
    padding: 15px 0 70px;
    position: relative;
    overflow: hidden;
  }
  #cpstldepot_breadcrumb::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -40px;
    width: 260px;
    height: 260px;
    border: 24px solid rgba(232, 121, 26, 0.14);
    border-radius: 50%;
  }
  #cpstldepot_breadcrumb_inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
  }
  #cpstldepot_breadcrumb_eyebrow {
    color: var(--cpstl-amber-500);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin: 0 0 10px;
  }
  #cpstldepot_breadcrumb_title {
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 14px;
    font-weight: 600;
  }
  #cpstldepot_breadcrumb_list {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
  }
  #cpstldepot_breadcrumb_list a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
  }
  #cpstldepot_breadcrumb_list a:hover { color: var(--cpstl-amber-500); }
  #cpstldepot_breadcrumb_list li + li::before {
    content: "/";
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.35);
  }

  /* ---------- Directory section ---------- */
  #cpstldepot_directory {
    max-width: 1180px;
    margin: -40px auto 80px;
    padding: 0 24px;
    position: relative;
    z-index: 2;
  }

  #cpstldepot_toolbar {
    background: var(--cpstl-paper-000);
    border: 1px solid var(--cpstl-line);
    border-radius: 10px;
    box-shadow: 0 18px 40px -24px rgba(11, 31, 51, 0.35);
    padding: 18px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
  }
  #cpstldepot_toolbar_count {
    font-size: 14px;
    color: var(--cpstl-steel-500);
  }
  #cpstldepot_toolbar_count strong { color: var(--cpstl-navy-900); }
  #cpstldepot_search_wrap {
    position: relative;
    flex: 1 1 280px;
    max-width: 360px;
  }
  #cpstldepot_search {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 14px 10px 38px;
    border: 1px solid var(--cpstl-line);
    border-radius: 7px;
    font-size: 14px;
    color: var(--cpstl-ink-900);
    background: var(--cpstl-paper-100);
  }
  #cpstldepot_search:focus {
    outline: none;
    border-color: var(--cpstl-amber-500);
    background: #fff;
  }
  #cpstldepot_search_icon {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--cpstl-steel-500);
    font-size: 13px;
  }

  #cpstldepot_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cpstldepot_card {
    background: var(--cpstl-paper-000);
    border: 1px solid var(--cpstl-line);
    border-left: 4px solid var(--cpstl-navy-800);
    border-radius: 8px;
    padding: 16px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }
  .cpstldepot_card:hover {
    border-left-color: var(--cpstl-amber-500);
    box-shadow: 0 14px 28px -20px rgba(11, 31, 51, 0.45);
  }
  .cpstldepot_card_info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 12px;
    min-width: 220px;
  }
  .cpstldepot_card_head {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }
  .cpstldepot_card_name {
    font-size: 17px;
    font-weight: 600;
    color: var(--cpstl-navy-900);
    margin: 0;
    white-space: nowrap;
  }
  .cpstldepot_card_tag {
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cpstl-amber-600);
    background: rgba(232, 121, 26, 0.1);
    border-radius: 4px;
    padding: 3px 7px;
  }
  .cpstldepot_card_super {
    font-size: 13.5px;
    color: var(--cpstl-steel-500);
    margin: 0;
  }
  .cpstldepot_card_contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    padding-left: 20px;
    border-left: 1px dashed var(--cpstl-line);
  }
  .cpstldepot_contact {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: var(--cpstl-ink-900);
  }
  .cpstldepot_contact i {
    color: var(--cpstl-amber-500);
    width: 14px;
    text-align: center;
    font-size: 12px;
  }
  .cpstldepot_contact a { color: inherit; text-decoration: none; }
  .cpstldepot_contact a:hover { color: var(--cpstl-amber-600); }
  .cpstldepot_contact_label {
    color: var(--cpstl-steel-500);
    margin-right: 2px;
  }

  #cpstldepot_empty {
    display: none;
    grid-column: 1 / -1;
    text-align: center;
    padding: 48px 20px;
    color: var(--cpstl-steel-500);
    font-size: 14px;
    border: 1px dashed var(--cpstl-line);
    border-radius: 8px;
  }

  /* ---------- Responsive ---------- */
  @media (max-width: 640px) {
    #cpstldepot_breadcrumb_title { font-size: 30px; }
    .cpstldepot_card { flex-direction: column; align-items: flex-start; }
    .cpstldepot_card_contacts { flex-direction: column; gap: 8px; padding-left: 0; border-left: none; border-top: 1px dashed var(--cpstl-line); padding-top: 10px; width: 100%; }
  }

/* ===== CPSTL contact us page ===== */

#cpstlcontact_page {
    --cpstl-navy-900: #0b1f33;
    --cpstl-navy-800: #122c47;
    --cpstl-navy-700: #1c3d5e;
    --cpstl-steel-500: #5c7086;
    --cpstl-amber-500: #e8791a;
    --cpstl-amber-600: #c9640f;
    --cpstl-paper-100: #f6f4ef;
    --cpstl-paper-000: #fffdfa;
    --cpstl-ink-900: #10171f;
    --cpstl-line: rgba(11, 31, 51, 0.12);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    color: var(--cpstl-ink-900);
    background: var(--cpstl-paper-100);
    padding: 56px 0 80px;
  }
 
  #cpstlcontact_page h1,
  #cpstlcontact_page h2,
  #cpstlcontact_page h3 {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    letter-spacing: 0.01em;
  }
 
  #cpstlcontact_inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
  }
 
  /* ---------- Intro row: photo + blurb ---------- */
  #cpstlcontact_intro {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: center;
    margin-bottom: 48px;
  }
  #cpstlcontact_photo {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 18px 40px -24px rgba(11, 31, 51, 0.4);
  }
  #cpstlcontact_photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #cpstlcontact_blurb_eyebrow {
    color: var(--cpstl-amber-600);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin: 0 0 10px;
  }
  #cpstlcontact_blurb_title {
    font-size: 30px;
    font-weight: 600;
    color: var(--cpstl-navy-900);
    margin: 0 0 14px;
  }
  #cpstlcontact_blurb_text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--cpstl-steel-500);
    margin: 0;
    max-width: 46ch;
  }
 
  /* ---------- Contact info cards ---------- */
  #cpstlcontact_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 48px;
  }
  .cpstlcontact_card {
    background: var(--cpstl-paper-000);
    border: 1px solid var(--cpstl-line);
    border-left: 4px solid var(--cpstl-navy-800);
    border-radius: 8px;
    padding: 22px 20px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }
  .cpstlcontact_card:hover {
    border-left-color: var(--cpstl-amber-500);
    box-shadow: 0 14px 28px -20px rgba(11, 31, 51, 0.45);
  }
  .cpstlcontact_card_icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(232, 121, 26, 0.1);
    color: var(--cpstl-amber-600);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 14px;
  }
  .cpstlcontact_card_label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--cpstl-steel-500);
    margin: 0 0 6px;
  }
  .cpstlcontact_card_value {
    font-size: 15px;
    font-weight: 500;
    color: var(--cpstl-navy-900);
    margin: 0;
    line-height: 1.5;
  }
  .cpstlcontact_card_value a {
    color: inherit;
    text-decoration: none;
  }
  .cpstlcontact_card_value a:hover { color: var(--cpstl-amber-600); }
 
  /* ---------- Map ---------- */
  #cpstlcontact_map_card {
    background: var(--cpstl-navy-900);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 18px 40px -24px rgba(11, 31, 51, 0.5);
  }
  #cpstlcontact_map_head {
    padding: 18px 22px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  #cpstlcontact_map_head h3 {
    color: #fff;
    font-size: 17px;
    margin: 0 0 4px;
    font-weight: 600;
  }
  #cpstlcontact_map_head p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    margin: 0;
  }
  .cpstlcontact_map2 {
    height: 420px;
    width: 100%;
  }
  .cpstlcontact_map2 iframe {
    display: block;
  }
 
  /* ---------- Responsive ---------- */
  @media (max-width: 900px) {
    #cpstlcontact_intro { grid-template-columns: 1fr; }
    #cpstlcontact_cards { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 560px) {
    #cpstlcontact_cards { grid-template-columns: 1fr; }
    #cpstlcontact_blurb_title { font-size: 24px; }
    .cpstlcontact_map2 { height: 280px; }
  }