/* ==========================================================================
   Blue Pool theme — design tokens and page components from the Claude Design handoff
   ========================================================================== */
:root {
	--bp-blue: #0b63f6; --bp-blue-dark: #0849b8; --bp-tint: #e6f0ff; --bp-sky: #38bdf8; --bp-photo: #0e74be;
	--bp-ink: #0f1f33; --bp-body: #40506a; --bp-muted: #5b6b83; --bp-faint: #8a99b0;
	--bp-bg: #f7fafd; --bp-soft: #f3f7fc; --bp-divider: #eef3f9; --bp-border: #e3ebf4; --bp-input: #d9e4f1; --bp-disabled: #c8d6e8;
	--bp-success-bg: #dcfce7; --bp-success: #166534; --bp-green: #16a34a; --bp-navy: #0f1f33; --bp-yellow: #fde047;
	--bp-wrap: 1160px;
}
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--bp-bg); color: var(--bp-ink); -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; height: auto; }
a { color: var(--bp-blue); text-decoration: none; }
a:hover { color: var(--bp-blue-dark); text-decoration: none; }
.bp-logo, .bp-logo:hover, .bp-logo:focus, .bp-logo *, .bp-nav a, .bp-nav a:hover, .bp-header__login:hover { text-decoration: none !important; }
p { margin-top: 0; }
input, button, select, textarea { font-family: inherit; }
.screen-reader-text { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; }
/* Landing pages: the post content is the page; sections manage their own width. */
.bp-main--landing > .wp-block-post-content { padding-left: 0 !important; padding-right: 0 !important; }
.bp-main--landing > .wp-block-post-content > * { max-width: none; margin-left: 0; margin-right: 0; }
.bp-wrap { max-width: var(--bp-wrap); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }

