:root {
  --navy: #062b63;
  --navy-dark: #002653;
  --blue: #06459a;
  --red: #e31b23;
  --pale: #f5f7fa;
  --line: #dbe2ea;
  --text: #0c2245;
  --max: 1160px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { color: var(--text); background: #fff; font-family: Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-main { overflow: hidden; }

/* Header */
.respon-header { height: 78px; background: #fff; position: relative; z-index: 50; border-bottom: 1px solid #edf0f4; }
.respon-header__inner { width: min(var(--max), calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 25px; }
.respon-brand { width: 278px; height:100%; flex: 0 0 278px; display: flex; align-items: center; color: var(--blue); }
.respon-brand__image { display:block; width:auto; height:auto; max-width:100%; max-height:92%; object-fit:contain; object-position:left center; }
.respon-brand__mark { width: 58px; height: 58px; flex: 0 0 58px; border: 4px solid var(--blue); border-radius: 45% 45% 50% 50%; font: 700 38px/50px 'Barlow Condensed'; text-align: center; position: relative; }
.respon-brand__mark:after { content: ''; position: absolute; left: -8px; right: -8px; bottom: -6px; height: 7px; border-radius: 50%; background: var(--red); transform: rotate(-7deg); }
.respon-brand strong { display: block; font-size: 29px; letter-spacing: 3px; line-height: .95; }
.respon-brand small { display: block; margin-top: 4px; color: #111; font-size: 8px; font-weight: 800; }
.respon-nav { margin-left: auto; }
.respon-nav ul { display: flex; gap: 28px; align-items: center; list-style: none; margin: 0; padding: 0; }
.respon-nav a { display: block; padding: 30px 0 24px; border-bottom: 2px solid transparent; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.respon-nav a:hover, .respon-nav .current-menu-item a { color: var(--blue); border-color: var(--blue); }
.respon-header__main-group { display: contents; }
.respon-header__contact { position: relative; flex: 0 0 auto; }
.respon-header__facebook {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  transform: translateY(-50%);
  transition: background-color .2s ease;
}
.respon-header__facebook:hover,
.respon-header__facebook:focus-visible { background: var(--red); }
.respon-header__facebook svg { width: 20px; height: 20px; fill: currentColor; }
.respon-phone { color: var(--navy); white-space: nowrap; font-size: 12px; font-weight: 800; }
.respon-btn, .respon-btn .elementor-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 15px 22px; border-radius: 4px; background: var(--red) !important; color: #fff !important; box-shadow: 0 7px 17px rgba(227,27,35,.18); font-size: 12px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.respon-btn--small { padding: 14px 17px; font-size: 10px; }
.respon-menu-toggle { display: none; }

@media (min-width:1024px) and (max-width:1199px) {
  .respon-header__facebook { display:none; }
}

/* Elementor utility */
.eyebrow { margin: 0 !important; }
.eyebrow span { display: inline-block; position: relative; padding-bottom: 10px; color: var(--red); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.eyebrow span:after { content: ''; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px; background: var(--red); }
.center { text-align: center !important; align-self: center; }
.center span:after { left: 50%; transform: translateX(-50%); }
.section { width: 100% !important; align-items: stretch; padding: 22px max(30px, calc((100vw - var(--max))/2)); }
.section > .e-con-inner { gap: 7px; }
.section-title .elementor-heading-title { margin: 2px 0 15px; color: var(--navy) !important; font: 800 25px/1.15 Manrope, sans-serif !important; }
.text-button { width: 100% !important; align-self: center; margin: 2px 0 0; text-align: center; }
.text-button .elementor-widget-container { text-align: center; }
.text-button .elementor-button { padding: 4px !important; background: transparent !important; color: var(--blue) !important; box-shadow: none !important; font-size: 10px; font-weight: 800; text-transform: uppercase; }

/* Hero */
.home-hero { min-height: 405px; position: relative; display: block !important; overflow: hidden; background: #fff; }
.hero-photo { position: absolute !important; z-index: 0; inset: 0 0 0 32%; width: 68% !important; height: 100%; }
.hero-photo, .hero-photo .elementor-widget-container, .hero-photo img { height: 100% !important; }
.hero-photo img { width: 100% !important; object-fit: cover; object-position: center; }
.home-hero:after { content: ''; position: absolute; z-index: 1; inset: 0 38% 0 0; background: linear-gradient(90deg, #fff 0%, #fff 48%, rgba(255,255,255,.93) 70%, rgba(255,255,255,0) 100%); pointer-events: none; }
.hero-copy { width: 475px !important; min-height: 405px; position: absolute !important; z-index: 2; left: max(30px, calc((100vw - var(--max))/2)); top: 0; margin: 0 !important; padding: 30px 0 20px; justify-content: center; align-items: flex-start; }
.hero-title .elementor-heading-title { margin: 10px 0 11px; color: var(--navy) !important; font: 700 45px/.96 'Barlow Condensed', sans-serif !important; letter-spacing: .2px; text-transform: uppercase; }
.hero-title em { color: var(--red); font-style: normal; }
.hero-text { width: 445px !important; max-width: 100% !important; color: var(--text); font-size: 14px; line-height: 1.58; }
.hero-text p { margin: 0; }
.button-row { display: flex !important; flex-direction: row !important; gap: 15px; margin-top: 7px; }
.button-row > .e-con-inner { display: flex !important; flex-flow: row nowrap !important; gap: 15px; }
.button-row .elementor-widget-button { width: auto !important; }
.primary-button .elementor-button { padding: 14px 25px !important; background: var(--red) !important; color: #fff !important; border: 1px solid var(--red); }
.secondary-button .elementor-button { padding: 14px 25px !important; background: #fff !important; color: var(--navy) !important; border: 1px solid var(--blue); box-shadow: none !important; }
.trust-line { margin-top: 5px; font-size: 11px; }
.trust-line em { color: var(--red); font-style: normal; }
.hero-badge { position: absolute !important; z-index: 3; right: max(30px, calc((100vw - var(--max))/2)); bottom: 17px; width: 285px !important; padding: 15px 20px; border-radius: 3px; background: rgba(0,39,87,.97); color: #fff; }
.hero-badge b, .hero-badge strong, .hero-badge small { display: block; }
.hero-badge b { font-size: 11px; text-transform: uppercase; }
.hero-badge strong { margin-top: 2px; color: #ff3038; font-size: 13px; text-transform: uppercase; }
.hero-badge small { margin-top: 7px; font-size: 10px; }

/* Services */
.services-section { min-height: 0; padding-top: 12px; padding-bottom: 8px; }
.services-section > .e-con-inner { gap: 2px; }
.service-grid { width: 100%; display: flex !important; flex-flow: row nowrap !important; gap: 14px; }
.service-grid > .e-con-inner { width: 100%; display: flex !important; flex-flow: row nowrap !important; gap: 14px; }
.service-card { width: calc(20% - 11px) !important; min-height: 147px; flex: 0 0 calc(20% - 11px); justify-content: center; padding: 13px 10px; border: 1px solid var(--line); border-radius: 6px; background: #fff; text-align: center; }
.service-card .elementor-icon-box-wrapper { display: flex; min-height: 112px; flex-direction: column; align-items: center; justify-content: flex-start; }
.service-card .elementor-icon-box-icon { display: flex; height: 43px; margin: 0 0 5px !important; align-items: center; justify-content: center; color: var(--blue); font-size: 37px; line-height: 1; }
.service-card .elementor-icon-box-icon .elementor-icon { display: flex; align-items: center; justify-content: center; line-height: 1; }
.service-card .elementor-icon-box-title { margin: 0 0 5px; color: #111; font-size: 12px; line-height: 1.15; text-transform: uppercase; }
.service-card .elementor-icon-box-description { margin: 0; color: #222; font-size: 9px; line-height: 1.4; }

/* Values */
[data-id="3cdc5a2"],
.values-band { width: 100% !important; min-height: 142px; display: flex !important; flex-flow: row nowrap !important; align-items: stretch; padding: 14px max(30px, calc((100vw - var(--max))/2)); background: linear-gradient(110deg, #002552, #07366c) !important; color: #fff; }
body .elementor .values-band.values-band { background-image: linear-gradient(110deg, #002552, #07366c) !important; background-color: #002552 !important; }
.values-band > .e-con-inner { width: 100%; display: flex !important; flex-flow: row nowrap !important; align-items: stretch; }
.values-heading { width: 31% !important; flex: 0 0 31%; justify-content: center; padding-right: 30px; border-right: 1px solid rgba(255,255,255,.4); }
.eyebrow--light span { color: #ff343b; }
.values-title .elementor-heading-title { margin: 4px 0 0; color: #fff !important; font: 700 29px/1.05 'Barlow Condensed', sans-serif !important; text-transform: uppercase; }
.value-item { width: 23% !important; flex: 0 0 23%; justify-content: center; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.4); text-align: center; }
.value-item:last-child { border-right: 0; }
.value-item .elementor-icon-box-wrapper { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; }
.value-item .elementor-icon { display: flex; align-items: center; justify-content: center; color: var(--blue); font-size: 34px; line-height: 1; }
.value-item .elementor-icon-box-icon { display: flex; height: 39px; margin: 0 0 5px !important; align-items: center; justify-content: center; }
.value-item .elementor-icon-box-content { width: 100%; }
.value-item .elementor-icon-box-title { margin: 0 0 4px; color: #fff; font-size: 11px; text-transform: uppercase; }
.value-item .elementor-icon-box-description { margin: 0; color: #fff; font-size: 9px; line-height: 1.38; }

/* Projects */
.projects-section { min-height: 0; padding-top: 12px; padding-bottom: 8px; }
.projects-section > .e-con-inner { gap: 2px; }
.project-grid { width: 100%; display: flex !important; flex-flow: row nowrap !important; gap: 14px; }
.project-grid > .e-con-inner { width: 100%; display: flex !important; flex-flow: row nowrap !important; gap: 14px; }
.project-card { width: calc(25% - 10.5px) !important; flex: 0 0 calc(25% - 10.5px); overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.project-image, .project-image .elementor-widget-container { width: 100%; height: 112px; }
.project-image img { display: block; width: 100% !important; height: 112px !important; object-fit: cover; }
.project-meta { padding: 8px 10px 10px; }
.project-meta small, .project-meta strong { display: block; }
.project-meta small { color: var(--blue); font-size: 8px; font-weight: 800; }
.project-meta strong { margin-top: 3px; color: var(--text); font-size: 9px; line-height: 1.2; }

/* Process */
[data-id="08f898a"],
.process-section { width: 100% !important; min-height: 150px; position: relative; padding-top: 10px; padding-bottom: 10px; background: var(--pale) !important; overflow: visible !important; }
body .elementor [data-id="08f898a"] { background-color: var(--pale) !important; }
.process-section > .e-con-inner { gap: 2px; }
.process-grid { width: 100%; display: flex !important; flex-flow: row nowrap !important; gap: 0; }
.process-grid > .e-con-inner { width: 100%; display: flex !important; flex-flow: row nowrap !important; gap: 0; }
.process-item { width: 20% !important; flex: 0 0 20%; position: relative; padding: 0 15px; text-align: center; }
.process-item:not(:last-child):after { content: ''; position: absolute; top: 25px; left: calc(50% + 36px); width: calc(100% - 72px); border-top: 2px dotted #8797aa; }
.process-item:not(:last-child):before { content: ''; position: absolute; z-index: 2; top: 21px; right: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.process-item .elementor-icon { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 22px; }
.process-item .elementor-icon-box-icon { margin-bottom: 4px !important; }
.process-item .elementor-icon-box-title { margin: 0 0 3px; color: #111; font-size: 9px; line-height: 1.15; text-transform: uppercase; }
.process-item .elementor-icon-box-description { margin: 0; color: #1d2d43; font-size: 8px; line-height: 1.35; }

/* Testimonials */
.reviews-section { min-height: 145px; padding-top: 10px; padding-bottom: 10px; }
.reviews-section > .e-con-inner { gap: 2px; }
.review-grid { width: 100%; display: flex !important; flex-flow: row nowrap !important; gap: 38px; }
.review-grid > .e-con-inner { width: 100%; display: flex !important; flex-flow: row nowrap !important; gap: 38px; }
.review-card { width: calc(33.333% - 25px) !important; flex: 0 0 calc(33.333% - 25px); min-height: 88px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 6px; font-size: 9px; line-height: 1.45; }
.review-card p { margin: 0 0 5px; }
.review-card b { color: var(--navy); }
.quote-mark { float: left; margin: -6px 8px 0 0; color: var(--red); font: 700 31px/1 Georgia, serif; }

/* Footer */
.respon-cta-bar { min-height: 62px; display: flex; align-items: center; gap: 38px; padding: 8px max(30px, calc((100vw - var(--max))/2)); background: #f2f4f7; }
.respon-cta-bar > div:first-child { margin-right: auto; }
.respon-cta-bar small, .respon-cta-bar strong { display: block; color: var(--navy); }
.respon-cta-bar small { font-size: 13px; font-weight: 700; }
.respon-cta-bar strong { font-size: 19px; line-height: 1.1; }
.respon-cta-bar em { color: var(--red); font-style: normal; }
.respon-cta-contact { display: flex; flex-direction: column; gap: 4px; font-size: 11px; font-weight: 700; }
.respon-footer { padding: 17px 0; background: var(--navy-dark); color: #fff; }
.respon-footer__inner { width: min(var(--max), calc(100% - 48px)); margin: auto; display: flex; align-items: center; gap: 42px; }
.respon-brand--footer { width: 215px; flex-basis: 215px; color: #fff; }
.respon-brand--footer .respon-brand__mark { border-color: #fff; }
.respon-brand--footer strong { color: #fff; font-size: 21px; }
.respon-brand--footer small { color: #fff; font-size: 6px; }
.respon-footer ul { display: flex; gap: 25px; list-style: none; margin: 0; padding: 0; }
.respon-footer li { font-size: 9px; text-transform: uppercase; }
.respon-footer__inner > small { margin-left: auto; font-size: 8px; }
.respon-footer-licence{display:block;margin-top:7px;color:#c8d4e2;font-size:9px;letter-spacing:.02em}
.respon-social { display: flex; gap: 12px; font-size: 18px; }

/* Desktop scale and alignment refinement */
@media (min-width: 1101px) {
  :root { --max: 1240px; }

  .section { padding-top: 30px; padding-bottom: 26px; }
  .eyebrow span { font-size: 12px; }
  .section-title .elementor-heading-title { margin-bottom: 20px; font-size: 30px !important; line-height: 1.15 !important; }
  .text-button .elementor-button { font-size: 11px; }

  .home-hero, .hero-copy { min-height: 430px; }
  .hero-copy { width: 520px !important; padding-top: 34px; padding-bottom: 24px; }
  .hero-title .elementor-heading-title { font-size: 50px !important; line-height: .97 !important; }
  .hero-text { width: 475px !important; font-size: 15px; line-height: 1.6; }
  .primary-button .elementor-button, .secondary-button .elementor-button { padding: 16px 28px !important; font-size: 14px; }
  .trust-line { font-size: 12px; }
  .hero-badge { width: 310px !important; padding: 18px 22px; }
  .hero-badge b { font-size: 12px; }
  .hero-badge strong { font-size: 14px; }
  .hero-badge small { font-size: 11px; }

  .services-section { padding-top: 25px; padding-bottom: 20px; }
  .service-grid, .service-grid > .e-con-inner { gap: 16px; }
  .service-card { width: calc(20% - 12.8px) !important; min-height: 178px; flex-basis: calc(20% - 12.8px); padding: 18px 13px 16px; }
  .service-card .elementor-icon-box-wrapper { min-height: 140px; display: grid; grid-template-rows: 55px 1fr; align-content: start; }
  .service-card .elementor-icon-box-icon { width: 100%; height: 50px; margin: 0 0 5px !important; font-size: 42px; }
  .service-card .elementor-icon-box-content { display: grid; grid-template-rows: 36px auto; align-content: start; width: 100%; }
  .service-card .elementor-icon-box-title { display: flex; min-height: 36px; margin: 0; align-items: center; justify-content: center; font-size: 13px; line-height: 1.2; }
  .service-card .elementor-icon-box-description { align-self: start; padding-top: 7px; font-size: 10.5px; line-height: 1.45; }

  .values-band { min-height: 176px; gap: 0 !important; padding-top: 19px; padding-bottom: 19px; }
  .values-band > .e-con-inner { gap: 0 !important; }
  .values-heading { width: 30% !important; flex-basis: 30%; padding-right: 38px; }
  .values-title .elementor-heading-title { font-size: 34px !important; }
  .value-item { width: 23.333% !important; flex-basis: 23.333%; padding: 0 30px; }
  .value-item .elementor-icon-box-wrapper { display: grid; grid-template-rows: 48px 25px auto; align-content: center; justify-items: center; }
  .value-item .elementor-icon-box-icon { width: 100%; height: 42px; margin: 0 0 6px !important; }
  .value-item .elementor-icon { font-size: 38px; }
  .value-item .elementor-icon-box-content { display: contents; }
  .value-item .elementor-icon-box-title { display: flex; width: 100%; margin: 0; align-items: center; justify-content: center; font-size: 12px; }
  .value-item .elementor-icon-box-description { width: 100%; padding-top: 7px; font-size: 10px; line-height: 1.45; }

  .projects-section { padding-top: 27px; padding-bottom: 22px; }
  .project-grid, .project-grid > .e-con-inner { gap: 16px; }
  .project-card { width: calc(25% - 12px) !important; flex-basis: calc(25% - 12px); }
  .project-image, .project-image .elementor-widget-container, .project-image img { height: 142px !important; }
  .project-meta { padding: 11px 13px 13px; }
  .project-meta small { font-size: 9.5px; }
  .project-meta strong { margin-top: 5px; font-size: 10.5px; }

  .process-section { min-height: 205px; padding-top: 25px; padding-bottom: 24px; }
  .process-item { padding: 0 21px; }
  .process-item .elementor-icon { width: 60px; height: 60px; font-size: 25px; }
  .process-item .elementor-icon-box-icon { margin-bottom: 8px !important; }
  .process-item .elementor-icon-box-title { margin-bottom: 6px; font-size: 10.5px; }
  .process-item .elementor-icon-box-description { font-size: 9.5px; line-height: 1.45; }
  .process-item:not(:last-child):after { top: 29px; left: calc(50% + 42px); width: calc(100% - 84px); }
  .process-item:not(:last-child):before { top: 25px; }

  .reviews-section { min-height: 185px; padding-top: 25px; padding-bottom: 24px; }
  .review-card { min-height: 104px; padding: 16px 18px; font-size: 10.5px; }
  .quote-mark { font-size: 34px; }

  .respon-cta-bar { min-height: 78px; padding-top: 12px; padding-bottom: 12px; }
  .respon-cta-bar small { font-size: 14px; }
  .respon-cta-bar strong { font-size: 23px; }
  .respon-cta-contact { font-size: 12px; }
  .respon-cta-bar .respon-btn { padding: 17px 26px; font-size: 11px; }

  .respon-footer { padding: 22px 0; }
  .respon-footer__inner { gap: 48px; }
  .respon-brand--footer { width: 235px; flex-basis: 235px; }
  .respon-brand--footer strong { font-size: 24px; }
  .respon-brand--footer small { font-size: 7px; }
  .respon-footer ul { gap: 28px; }
  .respon-footer li { font-size: 10px; }
  .respon-social { gap: 15px; font-size: 19px; }
  .respon-footer__inner > small { font-size: 9px; line-height: 1.45; }
}

/* Desktop proportions taken from the supplied Home reference. */
@media (min-width: 1101px) {
  .respon-header { height: 74px; }
  .respon-header__inner { gap: 22px; }
  .respon-brand { width: 260px; flex-basis: 260px; }
  .respon-brand__mark { width: 54px; height: 54px; flex-basis: 54px; font-size: 35px; line-height: 46px; }
  .respon-brand strong { font-size: 27px; }
  .respon-nav ul { gap: 25px; }
  .respon-nav a { padding-top: 28px; padding-bottom: 22px; font-size: 11px; }
  .respon-btn--small { padding: 13px 17px; }

  .home-hero, .hero-copy { min-height: 390px; }
  .hero-photo { inset: 0 0 0 26%; width: 74% !important; }
  .hero-photo img { object-position: 52% center; }
  .home-hero:after { inset-right: 43%; background: linear-gradient(90deg,#fff 0%,#fff 43%,rgba(255,255,255,.94) 66%,rgba(255,255,255,0) 100%); }
  .hero-copy { width: 680px !important; padding-top: 24px; padding-bottom: 16px; }
  .hero-title { width: 680px !important; }
  .hero-title .elementor-heading-title { margin-top: 8px; margin-bottom: 10px; font-size: 47px !important; line-height: .96 !important; white-space: nowrap; }
  .hero-text { width: 425px !important; font-size: 13.5px; line-height: 1.55; }
  .button-row { margin-top: 5px; }
  .primary-button .elementor-button, .secondary-button .elementor-button { padding: 14px 24px !important; font-size: 12px; }
  .trust-line { margin-top: 3px; font-size: 10.5px; }
  .hero-badge { display: flex; width: 300px !important; min-height: 74px; bottom: 14px; padding: 13px 17px; align-items: center; gap: 13px; }
  .hero-badge:before { content: ''; width: 38px; height: 38px; flex: 0 0 38px; background: url('icons/hero-house.svg') center/contain no-repeat; }
  .hero-badge b { font-size: 10px; }
  .hero-badge strong { font-size: 12px; }
  .hero-badge small { margin-top: 5px; font-size: 9px; }

  .section { padding-top: 18px; padding-bottom: 16px; }
  .eyebrow span { padding-bottom: 8px; font-size: 10px; }
  .section-title .elementor-heading-title { margin: 1px 0 12px; font-size: 25px !important; }
  .services-section { padding-top: 16px; padding-bottom: 10px; }
  .service-grid, .service-grid > .e-con-inner { gap: 14px; }
  .service-card { width: calc(20% - 11.2px) !important; min-height: 155px; flex-basis: calc(20% - 11.2px); padding: 12px 11px 11px; }
  .service-card .elementor-icon-box-wrapper { min-height: 130px; grid-template-rows: 61px 1fr; }
  .service-card .elementor-icon-box-icon { height: 57px; margin-bottom: 4px !important; }
  .service-card .elementor-icon { width: 58px; height: 58px; background-position: center; background-size: contain; background-repeat: no-repeat; }
  .service-card .elementor-icon svg { display: none !important; }
  .service-card:nth-child(1) .elementor-icon { background-image: url('icons/service-bathroom.svg'); }
  .service-card:nth-child(2) .elementor-icon { background-image: url('icons/service-kitchen.svg'); }
  .service-card:nth-child(3) .elementor-icon { background-image: url('icons/service-home.svg'); }
  .service-card:nth-child(4) .elementor-icon { background-image: url('icons/service-flooring.svg'); }
  .service-card:nth-child(5) .elementor-icon { background-image: url('icons/service-painting.svg'); }
  .service-card .elementor-icon-box-content { grid-template-rows: 32px auto; }
  .service-card .elementor-icon-box-title,
  .service-card .elementor-icon-box-title a { min-height: 32px; color: var(--text) !important; font-size: 11px; line-height: 1.15; }
  .service-card .elementor-icon-box-description { padding-top: 5px; color: #18253b; font-size: 9px; line-height: 1.35; }
  .services-section .text-button { margin-top: 0; }

  .values-band { min-height: 154px; padding-top: 14px; padding-bottom: 14px; overflow: hidden !important; }
  .values-band:before { content: 'R'; position: absolute; left: 25px; bottom: -33px; color: #fff; opacity: .055; font: 700 145px/1 'Barlow Condensed',sans-serif; pointer-events: none; }
  .values-heading { padding-right: 32px; }
  .values-title .elementor-heading-title { font-size: 31px !important; }
  .values-title em { color: var(--red); font-style: normal; }
  .value-item { padding: 0 27px; }
  .value-item .elementor-icon-box-wrapper { grid-template-rows: 43px 22px auto; }
  .value-item .elementor-icon-box-icon { width: 100%; height: 39px; margin-bottom: 4px !important; }
  .value-item .elementor-icon { width: 43px; height: 43px; background-position: center; background-size: contain; background-repeat: no-repeat; }
  .value-item .elementor-icon svg { display: none !important; }
  .value-item:nth-child(2) .elementor-icon { background-image: url('icons/value-responsible.svg'); }
  .value-item:nth-child(3) .elementor-icon { background-image: url('icons/value-responsive.svg'); }
  .value-item:nth-child(4) .elementor-icon { background-image: url('icons/value-reliable.svg'); }
  .value-item .elementor-icon-box-title,
  .value-item .elementor-icon-box-title a { color: #fff !important; font-size: 11px; }
  .value-item .elementor-icon-box-description { padding-top: 5px; font-size: 9px; line-height: 1.38; }

  .projects-section { padding-top: 17px; padding-bottom: 12px; }
  .project-image, .project-image .elementor-widget-container, .project-image img { height: 124px !important; }
  .project-meta { padding: 8px 10px 10px; }
  .project-meta small { font-size: 8.5px; font-weight: 800; }
  .project-meta strong { margin-top: 3px; font-size: 9.5px; }

  .process-section { min-height: 166px; padding-top: 14px; padding-bottom: 13px; }
  body .elementor [data-id="08f898a"] { background-color: transparent !important; }
  .process-section > .e-con-inner { background: var(--pale) !important; }
  .process-grid, .process-grid > .e-con-inner { gap: 0; }
  .process-item { width: 25% !important; flex-basis: 25%; padding: 0 35px; }
  .process-item .elementor-icon { width: 52px; height: 52px; font-size: 21px; }
  .process-item .elementor-icon-box-icon { margin-bottom: 4px !important; }
  .process-item .elementor-icon-box-title { margin-bottom: 3px; font-size: 9.5px; }
  .process-item .elementor-icon-box-description { font-size: 8.5px; line-height: 1.35; }
  .process-item:not(:last-child):after { top: 25px; left: calc(50% + 38px); width: calc(100% - 76px); }
  .process-item:not(:last-child):before { top: 21px; }

  .reviews-section { min-height: 162px; padding-top: 10px; padding-bottom: 12px; }
  .reviews-section .section-title .elementor-heading-title { margin-bottom: 9px; }
  .review-grid, .review-grid > .e-con-inner { gap: 38px; }
  .review-card { min-height: 91px; padding: 10px 13px; font-size: 9px; line-height: 1.35; }
  .review-source { display: flex; align-items: center; gap: 11px; margin-bottom: 5px; }
  .source-mark { font-size: 18px; font-weight: 800; color: var(--blue); }
  .source-mark:first-letter { color: var(--red); }
  .stars { color: #e1a500; font-size: 15px; letter-spacing: 1px; }
  .review-card p { margin-bottom: 4px; }

  .respon-cta-bar { min-height: 64px; padding-top: 8px; padding-bottom: 8px; }
  .respon-cta-bar small { font-size: 12px; }
  .respon-cta-bar strong { font-size: 19px; }
  .respon-cta-contact { font-size: 10.5px; }
  .respon-cta-bar .respon-btn { padding: 14px 22px; font-size: 10px; }
  .respon-footer { padding: 12px 0; }
  .respon-footer__inner { gap: 42px; }
  .respon-brand--footer { width: 215px; flex-basis: 215px; }
  .respon-brand--footer strong { font-size: 21px; }
  .respon-brand--footer small { font-size: 6px; }
  .respon-footer ul { gap: 25px; }
  .respon-footer li { font-size: 9px; }
  .respon-social { gap: 12px; font-size: 18px; }
  .respon-footer__inner > small { font-size: 8px; }

  .projects-section:before, .projects-section:after,
  .process-section:before, .process-section:after { display: none !important; }
}

/* Targeted Home alignment and content-scale refinement. */
@media (min-width: 1101px) {
  .values-band > .e-con-inner {
    display: grid !important;
    grid-template-columns: 30% repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0 !important;
  }
  .values-heading,
  .value-item { width: auto !important; min-width: 0; height: 100%; padding-top: 0; padding-bottom: 0; }
  .values-heading { grid-column: 1; }
  .value-item { display: block !important; flex: none; padding-right: 29px; padding-left: 29px; }
  .value-item .elementor-widget-container { height: 100%; }
  .value-item .elementor-icon-box-wrapper {
    display: grid;
    height: 100%;
    grid-template-rows: 51px 25px auto;
    align-content: center;
    justify-items: center;
  }
  .value-item .elementor-icon-box-icon { display: flex; width: 100%; height: 48px; margin: 0 0 3px !important; align-items: center; justify-content: center; }
  .value-item .elementor-icon { width: 48px; height: 48px; }
  .value-item .elementor-icon-box-content { display: contents; }
  .value-item .elementor-icon-box-title,
  .value-item .elementor-icon-box-title a { display: flex; width: 100%; height: 25px; margin: 0; align-items: center; justify-content: center; font-size: 12px; }
  .value-item .elementor-icon-box-description { width: 100%; margin: 0; padding-top: 6px; font-size: 10px; line-height: 1.4; }

  .projects-section .section-title .elementor-heading-title,
  .process-section .section-title .elementor-heading-title,
  .reviews-section .section-title .elementor-heading-title { font-size: 27.5px !important; }
  .project-image, .project-image .elementor-widget-container, .project-image img { height: 146px !important; }
  .project-card { border-radius: 7px; }
  .project-meta { padding: 10px 12px 12px; }
  .project-meta small { font-size: 9.5px; }
  .project-meta strong { margin-top: 4px; font-size: 10.5px; line-height: 1.25; }

  .process-item { padding-right: 31px; padding-left: 31px; }
  .process-item .elementor-icon-box-wrapper { display: grid; grid-template-rows: 66px auto; align-content: start; }
  .process-item .elementor-icon-box-icon { display: flex; height: 62px; margin: 0 0 4px !important; align-items: center; justify-content: center; }
  .process-item .elementor-icon { width: 61px; height: 61px; font-size: 25px; }
  .process-item .elementor-icon-box-content { display: grid; grid-template-rows: 18px auto; align-content: start; }
  .process-item .elementor-icon-box-title { display: flex; height: 18px; margin: 0; align-items: center; justify-content: center; font-size: 10.5px; line-height: 1.2; }
  .process-item .elementor-icon-box-description { margin: 0; padding-top: 5px; font-size: 9.5px; line-height: 1.4; }
  .process-item:not(:last-child):after { top: 30px; left: calc(50% + 43px); width: calc(100% - 86px); border-top-width: 2px; border-top-color: #71849c; }
  .process-item:not(:last-child):before { top: 26px; width: 9px; height: 9px; }

  .review-card { min-height: 105px; padding: 14px 16px; font-size: 10px; line-height: 1.4; }
  .review-source { gap: 12px; margin-bottom: 7px; }
  .source-mark { font-size: 20px; }
  .stars { font-size: 17px; letter-spacing: 1.5px; }
  .review-card p { margin-bottom: 6px; }
  .review-card b { font-size: 10px; }
}

/* Shared centered stacks for Services and Why Respon. */
@media (min-width: 1101px) {
  .service-card .elementor-icon-box-wrapper {
    display: flex;
    min-height: 130px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .service-card .elementor-icon-box-icon {
    display: flex;
    width: 100%;
    height: 56px;
    flex: 0 0 56px;
    margin: 0 0 10px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
  }
  .service-card .elementor-icon {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto !important;
    background-size: 52px auto;
    background-position: center;
  }
  .service-card:nth-child(2) .elementor-icon { background-size: 49px auto; }
  .service-card:nth-child(4) .elementor-icon { background-size: 50px auto; }
  .service-card:nth-child(5) .elementor-icon { background-size: 51px auto; }
  .service-card .elementor-icon-box-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .service-card .elementor-icon-box-title,
  .service-card .elementor-icon-box-title a {
    display: flex;
    width: 100%;
    min-height: 28px;
    margin: 0;
    align-items: center;
    justify-content: center;
    color: var(--text) !important;
    font-size: 11.5px;
    font-weight: 800;
    line-height: 1.18;
    text-align: center;
  }
  .service-card .elementor-icon-box-description {
    width: 100%;
    margin: 8px 0 0;
    padding: 0;
    color: #354154;
    font-size: 9px;
    line-height: 1.35;
    text-align: center;
  }

  .values-band > .e-con-inner {
    display: grid !important;
    grid-template-columns: 30% repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0 !important;
  }
  .value-item {
    display: block !important;
    width: auto !important;
    min-width: 0;
    height: 100%;
    padding: 0 27px;
    text-align: center;
  }
  .value-item .elementor-widget-container { height: 100%; }
  .value-item .elementor-icon-box-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .value-item .elementor-icon-box-icon {
    display: flex;
    width: 100%;
    height: 53px;
    flex: 0 0 53px;
    margin: 0 0 6px !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .value-item .elementor-icon {
    display: block;
    width: 53px;
    height: 53px;
    margin: 0 auto !important;
    background-position: center;
    background-size: contain;
  }
  .value-item .elementor-icon-box-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .value-item .elementor-icon-box-title,
  .value-item .elementor-icon-box-title a {
    display: flex;
    width: 100%;
    height: 22px;
    margin: 0;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
  }
  .value-item .elementor-icon-box-description {
    width: 100%;
    margin: 7px 0 0;
    padding: 0;
    color: #fff;
    font-size: 10.7px;
    line-height: 1.38;
    text-align: center;
  }
}

/* Coordinated premium desktop scale pass; spacing remains deliberately tight. */
@media (min-width: 1101px) {
  :root { --max: 1380px; }
  .section > .e-con-inner,
  .values-band > .e-con-inner { width: 1280px !important; max-width: 1280px !important; }
  .service-grid > .e-con-inner,
  .project-grid > .e-con-inner,
  .process-grid > .e-con-inner,
  .review-grid > .e-con-inner { width: 1280px !important; max-width: 1280px !important; }

  .respon-header { height: 82px; }
  .respon-header__inner { width: min(1320px, calc(100% - 48px)); gap: 25px; }
  .respon-brand { width: 300px; flex-basis: 300px; gap: 12px; }
  .respon-brand__mark { width: 62px; height: 62px; flex-basis: 62px; border-width: 4px; font-size: 40px; line-height: 54px; }
  .respon-brand strong { font-size: 31px; }
  .respon-brand small { font-size: 8.5px; }
  .respon-nav ul { gap: 29px; }
  .respon-nav a { padding-top: 31px; padding-bottom: 25px; font-size: 12.3px; }
  .respon-phone { font-size: 13px; }
  .respon-btn--small { padding: 15px 20px; font-size: 11.2px; }

  .home-hero, .hero-copy { min-height: 400px; }
  .hero-copy { left: max(50px, calc((100vw - 1320px)/2)); width: 760px !important; padding-top: 22px; padding-bottom: 15px; }
  .hero-title { width: 760px !important; }
  .hero-title .elementor-heading-title { font-size: 53px !important; line-height: .95 !important; }
  .hero-copy .eyebrow span { font-size: 11.3px; }
  .hero-text { width: 470px !important; font-size: 15px; line-height: 1.5; }
  .primary-button .elementor-button, .secondary-button .elementor-button { padding: 15.5px 27px !important; font-size: 13.2px; }
  .trust-line { font-size: 11.5px; }
  .hero-badge { right: max(50px, calc((100vw - 1320px)/2)); width: 326px !important; min-height: 80px; padding: 14px 19px; gap: 14px; }
  .hero-badge:before { width: 42px; height: 42px; flex-basis: 42px; }
  .hero-badge b { font-size: 11px; }
  .hero-badge strong { font-size: 13.2px; }
  .hero-badge small { font-size: 9.8px; }

  .section { padding-top: 18px; padding-bottom: 15px; }
  .eyebrow span { font-size: 11px; }
  .section-title .elementor-heading-title { font-size: 30.5px !important; }
  .text-button .elementor-button { font-size: 11px; }

  .service-grid, .service-grid > .e-con-inner { gap: 16px; }
  .service-card { width: calc(20% - 12.8px) !important; min-height: 172px; flex-basis: calc(20% - 12.8px); padding: 14px 13px 12px; }
  .service-card .elementor-icon-box-wrapper { min-height: 146px; }
  .service-card .elementor-icon-box-icon { height: 63px; flex-basis: 63px; margin-bottom: 11px !important; }
  .service-card .elementor-icon { width: 63px; height: 63px; background-size: 59px auto; }
  .service-card:nth-child(2) .elementor-icon { background-size: 55px auto; }
  .service-card:nth-child(4) .elementor-icon { background-size: 57px auto; }
  .service-card:nth-child(5) .elementor-icon { background-size: 57px auto; }
  .service-card .elementor-icon-box-title,
  .service-card .elementor-icon-box-title a { min-height: 31px; font-size: 12.7px; }
  .service-card .elementor-icon-box-description { margin-top: 8px; font-size: 9.8px; line-height: 1.32; }

  .values-band { min-height: 166px; }
  .values-title .elementor-heading-title { font-size: 35px !important; }
  .values-band .eyebrow span { font-size: 11px; }
  .value-item { padding-right: 31px; padding-left: 31px; }
  .value-item .elementor-icon-box-icon { height: 60px; flex-basis: 60px; margin-bottom: 5px !important; }
  .value-item .elementor-icon { width: 60px; height: 60px; }
  .value-item .elementor-icon-box-title,
  .value-item .elementor-icon-box-title a { height: 24px; font-size: 14.3px; }
  .value-item .elementor-icon-box-description { margin-top: 6px; font-size: 11.6px; line-height: 1.34; }

  .projects-section .section-title .elementor-heading-title,
  .process-section .section-title .elementor-heading-title,
  .reviews-section .section-title .elementor-heading-title { font-size: 31px !important; }
  .project-grid, .project-grid > .e-con-inner { gap: 17px; }
  .project-card { width: calc(25% - 12.75px) !important; flex-basis: calc(25% - 12.75px); }
  .project-image, .project-image .elementor-widget-container, .project-image img { height: 172px !important; }
  .project-meta { padding: 11px 14px 13px; }
  .project-meta small { font-size: 10.6px; }
  .project-meta strong { margin-top: 5px; font-size: 11.4px; }

  .process-item { padding-right: 34px; padding-left: 34px; }
  .process-item .elementor-icon-box-wrapper { grid-template-rows: 77px auto; }
  .process-item .elementor-icon-box-icon { height: 73px; margin-bottom: 4px !important; }
  .process-item .elementor-icon { width: 72px; height: 72px; font-size: 29px; }
  .process-item .elementor-icon-box-content { grid-template-rows: 20px auto; }
  .process-item .elementor-icon-box-title { height: 20px; font-size: 11.8px; }
  .process-item .elementor-icon-box-description { padding-top: 6px; font-size: 10.4px; line-height: 1.35; }
  .process-item:not(:last-child):after { top: 35px; left: calc(50% + 49px); width: calc(100% - 98px); border-top-width: 2px; }
  .process-item:not(:last-child):before { top: 31px; width: 10px; height: 10px; }

  .review-card { min-height: 116px; padding: 16px 18px; font-size: 11px; }
  .review-source { margin-bottom: 8px; }
  .source-mark { font-size: 23px; }
  .stars { font-size: 19px; }
  .review-card p { margin-bottom: 7px; }
  .review-card b { font-size: 11px; }

  .respon-cta-bar { min-height: 70px; padding-top: 8px; padding-bottom: 8px; }
  .respon-cta-bar small { font-size: 13px; }
  .respon-cta-bar strong { font-size: 21.5px; }
  .respon-cta-contact { font-size: 11.5px; }
  .respon-cta-bar .respon-btn { padding: 15.5px 25px; font-size: 11.2px; }

  .respon-footer { padding: 14px 0; }
  .respon-footer__inner { width: min(1320px, calc(100% - 48px)); gap: 48px; }
  .respon-brand--footer { width: 245px; flex-basis: 245px; }
  .respon-brand--footer .respon-brand__mark { width: 62px; height: 62px; flex-basis: 62px; }
  .respon-brand--footer strong { font-size: 24px; }
  .respon-brand--footer small { font-size: 7px; }
  .respon-footer ul { gap: 29px; }
  .respon-footer li { font-size: 10px; }
  .respon-social { gap: 15px; font-size: 20px; }
  .respon-footer__inner > small { font-size: 8.8px; }
}

/* Deliberate full-size desktop presentation requested for the Home prototype. */
@media (min-width: 1101px) {
  :root { --max: 1380px; }
  .section > .e-con-inner,
  .values-band > .e-con-inner,
  .service-grid > .e-con-inner,
  .project-grid > .e-con-inner,
  .process-grid > .e-con-inner,
  .review-grid > .e-con-inner { width: calc(100vw - 80px) !important; max-width: 1380px !important; }

  .respon-header { height: 112px; }
  .respon-header__inner { width: calc(100% - 80px); max-width: 1380px; gap: 28px; }
  .respon-brand { width: 300px; flex-basis: 300px; gap: 15px; }
  .respon-brand__image { max-height:96px; }
  .respon-brand__mark { width: 84px; height: 84px; flex-basis: 84px; border-width: 5px; font-size: 53px; line-height: 73px; }
  .respon-brand__mark:after { bottom: -8px; height: 9px; }
  .respon-brand strong { font-size: 35px; letter-spacing: 3.5px; }
  .respon-brand small { margin-top: 6px; font-size: 10px; }
  .respon-nav ul { gap: 35px; }
  .respon-nav a { padding: 43px 0 35px; font-size: 17px; }
  .respon-phone { font-size: 16px; }
  .respon-btn--small { min-height: 56px; padding: 18px 24px; font-size: 14px; }

  .home-hero, .hero-copy { min-height: 650px; }
  .hero-photo { inset: 0 0 0 22%; width: 78% !important; }
  .home-hero:after { inset-right: 42%; }
  .hero-copy { left: 40px; width: 900px !important; padding-top: 42px; padding-bottom: 30px; }
  .hero-title { width: 900px !important; }
  .hero-title .elementor-heading-title { margin: 14px 0 20px; font-size: 66px !important; line-height: .98 !important; }
  .hero-copy .eyebrow span { padding-bottom: 13px; font-size: 16px; }
  .hero-copy .eyebrow span:after { width: 48px; height: 4px; }
  .hero-text { width: 590px !important; font-size: 19px; line-height: 1.55; }
  .button-row { gap: 20px; margin-top: 15px; }
  .button-row > .e-con-inner { gap: 20px; }
  .primary-button .elementor-button, .secondary-button .elementor-button { min-height: 58px; padding: 19px 34px !important; font-size: 17px; }
  .trust-line { margin-top: 11px; font-size: 15px; }
  .hero-badge { right: 40px; bottom: 28px; width: 408px !important; min-height: 102px; padding: 20px 24px; gap: 18px; }
  .hero-badge:before { width: 54px; height: 54px; flex-basis: 54px; }
  .hero-badge b { font-size: 14px; }
  .hero-badge strong { font-size: 17px; }
  .hero-badge small { margin-top: 8px; font-size: 13px; }

  .section { padding-top: 80px; padding-bottom: 75px; }
  .eyebrow span { padding-bottom: 13px; font-size: 15px; }
  .eyebrow span:after { width: 46px; height: 4px; }
  .section-title .elementor-heading-title,
  .projects-section .section-title .elementor-heading-title,
  .process-section .section-title .elementor-heading-title,
  .reviews-section .section-title .elementor-heading-title { margin: 5px 0 30px; font-size: 44px !important; line-height: 1.12 !important; }
  .text-button { margin-top: 14px; }
  .text-button .elementor-button { font-size: 15px; }

  .services-section { padding-top: 72px; padding-bottom: 68px; }
  .service-grid, .service-grid > .e-con-inner { gap: 18px; }
  .service-card { width: calc(20% - 14.4px) !important; min-height: 290px; flex-basis: calc(20% - 14.4px); padding: 30px 24px; border-radius: 8px; }
  .service-card .elementor-icon-box-wrapper { min-height: 230px; }
  .service-card .elementor-icon-box-icon { height: 84px; flex-basis: 84px; margin-bottom: 18px !important; }
  .service-card .elementor-icon { width: 84px; height: 84px; background-size: 80px auto; }
  .service-card:nth-child(2) .elementor-icon { background-size: 74px auto; }
  .service-card:nth-child(4) .elementor-icon { background-size: 77px auto; }
  .service-card:nth-child(5) .elementor-icon { background-size: 77px auto; }
  .service-card .elementor-icon-box-title,
  .service-card .elementor-icon-box-title a { min-height: 51px; font-size: 19px; line-height: 1.2; }
  .service-card .elementor-icon-box-description { margin-top: 13px; font-size: 15px; line-height: 1.42; }

  .values-band { min-height: 330px; padding-top: 35px; padding-bottom: 35px; }
  .values-band:before { left: 24px; bottom: -52px; font-size: 220px; }
  .values-heading { padding-right: 42px; }
  .values-band .eyebrow span { font-size: 16px; }
  .values-title .elementor-heading-title { font-size: 46px !important; line-height: 1.06 !important; }
  .value-item { padding-right: 38px; padding-left: 38px; }
  .value-item .elementor-icon-box-icon { height: 80px; flex-basis: 80px; margin-bottom: 15px !important; }
  .value-item .elementor-icon { width: 80px; height: 80px; }
  .value-responsible .elementor-icon { background-image: url('icons/value-responsible.svg') !important; }
  .value-responsive .elementor-icon { background-image: url('icons/value-responsive.svg') !important; }
  .value-reliable .elementor-icon { background-image: url('icons/value-reliable.svg') !important; }
  .value-item .elementor-icon-box-title,
  .value-item .elementor-icon-box-title a { height: 32px; font-size: 19px; }
  .value-item .elementor-icon-box-description { margin-top: 13px; font-size: 15px; line-height: 1.45; }

  .projects-section { padding-top: 75px; padding-bottom: 68px; }
  .project-grid, .project-grid > .e-con-inner { gap: 20px; }
  .project-card { width: calc(25% - 15px) !important; min-height: 330px; flex-basis: calc(25% - 15px); border-radius: 9px; }
  .project-image, .project-image .elementor-widget-container, .project-image img { height: 250px !important; }
  .project-meta { padding: 17px 20px 20px; }
  .project-meta small { font-size: 15px; }
  .project-meta strong { margin-top: 8px; font-size: 16px; line-height: 1.3; }

  .process-section { min-height: 390px; padding-top: 68px; padding-bottom: 62px; }
  .process-item { padding-right: 42px; padding-left: 42px; }
  .process-item .elementor-icon-box-wrapper { grid-template-rows: 102px auto; }
  .process-item .elementor-icon-box-icon { height: 98px; margin-bottom: 4px !important; }
  .process-item .elementor-icon { width: 96px; height: 96px; font-size: 43px; }
  .process-item .elementor-icon-box-content { grid-template-rows: 31px auto; }
  .process-item .elementor-icon-box-title { height: 31px; font-size: 18px; }
  .process-item .elementor-icon-box-description { padding-top: 12px; font-size: 15px; line-height: 1.45; }
  .process-item:not(:last-child):after { top: 47px; left: calc(50% + 62px); width: calc(100% - 124px); border-top-width: 3px; }
  .process-item:not(:last-child):before { top: 42px; width: 12px; height: 12px; }

  .reviews-section { min-height: 410px; padding-top: 70px; padding-bottom: 70px; }
  .review-grid, .review-grid > .e-con-inner { gap: 26px; }
  .review-card { width: calc(33.333% - 17.34px) !important; min-height: 235px; flex-basis: calc(33.333% - 17.34px); padding: 32px 34px; border-radius: 9px; font-size: 17px; line-height: 1.5; }
  .review-source { gap: 18px; margin-bottom: 20px; }
  .source-mark { font-size: 32px; }
  .stars { font-size: 25px; letter-spacing: 2px; }
  .review-card p { margin-bottom: 18px; }
  .review-card b { font-size: 16px; }

  .respon-cta-bar { min-height: 125px; gap: 48px; padding: 20px 40px; }
  .respon-cta-bar small { font-size: 17px; }
  .respon-cta-bar strong { font-size: 34px; }
  .respon-cta-contact { gap: 7px; font-size: 17px; }
  .respon-cta-bar .respon-btn { min-height: 60px; padding: 19px 32px; font-size: 15px; }

  .respon-footer { min-height: 170px; padding: 30px 0; }
  .respon-footer__inner { width: calc(100% - 80px); max-width: 1380px; gap: 55px; }
  .respon-brand--footer { width: 250px; flex-basis: 250px; }
  .respon-brand--footer .respon-brand__mark { width: 78px; height: 78px; flex-basis: 78px; font-size: 48px; line-height: 68px; }
  .respon-brand--footer strong { font-size: 27px; }
  .respon-brand--footer small { font-size: 8px; }
  .respon-footer ul { gap: 34px; }
  .respon-footer li { font-size: 15px; }
  .respon-social { gap: 20px; font-size: 27px; }
  .respon-footer__inner > small { font-size: 14px; line-height: 1.5; }
}

@media (max-width: 1100px) {
  .respon-header__inner { gap: 15px; }
  .respon-brand { width: 225px; flex-basis: 225px; }
  .respon-nav ul { gap: 17px; }
  .respon-phone span { display: none; }
}

@media (max-width: 900px) and (min-width: 768px) {
  .service-grid, .project-grid, .process-grid, .review-grid { flex-wrap: wrap !important; }
  .service-grid > .e-con-inner, .project-grid > .e-con-inner, .process-grid > .e-con-inner, .review-grid > .e-con-inner { flex-wrap: wrap !important; }
  .service-card { width: calc(33.333% - 10px) !important; flex-basis: calc(33.333% - 10px); }
  .project-card, .review-card { width: calc(50% - 10px) !important; flex-basis: calc(50% - 10px); }
  .process-item { width: 33.333% !important; flex-basis: 33.333%; margin-bottom: 18px; }
  .values-band { flex-wrap: wrap !important; }
  .values-heading { width: 100% !important; flex-basis: 100%; border: 0; text-align: center; }
  .value-item { width: 33.333% !important; flex-basis: 33.333%; }
}

@media (max-width: 767px) {
  .respon-header { height: 70px; }
  .respon-header__inner { width: calc(100% - 28px); }
  .respon-brand { width: auto; min-width: 0; flex: 0 1 auto; margin-right: auto; }
  .respon-brand__image { width:auto; height:auto; max-width:176px; max-height:60px; object-fit:contain; }
  .respon-brand__mark { width: 43px; height: 43px; flex-basis: 43px; font-size: 28px; line-height: 36px; }
  .respon-brand strong { font-size: 20px; }
  .respon-brand small { font-size: 6px; }
  .respon-phone, .respon-header__inner > .respon-btn { display: none; }
  .respon-menu-toggle { display: block; padding: 9px 12px; border: 1px solid var(--navy); background: #fff; color: var(--navy); font-weight: 800; text-transform: uppercase; }
  .respon-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 12px 22px; background: #fff; box-shadow: 0 12px 20px rgba(0,0,0,.12); }
  .respon-nav.is-open { display: block; }
  .respon-nav ul { display: block; }
  .respon-nav a { padding: 11px 0; }
  .home-hero { min-height: 760px; }
  .hero-photo { inset: 45% 0 0; width: 100% !important; height: 55%; }
  .home-hero:after { inset: 0 0 34%; background: linear-gradient(180deg, #fff 0%, #fff 72%, rgba(255,255,255,0) 100%); }
  .hero-copy { width: 100% !important; min-height: auto; margin: 0; padding: 30px 20px; }
  .hero-title .elementor-heading-title { font-size: 39px !important; }
  .hero-text { font-size: 13px; }
  .button-row { flex-direction: column !important; width: 100%; }
  .button-row .elementor-widget-button, .button-row .elementor-button { width: 100% !important; }
  .hero-badge { right: 18px; bottom: 18px; width: calc(100% - 36px) !important; }
  .section { padding: 30px 20px; }
  .service-grid, .project-grid, .process-grid, .review-grid, .values-band { flex-direction: column !important; flex-wrap: nowrap !important; }
  .service-grid > .e-con-inner, .project-grid > .e-con-inner, .process-grid > .e-con-inner, .review-grid > .e-con-inner, .values-band > .e-con-inner { flex-direction: column !important; flex-wrap: nowrap !important; }
  .service-card, .project-card, .process-item, .review-card, .values-heading, .value-item { width: 100% !important; flex: 0 0 auto; }
  .service-card { min-height: 130px; }
  .values-band { padding: 25px 20px; }
  .values-band { min-height: 0; background: linear-gradient(110deg, #002552, #07366c) !important; }
  .values-band > .e-con-inner { gap: 0 !important; justify-content: flex-start !important; }
  .values-heading, .value-item { padding: 18px 4px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .process-item { margin-bottom: 20px; }
  .process-item:after, .process-item:before { display: none; }
  .review-grid { gap: 15px; }
  .respon-cta-bar { flex-direction: column; align-items: stretch; gap: 17px; padding: 24px 20px; }
  .respon-cta-bar > div:first-child { margin: 0; }
  .respon-footer__inner { width: calc(100% - 40px); flex-direction: column; align-items: flex-start; gap: 20px; }
  .respon-footer ul { flex-wrap: wrap; gap: 13px 21px; }
  .respon-footer__inner > small { margin: 0; }
}

/* Shared global footer. This final block intentionally supersedes the compact
 * prototype footer rules above without affecting any page content. */
.respon-footer {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 56px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  background: #031d3f;
  color: #fff;
}
.respon-footer *, .respon-footer *:before, .respon-footer *:after { box-sizing: border-box; }
.respon-footer__inner {
  width: min(1380px, calc(100% - 80px));
  max-width: 1380px;
  margin: 0 auto;
  display: block;
}
.respon-footer__grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.35fr) minmax(140px, .7fr) minmax(260px, 1.15fr) minmax(220px, .9fr);
  gap: 60px;
  align-items: start;
  padding-bottom: 42px;
}
.respon-footer__brand { min-width: 0; }
.respon-footer__logo {
  width: 160px;
  max-width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: transform .2s ease;
}
.respon-footer__logo:hover { transform: translateY(-2px); }
.respon-footer__logo img { width: 160px; height: 160px; max-width: 100%; display: block; object-fit: contain; }
.respon-footer__brand p {
  max-width: 330px;
  margin: 24px 0 0;
  color: #b9c8da;
  font: 500 16px/1.75 Manrope, sans-serif;
}
.respon-footer__column h2 {
  position: relative;
  margin: 2px 0 22px;
  padding-bottom: 12px;
  color: #fff;
  font: 800 17px/1.2 Manrope, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.respon-footer__column h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  background: #e31e2f;
}
.respon-footer__column ul, .respon-footer__column dl { margin: 0; padding: 0; list-style: none; }
.respon-footer__links { display: grid !important; gap: 12px !important; }
.respon-footer__links li { margin: 0; font-size: 16px; line-height: 1.45; text-transform: none; }
.respon-footer a { color: inherit; text-decoration: none; }
.respon-footer__links a {
  width: fit-content;
  display: inline-block;
  color: #c7d3e1;
  transition: color .2s ease, transform .2s ease;
}
.respon-footer__links a:hover, .respon-footer__links a:focus-visible { color: #fff; transform: translateX(4px); }
.respon-footer__contact ul { display: grid; gap: 20px; }
.respon-footer__contact li { display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 14px; align-items: start; font-size: 16px; text-transform: none; }
.respon-footer__contact svg { width: 22px; height: 22px; margin-top: 1px; fill: none; stroke: #e31e2f; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.respon-footer__contact span { min-width: 0; display: grid; gap: 4px; }
.respon-footer__contact a, .respon-footer__contact strong { color: #fff; font: 700 16px/1.4 Manrope, sans-serif; overflow-wrap: anywhere; }
.respon-footer__contact a { transition: color .2s ease; }
.respon-footer__contact a:hover, .respon-footer__contact a:focus-visible { color: #ff6170; }
.respon-footer__contact small { color: #aebed1; font: 500 14px/1.5 Manrope, sans-serif; }
.respon-footer__contact li.respon-footer__facebook-item { display: block; }
.respon-footer__facebook {
  width: max-content;
  max-width: 100%;
  display: grid;
  grid-template-columns: 24px minmax(0,1fr);
  gap: 14px;
  align-items: center;
}
.respon-footer__contact .respon-footer__facebook svg {
  width: 22px;
  height: 22px;
  margin-top: 0;
  fill: #e31e2f;
  stroke: none;
}
.respon-footer__facebook span { display: block; color: #fff; font: 700 16px/1.4 Manrope, sans-serif; }
.respon-footer__hours dl { display: grid; gap: 11px; }
.respon-footer__hours dl div { display: grid; gap: 2px; }
.respon-footer__hours dt { color: #fff; font: 700 15px/1.4 Manrope, sans-serif; }
.respon-footer__hours dd { margin: 0; color: #aebed1; font: 500 15px/1.45 Manrope, sans-serif; }
.respon-footer__quote {
  min-height: 46px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 17px;
  padding: 12px 18px;
  border: 1px solid #e31e2f;
  border-radius: 4px;
  background: #e31e2f;
  color: #fff;
  font: 800 13px/1 Manrope, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.respon-footer__quote:hover, .respon-footer__quote:focus-visible { transform: translateY(-2px); background: #f02a3b; border-color: #f02a3b; }
.respon-footer__bottom {
  min-height: 68px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.15);
}
.respon-footer__bottom p { margin: 0; color: #9eafc3; font: 500 14px/1.55 Manrope, sans-serif; }

/* Shared Google Reviews action used only in the two review sections. */
.respon-google-reviews-link { margin:30px auto 0; text-align:center; }
.respon-google-reviews-link .elementor-button {
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 28px!important;
  border:1px solid #0b3d75;
  border-radius:5px;
  background:#fff!important;
  color:#0b3d75!important;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
}
.respon-google-reviews-link .elementor-button:hover,
.respon-google-reviews-link .elementor-button:focus-visible { background:#0b3d75!important; color:#fff!important; }
@media(max-width:767px){
  .respon-google-reviews-link,.respon-google-reviews-link .elementor-button { width:100%; }
}

/* Global desktop header proportions. Group-level spacing keeps navigation,
 * phone and quote actions visually distinct without positional offsets. */
@media(min-width:1200px){
  .respon-header { height:clamp(124px,8.5vw,132px); }
  .respon-header__inner {
    width:calc(100% - 64px);
    max-width:1760px;
    display:flex;
    align-items:center;
    gap:0;
  }
  .respon-brand {
    width:clamp(190px,13.5vw,210px);
    height:100%;
    flex:0 0 clamp(190px,13.5vw,210px);
    display:flex;
    align-items:center;
    justify-content:flex-start;
  }
  .respon-brand__image {
    display:block;
    width:clamp(190px,13.5vw,210px);
    height:auto;
    max-width:100%;
    max-height:126px;
    object-fit:contain;
    object-position:left center;
  }
  .respon-nav { margin-left:auto; }
  .respon-nav ul { gap:clamp(40px,2.5vw,46px); }
  .respon-nav a {
    position:relative;
    padding:52px 0 44px;
    border-bottom:0;
    font-size:16px;
    line-height:1;
  }
  .respon-nav a:after {
    content:"";
    position:absolute;
    left:50%;
    bottom:34px;
    width:100%;
    height:2px;
    background:var(--blue);
    transform:translateX(-50%) scaleX(0);
    transform-origin:center;
  }
  .respon-nav a:hover:after,
  .respon-nav .current-menu-item a:after { transform:translateX(-50%) scaleX(1); }
  .respon-header__main-group {
    display:flex;
    flex:1 1 auto;
    align-items:center;
    justify-content:flex-end;
    min-width:0;
    margin-left:auto;
  }
  .respon-header__main-group .respon-nav {
    margin-left:0;
    transform:translate(-40px,-4px);
  }
  .respon-header__contact {
    flex:0 0 auto;
    display:flex;
    align-items:center;
    margin-left:20px;
  }
  .respon-header__facebook {
    position:static;
    flex:0 0 32px;
    margin-right:15px;
    transform:none;
  }
  .respon-phone {
    font-size:16px;
  }
  .respon-header__inner > .respon-btn {
    flex:0 0 auto;
    margin-left:clamp(30px,2.1vw,36px);
  }
}

/* Page-specific full-bleed CTAs previously overlapped the old short footer. */
.respon-about-page .respon-about-cta,
.respon-reviews-page .respon-reviews-cta,
.respon-contact-page .respon-contact-cta { margin-bottom: 0 !important; }

@media (max-width: 1100px) {
  .respon-footer { padding-top: 62px; }
  .respon-footer__inner { width: calc(100% - 64px); }
  .respon-footer__grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 54px 70px; padding-bottom: 56px; }
  .respon-footer__logo { width: 155px; height: 155px; }
  .respon-footer__logo img { width: 155px; height: 155px; }
}

@media (max-width: 767px) {
  .respon-footer { padding-top: 50px; }
  .respon-footer__inner { width: calc(100% - 40px); margin: 0 auto; display: block; }
  .respon-footer__grid { grid-template-columns: minmax(0,1fr); gap: 44px; padding-bottom: 48px; }
  .respon-footer__brand { text-align: center; }
  .respon-footer__logo { width: 132px; height: 132px; margin: 0 auto; }
  .respon-footer__logo img { width: 132px; height: 132px; }
  .respon-footer__brand p { margin: 20px auto 0; font-size: 15px; line-height: 1.7; }
  .respon-footer__column h2 { margin-bottom: 24px; font-size: 17px; }
  .respon-footer__links { gap: 0 !important; }
  .respon-footer__links li { font-size: 16px; }
  .respon-footer__links a { width: 100%; padding: 9px 0; }
  .respon-footer__contact ul { gap: 24px; }
  .respon-footer__contact li { grid-template-columns: 25px minmax(0,1fr); gap: 15px; }
  .respon-footer__quote { width: 100%; justify-content: center; min-height: 52px; }
  .respon-footer__bottom { min-height: 88px; padding: 18px 0; }
  .respon-footer__bottom p { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .respon-footer__logo, .respon-footer__links a, .respon-footer__quote { transition: none; }
}

/* Consistent Title Case for all large page headings. */
body h1,
body h2,
body h3,
body h1 .elementor-heading-title,
body h2 .elementor-heading-title,
body h3 .elementor-heading-title,
body .elementor-heading-title { text-transform: capitalize !important; }

/* Small headings live in icon boxes and text widgets rather than Heading
   widgets on several pages. Keep controls, navigation and source badges out. */
body .elementor-icon-box-title,
body [class*="eyebrow"] span,
body [class*="kicker"] span,
body .respon-review-summary-kicker,
body .respon-review-grid-label,
body .respon-about-process-step strong { text-transform: capitalize !important; }

/* Navigation links, text links and action buttons follow the same Title Case
   convention. Rating/source badges and ordinary inline content are excluded. */
body .respon-nav a,
body .respon-menu-toggle,
body .respon-btn,
body .elementor-button,
body .respon-contact-form > button,
body .respon-review-load-more,
body .respon-related-project small,
body .respon-project-detail-cta__actions a,
body .respon-footer__links a,
body .respon-footer__quote { text-transform: capitalize !important; }
