.gallery-section{--bg:#fdf7ec;--ink:#112c49;--muted:#57595a;--accent:#e0b03e;--radius:12px;--gap:16px;background:var(--bg);font-family:Aptos,sans-serif}.gallery-section--home{padding:clamp(40px,6vw,72px) clamp(16px,4vw,48px) clamp(48px,8vw,88px)}.gallery-section--page{min-height:50vh;padding:clamp(72px,10vw,120px) clamp(16px,4vw,48px) clamp(64px,10vw,100px)}.gallery-inner{max-width:77rem;margin-left:auto;margin-right:auto}.gallery-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:clamp(24px,4vw,36px);display:flex}.gallery-heading{align-items:center;gap:14px;display:flex}.gallery-dash{background:var(--accent);flex-shrink:0;width:32px;height:2px}.gallery-title{color:var(--ink);text-transform:capitalize;font-family:Aptos,sans-serif;font-size:clamp(28px,4vw,42px);font-weight:600;line-height:1.15}a.see-all-btn{border:1px solid var(--ink);color:var(--ink);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:100px;align-items:center;gap:10px;padding:10px 20px;font-family:Aptos,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:background .22s,color .22s,transform .18s,border-color .22s;display:inline-flex}a.see-all-btn:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-1px)}a.see-all-btn:hover .btn-plus{color:var(--ink);background:#fff}.btn-plus{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:15px;line-height:1;transition:background .22s,color .22s;display:flex}.gallery-state{text-align:center;border-radius:var(--radius);background:#fff9;border:1px dashed #112c4933;padding:clamp(48px,12vw,96px) 24px}.gallery-state--loading{padding:clamp(32px,8vw,64px) 24px}.gallery-state-text{color:var(--muted);max-width:36rem;margin:0 auto;font-family:Aptos,sans-serif;font-size:clamp(15px,2vw,18px);line-height:1.5}.gallery-empty-full{text-align:center;border-radius:var(--radius);background:linear-gradient(#fffcf8 0%,#f0ebe3 100%);border:1px solid #112c491f;padding:clamp(48px,12vw,100px) clamp(24px,4vw,40px)}.gallery-empty-full-icon{color:#e0b03ef2;width:72px;height:72px;margin:0 auto 20px}.gallery-empty-full-icon svg{width:100%;height:100%}.gallery-empty-full-title{color:var(--ink);margin:0 0 12px;font-family:Aptos,sans-serif;font-size:clamp(22px,3vw,30px);font-weight:600}.gallery-empty-full-text{color:var(--muted);max-width:28rem;margin:0 auto 24px;font-family:Aptos,sans-serif;font-size:clamp(15px,2vw,17px);line-height:1.55}.gallery-empty-full-cta{background:var(--accent);color:#fff;border-radius:8px;justify-content:center;align-items:center;padding:12px 28px;font-family:Aptos,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:filter .2s;display:inline-flex}.gallery-empty-full-cta:hover{filter:brightness(1.06)}.gallery-grid{gap:var(--gap);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.gallery-grid{grid-template-columns:1fr}}.gallery-card{animation:.5s both cardReveal}@keyframes cardReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.card-image-wrap{border-radius:var(--radius);cursor:pointer;appearance:none;text-align:left;background:#e8e4dc;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden;height:220px!important}.card-image{width:100%;transition:transform .55s cubic-bezier(.23,1,.32,1);display:block}.card-image-wrap:focus-visible,.gallery-lightbox-close:focus-visible,.gallery-lightbox-nav:focus-visible{outline-offset:3px;outline:3px solid #e0b03ee6}.card-overlay{opacity:0;pointer-events:none;background:linear-gradient(160deg,#0000 40%,#112c4980);justify-content:flex-end;align-items:flex-end;padding:14px;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-card:hover .card-overlay{opacity:1}.overlay-icon{color:#fff;opacity:.95;width:22px;height:22px}.card-title{letter-spacing:.02em;color:var(--muted);min-height:1.35em;margin-top:10px;padding-left:2px;font-family:Aptos,sans-serif;font-size:14px;font-weight:500;transition:color .2s}.card-title--muted{visibility:hidden}.gallery-card:hover .card-title{color:var(--ink)}.gallery-count{color:var(--muted);letter-spacing:.03em;text-align:right;margin-top:clamp(24px,4vw,32px);font-family:Aptos,sans-serif;font-size:13px}.gallery-lightbox{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at 0 0,#e0b03e2e,#0000 32%),#091422db;justify-content:center;align-items:center;padding:clamp(14px,3vw,32px);animation:.2s both lightboxFade;display:flex;position:fixed;inset:0}.gallery-lightbox-shell{grid-template-rows:auto minmax(0,1fr);gap:14px;width:min(1120px,100%);max-height:min(780px,100vh - 32px);display:grid}.gallery-lightbox-topbar{background:#fdf7ecf5;border:1px solid #ffffff29;border-radius:10px;justify-content:space-between;align-items:center;gap:18px;padding:12px 14px 12px 18px;display:flex;box-shadow:0 22px 70px #00000047}.gallery-lightbox-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 3px;font-family:Aptos,sans-serif;font-size:12px;font-weight:700}.gallery-lightbox-title{color:var(--ink);margin:0;font-family:Aptos,sans-serif;font-size:clamp(16px,2vw,22px);font-weight:600;line-height:1.25}.gallery-lightbox-close,.gallery-lightbox-nav{cursor:pointer;color:#fff;appearance:none;border:0;justify-content:center;align-items:center;padding:0;transition:transform .18s,background .18s,color .18s,box-shadow .18s;display:inline-flex}.gallery-lightbox-close{background:var(--ink);border-radius:50%;flex:0 0 42px;width:42px;height:42px}.gallery-lightbox-close:hover{background:var(--accent);transform:rotate(90deg)}.gallery-lightbox-close svg,.gallery-lightbox-nav svg{width:22px;height:22px}.gallery-lightbox-stage{touch-action:pan-y;background:linear-gradient(135deg,#ffffff0f,#0000),#070f1ac7;border:1px solid #ffffff24;border-radius:12px;justify-content:center;align-items:center;height:min(70vh,660px);min-height:280px;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 90px #00000061}.gallery-lightbox-image{object-fit:contain;-webkit-user-select:none;user-select:none;width:100%;max-width:100%;height:100%;max-height:100%;animation:.24s both imageSettle;display:block}.gallery-lightbox-nav{z-index:2;width:48px;height:64px;color:var(--ink);background:#fdf7ecf0;border-radius:8px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 14px 36px #0000003d}.gallery-lightbox-nav:hover{background:var(--accent);color:#fff}.gallery-lightbox-nav--prev{left:16px}.gallery-lightbox-nav--next{right:16px}@keyframes lightboxFade{0%{opacity:0}to{opacity:1}}@keyframes imageSettle{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@media (max-width:640px){.gallery-lightbox{padding:10px}.gallery-lightbox-shell{gap:10px;max-height:calc(100vh - 20px)}.gallery-lightbox-topbar{border-radius:8px;padding:10px 10px 10px 14px}.gallery-lightbox-close{flex-basis:38px;width:38px;height:38px}.gallery-lightbox-stage{border-radius:8px;height:calc(100vh - 104px);min-height:360px}.gallery-lightbox-nav{background:#fdf7ece0;width:42px;height:52px}.gallery-lightbox-nav--prev{left:8px}.gallery-lightbox-nav--next{right:8px}}
