/** Shopify CDN: Minification failed

Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 29:18 Unexpected "{"
Line 29:27 Expected ":"
Line 40:18 Unexpected "{"
Line 40:27 Expected ":"
Line 47:18 Unexpected "{"
Line 47:27 Expected ":"
Line 54:18 Unexpected "{"
Line 54:27 Expected ":"
... and 374 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:ir-cta-banner (INDEX:25) */
#shopify-section-{{ section.id }}.ir-cta-banner {
  position: relative;
  overflow: hidden;
  padding: var(--ir-section-pad-mobile) 0;
  background-color: var(--ir-bg-dark);
  text-align: center;
}

#shopify-section-{{ section.id }} .ir-cta-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
}

#shopify-section-{{ section.id }} .ir-cta-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.78);
  z-index: 1;
}

#shopify-section-{{ section.id }} .ir-cta-banner__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}

#shopify-section-{{ section.id }} .ir-cta-banner__heading {
  font-family: var(--ir-font-heading);
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.15;
}

#shopify-section-{{ section.id }} .ir-cta-banner__subheading {
  font-family: var(--ir-font-body);
  font-size: 17px;
  color: rgba(255, 255, 255, 0.80);
  line-height: 1.7;
  margin: 0 0 36px;
}

#shopify-section-{{ section.id }} .ir-cta-banner__ctas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

@media (min-width: 750px) {
  #shopify-section-{{ section.id }}.ir-cta-banner {
    padding: 100px 0;
  }
}
/* END_SECTION:ir-cta-banner */

/* START_SECTION:ir-faq (INDEX:26) */
#shopify-section-{{ section.id }}.ir-faq {
  background-color: var(--ir-bg-light);
  padding: var(--ir-section-pad-mobile) 0;
}

#shopify-section-{{ section.id }} .ir-faq__header {
  text-align: center;
  margin-bottom: 48px;
}

#shopify-section-{{ section.id }} .ir-faq__heading {
  font-family: var(--ir-font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: var(--ir-text-dark);
  margin: 0;
  line-height: 1.2;
}

#shopify-section-{{ section.id }} .ir-faq__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

#shopify-section-{{ section.id }} .ir-faq__col {
  display: flex;
  flex-direction: column;
}

#shopify-section-{{ section.id }} .ir-faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

#shopify-section-{{ section.id }} .ir-faq__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

#shopify-section-{{ section.id }} .ir-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--ir-font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--ir-text-dark);
  line-height: 1.4;
  user-select: none;
  transition: color 0.2s ease;
}

#shopify-section-{{ section.id }} .ir-faq__question::-webkit-details-marker {
  display: none;
}

#shopify-section-{{ section.id }} .ir-faq__question:hover {
  color: var(--ir-orange);
}

#shopify-section-{{ section.id }} .ir-faq__icon {
  flex-shrink: 0;
  color: var(--ir-orange);
  width: 20px;
  height: 20px;
  position: relative;
}

#shopify-section-{{ section.id }} .ir-faq__icon-minus {
  display: none;
}

#shopify-section-{{ section.id }} .ir-faq__item[open] .ir-faq__icon-plus {
  display: none;
}

#shopify-section-{{ section.id }} .ir-faq__item[open] .ir-faq__icon-minus {
  display: block;
}

#shopify-section-{{ section.id }} .ir-faq__item[open] .ir-faq__question {
  color: var(--ir-orange);
}

#shopify-section-{{ section.id }} .ir-faq__answer {
  padding-bottom: 22px;
}

#shopify-section-{{ section.id }} .ir-faq__answer p {
  font-family: var(--ir-font-body);
  font-size: 15px;
  color: var(--ir-text-mid);
  line-height: 1.7;
  margin: 0;
  max-width: 600px;
}

#shopify-section-{{ section.id }} .ir-faq__cta {
  text-align: center;
  margin-top: 56px;
}

@media (min-width: 750px) {
  #shopify-section-{{ section.id }}.ir-faq {
    padding: var(--ir-section-pad-desktop) 0;
  }

  #shopify-section-{{ section.id }} .ir-faq__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0 56px;
    align-items: start;
  }

  /* Right column: remove top border since it visually aligns mid-grid */
  #shopify-section-{{ section.id }} .ir-faq__col:last-child .ir-faq__item:first-child {
    border-top: none;
  }
}
/* END_SECTION:ir-faq */

