:root {
  --red: #e6332f;
  --red-dark: #da1e1a;
  --black: #212020;
  --ink: #151515;
  --muted: #6d6d6d;
  --line: #dedede;
  --soft: #f4f4f4;
  --white: #ffffff;
  --gold: #f6c343;
  --gold-dark: #c99113;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  --site-header-height: 7.5rem;
  --content-width: 1180px;
  --page-gutter: max(20px, calc((100% - var(--content-width)) / 2));
  --viewport-gutter: max(20px, calc((100vw - var(--content-width)) / 2));
  --section-space: 5.5rem;
  --font-h1: 3.65rem;
  --font-h2: 2.65rem;
  --font-h3: 1.35rem;
  --font-lead: 1.05rem;
}

.quote-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.quote-notice {
  grid-column: 1 / -1;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 5px;
  font-weight: 800;
  line-height: 1.45;
}

.quote-notice-success {
  border: 1px solid #a9d5ba;
  background: #effaf3;
  color: #175f31;
}

.quote-notice-error {
  border: 1px solid #f0b5b3;
  background: #fff2f1;
  color: #8a1e1a;
}

.quote-form .wpforms-container,
.contact-form-panel .wpforms-container {
  width: 100%;
  max-width: none;
  margin: 0;
}

.wpforms-container.wpforms-container-full.wpforms-render-modern,
.wpforms-container.wpforms-container-full.wpforms-render-modern form.wpforms-form {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

.quote-form > .wpforms-container.wpforms-container-full {
  grid-column: 1 / -1;
}

.wpforms-container.wpforms-container-full .wpforms-field-container,
.wpforms-container.wpforms-container-full .wpforms-submit-container {
  width: 100% !important;
  max-width: none !important;
}

.quote-form .wpforms-field-container,
.contact-form-panel .wpforms-field-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
}

.quote-form .wpforms-field,
.contact-form-panel .wpforms-field {
  padding: 0 0 14px !important;
}

.quote-form .wpforms-field[data-field-id="5"],
.quote-form .wpforms-field[data-field-id="6"],
.quote-form .wpforms-field.blink-form-full,
.contact-form-panel .wpforms-field[data-field-id="5"],
.contact-form-panel .wpforms-field[data-field-id="6"],
.contact-form-panel .wpforms-field.blink-form-full {
  grid-column: 1 / -1;
}

.quote-form .wpforms-field-label,
.contact-form-panel .wpforms-field-label {
  display: inline-flex !important;
  align-items: baseline;
  gap: 3px;
  margin: 0 0 7px !important;
  color: inherit !important;
  font-size: .86rem !important;
  font-weight: 800 !important;
}

.wpforms-container .wpforms-required-label {
  display: inline !important;
  margin: 0 !important;
  color: var(--red) !important;
  font-weight: 900 !important;
  line-height: inherit !important;
}

.quote-form .wpforms-field input,
.quote-form .wpforms-field select,
.quote-form .wpforms-field textarea,
.contact-form-panel .wpforms-field input,
.contact-form-panel .wpforms-field select,
.contact-form-panel .wpforms-field textarea {
  width: 100% !important;
  max-width: none !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 5px !important;
  background: #f7f7f7 !important;
  color: #212020 !important;
  box-shadow: none !important;
}

.quote-form .wpforms-field textarea,
.contact-form-panel .wpforms-field textarea {
  min-height: 120px !important;
}

.quote-form .wpforms-field-gdpr-checkbox,
.contact-form-panel .wpforms-field-gdpr-checkbox {
  grid-column: 1 / -1;
  padding-top: 2px !important;
}

.quote-form .wpforms-field-gdpr-checkbox ul,
.contact-form-panel .wpforms-field-gdpr-checkbox ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.quote-form .wpforms-field-gdpr-checkbox li,
.contact-form-panel .wpforms-field-gdpr-checkbox li {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 0 !important;
}

.quote-form .wpforms-field-gdpr-checkbox input[type="checkbox"],
.contact-form-panel .wpforms-field-gdpr-checkbox input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  border-radius: 3px !important;
  accent-color: var(--red);
}

.quote-form .wpforms-field-gdpr-checkbox label,
.contact-form-panel .wpforms-field-gdpr-checkbox label {
  margin: 0 !important;
  color: #555 !important;
  font-size: .82rem !important;
  font-weight: 600 !important;
  hyphens: none;
  line-height: 1.5 !important;
  overflow-wrap: normal;
  word-break: normal;
}

.quote-form .wpforms-field-gdpr-checkbox a,
.contact-form-panel .wpforms-field-gdpr-checkbox a {
  color: #a81c19;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.quote-form .wpforms-submit,
.contact-form-panel .wpforms-submit {
  position: relative;
  width: 100% !important;
  min-height: 50px !important;
  padding: 14px 22px !important;
  overflow: hidden;
  border: 1px solid #ef4b47 !important;
  border-radius: 5px !important;
  background: linear-gradient(135deg, #e6332f 0%, #c92320 100%) !important;
  color: #fff !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease !important;
}

.quote-form .wpforms-submit:hover,
.contact-form-panel .wpforms-submit:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(218, 30, 26, .22) !important;
}

.quote-form .wpforms-confirmation-container-full,
.contact-form-panel .wpforms-confirmation-container-full {
  margin: 0;
  border: 1px solid #a9d5ba;
  border-radius: 5px;
  background: #effaf3;
  color: #175f31;
}

@media (max-width: 640px) {
  .quote-form .wpforms-field-container,
  .contact-form-panel .wpforms-field-container {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }

  .quote-form .wpforms-field[data-field-id="5"],
  .quote-form .wpforms-field[data-field-id="6"],
  .quote-form .wpforms-field.blink-form-full,
  .contact-form-panel .wpforms-field[data-field-id="5"],
  .contact-form-panel .wpforms-field[data-field-id="6"],
  .contact-form-panel .wpforms-field.blink-form-full {
    grid-column: auto;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  color: var(--white);
  background: var(--black);
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.contact-strip {
  display: grid;
  gap: 0.4rem;
  padding: 0.65rem 1.25rem;
  color: #dddddd;
  background: #101010;
  font-size: 0.78rem;
}

.contact-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-height: 34px;
  max-width: 100%;
  padding: 0.45rem 0.85rem;
  color: #5b4300;
  border: 1px solid rgba(246, 195, 67, 0.5);
  border-radius: 999px;
  background: #fff6d7;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.contact-strip .mobile-header-stat {
  display: none;
}

.nav-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 210px;
  min-width: 172px;
  max-width: 210px;
}

.brand .site-logo-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 58px;
  padding: 0.28rem 0.48rem;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background: var(--white);
  box-sizing: border-box;
}

