/* Start custom CSS */.postid-1163 .team_member_description,.postid-1163 .team_member_featured,.postid-1163 .team_member_title,.postid-1163 .post_featured,.postid-1163 .team_member_header .post_featured,.postid-1163 .sc_layouts_title,.postid-1163 .post_header_wrap{display:none!important}
.postid-1163 .team_member_page{display:flex!important;flex-direction:column!important}
.postid-1163 .team_member_content.team_member_page_content{width:100%!important;max-width:100%!important;float:none!important;flex:1 1 100%!important}
.postid-1163 .team_member_brief_info,.postid-1163 .team_page_form.page_contact_form{display:none!important}
.postid-1163 .team_member_content .jc-author-profile h2,.postid-1163 .team_member_content .jc-author-profile h3{text-transform:none}
/* ============================================================
   jc-* Author Profile (JoinCBSA.ca) Styles
   Brand tokens from joincbsa.ca (Firecrawl branding scrape)
   + civic navy accent — no official CBSA insignia
   ============================================================ */

.postid-1163 .jc-author-profile {
  --jc-site-blue: #17A3EB;
  --jc-site-amber: #EFA758;
  --jc-site-bg: #FAF8F8;
  --jc-site-text: #020202;
  --jc-navy: #002147;
  --jc-steel: #1e5a8a;
  --jc-dark: #1a1a2e;
  --jc-muted: #444;
  --jc-border: #e2e4e8;
  --jc-surface: #f7f8fa;
  --jc-radius: 8px;
  --jc-radius-lg: 12px;
}

.postid-1163 .jc-author-profile * { box-sizing: border-box; }

.postid-1163 .jc-author-profile {
  font-family: inherit;
  color: var(--jc-muted);
  line-height: 1.6;
}

.postid-1163 .jc-author-profile a:focus-visible,
.postid-1163 .jc-author-profile summary:focus-visible {
  outline: 2px solid var(--jc-site-blue);
  outline-offset: 2px;
}

/* ── Trust strip (E-E-A-T) ── */
.postid-1163 .jc-trust-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  margin: -1.5rem 0 2.5rem;
  padding: 1rem 1.25rem;
  background: var(--jc-site-bg);
  border: 1px solid var(--jc-border);
  border-radius: var(--jc-radius-lg);
}

.postid-1163 .jc-trust-strip__item {
  text-align: center;
  padding: 0.35rem 0.5rem;
}

.postid-1163 .jc-trust-strip__value {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--jc-navy);
  line-height: 1.2;
}

.postid-1163 .jc-trust-strip__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #777;
  margin-top: 0.2rem;
}

/* ── Hero ── */
.postid-1163 .jc-hero {
  background: var(--jc-site-bg);
  border-radius: var(--jc-radius-lg);
  padding: 2.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid var(--jc-border);
  border-top: 4px solid var(--jc-site-amber);
}

.postid-1163 .jc-hero__inner {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}

.postid-1163 .jc-hero__photo {
  flex-shrink: 0;
  width: 180px;
}

.postid-1163 .jc-hero__photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}

.postid-1163 .jc-hero__content {
  flex: 1;
  min-width: 0;
}

.postid-1163 .jc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.postid-1163 .jc-chip {
  background: #fff;
  border: 1px solid var(--jc-border);
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.02em;
}

.postid-1163 .jc-chip--accent {
  background: rgba(239, 167, 88, 0.12);
  border-color: rgba(239, 167, 88, 0.45);
  color: #8a5a1a;
}

.postid-1163 .jc-hero__name {
  font-size: 2rem;
  font-weight: 700;
  color: var(--jc-dark);
  margin: 0 0 0.35rem;
  line-height: 1.2;
}

.postid-1163 .jc-hero__role {
  font-size: 1rem;
  color: #666;
  margin: 0 0 1.25rem;
}

