:root {
  --bpc-evergreen: #173d35;
  --bpc-evergreen-deep: #0d2b26;
  --bpc-evergreen-soft: #315e52;
  --bpc-ivory: #f7f3eb;
  --bpc-cream: #eee6d8;
  --bpc-stone: #ddd4c6;
  --bpc-taupe: #9c8c79;
  --bpc-bronze: #b58b58;
  --bpc-ink: #202823;
  --bpc-muted: #5d655f;
  --bpc-white: #fffdf9;
  --bpc-border: rgba(32, 40, 35, .15);
  --bpc-shadow: 0 24px 70px rgba(24, 43, 36, .12);
  --bpc-container: 1240px;
  --bpc-serif: Georgia, 'Times New Roman', serif;
  --bpc-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body { margin: 0; background: var(--bpc-white); color: var(--bpc-ink); font-family: var(--bpc-sans); font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--bpc-evergreen); text-underline-offset: .18em; }
a:hover { color: var(--bpc-bronze); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--bpc-bronze); outline-offset: 4px; }
h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--bpc-ink); font-family: var(--bpc-serif); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6vw, 6rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4.25rem); }
h3 { font-size: clamp(1.4rem, 2vw, 2rem); }
p { margin: 0 0 1.35em; }
.bpc-container { width: min(calc(100% - 48px), var(--bpc-container)); margin-inline: auto; }
.bpc-main { overflow: hidden; }
.bpc-eyebrow { margin: 0 0 1.25rem; color: var(--bpc-bronze); font-size: .75rem; font-weight: 800; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.bpc-skip-link { position: fixed; z-index: 99999; top: 12px; left: 12px; padding: 12px 18px; background: var(--bpc-white); color: var(--bpc-evergreen); font-weight: 800; transform: translateY(-160%); }
.bpc-skip-link:focus { transform: translateY(0); }

/* Header */
.bpc-utility-bar { position: relative; z-index: 1002; background: var(--bpc-evergreen-deep); color: #fff; font-size: .75rem; letter-spacing: .05em; }
.bpc-utility-bar .bpc-container { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.bpc-utility-bar p { margin: 0; text-transform: uppercase; font-weight: 800; }
.bpc-utility-bar div > div { display: flex; align-items: center; gap: 24px; }
.bpc-utility-bar a { color: #fff; text-decoration: none; }
.bpc-utility-bar strong { color: #e8c99e; }
.bpc-site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255, 253, 249, .96); border-bottom: 1px solid var(--bpc-border); backdrop-filter: blur(16px); }
.admin-bar .bpc-site-header { top: 32px; }
.bpc-header-inner { min-height: 92px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 32px; }
.bpc-logo { display: inline-flex; width: 180px; }
.bpc-logo img, .bpc-footer-logo img { width: 100%; height: auto; }
.bpc-primary-nav { justify-self: end; }
.bpc-nav-list, .bpc-primary-nav ul { margin: 0; padding: 0; list-style: none; }
.bpc-nav-list { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 1.6vw, 28px); }
.bpc-nav-list > li { position: relative; }
.bpc-nav-list > li > a { position: relative; display: block; padding: 33px 0 31px; color: var(--bpc-ink); font-size: .72rem; font-weight: 800; letter-spacing: .1em; line-height: 1.2; text-decoration: none; text-transform: uppercase; }
.bpc-nav-list > li > a::after { position: absolute; bottom: 25px; left: 0; width: 0; height: 1px; background: var(--bpc-bronze); content: ''; transition: width .25s ease; }
.bpc-nav-list > li:hover > a::after, .bpc-nav-list > li.current-menu-item > a::after, .bpc-nav-list > li.current-menu-ancestor > a::after { width: 100%; }
.bpc-nav-list .menu-item-has-children > a { padding-right: 13px; }
.bpc-nav-list .menu-item-has-children > a::before { position: absolute; top: 36px; right: 0; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; content: ''; transform: rotate(45deg); }
.bpc-nav-list .sub-menu { position: absolute; top: calc(100% - 10px); left: -24px; width: 250px; padding: 14px; background: var(--bpc-evergreen-deep); box-shadow: var(--bpc-shadow); opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.bpc-nav-list li:hover > .sub-menu, .bpc-nav-list li:focus-within > .sub-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.bpc-nav-list .sub-menu a { display: block; padding: 12px 14px; color: #fff; font-size: .85rem; text-decoration: none; }
.bpc-nav-list .sub-menu a:hover, .bpc-nav-list .sub-menu a:focus { background: rgba(255,255,255,.09); color: #f0d4ac; }
.bpc-header-cta { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; background: var(--bpc-evergreen); color: #fff; font-size: .71rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-decoration: none; text-transform: uppercase; }
.bpc-header-cta:hover { background: var(--bpc-bronze); color: var(--bpc-evergreen-deep); }
.bpc-menu-toggle { display: none; border: 0; background: none; color: var(--bpc-ink); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bpc-menu-toggle-lines { display: grid; gap: 4px; width: 24px; }
.bpc-menu-toggle-lines i { display: block; width: 100%; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

/* Buttons and links */
.bpc-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.bpc-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .gform_wrapper .gform_button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; border-radius: 0; font-size: .73rem; font-weight: 800; letter-spacing: .1em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.bpc-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .gform_wrapper .gform_button:hover { transform: translateY(-2px); }
.bpc-button-dark, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .gform_wrapper .gform_button { background: var(--bpc-evergreen); color: #fff; }
.bpc-button-dark:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .gform_wrapper .gform_button:hover { background: var(--bpc-bronze); color: var(--bpc-evergreen-deep); }
.bpc-button-light { background: var(--bpc-cream); color: var(--bpc-evergreen-deep); }
.bpc-button-light:hover { background: #fff; color: var(--bpc-evergreen-deep); }
.bpc-button-outline-light { border-color: rgba(255,255,255,.55); color: #fff; }
.bpc-button-outline-light:hover { border-color: #fff; background: #fff; color: var(--bpc-evergreen-deep); }
.bpc-text-link, .bpc-inline-links a, .bpc-card-body > a { color: var(--bpc-evergreen); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.bpc-text-link:hover, .bpc-inline-links a:hover, .bpc-card-body > a:hover { color: var(--bpc-bronze); }
.bpc-inline-links { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 2rem; }

/* Home hero */
.bpc-hero { min-height: clamp(590px, calc(100svh - 128px), 760px); display: grid; grid-template-columns: minmax(480px, 52%) 1fr; background-image: var(--bpc-hero-image); background-position: 70% center; background-size: cover; }
.bpc-hero-panel { position: relative; min-height: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: clamp(38px, 6vh, 78px); padding-left: max(40px, calc((100vw - var(--bpc-container)) / 2 + 12px)); padding-right: clamp(44px, 5vw, 82px); background: linear-gradient(115deg, rgba(13,43,38,.99), rgba(23,61,53,.94)); color: #fff; }
.bpc-hero-panel::after { position: absolute; top: 0; right: -70px; width: 140px; height: 100%; background: linear-gradient(90deg, rgba(23,61,53,.94), transparent); content: ''; pointer-events: none; }
.bpc-hero-panel > * { position: relative; z-index: 1; }
.bpc-hero-panel .bpc-eyebrow { animation: bpc-rise-in .55s .05s both; }
.bpc-hero-panel h1 { animation: bpc-rise-in .7s .12s both; }
.bpc-hero-panel .bpc-hero-copy { animation: bpc-rise-in .7s .2s both; }
.bpc-hero-panel .bpc-actions { animation: bpc-rise-in .7s .28s both; }
.bpc-hero-panel .bpc-hero-phone { animation: bpc-rise-in .7s .36s both; }
.bpc-hero h1 { max-width: 650px; margin-bottom: .38em; color: #fff; font-size: clamp(3.5rem, 5vw, 5.25rem); }
.bpc-hero h1 span { display: block; white-space: nowrap; }
.bpc-hero-copy { max-width: 590px; margin-bottom: 1.45rem; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.2vw, 1.12rem); }
.bpc-hero-phone { display: grid; margin-top: 1.55rem; padding-left: 20px; border-left: 1px solid var(--bpc-bronze); color: #fff; text-decoration: none; }
.bpc-hero-phone span { color: #e2d9cc; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; }
.bpc-hero-phone strong { font-family: var(--bpc-serif); font-size: 1.6rem; font-weight: 400; }
.bpc-trust-strip { background: var(--bpc-cream); }
.bpc-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.bpc-trust-grid > div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 24px clamp(20px, 3vw, 50px); border-right: 1px solid rgba(23,61,53,.16); }
.bpc-trust-grid > div:first-child { padding-left: 0; }
.bpc-trust-grid > div:last-child { padding-right: 0; border-right: 0; }
.bpc-trust-grid strong { color: var(--bpc-evergreen); font-family: var(--bpc-serif); font-size: 1.3rem; font-weight: 400; }
.bpc-trust-grid span { color: var(--bpc-muted); font-size: .85rem; }

/* Sections */
.bpc-section { padding: clamp(84px, 10vw, 150px) 0; }
.home .bpc-section { padding: clamp(72px, 7vw, 112px) 0; }
.bpc-section-stone { background: var(--bpc-ivory); }
.bpc-section-cream { background: var(--bpc-cream); }
.bpc-section-evergreen { background: var(--bpc-evergreen-deep); color: rgba(255,255,255,.76); }
.bpc-editorial-split { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); align-items: center; gap: clamp(54px, 8vw, 120px); }
.bpc-media-frame { position: relative; }
.bpc-media-frame::before { position: absolute; z-index: -1; right: -28px; bottom: -28px; width: 50%; height: 55%; background: var(--bpc-cream); content: ''; }
.bpc-media-frame img { width: 100%; aspect-ratio: 1.3 / 1; object-fit: cover; }
.bpc-copy-block { max-width: 600px; }
.bpc-copy-block > p:not(.bpc-eyebrow) { color: var(--bpc-muted); }
.bpc-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 440px); align-items: end; gap: 48px; margin-bottom: clamp(44px, 5vw, 64px); }
.bpc-section-heading h2 { max-width: 800px; margin-bottom: 0; }
.bpc-section-heading > p { margin: 0; color: var(--bpc-muted); }
.bpc-section-heading-light h2 { color: #fff; }
.bpc-section-heading-light > p { color: rgba(255,255,255,.67); }
.bpc-centered-action { margin-top: 42px; text-align: center; }

/* Process and values */
.bpc-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: none; }
.bpc-process-grid li { position: relative; min-height: 360px; display: flex; flex-direction: column; padding: 12px clamp(24px, 3vw, 46px) 24px; border-left: 1px solid var(--bpc-border); }
.bpc-process-grid li:first-child { padding-left: 0; border-left: 0; }
.bpc-process-grid li:last-child { padding-right: 0; }
.bpc-step-number { display: block; margin-bottom: 56px; color: var(--bpc-bronze); font-family: var(--bpc-serif); font-size: 2.7rem; }
.bpc-process-grid h3 { min-height: 2.25em; margin-bottom: 1.15rem; }
.bpc-process-grid p { margin: 0; color: var(--bpc-muted); font-size: .93rem; }
.bpc-process-grid p a { font-weight: 800; }
.bpc-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.bpc-value-grid article { min-height: 280px; display: flex; flex-direction: column; padding: clamp(30px, 4vw, 54px); border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.bpc-value-grid span { display: block; margin-bottom: 36px; color: var(--bpc-bronze); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.bpc-value-grid h3 { min-height: 2.2em; margin-bottom: 1rem; color: #fff; }
.bpc-value-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: .92rem; }

/* Service cards */
.bpc-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 24px; }
.bpc-service-grid article { display: flex; flex-direction: column; background: var(--bpc-ivory); box-shadow: 0 0 0 1px rgba(23,61,53,.08); transition: transform .25s ease, box-shadow .25s ease; }
.bpc-service-grid article:hover { transform: translateY(-6px); box-shadow: var(--bpc-shadow); }
.bpc-card-image { overflow: hidden; aspect-ratio: 4 / 3; background: var(--bpc-cream); }
.bpc-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.bpc-service-grid article:hover .bpc-card-image img { transform: scale(1.025); }
.bpc-card-body { flex: 1; display: flex; flex-direction: column; padding: clamp(28px, 3vw, 42px); }
.bpc-card-body > span { margin-bottom: 28px; color: var(--bpc-bronze); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bpc-card-body h3 { min-height: 2.2em; }
.bpc-card-body p { color: var(--bpc-muted); font-size: .94rem; }
.bpc-card-body > a { margin-top: auto; padding-top: 20px; }
.bpc-family-preview { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(50px, 9vw, 140px); }
.bpc-family-preview > * { min-width: 0; }
.bpc-family-preview > div:first-child { max-width: 700px; }
.bpc-brand-panel { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px; background: var(--bpc-white); border: 1px solid rgba(23,61,53,.13); text-align: center; }
.bpc-brand-panel img { max-width: 360px; }
.bpc-brand-panel p { margin: 28px 0 0; color: var(--bpc-muted); font-family: var(--bpc-serif); font-size: 1.25rem; }

/* Testimonials and closing */
.bpc-testimonial-section { background: var(--bpc-white); }
.bpc-testimonial-shell { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.bpc-shortcode-placeholder { min-height: 240px; display: flex; align-items: center; justify-content: center; padding: 44px; background: var(--bpc-ivory); border: 1px dashed rgba(23,61,53,.35); color: var(--bpc-evergreen); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .85rem; text-align: center; }
.bpc-closing { padding: clamp(76px, 9vw, 128px) 0; background: var(--bpc-evergreen); color: rgba(255,255,255,.75); }
.bpc-closing .bpc-container { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }
.bpc-closing h2 { max-width: 800px; color: #fff; }
.bpc-closing p:not(.bpc-eyebrow) { max-width: 760px; margin-bottom: 0; }
.bpc-closing-actions { display: grid; gap: 10px; min-width: 250px; }

/* Internal page shell */
.bpc-page-hero { position: relative; padding: clamp(72px, 9vw, 132px) 0; overflow: hidden; background: var(--bpc-evergreen-deep); color: rgba(255,255,255,.72); }
.bpc-page-hero::before { position: absolute; top: -120px; right: 5%; width: 420px; height: 420px; border: 1px solid rgba(181,139,88,.22); border-radius: 50%; content: ''; }
.bpc-page-hero::after { position: absolute; right: 18%; bottom: -240px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ''; }
.bpc-page-hero .bpc-container { position: relative; z-index: 1; }
.bpc-page-hero .bpc-container { animation: bpc-rise-in .65s .08s both; }
.bpc-page-hero h1 { max-width: 950px; color: #fff; }
.bpc-page-hero > .bpc-container > p:last-child { max-width: 720px; margin: 0; font-size: 1.12rem; }
.bpc-page-content { padding-top: clamp(76px, 9vw, 130px); padding-bottom: clamp(90px, 11vw, 160px); }
.bpc-prose-lead { max-width: 980px; margin-bottom: clamp(76px, 10vw, 138px); }
.bpc-prose-lead h2 { max-width: 900px; }
.bpc-prose-lead > p:last-child { max-width: 790px; color: var(--bpc-muted); font-size: 1.12rem; }
.bpc-page-split { margin-bottom: clamp(80px, 10vw, 140px); }
.bpc-page-split > div p { color: var(--bpc-muted); }
.bpc-authentic-photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.bpc-authentic-photo figcaption, .bpc-image-note { padding: 12px 0 0; color: var(--bpc-muted); font-size: .76rem; line-height: 1.5; }
.bpc-timeline { margin: 0 0 clamp(90px, 11vw, 150px); border-top: 1px solid var(--bpc-border); }
.bpc-timeline article { display: grid; grid-template-columns: 180px 1fr; gap: 50px; padding: 42px 0; border-bottom: 1px solid var(--bpc-border); }
.bpc-timeline span { color: var(--bpc-bronze); font-family: var(--bpc-serif); font-size: 3rem; line-height: 1; }
.bpc-timeline h3 { margin-bottom: .3em; }
.bpc-timeline p { margin: 0; color: var(--bpc-muted); }
.bpc-page-cta { margin-top: clamp(80px, 10vw, 140px); padding: clamp(46px, 7vw, 88px); background: var(--bpc-evergreen); color: rgba(255,255,255,.73); }
.bpc-page-cta h2 { color: #fff; }
.bpc-page-cta p { max-width: 720px; }

/* Family page */
.bpc-family-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(50px, 8vw, 110px); margin-bottom: clamp(90px, 11vw, 150px); }
.bpc-family-portrait-placeholder img { width: 100%; aspect-ratio: 8 / 7; object-fit: cover; }
.bpc-client-material { margin-top: 34px; padding: 26px 30px; background: var(--bpc-ivory); border-left: 3px solid var(--bpc-bronze); }
.bpc-client-material strong { color: var(--bpc-evergreen); }
.bpc-client-material ul { margin-bottom: 0; }
.bpc-section-inset { margin: clamp(72px, 9vw, 120px) 0; padding: clamp(42px, 6vw, 72px); background: var(--bpc-ivory); }
.bpc-section-inset > h2 { max-width: 820px; }
.bpc-three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 50px; background: var(--bpc-border); }
.bpc-three-grid article { padding: 32px; background: var(--bpc-white); }
.bpc-three-grid p { margin: 0; color: var(--bpc-muted); font-size: .92rem; }

/* Service and process pages */
.bpc-service-detail { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(50px, 8vw, 110px); padding: clamp(74px, 9vw, 120px) 0; border-top: 1px solid var(--bpc-border); }
.bpc-service-detail-reverse > div { order: 2; }
.bpc-service-detail-reverse > img { order: 1; }
.bpc-service-detail > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--bpc-ivory); }
.bpc-service-detail:first-of-type { border-top: 0; }
.bpc-service-index { display: block; margin-bottom: 36px; color: var(--bpc-stone); font-family: var(--bpc-serif); font-size: 4.8rem; line-height: 1; }
.bpc-service-detail p:not(.bpc-eyebrow) { color: var(--bpc-muted); }
.bpc-service-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 20px; background: var(--bpc-border); }
.bpc-service-notes > div { padding: clamp(28px, 4vw, 48px); background: var(--bpc-ivory); }
.bpc-service-notes p { margin: 0; color: var(--bpc-muted); font-size: .9rem; }
.bpc-process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--bpc-border); }
.bpc-page-feature-image { position: relative; margin: calc(clamp(76px, 10vw, 138px) * -.45) 0 clamp(70px, 9vw, 120px); }
.bpc-page-feature-image::after { position: absolute; right: -24px; bottom: -24px; z-index: -1; width: 36%; height: 48%; background: var(--bpc-cream); content: ''; }
.bpc-page-feature-image img { width: 100%; max-height: 600px; aspect-ratio: 3 / 1.45; object-fit: cover; object-position: center 56%; }
.bpc-process-list li { display: grid; grid-template-columns: 210px 1fr; gap: clamp(34px, 6vw, 90px); padding: clamp(56px, 8vw, 100px) 0; border-bottom: 1px solid var(--bpc-border); }
.bpc-process-large-number { color: var(--bpc-stone); font-family: var(--bpc-serif); font-size: clamp(5rem, 9vw, 8.5rem); line-height: .85; }
.bpc-process-list li > div:last-child { max-width: 820px; }
.bpc-process-list p:not(.bpc-eyebrow) { color: var(--bpc-muted); }
.bpc-process-list a { font-weight: 800; }

/* Support and longform */
.bpc-support-lead { align-items: center; margin-bottom: clamp(76px, 10vw, 138px); }
.bpc-support-lead .bpc-prose-lead { margin-bottom: 0; }
.bpc-support-lead .bpc-media-frame img { aspect-ratio: 4 / 3; object-position: center; }
.bpc-support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: clamp(90px, 11vw, 150px); }
.bpc-support-grid article { min-height: 360px; display: flex; flex-direction: column; padding: clamp(30px, 4vw, 48px); background: var(--bpc-ivory); }
.bpc-support-grid span { display: block; margin-bottom: 60px; color: var(--bpc-bronze); font-family: var(--bpc-serif); font-size: 2rem; }
.bpc-support-grid p { color: var(--bpc-muted); font-size: .92rem; }
.bpc-support-grid a { margin-top: auto; font-size: .78rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.bpc-resource-list { padding: clamp(44px, 7vw, 82px); background: var(--bpc-evergreen-deep); color: rgba(255,255,255,.7); }
.bpc-resource-list h2, .bpc-resource-list h3 { color: #fff; }
.bpc-resource-list > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 48px 0 30px; background: rgba(255,255,255,.15); }
.bpc-resource-list article { padding: 34px; background: var(--bpc-evergreen-deep); }
.bpc-resource-list a { color: #efd3aa; }
.bpc-resource-note { margin-bottom: 0; font-size: .82rem; }
.bpc-book-resources { margin-bottom: clamp(70px, 9vw, 120px); padding: clamp(40px, 6vw, 70px); background: var(--bpc-ivory); }
.bpc-book-resources > p:not(.bpc-eyebrow) { max-width: 780px; color: var(--bpc-muted); }
.bpc-book-resources ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 42px; margin: 38px 0 0; padding: 0; list-style: none; }
.bpc-book-resources li { position: relative; padding: 12px 0 12px 24px; border-bottom: 1px solid var(--bpc-border); color: var(--bpc-muted); }
.bpc-book-resources li::before { position: absolute; top: 1.45em; left: 0; width: 8px; height: 8px; border: 1px solid var(--bpc-bronze); border-radius: 50%; content: ''; }
.bpc-longform { max-width: 850px; }
.bpc-longform h2 { margin-top: 1.8em; font-size: clamp(2rem, 3vw, 3rem); }
.bpc-longform h3 { margin-top: 1.6em; font-size: 1.5rem; }
.bpc-longform p, .bpc-longform li { color: var(--bpc-muted); }
.bpc-care-note { margin: 58px 0 0; padding: 30px; background: var(--bpc-ivory); border-left: 3px solid var(--bpc-bronze); }
.bpc-care-note p { margin: 8px 0 0; }
.bpc-check-list { margin: 28px 0; padding: 0; list-style: none; }
.bpc-check-list li { position: relative; margin-bottom: 16px; padding-left: 32px; }
.bpc-check-list li::before { position: absolute; top: .64em; left: 0; width: 15px; height: 7px; border-left: 2px solid var(--bpc-bronze); border-bottom: 2px solid var(--bpc-bronze); content: ''; transform: rotate(-45deg); }

/* Testimonials */
.bpc-testimonials-page { display: grid; grid-template-columns: .85fr 1.15fr; align-items: stretch; gap: 1px; background: var(--bpc-border); }
.bpc-review-intro { padding: clamp(38px, 6vw, 72px); background: var(--bpc-evergreen-deep); color: rgba(255,255,255,.7); }
.bpc-review-intro > span { display: block; color: var(--bpc-bronze); font-family: var(--bpc-serif); font-size: 7rem; line-height: .65; }
.bpc-review-intro h2 { margin-top: 30px; color: #fff; }
.bpc-testimonials-page .bpc-shortcode-placeholder { min-height: 440px; border: 0; }
.bpc-testimonial-pending { flex-direction: column; gap: 16px; font-family: var(--bpc-sans); }
.bpc-testimonial-pending p { max-width: 520px; margin: 0; }

/* Forms and contact */
.bpc-form-layout { display: grid; grid-template-columns: minmax(270px, .75fr) minmax(0, 1.25fr); align-items: start; gap: clamp(48px, 8vw, 110px); }
.bpc-form-layout aside { position: sticky; top: 132px; }
.bpc-contact-card { margin-top: 42px; padding: 28px; background: var(--bpc-evergreen-deep); color: rgba(255,255,255,.7); }
.bpc-contact-card span { display: block; color: var(--bpc-bronze); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bpc-contact-card > a { display: block; margin: 10px 0; color: #fff; font-family: var(--bpc-serif); font-size: 1.8rem; text-decoration: none; }
.bpc-contact-card p { margin: 0; font-size: .82rem; }
.bpc-form-panel { padding: clamp(30px, 5vw, 60px); background: var(--bpc-ivory); border: 1px solid var(--bpc-border); }
.gform_wrapper.gravity-theme .gfield_label { margin-bottom: 8px; color: var(--bpc-ink); font-size: .86rem; font-weight: 800; }
.gform_wrapper.gravity-theme .gsection { margin-top: 36px; padding-bottom: 12px; border-bottom: 1px solid var(--bpc-border); }
.gform_wrapper.gravity-theme .gsection:first-child { margin-top: 0; }
.gform_wrapper.gravity-theme .gsection_title { margin: 0 0 5px; color: var(--bpc-evergreen); font-size: 1.75rem; }
.gform_wrapper.gravity-theme .gsection_description, .gform_wrapper .gfield_description { color: var(--bpc-muted); font-size: .79rem; }
.gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea { width: 100%; min-height: 54px; padding: 12px 14px; border: 1px solid #bdb7ac; border-radius: 0; background: var(--bpc-white); color: var(--bpc-ink); }
.gform_wrapper.gravity-theme textarea { min-height: 125px; resize: vertical; }
.gform_wrapper.gravity-theme input:focus, .gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme textarea:focus { border-color: var(--bpc-bronze); outline: 3px solid rgba(181,139,88,.2); }
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] { border-color: #9f2f2f; }
.gform_wrapper .validation_message { color: #862727; font-size: .82rem; font-weight: 700; }
.gform_wrapper .gform_validation_errors { border: 1px solid #9f2f2f; border-radius: 0; box-shadow: none; }
.gform_wrapper .gfield_required { color: #9f2f2f; }
.gform_wrapper .gfield--type-consent .gfield_consent_label { color: var(--bpc-ink); font-size: .88rem; }
.gform_wrapper .gfield--type-consent input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--bpc-evergreen); }
.gform_wrapper .gform_footer { margin-top: 28px; }
.nf-form-content label { color: var(--bpc-ink); font-size: .86rem; font-weight: 800; }
.nf-form-content input:not([type=button]), .nf-form-content select, .nf-form-content textarea { width: 100%; min-height: 54px; padding: 12px 14px; border: 1px solid #bdb7ac; border-radius: 0; background: var(--bpc-white); color: var(--bpc-ink); }
.nf-form-content textarea { min-height: 125px; resize: vertical; }
.nf-form-content input:focus, .nf-form-content select:focus, .nf-form-content textarea:focus { border-color: var(--bpc-bronze); outline: 3px solid rgba(181,139,88,.2); }
.nf-form-content input[type=button] { min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 0; background: var(--bpc-evergreen); color: #fff; font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nf-form-content input[type=button]:hover { background: var(--bpc-bronze); color: var(--bpc-evergreen-deep); }
.nf-error-msg, .ninja-forms-req-symbol { color: #862727; }
.bpc-form-success { padding: 24px; background: #e2eee9; border-left: 3px solid var(--bpc-evergreen); }
.bpc-notice { padding: 20px; background: #fff4d7; border-left: 3px solid #b58b58; }
.bpc-contact-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 130px); margin-bottom: clamp(90px, 11vw, 150px); }
.bpc-contact-big { display: inline-block; color: var(--bpc-evergreen); font-family: var(--bpc-serif); font-size: clamp(2.1rem, 3.4vw, 3.4rem); line-height: 1; text-decoration: none; }
.bpc-contact-facts { border-top: 1px solid var(--bpc-border); }
.bpc-contact-facts > div { display: grid; grid-template-columns: minmax(92px, 118px) minmax(0, 1fr); gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--bpc-border); }
.bpc-contact-facts span { color: var(--bpc-bronze); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bpc-contact-facts p, .bpc-contact-facts address { min-width: 0; margin: 0; color: var(--bpc-muted); font-style: normal; overflow-wrap: anywhere; }
.bpc-contact-facts a { min-width: 0; overflow-wrap: anywhere; }
.bpc-directions { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; margin-bottom: clamp(90px, 11vw, 150px); background: var(--bpc-cream); }
.bpc-directions > div:first-child { padding: clamp(38px, 6vw, 76px); }
.bpc-directions address { margin-bottom: 24px; color: var(--bpc-ink); font-style: normal; }
.bpc-map-embed { min-height: 430px; background: var(--bpc-stone); }
.bpc-map-embed iframe { width: 100%; height: 100%; min-height: 430px; display: block; }

/* WooCommerce */
.bpc-shop-intro { padding: 40px 0 0; }
.bpc-shop-intro p { max-width: 850px; color: var(--bpc-muted); }
.bpc-woocommerce-content { padding-top: clamp(56px, 8vw, 96px); padding-bottom: clamp(90px, 11vw, 150px); }
.bpc-page-product-catalogue { margin-top: clamp(56px, 7vw, 88px); }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 34px; color: var(--bpc-muted); font-size: .8rem; }
.woocommerce .woocommerce-breadcrumb a { color: var(--bpc-evergreen); }
.woocommerce .woocommerce-result-count { color: var(--bpc-muted); font-size: .85rem; }
.woocommerce .woocommerce-ordering select { min-height: 46px; padding: 0 38px 0 14px; border: 1px solid var(--bpc-border); border-radius: 0; background: #fff; }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin: 0 !important; padding-top: 20px; clear: both; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { width: auto !important; min-width: 0; display: flex; flex-direction: column; float: none !important; margin: 0 !important; padding: 0 0 28px; overflow: hidden; background: #fff; border: 1px solid var(--bpc-border); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { flex: 1; display: flex; flex-direction: column; text-decoration: none; }
.woocommerce ul.products li.product a img { width: 100%; height: auto; aspect-ratio: 1 / 1; margin: 0 0 24px !important; padding: 22px; background: #f4f1eb; object-fit: contain; object-position: center; transition: transform .4s ease; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 3.2em; padding: 0 24px !important; color: var(--bpc-ink); font-family: var(--bpc-serif); font-size: 1.18rem !important; font-weight: 400; line-height: 1.35; }
.woocommerce ul.products li.product .price { min-height: 32px; margin: auto 0 12px !important; padding: 0 24px; color: var(--bpc-evergreen) !important; font-size: 1rem !important; font-weight: 800 !important; }
.woocommerce ul.products li.product .button { width: calc(100% - 48px); min-height: 48px; align-self: flex-start; display: inline-flex !important; align-items: center; justify-content: center; margin: 4px 24px 0 !important; text-align: center; line-height: 1.2; }
.woocommerce span.onsale { min-width: auto; min-height: auto; margin: 12px !important; padding: 6px 10px; border-radius: 0; background: var(--bpc-bronze); color: var(--bpc-evergreen-deep); font-size: .7rem; line-height: 1.3; text-transform: uppercase; }
.woocommerce nav.woocommerce-pagination { margin-top: 52px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 44px; min-height: 44px; display: grid; place-items: center; margin: 3px; background: var(--bpc-ivory); }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--bpc-evergreen); color: #fff; }
.bpc-single-product .bpc-woocommerce-content { padding-top: clamp(56px, 7vw, 90px); }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 70px; }
.woocommerce div.product div.images img { max-height: 620px; padding: 24px; background: var(--bpc-ivory); object-fit: contain; }
.woocommerce div.product .product_title { font-size: clamp(2.2rem, 4vw, 4rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--bpc-evergreen); font-size: 1.5rem; font-weight: 800; }
.woocommerce div.product form.cart .button { min-height: 52px; }
.woocommerce .quantity .qty { min-height: 52px; border: 1px solid var(--bpc-border); }
.bpc-product-help { margin-top: 30px; padding: 20px; background: var(--bpc-ivory); border-left: 3px solid var(--bpc-bronze); font-size: .9rem; }
.woocommerce div.product .woocommerce-tabs ul.tabs { margin: 0; padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--bpc-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; background: var(--bpc-ivory); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 850px; padding: 36px 0; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--bpc-bronze); background: var(--bpc-ivory); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--bpc-evergreen); }
.woocommerce table.shop_table { border-radius: 0; border-color: var(--bpc-border); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 50px; padding: 10px 12px; border: 1px solid #bdb7ac; border-radius: 0; }
.select2-container--default .select2-selection--single { min-height: 50px; border-radius: 0; border-color: #bdb7ac; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 48px; }

@media (hover: hover) {
  .bpc-logo, .bpc-footer-logo { transition: opacity .2s ease; }
  .bpc-logo:hover, .bpc-footer-logo:hover { opacity: .78; }
  .bpc-process-grid li, .bpc-value-grid article, .bpc-brand-panel { transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
  .bpc-process-grid li:hover { background: rgba(181,139,88,.06); transform: translateY(-3px); }
  .bpc-value-grid article:hover { background: rgba(255,255,255,.045); }
  .bpc-brand-panel:hover { border-color: rgba(181,139,88,.45); box-shadow: 0 18px 48px rgba(24,43,36,.08); transform: translateY(-3px); }
  .woocommerce ul.products li.product:hover { border-color: rgba(181,139,88,.48); box-shadow: 0 18px 44px rgba(24,43,36,.11); transform: translateY(-5px); }
  .woocommerce ul.products li.product:hover a img { transform: scale(1.025); }
  .bpc-contact-big, .bpc-hero-phone { transition: color .2s ease, transform .2s ease; }
  .bpc-contact-big:hover, .bpc-hero-phone:hover { transform: translateX(4px); }
}

@keyframes bpc-rise-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Footer */
.bpc-site-footer { padding-top: clamp(70px, 9vw, 120px); background: #0a2420; color: rgba(255,255,255,.65); }
.bpc-footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .9fr 1fr; gap: clamp(32px, 5vw, 70px); padding-bottom: 76px; }
.bpc-footer-grid h2 { margin-bottom: 24px; color: #fff; font-family: var(--bpc-sans); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bpc-footer-grid ul { margin: 0; padding: 0; list-style: none; }
.bpc-footer-grid li { margin-bottom: 10px; }
.bpc-footer-grid a { color: rgba(255,255,255,.74); text-decoration: none; }
.bpc-footer-grid a:hover { color: #eacb9f; }
.bpc-footer-brand { max-width: 390px; }
.bpc-footer-logo { display: block; max-width: 260px; margin-bottom: 28px; }
.bpc-footer-logo img { filter: invert(1) sepia(.08) brightness(1.25); opacity: .94; }
.bpc-footer-brand p { font-size: .9rem; }
.bpc-footer-brand > a:not(.bpc-footer-logo) { display: block; }
.bpc-footer-phone { margin-top: 22px; color: #fff !important; font-family: var(--bpc-serif); font-size: 1.5rem; }
.bpc-footer-grid address { margin-bottom: 16px; font-style: normal; }
.bpc-footer-grid > div:last-child p, .bpc-footer-grid > div:last-child address { font-size: .86rem; }
.bpc-footer-bottom { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }
.bpc-footer-bottom p { margin: 0; }
.bpc-footer-bottom > .bpc-footer-legal { display: grid; gap: 4px; }
.bpc-aliado-credit { color: rgba(255,255,255,.5); font-size: .68rem; }
.bpc-aliado-credit a { color: rgba(255,255,255,.72); }
.bpc-footer-bottom > div { display: flex; flex-wrap: wrap; gap: 22px; }
.bpc-footer-bottom a { color: rgba(255,255,255,.65); text-decoration: none; }

/* Misc */
.bpc-error-page { min-height: 720px; display: grid; place-items: center; padding: 100px 0; background: var(--bpc-evergreen-deep); color: rgba(255,255,255,.7); text-align: center; }
.bpc-error-page .bpc-container { max-width: 900px; }
.bpc-error-page h1 { color: #fff; }
.bpc-error-code { margin: 0; color: rgba(181,139,88,.28); font-family: var(--bpc-serif); font-size: clamp(8rem, 24vw, 18rem); line-height: .7; }
.bpc-error-page .bpc-actions { justify-content: center; }
.bpc-post-list { display: grid; gap: 24px; }
.bpc-post-card { padding: 34px; background: var(--bpc-ivory); }
.bpc-post-card h2 { font-size: 2rem; }
.bpc-empty-state { max-width: 720px; }

@media (max-width: 1180px) {
  .bpc-header-inner { grid-template-columns: 155px 1fr auto; gap: 20px; }
  .bpc-logo { width: 155px; }
  .bpc-nav-list { gap: 14px; }
  .bpc-nav-list > li > a { font-size: .66rem; letter-spacing: .07em; }
  .bpc-header-cta { padding-inline: 15px; font-size: .66rem; }
  .bpc-hero { grid-template-columns: minmax(480px, 58%) 1fr; }
  .bpc-hero-panel { padding-left: max(36px, calc((100vw - var(--bpc-container)) / 2 + 24px)); padding-right: 44px; }
}

@media (max-width: 980px) {
  .admin-bar .bpc-site-header { top: 46px; }
  .bpc-site-header { -webkit-backdrop-filter: none; backdrop-filter: none; }
  .bpc-utility-bar .bpc-container > p, .bpc-utility-bar span { display: none; }
  .bpc-utility-bar .bpc-container { justify-content: center; }
  .bpc-header-inner { min-height: 78px; grid-template-columns: 150px 1fr auto; }
  .bpc-menu-toggle { justify-self: end; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
  body.menu-open { overflow: hidden; }
  .bpc-primary-nav { position: fixed; top: 114px; right: 0; bottom: 0; left: 0; width: 100%; max-width: none; justify-self: stretch; display: block; padding: 26px 24px 60px; overflow-y: auto; background: var(--bpc-evergreen-deep); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease; }
  .admin-bar .bpc-primary-nav { top: 160px; }
  .menu-open .bpc-primary-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .menu-open .bpc-menu-toggle-lines i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .bpc-menu-toggle-lines i:nth-child(2) { opacity: 0; }
  .menu-open .bpc-menu-toggle-lines i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .bpc-nav-list { display: block; max-width: 660px; margin: 0 auto; }
  .bpc-nav-list > li { border-bottom: 1px solid rgba(255,255,255,.12); }
  .bpc-nav-list > li > a { padding: 17px 2px; color: #fff; font-family: var(--bpc-serif); font-size: 1.35rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .bpc-nav-list > li > a::after, .bpc-nav-list .menu-item-has-children > a::before { display: none; }
  .bpc-nav-list .sub-menu { position: static; width: auto; padding: 0 0 12px 18px; background: transparent; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .bpc-nav-list .sub-menu a { padding: 8px 0; color: rgba(255,255,255,.7); }
  .bpc-header-cta { min-height: 42px; }
  .bpc-hero { min-height: auto; display: block; padding-top: 190px; background-position: 66% top; background-size: auto 275px; background-repeat: no-repeat; background-color: var(--bpc-evergreen-deep); }
  .bpc-hero-panel { min-height: auto; padding: 42px max(24px, calc((100vw - var(--bpc-container)) / 2 + 24px)) 48px; }
  .bpc-hero h1 { font-size: clamp(3.2rem, 8vw, 4.6rem); }
  .bpc-hero-panel::after { display: none; }
  .bpc-trust-grid { grid-template-columns: 1fr; }
  .bpc-trust-grid > div, .bpc-trust-grid > div:first-child, .bpc-trust-grid > div:last-child { min-height: 90px; padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(23,61,53,.14); }
  .bpc-trust-grid > div:last-child { border-bottom: 0; }
  .bpc-editorial-split, .bpc-family-preview, .bpc-testimonial-shell, .bpc-contact-intro, .bpc-directions { grid-template-columns: 1fr; }
  .bpc-section-heading { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .bpc-process-grid { grid-template-columns: repeat(2, 1fr); }
  .bpc-process-grid li { border-top: 1px solid var(--bpc-border); }
  .bpc-process-grid li:nth-child(odd) { padding-left: 0; border-left: 0; }
  .bpc-process-grid li:nth-child(even) { padding-right: 0; }
  .bpc-value-grid { grid-template-columns: repeat(2, 1fr); }
  .bpc-service-grid { grid-template-columns: 1fr; }
  .bpc-support-grid { grid-template-columns: 1fr 1fr; }
  .bpc-support-grid article:last-child { grid-column: 1 / -1; }
  .bpc-testimonial-shell { gap: 40px; }
  .bpc-family-layout, .bpc-service-detail, .bpc-form-layout { grid-template-columns: 1fr; }
  .bpc-form-layout aside { position: static; }
  .bpc-service-detail-reverse > div, .bpc-service-detail-reverse > img { order: initial; }
  .bpc-three-grid, .bpc-service-notes { grid-template-columns: 1fr; }
  .bpc-testimonials-page { grid-template-columns: 1fr; }
  .bpc-footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .bpc-footer-grid > div:last-child { grid-column: 1 / -1; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
  .admin-bar .bpc-site-header { top: 46px; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .bpc-utility-bar { position: sticky; top: 0; }
  .bpc-site-header { top: 36px; }
  .admin-bar .bpc-utility-bar { top: 0; }
  .admin-bar .bpc-site-header { top: 36px; }
  .bpc-container { width: min(calc(100% - 32px), var(--bpc-container)); }
  .bpc-header-inner { grid-template-columns: 128px 1fr; gap: 12px; }
  .bpc-logo { width: 128px; }
  .bpc-menu-toggle { justify-self: end; }
  .bpc-header-cta { grid-column: 1 / -1; min-height: 42px; margin: 0 -16px; }
  .bpc-site-header { padding-bottom: 0; }
  .bpc-primary-nav { top: 156px; }
  .admin-bar .bpc-primary-nav { top: 202px; }
  .bpc-hero { padding-top: 155px; background-size: auto 230px; }
  .bpc-hero-panel { padding-top: 40px; padding-bottom: 46px; }
  .bpc-hero h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .bpc-actions { align-items: stretch; flex-direction: column; }
  .bpc-actions .bpc-button { width: 100%; }
  .bpc-section { padding: 78px 0; }
  .home .bpc-section { padding: 64px 0; }
  .bpc-process-grid, .bpc-value-grid, .bpc-service-grid, .bpc-support-grid { grid-template-columns: 1fr; }
  .bpc-process-grid li, .bpc-process-grid li:first-child, .bpc-process-grid li:last-child, .bpc-process-grid li:nth-child(odd), .bpc-process-grid li:nth-child(even) { min-height: 0; padding: 34px 0; border-top: 1px solid var(--bpc-border); border-left: 0; }
  .bpc-process-grid h3, .bpc-value-grid h3, .bpc-card-body h3 { min-height: 0; }
  .bpc-step-number { margin-bottom: 24px; }
  .bpc-value-grid { border-left: 0; }
  .bpc-value-grid article { min-height: 0; padding: 34px 26px; border-left: 1px solid rgba(255,255,255,.15); }
  .bpc-value-grid span { margin-bottom: 24px; }
  .bpc-support-grid article:last-child { grid-column: auto; }
  .bpc-brand-panel { min-height: 280px; padding: 36px; }
  .bpc-closing .bpc-container { grid-template-columns: 1fr; align-items: start; gap: 34px; }
  .bpc-closing-actions { width: 100%; min-width: 0; }
  .bpc-page-hero { padding: 72px 0; }
  .bpc-page-hero h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .bpc-timeline article { grid-template-columns: 1fr; gap: 18px; }
  .bpc-page-cta { margin-inline: -16px; padding: 38px 24px; }
  .bpc-process-list li { grid-template-columns: 1fr; gap: 20px; }
  .bpc-process-large-number { font-size: 5rem; }
  .bpc-resource-list { margin-inline: -16px; padding: 38px 24px; }
  .bpc-resource-list > div { grid-template-columns: 1fr; }
  .bpc-contact-facts > div { grid-template-columns: 1fr; gap: 6px; }
  .bpc-map-embed, .bpc-map-embed iframe { min-height: 330px; }
  .bpc-book-resources { margin-inline: -16px; padding: 38px 24px; }
  .bpc-book-resources ul { grid-template-columns: 1fr; }
  .bpc-form-panel { margin-inline: -16px; padding: 28px 20px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .woocommerce ul.products li.product { padding-bottom: 18px; }
  .woocommerce ul.products li.product a img { margin-bottom: 16px !important; padding: 12px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 4.4em; padding: 0 14px !important; font-size: .98rem !important; }
  .woocommerce ul.products li.product .price { padding: 0 14px; font-size: .9rem !important; }
  .woocommerce ul.products li.product .button { width: calc(100% - 28px); min-height: 44px; margin-inline: 14px !important; padding-inline: 8px; font-size: .62rem; }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { width: 100%; float: none; }
  .bpc-footer-grid { grid-template-columns: 1fr 1fr; }
  .bpc-footer-brand, .bpc-footer-grid > div:last-child { grid-column: 1 / -1; }
  .bpc-footer-bottom { align-items: flex-start; flex-direction: column; padding: 24px 0; }
  .woocommerce-shop .bpc-shop-hero { padding-block: 54px; }
  .woocommerce-shop .bpc-shop-hero h1 { margin-bottom: .38em; font-size: clamp(2.75rem, 13vw, 4rem); }
  .woocommerce-shop .bpc-shop-intro { display: none; }
  .woocommerce-shop .bpc-woocommerce-content { padding-top: 40px; }
  .woocommerce-shop .bpc-prose-lead { margin-bottom: 52px; }
}

@media (max-width: 450px) {
  .bpc-container { width: min(calc(100% - 28px), var(--bpc-container)); }
  .bpc-utility-bar { font-size: .7rem; }
  .bpc-header-inner { min-height: 72px; }
  .bpc-header-cta { margin-inline: -14px; }
  .bpc-primary-nav { top: 134px; }
  .admin-bar .bpc-primary-nav { top: 180px; }
  .bpc-hero { padding-top: 120px; background-position: 67% top; background-size: auto 190px; }
  .bpc-hero-panel { padding: 32px 20px 38px; }
  .bpc-hero-phone strong { font-size: 1.4rem; }
  .bpc-card-body { padding: 26px 22px; }
  .bpc-brand-panel { min-width: 0; padding: 30px 22px; }
  .bpc-brand-panel img { width: 100%; max-width: 280px; }
  .bpc-section-inset { margin-inline: -14px; padding: 32px 22px; }
  .bpc-page-cta, .bpc-resource-list { margin-inline: -14px; }
  .bpc-form-panel { margin-inline: -14px; }
  .bpc-book-resources { margin-inline: -14px; }
  .bpc-contact-big { font-size: 2.25rem; }
  .bpc-footer-grid { grid-template-columns: 1fr; }
  .bpc-footer-brand, .bpc-footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 375px) {
  .bpc-menu-toggle > span:last-child { display: none; }
  .bpc-header-inner { grid-template-columns: 120px 1fr; }
  .bpc-logo { width: 120px; }
  .bpc-hero h1 { font-size: 2.75rem; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

@media print {
  .bpc-utility-bar, .bpc-site-header, .bpc-site-footer, .bpc-page-cta, .bpc-closing { display: none !important; }
  .bpc-page-hero { padding: 20px 0; background: #fff; color: #000; }
  .bpc-page-hero h1 { color: #000; }
  .bpc-page-content { padding: 20px 0; }
}