.brand strong {
  display: block;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  display: block;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.primary-nav {
  display: none;
}

.nav-dropdown {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-dropdown-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  align-items: center;
}

.primary-nav .nav-dropdown-row .nav-parent {
  border-bottom: 0;
}

.nav-dropdown-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.nav-dropdown-toggle span {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.nav-dropdown.is-open .nav-dropdown-toggle span {
  transform: translateY(2px) rotate(225deg);
}

.nav-submenu {
  display: none;
  grid-template-columns: 1fr;
  gap: 2px;
  padding: 0.35rem 0.55rem 0.65rem;
  background: #0e0e0e;
}

.nav-dropdown.is-open .nav-submenu {
  display: grid;
}

.primary-nav .nav-submenu a {
  min-height: 42px;
  padding: 0.65rem 0.75rem;
  color: #eeeeee;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 5px;
  font-size: 0.82rem;
}

.primary-nav .nav-submenu a:hover,
.primary-nav .nav-submenu a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.primary-nav .nav-submenu .nav-all-services {
  color: #9f1f1c;
  background: #fff0ef;
}

.nav-dropdown.is-active .nav-dropdown-row {
  background: transparent;
}

.primary-nav > a.is-active,
.nav-dropdown.is-active .nav-parent {
  color: var(--white);
  background: transparent;
  text-decoration-line: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.nav-dropdown.is-active .nav-dropdown-toggle {
  color: var(--white);
}

.nav-dropdown.is-active .nav-dropdown-toggle {
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
}

.menu-toggle {
  position: relative;
  display: inline-flex;
  flex: 0 0 46px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #2c2b2b;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle {
  color: var(--red);
  border-color: rgba(230, 51, 47, 0.45);
  background: #fff0ef;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-open .primary-nav {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 0.55rem;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #171717;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.38);
}

.primary-nav a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0.75rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 800;
}

.primary-nav a:last-child {
  border-bottom: 0;
}

.primary-nav .mobile-nav-cta {
  justify-content: center;
  margin-top: 0.45rem;
  color: var(--white);
  border-radius: 6px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  text-align: center;
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border: 0;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-red {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, #eb4d49 0%, #d62f2b 100%);
  box-shadow:
    0 9px 20px rgba(218, 30, 26, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  white-space: nowrap;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.btn-red:hover {
  background: linear-gradient(135deg, #ef5a56 0%, #dc3935 100%);
  box-shadow:
    0 11px 24px rgba(218, 30, 26, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.btn-dark {
  color: var(--white);
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.btn,
.solution-grid a,
.contact-strip a,
.menu-toggle {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn::after,
.solution-grid a::after,
.contact-strip a::after,
.menu-toggle::after {
  content: "";
  position: absolute;
  top: -45%;
  left: -55%;
  width: 34%;
  height: 190%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.06) 22%,
    rgba(255, 255, 255, 0.28) 50%,
    rgba(255, 255, 255, 0.06) 78%,
    transparent 100%
  );
  opacity: 0;
  transform: translateX(-160%) rotate(12deg);
  transition: transform 520ms ease, opacity 180ms ease;
}

.btn:hover::after,
.solution-grid a:hover::after,
.contact-strip a:hover::after,
.menu-toggle:hover::after {
  opacity: 1;
  transform: translateX(620%) rotate(12deg);
}

.btn:hover,
.solution-grid a:hover,
.contact-strip a:hover,
.menu-toggle:hover {
  filter: brightness(1.06);
}

.btn-dark:hover {
  filter: brightness(1.16);
}

.header-actions {
  display: none;
}

.header-trust-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.42rem 0.75rem;
  color: var(--gold);
  border: 1px solid rgba(246, 195, 67, 0.78);
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  line-height: 1;
  text-align: center;
}

.header-trust-badge strong {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
}

.header-trust-badge small {
  margin-top: 0.2rem;
  color: var(--white);
  font-size: 0.52rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 620px;
  padding: 2.5rem 1.25rem 2rem;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
  background: #111111;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.58);
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-background img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
}

.hero-background picture {
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}

.hero-bg-mobile,
.hero-bg-mobile img {
  display: block;
  object-position: center center;
}

.hero-bg-desktop {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-width: 760px;
  min-width: 0;
  margin: 0;
  text-align: center;
}

.hero-copy h1,
.hero-copy .lead,
.hero-copy .hero-actions,
.hero-copy .hero-phone {
  max-width: 100%;
  min-width: 0;
}

.hero-copy h1 {
  margin-inline: auto;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-copy .lead {
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--eyebrow-color, var(--red));
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* Gold provides clearer contrast for the shared eyebrow treatment on dark surfaces. */
.hero,
.trust-consult-section,
.coverage-section,
.services-sticky,
.dog-section,
.solutions-section,
.contact-section,
.inner-hero,
.services-hero,
.services-final-cta,
.policy-hero,
.service-benefits,
.service-assurance,
.contact-details,
.service-inclusions,
.service-link-tree,
.review-page-hero,
.review-form-intro {
  --eyebrow-color: var(--gold);
}

:is(
  .hero,
  .trust-consult-section,
  .coverage-section,
  .services-sticky,
  .dog-section,
  .solutions-section,
  .contact-section,
  .inner-hero,
  .services-hero,
  .services-final-cta,
  .policy-hero,
  .service-benefits,
  .service-assurance,
  .contact-details,
  .service-inclusions,
  .service-link-tree,
  .review-page-hero,
  .review-form-intro
) .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  width: 100%;
  margin-bottom: 1rem;
  font-size: var(--font-h1);
  line-height: 1.01;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 1rem;
  font-size: var(--font-h2);
  line-height: 1.02;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: var(--font-h3);
  line-height: 1.1;
}

.lead {
  width: 100%;
  color: #e7e7e7;
  font-size: var(--font-lead);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.15rem 0 0.85rem;
}

.hero-actions {
  width: 100%;
  justify-content: center;
}

.hero-actions .btn,
.contact-actions .btn {
  flex: 1 1 100%;
  width: 100%;
}

.hero-actions .btn {
  min-height: 44px;
}

.hero-phone {
  display: inline-flex;
  justify-content: center;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 800;
  text-align: center;
}

.proof-bar,
.consultation,
.client-strip,
.trust-consult-section,
.split-section,
.coverage-section,
.services-section,
.dog-section,
.about-section,
.solutions-section,
.contact-section {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.proof-bar {
  display: grid;
  gap: 1rem;
  margin-top: -1.4rem;
  position: relative;
  z-index: 3;
}

.proof-bar article,
.consultation,
.client-strip,
.about-section,
.contact-section {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.proof-bar article {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 90px;
  padding: 1.25rem;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  color: var(--red);
  border-radius: 14px;
  background: rgba(230, 51, 47, 0.1);
}

.icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-consult-section {
  position: relative;
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.25rem;
  color: var(--white);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 0%, rgba(230, 51, 47, 0.16), transparent 30%),
    linear-gradient(135deg, #190909 0%, #111111 48%, #050505 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.trust-consult-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(230, 51, 47, 0.09) 0 30%, transparent 30%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.034) 0 1px, transparent 1px 14px);
  pointer-events: none;
}

.trust-consult-media,
.trust-consult-copy,
.trust-action-card {
  position: relative;
  z-index: 1;
}

.trust-consult-media {
  height: 260px;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: #101010;
}

.trust-consult-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.44));
}

.trust-consult-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.trust-consult-copy {
  min-width: 0;
  max-width: 330px;
  padding: 1.25rem;
}

.trust-consult-copy .eyebrow,
.trusted-clients .eyebrow {
  color: var(--gold);
}

.trust-consult-copy h2 {
  max-width: 330px;
  margin-bottom: 0;
  color: var(--white);
  font-size: var(--font-h2);
  line-height: 1.02;
  overflow-wrap: break-word;
}

.trust-benefits {
  display: grid;
  gap: 0.75rem;
}

.trust-benefits article {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  min-height: 94px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.trust-benefits .icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  color: var(--red);
  border: 1px solid rgba(230, 51, 47, 0.16);
  background: #fff0ef;
  box-shadow: none;
}

.trust-benefits .icon svg {
  width: 20px;
  height: 20px;
}

.trust-benefits h3 {
  margin: 0 0 0.22rem;
  color: var(--black);
  font-size: 0.98rem;
  line-height: 1.18;
}

.trust-benefits p {
  margin: 0;
  color: #4b4b4b;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.35;
}

.trust-action-card {
  display: grid;
  gap: 0.45rem;
  align-content: start;
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 16% 16%, rgba(230, 51, 47, 0.4), transparent 44%),
    linear-gradient(145deg, #291010 0%, #111111 62%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 20px 50px rgba(0, 0, 0, 0.26);
}

.trust-action-card > span {
  width: 100%;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
}

.trust-action-card > a:not(.btn) {
  display: flex;
  justify-content: center;
  width: 100%;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.trust-action-card .btn {
  width: 100%;
  max-width: 100%;
  margin-top: 0.9rem;
  min-height: 54px;
}

.trusted-clients {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(246, 195, 67, 0.22);
}

.trusted-clients strong {
  display: block;
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.15;
}

.trusted-logo-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  min-width: 0;
  margin-top: 0.9rem;
}

.trusted-logo-row img {
  width: 100%;
  height: 82px;
  object-fit: contain;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: var(--white);
}

.trusted-logo-row .logo-dark {
  background: #202020;
}

.consultation {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.4rem;
}

.consultation h2 {
  max-width: 760px;
  font-size: var(--font-h2);
}

.check-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.check-grid p {
  position: relative;
  margin: 0;
  padding-left: 1.35rem;
  color: #3f3f3f;
  font-weight: 700;
}

.check-grid p::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.call-card {
  display: grid;
  gap: 0.45rem;
  align-content: center;
  padding: 1.35rem;
  color: var(--white);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(230, 51, 47, 0.28), transparent 56%),
    #181818;
}

.call-card span {
  color: #cfcfcf;
  font-size: 0.82rem;
}

.call-card a:not(.btn) {
  font-size: 1.55rem;
  font-weight: 900;
}

.call-card .btn {
  margin-top: 0.9rem;
}

.client-strip {
  display: grid;
  gap: 1.35rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1.4rem;
}

.client-strip h2 {
  margin-bottom: 0;
  font-size: var(--font-h2);
}

.client-logos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.client-logos img {
  width: 100%;
  height: 76px;
  object-fit: contain;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.client-logos .logo-dark {
  background: var(--black);
}

.split-section {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
  padding: 1.25rem;
  border-radius: 24px;
  background: var(--white);
}

.split-section.image-right {
  gap: 0.65rem;
  padding: 1.25rem;
}

.split-section .split-trust-benefits {
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: none;
}

.split-section .split-trust-benefits .trust-benefit-wide {
  grid-column: auto;
}

.split-copy {
  padding: 1.25rem;
}

.image-right .split-copy {
  padding: 1.25rem;
}

.split-copy p {
  margin-bottom: 0.7rem;
  color: #4d4d4d;
}

.image-right .split-copy p {
  margin-bottom: 0.5rem;
  line-height: 1.42;
}

.split-copy .eyebrow {
  margin-bottom: 0.45rem;
}

.split-copy h2 {
  margin-bottom: 0.7rem;
  font-size: var(--font-h2);
}

.text-link {
  display: inline-flex;
  margin-top: 0.25rem;
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}

.split-media {
  min-height: 300px;
  margin: 0;
}

.image-right .split-media {
  height: 220px;
  min-height: 220px;
  overflow: hidden;
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.coverage-section {
  position: relative;
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
  padding: 1.25rem;
  color: var(--white);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 12%, rgba(230, 51, 47, 0.28), transparent 34%),
    linear-gradient(145deg, #2a1010 0%, #151515 52%, #090909 100%);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18);
  scroll-margin-top: calc(var(--site-header-height) + 20px);
}

.coverage-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 16px);
  pointer-events: none;
}

.coverage-copy,
.coverage-map-card {
  position: relative;
  z-index: 1;
}

.coverage-copy {
  min-width: 0;
  padding: 1.25rem;
}

.coverage-copy h2 {
  max-width: 660px;
  color: var(--white);
  font-size: var(--font-h2);
}

.coverage-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0.75rem;
  color: #d8d8d8;
  line-height: 1.55;
}

.coverage-copy .coverage-lead {
  color: var(--white);
  font-size: 1.04rem;
  font-weight: 700;
}

.coverage-london-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  margin-top: 1.35rem;
  padding: 1.25rem;
  border: 1px solid rgba(246, 195, 67, 0.32);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.coverage-london-callout .icon {
  color: #161616;
  background: var(--gold);
}

.coverage-london-callout > div > span {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.coverage-london-callout h3 {
  margin-bottom: 0.35rem;
  color: var(--white);
  font-size: 1.18rem;
}

.coverage-london-callout p {
  margin: 0;
  color: #d7d7d7;
  font-size: 0.86rem;
  line-height: 1.45;
}

.coverage-region-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
}

.coverage-region-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 58px;
  padding: 0.78rem 0.85rem 0.78rem 2rem;
  color: #f4f4f4;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.78rem;
  font-weight: 800;
}

.coverage-region-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.85rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(230, 51, 47, 0.14);
  transform: translateY(-50%);
}

.coverage-location-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.coverage-location-actions .btn {
  width: 100%;
  min-width: 0;
}

.coverage-all-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--white);
}

