 @media only screen and (min-width: 0rem) {#sg-banner {position: relative;isolation: isolate;overflow: hidden;background: var(--graphite);font-family: var(--font-body);padding: 9.5rem 1.5rem 5rem;display: flex;align-items: center;justify-content: center;text-align: center;}#sg-banner .sg-banner-bg {position: absolute;inset: 0;z-index: -2;width: 100%;height: 100%;object-fit: cover;object-position: center 10%;}#sg-banner::after {content: '';position: absolute;inset: 0;z-index: -1;background: linear-gradient(180deg, rgba(26, 32, 36, 0.66) 0%, rgba(26, 32, 36, 0.42) 45%, rgba(26, 32, 36, 0.72) 100%);}#sg-banner .sg-banner-inner {position: relative;z-index: 1;width: 100%;max-width: 48rem;margin: 0 auto;display: flex;flex-direction: column;align-items: center;}#sg-banner .cs-topper {display: inline-flex;align-items: center;gap: 0.75rem;font-family: var(--font-body);font-size: 0.6875rem;font-weight: 800;letter-spacing: 0.26em;text-transform: uppercase;color: var(--copper-deep);margin-bottom: 1.1rem;}#sg-banner .cs-topper::before {content: '';width: 1.5rem;height: 0.55rem;border-left: 2px solid var(--copper);border-bottom: 2px solid var(--copper);border-bottom-left-radius: 0.2rem;flex-shrink: 0;}#sg-banner .cs-topper--light {color: var(--copper-light);}#sg-banner .cs-topper--light::before {border-left-color: var(--copper-light);border-bottom-color: var(--copper-light);}#sg-banner .cs-title {font-family: var(--font-display);font-size: clamp(2.1rem, 5.2vw, 3.5rem);font-weight: 700;line-height: 1.02;letter-spacing: -0.05em;color: var(--headerColor);margin: 0;max-width: 18ch;text-shadow: 0 2px 24px rgba(26, 32, 36, 0.5);}#sg-banner .cs-title--light {color: var(--bone);}}@media only screen and (min-width: 0rem) {#sg-gallery-page {padding: 4.5rem 1.5rem;background: var(--bone);position: relative;font-family: var(--font-body);}#sg-gallery-page .cs-container {width: 100%;max-width: 1240px;margin: 0 auto;}#sg-gallery-page .cs-group-title {font-family: var(--font-display);font-size: 1.5rem;font-weight: 700;letter-spacing: -0.035em;color: var(--headerColor);text-align: center;margin: 0 0 2rem;padding-bottom: 1.1rem;position: relative;}#sg-gallery-page .cs-group-title::after {content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 3rem;height: 0.45rem;border-left: 2px solid var(--copper);border-bottom: 2px solid var(--copper);border-right: 2px solid var(--copper);border-bottom-left-radius: 0.2rem;border-bottom-right-radius: 0.2rem;}#sg-gallery-page .cs-gallery-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.75rem;margin-bottom: 3.5rem;}#sg-gallery-page .cs-gallery-item {position: relative;display: block;overflow: hidden;border-radius: var(--radius-lg);background: var(--graphite);cursor: pointer;padding: 0;border: none;width: 100%;transition: transform 0.35s ease, box-shadow 0.35s ease;}#sg-gallery-page .cs-gallery-item:hover {transform: translateY(-5px);box-shadow: var(--shadow-md);}#sg-gallery-page .cs-gallery-item:focus-visible {outline: 3px solid var(--copper);outline-offset: 3px;}#sg-gallery-page .cs-gallery-item img {width: 100%;height: 100%;aspect-ratio: 3 / 4;object-fit: cover;display: block;transition: transform 0.5s ease;}#sg-gallery-page .cs-gallery-item:hover img {transform: scale(1.06);}#sg-gallery-page .cs-item-overlay {position: absolute;inset: 0;background: linear-gradient(180deg, rgba(26, 32, 36, 0.35) 0%, rgba(26, 32, 36, 0.7) 100%);display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity 0.3s ease;}#sg-gallery-page .cs-gallery-item:hover .cs-item-overlay {opacity: 1;}#sg-gallery-page .cs-item-plus {position: relative;width: 3rem;height: 3rem;border: 2px solid var(--copper-light);border-radius: 50%;}#sg-gallery-page .cs-item-plus::before, #sg-gallery-page .cs-item-plus::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: var(--copper-light);}#sg-gallery-page .cs-item-plus::before {width: 1rem;height: 2px;}#sg-gallery-page .cs-item-plus::after {width: 2px;height: 1rem;}#sg-gallery-page .cs-gallery-cta {margin-top: 1rem;display: flex;justify-content: center;}#sg-gallery-page .cs-button {display: inline-flex;align-items: center;justify-content: center;font-family: var(--font-body);font-size: 0.75rem;font-weight: 800;letter-spacing: 0.16em;text-transform: uppercase;text-decoration: none;padding: 1.2rem 2.5rem;border: 2px solid var(--copper);border-radius: var(--radius-pill);background: var(--copper);color: var(--bone);box-shadow: 0 14px 30px rgba(179, 89, 44, 0.28);transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;}#sg-gallery-page .cs-button:hover {background: var(--graphite);border-color: var(--graphite);transform: translateY(-3px);box-shadow: 0 18px 36px rgba(26, 32, 36, 0.3);}#sg-gallery-page .cs-button:focus-visible {outline: 3px solid var(--copper-light);outline-offset: 3px;}}@media only screen and (min-width: 48rem) {#sg-banner {padding: 11rem 2.5rem 6rem;}#sg-gallery-page {padding: 5.5rem 2.5rem;}#sg-gallery-page .cs-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 1rem;}#sg-gallery-page .cs-group-title {font-size: 1.75rem;}}@media only screen and (min-width: 64rem) {#sg-banner {padding: 14rem 3rem 7.5rem;}#sg-gallery-page {padding: 7rem 3rem;}#sg-gallery-page .cs-gallery-grid {grid-template-columns: repeat(4, 1fr);gap: 1.25rem;margin-bottom: 4.5rem;}#sg-gallery-page .cs-group-title {margin-bottom: 2.5rem;}}@media only screen and (min-width: 0rem) {#cs-lightbox {position: fixed;inset: 0;z-index: 99999;display: flex;align-items: center;justify-content: center;}#cs-lightbox[hidden] {display: none;}#cs-lightbox .cs-lb-backdrop {position: absolute;inset: 0;background: rgba(26, 32, 36, 0.96);backdrop-filter: blur(6px);-webkit-backdrop-filter: blur(6px);cursor: pointer;}#cs-lightbox .cs-lb-inner {position: relative;z-index: 1;width: 100%;max-width: 1100px;padding: 1.25rem;display: flex;align-items: center;gap: 0.75rem;box-sizing: border-box;}#cs-lightbox .cs-lb-img-wrap {flex: 1;display: flex;align-items: center;justify-content: center;min-height: 0;}#cs-lightbox .cs-lb-img {max-width: 100%;max-height: 80svh;object-fit: contain;display: block;border-radius: var(--radius-lg);border-bottom: 5px solid var(--copper);}#cs-lightbox .cs-lb-close {position: absolute;top: 0;right: 1.25rem;width: 2.75rem;height: 2.75rem;background: transparent;border: 2px solid rgba(247, 245, 241, 0.25);color: var(--bone);display: flex;align-items: center;justify-content: center;cursor: pointer;border-radius: 50%;transition: background 0.2s ease, border-color 0.2s ease;z-index: 2;}#cs-lightbox .cs-lb-close:hover {background: var(--copper);border-color: var(--copper);}#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {width: 3rem;height: 3rem;flex-shrink: 0;background: transparent;border: 2px solid rgba(247, 245, 241, 0.25);color: var(--bone);display: flex;align-items: center;justify-content: center;cursor: pointer;border-radius: 50%;transition: background 0.2s ease, border-color 0.2s ease;}#cs-lightbox .cs-lb-prev:hover, #cs-lightbox .cs-lb-next:hover {background: var(--copper);border-color: var(--copper);}#cs-lightbox .cs-lb-close:focus-visible, #cs-lightbox .cs-lb-prev:focus-visible, #cs-lightbox .cs-lb-next:focus-visible {outline: 3px solid var(--copper-light);outline-offset: 3px;}#cs-lightbox .cs-lb-counter {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);font-family: var(--font-body);font-size: 0.6875rem;font-weight: 800;letter-spacing: 0.18em;text-transform: uppercase;color: var(--bone);padding: 0.5rem 1rem;background: transparent;border: 1px solid rgba(247, 245, 241, 0.2);border-radius: var(--radius-pill);white-space: nowrap;}}@media only screen and (min-width: 64rem) {#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {width: 3.5rem;height: 3.5rem;}}