/* START_SECTION:ir-footer (INDEX:27) */
#shopify-section-{{ section.id }}.ir-footer {
  background-color: var(--ir-bg-dark);
  color: rgba(255, 255, 255, 0.75);
  padding-top: 64px;
}

#shopify-section-{{ section.id }} .ir-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 56px;
}

/* Brand column */
#shopify-section-{{ section.id }} .ir-footer__logo {
  max-width: 160px;
  height: auto;
  display: block;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

#shopify-section-{{ section.id }} .ir-footer__brand-name {
  font-family: var(--ir-font-heading);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
}

#shopify-section-{{ section.id }} .ir-footer__brand-desc {
  font-family: var(--ir-font-body);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 20px;
  max-width: 280px;
}

#shopify-section-{{ section.id }} .ir-footer__contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#shopify-section-{{ section.id }} .ir-footer__contact-link,
#shopify-section-{{ section.id }} .ir-footer__contact-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ir-font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.60);
  text-decoration: none;
  transition: color 0.2s ease;
}

#shopify-section-{{ section.id }} .ir-footer__contact-link:hover {
  color: var(--ir-orange);
}

/* Nav columns */
#shopify-section-{{ section.id }} .ir-footer__col-title {
  font-family: var(--ir-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.40);
  margin: 0 0 18px;
}

#shopify-section-{{ section.id }} .ir-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#shopify-section-{{ section.id }} .ir-footer__nav-link {
  font-family: var(--ir-font-body);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.4;
}

#shopify-section-{{ section.id }} .ir-footer__nav-link:hover {
  color: #fff;
}

/* Get Started column */
#shopify-section-{{ section.id }} .ir-footer__ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

#shopify-section-{{ section.id }} .ir-footer__social {
  display: flex;
  gap: 16px;
  align-items: center;
}

#shopify-section-{{ section.id }} .ir-footer__social-link {
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
}

#shopify-section-{{ section.id }} .ir-footer__social-link:hover {
  color: var(--ir-orange);
}

/* Bottom bar */
#shopify-section-{{ section.id }} .ir-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
}

#shopify-section-{{ section.id }} .ir-footer__bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--ir-font-body);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}

@media (min-width: 750px) {
  #shopify-section-{{ section.id }} .ir-footer__grid {
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
  }

  #shopify-section-{{ section.id }} .ir-footer__bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
/* END_SECTION:ir-footer */

/* START_SECTION:ir-hero (INDEX:28) */
#shopify-section-{{ section.id }}.ir-hero {
  position: relative;
  width: 100%;
  min-height: 85vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

#shopify-section-{{ section.id }} .ir-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#shopify-section-{{ section.id }} .ir-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#shopify-section-{{ section.id }} .ir-hero__img--placeholder {
  background: #2a2a2a;
}

#shopify-section-{{ section.id }} .ir-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.60) 40%,
    rgba(0, 0, 0, 0.30) 100%
  );
}

#shopify-section-{{ section.id }} .ir-hero__content {
  position: relative;
  z-index: 1;
  padding-bottom: 72px;
  padding-top: 120px;
  width: 100%;
}

#shopify-section-{{ section.id }} .ir-hero__eyebrow {
  display: inline-block;
  font-family: var(--ir-font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ir-orange);
  margin-bottom: 16px;
}

#shopify-section-{{ section.id }} .ir-hero__heading {
  font-family: var(--ir-font-heading);
  font-size: clamp(38px, 6vw, 64px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 20px;
  max-width: 800px;
}

#shopify-section-{{ section.id }} .ir-hero__subheading {
  font-family: var(--ir-font-body);
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 0 36px;
}

#shopify-section-{{ section.id }} .ir-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

/* Trust Bar */
#ir-trust-bar-{{ section.id }}.ir-trust-bar {
  background-color: var(--ir-bg-dark);
  padding: 28px 0;
}

#ir-trust-bar-{{ section.id }} .ir-trust-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

#ir-trust-bar-{{ section.id }} .ir-trust-bar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ir-font-body);
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.90);
  white-space: nowrap;
}

#ir-trust-bar-{{ section.id }} .ir-trust-bar__icon {
  color: var(--ir-orange);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

