:root {
  --orange: #fdb429;
  --charcoal: #333;
  --text: #363636;
  --paper: #fff;
  --shadow: 0 2px 6px rgb(0 0 0 / 22%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: "Gothic A1", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
h1 { margin-bottom: .3em; font-size: clamp(2.5rem, 4.4vw, 4.5rem); font-weight: 800; line-height: 1.04; }
h2 { font-size: clamp(1.85rem, 3vw, 3rem); font-weight: 800; line-height: 1.12; }
h3 { font-size: clamp(1.2rem, 1.6vw, 1.5rem); font-weight: 700; line-height: 1.2; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-160%); background: #fff; }
.skip-link:focus { transform: none; }

.site-header { background: #fff; }
.brand { display: flex; min-height: 160px; align-items: center; justify-content: center; padding: 25px 20px; }
.brand img { width: 290px; max-height: 110px; object-fit: contain; }
.nav-bar { background: var(--charcoal); }
.nav-inner { position: relative; display: flex; justify-content: center; }
.site-nav { display: flex; align-items: stretch; justify-content: center; }
.site-nav a { padding: 15px 17px; color: #fff; font-size: 15px; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: #222; background: var(--orange); }
.menu-toggle { display: none; margin-left: auto; border: 0; padding: 13px 16px; color: #fff; background: transparent; font: inherit; }

.hero { position: relative; display: grid; min-height: 610px; place-items: center; overflow: hidden; color: #fff; background-position: center; background-size: cover; text-align: center; }
.hero::before { position: absolute; inset: 0; content: ""; background: rgb(0 0 0 / 55%); }
.hero-content { position: relative; z-index: 1; width: min(900px, calc(100% - 40px)); }
.hero p { margin-bottom: 22px; font-size: clamp(1.15rem, 2vw, 1.65rem); }
.button { display: inline-block; border: 3px solid var(--orange); padding: 8px 18px; color: var(--orange); font-size: 1.45rem; line-height: 1.2; text-decoration: none; }
.button:hover, .button:focus-visible { color: #222; background: var(--orange); }
.section-title { margin: 0; padding: 48px 20px; box-shadow: var(--shadow); text-align: center; }

.home-hero { display: grid; grid-template-columns: 65% 35%; min-height: 520px; }
.home-hero .hero { min-height: 520px; place-items: center start; text-align: left; }
.home-hero .hero-content { width: min(720px, calc(100% - 70px)); margin-left: max(40px, calc((100vw - 1180px) / 2)); }
.service-links { display: flex; flex-direction: column; justify-content: center; gap: 21px; padding: 32px 35px; color: #fff; background: var(--orange); }
.service-links a { display: flex; align-items: center; gap: 20px; font-size: 1.35rem; text-decoration: none; }
.service-links img { width: 65px; height: 65px; object-fit: contain; filter: brightness(0) invert(1); }

.split-feature { display: grid; grid-template-columns: 35% 65%; }
.split-feature > img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.stat-row { display: grid; grid-template-columns: 1fr 1fr; margin: auto -48px -48px; padding-top: 35px; }
.stat { min-height: 90px; padding: 18px; color: #fff; background: var(--orange); text-align: center; }
.stat.dark { background: var(--charcoal); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; padding-block: 75px; text-align: center; }
.card img { width: 100%; aspect-ratio: 1.52; object-fit: cover; }
.card h3 { margin: 25px 0 17px; border-bottom: 2px solid var(--orange); padding-bottom: 17px; }
.card p { font-size: .95rem; }
.home-band { display: grid; grid-template-columns: 2fr 1fr; }
.home-band-image { min-height: 420px; background: url('/assets/img/home-05.jpeg') center/cover; }
.help-panel { padding: 40px; color: #fff; background: var(--charcoal); }
.help-panel h2 { color: var(--orange); }
.contact-strip { display: grid; grid-template-columns: 1fr 1fr; margin-top: -85px; width: 66.666%; }
.contact-tile { display: flex; min-height: 85px; align-items: center; gap: 15px; padding: 14px 22px; background: #fff; }
.contact-tile:first-child { background: var(--orange); }
.contact-tile img { width: 55px; height: 55px; object-fit: contain; }
.contact-tile strong { display: block; font-size: 1.15rem; }
.contact-tile span { font-size: .88rem; }

.content-section { padding-block: 72px; }
.media-copy { display: grid; grid-template-columns: 35% 65%; }
.media-copy > img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.media-copy .copy { padding: 45px; }
.colour-panels { display: grid; grid-template-columns: 1fr 1fr; margin: 35px -45px -45px; }
.colour-panel { padding: 38px; color: #fff; background: var(--orange); text-align: center; }
.colour-panel.dark { background: var(--charcoal); }
.colour-panel img { width: 115px; height: 115px; margin: 0 auto 18px; object-fit: contain; filter: brightness(0) invert(1); }
.mosaic { display: grid; grid-template-columns: repeat(3, 1fr); }
.mosaic > * { min-height: 315px; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; }
.mosaic-copy { display: flex; flex-direction: column; justify-content: center; padding: 35px; text-align: center; }
.mosaic-copy h3 { border-bottom: 2px solid var(--orange); padding-bottom: 18px; }
.service-list { columns: 2; max-width: 680px; margin: 25px auto; padding-left: 22px; }

.gallery-intro { max-width: 900px; text-align: center; }
.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; padding-bottom: 65px; }
.gallery-grid a { overflow: hidden; aspect-ratio: 1; background: #eee; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.gallery-grid a:hover img { transform: scale(1.05); }
.lightbox { position: fixed; z-index: 50; inset: 0; display: none; padding: 30px; place-items: center; background: rgb(0 0 0 / 90%); }
.lightbox.is-open { display: grid; }
.lightbox img { max-width: 95vw; max-height: 90vh; }
.lightbox button { position: absolute; top: 15px; right: 20px; border: 0; color: #fff; background: none; font-size: 2.5rem; }

.contact-cards { display: grid; max-width: 900px; grid-template-columns: repeat(2, 1fr); gap: 40px; padding-block: 60px; text-align: center; }
.contact-card { padding: 30px; }
.contact-card img { width: 100px; height: 100px; margin: auto; object-fit: contain; }
.contact-card h2 { margin-top: 22px; font-size: 1.55rem; }
.contact-card a { color: #c77e00; }
.enquiry { padding: 55px 20px 70px; text-align: center; }
.enquiry form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: min(1040px, 100%); margin: 40px auto 0; }
.enquiry input, .enquiry textarea { width: 100%; border: 2px solid var(--orange); border-radius: 0; padding: 13px 15px; color: #333; background: #fff; font: inherit; }
.enquiry .form-phone, .enquiry .form-message, .enquiry .consent, .enquiry .turnstile-widget { grid-column: 1 / -1; }
.enquiry textarea { min-height: 185px; resize: vertical; }
.consent { display: flex; align-items: flex-start; justify-content: center; gap: 10px; text-align: left; }
.consent input { width: auto; margin-top: 5px; accent-color: var(--orange); }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.turnstile-widget { display: flex; min-height: 65px; align-items: center; justify-content: center; }
.enquiry button { grid-column: 1 / -1; justify-self: center; border: 0; padding: 9px 28px; color: #fff; background: var(--orange); font: inherit; font-size: 1.25rem; }
.enquiry button:disabled { cursor: wait; opacity: .7; }
.form-note { grid-column: 1 / -1; min-height: 1.4em; margin: 0; color: #a12b1f; font-size: .9rem; }
.form-note.is-success { color: #226b35; }
.site-footer { padding: 28px 20px; color: #fff; background: var(--charcoal); text-align: center; }
.site-footer p { margin: 0; }
.site-footer a { color: var(--orange); text-decoration: none; }

@media (max-width: 1024px) {
  .brand { min-height: 135px; }
  .site-nav a { padding-inline: 10px; font-size: 13px; }
  .hero { min-height: 500px; }
  .home-hero { grid-template-columns: 60% 40%; }
  .home-hero .hero-content { margin-left: 30px; }
  .cards { gap: 25px; }
  .gallery-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 820px) {
  .brand { min-height: 110px; padding: 15px; }
  .brand img { width: 220px; max-height: 78px; }
  .nav-inner { min-height: 52px; align-items: center; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; z-index: 20; top: 100%; left: 0; display: none; width: 100%; flex-direction: column; background: var(--charcoal); }
  .site-nav.is-open { display: flex; }
  .site-nav a { border-top: 1px solid #4b4b4b; padding: 13px 20px; font-size: 15px; }
  .hero, .home-hero .hero { min-height: 470px; }
  .home-hero { display: block; }
  .home-hero .hero-content { width: calc(100% - 50px); margin-left: 25px; }
  .service-links { display: grid; grid-template-columns: 1fr 1fr; padding: 28px; }
  .split-feature, .media-copy { grid-template-columns: 1fr; }
  .split-feature > img, .media-copy > img { min-height: 390px; }
  .feature-copy, .media-copy .copy { padding: 38px 25px; }
  .stat-row { margin: 20px -25px -38px; }
  .cards { grid-template-columns: 1fr; width: min(550px, calc(100% - 40px)); }
  .home-band { grid-template-columns: 1fr; }
  .contact-strip { width: 100%; margin: 0; }
  .mosaic { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-cards { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 560px) {
  h1 { font-size: 2.35rem; }
  h2 { font-size: 1.8rem; }
  .container { width: min(100% - 30px, 1180px); }
  .hero, .home-hero .hero { min-height: 430px; }
  .hero-content { width: calc(100% - 30px); }
  .button { font-size: 1.15rem; }
  .section-title { padding-block: 36px; }
  .service-links { grid-template-columns: 1fr; gap: 12px; }
  .service-links a { font-size: 1.05rem; }
  .service-links img { width: 48px; height: 48px; }
  .split-feature > img, .media-copy > img { min-height: 300px; }
  .stat-row, .colour-panels { grid-template-columns: 1fr; }
  .contact-strip { grid-template-columns: 1fr; }
  .mosaic { grid-template-columns: 1fr; }
  .mosaic > * { min-height: 260px; }
  .service-list { columns: 1; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .enquiry form { grid-template-columns: 1fr; }
  .enquiry input, .enquiry textarea { grid-column: 1; }
}
