/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #services-overview {
    padding: 4em 0;
    background: #fff;
    margin-top: -2em;
    /* Header */
    /* Grid wrapper */
    /* Left media */
    /* Right list */
  }
  #services-overview .container {
    width: 92%;
    margin: 0 auto;
  }
  #services-overview .svc-head {
    text-align: center;
    margin: 0 auto 2em auto;
    max-width: 51.25em;
  }
  #services-overview .svc-head h2 {
    font-size: 2.375em;
    line-height: 1.1em;
    color: var(--primaryDark);
    font-weight: 800;
    margin-bottom: 0.875em;
  }
  #services-overview .svc-head p {
    color: var(--bodyText);
    font-size: 1.125em;
    line-height: 1.6em;
    margin: 0 auto;
    max-width: 42.5em;
  }
  #services-overview .svc-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
    align-items: start;
  }
  #services-overview .svc-media {
    display: block;
    width: 100%;
    border-radius: 1.5em;
    overflow: hidden;
    box-shadow: 0 0.875em 2.5em rgba(0, 0, 0, 0.1);
  }
  #services-overview .svc-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #services-overview .svc-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.125em;
  }
  #services-overview .svc-item {
    display: grid;
    grid-template-columns: 4.5em 1fr;
    gap: 0.875em;
    align-items: center;
    padding: 0.875em 1em;
    border-radius: 1em;
    /* soft divider vibe without a full box */
    background: transparent;
  }
  #services-overview .svc-icon {
    width: 4.5em;
    height: 4.5em;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    /* circular brand chip behind the icon */
    background: rgba(0, 0, 0, 0);
  }
  #services-overview .svc-icon img {
    width: 4.5em;
    height: 4.5em;
    display: block;
  }
  #services-overview .svc-copy h3 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0 0 0.375em 0;
    color: var(--primaryDark);
    font-weight: 800;
  }
  #services-overview .svc-copy p {
    margin: 0;
    color: var(--bodyText);
    line-height: 1.55em;
  }
}
/* Tablet (>= 48em) */
@media only screen and (min-width: 48em) {
  #services-overview {
    padding: 5.25em 0;
  }
  #services-overview .svc-head h2 {
    font-size: 2.875em;
  }
  #services-overview .svc-head p {
    font-size: 1.1875em;
  }
  #services-overview .svc-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.25em;
    align-items: center;
  }
  #services-overview .svc-media {
    border-radius: 1.625em;
  }
  #services-overview .svc-list {
    gap: 1.375em;
  }
  #services-overview .svc-item {
    grid-template-columns: 5.25em 1fr;
    padding: 1em 1.125em;
  }
  #services-overview .svc-icon {
    width: 5.25em;
    height: 5.25em;
  }
  #services-overview .svc-icon img {
    width: 5.25em;
    height: 5.25em;
  }
  #services-overview .svc-copy h3 {
    font-size: 1.625em;
  }
}
/* Desktop (>= 1300px) */
@media only screen and (min-width: 1300px) {
  #services-overview {
    padding: 6em 0;
  }
  #services-overview .container {
    width: 96%;
    max-width: 71.5em;
  }
  #services-overview .svc-head {
    margin-bottom: 2.5em;
  }
  #services-overview .svc-head h2 {
    font-size: 4em;
  }
  #services-overview .svc-head p {
    font-size: 2em;
  }
  #services-overview .svc-grid {
    gap: 3em;
  }
  #services-overview .svc-media {
    border-radius: 1.75em;
    box-shadow: 0 1.125em 3.125em rgba(0, 0, 0, 0.12);
  }
  #services-overview .svc-list {
    gap: 1.5em;
  }
  #services-overview .svc-item {
    grid-template-columns: 5.75em 1fr;
    padding: 1.125em 1.25em;
    border-radius: 1.125em;
  }
  #services-overview .svc-icon {
    width: 6.75em;
    height: 6.75em;
  }
  #services-overview .svc-icon img {
    width: 6.75em;
    height: 6.75em;
  }
  #services-overview .svc-copy h3 {
    font-size: 2em;
  }
  #services-overview .svc-copy p {
    font-size: 1.5em;
  }
}
/* Mobile */
@media only screen and (min-width: 0em) {
  #how-we-help {
    position: relative;
    padding: 4.5em 0;
    background: #fff;
    /* LEFT COLUMN */
    /* RIGHT COLUMN: PHOTO CLUSTER — MOBILE centered clover */
  }
  #how-we-help .container {
    width: 92%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75em;
    align-items: start;
  }
  #how-we-help .hwh-copy h2 {
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: 800;
    color: var(--primaryDark);
    margin-bottom: 1.25em;
  }
  #how-we-help .hwh-copy .hwh-bullets {
    margin: 0 0 1.375em 0;
    padding: 0;
    display: grid;
    gap: 0.875em;
  }
  #how-we-help .hwh-copy .hwh-bullets li {
    list-style: none;
    position: relative;
    padding-left: 1.25em;
    color: var(--primaryDark);
    line-height: 1.55em;
  }
  #how-we-help .hwh-copy .hwh-bullets li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.375em;
    height: 0.375em;
    border-radius: 50%;
    background: var(--primary);
  }
  #how-we-help .hwh-copy .hwh-btn {
    display: inline-block;
    font-weight: 600;
    padding: 0.75em 1.5em;
    border-radius: 0.75em;
    background: var(--primaryDark);
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
    margin-top: 1.5em;
  }
  #how-we-help .hwh-copy .hwh-btn:hover {
    background-color: var(--primaryShade);
  }
  #how-we-help .hwh-copy .hwh-icons {
    margin-top: 1.625em;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.125em;
  }
  #how-we-help .hwh-copy .hwh-icons .hwh-icon {
    display: grid;
    grid-template-columns: 4em 1fr;
    gap: 0.75em;
    align-items: center;
  }
  #how-we-help .hwh-copy .hwh-icons .hwh-icon img {
    width: 4em;
    height: 4em;
    display: block;
  }
  #how-we-help .hwh-copy .hwh-icons .hwh-icon h3 {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.25em;
    color: var(--primary);
    font-weight: 800;
  }
  #how-we-help .hwh-photos {
    position: relative;
    display: block;
    min-height: 22.5em;
    margin: 0 auto;
  }
  #how-we-help .hwh-photos .photo {
    position: absolute;
    border-radius: 9999px;
    overflow: hidden;
    box-shadow: 0 0.625em 1.75em rgba(0, 0, 0, 0.12);
  }
  #how-we-help .hwh-photos .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #how-we-help .hwh-photos .p1 {
    width: 11.25em;
    height: 11.25em;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  #how-we-help .hwh-photos .p2 {
    width: 10em;
    height: 10em;
    top: 7.5em;
    left: 50%;
    transform: translateX(-11.25em);
    z-index: 2;
  }
  #how-we-help .hwh-photos .p3 {
    width: 11.25em;
    height: 11.25em;
    top: 8.75em;
    left: 50%;
    transform: translateX(-2em);
    z-index: 3;
  }
  #how-we-help .hwh-photos:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1.75em;
    transform: translateX(-50%);
    width: 10em;
    height: 7.5em;
    z-index: -1;
    opacity: .85;
  }
}
/* Tablet (>= 48em) — tight, clustered on the right */
@media only screen and (min-width: 48em) {
  #how-we-help .container {
    grid-template-columns: 1fr 1fr;
    gap: 2.75em;
    align-items: center;
  }
  #how-we-help .hwh-photos {
    position: relative;
    min-height: 29.375em;
  }
  #how-we-help .hwh-photos .photo {
    position: absolute;
    border-radius: 9999px;
    overflow: hidden;
    box-shadow: 0 0.75em 2.5em rgba(0, 0, 0, 0.12);
    left: auto;
    transform: none;
  }
  #how-we-help .hwh-photos .p1 {
    width: 14.375em;
    height: 14.375em;
    top: 0;
    right: 10.625em;
    z-index: 2;
  }
  #how-we-help .hwh-photos .p2 {
    width: 12.5em;
    height: 12.5em;
    top: 5.625em;
    right: 1.875em;
    z-index: 3;
  }
  #how-we-help .hwh-photos .p3 {
    width: 18.75em;
    height: 18.75em;
    top: 12.5em;
    right: 7.5em;
    z-index: 1;
  }
  #how-we-help .hwh-photos:after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    bottom: -2.5em;
    width: 15em;
    height: 10em;
    opacity: .85;
    z-index: 0;
  }
}
/* Desktop (>= 1300px) — icons left aligned */
@media only screen and (min-width: 1300px) {
  #how-we-help {
    /* ICONS */
    /* PHOTOS stay shifted right as before */
  }
  #how-we-help .container {
    width: 96%;
    max-width: 71.5em;
    gap: 3.5em;
  }
  #how-we-help .hwh-copy h2 {
    font-size: 3em;
  }
  #how-we-help .hwh-copy .hwh-bullets li {
    font-size: 1.75em;
  }
  #how-we-help .hwh-copy .hwh-btn {
    padding: 0.875em 1.75em;
    font-size: 1.5em;
  }
  #how-we-help .hwh-copy .hwh-icons {
    display: flex;
    gap: 3.75em;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #how-we-help .hwh-copy .hwh-icons .hwh-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #how-we-help .hwh-copy .hwh-icons .hwh-icon img {
    margin: 0 0 0.375em 0;
    width: 6em;
    height: 6em;
  }
  #how-we-help .hwh-copy .hwh-icons .hwh-icon h3 {
    font-size: 1.5em;
  }
  #how-we-help .hwh-photos {
    position: relative;
    min-height: 35em;
    transform: translateX(17.5em);
  }
  #how-we-help .hwh-photos .photo {
    position: absolute;
    border-radius: 9999px;
    overflow: hidden;
    box-shadow: 0 0.75em 2.5em rgba(0, 0, 0, 0.12);
  }
  #how-we-help .hwh-photos .p1 {
    width: 18.75em;
    height: 18.75em;
    top: 0;
    right: 12.5em;
    z-index: 2;
  }
  #how-we-help .hwh-photos .p2 {
    width: 16.25em;
    height: 16.25em;
    top: 6.875em;
    right: 2.5em;
    z-index: 3;
  }
  #how-we-help .hwh-photos .p3 {
    width: 21.25em;
    height: 21.25em;
    top: 14.375em;
    right: 9.375em;
    z-index: 1;
  }
  #how-we-help .hwh-photos:after {
    content: '';
    position: absolute;
    right: -21.875em;
    bottom: -3.125em;
    width: 25em;
    height: 18.75em;
    opacity: .85;
    z-index: 0;
  }
}
/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .6;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25em;
  }
  #cta:before {
    display: none;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 69.25em;
    width: 125em;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    display: none;
  }
}
