.service-detail-v5,
.service-examples-modal {
    --service-ink: #0c0c0c;
    --service-muted: #666;
    --service-line: #e9e9e9;
    --service-soft: #fafaf9;
    --service-orange: #ff9a24;
    --service-orange-dark: #ef8811;
    overflow: hidden;
    color: var(--service-ink);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.service-detail-v5 *,
.service-examples-modal * {
    box-sizing: border-box;
}

.service-container {
    width: min(100% - 80px, 1280px);
    margin-inline: auto;
}

.service-hero {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    background: #181818;
}

.service-hero-image,
.service-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.service-hero-image {
    object-fit: cover;
    object-position: center 53%;
    transform: scale(1.015);
}

.service-hero-shade {
    background: linear-gradient(90deg, rgba(6, 6, 6, .93) 0%, rgba(6, 6, 6, .76) 42%, rgba(6, 6, 6, .18) 78%, rgba(6, 6, 6, .08) 100%);
}

.service-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 610px;
    padding-top: 30px;
    padding-bottom: 76px;
}

.service-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .56);
    font-size: 12px;
    font-weight: 600;
}

.service-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.service-breadcrumb a:hover,
.service-breadcrumb a:focus-visible {
    color: #fff;
}

.service-breadcrumb > span:last-child {
    color: #fff;
}

.service-hero-copy {
    max-width: 610px;
    padding-top: 105px;
}

.service-category,
.service-eyebrow {
    margin: 0;
    color: var(--service-orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
}

.service-category {
    display: inline-flex;
    padding: 6px 12px;
    border: 1px solid rgba(255, 154, 36, .22);
    border-radius: 999px;
    background: rgba(255, 154, 36, .16);
}

.service-hero h1 {
    max-width: 720px;
    margin: 17px 0 18px;
    color: #fff;
    font-family: inherit;
    font-size: clamp(48px, 5.2vw, 68px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.03;
}

.service-tagline {
    max-width: 500px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
}

.service-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 31px;
}

.service-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 25px;
    border: 1px solid transparent;
    border-radius: 999px;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.service-button:hover,
.service-button:focus-visible {
    text-decoration: none;
    transform: translateY(-1px);
}

.service-button-primary {
    background: var(--service-orange);
    color: #fff;
}

.service-button-primary:hover,
.service-button-primary:focus-visible {
    background: var(--service-orange-dark);
    color: #fff;
}

.service-button-secondary {
    border-color: rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .03);
    color: #fff;
}

.service-button-secondary:hover,
.service-button-secondary:focus-visible {
    border-color: rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.service-facts {
    border-bottom: 1px solid var(--service-line);
    background: #fff;
}

.service-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-facts-grid > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 23px 30px 22px 0;
}

.service-facts-grid > div + div {
    padding-left: 30px;
    border-left: 1px solid var(--service-line);
}

