:root{--gpink:#c73577;--gdeep:#7d2552;--gblush:#fff1f6;--gink:#2f2330;--gmuted:#756875;--gline:#efd4df}.public-gallery-page{margin:0;background:linear-gradient(180deg,#fff 0,#fff7fa 50%,#fff 100%);color:var(--gink)}.gallery-site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(18px,4vw,58px);background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--gline)}.gallery-brand{display:flex;align-items:center;gap:12px;color:var(--gink);text-decoration:none}.gallery-brand img{width:56px;height:56px;border-radius:50%;object-fit:cover}.gallery-brand span{display:flex;flex-direction:column}.gallery-brand strong{font-family:'Playfair Display',serif;font-size:1.25rem}.gallery-brand small{color:var(--gmuted)}.gallery-site-header nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.gallery-site-header nav a{color:var(--gink);font-weight:800;text-decoration:none}.gallery-site-header nav a.active{color:var(--gpink)}.gallery-order-button{background:var(--gpink);color:#fff!important;padding:10px 16px;border-radius:999px}.gallery-hero{text-align:center;padding:clamp(58px,9vw,110px) 20px 44px;background:radial-gradient(circle at top,#ffe2ed 0,transparent 57%)}.gallery-hero h1{font-family:'Playfair Display',serif;font-size:clamp(3rem,8vw,6rem);margin:5px 0 14px}.gallery-hero>p:last-child{max-width:760px;margin:auto;color:var(--gmuted);font-size:1.08rem;line-height:1.7}.gallery-eyebrow{margin:0;color:var(--gpink);font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.gallery-controls{width:min(1180px,calc(100% - 32px));margin:0 auto 28px;padding:18px;display:grid;grid-template-columns:1.5fr repeat(4,1fr) auto;gap:12px;background:#fff;border:1px solid var(--gline);border-radius:24px;box-shadow:0 18px 50px rgba(107,45,75,.08)}.gallery-controls label{display:flex;flex-direction:column;gap:6px;font-size:.74rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:var(--gmuted)}.gallery-controls input,.gallery-controls select{width:100%;box-sizing:border-box;border:1px solid var(--gline);border-radius:12px;background:#fff;padding:12px;color:var(--gink);font:inherit;text-transform:none;letter-spacing:normal}.gallery-clear{align-self:end;border:1px solid var(--gline);background:var(--gblush);color:var(--gdeep);border-radius:12px;padding:13px 18px;font-weight:900;cursor:pointer}.gallery-results{width:min(1180px,calc(100% - 32px));margin:auto;padding:18px 0 70px}.gallery-heading{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:20px}.gallery-heading h2{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3.2rem);margin:4px 0 0}.gallery-heading>span{color:var(--gmuted);font-weight:800}.public-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.public-gallery-card{border:0;padding:0;text-align:left;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 14px 40px rgba(90,39,64,.1);cursor:pointer;transition:.2s transform,.2s box-shadow}.public-gallery-card:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(90,39,64,.16)}.public-gallery-image{display:block;aspect-ratio:4/5;background:#f7e8ef}.public-gallery-image img{width:100%;height:100%;object-fit:cover}.public-gallery-info{display:flex;flex-direction:column;gap:5px;padding:16px 18px 20px}.public-gallery-info small{color:var(--gpink);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.public-gallery-info strong{font-family:'Playfair Display',serif;font-size:1.25rem}.public-gallery-info span{color:var(--gmuted);line-height:1.4}.gallery-empty{grid-column:1/-1;text-align:center;padding:70px 20px;background:#fff;border:1px dashed var(--gline);border-radius:24px;color:var(--gmuted)}.gallery-message{text-align:center;color:var(--gmuted)}.gallery-cta{width:min(1080px,calc(100% - 32px));margin:0 auto 70px;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:36px clamp(24px,5vw,60px);border-radius:30px;background:linear-gradient(135deg,#5f1d44,#c73577);color:#fff}.gallery-cta h2{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3.2rem);margin:5px 0}.gallery-cta p{margin:0}.gallery-cta .gallery-eyebrow{color:#ffd6e6}.gallery-cta>a{flex:none;background:#fff;color:var(--gdeep);font-weight:900;text-decoration:none;padding:15px 22px;border-radius:999px}.gallery-footer{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;padding:35px 20px;background:#2f1d29;color:#fff;text-align:left}.gallery-footer img{width:54px;height:54px;border-radius:50%;object-fit:cover}.gallery-footer p{margin:0;max-width:530px}.gallery-footer a{color:#ffd6e6;font-weight:800}.gallery-modal{position:fixed;inset:0;z-index:100;background:rgba(29,17,25,.82);display:grid;place-items:center;padding:24px}.gallery-modal[hidden]{display:none}.gallery-modal>button{position:fixed;top:18px;right:24px;border:0;background:#fff;color:var(--gdeep);width:44px;height:44px;border-radius:50%;font-size:2rem;cursor:pointer}.gallery-modal-card{width:min(900px,95vw);max-height:90vh;overflow:auto;display:grid;grid-template-columns:minmax(0,2fr) minmax(220px,1fr);background:#fff;border-radius:28px;overflow:hidden}.gallery-modal-card img{width:100%;height:min(78vh,800px);object-fit:contain;background:#f4e8ee}.gallery-modal-card>div{align-self:center;padding:30px}.gallery-modal-card span{color:var(--gpink);font-weight:900;text-transform:uppercase}.gallery-modal-card h2{font-family:'Playfair Display',serif;font-size:2rem;margin:8px 0}.gallery-modal-card p{color:var(--gmuted);line-height:1.6}@media(max-width:950px){.gallery-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-controls label:first-child{grid-column:1/-1}.gallery-clear{align-self:stretch}.public-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.gallery-site-header{position:relative;align-items:flex-start}.gallery-site-header nav{justify-content:flex-end;font-size:.82rem;gap:10px}.gallery-site-header nav a:not(.gallery-order-button):not(.active){display:none}.gallery-brand strong{font-size:1.05rem}.gallery-controls{grid-template-columns:1fr}.gallery-controls label:first-child{grid-column:auto}.public-gallery-grid{grid-template-columns:1fr 1fr;gap:10px}.public-gallery-info{padding:12px}.public-gallery-info strong{font-size:1rem}.gallery-cta{align-items:flex-start;flex-direction:column}.gallery-modal-card{grid-template-columns:1fr}.gallery-modal-card img{height:65vh}.gallery-modal-card>div{padding:20px}}@media(max-width:430px){.public-gallery-grid{grid-template-columns:1fr}.gallery-site-header{padding:12px}.gallery-brand img{width:46px;height:46px}}
