Navigation, hero sections, buttons, cards, grids, testimonials, approach steps, CTAs, footers, accent lines, callout boxes, and the VR motif system — every reusable pattern in the web design system.
Full-viewport hero with gradient background, radial glow, and bottom accent line. The Hero H1 is the only web element that uses Mercury Display Bold — all other headings use Roman.
| Property | Value | Notes |
|---|---|---|
| Background | linear-gradient(165deg, #0B1D32 0%, #0F2847 50%, #1E3A5F 100%) | Deep navy to light |
| Padding | 160px 0 var(--space-4xl) | Top-heavy spacing |
| Min Height | 85vh | Nearly full viewport |
| Display | flex align-items center | Vertical centering |
| Property | Value | Notes |
|---|---|---|
| Font Family | 'Mercury Display Bold' | Use as named family |
| Font Weight | 700 | Bold |
| Font Size | 4rem / 64px | Desktop size |
| Responsive | 2.5rem @ 768px | Mobile scaling |
| -webkit-text-stroke | 0.4px | Outline effect for rendering |
| Line Height | 1.15 | Tight leading |
| Letter Spacing | -0.02em | Negative tracking |
| Max Width | 700px | Line length constraint |
| Color | var(--bc-white) | Full white |
| Property | Value | Notes |
|---|---|---|
| Subtitle Color | rgba(255,255,255,0.6) | Muted white |
| Subtitle Font Size | 1.1rem | Large supporting text |
| Subtitle Max Width | 520px | Content column width |
| Overline Color | var(--bc-blue-light) / #60A5FA | Accent label |
| Overline Margin | var(--space-lg) / 24px | Below overline |
| Glow (::before) | radial-gradient rgba(37,99,235,0.08) 800px | Background accent |
| Bottom Line (::after) | linear-gradient rgba(37,99,235,0.3) 1px | Subtle divider |
Two button variants: primary (filled blue) and outline (ghost). Both use Gotham HTF at weight 600 with a subtle arrow suffix that animates on hover.
| Property | Value | Notes |
|---|---|---|
| Font Family | var(--font-sans) | Gotham HTF |
| Font Size | 0.8125rem / 13px | Condensed |
| Font Weight | 600 | Semi-bold |
| Letter Spacing | 0.03em | Tracking |
| Padding | 14px 32px | Generous hit area |
| Border | none | No default border |
| Transition | all 0.25s ease | Smooth animation |
| Property | Value | Notes |
|---|---|---|
| Background | var(--bc-blue) / #2563EB | Full blue |
| Color | white | White text |
| Hover Background | #1D4ED8 | Darker blue |
| Hover Transform | translateY(-1px) | Lift on hover |
| Hover Box Shadow | 0 4px 16px rgba(37,99,235,0.3) | Glow effect |
| Property | Value | Notes |
|---|---|---|
| Background | transparent | See-through |
| Color | white / navy (context dependent) | Inherit text color |
| Border | 1px solid rgba(255,255,255,0.25) | Subtle outline |
| Hover Border | rgba(255,255,255,0.5) | Brighter outline |
| Hover Background | rgba(255,255,255,0.05) | Slight wash |
| Property | Value | Notes |
|---|---|---|
| Content | '→' | Right arrow (U+2192) |
| Hover Transform | translateX(3px) | Slide right on hover |
| Transition | transform 0.2s | Smooth movement |
Card patterns for both light and dark contexts, with subtle hover interactions. Cards are used for capabilities, testimonials, and feature highlights throughout the site.
| Property | Value | Notes |
|---|---|---|
| .section-dark | background var(--bc-navy) | Navy background |
| .section-light | background var(--bc-offwhite) | Off-white background |
| Padding | var(--space-4xl) 0 / 96px 0 | Generous vertical spacing |
| Property | Value | Notes |
|---|---|---|
| Background | white | Pure white |
| Padding | var(--space-2xl) / 48px | Generous internal spacing |
| Border | 1px solid var(--bc-gray-200) | Subtle outline |
| Hover Border | var(--bc-gray-300) | Brightens on hover |
| Hover Shadow | 0 8px 30px rgba(0,0,0,0.06) | Subtle lift |
| Hover Transform | translateY(-2px) | Slight upward movement |
| Transition | all 0.3s ease | Smooth animation |
| Property | Value | Notes |
|---|---|---|
| Background | var(--bc-navy-mid) / #152A45 | Medium navy |
| Padding | var(--space-2xl) / 48px | Consistent spacing |
| Border | 1px solid rgba(255,255,255,0.06) | Subtle white outline |
| Hover Border | rgba(255,255,255,0.12) | Brighter on hover |
| Hover Shadow | 0 8px 30px rgba(0,0,0,0.2) | Deep lift effect |
| Transition | all 0.3s ease | Smooth animation |
| Property | Value | Notes |
|---|---|---|
| Dimensions | 48×48px | Square icon area |
| Background | rgba(37,99,235,0.1) | Pale blue tint |
| Border Radius | 6px | Subtle rounding |
| Icon Color | var(--bc-blue-light) | Light blue icon |
| Hover Border | rgba(37,99,235,0.3) | Brighter border on hover |
Standard grid patterns and layout utilities used across the site. All grids use consistent gaps aligned to the spacing scale.
| Class | Spec | Usage |
|---|---|---|
| .grid-2 | grid 1fr 1fr, gap var(--space-2xl) | Two-column layout |
| .grid-3 | grid repeat(3,1fr), gap var(--space-xl) | Three-column layout |
| .capabilities-grid | grid repeat(3,1fr), gap var(--space-lg) | Three columns, tight spacing |
| .approach-grid | grid repeat(4,1fr), gap var(--space-lg) | Four columns (Discover/Design/Deliver/Evolve) |
| .cta-buttons | flex, gap var(--space-md), center | Button groups |
Serif blockquotes centered on the page. Used for client testimonials, case study highlights, and powerful quotes that deserve emphasis.
| Property | Value | Notes |
|---|---|---|
| Font Family | var(--font-serif) / Mercury Display | Serif emphasis |
| Font Size | 1.625rem / 26px | Large and impactful |
| Font Style | italic | Quoted tone |
| Line Height | 1.5 | Spacious reading |
| Color | var(--bc-navy) | Dark navy |
| Max Width | 800px | Reading column |
| Text Align | center | Centered layout |
| Property | Value | Notes |
|---|---|---|
| Font Family | var(--font-sans) / Gotham HTF | Sans serif for attribution |
| Font Size | 0.875rem | Smaller than quote |
| Font Weight | 500 | Medium emphasis |
"Breen Consulting transformed our approach to digital strategy. Within six months, we saw measurable improvements across all key metrics."Sarah Mitchell Chief Strategy Officer, Acme Inc.
Four-column layout showcasing the methodology: Discover, Design, Deliver, Evolve. Each step has a large semi-transparent number, a heading, and supporting description.
| Property | Value | Notes |
|---|---|---|
| Grid Layout | grid repeat(4, 1fr), gap var(--space-lg) | Four equal columns |
| Step Number | font-family var(--font-serif), font-size 3rem, opacity 0.3 | Large light number |
| Step Number Color | var(--bc-blue) | Blue accent |
| Step Heading | font var(--font-sans) 600 0.9375rem, color white | White text on dark |
| Step Description | font-size 0.8125rem, color var(--bc-gray-400) | Muted gray |
Deep analysis of your current state, challenges, and opportunities.
Strategic roadmap and solution architecture tailored to your needs.
Expert execution with continuous communication and milestone tracking.
Ongoing optimization and knowledge transfer for lasting impact.
Centered call-to-action block with heading, supporting text, and button group. Used at the end of sections to drive engagement.
| Property | Value | Notes |
|---|---|---|
| Background | linear-gradient(165deg, #0B1D32, #0F2847) | Subtle navy gradient |
| Text Align | center | Centered layout |
| Padding | 48px 40px | Generous spacing |
| Border Radius | 4px | Subtle corner rounding |
| Property | Value | Notes |
|---|---|---|
| Heading Font | var(--font-serif), 2rem, 400 | Large serif heading |
| Heading Color | var(--bc-white) | White text |
| Subtitle Color | rgba(255,255,255,0.6) | Muted white |
| Subtitle Max Width | 500px, auto margins | Centered column |
Let's explore how Breen Consulting can help you achieve your most ambitious goals.
Simple horizontal rule element used as a visual separator and brand accent throughout the design system.
| Property | Value | Notes |
|---|---|---|
| Width | 48px | Proportional to heading |
| Height | 2px | Thin line |
| Background | var(--bc-blue) | Blue accent |
Highlighted callout box with blue left border used for brand notes, important guidelines, and contextual information throughout the guide.
| Property | Value | Notes |
|---|---|---|
| Background | var(--bc-gray-100) | Light gray background |
| Border Left | 3px solid var(--bc-blue) | Bold blue accent |
| Padding | var(--space-lg) / 24px | Comfortable spacing |
| Font Size | 0.8125rem | Slightly smaller |
| Color | var(--bc-gray-600) | Dark gray text |
The vertical rule (VR) is the core brand motif — a 3px left-edge accent in blue (or sub-brand colour) that appears consistently across all contexts. The VR creates visual continuity and guides the eye through content hierarchies.
| Variant | Width | Colour | Usage |
|---|---|---|---|
| Pull Quote | 3px (4px prominent) | --bc-blue-light / #60A5FA | Blockquotes with serif text |
| Section Divider | 3px | --bc-blue-light | Section separators with label |
| Heading Accent | 3px | --bc-blue-light | Left accent on h3 / h4 |
| KPI Card | 3px | --bc-blue-light | Metric displays |
| Content Card | 4px | --bc-blue-light | Card left border |
| Nav Active | 3px | --bc-blue-light | Active nav indicator |
| Table Highlight | 3px | --bc-blue-light | Highlighted row |
| Timeline | 3px | --bc-blue-light (gradient) | Vertical timeline |
| RAG Status | 3px | green / amber / red | Status indicators |
| Form Focus | 3px | --bc-blue-light | Input focus state |
| Comparison | 3px | --bc-blue-light | Center divider |
| Sub-Brand Chip | 3px | sub-brand colour | Branded chips |
"The strategic partnership with Breen Consulting fundamentally changed how we approach digital transformation. Their deep expertise and collaborative approach delivered results that exceeded our expectations."
James Chen, CTO at Forward Industries
"Transformative results. Breen Consulting is the partner you want on your most important initiatives."
Michael Rodriguez, CEO at Catalyst Group
Client Engagements
Countries Served
Avg Efficiency Gain
Q1 delivery milestones are progressing according to plan with no blockers.
Resource constraints require immediate attention to prevent timeline impact.
Critical issues must be escalated and resolved within 48 hours.