#ir-trust-bar-{{ section.id }} .ir-trust-bar__divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 749px) {
  #shopify-section-{{ section.id }}.ir-hero {
    min-height: 90vh;
  }

  #shopify-section-{{ section.id }} .ir-hero__content {
    padding-bottom: 56px;
  }

  #ir-trust-bar-{{ section.id }} .ir-trust-bar__divider {
    display: none;
  }

  #ir-trust-bar-{{ section.id }} .ir-trust-bar__inner {
    gap: 16px 24px;
    justify-content: flex-start;
  }
}
/* END_SECTION:ir-hero */

/* START_SECTION:ir-partners (INDEX:29) */
#shopify-section-{{ section.id }}.ir-partners {
  background-color: #2a2a2a;
  padding: var(--ir-section-pad-mobile) 0;
}

#shopify-section-{{ section.id }} .ir-partners__header {
  text-align: center;
  margin-bottom: 40px;
}

#shopify-section-{{ section.id }} .ir-section-label {
  color: var(--ir-orange);
}

#shopify-section-{{ section.id }} .ir-partners__heading {
  font-family: var(--ir-font-heading);
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

/* Logo grid */
#shopify-section-{{ section.id }} .ir-partners__logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-bottom: 56px;
}

#shopify-section-{{ section.id }} .ir-partners__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.2s ease;
  border-radius: 4px;
}

#shopify-section-{{ section.id }} .ir-partners__logo-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

#shopify-section-{{ section.id }} .ir-partners__logo-item img {
  max-width: 120px;
  max-height: 52px;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.7) invert(1);
  opacity: 0.7;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

#shopify-section-{{ section.id }} .ir-partners__logo-item:hover img {
  filter: none;
  opacity: 1;
}

#shopify-section-{{ section.id }} .ir-partners__logo-placeholder {
  width: 120px;
  height: 52px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}

#shopify-section-{{ section.id }} .ir-partners__logo-placeholder span {
  font-family: var(--ir-font-body);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 0 8px;
}

/* Subcontractors */
#shopify-section-{{ section.id }} .ir-partners__subs {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
}

#shopify-section-{{ section.id }} .ir-partners__subs-heading {
  font-family: var(--ir-font-heading);
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin: 0 0 24px;
}

#shopify-section-{{ section.id }} .ir-partners__subs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

#shopify-section-{{ section.id }} .ir-partners__sub-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#shopify-section-{{ section.id }} .ir-partners__sub-trade {
  font-family: var(--ir-font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ir-orange);
}

#shopify-section-{{ section.id }} .ir-partners__sub-name {
  font-family: var(--ir-font-body);
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 750px) {
  #shopify-section-{{ section.id }}.ir-partners {
    padding: var(--ir-section-pad-desktop) 0;
  }

  #shopify-section-{{ section.id }} .ir-partners__logos {
    grid-template-columns: repeat(4, 1fr);
  }

  #shopify-section-{{ section.id }} .ir-partners__subs-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* END_SECTION:ir-partners */

/* START_SECTION:ir-process (INDEX:30) */
#shopify-section-{{ section.id }}.ir-process {
  background-color: var(--ir-bg-light);
  padding: var(--ir-section-pad-mobile) 0;
}

#shopify-section-{{ section.id }} .ir-process__header {
  text-align: center;
  margin-bottom: 56px;
}

#shopify-section-{{ section.id }} .ir-process__heading {
  font-family: var(--ir-font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: var(--ir-text-dark);
  margin: 0;
  line-height: 1.2;
}

/* Mobile: vertical stacked */
#shopify-section-{{ section.id }} .ir-process__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

#shopify-section-{{ section.id }} .ir-process__step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-bottom: 40px;
}

#shopify-section-{{ section.id }} .ir-process__step:last-child {
  padding-bottom: 0;
}

#shopify-section-{{ section.id }} .ir-process__step-number {
  font-family: var(--ir-font-heading);
  font-size: 56px;
  font-weight: 700;
  color: var(--ir-orange);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  opacity: 0.9;
}

#shopify-section-{{ section.id }} .ir-process__step-title {
  font-family: var(--ir-font-heading);
  font-size: 20px;
  font-weight: 600;
  color: var(--ir-text-dark);
  margin: 0 0 10px;
  line-height: 1.3;
}

#shopify-section-{{ section.id }} .ir-process__step-desc {
  font-family: var(--ir-font-body);
  font-size: 15px;
  color: var(--ir-text-mid);
  line-height: 1.7;
  margin: 0;
  max-width: 340px;
}

/* Vertical connector line on mobile */
#shopify-section-{{ section.id }} .ir-process__connector {
  position: absolute;
  left: 26px;
  top: 70px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--ir-orange), rgba(229, 147, 49, 0.15));
}

