:root { --yellow: #f5c100; --ink: #141414; --paper: #f7f8f8; --muted: #aeb1b0; --font-display: 'Barlow Condensed', sans-serif; --font-body: 'Barlow', sans-serif; }
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #fff; font-family: var(--font-body); font-size: 17px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid #13a39a; outline-offset: 5px; }
button { cursor: pointer; }
svg.lucide { width: 21px; height: 21px; flex: 0 0 auto; stroke-width: 1.7; }
img { display: block; max-width: 100%; }
p { margin: 0 0 1.1rem; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); line-height: 1.04; }
h2 { font-size: 48px; font-weight: 800; text-transform: uppercase; }
h3 { font-size: 28px; font-weight: 700; }
.wrap { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.home-header { background: #141414; border-bottom: 2px solid var(--yellow); position: relative; z-index: 10; }
.nav-inner { height: 80px; display: flex; align-items: center; gap: 28px; }
.brand-logo { display: inline-flex; vertical-align: middle; }
.brand-logo-svg { width: 181px; height: auto; }
.brand-logo-mark-bg { fill: var(--yellow); }
.brand-logo-bolt-shadow { fill: #7c681c; }
.brand-logo-bolt { fill: #141414; }
.brand-logo-word { font-family: var(--font-display); font-size: 26px; font-weight: 900; text-transform: uppercase; }
.brand-logo-electrician { fill: #fff; }
.brand-logo-doncaster { fill: var(--yellow); }
.desktop-nav { margin-left: auto; display: flex; gap: 28px; font-size: 14px; font-weight: 600; }
.desktop-nav a:hover { color: var(--yellow); }
.header-call { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; padding-left: 24px; border-left: 1px solid #454545; }
.header-call svg { color: var(--yellow); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid #555; border-radius: 3px; background: transparent; color: #fff; align-items: center; justify-content: center; }
.mobile-menu { padding: 10px 24px 20px; border-top: 1px solid #444; }
.mobile-menu a { display: block; padding: 8px 0; }
.home-page .desktop-nav { align-items: center; }
.home-page .nav-dropdown { position: relative; }
.home-page .nav-dropdown > summary { min-height: 44px; gap: 7px; }
.home-page .nav-dropdown > summary svg { width: 15px; height: 15px; color: var(--yellow); }
.home-page .nav-dropdown[open] > summary svg { transform: rotate(180deg); }
.home-page .nav-dropdown > summary:hover, .home-page .nav-dropdown[open] > summary { color: var(--yellow); }
.home-page .nav-submenu { display: grid; margin: 0; padding: 10px; background: #fff; color: #141414; border-top: 3px solid var(--yellow); }
.home-page .desktop-nav .nav-submenu { position: absolute; top: calc(100% + 7px); left: 0; width: 540px; grid-template-columns: repeat(2, minmax(0, 1fr)); box-shadow: 0 10px 24px #0003; max-height: calc(100dvh - 140px); overflow-y: auto; }
.home-page .desktop-nav .nav-submenu-areas { left: auto; right: 0; width: 360px; }
.home-page .nav-submenu a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; padding: 10px 12px; font-size: 14px; line-height: 1.4; font-weight: 500; }
.home-page .nav-submenu a:hover, .home-page .nav-submenu a:focus-visible { color: #141414; background: #f2f4f3; }
.home-page .nav-submenu a:focus-visible { outline-offset: -3px; }
.home-page .nav-submenu .nav-submenu-overview { grid-column: 1 / -1; border-top: 1px solid #ddd; margin-top: 6px; font-weight: 700; }
.home-page .nav-submenu-overview svg { width: 17px; height: 17px; }
.home-page .mobile-menu { max-height: calc(100dvh - 148px); overflow-y: auto; }
.home-page .mobile-menu .nav-dropdown { border-bottom: 1px solid #454545; }
.home-page .mobile-menu .nav-submenu { margin-bottom: 10px; }
.home-page .mobile-menu .nav-submenu a { min-height: 44px; }
.home-hero { position: relative; isolation: isolate; min-height: 490px; display: grid; align-items: center; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left 42%; z-index: -2; }
.hero-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.hero-copy { grid-column: 2; padding: 35px 0 35px 70px; }
.eyebrow { color: var(--yellow); font-weight: 600; font-size: 13px; margin-bottom: 15px; text-transform: uppercase; }
.hero-copy h1 { font-size: 78px; text-transform: uppercase; font-weight: 900; line-height: .94; margin-bottom: 24px; }
.hero-copy h1 span { color: var(--yellow); }
.hero-message { font-size: 19px; max-width: 460px; line-height: 1.5; color: #e4e6e4; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 49px; padding: 11px 20px; border-radius: 3px; font-size: 15px; font-weight: 700; }
.primary { background: var(--yellow); color: #141414; }
.primary:hover { background: #ffdb45; }
.hero-text-link { font-size: 14px; display: flex; gap: 8px; align-items: center; }
.hero-note { font-size: 13px; color: #c9ccca; display: flex; align-items: center; gap: 9px; margin: 22px 0 0; }
.hero-note svg { width: 17px; height: 17px; }
.section { padding: 76px 0; scroll-margin-top: 20px; }
.section-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: end; margin-bottom: 36px; }
.section-heading > p { color: var(--muted); margin: 0; max-width: 420px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 26px; }
.service-item { min-width: 0; }
.service-item img { width: 100%; aspect-ratio: 1.7; object-fit: cover; }
.service-item-text { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin: 19px 0 10px; }
.service-item-text svg { color: var(--yellow); margin-top: 4px; }
.service-item p { color: var(--muted); font-size: 15px; }
.service-item:hover h3 { color: var(--yellow); }
.all-services { margin-top: 26px; border-top: 1px solid #454545; border-bottom: 1px solid #454545; }
summary { display: flex; list-style: none; justify-content: space-between; align-items: center; gap: 24px; cursor: pointer; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
.all-services summary { padding: 20px 0; }
details[open] > summary .lucide-plus { transform: rotate(45deg) scale(.7); }
.service-directory { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; padding: 10px 0 30px; }
.service-directory h3 { margin-bottom: 16px; }
.service-directory a { display: block; font-size: 15px; margin: 9px 0; color: var(--muted); }
.two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 80px; }
.two-column h2 { margin-bottom: 24px; }
.two-column p { max-width: 530px; }
.homeowner-section { background: #f7f8f8; color: #141414; }
.homeowner-section .eyebrow { color: #686400; }
.work-image img { width: 100%; aspect-ratio: 1.2; object-fit: cover; }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-size: 16px; font-weight: 700; border-bottom: 2px solid var(--yellow); padding: 6px 0; }
.landlord-section { background: #222624; }
.landlord-section p { color: #c6ccca; }
.landlord-steps > div { position: relative; padding: 20px 0 22px 56px; border-bottom: 1px solid #48504b; }
.landlord-steps span { position: absolute; left: 0; top: 18px; font-size: 26px; color: var(--yellow); font-family: var(--font-display); }
.landlord-steps h3 { margin-bottom: 10px; }
.landlord-steps p { margin: 0; font-size: 16px; }
.approach-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px; margin-top: 46px; }
.approach-grid svg { color: var(--yellow); width: 30px; height: 30px; margin-bottom: 22px; }
.approach-grid h3 { margin-bottom: 16px; }
.approach-grid p { color: var(--muted); }
.area-section { background: var(--yellow); color: #141414; }
.area-section .eyebrow { color: #141414; }
.area-list { padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
.area-list a { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-bottom: 1px solid #b18c00; font-size: 16px; }
.area-list a:hover { text-decoration: underline; }
.faq-section .two-column { align-items: start; }
.faq-list details { border-bottom: 1px solid #454545; padding: 18px 0; }
.faq-list summary { font-size: 17px; line-height: 1.4; }
.faq-list p { color: var(--muted); margin: 16px 0 0; font-size: 16px; }
.enquiry-section { background: #242424; }
.contact-list a { display: flex; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid #454545; font-size: 21px; font-weight: 600; overflow-wrap: anywhere; }
.contact-list small { display: block; color: #aeb1b0; font-size: 13px; font-weight: 400; margin-bottom: 3px; }
.contact-list svg { color: var(--yellow); }
.emergency-note { font-size: 13px; color: #bbb; border-top: 1px solid #454545; padding-top: 25px; margin-top: 44px; }
.home-page { background: #f7f8f8; color: #141414; }
.home-page .home-header { color: #fff; }
.home-page .home-hero { min-height: 480px; color: #141414; background: #edf0ef; }
.home-page .hero-picture { position: absolute; inset: 0; z-index: -1; }
.home-page .hero-photo { object-position: center 35%; z-index: auto; }
.home-page .hero-copy { grid-column: 1; padding: 38px 0; max-width: 520px; }
.home-page .hero-copy .eyebrow { color: #3d4a43; }
.home-page .hero-copy h1 { font-size: 72px; }
.home-page .hero-copy h1 span { color: #141414; box-shadow: inset 0 -.12em 0 var(--yellow); }
.home-page .hero-message { font-size: 19px; color: #35423a; max-width: 420px; }
.home-page .hero-note { margin-top: 16px; color: #35423a; }
.home-page .hero-text-link { color: #141414; }
.home-page .audience-strip { background: var(--yellow); color: #141414; }
.audience-strip .wrap { display: grid; grid-template-columns: 1fr 1fr; }
.audience-strip a { display: flex; align-items: center; gap: 20px; padding: 25px 26px; }
.audience-strip a:first-child { padding-left: 0; border-right: 1px solid #c69c00; }
.audience-strip a > svg:first-child { width: 34px; height: 34px; }
.audience-strip a > svg:last-child { margin-left: auto; }
.audience-strip small { display: block; font-size: 13px; }
.audience-strip strong { display: block; font-family: var(--font-display); font-size: 27px; line-height: 1.2; }
.home-page .section { padding: 62px 0; }
.home-page .section .eyebrow { color: #636800; }
.home-page .section-heading > p, .home-page .service-item p, .home-page .service-directory a, .home-page .approach-grid p, .home-page .faq-list p { color: #555f59; }
.home-page .service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.home-page .service-item img { aspect-ratio: 1.25; }
.home-page .service-item h3 { font-size: 25px; }
.home-page .service-item-text svg { color: #454d47; }
.home-page .service-item:hover h3 { color: #676900; }
.home-page .all-services, .home-page .faq-list details { border-color: #cbd1ce; }
.home-page .homeowner-section { background: #e9eeeb; }
.home-page .landlord-section { color: #fff; background: #191e1b; }
.home-page .landlord-section .eyebrow { color: var(--yellow); }
.home-page .approach-grid svg { color: #586500; }
.home-page .enquiry-section { color: #fff; }
.home-page .enquiry-section .eyebrow { color: var(--yellow); }
@media (min-width: 1800px) {
  .home-page .home-hero { min-height: 560px; }
}
@media (max-width: 1100px) {
  .desktop-nav { gap: 17px; }
  .nav-inner { gap: 18px; }
  .header-call { font-size: 15px; padding-left: 16px; }
  .hero-copy h1 { font-size: 64px; }
  .hero-copy { padding-left: 20px; }
  .two-column { gap: 42px; }
  .section-heading { gap: 40px; }
  .home-page .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .wrap { width: calc(100% - 40px); }
}
@media (max-width: 800px) {
  .nav-inner { height: 72px; gap: 12px; }
  .brand-logo-svg { width: 154px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .header-call { margin-left: auto; border: 0; padding: 0; }
  .header-call span { display: none; }
  .header-call { width: 38px; height: 42px; justify-content: center; }
  .home-hero, .home-page .home-hero { min-height: 550px; align-items: end; }
  .hero-layout { display: block; width: 100%; }
  .hero-copy, .home-page .hero-copy { padding: 24px 20px; background: #f7f8f8; max-width: none; }
  .hero-copy h1, .home-page .hero-copy h1 { font-size: 54px; margin-bottom: 17px; }
  .hero-copy .eyebrow { margin-bottom: 12px; }
  .hero-message, .home-page .hero-message { font-size: 17px; max-width: 560px; }
  .hero-photo, .home-page .hero-photo { object-position: right 45%; height: 310px; }
  .hero-note { margin-top: 16px; }
  .actions { gap: 12px; margin-top: 19px; }
  .hero-text-link { font-size: 13px; }
  .button { padding: 10px 15px; font-size: 14px; }
  .section, .home-page .section { padding: 48px 0; }
  h2 { font-size: 37px; }
  .section-heading, .two-column { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .section-heading { margin-bottom: 28px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 18px; }
  .service-item h3 { font-size: 26px; }
  .service-item p { font-size: 14px; }
  .service-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-image img { aspect-ratio: 1.7; }
  .approach-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 28px; }
  .approach-grid > div { border-top: 1px solid #777; padding-top: 22px; }
  .approach-grid svg { margin-bottom: 12px; }
  .audience-strip .wrap { width: 100%; }
  .audience-strip a, .audience-strip a:first-child { padding: 15px 18px; gap: 10px; }
  .audience-strip a > svg:first-child { width: 23px; height: 23px; }
  .audience-strip a > svg:last-child { display: none; }
  .audience-strip small { font-size: 12px; }
  .audience-strip strong { font-size: 20px; }
  .contact-list a { font-size: 18px; }
}
@media (max-width: 400px) {
  .hero-copy h1, .home-page .hero-copy h1 { font-size: 49px; }
  .hero-message { font-size: 16px; }
  .home-hero, .home-page .home-hero { min-height: 540px; }
  .hero-copy .eyebrow { font-size: 12px; }
  .hero-note { display: none; }
  .actions { align-items: start; flex-direction: column; }
  .hero-text-link { padding: 3px 0; }
  .service-grid, .home-page .service-grid { grid-template-columns: 1fr; }
  .service-item img, .home-page .service-item img { aspect-ratio: 1.7; }
  .audience-strip a > svg:first-child { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }


/* Keep shared form, footer and consent behaviour within the homepage layout. */
body.home-page { overflow-x: visible; }
.home-page main { overflow-x: visible; }
.home-page, .home-page * { letter-spacing: 0; }
.home-page .home-header .brand-logo-svg { width: 181px; height: auto; max-width: 100%; }
.home-page .home-main h1, .home-page .home-main h2, .home-page .home-main h3 { overflow-wrap: normal; }
.home-page .wrap > *, .home-page .hero-copy { min-width: 0; }
.home-page .service-item img, .home-page .work-image img { height: auto; }
.home-page .home-main .primary { color: #141414; }
.home-page .home-main a:hover { text-decoration: none; }
.home-page .home-main .text-link:hover, .home-page .service-directory a:hover { text-decoration: underline; }
.home-page .skip-link { position: absolute; left: 16px; top: 0; transform: translateY(-110%); z-index: 1100; background: #f5c100; color: #141414; padding: 10px 16px; }
.home-page .skip-link:focus { transform: translateY(0); }
.home-page .home-main:focus { outline: none; }
.home-page .mobile-menu[hidden] { display: none; }
.home-page .advice-section { background: #e9eeeb; }
.home-page .advice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-bottom: 28px; }
.home-page .advice-item img { width: 100%; height: auto; aspect-ratio: 1.6; object-fit: cover; }
.home-page .advice-item time { display: block; margin: 18px 0 10px; color: #555f59; font-size: 13px; }
.home-page .advice-item h3 { font-size: 28px; line-height: 1.12; margin-bottom: 12px; }
.home-page .advice-item p { font-size: 15px; color: #555f59; }
.home-page .enquiry-layout { align-items: start; gap: 64px; }
.home-page .home-form { border-left: 1px solid #454545; padding-left: 40px; }
.home-page .home-form .contact-box { background: none; border: 0; border-radius: 0; padding: 0 !important; }
.home-page .home-form .card-title-display { font-size: 28px; }
.home-page .home-form .form-label { font-size: 15px; }
.home-page .home-form .form-control { min-width: 0; font-size: 16px; }
.home-page .home-form .contact-box .form-intro { margin-bottom: .5rem; line-height: 1.4; }
.home-page .home-form .contact-box > .form-hint { margin-bottom: .45rem; line-height: 1.35; }
.home-page .home-form #contactForm > .row.g-3 { --bs-gutter-y: .7rem; }
.home-page .home-form #contactForm .form-label { margin-bottom: .25rem; }
.home-page .home-form #contactForm .form-control { padding: .65rem .8rem; }
.home-page .home-form #contactForm #job_details { min-height: 88px; }
.home-page .home-form #contactForm .form-hint { margin-top: .3rem; line-height: 1.35; }
.home-page .home-form #contactForm .contact-consent { font-size: 13px; line-height: 1.3; }
.home-page .home-form #contactForm #contactSubmit { min-height: 42px; }
.home-page .home-form #contactForm button + .form-hint { margin-top: .5rem !important; }
.home-page .contact-consent { color: #c6ccca; font-size: 14px; }
.home-page .contact-list a { font-size: 19px; }
.home-page .home-hours { margin-top: 30px; }
.home-page .home-hours h3 { font-size: 23px; margin-bottom: 14px; }
.home-page .home-hours dl { max-width: 410px; font-size: 15px; margin: 0; color: #c6ccca; }
.home-page .home-hours dl > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 20px; padding: 5px 0; }
.home-page .home-hours dt { font-weight: 400; }
.home-page .home-hours dd { margin: 0; }
.home-page .emergency-note { max-width: none; margin-bottom: 0; }
.home-page #contactForm, .home-page #contact, .home-page #quote, .home-page #about, .home-page #how-to-enquire { scroll-margin-top: 24px; }
.home-page .site-footer { color: #f0ede8; font-size: 16px; }
.home-page .site-footer .brand-logo-svg { width: auto; height: 3.25rem; }
.home-page .cookie-banner { font-size: 15px; max-height: calc(100dvh - 100px); overflow-y: auto; }
.home-page .cookie-banner__copy p { max-width: 620px; }
.home-page .cookie-banner__actions .btn { min-height: 44px; }
@media (max-width: 1100px) {
  .home-page .desktop-nav { gap: 15px; font-size: 13px; }
  .home-page .nav-inner { gap: 15px; }
  .home-page .home-header .brand-logo-svg { width: 165px; }
  .home-page .enquiry-layout { gap: 32px; }
  .home-page .home-form { padding-left: 28px; }
}
@media (max-width: 900px) {
  .home-page .desktop-nav { display: none; }
  .home-page .menu-toggle { display: flex; }
  .home-page .header-call { margin-left: auto; }
}
@media (max-width: 800px) {
  .home-page .home-header .brand-logo-svg { width: 154px; }
  .home-page .advice-grid { grid-template-columns: 1fr; gap: 34px; }
  .home-page .home-form { padding: 28px 0 0; border-left: 0; border-top: 1px solid #454545; }
  .home-page .home-hero { display: block; min-height: 0; }
  .home-page .hero-picture { position: relative; display: block; height: 200px; z-index: auto; }
  .home-page .hero-photo { height: 100%; object-position: right 25%; }
  .home-page .enquiry-layout { gap: 28px; }
}
@media (max-width: 400px) {
  .home-page .hero-picture { height: 180px; }
  .home-page .contact-list a { font-size: 17px; }
  .home-page .home-main h2 { font-size: 34px; }
}
@media (min-width: 601px) and (max-width: 800px) {
  .home-page .hero-picture { height: 260px; }
}
