/* Desktop-only progressive spacing for the hero collage rows. */
@media (min-width: 1280px) {
  .su-hero-v2 {
    --hero-row-gap: 50px;
  }

  .su-hero-v2__content {
    row-gap: var(--hero-row-gap);
  }

  .su-hero-v2__artboard .wire,
  .su-hero-v2__artboard .traffic,
  .su-hero-v2__artboard .arrow {
    translate: 0 var(--hero-row-gap);
  }

  .su-hero-v2__artboard .grid-paper-bottom,
  .su-hero-v2__artboard .orange,
  .su-hero-v2__artboard .services,
  .su-hero-v2__artboard .services-arrow-up,
  .su-hero-v2__artboard .services-arrow-right {
    translate: 0 calc(var(--hero-row-gap) * 2);
  }

  .su-hero-v2__artboard .code {
    translate: 0 calc(var(--hero-row-gap) * 3);
  }

  .su-hero-v2__artboard .code-note {
    translate: 0 calc(var(--hero-row-gap) * 4);
  }

  .su-hero-v2 > .cross {
    translate: 0 calc(var(--hero-row-gap) * 5);
  }

  .su-hero-v2__artboard .code {
    left: 440px;
    top: 495px;
  }

  .su-hero-v2__artboard .code-note {
    left: 409px;
    top: 628px;
  }

  .su-hero-v2__artboard .services {
    top: 368px;
    font:
      19px / 1.05 Caveat,
      "Segoe Print",
      "Bradley Hand",
      cursive;
  }

  .su-hero-v2__artboard .services-arrow-right {
    top: 460px;
    width: 193px;
  }

  .su-hero-v2__artboard .services-arrow-up {
    left: 482px;
    top: 368px;
    width: 66px;
  }

  .su-hero-v2__artboard .traffic {
    left: 468px;
    top: 213px;
    width: 246px;
  }

  .su-hero-v2__artboard .dash {
    left: 311px;
    top: 11px;
    width: 387px;
  }

  .su-hero-v2__max {
    margin-top: 58px;
  }

  .su-services-v2 {
    margin-top: -176px;
  }

  .su-services-v2__arrow--1 {
    left: -13%;
    top: -33px;
    width: 130px;
    z-index: 1;
    transform: scaleX(-1) rotate(44deg);
  }

  .su-services-v2__arrow--2 {
    left: 61%;
    top: 77px;
    width: 70px;
    transform: rotate(8deg);
    z-index: 2;
  }

  .su-services-v2__arrow--3 {
    left: 24%;
    top: 354px;
    width: 51px;
    transform: rotate(15deg);
    z-index: 1;
  }

  .su-services-v2__arrow--4 {
    left: 96%;
    top: 68px;
    width: 72px;
    transform: rotate(22deg);
    z-index: 2;
  }

  .su-services-v2__arrow--5 {
    left: 97%;
    top: 260px;
    width: 119px;
    transform: rotate(-5deg);
    z-index: 1;
  }

  .su-services-v2__arrow--6 {
    left: -6%;
    top: 610px;
    width: 131px;
    transform: rotate(14deg);
    z-index: 2;
  }

  .su-services-v2__arrow--7 {
    left: 90%;
    top: 607px;
    width: 62px;
    transform: rotate(12deg);
    z-index: 1;
  }

  .su-services-v2__card--1 {
    left: -81px;
    top: -163px;
    transform: rotate(-10deg);
  }

  .su-services-v2__card--2 {
    left: -26px;
    top: -65px;
    transform: rotate(5deg);
  }

  .su-services-v2__card--3 {
    transform: rotate(3deg);
  }

  .su-services-v2__card--4 {
    left: -50px;
    top: -111px;
    width: 100%;
    z-index: 3;
    transform: rotate(4deg);
  }

  .su-services-v2__card--5 {
    left: -55px;
    top: -62px;
    width: 100%;
    z-index: 4;
    transform: rotate(-8deg);
  }

  .su-services-v2__card--6 {
    left: -53px;
    top: -24px;
    width: 100%;
    z-index: 3;
    transform: rotate(-13deg);
  }

  .su-services-v2__card--7 {
    left: -83px;
    top: -85px;
    transform: rotate(-5deg);
  }

  .su-services-v2__card--8 {
    left: -31px;
    top: -74px;
    transform: rotate(-5deg);
  }

  .su-services-v2__card--9 {
    left: 37px;
    top: -75px;
    transform: rotate(-9deg);
  }

  .su-services-v2__card--10 {
    left: -107px;
    top: -130px;
  }

  .su-services-v2__card--11 {
    left: -39px;
    top: -136px;
  }
}

/* Desktop-only refinements. */
@media (min-width: 1280px) and (max-height: 799px) {
  .su-hero-v2__content {
    margin-top: calc(34px + 10px * var(--hero-fluid));
  }

  .su-hero-v2__description {
    margin-top: calc(15px + 6px * var(--hero-fluid));
  }

  .su-hero-v2__price {
    margin-top: calc(7px + 5px * var(--hero-fluid));
  }
}

