/*
Theme Name: Brett Bilodeau
Template: twentytwentyfive
Version: 1.5.1
Description: Brand child theme for brettbilodeau.com. Deep Navy, Coastal Gold, Montserrat, Playfair Display italic accents.
Author: Sonic Technologies
Text Domain: brett-bilodeau
*/
.bb-gold-rule { width: 64px; height: 4px; background: #C9A96A; border: 0; margin: 0 0 1.5rem; }
.bb-eyebrow { letter-spacing: .18em; text-transform: uppercase; font-size: .78rem; font-weight: 600; color: #C9A96A; margin-bottom: .75rem; }
.bb-quote { font-family: "Playfair Display", Georgia, serif; font-style: italic; font-size: 1.35rem; line-height: 1.5; }
.bb-h2 { font-size: 2.25rem; line-height: 1.15; margin-top: 0; }
.bb-h2::after { content: ""; display: block; width: 56px; height: 4px; background: #C9A96A; margin-top: 1.1rem; border-radius: 2px; }
.bb-section .wp-block-column > p:not(.bb-eyebrow):not(.bb-quote):not(.bb-pill) { max-width: 60ch; }
.bb-card { background: #fff; border: 1px solid #E5E7EB; border-radius: 12px; padding: 1.75rem; box-shadow: 0 1px 2px rgba(11,45,91,.04); }
.bb-card h3 { margin: 0 0 .75rem; font-size: 1.15rem; }
.bb-card .wp-block-list { padding-left: 1.1rem; margin: 0; }
.bb-card .wp-block-list li { margin-bottom: .55rem; color: #374151; }
.bb-card + .bb-card { margin-top: 1.25rem; }
.has-grey-light-background-color .bb-card { border-color: transparent; }
.bb-hero .wp-block-cover__background { background: linear-gradient(135deg, #0B2D5B 0%, #163d73 60%, #1F2937 100%) !important; opacity: 1 !important; }
.bb-hero .wp-block-cover__inner-container { width: 100%; }
.bb-hero-photo img { border-radius: 12px; box-shadow: 0 0 0 4px #C9A96A, 0 24px 48px rgba(0,0,0,.35); }
.bb-hero .wp-block-columns { gap: 3rem; }
.bb-header { border-bottom: 1px solid #E5E7EB; background: #fff; position: sticky; top: 0; z-index: 50; }
.bb-header .wp-block-site-logo img { max-height: 56px; width: auto; }
.bb-header .wp-block-site-title a { text-decoration: none; }
.bb-header .wp-block-site-title a:hover { color: #C9A96A; }
.bb-header .wp-block-navigation a { font-weight: 500; }
.bb-header .wp-block-navigation a:hover { color: #C9A96A; }
.bb-timeline { border-top: 2px solid #0B2D5B; padding-top: 1rem; }
.bb-timeline h3 { margin: 0 0 .5rem; font-size: 1.15rem; }
.bb-timeline .bb-tl-item { display: grid; grid-template-columns: 150px 1fr; grid-template-areas: "when role" "when where"; gap: .1rem 1.25rem; padding: .9rem 0; margin: 0; border-bottom: 1px solid #E5E7EB; }
.bb-timeline .bb-tl-item p { margin: 0; max-width: none; }
.bb-timeline .bb-tl-when { grid-area: when; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #C9A96A; padding-top: .2rem; }
.bb-timeline .bb-tl-role { grid-area: role; font-weight: 600; color: #0B2D5B; }
.bb-timeline .bb-tl-where { grid-area: where; color: #4B5563; font-size: .95rem; }
.bb-pills { gap: .5rem; margin-top: 1.5rem; }
.bb-pill { margin: 0; font-size: .82rem; font-weight: 600; color: #0B2D5B; border: 1.5px solid #C9A96A; border-radius: 999px; padding: .3rem .85rem; }
.bb-contact .bb-eyebrow { color: #C9A96A; }
.bb-contact .bb-h2::after { background: #C9A96A; }
.bb-contact .wp-block-button.is-style-outline .wp-block-button__link { border-color: #fff; }
.bb-contact .wp-block-buttons { flex-direction: column; align-items: flex-start; gap: .75rem; }
.bb-footer { border-top: 4px solid #C9A96A; }
.bb-footer .wp-block-site-logo img { max-height: 110px; width: auto; }
.bb-footer .wp-block-navigation a { font-weight: 500; }
.bb-footer .wp-block-navigation a:hover { color: #C9A96A; }
.bb-footer .bb-fine { font-size: .82rem; color: #4B5563; }
.bb-footer .bb-fine a { color: #4B5563; text-decoration: none; }
.bb-footer .bb-fine a:hover { color: #C9A96A; }
.wp-block-site-logo img { max-height: 64px; width: auto; }
.wp-block-button__link { border-radius: 6px; font-weight: 600; letter-spacing: .02em; padding: .8rem 1.6rem; }
.wp-block-button.is-style-outline .wp-block-button__link { border-width: 2px; }
.wp-block-button.is-style-outline .wp-block-button__link:hover { background: #C9A96A; border-color: #C9A96A; color: #0B2D5B; }
html { scroll-behavior: smooth; }
.wp-block-group[id] { scroll-margin-top: 96px; }
@media (max-width: 781px) {
	.bb-section { padding-top: 4rem !important; padding-bottom: 4rem !important; }
	.bb-h2 { font-size: 1.8rem; }
	.bb-hero .wp-block-columns { gap: 2rem; }
	.bb-hero-photo { max-width: 260px; margin: 0 auto; }
	.bb-hero h1 { font-size: 2.2rem !important; }
	.bb-section .wp-block-column + .wp-block-column { margin-top: 2rem; }
	.bb-contact .wp-block-column + .wp-block-column { margin-top: 1rem; }
}
@media (max-width: 520px) {
	.bb-timeline .bb-tl-item { grid-template-columns: 1fr; grid-template-areas: "when" "role" "where"; }
}

/* v1.4 header brand lockup — 2026-09-20 */
.bb-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  color: #0B2D5B;
  text-decoration: none;
  min-width: 0;
}
.bb-brand-mark {
  display: inline-flex;
  width: 58px;
  height: 44px;
  flex: 0 0 auto;
}
.bb-brand-mark svg { display: block; width: 100%; height: 100%; overflow: visible; }
.bb-brand-wordmark { display: flex; flex-direction: column; line-height: 1; min-width: 0; }
.bb-brand-name {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: .14em;
  white-space: nowrap;
}
.bb-brand-tagline {
  margin-top: .38rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .18em;
  color: #A98745;
  white-space: nowrap;
}
.bb-brand-lockup:hover .bb-brand-name { color: #123E73; }
.bb-brand-lockup:focus-visible { outline: 2px solid #C9A96A; outline-offset: 5px; border-radius: 4px; }
@media (max-width: 700px) {
  .bb-header { padding-top: .55rem !important; padding-bottom: .55rem !important; }
  .bb-brand-wordmark { display: none; }
  .bb-brand-mark { width: 48px; height: 38px; }
  .bb-header .wp-block-navigation__responsive-container-open { padding: .35rem; }
}

/* v1.5 production header logo */
.bb-brand-lockup { display:inline-flex; align-items:center; text-decoration:none; }
.bb-header-logo { display:block; height:auto; }
.bb-header-logo--desktop { width:330px; max-width:42vw; }
.bb-header-logo--mobile { display:none; width:48px; }
@media (max-width:700px){
  .bb-header-logo--desktop{display:none;}
  .bb-header-logo--mobile{display:block;}
}
