@charset "UTF-8";

/*
 * Homepage visual polish
 * Loaded only by the homepage and additionally scoped to body.home so that
 * lower-level pages keep their existing presentation.
 */

.home {
    --home-ink: #1f2937;
    --home-muted: #5f6b78;
    --home-green: #0d9488;
    --home-green-deep: #047857;
    --home-green-hover: #065f46;
    --home-mist: #f2faf8;
    --home-mist-strong: #e8f6f2;
    --home-rule: rgba(31, 41, 55, 0.15);
    --home-rule-strong: rgba(4, 120, 87, 0.32);
    --home-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --home-reveal-distance: 20px;
    --home-reveal-duration: 600ms;
    --home-reveal-stagger: 70ms;
}

/* --------------------------------------------------------------------------
   Shared homepage refinements
   -------------------------------------------------------------------------- */

.home .section {
    padding-block: clamp(76px, 8vw, 120px);
}

.home .section-title-container {
    margin-bottom: clamp(40px, 5vw, 68px);
}

.home .section-title-english {
    color: var(--home-green-deep);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
}

.home .section-title-container h2 {
    color: var(--home-ink);
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    line-height: 1.3;
}

.home .section-title-underline {
    width: 52px;
    height: 1px;
    background-color: var(--home-green-deep);
}

.home .btn-primary,
.home .mv-cta-button,
.home .contact-submit-button {
    background-color: var(--home-green-deep);
    color: #fff;
}

.home .btn-primary:hover,
.home .btn-primary:focus,
.home .mv-cta-button:hover,
.home .mv-cta-button:focus,
.home .contact-submit-button:hover,
.home .contact-submit-button:focus {
    background-color: var(--home-green-hover);
    color: #fff;
}

.home :where(a, button, input, textarea, select):focus-visible {
    outline: 2px solid var(--home-green-deep);
    outline-offset: 4px;
}

/* --------------------------------------------------------------------------
   Header: translucent over the hero, clean white after scroll
   -------------------------------------------------------------------------- */

.home #header {
    background-color: rgba(255, 255, 255, 0.52);
    border-bottom: 1px solid transparent;
    box-shadow: none;
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    backdrop-filter: blur(10px) saturate(120%);
    transition:
        background-color 250ms var(--home-ease-out),
        border-color 250ms var(--home-ease-out),
        box-shadow 250ms var(--home-ease-out),
        -webkit-backdrop-filter 250ms var(--home-ease-out),
        backdrop-filter 250ms var(--home-ease-out);
}

.home #header.scrolled {
    background-color: #fff;
    border-bottom-color: rgba(31, 41, 55, 0.1);
    box-shadow: 0 1px 0 rgba(31, 41, 55, 0.025);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
}

.home #header nav a {
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.home #header nav a:hover {
    text-decoration-line: underline;
    text-decoration-color: rgba(4, 120, 87, 0.58);
}

/* --------------------------------------------------------------------------
   Hero: slow organic motion with a stable, readable message layer
   -------------------------------------------------------------------------- */

.home #main-visual {
    isolation: isolate;
    min-height: clamp(720px, calc(100svh + 24px), 940px);
    padding-bottom: clamp(42px, 6vh, 72px);
    overflow: hidden;
    background:
        linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 35%, rgba(244, 251, 249, 0.7) 63%, rgba(232, 247, 243, 0.25) 100%),
        #f7fbfa;
}

.home #main-visual > .container {
    z-index: 2;
    max-width: 1240px;
    padding-inline: clamp(24px, 4vw, 48px);
}

.home .mv-layout {
    min-height: clamp(600px, calc(100svh - 76px), 820px);
}

.home .mv-text-content {
    position: relative;
    z-index: 3;
    flex: 0 1 52%;
    width: min(52%, 590px);
    padding: clamp(24px, 4vw, 48px) 0;
}

.home #main-visual h1 {
    margin-bottom: clamp(18px, 2.2vw, 28px);
    color: var(--home-ink);
    font-size: clamp(1.9rem, 3.05vw, 2.75rem);
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: -0.035em;
}

.home .mv-award-proof {
    width: clamp(300px, 30vw, 380px);
    margin-bottom: clamp(22px, 2.5vw, 30px);
}

.home .mv-cta-button {
    min-width: 250px;
    min-height: 54px;
    padding: 14px 30px;
    border-radius: 5px;
    font-size: 1rem;
    letter-spacing: 0.035em;
    box-shadow: none;
}

