*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--vs-cream-deep);
    color: var(--vs-charcoal);
    font-family: var(--vs-font-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    line-height: 1.5;
    font-weight: 400;
}

::selection {
    background: var(--vs-sage);
    color: var(--vs-forest-deep);
}

img,
video {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
    color: inherit;
    background: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

ul,
ol {
    list-style: none;
}




/* ════════════════════════════════════════════════════════
    GLOBAL TYPOGRAPHY
════════════════════════════════════════════════════════ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--vs-font-display);
    font-weight: 400;
    line-height: inherit;
    letter-spacing: inherit;
}

.vs-mono {
    font-family: var(--vs-font-mono);
    font-size: 11px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-weight: 400;
}

/* ════════════════════════════════════════════════════════
    SHARED FRAME — 5% left/right padding on every section
════════════════════════════════════════════════════════ */
.vs-frame {
    padding-left: var(--vs-side-pad);
    padding-right: var(--vs-side-pad);
}




/* ════════════════════════════════════════════════════════
    HERO — premium, multi-layer
════════════════════════════════════════════════════════ */
.vs-hero {
    position: relative;
    min-height: 100svh;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(ellipse 60% 50% at 30% 40%, rgba(82, 183, 136, 0.10) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 80% 70%, rgba(201, 165, 90, 0.06) 0%, transparent 60%),
        linear-gradient(180deg, #FDFCF8 0%, #F1EDE3 60%, #EDE8DC 100%);
}

.vs-hero__bg-grain {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.030;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px 200px;
}

.vs-hero__bg-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.35;
    background-image: radial-gradient(rgba(27, 67, 50, 0.14) 0.7px, transparent 0.9px);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 30%, transparent 80%);
}

.vs-hero__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
    opacity: 0;
    z-index: 0;
}

.vs-hero__glow--1 {
    width: clamp(360px, 50vw, 680px);
    height: clamp(360px, 50vw, 680px);
    top: 10%;
    left: -10%;
    background: radial-gradient(circle, rgba(82, 183, 136, 0.16) 0%, rgba(82, 183, 136, 0.04) 50%, transparent 70%);
}

.vs-hero__glow--2 {
    width: clamp(300px, 40vw, 540px);
    height: clamp(300px, 40vw, 540px);
    bottom: 10%;
    right: -8%;
    background: radial-gradient(circle, rgba(201, 165, 90, 0.14) 0%, rgba(201, 165, 90, 0.04) 50%, transparent 70%);
}

.vs-hero__cross {
    position: absolute;
    width: clamp(16px, 1.4vw, 22px);
    height: clamp(16px, 1.4vw, 22px);
    z-index: 3;
    pointer-events: none;
    color: var(--vs-forest);
    opacity: 0;
}

.vs-hero__cross svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.3;
    fill: none;
    stroke-linecap: round;
}

.vs-hero__cross--tl {
    top: clamp(28px, 4vw, 40px);
    left: var(--vs-side-pad);
}

.vs-hero__cross--tr {
    top: clamp(28px, 4vw, 40px);
    right: var(--vs-side-pad);
}

.vs-hero__cross--bl {
    bottom: clamp(28px, 4vw, 40px);
    left: var(--vs-side-pad);
}

.vs-hero__cross--br {
    bottom: clamp(28px, 4vw, 40px);
    right: var(--vs-side-pad);
}

.vs-hero__content {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(32px, 4vw, 64px);
    align-items: center;
    width: 100%;
    max-width: 1440px;
    padding: clamp(60px, 9vh, 110px) var(--vs-side-pad);
    margin: 0 auto;
}

.vs-hero__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.vs-hero__marker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: clamp(20px, 2.4vw, 32px);
    opacity: 0;
}

.vs-hero__marker-line {
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--vs-sage);
    transform-origin: left;
    transform: scaleX(0);
}

.vs-hero__marker-text {
    font-family: var(--vs-font-mono);
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--vs-sage);
    font-weight: 400;
    white-space: nowrap;
}