.coverage-london-callout .text-link {
  display: inline-flex;
  margin-top: 0.75rem;
  color: var(--gold);
}

.coverage-map-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  min-height: 500px;
  margin: 0;
  padding: 1.25rem;
  color: var(--black);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: #f4f5f6;
}

.coverage-map-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #d9d9d9;
}

.coverage-map-heading span {
  color: #555555;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.coverage-map-heading strong {
  color: var(--red);
  font-size: 0.78rem;
}

.coverage-map-canvas {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 1rem 0;
  overflow: hidden;
  border-radius: 14px;
  background: #dce5ec;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.coverage-map-canvas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.35) contrast(0.94);
}

.map-dot {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(230, 51, 47, 0.2), 0 4px 12px rgba(0, 0, 0, 0.22);
  transform: translate(-50%, -50%);
}

.map-dot-scotland {
  top: 37%;
  left: 55%;
}

.map-dot-north {
  top: 56%;
  left: 70%;
}

.map-dot-midlands {
  top: 67%;
  left: 72%;
}

.map-dot-wales {
  top: 72%;
  left: 58%;
}

.map-dot-south-west {
  top: 86%;
  left: 55%;
}

.map-dot-northern-ireland {
  top: 54%;
  left: 28%;
}

.map-london-marker {
  position: absolute;
  top: 80%;
  left: 84%;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  transform: translate(-100%, -50%);
}

.map-london-marker > span {
  display: block;
  padding: 0.5rem 0.65rem;
  color: var(--white);
  border-radius: 8px;
  background: var(--black);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.map-london-marker i {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(246, 195, 67, 0.28), 0 5px 16px rgba(0, 0, 0, 0.28);
}

.coverage-map-card figcaption {
  padding-top: 0.9rem;
  color: #575757;
  border-top: 1px solid #d9d9d9;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.4;
}

.services-section {
  margin-top: 4.5rem;
  scroll-margin-top: calc(var(--site-header-height) + 20px);
}

.services-showcase {
  display: grid;
  gap: 1.35rem;
}

.services-sticky {
  min-width: 0;
  padding: 0;
  color: var(--white);
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 8%, rgba(230, 51, 47, 0.46), transparent 34%),
    linear-gradient(145deg, #2c0f0f 0%, #171717 62%, #070707 100%);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18);
}

.services-sticky-scroll {
  padding: 1.25rem;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.services-sticky-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

.services-sticky h2 {
  color: var(--white);
  font-size: var(--font-h2);
}

.services-sticky p {
  color: #e0e0e0;
}

.sticky-callouts {
  display: grid;
  gap: 0.65rem;
  margin: 1.4rem 0;
}

.sticky-callouts span {
  position: relative;
  display: block;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #f3f3f3;
  font-weight: 800;
}

.sticky-callouts span::before {
  content: "";
  position: absolute;
  top: 1.16rem;
  left: 0.95rem;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 6px rgba(230, 51, 47, 0.14);
}

.sticky-steps {
  margin-bottom: 1.4rem;
  padding: 1.25rem;
  border-left: 4px solid var(--gold);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
}

.sticky-steps strong {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--gold);
}

.sticky-steps ol {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding-left: 1.1rem;
  color: #e6e6e6;
  font-weight: 700;
}

.service-spy {
  display: grid !important;
  gap: 0.45rem;
  margin-bottom: 1.35rem;
}

.service-spy a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0.65rem 0.85rem;
  color: #dcdcdc;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.85rem;
  font-weight: 900;
}

