
:root{
  --agal-deep:#102b20;
  --agal-green:#1f6d3c;
  --agal-green2:#2f7d42;
  --agal-soft:#f5f7f4;
  --agal-line:#e1e7e2;
  --agal-text:#173047;
  --agal-muted:#607169;
}
body.agkistro-album-page header.site-header,
body.agkistro-album-page .site-header,
body.agkistro-album-page footer.site-footer,
body.agkistro-album-page .site-footer,
body.agkistro-album-page .entry-title,
body.agkistro-album-page .page-title,
body.agkistro-album-page .page-header{display:none!important}
body.agkistro-album-page{background:#fff!important}
body.agkistro-album-page .site-content,
body.agkistro-album-page .content-area,
body.agkistro-album-page main.site-main,
body.agkistro-album-page article,
body.agkistro-album-page .entry-content{
  max-width:none!important;width:100%!important;margin:0!important;padding:0!important
}
.agalbum-shell{
  width:100vw;margin-left:calc(50% - 50vw);background:#fff;color:var(--agal-text);font-family:inherit
}
.agalbum-shell *{box-sizing:border-box}
.agalbum-shell a{text-decoration:none}
.agalbum-shell svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* HEADER */
.agalbum-header{
  position:sticky;top:0;z-index:9999;background:rgba(255,255,255,.985);
  border-bottom:1px solid #edf1ee;box-shadow:0 8px 28px rgba(20,40,30,.05)
}
body.admin-bar .agalbum-header{top:32px}
.agalbum-header-main{
  max-width:1240px;margin:auto;min-height:86px;padding:8px 24px;
  display:grid;grid-template-columns:minmax(340px,1fr) auto auto auto auto;align-items:center;gap:18px
}
.agalbum-brand{display:flex;align-items:center;gap:12px;color:var(--agal-deep)!important}
.agalbum-brand img{width:70px;height:70px;object-fit:contain}
.agalbum-brand span{display:flex;flex-direction:column}
.agalbum-brand strong{font-size:24px;line-height:1}
.agalbum-brand small{margin-top:5px;font-size:7px;letter-spacing:.16em;white-space:nowrap}
.agalbum-nav{display:flex;align-items:center;gap:29px}
.agalbum-nav a{color:#132c41!important;font-weight:800;font-size:15px}
.agalbum-nav a.is-current{color:var(--agal-green)!important}
.agalbum-lang{display:flex;gap:6px;align-items:center;font-size:12px}
.agalbum-lang a{color:#718078!important;font-weight:800}
.agalbum-lang a.is-current{color:var(--agal-green)!important}
.agalbum-search,.agalbum-menu-toggle{
  width:42px;height:42px;border:1px solid #edf0ee;border-radius:50%;background:#fff;color:#173047;
  display:flex;align-items:center;justify-content:center
}
.agalbum-menu-toggle{display:none;cursor:pointer}
.agalbum-header-sub{
  min-height:38px;border-top:1px solid #edf0ee;max-width:1240px;margin:auto;padding:5px 24px;
  display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:11px;font-weight:800;
  letter-spacing:.03em;color:#506058
}
.agalbum-header-sub a{color:var(--agal-green)!important}
.agalbum-header-sub img{height:30px;width:30px;object-fit:contain;vertical-align:middle;margin-left:6px}

/* HERO */
.agalbum-hero{
  min-height:390px;position:relative;background-position:center;background-size:cover;display:flex;align-items:flex-end
}
.agalbum-hero-shade{
  position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,30,22,.88),rgba(8,30,22,.58) 48%,rgba(8,30,22,.12))
}
.agalbum-hero-inner{
  position:relative;z-index:1;width:100%;max-width:1240px;margin:auto;padding:80px 40px 54px;color:#fff
}
.agalbum-hero-inner>span{font-size:12px;font-weight:900;letter-spacing:.16em;color:#dbeadf}
.agalbum-hero h1{margin:8px 0 9px!important;color:#fff!important;font-size:54px!important;line-height:1.04!important}
.agalbum-hero p{max-width:760px;margin:0!important;color:#fff!important;font-size:20px;line-height:1.4}

/* MAIN */
.agalbum-main{max-width:1180px;margin:auto;padding:52px 30px 62px}
.agalbum-intro{max-width:820px;margin-bottom:30px}
.agalbum-eyebrow{color:var(--agal-green);font-size:10px;font-weight:900;letter-spacing:.16em}
.agalbum-intro h2{margin:7px 0 12px!important;color:#142d41!important;font-size:38px!important;line-height:1.12!important}
.agalbum-intro p{margin:0!important;color:#5d6e65!important;font-size:16px;line-height:1.7}

.agalbum-filters{
  display:flex;gap:9px;overflow-x:auto;padding:4px 1px 14px;margin-bottom:18px;scrollbar-width:thin
}
.agalbum-filters button{
  flex:0 0 auto;border:1px solid #dce5de;background:#fff;color:#344b3f;padding:9px 13px;border-radius:999px;
  font-size:12px;font-weight:800;cursor:pointer
}
.agalbum-filters button.is-active{background:var(--agal-green);border-color:var(--agal-green);color:#fff}

.agalbum-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.agalbum-card{
  min-width:0;background:#fff;border:1px solid var(--agal-line);border-radius:15px;overflow:hidden;
  box-shadow:0 9px 28px rgba(18,40,30,.055);transition:.2s ease
}
.agalbum-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(18,40,30,.095)}
.agalbum-card.is-hidden{display:none}
.agalbum-card-cover{
  position:relative;display:block;width:100%;aspect-ratio:4/3;border:0;padding:0;background:#dfe5df;overflow:hidden;cursor:pointer
}
.agalbum-card-cover>img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.agalbum-card:hover .agalbum-card-cover>img{transform:scale(1.04)}
.agalbum-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,25,17,.03),rgba(5,25,17,.54));transition:.2s ease}
.agalbum-card:hover .agalbum-card-shade{background:linear-gradient(180deg,rgba(5,25,17,.12),rgba(5,25,17,.66))}
.agalbum-photo-count{
  position:absolute;top:12px;right:12px;background:rgba(255,255,255,.94);color:#1f5133;padding:6px 9px;border-radius:999px;
  font-size:11px;font-weight:900;display:flex;gap:5px;align-items:center
}
.agalbum-photo-count svg{width:14px;height:14px}
.agalbum-open{
  position:absolute;left:16px;bottom:15px;color:#fff;font-size:12px;font-weight:900;transform:translateY(5px);opacity:.92;transition:.2s ease
}
.agalbum-card:hover .agalbum-open{transform:none;opacity:1}
.agalbum-card-body{padding:18px 18px 20px}
.agalbum-category{display:block;color:var(--agal-green);font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;margin-bottom:5px}
.agalbum-card h3{margin:0 0 10px!important;color:#153045!important;font-size:20px!important;line-height:1.2!important}
.agalbum-card-meta{display:flex;flex-wrap:wrap;gap:12px;color:#718078;font-size:11px;font-weight:700}
.agalbum-card-meta span{display:flex;align-items:center;gap:5px}
.agalbum-card-meta svg{width:14px;height:14px}
.agalbum-card p{margin:11px 0 0!important;color:#627269!important;font-size:13px;line-height:1.55}

.agalbum-empty{
  border:1px dashed #ccd9cf;background:#f7f9f7;border-radius:16px;text-align:center;padding:50px 22px;color:#586a60
}
.agalbum-empty>div{width:58px;height:58px;margin:0 auto 12px;border-radius:50%;background:#e8f1ea;color:var(--agal-green);display:flex;align-items:center;justify-content:center}
.agalbum-empty svg{width:27px;height:27px}
.agalbum-empty h3{margin:0 0 6px!important;color:#274437!important}.agalbum-empty p{margin:0!important}

/* FOOTER LOCKED LAYOUT */
.agalbum-footer-wrap{padding:12px 22px 24px;background:#fff}
.agalbum-footer-card{
  max-width:1240px;margin:auto;border:1px solid #dfe6e1;border-radius:16px;background:#fff;overflow:hidden;
  box-shadow:0 8px 24px rgba(18,40,30,.045)
}
.agalbum-footer-top{
  display:grid;grid-template-columns:1.45fr .95fr 1.05fr .82fr auto;align-items:stretch
}
.agalbum-footer-company,.agalbum-footer-cell,.agalbum-footer-social{
  min-height:112px;padding:20px 22px;display:flex;align-items:center;border-right:1px solid #e7ece8
}
.agalbum-footer-company{gap:13px}.agalbum-footer-company img{width:82px;height:82px;object-fit:contain;flex:0 0 auto}
.agalbum-footer-company>div{display:flex;flex-direction:column;gap:3px;font-size:10px;color:#617067}
.agalbum-footer-company strong{font-size:12px;color:#273d31}
.agalbum-footer-cell{font-size:12px;color:#45594d;line-height:1.5}
.agalbum-footer-cell a{display:flex;align-items:center;gap:7px;color:#294b39!important;overflow-wrap:anywhere}
.agalbum-footer-cell svg{width:16px;height:16px;flex:0 0 auto}
.agalbum-footer-social{border-right:0;gap:9px;justify-content:center}
.agalbum-footer-social a,.agalbum-footer-social span{
  width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef3ef;color:#1f6638
}
.agalbum-footer-social svg{width:18px;height:18px}
.agalbum-footer-social .tripadvisor svg{width:23px;height:18px}
.agalbum-legal{
  border-top:1px solid #e7ece8;padding:11px 20px;display:flex;justify-content:space-between;gap:18px;color:#738078;font-size:10px
}
.agalbum-legal div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:13px}
.agalbum-legal a{color:#566a5f!important}

/* LIGHTBOX */
.agalbum-lightbox{position:fixed;inset:0;z-index:999999;display:none}
.agalbum-lightbox.is-open{display:block}
.agalbum-lightbox-backdrop{position:absolute;inset:0;background:rgba(6,16,11,.94)}
.agalbum-lightbox-dialog{position:relative;z-index:1;height:100%;display:grid;grid-template-rows:auto 1fr auto;color:#fff}
.agalbum-lightbox-bar{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px;padding:14px 18px;background:rgba(0,0,0,.22)}
.agalbum-lightbox-title{font-size:15px}.agalbum-lightbox-counter{font-size:11px;color:#cfd8d2}
.agalbum-lightbox-close,.agalbum-lightbox-prev,.agalbum-lightbox-next{
  border:0;background:rgba(255,255,255,.12);color:#fff;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer
}
.agalbum-lightbox-stage{min-height:0;display:grid;grid-template-columns:58px minmax(0,1fr) 58px;align-items:center;gap:8px;padding:12px}
.agalbum-lightbox-image{max-width:100%;max-height:calc(100vh - 190px);margin:auto;display:block;object-fit:contain;border-radius:8px}
.agalbum-lightbox-thumbs{display:flex;gap:8px;overflow-x:auto;padding:10px 14px 14px;background:rgba(0,0,0,.18)}
.agalbum-lightbox-thumbs button{flex:0 0 auto;width:72px;height:52px;border:2px solid transparent;border-radius:6px;padding:0;overflow:hidden;background:#111;cursor:pointer;opacity:.65}
.agalbum-lightbox-thumbs button.is-active{border-color:#fff;opacity:1}
.agalbum-lightbox-thumbs img{width:100%;height:100%;object-fit:cover}

@media(max-width:1050px){
  .agalbum-header-main{grid-template-columns:1fr auto auto auto;min-height:78px}
  .agalbum-menu-toggle{display:flex}
  .agalbum-nav{display:none;grid-column:1/-1;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid #edf0ee}
  .agalbum-nav.is-open{display:flex}.agalbum-nav a{padding:12px 4px;border-bottom:1px solid #eef1ef}
  .agalbum-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .agalbum-footer-top{grid-template-columns:1.2fr 1fr}
  .agalbum-footer-company,.agalbum-footer-cell,.agalbum-footer-social{border-bottom:1px solid #e7ece8}
  .agalbum-footer-company,.agalbum-footer-cell:nth-child(3){border-right:1px solid #e7ece8}
  .agalbum-footer-cell:nth-child(2),.agalbum-footer-cell:nth-child(4),.agalbum-footer-social{border-right:0}
  .agalbum-footer-social{justify-content:flex-start}
}
@media(max-width:782px){body.admin-bar .agalbum-header{top:46px}}
@media(max-width:700px){
  .agalbum-header-main{padding:7px 12px;grid-template-columns:1fr auto auto auto;gap:6px}
  .agalbum-brand img{width:54px;height:54px}.agalbum-brand strong{font-size:17px}.agalbum-brand small{font-size:5.5px}
  .agalbum-lang{font-size:10px}.agalbum-search,.agalbum-menu-toggle{width:36px;height:36px}
  .agalbum-header-sub{display:none}
  .agalbum-hero{min-height:310px}.agalbum-hero-inner{padding:60px 20px 38px}
  .agalbum-hero h1{font-size:39px!important}.agalbum-hero p{font-size:17px}
  .agalbum-main{padding:38px 16px 44px}.agalbum-intro h2{font-size:30px!important}
  .agalbum-grid{grid-template-columns:1fr}
  .agalbum-footer-wrap{padding:8px 12px 18px}
  .agalbum-footer-top{grid-template-columns:1fr}
  .agalbum-footer-company,.agalbum-footer-cell,.agalbum-footer-social{min-height:auto;border-right:0!important;border-bottom:1px solid #e7ece8;padding:16px 18px}
  .agalbum-footer-social{justify-content:flex-start}
  .agalbum-legal{flex-direction:column;gap:8px}.agalbum-legal div{justify-content:flex-start}
  .agalbum-lightbox-stage{grid-template-columns:44px minmax(0,1fr) 44px;padding:6px}
  .agalbum-lightbox-prev,.agalbum-lightbox-next,.agalbum-lightbox-close{width:38px;height:38px}
}
@media(max-width:430px){.agalbum-brand small{display:none}.agalbum-lang{display:none}}