#shopify-section-{{ section.id }} .ir-process__cta {
  text-align: center;
  margin-top: 48px;
}

/* Desktop: horizontal timeline */
@media (min-width: 990px) {
  #shopify-section-{{ section.id }}.ir-process {
    padding: var(--ir-section-pad-desktop) 0;
  }

  #shopify-section-{{ section.id }} .ir-process__steps {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }

  #shopify-section-{{ section.id }} .ir-process__step {
    flex: 1;
    padding-bottom: 0;
    padding-right: 32px;
    position: relative;
  }

  #shopify-section-{{ section.id }} .ir-process__step:last-child {
    padding-right: 0;
  }

  #shopify-section-{{ section.id }} .ir-process__step-number {
    font-size: 64px;
    margin-bottom: 20px;
  }

  /* Horizontal connector line on desktop */
  #shopify-section-{{ section.id }} .ir-process__connector {
    position: absolute;
    top: 32px;
    left: calc(100% - 16px);
    right: -16px;
    width: auto;
    height: 2px;
    bottom: auto;
    background: linear-gradient(to right, var(--ir-orange), rgba(229, 147, 49, 0.15));
  }

  #shopify-section-{{ section.id }} .ir-process__step-desc {
    max-width: none;
  }
}
/* END_SECTION:ir-process */

/* START_SECTION:ir-projects (INDEX:31) */
#shopify-section-{{ section.id }}.ir-projects {
  background-color: var(--ir-bg-white);
  padding: var(--ir-section-pad-mobile) 0;
}

#shopify-section-{{ section.id }} .ir-projects__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

#shopify-section-{{ section.id }} .ir-projects__heading {
  font-family: var(--ir-font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: var(--ir-text-dark);
  margin: 0;
  line-height: 1.2;
}

#shopify-section-{{ section.id }} .ir-projects__view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ir-font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--ir-blue);
  text-decoration: none;
  white-space: nowrap;
  transition: gap 0.2s ease;
}

#shopify-section-{{ section.id }} .ir-projects__view-all:hover {
  gap: 10px;
}

/* Grid */
#shopify-section-{{ section.id }} .ir-projects__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 240px;
  gap: 12px;
}

#shopify-section-{{ section.id }} .ir-projects__tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--ir-radius-card);
  cursor: pointer;
}

/* Large tiles span 2 columns and 2 rows */
#shopify-section-{{ section.id }} .ir-projects__tile--large {
  grid-column: span 2;
  grid-row: span 2;
}

#shopify-section-{{ section.id }} .ir-projects__tile img,
#shopify-section-{{ section.id }} .ir-projects__tile-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

#shopify-section-{{ section.id }} .ir-projects__tile-placeholder {
  background: #e8e5e0;
}

#shopify-section-{{ section.id }} .ir-projects__tile:hover img {
  transform: scale(1.04);
}

/* Always-visible category tag (bottom-left) */
#shopify-section-{{ section.id }} .ir-projects__tile-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.60);
  color: #fff;
  font-family: var(--ir-font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 2;
}

/* Hover overlay with project title */
#shopify-section-{{ section.id }} .ir-projects__tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  z-index: 3;
}

#shopify-section-{{ section.id }} .ir-projects__tile:hover .ir-projects__tile-overlay {
  opacity: 1;
}

#shopify-section-{{ section.id }} .ir-projects__tile-overlay .ir-projects__tile-category {
  font-family: var(--ir-font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ir-orange);
  margin-bottom: 4px;
}

#shopify-section-{{ section.id }} .ir-projects__tile-overlay .ir-projects__tile-title {
  font-family: var(--ir-font-heading);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

/* Mobile: show title always, not just on hover */
@media (max-width: 749px) {
  #shopify-section-{{ section.id }} .ir-projects__tile-overlay {
    opacity: 1;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 55%);
  }

  #shopify-section-{{ section.id }} .ir-projects__tile-tag {
    display: none;
  }

  #shopify-section-{{ section.id }} .ir-projects__grid {
    grid-auto-rows: 180px;
  }
}

#shopify-section-{{ section.id }} .ir-projects__mobile-cta {
  text-align: center;
  margin-top: 36px;
  display: none;
}