.service-spy a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.service-spy a.is-active {
  color: #7f1614;
  background: #ffe6e5;
  border-color: rgba(230, 51, 47, 0.28);
}

.service-spy a.is-active::after {
  background: var(--red);
}

.service-mosaic {
  display: grid;
  gap: 1rem;
}

.service-tile {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding: 1.25rem;
  scroll-margin-top: calc(var(--site-header-height) + 20px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(230, 51, 47, 0.08), transparent 38%),
    var(--white);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.service-tile::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--red);
}

.service-tile h3 {
  margin-top: 1rem;
}

.service-tile p {
  color: #4f4f4f;
}

.service-tile ul {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 1.1rem;
  padding: 0;
  list-style: none;
}

.service-tile li {
  position: relative;
  padding-left: 1.15rem;
  color: #424242;
  font-size: 0.92rem;
  font-weight: 800;
}

.service-tile li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--red);
}

.service-tile a {
  color: var(--red);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-tile-feature {
  display: grid;
  gap: 1rem;
  min-height: auto;
  padding: 1.25rem;
}

.service-feature-copy {
  min-width: 0;
  padding: 1.25rem;
}

.service-feature-media {
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #111111;
}

.service-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center;
}

.service-tile-red,
.service-tile-dark,
.service-tile-image {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.12);
}

.service-tile-red {
  background:
    linear-gradient(145deg, rgba(230, 51, 47, 0.94), rgba(99, 14, 12, 0.98)),
    var(--red);
}

.service-tile-dark {
  background:
    radial-gradient(circle at 20% 10%, rgba(230, 51, 47, 0.28), transparent 38%),
    #151515;
  border-color: rgba(246, 195, 67, 0.3);
}

.service-tile-dark::before {
  background: linear-gradient(90deg, var(--gold), var(--red));
}

.service-tile-red .icon,
.service-tile-dark .icon,
.service-tile-image .icon {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
}

.service-tile-red p,
.service-tile-red li,
.service-tile-dark p,
.service-tile-dark li,
.service-tile-image p,
.service-tile-image li {
  color: #f0f0f0;
}

.service-tile-red li::before,
.service-tile-dark li::before,
.service-tile-image li::before {
  background: var(--white);
}

.service-tile-red a,
.service-tile-dark a,
.service-tile-image a {
  color: var(--white);
}

.service-tile-image {
  display: grid;
  min-height: 360px;
  padding: 0;
  background: #111111;
}

.service-tile-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-tile-image > div {
  padding: 1.25rem;
}

.section-head {
  max-width: 760px;
  margin-bottom: 1.6rem;
}

.consultation-copy,
.client-strip > div:first-child,
.section-head,
.split-copy {
  min-width: 0;
  max-width: 330px;
}

.consultation h2,
.client-strip h2,
.section-head h2,
.split-copy h2 {
  max-width: 330px;
  overflow-wrap: break-word;
}

.service-grid {
  display: flex;
  gap: 1rem;
  margin-inline: -1rem;
  padding: 0 1rem 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--red) #d8d8d8;
}

.service-grid::-webkit-scrollbar {
  height: 8px;
}

.service-grid::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 999px;
}

.service-grid::-webkit-scrollbar-thumb {
  background: var(--red);
  border-radius: 999px;
}

.service-card {
  position: relative;
  overflow: hidden;
  width: min(84vw, 360px);
  flex: 0 0 min(84vw, 360px);
  scroll-snap-align: start;
  min-height: 280px;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(230, 51, 47, 0.08), transparent 36%),
    var(--white);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--red);
}

.service-card p {
  color: #4e4e4e;
}

.service-card a {
  display: inline-flex;
  margin-top: 0.6rem;
  color: var(--red);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-card {
  display: grid;
  min-height: 390px;
  padding: 0;
  color: var(--white);
  background: #111111;
}

.featured-card::before {
  z-index: 2;
}

.featured-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.featured-card > div {
  padding: 1.35rem;
}

.featured-card p {
  color: #dcdcdc;
}

.dog-section {
  display: grid;
  gap: 1.6rem;
  margin-top: 4.5rem;
  padding: 1.25rem;
  color: var(--white);
  border-radius: 24px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 15px),
    var(--black);
}

.dog-copy {
  padding: 1.25rem;
}

.dog-copy p,
.dog-copy li {
  color: #e2e2e2;
}

.dog-copy ul {
  display: grid;
  gap: 0.65rem;
  margin: 1.3rem 0 1.8rem;
  padding: 0;
  list-style: none;
}

.dog-copy li {
  position: relative;
  padding-left: 1.35rem;
  font-weight: 700;
}

.dog-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.dog-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  min-height: 480px;
}

.dog-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.dog-gallery img:first-child {
  grid-row: span 2;
  object-position: 34% center;
}

.about-section {
  display: grid;
  gap: 1.5rem;
  margin-top: 4rem;
  padding: 1.4rem;
}

.about-panel p {
  color: #4c4c4c;
}

.stat-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.stat-panel article {
  position: relative;
  min-height: 118px;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid rgba(246, 195, 67, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 0%, rgba(230, 51, 47, 0.22), transparent 34%),
    linear-gradient(145deg, #202020 0%, #101010 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.stat-panel article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--gold), var(--red));
}

.stat-panel small {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.stat-panel strong {
  display: block;
  color: var(--white);
  font-size: 3.25rem;
  line-height: 1;
}

.stat-panel span {
  display: block;
  margin-top: 0.35rem;
  color: #dedede;
  font-weight: 800;
}

.solutions-section {
  margin-top: 4.5rem;
  padding: 3rem clamp(1.25rem, 4vw, 3.5rem);
  color: var(--white);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(230, 51, 47, 0.18), transparent 34%),
    #151515;
}

.light-head h2 {
  color: var(--white);
}

.solution-grid {
  display: flex;
  gap: 1rem;
  margin-inline: 0;
  padding: 0 0 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--red) #333333;
}

.solution-grid::-webkit-scrollbar {
  height: 8px;
}

.solution-grid::-webkit-scrollbar-track {
  background: #333333;
  border-radius: 999px;
}

.solution-grid::-webkit-scrollbar-thumb {
  background: var(--red);
  border-radius: 999px;
}

.solution-grid article {
  display: flex;
  flex-direction: column;
  width: min(82vw, 320px);
  flex: 0 0 min(82vw, 320px);
  scroll-snap-align: start;
  min-height: 430px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.solution-media {
  flex: 0 0 165px;
  height: 165px;
  margin: 0;
  overflow: hidden;
  background: #dedede;
}

.solution-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-grid article:nth-child(2) .solution-media img {
  object-position: center 32%;
}

.solution-grid article:nth-child(3) .solution-media img {
  object-position: center 28%;
}

.solution-grid article:nth-child(4) .solution-media img {
  object-position: center 78%;
}

.solution-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem;
}

.solution-grid h3 {
  margin-bottom: 0.85rem;
  color: var(--black);
}

.solution-grid p {
  position: relative;
  margin-bottom: 0.55rem;
  padding-left: 1.1rem;
  color: #4b4b4b;
}

.solution-grid p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}

