<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fire Safety Policy Ashton-in-Makerfield | Fletcher Risk Management</title>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&family=Lora:ital,wght@0,400;0,600;1,400&display=swap" rel="stylesheet">
<style>*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--red:#c0392b;--red-dark:#a93226;--black:#111111;--ink:#1a1a1a;--body:#2e2a2a;--mid:#666666;--subtle:#999999;--rule:#e4e0dc;--light:#f7f6f4;--white:#ffffff;--font-head:'Raleway',sans-serif;--font-body:'Lora',Georgia,serif}
html{font-size:17px}
body{background:var(--white);color:var(--body);font-family:var(--font-body);line-height:1.78;-webkit-font-smoothing:antialiased}
a{color:var(--red);text-decoration:none}
a:hover{text-decoration:underline}
.u-wrap{max-width:860px;margin:0 auto;padding:0 32px}
.u-label{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red);display:block;margin-bottom:12px}
.u-link{color:var(--red);border-bottom:1px solid rgba(192,57,43,.25);transition:border-color .2s}
.u-link:hover{border-color:var(--red);text-decoration:none}
.hero{background:var(--black);padding:72px 32px 64px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.015) 2px,rgba(255,255,255,.015) 4px);pointer-events:none}
.hero::after{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--red)}
.hero__inner{max-width:860px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:48px;align-items:start;position:relative}
.hero__eyebrow{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--red);margin-bottom:20px;display:flex;align-items:center;gap:10px}
.hero__eyebrow::before{content:'';display:block;width:24px;height:1px;background:var(--red);flex-shrink:0}
.hero__h1{font-family:var(--font-head);font-weight:900;font-size:clamp(32px,5.5vw,54px);line-height:1.05;color:var(--white);margin-bottom:10px;letter-spacing:-.02em}
.hero__price{font-family:var(--font-head);font-size:clamp(14px,2vw,18px);font-weight:600;color:rgba(255,255,255,.4);letter-spacing:.04em;margin-bottom:28px}
.hero__price strong{color:var(--red);font-weight:700}
.hero__lede{font-family:var(--font-body);font-size:17px;font-style:italic;color:rgba(255,255,255,.65);line-height:1.7;max-width:520px;margin-bottom:36px}
.hero__btns{display:flex;gap:12px;flex-wrap:wrap}
.btn{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:14px 28px;border-radius:2px;display:inline-block;text-decoration:none!important;transition:background .18s,border-color .18s,color .18s;white-space:nowrap}
.btn--primary{background:var(--red);color:var(--white);border:2px solid var(--red)}
.btn--primary:hover{background:var(--red-dark);border-color:var(--red-dark)}
.btn--ghost{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.25)}
.btn--ghost:hover{border-color:rgba(255,255,255,.6)}
.hero__stats{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-top:3px solid var(--red);min-width:220px;flex-shrink:0}
.hero__stat{padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:3px}
.hero__stat:last-child{border-bottom:none}
.hero__stat-label{font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.3)}
.hero__stat-value{font-family:var(--font-head);font-size:12px;font-weight:700;color:var(--white);letter-spacing:.02em}
.hero__stat-value--red{color:var(--red)}
.hero__stat-value--gold{color:#f5c518}
@media(max-width:680px){.hero__inner{grid-template-columns:1fr}.hero__stats{display:grid;grid-template-columns:1fr 1fr}}
.trust-bar{background:#1a1a1a;padding:16px 32px;border-bottom:1px solid rgba(255,255,255,.06)}
.trust-bar__inner{max-width:860px;margin:0 auto;display:flex;flex-wrap:wrap;gap:6px 28px;align-items:center}
.trust-item{font-family:var(--font-head);font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:rgba(255,255,255,.4);white-space:nowrap}
.trust-item strong{color:rgba(255,255,255,.85)}
.trust-item--sep{color:rgba(255,255,255,.12);font-size:14px;font-weight:300}
.section{padding:64px 0;border-top:1px solid var(--rule)}
.section:first-child{border-top:none}
.section__header{margin-bottom:36px}
.section__heading{font-family:var(--font-head);font-size:clamp(22px,3vw,32px);font-weight:800;color:var(--ink);line-height:1.18;letter-spacing:-.01em}
.section__heading em{font-style:italic;color:var(--red);font-weight:700}
.prose p{font-family:var(--font-body);font-size:17px;color:var(--body);line-height:1.8;margin-bottom:18px}
.prose p:last-child{margin-bottom:0}
.callout{background:var(--light);border-left:4px solid var(--red);padding:20px 24px;margin:32px 0;border-radius:0 3px 3px 0}
.callout p{font-family:var(--font-head);font-size:14px;font-weight:600;color:var(--ink);line-height:1.65;margin:0 0 6px}
.callout p:last-child{margin-bottom:0}
.callout strong{color:var(--red)}
.stat-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));border:1px solid var(--rule);border-radius:3px;overflow:hidden;margin:36px 0}
.stat-item{padding:22px 22px;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.stat-item:last-child{border-right:none}
.stat-label{font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--subtle);margin-bottom:6px}
.stat-value{font-family:var(--font-head);font-size:16px;font-weight:800;color:var(--ink);line-height:1.2}
.stat-value--red{color:var(--red)}
.includes{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--rule);border:1px solid var(--rule);border-radius:3px;overflow:hidden;margin:36px 0}
.inc{background:var(--white);padding:24px 26px}
.inc__num{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--red);margin-bottom:10px}
.inc__title{font-family:var(--font-head);font-size:14px;font-weight:700;color:var(--ink);margin-bottom:8px;line-height:1.3}
.inc__body{font-family:var(--font-body);font-size:14px;color:var(--mid);line-height:1.65}
@media(max-width:560px){.includes{grid-template-columns:1fr}}
.who{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--rule);border:1px solid var(--rule);border-radius:3px;overflow:hidden;margin-top:36px}
.who__card{background:var(--white);padding:26px 28px}
.who__sector{font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:8px}
.who__title{font-family:var(--font-head);font-size:15px;font-weight:700;color:var(--ink);margin-bottom:8px;line-height:1.3}
.who__body{font-family:var(--font-body);font-size:14px;color:var(--mid);line-height:1.65}
@media(max-width:560px){.who{grid-template-columns:1fr}}
.reviews{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--rule);border:1px solid var(--rule);border-radius:3px;overflow:hidden;margin-top:36px}
.review{background:var(--white);padding:28px 28px;display:flex;flex-direction:column}
.review__stars{color:var(--red);font-size:12px;letter-spacing:3px;margin-bottom:14px}
.review__quote{font-family:var(--font-body);font-size:14px;font-style:italic;color:var(--body);line-height:1.7;flex:1;margin-bottom:16px}
.review__cite{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--subtle)}
.review__cite a{color:var(--red);border-bottom:1px solid rgba(192,57,43,.25)}
@media(max-width:560px){.reviews{grid-template-columns:1fr}}
.faq{margin-top:36px}
.faq__item{border-bottom:1px solid var(--rule);padding:22px 0}
.faq__item:first-child{border-top:1px solid var(--rule)}
.faq__q{font-family:var(--font-head);font-size:15px;font-weight:700;color:var(--ink);margin-bottom:10px;display:flex;justify-content:space-between;align-items:baseline;gap:16px}
.faq__q::after{content:'▾';color:var(--red);font-size:12px;flex-shrink:0}
.faq__a{font-family:var(--font-body);font-size:15px;color:var(--mid);line-height:1.75}
.faq__a a{color:var(--red);border-bottom:1px solid rgba(192,57,43,.25)}
.svc-list{margin-top:36px;border-top:1px solid var(--rule)}
.svc-row{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-bottom:1px solid var(--rule);text-decoration:none!important;transition:padding-left .2s;gap:20px}
.svc-row:hover{padding-left:8px}
.svc-row__left{display:flex;align-items:baseline;gap:18px}
.svc-row__dash{font-family:var(--font-head);font-size:14px;font-weight:400;color:var(--rule);flex-shrink:0;transition:color .2s}
.svc-row:hover .svc-row__dash{color:var(--red)}
.svc-row__name{font-family:var(--font-head);font-size:16px;font-weight:700;color:var(--ink);transition:color .2s}
.svc-row:hover .svc-row__name{color:var(--red)}
.svc-row--active .svc-row__name{color:var(--red)}
.svc-row--active .svc-row__dash{color:var(--red)}
.svc-row__right{display:flex;align-items:center;gap:20px;flex-shrink:0}
.svc-row__price{font-family:var(--font-head);font-size:13px;font-weight:600;color:var(--subtle);letter-spacing:.02em}
.svc-row__arrow{font-family:var(--font-head);font-size:16px;color:var(--rule);transition:color .2s,transform .2s;display:block;width:20px;text-align:right}
.svc-row:hover .svc-row__arrow{color:var(--red);transform:translateX(4px)}
.cta{background:var(--black);padding:64px 32px;position:relative}
.cta::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--red)}
.cta__inner{max-width:860px;margin:0 auto}
.cta__heading{font-family:var(--font-head);font-size:clamp(22px,3vw,30px);font-weight:900;color:var(--white);letter-spacing:-.02em;line-height:1.1;margin-bottom:10px}
.cta__heading em{color:rgba(255,255,255,.4);font-weight:700;font-style:italic}
.cta__sub{font-family:var(--font-body);font-size:16px;color:rgba(255,255,255,.5);margin-bottom:40px;max-width:480px;line-height:1.7}
.cta__options{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:3px;overflow:hidden}
.cta__opt{background:rgba(255,255,255,.03);padding:22px 22px;text-decoration:none!important;display:block;transition:background .15s}
.cta__opt:hover{background:rgba(255,255,255,.07)}
.cta__opt-label{font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:8px;display:block}
.cta__opt-main{font-family:var(--font-head);font-size:14px;font-weight:700;color:var(--white);display:block;margin-bottom:4px}
.cta__opt-sub{font-family:var(--font-body);font-size:12px;color:rgba(255,255,255,.35);font-style:italic}
@media(max-width:560px){.cta__options{grid-template-columns:1fr}}
.disclaimer{background:var(--light);padding:18px 32px;border-top:1px solid var(--rule)}
.disclaimer__inner{max-width:860px;margin:0 auto;font-family:var(--font-body);font-size:12px;color:var(--subtle);font-style:italic;line-height:1.6}</style>
</head>
<body><div class="hero">
  <div class="hero__inner">
    <div class="hero__left">
      <p class="hero__eyebrow">Fire Safety Policy · Ashton-in-Makerfield</p>
      <h1 class="hero__h1">Fire safety<br>policy for<br>Ashton-in-Makerfield.</h1>
      <p class="hero__price">From <strong>£295</strong>  ·  Organisation-specific</p>
      <p class="hero__lede">A written fire safety policy produced by ABBE Level 4 qualified assessors for your Ashton-in-Makerfield organisation. Not a generic template — specific to your management structure, your premises, and your obligations.</p>
      <div class="hero__btns">
        <a href="/contact-us" class="btn btn--primary">Request a quote</a>
        <a href="tel:01244450990" class="btn btn--ghost">01244 450 990</a>
      </div>
    </div>
    <div class="hero__stats">
      <div class="hero__stat"><span class="hero__stat-label">Google rating</span><span class="hero__stat-value hero__stat-value--gold">★★★★★ 5.0</span></div>
      <div class="hero__stat"><span class="hero__stat-label">Assessor qualification</span><span class="hero__stat-value">ABBE Level 4</span></div>
      <div class="hero__stat"><span class="hero__stat-label">Membership</span><span class="hero__stat-value">Fire Protection Association</span></div>
      <div class="hero__stat"><span class="hero__stat-label">From</span><span class="hero__stat-value hero__stat-value--red">£295</span></div>
      <div class="hero__stat"><span class="hero__stat-label">Format</span><span class="hero__stat-value">Organisation-specific</span></div>
      <div class="hero__stat"><span class="hero__stat-label">FSO compliant</span><span class="hero__stat-value">Yes</span></div>
      <div class="hero__stat"><span class="hero__stat-label">Insurance</span><span class="hero__stat-value">Full PI cover</span></div>
    </div>
  </div>