.vs-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 7px 16px;
    background: rgba(82, 183, 136, 0.10);
    border: 1px solid rgba(82, 183, 136, 0.30);
    border-radius: 999px;
    margin-bottom: clamp(22px, 2.6vw, 36px);
    opacity: 0;
}

.vs-hero__eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--vs-sage);
    animation: vsHeroPulse 2s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgba(82, 183, 136, 0.5);
}

@keyframes vsHeroPulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(82, 183, 136, 0.5);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(82, 183, 136, 0);
    }
}

.vs-hero__eyebrow-text {
    font-family: var(--vs-font-mono);
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--vs-emerald-light);
    font-weight: 400;
}

.vs-hero__headline {
    margin: 0 0 clamp(20px, 2.4vw, 32px);
    font-family: var(--vs-font-display);
    font-size: clamp(44px, 5.6vw, 86px);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -0.028em;
    color: var(--vs-forest);
    display: flex;
    flex-direction: column;
    gap: 0;
}

.vs-hero__hl-row {
    display: block;
    overflow: hidden;
    padding-bottom: 6px;
}

.vs-hero__hl-inner {
    display: inline-block;
    transform: translateY(110%);
    will-change: transform;
}

.vs-hero__hl-italic {
    font-style: italic;
    color: var(--vs-sage);
    font-weight: 400;
}

.vs-hero__hl-regular {
    font-style: normal;
    color: var(--vs-forest);
    font-weight: 400;
}

.vs-hero__hl-emerald {
    font-style: italic;
    color: var(--vs-emerald-light);
    font-weight: 400;
}

.vs-hero__swoosh-wrap {
    width: clamp(220px, 28vw, 340px);
    margin-bottom: clamp(20px, 2.4vw, 32px);
    opacity: 0;
}

.vs-hero__swoosh {
    width: 100%;
    height: 24px;
    display: block;
    overflow: visible;
}

.vs-hero__swoosh-path {
    fill: none;
    stroke: url(#swooshGrad);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
}

.vs-hero__desc {
    font-size: clamp(15px, 1.15vw, 17.5px);
    line-height: 1.7;
    color: var(--vs-muted);
    max-width: 540px;
    margin: 0 0 clamp(28px, 3vw, 40px);
    opacity: 0;
    letter-spacing: 0.005em;
    font-weight: 400;
}

.vs-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    opacity: 0;
}

.vs-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    border-radius: 999px;
    font-family: var(--vs-font-body);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition:
        background 0.3s var(--vs-ease-out),
        color 0.3s,
        transform 0.25s var(--vs-ease-out),
        box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    border: 1.5px solid transparent;
}

.vs-btn svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s var(--vs-ease-out);
}

.vs-btn:hover svg {
    transform: translateX(3px);
}

.vs-btn--primary {
    background: var(--vs-forest);
    color: var(--vs-cream);
    box-shadow: 0 10px 30px rgba(27, 67, 50, 0.22);
}

.vs-btn--primary:hover {
    background: var(--vs-emerald-light);
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(27, 67, 50, 0.30);
}

.vs-btn--ghost {
    background: transparent;
    color: var(--vs-forest);
    border-color: var(--vs-forest);
}

.vs-btn--ghost:hover {
    background: var(--vs-forest);
    color: var(--vs-cream);
    transform: translateY(-3px);
}

.vs-hero__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(420px, 65vh, 620px);
    width: 100%;
}

.vs-hero__image-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 0 0 1.5px var(--vs-gold),
        0 30px 80px rgba(27, 67, 50, 0.22),
        0 10px 30px rgba(27, 67, 50, 0.10);
    will-change: clip-path;
    clip-path: inset(8% 6% 8% 6% round 24px);
    -webkit-clip-path: inset(8% 6% 8% 6% round 24px);
}

.vs-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    transform: scale(1.15);
    filter: saturate(1.05) contrast(1.04);
    will-change: transform;
}

.vs-hero__image-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(15, 42, 30, 0.05) 0%, transparent 40%, rgba(15, 42, 30, 0.20) 100%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(82, 183, 136, 0.10) 0%, transparent 60%);
}