/* ---------- buttons ---------- */
.bp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--bp-blue); color: #fff; border: 0; border-radius: 12px; padding: 14px 22px; font: inherit; font-size: 16px; font-weight: 700; cursor: pointer; text-decoration: none; line-height: 1.2; transition: background .15s, color .15s; white-space: nowrap; }
.bp-btn:hover { background: var(--bp-blue-dark); color: #fff; }
.bp-btn--outline { background: #fff; color: var(--bp-blue); border: 1.5px solid var(--bp-blue); }
.bp-btn--outline:hover { background: var(--bp-tint); color: var(--bp-blue); }
.bp-btn--white { background: #fff; color: var(--bp-blue-dark); }
.bp-btn--white:hover { background: var(--bp-tint); color: var(--bp-blue-dark); }
.bp-btn--block { width: 100%; box-sizing: border-box; }
.bp-btn--sm { padding: 10px 18px; font-size: 15px; border-radius: 10px; font-weight: 600; }

/* ---------- header ---------- */
.bp-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 250, 253, .85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--bp-border); }
.bp-header__inner { padding: 0 24px; }
.bp-header__row { gap: 28px; padding: 14px 0; justify-content: flex-start; }
.bp-header__row > .wp-block-navigation { flex: none; }
.bp-logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 19px; color: var(--bp-ink); text-decoration: none; white-space: nowrap; }
.bp-logo:hover { color: var(--bp-ink); }
.bp-logo__mark { width: 28px; height: 28px; border-radius: 9px; background: linear-gradient(135deg, #0b63f6, #38bdf8); display: grid; place-items: center; flex: none; }
.bp-logo__mark i { width: 14px; height: 6px; border-radius: 999px; background: rgba(255, 255, 255, .9); display: block; box-shadow: 0 -5px 0 -1px rgba(255, 255, 255, .5); }
.bp-nav { margin-left: 12px; }
.bp-nav .wp-block-navigation-item__content { font-size: 15px; font-weight: 500; color: var(--bp-body); padding: 8px 10px; border-radius: 8px; transition: background .15s; }
.bp-nav .wp-block-navigation-item__content:hover, .bp-nav .wp-block-navigation-item__content:focus-visible { background: #eaf1fa; color: var(--bp-body); text-decoration: none; }
.bp-nav .wp-block-navigation-item__content:hover .wp-block-navigation-item__label { text-decoration: none; }
.bp-nav .wp-block-navigation__container > .wp-block-navigation-item.bp-nav__mobile-only { display: none; }
.bp-header__actions { margin-left: auto; flex: none; }
.bp-header__login { font-size: 15px; font-weight: 500; color: var(--bp-body); padding: 9px 12px; }
.bp-header__cta { padding: 10px 18px; font-size: 15px; font-weight: 600; border-radius: 10px; }
.bp-secure { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--bp-muted); }
.bp-secure svg { width: 18px; height: 18px; fill: none; stroke: var(--bp-green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 900px) {
	.bp-header__login { display: none; }
	.bp-nav .wp-block-navigation__container > .wp-block-navigation-item.bp-nav__mobile-only { display: flex; }
	.bp-header__row { gap: 12px; }
	.bp-header__cta { padding: 10px 14px; font-size: 14px; }
}
.wp-block-navigation__responsive-container.is-menu-open { padding: 96px 28px 28px; background: var(--bp-bg); }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content { font-size: 24px; font-weight: 700; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content { padding: 12px 0; }
.wp-block-navigation__responsive-container-open svg, .wp-block-navigation__responsive-container-close svg { width: 28px; height: 28px; }

/* ---------- section primitives ---------- */
.bp-sec { padding: 56px 0 72px; }
.bp-sec--white { background: #fff; border-top: 1px solid var(--bp-border); border-bottom: 1px solid var(--bp-border); }
.bp-sec--tight { padding: 40px 0; }
.bp-pill { display: inline-flex; align-items: center; background: var(--bp-tint); color: var(--bp-blue-dark); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; }
.bp-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.bp-head h2 { font-size: 38px; line-height: 1.1; letter-spacing: -.02em; margin: 10px 0 12px; font-weight: 800; text-wrap: pretty; }
.bp-head p { color: var(--bp-body); font-size: 17px; line-height: 1.5; margin: 0; }
.bp-head--left { text-align: left; margin-left: 0; max-width: none; }
h2.bp-h2 { font-size: 34px; line-height: 1.1; letter-spacing: -.02em; margin: 12px 0 12px; font-weight: 800; }
.bp-lead { color: var(--bp-body); font-size: 16px; line-height: 1.5; margin: 0 0 18px; }
.bp-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.bp-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.bp-grid-2--1119 { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.bp-grid-2--9111 { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.bp-grid-2--812 { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; }
.bp-checks { display: flex; gap: 18px; flex-wrap: wrap; font-size: 14px; color: var(--bp-muted); }

/* ---------- hero (photo + scrim + wave) ---------- */
.bp-herobg { position: relative; overflow: hidden; color: #fff; background: #0a6fd6; }
.bp-herobg__img { position: absolute; inset: 0; background-size: cover; background-position: center 45%; filter: brightness(1.1) saturate(1.05); background-image: url('/wp-content/themes/bluepool/assets/img/hero-tiles-720.jpg'); background-image: image-set(url('/wp-content/themes/bluepool/assets/img/hero-tiles-720.avif') type('image/avif'), url('/wp-content/themes/bluepool/assets/img/hero-tiles-720.webp') type('image/webp'), url('/wp-content/themes/bluepool/assets/img/hero-tiles-720.jpg') type('image/jpeg')); }
@media (min-width: 721px) { .bp-herobg__img { background-image: url('/wp-content/themes/bluepool/assets/img/hero-tiles-1200.jpg'); background-image: image-set(url('/wp-content/themes/bluepool/assets/img/hero-tiles-1200.avif') type('image/avif'), url('/wp-content/themes/bluepool/assets/img/hero-tiles-1200.webp') type('image/webp'), url('/wp-content/themes/bluepool/assets/img/hero-tiles-1200.jpg') type('image/jpeg')); } }
@media (min-width: 1201px) { .bp-herobg__img { background-image: url('/wp-content/themes/bluepool/assets/img/hero-tiles-1800.jpg'); background-image: image-set(url('/wp-content/themes/bluepool/assets/img/hero-tiles-1800.avif') type('image/avif'), url('/wp-content/themes/bluepool/assets/img/hero-tiles-1800.webp') type('image/webp'), url('/wp-content/themes/bluepool/assets/img/hero-tiles-1800.jpg') type('image/jpeg')); } }
.bp-herobg__scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(6, 58, 132, .30) 0%, rgba(6, 58, 132, .20) 50%, rgba(6, 58, 132, .10) 100%); }
/* Both overlays sit inside a block group, so WordPress gives every child after the first a
   margin-block-start of --wp--style--block-gap (20px). A margin shifts an absolutely positioned
   box even when inset is 0, which left the scrim 20px low and 20px short: the top of the photo
   showed through unshaded as a brighter strip under the header. */
.bp-herobg__img, .bp-herobg__scrim { margin: 0 !important; }
.bp-herobg::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 110px; pointer-events: none; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath d='M0,58 C160,98 300,104 470,80 C660,52 820,36 1010,58 C1200,80 1320,92 1440,64 L1440,120 L0,120 Z' fill='rgba(255,255,255,.28)'/%3E%3Cpath d='M0,74 C180,112 330,116 500,92 C690,66 860,52 1040,72 C1220,92 1330,104 1440,80 L1440,120 L0,120 Z' fill='rgba(255,255,255,.5)'/%3E%3Cpath d='M0,90 C190,122 350,122 520,102 C700,80 880,70 1060,86 C1240,102 1340,110 1440,96 L1440,120 L0,120 Z' fill='%23ffffff'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat; }
.bp-herobg__inner, .bp-hero { position: relative; z-index: 1; max-width: var(--bp-wrap); margin: 0 auto; padding: 48px 24px 130px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; width: 100%; }
.bp-herobg--checkout .bp-herobg__inner { padding: 40px 24px 96px; }
.bp-herobg--checkout .wp-block-post-content { width: 100%; }
.bp-hero__copy { text-align: center; max-width: 820px; margin: 0 auto 30px; }
.bp-hero__rating { display: inline-flex; align-items: center; gap: 10px; background: rgba(6, 40, 90, .45); color: #fff; border: 1px solid rgba(255, 255, 255, .35); font-size: 14px; font-weight: 600; padding: 7px 14px; border-radius: 999px; margin-bottom: 22px; backdrop-filter: blur(6px); }
.bp-hero__rating .stars { color: var(--bp-yellow); letter-spacing: .1em; text-shadow: 0 1px 3px rgba(4, 32, 62, .5); }
.bp-hero__copy h1 { font-size: 58px; line-height: 1.02; letter-spacing: -.03em; margin: 0 auto 16px; font-weight: 900; text-wrap: balance; color: #fff; text-shadow: 0 2px 8px rgba(4, 32, 62, .6), 0 8px 32px rgba(4, 32, 62, .45); }
.bp-hero__sub { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.bp-hero__sub > span:first-child { font-size: 26px; line-height: 1.25; color: #fff; font-weight: 700; text-shadow: 0 2px 6px rgba(4, 32, 62, .6); }
.bp-hero__promo { display: inline-flex; align-items: baseline; gap: 8px; background: var(--bp-yellow); color: var(--bp-ink); padding: 10px 20px 11px; border-radius: 999px; box-shadow: 0 10px 26px -10px rgba(4, 32, 62, .6); }
.bp-hero__promo b { font-size: 15px; font-weight: 800; letter-spacing: .04em; }
.bp-hero__promo strong { font-size: 30px; font-weight: 900; letter-spacing: -.02em; line-height: 1; }
.bp-hero__promo em { font-style: normal; font-size: 16px; font-weight: 800; }
.bp-hero .bpq { text-align: left; }

/* ---------- how it works ---------- */
.bp-how { background: var(--bp-bg); border: 1px solid var(--bp-border); border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; }
.bp-how__art-wrap { padding: 18px 18px 0; }
.bp-how__art { width: 100%; height: 180px; display: block; }
.bp-how__body { padding: 18px 24px 26px; }
.bp-how__step { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--bp-border); color: var(--bp-blue); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; letter-spacing: .04em; }
.bp-how__t { font-weight: 700; font-size: 20px; margin-top: 12px; letter-spacing: -.01em; }
.bp-how__d { color: var(--bp-muted); font-size: 15px; margin-top: 6px; line-height: 1.5; text-wrap: pretty; }

/* ---------- plan cards (home) ---------- */
.bp-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 860px; margin: 0 auto; }
.bp-planh { background: #fff; border: 1px solid var(--bp-border); border-radius: 20px; padding: 28px; }
.bp-planh--navy { background: var(--bp-navy); color: #fff; border-color: var(--bp-navy); position: relative; overflow: hidden; }
.bp-planh--navy::before { content: ""; position: absolute; right: -40px; bottom: -60px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, #0b63f6, transparent 70%); opacity: .6; }
.bp-planh--navy::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 12px; background-color: #1f5fa8; background-image: linear-gradient(90deg, rgba(225, 240, 255, .85) 2px, transparent 2px), linear-gradient(180deg, rgba(225, 240, 255, .6) 2px, transparent 2px); background-size: 22px 22px; }
.bp-planh > * { position: relative; }
.bp-planh__tag { position: absolute; top: 18px; right: 18px; background: var(--bp-sky); color: var(--bp-ink); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.bp-planh__t { font-weight: 700; font-size: 20px; }
.bp-planh__s { color: var(--bp-muted); font-size: 15px; margin-top: 2px; }
.bp-planh--navy .bp-planh__s { color: #a9bad2; }
.bp-planh__price { display: flex; align-items: baseline; gap: 4px; margin: 18px 0; }
.bp-planh__price span:first-child { color: var(--bp-muted); font-size: 14px; font-weight: 600; align-self: center; margin-right: 6px; }
.bp-planh__price strong { font-size: 40px; font-weight: 700; letter-spacing: -.02em; }
.bp-planh__price em { font-style: normal; color: var(--bp-muted); }
.bp-planh--navy .bp-planh__price span:first-child, .bp-planh--navy .bp-planh__price em { color: #a9bad2; }
.bp-planh__list { display: grid; gap: 9px; font-size: 15px; color: var(--bp-body); }
.bp-planh--navy .bp-planh__list { color: #dbe6f5; }
.bp-planh .bp-btn { margin-top: 22px; width: 100%; box-sizing: border-box; padding: 12px; font-size: 15px; font-weight: 600; border-radius: 10px; }
.bp-planh--navy .bp-btn:hover { background: var(--bp-sky); color: var(--bp-ink); }
.bp-plans-note { text-align: center; color: var(--bp-muted); font-size: 14px; margin: 18px 0 0; }
.bp-plans-note a { font-weight: 600; }

/* ---------- one-time teaser (home) ---------- */
.bp-ot { display: grid; gap: 8px; margin-bottom: 22px; }
.bp-ot__row { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 14px 16px; background: #fff; border: 1px solid var(--bp-border); border-radius: 14px; }
.bp-ot__l { display: flex; align-items: center; gap: 12px; }
.bp-ot__ic { width: 34px; height: 34px; border-radius: 10px; background: var(--bp-tint); display: grid; place-items: center; flex: none; }
.bp-ot__ic i { width: 12px; height: 12px; border-radius: 50% 50% 50% 2px; transform: rotate(-45deg); background: var(--bp-blue); display: block; }
.bp-ot__t { font-weight: 700; font-size: 15px; }
.bp-ot__d { color: var(--bp-muted); font-size: 13px; }
.bp-ot__p { text-align: right; white-space: nowrap; }
.bp-ot__p span { display: block; font-size: 11px; color: var(--bp-muted); font-weight: 600; }
.bp-ot__p strong { font-weight: 700; font-size: 17px; }
.bp-ot__cta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.bp-pill-green { font-size: 14px; color: var(--bp-success); font-weight: 600; background: var(--bp-success-bg); padding: 6px 12px; border-radius: 999px; }

/* ---------- before / after ---------- */
.bp-ba { position: relative; border-radius: 24px; overflow: hidden; height: 380px; box-shadow: 0 30px 60px -30px rgba(4, 32, 62, .35); user-select: none; }
.bp-ba__img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.bp-ba__after { position: absolute; inset: 0; }
.bp-ba__bar { position: absolute; top: 0; bottom: 0; width: 3px; background: #fff; transform: translateX(-50%); box-shadow: 0 0 0 1px rgba(4, 32, 62, .15); pointer-events: none; }
.bp-ba__knob { position: absolute; top: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; border-radius: 50%; background: #fff; box-shadow: 0 8px 24px rgba(4, 32, 62, .3); display: grid; place-items: center; color: var(--bp-blue); font-weight: 700; font-size: 16px; pointer-events: none; }
.bp-ba__tag { position: absolute; top: 14px; font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 999px; pointer-events: none; color: #fff; }
.bp-ba__tag--before { left: 14px; background: var(--bp-navy); }
.bp-ba__tag--after { right: 14px; background: var(--bp-blue); }
.bp-ba__hint { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); background: rgba(255, 255, 255, .92); color: var(--bp-body); font-size: 12px; font-weight: 600; padding: 5px 11px; border-radius: 999px; pointer-events: none; white-space: nowrap; }
.bp-ba input[type=range] { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }

/* ---------- reviews ---------- */
.bp-reviews__head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 28px; flex-wrap: wrap; }
.bp-reviews__head h2 { font-size: 38px; line-height: 1.1; letter-spacing: -.02em; margin: 0; }
.bp-reviews__head span { color: var(--bp-muted); font-size: 15px; }
.bp-reviews { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.bp-review { background: #fff; border: 1px solid var(--bp-border); border-radius: 16px; padding: 22px; }
.bp-review__stars { color: var(--bp-blue); font-size: 14px; }
.bp-review__q { font-weight: 700; font-size: 17px; margin: 8px 0 6px; line-height: 1.3; }
.bp-review__b { color: var(--bp-muted); font-size: 14px; line-height: 1.5; }
.bp-review__n { margin-top: 12px; font-size: 13px; font-weight: 600; }

/* ---------- CTA bands ---------- */
.bp-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, #0b63f6, #0ea5e9); border-radius: 24px; padding: 44px 48px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; color: #fff; }
.bp-cta::before { content: ""; position: absolute; right: -60px; top: -80px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255, 255, 255, .12); }
.bp-cta > * { position: relative; }
.bp-cta h2 { font-size: 32px; letter-spacing: -.02em; margin: 0 0 6px; font-weight: 800; color: #fff; }
.bp-cta p { font-size: 17px; opacity: .92; margin: 0; }
.bp-cta .bp-btn--white { padding: 15px 26px; font-weight: 800; }
.bp-cta--big { border-radius: 28px; padding: 56px 56px 0; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 32px; align-items: end; }
.bp-cta--big::after { content: ""; position: absolute; left: -60px; bottom: -140px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255, 255, 255, .06); }
.bp-cta--big::before { right: -80px; top: -120px; width: 340px; height: 340px; background: rgba(255, 255, 255, .08); }
.bp-cta__copy { padding-bottom: 56px; }
.bp-cta__tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .35); font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 999px; margin-bottom: 18px; }
.bp-cta__tag i { width: 7px; height: 7px; border-radius: 50%; background: #7dd3fc; display: block; }
.bp-cta--big h2 { font-size: 40px; line-height: 1.05; margin: 0 0 12px; text-wrap: pretty; }
.bp-cta--big p { font-size: 17px; line-height: 1.5; margin: 0 0 26px; color: rgba(255, 255, 255, .92); max-width: 480px; }
.bp-cta__checks { display: flex; gap: 18px; margin-top: 22px; font-size: 14px; font-weight: 500; flex-wrap: wrap; color: #fff; }
.bp-cta__artwrap { display: flex; justify-content: center; align-items: end; }
.bp-cta__art { width: 100%; max-width: 420px; height: auto; display: block; }

/* ---------- page hero (plans / one-time / about) ---------- */
.bp-pagehero { padding: 56px 0 40px; }
.bp-pagehero h1 { font-size: 48px; line-height: 1.05; letter-spacing: -.02em; margin: 12px 0 14px; font-weight: 800; text-wrap: pretty; }
.bp-pagehero p { color: var(--bp-body); font-size: 18px; line-height: 1.5; margin: 0 0 22px; text-wrap: pretty; }
.bp-art { position: relative; border-radius: 24px; overflow: hidden; height: 340px; background: var(--bp-photo); box-shadow: 0 30px 60px -30px rgba(4, 32, 62, .35); }
.bp-art--320 { height: 320px; }
.bp-art--220 { height: 220px; border-radius: 20px; box-shadow: none; }
.bp-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bp-art__chip { position: absolute; left: 18px; bottom: 18px; background: #fff; border-radius: 14px; padding: 12px 16px; box-shadow: 0 12px 30px -14px rgba(4, 32, 62, .4); }
.bp-art__chip--wide { right: 18px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.bp-art__chip small { display: block; font-size: 11px; font-weight: 700; color: var(--bp-muted); letter-spacing: .06em; text-transform: uppercase; }
.bp-art__chip strong { font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.bp-art__chip--big strong { font-size: 22px; }
.bp-art__badge { font-size: 13px; font-weight: 700; color: var(--bp-success); background: var(--bp-success-bg); padding: 6px 10px; border-radius: 999px; white-space: nowrap; }
.bp-art__tag { position: absolute; left: 16px; top: 16px; background: rgba(255, 255, 255, .95); border-radius: 999px; padding: 7px 12px; font-size: 13px; font-weight: 700; color: var(--bp-blue-dark); }

/* ---------- plan cards (plans page) ---------- */
.bp-plans2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto; }
.bp-plan2 { position: relative; background: #fff; color: var(--bp-ink); border: 1px solid var(--bp-border); border-radius: 24px; padding: 30px; display: flex; flex-direction: column; gap: 18px; }
.bp-plan2--navy { background: var(--bp-navy); color: #fff; border-color: var(--bp-navy); box-shadow: 0 30px 60px -30px rgba(11, 99, 246, .5); overflow: hidden; }
.bp-plan2--navy::before { content: ""; position: absolute; right: -60px; bottom: -80px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, #0b63f6, transparent 70%); opacity: .7; }
.bp-plan2 > * { position: relative; }
.bp-plan2__tag { position: absolute; top: 22px; right: 22px; background: var(--bp-sky); color: var(--bp-ink); font-size: 12px; font-weight: 800; padding: 5px 12px; border-radius: 999px; }
.bp-plan2__t { font-weight: 800; font-size: 24px; letter-spacing: -.01em; }
.bp-plan2__s { color: var(--bp-muted); font-size: 15px; margin-top: 4px; }
.bp-plan2--navy .bp-plan2__s, .bp-plan2--navy .bp-plan2__from, .bp-plan2--navy .bp-plan2__per { color: #a9bad2; }
.bp-plan2__from { font-size: 12px; font-weight: 700; color: var(--bp-muted); letter-spacing: .06em; text-transform: uppercase; }
.bp-plan2__price { display: flex; align-items: baseline; gap: 4px; }
.bp-plan2__price strong { font-size: 48px; font-weight: 800; letter-spacing: -.03em; line-height: 1.1; color: var(--bp-blue); }
.bp-plan2--navy .bp-plan2__price strong { color: #fff; }
.bp-plan2__per { color: var(--bp-muted); font-weight: 600; }
.bp-plan2__list { display: grid; gap: 10px; }
.bp-plan2__list div { display: flex; gap: 10px; align-items: center; font-size: 15px; color: var(--bp-body); }
.bp-plan2__list span { width: 22px; height: 22px; border-radius: 50%; background: var(--bp-success-bg); color: var(--bp-success); display: grid; place-items: center; flex: none; font-size: 13px; font-weight: 700; }
.bp-plan2--navy .bp-plan2__list div { color: #dbe6f5; }
.bp-plan2--navy .bp-plan2__list span { background: rgba(56, 189, 248, .2); color: var(--bp-sky); }
.bp-plan2 .bp-btn { margin-top: auto; width: 100%; box-sizing: border-box; font-weight: 800; }
.bp-plan2--navy .bp-btn:hover { background: var(--bp-sky); color: var(--bp-ink); }

/* ---------- comparison table ---------- */
.bp-compare { background: #fff; border: 1px solid var(--bp-border); border-radius: 20px; overflow: hidden; max-width: 960px; margin: 0 auto; }
.bp-compare__row { display: grid; grid-template-columns: minmax(0, 2fr) 1fr 1fr; padding: 14px 24px; border-bottom: 1px solid var(--bp-divider); font-size: 15px; align-items: center; }
.bp-compare__row--head { padding: 18px 24px; background: var(--bp-soft); font-weight: 700; border-bottom: 1px solid var(--bp-border); }
.bp-compare__row--head > div:nth-child(2), .bp-compare__row--head > div:nth-child(3) { text-align: center; }
.bp-compare__row--head > div:nth-child(3) { color: var(--bp-blue); }
.bp-compare__row--head small { display: block; font-weight: 500; color: var(--bp-muted); font-size: 13px; }
.bp-compare__k { font-weight: 600; }
.bp-compare__d { color: var(--bp-muted); font-size: 13px; }
.bp-compare__v { text-align: center; font-weight: 700; }
.bp-compare__v--p { color: var(--bp-green); }
.bp-compare__v--f { color: var(--bp-blue); }
.bp-compare__v--you { color: var(--bp-faint); }
.bp-compare__v--fee { color: var(--bp-body); }
.bp-compare__row--foot { padding: 18px 24px; gap: 12px; border-bottom: 0; }
.bp-compare__row--foot > div:first-child { color: var(--bp-muted); font-size: 14px; }
.bp-compare__row--foot .bp-btn { padding: 11px; font-size: 14px; border-radius: 10px; }

/* ---------- FAQ ---------- */
.bp-faq { display: grid; gap: 10px; }
.bp-faq .wp-block-details { margin: 0; }
.bp-faq .wp-block-details summary { font-weight: 700; font-size: 16px; cursor: pointer; list-style: none; }
.bp-faq .wp-block-details summary::-webkit-details-marker { display: none; }
.bp-faq .wp-block-details p { color: var(--bp-body); font-size: 15px; line-height: 1.55; margin: 10px 0 0; }

/* ---------- numbered cards / value cards ---------- */
.bp-num { background: var(--bp-bg); border: 1px solid var(--bp-border); border-radius: 20px; padding: 26px; }
.bp-num__n { width: 40px; height: 40px; border-radius: 12px; background: var(--bp-blue); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 17px; }
.bp-num__t, .bp-val__t { font-weight: 800; font-size: 19px; margin-top: 16px; }
.bp-num__d, .bp-val__d { color: var(--bp-muted); margin-top: 6px; line-height: 1.5; font-size: 15px; }
.bp-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.bp-val { background: #fff; border: 1px solid var(--bp-border); border-radius: 20px; padding: 26px; }
.bp-val__ic { width: 56px; height: 56px; border-radius: 16px; background: var(--bp-blue); display: grid; place-items: center; }
.bp-val__ic svg { width: 30px; height: 30px; }

/* ---------- about ---------- */
.bp-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bp-about-grid .bp-art { grid-column: span 2; }
.bp-stat { border-radius: 20px; padding: 22px; }
.bp-stat--navy { background: var(--bp-navy); color: #fff; }
.bp-stat--white { background: #fff; border: 1px solid var(--bp-border); }
.bp-stat strong { font-size: 38px; font-weight: 800; letter-spacing: -.03em; line-height: 1; display: block; }
.bp-stat--white strong { color: var(--bp-blue); }
.bp-stat span { font-size: 14px; margin-top: 6px; display: block; color: var(--bp-muted); }
.bp-stat--navy span { color: #a9bad2; }
.bp-areas { display: flex; flex-wrap: wrap; gap: 8px; }
.bp-areas span { background: var(--bp-soft); border: 1px solid var(--bp-border); border-radius: 999px; padding: 7px 13px; font-size: 14px; font-weight: 600; color: var(--bp-ink); }
.bp-contact-list { display: grid; gap: 12px; font-size: 15px; }
.bp-contact-list div { display: flex; gap: 12px; align-items: center; }
.bp-contact-list i { width: 38px; height: 38px; border-radius: 12px; background: var(--bp-tint); color: var(--bp-blue-dark); display: grid; place-items: center; font-weight: 800; font-style: normal; flex: none; }
.bp-contact-list a { font-weight: 600; }

/* ---------- login page ---------- */
.bp-main--login { padding: 56px 24px 80px; }

/* ---------- default page (legal etc.) ---------- */
.bp-main:not(.bp-main--landing):not(.bp-main--checkout) .wp-block-post-content h2 { font-size: 24px; margin-top: 2rem; }
.bp-main:not(.bp-main--landing):not(.bp-main--checkout) .wp-block-post-content p, .bp-main:not(.bp-main--landing):not(.bp-main--checkout) .wp-block-post-content li { color: var(--bp-body); }
.bp-page-title { margin-bottom: 1rem; }

/* ---------- WooCommerce product pages (legacy one-time products) ---------- */
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; }
.woocommerce div.product .woocommerce-product-gallery, .woocommerce div.product .summary { width: 100%; float: none; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related, .woocommerce div.product .upsells { grid-column: 1 / -1; }
.woocommerce div.product form.cart .button { font: inherit; font-weight: 700; padding: 14px 26px; border-radius: 12px; border: 0; background: var(--bp-blue); color: #fff; cursor: pointer; }

/* ---------- footer ---------- */
.bp-footer { background: var(--bp-bg); border-top: 1px solid var(--bp-border); color: var(--bp-ink); }
.bp-footer__inner { max-width: var(--bp-wrap); margin: 0 auto; padding: 60px 24px 40px; box-sizing: border-box; display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, .8fr)); gap: 40px; }
.bp-footer__brand p { color: var(--bp-muted); font-size: 15px; line-height: 1.55; margin: 16px 0 20px; max-width: 340px; text-wrap: pretty; }
.bp-footer__chips { display: flex; flex-wrap: wrap; gap: 6px; max-width: 380px; }
.bp-footer__chips span, .bp-footer__chips a { font-size: 12px; color: var(--bp-blue-dark); background: var(--bp-tint); padding: 5px 10px; border-radius: 999px; font-weight: 600; text-decoration: none; }
.bp-footer__chips a:hover { background: #d6e6ff; color: var(--bp-blue-dark); }
.bp-footer__title { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--bp-blue); margin-bottom: 14px; }
.bp-footer__links { display: grid; gap: 10px; }
.bp-footer__links a { color: var(--bp-body); font-size: 15px; }
.bp-footer__links a:hover { color: var(--bp-blue); }
.bp-footer__small { color: var(--bp-muted); font-size: 14px; line-height: 1.5; margin: 0 0 14px; }
.bp-footer .bp-btn--block { padding: 12px 18px; font-size: 15px; border-radius: 10px; }
.bp-footer__email { margin-top: 16px; font-size: 14px; }
.bp-footer__bottom { border-top: 1px solid var(--bp-border); }
.bp-footer__bottom-inner { max-width: var(--bp-wrap); margin: 0 auto; padding: 20px 24px 6px; box-sizing: border-box; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--bp-muted); }
.bp-footer__legal { display: flex; gap: 18px; }
.bp-footer__legal a { color: var(--bp-muted); }
.bp-footer__print { max-width: var(--bp-wrap); margin: 0 auto; padding: 0 24px 24px; box-sizing: border-box; font-size: 12px; color: var(--bp-faint); }

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
	.bp-reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bp-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
	.bp-sec { padding: 44px 0 52px; }
	.bp-head h2, .bp-reviews__head h2 { font-size: 30px; }
	.bp-hero__copy h1 { font-size: 36px; }
	.bp-hero__sub > span:first-child { font-size: 20px; }
	.bp-herobg__inner, .bp-hero { padding: 32px 16px 110px; }
	.bp-grid-3, .bp-grid-2, .bp-grid-2--1119, .bp-grid-2--9111, .bp-grid-2--812, .bp-plans, .bp-plans2, .bp-reviews, .bp-values, .bp-cta--big { grid-template-columns: 1fr; }
	.bp-cta { padding: 32px 24px; }
	.bp-cta--big { padding: 40px 24px 0; }
	.bp-cta__copy { padding-bottom: 32px; }
	.bp-pagehero h1 { font-size: 34px; }
	.bp-compare__row { padding: 12px 14px; gap: 8px; grid-template-columns: minmax(0, 1.6fr) 1fr 1fr; font-size: 14px; }
	.bp-compare__row--foot { grid-template-columns: 1fr; }
	.bp-ba { height: 280px; }
	.bp-footer__inner { grid-template-columns: 1fr; gap: 28px; }
}

/* ---------- service area grid (home) + city pages ---------- */
.bp-cities { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.bp-cities__item { display: flex; flex-direction: column; gap: 4px; background: var(--bp-bg); border: 1px solid var(--bp-border); border-radius: 14px; padding: 14px 16px; color: var(--bp-ink); text-decoration: none; transition: border-color .15s, transform .15s; }
.bp-cities__item:hover { border-color: var(--bp-blue); color: var(--bp-ink); transform: translateY(-1px); }
.bp-cities__item strong { font-size: 16px; }
.bp-cities__item span { font-size: 12.5px; color: var(--bp-muted); line-height: 1.35; }
.bp-city__head { max-width: 720px; margin-bottom: 26px; }
.bp-city__head .bp-h2 { margin-bottom: 0; }
.bp-city__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 40px; align-items: start; }
.bp-city__copy p { color: var(--bp-body); font-size: 16.5px; line-height: 1.6; }
.bp-city h3 { font-size: 17px; margin: 22px 0 10px; }
.bp-city__local { margin: 0; padding-left: 18px; color: var(--bp-body); font-size: 15.5px; line-height: 1.55; display: grid; gap: 8px; }
.bp-city__side { background: var(--bp-soft); border: 1px solid var(--bp-border); border-radius: 18px; padding: 22px 24px; }
.bp-city__side h3:first-child { margin-top: 0; }
.bp-city__side .bp-areas span { font-size: 13px; padding: 6px 11px; background: #fff; }
.bp-city__zips { font-weight: 600; color: var(--bp-ink); letter-spacing: .02em; line-height: 1.7; }
.bp-city__nearby { line-height: 1.7; }
.bp-city__nearby a { font-weight: 600; }
.bp-city__side .bp-btn { margin-top: 18px; width: 100%; box-sizing: border-box; }
.bp-city__faq { margin-top: 36px; max-width: 820px; }
.bp-city__faq h3 { font-size: 22px; margin: 0 0 14px; }
.bp-faq__title { font-size: 20px; margin: 0 0 12px; }
@media (max-width: 900px) {
	.bp-cities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bp-city__grid { grid-template-columns: 1fr; gap: 24px; }
}
.bp-faq .wp-block-details summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.bp-faq .wp-block-details summary::after { content: "+"; flex: none; width: 24px; height: 24px; border-radius: 8px; background: var(--bp-tint); color: var(--bp-blue-dark); display: grid; place-items: center; font-size: 18px; font-weight: 700; line-height: 1; }
.bp-faq .wp-block-details[open] summary::after { content: "–"; }

/* ---------- hero + wizard on phones ---------- */
@media (max-width: 760px) {
	/* The card sits inside the hero, so on phones the section is ~1400px tall; keep the photo to the top and fade it out
	   instead of stretching it ("zoomed in" tiles). The rest of the section is a calm light blue. */
	.bp-herobg { background: linear-gradient(180deg, #0a6fd6 0, #0a6fd6 520px, #dbeafe 640px, #eef4fb 100%); }
	.bp-herobg__img, .bp-herobg__scrim { bottom: auto; height: 640px; }
	.bp-herobg__img { background-size: cover; background-position: center 40%; background-image: url('/wp-content/themes/bluepool/assets/img/hero-tiles-720.jpg'); background-image: image-set(url('/wp-content/themes/bluepool/assets/img/hero-tiles-720.avif') type('image/avif'), url('/wp-content/themes/bluepool/assets/img/hero-tiles-720.webp') type('image/webp'), url('/wp-content/themes/bluepool/assets/img/hero-tiles-720.jpg') type('image/jpeg')); -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent 100%); mask-image: linear-gradient(180deg, #000 60%, transparent 100%); }
	.bp-herobg__scrim { background: linear-gradient(180deg, rgba(6, 58, 132, .38) 0%, rgba(6, 58, 132, .22) 60%, rgba(6, 58, 132, 0) 100%); }
	.bp-herobg::after { height: 70px; }
	.bp-herobg__inner, .bp-hero { padding: 26px 14px 90px; }
	.bp-hero__copy { margin: 0 auto 20px; padding: 0 4px; max-width: 100%; }
	.bp-hero__rating { font-size: 12.5px; padding: 6px 12px; gap: 8px; margin-bottom: 16px; max-width: 100%; white-space: nowrap; }
	.bp-hero__rating .stars { letter-spacing: .04em; font-size: 12px; }
	.bp-hero__copy h1 { font-size: clamp(30px, 8.6vw, 38px); line-height: 1.06; letter-spacing: -.025em; margin: 0 auto 12px; max-width: 100%; }
	.bp-hero__sub { flex-direction: column; gap: 12px; }
	.bp-hero__sub > span:first-child { font-size: 18px; }
	.bp-hero__promo { padding: 8px 16px 9px; gap: 6px; }
	.bp-hero__promo b { font-size: 12px; }
	.bp-hero__promo strong { font-size: 24px; }
	.bp-hero__promo em { font-size: 14px; }
	/* wizard card header on narrow screens */
	.bpq { border-radius: 18px; }
	.bpq__bar { padding: 12px 14px; gap: 8px; flex-wrap: nowrap; }
	.bpq__bar-l { gap: 8px; min-width: 0; }
	.bpq__title { font-size: 15.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.bpq__chip { flex: none; }
	.bpq__nc { display: none; }
	.bpq__h2 { font-size: 21px; }
}
@media (max-width: 400px) {
	.bp-hero__copy h1 { font-size: clamp(28px, 8.4vw, 34px); }
	.bpq__tile-t { font-size: 15px; }
	.bpq__ill { height: 74px; }
}
/* No block gap between the header part and the page content. */
.wp-site-blocks > * + * { margin-block-start: 0 !important; }
.wp-site-blocks > main { margin-top: 0 !important; }
@media (max-width: 760px) {
	.bp-herobg, .bp-hero, .bpq { max-width: 100vw; }
	.bp-hero__rating { white-space: normal; text-align: center; line-height: 1.3; }
	.bp-header__inner { padding: 0 14px; }
}
@media (max-width: 480px) {
	.bp-header__row { gap: 6px; padding: 10px 0; }
	.bp-header__row > * { min-width: 0; }
	.bp-logo { font-size: 16px; gap: 7px; }
	.bp-logo__mark { width: 24px; height: 24px; border-radius: 8px; }
	.bp-header__cta { padding: 9px 12px; font-size: 13px; border-radius: 9px; }
	.wp-block-navigation__responsive-container-open svg, .wp-block-navigation__responsive-container-close svg { width: 24px; height: 24px; }
}

/* ---------- service pages ---------- */
.bp-svc__cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.bp-svc__steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.bp-svc__when { margin: 0; padding-left: 20px; color: var(--bp-body); font-size: 16px; line-height: 1.55; display: grid; gap: 8px; }
.bp-svc__notes { background: var(--bp-soft); border: 1px solid var(--bp-border); border-radius: 18px; padding: 22px 24px; }
.bp-svc__notes h3 { margin: 0 0 10px; font-size: 17px; }
.bp-svc__notes p { color: var(--bp-body); font-size: 15px; line-height: 1.55; }
.bp-svc__related { margin-top: 14px; }
.bp-svc__related a { font-weight: 600; }
a.bp-ot__row { color: inherit; text-decoration: none; transition: border-color .15s; }
a.bp-ot__row:hover { border-color: var(--bp-blue); color: inherit; }
@media (max-width: 760px) { .bp-svc__steps { grid-template-columns: 1fr; } }

/* ---------- guides index + articles ---------- */
.bp-main--guides { padding-left: 24px; padding-right: 24px; }
.bp-guides__head { max-width: 680px; margin: 0 auto 36px; text-align: center; }
.bp-guides__head h1 { font-size: clamp(30px, 5vw, 44px); margin: 12px 0 10px; }
.bp-guides__head p { color: var(--bp-body); font-size: 17px; line-height: 1.5; }
.bp-guides .bp-guides__grid { gap: 16px; }
.bp-guide { background: #fff; border: 1px solid var(--bp-border); border-radius: 18px; padding: 22px 22px 18px; height: 100%; box-sizing: border-box; display: flex; flex-direction: column; gap: 10px; transition: border-color .15s, transform .15s; }
.bp-guide:hover { border-color: var(--bp-blue); transform: translateY(-1px); }
.bp-guide .bp-guide__t { font-size: 19px; line-height: 1.25; margin: 0; }
.bp-guide .bp-guide__t a { color: var(--bp-ink); }
.bp-guide .bp-guide__x p { color: var(--bp-body); font-size: 14.5px; line-height: 1.5; margin: 0; }
.bp-guide .bp-guide__x .wp-block-post-excerpt__more-text { margin-top: 8px; font-weight: 600; }
.bp-cta--guides { margin-top: 44px; }
.bp-main--article .bp-article__crumb { font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.bp-main--article .bp-article__title { font-size: clamp(30px, 4.6vw, 42px); line-height: 1.1; margin: 0 0 14px; }
.bp-main--article .bp-article__meta { gap: 14px; color: var(--bp-muted); font-size: 14px; margin-bottom: 26px; }
.bp-main--article .bp-article__meta p { margin: 0; }
.bp-main--article .wp-block-post-content p, .bp-main--article .wp-block-post-content li { color: var(--bp-body); font-size: 17px; line-height: 1.65; }
.bp-main--article .wp-block-post-content h2 { font-size: 26px; margin: 2.2rem 0 .7rem; letter-spacing: -.02em; }
.bp-main--article .wp-block-post-content .bp-faq { margin-top: 8px; }
.bp-main--article .bp-article__related { font-size: 15px; }
.bp-main--article .bp-article__back { margin-top: 28px; font-weight: 600; }
.bp-cta--guides h2 { color: #fff; }
@media (max-width: 900px) { .bp-guides .bp-guides__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (max-width: 600px) { .bp-guides .bp-guides__grid { grid-template-columns: 1fr !important; } }

/* ==========================================================================
   Header corrections
   WordPress prints its flex-layout stylesheet (.wp-container-* > * { margin: 0 })
   after this file, which wiped the nav offset and the auto margin that right-aligns
   the header actions, so those two need !important.
   ========================================================================== */
.bp-header { border-bottom: 0; }
.bp-header__row > .bp-nav { margin-left: 12px !important; }
.bp-header__row > .bp-header__actions { margin-left: auto !important; }
.bp-nav .wp-block-navigation-item__content,
.bp-nav .wp-block-navigation-item__content:hover,
.bp-nav .wp-block-navigation-item__content:focus { color: var(--bp-body) !important; }
/* Extra nav items belong in the phone drawer only (WP switches to the overlay under 600px). */
@media (min-width: 600px) {
	.bp-nav .wp-block-navigation__container > .wp-block-navigation-item.bp-nav__mobile-only { display: none; }
}

/* ---------- phone navigation: hamburger right, drawer from the right ---------- */
@media (max-width: 599px) {
	/* backdrop-filter makes the header a containing block for fixed children, which trapped
	   the menu overlay inside the 54px header bar. Solid background on phones instead. */
	.bp-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: #f7fafd; }
	.bp-header__row > .bp-nav { margin-left: auto !important; }
	.bp-header__actions { display: none !important; }
}
.wp-block-navigation__responsive-container.is-menu-open {
	left: auto !important;
	right: 0;
	width: min(86vw, 340px);
	padding: 82px 24px 32px;
	background: #fff;
	border-left: 1px solid var(--bp-border);
	box-shadow: -24px 0 60px -24px rgba(4, 32, 62, .45);
	animation: bp-drawer .28s cubic-bezier(.2, .7, .2, 1);
}
@keyframes bp-drawer { from { transform: translateX(102%); } to { transform: none; } }
@media (prefers-reduced-motion: reduce) { .wp-block-navigation__responsive-container.is-menu-open { animation: none; } }
.is-menu-open .wp-block-navigation__responsive-container-content { font-size: 19px; font-weight: 700; width: 100%; align-items: stretch; }
.is-menu-open .wp-block-navigation__container { gap: 0 !important; width: 100%; align-items: stretch; }
.is-menu-open .wp-block-navigation-item { width: 100%; border-bottom: 1px solid var(--bp-divider); }
.is-menu-open .wp-block-navigation-item__content { padding: 15px 0 !important; color: var(--bp-ink) !important; width: 100%; border-radius: 0; }
.is-menu-open .wp-block-navigation-item.bp-nav__cta { border-bottom: 0; margin-top: 18px; }
.is-menu-open .wp-block-navigation-item.bp-nav__cta .wp-block-navigation-item__content { background: var(--bp-blue); color: #fff !important; border-radius: 12px; padding: 15px 18px !important; justify-content: center; font-size: 17px; font-weight: 700; }
.wp-block-navigation__responsive-container-close { top: 22px; right: 22px; }

/* ---------- legal pages ---------- */
.bp-main .bp-legal__eff { font-size: 13px; font-weight: 600; color: var(--bp-muted); margin-bottom: 26px; }
.bp-main:not(.bp-main--landing):not(.bp-main--checkout) .wp-block-post-content h3 { font-size: 18px; margin: 1.6rem 0 .4rem; }
.bp-main:not(.bp-main--landing):not(.bp-main--checkout) .wp-block-post-content ul { display: grid; gap: 8px; padding-left: 20px; }
.bp-main:not(.bp-main--landing):not(.bp-main--checkout) .wp-block-post-content p, .bp-main:not(.bp-main--landing):not(.bp-main--checkout) .wp-block-post-content li { line-height: 1.65; }
.bp-main:not(.bp-main--landing):not(.bp-main--checkout) .wp-block-post-content code { background: var(--bp-soft); border: 1px solid var(--bp-border); border-radius: 6px; padding: 1px 5px; font-size: .9em; }
/* WordPress's own modal rules set the width and padding, so the drawer needs to outrank them. */
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open,
.wp-block-navigation__responsive-container.is-menu-open {
	box-sizing: border-box !important;
	width: min(84vw, 330px) !important;
	max-width: 100vw !important;
	left: auto !important;
	right: 0 !important;
	padding: 76px 22px 32px !important;
}
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__container { box-sizing: border-box; max-width: 100%; }
.is-menu-open .wp-block-navigation-item__content { box-sizing: border-box; }

/* Landing pages drop the content wrapper's side padding, but WordPress still gives every
   .alignfull block the negative margins that compensate for it, so each section ran 24px
   past the viewport on both sides (hidden only by body{overflow-x:hidden}). */
.bp-main .wp-block-post-content > .alignfull { margin-left: 0 !important; margin-right: 0 !important; max-width: 100% !important; }

/* The header template part wraps .bp-header in an element of exactly the same height, so a
   sticky .bp-header had no room to travel. Stick the wrapper instead. */
.wp-site-blocks > header.wp-block-template-part { position: sticky; top: 0; z-index: 50; }
.bp-header { position: static; }
.is-menu-open .wp-block-navigation-item.bp-nav__cta .wp-block-navigation-item__content { display: block; width: 100%; box-sizing: border-box; text-align: center; }
.is-menu-open .wp-block-navigation-item.bp-nav__cta .wp-block-navigation-item__content:hover { background: var(--bp-blue-dark) !important; }

/* ---------- service tiers, area image, sitemap ---------- */
.bp-areas__top { margin-bottom: 34px; align-items: center; }
.bp-art--260 { max-width: 460px; margin-left: auto; }
.bp-city__art { margin: 0 0 18px; border-radius: 14px; overflow: hidden; }
.bp-city__art img { display: block; width: 100%; height: auto; }
.bp-tiers { max-width: 900px; margin: 0 auto; }
.bp-tiers .bp-h2 { text-align: center; margin-bottom: 22px; }
.bp-tiers__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bp-tier { background: #fff; border: 1px solid var(--bp-border); border-radius: 18px; padding: 22px 24px; }
.bp-tier__top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.bp-tier__top strong { font-size: 18px; }
.bp-tier__top span { font-size: 22px; font-weight: 800; color: var(--bp-blue); }
.bp-tier p { color: var(--bp-body); font-size: 15px; line-height: 1.55; margin: 0; }
.bp-tiers__note { text-align: center; color: var(--bp-muted); font-size: 14.5px; margin: 18px auto 0; max-width: 640px; }
.bp-sitemap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 40px; }
.bp-sitemap__group h2 { font-size: 15px; text-transform: uppercase; letter-spacing: .06em; color: var(--bp-blue-dark); margin: 0 0 12px; }
.bp-sitemap__group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.bp-sitemap__group li a { font-size: 15.5px; font-weight: 600; color: var(--bp-ink); }
.bp-sitemap__group li a:hover { color: var(--bp-blue); }
.bp-sitemap__note { margin-top: 32px; font-size: 14px; color: var(--bp-muted); }
@media (max-width: 760px) {
	.bp-tiers__grid, .bp-sitemap { grid-template-columns: 1fr; }
	.bp-art--260 { margin: 0 auto; }
}

/* ---------- email preview (staff) ---------- */
.bp-emails__note { font-size: 14.5px; color: var(--bp-muted); background: var(--bp-soft); border: 1px solid var(--bp-border); border-radius: 12px; padding: 12px 16px; margin-bottom: 28px; }
.bp-emails__gate { background: var(--bp-soft); border: 1px solid var(--bp-border); border-radius: 14px; padding: 22px 24px; }
.bp-emails__group { margin-bottom: 38px; }
.bp-emails__group h2 { font-size: 15px; text-transform: uppercase; letter-spacing: .06em; color: var(--bp-blue-dark); margin: 0 0 14px; }
.bp-emails__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 18px; }
.bp-email { background: #fff; border: 1px solid var(--bp-border); border-radius: 16px; padding: 16px 18px 14px; display: flex; flex-direction: column; }
.bp-email.is-off { opacity: .6; }
.bp-email__head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.bp-email__head h3 { font-size: 16px; margin: 0; }
.bp-email__state { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--bp-success); background: var(--bp-success-bg); border-radius: 999px; padding: 3px 9px; }
.bp-email.is-off .bp-email__state { color: var(--bp-muted); background: var(--bp-divider); }
.bp-email__meta { font-size: 12.5px; color: var(--bp-muted); line-height: 1.5; margin: 8px 0 10px; }
.bp-email__frame { width: 100%; height: 420px; border: 1px solid var(--bp-border); border-radius: 10px; background: #eef3f9; }
.bp-email__links { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin: 10px 0 0; font-size: 12.5px; }
.bp-email__links code { color: var(--bp-faint); font-size: 11px; }