/* Reserve the scaled artboard height in the normal tablet flow. */
@media (min-width: 768px) and (max-width: 1279px) {
  .su-hero-v2__artboard {
    height: 1067px;
  }
}

/* Tablet landscape: the richer collage in a balanced two-column hero. */
@media (min-width: 900px) and (max-width: 1279px) {
  .su-hero-v2 {
    --tablet-gutter: clamp(36px, 5vw, 64px);
    --tablet-hero-offset: clamp(32px, 3.75vw, 48px);
    height: auto;
    min-height: clamp(760px, 70vw, 880px);
  }

  .su-hero-v2__header {
    grid-template-columns: minmax(240px, 1fr) auto clamp(174px, 15vw, 190px);
    grid-template-rows: clamp(76px, 6.4vw, 82px);
    align-items: center;
    column-gap: clamp(18px, 2vw, 26px);
    width: 100%;
    height: clamp(76px, 6.4vw, 82px);
    padding: 0 clamp(28px, 3.2vw, 40px) 0 clamp(36px, 3.8vw, 48px);
  }

  .su-hero-v2__brand {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    margin-top: 0;
  }

  .su-hero-v2__brand b {
    font-size: clamp(31px, 2.65vw, 34px);
    line-height: 1;
  }
  .su-hero-v2__phone {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    font-size: clamp(16px, 1.45vw, 18px);
  }
  .su-hero-v2__header-max {
    grid-column: 3;
    grid-row: 1;
    width: clamp(174px, 15vw, 190px);
    height: clamp(46px, 3.8vw, 48px);
    transform: none;
  }

  .su-hero-v2__route,
  .su-hero-v2__brand span,
  .su-hero-v2__header i {
    display: none;
  }

  .su-hero-v2__layout {
    grid-template-columns: 52% 48%;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .su-hero-v2__content {
    width: auto;
    min-width: 0;
    margin: 0;
    padding-left: var(--tablet-gutter);
  }

  .su-hero-v2__heading,
  .su-hero-v2 h1 {
    width: auto;
    max-width: 100%;
  }

  .su-hero-v2__heading {
    margin-top: 70px;
  }

  .su-hero-v2 h1 {
    font-size: clamp(40px, 3.55vw, 45px);
    line-height: 0.96;
  }

  .su-hero-v2 h1 span {
    white-space: nowrap;
  }
  .su-hero-v2__underline {
    width: clamp(205px, 17.2vw, 220px);
  }
  .su-hero-v2__description {
    width: auto;
    margin-top: 50px;
    padding-right: 12px;
    font-size: 21px;
    line-height: 1.36;
    white-space: normal;
  }

  .su-hero-v2__price {
    width: min(clamp(420px, 39vw, 490px), calc(100% + 8px));
    height: clamp(84px, 7.2vw, 92px);
    margin: 72px 0 0 clamp(-20px, -1.5vw, -14px);
  }

  .su-hero-v2__price > div {
    grid-template-columns: clamp(174px, 15.5vw, 198px) 1fr;
    gap: clamp(8px, 1vw, 13px);
    padding: 9px clamp(16px, 1.7vw, 22px) 9px clamp(31px, 3vw, 38px);
  }

  .su-hero-v2__price > div > span:first-child {
    font-size: clamp(64px, 5.5vw, 70px);
  }
  .su-hero-v2__price > div > span:last-child {
    font-size: clamp(13px, 1.15vw, 15px);
  }
  .su-hero-v2__bottom {
    gap: clamp(8px, 1.55vw, 20px);
    margin: 61px 0 clamp(20px, 2.2vw, 28px) -6px;
  }

  .su-hero-v2__sticky,
  .su-hero-v2__sticky-paper {
    width: clamp(145px, 13vw, 165px);
  }
  .su-hero-v2__sticky {
    flex-basis: clamp(145px, 13vw, 165px);
    left: 38px;
  }
  .su-hero-v2__sticky p {
    left: clamp(22px, 2vw, 26px);
    top: clamp(24px, 2.2vw, 27px);
    font-size: clamp(15px, 1.35vw, 17px);
  }
  .su-hero-v2__sticky-circle {
    left: 9px;
    top: clamp(39px, 3.6vw, 45px);
    width: clamp(121px, 10.8vw, 137px);
  }
  .su-hero-v2__max,
  .su-hero-v2__max > a {
    width: clamp(245px, 24vw, 308px);
    height: clamp(80px, 7vw, 88px);
  }
  .su-hero-v2__max {
    flex-basis: clamp(245px, 24vw, 308px);
    left: 108px;
  }
  .su-hero-v2__max > a {
    gap: clamp(10px, 1.2vw, 16px);
    padding: 0 clamp(22px, 2.3vw, 30px) 0 clamp(17px, 1.8vw, 22px);
  }
  .su-hero-v2__max b {
    font-size: clamp(18px, 1.65vw, 21px);
  }
  .su-hero-v2__max small {
    margin-top: 6px;
    font-size: clamp(13px, 1.15vw, 15px);
  }
  .su-hero-v2__max > img {
    right: clamp(-27px, -2vw, -18px);
    width: clamp(68px, 6.1vw, 78px);
  }
  .su-hero-v2__artboard {
    height: calc(var(--hero-artboard-height) * var(--hero-artboard-scale));
    margin-bottom: 0;
  }

  .su-hero-v2__artboard .code {
    left: 440px;
    top: 586px;
    width: 300px;
    transform: rotate(2deg);
    z-index: 50;
  }

  .su-hero-v2__artboard .code-note {
    left: 403px;
    top: 785px;
    width: 285px;
    z-index: 100;
  }

  .su-hero-v2__artboard .services {
    left: 533px;
    top: 454px;
    width: 140px;
    font: 18px / 1.05 Caveat, "Segoe Print", "Bradley Hand", cursive;
    transform: rotate(2deg);
    z-index: 12;
  }

  .su-hero-v2__artboard .services-arrow-up {
    left: 486px;
    top: 440px;
    width: 59px;
    transform: rotate(-20deg);
    z-index: 13;
  }

  .su-hero-v2__artboard .services-arrow-right {
    left: 527px;
    top: 534px;
    width: 174px;
    transform: rotate(-2deg);
    z-index: 13;
  }

  .su-hero-v2__artboard .traffic {
    left: 481px;
    top: 247px;
    width: 256px;
    transform: rotate(-2deg);
  }

  .su-hero-v2__artboard .dash {
    left: 311px;
    top: 9px;
    width: 415px;
    transform: translateY(7px) rotate(-3deg);
  }

  .su-hero-v2 > .dots,
  .su-hero-v2 > .cross {
    translate: 0 var(--tablet-hero-offset);
  }

  .su-hero-v2 > .cross {
    top: clamp(570px, 51vw, 650px);
  }

  .su-services-v2.su-services-v2 {
    margin-top: -56px;
    padding: clamp(18px, 2vw, 26px) clamp(24px, 3.1vw, 40px) 84px;
  }

  .su-services-v2 .su-services-v2__container {
    width: min(1040px, 100%);
  }

  .su-services-v2 .su-services-v2__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: clamp(12px, 2vw, 28px);
    row-gap: clamp(42px, 4.6vw, 58px);
  }

  .su-services-v2 .su-services-v2__card {
    grid-column: span 2;
    width: 100%;
  }

  .su-services-v2 .su-services-v2__card--1 {
    width: 103%;
    transform: translate(-6%, clamp(-34px, -2.7vw, -24px)) rotate(-10deg);
    z-index: 7;
  }
  .su-services-v2 .su-services-v2__card--2 {
    width: 96%;
    transform: translate(3%, clamp(24px, 2.4vw, 31px)) rotate(5deg);
    z-index: 3;
  }
  .su-services-v2 .su-services-v2__card--3 {
    width: 105%;
    transform: translate(4%, clamp(-24px, -1.8vw, -16px)) rotate(1deg);
    z-index: 5;
  }
  .su-services-v2 .su-services-v2__card--4 {
    transform: translate(5%, clamp(29px, 2.8vw, 38px)) rotate(6deg);
    z-index: 3;
  }
  .su-services-v2 .su-services-v2__card--5 {
    width: 104%;
    transform: translate(-4%, clamp(-34px, -2.5vw, -23px)) rotate(-7deg);
    z-index: 8;
  }
  .su-services-v2 .su-services-v2__card--6 {
    width: 97%;
    transform: translate(1%, clamp(34px, 3.2vw, 43px)) rotate(-10deg);
    z-index: 4;
  }
  .su-services-v2 .su-services-v2__card--7 {
    transform: translate(-5%, clamp(-29px, -2.2vw, -20px)) rotate(-4deg);
    z-index: 6;
  }
  .su-services-v2 .su-services-v2__card--8 {
    width: 106%;
    transform: translate(-1%, clamp(28px, 2.8vw, 37px)) rotate(1deg);
    z-index: 4;
  }
  .su-services-v2 .su-services-v2__card--9 {
    width: 98%;
    transform: translate(5%, clamp(-22px, -1.6vw, -14px)) rotate(7deg);
    z-index: 7;
  }
  .su-services-v2 .su-services-v2__card--10 {
    grid-column: 2 / span 2;
    width: 103%;
    transform: translate(-20%, clamp(-39px, -3vw, -27px)) rotate(5deg);
    z-index: 8;
  }
  .su-services-v2 .su-services-v2__card--11 {
    grid-column: 4 / span 2;
    width: 98%;
    transform: translate(19%, clamp(24px, 2.5vw, 33px)) rotate(-6deg);
    z-index: 5;
  }

  .su-services-v2 .su-services-v2__card h2 {
    font-size: clamp(20px, 1.9vw, 25px);
  }

  .su-services-v2 .su-services-v2__arrow {
    opacity: 0.96;
  }
  .su-services-v2 .su-services-v2__arrow--1 {
    left: -5%;
    top: 16%;
    width: clamp(88px, 9.2vw, 118px);
    transform: scaleX(-1) rotate(42deg);
  }
  .su-services-v2 .su-services-v2__arrow--2 {
    display: none;
  }
  .su-services-v2 .su-services-v2__arrow--3 {
    left: 30%;
    top: 46%;
    width: clamp(72px, 8.5vw, 96px);
    transform: rotate(-4deg);
  }
  .su-services-v2 .su-services-v2__arrow--4 {
    left: 97%;
    top: 17%;
    width: clamp(82px, 8.5vw, 108px);
    transform: rotate(28deg);
  }
  .su-services-v2 .su-services-v2__arrow--5 {
    left: 88%;
    top: 73%;
    width: clamp(75px, 7.5vw, 134px);
    transform: rotate(32deg);
  }
  .su-services-v2 .su-services-v2__arrow--6 {
    left: 1%;
    top: 73%;
    width: clamp(96px, 10vw, 128px);
    transform: rotate(35deg);
  }
  .su-services-v2 .su-services-v2__arrow--7 {
    left: 45%;
    top: 87%;
    width: clamp(68px, 5vw, 90px);
    transform: rotate(14deg);
    z-index: 9;
  }
}