.vs-hero__image-tag {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(15, 42, 30, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(116, 198, 157, 0.35);
    border-radius: 999px;
    font-family: var(--vs-font-mono);
    font-size: 10.5px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--vs-sage-bright);
}

.vs-hero__image-stamp {
    position: absolute;
    bottom: 22px;
    right: 22px;
    z-index: 3;
    font-family: var(--vs-font-mono);
    font-size: 10.5px;
    letter-spacing: 2px;
    color: rgba(253, 252, 248, 0.6);
}

.vs-hero__chip {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(253, 252, 248, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(201, 165, 90, 0.30);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(27, 67, 50, 0.14);
    font-family: var(--vs-font-body);
    font-size: 12px;
    color: var(--vs-forest);
    opacity: 0;
    will-change: transform;
}

.vs-hero__chip--1 {
    top: 12%;
    left: -4%;
    transform: rotate(-3deg);
}

.vs-hero__chip--2 {
    bottom: 14%;
    right: -4%;
    transform: rotate(2deg);
}

.vs-hero__chip-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--vs-sage);
    flex-shrink: 0;
}

.vs-hero__chip-value {
    font-family: var(--vs-font-display);
    font-size: 18px;
    font-weight: 500;
    color: var(--vs-forest);
    line-height: 1;
}

.vs-hero__chip-label {
    font-family: var(--vs-font-mono);
    font-size: 9px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--vs-muted);
}

.vs-hero__scroll {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    z-index: 5;
    opacity: 0;
}

.vs-hero__scroll-line {
    width: 1px;
    height: 36px;
    background: linear-gradient(180deg, transparent, var(--vs-sage), transparent);
    animation: vsScrollPulse 2.2s ease-in-out infinite;
}

@keyframes vsScrollPulse {

    0%,
    100% {
        opacity: 0.4;
        transform: scaleY(0.6);
    }

    50% {
        opacity: 0.9;
        transform: scaleY(1);
    }
}

.vs-hero__scroll-label {
    font-family: var(--vs-font-mono);
    font-size: 9px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--vs-muted);
}

/* ════════════════════════════════════════════════════════
    SERVICES — same layout across ALL screens
════════════════════════════════════════════════════════ */
.vs-services {
    background: var(--vs-cream);
}

.vs-service {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    min-height: 100vh;
    background: var(--vs-cream);
    border-top: 1px solid rgba(27, 67, 50, 0.08);
    overflow: hidden;
}

/* Side border for each cell, applied to inner frame so we keep visual divider at 5% */
.vs-service__inner {
    display: contents;
}

.vs-service--alt .vs-service__visual {
    order: -1;
}

.vs-service--alt .vs-service__visual {
    border-right: 1px solid rgba(27, 67, 50, 0.08);
    border-left: none;
}

.vs-service__visual {
    border-left: 1px solid rgba(27, 67, 50, 0.08);
}

.vs-service__content {
    padding: clamp(80px, 10vh, 140px) clamp(28px, 5vw, 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(24px, 3.4vh, 48px);
    position: relative;
    max-width: 720px;
    margin-left: auto;
    width: 100%;
}

.vs-service--alt .vs-service__content {
    margin-left: 0;
    margin-right: auto;
}

.vs-service__visual {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.vs-service__index {
    font-family: var(--vs-font-mono);
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--vs-muted);
    display: inline-flex;
    align-items: center;
    gap: 14px;
    opacity: 0;
}

.vs-service__index-num {
    font-family: var(--vs-font-display);
    font-size: 14px;
    color: var(--vs-emerald-light);
    letter-spacing: 0;
}

.vs-service__index-line {
    flex: 0 0 60px;
    height: 1px;
    background: var(--vs-sage);
    transform-origin: left;
    transform: scaleX(0);
}

.vs-service__title {
    margin: 0;
    font-family: var(--vs-font-display);
    font-size: clamp(40px, 4.6vw, 72px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--vs-forest);
    max-width: 540px;
}

.vs-service__title-line {
    display: block;
    overflow: hidden;
    padding-bottom: 4px;
}

.vs-service__title-inner {
    display: inline-block;
    transform: translateY(110%);
    will-change: transform;
}

.vs-service__title-italic {
    font-style: italic;
    color: var(--vs-sage);
    font-weight: 400;
}

.vs-service__title-emerald {
    font-style: italic;
    color: var(--vs-emerald-light);
    font-weight: 400;
}

.vs-service__copy {
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.7;
    color: var(--vs-muted);
    max-width: 500px;
    margin: 0;
    opacity: 0;
    letter-spacing: 0.005em;
}

.vs-service__features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    opacity: 0;
}