</div><div class="trust-bar">
  <div class="trust-bar__inner">
    <span class="trust-item"><strong>ABBE Level 4</strong> qualified assessors</span>
    <span class="trust-item trust-item--sep">|</span>
    <span class="trust-item"><strong>Organisation-specific</strong> — not a template</span>
    <span class="trust-item trust-item--sep">|</span>
    <span class="trust-item"><strong>FSO compliant</strong></span>
    <span class="trust-item trust-item--sep">|</span>
    <span class="trust-item">From <strong>£295</strong></span>
    <span class="trust-item trust-item--sep">|</span>
    <span class="trust-item"><strong>★ 5.0</strong> Google rated</span>
    <span class="trust-item trust-item--sep">|</span>
    <span class="trust-item">Full <strong>PI insurance</strong></span>
  </div>
</div>
<div class="u-wrap">
  <div class="section first">
    <div class="section__header">
      <span class="u-label">Ashton-in-Makerfield fire safety policies</span>
      <h2 class="section__heading">Fire safety policy <em>for Ashton-in-Makerfield.</em></h2>
    </div>
    <div class="prose">
      <p>Our head office is based in nearby Chester, and our team regularly works in Ashton-in-Makerfield and our team regularly produces written fire safety policies for businesses, landlords, and property managers across Ashton-in-Makerfield and the surrounding Greater Manchester area.</p>
      <p>The Regulatory Reform (Fire Safety) Order 2005 requires the responsible person to plan, organise, control, monitor, and review the fire safety arrangements in their premises. A written fire safety policy is the document that records how those arrangements work in practice — who is responsible for what, how fire safety is managed day to day, and how the arrangements are reviewed and maintained over time.</p>
      <p>Greater Manchester FRS covers Ashton-in-Makerfield and expects to see a written fire safety policy as part of any fire safety audit. Wigan Council operates licensing. A generic downloaded template that clearly does not reflect the organisation is regularly recorded as a finding — the same as having no policy at all.</p>
      <p>A fire safety policy produced by Fletcher Risk Management is written by the same qualified assessors who carry out your <a class="u-link" href="/fire-risk-assessment-ashton-in-makerfield">fire risk assessment</a> — consistent with the assessment, specific to your management structure, and reflecting your actual fire safety obligations.</p>
    </div>
    <div class="stat-strip">
      <div class="stat-item"><p class="stat-label">From</p><p class="stat-value stat-value--red">£295</p></div>
      <div class="stat-item"><p class="stat-label">Format</p><p class="stat-value">Organisation-specific</p></div>
      <div class="stat-item"><p class="stat-label">Fire authority</p><p class="stat-value">Greater Manchester FRS</p></div>
      <div class="stat-item"><p class="stat-label">Local authority</p><p class="stat-value">Wigan Council</p></div>
    </div>
    <div class="callout"><p>The fire safety policy, the fire risk assessment, and the fire evacuation plan are three separate documents with three distinct jobs — and all three are required under the FSO. A policy consistent with your <a class='u-link' href='/fire-risk-assessment-ashton-in-makerfield'>fire risk assessment</a> and your <a class='u-link' href='/fire-evacuation-plan-ashton-in-makerfield'>evacuation plan</a>, all produced by the same assessors, is the most credible documentation package a responsible person can present to a fire authority inspector.</p></div>
  </div>
  <div class="section">
    <div class="section__header">
      <span class="u-label">What the policy covers</span>
      <h2 class="section__heading">The management framework <em>behind the assessment.</em></h2>
    </div>
    <div class="includes">
      <div class="inc"><p class="inc__num">01 — Policy statement</p><p class="inc__title">The organisation's commitment</p><p class="inc__body">A signed statement of the organisation's commitment, the responsible person's identity and duties, and the overarching framework for managing fire safety.</p></div>
      <div class="inc"><p class="inc__num">02 — Roles & responsibilities</p><p class="inc__title">Who is responsible for what</p><p class="inc__body">Named or role-based responsibilities for every element of fire safety management — from the responsible person to fire marshals, facilities managers, and any third-party contractors.</p></div>
      <div class="inc"><p class="inc__num">03 — Fire risk assessment</p><p class="inc__title">How assessments are commissioned and reviewed</p><p class="inc__body">The policy records who commissions the fire risk assessment, how frequently it is reviewed, and what circumstances trigger an unscheduled review.</p></div>
      <div class="inc"><p class="inc__num">04 — System maintenance</p><p class="inc__title">How fire safety systems are maintained</p><p class="inc__body">The schedule and responsible persons for maintaining all fire safety systems — detection and alarm, emergency lighting, extinguishers, fire doors, and any other building-specific equipment.</p></div>
      <div class="inc"><p class="inc__num">05 — Training arrangements</p><p class="inc__title">How staff are trained and records maintained</p><p class="inc__body">How and when staff receive fire safety training, who delivers it, how records are kept, and how new starters are inducted into the organisation's fire safety procedures.</p></div>
      <div class="inc"><p class="inc__num">06 — Review & monitoring</p><p class="inc__title">How the policy is kept current</p><p class="inc__body">The review cycle for the policy itself — how frequently it is formally reviewed, who carries out the review, and the circumstances that trigger an immediate revision.</p></div>
    </div>
  </div>
  <div class="section">
    <div class="section__header">
      <span class="u-label">Who we produce policies for in Ashton-in-Makerfield</span>
      <h2 class="section__heading">Every organisation type has its own <em>management obligations.</em></h2>
    </div>
        <div class="who">
      <div class="who__card">
        <p class="who__sector">Warehouses & industrial</p>
        <p class="who__title">Industrial and warehouse premises</p>
        <p class="who__body">Fire safety policies for industrial and logistics operators covering maintenance schedules, training arrangements, and review procedures.</p>
      </div>
      <div class="who__card">
        <p class="who__sector">HMO & residential landlords</p>
        <p class="who__title">Residential landlords across Ashton-in-Makerfield</p>
        <p class="who__body">Fire safety policies accepted for Wigan Council licensing applications, documenting the management arrangements the licensing authority expects.</p>
      </div>
      <div class="who__card">
        <p class="who__sector">Offices & commercial</p>
        <p class="who__title">Commercial premises across Ashton-in-Makerfield</p>
        <p class="who__body">Written fire safety policies specific to your organisation, your management structure, and your Ashton-in-Makerfield premises.</p>
      </div>
      <div class="who__card">
        <p class="who__sector">Managing agents</p>
        <p class="who__title">Managing agents and property managers</p>
        <p class="who__body">Policies covering multiple properties, including responsibilities arising under the Building Safety Act 2022 for higher-risk buildings.</p>
      </div>
      <div class="who__card">
        <p class="who__sector">Care & healthcare</p>
        <p class="who__title">Care homes and healthcare premises</p>
        <p class="who__body">CQC-ready policies covering the specific management responsibilities that apply in residential care settings.</p>
      </div>
      <div class="who__card">
        <p class="who__sector">Hotels & hospitality</p>
        <p class="who__title">Hospitality and leisure premises in Ashton-in-Makerfield</p>
        <p class="who__body">Fire safety policies covering the specific management arrangements for sleeping risk premises and high-occupancy venues.</p>
      </div>
    </div>
  </div>
  <div class="section">
    <div class="section__header">
      <span class="u-label">What our clients say</span>
      <h2 class="section__heading"></h2>
    </div>
    <div class="section__header">
      <span class="u-label">What our clients say</span>
      <h2 class="section__heading">★★★★★ <em>5.0 on Google.</em></h2>
    </div>
    <div class="reviews">
      <div class="review">
        <p class="review__stars">★★★★★</p>
        <blockquote class="review__quote">“Thank you for your recent visit to our school. Very professional service as usual. The Fire Risk Assessment provided is in great detail. Thank you again for your time and expertise.”</blockquote>
        <span class="review__cite">Marcus A.  ·  <a href="https://g.co/kgs/fletcherrisk">Google Review</a></span>
      </div>
      <div class="review">
        <p class="review__stars">★★★★★</p>
        <blockquote class="review__quote">“I recently asked Tim to carry out a Fire Risk Assessment on my guest house in Chester. I found both Tim and the service he provides to be excellent. He is clear and concise and very good at debunking the jargon. He tells you things straight.”</blockquote>
        <span class="review__cite">Iain L.  ·  <a href="https://g.co/kgs/fletcherrisk">Google Review</a></span>
      </div>
    </div>
  </div>
  <div class="section">
    <div class="section__header">
      <span class="u-label">Common questions</span>
      <h2 class="section__heading">Fire safety policies in Ashton-in-Makerfield — <em>your questions answered.</em></h2>
    </div>
    <div class="faq">
      <div class="faq__item"><p class="faq__q">How much does a fire safety policy cost in Ashton-in-Makerfield?</p><p class="faq__a">From £295. Where we have already carried out the fire risk assessment for your premises, the policy can be produced from that assessment directly. Call 01244 450 990 to discuss your organisation.</p></div>
      <div class="faq__item"><p class="faq__q">Is a fire safety policy a legal requirement?</p><p class="faq__a">The Regulatory Reform (Fire Safety) Order 2005 requires the responsible person to plan, organise, control, monitor, and review fire safety arrangements. Greater Manchester FRS expects to see a written policy for any non-domestic premises.</p></div>
      <div class="faq__item"><p class="faq__q">How is a fire safety policy different from a fire risk assessment?</p><p class="faq__a">The <a class="u-link" href="/fire-risk-assessment-ashton-in-makerfield">fire risk assessment</a> identifies hazards, people at risk, and precautions required. The fire safety policy records how those precautions are managed — who is responsible, how systems are maintained, how staff are trained, and how the arrangements are reviewed. Both are required.</p></div>
      <div class="faq__item"><p class="faq__q">How often does the policy need to be reviewed?</p><p class="faq__a">Whenever the organisation changes in a way that affects the fire safety arrangements, and at minimum annually as part of the overall fire safety management review cycle.</p></div>
      <div class="faq__item"><p class="faq__q">Do you cover other fire safety services in Ashton-in-Makerfield?</p><p class="faq__a">Yes — alongside fire safety policies we offer <a class="u-link" href="/fire-risk-assessment-ashton-in-makerfield">fire risk assessments</a>, <a class="u-link" href="/fire-door-inspection-ashton-in-makerfield">fire door inspections</a>, <a class="u-link" href="/fire-safety-training-ashton-in-makerfield">fire safety training</a>, <a class="u-link" href="/fire-evacuation-plan-ashton-in-makerfield">fire evacuation plans</a>, and <a class="u-link" href="/evacuation-chair-training-ashton-in-makerfield">evacuation chair training</a>.</p></div>
    </div>
  </div>
  <div class="section">
    <div class="section__header">
      <span class="u-label">Also covering nearby areas</span>
      <h2 class="section__heading">We also cover <em>the areas surrounding Ashton-in-Makerfield.</em></h2>
    </div>
    <div class="prose">
      <p>Alongside Ashton-in-Makerfield, our team covers <a class="u-link" href="/fire-safety-policy-wigan">Wigan</a>, <a class="u-link" href="/fire-safety-policy-st-helens">St Helens</a>, <a class="u-link" href="/fire-safety-policy-warrington">Warrington</a> as part of our regular North West and North Wales operation. If your premises span multiple locations, or if you have properties in both Ashton-in-Makerfield and the surrounding area, we can coordinate visits efficiently to reduce disruption and travel time.</p>
    </div>
  </div>
  <div class="section">
    <div class="section__header">
      <span class="u-label">Other services in Ashton-in-Makerfield</span>
      <h2 class="section__heading"></h2>
    </div>
    <div class="section__header">
      <span class="u-label">Other services in Ashton-in-Makerfield</span>
      <h2 class="section__heading">Some other services <em>we offer in Ashton-in-Makerfield.</em></h2>
    </div>
    <div class="svc-list">
      <a href="/fire-risk-assessment-ashton-in-makerfield" class="svc-row"><div class="svc-row__left"><span class="svc-row__dash">—</span><span class="svc-row__name">Fire Risk Assessment</span></div><div class="svc-row__right"><span class="svc-row__price">From £295</span><span class="svc-row__arrow">→</span></div></a>
      <a href="/fire-door-inspection-ashton-in-makerfield" class="svc-row"><div class="svc-row__left"><span class="svc-row__dash">—</span><span class="svc-row__name">Fire Door Inspection</span></div><div class="svc-row__right"><span class="svc-row__price">From £14 per door</span><span class="svc-row__arrow">→</span></div></a>
      <a href="/fire-safety-training-ashton-in-makerfield" class="svc-row"><div class="svc-row__left"><span class="svc-row__dash">—</span><span class="svc-row__name">Fire Safety Training</span></div><div class="svc-row__right"><span class="svc-row__price">From £395</span><span class="svc-row__arrow">→</span></div></a>
      <a href="/fire-evacuation-plan-ashton-in-makerfield" class="svc-row"><div class="svc-row__left"><span class="svc-row__dash">—</span><span class="svc-row__name">Fire Evacuation Plan</span></div><div class="svc-row__right"><span class="svc-row__price">From £295</span><span class="svc-row__arrow">→</span></div></a>
      <a href="/fire-safety-policy-ashton-in-makerfield" class="svc-row svc-row--active"><div class="svc-row__left"><span class="svc-row__dash">—</span><span class="svc-row__name">Fire Safety Policy</span></div><div class="svc-row__right"><span class="svc-row__price">From £295</span><span class="svc-row__arrow">→</span></div></a>
      <a href="/evacuation-chair-training-ashton-in-makerfield" class="svc-row"><div class="svc-row__left"><span class="svc-row__dash">—</span><span class="svc-row__name">Evacuation Chair Training</span></div><div class="svc-row__right"><span class="svc-row__price">£395 per session</span><span class="svc-row__arrow">→</span></div></a>

    </div>
  </div>
