Services

About

Contact

Leadership

Practical advisory support for aggregates, heavy civil construction, and materials strategy.

Bedrock Advisory Group helps contractors, producers, and investors solve operational, production, sourcing, reserve, and execution challenges through experience grounded in real-world construction and materials operations.

Managing Director

Christopher Kuester

Chris Kuester leads Bedrock Advisory Group with experience across heavy civil construction, aggregate sourcing, logistics strategy, reserve review, production planning, and project execution.

His work focuses on helping clients evaluate opportunities, identify operational risk, improve project performance, and develop practical strategies that can be executed in the field.

Areas of Expertise

  • Aggregate sourcing and procurement
  • Crushing and processing strategy
  • Heavy civil construction operations
  • Logistics and transportation planning
  • Reserve evaluation and acquisition support
  • Project execution and operational improvement

Need operational support?

Bedrock provides practical advisory support grounded in real construction and aggregate experience.

Start a Conversation
import * as React from "react" import { addPropertyControls, ControlType } from "framer" export default function Leadership({ logo }) { const people = [ ["Christopher Kuester", "Founder & Managing Director", "Heavy civil construction, aggregate sourcing, logistics strategy, reserve review, and project execution support."], ["Marc Black", "Senior Aggregate & Crushing Operations Advisor", "30+ years of crushing, quarry development, portable plant setup, production optimization, and field execution experience."] ] return (
{logo && }

Leadership & Industry Expertise

Field-proven experience for aggregates, crushing, logistics, and heavy civil execution.

Bedrock Advisory Group combines executive-level strategy with real operating experience in materials sourcing, production support, reserve review, and project execution.

{people.map(([name, title, bio]) => (

{name}

{title}

{bio}

))}

Need operational support?

Practical advisory support for contractors, producers, and investors who need execution help, not theory.

Start a Conversation
) } const s = { page:{background:"#101820",color:"#F5F7F7",fontFamily:"Inter,Arial",padding:"72px 24px",minHeight:"100vh"}, hero:{maxWidth:1100,margin:"0 auto 60px"}, logo:{width:220,marginBottom:42}, kicker:{color:"#32B8B0",fontSize:14,fontWeight:800,letterSpacing:"0.12em",textTransform:"uppercase"}, h1:{fontSize:"clamp(38px,6vw,72px)",lineHeight:1.02,letterSpacing:"-0.04em",maxWidth:1000,margin:"12px 0 24px"}, copy:{fontSize:18,lineHeight:1.6,color:"#C8D0D2",maxWidth:800}, grid:{maxWidth:1100,margin:"0 auto",display:"grid",gridTemplateColumns:"repeat(auto-fit,minmax(280px,1fr))",gap:24}, card:{background:"#17232B",border:"1px solid rgba(255,255,255,.1)",borderRadius:24,padding:30}, h2:{fontSize:28,margin:"0 0 8px"}, title:{color:"#32B8B0",fontWeight:800,margin:"0 0 18px"}, bio:{fontSize:16,lineHeight:1.65,color:"#D8DEE0"}, cta:{maxWidth:1100,margin:"64px auto 0",padding:36,borderRadius:28,background:"#132A2D",border:"1px solid rgba(50,184,176,.35)"}, ctah:{fontSize:34,margin:"0 0 10px"}, btn:{display:"inline-block",marginTop:16,background:"#32B8B0",color:"#081114",textDecoration:"none",fontWeight:900,padding:"14px 22px",borderRadius:999} } addPropertyControls(Leadership,{ logo:{type:ControlType.Image,title:"Logo"} })