@layer sections {
  :is(.business-hero, .business-paths, .business-request) {
    --business-title-display: clamp(4.25rem, 5.4vw, 5rem);
    --business-title-section: clamp(3.25rem, 4.8vw, 5.25rem);
    --business-title-path: clamp(2rem, 3.1vw, 3.75rem);
  }

  .section.section--first.business-hero {
    position: relative;
    min-height: max(760px, calc(100svh + clamp(48px, 6vw, 96px) + 24px));
    padding: calc(var(--header-height) + clamp(34px, 5vw, 80px)) 0 clamp(44px, 6vw, 88px);
    overflow: hidden;
    color: var(--paper);
    background: var(--ink);
    isolation: isolate;
  }

  .business-hero__content {
    position: relative;
    z-index: 4;
  }

  .business-hero__action-shell {
    position: absolute;
    z-index: 4;
    right: 0;
    top: calc(var(--header-height) + clamp(34px, 5vw, 80px));
    bottom: clamp(44px, 6vw, 88px);
    left: 0;
    display: flex;
    align-items: flex-end;
  }

  .business-hero__copy {
    position: relative;
    width: min(54vw, 800px);
    padding-top: 12px;
  }

  .business-hero__copy::before,
  .business-paths__heading::before,
  .business-request__intro::before {
    display: block;
    width: 52px;
    height: 2px;
    margin-bottom: 14px;
    background: var(--orange);
    content: "";
  }

  .business-hero .section-eyebrow,
  .business-paths .section-eyebrow,
  .business-request .section-eyebrow {
    color: var(--orange);
  }

  .business-hero .section-eyebrow {
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.08em;
  }

  .business-hero h1 {
    max-width: 800px;
    margin-top: 22px;
    font-size: var(--business-title-display);
    line-height: 0.91;
    letter-spacing: -0.035em;
  }

  .business-hero h1 > span {
    display: block;
  }

  .business-hero h1 > span + span {
    margin-top: 0.08em;
  }

  .business-hero em {
    color: var(--orange);
  }

  .business-hero__summary {
    max-width: 390px;
    margin-top: clamp(26px, 2.2vw, 36px);
    color: rgba(242, 240, 231, 0.78);
    font-size: 17px;
    line-height: 1.48;
  }

  .business-action-link {
    display: inline-flex;
    min-height: 44px;
    padding-bottom: 6px;
    border-bottom: 1px solid currentColor;
    font-size: 14px;
    font-weight: 760;
    gap: 18px;
    align-items: center;
    transition: color 180ms var(--ease-out), border-color 180ms var(--ease-out);
  }

  .business-action-link > span {
    font-size: 20px;
    line-height: 1;
    transition: transform 180ms var(--ease-out);
  }

  .business-action-link:hover > span {
    transform: translateY(4px);
  }

  .business-hero .business-action-link {
    margin-top: 22px;
    color: var(--paper);
    font-size: 14px;
  }

  .business-hero__action-shell .business-action-link {
    margin-top: 0;
  }

  .business-hero .business-action-link:hover {
    color: var(--orange);
  }

  .business-hero__fleet {
    position: absolute;
    z-index: 2;
    right: clamp(-170px, -8vw, -60px);
    bottom: clamp(-16px, -1vw, 0px);
    width: min(112vw, 1650px);
    height: min(85svh, 960px);
    margin: 0;
    pointer-events: none;
  }

  .business-hero__bike {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: none;
    transform-origin: 50% 100%;
  }

  .business-hero__bike--back {
    z-index: 1;
    bottom: 5%;
    left: 2%;
    width: 42%;
    opacity: 0.7;
    filter: saturate(0.84) contrast(0.94) drop-shadow(-12px 18px 24px rgba(0, 0, 0, 0.28));
  }

  .business-hero__bike--middle {
    z-index: 2;
    bottom: 0;
    left: 21%;
    width: 45%;
    opacity: 0.88;
    filter: drop-shadow(-18px 24px 32px rgba(0, 0, 0, 0.38));
  }

  .business-hero__bike--front {
    z-index: 3;
    right: 1%;
    bottom: 0;
    width: 61%;
    filter: drop-shadow(-28px 34px 46px rgba(0, 0, 0, 0.5));
  }

  .business-paths {
    position: relative;
    padding-block: clamp(80px, 9vw, 152px);
    color: var(--paper);
    background: var(--ink);
    isolation: isolate;
    overflow: hidden;
    scroll-margin-top: var(--header-height);
  }

  .business-paths::before,
  .business-paths::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
  }

  .business-paths::before {
    z-index: 0;
    background: url("/public/images/catalog/service-graffiti-v1-1586.jpg") right center / cover no-repeat;
    opacity: 0.62;
  }

  .business-paths::after {
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(11, 14, 10, 0.92) 0%, rgba(11, 14, 10, 0.54) 38%, rgba(11, 14, 10, 0.12) 100%),
      linear-gradient(180deg, rgba(11, 14, 10, 0.04), rgba(11, 14, 10, 0.14));
  }

  .business-paths__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(42px, 10vw, 184px);
  }

  .business-paths h2 {
    max-width: 11ch;
    margin-top: 22px;
    font-size: var(--business-title-section);
    line-height: 0.9;
    letter-spacing: -0.035em;
  }

  .business-paths__list {
    border-top: 1px solid var(--line-light);
  }

  .business-path {
    display: grid;
    min-height: clamp(194px, 20vw, 292px);
    padding: clamp(26px, 3.6vw, 58px) 0;
    border-bottom: 1px solid var(--line-light);
    grid-template-columns: clamp(52px, 5vw, 72px) minmax(0, 1fr) auto;
    column-gap: clamp(16px, 2vw, 34px);
    row-gap: 14px;
    align-items: center;
    transition: color 210ms var(--ease-out), background-color 210ms var(--ease-out);
  }

  .business-path__index {
    align-self: start;
    grid-row: 1 / span 2;
    font-size: 12px;
    font-weight: 780;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .business-path__title {
    grid-column: 2;
    max-width: 13ch;
    font-size: var(--business-title-path);
    font-weight: 790;
    line-height: 0.92;
    letter-spacing: -0.035em;
  }

  .business-path__text {
    grid-column: 2;
    max-width: 34ch;
    color: rgba(242, 240, 231, 0.72);
    font-size: 16px;
    line-height: 1.46;
  }

  .business-path__arrow {
    grid-column: 3;
    grid-row: 1 / span 2;
    font-size: 32px;
    line-height: 1;
  }

  .business-path:focus-visible {
    outline-color: var(--orange);
    outline-offset: -4px;
  }

  .business-request {
    color: var(--paper);
    background: var(--ink);
    scroll-margin-top: calc(var(--header-height) + 18px);
  }

  .business-request__grid {
    display: grid;
    border-top: 1px solid rgba(242, 240, 231, 0.38);
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  }

  .business-request__intro,
  .business-form {
    padding-block: clamp(80px, 9vw, 152px);
  }

  .business-request__intro {
    padding-right: clamp(36px, 6vw, 112px);
    border-right: 1px solid var(--line-light);
  }

  .business-request__intro h2 {
    margin-top: 22px;
    color: var(--paper);
    font-size: var(--business-title-section);
    line-height: 0.9;
    letter-spacing: -0.035em;
  }

  .business-request__intro > p:not(.section-eyebrow) {
    max-width: 34ch;
    margin-top: 30px;
    color: rgba(242, 240, 231, 0.7);
    line-height: 1.48;
  }

  .business-form {
    display: grid;
    min-width: 0;
    padding-left: clamp(36px, 6vw, 112px);
    color: var(--paper);
    background: transparent;
    gap: clamp(30px, 4vw, 56px);
  }

  .business-form__choice {
    min-height: 20px;
    color: var(--orange);
    font-size: 13px;
    font-weight: 700;
  }

  .business-form__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px clamp(26px, 4vw, 68px);
  }

  .business-form :is(.text-field, .select-field) {
    min-width: 0;
    gap: 9px;
  }

  .business-form :is(.text-field > span, .select-field > span) {
    color: rgba(242, 240, 231, 0.66);
    font-size: 12px;
    font-weight: 680;
    letter-spacing: 0;
    text-transform: none;
  }

  .business-form :is(.text-field input, .select-field select) {
    min-height: 52px;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid rgba(242, 240, 231, 0.48);
    border-radius: 0;
    color: var(--paper);
    color-scheme: dark;
    background: transparent;
  }

  .business-form :is(.text-field input, .select-field select)::placeholder {
    color: rgba(242, 240, 231, 0.48);
  }

  .business-form :is(.text-field input, .select-field select):focus {
    border-color: var(--orange);
    box-shadow: 0 2px 0 var(--orange);
  }

  .business-form select option {
    color: var(--ink);
    background: var(--paper);
  }

  .business-form__footer {
    display: grid;
    padding-top: clamp(24px, 3vw, 42px);
    border-top: 1px solid var(--line-light);
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.6fr);
    gap: clamp(26px, 5vw, 80px);
    align-items: end;
  }

  .business-form .form-legal {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .business-form .form-legal__consent,
  .business-form .form-legal__consent a {
    color: rgba(242, 240, 231, 0.64);
  }

  .business-form .form-legal__consent {
    max-width: 560px;
    font-size: 12px;
    line-height: 1.45;
  }

  .business-form .form-legal__consent a:hover {
    color: var(--paper);
  }

  .business-form__submit {
    display: flex;
    width: 100%;
    min-height: 66px;
    margin: 0;
    padding: 16px 20px;
    border: 0;
    color: var(--ink);
    background: var(--orange);
    font-size: 15px;
    font-weight: 780;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    transition: color 180ms var(--ease-out), background-color 180ms var(--ease-out), transform 180ms var(--ease-out);
  }

  .business-form__submit svg {
    width: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
  }

  .business-form__submit:disabled {
    cursor: wait;
    opacity: 0.7;
    transform: none;
  }

  @media (hover: hover) {
    .business-path:hover {
      color: var(--ink);
      background: var(--paper);
    }

    .business-path:hover .business-path__text {
      color: rgba(11, 14, 10, 0.72);
    }

    .business-form :is(.text-field input, .select-field select):hover {
      border-color: rgba(242, 240, 231, 0.64);
    }

    .business-form__submit:hover:not(:disabled) {
      color: var(--paper);
      background: var(--orange-ink);
      transform: translateY(-2px);
    }
  }

  @media (prefers-reduced-motion: no-preference) and (min-width: 761px) {
    .business-hero__bike--back {
      animation: business-fleet-arrive 780ms 40ms var(--ease-out) both;
    }

    .business-hero__bike--middle {
      animation: business-fleet-arrive 820ms 80ms var(--ease-out) both;
    }

    .business-hero__bike--front {
      animation: business-fleet-arrive 860ms 120ms var(--ease-out) both;
    }

    .business-hero__copy {
      animation: business-title-arrive 720ms 120ms var(--ease-out) both;
    }
  }

  @keyframes business-fleet-arrive {
    from {
      transform: translate3d(5%, 2%, 0) scale(0.98);
    }
  }

  @keyframes business-title-arrive {
    from {
      transform: translate3d(0, 18px, 0);
    }
  }

  @media (min-width: 1001px) {
    .business-hero__title-line:first-child wbr {
      display: none;
    }
  }
}