/* Buttons */
.postid-1163 .jc-btn {
  display: inline-block;
  padding: 0.6rem 1.35rem;
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s;
  margin-right: 0.5rem;
}

.postid-1163 .jc-btn:hover { opacity: 0.85; }

.postid-1163 .jc-btn--primary {
  background: var(--jc-navy);
  color: #fff !important;
}

.postid-1163 .jc-btn--secondary {
  background: #fff;
  border: 1.5px solid var(--jc-navy);
  color: var(--jc-navy) !important;
}

/* Jump nav */
.postid-1163 .jc-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.1rem;
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid #e2e4e8;
}

.postid-1163 .jc-jump a {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--jc-site-blue);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: opacity 0.15s;
}

.postid-1163 .jc-jump a:hover { opacity: 0.7; }

/* ── Sections ── */
.postid-1163 .jc-section {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e2e4e8;
}

.postid-1163 .jc-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.postid-1163 .jc-section__title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--jc-dark);
  margin: 0 0 1.25rem;
  padding-bottom: 0.65rem;
  border-bottom: 3px solid var(--jc-navy);
  display: inline-block;
}

.postid-1163 .jc-section__lead {
  font-size: 0.92rem;
  color: #777;
  margin: -0.85rem 0 1.25rem;
  font-style: italic;
  line-height: 1.6;
}

/* ── About ── */
.postid-1163 .jc-about__body p {
  margin: 0 0 1rem;
  line-height: 1.75;
  font-size: 0.95rem;
  color: #444;
}

.postid-1163 .jc-about__body p:last-child { margin-bottom: 0; }

.postid-1163 .jc-meta-sub {
  font-size: 0.78rem !important;
  color: #888 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
  margin: 0 0 1rem !important;
}

/* ── Highlight box ── */
.postid-1163 .jc-highlight {
  background: var(--jc-surface);
  border-left: 4px solid var(--jc-navy);
  border-radius: 0 8px 8px 0;
  padding: 1.5rem 1.75rem;
  margin-bottom: 1.25rem;
}

.postid-1163 .jc-highlight p {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.72;
}

.postid-1163 .jc-highlight p:last-child { margin-bottom: 0; }

/* ── Expertise grid ── */
.postid-1163 .jc-expertise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

/* ── Cards ── */
.postid-1163 .jc-card {
  background: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 8px;
  padding: 1.35rem;
}

.postid-1163 .jc-card--expertise {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.postid-1163 .jc-card--expertise h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 !important;
  text-transform: none !important;
}

.postid-1163 .jc-card--expertise p {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.6;
  margin: 0 !important;
}

.postid-1163 .jc-icon {
  font-size: 1.2rem;
  color: var(--jc-site-amber);
  line-height: 1;
}

/* ── Credentials grid ── */
.postid-1163 .jc-cred-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.postid-1163 .jc-card--cred {
  border-top: 4px solid var(--jc-site-amber);
  border-radius: 0 0 8px 8px;
}

.postid-1163 .jc-label {
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: var(--jc-navy) !important;
  margin: 0 0 0.5rem !important;
}

.postid-1163 .jc-card__title {
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin: 0 0 0.35rem !important;
  text-transform: none !important;
  line-height: 1.35;
}

.postid-1163 .jc-card__org {
  font-size: 0.85rem !important;
  color: #666 !important;
  margin: 0 0 0.2rem !important;
}

.postid-1163 .jc-card__date {
  font-size: 0.82rem !important;
  color: #999 !important;
  margin: 0 0 0.65rem !important;
}

.postid-1163 .jc-card__desc {
  font-size: 0.88rem !important;
  color: #555 !important;
  line-height: 1.6;
  margin: 0 !important;
}

/* ── Timeline ── */
.postid-1163 .jc-timeline {
  display: flex;
  flex-direction: column;
  position: relative;
}

.postid-1163 .jc-timeline__item {
  position: relative;
  padding: 0 0 2rem 2.5rem;
  border-left: 3px solid #e2e4e8;
  margin-left: 0.6rem;
}