.home .mv-art {
    position: absolute;
    z-index: 1;
    top: -3%;
    right: -4%;
    width: min(71vw, 1060px);
    height: 108%;
    overflow: visible;
    pointer-events: none;
    contain: layout paint;
}

.home .mv-art > svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.home svg.mv-art {
    display: block;
    overflow: visible;
}

.home :where(.mv-wave--back, .mv-wave--mid, .mv-wave--front) {
    transform-box: fill-box;
    transform-origin: center;
    will-change: transform;
}

.home .mv-wave--back {
    animation: home-wave-back 20s ease-in-out infinite alternate;
}

.home .mv-wave--mid {
    animation: home-wave-mid 17s ease-in-out -5s infinite alternate;
}

.home .mv-wave--front {
    animation: home-wave-front 14s ease-in-out -3s infinite alternate;
}

.home .mv-growth-path {
    --mv-growth-length: 1400;
    fill: none;
    stroke: rgba(4, 120, 87, 0.68);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: var(--mv-growth-length);
    stroke-dashoffset: 0;
    vector-effect: non-scaling-stroke;
}

.home.is-reveal-ready .mv-growth-path {
    animation: home-growth-draw 1.2s var(--home-ease-out) 120ms both;
}

.home .mv-network {
    opacity: 0.34;
    animation: home-network-breathe 8s ease-in-out -2s infinite alternate;
}

.home .mv-network path {
    fill: none;
    stroke: rgba(153, 246, 228, 0.76);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.home .mv-node {
    fill: #5eead4;
    stroke: rgba(255, 255, 255, 0.7);
    stroke-width: 1.5;
    transform-box: fill-box;
    transform-origin: center;
    animation: home-node-pulse 4.8s ease-in-out infinite;
}

.home .mv-node:nth-child(3n + 1) {
    animation-duration: 4.2s;
    animation-delay: -1.2s;
}

.home .mv-node:nth-child(3n + 2) {
    animation-duration: 5.4s;
    animation-delay: -2.7s;
}

.home .mv-node:nth-child(4n) {
    animation-duration: 6s;
    animation-delay: -3.8s;
}

@keyframes home-wave-back {
    0% {
        transform: translate3d(-1%, -0.8%, 0) scale(1.015);
    }
    100% {
        transform: translate3d(1.8%, 1.4%, 0) scale(1.035);
    }
}

@keyframes home-wave-mid {
    0% {
        transform: translate3d(1.4%, -1.2%, 0) scale(1.02);
    }
    100% {
        transform: translate3d(-1.6%, 1.1%, 0) scale(1.04);
    }
}

@keyframes home-wave-front {
    0% {
        transform: translate3d(-0.8%, 1.2%, 0) scale(1.01);
    }
    100% {
        transform: translate3d(2.1%, -1.1%, 0) scale(1.025);
    }
}

@keyframes home-growth-draw {
    from {
        stroke-dashoffset: var(--mv-growth-length);
        opacity: 0.3;
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes home-network-breathe {
    from {
        opacity: 0.24;
    }
    to {
        opacity: 0.42;
    }
}

@keyframes home-node-pulse {
    0%, 100% {
        opacity: 0.42;
        transform: scale(0.88);
    }
    48% {
        opacity: 0.96;
        transform: scale(1.18);
    }
}

/* --------------------------------------------------------------------------
   Concept: a deliberately asymmetric editorial composition
   -------------------------------------------------------------------------- */

.home #concept {
    overflow: hidden;
    background:
        linear-gradient(180deg, #fff 0%, #fff 56%, var(--home-mist) 56%, var(--home-mist) 100%);
}

.home #concept .concept-layout {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: clamp(48px, 7vw, 96px);
    align-items: start;
}

.home #concept .concept-text {
    position: relative;
    z-index: 2;
    padding-top: clamp(52px, 7vw, 96px);
}

.home #concept .concept-text::before {
    display: block;
    width: 72px;
    height: 1px;
    margin-bottom: 26px;
    background: var(--home-green-deep);
    content: "";
}

.home #concept .concept-text h2 {
    margin-bottom: 24px;
    font-size: clamp(1.65rem, 2.5vw, 2.35rem);
    line-height: 1.55;
    letter-spacing: -0.025em;
}

.home #concept .concept-text .highlight {
    white-space: nowrap;
}

.home #concept .concept-text p {
    max-width: 36rem;
    color: var(--home-muted);
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
    line-height: 2;
}

.home #concept .concept-image {
    position: relative;
    z-index: 1;
    width: calc(100% + clamp(18px, 4vw, 64px));
}

.home #concept .concept-image::before {
    position: absolute;
    z-index: -1;
    inset: 28px -22px -24px 34px;
    border: 1px solid var(--home-rule-strong);
    content: "";
}