.solution-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  min-height: 54px;
  margin-top: auto;
  padding: 0.75rem 1rem;
  color: var(--white);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 10px 22px rgba(230, 51, 47, 0.24);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.contact-section {
  display: grid;
  gap: 1.5rem;
  margin-top: 4.5rem;
  padding: 1.4rem;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(230, 51, 47, 0.18), transparent 42%),
    var(--black);
}

.contact-copy {
  padding: 1.25rem;
}

.contact-copy p {
  color: #e1e1e1;
}

.contact-person-card {
  position: relative;
  display: grid;
  gap: 0.65rem;
  max-width: 265px;
  margin: 0;
  justify-self: center;
  align-self: center;
  color: var(--white);
}

.contact-person-card::before {
  content: "";
  position: absolute;
  inset: 16% 4% 18%;
  z-index: 0;
  border-radius: 60% 40% 54% 46% / 46% 55% 45% 54%;
  background:
    radial-gradient(circle at 34% 22%, rgba(246, 195, 67, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(230, 51, 47, 0.34), rgba(17, 17, 17, 0.1));
  opacity: 0.9;
  transform: rotate(-8deg);
}

.contact-person-media {
  position: relative;
  z-index: 1;
  width: min(100%, 225px);
  height: 275px;
  margin-inline: auto;
  overflow: visible;
  border: 0;
  border-radius: 63% 37% 48% 52% / 42% 48% 58% 52%;
  background:
    linear-gradient(145deg, rgba(246, 195, 67, 0.22), rgba(230, 51, 47, 0.12) 44%, transparent),
    #111111;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.contact-person-media::before {
  content: "";
  position: absolute;
  inset: -13px -18px 12px 18px;
  z-index: -1;
  border: 1px solid rgba(246, 195, 67, 0.48);
  border-radius: 50% 50% 58% 42% / 50% 60% 40% 50%;
  background: linear-gradient(145deg, rgba(246, 195, 67, 0.1), rgba(230, 51, 47, 0.08));
  transform: rotate(7deg);
}

.contact-person-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 78% 18%, rgba(246, 195, 67, 0.18), transparent 28%),
    linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.contact-person-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  border-radius: inherit;
}

.contact-person-card figcaption {
  position: relative;
  z-index: 2;
  margin: -1.35rem 0.55rem 0;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(246, 195, 67, 0.18), transparent 44%),
    rgba(13, 13, 13, 0.92);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.contact-person-card strong,
.contact-person-card span {
  display: block;
}

.contact-person-card strong {
  color: var(--gold);
  font-size: 0.95rem;
}

.contact-person-card span {
  margin-top: 0.2rem;
  color: #e5e5e5;
  font-size: 0.82rem;
  font-weight: 700;
}

.quote-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1.25rem;
  color: var(--ink);
  border-radius: 18px;
  background: var(--white);
}

.quote-form h2 {
  margin-bottom: 0.2rem;
  font-size: 2rem;
}

.quote-form label {
  display: grid;
  gap: 0.35rem;
}

.quote-form span {
  color: #474747;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f7f7f7;
  font: inherit;
}

.quote-form textarea {
  min-height: 110px;
  resize: vertical;
}

.quote-form .btn {
  margin-top: 0.5rem;
}

.site-footer {
  display: grid;
  gap: 2rem;
  width: 100%;
  max-width: none;
  margin-top: 4rem;
  margin-inline: 0;
  padding: 3rem max(1.25rem, calc((100vw - 1180px) / 2));
  color: #d7d7d7;
  background: var(--black);
}

.site-footer p,
.site-footer a {
  color: #d7d7d7;
}

.site-footer h2 {
  margin-bottom: 1rem;
  color: var(--white);
  font-size: 1.1rem;
}

.site-footer a {
  display: block;
  margin-bottom: 0.5rem;
}

.footer-contact {
  padding-left: 22px;
  border-left: 2px solid var(--red);
}

.footer-contact-list {
  display: grid;
  gap: 0.65rem;
}

.site-footer .footer-contact-item {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  min-width: 0;
  margin: 0;
}

.footer-contact-item p,
.footer-contact-item span:last-child {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.footer-contact-icon,
.footer-legal-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #ff7773;
  border: 1px solid rgba(230, 51, 47, 0.24);
  background: rgba(230, 51, 47, 0.1);
}

.footer-contact-icon {
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 5px;
}

.footer-contact-icon svg,
.footer-legal-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-contact-item:hover,
.footer-contact-item:focus-visible {
  color: var(--white);
}

.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 0.5rem;
  padding: 1rem 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.035);
}

.footer-legal-icon {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 50%;
}

.footer-legal-links {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: center;
}

.site-footer .footer-legal-links a,
.footer-legal-links .footer-cookie-settings {
  display: inline-flex;
  margin: 0;
  color: #a9a9a9;
  font-size: 0.78rem;
  line-height: 1.4;
}

.site-footer .footer-legal-links a:hover,
.site-footer .footer-legal-links a:focus-visible,
.footer-legal-links .footer-cookie-settings:hover,
.footer-legal-links .footer-cookie-settings:focus-visible {
  color: var(--white);
  text-decoration: underline;
}

.footer-cookie-settings {
  display: block;
  margin: 0 0 0.5rem;
  padding: 0;
  border: 0;
  color: #d7d7d7;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.footer-cookie-settings:hover,
.footer-cookie-settings:focus-visible {
  color: var(--white);
  text-decoration: underline;
}

@media (max-width: 699px) {
  .footer-contact {
    padding: 20px 0 0 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-legal {
    align-items: flex-start;
    padding: 1rem;
  }

  .footer-legal-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
  }
}

.cky-consent-container .cky-consent-bar {
  border-color: rgba(33, 32, 32, 0.12) !important;
  border-radius: 8px !important;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18) !important;
}

.cky-consent-container .cky-btn,
.cky-modal .cky-btn {
  border-radius: 5px !important;
  font-family: inherit !important;
  font-weight: 800 !important;
}

.cky-consent-container .cky-btn-accept,
.cky-modal .cky-btn-accept {
  border-color: var(--red) !important;
  background: var(--red) !important;
  color: var(--white) !important;
}

.cky-consent-container .cky-btn-reject,
.cky-consent-container .cky-btn-customize,
.cky-modal .cky-btn-reject,
.cky-modal .cky-btn-preferences {
  border-color: #d8d8d8 !important;
  background: var(--white) !important;
  color: var(--black) !important;
}

.cky-modal .cky-preference-center {
  border-radius: 8px !important;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18) !important;
}

.cky-modal .cky-switch input[type="checkbox"]:checked {
  background: var(--red) !important;
}

.cky-modal .cky-show-desc-btn,
.cky-modal .cky-footer-wrapper a,
.cky-consent-container .cky-policy {
  color: var(--red) !important;
}

.cky-btn-revisit-wrapper {
  background: var(--black) !important;
}

.footer-brand {
  max-width: 230px;
  margin-bottom: 1rem;
}