/* Tablet portrait: content and the existing artboard become one natural column. */
@media (min-width: 768px) and (max-width: 899px) {
  .su-hero-v2 {
    height: auto;
    min-height: 0;
  }

  .su-hero-v2__header {
    grid-template-columns: 1fr auto;
    grid-template-rows: 74px;
    align-items: center;
    column-gap: 24px;
    width: 100%;
    height: 74px;
    padding: 0 36px;
  }

  .su-hero-v2__brand {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    margin-top: 0;
  }
  .su-hero-v2__brand b {
    font-size: 33px;
    line-height: 1;
  }
  .su-hero-v2__phone {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    font-size: 17px;
  }
  .su-hero-v2__brand span,
  .su-hero-v2__header-max,
  .su-hero-v2__route,
  .su-hero-v2__header i {
    display: none;
  }

  .su-hero-v2__artboard > *,
  .su-hero-v2 > .dots,
  .su-hero-v2 > .cross {
    display: none;
  }

  .su-hero-v2__artboard .grid-paper-top {
    display: block;
    left: 424px;
    top: -25px;
    width: 300px;
    z-index: 0;
  }
  .su-hero-v2__artboard .grid {
    display: block;
    left: 165px;
    top: -36px;
    width: 800px;
    opacity: 0.55;
    z-index: 0;
  }
  .su-hero-v2__artboard .lines {
    display: block;
    left: -25px;
    top: -22px;
    width: 175px;
    z-index: 1;
  }
  .su-hero-v2__artboard .wire {
    display: block;
    left: -7px;
    top: 103px;
    width: 219px;
    transform: rotate(-10deg);
    z-index: 2;
  }
  .su-hero-v2__artboard .grid-paper-bottom {
    display: block;
    left: 239px;
    top: 197px;
    width: 320px;
    z-index: 0;
  }
  .su-hero-v2__artboard .arrow {
    display: none;
  }

  .su-hero-v2__layout {
    position: relative;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    grid-template-rows: max-content max-content max-content max-content;
    column-gap: 24px;
    width: min(100%, 820px);
    height: auto;
    min-height: clamp(735px, 88vw, 775px);
    margin-inline: auto;
    padding-inline: 24px;
  }

  .su-hero-v2__content {
    display: contents;
  }
  .su-hero-v2__heading {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    margin-top: 48px;
    position: relative;
    z-index: 200;
  }
  .su-hero-v2 h1 {
    position: relative;
    z-index: 200;
    width: 100%;
    max-width: none;
    font-size: clamp(39px, 4.8vw, 42px);
    line-height: 0.98;
  }
  .su-hero-v2 h1 span {
    white-space: nowrap;
  }
  .su-hero-v2__underline {
    width: 210px;
  }
  .su-hero-v2__description {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    margin: 0;
    padding-top: 30px;
    font-size: clamp(18px, 2.25vw, 20px);
    line-height: 1.38;
    white-space: normal;
    z-index: 10;
  }
  .su-hero-v2__price {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: center;
    width: min(100%, 500px);
    height: 96px;
    margin: 64px auto 0;
    position: relative;
    left: -72px;
    z-index: 50;
  }
  .su-hero-v2__price > div {
    grid-template-columns: 218px 1fr;
    gap: 12px;
    padding: 9px 22px 9px 48px;
  }
  .su-hero-v2__price > div > span:first-child {
    font-size: 75px;
    line-height: 0.9;
  }
  .su-hero-v2__price > div > span:last-child {
    gap: 3px;
    font-size: 17px;
    line-height: 1.14;
  }
  .su-hero-v2__price > div > span:last-child::after {
    bottom: -18px;
    width: 205px;
    height: 17px;
  }
  .su-hero-v2__artboard {
    position: absolute;
    left: 24px;
    top: 48px;
    width: 310px;
    height: 650px;
    margin: 0;
    transform: none;
    z-index: 9;
  }
  .su-hero-v2__artboard .portrait {
    display: block;
    left: 12px;
    top: 0;
    width: 310px;
    max-width: none;
    z-index: 20;
  }
  .su-hero-v2__artboard .code {
    display: none;
  }
  .su-hero-v2__artboard .code-note {
    display: none;
  }
  .su-hero-v2__bottom {
    display: contents;
  }
  .su-hero-v2__max {
    grid-column: 1 / -1;
    grid-row: 4;
    justify-self: center;
    width: min(100%, 480px);
    height: 86px;
    margin: 68px auto 48px;
    flex-basis: auto;
    position: relative;
    z-index: 10;
    transform: translateX(-24px);
  }
  .su-hero-v2__sticky {
    display: block;
    grid-column: 1 / -1;
    grid-row: 4;
    justify-self: end;
    align-self: start;
    width: 185px;
    margin-top: -99px;
    margin-right: 2px;
    flex-basis: auto;
    transform: rotate(-2deg) scale(0.68);
    transform-origin: top right;
    position: relative;
    z-index: 30;
  }
  .su-hero-v2__max > a {
    width: 100%;
    height: 86px;
  }
  .su-hero-v2__max > img {
    right: -18px;
  }
  .su-hero-v2__artboard .blue,
  .su-hero-v2__artboard .blue-tape,
  .su-hero-v2__artboard .dash,
  .su-hero-v2__artboard .traffic,
  .su-hero-v2__artboard .services-arrow-up,
  .su-hero-v2__artboard .services-arrow-right {
    display: none;
  }
}

