<section class="pctest-hero" aria-labelledby="pctest-hero-heading">
<p class="pctest-hero__eyebrow">PressConduit → Bricks proof of concept</p>
<h1 id="pctest-hero-heading" class="pctest-hero__heading">Section HTML, written straight into a named Bricks Code element</h1>
<p class="pctest-hero__body">This block was generated in BRS's exact production format (semantic section, BEM classes, scoped CSS, aria-labelledby) and placed directly by PressConduit — no manual copy-paste into the builder.</p>
<a class="pctest-hero__cta" href="#">Primary action</a>
</section>
.pctest-hero {
padding: 64px 32px;
background: #0D1F3C;
border-radius: 12px;
text-align: center;
}
.pctest-hero__eyebrow {
color: #E8A020;
font-weight: 700;
font-size: 13px;
letter-spacing: 0.12em;
text-transform: uppercase;
margin: 0 0 16px;
}
.pctest-hero__heading {
color: #FFFFFF;
font-size: clamp(28px, 4vw, 44px);
font-weight: 800;
line-height: 1.15;
margin: 0 0 16px;
max-width: 720px;
margin-inline: auto;
}
.pctest-hero__body {
color: #DDE3EE;
font-size: 17px;
line-height: 1.6;
max-width: 560px;
margin: 0 auto 28px;
}
.pctest-hero__cta {
display: inline-block;
background: #E8A020;
color: #0D1F3C;
font-weight: 700;
padding: 14px 28px;
border-radius: 6px;
text-decoration: none;
}