@media (min-width: 700px) {
  .contact-strip {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }

  .proof-bar {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-consult-section {
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr);
    align-items: stretch;
    padding: 1.25rem;
  }

  .trust-consult-media {
    height: 430px;
    min-height: 0;
  }

  .trust-consult-copy,
  .trust-consult-copy h2 {
    max-width: none;
  }

  .trust-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-benefit-wide {
    grid-column: 1 / -1;
  }

  .trust-action-card {
    grid-column: 1 / -1;
  }

  .hero-actions .btn,
  .contact-actions .btn {
    flex: 0 0 auto;
    width: auto;
  }

  .hero-actions .btn {
    min-height: 48px;
  }

  h1 {
    width: auto;
    max-width: 640px;
  }

  .lead {
    width: auto;
    max-width: 660px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-actions {
    width: auto;
    max-width: none;
  }

  .consultation-copy,
  .client-strip > div:first-child,
  .section-head,
  .split-copy,
  .consultation h2,
  .client-strip h2,
  .section-head h2,
  .split-copy h2 {
    max-width: none;
  }

  .consultation,
  .client-strip,
  .about-section,
  .contact-section {
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.75fr);
    padding: 2rem;
  }

  .contact-copy {
    grid-column: 1 / -1;
  }

  .contact-person-card {
    justify-self: stretch;
    max-width: 265px;
  }

  .check-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .client-logos {
    grid-template-columns: repeat(3, minmax(130px, 1fr));
  }

  .split-section {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.92fr);
    align-items: stretch;
    padding: 1.25rem;
  }

  .split-section.image-right {
    padding: 1.25rem;
  }

  .split-section .split-trust-benefits {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: 1fr;
  }

  .image-right .split-media {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: stretch;
    height: 100%;
    min-height: 0;
  }

  .split-copy {
    padding: 1.25rem;
  }

  .image-right .split-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .coverage-region-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coverage-cta {
    width: auto;
  }

  .coverage-map-card {
    min-height: 560px;
  }

  .services-showcase {
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.25fr);
    align-items: start;
  }

  .services-sticky {
    position: sticky;
    top: calc(var(--site-header-height) + 20px);
    height: calc(100vh - var(--site-header-height) - 40px);
    max-height: calc(100vh - var(--site-header-height) - 40px);
  }

  .services-sticky-scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 20px, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0, #000 20px, #000 100%);
  }

  .service-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-tile-wide {
    grid-column: 1 / -1;
  }

  .service-tile-feature {
    grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1fr);
    align-items: stretch;
    min-height: 300px;
  }

  .service-feature-copy {
    align-self: center;
    padding: 1.25rem;
  }

  .service-feature-media {
    min-height: 280px;
  }

  .service-feature-media img {
    min-height: 280px;
  }

  .service-tile-image {
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1fr);
    min-height: 320px;
  }

  .service-tile-image img {
    height: 100%;
    min-height: 320px;
  }

  .service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .service-card {
    width: auto;
    flex: initial;
  }

  .dog-section {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    align-items: stretch;
    padding: 1.5rem;
  }

  .dog-copy {
    align-self: center;
    padding: 1.5rem;
  }

  .solution-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .solution-grid article {
    width: auto;
    flex: initial;
  }

  .quote-form {
    grid-template-columns: repeat(2, 1fr);
    padding: 1.6rem;
  }

  .quote-form h2,
  .quote-form .full,
  .quote-form .btn {
    grid-column: 1 / -1;
  }

  .site-footer {
    grid-template-columns: 1.25fr 0.7fr 0.8fr 1.1fr;
    padding: 3.5rem max(2rem, calc((100vw - 1180px) / 2));
  }
}