/* Mobile: a clean, single-column hero composed independently of desktop geometry. */
@media (max-width: 767px) {
  .su-hero-v2 {
    width: 100%;
    height: auto;
    min-height: 100svh;

    padding-bottom: 18px;
  }

  .su-hero-v2::before {
    left: 34px;
    top: 12px;
    height: calc(100% - 24px);
    background:
      linear-gradient(rgba(124, 124, 123, 0.35), rgba(124, 124, 123, 0.35))
        center top / 1px 112px no-repeat,
      linear-gradient(rgba(124, 124, 123, 0.35), rgba(124, 124, 123, 0.35))
        center 280px / 1px 104px no-repeat,
      linear-gradient(rgba(124, 124, 123, 0.35), rgba(124, 124, 123, 0.35))
        center 278px / 1px calc(100% - 218px) no-repeat;
    z-index: 1;
  }

  .su-hero-v2__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 64px;
    align-items: center;
    column-gap: 12px;
    width: 100%;
    height: 64px;
    padding: 0 18px;
  }

  .su-hero-v2__brand {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    margin: 0 0 0 35px;
  }

  .su-hero-v2__brand b {
    font-size: 26px;
    line-height: 1;
  }

  .su-hero-v2__phone {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    font-size: 13px;
  }

  .su-hero-v2__brand span,
  .su-hero-v2__route,
  .su-hero-v2__header-max,
  .su-hero-v2__header i {
    display: none;
  }

  .su-hero-v2__layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(5, max-content);
    width: 100%;
    max-width: 430px;
    height: auto;
    min-height: 0;
    margin-inline: auto;
    padding-inline: 18px;
  }

  .su-hero-v2__content,
  .su-hero-v2__bottom {
    display: contents;
  }

  .su-hero-v2__heading {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: none;
    margin: 24px 0 0 35px;
    z-index: 100;
  }

  .su-hero-v2 h1 {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: clamp(32px, 8.7vw, 36px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    z-index: 100;
  }

  .su-hero-v2 h1 span {
    display: block;
    white-space: normal;
  }

  .su-hero-v2__underline {
    width: 180px;
    max-width: 55%;
    margin: -1px 0 0 -3px;
  }

  .su-hero-v2__description {
    position: relative;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    max-width: none;
    margin: 15px 0 0 35px;
    padding: 0;
    font-size: 13px;
    line-height: 1.38;
    white-space: normal;
    z-index: 100;
  }

  .su-hero-v2__price {
    position: relative;
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
    width: min(100%, 350px);
    height: 78px;
    margin: 16px auto 0;
    left: auto;
    transform: rotate(-1.3deg);
    z-index: 60;
  }

  .su-hero-v2__price > div {
    grid-template-columns: 158px minmax(0, 1fr);
    gap: 7px;
    padding: 7px 13px 7px 23px;
  }

  .su-hero-v2__price > div > span:first-child {
    font-size: 57px;
    line-height: 0.9;
  }

  .su-hero-v2__price > div > span:last-child {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.14;
    white-space: nowrap;
    margin-left: 8px;
  }

  .su-hero-v2__price > div > span:last-child::after {
    bottom: -13px;
    width: 145px;
    height: 13px;
  }

  .su-hero-v2__artboard {
    position: relative;
    grid-column: 1;
    grid-row: 4;
    justify-self: center;
    width: min(100%, 354px);
    height: 485px;
    margin: 26px 0 0 63px;
    left: auto;
    top: auto;
    transform: none;
    z-index: 10;
  }

  .su-hero-v2__artboard > * {
    display: none;
  }

  .su-hero-v2__artboard .grid-paper-top {
    display: block;
    left: -18px;
    top: -419px;
    width: 100%;
    z-index: 0;
  }

  .su-hero-v2__artboard .lines {
    display: block;
    left: -37px;
    top: -21px;
    width: 175px;
    z-index: 1;
  }

  .su-hero-v2__artboard .wire {
    display: block;
    left: -30px;
    top: 47px;
    width: 219px;
    transform: rotate(-10deg);
    z-index: 2;
  }

  .su-hero-v2__artboard .dash {
    display: block;
    left: 160px;
    top: -32px;
    width: 333px;
    transform: translateY(7px) rotate(-3deg);
    z-index: 3;
  }

  .su-hero-v2__artboard .code {
    display: block;
    left: 214px;
    top: 172px;
    width: 300px;
    transform: rotate(2deg);
    z-index: 10;
  }

  .su-hero-v2__artboard .portrait {
    display: block;
    left: 4px;
    top: 0;
    width: 245px;
    max-width: 70vw;
    z-index: 20;
  }

  .su-hero-v2__artboard .orange,
  .su-hero-v2__artboard .arrow,
  .su-hero-v2__artboard .blue,
  .su-hero-v2__artboard .blue-tape,
  .su-hero-v2__artboard .traffic,
  .su-hero-v2__artboard .code-note,
  .su-hero-v2__artboard .services-arrow-up {
    display: none;
  }

  .su-hero-v2__sticky {
    display: block;
    position: relative;
    grid-column: 1;
    grid-row: 4;
    justify-self: end;
    align-self: start;
    width: 185px;
    margin-top: 105px;
    margin-right: -16px;
    flex-basis: auto;
    transform: rotate(-2deg) scale(0.6);
    transform-origin: top right;
    z-index: 40;
  }

  .su-hero-v2__max {
    position: relative;
    grid-column: 1;
    grid-row: 5;
    justify-self: center;
    width: min(100%, 350px);
    height: 78px;
    margin: 4px auto 12px;
    flex-basis: auto;
    transform: none;
    z-index: 50;
  }

  .su-hero-v2__max > a {
    width: 100%;
    height: 78px;
    padding: 0 42px 0 20px;
    gap: 12px;
  }

  .su-hero-v2__max > a img {
    width: 32px;
    height: 32px;
  }

  .su-hero-v2__max b {
    font-size: 20px;
  }

  .su-hero-v2__max small {
    margin-top: 5px;
    font-size: 12px;
  }

  .su-hero-v2__max > img {
    right: -8px;
    bottom: -5px;
    width: 68px;
  }

  .su-hero-v2 > .dots {
    display: block;
    left: 20px;
    top: 135px;
    width: 27px;
    z-index: 3;
  }

  .su-hero-v2 > img.cross[src$="pricel.webp"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

@media (max-width: 374px) {
  .su-hero-v2__artboard .portrait {
    display: block;
    left: -30px;
    top: 0;
    width: 245px;
    max-width: 70vw;
    z-index: 20;
  }

  .su-hero-v2__artboard .code {
    display: block;
    left: 190px;
    top: 172px;
    width: 300px;
    transform: rotate(2deg);
    z-index: 10;
  }

  .su-hero-v2__price > div {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px 7px 23px;
  }

  .su-hero-v2__price > div > span:first-child {
    flex: 0 0 auto;
    font-size: 55px;
    line-height: 0.9;
    transform: none;
  }

  .su-hero-v2__price > div > span:last-child {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.14;
    white-space: nowrap;
    flex: 0 0 auto;
    margin-left: 0;
  }

  .su-hero-v2__price > div > span:last-child::after {
    bottom: -13px;
    width: 114px;
    height: 13px;
  }
}

@media (min-width: 400px) and (max-width: 767px) {
  .su-hero-v2 h1 {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: clamp(32px, 8.7vw, 33px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    z-index: 100;
  }

  .su-hero-v2__price > div > span:first-child {
    font-size: 55px;
    line-height: 0.9;
  }

  .su-hero-v2__price > div > span:last-child {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.14;
    white-space: nowrap;
    margin-left: 8px;
  }
}

@media (orientation: landscape) and (min-width: 600px) and (max-width: 899px) and (max-height: 500px) {
  .su-hero-v2 {
    height: auto;
    min-height: 0;

    padding-bottom: 0;
  }

  .su-hero-v2__header {
    grid-template-columns: 1fr auto;
    grid-template-rows: 74px;
    align-items: center;
    column-gap: 24px;
    width: 100%;
    height: 74px;
    padding: 0 36px;
  }

  .su-hero-v2__brand {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    margin: 0;
  }
  .su-hero-v2__brand b {
    font-size: 33px;
    line-height: 1;
  }
  .su-hero-v2__phone {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    font-size: 17px;
  }
  .su-hero-v2__brand span,
  .su-hero-v2__header-max,
  .su-hero-v2__route,
  .su-hero-v2__header i {
    display: none;
  }

  .su-hero-v2__artboard > *,
  .su-hero-v2 > .dots,
  .su-hero-v2 > .cross {
    display: none;
  }

  .su-hero-v2__artboard .grid-paper-top {
    display: block;
    left: 424px;
    top: -25px;
    width: 300px;
    z-index: 0;
  }
  .su-hero-v2__artboard .grid {
    display: block;
    left: 165px;
    top: -36px;
    width: 800px;
    opacity: 0.55;
    z-index: 0;
  }
  .su-hero-v2__artboard .lines {
    display: block;
    left: -25px;
    top: -22px;
    width: 175px;
    z-index: 1;
  }
  .su-hero-v2__artboard .wire {
    display: block;
    left: -7px;
    top: 103px;
    width: 219px;
    transform: rotate(-10deg);
    z-index: 2;
  }
  .su-hero-v2__artboard .grid-paper-bottom {
    display: block;
    left: 239px;
    top: 197px;
    width: 320px;
    z-index: 0;
  }
  .su-hero-v2__artboard .arrow {
    display: none;
  }

  .su-hero-v2__layout {
    position: relative;
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    grid-template-rows: max-content max-content max-content max-content;
    column-gap: 20px;
    width: min(100%, 744px);
    max-width: 744px;
    height: auto;
    min-height: 0;
    margin-inline: auto;
    padding-inline: 16px;
  }

  .su-hero-v2__content {
    display: contents;
  }
  .su-hero-v2__heading {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    margin: 34px 0 0;
    position: relative;
    z-index: 200;
  }
  .su-hero-v2 h1 {
    position: relative;
    z-index: 200;
    width: 100%;
    max-width: none;
    font-size: 39px;
    line-height: 0.98;
  }
  .su-hero-v2 h1 span {
    white-space: normal;
  }
  .su-hero-v2__underline {
    width: 200px;
  }
  .su-hero-v2__description {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    margin: 0;
    padding-top: 24px;
    font-size: 19px;
    line-height: 1.42;
    white-space: normal;
    z-index: 10;
  }
  .su-hero-v2__price {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: center;
    width: min(100%, 535px);
    height: 104px;
    margin: 32px auto 0;
    position: relative;
    left: -109px;
    z-index: 50;
  }
  .su-hero-v2__price > div {
    grid-template-columns: 236px 1fr;
    gap: 14px;
    padding: 9px 22px 9px 58px;
  }
  .su-hero-v2__price > div > span:first-child {
    font-size: 82px;
    line-height: 0.9;
  }
  .su-hero-v2__price > div > span:last-child {
    gap: 3px;
    font-size: 18px;
    line-height: 1.14;
  }
  .su-hero-v2__price > div > span:last-child::after {
    bottom: -18px;
    width: 205px;
    height: 17px;
  }
  .su-hero-v2__artboard {
    position: absolute;
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
    align-self: start;
    left: 16px;
    top: 34px;
    width: 290px;
    height: 560px;
    margin: 0;
    transform: none;
    z-index: 9;
  }
  .su-hero-v2__artboard .portrait {
    display: block;
    left: 27px;
    top: 0;
    width: 290px;
    max-width: none;
    z-index: 20;
  }
  .su-hero-v2__artboard .code {
    display: none;
  }
  .su-hero-v2__artboard .code-note {
    display: none;
  }
  .su-hero-v2__bottom {
    display: contents;
  }
  .su-hero-v2__max {
    grid-column: 1 / -1;
    grid-row: 4;
    justify-self: center;
    width: min(100%, 520px);
    height: 90px;
    margin: 24px auto 40px;
    flex-basis: auto;
    position: relative;
    z-index: 10;
    transform: translateX(-30px);
  }
  .su-hero-v2__sticky {
    display: block;
    grid-column: 1 / -1;
    grid-row: 4;
    justify-self: end;
    align-self: start;
    width: 185px;
    margin-top: -117px;
    margin-right: -4px;
    flex-basis: auto;
    transform: rotate(-2deg) scale(0.72);
    transform-origin: top right;
    position: relative;
    z-index: 30;
  }
  .su-hero-v2__max > a {
    width: 100%;
    height: 90px;
  }
  .su-hero-v2__max > img {
    right: -18px;
  }
  .su-hero-v2__artboard .blue,
  .su-hero-v2__artboard .blue-tape,
  .su-hero-v2__artboard .dash,
  .su-hero-v2__artboard .traffic,
  .su-hero-v2__artboard .services-arrow-up,
  .su-hero-v2__artboard .services-arrow-right {
    display: none;
  }
}

@media (orientation: portrait) and (max-width: 767px) {
  .su-hero-v2__heading {
    width: calc(100% - 35px);
    max-width: calc(100% - 35px);
  }

  .su-hero-v2 h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(32px, 8.4vw, 33px);
  }

  .su-hero-v2__price > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(5px, 1.5vw, 7px);
    padding: 7px 13px 7px 23px;
  }

  .su-hero-v2__price > div > span:first-child {
    flex: 0 0 auto;
    transform: none;
  }

  .su-hero-v2__price > div > span:last-child {
    flex: 0 0 auto;
    margin-left: 0;
  }
}

/* Services collage: two columns on tablets. */
@media (min-width: 768px) and (max-width: 1024px) {
  .su-services-v2 {
    min-height: 0;
    padding: 64px 40px 88px;
  }
  .su-services-v2__container {
    width: min(100%, 760px);
  }
  .su-services-v2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 44px;
  }
  .su-services-v2__card {
    left: auto;
    top: auto;
    grid-column: auto;
    width: 100%;
    transform: none;
  }
  .su-services-v2__card--11 {
    grid-column: 1 / -1;
    width: calc((100% - 44px) / 2);
    justify-self: center;
  }
  .su-services-v2__arrow {
    width: 110px;
    opacity: 0.75;
  }
  .su-services-v2__arrow--1 {
    left: 43%;
    top: 140px;
  }
  .su-services-v2__arrow--2 {
    left: 16%;
    top: 410px;
  }
  .su-services-v2__arrow--3 {
    left: 67%;
    top: 420px;
  }
  .su-services-v2__arrow--4 {
    left: 42%;
    top: 690px;
  }
  .su-services-v2__arrow--5 {
    left: 15%;
    top: 970px;
  }
  .su-services-v2__arrow--6 {
    left: 68%;
    top: 980px;
  }
  .su-services-v2__arrow--7 {
    left: 43%;
    top: 1250px;
  }
}

