:root{--red:#CC0000;--red-dark:#A30000;--red-light:#E63333;--red-glow:rgba(204,0,0,0.15);--red-subtle:rgba(204,0,0,0.06);--dark:#0F0F14;--dark2:#16161D;--dark3:#1C1C26;--dark-border:rgba(255,255,255,0.08);--white:#FFF;--g100:#F7F7F8;--g200:#E8E8EC;--g300:#D1D1D8;--g400:#9898A6;--g500:#6B6B7B;--g600:#4A4A5A;--fh:'Outfit',system-ui,sans-serif;--fb:'Inter',system-ui,sans-serif;--r:16px;--rs:10px;--rf:9999px;--tr:0.3s cubic-bezier(0.4,0,0.2,1)} *,*::before,*::after{box-sizing:border-box;margin:0;padding:0} html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased} body{font-family:var(--fb);color:var(--dark);line-height:1.7;overflow-x:hidden;background:var(--white)} img{max-width:100%;height:auto;display:block} a{text-decoration:none;color:inherit;transition:var(--tr)} h1,h2,h3,h4,h5{font-family:var(--fh);font-weight:700;line-height:1.15;letter-spacing:-0.025em} h1{font-size:clamp(2.5rem,5.5vw,4rem)} h2{font-size:clamp(1.8rem,3.5vw,2.8rem)} h3{font-size:clamp(1.2rem,2vw,1.5rem)} .container{max-width:1200px;margin:0 auto;padding:0 24px} .nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(15,15,20,0.95);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,0.06);transition:var(--tr)} .nav.scrolled{box-shadow:0 2px 20px rgba(0,0,0,0.3)} .nav-inner{display:flex;align-items:center;justify-content:space-between;height:76px;max-width:1200px;margin:0 auto;padding:0 24px} .nav-logo{display:flex;align-items:center;gap:10px} .nav-logo span{font-family:var(--fh);font-weight:900;font-size:1.4rem;color:var(--red);letter-spacing:0.05em;text-transform:uppercase} .nav-links{display:flex;align-items:center;gap:4px;list-style:none} .nav-links a{font-size:0.92rem;font-weight:500;color:rgba(255,255,255,0.7);padding:8px 16px;border-radius:var(--rs);transition:var(--tr)} .nav-links a:hover,.nav-links a.active{color:var(--red);background:var(--red-subtle)} .nav-cta{background:var(--red)!important;color:white!important;font-weight:600!important;padding:10px 24px!important;border-radius:var(--rf)!important} .nav-cta:hover{background:var(--red-dark)!important;transform:translateY(-1px);box-shadow:0 4px 20px var(--red-glow)} .nav-phone{background:transparent!important;color:var(--red)!important;border:2px solid var(--red)!important;font-weight:600!important;padding:8px 20px!important;border-radius:var(--rf)!important} .nav-phone:hover{background:var(--red)!important;color:white!important} .nav-toggle{display:none} .burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;z-index:1001;background:none;border:none} .burger span{display:block;width:24px;height:2px;background:white;border-radius:2px;transition:var(--tr)} @media(max-width:768px){ .burger{display:flex} .nav-links{position:fixed;top:0;right:-100%;width:min(320px,85vw);height:100vh;flex-direction:column;align-items:flex-start;padding:100px 32px 32px;background:var(--dark);box-shadow:-8px 0 40px rgba(0,0,0,0.4);transition:right var(--tr);gap:0} .nav-links a{font-size:1.1rem;padding:14px 0;width:100%;border-bottom:1px solid rgba(255,255,255,0.08);border-radius:0;color:rgba(255,255,255,0.8)} .nav-cta{margin-top:16px;text-align:center;border-bottom:none!important} .nav-toggle:checked~.nav-links{right:0} .nav-toggle:checked~.burger span:nth-child(1){transform:rotate(45deg) translate(5px,5px)} .nav-toggle:checked~.burger span:nth-child(2){opacity:0} .nav-toggle:checked~.burger span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)} } .hero{min-height:92vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:120px 24px 80px;position:relative;overflow:hidden;background:linear-gradient(160deg,#0F0F14 0%,#1a0a0a 50%,#0F0F14 100%);color:white} .hero::before{content:'';position:absolute;top:-200px;right:-200px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(204,0,0,0.18) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite alternate} .hero::after{content:'';position:absolute;bottom:-150px;left:-150px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(204,0,0,0.1) 0%,transparent 70%);animation:pulse 10s ease-in-out infinite alternate-reverse} @keyframes pulse{0%{transform:scale(1);opacity:0.5}100%{transform:scale(1.15);opacity:1}} .hero-content{position:relative;z-index:1;max-width:800px} .hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(204,0,0,0.15);border:1px solid rgba(204,0,0,0.3);color:var(--red-light);font-size:0.85rem;font-weight:600;padding:8px 20px;border-radius:var(--rf);margin-bottom:24px} .hero h1{color:white;margin-bottom:20px} .hero h1 .accent{color:var(--red-light)} .hero p{font-size:clamp(1rem,2vw,1.2rem);color:rgba(255,255,255,0.7);max-width:600px;margin:0 auto 36px;line-height:1.7} .hero-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap} .hero-page{min-height:50vh;padding:140px 24px 60px;background:linear-gradient(160deg,#0F0F14 0%,#1a0a0a 100%);text-align:center;color:white} .hero-page h1{margin-bottom:12px} .hero-page p{color:rgba(255,255,255,0.65);max-width:600px;margin:0 auto;font-size:1.15rem} .btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--fb);font-weight:600;font-size:0.95rem;padding:14px 32px;border-radius:var(--rf);border:2px solid transparent;cursor:pointer;transition:var(--tr);white-space:nowrap} .btn:hover{transform:translateY(-2px)} .btn-red{background:var(--red);color:white;border-color:var(--red)} .btn-red:hover{background:var(--red-dark);box-shadow:0 8px 32px var(--red-glow)} .btn-outline{background:transparent;color:white;border-color:rgba(255,255,255,0.25)} .btn-outline:hover{border-color:var(--red);color:var(--red)} .btn-white{background:white;color:var(--dark);border-color:white} .btn-white:hover{background:var(--g100);box-shadow:0 8px 32px rgba(0,0,0,0.15)} .section{padding:100px 0;position:relative} .section-sm{padding:60px 0} .section-dark{background:var(--dark);color:white} .section-dark h2,.section-dark h3{color:white} .section-dark p{color:rgba(255,255,255,0.7)} .section-gray{background:var(--g100)} .section-red{background:linear-gradient(135deg,rgba(204,0,0,0.03) 0%,rgba(204,0,0,0.08) 100%)} .section-header{text-align:center;max-width:650px;margin:0 auto 56px} .section-header .label{display:inline-flex;align-items:center;gap:6px;font-size:0.82rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--red);margin-bottom:12px} .section-header h2{margin-bottom:16px} .section-header p{color:var(--g500);font-size:1.08rem;line-height:1.7} .grid{display:grid;gap:28px} .grid-2{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))} .grid-3{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))} .split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center} @media(max-width:768px){.split{grid-template-columns:1fr;gap:40px}} .card{background:white;border:1px solid var(--g200);border-radius:var(--r);padding:36px;transition:var(--tr);position:relative;overflow:hidden} .card:hover{transform:translateY(-6px);box-shadow:0 12px 48px rgba(0,0,0,0.1);border-color:rgba(204,0,0,0.2)} .card-icon{width:60px;height:60px;border-radius:14px;background:var(--red-subtle);display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:var(--red);margin-bottom:20px;transition:var(--tr)} .card:hover .card-icon{background:var(--red);color:white} .card h3{margin-bottom:10px} .card p{color:var(--g500);font-size:0.95rem;line-height:1.65} .card-link{display:inline-flex;align-items:center;gap:6px;color:var(--red);font-weight:600;font-size:0.9rem;margin-top:16px;transition:var(--tr)} .card-link:hover{gap:10px} .stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:40px;text-align:center} .stat-num{font-family:var(--fh);font-size:clamp(2.2rem,4vw,3.2rem);font-weight:900;color:var(--red);letter-spacing:-0.03em;line-height:1;margin-bottom:6px} .stat-label{font-size:0.9rem;color:var(--g500);font-weight:500} .section-dark .stat-label{color:rgba(255,255,255,0.6)} .accred-bar{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap;padding:20px 0} .accred-bar .accred-item{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:0.8rem;font-weight:600;color:var(--g500);text-transform:uppercase;letter-spacing:0.05em} .accred-bar .accred-icon{width:56px;height:56px;border-radius:50%;background:var(--red-subtle);display:flex;align-items:center;justify-content:center;color:var(--red);transition:var(--tr)} .accred-bar .accred-item:hover .accred-icon{background:var(--red);color:white} .testimonial{background:white;border:1px solid var(--g200);border-radius:var(--r);padding:36px;position:relative} .testimonial .stars{color:#FBBF24;font-size:1.1rem;margin-bottom:16px;letter-spacing:2px} .testimonial blockquote{font-size:1rem;line-height:1.75;color:var(--g600);margin-bottom:20px;font-style:normal} .testimonial-author{display:flex;align-items:center;gap:12px} .testimonial-author strong{font-size:0.95rem;display:block} .testimonial-author span{font-size:0.82rem;color:var(--g400)} .cta{background:linear-gradient(135deg,var(--red) 0%,var(--red-dark) 100%);border-radius:var(--r);padding:72px 48px;text-align:center;position:relative;overflow:hidden} .cta::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:rgba(255,255,255,0.08);border-radius:50%} .cta h2,.cta p{color:white;position:relative;z-index:1} .cta p{opacity:0.9;max-width:500px;margin:12px auto 32px;font-size:1.1rem} .cta .btn{position:relative;z-index:1} .footer{background:var(--dark);color:rgba(255,255,255,0.7);padding:80px 0 32px} .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px} @media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}} @media(max-width:480px){.footer-grid{grid-template-columns:1fr}} .footer h4{color:white;font-family:var(--fh);font-size:1rem;font-weight:700;margin-bottom:16px} .footer p{font-size:0.9rem;line-height:1.7} .footer ul{list-style:none} .footer ul li{margin-bottom:10px} .footer ul a{font-size:0.9rem;color:rgba(255,255,255,0.6)} .footer ul a:hover{color:var(--red)} .footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:0.85rem} .footer-social{display:flex;gap:10px} .footer-social a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.06);display:flex;align-items:center;justify-content:center;font-size:0.85rem;transition:var(--tr)} .footer-social a:hover{background:var(--red);color:white;transform:translateY(-2px)} .form-group{margin-bottom:20px} .form-label{display:block;font-weight:600;font-size:0.9rem;margin-bottom:6px;color:var(--dark)} .form-input,.form-select,.form-textarea{width:100%;padding:14px 16px;font-family:var(--fb);font-size:0.95rem;border:1.5px solid var(--g200);border-radius:var(--rs);background:white;color:var(--dark);transition:var(--tr)} .form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px var(--red-glow)} .form-textarea{min-height:140px;resize:vertical} .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px} @media(max-width:640px){.form-row{grid-template-columns:1fr}} details{border-bottom:1px solid var(--g200)} details summary{width:100%;text-align:left;background:none;border:none;font-family:var(--fb);font-weight:600;font-size:1.05rem;color:var(--dark);padding:20px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;list-style:none} details summary::-webkit-details-marker{display:none} details summary::after{content:'+';font-size:1.4rem;font-weight:300;color:var(--red);transition:var(--tr)} details[open] summary::after{transform:rotate(45deg)} details summary:hover{color:var(--red)} details .faq-a-content{padding:0 0 20px;color:var(--g500);line-height:1.7} .reveal{opacity:1;transform:none} .rd1{}.rd2{}.rd3{} .text-center{text-align:center} .mt-4{margin-top:32px} .img-rounded{border-radius:var(--r);overflow:hidden} .img-shadow{box-shadow:0 12px 48px rgba(0,0,0,0.1)} .feature-row{display:flex;align-items:center;gap:16px;margin-bottom:24px} .feature-row .dot{width:10px;height:10px;border-radius:50%;background:var(--red);flex-shrink:0} .feature-row p{margin:0;font-size:1rem;font-weight:500} .process-step{display:flex;gap:24px;align-items:flex-start;margin-bottom:40px} .process-num{width:52px;height:52px;border-radius:50%;flex-shrink:0;background:var(--red-subtle);color:var(--red);font-family:var(--fh);font-weight:800;font-size:1.2rem;display:flex;align-items:center;justify-content:center} .process-step h3{margin-bottom:6px} .process-step p{color:var(--g500);font-size:0.95rem} .timeline{position:relative;padding-left:40px} .timeline::before{content:'';position:absolute;left:15px;top:0;bottom:0;width:2px;background:var(--g200)} .timeline-item{position:relative;margin-bottom:40px} .timeline-item::before{content:'';position:absolute;left:-33px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--red);border:3px solid white;box-shadow:0 0 0 2px var(--red)} .timeline-item h3{margin-bottom:4px} .timeline-item .year{font-size:0.85rem;color:var(--red);font-weight:700;margin-bottom:4px} .timeline-item p{color:var(--g500);font-size:0.95rem}
NHSS Sector 16 Certified | South East

Airport & Runway Surfacing in Canterbury

Airport & Runway Surfacing contractors in Canterbury, Kent. NHSS Sector 16 certified. Vögele paver fleet. 33 years of excellence. Call 02476 750 033.

NHSS Sector 16
ISO 9001
SafeContractor
PQS Certified
Airport & Runway Surfacing in Canterbury

Airport & Runway Surfacing Contractors in Canterbury, Kent

Stardom Ltd, established in 1993 and known as The Surfacing Specialists, delivers high-performance airport and runway surfacing solutions to the Canterbury, Kent region. Operating from the company headquarters at Trident Business Park in Nuneaton, Stardom extends its reach across the South East, serving the Canterbury City Council area and covering postcodes CT1, CT2, and CT3. The company is strategically positioned to support the critical infrastructure needs of the region, accessible via the A2, A28, A257, and A290, which facilitate efficient transport of heavy plant and materials to local airfields. The demand for precise, durable pavement in this area is driven by the presence of operational sites, private aviation facilities, and the broader aviation network of the South East. Stardom brings over 30 years of industry experience to projects in Canterbury, ensuring that all surfacing works meet the rigorous demands of airfield operations. The company maintains a strong operational presence in the region, understanding the unique logistical and security challenges associated with working on active airfields and military bases within the county.

What We Offer in Canterbury

The surfacing of runways, taxiways, aprons, and aircraft stands requires a level of technical precision that exceeds standard highway specifications. Stardom Ltd employs Vögele track pavers, including the Super 1800-5, Super 1803-3i, and Super 1303-3i, to achieve the exact tolerances and compaction consistency essential for aviation surfaces. These machines, manufactured by the world-leading Wirtgen Group, are capable of laying wide, seamless asphalt layers that can withstand the extreme loads imposed by aircraft operations. The company utilizes NHSS Sector 16 certified materials and processes to ensure durability and safety. Stardom's 20+ skilled professionals, all holding valid CSCS cards, execute projects with strict adherence to material specifications and compaction protocols. The team is experienced in managing complex site constraints, including working within active security zones and adhering to tight operational windows. Whether repairing a taxiway or laying a new aircraft stand, Stardom ensures that the final surface provides the necessary grip, smoothness, and structural integrity required for safe aircraft movements.

Why Choose Stardom in Canterbury?

Clients in Canterbury select Stardom Ltd for its proven track record in high-security environments and its ability to deliver aviation-grade surfacing. The company holds ISO 9001 quality management certification and is SafeContractor and PQS approved, ensuring compliance with the strictest industry standards. Stardom's experience includes significant work for the commercial aviation, notably at leading national organisations, demonstrating a deep understanding of military aviation requirements and security protocols. The company's fleet of Vögele pavers allows for the precise machine-laying of asphalt, a critical factor in achieving the smooth, flat surfaces required for aircraft safety. With over 80 years of combined management experience, the Stardom team offers technical expertise that guarantees project success. The company's location in Nuneaton provides a logistical advantage, allowing rapid deployment to the South East via major arterial routes like the A2 and A257, ensuring minimal disruption to airfield operations.

FAQs

Airport & Runway Surfacing in Canterbury — Common Questions

Does Stardom have experience with airport surfacing near Canterbury?

Does Stardom have experience with airport surfacing near Canterbury? While our primary operational base is in Nuneaton, Stardom Ltd has successfully delivered high-specification surfacing projects for major clients including the RAF and various infrastructure trusts across the United Kingdom. Our team brings over 80 years of combined management experience and a fleet of specialized Vögele pavers to ensure precision on complex airfield surfaces regardless of location.

What standards does Stardom work to for runway surfacing in Canterbury?

What standards does Stardom work to for runway surfacing in Canterbury? We operate under strict NHSS Sector 16 certification, which authorizes us to work on the UK strategic road network and ensures our methodologies meet the rigorous demands of aviation infrastructure. All our projects are governed by ISO 9001 quality management systems and our workforce holds SafeContractor and PQS approvals alongside valid CSCS cards.

How long does runway resurfacing take near Canterbury?

How long does runway resurfacing take near Canterbury? Project duration depends on the specific scope of work, the type of asphalt mix selected, and the need to coordinate with aviation authorities for night-time or seasonal closures. We utilize our three Vögele pavers to maximize daily output, with our highway-class Super 1800-5 capable of laying 700 tonnes per hour to minimize disruption.

Can Stardom surface taxiways and aprons as well as runways near Canterbury?

Can Stardom surface taxiways and aprons as well as runways near Canterbury? Yes, our comprehensive road surfacing capabilities extend to taxiways, aprons, and perimeter roads, allowing us to handle complete airfield surface rehabilitation in a single coordinated contract. Our fleet includes the compact Super 1303-3i midi paver which is ideal for maneuvering in tighter spaces like taxiways while the larger units handle main runway widths.

Does Stardom work on active airfields near Canterbury?

Does Stardom work on active airfields near Canterbury? We have a proven track record of working on military sites, including recent projects at leading national organisations, which requires strict adherence to security protocols and specialized safety standards. Our experience with aviation infrastructure ensures we understand the unique operational requirements and access restrictions associated with active airfields.

How much does airport surfacing cost near Canterbury?

How much does airport surfacing cost near Canterbury? Costs are determined by site-specific factors such as the total surface area, the depth of removal required, the complexity of the existing substrate, and the specific performance specifications of the asphalt mix. We provide tailored quotations based on a detailed survey of the site rather than fixed price estimates, ensuring you only pay for the precise scope of work needed.

Areas We Cover Near Canterbury

Stardom Ltd serves the wider Kent region and surrounding areas beyond the immediate Canterbury boundaries. The company regularly undertakes projects in Maidstone, Dover, Ashford, Margate, and Folkestone, supporting both civil and military aviation needs throughout the South East. Service coverage extends to the villages and districts surrounding these major towns, ensuring comprehensive support for local airfields and private aerodromes. By maintaining a robust presence across these locations, Stardom ensures that clients in Kent and the wider region benefit from the same high standards of quality and technical precision. The company's ability to mobilize quickly to these areas allows for efficient project delivery across the diverse landscape of the county.

Airport & Runway Surfacing near Canterbury: Maidstone · Dover · Ashford · Margate · Folkestone

Get a Free Quote for Canterbury

Airport & Runway Surfacing in Canterbury and surrounding areas. Call us or request a quote online.

Get a Free Quote