/*
Theme Name: RCN Heating Services
Theme URI: https://rcnheatingservices.local
Author: RCN Heating Services Ltd
Description: Local gas engineer and boiler repair theme for RCN Heating Services Ltd in Bury.
Version: 1.5.3
Text Domain: rcn-heating-services
*/

:root {
  --rcn-font-display: "Montserrat", "Segoe UI", Tahoma, sans-serif;
  --rcn-font-body: "Source Sans 3", "Segoe UI", Tahoma, sans-serif;
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--rcn-font-body);
  font-size: 16px;
  line-height: 1.65;
  color: #1a1a1a;
  background: #f2f4f6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #1b365d;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #1b365d;
}

a:focus {
  outline: 2px solid #c45c12;
  outline-offset: 2px;
}

h1,
h2,
h3,
h4 {
  font-family: var(--rcn-font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
  line-height: 1.25;
  color: #1b365d;
  margin: 0 0 0.6em;
}

h1 {
  font-size: 2.1em;
}

h2 {
  font-size: 1.55em;
}

h3 {
  font-size: 1.15em;
}

p {
  margin: 0 0 1em;
}

ul {
  margin: 0 0 1em 1.2em;
  padding: 0;
}

li {
  margin-bottom: 0.4em;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100000;
  background: #1b365d;
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  font-family: var(--rcn-font-display);
}

.skip-link:focus {
  left: 10px;
  top: 10px;
}

.wrap {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.top-bar {
  background: #13293d;
  color: #e8eef4;
  font-family: var(--rcn-font-display);
  font-size: 0.9em;
  padding: 8px 0;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
}

.top-bar a:hover,
.top-bar a:focus {
  text-decoration: underline;
  color: #9bb8e0;
}

.top-bar .wrap {
  overflow: hidden;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.top-bar span {
  margin-right: 14px;
}

.site-header {
  background: #fff;
  border-bottom: 3px solid #1b365d;
  position: relative;
  z-index: 100;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.site-header .wrap {
  padding: 12px 0;
  overflow: hidden;
}

.site-branding {
  float: left;
  max-width: 42%;
}

.site-branding img {
  max-height: 72px;
  width: auto;
  display: block;
}

.site-branding .site-title {
  font-family: var(--rcn-font-display);
  font-size: 1.35em;
  margin: 0;
  color: #1b365d;
  text-decoration: none;
  display: block;
  padding: 18px 0;
}

.site-branding a {
  text-decoration: none;
}

.nav-toggle {
  display: none;
  float: right;
  margin-top: 18px;
  background: #1b365d;
  color: #fff;
  border: 0;
  padding: 10px 14px;
  font-family: var(--rcn-font-display);
  font-size: 0.95em;
  cursor: pointer;
}

.nav-toggle:focus {
  outline: 2px solid #c45c12;
  outline-offset: 2px;
}

.primary-nav {
  float: right;
  margin-top: 22px;
}

.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav li {
  float: left;
  margin: 0 0 0 18px;
}

.primary-nav a {
  font-family: var(--rcn-font-display);
  font-size: 0.95em;
  font-weight: 700;
  text-decoration: none;
  color: #1b365d;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}

.primary-nav a:hover,
.primary-nav a:focus,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
  color: #1b365d;
  border-bottom-color: #1b365d;
}

.hero {
  position: relative;
  min-height: 360px;
  background-color: #1b365d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.hero-overlay {
  background: rgba(12, 28, 42, 0.78);
  min-height: 360px;
  padding: 70px 0 60px;
}

.hero h1 {
  font-family: var(--rcn-font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  font-size: 2.25em;
  margin-bottom: 0.35em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.hero .lead {
  font-size: 1.15em;
  max-width: 680px;
  margin: 0 auto 1.4em;
  color: #f0f4f8;
  text-wrap: pretty;
}

.btn {
  display: inline-block;
  font-family: var(--rcn-font-display);
  font-weight: 700;
  font-size: 0.95em;
  text-decoration: none;
  padding: 12px 22px;
  margin: 0 6px 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
  background: #c45c12;
  color: #fff;
  border-color: #c45c12;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #a34c0f;
  border-color: #a34c0f;
  color: #fff;
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #fff;
  color: #1b365d;
}

.btn-navy,
.btn-green {
  background: #1b365d;
  color: #fff;
  border-color: #1b365d;
}

.btn-navy:hover,
.btn-green:hover,
.btn-navy:focus,
.btn-green:focus {
  background: #152a4a;
  border-color: #152a4a;
  color: #fff;
}

.section {
  padding: 48px 0;
}

.section-alt {
  background: #fff;
}

.section-navy {
  background: #1b365d;
  color: #e8eef4;
}

.section-navy h2,
.section-navy h3 {
  color: #fff;
}

.section-head {
  text-align: center;
  margin-bottom: 1.6em;
}

.section-head p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: #444;
}

.trust-strip {
  background: #fff;
  border-bottom: 1px solid #d5dde5;
  padding: 28px 0;
}

.trust-grid {
  overflow: hidden;
}

.trust-logo {
  float: left;
  width: 22%;
  padding-right: 2%;
  text-align: center;
}

.trust-logo img {
  max-height: 100px;
  width: auto;
  height: auto;
}

.trust-checks {
  float: left;
  width: 76%;
}

.trust-checks ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  overflow: hidden;
}

.trust-checks li {
  float: left;
  width: 48%;
  margin: 0 2% 10px 0;
  font-family: var(--rcn-font-display);
  font-size: 0.95em;
  line-height: 1.35;
  padding: 12px 14px;
  background: #eef2f8;
  color: #1a1a1a;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trust-check {
  display: block;
  float: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background: #1b365d;
  position: relative;
}

.trust-check:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 9px;
  margin: -6px 0 0 -2px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.col-3 {
  float: left;
  width: 31.333%;
  margin-right: 3%;
  margin-bottom: 20px;
}

.col-3:nth-child(3n) {
  margin-right: 0;
}

.col-2 {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}

.col-2:nth-child(2n) {
  margin-right: 0;
}

.service-block {
  background: #fff;
  border: 1px solid #d5dde5;
  border-top: 4px solid #1b365d;
  padding: 0 0 16px;
}

.service-block img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.page-media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center center;
  display: block;
  border: 1px solid #d5dde5;
}

.about-media .areas-figure img {
  object-position: center center;
}

.services-intro-text {
  float: left;
  width: 54%;
  margin-right: 4%;
}

.services-intro-text .content-panel {
  min-height: 260px;
}

.services-intro .entry-content ul {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  overflow: hidden;
}

.services-intro .entry-content ul li {
  float: left;
  width: 48%;
  margin: 0 2% 8px 0;
  padding: 10px 10px 10px 32px;
  background: #eef2f8;
  font-family: var(--rcn-font-display);
  font-size: 0.92em;
  line-height: 1.35;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 38px;
}

.services-intro .entry-content ul li:nth-child(2n) {
  margin-right: 0;
}

.services-intro .entry-content ul li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-radius: 50%;
  background: #1b365d;
}

.services-intro .entry-content ul li:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 3px;
  height: 7px;
  margin-top: -5px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.services-intro-media {
  float: left;
  width: 42%;
}

.services-intro-media img {
  height: 260px;
}

.services-intro-cta {
  margin-top: 16px;
}

.services-feature {
  padding-top: 40px;
  padding-bottom: 40px;
}

.feature-row .feature-media {
  float: left;
  width: 46%;
  margin-right: 4%;
}

.feature-row .feature-copy {
  float: left;
  width: 50%;
  padding-top: 10px;
}

.feature-row-flip .feature-media {
  float: right;
  margin-right: 0;
  margin-left: 4%;
}

.feature-row-flip .feature-copy {
  float: left;
}

.feature-media img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
  display: block;
  border: 1px solid #d5dde5;
}

.service-block img,
.page-media img,
.areas-figure img {
  object-position: center center;
}

.feature-label {
  font-family: var(--rcn-font-display);
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c45c12;
  margin: 0 0 0.5em;
}

.feature-copy h2 {
  margin-bottom: 0.5em;
}

.feature-list {
  list-style: none;
  margin: 0 0 1.2em;
  padding: 0;
}

.feature-list li {
  position: relative;
  padding: 10px 10px 10px 40px;
  margin: 0 0 8px;
  background: #eef2f8;
  font-family: var(--rcn-font-display);
  font-size: 0.95em;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
}

.feature-list li:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  background: #1b365d;
}