@media (min-width: 980px) {
  .site-header {
    display: flex;
    flex-direction: column;
  }

  .nav-wrap {
    order: 1;
  }

  .contact-strip {
    order: 2;
    width: 100%;
    min-height: 64px;
    max-height: 64px;
    padding: 0.55rem max(1.25rem, calc((100vw - 1180px) / 2));
    color: var(--black);
    overflow: hidden;
    border-top: 1px solid #e2e2e2;
    background: var(--white);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    transition: min-height 180ms ease, max-height 180ms ease, padding 180ms ease, opacity 140ms ease, transform 180ms ease;
  }

  .site-header.contact-strip-collapsed .contact-strip {
    min-height: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    border-top-width: 0;
    box-shadow: none;
    pointer-events: none;
    transform: translateY(-8px);
  }

  .contact-strip a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.45rem 0.85rem;
    color: var(--black);
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    background: #f3f3f3;
    font-weight: 800;
    line-height: 1;
  }

  .contact-strip a[href^="tel:"] {
    color: #8f1b18;
    border-color: rgba(230, 51, 47, 0.24);
    background: #ffe9e8;
  }

  .contact-strip span {
    color: #5b4300;
    border-color: rgba(201, 145, 19, 0.32);
    background: #fff6d7;
    font-weight: 800;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 0 auto;
  }

  .header-actions .btn {
    min-height: 42px;
    padding: 0.7rem 1rem;
    font-size: 0.75rem;
  }

  .header-actions .header-cta {
    min-height: 40px;
    padding: 0.62rem 0.9rem;
    color: var(--white);
    border: 1px solid var(--red);
    background: transparent;
    box-shadow: none;
    font-size: 0.68rem;
  }

  .about-section {
    grid-template-columns: 1fr;
  }

  .about-panel,
  .about-section .stat-panel {
    grid-column: 1 / -1;
    width: 100%;
  }

  .about-section .stat-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .menu-toggle {
    display: none;
  }

  .primary-nav {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: #f1f1f1;
    font-size: 0.88rem;
    font-weight: 800;
  }

  .primary-nav a {
    min-height: 0;
    padding: 0;
    border-bottom: 0;
  }

  .primary-nav .mobile-nav-cta {
    display: none;
  }

  .nav-dropdown {
    position: relative;
    border-bottom: 0;
  }

  .nav-dropdown-row {
    display: flex;
    gap: 0.3rem;
  }

  .nav-dropdown-toggle {
    width: 26px;
    height: 26px;
    color: #f1f1f1;
    border: 0;
    background: transparent;
  }

  .nav-dropdown-toggle:hover,
  .nav-dropdown-toggle:focus-visible {
    color: var(--red);
    background: rgba(255, 255, 255, 0.08);
  }

  .nav-dropdown.is-active .nav-dropdown-row {
    padding: 0;
  }

  .nav-submenu {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
    width: min(470px, calc(100vw - 40px));
    padding: 0.65rem;
    visibility: hidden;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: #171717;
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.38);
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .nav-submenu::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 16px;
  }

  .nav-dropdown:hover .nav-submenu,
  .nav-dropdown:focus-within .nav-submenu,
  .nav-dropdown.is-open .nav-submenu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .primary-nav .nav-submenu a {
    min-height: 42px;
    padding: 0.68rem 0.78rem;
    color: #eeeeee;
    border: 0;
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .primary-nav .nav-submenu .nav-all-services {
    grid-column: 1 / -1;
    color: #9f1f1c;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 620px;
    padding: 3.5rem max(1.25rem, calc((100vw - 1180px) / 2)) 3.4rem;
  }

  .hero::before {
    background: rgba(0, 0, 0, 0.4);
  }

  .hero-background {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr);
  }

  .hero-bg-mobile {
    display: none;
  }

  .hero-bg-desktop {
    display: block;
  }

  .hero-bg-left,
  .hero-bg-left img {
    object-position: center 18%;
  }

  .hero-bg-right,
  .hero-bg-right img {
    object-position: center 42%;
  }

  .hero-copy {
    width: min(100%, 780px);
    max-width: 780px;
    margin: 0 auto;
    align-self: center;
  }

  .hero-copy h1 {
    max-width: 760px;
  }

  .hero-copy .lead {
    max-width: 680px;
  }

  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-copy .lead,
  .hero-copy .hero-phone {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.82), 0 3px 9px rgba(0, 0, 0, 0.5);
  }

  .coverage-section {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.82fr);
    align-items: stretch;
    gap: 1.25rem;
  }

  .coverage-copy {
    align-self: center;
    padding: 2rem;
  }

  .coverage-map-card {
    min-height: 620px;
  }

  .proof-bar {
    margin-top: -2.4rem;
  }

  .trust-consult-section {
    grid-template-columns: minmax(250px, 0.74fr) minmax(0, 1.02fr) minmax(360px, 0.88fr);
    gap: 1.25rem;
    padding: 1.35rem;
  }

  .trust-consult-media {
    height: 500px;
    min-height: 0;
  }

  .trust-consult-copy {
    align-self: center;
    padding: 1.25rem;
  }

  .trust-action-card {
    grid-column: auto;
    align-self: stretch;
    padding: 1.45rem;
  }

  .contact-section {
    grid-template-columns: minmax(0, 0.82fr) minmax(230px, 0.54fr) minmax(360px, 1fr);
    align-items: end;
  }

  .contact-copy {
    grid-column: auto;
    align-self: center;
  }

  .contact-person-card {
    align-self: center;
  }

  .contact-person-media {
    height: 285px;
  }

  .service-grid {
    grid-template-columns: 1.15fr 1fr 1fr;
  }

  .featured-card {
    grid-row: span 2;
  }

  .featured-card img {
    height: 54%;
  }

  .solution-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 699px) {
  :root {
    --section-space: 3.75rem;
    --font-h1: 2.15rem;
    --font-h2: 2rem;
    --font-h3: 1.2rem;
    --font-lead: 0.95rem;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .menu-open .primary-nav {
    right: 0;
    left: auto;
    width: 80vw;
    max-width: 80vw;
  }

  .site-header,
  .nav-wrap,
  main,
  .hero,
  .hero-background,
  .hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .nav-wrap {
    gap: 0.75rem;
    margin: 0;
    padding: 0.9rem 20px;
  }

  .brand {
    min-width: 0;
    width: min(190px, calc(100% - 58px));
    max-width: min(190px, calc(100% - 58px));
  }

  .brand span {
    min-width: 0;
    overflow: hidden;
  }

  .brand strong,
  .brand small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .menu-toggle {
    display: inline-flex;
    flex: 0 0 46px;
    margin-left: auto;
  }

  .contact-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.6rem 1.25rem;
    text-align: center;
  }

  .contact-strip a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-weight: 800;
    line-height: 1;
  }

  .contact-strip a[href^="tel:"] {
    margin-inline: 0;
    min-height: 40px;
    padding: 0.62rem 0.9rem;
    color: var(--white);
    border-color: var(--red);
    background: transparent;
    box-shadow: none;
    font-size: 0.68rem;
  }

  .contact-strip a[href^="mailto:"] {
    display: none;
  }

  .contact-strip span {
    display: none;
  }

  .contact-strip .mobile-header-stat {
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.42rem 0.75rem;
    color: var(--gold);
    border: 1px solid rgba(246, 195, 67, 0.78);
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    line-height: 1;
    text-align: center;
  }

  .mobile-header-stat strong {
    color: var(--gold);
    font-size: 0.8rem;
    font-weight: 900;
  }

  .mobile-header-stat small {
    margin-top: 0.2rem;
    color: var(--white);
    font-size: 0.52rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .hero {
    align-content: end;
    min-height: 570px;
    padding-block: 1.5rem;
    padding-inline: 20px;
  }

  .hero::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.08) 38%,
      rgba(0, 0, 0, 0.38) 64%,
      rgba(0, 0, 0, 0.82) 100%
    );
  }

  .hero-background .hero-bg-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    transform: none;
  }

  .hero-background {
    background: #111111;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    align-self: end;
    padding: 0;
  }

  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-copy .lead,
  .hero-copy .hero-phone {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 3px 10px rgba(0, 0, 0, 0.62);
  }

  .hero-copy .eyebrow {
    max-width: 100%;
    margin-bottom: 0.45rem;
    font-size: 0.62rem;
    white-space: normal;
  }

  .hero-copy h1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.7rem;
    font-size: var(--font-h1);
    overflow-wrap: normal;
  }

  .hero-copy .lead {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 0.55rem;
    margin: 0.85rem 0 0.6rem;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 42px;
    padding-inline: 0.35rem;
    font-size: 0.66rem;
    white-space: nowrap;
  }

  .hero-phone {
    justify-content: center;
    width: 100%;
    margin-bottom: 0.75rem;
    text-align: center;
  }

  .trust-consult-copy,
  .trust-consult-copy h2,
  .trust-benefits,
  .trust-benefits article {
    width: 100%;
    max-width: 100%;
  }

  .split-copy,
  .split-copy h2 {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .nav-wrap {
    align-items: flex-start;
  }

  .brand .site-logo-image {
    width: 100%;
    max-height: 50px;
    padding: 0.24rem 0.42rem;
  }

  .hero {
    padding-block: 1.5rem;
  }

  .contact-actions {
    display: grid;
  }

  .client-logos {
    grid-template-columns: 1fr;
  }

  .stat-panel {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .btn-red,
  .solution-grid a,
  .contact-strip a,
  .menu-toggle {
    transition: none;
  }

  .btn::after,
  .solution-grid a::after,
  .contact-strip a::after,
  .menu-toggle::after {
    display: none;
  }
}

/* Shared accreditation, review and private-form components. */
.icon-gold {
  color: var(--gold);
  background: rgba(246, 195, 67, 0.12);
}

.button-icon,
.list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.button-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

.button-icon svg,
.list-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.list-icon {
  width: 18px;
  height: 18px;
  color: var(--red);
}

.blink-accreditations-section {
  width: 100%;
  overflow: hidden;
  background: var(--white);
}

.blink-accreditations-intro {
  width: 100%;
  padding: var(--section-space) var(--page-gutter) 2rem;
  background: var(--white);
}

.blink-accreditations {
  width: 100%;
  padding: 2rem var(--page-gutter);
  overflow: hidden;
  background: var(--white);
  color: var(--black);
}

.blink-accreditations-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(var(--content-width), 100%);
  margin: 0 auto;
}

.blink-accreditations-heading h2 {
  margin: 4px 0 0;
  color: var(--black);
}

.blink-accreditations-intro .icon-gold {
  color: #8a6507;
  border: 1px solid rgba(201, 145, 19, 0.22);
  background: #fff6d7;
}

.blink-logo-marquee {
  position: relative;
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  padding: 18px 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  isolation: isolate;
}

.blink-logo-marquee::before,
.blink-logo-marquee::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 64px;
  content: "";
  pointer-events: none;
}

.blink-logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.blink-logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.blink-logo-marquee-track,
.blink-logo-marquee-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  min-width: max-content;
}

.blink-logo-marquee-track {
  animation: blink-logo-scroll 34s linear infinite;
  will-change: transform;
}

.blink-logo-marquee-group {
  flex: 0 0 auto;
  gap: 54px;
  padding-right: 54px;
}

.blink-logo-marquee:hover .blink-logo-marquee-track,
.blink-logo-marquee:focus-within .blink-logo-marquee-track {
  animation-play-state: paused;
}

.blink-logo-marquee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 180px;
  width: 180px;
  height: 82px;
  margin: 0;
  padding: 8px;
}

.blink-logo-marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes blink-logo-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.client-reviews {
  width: min(var(--content-width), calc(100% - 40px));
  margin: 0 auto;
  padding: var(--section-space) 0;
}

.client-reviews-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.client-reviews-heading h2 {
  max-width: 760px;
  margin: 7px 0 0;
}

.client-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.client-review-card,
.client-review-empty {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(22, 22, 22, 0.08);
}

.client-review-card::before,
.client-review-empty::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--gold));
  content: "";
}

.client-review-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 28px;
}

.client-review-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.client-review-card .icon-quote {
  width: 44px;
  height: 44px;
  color: var(--white);
  border-radius: 6px;
  background: var(--red);
}

.review-stars {
  color: var(--gold-dark);
  font-size: 1.05rem;
  font-weight: 900;
}

.review-stars span + span {
  margin-left: 2px;
}