</div>
<div class="cta">
  <div class="cta__inner">
    <h2 class="cta__heading">Fire safety policy<br>for Ashton-in-Makerfield. <em>From £295.</em></h2>
    <p class="cta__sub">Organisation-specific. FSO compliant. Produced by ABBE Level 4 qualified assessors covering Ashton-in-Makerfield and the surrounding Greater Manchester area.</p>
    <div class="cta__options">
      <a href="tel:01244450990" class="cta__opt"><span class="cta__opt-label">Call us</span><span class="cta__opt-main">01244 450 990</span><span class="cta__opt-sub">Monday – Friday, 9am – 5pm</span></a>
      <a href="mailto:hello@fletcherrisk.co.uk" class="cta__opt"><span class="cta__opt-label">Email us</span><span class="cta__opt-main">hello@fletcherrisk.co.uk</span><span class="cta__opt-sub">Tell us your premises type and postcode</span></a>
      <a href="/contact-us" class="cta__opt"><span class="cta__opt-label">Contact form</span><span class="cta__opt-main">fletcherrisk.co.uk/contact-us</span><span class="cta__opt-sub">We respond within one working day</span></a>
    </div>
  </div>
</div><div class="disclaimer">
  <div class="disclaimer__inner">Fletcher Risk Management Ltd is registered in England and based in Chester. Greater Manchester FRS is the enforcing authority for Ashton-in-Makerfield. This page provides general guidance on fire safety policy obligations and does not constitute legal advice.</div>
</div>
</body>
</html>