.postid-1163 .jc-timeline__item:last-child { padding-bottom: 0; }

.postid-1163 .jc-timeline__item::before {
  content: '';
  position: absolute;
  left: -7px;
  top: 0.5rem;
  width: 11px;
  height: 11px;
  background: var(--jc-navy);
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--jc-navy);
}

.postid-1163 .jc-timeline__item h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0.3rem 0 0.25rem;
  text-transform: none !important;
}

.postid-1163 .jc-timeline__item ul {
  margin: 0.65rem 0 0;
  padding-left: 1.25rem;
}

.postid-1163 .jc-timeline__item li {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.65;
  margin-bottom: 0.4rem;
}

/* ── Guides grid ── */
.postid-1163 .jc-guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.postid-1163 .jc-guide-card {
  display: block;
  background: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 8px;
  padding: 1.35rem;
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.postid-1163 .jc-guide-card:hover {
  border-color: var(--jc-site-blue);
  box-shadow: 0 4px 16px rgba(23,163,235,0.1);
}

.postid-1163 .jc-guide-card__tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--jc-site-amber);
  margin-bottom: 0.5rem;
}

.postid-1163 .jc-guide-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 0.5rem;
  line-height: 1.4;
  text-transform: none !important;
}

.postid-1163 .jc-guide-card p {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* ── Contact ── */
.postid-1163 .jc-contact p {
  font-size: 0.95rem;
  color: #444;
  margin: 0 0 1.25rem;
  line-height: 1.7;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .postid-1163 .jc-hero { padding: 1.5rem; }
  .postid-1163 .jc-hero__inner { flex-direction: column; gap: 1.5rem; }
  .postid-1163 .jc-hero__photo { width: 140px; }
  .postid-1163 .jc-hero__name { font-size: 1.5rem; }
  .postid-1163 .jc-jump { gap: 0.4rem 0.75rem; }
  .postid-1163 .jc-expertise-grid,
  .postid-1163 .jc-cred-grid,
  .postid-1163 .jc-guides-grid { grid-template-columns: 1fr; }
  .postid-1163 .jc-timeline__item { padding-left: 2rem; }
}
.postid-1163 .jc-hero{background:linear-gradient(135deg,#002147 0%,#1e5a8a 100%);border:none;border-top:4px solid #EFA758;box-shadow:0 12px 40px rgba(0,33,71,.18)}
.postid-1163 .jc-hero__eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#17A3EB;margin:0 0 .85rem}
.postid-1163 .jc-hero__name{color:#fff}
.postid-1163 .jc-hero__role{color:rgba(255,255,255,.88)}
.postid-1163 .jc-hero .jc-chip{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22);color:#fff}
.postid-1163 .jc-hero .jc-chip--accent{background:rgba(239,167,88,.22);border-color:#EFA758;color:#fff}
.postid-1163 .jc-hero .jc-jump{border-top-color:rgba(255,255,255,.18)}
.postid-1163 .jc-hero .jc-jump a{color:#fff}
.postid-1163 .jc-hero .jc-jump a:hover{opacity:.75}
.postid-1163 .jc-hero .jc-btn--primary{background:#EFA758;color:#002147!important}
.postid-1163 .jc-hero .jc-btn--primary:hover{background:#f5b872}
.postid-1163 .jc-hero__photo img{box-shadow:0 10px 28px rgba(0,0,0,.28);border:3px solid rgba(255,255,255,.12)}
.postid-1163 .jc-trust-strip{margin-top:0;box-shadow:0 2px 12px rgba(0,33,71,.06)}
.postid-1163 .jc-card,.postid-1163 .jc-guide-card{transition:transform .15s,box-shadow .15s}
.postid-1163 .jc-card:hover,.postid-1163 .jc-guide-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,33,71,.08)}
.postid-1163 .jc-section__title{border-bottom-color:#17A3EB}/* End custom CSS */