.footer-widget-area {
  grid-column: 1 / -1;
  min-width: 0;
}

.client-review-card blockquote {
  flex: 1 1 auto;
  margin: 0;
  color: #414141;
}

.client-review-card blockquote p:last-child {
  margin-bottom: 0;
}

.client-review-card footer {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #ededed;
}

.client-review-card footer strong,
.client-review-card footer span {
  display: block;
}

.client-review-card footer span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.85rem;
}

.client-review-grid-empty {
  grid-template-columns: 1fr;
}

.client-review-empty {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 150px;
  padding: 30px;
}

.client-review-empty h3 {
  margin-bottom: 6px;
}

.client-review-empty p {
  margin: 0;
  color: var(--muted);
}

.review-page-locked {
  min-height: 100%;
  background: #121212;
}

.review-page-locked main.review-lock-screen {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(20px, 5vw, 56px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(230, 51, 47, 0.18), transparent 38%),
    repeating-linear-gradient(135deg, transparent 0 30px, rgba(255, 255, 255, 0.025) 30px 31px),
    #121212;
}

.review-lock-screen::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.46), transparent 48%, rgba(230, 51, 47, 0.08));
  content: "";
  pointer-events: none;
}

.review-lock-panel {
  position: relative;
  z-index: 1;
  width: min(540px, 100%);
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.review-lock-brand {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.review-lock-brand .site-logo-image {
  width: min(290px, 100%);
  height: auto;
  object-fit: contain;
}

.review-lock-brand span,
.review-lock-brand strong,
.review-lock-brand small {
  display: block;
}

.review-lock-brand strong {
  color: var(--ink);
  font-size: 1.06rem;
  line-height: 1.05;
}

.review-lock-brand small {
  margin-top: 4px;
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.review-lock-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--gold);
}

.review-lock-icon .icon,
.review-lock-icon .icon svg {
  width: 27px;
  height: 27px;
}

.review-lock-panel h1 {
  margin: 10px 0 14px;
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 2.75rem);
  line-height: 1.08;
}

.review-lock-panel > p:not(.eyebrow, .review-lock-note) {
  margin: 0;
  color: var(--muted);
}

.review-lock-panel .review-unlock-form {
  grid-template-columns: 1fr;
  margin-top: 24px;
}

.review-lock-panel .review-unlock-form input {
  min-height: 58px;
  border-color: #cfcfcf;
  background: #f6f6f6;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 800;
}

.review-lock-panel .review-unlock-form input:focus {
  border-color: var(--red);
  outline: 3px solid rgba(230, 51, 47, 0.14);
}

.review-lock-panel .review-unlock-form .btn {
  width: 100%;
}

.review-lock-panel .quote-notice {
  margin: 20px 0 0;
}

.review-lock-note {
  margin: 22px 0 0;
  color: #707070;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.review-page main {
  background: var(--soft);
}

.review-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: center;
  min-height: 390px;
  padding: 64px var(--page-gutter);
  background: linear-gradient(125deg, #181818 0%, #2a1717 100%);
  color: var(--white);
}

.review-page-hero > div:first-child {
  width: min(760px, 100%);
}

.review-page-hero h1 {
  margin: 10px 0 18px;
  color: var(--white);
}

.review-page-hero .lead {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.review-page-hero-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  justify-self: end;
  border: 1px solid rgba(246, 195, 67, 0.55);
  border-radius: 50%;
  background: rgba(246, 195, 67, 0.08);
}

.review-page-hero-mark .icon {
  width: 82px;
  height: 82px;
  color: var(--gold);
  background: transparent;
}

.review-page-hero-mark .icon svg {
  width: 70px;
  height: 70px;
}

.review-access-shell {
  width: min(var(--content-width), calc(100% - 40px));
  margin: 0 auto;
  padding: var(--section-space) 0;
}

.review-access-card {
  width: min(620px, 100%);
  margin: 0 auto;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.08);
}

.review-access-card h2 {
  margin: 12px 0 14px;
}

.review-access-card > p:not(.eyebrow) {
  color: var(--muted);
}

.review-unlock-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 26px;
}

.review-unlock-form label {
  grid-column: 1 / -1;
  font-weight: 800;
}

.review-unlock-form label span,
.client-review-form label > span[aria-hidden],
.review-rating legend > span {
  color: var(--red);
  font-weight: 900;
}

.review-unlock-form input,
.client-review-form input,
.client-review-form select,
.client-review-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  background: #f8f8f8;
  color: var(--ink);
  font: inherit;
}

.review-form-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 32px;
  align-items: start;
}

.review-form-intro {
  position: sticky;
  top: 20px;
  padding: 34px;
  border-radius: 8px;
  background: #171717;
  color: var(--white);
}

.review-form-intro h2 {
  margin: 14px 0;
  color: var(--white);
}

.review-form-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.review-form-intro ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.review-form-intro li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.review-form-intro li .icon {
  width: 38px;
  height: 38px;
  border-radius: 6px;
}

.review-form-intro li .icon svg {
  width: 20px;
  height: 20px;
}

.client-review-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.07);
}

.client-review-form > .quote-notice,
.review-rating,
.review-field-full,
.review-consent,
.review-submit {
  grid-column: 1 / -1;
}

.review-field label,
.review-rating legend {
  display: inline-flex;
  gap: 3px;
  margin-bottom: 7px;
  font-size: 0.86rem;
  font-weight: 800;
}

.client-review-form textarea {
  min-height: 150px;
  resize: vertical;
}

.review-rating {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.review-rating > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.review-rating input {
  position: absolute;
  width: 1px !important;
  height: 1px;
  min-height: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.review-rating label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background: #f8f8f8;
  cursor: pointer;
}

.review-rating label span {
  margin-left: 4px;
  color: var(--gold-dark);
}

.review-rating input:checked + label,
.review-rating input:focus-visible + label {
  border-color: var(--red);
  background: #fff0ef;
  box-shadow: 0 0 0 2px rgba(230, 51, 47, 0.12);
}

.review-consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #525252;
  font-size: 0.86rem;
}

.review-consent input {
  width: 20px;
  height: 20px;
  min-height: 0;
  margin: 1px 0 0;
}

.review-consent strong {
  color: var(--red);
}

.review-submit {
  width: 100%;
}

@media (max-width: 820px) {
  .client-review-grid {
    grid-template-columns: 1fr;
  }

  .client-review-card {
    min-height: 0;
  }

  .review-form-layout {
    grid-template-columns: 1fr;
  }

  .review-form-intro {
    position: static;
  }
}

@media (max-width: 699px) {
  .blink-accreditations {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blink-accreditations-heading,
  .client-reviews-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .blink-logo-marquee::before,
  .blink-logo-marquee::after {
    width: 32px;
  }

  .blink-logo-marquee-group {
    gap: 34px;
    padding-right: 34px;
  }

  .blink-logo-marquee-item {
    flex-basis: 150px;
    width: 150px;
    height: 74px;
  }

  .client-reviews-heading .btn {
    width: 100%;
  }

  .review-page-hero {
    grid-template-columns: 1fr;
    min-height: 350px;
    padding: 52px 20px;
  }

  .review-page-hero-mark {
    display: none;
  }

  .review-access-card,
  .review-form-intro,
  .client-review-form {
    padding: 26px 22px;
  }

  .review-unlock-form,
  .client-review-form {
    grid-template-columns: 1fr;
  }

  .review-unlock-form .btn,
  .review-field,
  .review-rating,
  .review-field-full,
  .review-consent,
  .review-submit {
    grid-column: auto;
  }

  .review-rating > div {
    grid-template-columns: repeat(5, minmax(48px, 1fr));
    overflow-x: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blink-logo-marquee-track {
    animation: none;
  }
}
