/* ==========================================================================
   Blue Pony theme styles
   Colors and fonts come from theme.json presets.
   Anything that starts hidden for an animation is scoped to .bp-js, which is
   only set on the live site, so everything stays visible and editable in the editor.
   ========================================================================== */

:root {
	--ink: var(--wp--preset--color--ink, #0B1B2E);
	--ink-2: var(--wp--preset--color--ink-2, #12293F);
	--ink-3: #1C3B56;
	--blue: var(--wp--preset--color--blue, #2E6FF2);
	--blue-deep: var(--wp--preset--color--blue-deep, #1B4FC0);
	--blue-soft: var(--wp--preset--color--blue-soft, #8FB2F5);
	--paper: var(--wp--preset--color--paper, #F1F4F8);
	--graphite: var(--wp--preset--color--graphite, #54677D);
	--rule: rgba(11, 27, 46, .14);
	--rule-dark: rgba(143, 178, 245, .22);
	--sans: var(--wp--preset--font-family--sans);
	--serif: var(--wp--preset--font-family--serif);
	--gut: clamp(20px, 5vw, 72px);
	--maxw: 1280px;
	--ease: cubic-bezier(.16, 1, .3, 1);
}

html { scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }
body { -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 2px; }

/* Kill the default gaps between top-level regions and sections; each section sets its own spacing. */
.wp-site-blocks > *,
.bp-main > *,
.bp-sections > * { margin-block: 0; }
.wp-site-blocks { padding: 0; }

.bp-wrap { max-width: var(--maxw); margin-inline: auto !important; padding-inline: var(--gut); box-sizing: border-box; width: 100%; }

h1, h2, h3, h4 { font-family: var(--sans); }

/* ---------- Buttons ---------- */
.wp-block-buttons { gap: 14px; }
.wp-block-button .wp-block-button__link {
	font-family: var(--sans); font-weight: 600; font-size: 15.5px; line-height: 1.3;
	border-radius: 2px; padding: 15px 26px; text-decoration: none;
	transition: background .25s, color .25s, transform .25s, border-color .25s;
}
.bp-btn-p .wp-block-button__link { background: var(--blue); color: #fff; border: 1px solid var(--blue); }
.bp-btn-p .wp-block-button__link:hover { background: var(--blue-deep); border-color: var(--blue-deep); color: #fff; transform: translateY(-2px); }
.bp-dark .bp-btn-p .wp-block-button__link:hover,
.bp-hero .bp-btn-p .wp-block-button__link:hover,
.bp-cta .bp-btn-p .wp-block-button__link:hover { background: #fff; border-color: #fff; color: var(--ink); }
.bp-btn-s .wp-block-button__link { background: transparent; color: var(--ink); border: 1px solid rgba(11, 27, 46, .28); }
.bp-btn-s .wp-block-button__link:hover { border-color: var(--ink); transform: translateY(-2px); }
.bp-dark .bp-btn-s .wp-block-button__link,
.bp-hero .bp-btn-s .wp-block-button__link,
.bp-cta .bp-btn-s .wp-block-button__link,
.bp-page-hero .bp-btn-s .wp-block-button__link { color: #fff; border-color: rgba(255, 255, 255, .3); }
.bp-dark .bp-btn-s .wp-block-button__link:hover,
.bp-hero .bp-btn-s .wp-block-button__link:hover,
.bp-cta .bp-btn-s .wp-block-button__link:hover,
.bp-page-hero .bp-btn-s .wp-block-button__link:hover { border-color: #fff; background: rgba(255, 255, 255, .07); }

/* ---------- Header ---------- */
.bp-header { position: relative; z-index: 60; background: var(--ink); transition: background .4s ease, box-shadow .4s ease; }
.bp-js .bp-header { position: fixed; top: 0; left: 0; right: 0; }
.bp-js.bp-front .bp-header { background: transparent; }
.bp-js .bp-header.solid,
.bp-js:not(.bp-front) .bp-header { background: rgba(11, 27, 46, .92); backdrop-filter: blur(14px) saturate(140%); -webkit-backdrop-filter: blur(14px) saturate(140%); box-shadow: 0 1px 0 var(--rule-dark); }
.admin-bar .bp-header { top: 32px !important; }
@media (max-width: 782px) { .admin-bar .bp-header { top: 46px !important; } }
.bp-header-in {
	max-width: var(--maxw); margin: 0 auto; padding: 16px var(--gut); box-sizing: border-box;
	display: flex; align-items: center; gap: 28px;
}
.bp-header-in > * { margin: 0 !important; }
.bp-mark { margin: 0; font-family: var(--sans); font-weight: 700; font-size: 19px; letter-spacing: -.04em; line-height: 1; white-space: nowrap; }
.bp-mark a { color: #fff !important; text-decoration: none; display: inline-flex; align-items: baseline; gap: 9px; }
.bp-mark a::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); transform: translateY(-1px); animation: bp-pulse 3.6s ease-out infinite; }
@keyframes bp-pulse { 0% { box-shadow: 0 0 0 0 rgba(46, 111, 242, .5); } 60%, 100% { box-shadow: 0 0 0 12px rgba(46, 111, 242, 0); } }

.bp-nav { margin-left: auto !important; font-family: var(--sans); font-size: 14.5px; font-weight: 500; }
.bp-header .wp-block-navigation { color: rgba(255, 255, 255, .78); gap: 26px; }
.bp-header .wp-block-navigation .wp-block-navigation-item__content { color: rgba(255, 255, 255, .78); text-decoration: none; padding: 4px 0; transition: color .25s; }
.bp-header .wp-block-navigation .wp-block-navigation-item__content:hover { color: #fff; }
.bp-header .wp-block-navigation .wp-block-navigation__submenu-icon { color: rgba(255, 255, 255, .6); }
.bp-header .wp-block-navigation .wp-block-navigation__submenu-container {
	background: var(--ink-2) !important; border: 1px solid var(--rule-dark) !important; border-radius: 3px;
	padding: 8px 0; min-width: 240px !important; box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .6);
}
.bp-header .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content { padding: 9px 18px; }
.bp-header .wp-block-navigation__responsive-container-open,
.bp-header .wp-block-navigation__responsive-container-close { color: #fff; }
.bp-header .wp-block-navigation__responsive-container.is-menu-open {
	background: var(--ink) !important; color: #fff !important; padding: 28px var(--gut);
}
.bp-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content { font-size: 22px; color: #fff; }
.bp-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.bp-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
.bp-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.bp-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container { align-items: flex-start !important; text-align: left; }
.bp-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container { background: transparent !important; border: 0 !important; box-shadow: none; padding: 0 0 0 16px; }
.bp-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content { font-size: 17px; color: rgba(255, 255, 255, .7); }
.bp-header-cta .wp-block-button__link { padding: 10px 18px; font-size: 14.5px; }
@media (max-width: 600px) { .bp-header-in { gap: 14px; } }

/* ---------- Section furniture ---------- */
.bp-section { position: relative; padding-block: clamp(72px, 10vh, 132px); }
/* Sections always sit flush against each other, whatever spacing WordPress, the editor, or a plugin adds between blocks. */
.bp-section, .bp-section + .bp-section, * + .bp-section { margin-top: 0 !important; margin-bottom: 0 !important; }
.bp-dark { background: var(--ink); color: #fff; }
.bp-dark a:not(.wp-block-button__link) { color: var(--blue-soft); }
.bp-head { max-width: 66ch; margin-bottom: clamp(40px, 5vw, 64px); }
.bp-head-wide { max-width: 74ch; margin-bottom: 0; }
.bp-head h2 { font-size: clamp(29px, 3.7vw, 50px); font-weight: 700; letter-spacing: -.032em; line-height: 1.04; margin: 0; }
.bp-head p { font-size: 18px; color: var(--graphite); margin: 18px 0 0; line-height: 1.62; max-width: 60ch; }
.bp-dark .bp-head p { color: rgba(255, 255, 255, .66); }
.bp-head .wp-block-buttons { margin-top: 34px; }

.bp-kicker {
	font-family: var(--sans); font-size: 13px !important; font-weight: 500; letter-spacing: .02em; color: var(--blue-soft);
	display: flex; align-items: center; gap: 12px; margin: 0 0 26px;
}
.bp-kicker::before { content: ""; display: block; height: 1px; width: 56px; background: var(--blue-soft); opacity: .55; }

.bp-lead { font-size: clamp(17px, 1.35vw, 19.5px); line-height: 1.62; color: rgba(255, 255, 255, .74); max-width: 56ch; margin: 28px 0 0; }

/* reveal on scroll (live site only) */
.bp-js .bp-rv { opacity: 0; transform: translateY(22px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.bp-js .bp-rv.in { opacity: 1; transform: none; }

/* ---------- Hero ---------- */
.bp-hero { background: var(--ink); color: #fff; overflow: hidden; padding: clamp(120px, 17vh, 190px) 0 clamp(56px, 7vh, 80px); }
.bp-hero::before {
	content: ""; position: absolute; inset: 0; pointer-events: none;
	background-image: linear-gradient(var(--rule-dark) 1px, transparent 1px), linear-gradient(90deg, var(--rule-dark) 1px, transparent 1px);
	background-size: 88px 88px; opacity: .5;
	-webkit-mask-image: radial-gradient(120% 90% at 18% 22%, #000 0%, transparent 72%);
	mask-image: radial-gradient(120% 90% at 18% 22%, #000 0%, transparent 72%);
}
.bp-hero::after {
	content: ""; position: absolute; width: 820px; height: 820px; right: -240px; top: -300px; border-radius: 50%; pointer-events: none;
	background: radial-gradient(circle, rgba(46, 111, 242, .30), transparent 62%); filter: blur(10px);
}
.bp-hero > .bp-wrap { position: relative; z-index: 2; }
.bp-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.bp-hero-grid > * { margin: 0 !important; min-width: 0; }
@media (max-width: 940px) { .bp-hero-grid { grid-template-columns: 1fr; gap: 44px; } }
.bp-hero-title { font-size: clamp(40px, 6.4vw, 82px) !important; font-weight: 700; letter-spacing: -.034em; line-height: .98 !important; margin: 0; color: #fff; }
.bp-hero .wp-block-buttons { margin-top: 38px; }
.bp-hero-inner { padding-bottom: clamp(64px, 9vh, 104px); }
.bp-hero-inner .bp-hero-title { font-size: clamp(36px, 5.4vw, 68px) !important; max-width: 20ch; }

.bp-js .bp-hero-title:not(.bp-split) { opacity: 0; }
.bp-hero-title .ln { display: block; overflow: hidden; padding-bottom: .04em; margin-bottom: -.04em; }
.bp-hero-title .ln > b { display: block; font-weight: inherit; transform: translateY(104%); animation: bp-rise .95s var(--ease) forwards; }
.bp-hero-title .ln:nth-child(2) > b { animation-delay: .1s; }
.bp-hero-title .ln:nth-child(3) > b { animation-delay: .2s; }
.bp-hero-title .ln:nth-child(4) > b { animation-delay: .3s; }
@keyframes bp-rise { to { transform: translateY(0); } }
.bp-js .bp-hero .bp-lead { opacity: 0; animation: bp-fade .9s ease .5s forwards; }
.bp-js .bp-hero .wp-block-buttons { opacity: 0; animation: bp-fade .9s ease .68s forwards; }
@keyframes bp-fade { to { opacity: 1; } }

/* ---------- Client logo column ---------- */
.bp-roster-lab { font-family: var(--sans); font-size: 12.5px; font-weight: 500; color: rgba(255, 255, 255, .42); margin-bottom: 14px; display: flex; justify-content: space-between; gap: 12px; max-width: 300px; }
.bp-roster-lab em { font-style: normal; color: rgba(255, 255, 255, .28); }
.bp-roster {
	position: relative; height: min(58vh, 440px); overflow: hidden;
	cursor: grab; touch-action: none; user-select: none; -webkit-user-select: none;
	-webkit-mask-image: linear-gradient(transparent, #000 22%, #000 78%, transparent);
	mask-image: linear-gradient(transparent, #000 22%, #000 78%, transparent);
}
.bp-roster.grabbing { cursor: grabbing; }
.bp-roster-track { will-change: transform; }
.bp-roster-item { padding: 18px 0; line-height: 0; }
.bp-roster-item img { width: auto; max-width: 230px; object-fit: contain; opacity: .3; transition: opacity .5s; -webkit-user-drag: none; pointer-events: none; }
.bp-roster-item.is-raw img { filter: brightness(0) invert(1); }
.bp-roster-item.hot img { opacity: 1; }
.bp-roster-line { position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: linear-gradient(90deg, var(--blue), transparent); opacity: .45; }
@media (max-width: 940px) { .bp-roster { height: 260px; } }

/* editor preview of the logo block */
.bp-roster-editor { background: var(--ink-2); color: #fff; border: 1px dashed var(--rule-dark); border-radius: 3px; padding: 18px; font-family: var(--sans); font-size: 14px; }
.bp-roster-editor-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 12px; }
.bp-roster-editor-note { color: rgba(255, 255, 255, .65); margin: 0; font-size: 13.5px; line-height: 1.5; }
.bp-roster-editor-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 10px; }
.bp-roster-editor-grid img { background: #fff; padding: 6px; border-radius: 2px; height: 48px; width: 100%; object-fit: contain; }

/* ---------- Stats ---------- */
.bp-stats { background: var(--ink-2); color: #fff; border-top: 1px solid var(--rule-dark); padding-block: 0; }
.bp-stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.bp-stats-grid > * { margin: 0 !important; }
.bp-stat { padding: clamp(30px, 4vw, 48px) 0 clamp(30px, 4vw, 48px) clamp(20px, 2.6vw, 38px); border-left: 1px solid var(--rule-dark); }
.bp-stat:first-child { border-left: 0; padding-left: 0; }
.bp-stat-num { display: block; font-family: var(--sans); font-size: clamp(34px, 4.6vw, 58px) !important; font-weight: 700; letter-spacing: -.04em; line-height: 1; color: var(--blue-soft); margin: 0; font-variant-numeric: tabular-nums; }
.bp-stat-label { font-family: var(--sans); font-size: 13.5px !important; font-weight: 500; color: rgba(255, 255, 255, .55); margin: 11px 0 0 !important; }
@media (max-width: 700px) {
	.bp-stats-grid { grid-template-columns: 1fr; }
	.bp-stat { border-left: 0; border-top: 1px solid var(--rule-dark); padding-left: 0; }
	.bp-stat:first-child { border-top: 0; }
}

/* ---------- Services ---------- */
.bp-services { background: #fff; }
.bp-svc { border-top: 1px solid var(--rule); counter-reset: bpsvc; }
.bp-svc > * { margin: 0 !important; }
.bp-svc-row { position: relative; border-bottom: 1px solid var(--rule); counter-increment: bpsvc; overflow: hidden; transition: color .45s; }
.bp-svc-row::before { content: ""; position: absolute; inset: 0; background: var(--ink); transform: scaleY(0); transform-origin: bottom; transition: transform .5s var(--ease); z-index: 0; }
.bp-svc-row > * { position: relative; z-index: 1; }
.bp-svc-row h3 {
	display: grid; grid-template-columns: 26px 1fr auto; gap: clamp(16px, 3vw, 40px); align-items: center;
	padding: clamp(22px, 3vw, 34px) 0; margin: 0;
	font-size: clamp(20px, 2.5vw, 33px) !important; font-weight: 600; letter-spacing: -.03em;
}
.bp-svc-row h3::before { content: counter(bpsvc, decimal-leading-zero); font-size: 13px; font-weight: 600; color: var(--blue); letter-spacing: .02em; transition: color .45s; }
.bp-svc-row h3::after { content: "View service"; font-size: 14px; font-weight: 500; letter-spacing: 0; color: var(--graphite); transition: transform .4s var(--ease), color .4s; white-space: nowrap; }
.bp-svc-row h3 a { color: inherit; text-decoration: none; }
.bp-svc-row h3 a::after { content: ""; position: absolute; inset: 0; z-index: 3; }
.bp-svc-row > p { font-size: 17px; line-height: 1.6; max-width: 62ch; margin: 0 0 0 calc(26px + clamp(16px, 3vw, 40px)) !important; padding-bottom: clamp(24px, 3vw, 34px); color: var(--graphite); }
.bp-js .bp-svc-row > p { max-height: 0; opacity: 0; overflow: hidden; padding-bottom: 0; color: rgba(255, 255, 255, .72); transition: max-height .5s var(--ease), opacity .4s ease, padding .5s var(--ease); }
@media (hover: hover) and (min-width: 701px) {
	.bp-svc-row:hover, .bp-svc-row:focus-within { color: #fff; }
	.bp-svc-row:hover::before, .bp-svc-row:focus-within::before { transform: scaleY(1); }
	.bp-svc-row:hover h3::before, .bp-svc-row:focus-within h3::before { color: var(--blue-soft); }
	.bp-svc-row:hover h3::after, .bp-svc-row:focus-within h3::after { color: #fff; transform: translateX(6px); }
	.bp-js .bp-svc-row:hover > p, .bp-js .bp-svc-row:focus-within > p { max-height: 200px; opacity: 1; padding-bottom: clamp(24px, 3vw, 34px); }
}
@media (hover: none), (max-width: 700px) {
	.bp-svc-row h3::after { display: none; }
	.bp-svc-row h3 { grid-template-columns: 26px 1fr; }
	.bp-js .bp-svc-row > p { max-height: none; opacity: 1; padding-bottom: 26px; color: var(--graphite); }
}

/* ---------- Case studies ---------- */
.bp-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule-dark); border: 1px solid var(--rule-dark); }
.bp-work-grid > * { margin: 0 !important; }
.bp-work-cell {
	background: var(--ink); padding: clamp(26px, 3vw, 40px); min-height: clamp(180px, 20vw, 240px);
	display: flex; flex-direction: column; position: relative; overflow: hidden; transition: background .45s; box-sizing: border-box;
}
.bp-work-cell > * { margin: 0 !important; }
.bp-work-cell::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .55s var(--ease); }
.bp-work-cell:hover { background: var(--ink-3); }
.bp-work-cell:hover::after { transform: scaleX(1); }
.bp-work-cat { font-family: var(--sans); font-size: 12.5px !important; font-weight: 500; color: var(--blue-soft); margin-bottom: auto !important; padding-bottom: 20px; }
.bp-work-cell h3 { font-size: clamp(19px, 1.9vw, 25px) !important; font-weight: 600; letter-spacing: -.028em; }
.bp-work-cell h3 a { color: #fff !important; text-decoration: none; }
.bp-work-cell h3 a::after { content: ""; position: absolute; inset: 0; z-index: 2; }
.bp-work-desc { font-size: 15.5px !important; color: rgba(255, 255, 255, .6); margin-top: 12px !important; line-height: 1.5; }
@media (max-width: 960px) { .bp-work-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .bp-work-grid { grid-template-columns: 1fr; } }

/* ---------- Process ---------- */
.bp-proc { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2.6vw, 36px); padding-top: 46px; counter-reset: bpstep; }
.bp-proc > * { margin: 0 !important; }
.bp-proc::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--rule); }
.bp-proc::after { content: ""; position: absolute; top: 0; left: 0; height: 1px; width: 100%; background: var(--blue); transform-origin: left; }
.bp-js .bp-proc::after { transform: scaleX(0); transition: transform 1.9s cubic-bezier(.22, 1, .36, 1); }
.bp-js .bp-proc.in::after { transform: scaleX(1); }
.bp-proc-step { position: relative; counter-increment: bpstep; }
.bp-proc-step::before { content: ""; position: absolute; top: -46px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); border: 1px solid var(--blue); transform: translateY(-4px); transition: background .5s ease, border-color .5s ease; }
.bp-js .bp-proc-step::before { background: var(--paper); border-color: var(--rule); }
.bp-js .bp-proc.in .bp-proc-step::before { background: var(--blue); border-color: var(--blue); }
.bp-js .bp-proc.in .bp-proc-step:nth-child(2)::before { transition-delay: .42s; }
.bp-js .bp-proc.in .bp-proc-step:nth-child(3)::before { transition-delay: .84s; }
.bp-js .bp-proc.in .bp-proc-step:nth-child(4)::before { transition-delay: 1.26s; }
.bp-proc-step h3 { font-size: 19px !important; font-weight: 600; letter-spacing: -.022em; margin: 0 0 10px; }
.bp-proc-step h3::before { content: counter(bpstep, decimal-leading-zero); display: block; font-size: 12.5px; font-weight: 600; color: var(--blue); letter-spacing: .03em; margin-bottom: 12px; }
.bp-proc-step p { font-size: 16px; color: var(--graphite); margin: 0; line-height: 1.58; }
@media (max-width: 820px) { .bp-proc { grid-template-columns: 1fr 1fr; row-gap: 38px; } }
@media (max-width: 520px) { .bp-proc { grid-template-columns: 1fr; } }

/* ---------- CTA ---------- */
.bp-cta { background: var(--ink); color: #fff; overflow: hidden; text-align: center; padding-block: clamp(76px, 11vh, 140px); }
.bp-cta::before { content: ""; position: absolute; width: 760px; height: 760px; left: 50%; bottom: -460px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(46, 111, 242, .32), transparent 62%); pointer-events: none; }
.bp-cta-in { position: relative; z-index: 2; }
.bp-cta h2 { font-size: clamp(32px, 5.2vw, 68px) !important; font-weight: 700; letter-spacing: -.036em; line-height: 1.02; margin: 0; }
.bp-cta p { font-size: 19px; color: rgba(255, 255, 255, .7); max-width: 52ch; margin: 24px auto 0 !important; line-height: 1.6; }
.bp-cta .wp-block-buttons { justify-content: center; margin-top: 40px !important; }
.bp-about + .bp-cta { border-top: 1px solid var(--rule-dark); }

/* ---------- AI workflow showcase ---------- */
.bp-ai-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(36px, 5vw, 80px); align-items: center; }
.bp-ai-grid > * { margin: 0 !important; min-width: 0; }
@media (max-width: 980px) { .bp-ai-grid { grid-template-columns: 1fr; } }
.bp-ai-copy .bp-head { margin-bottom: 0; }
.bp-ai-pts { margin-top: 34px !important; border-top: 1px solid var(--rule); }
.bp-ai-pts > * { margin: 0 !important; }
.bp-ai-pt { padding: 20px 0 20px 30px; border-bottom: 1px solid var(--rule); position: relative; }
.bp-ai-pt::before { content: ""; position: absolute; left: 0; top: 29px; width: 7px; height: 7px; background: var(--blue); }
.bp-ai-pt h3 { font-size: 18px !important; font-weight: 600; letter-spacing: -.02em; margin: 0 0 6px; }
.bp-ai-pt p { margin: 0; font-size: 16px; color: var(--graphite); line-height: 1.58; }
.bp-ai-copy .wp-block-buttons { margin-top: 32px !important; }
.bp-flow { background: var(--ink); border-radius: 4px; padding: clamp(20px, 2.6vw, 32px); color: #fff; position: relative; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(11, 27, 46, .55); }
.bp-flow-lab { font-family: var(--sans); font-size: 12.5px; font-weight: 500; color: rgba(255, 255, 255, .45); display: flex; justify-content: space-between; margin-bottom: 14px; }
.bp-flow-lab b { font-weight: 500; color: var(--blue-soft); display: flex; align-items: center; gap: 7px; }
.bp-flow-lab b::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #4ADE80; animation: bp-pulseg 2s ease-out infinite; }
@keyframes bp-pulseg { 0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, .55); } 70%, 100% { box-shadow: 0 0 0 7px rgba(74, 222, 128, 0); } }
.bp-flow svg { width: 100%; height: auto; display: block; }
.bp-flow svg text { font-family: var(--sans); font-size: 13px; fill: #fff; }
.bp-flow svg .sub { font-size: 10.5px; fill: rgba(255, 255, 255, .5); }
.bp-log { margin-top: 16px; border-top: 1px solid var(--rule-dark); padding-top: 14px; height: 100px; overflow: hidden; box-sizing: border-box; }
.bp-log p { margin: 0; font-family: var(--sans); font-size: 13px; line-height: 28px; color: rgba(255, 255, 255, .62); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; animation: bp-logIn .5s var(--ease); }
.bp-log p span { color: var(--blue-soft); }
@keyframes bp-logIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ---------- Inner pages ---------- */
.bp-page-hero { background: var(--ink); color: #fff; padding: clamp(130px, 18vh, 180px) 0 clamp(48px, 7vh, 72px); position: relative; overflow: hidden; }
.bp-page-hero::after { content: ""; position: absolute; width: 700px; height: 700px; right: -260px; top: -320px; border-radius: 50%; background: radial-gradient(circle, rgba(46, 111, 242, .26), transparent 62%); pointer-events: none; }
.bp-page-hero .bp-wrap { position: relative; z-index: 2; }
.bp-page-hero h1 { font-size: clamp(34px, 5vw, 64px) !important; font-weight: 700; letter-spacing: -.034em; line-height: 1.02; margin: 0; max-width: 22ch; color: #fff; }
.bp-page-hero .bp-kicker { margin-bottom: 18px; }
.bp-page-hero .bp-lead { margin-top: 22px; }
.bp-page-hero .wp-block-buttons { margin-top: 32px; }
.bp-page-content { padding-block: clamp(56px, 8vh, 96px); padding-inline: var(--gut); }
.bp-page-content > .alignfull { margin-inline: calc(-1 * var(--gut)); }
.bp-page-content h2 { font-size: clamp(26px, 3vw, 38px); margin-top: 2em; }
.bp-page-content a { color: var(--blue-deep); }
.bp-post-list { padding-block: clamp(56px, 8vh, 96px); max-width: 860px; }
.bp-post-list .wp-block-post { padding-bottom: 36px; margin-bottom: 36px; border-bottom: 1px solid var(--rule); }
.bp-post-list .wp-block-post-title { font-size: clamp(22px, 2.4vw, 30px); margin: 6px 0 10px; }
.bp-post-list .wp-block-post-title a { color: var(--ink); text-decoration: none; }
.bp-post-list .bp-kicker { color: var(--graphite); }
.bp-post-list .bp-kicker::before { background: var(--graphite); }
body.archive .bp-blog-title { display: none; }

/* ---------- Footer ---------- */
.bp-footer { background: var(--ink-2); color: #fff; padding: clamp(54px, 7vh, 80px) 0 34px; border-top: 1px solid var(--rule-dark); }
.bp-footer > * { margin-block: 0 !important; }
.bp-ft-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: clamp(24px, 3vw, 46px); }
.bp-ft-grid > * { margin: 0 !important; }
.bp-footer .bp-mark { font-size: 21px; }
.bp-ft-bio { font-size: 16px; color: rgba(255, 255, 255, .58); max-width: 40ch; margin: 16px 0 0 !important; line-height: 1.6; }
.bp-ft-col h4 { font-size: 12.5px !important; font-weight: 600; color: rgba(255, 255, 255, .45); margin: 0 0 12px; letter-spacing: .02em; }
.bp-ft-col p { margin: 0; font-family: var(--sans); font-size: 14.5px; line-height: 2.1; }
.bp-ft-col a { color: rgba(255, 255, 255, .76); text-decoration: none; transition: color .25s; }
.bp-ft-col a:hover { color: #fff; }
.bp-ft-base { margin-top: 48px !important; box-sizing: border-box; padding-top: 22px; position: relative; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; }
.bp-ft-base::before { content: ""; position: absolute; top: 0; left: var(--gut); right: var(--gut); border-top: 1px solid var(--rule-dark); }
.bp-ft-base > * { margin: 0 !important; font-family: var(--sans); font-size: 13px; color: rgba(255, 255, 255, .45); }
@media (max-width: 860px) { .bp-ft-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .bp-ft-grid { grid-template-columns: 1fr; } }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
	.bp-js .bp-rv { opacity: 1; transform: none; }
	.bp-hero-title .ln > b { transform: none; }
}

/* Sections always run edge to edge, including in the editor and inside constrained page content. */
.is-root-container > .bp-section,
.is-layout-constrained > .bp-section { max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }
.bp-page-content > .bp-section { margin-left: calc(-1 * var(--gut)) !important; margin-right: calc(-1 * var(--gut)) !important; }
