<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Case Study Archives - Controlled Space</title>
	<atom:link href="https://controlledspace.co.uk/category/case-study/feed/" rel="self" type="application/rss+xml" />
	<link>https://controlledspace.co.uk/category/case-study/</link>
	<description>SIA Approved Security Services</description>
	<lastBuildDate>Mon, 08 Jun 2026 16:55:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://controlledspace.co.uk/wp-content/uploads/2024/10/cropped-Untitled-1-32x32.png</url>
	<title>Case Study Archives - Controlled Space</title>
	<link>https://controlledspace.co.uk/category/case-study/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Case Study: Security Operations for Shed Seven at The Piece Hall</title>
		<link>https://controlledspace.co.uk/shed-seven-piece-hall-event-security-case-study/</link>
		
		<dc:creator><![CDATA[Ryan Johnson]]></dc:creator>
		<pubDate>Sun, 07 Jun 2026 18:48:30 +0000</pubDate>
				<category><![CDATA[Case Study]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sia]]></category>
		<category><![CDATA[stewards]]></category>
		<category><![CDATA[training]]></category>
		<guid isPermaLink="false">https://controlledspace.co.uk/?p=4377</guid>

					<description><![CDATA[<p>Shed Seven at The Piece Hall Event Security &#038; Crowd Management Case Study Client: The Piece Hall Event: Shed Seven Live Date: 6 June 2026 Location: The Piece Hall, Halifax Attendance: 6,000+ attendees Services Provided: Event Security, Crowd Management, Safety Stewarding, Incident Response, Front of House Pit Barrier Management 6,000+ Attendees 100+ Staff Deployed 5&#8230;&#160;<a href="https://controlledspace.co.uk/shed-seven-piece-hall-event-security-case-study/" rel="bookmark">Read More &#187;<span class="screen-reader-text">Case Study: Security Operations for Shed Seven at The Piece Hall</span></a></p>
<p>The post <a href="https://controlledspace.co.uk/shed-seven-piece-hall-event-security-case-study/">Case Study: Security Operations for Shed Seven at The Piece Hall</a> appeared first on <a href="https://controlledspace.co.uk">Controlled Space</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<style data-wp-block-html="css">

/* =====================================
   CONTROLLED SPACE CASE STUDY STYLE
   Red / Silver / Black Theme
   ===================================== */

.case-study {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    line-height: 1.8;
}

/* HERO TITLE */

.case-study h1 {
    background: #111111 !important;
    color: #ffffff !important;
    padding: 35px !important;
    border-left: 8px solid #c00000 !important;
    border-radius: 6px;
    margin-bottom: 30px;
    font-size: 3rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

.case-study h1 *,
.case-study h2 *,
.case-study h3 * {
    color: inherit !important;
}

/* META BOX */

.case-study-meta {
    background: #f2f2f2;
    border-left: 5px solid #c00000;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

/* HEADINGS */

.case-study-header {
    background: #050505;
    padding: 50px;
    border-left: 10px solid #c00000;
    border-radius: 8px;
    margin-bottom: 40px;
}

.case-study-header h1 {
    color: #ffffff !important;
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 700;
}

.case-study-subtitle {
    color: #c00000 !important;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

/* PARAGRAPHS */

.case-study p {
    margin-bottom: 20px;
    color: #333333;
}

/* IMAGE GALLERY */

.case-study-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 20px;
    margin: 40px 0;
}

.case-study-gallery img {
    width: 100%;
    border-radius: 8px;
    transition: all .3s ease;
}

.case-study-gallery img:hover {
    transform: scale(1.03);
}

/* STATISTICS */

.stat-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
}

.stat-box {
    flex: 1;
    min-width: 220px;
    background: #f5f5f5;
    border-top: 5px solid #c00000;
    text-align: center;
    padding: 30px;
    border-radius: 5px;
}

.stat-box h3 {
    color: #c00000 !important;
    font-size: 2.5rem;
    margin: 0;
}

.stat-box p {
    margin-top: 10px;
    font-weight: bold;
}

/* BULLET LISTS */

.case-study ul {
    background: #f8f8f8;
    border-left: 5px solid #c00000;
    padding: 25px 40px;
    border-radius: 5px;
    margin: 30px 0;
}

.case-study li {
    margin-bottom: 12px;
}

/* RESULTS SECTION */

.case-study-results {
    background: #111111;
    color: #ffffff;
    padding: 35px;
    border-radius: 8px;
    margin: 40px 0;
}

.case-study-results h2 {
    color: #ffffff !important;
    border-bottom: 2px solid #c00000;
}

.case-study-results p,
.case-study-results li {
    color: #ffffff !important;
}

/* CTA SECTION */

.case-study-cta {
    background: linear-gradient(135deg,#111111,#2b2b2b);
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    margin-top: 60px;
}

.case-study-cta h2 {
    color: #ffffff !important;
    border: none !important;
    margin-bottom: 20px;
}

.case-study-cta p {
    color: #d9d9d9 !important;
    max-width: 800px;
    margin: 0 auto 25px auto;
}

.case-study-cta a,
.case-study-cta .button {
    display: inline-block;
    background: #c00000;
    color: #ffffff !important;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all .3s ease;
}

.case-study-cta a:hover,
.case-study-cta .button:hover {
    background: #e00000;
    transform: translateY(-2px);
}

/* FORCE WHITE TEXT IN DARK AREAS */

.case-study-cta *,
.case-study-results * {
    color: inherit;
}

/* MOBILE */

@media screen and (max-width: 768px) {

    .case-study {
        padding: 20px;
    }

    .case-study h1 {
        font-size: 2rem !important;
    }

    .stat-box {
        min-width: 100%;
    }

    .case-study-cta {
        padding: 30px 20px;
    }
}
.case-study-results {
    background: #111111 !important;
    color: #ffffff !important;
    padding: 35px;
    border-radius: 8px;
    margin: 40px 0;
}

.case-study-results h2 {
    color: #ffffff !important;
    border-bottom: 2px solid #c00000 !important;
}

.case-study-results ul {
    background: transparent !important;
    border-left: none !important;
    padding: 20px 30px !important;
    margin: 0 !important;
}

.case-study-results li {
    color: #ffffff !important;
    font-size: 1.1rem;
    margin-bottom: 15px;
}
</style>

<section class="case-study">

  <div class="case-study-header">
    <h1>Shed Seven at The Piece Hall</h1>
    <p class="case-study-subtitle">
      Event Security &#038; Crowd Management Case Study
    </p>
  </div>

  <div class="case-study-meta">
    <p><strong>Client:</strong> The Piece Hall</p>
    <p><strong>Event:</strong> Shed Seven Live</p>
    <p><strong>Date:</strong> 6 June 2026</p>
    <p><strong>Location:</strong> The Piece Hall, Halifax</p>
    <p><strong>Attendance:</strong> 6,000+ attendees</p>
    <p><strong>Services Provided:</strong> Event Security, Crowd Management, Safety Stewarding, Incident Response, Front of House Pit Barrier Management</p>
  </div>

  <div class="stat-boxes">

    <div class="stat-box">
      <h3>6,000+</h3>
      <p>Attendees</p>
    </div>

    <div class="stat-box">
      <h3>100+</h3>
      <p>Staff Deployed</p>
    </div>

    <div class="stat-box">
      <h3>5</h3>
      <p>Specialist Teams</p>
    </div>

    <div class="stat-box">
      <h3>1</h3>
      <p>Successful Event</p>
    </div>

  </div>

  <div class="case-study-gallery">
    <img decoding="async" src="https://controlledspace.co.uk/wp-content/uploads/2026/06/717536314_1423631369800911_8140125537649024694_n-1.jpg" alt="Controlled Space security team at Shed Seven live event">

    <img decoding="async" src="https://controlledspace.co.uk/wp-content/uploads/2026/06/718792252_1423633379800710_3515933339889561132_n-1.jpg" alt="Crowd management operation at Shed Seven live event at The Piece Hall">

    <img decoding="async" src="https://controlledspace.co.uk/wp-content/uploads/2026/06/718993895_1423633226467392_7999047919677819434_n-1.jpg" alt="Front of House Pit Barrier Team at The Piece Hall">
  </div>

  <h2>Overview</h2>

  <p>
    Controlled Space was appointed to deliver comprehensive event security and crowd management services for Shed Seven&#8217;s sold-out performance at The Piece Hall on 6 June 2026.
  </p>

  <p>
    With more than 6,000 attendees expected at one of Yorkshire&#8217;s most iconic live music venues, our objective was to provide a safe, professional, and customer-focused security operation that supported both the venue and event organisers throughout the event lifecycle.
  </p>

  <h2>The Challenge</h2>

  <p>
    Hosting a high-profile live music event within a historic venue requires careful planning, experienced personnel, and effective operational coordination.
  </p>

  <p>
    The event required robust crowd management measures during ingress and egress, effective audience safety controls within the main arena, dedicated incident response capabilities, and specialist front-of-stage management to ensure the safety and wellbeing of concertgoers throughout the performance.
  </p>

  <h2>Our Solution</h2>

  <p>
    Controlled Space deployed a team of over 100 trained security and safety professionals across the venue.
  </p>

  <ul>
    <li>Event Supervisors overseeing operational delivery and stakeholder liaison</li>
    <li>SIA Licensed Door Supervisors managing access control and security operations</li>
    <li>Safety Stewards providing crowd management and customer service support</li>
    <li>Dedicated Incident Response Teams positioned throughout the venue</li>
    <li>Front of House Pit Barrier Teams responsible for audience welfare and front-stage safety</li>
  </ul>

  <p>
    Working closely with venue management, production teams, and event stakeholders, our supervisory team maintained continuous communication throughout the event, ensuring a coordinated response to operational requirements and any emerging incidents.
  </p>

  <div class="case-study-results">

    <h2>Results</h2>

    <ul>
      <li>Successfully deployed over 100 event safety and security personnel</li>
      <li>Safely managed an audience of more than 6,000 attendees</li>
      <li>Maintained effective crowd management during ingress, event operation, and egress</li>
      <li>Delivered dedicated front-of-stage safety and welfare operations</li>
      <li>Provided rapid incident response capability throughout the event</li>
      <li>Supported the successful delivery of a sold-out live music performance</li>
    </ul>

  </div>

  <h2>Outcome</h2>

  <p>
    The successful delivery of security and crowd management services for Shed Seven at The Piece Hall highlights Controlled Space&#8217;s capability to support large-scale live music events across Yorkshire and the UK.
  </p>

  <p>
    Through detailed planning, experienced supervision, and the deployment of specialist security and safety teams, Controlled Space helped create a safe and enjoyable environment for attendees while supporting the operational objectives of the venue and event organisers.
  </p>

  <div class="case-study-cta">

    <h2>Planning a Live Event?</h2>

    <p>
      Whether you&#8217;re organising a concert, festival, sporting event, or public gathering, Controlled Space provides professional event security, crowd management, safety stewarding, and incident response services tailored to your requirements.
    </p>

    <a href="https://controlledspace.co.uk/contact/" class="button">
      Request a Quote
    </a>

  </div>

</section>
<p>The post <a href="https://controlledspace.co.uk/shed-seven-piece-hall-event-security-case-study/">Case Study: Security Operations for Shed Seven at The Piece Hall</a> appeared first on <a href="https://controlledspace.co.uk">Controlled Space</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