.home #concept .concept-image img {
    display: block;
    width: 100%;
    aspect-ratio: 6 / 5;
    object-fit: cover;
    border-radius: 2px;
}

/* --------------------------------------------------------------------------
   Service: numbered, shadowless editorial grid
   -------------------------------------------------------------------------- */

.home #service {
    background: #fff;
}

.home #service .section-title-container,
.home #flow .section-title-container,
.home #testimonials .section-title-container {
    text-align: left;
}

.home #service .section-title-container h2,
.home #flow .section-title-container h2,
.home #testimonials .section-title-container h2 {
    display: block;
    margin-bottom: 14px;
    text-align: left;
}

.home #service .section-title-underline,
.home #flow .section-title-underline,
.home #testimonials .section-title-underline {
    margin-inline: 0;
}

.home #service .service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    border-top: 1px solid var(--home-rule);
    border-left: 1px solid var(--home-rule);
    counter-reset: home-service;
}

.home #service .service-item {
    position: relative;
    min-width: 0;
    padding: clamp(26px, 3.2vw, 42px);
    overflow: hidden;
    border: 0;
    border-right: 1px solid var(--home-rule);
    border-bottom: 1px solid var(--home-rule);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    counter-increment: home-service;
    transition: background-color 250ms var(--home-ease-out);
}

.home #service .service-item::before {
    display: block;
    margin-bottom: 18px;
    color: var(--home-green-deep);
    content: counter(home-service, decimal-leading-zero);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
}

.home #service .service-item:hover {
    background: var(--home-mist);
    box-shadow: none;
    transform: none;
}

.home #service .service-item img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 0 0 24px;
    object-fit: cover;
    border-radius: 1px;
    transform: scale(1);
    transition: transform 500ms var(--home-ease-out);
}

.home #service .service-item:hover img {
    transform: scale(1.015);
}

.home #service .service-item h3 {
    margin: 0 0 14px;
    color: var(--home-ink);
    font-size: clamp(1.12rem, 1.5vw, 1.3rem);
    line-height: 1.5;
}

.home #service .service-item p {
    color: var(--home-muted);
    font-size: 0.9rem;
    line-height: 1.85;
}

/* --------------------------------------------------------------------------
   Testimonials: portrait integrity first; only the entire card may move
   -------------------------------------------------------------------------- */

.home #testimonials {
    background: var(--home-mist);
}

.home #testimonials .testimonial-grid {
    gap: 18px;
}

.home #testimonials .testimonial-card {
    position: relative;
    padding: clamp(24px, 2.5vw, 32px);
    overflow: hidden;
    border: 1px solid var(--home-rule);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: none;
    transition:
        transform 280ms var(--home-ease-out),
        border-color 280ms var(--home-ease-out),
        background-color 280ms var(--home-ease-out);
}

.home #testimonials .testimonial-card::before {
    position: absolute;
    top: 8px;
    right: 18px;
    color: rgba(4, 120, 87, 0.1);
    content: "“";
    font-family: Georgia, "Times New Roman", serif;
    font-size: 5.5rem;
    line-height: 1;
    pointer-events: none;
}

.home #testimonials .testimonial-card:hover {
    border-color: var(--home-rule-strong);
    background: #fff;
    box-shadow: none;
    transform: translateY(-3px);
}

.home #testimonials .testimonial-avatar {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(4, 120, 87, 0.2);
    background: #fff;
}

.home #testimonials .testimonial-avatar,
.home #testimonials .testimonial-avatar img {
    transform: none !important;
    animation: none !important;
}

.home #testimonials .testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: none;
}

.home #testimonials .testimonial-text {
    position: relative;
    z-index: 1;
    color: var(--home-muted);
    line-height: 1.85;
}

.home #testimonials .testimonial-link {
    color: var(--home-green-deep);
    font-weight: 600;
}

.home #testimonials .testimonial-image-note {
    display: inline-block;
    align-self: flex-start;
    color: #7b8794;
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.035em;
}

/* --------------------------------------------------------------------------
   Flow: one horizontal rail on desktop, one vertical rail on mobile
   -------------------------------------------------------------------------- */

.home #flow {
    --flow-image-size: clamp(98px, 9.8vw, 148px);
    background: #f7faf9;
}

.home #flow .flow-steps-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 28px);
    align-items: start;
}

.home #flow .flow-steps-container::before {
    position: absolute;
    z-index: 0;
    top: calc(var(--flow-image-size) + 34px);
    right: 9%;
    left: 9%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--home-rule-strong) 8%, var(--home-rule-strong) 92%, transparent);
    content: "";
}

