 @media only screen and (min-width: 0rem) {#projects-page {padding: var(--sectionPadding);padding-top: 2rem;background: #f5f5f5;overflow: hidden;position: relative;z-index: 1;}#projects-page .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 5rem);position: relative;}#projects-page .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;gap: 0.75rem;margin-bottom: 0;}#projects-page .cs-eyebrow {display: inline-block;font-size: 0.8rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.15em;color: #5dba41;padding: 0.4rem 1rem;border: 1px solid rgba(93, 186, 65, 0.35);border-radius: 100px;background: rgba(93, 186, 65, 0.08);}#projects-page .cs-title {font-size: clamp(1.75rem, 4vw, 2.5rem);font-weight: 800;line-height: 1.2;color: #1a1a1a;margin: 0;position: relative;padding-bottom: 1rem;}#projects-page .cs-title::after {content: '';position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 3rem;height: 3px;background: #5dba41;border-radius: 2px;}#projects-page .cs-gallery {width: 100%;position: relative;}#projects-page .cs-gallery-container {display: grid;grid-template-columns: 1fr;gap: 1.5rem;width: 100%;position: relative;overflow: hidden;}#projects-page .cs-gallery-track {display: flex;gap: 1.5rem;transition: transform 0.35s ease;width: 100%;}#projects-page .cs-gallery-item {position: relative;border-radius: 12px;overflow: hidden;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);transition: box-shadow 0.3s ease;background: #fff;cursor: pointer;flex: 0 0 100%;min-width: 100%;}#projects-page .cs-gallery-item:hover {box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14);}#projects-page .cs-gallery-item::after {content: '';position: absolute;inset: 0;background: rgba(93, 186, 65, 0.12);opacity: 0;transition: opacity 0.3s ease;pointer-events: none;}#projects-page .cs-gallery-item:hover::after {opacity: 1;}#projects-page .cs-gallery-item img {width: 100%;height: 100%;object-fit: cover;display: block;aspect-ratio: 4/3;transition: transform 0.4s ease;}#projects-page .cs-gallery-item:hover img {transform: scale(1.05);}.mobile-nav, .desktop-nav {display: none;}.lightbox {display: none;position: fixed;z-index: 99999;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.92);cursor: pointer;}.lightbox-content {position: relative;margin: auto;padding: 60px 20px 20px 20px;width: 100%;max-width: 1200px;height: 100vh;display: flex;align-items: center;justify-content: center;box-sizing: border-box;cursor: pointer;}.lightbox-content img {max-width: 90%;max-height: 80vh;object-fit: contain;border-radius: 8px;cursor: default;}.lightbox-close {position: absolute;top: 15px;right: 35px;color: #ffffff;font-size: 40px;font-weight: bold;cursor: pointer;z-index: 10001;transition: color 0.3s ease;line-height: 1;}.lightbox-close:hover {color: #5dba41;}.lightbox-prev, .lightbox-next {cursor: pointer;position: absolute;top: 50%;transform: translateY(-50%);padding: 20px;color: #ffffff;font-weight: bold;font-size: 24px;background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(255, 255, 255, 0.15);border-radius: 50%;user-select: none;transition: background 0.3s ease, border-color 0.3s ease;z-index: 10002;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;}.lightbox-next {right: 15px;}.lightbox-prev {left: 15px;}.lightbox-prev:hover, .lightbox-next:hover {background: rgba(93, 186, 65, 0.3);border-color: #5dba41;}.lightbox-counter {position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);color: #ffffff;font-size: 0.875rem;background: rgba(255, 255, 255, 0.1);padding: 6px 16px;border-radius: 20px;border: 1px solid rgba(255, 255, 255, 0.15);}}@media only screen and (max-width: 47.9375rem) {#projects-page .cs-gallery-track {display: block;}#projects-page .cs-gallery-item {display: none;flex: none;min-width: auto;}#projects-page .cs-gallery-item.mobile-active {display: block;}.mobile-nav {display: flex !important;align-items: center;justify-content: center;position: absolute;top: 50%;transform: translateY(-50%);background: #5dba41;color: #ffffff;border: none;border-radius: 50%;width: 48px;height: 48px;font-size: 20px;cursor: pointer;z-index: 5;transition: background 0.3s ease;-webkit-tap-highlight-color: transparent;outline: none;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.mobile-nav:hover, .mobile-nav:active {background: #4da535;}.mobile-nav.prev {left: 10px;}.mobile-nav.next {right: 10px;}.lightbox-prev, .lightbox-next {display: flex !important;padding: 15px;font-size: 20px;width: 44px;height: 44px;}.lightbox-prev {left: 10px;}.lightbox-next {right: 10px;}.lightbox-close {top: 10px;right: 15px;font-size: 32px;}.lightbox-content {padding: 40px 20px 20px 20px;}.lightbox-content img {max-width: 95%;max-height: 85vh;}}@media only screen and (min-width: 48rem) {#projects-page .cs-gallery-container {grid-template-columns: repeat(2, 1fr);gap: 1.5rem;}#projects-page .cs-container {gap: clamp(4rem, 7vw, 6rem);}}@media only screen and (min-width: 64rem) {#projects-page {padding-top: 1.5rem;}#projects-page .cs-gallery-container {position: relative;overflow: hidden;padding: 0 60px;display: block;}#projects-page .cs-gallery-track {display: flex;gap: 1.5rem;transition: transform 0.35s ease;}#projects-page .cs-gallery-item {flex: 0 0 calc(25% - 1.125rem);min-width: calc(25% - 1.125rem);display: block;}#projects-page .desktop-nav {position: absolute;top: 50%;transform: translateY(-50%);background: #5dba41;color: #ffffff;border: none;border-radius: 50%;width: 48px;height: 48px;font-size: 20px;cursor: pointer;z-index: 5;transition: background 0.3s ease;display: flex;align-items: center;justify-content: center;box-shadow: 0 4px 15px rgba(93, 186, 65, 0.3);}#projects-page .desktop-nav:hover {background: #4da535;}#projects-page .desktop-nav.prev {left: 0;}#projects-page .desktop-nav.next {right: 0;}.mobile-nav {display: none !important;}.lightbox-content {padding: 40px 20px 40px 20px;}.lightbox-content img {max-width: 85%;max-height: 75vh;}}