/* Tablet portrait: an irregular two-column services collage. */
@media (min-width: 768px) and (max-width: 899px) {
  .su-services-v2 {
    margin-top: -58px;
    padding: 50px 30px 104px;
  }
  .su-services-v2__container {
    width: min(100%, 728px);
  }
  .su-services-v2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 32px;
  }
  .su-services-v2__card {
    grid-column: auto;
    width: 100%;
  }
  .su-services-v2__card--1 {
    width: 109%;
    transform: translate(-8%, -58px) rotate(-9deg);
    z-index: 8;
    top: -39px;
  }
  .su-services-v2__card--2 {
    width: 97%;
    transform: translate(9%, 42px) rotate(5deg);
    z-index: 4;
    top: -123px;
  }
  .su-services-v2__card--3 {
    width: 101%;
    transform: translate(-8%, 48px) rotate(1deg);
    z-index: 5;
    top: -153px;
  }
  .su-services-v2__card--4 {
    width: 112%;
    transform: translate(8%, -58px) rotate(-8deg);
    z-index: 8;
    top: -57px;
    left: -70px;
  }
  .su-services-v2__card--5 {
    width: 105%;
    transform: translate(-10%, -48px) rotate(-5deg);
    z-index: 7;
    top: -85px;
  }
  .su-services-v2__card--6 {
    width: 98%;
    transform: translate(10%, 52px) rotate(7deg);
    z-index: 4;
    top: -168px;
    left: -25px;
  }
  .su-services-v2__card--7 {
    width: 112%;
    transform: translate(-8%, 42px) rotate(-8deg);
    z-index: 8;
    top: -208px;
  }
  .su-services-v2__card--8 {
    width: 99%;
    transform: translate(9%, -54px) rotate(2deg);
    z-index: 5;
    top: -100px;
  }
  .su-services-v2__card--9 {
    width: 105%;
    transform: translate(-10%, -52px) rotate(6deg);
    z-index: 7;
    top: -105px;
  }
  .su-services-v2__card--10 {
    grid-column: auto;
    width: 108%;
    transform: translate(10%, 44px) rotate(-6deg);
    z-index: 4;
    top: -272px;
    left: -51px;
  }
  .su-services-v2__card--11 {
    grid-column: 2;
    width: 112%;
    justify-self: start;
    transform: translate(-38%, -82px) rotate(-8deg);
    z-index: 8;
    top: -183px;
  }
  .su-services-v2__arrow {
    opacity: 0.96;
  }
  .su-services-v2__arrow--1 {
    left: 38%;
    top: 6%;
    width: 118px;
    transform: rotate(25deg);
  }
  .su-services-v2__arrow--2 {
    left: -2%;
    top: 24%;
    width: 112px;
    transform: rotate(34deg);
  }
  .su-services-v2__arrow--3 {
    left: 80%;
    top: 25%;
    width: 106px;
    transform: rotate(-18deg);
  }
  .su-services-v2__arrow--4 {
    left: 40%;
    top: 46%;
    width: 128px;
    transform: rotate(4deg);
  }
  .su-services-v2__arrow--5 {
    left: -1%;
    top: 64%;
    width: 118px;
    transform: rotate(27deg);
  }
  .su-services-v2__arrow--6 {
    left: 82%;
    top: 68%;
    width: 118px;
    transform: rotate(-22deg);
  }
  .su-services-v2__arrow--7 {
    left: 45%;
    top: 86%;
    width: 104px;
    transform: rotate(18deg);
  }
}

/* Services collage: a clean single column without decorative crossings. */
@media (max-width: 767px) {
  .su-services-v2 {
    min-height: 0;
    padding: 48px 20px 64px;
  }
  .su-services-v2__container {
    width: min(100%, 330px);
  }
  .su-services-v2__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .su-services-v2__card {
    left: auto;
    top: auto;
    grid-column: auto;
    width: 100%;
    transform: none;
  }
  .su-services-v2__card h2 {
    font-size: clamp(22px, 6.4vw, 26px);
  }
  .su-services-v2__decor {
    display: none;
  }
}