.home #flow .flow-step {
    position: relative;
    z-index: 1;
    min-width: 0;
    text-align: center;
}

.home #flow .flow-step-image {
    display: block;
    width: var(--flow-image-size);
    height: var(--flow-image-size);
    max-width: none;
    margin: 0 auto 18px;
    object-fit: cover;
    border: 1px solid rgba(31, 41, 55, 0.08);
    border-radius: 2px;
    box-shadow: none;
}

.home #flow .flow-step-number-wrapper {
    position: relative;
    z-index: 2;
}

.home #flow .flow-step-number {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
    border: 1px solid var(--home-green-deep);
    border-radius: 50%;
    background: #fff;
    color: var(--home-green-deep);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 30px;
}

.home #flow .flow-step-content h3 {
    min-height: 3em;
    margin-bottom: 10px;
    color: var(--home-ink);
    font-size: 0.98rem;
    line-height: 1.5;
}

.home #flow .flow-step-content p {
    color: var(--home-muted);
    font-size: 0.82rem;
    line-height: 1.75;
}

/* --------------------------------------------------------------------------
   Scroll reveal contract: body.home.is-reveal-ready + [data-reveal].is-visible
   -------------------------------------------------------------------------- */

.home [data-reveal] {
    --reveal-order: 0;
}

.home #main-visual h1[data-reveal] {
    --reveal-order: 0;
}

.home #main-visual .mv-award-proof[data-reveal] {
    --reveal-order: 1;
}

.home #main-visual .mv-cta-button[data-reveal] {
    --reveal-order: 2;
}

.home.is-reveal-ready [data-reveal] {
    opacity: 0;
    transform: translate3d(0, var(--home-reveal-distance), 0);
    transition:
        opacity var(--home-reveal-duration) var(--home-ease-out),
        transform var(--home-reveal-duration) var(--home-ease-out);
    transition-delay: calc(var(--reveal-order, 0) * var(--home-reveal-stagger));
    will-change: opacity, transform;
}

.home.is-reveal-ready [data-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
}

.home.is-reveal-ready #testimonials .testimonial-card[data-reveal].is-visible:hover {
    transform: translateY(-3px);
}

/* --------------------------------------------------------------------------
   Tablet (1024px design target)
   -------------------------------------------------------------------------- */

@media (max-width: 1100px) and (min-width: 768px) {
    .home #main-visual {
        min-height: 760px;
    }

    .home #main-visual > .container {
        padding-inline: 36px;
    }

    .home .mv-text-content {
        flex-basis: 50%;
        width: 50%;
    }

    .home #main-visual h1 {
        font-size: clamp(1.8rem, 3.1vw, 2.2rem);
    }

    .home .mv-art {
        right: -10%;
        width: 76vw;
    }

    .home #concept .concept-layout {
        grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
        gap: 48px;
    }

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

    .home #testimonials .testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home #flow {
        --flow-image-size: clamp(96px, 10vw, 112px);
    }

    .home #flow .flow-steps-container {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 16px;
    }
}

