.strata-gallery-page{box-sizing:border-box;overflow-x:clip;background:var(--sgp-page-bg);color:var(--sgp-text);font-family:var(--font-body-family),sans-serif;font-size:var(--sgp-body-size);line-height:1.6}.strata-gallery-page *,.strata-gallery-page *:before,.strata-gallery-page *:after{box-sizing:inherit}.strata-gallery-page h1,.strata-gallery-page h2,.strata-gallery-page h3,.strata-gallery-page p{margin:0}.strata-gallery-page h1,.strata-gallery-page h2,.strata-gallery-page h3{color:var(--sgp-heading);font-family:var(--font-heading-family),sans-serif;letter-spacing:0}.strata-gallery-page h1{max-width:860px;font-size:clamp(var(--sgp-heading-size-mobile),4.2vw,var(--sgp-heading-size-desktop));font-weight:720;line-height:1.04}.strata-gallery-page h2{font-size:1.02rem;font-weight:700;line-height:1.25}.strata-gallery-page a{color:inherit;text-decoration:none}.strata-gallery-page img{display:block;max-width:100%}.strata-gallery-page button{font:inherit}.strata-gallery-page .sgp-band{background:var(--sgp-section-bg);padding:var(--sgp-padding-desktop) 20px}.strata-gallery-page .sgp-container{width:min(100%,var(--sgp-max-width));margin:0 auto}.strata-gallery-page .sgp-hero{background:linear-gradient(180deg,#ffffff 0%,var(--sgp-page-bg) 100%);padding-top:clamp(44px,5vw,72px);padding-bottom:clamp(34px,4.2vw,54px)}.strata-gallery-page .sgp-hero__content{display:grid;max-width:940px;gap:15px}.strata-gallery-page .sgp-eyebrow{display:inline-flex;gap:10px;align-items:center;color:var(--sgp-gold);font-size:.76rem;font-weight:800;letter-spacing:0;line-height:1.3;text-transform:uppercase}.strata-gallery-page .sgp-eyebrow:before{width:28px;height:2px;border-radius:999px;background:currentColor;content:""}.strata-gallery-page .sgp-hero__subtitle{max-width:780px;color:var(--sgp-heading);font-size:clamp(1.03rem,1.36vw,1.2rem);font-weight:600;line-height:1.48}.strata-gallery-page .sgp-richtext{max-width:860px;color:var(--sgp-muted)}.strata-gallery-page .sgp-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:4px}.strata-gallery-page .sgp-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;padding:12px 18px;font-size:.92rem;font-weight:800;line-height:1.2;text-align:center;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.strata-gallery-page .sgp-button:focus-visible,.strata-gallery-page .sgp-filter:focus-visible,.strata-gallery-page .sgp-gallery-card__media:focus-visible,.strata-gallery-page .sgp-card-link:focus-visible,.strata-gallery-page .sgp-lightbox button:focus-visible{outline:3px solid rgba(184,138,68,.28);outline-offset:3px}.strata-gallery-page .sgp-button--primary{background:var(--sgp-button-bg);color:var(--sgp-button-text);box-shadow:0 10px 24px #e96f2c33}.strata-gallery-page .sgp-button--primary:hover{background:var(--sgp-button-hover-bg);color:var(--sgp-button-hover-text);transform:translateY(-1px)}.strata-gallery-page .sgp-button--secondary{background:#fff;border-color:var(--sgp-border);color:var(--sgp-heading)}.strata-gallery-page .sgp-button--secondary:hover{border-color:var(--sgp-gold);transform:translateY(-1px)}.strata-gallery-page .sgp-band--gallery{background:var(--sgp-alt-bg);padding-top:clamp(24px,3vw,40px)}.strata-gallery-page .sgp-filter-wrap{margin-bottom:clamp(20px,3vw,30px);overflow-x:auto;padding-bottom:3px;scrollbar-width:thin}.strata-gallery-page .sgp-filter-bar{display:flex;width:max-content;min-width:100%;gap:8px}.strata-gallery-page .sgp-filter{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--sgp-border);border-radius:8px;background:#fff;color:var(--sgp-heading);cursor:pointer;font-size:.88rem;font-weight:800;line-height:1.2;padding:10px 15px;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.strata-gallery-page .sgp-filter:hover,.strata-gallery-page .sgp-filter.is-active{border-color:var(--sgp-gold);background:#b88a441f;color:var(--sgp-heading)}.strata-gallery-page .sgp-filter.is-active{box-shadow:inset 0 0 0 1px #b88a4433}.strata-gallery-page .sgp-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--sgp-grid-gap)}.strata-gallery-page .sgp-gallery-card{display:grid;min-width:0;overflow:hidden;border:1px solid var(--sgp-border);border-radius:var(--sgp-card-radius);background:var(--sgp-card-bg);box-shadow:var(--sgp-shadow);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.strata-gallery-page .sgp-gallery-card[hidden]{display:none}.strata-gallery-page .sgp-gallery-card:hover{border-color:#b88a4499;transform:translateY(-2px)}.strata-gallery-page .sgp-gallery-card__media{display:block;width:100%;overflow:hidden;border:0;background:#eef2f5;color:var(--sgp-muted);cursor:zoom-in;padding:0;text-align:inherit}.strata-gallery-page .sgp-gallery-card__media:disabled{cursor:default}.strata-gallery-page .sgp-gallery-card__image,.strata-gallery-page .sgp-gallery-card__placeholder{width:100%;aspect-ratio:var(--sgp-image-ratio)}.strata-gallery-page .sgp-gallery-card__image{border-radius:var(--sgp-image-radius) var(--sgp-image-radius) 0 0;object-fit:cover;transition:transform .24s ease}.strata-gallery-page .sgp-gallery-card:hover .sgp-gallery-card__image{transform:scale(1.025)}.strata-gallery-page .sgp-gallery-card__placeholder{display:grid;place-items:center;border:1px dashed rgba(103,115,128,.45);border-radius:var(--sgp-image-radius) var(--sgp-image-radius) 0 0;background:linear-gradient(135deg,#b88a441f,#1018200a),#f7f9fb;color:var(--sgp-muted);font-size:.92rem;font-weight:800}.strata-gallery-page .sgp-gallery-card__body{display:grid;gap:8px;padding:clamp(16px,1.8vw,21px)}.strata-gallery-page .sgp-gallery-card__meta{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.strata-gallery-page .sgp-gallery-card__meta span{display:inline-flex;width:fit-content;min-height:26px;align-items:center;border:1px solid rgba(184,138,68,.22);border-radius:999px;background:#b88a441a;color:var(--sgp-gold);font-size:.72rem;font-weight:850;line-height:1.2;padding:5px 9px}.strata-gallery-page .sgp-gallery-card p{color:var(--sgp-muted);font-size:.94rem;line-height:1.55}.strata-gallery-page .sgp-card-link{width:fit-content;color:var(--sgp-orange);font-size:.88rem;font-weight:800}.strata-gallery-page .sgp-card-link:hover{color:var(--sgp-heading)}.strata-gallery-page .sgp-band--support{background:var(--sgp-page-bg);padding-top:clamp(18px,2.5vw,30px);padding-bottom:clamp(20px,3vw,42px)}.strata-gallery-page .sgp-support-strip{display:flex;gap:22px;align-items:center;justify-content:space-between;min-width:0;border:1px solid var(--sgp-border);border-left:4px solid var(--sgp-gold);border-radius:var(--sgp-card-radius);background:linear-gradient(135deg,#b88a440d,#e96f2c09),var(--sgp-card-bg);box-shadow:var(--sgp-shadow);padding:clamp(18px,2.4vw,26px)}.strata-gallery-page .sgp-support-strip h2{font-size:clamp(1.22rem,1.55vw,1.58rem);line-height:1.16}.strata-gallery-page .sgp-support-strip .sgp-richtext{max-width:880px;margin-top:8px;font-size:.95rem;line-height:1.55}.strata-gallery-page .sgp-lightbox{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;padding:22px}.strata-gallery-page .sgp-lightbox.is-open{display:flex}.strata-gallery-page .sgp-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#090e14bd}.strata-gallery-page .sgp-lightbox__dialog{position:relative;display:grid;width:min(100%,1080px);max-height:calc(100vh - 44px);overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:var(--sgp-radius);background:#fff;box-shadow:0 26px 70px #0000004d}.strata-gallery-page .sgp-lightbox__frame{display:grid;max-height:min(68vh,720px);place-items:center;background:#111820}.strata-gallery-page .sgp-lightbox__image{width:100%;max-height:min(68vh,720px);object-fit:contain}.strata-gallery-page .sgp-lightbox__content{display:grid;gap:6px;padding:18px 20px 20px}.strata-gallery-page .sgp-lightbox__type{color:var(--sgp-gold);font-size:.74rem;font-weight:850;line-height:1.2;text-transform:uppercase}.strata-gallery-page .sgp-lightbox__caption{color:var(--sgp-muted);font-size:.95rem}.strata-gallery-page .sgp-lightbox__close,.strata-gallery-page .sgp-lightbox__nav{position:absolute;z-index:2;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:#ffffffeb;color:var(--sgp-heading);cursor:pointer;line-height:1}.strata-gallery-page .sgp-lightbox__close{top:14px;right:14px;width:38px;height:38px;font-size:1.6rem}.strata-gallery-page .sgp-lightbox__nav{top:42%;width:42px;height:42px;font-size:2rem;transform:translateY(-50%)}.strata-gallery-page .sgp-lightbox__nav--prev{left:14px}.strata-gallery-page .sgp-lightbox__nav--next{right:14px}.strata-gallery-page .sgp-lightbox__nav[hidden]{display:none}@media(max-width:989px){.strata-gallery-page .sgp-band{padding:var(--sgp-padding-mobile) 18px}.strata-gallery-page .sgp-band--gallery{padding-top:26px}.strata-gallery-page .sgp-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.strata-gallery-page .sgp-support-strip{display:grid}}@media(max-width:680px){.strata-gallery-page .sgp-band{padding-right:16px;padding-left:16px}.strata-gallery-page .sgp-gallery-grid{grid-template-columns:1fr}.strata-gallery-page .sgp-actions,.strata-gallery-page .sgp-actions .sgp-button,.strata-gallery-page .sgp-support-strip .sgp-button{width:100%}.strata-gallery-page .sgp-button{min-height:44px;padding-right:15px;padding-left:15px}.strata-gallery-page .sgp-filter{min-height:40px;padding-right:14px;padding-left:14px}.strata-gallery-page .sgp-lightbox{padding:14px}.strata-gallery-page .sgp-lightbox__dialog{max-height:calc(100vh - 28px)}.strata-gallery-page .sgp-lightbox__frame,.strata-gallery-page .sgp-lightbox__image{max-height:62vh}.strata-gallery-page .sgp-lightbox__nav{top:auto;bottom:92px;width:38px;height:38px;transform:none}}@supports not (overflow: clip){.strata-gallery-page{overflow-x:hidden}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/strata-gallery-page.css.map */