@media (max-width: 749px) {
  #shopify-section-{{ section.id }} .ir-projects__mobile-cta {
    display: block;
  }

  #shopify-section-{{ section.id }} .ir-projects__view-all {
    display: none;
  }
}

@media (min-width: 750px) {
  #shopify-section-{{ section.id }}.ir-projects {
    padding: var(--ir-section-pad-desktop) 0;
  }

  #shopify-section-{{ section.id }} .ir-projects__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
  }
}
/* END_SECTION:ir-projects */

/* START_SECTION:ir-services (INDEX:32) */
#shopify-section-{{ section.id }}.ir-services {
  background-color: var(--ir-bg-light);
  padding: var(--ir-section-pad-mobile) 0;
}

#shopify-section-{{ section.id }} .ir-services__header {
  text-align: center;
  margin-bottom: 48px;
}

#shopify-section-{{ section.id }} .ir-services__heading {
  font-family: var(--ir-font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: var(--ir-text-dark);
  margin: 0;
  line-height: 1.2;
}

#shopify-section-{{ section.id }} .ir-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

#shopify-section-{{ section.id }} .ir-services__card {
  background: #fff;
  border-radius: var(--ir-radius-card);
  overflow: hidden;
  box-shadow: var(--ir-shadow-card);
  display: flex;
  flex-direction: column;
}

#shopify-section-{{ section.id }} .ir-services__card-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

#shopify-section-{{ section.id }} .ir-services__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

#shopify-section-{{ section.id }} .ir-services__card:hover .ir-services__card-image img {
  transform: scale(1.03);
}

#shopify-section-{{ section.id }} .ir-services__card-image-placeholder {
  width: 100%;
  height: 100%;
  background: #e8e5e0;
}

#shopify-section-{{ section.id }} .ir-services__card-body {
  padding: var(--ir-card-pad);
  flex: 1;
  display: flex;
  flex-direction: column;
}

#shopify-section-{{ section.id }} .ir-services__card-number {
  font-family: var(--ir-font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--ir-orange);
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  display: block;
}

#shopify-section-{{ section.id }} .ir-services__card-title {
  font-family: var(--ir-font-heading);
  font-size: 22px;
  font-weight: 600;
  color: var(--ir-text-dark);
  margin: 0 0 10px;
  line-height: 1.3;
}

#shopify-section-{{ section.id }} .ir-services__card-desc {
  font-family: var(--ir-font-body);
  font-size: 15px;
  color: var(--ir-text-mid);
  line-height: 1.6;
  margin: 0 0 18px;
  flex: 1;
}

#shopify-section-{{ section.id }} .ir-services__card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ir-font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--ir-blue);
  text-decoration: none;
  transition: gap 0.2s ease;
  margin-top: auto;
}

#shopify-section-{{ section.id }} .ir-services__card-link:hover {
  gap: 10px;
  color: var(--ir-blue-hover);
}

#shopify-section-{{ section.id }} .ir-services__cta {
  text-align: center;
  margin-top: 48px;
}

@media (min-width: 750px) {
  #shopify-section-{{ section.id }}.ir-services {
    padding: var(--ir-section-pad-desktop) 0;
  }

  #shopify-section-{{ section.id }} .ir-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 990px) {
  #shopify-section-{{ section.id }} .ir-services__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* 5 cards: first row 3, second row 2 centered */
  #shopify-section-{{ section.id }} .ir-services__card:nth-child(4) {
    grid-column: 1;
  }
  #shopify-section-{{ section.id }} .ir-services__card:nth-child(n+4) {
    /* handled naturally by grid auto-placement */
  }
}
/* END_SECTION:ir-services */

/* START_SECTION:ir-testimonials (INDEX:33) */
#shopify-section-{{ section.id }}.ir-testimonials {
  background-color: #F9F8F6;
  color: #1A1A1A;
}

#shopify-section-{{ section.id }} .ir-testimonials__header {
  text-align: center;
  margin-bottom: 48px;
}

#shopify-section-{{ section.id }} .ir-testimonials__heading {
  font-family: var(--ir-font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: var(--ir-text-dark);
  margin: 0;
  line-height: 1.2;
}

/* Mobile: horizontal scroll */
#shopify-section-{{ section.id }} .ir-testimonials__grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: none;
}

#shopify-section-{{ section.id }} .ir-testimonials__grid::-webkit-scrollbar {
  display: none;
}