.feature-list li:after {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 4px;
  height: 8px;
  margin-top: -5px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service-matrix {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.service-matrix li {
  float: left;
  width: 48%;
  margin: 0 2% 12px 0;
  font-family: var(--rcn-font-display);
  font-size: 0.95em;
  line-height: 1.35;
  padding: 14px 14px 14px 42px;
  background: #fff;
  border: 1px solid #d5dde5;
  border-top: 3px solid #1b365d;
  position: relative;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}

.service-matrix li:nth-child(2n) {
  margin-right: 0;
}

.service-matrix li:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 50%;
  background: #1b365d;
}

.service-matrix li:after {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 4px;
  height: 9px;
  margin-top: -6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.services-note {
  margin-top: 8px;
}

.services-note .note {
  margin: 0;
}

.services-cta {
  text-align: center;
}

.services-cta p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.2em;
}

.areas-intro-text {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.areas-intro-media {
  float: left;
  width: 48%;
}

.areas-figure {
  margin: 0 0 18px;
  padding: 0;
  background: #fff;
  border: 1px solid #d5dde5;
}

.areas-figure img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.areas-figure figcaption {
  font-family: var(--rcn-font-display);
  font-size: 0.88em;
  color: #333;
  padding: 10px 12px;
  background: #eef2f8;
  border-top: 3px solid #1b365d;
}

.areas-contact-box {
  margin-top: 16px;
}

.contact-main {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.contact-side {
  float: left;
  width: 48%;
}

.home-contact-block {
  max-width: 1000px;
}

.home-contact-copy {
  float: left;
  width: 38%;
  margin-right: 4%;
  padding-top: 18px;
}

.home-contact-form-wrap {
  float: left;
  width: 58%;
}

.home-contact-details {
  margin-top: 1.2em;
}

.contact-form-section {
  max-width: 720px;
}

.rcn-form-panel {
  background: #fff;
  border: 1px solid #d5dde5;
  border-top: 4px solid #c45c12;
  padding: 28px 30px 22px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.rcn-form-heading {
  margin: 0 0 0.35em;
  color: #1b365d;
}

.rcn-form-intro {
  margin: 0 0 1.2em;
  color: #444;
}

.rcn-form-alert {
  font-family: var(--rcn-font-display);
  font-size: 0.95em;
  padding: 12px 14px;
  margin: 0 0 1em;
  border-left: 4px solid #1b365d;
}

.rcn-form-alert-success {
  background: #eef2f8;
  border-left-color: #1b365d;
  color: #1b365d;
}

.rcn-form-alert-error {
  background: #fdf0ed;
  border-left-color: #c45c12;
  color: #5a2a0f;
}

.rcn-contact-form label {
  display: block;
  font-family: var(--rcn-font-display);
  font-size: 0.9em;
  font-weight: 700;
  color: #1b365d;
  margin: 0 0 6px;
}

.rcn-contact-form .req {
  color: #c45c12;
}

.rcn-field {
  margin: 0 0 14px;
}

.rcn-field-half {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.rcn-field-half:nth-child(2n) {
  margin-right: 0;
}

.rcn-contact-form input[type="text"],
.rcn-contact-form input[type="email"],
.rcn-contact-form input[type="tel"],
.rcn-contact-form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-family: var(--rcn-font-body);
  font-size: 1em;
  color: #1a1a1a;
  padding: 11px 12px;
  border: 1px solid #c5ced6;
  background: #fafbfc;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

.rcn-contact-form input:focus,
.rcn-contact-form textarea:focus {
  outline: 2px solid #c45c12;
  outline-offset: 1px;
  border-color: #1b365d;
  background: #fff;
}

.rcn-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.rcn-field-submit {
  margin-top: 8px;
  margin-bottom: 8px;
}

.rcn-field-submit .btn {
  margin: 0;
  min-width: 160px;
}

.rcn-form-note {
  font-family: var(--rcn-font-display);
  font-size: 0.85em;
  color: #666;
  margin: 0;
}

.rcn-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.service-block .inner {
  padding: 16px 18px 8px;
}

.service-block h3 {
  margin-bottom: 0.4em;
}

.service-block p {
  font-size: 0.95em;
  margin-bottom: 0.5em;
}

.band-image {
  min-height: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.band-image .band-inner {
  background: rgba(12, 28, 42, 0.8);
  min-height: 240px;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}

.band-image h2 {
  color: #fff;
}

.band-image p {
  max-width: 560px;
  margin: 0 auto 1.2em;
  color: #e8eef4;
}

.content-panel {
  background: #fff;
  border: 1px solid #d5dde5;
  padding: 28px 30px;
  margin-bottom: 24px;
}

.page-hero {
  background: #1b365d;
  color: #fff;
  padding: 36px 0;
  border-bottom: 4px solid #1b365d;
}

.page-hero h1 {
  color: #fff;
  margin: 0 0 0.3em;
}

.page-hero .lead {
  margin: 0;
  color: #d5e0eb;
  max-width: 640px;
}

.reviews {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 8px 56px;
  overflow: hidden;
}

.review-viewport {
  position: relative;
  min-height: 160px;
  text-align: center;
}

.review-slide {
  display: none;
  text-align: center;
  padding: 10px 8px;
}

.review-slide.is-active {
  display: block;
}

.review-slide blockquote {
  margin: 0 0 1em;
  font-size: 1.1em;
  font-style: italic;
  color: #222;
}

.review-slide cite {
  font-family: var(--rcn-font-display);
  font-style: normal;
  font-weight: 700;
  color: #1b365d;
  display: block;
}

.review-slide .review-date {
  font-family: var(--rcn-font-display);
  font-size: 0.85em;
  color: #666;
  display: block;
  margin-top: 4px;
}

.review-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid #1b365d;
  background: #fff;
  color: #1b365d;
  cursor: pointer;
  z-index: 2;
  border-radius: 2px;
}

.review-arrow:hover,
.review-arrow:focus {
  background: #1b365d;
  color: #fff;
  outline: none;
}

.review-arrow:focus {
  outline: 2px solid #c45c12;
  outline-offset: 2px;
}

.review-prev {
  left: 0;
}

.review-next {
  right: 0;
}

.review-arrow span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.review-prev span:before,
.review-next span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.review-prev span:before {
  margin: -5px 0 0 -3px;
  transform: rotate(-135deg);
}

.review-next span:before {
  margin: -5px 0 0 -7px;
  transform: rotate(45deg);
}

.contact-box {
  background: #eef2f8;
  border: 1px solid #c5d0db;
  padding: 22px 24px;
}

.contact-box p {
  margin-bottom: 0.65em;
  font-size: 1.05em;
}

.contact-box a {
  font-weight: 700;
  text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
}

.site-footer {
  background: #13293d;
  color: #d0d9e2;
  font-family: var(--rcn-font-display);
  font-size: 0.92em;
  padding: 40px 0 20px;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #9bb8e0;
  text-decoration: underline;
}

.site-footer h3 {
  color: #fff;
  font-size: 1.05em;
  margin-bottom: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.footer-col {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 20px;
}

.footer-col:last-child {
  margin-right: 0;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-logo img {
  max-height: 70px;
  width: auto;
  height: auto;
  margin-bottom: 12px;
}

.footer-gas img {
  display: block;
  max-height: 80px;
  width: auto;
  height: auto;
  margin-top: 10px;
}

.footer-gas a {
  display: inline-block;
}

.footer-bottom {
  border-top: 1px solid #2a455c;
  margin-top: 16px;
  padding-top: 16px;
  text-align: center;
  font-size: 0.85em;
  color: #9aafc0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #13293d;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 0.55s ease-in-out;
}

.page-loader.is-active {
  display: flex;
}

.page-loader.is-leave {
  transform: translateY(-100%);
}

.loader-wheel {
  width: 54px;
  height: 54px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-top-color: #1b365d;
  border-radius: 50%;
  animation: rcn-spin 0.85s linear infinite;
}

.loader-text {
  margin-top: 16px;
  color: #fff;
  font-family: var(--rcn-font-display);
  font-size: 0.95em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@keyframes rcn-spin {
  to {
    transform: rotate(360deg);
  }
}

html {
  scrollbar-width: thin;
  scrollbar-color: #1b365d #e0e6ec;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: #e0e6ec;
}

body::-webkit-scrollbar-thumb {
  background: #1b365d;
  border-radius: 6px;
  border: 2px solid #e0e6ec;
}

body::-webkit-scrollbar-thumb:hover {
  background: #1b365d;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.entry-content ul {
  margin-bottom: 1.2em;
}

.entry-content .note {
  background: #fff8f0;
  border-left: 4px solid #c45c12;
  padding: 12px 16px;
  margin: 1.2em 0;
}

@media screen and (max-width: 768px) {
  .top-bar-left,
  .top-bar-right {
    float: none;
    text-align: center;
  }

  .top-bar-right {
    margin-top: 6px;
  }

  .theme-toggle {
    display: inline-block;
    margin-top: 6px;
  }

  .site-branding {
    float: left;
    max-width: 70%;
  }

  .nav-toggle {
    display: block;
  }

  .primary-nav {
    float: none;
    clear: both;
    display: none;
    margin: 12px 0 0;
    border-top: 1px solid #d5dde5;
    padding-top: 8px;
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #e8eef4;
  }

  .primary-nav a {
    display: block;
    padding: 12px 4px;
  }

  .hero h1 {
  font-family: var(--rcn-font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
    font-size: 1.7em;
  }

  .hero-overlay {
    padding: 48px 0 40px;
    min-height: 280px;
  }

  .trust-logo,
  .trust-checks {
    float: none;
    width: 100%;
    padding: 0;
  }

  .trust-logo {
    margin-bottom: 16px;
  }

  .trust-checks li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .col-3,
  .col-2,
  .footer-col {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .services-intro-text,
  .services-intro-media,
  .feature-row .feature-media,
  .feature-row .feature-copy,
  .feature-row-flip .feature-media,
  .feature-row-flip .feature-copy,
  .areas-intro-text,
  .areas-intro-media,
  .contact-main,
  .contact-side,
  .home-contact-copy,
  .home-contact-form-wrap,
  .rcn-field-half {
    float: none;
    width: 100%;
    margin: 0 0 18px;
  }

  .rcn-form-panel {
    padding: 20px 16px 16px;
  }

  .areas-figure img {
    height: 200px;
  }

  .services-intro .entry-content ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .feature-media img,
  .services-intro-media img {
    height: 220px;
  }

  .service-matrix li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .service-block img {
    height: 180px;
  }

  .content-panel {
    padding: 20px 16px;
  }

  .review-slide {
    padding: 10px 4px;
  }

  .reviews {
    padding: 8px 48px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
  }

  .hero h1 {
  font-family: var(--rcn-font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
    font-size: 1.45em;
  }

  .btn {
    display: block;
    margin: 0 0 10px;
  }

  .site-branding img {
    max-height: 56px;
  }
}

.top-bar-right {
  float: right;
}

.top-bar-right span {
  margin-right: 10px;
}

.theme-toggle {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.theme-toggle:focus {
  outline: 2px solid #c45c12;
  outline-offset: 3px;
}

.theme-toggle-track {
  position: relative;
  display: block;
  width: 52px;
  height: 28px;
  border-radius: 999px;
  background: #7eb6d9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.18);
  transition: background 0.28s ease;
  overflow: hidden;
}

.theme-toggle-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s cubic-bezier(0.45, 0.05, 0.25, 1);
  z-index: 3;
}

.theme-toggle.is-dark .theme-toggle-track {
  background: #1b365d;
}

.theme-toggle.is-dark .theme-toggle-thumb {
  transform: translateX(24px);
  background: #f4f7fb;
}

.theme-toggle-sun,
.theme-toggle-moon {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.28s ease;
}

.theme-toggle-sun {
  right: 8px;
  border-radius: 50%;
  background: #ffd45a;
  box-shadow:
    0 -7px 0 -4px #ffd45a,
    0 7px 0 -4px #ffd45a,
    7px 0 0 -4px #ffd45a,
    -7px 0 0 -4px #ffd45a,
    5px 5px 0 -4px #ffd45a,
    -5px 5px 0 -4px #ffd45a,
    5px -5px 0 -4px #ffd45a,
    -5px -5px 0 -4px #ffd45a;
  opacity: 1;
  transform: scale(1);
}

.theme-toggle-sun:before {
  display: none;
}

.theme-toggle-moon {
  left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset -3.5px -1px 0 0 #e8d898;
  opacity: 0;
  transform: scale(0.75) rotate(-20deg);
}

.theme-toggle.is-dark .theme-toggle-sun {
  opacity: 0;
  transform: scale(0.7) rotate(30deg);
}

.theme-toggle.is-dark .theme-toggle-moon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

html.theme-dark .theme-toggle-track {
  background: #1b365d;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.45);
}

html.theme-dark .theme-toggle:focus {
  outline-color: #e09045;
}

@media (prefers-reduced-motion: reduce) {
  .theme-toggle-track,
  .theme-toggle-thumb,
  .theme-toggle-sun,
  .theme-toggle-moon {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .loader-wheel {
    animation: none;
    border-top-color: #fff;
  }

  .page-loader {
    transition: none;
  }
}

html.theme-dark {
  color-scheme: dark;
  scrollbar-color: #4a90c2 #0d1824;
}

html.theme-dark body {
  color: #e4e9ef;
  background: #0d141c;
}

html.theme-dark a {
  color: #8ec4ef;
}

html.theme-dark a:hover,
html.theme-dark a:focus {
  color: #9bb8e0;
}

html.theme-dark h1,
html.theme-dark h2,
html.theme-dark h3,
html.theme-dark h4 {
  color: #eef4fa;
}

html.theme-dark .skip-link {
  background: #1e3a55;
  color: #fff;
}

html.theme-dark .top-bar {
  background: #080e14;
  color: #cfd8e2;
}

html.theme-dark .top-bar a {
  color: #eef4fa;
}

html.theme-dark .top-bar a:hover,
html.theme-dark .top-bar a:focus {
  color: #9bb8e0;
}

html.theme-dark .site-header {
  background: #121b26;
  border-bottom-color: #4a90c2;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

html.theme-dark .site-branding .site-title {
  color: #eef4fa;
}

html.theme-dark .nav-toggle {
  background: #1e3a55;
  color: #fff;
}

html.theme-dark .primary-nav a {
  color: #d7e4f0;
}

html.theme-dark .primary-nav a:hover,
html.theme-dark .primary-nav a:focus,
html.theme-dark .primary-nav .current-menu-item > a,
html.theme-dark .primary-nav .current_page_item > a {
  color: #8ec4ef;
  border-bottom-color: #8ec4ef;
}

html.theme-dark .section {
  background: transparent;
}

html.theme-dark .section-alt {
  background: #121b26;
}

html.theme-dark .section-navy {
  background: #0a1520;
  color: #d7e4f0;
}

html.theme-dark .section-navy h2,
html.theme-dark .section-navy h3 {
  color: #fff;
}

html.theme-dark .section-head p {
  color: #b8c5d3;
}

html.theme-dark .trust-strip {
  background: #121b26;
  border-bottom-color: #243445;
}

html.theme-dark .trust-checks li {
  background: #1a2a38;
  border-left-color: #4a90c2;
  color: #e4e9ef;
}

html.theme-dark .service-block {
  background: #121b26;
  border-color: #2a3c4e;
  border-top-color: #4a90c2;
}

html.theme-dark .service-block h3,
html.theme-dark .service-block h2 {
  color: #eef4fa;
}

html.theme-dark .service-block p {
  color: #c5d0db;
}

html.theme-dark .content-panel {
  background: #121b26;
  border-color: #2a3c4e;
  color: #e4e9ef;
}

html.theme-dark .content-panel a {
  color: #8ec4ef;
}

html.theme-dark .page-hero {
  background: #0a1520;
  border-bottom-color: #4a90c2;
}

html.theme-dark .page-hero .lead {
  color: #b8c5d3;
}

html.theme-dark .review-slide blockquote {
  color: #d7e4f0;
}

html.theme-dark .review-slide cite {
  color: #8ec4ef;
}

html.theme-dark .review-slide .review-date {
  color: #98a8b8;
}

html.theme-dark .review-arrow {
  border-color: #4a90c2;
  background: #121b26;
  color: #8ec4ef;
}

html.theme-dark .review-arrow:hover,
html.theme-dark .review-arrow:focus {
  background: #1e3a55;
  color: #fff;
}

html.theme-dark .contact-box {
  background: #1a2a38;
  border-color: #2a3c4e;
  color: #e4e9ef;
}

html.theme-dark .contact-box a {
  color: #8ec4ef;
}

html.theme-dark .feature-list li {
  background: #1a2a38;
  color: #e4e9ef;
}

html.theme-dark .service-matrix li {
  background: #121b26;
  border-color: #2a3c4e;
  border-top-color: #4a90c2;
  color: #e4e9ef;
}

html.theme-dark .areas-figure {
  background: #121b26;
  border-color: #2a3c4e;
}

html.theme-dark .areas-figure figcaption {
  background: #1a2a38;
  color: #d0d9e2;
  border-top-color: #4a90c2;
}

html.theme-dark .rcn-form-panel {
  background: #121b26;
  border-color: #2a3c4e;
  border-top-color: #c45c12;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

html.theme-dark .rcn-form-heading {
  color: #eef4fa;
}

html.theme-dark .rcn-form-intro {
  color: #b8c5d3;
}

html.theme-dark .rcn-form-alert-success {
  background: #152a4a;
  border-left-color: #4a90c2;
  color: #b8cce8;
}

html.theme-dark .rcn-form-alert-error {
  background: #3a2214;
  border-left-color: #c45c12;
  color: #f0c8a8;
}

html.theme-dark .rcn-contact-form label {
  color: #d7e4f0;
}

html.theme-dark .rcn-contact-form input[type="text"],
html.theme-dark .rcn-contact-form input[type="email"],
html.theme-dark .rcn-contact-form input[type="tel"],
html.theme-dark .rcn-contact-form textarea {
  color: #eef4fa;
  background: #0d141c;
  border-color: #3a4f63;
}

html.theme-dark .rcn-contact-form input:focus,
html.theme-dark .rcn-contact-form textarea:focus {
  border-color: #8ec4ef;
  background: #101924;
}

html.theme-dark .rcn-form-note {
  color: #98a8b8;
}

html.theme-dark .entry-content .note,
html.theme-dark .services-note .note {
  background: #2a1e12;
  border-left-color: #c45c12;
  color: #f0d8bc;
}

html.theme-dark .feature-label {
  color: #e09045;
}

html.theme-dark .feature-copy p,
html.theme-dark .home-contact-copy p {
  color: #c5d0db;
}

html.theme-dark .feature-media img,
html.theme-dark .page-media img,
html.theme-dark .services-intro-media img {
  border-color: #2a3c4e;
}

html.theme-dark .primary-nav {
  border-top-color: #2a3c4e;
}

html.theme-dark .primary-nav li {
  border-bottom-color: #243445;
}

html.theme-dark body::-webkit-scrollbar-track {
  background: #0d1824;
}

html.theme-dark body::-webkit-scrollbar-thumb {
  background: #4a90c2;
  border-color: #0d1824;
}

html.theme-dark body::-webkit-scrollbar-thumb:hover {
  background: #4a90c2;
}

html.theme-dark .page-loader {
  background: #080e14;
}

html.theme-dark .site-footer {
  background: #080e14;
  color: #b8c5d3;
}

html.theme-dark .footer-bottom {
  border-top-color: #1e2d3d;
  color: #8a9aab;
}

html.theme-dark .btn-secondary {
  color: #fff;
  border-color: #fff;
}

html.theme-dark .btn-secondary:hover,
html.theme-dark .btn-secondary:focus {
  background: #fff;
  color: #0a1520;
}

html.theme-dark .hero-overlay {
  background: rgba(8, 14, 20, 0.82);
}

html.theme-dark .band-image .band-inner {
  background: rgba(8, 14, 20, 0.84);
}

html.theme-dark .services-intro .entry-content ul li {
  background: #1a2a38;
  color: #e4e9ef;
}

html.theme-dark .home-contact-copy h2 {
  color: #eef4fa;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  padding: 16px;
  background: transparent;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.cookie-banner.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-banner-inner {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d5dde5;
  border-top: 4px solid #1b365d;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.18);
  padding: 20px 22px;
  overflow: hidden;
}

.cookie-banner-copy {
  float: left;
  width: 62%;
  padding-right: 3%;
}

.cookie-banner-title {
  font-size: 1.15em;
  margin: 0 0 0.4em;
  color: #1b365d;
}

.cookie-banner-copy p {
  margin: 0;
  font-size: 0.95em;
  color: #333;
  line-height: 1.55;
}

.cookie-banner-actions {
  float: left;
  width: 35%;
  text-align: right;
  padding-top: 8px;
}

.cookie-banner-actions .btn {
  display: inline-block;
  margin: 0 0 8px 8px;
  min-width: 130px;
  text-align: center;
}

.cookie-decline {
  background: #fff;
  color: #1b365d;
  border: 2px solid #1b365d;
  font-family: var(--rcn-font-display);
  font-weight: 700;
  font-size: 0.95em;
  padding: 12px 22px;
  cursor: pointer;
}

.cookie-decline:hover,
.cookie-decline:focus {
  background: #1b365d;
  color: #fff;
  outline: 2px solid #c45c12;
  outline-offset: 2px;
}

.cookie-settings-link {
  display: inline;
  margin-left: 10px;
  padding: 0;
  border: 0;
  background: none;
  color: #9aafc0;
  font: inherit;
  font-size: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.cookie-settings-link:hover,
.cookie-settings-link:focus {
  color: #9bb8e0;
  outline: none;
}

html.theme-dark .cookie-banner-inner {
  background: #121b26;
  border-color: #2a3c4e;
  border-top-color: #4a90c2;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.45);
}

html.theme-dark .cookie-banner-title {
  color: #eef4fa;
}

html.theme-dark .cookie-banner-copy p {
  color: #c5d0db;
}

html.theme-dark .cookie-decline {
  background: #121b26;
  color: #8ec4ef;
  border-color: #4a90c2;
}

html.theme-dark .cookie-decline:hover,
html.theme-dark .cookie-decline:focus {
  background: #1e3a55;
  color: #fff;
}

html.theme-dark .cookie-settings-link {
  color: #8a9aab;
}

@media screen and (max-width: 768px) {
  .cookie-banner {
    padding: 10px;
  }

  .cookie-banner-copy,
  .cookie-banner-actions {
    float: none;
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .cookie-banner-actions {
    margin-top: 14px;
  }

  .cookie-banner-actions .btn {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    box-sizing: border-box;
  }
}
