/* Final responsive refinement layer. Loaded after all route-specific styles so
 * shared mobile behaviour stays consistent without changing desktop layouts. */

img,
iframe,
video { max-width: 100%; }

@media (max-width: 1023px) {
  .respon-header { height: 72px; }
  .respon-header__inner {
    width: calc(100% - 40px);
    max-width: none;
    gap: 16px;
  }
  .respon-brand {
    width: 210px;
    min-width: 0;
    flex: 0 1 210px;
    margin-right: auto;
  }
  .respon-brand__image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 62px;
  }
  .respon-header__contact,
  .respon-header__inner > .respon-btn { display: none; }
  .respon-menu-toggle {
    min-width: 48px;
    min-height: 44px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border: 1px solid var(--navy);
    border-radius: 4px;
    background: #fff;
    color: var(--navy);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .respon-nav {
    display: none;
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    margin: 0;
    padding: 12px 24px 16px;
    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 {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .values-band > .e-con-inner {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 !important;
  }
  .values-band .values-heading {
    width: 100% !important;
    grid-column: 1 / -1;
  }
  .values-band .value-item {
    width: 100% !important;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .site-main { overflow: visible; }
  .respon-header { height: 64px; }
  .respon-header__inner { width: calc(100% - 40px); }
  .respon-brand { width: 166px; flex-basis: 166px; }
  .respon-brand__image { max-width: 166px; max-height: 56px; }
  .respon-nav { top: 64px; padding-right: 20px; padding-left: 20px; }

  .section { padding-right: 20px; padding-left: 20px; }
  .respon-btn,
  .elementor-button { min-height: 48px; }

  /* Home */
  .home-hero .hero-copy {
    right: 0;
    left: 0;
    width: 100% !important;
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-hero .hero-copy > .e-con-inner { width: 100%; max-width: none; }
  .home-hero .hero-title .elementor-heading-title { font-size: 37px !important; line-height: 1 !important; }
  .home-hero .hero-text { font-size: 14px; line-height: 1.6; }
  .home-hero .button-row,
  .home-hero .button-row > .e-con-inner { width: 100%; flex-direction: column !important; gap: 12px !important; }
  .home-hero .button-row .elementor-widget-button,
  .home-hero .button-row .elementor-button { width: 100% !important; }

  /* Route heroes */
  .respon-about-page .respon-about-title .elementor-heading-title,
  .respon-services-page .respon-services-title .elementor-heading-title,
  .respon-projects-page .respon-projects-title .elementor-heading-title,
  .respon-reviews-page .respon-reviews-title .elementor-heading-title,
  .respon-contact-page .respon-contact-title .elementor-heading-title {
    font-size: 40px !important;
    line-height: 1.04 !important;
  }
  .respon-about-page .respon-about-hero,
  .respon-services-page .respon-services-hero,
  .respon-projects-page .respon-projects-hero,
  .respon-reviews-page .respon-reviews-hero { min-height: 700px; }

  /* Projects listing: wrap controls instead of creating a clipped 1200px row. */
  .respon-projects-page .respon-project-filters {
    width: 100% !important;
    overflow: visible;
    padding: 8px 0;
  }
  .respon-projects-page .respon-project-filters,
  .respon-projects-page .respon-project-filters > .e-con-inner {
    min-width: 0;
    flex-flow: row wrap !important;
    justify-content: stretch;
    gap: 10px !important;
  }
  .respon-projects-page .respon-project-filters > .e-con-inner { width: 100%; }
  .respon-projects-page .respon-project-filter {
    width: calc(50% - 5px) !important;
    min-width: 0;
    flex: 1 1 calc(50% - 5px) !important;
  }
  .respon-projects-page .respon-project-filter .elementor-widget-container,
  .respon-projects-page .respon-project-filter .elementor-button { width: 100% !important; }
  .respon-projects-page .respon-project-filter .elementor-button {
    min-height: 48px;
    padding: 12px 8px !important;
    font-size: 12px;
    white-space: normal;
  }

  /* Contact */
  .respon-contact-page .respon-contact-hero-image { height: 400px; }
  .respon-contact-page .respon-contact-intro { min-height: 590px; }
  .respon-contact-page .respon-contact-details { width: 100% !important; }
  .respon-contact-form input:not([type=checkbox]),
  .respon-contact-form select,
  .respon-contact-form textarea { width: 100%; min-height: 50px; }
  .respon-contact-page .respon-contact-area-visual,
  .respon-contact-page .respon-map,
  .respon-contact-page .respon-map-canvas { width: 100% !important; min-height: 340px; }

  /* Project details */
  .respon-project-detail-shell { width: calc(100% - 40px); }
  .respon-project-detail-hero { min-height: 540px; padding: 64px 0; }
  .respon-project-detail-hero h1 { font-size: 40px; line-height: 1.05; overflow-wrap: anywhere; }
  .respon-project-detail-hero p { font-size: 16px; line-height: 1.65; }
  .respon-project-detail h2 { font-size: 33px; line-height: 1.16; }
  .respon-project-gallery__item,
  .respon-project-gallery__item:nth-child(n) { height: clamp(280px, 105vw, 400px); }
  .respon-project-result__image { height: clamp(340px, 125vw, 500px); }
  .respon-project-detail-cta h2 { font-size: 35px; }
  .respon-project-detail-cta__actions a { width: 100%; min-height: 52px; white-space: normal; text-align: center; }

  /* Shared CTA/footer connection and mobile footer readability. */
  .respon-cta-bar,
  .respon-home-cta,
  .respon-services-cta,
  .respon-about-cta,
  .respon-projects-page .respon-projects-cta,
  .respon-reviews-page .respon-reviews-cta,
  .respon-contact-page .respon-contact-cta,
  .respon-project-detail-cta,
  .respon-footer { max-width: 100%; }
  .respon-footer { margin-top: 0; }
  .respon-footer__inner { width: calc(100% - 40px); }
}

@media (max-width: 479px) {
  .respon-about-page .respon-about-title .elementor-heading-title,
  .respon-services-page .respon-services-title .elementor-heading-title,
  .respon-projects-page .respon-projects-title .elementor-heading-title,
  .respon-reviews-page .respon-reviews-title .elementor-heading-title,
  .respon-contact-page .respon-contact-title .elementor-heading-title { font-size: 38px !important; }
  .respon-about-page .respon-about-section-title .elementor-heading-title,
  .respon-services-page .respon-services-intro-title .elementor-heading-title,
  .respon-home-reviews .section-title .elementor-heading-title { font-size: 33px !important; }
}

@media (max-width: 374px) {
  .respon-header__inner { width: calc(100% - 32px); }
  .respon-brand { width: 150px; flex-basis: 150px; }
  .respon-brand__image { max-width: 150px; }
  .respon-menu-toggle { min-width: 46px; padding-right: 9px; padding-left: 9px; }
}

.home-hero .primary-button .elementor-button { min-width: 217px; }

/* Keep the desktop badge artwork visible through the tablet layout. */
@media (min-width: 768px) and (max-width: 1100px) {
  .home-hero .hero-badge {
    width: 326px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .home-hero .hero-badge > .elementor-widget-container {
    min-width: 0;
    flex: 1 1 auto;
  }
  .home-hero .hero-badge:before {
    content: none !important;
  }
  .home-hero .hero-badge:after {
    content: '';
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    background: url('icons/hero-house.svg') center / contain no-repeat;
  }
}

/* Home mobile composition. These refinements deliberately stop below the
 * tablet breakpoint so the established desktop/tablet layout is unchanged. */
@media (max-width: 767px) {
  .home-hero {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 20px;
    overflow: hidden;
    background: #e8edf1;
  }
  .home-hero .hero-photo {
    inset: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .home-hero .hero-photo,
  .home-hero .hero-photo .elementor-widget-container,
  .home-hero .hero-photo img { height: 100% !important; }
  .home-hero .hero-photo img {
    display: block;
    object-fit: cover;
    object-position: 58% center;
  }
  .home-hero > .e-con-inner { gap: 0 !important; }
  .home-hero:after {
    inset: 0;
    background: linear-gradient(180deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.78) 62%,rgba(255,255,255,.45) 100%);
  }
  .home-hero .hero-copy {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    min-height: 0;
    justify-content: flex-start;
    padding: 42px 20px 0;
  }
  .home-hero .hero-copy > .e-con-inner { gap: 0 !important; }
  .home-hero .hero-copy .eyebrow { margin: 0 0 18px !important; }
  .home-hero .hero-title .elementor-heading-title {
    margin: 0 !important;
    font-size: clamp(35px,9.5vw,41px) !important;
    line-height: 1.02 !important;
  }
  .home-hero .hero-text {
    margin-top: 20px;
    color: #263b54;
    font-size: 15px;
    line-height: 1.65;
  }
  .home-hero .button-row {
    margin-top: 25px;
  }
  .home-hero .button-row,
  .home-hero .button-row > .e-con-inner { gap: 14px !important; }
  .home-hero .button-row .elementor-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .home-hero .trust-line {
    margin-top: 18px;
    color: #17375d;
    font-size: 13px;
    line-height: 1.5;
  }
  .home-hero .hero-badge {
    position: relative !important;
    inset: auto !important;
    width: calc(100% - 40px) !important;
    min-height: 96px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 18px 20px 0 !important;
    padding: 18px 20px;
  }
  .home-hero .hero-badge > .elementor-widget-container {
    min-width: 0;
    flex: 1 1 auto;
  }
  .home-hero .hero-badge:before {
    content: none !important;
  }
  .home-hero .hero-badge:after {
    content: '';
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-self: center;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: url('icons/hero-house.svg') center/contain no-repeat;
  }

  .values-band {
    padding: 46px 22px 44px;
  }
  .values-band .values-heading {
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    padding: 0 4px 22px;
    align-items: center;
    text-align: center;
  }
  .values-band .values-heading .eyebrow,
  .values-band .values-heading .values-title { width: 100% !important; text-align: center; }
  .values-band .values-heading .eyebrow span:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .values-band .values-heading .values-title { margin-top: 2px; }
  .values-band .value-item {
    padding: 34px 4px;
    text-align: center;
  }
  .values-band .values-heading + .value-item { padding-top: 24px; }
  .values-band .value-item:last-child {
    padding-bottom: 8px;
    border-bottom: 0;
  }
  .values-band .value-item .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .values-band .value-item .elementor-icon-box-icon {
    width: 100%;
    height: auto;
    margin: 0 0 18px !important;
  }
  .values-band .value-item .elementor-icon-box-title,
  .values-band .value-item .elementor-icon-box-title a {
    width: 100%;
    height: auto;
    margin: 0 0 12px;
    color: #fff !important;
    font-size: 15px;
    line-height: 1.3;
  }
  .values-band .value-item .elementor-icon-box-description {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    padding: 0;
    color: #fff !important;
    font-size: 15px;
    line-height: 1.55;
  }

  .process-section {
    padding: 46px 22px 20px;
  }
  .process-section .process-grid { margin-top: 34px; }
  .process-section .process-item {
    width: 100% !important;
    margin: 0;
    padding: 0 0 38px;
    text-align: center;
  }
  .process-section .process-item:last-child { padding-bottom: 0; }
  .process-section .process-item .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .process-section .process-item .elementor-icon-box-icon {
    width: 100%;
    height: auto;
    margin: 0 0 17px !important;
  }
  .process-section .process-item .elementor-icon-box-title {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.35;
  }
  .process-section .process-item .elementor-icon-box-description {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    line-height: 1.55;
  }
}

@media (max-width: 350px) {
  .home-hero { min-height: 0 !important; }
}

/* Shared inner-page mobile hero system: Services, Projects, About and Reviews
 * use the same content rhythm, typography and image treatment below 768px. */
@media (max-width: 767px) {
  :is(.respon-services-page, .respon-projects-page, .respon-about-page, .respon-reviews-page)
  :is(.respon-services-hero, .respon-projects-hero, .respon-about-hero, .respon-reviews-hero) {
    --mobile-hero-red: #ed1c24;
    --mobile-hero-navy: #062e68;
    --mobile-hero-copy: #344a63;
    width: 100vw !important;
    height: auto !important;
    min-height: 0 !important;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    background: #fff;
    overflow: hidden;
  }

  :is(.respon-services-page, .respon-projects-page, .respon-about-page, .respon-reviews-page)
  :is(.respon-services-hero, .respon-projects-hero, .respon-about-hero, .respon-reviews-hero) > .e-con-inner {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  :is(.respon-services-page .respon-services-hero,
      .respon-projects-page .respon-projects-hero,
      .respon-about-page .respon-about-hero,
      .respon-reviews-page .respon-reviews-hero)::after {
    display: none !important;
  }

  :is(.respon-services-page .respon-services-hero-copy,
      .respon-projects-page .respon-projects-hero-copy,
      .respon-about-page .respon-about-hero-copy,
      .respon-reviews-page .respon-reviews-hero-copy) {
    position: relative !important;
    inset: auto !important;
    order: 1;
    width: 100% !important;
    min-height: 0 !important;
    padding: 60px 24px 44px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    background: #fff;
    text-align: left;
  }

  :is(.respon-services-page .respon-services-hero-copy,
      .respon-projects-page .respon-projects-hero-copy,
      .respon-about-page .respon-about-hero-copy,
      .respon-reviews-page .respon-reviews-hero-copy) > .e-con-inner {
    width: 100%;
    gap: 0 !important;
  }

  :is(.respon-services-page .respon-services-hero-copy .respon-services-eyebrow,
      .respon-projects-page .respon-projects-hero-copy .respon-projects-eyebrow,
      .respon-about-page .respon-about-hero-copy .respon-about-eyebrow,
      .respon-reviews-page .respon-reviews-hero-copy .respon-reviews-eyebrow) {
    width: 100% !important;
    margin: 0 0 36px !important;
    text-align: left;
  }

  :is(.respon-services-page .respon-services-hero-copy .respon-services-eyebrow,
      .respon-projects-page .respon-projects-hero-copy .respon-projects-eyebrow,
      .respon-about-page .respon-about-hero-copy .respon-about-eyebrow,
      .respon-reviews-page .respon-reviews-hero-copy .respon-reviews-eyebrow) span {
    padding-bottom: 12px;
    color: var(--mobile-hero-red) !important;
    font-size: 14px !important;
    font-weight: 800;
    line-height: 1.25;
  }

  :is(.respon-services-page .respon-services-hero-copy .respon-services-eyebrow,
      .respon-projects-page .respon-projects-hero-copy .respon-projects-eyebrow,
      .respon-about-page .respon-about-hero-copy .respon-about-eyebrow,
      .respon-reviews-page .respon-reviews-hero-copy .respon-reviews-eyebrow) span::after {
    left: 0 !important;
    width: 42px;
    height: 4px;
    background: var(--mobile-hero-red) !important;
    transform: none !important;
  }

  :is(.respon-services-page .respon-services-title,
      .respon-projects-page .respon-projects-title,
      .respon-about-page .respon-about-title,
      .respon-reviews-page .respon-reviews-title) {
    width: 100% !important;
  }

  :is(.respon-services-page .respon-services-title,
      .respon-projects-page .respon-projects-title,
      .respon-about-page .respon-about-title,
      .respon-reviews-page .respon-reviews-title) .elementor-heading-title {
    margin: 0 0 30px !important;
    color: var(--mobile-hero-navy) !important;
    font: 700 42px/1.02 'Barlow Condensed', sans-serif !important;
    text-transform: uppercase;
  }

  :is(.respon-services-page .respon-services-title,
      .respon-projects-page .respon-projects-title,
      .respon-about-page .respon-about-title,
      .respon-reviews-page .respon-reviews-title) :is(em, strong) {
    color: var(--mobile-hero-red) !important;
    font-style: normal;
  }

  :is(.respon-services-page .respon-services-hero-text,
      .respon-projects-page .respon-projects-hero-text,
      .respon-about-page .respon-about-hero-text,
      .respon-reviews-page .respon-reviews-hero-text) {
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 !important;
    color: var(--mobile-hero-copy) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  :is(.respon-services-page .respon-services-hero-image,
      .respon-projects-page .respon-projects-hero-image,
      .respon-about-page .respon-about-hero-image,
      .respon-reviews-page .respon-reviews-hero-image) {
    position: relative !important;
    inset: auto !important;
    order: 2;
    width: 100% !important;
    height: 350px !important;
    min-height: 0 !important;
    background: #fff;
  }

  :is(.respon-services-page .respon-services-hero-image,
      .respon-projects-page .respon-projects-hero-image,
      .respon-about-page .respon-about-hero-image,
      .respon-reviews-page .respon-reviews-hero-image) .elementor-widget-container,
  :is(.respon-services-page .respon-services-hero-image,
      .respon-projects-page .respon-projects-hero-image,
      .respon-about-page .respon-about-hero-image,
      .respon-reviews-page .respon-reviews-hero-image) img {
    width: 100% !important;
    height: 350px !important;
  }

  :is(.respon-services-page .respon-services-hero-image,
      .respon-projects-page .respon-projects-hero-image,
      .respon-about-page .respon-about-hero-image,
      .respon-reviews-page .respon-reviews-hero-image) img {
    display: block;
    object-fit: cover;
  }

  .respon-services-page .respon-services-hero-image img { object-position: center 48%; }
  .respon-projects-page .respon-projects-hero-image img { object-position: center 55%; }
  .respon-about-page .respon-about-hero-image img { object-position: center 57%; }
  .respon-reviews-page .respon-reviews-hero-image img { object-position: center 55%; }

  /* The rating badges remain unique to Reviews and sit wholly within its
   * shared 350px image panel. */
  .respon-reviews-page .respon-reviews-hero-badges {
    position: absolute !important;
    z-index: 3;
    inset: auto auto 20px 24px !important;
    width: 178px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
  .respon-reviews-page .respon-reviews-hero-badges > .e-con-inner {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
  .respon-reviews-page .respon-reviews-hero-badge {
    width: 100% !important;
    margin: 0 !important;
  }
  .respon-reviews-page .respon-reviews-hero-badge a {
    padding: 12px 14px 11px 19px;
  }
}

/* Shared mobile footer alignment. The desktop grid is unchanged. */
@media (max-width: 767px) {
  .respon-footer {
    width: 100%;
    text-align: center;
  }
  .respon-footer__inner {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .respon-footer__grid {
    gap: 48px;
  }
  .respon-footer__brand,
  .respon-footer__column,
  .respon-footer__bottom {
    width: 100%;
    text-align: center;
  }
  .respon-footer__logo,
  .respon-footer__brand p,
  .respon-footer__column h2,
  .respon-footer__column ul,
  .respon-footer__column dl {
    margin-right: auto;
    margin-left: auto;
  }
  .respon-footer__column h2::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .respon-footer__links {
    justify-items: center;
    gap: 0 !important;
  }
  .respon-footer__links li {
    width: 100%;
    text-align: center;
  }
  .respon-footer__links a {
    width: fit-content;
    padding: 9px 0;
    margin: 0 auto;
    text-align: center;
  }
  .respon-footer__contact ul {
    width: 100%;
    display: grid;
    justify-items: center;
    gap: 20px;
  }
  .respon-footer__contact li {
    width: fit-content;
    max-width: 100%;
    display: inline-grid;
    grid-template-columns: 25px minmax(0, auto);
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0 auto;
    text-align: center;
  }
  .respon-footer__contact svg {
    align-self: center;
    margin-top: 0;
  }
  .respon-footer__contact span {
    justify-items: center;
    text-align: center;
  }
  .respon-footer__contact li.respon-footer__facebook-item {
    display: block;
  }
  .respon-footer__facebook {
    grid-template-columns: 25px minmax(0, auto);
    gap: 15px;
    margin: 0 auto;
  }
  .respon-footer__hours dl {
    justify-items: center;
    gap: 14px;
  }
  .respon-footer__hours dl div,
  .respon-footer__hours dt,
  .respon-footer__hours dd {
    width: 100%;
    text-align: center;
  }
  .respon-footer__quote {
    margin-right: auto;
    margin-left: auto;
  }
  .respon-footer__bottom {
    justify-content: center;
  }
  .respon-footer__bottom p {
    width: auto;
    text-align: center;
  }
}

/* Site-wide readability pass. These selectors only normalise text colour;
 * typography, dimensions, spacing and imagery remain unchanged. */
.home-hero .hero-text,
.home-hero .trust-line,
.service-card .elementor-icon-box-description,
.process-section .process-item .elementor-icon-box-description,
:is(.respon-services-page .respon-services-hero-text,
    .respon-projects-page .respon-projects-hero-text,
    .respon-about-page .respon-about-hero-text,
    .respon-reviews-page .respon-reviews-hero-text),
.respon-projects-page .respon-projects-cta-text,
.respon-about-page .respon-about-story-text,
.respon-contact-page .respon-contact-lead {
  color: #243b5a !important;
}
.home-hero .hero-badge b,
.home-hero .hero-badge small {
  color: #fff !important;
}
.values-band .value-item .elementor-icon-box-description {
  color: rgba(255,255,255,.9) !important;
}
.process-section .process-item .elementor-icon-box-title {
  color: #062e68 !important;
}
.respon-home-trust-signal .elementor-icon-box-title,
.respon-home-trust-signal .elementor-icon-box-description {
  color: #243b5a !important;
}
.respon-home-review-grid .respon-review-meta,
.respon-reviews-page .respon-review-meta,
.respon-reviews-page .respon-reviews-hero-badge span {
  color: #52647a !important;
}
.respon-home-cta-eyebrow,
.respon-home-cta-text,
.respon-home-cta-text p {
  color: rgba(255,255,255,.9) !important;
}
.respon-services-page :is(.respon-service-heading .elementor-icon-box-description,
  .respon-supporting-card .elementor-icon-box-description),
.respon-projects-page .respon-project-trust-item .elementor-icon-box-description,
.respon-about-page :is(.respon-about-values-intro,
  .respon-about-value-card .elementor-icon-box-description,
  .respon-about-expertise-card .elementor-icon-box-description,
  .respon-about-how-card .elementor-icon-box-description),
.respon-reviews-page :is(.respon-review-trust-point .elementor-icon-box-description,
  .respon-review-benefit .elementor-icon-box-description,
  .respon-review-card-copy),
.respon-contact-page :is(.respon-contact-detail .elementor-icon-box-description,
  .respon-contact-area-heading .elementor-icon-box-description,
  .respon-contact-local-copy,
  .respon-contact-form-intro) {
  color: #243b5a !important;
}
.respon-project-detail-hero .respon-project-detail-eyebrow {
  color: #fff !important;
}
@media(max-width:767px){
  .respon-projects-page .respon-projects-cta-text {
    color: rgba(255,255,255,.9) !important;
  }
}
.respon-project-detail :is(.respon-project-gallery,
  .respon-project-related) .respon-project-detail-eyebrow {
  color: #c51622 !important;
}

/* Accessible red variants: deeper on light surfaces, brighter on navy. */
:is(.process-section,
    .respon-home-reviews,
    .respon-services-page .respon-core-services,
    .respon-services-page .respon-secondary-services,
    .respon-about-page .respon-about-how-we-work,
    .respon-contact-page .respon-contact-intro,
    .respon-contact-page .respon-contact-service-area)
  .eyebrow span,
.respon-services-page :is(.respon-core-services,
  .respon-secondary-services) .respon-services-eyebrow span,
.respon-about-page .respon-about-how-we-work .respon-about-eyebrow span,
.respon-contact-page :is(.respon-contact-intro,
  .respon-contact-service-area) .respon-contact-eyebrow span,
.respon-project-detail-content .respon-project-detail-eyebrow {
  color: #d71920 !important;
}
.respon-services-page .respon-services-eyebrow span,
.respon-about-page .respon-about-eyebrow span,
.respon-contact-page .respon-contact-eyebrow span,
.respon-project-detail .respon-project-detail-eyebrow {
  color: #d71920 !important;
}
.respon-project-detail-hero .respon-project-detail-eyebrow {
  color: #fff !important;
}
.home-hero .hero-badge strong,
.values-band .eyebrow span,
.respon-services-cta-title em,
.respon-reviews-cta-title em {
  color: #ff6b70 !important;
}

/* Home only: compact the external transition from Featured Projects to the
 * Process section without changing either section's internal composition. */
@media (min-width:1101px) {
  .home .projects-section { padding-bottom:33px; }
}
@media (max-width:767px) {
  .home .projects-section { padding-bottom:20px; }
  .home .projects-section .project-image,
  .home .projects-section .project-image .elementor-widget-container {
    height:auto !important;
    aspect-ratio:4 / 3;
  }
  .home .projects-section .project-grid > .e-con-inner > .project-card:nth-child(-n+2) .project-image,
  .home .projects-section .project-grid > .e-con-inner > .project-card:nth-child(-n+2) .project-image .elementor-widget-container {
    aspect-ratio:16 / 9;
  }
  .home .projects-section .project-image img {
    height:100% !important;
    object-fit:contain;
  }
  .home .projects-section .project-meta small { font-size:10px; }
  .home-hero .hero-badge:after {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }
}

/* Global footer logo copy: account for transparent space inside the logo PNG
 * while preserving the brand column's total height and footer-bottom position. */
.respon-footer__brand { padding-bottom:20px; }
.respon-footer__brand p { margin-top:4px; }
@media (max-width:767px) {
  .respon-footer__brand p { margin-top:0; }
}
