:root{
  --ink:#17130f;
  --paper:#ead7ad;
  --paper-2:#f3e6c9;
  --rust:#8b261f;
  --gold:#b58b43;
  --line:rgba(23,19,15,.26);
  --max:1440px;
}
*{box-sizing:border-box}
html{background:var(--paper);scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.18),transparent 34%),var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
button,input{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ce-gallery-shell{min-height:100vh;background-image:radial-gradient(rgba(36,27,18,.08) .55px,transparent .55px);background-size:4px 4px}
.ce-gallery-topline{min-height:31px;padding:8px 18px;background:#080706;color:#e0bd78;border-bottom:2px solid var(--rust);font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;text-align:center}
.ce-gallery-header{position:sticky;top:0;z-index:50;background:rgba(234,215,173,.96);border-bottom:1px solid var(--line);box-shadow:0 2px 12px rgba(22,17,12,.08);backdrop-filter:blur(12px)}
.ce-gallery-header__inner{max-width:var(--max);margin:auto;min-height:74px;padding:9px 22px;display:flex;align-items:center;gap:22px}
.ce-gallery-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;min-width:max-content}
.ce-gallery-brand img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:1px solid rgba(22,18,14,.25);box-shadow:0 2px 0 rgba(255,255,255,.28)}
.ce-gallery-brand strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:19px;line-height:1}
.ce-gallery-brand small{display:block;margin-top:5px;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#6d5a3e}
.ce-gallery-nav{margin-left:auto;display:flex;align-items:center;gap:6px}
.ce-gallery-nav a{padding:9px 10px;text-decoration:none;color:inherit;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;border-radius:2px}
.ce-gallery-nav a:hover,.ce-gallery-nav a[aria-current="page"]{background:var(--ink);color:var(--paper)}
.ce-gallery-hero{border-bottom:4px solid var(--rust)}
.ce-gallery-hero__inner{max-width:var(--max);margin:auto;padding:52px 22px 40px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px);gap:48px;align-items:end}
.ce-gallery-kicker{font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--rust)}
.ce-gallery-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(52px,8vw,104px);line-height:.82;letter-spacing:-.058em;margin:8px 0 16px;max-width:900px}
.ce-gallery-hero p{font-family:Georgia,'Times New Roman',serif;font-size:17px;line-height:1.55;margin:0;max-width:720px;color:#4e4233}
.ce-gallery-hero__note{border:1px solid var(--line);border-left:6px solid var(--rust);background:rgba(246,233,209,.72);padding:18px 18px 17px;box-shadow:5px 5px 0 rgba(22,18,14,.10)}
.ce-gallery-hero__note strong{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}
.ce-gallery-hero__note span{font-family:Georgia,'Times New Roman',serif;font-size:14px;line-height:1.5;color:#5e4e3a}
.ce-gallery-controls{position:sticky;top:74px;z-index:40;max-width:none;margin:0;padding:14px max(22px,calc((100vw - var(--max))/2 + 22px));display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:rgba(234,215,173,.96);border-bottom:1px solid var(--line);box-shadow:0 5px 12px rgba(22,18,14,.05);backdrop-filter:blur(12px)}
.ce-gallery-tabs{display:flex;gap:7px;flex-wrap:wrap}
.ce-gallery-filter{appearance:none;border:1px solid var(--line);background:#f1dfbd;color:var(--ink);border-radius:99px;padding:8px 13px;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}
.ce-gallery-filter:hover,.ce-gallery-filter.is-active{background:var(--ink);color:var(--paper);border-color:var(--ink)}
.ce-gallery-tools{margin-left:auto;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.ce-gallery-search input{width:190px;border:1px solid var(--line);background:rgba(255,255,255,.38);color:var(--ink);padding:8px 10px;border-radius:2px;font-size:11px;font-weight:800;outline:none}
.ce-gallery-search input:focus{border-color:var(--rust);box-shadow:0 0 0 2px rgba(139,38,31,.14)}
.ce-gallery-action{border:1px solid var(--line);background:rgba(255,255,255,.28);padding:8px 12px;border-radius:2px;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:#4f4334;cursor:pointer}
.ce-gallery-action:hover{background:var(--rust);border-color:var(--rust);color:white}
.ce-gallery-count{font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#6e5d47;white-space:nowrap}
.ce-gallery-grid{max-width:var(--max);margin:0 auto;padding:18px 22px 72px;columns:4 280px;column-gap:12px}
.ce-gallery-card{position:relative;display:block;width:100%;margin:0 0 12px;background:#d1b98e;border:1px solid rgba(22,18,14,.28);overflow:hidden;cursor:pointer;isolation:isolate;break-inside:avoid;box-shadow:0 2px 4px rgba(25,18,12,.08)}
.ce-gallery-card img{width:100%;height:auto;display:block;transition:transform .28s ease,filter .28s ease;background:#d1b98e}
.ce-gallery-card::after{content:"";position:absolute;inset:auto 0 0;height:58%;z-index:1;background:linear-gradient(180deg,transparent,rgba(9,7,5,.9));opacity:0;transition:opacity .22s ease}
.ce-gallery-card:hover img,.ce-gallery-card:focus img{transform:scale(1.018);filter:saturate(.98) contrast(1.02)}
.ce-gallery-card:hover::after,.ce-gallery-card:focus::after{opacity:1}
.ce-gallery-card__overlay{position:absolute;inset:auto 0 0;z-index:2;padding:18px;color:#fff;opacity:0;transform:translateY(8px);transition:.22s ease}
.ce-gallery-card:hover .ce-gallery-card__overlay,.ce-gallery-card:focus .ce-gallery-card__overlay{opacity:1;transform:none}
.ce-gallery-card__category{font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:#e0bc77}
.ce-gallery-card__title{font-family:Georgia,'Times New Roman',serif;font-weight:700;font-size:18px;line-height:1.1;margin-top:6px}
.ce-gallery-card__actions{display:flex;gap:14px;margin-top:10px;font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:#e8dfcf}
.ce-gallery-empty{max-width:var(--max);margin:0 auto;padding:70px 22px 120px;text-align:center;font-family:Georgia,'Times New Roman',serif;color:#6d5b43}
.ce-gallery-footer{border-top:4px solid var(--rust);background:var(--ink);color:var(--paper)}
.ce-gallery-footer__inner{max-width:var(--max);margin:auto;min-height:120px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.ce-gallery-footer img{width:min(270px,45vw);height:auto}.ce-gallery-footer p{font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;text-align:right;color:#bda77f}
.ce-gallery-dialog{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(8,7,6,.84);backdrop-filter:blur(10px)}
.ce-gallery-dialog.is-open{display:flex}
.ce-gallery-modal{width:min(1380px,96vw);height:min(860px,92vh);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(350px,.65fr);background:#efe2c9;border:2px solid var(--ink);box-shadow:14px 14px 0 rgba(0,0,0,.30);overflow:hidden}
.ce-gallery-modal__media{background:#0c0b09;display:flex;align-items:center;justify-content:center;min-width:0;position:relative}
.ce-gallery-modal__media img{display:block;width:100%;height:100%;object-fit:contain}
.ce-gallery-modal__panel{display:flex;flex-direction:column;min-height:0;border-left:1px solid var(--line)}
.ce-gallery-modal__head{padding:20px 20px 16px;border-bottom:1px solid var(--line);position:relative}
.ce-gallery-modal__category{font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--rust)}
.ce-gallery-modal__title{margin:5px 42px 0 0;font-family:Georgia,'Times New Roman',serif;font-size:26px;line-height:1.05}
.ce-gallery-modal__close{position:absolute;right:14px;top:14px;width:34px;height:34px;border:1px solid var(--line);background:transparent;border-radius:50%;font-weight:900;font-size:18px;line-height:1;cursor:pointer}
.ce-gallery-modal__close:hover{background:var(--ink);color:var(--paper)}
.ce-gallery-modal__caption{padding:17px 20px;border-bottom:1px solid var(--line);font-family:Georgia,'Times New Roman',serif;font-size:14px;line-height:1.55;color:#4d4133}
.ce-gallery-modal__tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:11px}
.ce-gallery-modal__tag{font-family:Arial,Helvetica,sans-serif;font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;padding:5px 7px;background:#dcc39a;color:#4e402f}
.ce-gallery-comments{display:flex;flex-direction:column;min-height:0;flex:1}.ce-gallery-comments__bar{padding:12px 20px;background:#ddc69d;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}
.ce-gallery-comments__bar strong{font-size:10px;letter-spacing:.1em;text-transform:uppercase}.ce-gallery-comments__bar span{font-size:9px;font-weight:900;text-transform:uppercase;color:#6a5941}
.ce-gallery-comments__list{padding:16px 20px;overflow:auto;flex:1;min-height:0}.ce-gallery-comment{display:grid;grid-template-columns:36px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid rgba(22,18,14,.12)}
.ce-gallery-comment__avatar{width:36px;height:36px;border-radius:50%;background:#c9aa77;display:grid;place-items:center;font-weight:900;font-size:11px}.ce-gallery-comment__name{font-size:10px;font-weight:900;margin-bottom:4px}.ce-gallery-comment__body{font-family:Georgia,'Times New Roman',serif;font-size:13px;line-height:1.45;color:#4e4234}.ce-gallery-comments__empty{padding:35px 14px;text-align:center;color:#6a5941;font-family:Georgia,'Times New Roman',serif;font-size:14px;line-height:1.55}
.ce-gallery-modal__actions{padding:14px 20px;border-top:1px solid var(--line);display:flex;gap:8px;flex-wrap:wrap}.ce-gallery-modal__button{flex:1;min-width:120px;border:1px solid var(--ink);background:var(--ink);color:var(--paper);padding:11px 13px;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;text-align:center;text-decoration:none;cursor:pointer}.ce-gallery-modal__button:hover{background:var(--rust);border-color:var(--rust)}.ce-gallery-modal__button--light{background:transparent;color:var(--ink)}.ce-gallery-modal__button--light:hover{color:white}body.ce-gallery-modal-open{overflow:hidden}
@media(max-width:1100px){.ce-gallery-hero__inner{grid-template-columns:1fr;gap:24px}.ce-gallery-hero__note{max-width:720px}.ce-gallery-controls{top:74px}.ce-gallery-tools{width:100%;margin-left:0}.ce-gallery-search{flex:1}.ce-gallery-search input{width:100%}.ce-gallery-modal{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr)}}
@media(max-width:760px){.ce-gallery-topline{font-size:8px;line-height:1.35}.ce-gallery-header__inner{padding:7px 12px;min-height:64px}.ce-gallery-brand img{width:44px;height:44px}.ce-gallery-brand strong{font-size:16px}.ce-gallery-brand small{display:none}.ce-gallery-nav a{display:none}.ce-gallery-nav a[aria-current="page"],.ce-gallery-nav a:last-child{display:block}.ce-gallery-controls{top:64px;padding:12px}.ce-gallery-tabs{flex-wrap:nowrap;overflow:auto;width:100%;padding-bottom:2px}.ce-gallery-filter{white-space:nowrap}.ce-gallery-tools{display:grid;grid-template-columns:minmax(0,1fr) auto auto}.ce-gallery-search{grid-column:1/-1}.ce-gallery-count{grid-column:1/-1}.ce-gallery-hero__inner{padding:34px 14px 28px}.ce-gallery-hero h1{font-size:clamp(48px,18vw,72px)}.ce-gallery-hero p{font-size:15px}.ce-gallery-grid{padding:10px 6px 50px;columns:2 145px;column-gap:5px}.ce-gallery-card{margin-bottom:5px}.ce-gallery-card__overlay{display:none}.ce-gallery-footer__inner{flex-direction:column;text-align:center}.ce-gallery-footer p{text-align:center}.ce-gallery-dialog{padding:0;align-items:stretch}.ce-gallery-modal{width:100vw;height:100dvh;max-height:none;border:0;box-shadow:none;grid-template-columns:1fr;grid-template-rows:minmax(38vh,48vh) minmax(0,1fr)}.ce-gallery-modal__panel{border-left:0;border-top:1px solid var(--line)}}
@media(max-width:420px){.ce-gallery-grid{columns:1}.ce-gallery-card{margin-bottom:8px}.ce-gallery-tools{grid-template-columns:1fr 1fr}.ce-gallery-action{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* r27 image-first viewer: full-frame media, previous/next navigation, swipe, and actual-size inspection. */
.ce-gallery-dialog{
  padding:10px;
  background:rgba(5,4,3,.91);
}
.ce-gallery-modal{
  width:min(1740px,98vw);
  height:min(980px,97dvh);
  grid-template-columns:minmax(0,3fr) minmax(310px,1fr);
  border:1px solid rgba(239,226,201,.5);
  box-shadow:0 32px 110px rgba(0,0,0,.62);
}
.ce-gallery-modal__stage{
  position:relative;
  min-width:0;
  min-height:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 46%,rgba(116,92,51,.13),transparent 52%),
    #090806;
  isolation:isolate;
}
.ce-gallery-modal__media{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  min-width:0;
  min-height:0;
  overflow:auto;
  padding:32px 70px 50px;
  overscroll-behavior:contain;
  scrollbar-color:#9b7b45 #17130d;
}
.ce-gallery-modal__media img{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
  user-select:none;
  -webkit-user-drag:none;
  cursor:zoom-in;
}
.ce-gallery-modal__media.is-zoomed{
  display:block;
  padding:28px 64px 48px;
}
.ce-gallery-modal__media.is-zoomed img{
  width:auto;
  height:auto;
  max-width:none;
  max-height:none;
  margin:auto;
  object-fit:none;
  cursor:zoom-out;
}
.ce-gallery-modal__nav{
  position:absolute;
  z-index:8;
  top:50%;
  display:grid;
  place-items:center;
  width:48px;
  height:76px;
  margin-top:-38px;
  border:1px solid rgba(239,226,201,.32);
  color:#efe2c9;
  background:rgba(9,8,6,.72);
  font-family:Georgia,'Times New Roman',serif;
  font-size:38px;
  line-height:1;
  cursor:pointer;
  backdrop-filter:blur(7px);
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.ce-gallery-modal__nav:hover,.ce-gallery-modal__nav:focus-visible{
  outline:none;
  border-color:#d9b067;
  background:rgba(139,38,31,.92);
  transform:scale(1.03);
}
.ce-gallery-modal__nav:disabled{opacity:.2;cursor:default;transform:none}
.ce-gallery-modal__nav--previous{left:10px}
.ce-gallery-modal__nav--next{right:10px}
.ce-gallery-modal__position{
  position:absolute;
  z-index:7;
  left:50%;
  bottom:12px;
  transform:translateX(-50%);
  min-width:68px;
  padding:7px 11px;
  border:1px solid rgba(239,226,201,.22);
  color:#e6d5b7;
  background:rgba(9,8,6,.72);
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-align:center;
  backdrop-filter:blur(7px);
}
.ce-gallery-modal__zoom{
  position:absolute;
  z-index:7;
  right:14px;
  bottom:12px;
  min-height:32px;
  padding:7px 10px;
  border:1px solid rgba(239,226,201,.24);
  color:#e6d5b7;
  background:rgba(9,8,6,.72);
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  backdrop-filter:blur(7px);
}
.ce-gallery-modal__zoom:hover,.ce-gallery-modal__zoom:focus-visible{
  outline:none;
  border-color:#d9b067;
  color:#fff;
}
.ce-gallery-modal__panel{
  min-width:0;
  overflow:hidden;
  background:#efe2c9;
}
.ce-gallery-modal__head{padding:22px 20px 17px}
.ce-gallery-modal__title{font-size:clamp(23px,2vw,31px)}
.ce-gallery-modal__caption{max-height:170px;overflow:auto}
.ce-gallery-comments__list{overscroll-behavior:contain}
.ce-gallery-modal__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.ce-gallery-modal__button{min-width:0}
.ce-gallery-modal__button--original{grid-column:1/-1;background:#8b261f;border-color:#8b261f;color:#fff}
.ce-gallery-modal__button--original:hover{background:#16120e;border-color:#16120e}
body.ce-gallery-modal-open{overscroll-behavior:none}

@media(max-width:1100px){
  .ce-gallery-modal{grid-template-columns:minmax(0,2.1fr) minmax(300px,1fr)}
  .ce-gallery-modal__media{padding-inline:62px}
}
@media(max-width:760px){
  .ce-gallery-dialog{padding:0}
  .ce-gallery-modal{
    width:100vw;
    height:100dvh;
    grid-template-columns:1fr;
    grid-template-rows:minmax(48dvh,62dvh) minmax(0,1fr);
    border:0;
  }
  .ce-gallery-modal__stage{grid-row:1}
  .ce-gallery-modal__media{padding:18px 46px 44px}
  .ce-gallery-modal__nav{width:40px;height:64px;margin-top:-32px;font-size:31px}
  .ce-gallery-modal__nav--previous{left:4px}
  .ce-gallery-modal__nav--next{right:4px}
  .ce-gallery-modal__position{bottom:8px}
  .ce-gallery-modal__zoom{right:8px;bottom:8px}
  .ce-gallery-modal__panel{grid-row:2;overflow:auto;border-top:1px solid var(--line)}
  .ce-gallery-comments{min-height:230px}
  .ce-gallery-comments__list{max-height:230px}
  .ce-gallery-modal__actions{position:sticky;bottom:0;background:#efe2c9}
}
@media(max-width:420px){
  .ce-gallery-modal{grid-template-rows:minmax(44dvh,56dvh) minmax(0,1fr)}
  .ce-gallery-modal__media{padding:12px 38px 42px}
  .ce-gallery-modal__zoom{font-size:0;width:34px;padding:0}
  .ce-gallery-modal__zoom::after{content:'1:1';font-size:8px}
  .ce-gallery-modal__actions{grid-template-columns:1fr}
  .ce-gallery-modal__button--original{grid-column:auto}
}

/* r36: lazy first-frame video previews without the wall of play-arrow placeholders. */
html [hidden]{display:none!important}
.ce-gallery-card__video-frame{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:radial-gradient(circle at 50% 45%,#3a3022,#090806 72%)}
.ce-gallery-card__video-frame>img,.ce-gallery-card__video-preview{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover;background:transparent;transition:transform .28s ease,filter .28s ease,opacity .22s ease;pointer-events:none}
.ce-gallery-card__video-preview{opacity:0}
.ce-gallery-card__video-preview.is-ready,.ce-gallery-card__video-frame.has-poster>img{opacity:1}
.ce-gallery-card:hover .ce-gallery-card__video-frame>img,.ce-gallery-card:focus .ce-gallery-card__video-frame>img,.ce-gallery-card:hover .ce-gallery-card__video-preview,.ce-gallery-card:focus .ce-gallery-card__video-preview{transform:scale(1.018);filter:saturate(.98) contrast(1.02)}
.ce-gallery-card__video-placeholder{position:absolute;inset:0;z-index:0;display:grid;place-items:center;padding:16px;background:linear-gradient(110deg,rgba(255,255,255,.025) 30%,rgba(255,255,255,.10) 50%,rgba(255,255,255,.025) 70%);background-size:220% 100%;color:#a68e64;font-family:Georgia,'Times New Roman',serif;font-size:12px;font-style:italic;letter-spacing:.04em;text-align:center;animation:ce-gallery-video-preview-shimmer 1.5s linear infinite;transition:opacity .18s ease}
.ce-gallery-card__video-frame.is-preview-ready .ce-gallery-card__video-placeholder{opacity:0;animation:none}
.ce-gallery-card__video-frame.is-preview-error .ce-gallery-card__video-placeholder{z-index:2;background:linear-gradient(145deg,#17130f,#050403);color:#9a835f;animation:none}
.ce-gallery-card__type{position:absolute;right:9px;top:9px;z-index:3;padding:6px 8px;border:1px solid rgba(255,255,255,.4);background:rgba(8,7,5,.72);color:#e9cf9b;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.ce-gallery-modal__media video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;background:#000;box-shadow:0 16px 50px rgba(0,0,0,.42)}
.ce-gallery-modal__media.is-video{display:grid;place-items:center;overflow:hidden;padding:30px 68px 48px}
.ce-gallery-modal__media.is-video video{min-width:0;min-height:0}
@keyframes ce-gallery-video-preview-shimmer{to{background-position:-220% 0}}
@media(max-width:760px){.ce-gallery-card__type{right:6px;top:6px;padding:4px 6px}.ce-gallery-modal__media.is-video{padding:14px 42px 42px}}
@media(prefers-reduced-motion:reduce){.ce-gallery-card__video-placeholder{animation:none}}

/* r35: randomized progressive gallery loading with accessible manual fallback. */
.ce-gallery-pagination{
  position:relative;
  max-width:var(--max);
  margin:-48px auto 64px;
  padding:18px 22px 0;
  display:grid;
  justify-items:center;
  gap:9px;
  text-align:center;
}
.ce-gallery-pagination[hidden]{display:none!important}
.ce-gallery-load-more{
  min-width:210px;
  border:1px solid var(--ink);
  background:var(--ink);
  color:var(--paper);
  padding:12px 18px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:4px 4px 0 var(--rust);
}
.ce-gallery-load-more:hover,.ce-gallery-load-more:focus-visible{background:var(--rust);border-color:var(--rust);outline:none}
.ce-gallery-load-more:disabled{opacity:.5;cursor:not-allowed}
.ce-gallery-pagination>span{color:#77654a;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.ce-gallery-pagination>i{position:absolute;left:0;right:0;bottom:0;height:1px;pointer-events:none}
@media(max-width:760px){.ce-gallery-pagination{margin:-34px auto 48px;padding-inline:12px}.ce-gallery-load-more{width:min(100%,320px)}}
