:root {
            --ink: #1d1d1f;
            --muted: #626268;
            --line: rgba(29, 29, 31, 0.12);
            --paper: #f5f5f7;
            --dark: #242527;
            --blue: #256f95;
            --green: #527457;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            min-width: 320px;
            overflow-x: hidden;
            color: var(--ink);
            background: #ffffff;
            font-family: "Inter", sans-serif;
            -webkit-font-smoothing: antialiased;
        }

        a {
            color: inherit;
        }

        img {
            display: block;
            width: 100%;
        }

        button,
        a {
            -webkit-tap-highlight-color: transparent;
        }

        .cursor-orb {
            position: fixed;
            left: var(--cursor-x, 50vw);
            top: var(--cursor-y, 50vh);
            z-index: 2000;
            width: 42px;
            height: 42px;
            pointer-events: none;
            border: 1px solid rgba(255, 255, 255, 0.62);
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.24);
            box-shadow: 0 10px 28px rgba(17, 24, 39, 0.12);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.82);
            transition: opacity 0.22s ease, transform 0.22s ease, width 0.22s ease, height 0.22s ease;
        }

        .cursor-orb.is-visible {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }

        .cursor-orb.is-hovering {
            width: 56px;
            height: 56px;
        }

        .company-hero {
            position: relative;
            min-height: 100svh;
            padding: 118px 8vw 140px;
            display: flex;
            align-items: center;
            overflow: hidden;
            border-radius: 0 0 64px 64px;
            color: #ffffff;
            background: #303235;
        }

        .company-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(90deg, rgba(19, 22, 24, 0.88) 0%, rgba(19, 22, 24, 0.62) 42%, rgba(19, 22, 24, 0.16) 78%),
                linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34)),
                url("https://images.pexels.com/photos/9799054/pexels-photo-9799054.jpeg") center / cover no-repeat;
            transform: scale(1.03);
            animation: heroBreath 14s ease-in-out infinite alternate;
        }

        .company-hero::after {
            content: "";
            position: absolute;
            inset: auto 0 0;
            height: 34%;
            background: linear-gradient(180deg, transparent, rgba(18, 20, 22, 0.72));
        }

        .hero-grid {
            position: relative;
            z-index: 2;
            width: min(1320px, 100%);
            margin: 0 auto;
        }

        .hero-copy {
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        .eyebrow {
            margin-bottom: 18px;
            color: rgba(255, 255, 255, 0.7);
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 2.4px;
            text-transform: uppercase;
        }

        .hero-title {
            width: 100%;
            font-size: clamp(52px, 5.3vw, 86px);
            font-weight: 600;
            line-height: 1.02;
            letter-spacing: -0.06em;
        }

        .hero-title span {
            display: block;
            white-space: nowrap;
        }

        .hero-title .hero-title-primary {
            color: #ffffff;
        }

        .hero-title .hero-title-secondary {
            color: rgba(255, 255, 255, 0.48);
        }

        .hero-summary {
            max-width: none;
            margin: 30px auto 0;
            color: rgba(255, 255, 255, 0.76);
            font-size: 18px;
            line-height: 1.6;
            white-space: nowrap;
        }

        .hero-actions {
            width: min(680px, 100%);
            margin: 30px auto 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 14px;
        }

        .hero-button {
            position: relative;
            min-height: 48px;
            padding: 0 22px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.55);
            border-radius: 999px;
            color: #111114;
            background: rgba(255, 255, 255, 0.7);
            box-shadow: 0 14px 36px rgba(17, 24, 39, 0.16);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            text-decoration: none;
            font-size: 14px;
            font-weight: 700;
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }

        .hero-button::before {
            content: "";
            position: absolute;
            inset: -2px;
            z-index: -1;
            border-radius: inherit;
            opacity: 0.58;
            animation: softPulse 3.8s ease-in-out infinite;
        }

        .hero-button.primary::before {
            background: linear-gradient(135deg, rgba(56, 189, 248, 0.32), rgba(34, 197, 94, 0.24));
        }

        .hero-button.secondary::before {
            background: linear-gradient(135deg, rgba(245, 158, 11, 0.24), rgba(59, 130, 246, 0.24));
            animation-delay: 1.1s;
        }

        .hero-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 18px 42px rgba(17, 24, 39, 0.22);
        }

        .hero-button svg {
            width: 16px;
            height: 16px;
            flex: 0 0 auto;
            opacity: 0.72;
            stroke-width: 1.8;
        }

        .scroll-cue {
            position: absolute;
            bottom: 32px;
            left: 50%;
            z-index: 3;
            width: 28px;
            height: 44px;
            border: 1px solid rgba(255, 255, 255, 0.34);
            border-radius: 999px;
            transform: translateX(-50%);
        }

        .scroll-cue::after {
            content: "";
            position: absolute;
            top: 8px;
            left: 50%;
            width: 4px;
            height: 9px;
            border-radius: 99px;
            background: #ffffff;
            transform: translateX(-50%);
            animation: scrollCue 2s ease-in-out infinite;
        }

        .section {
            padding: 130px 8vw;
        }

        .section-shell {
            width: min(1200px, 100%);
            margin: 0 auto;
        }

        .intro-grid {
            display: grid;
            grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
            gap: 80px;
            align-items: start;
        }

        .section-kicker {
            color: var(--muted);
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .intro-copy h2,
        .section-heading h2 {
            max-width: 930px;
            font-size: clamp(38px, 5vw, 70px);
            font-weight: 500;
            line-height: 1.05;
            letter-spacing: -0.05em;
        }

        .intro-copy h2 em {
            color: #818186;
            font-style: normal;
        }

        .intro-body {
            margin-top: 42px;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 36px;
            color: #4c4c51;
            font-size: 17px;
            line-height: 1.75;
        }

        .story-stage {
            padding: 0 24px 130px;
        }

        .story-stage .section-shell {
            width: min(1740px, 100%);
            max-width: 1740px;
            margin-right: auto;
            margin-left: auto;
        }

        .story-card {
            position: relative;
            min-height: 700px;
            overflow: hidden;
            border-radius: 38px;
            background: #d9dcda;
        }

        .story-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(20, 23, 24, 0.86), rgba(20, 23, 24, 0.58) 48%, rgba(20, 23, 24, 0.02) 78%);
        }

        .story-card img {
            position: absolute;
            inset: 0;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .story-content {
            position: relative;
            z-index: 2;
            width: min(580px, 72%);
            min-height: 700px;
            padding: 72px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            color: #ffffff;
        }

        .story-content h2 {
            font-size: clamp(40px, 5vw, 68px);
            font-weight: 500;
            line-height: 1.04;
            letter-spacing: -0.05em;
        }

        .story-content p {
            max-width: 490px;
            color: rgba(255, 255, 255, 0.75);
            font-size: 17px;
            line-height: 1.7;
        }

        .section-card-stack {
            position: relative;
            background: #ffffff;
        }

        .section-card-stack .section {
            min-height: 100svh;
            display: flex;
            align-items: center;
            padding-top: clamp(112px, 12vh, 150px);
            padding-bottom: clamp(112px, 12vh, 150px);
            box-shadow: 0 -24px 70px rgba(17, 24, 39, 0.08);
        }

        .section-card-stack .section-shell {
            width: min(1200px, 100%);
        }

        .values {
            position: sticky;
            top: 0;
            z-index: 1;
            overflow: hidden;
            border-radius: 64px 64px 0 0;
            background: #eceef1;
        }

        .section-heading {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 40px;
            margin-bottom: 62px;
        }

        .section-heading p {
            max-width: 380px;
            color: var(--muted);
            font-size: 16px;
            line-height: 1.65;
        }

        .value-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }

        .value-card {
            position: relative;
            min-height: 430px;
            padding: 34px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            overflow: hidden;
            border: 1px solid rgba(29, 29, 31, 0.08);
            border-radius: 28px;
            background: rgba(255, 255, 255, 0.78);
            transition: transform 0.35s ease, box-shadow 0.35s ease;
        }

        .value-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 24px 60px rgba(17, 24, 39, 0.1);
        }

        .value-card::before {
            content: "";
            position: absolute;
            right: -70px;
            bottom: -90px;
            width: 240px;
            height: 240px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(37, 111, 149, 0.2), transparent 68%);
        }

        .value-card:nth-child(2)::before {
            background: radial-gradient(circle, rgba(82, 116, 87, 0.22), transparent 68%);
        }

        .value-card:nth-child(3)::before {
            background: radial-gradient(circle, rgba(173, 133, 73, 0.18), transparent 68%);
        }

        .value-number {
            color: #8a8a8f;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1.5px;
        }

        .value-card h3 {
            margin-bottom: 17px;
            font-size: 32px;
            font-weight: 500;
            letter-spacing: -0.04em;
        }

        .value-card p {
            position: relative;
            z-index: 1;
            color: var(--muted);
            font-size: 15px;
            line-height: 1.7;
        }

        .journey {
            position: sticky;
            top: 0;
            z-index: 2;
            overflow: hidden;
            border-radius: 64px 64px 0 0;
            color: #ffffff;
            background: var(--dark);
        }

        .capabilities {
            position: sticky;
            top: 0;
            z-index: 3;
            overflow: visible;
            border-radius: 0;
            background: #ffffff;
        }

        .capabilities::before {
            content: "";
            position: absolute;
            z-index: 0;
            top: -86px;
            right: 0;
            left: 0;
            height: 172px;
            border-radius: 96px 96px 0 0;
            background: #ffffff;
        }

        .journey .section-kicker {
            color: rgba(255, 255, 255, 0.5);
        }

        .journey-title {
            max-width: 820px;
            margin: 18px 0 82px;
            font-size: clamp(42px, 6vw, 78px);
            font-weight: 500;
            line-height: 1.02;
            letter-spacing: -0.055em;
        }

        .timeline {
            position: relative;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 48px;
        }

        .timeline::before {
            content: "";
            position: absolute;
            top: 7px;
            right: 0;
            left: 0;
            height: 1px;
            background: rgba(255, 255, 255, 0.18);
        }

        .timeline-item {
            position: relative;
            padding-top: 45px;
        }

        .timeline-item::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 15px;
            height: 15px;
            border: 4px solid var(--dark);
            border-radius: 50%;
            background: #ffffff;
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.42);
        }

        .timeline-item span {
            color: rgba(255, 255, 255, 0.48);
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }

        .timeline-item h3 {
            margin: 18px 0 14px;
            font-size: 26px;
            font-weight: 500;
        }

        .timeline-item p {
            color: rgba(255, 255, 255, 0.6);
            font-size: 15px;
            line-height: 1.7;
        }

        .capabilities {
            padding-bottom: 0;
        }

        .capability-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            margin-top: 64px;
            border-top: 1px solid var(--line);
        }

        .capability-item {
            min-height: 250px;
            padding: 34px 34px 34px 0;
            border-bottom: 1px solid var(--line);
        }

        .capability-item:nth-child(odd) {
            border-right: 1px solid var(--line);
        }

        .capability-item:nth-child(even) {
            padding-left: 34px;
        }

        .capability-item h3 {
            margin-bottom: 18px;
            font-size: 28px;
            font-weight: 500;
            letter-spacing: -0.035em;
        }

        .capability-item p {
            max-width: 490px;
            color: var(--muted);
            font-size: 15px;
            line-height: 1.75;
        }

        .location-section {
            position: relative;
            z-index: 5;
            margin-top: -112px;
            padding: 0 24px 130px;
        }

        .location-card {
            position: relative;
            width: min(1740px, 100%);
            min-height: 560px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: minmax(320px, 0.86fr) minmax(420px, 1.14fr);
            overflow: hidden;
            border-radius: 42px;
            background: #f1f3f2;
            box-shadow: 0 24px 80px rgba(17, 24, 39, 0.08);
        }

        .location-copy {
            position: relative;
            z-index: 2;
            padding: 70px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .location-copy h2 {
            max-width: 620px;
            margin: 16px 0 24px;
            font-size: clamp(42px, 5vw, 72px);
            font-weight: 500;
            line-height: 1.02;
            letter-spacing: -0.055em;
        }

        .location-copy p {
            max-width: 520px;
            color: var(--muted);
            font-size: 17px;
            line-height: 1.7;
        }

        .location-actions {
            margin-top: 34px;
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
        }

        .map-visual {
            position: relative;
            min-height: 560px;
            overflow: hidden;
            background:
                radial-gradient(circle at 76% 22%, rgba(37, 111, 149, 0.22), transparent 24%),
                linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(205, 232, 230, 0.72)),
                #dfe9e7;
        }

        .map-visual::before {
            content: "";
            position: absolute;
            inset: -20%;
            opacity: 0.5;
            background:
                linear-gradient(32deg, transparent 0 46%, rgba(255, 255, 255, 0.72) 46% 47.5%, transparent 47.5% 100%),
                linear-gradient(118deg, transparent 0 42%, rgba(255, 255, 255, 0.68) 42% 43.4%, transparent 43.4% 100%),
                linear-gradient(8deg, transparent 0 54%, rgba(255, 255, 255, 0.58) 54% 55.2%, transparent 55.2% 100%);
            background-size: 360px 360px, 420px 420px, 300px 300px;
        }

        .map-path {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
        }

        .map-pin {
            position: absolute;
            top: 48%;
            left: 52%;
            width: 82px;
            height: 82px;
            display: grid;
            place-items: center;
            border-radius: 50% 50% 50% 10px;
            color: #ffffff;
            background: linear-gradient(135deg, #256f95, #527457);
            box-shadow: 0 22px 54px rgba(37, 111, 149, 0.28);
            transform: translate(-50%, -50%) rotate(-45deg);
        }

        .map-pin span {
            transform: rotate(45deg);
            font-size: 22px;
            font-weight: 700;
        }

        .map-label {
            position: absolute;
            right: 52px;
            bottom: 52px;
            max-width: 260px;
            padding: 18px 20px;
            border: 1px solid rgba(255, 255, 255, 0.78);
            border-radius: 24px;
            color: #25262a;
            background: rgba(255, 255, 255, 0.72);
            box-shadow: 0 18px 44px rgba(17, 24, 39, 0.1);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            font-size: 14px;
            line-height: 1.55;
        }

        .company-proof-section {
            position: relative;
            z-index: 2;
            margin-top: 0;
            padding: 34px 24px 0;
        }

        .company-proof-card {
            width: min(1540px, 100%);
            margin: 0 auto;
            padding: 54px;
            display: grid;
            grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1fr);
            gap: 38px;
            border-radius: 46px;
            background: #eceef1;
            box-shadow: 0 24px 76px rgba(17, 24, 39, 0.08);
        }

        .company-proof-photo {
            min-height: 620px;
            overflow: hidden;
            border-radius: 34px;
            background: #d7dfd9;
        }

        .company-proof-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .company-proof-content {
            padding: 38px 24px 28px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .company-proof-content h2 {
            max-width: 620px;
            margin: 16px 0 24px;
            font-size: clamp(38px, 4.2vw, 64px);
            font-weight: 500;
            line-height: 1.08;
            letter-spacing: -0.052em;
            background: linear-gradient(110deg,
                #16181f 0%,
                #4c4447 18%,
                #617456 38%,
                #2f756d 56%,
                #256f95 74%,
                #18191d 100%);
            background-size: 260% 260%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: gradientFlow 8s ease-in-out infinite;
        }

        .company-proof-content p {
            max-width: 660px;
            color: var(--muted);
            font-size: 17px;
            line-height: 1.75;
        }

        .company-proof-metrics {
            max-width: 470px;
            margin-top: 30px;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }

        .metric-card {
            min-height: 96px;
            padding: 18px 20px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            border: 1px solid rgba(29, 29, 31, 0.08);
            border-radius: 18px;
            color: var(--ink);
            background: rgba(255, 255, 255, 0.74);
            box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
        }

        .metric-card strong {
            display: block;
            margin-bottom: 5px;
            font-size: clamp(34px, 3.2vw, 46px);
            font-weight: 650;
            line-height: 0.92;
            letter-spacing: -0.05em;
            background: linear-gradient(110deg,
                #242527 0%,
                #527457 32%,
                #2f756d 56%,
                #256f95 78%,
                #242527 100%);
            background-size: 260% 260%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: gradientFlow 8s ease-in-out infinite;
        }

        .metric-card span {
            font-size: 13px;
            font-weight: 500;
            color: #4f5056;
        }


        .reveal-on-scroll {
            opacity: 0;
            translate: 0 28px;
            transition: opacity 0.75s ease, translate 0.75s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .reveal-on-scroll.is-revealed {
            opacity: 1;
            translate: 0 0;
        }

        @keyframes gradientFlow {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

        @keyframes heroBreath {
            from { transform: scale(1.03); }
            to { transform: scale(1.08); }
        }

        @keyframes scrollCue {
            0%, 100% { opacity: 0; transform: translate(-50%, 0); }
            35% { opacity: 1; }
            70% { opacity: 0; transform: translate(-50%, 14px); }
        }

        @keyframes softPulse {
            0%, 100% { opacity: 0.42; transform: scale(0.96); }
            50% { opacity: 0.72; transform: scale(1.04); }
        }

        @keyframes contactShellIn {
            from { opacity: 0; transform: translateY(28px) scale(0.98); }
            to { opacity: 1; transform: translateY(0) scale(1); }
        }

        @media (max-width: 900px) {
            .intro-grid {
                grid-template-columns: 1fr;
            }

            .intro-grid {
                gap: 34px;
            }

            .section-heading {
                align-items: start;
                flex-direction: column;
            }

            .value-grid,
            .timeline {
                grid-template-columns: 1fr;
            }

            .timeline {
                gap: 0;
            }

            .timeline::before {
                top: 0;
                bottom: 0;
                left: 7px;
                width: 1px;
                height: auto;
            }

            .timeline-item {
                padding: 0 0 54px 46px;
            }

            .timeline-item::before {
                top: 0;
            }
        }

        @media (max-width: 680px) {
            .cursor-orb {
                display: none;
            }

            .company-hero {
                min-height: 820px;
                padding: 118px 24px 112px;
                border-radius: 0 0 34px 34px;
            }

            .company-hero::before {
                background:
                    linear-gradient(180deg, rgba(19, 22, 24, 0.3), rgba(19, 22, 24, 0.88) 76%),
                    url("https://res.cloudinary.com/dncdgiwhp/image/upload/v1780691291/trator_osfrxr.png") 64% center / cover no-repeat;
            }

            .hero-title {
                font-size: clamp(48px, 15vw, 70px);
            }

            .hero-title span {
                white-space: normal;
            }

            .hero-summary {
                font-size: 16px;
                white-space: normal;
            }

            .hero-actions {
                justify-content: stretch;
                gap: 10px;
            }

            .hero-button {
                width: 100%;
                min-height: 46px;
                padding: 0 18px;
            }

            .scroll-cue {
                display: none;
            }

            .section {
                padding: 88px 24px;
            }

            .section-card-stack .section {
                min-height: auto;
                display: block;
                padding: 88px 24px;
            }

            .values,
            .journey,
            .capabilities {
                position: relative;
                top: auto;
                border-radius: 34px 34px 0 0;
            }

            .story-stage .section-shell {
                width: 100%;
            }

            .location-section {
                margin-top: -52px;
                padding: 0 24px 88px;
            }

            .location-card {
                width: 100%;
                min-height: auto;
                grid-template-columns: 1fr;
                border-radius: 28px;
            }

            .location-copy {
                padding: 36px 28px;
            }

            .location-actions {
                flex-direction: column;
            }

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

            .map-visual {
                min-height: 360px;
            }

            .map-label {
                right: 22px;
                bottom: 22px;
                left: 22px;
                max-width: none;
            }

            .company-proof-section {
                margin-top: 0;
                padding: 30px 24px 0;
            }

            .company-proof-card {
                width: 100%;
                padding: 18px;
                grid-template-columns: 1fr;
                gap: 22px;
                border-radius: 30px;
            }

            .company-proof-photo {
                min-height: 420px;
                border-radius: 24px;
            }

            .company-proof-content {
                padding: 8px 8px 12px;
            }

            .company-proof-metrics {
                grid-template-columns: 1fr;
            }

            .intro-body {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .story-stage {
                padding-top: 0;
            }

            .story-card,
            .story-content {
                min-height: 650px;
            }

            .story-card {
                border-radius: 26px;
            }

            .story-card::after {
                background: linear-gradient(180deg, rgba(20, 23, 24, 0.18), rgba(20, 23, 24, 0.9) 68%);
            }

            .story-card img {
                object-position: 62% center;
            }

            .story-content {
                width: 100%;
                padding: 34px 28px;
                justify-content: flex-end;
                gap: 28px;
            }

            .value-card {
                min-height: 340px;
            }

            .journey-title {
                margin-bottom: 58px;
            }

            .capability-grid {
                grid-template-columns: 1fr;
            }

            .capability-item,
            .capability-item:nth-child(even) {
                min-height: auto;
                padding: 30px 0;
                border-right: 0;
            }

        }

        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto;
            }

            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }

            .reveal-on-scroll {
                opacity: 1;
                translate: 0 0;
            }
        }
