* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
    color: #fff;
}

@media (min-width: 701px) and (max-width: 1024px) {
    #main { overflow: visible; touch-action: pan-y; }
    body { overflow-y: auto; }
    canvas { z-index: 0 !important; }
    #page, #page1, #page2, #page3, #footer { isolation: isolate; }
    #page::before, #page1::before, #page2::before, #page3::before, #footer::before { content: ''; position: absolute; z-index: 10; inset: 0; pointer-events: none; background: rgba(12,12,12,.48); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(10px); }
    #page > #loop, #page > #hero-preview, #page1 > *, #page2 > *, #page3 > *, #footer > * { z-index: 20; }
    .preview-left p, .preview-right p, .experience-left p, .experience-followup { color: #ddd; }
    #page1 { background: transparent; }
    #hero-preview { display: flex; flex-direction: column; justify-content: flex-start; padding: 38% 7% 0; }
    .preview-left, .preview-right { position: relative; top: auto; left: auto; right: auto; width: 86vw; }
    .preview-right { margin-top: 28px; }
    #loop { display: none; }
    .preview-left { top: 38%; left: 7%; width: 86vw; }
    .preview-right { top: calc(38% + 220px); left: 7%; right: auto; width: 86vw; padding-top: 0; text-align: left; }
    .preview-left p, .preview-right p { max-width: 86vw; }
    .cssbuttons-io-button { height: 2.3em; padding: .3em 2.8em .3em 1em; font-size: 12px; }
    .cssbuttons-io-button .icon { width: 1.8em; height: 1.8em; }
    #nav { top: 16px; bottom: auto; width: 92vw; animation-name: navEnterMobile; }
    #nav.nav-hidden { transform: translate(-50%, calc(-100% - 30px)); }
    @keyframes navEnterMobile { from { opacity: 0; transform: translate(-50%, calc(-100% - 30px)); } to { opacity: 1; transform: translate(-50%, 0); } }
}
:root { --side-width: min(24vw, 360px); --side-offset: 5%; --section-padding: 5%; --heading-size: clamp(2rem, 3.2vw, 3rem); --body-size: 15px; --label-size: 14px; --heading-line: .98; --body-line: 1.5; --muted: #999; --soft: #bbb; }
html { scroll-behavior: smooth; }
html, body { width: 100%; height: 100%; background: #000; overflow-x: hidden; }
#main { opacity: 1; }
#main > *, #page > *, #page1 > *, #page2 > *, #page3 > *, #footer > * { transition: opacity .9s ease; }
canvas { opacity: 0; transition: opacity .8s ease; }
body.preloading #page1, body.preloading #page2, body.preloading #page3, body.preloading #footer { opacity: 0; }
body.preloading #page > #loop, body.preloading #page > #hero-preview { opacity: 0; }
body.content-visible #page1, body.content-visible #page2, body.content-visible #page3, body.content-visible #footer { opacity: 1; }
body.content-visible #page > #loop, body.content-visible #page > #hero-preview { opacity: 1; }
body.preloading #nav, body:not(.menu-visible) #nav { opacity: 0; animation: none; }
body.canvas-visible canvas { opacity: 1; }
body.content-visible #main { opacity: 1; }
body.menu-visible #nav { opacity: 1; }
body.menu-visible #nav { animation: navEnter .7s cubic-bezier(.2,.8,.2,1) both; }
#preloader { position: fixed; z-index: 9999; inset: 0; display: grid; place-content: center; background: #000; color: #fff; text-align: center; transition: transform .9s cubic-bezier(.76,0,.24,1), opacity .9s ease, visibility .9s ease; }
#preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-100%); }
.loader-greeting { font-size: clamp(3rem, 8vw, 7rem); font-weight: 500; line-height: 1; letter-spacing: -.04em; animation: loaderIn .45s ease both; }
.loader-language { margin-top: 18px; color: #999; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
@keyframes loaderIn { from { opacity: 0; transform: translateY(20px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
#main { position: relative; overflow: hidden; max-width: 100%; }
#page, #page1, #page2, #page3 { position: relative; width: 100vw; height: 100vh; background: #000; }
#footer { position: relative; z-index: 10; min-height: 55vh; padding: 8% 5%; background: transparent; }
.footer-label { margin-bottom: 14px; color: #999; font-size: 14px; letter-spacing: .01em; }
.footer-content { display: flex; align-items: flex-start; justify-content: space-between; gap: 10%; margin-top: 3%; }
.footer-content > div { width: var(--side-width); }
.footer-content h1 { margin: 0; font-size: clamp(1.6rem, 2.2vw, 2.1rem); font-weight: 400; line-height: 1.05; letter-spacing: -.015em; }
.footer-content p { margin-top: 20px; color: var(--soft); font-size: var(--body-size); line-height: var(--body-line); letter-spacing: .01em; }
.footer-content > div > .footer-label { margin-top: 20px; }
.footer-content a { color: var(--soft); text-decoration: none; transition: color .25s ease; }
.footer-content a:hover { color: #fff; }
.footer-contact { padding-top: 0; text-align: right; }
.footer-contact p { margin-top: 20px; }
.footer-contact h1 { margin: 0; font-size: clamp(1.6rem, 2.2vw, 2.1rem); font-weight: 400; line-height: 1.05; letter-spacing: -.015em; }
.footer-contact h2 { margin-top: 24px; font-size: clamp(1.35rem, 2vw, 1.9rem); font-weight: 400; line-height: 1.05; letter-spacing: -.015em; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 12%; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: #777; font-size: 12px; line-height: 1.3; }
#page2 { z-index: 30; isolation: isolate; background: transparent; }
canvas { display: block; position: relative; z-index: 1 !important; max-width: 100vw; max-height: 100vh; }
#loop { display: flex; position: absolute; z-index: 0; top: 15%; width: 100%; height: 2em; overflow: visible; font-size: clamp(3.5rem, 7vw, 6.25rem); white-space: nowrap; }
#loop > h1 { flex: 0 0 auto; font-weight: 400; line-height: 1.08; animation: anim 15s linear infinite; }
#loop > h1 > span { color: transparent; font-weight: 500; -webkit-text-stroke: 1.2px #fff; }

#hero-preview { position: absolute; z-index: 10; inset: 0; pointer-events: none; }
.preview-left, .preview-right { position: absolute; top: 52%; }
.preview-left { left: 5%; width: var(--side-width); }
.preview-right { right: var(--side-offset); width: var(--side-width); padding-top: 18px; }
.preview-left p, .preview-right p { max-width: 390px; color: var(--soft); font-size: var(--body-size); line-height: var(--body-line); letter-spacing: .01em; }
.preview-left p { max-width: 340px; margin-top: 14px; font-size: 14px; }
.mobile-support-copy { display: none; }
.preview-left h1 { margin-top: 18px; font-size: var(--heading-size); font-weight: 500; line-height: var(--heading-line); letter-spacing: -.02em; }
.cssbuttons-io-button { position: relative; display: flex; align-items: center; height: 2.8em; margin-top: 30px; padding: .35em 3.3em .35em 1.2em; overflow: hidden; border: none; border-radius: .9em; background: #333; color: #fff; box-shadow: inset 0 0 1.6em -.6em #777; cursor: pointer; font: 500 14px/1 'Outfit', sans-serif; letter-spacing: .05em; pointer-events: auto; }
.cssbuttons-io-button .icon { position: absolute; right: .3em; display: flex; align-items: center; justify-content: center; width: 2.2em; height: 2.2em; margin-left: 1em; border-radius: .7em; background: #fff; color: #333; box-shadow: .1em .1em .6em .2em #111; transition: all .3s; }
.cssbuttons-io-button:hover .icon { width: calc(100% - .6em); }
.cssbuttons-io-button .icon svg { display: block; width: 1.1em; height: 1.1em; overflow: visible; color: #333; fill: #333; transition: transform .3s; }
.cssbuttons-io-button .icon svg path:last-child { fill: #333; }
.cssbuttons-io-button:hover .icon svg { transform: translateX(.1em); }
.cssbuttons-io-button:active .icon { transform: scale(.95); }
@keyframes anim { from { transform: translateX(0); } to { transform: translateX(-100%); } }
#nav { display: flex; align-items: center; gap: 16px; position: fixed; z-index: 99; bottom: 18px; left: 50%; width: min(92vw, 500px); min-height: 64px; padding: 10px 16px; transform: translateX(-50%); border-radius: 18px; background: rgba(25,25,25,.72); box-shadow: 0 12px 40px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.12); backdrop-filter: blur(18px); animation: navEnter .7s cubic-bezier(.2,.8,.2,1) both; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
#nav.nav-hidden { transform: translate(-50%, calc(100% + 30px)); }
@keyframes navEnter { from { opacity: 0; transform: translate(-50%, calc(100% + 30px)); } to { opacity: 1; transform: translate(-50%, 0); } }
.brand { display: flex; align-items: center; flex: 1; }
.brand img { display: block; width: 132px; height: auto; }
#menu { display: flex; gap: 6px; }
#menu a { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 0 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 6px; background: transparent; color: #fff; font: 500 12px/1 'Outfit', sans-serif; text-decoration: none; white-space: nowrap; transition: background .25s ease, color .25s ease; }
#menu a:hover { background: #fff; color: #000; }
#menu .mail-cta { min-width: 76px; }
#page > h3, #page > h4, #page1 > div, #page2 > div, #page3 > div { line-height: 1.25; }
#page > h3, #page > h4 { display: none; }
#page1 > #right-text, #page2 > #text1 { position: absolute; top: 30%; left: 8%; width: min(24vw, 360px); }
#page1 > #left-text, #page2 > #text2, #page3 > #text3 { position: absolute; right: 8%; width: min(24vw, 360px); text-align: right; }
#page1 .services-intro { position: absolute; z-index: 20; top: 50%; left: var(--side-offset); width: var(--side-width); transform: translateY(-50%); pointer-events: auto; }
#page1 .services-intro * { pointer-events: auto; }
#page1 .services-intro h1 { margin-top: 12px; font-size: var(--heading-size); font-weight: 500; line-height: var(--heading-line); letter-spacing: -.02em; }
.services-intro-copy { max-width: var(--side-width); margin-top: 18px; color: var(--soft); font-size: var(--body-size); line-height: var(--body-line); letter-spacing: .01em; }
.service-card { position: absolute; z-index: 12; width: min(30vw, 460px); padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: #121212; box-shadow: 0 16px 42px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.16); }
.service-card h3 { margin-bottom: 16px; color: #fff; font-size: clamp(1.15rem, 1.7vw, 1.5rem); font-weight: 500; line-height: 1.15; }
.service-card p { color: var(--soft); font-size: var(--body-size); line-height: var(--body-line); letter-spacing: .01em; }
.service-card-left, .service-card-right, .service-card-bottom { top: 38%; right: var(--side-offset); left: auto; width: var(--side-width); }
.service-card-left { z-index: 1; }
.service-card-right { z-index: 2; }
.service-card-bottom { z-index: 3; }
#page1 > #left-text { top: 50%; }
#page2 > #text2 { top: 55%; }
#page3 > #text3 { top: 40%; }
#page3 > #text3 { display: none; }
.experience-left { position: absolute; width: var(--side-width); }
.experience-left { top: 25%; left: var(--side-offset); text-align: left; }
.experience-left h1 { margin: 10px 0 18px; font-size: var(--heading-size); font-weight: 500; line-height: var(--heading-line); letter-spacing: -.02em; }
.experience-left h3 { color: #999; font-size: 14px; font-weight: 400; line-height: 1.3; }
.experience-left p { color: var(--soft); font-size: var(--body-size); line-height: var(--body-line); letter-spacing: .01em; }
.experience-followup { margin-top: 42px; }
.experience-stats { position: absolute; top: 28%; right: var(--side-offset); width: var(--side-width); display: grid; grid-template-columns: 1fr; gap: 14px; }
.stat { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.25); }
.stat strong { display: block; font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 500; line-height: 1; letter-spacing: -.02em; }
.stat strong span { color: #fff; }
.stat small { display: block; margin-top: 8px; color: #999; font-size: 13px; line-height: 1.3; }
.services-panel { position: absolute; z-index: 2; inset: 0; padding: 6% var(--section-padding) 10%; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 0; background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); box-shadow: inset 0 1px rgba(255,255,255,.18), 0 20px 60px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.services-panel-intro { width: var(--side-width); }
.services-panel-intro h1 { display: block; margin-top: 10px; max-width: 100%; font-size: var(--heading-size); font-weight: 500; line-height: var(--heading-line); letter-spacing: -.02em; }
.services-grid { display: grid; grid-template-columns: 32% 32%; justify-content: space-between; gap: 24px 0; margin-top: 4%; }
.service-item { padding-top: 14px; }
.service-item:nth-child(-n+2) { padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.25); }
.service-item:nth-child(n+3) { padding-top: 24px; }
.service-item h2 { min-height: 54px; font-size: clamp(1.3rem, 2vw, 2rem); font-weight: 500; line-height: 1.1; letter-spacing: -.02em; white-space: nowrap; }
.service-item p { max-width: 620px; margin-top: 14px; color: var(--soft); font-size: var(--body-size); line-height: var(--body-line); letter-spacing: .01em; }
#page1 h3, #page2 h3, #page3 h3 { color: #999; font-size: 14px; font-weight: 400; line-height: 1.3; }
#page1 h1, #page2 h1, #page3 h1 { font-weight: 600; line-height: 1.08; letter-spacing: -0.02em; }
#page1 h1 { font-size: clamp(1.5rem, 2.4vw, 2.25rem); }
#page2 h1 { font-size: clamp(1.5rem, 2.25vw, 2.06rem); }
#page3 h1 { font-size: clamp(1.875rem, 3vw, 3rem); }
#page2 p { color: #999; font-size: 14px; font-weight: 400; line-height: 1.4; }
@media (max-width: 700px) {
    #main { overflow: visible; touch-action: pan-y; }
    body { overflow-y: auto; }
    canvas { z-index: 0 !important; }
    #page, #page1, #page2, #page3, #footer { isolation: isolate; }
    #page::before, #page1::before, #page2::before, #page3::before, #footer::before { content: ''; position: absolute; z-index: 10; inset: 0; pointer-events: none; background: rgba(12,12,12,.48); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(10px); }
    #page > #loop, #page > #hero-preview, #page1 > *, #page2 > *, #page3 > *, #footer > * { z-index: 20; }
    .preview-left p, .preview-right p, .experience-left p, .experience-followup { color: #ddd; }
    #nav { gap: 10px; bottom: 12px; min-height: 64px; padding: 10px 12px; border-radius: 16px; }
    .brand img { width: 105px; }
    #menu { gap: 3px; }
    #menu a, #nav > button { min-height: 34px; padding: 0 7px; font-size: 9px; }
    #loop { font-size: 3.25rem; }
    #page > h3 { width: 30vw; font-size: 11px; }
    #page > h4 { font-size: 12px; }
    #page1 > #right-text, #page2 > #text1 { left: 7%; width: 30vw; }
    #page1 > #left-text, #page2 > #text2, #page3 > #text3 { right: 7%; width: 30vw; }
    #page1 h1 { font-size: 1.35rem; }
    #page2 h1 { font-size: 1.425rem; }
    #page3 h1 { font-size: 1.875rem; }
    #page2 p { font-size: 10px; }
    .experience-left { top: 22%; left: 7%; width: 30vw; }
    .experience-left p { font-size: 10px; }
    .experience-followup { margin-top: 28px; }
    #footer { min-height: 45vh; padding: 12% 7%; }
    .footer-content { margin-top: 12%; }
    .footer-content > div { width: 30vw; }
    .footer-content p { font-size: 10px; }
    .footer-contact h2 { font-size: 1.5rem; }
    .footer-bottom { gap: 20px; margin-top: 16%; font-size: 9px; }
    .experience-stats { top: 28%; right: 7%; left: auto; width: 30vw; grid-template-columns: 1fr; gap: 10px; }
    .stat strong { font-size: 1.8rem; }
    .stat small { font-size: 10px; }
    .services-panel { inset: 0; padding: 12% 7% 16%; border-radius: 0; }
    .services-panel-intro h1 { font-size: 2rem; }
    .services-grid { grid-template-columns: 32% 32%; gap: 30px 0; margin-top: 12%; }
    .service-item h2 { min-height: 70px; font-size: 2rem; }
    .service-item p { margin-top: 14px; font-size: 11px; }
    #page1 .services-intro { left: 7%; top: 50%; width: 30vw; }
    .service-card { width: 30vw; padding: 16px; border-radius: 12px; }
    .service-card p { font-size: 10px; }
    .service-card-left, .service-card-right, .service-card-bottom { right: 7%; left: auto; }
    .preview-left { left: 7%; width: 30vw; }
    .preview-right { right: 7%; width: 30vw; }
    .preview-left p, .preview-right p { font-size: 11px; }
    .preview-left h1 { margin-top: 14px; font-size: 2rem; }
    #nav { width: 96vw; min-height: 58px; padding: 8px 10px; gap: 8px; }
    .brand img { width: 95px; }
    #page1 .services-intro { top: 18%; width: 86vw; transform: none; }
    .services-intro-copy { max-width: 80vw; }
    .service-card { width: 86vw; }
    .service-card-left, .service-card-right, .service-card-bottom { top: 48%; }
    .services-grid { grid-template-columns: 1fr; gap: 24px; }
    .services-panel-intro { width: 86vw; }
    .service-item h2 { min-height: auto; font-size: 1.7rem; white-space: normal; }
    #page1 > #right-text, #page2 > #text1 { width: 86vw; }
    #page1 > #left-text, #page2 > #text2, #page3 > #text3 { width: 86vw; }
    .experience-left { width: 86vw; }
    .experience-stats { top: 68%; left: 7%; right: 7%; width: auto; grid-template-columns: repeat(2, 1fr); }
    #footer .footer-content > div { width: 40vw; }
    html, body { overflow-x: hidden; }
    #nav { top: 12px; bottom: auto; animation-name: navEnterMobile; }
    #nav.nav-hidden { transform: translate(-50%, calc(-100% - 30px)); }
    @keyframes navEnterMobile { from { opacity: 0; transform: translate(-50%, calc(-100% - 30px)); } to { opacity: 1; transform: translate(-50%, 0); } }
    #loop { top: 18%; height: 1.35em; font-size: 2rem; }
    #loop { display: none; }
    .preview-left { top: 48%; left: 7%; width: 86vw; }
    .preview-right { top: calc(48% + 150px); left: 7%; right: auto; width: 86vw; padding-top: 0; text-align: left; }
    .preview-left h1 { font-size: 2.15rem; }
    .preview-left p, .preview-right p { max-width: 86vw; font-size: 11px; }
    #page1 { background: transparent; }
    #hero-preview { display: flex; flex-direction: column; justify-content: flex-start; padding: 48% 7% 0; }
    .preview-left, .preview-right { position: relative; top: auto; left: auto; right: auto; width: 86vw; }
    .preview-right { margin-top: 28px; }
    .cssbuttons-io-button { height: 2.3em; padding: .3em 2.8em .3em 1em; font-size: 12px; }
    .cssbuttons-io-button .icon { width: 1.8em; height: 1.8em; }
    .preview-right .cssbuttons-io-button { width: 132px; margin-top: 18px; }
}

@media (max-width: 1024px) {
    #footer { padding-top: 7%; padding-bottom: 5%; }
}

@media (max-width: 1024px) {
    #footer .footer-bottom span:last-child { display: none; }
    #main, #main .pin-spacer { overflow: visible !important; }
    #main .pin-spacer { height: auto !important; min-height: 0 !important; }
    .mobile-support-copy { display: block; margin-top: 8px; }
    #hero-preview .preview-right { display: none; }
    #hero-preview .preview-left { position: relative; top: auto; left: auto; right: auto; width: 100%; }
    #hero-preview .preview-left p { max-width: 100%; }
    #page > canvas { position: absolute; inset: 0; z-index: 0 !important; pointer-events: none; }
    #page > #hero-preview { position: absolute; z-index: 30 !important; }
    #page > #loop { z-index: 1 !important; }
    #page1::before, #page3::before { background: #000; backdrop-filter: none; }
    #page2::before, #footer::before { background: transparent; backdrop-filter: none; }
}

@media (max-width: 700px) {
    #footer {
        display: flex;
        flex-direction: column;
        min-height: 35vh;
        background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.045)) !important;
        border: 1px solid rgba(255,255,255,.2);
        box-shadow: inset 0 1px rgba(255,255,255,.18), 0 20px 60px rgba(0,0,0,.22);
        backdrop-filter: blur(10px);
    }
    #footer .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin-top: 24px;
        padding-top: 18px;
        text-align: center;
        font-size: 13px !important;
        line-height: 1.4;
    }
    #footer .footer-bottom span:first-child { order: 2; }
    #footer .footer-bottom span:last-child { order: 1; }
    .preview-left p,
    .preview-right p,
    .services-intro-copy,
    .service-card p,
    .service-item p,
    .experience-left p,
    .footer-content p {
        font-size: 14px !important;
        line-height: 1.45 !important;
    }
    .stat small { font-size: 14px !important; line-height: 1.35 !important; }
    #page { height: auto; min-height: 100vh; padding-bottom: 48px; overflow: visible; }
    #page1, #page2, #page3 { height: auto; min-height: 100vh; }
    #hero-preview { position: relative; inset: auto; min-height: 100vh; }
    #hero-preview .preview-right { display: block; width: 100%; margin-top: 18px; }
    #hero-preview .preview-right > p { display: none; }
    #hero-preview .preview-right .cssbuttons-io-button { display: flex; width: 132px !important; height: 40px !important; margin: 0 !important; padding: 0 42px 0 14px !important; border-radius: 12px; font-size: 13px !important; line-height: 1; white-space: nowrap; }
    #hero-preview .preview-right .cssbuttons-io-button .icon { right: 4px; width: 32px !important; height: 32px !important; border-radius: 10px; }
    #hero-preview .preview-right .cssbuttons-io-button:hover .icon { width: calc(100% - 8px) !important; }
    #menu a { font-size: 12px !important; }
    #page1 { display: flex; flex-direction: column; gap: 18px; padding: 18vh 7% 12vh; }
    #page1 .services-intro,
    #page1 .service-card,
    .experience-left,
    .experience-stats,
    .services-panel { position: relative; inset: auto; top: auto; right: auto; left: auto; transform: none; }
    #page1 .services-intro { width: 100%; }
    #page1 .service-card,
    #page1 .service-card-left,
    #page1 .service-card-right,
    #page1 .service-card-bottom {
        display: block !important;
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 20px !important;
        z-index: 40 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        background: #121212 !important;
    }
    #page1 .service-card-left,
    #page1 .service-card-right,
    #page1 .service-card-bottom { z-index: 1; }
    #page2 { padding: 0; }
    #page2 .services-panel { width: 100%; min-height: 100vh; padding: 14vh 7% 12vh; overflow: visible; }
    #page2 .services-grid { display: flex; flex-direction: column; gap: 0; margin-top: 0; }
    #page2 .service-item { padding: 22px 0 !important; border-bottom: 1px solid rgba(255,255,255,.22); }
    #page2 .service-item:last-child { border-bottom: 0; }
    #page3 { display: flex; flex-direction: column; gap: 36px; padding: 16vh 7% 12vh; }
    #page3 .experience-left { width: 100%; }
    #page3 .experience-stats { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
}