.service-facts-grid span,
.service-deliverables h3 {
    color: rgba(12, 12, 12, .44);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.service-facts-grid strong {
    overflow: hidden;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-because {
    padding: 64px 0 10px;
    background: #fff;
}

.service-because-inner {
    max-width: 920px;
}

.service-because h2 {
    max-width: 860px;
    margin: 10px 0 18px;
    color: #0c0c0c;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.service-because-inner > p:last-child {
    max-width: 760px;
    margin: 0;
    color: #5e6572;
    font-size: 1.02rem;
    line-height: 1.75;
}

.service-included {
    padding: 84px 0;
    background: var(--service-soft);
}

.service-included-grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(52px, 7vw, 96px);
}

.service-included-copy h2,
.service-section-heading h2,
.service-related-heading h2,
.service-cta h2 {
    margin: 10px 0 0;
    color: var(--service-ink);
    font-family: inherit;
    font-size: clamp(34px, 3.5vw, 44px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.service-included-copy > p:not(.service-eyebrow) {
    max-width: 560px;
    margin: 23px 0 0;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
}

.service-checklist {
    display: grid;
    gap: 13px;
    margin: 29px 0 0;
    padding: 0;
    list-style: none;
}

.service-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
}

.service-checklist span {
    display: inline-flex;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
    border-radius: 50%;
    background: rgba(255, 154, 36, .14);
    color: var(--service-orange);
    font-size: 11px;
    font-weight: 900;
}

.service-gallery-preview {
    display: grid;
    gap: 13px;
}

.service-gallery-preview button {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: #eee;
    cursor: pointer;
}

.service-gallery-large {
    aspect-ratio: 16 / 9;
}

.service-gallery-small {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.service-gallery-small button {
    aspect-ratio: 4 / 3;
}

.service-gallery-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.service-gallery-preview button:hover img,
.service-gallery-preview button:focus-visible img {
    transform: scale(1.035);
}

.service-gallery-more::after {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    content: "";
}

.service-gallery-more span {
    position: absolute;
    z-index: 1;
    inset: 50% auto auto 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}

.service-process {
    padding: 80px 0;
    background: #fff;
}

.service-section-heading {
    margin-bottom: 43px;
    text-align: center;
}

.service-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.service-process-card {
    min-height: 260px;
    padding: 27px;
    border: 1px solid var(--service-line);
    border-radius: 24px;
    background: var(--service-soft);
}

.service-step {
    display: flex;
    align-items: center;
    gap: 13px;
}

.service-step span {
    color: var(--service-orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
}

.service-step i {
    width: 62px;
    height: 1px;
    background: var(--service-line);
}

.service-process-icon {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
    border-radius: 13px;
    background: rgba(255, 154, 36, .12);
    color: var(--service-orange);
}

.service-process-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.service-process-icon > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #ff9418;
    font-size: 1rem;
    font-weight: 800;
}

.service-process-card h3 {
    margin: 19px 0 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.service-process-card p {
    margin: 8px 0 0;
    color: #5c5c5c;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.65;
}

.service-deliverables {
    padding: 0;
    border-top: 1px solid var(--service-line);
    border-bottom: 1px solid var(--service-line);
    background: var(--service-soft);
}

.service-deliverables-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-deliverables-grid > div {
    min-height: 210px;
    padding: 40px 36px;
}

.service-deliverables-grid > div + div {
    border-left: 1px solid var(--service-line);
}

.service-deliverables h3 {
    margin: 0 0 19px;
    font-family: inherit;
}

.service-deliverables ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-deliverables li {
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.service-deliverables li::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--service-orange);
    content: "";
}

.service-related {
    padding: 70px 0 78px;
    background: #fff;
}

.service-related-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 31px;
}

.service-related-heading h2 {
    margin: 0;
    font-size: 24px;
}

.service-related-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--service-orange);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.service-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.service-related-card {
    display: flex;
    min-height: 152px;
    align-items: flex-start;
    flex-direction: column;
    padding: 21px;
    border: 1px solid var(--service-line);
    border-radius: 18px;
    color: var(--service-ink);
    text-decoration: none;
    transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.service-related-card:hover,
.service-related-card:focus-visible {
    border-color: rgba(255, 154, 36, .48);
    background: #fff9f2;
    color: var(--service-ink);
    text-decoration: none;
    transform: translateY(-2px);
}

.service-related-card > span {
    display: flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 12px;
    background: #fff3e4;
}

.service-related-card > span img {
    max-width: 20px;
    max-height: 20px;
}

.service-detail-v5 .fa-drone-front,
.service-examples-modal .fa-drone-front {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    background: currentColor;
    -webkit-mask: url("/include/v5/images/drone-front-solid-full.svg") center / contain no-repeat;
    mask: url("/include/v5/images/drone-front-solid-full.svg") center / contain no-repeat;
}

.service-related-card strong {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.service-related-card small {
    margin-top: 4px;
    color: #777;
    font-size: 11px;
    font-weight: 550;
    line-height: 1.4;
}

.service-cta {
    padding: 84px 24px;
    background: #0c0c0c;
    color: #fff;
    text-align: center;
}

.service-cta-inner {
    width: min(100%, 700px);
    margin-inline: auto;
}

.service-cta h2 {
    margin-top: 13px;
    color: #fff;
    font-size: clamp(40px, 4.7vw, 58px);
}

.service-cta-inner > p:not(.service-eyebrow) {
    max-width: 620px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}

.service-cta-inner > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}

.service-cta-call {
    border-color: rgba(255, 255, 255, .22);
    color: #fff;
}

.service-cta-call:hover,
.service-cta-call:focus-visible {
    border-color: rgba(255, 255, 255, .56);
    color: #fff;
}

.service-examples-modal[hidden] {
    display: none !important;
}

.service-examples-modal {
    position: fixed;
    z-index: 10050;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    padding: 64px 20px;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.service-examples-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .54);
    backdrop-filter: blur(4px);
}

.service-examples-dialog {
    position: relative;
    display: flex;
    width: min(100%, 920px);
    max-height: calc(100vh - 128px);
    flex-direction: column;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 80px rgba(0, 0, 0, .25);
}

.service-examples-dialog > header {
    display: flex;
    min-height: 78px;
    align-items: center;
    gap: 13px;
    padding: 17px 25px;
    border-bottom: 1px solid var(--service-line);
}

.service-examples-icon {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff3e4;
}

.service-examples-dialog h2 {
    flex: 1;
    margin: 0;
    color: var(--service-ink);
    font-family: inherit;
    font-size: 19px;
    font-weight: 800;
}

.service-examples-close {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f5f4f2;
    color: #60646f;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.service-examples-body {
    display: grid;
    flex: 1;
    gap: 18px;
    overflow-y: auto;
    padding: 25px;
}

.service-examples-body img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    background: #eee;
}