@layer responsive {
  @media (max-width: 1200px) {
    .business-hero__copy {
      width: min(60vw, 720px);
    }

    .business-hero h1 {
      font-size: clamp(3.75rem, 6.4vw, 4.75rem);
    }

    .business-hero__fleet {
      right: -18vw;
      width: 126vw;
      height: min(79svh, 820px);
    }

    .business-paths__grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 56px;
    }

    .business-paths h2 {
      max-width: 14ch;
    }
  }

  @media (max-width: 1080px) {
    .business-request__grid {
      grid-template-columns: minmax(0, 1fr);
    }

    .business-request__intro {
      padding-right: 0;
      padding-bottom: 54px;
      border-right: 0;
      border-bottom: 1px solid var(--line-light);
    }

    .business-form {
      padding-top: 62px;
      padding-left: 0;
    }
  }

  @media (max-width: 760px) {
    :is(.business-hero, .business-paths, .business-request) {
      --business-title-display: clamp(2.75rem, 13vw, 3.75rem);
      --business-title-section: clamp(2.75rem, 11.7vw, 3.5rem);
      --business-title-path: clamp(2rem, 8.9vw, 2.5rem);
    }

    .section.section--first.business-hero {
      min-height: max(850px, calc(104svh + 16px));
      padding-top: calc(var(--header-height) + 34px);
      padding-bottom: 38px;
    }

    .business-hero__copy {
      width: min(100%, 360px);
      margin-inline: auto;
      padding-top: 14px;
      text-align: center;
    }

    .business-hero__action-shell {
      position: relative;
      right: auto;
      top: auto;
      bottom: auto;
      left: auto;
      display: block;
    }

    .business-hero__copy::before,
    .business-paths__heading::before,
    .business-request__intro::before {
      width: 42px;
      margin-bottom: 14px;
    }

    .business-hero__copy::before {
      margin-inline: auto;
    }

    .business-hero .section-eyebrow {
      font-size: 10px;
    }

    .business-hero h1 {
      max-width: 100%;
      font-size: var(--business-title-display);
      line-height: 0.93;
    }

    .business-hero__summary {
      max-width: 32ch;
      margin: 22px auto 0;
      font-size: 15px;
      line-height: 1.46;
    }

    .business-hero .business-action-link {
      margin: 18px auto 0;
      font-size: 13px;
    }

    .business-hero__fleet {
      right: -31vw;
      bottom: 24px;
      width: 145vw;
      height: 450px;
    }

    .business-hero__bike--back {
      bottom: 18%;
      left: 4%;
      width: 45%;
    }

    .business-hero__bike--middle {
      bottom: 0;
      left: 18%;
      width: 57%;
    }

    .business-hero__bike--front {
      right: -3%;
      bottom: 0;
      width: 80%;
    }

    .business-paths {
      padding-block: 72px 84px;
    }

    .business-paths::before {
      background-size: auto 118%;
      background-position: 84% center;
      opacity: 0.58;
    }

    .business-paths::after {
      background:
        linear-gradient(180deg, rgba(11, 14, 10, 0.48) 0%, rgba(11, 14, 10, 0.2) 58%, rgba(11, 14, 10, 0.48) 100%),
        linear-gradient(90deg, rgba(11, 14, 10, 0.78), rgba(11, 14, 10, 0.08));
    }

    .business-paths__grid {
      gap: 52px;
    }

    .business-paths h2 {
      max-width: none;
      font-size: var(--business-title-section);
      line-height: 0.92;
    }

    .business-path {
      min-height: 0;
      padding: 28px 0 32px;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 13px;
    }

    .business-path__index,
    .business-path__title,
    .business-path__text {
      grid-column: 1;
    }

    .business-path__index {
      grid-row: auto;
    }

    .business-path__title {
      font-size: var(--business-title-path);
      line-height: 0.94;
    }

    .business-path__text {
      max-width: 32ch;
      font-size: 15px;
    }

    .business-path__arrow {
      grid-column: 2;
      grid-row: 1 / span 3;
      align-self: center;
    }

    .business-request__intro {
      padding-top: 62px;
    }

    .business-request__intro h2 {
      font-size: var(--business-title-section);
      line-height: 0.92;
    }

    .business-form {
      padding-top: 62px;
      padding-bottom: max(82px, calc(50px + env(safe-area-inset-bottom)));
    }

    .business-form__fields,
    .business-form__footer {
      grid-template-columns: minmax(0, 1fr);
      gap: 24px;
    }

    .business-form__fields {
      gap: 25px;
    }

    .business-form__submit {
      min-height: 62px;
    }
  }

  @media (max-width: 340px) {
    .business-path__title {
      font-size: 31px;
    }

    .business-request__intro h2 {
      font-size: 42px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .business-action-link,
    .business-action-link > span,
    .business-form__submit {
      transition: none;
    }
  }
}
