 @media only screen and (min-width: 0rem) {#gal-head {background: var(--noir);padding: 9rem 0 3.5rem;text-align: center;}#gal-head .container {width: 100%;max-width: 78rem;margin: 0 auto;padding: 0 1.5rem;display: flex;flex-direction: column;align-items: center;}#gal-head .gh-kicker {font-family: var(--body);font-weight: 500;font-size: 0.66rem;letter-spacing: 0.4em;text-transform: uppercase;color: var(--gold);}#gal-head h1 {font-family: var(--display);font-weight: 400;font-size: clamp(2.3rem, 6.4vw, 4rem);line-height: 1.08;letter-spacing: -0.015em;color: var(--paper);margin: 1rem 0 0;}#gal-head h1 em {font-style: italic;color: var(--gold);}#gal-head .gh-rule {display: flex;align-items: center;justify-content: center;gap: 0.75rem;width: 100%;max-width: 16rem;margin: 1.75rem 0;}#gal-head .gh-rule::before, #gal-head .gh-rule::after {content: "";flex: 1;height: 1px;background: rgba(255, 255, 255, 0.16);}#gal-head .gh-rule i {width: 0.35rem;height: 0.35rem;background: var(--gold);transform: rotate(45deg);display: block;}#gal-head .gh-standfirst {font-family: var(--body);font-weight: 300;font-size: 1rem;line-height: 1.9;color: rgba(255, 255, 255, 0.65);max-width: 32rem;margin: 0 auto;}}@media only screen and (min-width: 48rem) {#gal-head {padding: 11rem 0 4.5rem;}}@media only screen and (min-width: 0rem) {#projects-page {padding: 3rem 0 4.5rem;background: var(--paper);position: relative;}#projects-page .cs-container {width: 100%;max-width: 78rem;margin: auto;padding: 0 1.5rem;}#projects-page .cs-gallery {width: 100%;}#projects-page .cs-gallery-container {display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.75rem;}#projects-page .cs-gallery-item {position: relative;display: block;width: 100%;margin: 0;padding: 0;border: 0;overflow: hidden;background: var(--noir);cursor: pointer;-webkit-tap-highlight-color: transparent;}#projects-page .cs-gallery-item::after {content: "";position: absolute;inset: 0;border: 1px solid transparent;transition: border-color 0.35s ease;pointer-events: none;z-index: 2;}#projects-page .cs-gallery-item img {width: 100%;height: 100%;aspect-ratio: 3 / 4;object-fit: cover;display: block;transition: transform 0.6s ease, opacity 0.35s ease;}#projects-page .gal-foot {text-align: center;display: flex;flex-direction: column;align-items: center;margin-top: 4rem;padding-top: 3.5rem;border-top: 1px solid var(--line);}#projects-page .rule-diamond {display: block;width: 0.4rem;height: 0.4rem;background: var(--gold);transform: rotate(45deg);}#projects-page .gal-foot h2 {font-family: var(--display);font-weight: 400;font-size: clamp(1.8rem, 4.6vw, 2.6rem);line-height: 1.16;color: var(--noir);margin: 1.25rem 0 0;}#projects-page .gal-foot h2 em {font-style: italic;color: var(--gold-deep);}#projects-page .gal-foot p {font-family: var(--body);font-weight: 300;font-size: 1rem;line-height: 1.85;color: var(--smoke);max-width: 32rem;margin: 1.15rem auto 2rem;}#projects-page .gal-foot-btns {display: flex;flex-wrap: wrap;justify-content: center;gap: 0.75rem;}#projects-page .btn {display: inline-flex;align-items: center;justify-content: center;font-family: var(--body);font-weight: 500;letter-spacing: 0.22em;text-transform: uppercase;font-size: 0.72rem;padding: 1.1rem 2.15rem;border: 1px solid transparent;border-radius: 0;text-decoration: none;transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, letter-spacing 0.3s ease;}#projects-page .btn-primary {background: var(--noir);color: var(--paper);border-color: var(--noir);}#projects-page .btn-primary:hover {background: var(--gold);border-color: var(--gold);color: var(--noir);letter-spacing: 0.3em;}#projects-page .btn-ghost {background: transparent;color: var(--noir);border-color: rgba(10, 10, 10, 0.3);}#projects-page .btn-ghost:hover {border-color: var(--gold);color: var(--gold-deep);letter-spacing: 0.3em;}}@media only screen and (min-width: 48rem) {#projects-page {padding: 4rem 0 6rem;}#projects-page .cs-gallery-container {grid-template-columns: repeat(3, 1fr);gap: 1rem;}}@media only screen and (min-width: 64rem) {#projects-page .cs-gallery-container {grid-template-columns: repeat(4, 1fr);gap: 1rem;}}@media (hover: hover) and (pointer: fine) {#projects-page .cs-gallery-item:hover img {transform: scale(1.05);opacity: 0.85;}#projects-page .cs-gallery-item:hover::after {border-color: var(--gold);}}@media only screen and (min-width: 0rem) {#cs-lightbox {position: fixed;inset: 0;z-index: 100000;display: none;align-items: center;justify-content: center;padding: 1.5rem;background: rgba(10, 10, 10, 0.96);}#cs-lightbox.is-open {display: flex;}#cs-lightbox .cs-lb-img {max-width: min(92vw, 40rem);max-height: 78vh;width: auto;height: auto;border-radius: 0;border: 1px solid rgba(198, 163, 92, 0.35);}#cs-lightbox .cs-lb-btn {position: absolute;display: flex;align-items: center;justify-content: center;border: 1px solid rgba(198, 163, 92, 0.5);cursor: pointer;color: var(--gold);background: transparent;border-radius: 0;line-height: 1;transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;}#cs-lightbox .cs-lb-btn:hover {background: var(--gold);border-color: var(--gold);color: var(--noir);}#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {top: 50%;transform: translateY(-50%);width: 3rem;height: 3rem;font-size: 1.6rem;}#cs-lightbox .cs-lb-prev {left: 0.75rem;}#cs-lightbox .cs-lb-next {right: 0.75rem;}#cs-lightbox .cs-lb-close {top: 1rem;right: 1rem;width: 2.75rem;height: 2.75rem;font-size: 1.5rem;}}@media only screen and (min-width: 48rem) {#cs-lightbox .cs-lb-prev {left: 1.5rem;}#cs-lightbox .cs-lb-next {right: 1.5rem;}#cs-lightbox .cs-lb-close {top: 1.5rem;right: 1.5rem;}}