.service-example-embed {
    grid-column: 1 / -1;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    border-radius: 18px;
    background: #0c0c0c;
    aspect-ratio: 16 / 9;
}

.service-example-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.service-examples-dialog > footer {
    padding: 16px 25px 20px;
    border-top: 1px solid var(--service-line);
    background: #fff;
}

.service-examples-dialog > footer a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    background: var(--service-ink);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

body.service-modal-open {
    overflow: hidden;
}

@media (max-width: 1023px) {
    .service-container {
        width: min(100% - 48px, 900px);
    }

    .service-included-grid {
        grid-template-columns: 1fr;
    }

    .service-gallery-preview {
        max-width: 760px;
    }

    .service-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .service-container {
        width: calc(100% - 32px);
    }

    .service-hero,
    .service-hero-inner {
        min-height: 620px;
    }

    .service-hero-image {
        object-position: 58% center;
    }

    .service-hero-shade {
        background: linear-gradient(90deg, rgba(6, 6, 6, .92), rgba(6, 6, 6, .68)), linear-gradient(0deg, rgba(6, 6, 6, .55), transparent 52%);
    }

    .service-hero-inner {
        padding-top: 23px;
        padding-bottom: 54px;
    }

    .service-breadcrumb {
        overflow: hidden;
        font-size: 11px;
        white-space: nowrap;
    }

    .service-hero-copy {
        padding-top: 90px;
    }

    .service-hero h1 {
        margin-top: 15px;
        font-size: 45px;
    }

    .service-tagline {
        font-size: 16px;
    }

    .service-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .service-hero-actions .service-button {
        width: 100%;
    }

    .service-facts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-facts-grid > div {
        min-height: 92px;
        padding: 20px 15px 18px 0;
    }

    .service-facts-grid > div + div {
        padding-left: 18px;
    }

    .service-facts-grid > div:nth-child(3) {
        padding-left: 0;
        border-top: 1px solid var(--service-line);
        border-left: 0;
    }

    .service-facts-grid > div:nth-child(4) {
        border-top: 1px solid var(--service-line);
    }

    .service-facts-grid strong {
        font-size: 14px;
        white-space: normal;
    }

    .service-because {
        padding: 46px 0 4px;
    }

    .service-because h2 {
        font-size: 2rem;
    }

    .service-included,
    .service-process {
        padding: 62px 0;
    }

    .service-included-grid {
        gap: 44px;
    }

    .service-gallery-small {
        gap: 8px;
    }

    .service-gallery-preview {
        gap: 8px;
    }

    .service-gallery-preview button {
        border-radius: 13px;
    }

    .service-process-grid,
    .service-deliverables-grid {
        grid-template-columns: 1fr;
    }

    .service-process-grid {
        gap: 15px;
    }

    .service-process-card {
        min-height: 0;
    }

    .service-deliverables-grid > div {
        min-height: 0;
        padding: 32px 4px;
    }

    .service-deliverables-grid > div + div {
        border-top: 1px solid var(--service-line);
        border-left: 0;
    }

    .service-related {
        padding: 55px 0 62px;
    }

    .service-related-heading {
        align-items: flex-start;
    }

    .service-related-grid {
        grid-template-columns: 1fr;
    }

    .service-related-card {
        min-height: 0;
    }

    .service-cta {
        padding: 66px 16px;
    }

    .service-cta-inner > div {
        align-items: stretch;
        flex-direction: column;
    }

    .service-examples-modal {
        padding: 12px;
    }

    .service-examples-dialog {
        max-height: calc(100vh - 24px);
        border-radius: 19px;
    }

    .service-examples-dialog > header {
        min-height: 68px;
        padding: 14px 16px;
    }

    .service-examples-dialog h2 {
        font-size: 16px;
    }

    .service-examples-body {
        gap: 12px;
        padding: 16px;
    }

    .service-examples-dialog > footer {
        padding: 13px 16px 16px;
    }
}