.vs-service__feature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(82, 183, 136, 0.10);
    border: 1px solid rgba(82, 183, 136, 0.28);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    color: var(--vs-emerald-light);
    letter-spacing: 0.02em;
}

.vs-service__feature svg {
    width: 12px;
    height: 12px;
    stroke: var(--vs-sage);
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vs-service__cta {
    align-self: flex-start;
    opacity: 0;
}

/* Visual side — fixed so nothing crops from top */
.vs-service__visual-stage {
    position: relative;
    width: min(78%, 520px);
    aspect-ratio: 3 / 4;
    max-height: 80vh;
    border-radius: 220px;
    overflow: hidden;
    box-shadow:
        0 0 0 1.5px var(--vs-gold),
        0 30px 80px rgba(27, 67, 50, 0.22),
        0 8px 20px rgba(27, 67, 50, 0.10);
}

.vs-service__visual-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    transform: scale(1.15);
    filter: saturate(1.04) contrast(1.04);
    will-change: transform, opacity;
}

.vs-service__visual-img.is-active {
    opacity: 1;
}

.vs-service__visual-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(15, 42, 30, 0.05) 0%, transparent 50%, rgba(15, 42, 30, 0.20) 100%);
}

.vs-service__visual-frame {
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(253, 252, 248, 0.40);
    border-radius: 200px;
    pointer-events: none;
    z-index: 3;
}

.vs-service__visual-tag {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(15, 42, 30, 0.85);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(116, 198, 157, 0.30);
    border-radius: 999px;
    font-family: var(--vs-font-mono);
    font-size: 10.5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--vs-sage-bright);
    opacity: 0;
}

.vs-service__visual-progress {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    opacity: 0;
}

.vs-service__visual-progress-num {
    font-family: var(--vs-font-display);
    font-size: 20px;
    color: var(--vs-cream);
    font-weight: 500;
}

.vs-service__visual-progress-bar {
    width: 2px;
    height: 60px;
    background: rgba(253, 252, 248, 0.20);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.vs-service__visual-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: var(--vs-gold);
}

.vs-service__chip {
    position: absolute;
    z-index: 5;
    padding: 10px 14px;
    background: rgba(253, 252, 248, 0.95);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(201, 165, 90, 0.30);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(27, 67, 50, 0.14);
    opacity: 0;
}

.vs-service__chip--tl {
    top: 12%;
    left: 8%;
    transform: rotate(-2deg);
}

.vs-service__chip--br {
    bottom: 18%;
    right: 6%;
    transform: rotate(2deg);
}

.vs-service__chip-label {
    font-family: var(--vs-font-mono);
    font-size: 9px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--vs-muted);
}

.vs-service__chip-value {
    font-family: var(--vs-font-display);
    font-size: 16px;
    color: var(--vs-forest);
    font-weight: 500;
    margin-top: 2px;
}


/* ════════════════════════════════════════════════════════
    RESPONSIVE — SAME layout preserved at every size
    Only spacing/sizing changes, never the structure
════════════════════════════════════════════════════════ */

/* Large desktops — slight breathing room */
@media (min-width: 1600px) {
    .vs-hero__content {
        gap: 96px;
    }

    .vs-hero__headline {
        font-size: 96px;
    }
}

/* Standard laptops (1440 / 1280) — tightened spacing */
@media (max-width: 1440px) {
    .vs-service__visual-stage {
        width: 72%;
        max-width: 460px;
    }

    .vs-service__title {
        font-size: clamp(36px, 4.2vw, 60px);
    }

    .vs-hero__headline {
        font-size: clamp(40px, 5vw, 76px);
    }
}

