.kc-value-modular {
font-family: Arial, Helvetica, sans-serif;
color: #1f2933;
background: #ffffff;
line-height: 1.65;
font-size: 17px;
}
.kc-value-modular * {
box-sizing: border-box;
}
.kc-value-wrap {
max-width: 1180px;
margin: 0 auto;
padding: 0 20px;
}
.kc-value-breadcrumbs {
max-width: 1180px;
margin: 18px auto 10px;
padding: 0 20px;
font-size: 14px;
color: #64748b;
}
.kc-value-breadcrumbs a {
color: #475569;
text-decoration: none;
}
.kc-value-breadcrumbs a:hover {
text-decoration: underline;
}
.kc-value-hero {
background: #111827;
color: #ffffff;
padding: 46px 0 44px;
}
.kc-value-hero-grid {
display: grid;
grid-template-columns: 1fr 0.9fr;
gap: 34px;
align-items: center;
}
.kc-value-kicker {
display: inline-block;
background: #f97316;
color: #111827;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
font-size: 12px;
padding: 7px 11px;
border-radius: 999px;
margin-bottom: 16px;
}
.kc-value-hero h1 {
color: #ffffff;
font-size: 42px;
line-height: 1.12;
margin: 0 0 18px;
letter-spacing: -0.03em;
}
.kc-value-hero p {
color: #e5e7eb;
font-size: 19px;
margin: 0 0 22px;
}
.kc-value-hero-card {
background: #ffffff;
color: #111827;
border-radius: 18px;
padding: 24px;
box-shadow: 0 22px 55px rgba(0,0,0,0.28);
}
.kc-value-hero-card h2 {
font-size: 24px;
margin: 0 0 14px;
color: #111827;
}
.kc-value-formula {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-left: 6px solid #f97316;
border-radius: 14px;
padding: 18px;
margin: 16px 0;
}
.kc-value-formula strong {
display: block;
font-size: 26px;
line-height: 1.25;
color: #111827;
margin-bottom: 6px;
}
.kc-value-cta-row {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 22px;
}
.kc-value-btn {
display: inline-block;
padding: 13px 18px;
border-radius: 6px;
font-weight: 700;
text-decoration: none;
border: 2px solid transparent;
}
.kc-value-btn-primary {
background: #f97316;
color: #111827;
}
.kc-value-btn-primary:hover {
background: #fb923c;
}
.kc-value-btn-secondary {
background: transparent;
color: #ffffff;
border-color: #ffffff;
}
.kc-value-btn-secondary:hover {
background: #ffffff;
color: #111827;
}
.kc-value-short {
background: #f8fafc;
border-left: 6px solid #f97316;
padding: 24px;
border-radius: 12px;
margin: 34px 0;
}
.kc-value-short h2 {
margin-top: 0;
font-size: 25px;
color: #111827;
}
.kc-value-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 330px;
gap: 38px;
align-items: start;
}
.kc-value-content h2 {
font-size: 30px;
line-height: 1.25;
margin: 38px 0 14px;
color: #111827;
}
.kc-value-content h3 {
font-size: 22px;
line-height: 1.3;
margin: 26px 0 10px;
color: #111827;
}
.kc-value-content p {
margin: 0 0 16px;
}
.kc-value-content a {
color: #c2410c;
font-weight: 700;
}
.kc-value-sidebar {
position: sticky;
top: 24px;
}
.kc-value-card {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 16px;
padding: 20px;
margin-bottom: 18px;
box-shadow: 0 10px 25px rgba(15,23,42,0.06);
}
.kc-value-card h3 {
margin: 0 0 10px;
font-size: 20px;
color: #111827;
}
.kc-value-list {
margin: 0;
padding-left: 20px;
}
.kc-value-list li {
margin-bottom: 8px;
}
.kc-value-feature-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 14px;
margin: 22px 0;
}
.kc-value-feature {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 14px;
padding: 18px;
}
.kc-value-feature strong {
display: block;
color: #111827;
margin-bottom: 6px;
}
.kc-value-table-wrap {
overflow-x: auto;
margin: 22px 0;
border-radius: 14px;
border: 1px solid #e2e8f0;
}
.kc-value-table {
width: 100%;
border-collapse: collapse;
min-width: 780px;
font-size: 15px;
}
.kc-value-table th {
background: #111827;
color: #ffffff;
text-align: left;
padding: 14px;
}
.kc-value-table td {
padding: 14px;
border-top: 1px solid #e2e8f0;
vertical-align: top;
}
.kc-value-table tr:nth-child(even) td {
background: #f8fafc;
}
.kc-value-alert {
background: #fff7ed;
border: 1px solid #fed7aa;
border-left: 6px solid #f97316;
border-radius: 14px;
padding: 18px;
margin: 22px 0;
}
.kc-value-alert h3 {
margin-top: 0;
}
.kc-value-faq {
border-top: 1px solid #e2e8f0;
margin-top: 20px;
}
.kc-value-faq details {
border-bottom: 1px solid #e2e8f0;
padding: 16px 0;
}
.kc-value-faq summary {
cursor: pointer;
font-weight: 700;
color: #111827;
font-size: 18px;
}
.kc-value-faq p,
.kc-value-faq ul {
margin-top: 12px;
}
.kc-value-cta-panel {
background: #111827;
color: #ffffff;
border-radius: 18px;
padding: 28px;
margin: 36px 0;
}
.kc-value-cta-panel h2,
.kc-value-cta-panel h3 {
color: #ffffff;
margin-top: 0;
}
.kc-value-cta-panel p {
color: #e5e7eb;
}
.kc-value-note {
font-size: 14px;
color: #64748b;
background: #f8fafc;
border: 1px solid #e2e8f0;
padding: 14px;
border-radius: 12px;
}
@media (max-width: 980px) {
.kc-value-hero-grid,
.kc-value-layout {
grid-template-columns: 1fr;
}
.kc-value-sidebar {
position: static;
}
.kc-value-hero h1 {
font-size: 36px;
}
.kc-value-feature-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 560px) {
.kc-value-hero {
padding: 32px 0;
}
.kc-value-hero h1 {
font-size: 31px;
}
.kc-value-hero p {
font-size: 17px;
}
.kc-value-btn {
width: 100%;
text-align: center;
}
}
Home >
Resources >
Cost & Pricing >
The Value of Modular Buildings
Cost & Value Guide
The Value of Modular Buildings and How They Can Save You Money
A practical guide to how modular buildings can reduce whole-life cost through value engineering, factory control, shorter programmes, fewer site delays, lower waste and better specification decisions.
Request a Quote
Explore Modular Solutions
Value engineering principle
Value = Functional Benefits ÷ Whole-Life Cost
The lowest price is not always the best value. The best-value route preserves required performance, reliability, quality and safety while reducing avoidable cost across the project lifecycle.
Reduce unnecessary site time
Reduce avoidable design waste
Control specification earlier
Improve cost certainty
Protect long-term building performance
Short answer
Modular buildings can save money when the project is engineered around whole-life value rather than headline purchase price alone. Factory-built modular construction can reduce site labour, weather disruption, waste, rework, programme risk and future modification costs. The best savings come from early value engineering: choosing the right modular system, layout, envelope, access route, services strategy and finish level before production starts.
What does “value” mean in a modular building project?
Value is not the same as the cheapest price. In modular construction, value is the relationship between the building’s functional benefits and the full cost required to deliver, use and maintain it.
A low-cost building that performs poorly, needs expensive site changes, causes programme delays or requires early replacement may not be good value. A properly specified modular building may cost more than the cheapest available unit, but still provide better value if it improves performance, reduces disruption, supports longer use and reduces lifecycle costs.
Correct value formula
For buyer decision-making, use Value = Functional Benefits ÷ Whole-Life Cost. This is more useful than focusing on purchase price alone because it considers what the building achieves, how reliably it performs and what it costs over its useful life.
What is value engineering?
Value engineering is a structured way of reviewing the functions of a building, system or process to achieve the required result at the lowest appropriate lifecycle cost, without compromising essential performance, reliability, quality or safety.
In a modular building project, this does not mean stripping out quality. It means asking practical questions early:
What does the building actually need to do?
Which specification is essential, and which is optional?
Which system gives the best balance of speed, cost, performance and lifespan?
Can the layout be simplified without reducing user value?
Can site works, delivery, foundations or service connections be made more efficient?
Can the building be designed for future expansion, relocation or reuse?
How modular buildings can save money
Modular buildings can generate savings at several points in the project, not only at the point of purchase. The strongest savings usually come from better programme control, reduced disruption, more predictable manufacturing and fewer late changes.
Reduced time on site
Factory-built modules can reduce the amount of work carried out on site, which can help lower labour, supervision and disruption costs.
Better programme certainty
Factory production can run alongside site preparation, reducing dependency on sequential site trades.