/* --------------------------------------------------------------------------
   Mobile (390px design target)
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {
    .home {
        --home-reveal-distance: 12px;
    }

    .home .section {
        padding-block: 72px;
    }

    .home .container {
        padding-inline: 20px;
    }

    .home #header {
        background-color: rgba(255, 255, 255, 0.78);
        -webkit-backdrop-filter: blur(8px) saturate(115%);
        backdrop-filter: blur(8px) saturate(115%);
    }

    .home #main-visual {
        min-height: max(760px, calc(100svh + 24px));
        padding-bottom: 0;
        background: linear-gradient(180deg, var(--home-mist) 0%, #fff 58%, #fff 100%);
    }

    .home #main-visual > .container {
        height: 100%;
        padding-inline: 20px;
    }

    .home .mv-layout {
        display: block;
        min-height: max(710px, calc(100svh - 26px));
    }

    .home .mv-left-illustration {
        display: none;
    }

    .home .mv-art {
        top: -2%;
        right: -23%;
        width: 132%;
        height: 58%;
    }

    .home .mv-text-content {
        position: absolute;
        top: auto;
        right: auto;
        bottom: clamp(34px, 5.5svh, 58px);
        left: 50%;
        width: calc(100% - 40px);
        max-width: 430px;
        padding: 0;
        align-items: center;
        text-align: center;
        transform: translateX(-50%);
    }

    .home #main-visual h1 {
        margin-bottom: 16px;
        font-size: clamp(1.35rem, 6vw, 1.68rem);
        line-height: 1.48;
        letter-spacing: -0.025em;
    }

    .home .mv-award-proof {
        width: min(288px, 80vw);
        margin-bottom: 16px;
    }

    .home .mv-cta-button {
        width: min(320px, 84vw);
        min-width: 0;
        min-height: 50px;
        padding: 12px 22px;
    }

    .home #concept {
        background: #fff;
    }

    .home #concept .concept-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 38px;
    }

    .home #concept .concept-text {
        padding-top: 0;
    }

    .home #concept .concept-text::before {
        width: 52px;
        margin-bottom: 22px;
    }

    .home #concept .concept-text h2 {
        margin-bottom: 20px;
        font-size: clamp(1.45rem, 6vw, 1.8rem);
        text-align: left;
    }

    .home #concept .concept-text p {
        font-size: 0.94rem;
        line-height: 1.9;
    }

    .home #concept .concept-image {
        width: calc(100% - 12px);
        margin-left: 0;
    }

    .home #concept .concept-image::before {
        inset: 14px -12px -14px 18px;
    }

    .home #concept .concept-image img {
        aspect-ratio: 5 / 4;
    }

    .home #service .service-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home #service .service-item {
        padding: 28px 24px 32px;
    }

    .home #service .service-item img {
        aspect-ratio: 16 / 10;
    }

    .home #testimonials .testimonial-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .home #testimonials .testimonial-card {
        padding: 24px 22px;
    }

    .home #testimonials .testimonial-avatar {
        width: 56px;
        height: 56px;
    }

    .home #flow .flow-steps-container {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        padding: 0;
    }

    .home #flow .flow-steps-container::before {
        top: 16px;
        right: auto;
        bottom: 46px;
        left: 16px;
        width: 1px;
        height: auto;
        background: linear-gradient(180deg, var(--home-rule-strong), var(--home-rule-strong) 92%, transparent);
    }

    .home #flow .flow-step {
        display: grid;
        grid-template-columns: 32px minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 0 18px;
        padding-bottom: 38px;
        text-align: left;
    }

    .home #flow .flow-step-image {
        grid-column: 2;
        grid-row: 1;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        margin: 0 0 18px;
    }

    .home #flow .flow-step-number-wrapper {
        grid-column: 1;
        grid-row: 1;
        align-self: start;
    }

    .home #flow .flow-step-number {
        width: 32px;
        height: 32px;
        margin: 0;
        line-height: 30px;
    }

    .home #flow .flow-step-content {
        grid-column: 2;
        grid-row: 2;
    }

    .home #flow .flow-step-content h3 {
        min-height: 0;
        margin-bottom: 8px;
        font-size: 1.05rem;
    }

    .home #flow .flow-step-content p {
        font-size: 0.88rem;
    }
}

/* --------------------------------------------------------------------------
   Reduced motion: show the complete design without movement or scroll traps
   -------------------------------------------------------------------------- */

html.motion-reduced {
    scroll-behavior: auto !important;
}

.motion-reduced .home :where(.mv-wave--back, .mv-wave--mid, .mv-wave--front, .mv-growth-path, .mv-network, .mv-node),
.home.motion-reduced :where(.mv-wave--back, .mv-wave--mid, .mv-wave--front, .mv-growth-path, .mv-network, .mv-node) {
    animation: none !important;
    transform: none !important;
}

.motion-reduced .home .mv-growth-path,
.home.motion-reduced .mv-growth-path {
    stroke-dashoffset: 0 !important;
    opacity: 1 !important;
}

.motion-reduced .home.is-reveal-ready [data-reveal],
.home.motion-reduced.is-reveal-ready [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.motion-reduced .home #header,
.home.motion-reduced #header,
.motion-reduced .home #service .service-item img,
.home.motion-reduced #service .service-item img,
.motion-reduced .home #testimonials .testimonial-card,
.home.motion-reduced #testimonials .testimonial-card {
    transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    .home :where(.mv-wave--back, .mv-wave--mid, .mv-wave--front, .mv-growth-path, .mv-network, .mv-node) {
        animation: none !important;
        transform: none !important;
    }

    .home .mv-growth-path {
        stroke-dashoffset: 0 !important;
        opacity: 1 !important;
    }

    .home.is-reveal-ready [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .home #header,
    .home #service .service-item,
    .home #service .service-item img,
    .home #testimonials .testimonial-card {
        transition: none !important;
    }

    .home #service .service-item:hover img,
    .home #testimonials .testimonial-card:hover {
        transform: none !important;
    }
}
