:root{--color-white:#fff;--color-black:#000;--color-primary:#de0512;--color-secondary:var(--color-white);--color-text-primary:var(--color-black);--color-text-secondary:#666;--color-background:var(--color-white);--color-border:var(--color-black);--color-gray:#f5f3f3;--color-primary-light:#f24a54;--color-primary-dark:#a80009;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:#3b82f6;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1rem;--font-size-xl:1.125rem;--font-size-2xl:1.25rem;--font-size-3xl:1.5rem;--font-size-4xl:1.75rem;--font-size-5xl:1.75rem;--font-size-6xl:2rem;--font-size-7xl:2.5rem;--font-size-8xl:3rem;--font-size-9xl:3.5rem}@media (min-width:576px){:root{--font-size-xs:.8rem;--font-size-sm:.9rem;--font-size-base:1.02rem;--font-size-lg:1.02rem;--font-size-xl:1.12rem;--font-size-2xl:1.28rem;--font-size-3xl:1.55rem;--font-size-4xl:1.8rem;--font-size-5xl:2.1rem;--font-size-6xl:2.5rem;--font-size-7xl:3rem;--font-size-8xl:3.8rem;--font-size-9xl:5rem}}@media (min-width:768px){:root{--font-size-xs:.85rem;--font-size-sm:.95rem;--font-size-base:1.06rem;--font-size-lg:1.06rem;--font-size-xl:1.16rem;--font-size-2xl:1.34rem;--font-size-3xl:1.62rem;--font-size-4xl:1.9rem;--font-size-5xl:2.3rem;--font-size-6xl:2.7rem;--font-size-7xl:3.2rem;--font-size-8xl:4.2rem;--font-size-9xl:5.5rem}}@media (min-width:992px){:root{--font-size-xs:.87rem;--font-size-sm:.97rem;--font-size-base:1.1rem;--font-size-lg:1.1rem;--font-size-xl:1.2rem;--font-size-2xl:1.38rem;--font-size-3xl:1.68rem;--font-size-4xl:2rem;--font-size-5xl:2.4rem;--font-size-6xl:2.9rem;--font-size-7xl:3.4rem;--font-size-8xl:4.5rem;--font-size-9xl:6rem}}@media (min-width:1200px){:root{--font-size-xs:.9rem;--font-size-sm:1rem;--font-size-base:1.13rem;--font-size-lg:1.13rem;--font-size-xl:1.23rem;--font-size-2xl:1.42rem;--font-size-3xl:1.75rem;--font-size-4xl:2.1rem;--font-size-5xl:2.5rem;--font-size-6xl:3rem;--font-size-7xl:3.6rem;--font-size-8xl:4.8rem;--font-size-9xl:6.4rem}}@media (min-width:1400px){:root{--font-size-xs:.875rem;--font-size-sm:1rem;--font-size-base:1.125rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-size-7xl:4.5rem;--font-size-8xl:6rem;--font-size-9xl:8rem}}:root{--font-size-h1:var(--font-size-9xl);--font-size-h2:var(--font-size-8xl);--font-size-h3:var(--font-size-5xl);--font-size-h4:var(--font-size-3xl);--font-size-h5:var(--font-size-xl);--font-size-h6:var(--font-size-lg);--navbar-height:calc(2rem + 3.5rem)}.project-grid__top{position:relative}.project-grid__list{grid-template-columns:repeat(1,minmax(0,1fr));gap:3rem 2rem;padding-top:2.75rem;padding-bottom:2.75rem;display:grid}@media (min-width:768px){.project-grid__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.project-grid__list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1400px){.project-grid__list{grid-template-columns:repeat(4,minmax(0,1fr))}}.project-grid__empty{text-align:center;color:var(--color-gray-500,#6b7280);grid-column:1/-1;padding:3rem 0}.project-grid__see-more-row,.project-grid__back-to-top-row{flex-direction:row;justify-content:flex-end;padding-top:1rem;padding-bottom:1rem;display:flex}.project-grid__see-more-content,.project-grid__back-to-top-content{flex-direction:row;align-items:center;gap:1rem;display:flex}.project-grid__see-more-icon,.project-grid__back-to-top-icon{width:5rem;height:5rem;transition:transform .3s}.project-grid__see-more-icon--rotated{transform:rotate(180deg)}.project-grid__back-to-top-icon{transform:rotate(270deg)}.project-grid__see-more-text,.project-grid__back-to-top-text{font-size:var(--font-size-xl);font-weight:700}.project-grid__divider-wrapper{align-items:center;gap:1rem;display:flex;position:relative}.project-grid__divider-wrapper .divider{flex:1}.project-grid__view-all-btn{flex-shrink:0}.project-grid__view-all-content{flex-direction:row;align-items:center;gap:1rem;display:flex}.project-grid__view-all-icon{width:5rem;height:5rem}.project-grid__view-all-text{font-size:var(--font-size-xl);font-weight:700}
:root{--color-white:#fff;--color-black:#000;--color-primary:#de0512;--color-secondary:var(--color-white);--color-text-primary:var(--color-black);--color-text-secondary:#666;--color-background:var(--color-white);--color-border:var(--color-black);--color-gray:#f5f3f3;--color-primary-light:#f24a54;--color-primary-dark:#a80009;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:#3b82f6;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1rem;--font-size-xl:1.125rem;--font-size-2xl:1.25rem;--font-size-3xl:1.5rem;--font-size-4xl:1.75rem;--font-size-5xl:1.75rem;--font-size-6xl:2rem;--font-size-7xl:2.5rem;--font-size-8xl:3rem;--font-size-9xl:3.5rem}@media (min-width:576px){:root{--font-size-xs:.8rem;--font-size-sm:.9rem;--font-size-base:1.02rem;--font-size-lg:1.02rem;--font-size-xl:1.12rem;--font-size-2xl:1.28rem;--font-size-3xl:1.55rem;--font-size-4xl:1.8rem;--font-size-5xl:2.1rem;--font-size-6xl:2.5rem;--font-size-7xl:3rem;--font-size-8xl:3.8rem;--font-size-9xl:5rem}}@media (min-width:768px){:root{--font-size-xs:.85rem;--font-size-sm:.95rem;--font-size-base:1.06rem;--font-size-lg:1.06rem;--font-size-xl:1.16rem;--font-size-2xl:1.34rem;--font-size-3xl:1.62rem;--font-size-4xl:1.9rem;--font-size-5xl:2.3rem;--font-size-6xl:2.7rem;--font-size-7xl:3.2rem;--font-size-8xl:4.2rem;--font-size-9xl:5.5rem}}@media (min-width:992px){:root{--font-size-xs:.87rem;--font-size-sm:.97rem;--font-size-base:1.1rem;--font-size-lg:1.1rem;--font-size-xl:1.2rem;--font-size-2xl:1.38rem;--font-size-3xl:1.68rem;--font-size-4xl:2rem;--font-size-5xl:2.4rem;--font-size-6xl:2.9rem;--font-size-7xl:3.4rem;--font-size-8xl:4.5rem;--font-size-9xl:6rem}}@media (min-width:1200px){:root{--font-size-xs:.9rem;--font-size-sm:1rem;--font-size-base:1.13rem;--font-size-lg:1.13rem;--font-size-xl:1.23rem;--font-size-2xl:1.42rem;--font-size-3xl:1.75rem;--font-size-4xl:2.1rem;--font-size-5xl:2.5rem;--font-size-6xl:3rem;--font-size-7xl:3.6rem;--font-size-8xl:4.8rem;--font-size-9xl:6.4rem}}@media (min-width:1400px){:root{--font-size-xs:.875rem;--font-size-sm:1rem;--font-size-base:1.125rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-size-7xl:4.5rem;--font-size-8xl:6rem;--font-size-9xl:8rem}}:root{--font-size-h1:var(--font-size-9xl);--font-size-h2:var(--font-size-8xl);--font-size-h3:var(--font-size-5xl);--font-size-h4:var(--font-size-3xl);--font-size-h5:var(--font-size-xl);--font-size-h6:var(--font-size-lg);--navbar-height:calc(2rem + 3.5rem)}.project-slider__content{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}@media (min-width:768px){.project-slider__content{flex-direction:row;gap:2rem}}.project-slider__item{flex:1;min-width:0;transition:opacity .3s ease-in-out}.project-slider__item--visible{opacity:1;visibility:visible;flex:1 1 0}.project-slider__item--hidden{opacity:0;flex:0 0 0;max-width:0;display:none;overflow:hidden}.project-slider__divider{background:var(--color-black,#000);width:1px;height:100%}.project-slider__controls{flex-direction:row;align-items:center;gap:2.5rem;display:flex}.project-slider__button-group{gap:1.25rem;display:flex}.project-slider__arrow{width:2.5rem;height:2.5rem;transition:transform .3s}.project-slider__arrow:hover{transform:scale(1.1)}.project-slider__line{background:var(--color-black,#000);flex:1;height:1px}