@media (max-width: 1280px) {
    .vs-hero__chip--1 {
        left: 0%;
    }

    .vs-hero__chip--2 {
        right: 0%;
    }
}

/* Tablets & small laptops — same layout, tighter columns */
@media (max-width: 1024px) {
    .vs-hero__content {
        grid-template-columns: 1.1fr 1fr;
        gap: clamp(24px, 4vw, 40px);
    }

    .vs-hero__headline {
        font-size: clamp(36px, 5.4vw, 60px);
    }

    .vs-hero__visual {
        height: clamp(380px, 55vh, 520px);
    }

    .vs-service {
        grid-template-columns: 1fr 1fr;
    }

    .vs-service__content {
        padding: clamp(60px, 9vh, 110px) clamp(24px, 4vw, 56px);
    }

    .vs-service__visual-stage {
        width: 70%;
    }

    .vs-service__title {
        font-size: clamp(34px, 4.4vw, 52px);
    }

}

/* Smaller tablets — same grid, fluid type */
@media (max-width: 820px) {
    .vs-hero__content {
        gap: 28px;
    }

    .vs-hero__headline {
        font-size: clamp(32px, 6vw, 48px);
    }

    .vs-hero__desc {
        font-size: 14.5px;
    }

    .vs-hero__visual {
        height: clamp(340px, 50vh, 460px);
    }

    .vs-service__visual-stage {
        width: 66%;
        max-width: 380px;
    }

    .vs-service__title {
        font-size: clamp(30px, 5vw, 44px);
    }

    .vs-service__copy {
        font-size: 14.5px;
    }

    .vs-service__content {
        gap: 22px;
        padding: clamp(56px, 8vh, 90px) clamp(22px, 4vw, 40px);
    }

}

/* Phones — single column only here, last resort to preserve readability */
@media (max-width: 640px) {
    .vs-hero__content {
        grid-template-columns: 1fr;
        text-align: center;
        padding-top: clamp(72px, 14vh, 120px);
        padding-bottom: clamp(40px, 8vh, 80px);
    }

    .vs-hero__text {
        align-items: center;
        text-align: center;
    }

    .vs-hero__headline,
    .vs-hero__desc,
    .vs-hero__swoosh-wrap {
        margin-left: auto;
        margin-right: auto;
    }

    .vs-hero__ctas {
        justify-content: center;
    }

    .vs-hero__visual {
        height: 340px;
    }

    .vs-hero__chip {
        display: none;
    }

    .vs-service {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .vs-service--alt .vs-service__visual {
        order: 0;
    }

    .vs-service--alt .vs-service__visual {
        border-right: none;
        border-bottom: 1px solid rgba(27, 67, 50, 0.08);
    }

    .vs-service__visual {
        position: relative;
        top: auto;
        height: 70vh;
        min-height: 460px;
        border-left: none;
        border-bottom: 1px solid rgba(27, 67, 50, 0.08);
    }

    .vs-service__content {
        max-width: 100%;
        margin: 0;
        padding: 10% 5% 0;
        text-align: center;
        align-items: center;
    }

    .vs-service__features {
        justify-content: center;
    }

    .vs-service__cta {
        align-self: center;
    }

    .vs-service__chip {
        display: none;
    }

    .vs-service__visual-stage {
        width: 72%;
    }

   
   

    .vs-cross--tl,
    .vs-hero__cross--bl,
    .vs-hero__cross--tr,
    .vs-hero__cross--br {
        display: none;
    }
}

@media (max-width: 380px) {
    .vs-hero__headline {
        font-size: 34px;
    }

    .vs-service__title {
        font-size: 30px;
    }

    
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }

    .vs-hero__hl-inner,
    .vs-service__title-inner,
    .vs-hero__image,
    .vs-service__visual-img,
    .vs-hero__swoosh-path,
    .vs-hero__image-frame {
        transform: none !important;
        opacity: 1 !important;
        stroke-dashoffset: 0 !important;
        clip-path: none !important;
    }
}