#shopify-section-{{ section.id }} .ir-testimonials__card {
  background: #FFFFFF;
  border-radius: var(--ir-radius-card);
  padding: var(--ir-card-pad);
  box-shadow: var(--ir-shadow-card);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 280px;
  flex: 0 0 280px;
  scroll-snap-align: start;
}

#shopify-section-{{ section.id }} .ir-testimonials__stars {
  display: flex;
  gap: 3px;
  color: var(--ir-orange);
}

#shopify-section-{{ section.id }} .ir-testimonials__quote {
  font-family: var(--ir-font-body);
  font-size: 16px;
  color: #1A1A1A;
}

#shopify-section-{{ section.id }} .ir-testimonials__client {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

#shopify-section-{{ section.id }} .ir-testimonials__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ir-orange);
  color: #fff;
  font-family: var(--ir-font-heading);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#shopify-section-{{ section.id }} .ir-testimonials__client-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#shopify-section-{{ section.id }} .ir-testimonials__client-name {
  font-family: var(--ir-font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--ir-text-dark);
}

#shopify-section-{{ section.id }} .ir-testimonials__client-meta {
  font-family: var(--ir-font-body);
  font-size: 13px;
  color: var(--ir-text-mid);
}

#shopify-section-{{ section.id }} .ir-testimonials__cta {
  text-align: center;
  margin-top: 48px;
}

@media (min-width: 750px) {
  #shopify-section-{{ section.id }}.ir-testimonials {
    padding: var(--ir-section-pad-desktop) 0;
  }

  #shopify-section-{{ section.id }} .ir-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: visible;
    padding-bottom: 0;
  }

  #shopify-section-{{ section.id }} .ir-testimonials__card {
    min-width: unset;
    flex: unset;
  }
}
/* END_SECTION:ir-testimonials */

/* START_SECTION:ir-why-us (INDEX:34) */
#shopify-section-{{ section.id }}.ir-why-us {
  background-color: var(--ir-bg-dark);
  padding: var(--ir-section-pad-mobile) 0;
  color: var(--ir-text-light);
}

#shopify-section-{{ section.id }} .ir-section-label {
  color: var(--ir-orange);
}

#shopify-section-{{ section.id }} .ir-why-us__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

#shopify-section-{{ section.id }} .ir-why-us__heading {
  font-family: var(--ir-font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.2;
}

#shopify-section-{{ section.id }} .ir-why-us__intro {
  font-family: var(--ir-font-body);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin: 0 0 32px;
  max-width: 520px;
}

#shopify-section-{{ section.id }} .ir-why-us__list {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#shopify-section-{{ section.id }} .ir-why-us__list-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: var(--ir-font-body);
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.5;
}

#shopify-section-{{ section.id }} .ir-why-us__list-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: rgba(229, 147, 49, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ir-orange);
  margin-top: 1px;
}

#shopify-section-{{ section.id }} .ir-why-us__image {
  border-radius: var(--ir-radius-card);
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

#shopify-section-{{ section.id }} .ir-why-us__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#shopify-section-{{ section.id }} .ir-why-us__image-placeholder {
  width: 100%;
  height: 100%;
  background: #2e2e2e;
}

/* Trust badges row */
#shopify-section-{{ section.id }} .ir-why-us__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
}

#shopify-section-{{ section.id }} .ir-why-us__badge {
  flex: 1;
  min-width: 200px;
  padding: 24px 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#shopify-section-{{ section.id }} .ir-why-us__badge:last-child {
  border-right: none;
}

#shopify-section-{{ section.id }} .ir-why-us__badge-title {
  display: block;
  font-family: var(--ir-font-heading);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

#shopify-section-{{ section.id }} .ir-why-us__badge-sub {
  display: block;
  font-family: var(--ir-font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.4;
}

@media (min-width: 990px) {
  #shopify-section-{{ section.id }}.ir-why-us {
    padding: var(--ir-section-pad-desktop) 0;
  }

  #shopify-section-{{ section.id }} .ir-why-us__layout {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }

  #shopify-section-{{ section.id }} .ir-why-us__copy {
    flex: 1;
  }

  #shopify-section-{{ section.id }} .ir-why-us__image {
    flex: 0 0 42%;
    aspect-ratio: 3 / 4;
  }

  #shopify-section-{{ section.id }} .ir-why-us__badges {
    flex-wrap: nowrap;
  }

  #shopify-section-{{ section.id }} .ir-why-us__badge {
    min-width: unset;
  }
}
/* END_SECTION:ir-why-us */