
:root{
  --agcal-deep:#102b20;
  --agcal-green:#1e6a3b;
  --agcal-green-2:#2f7d42;
  --agcal-soft:#f5f7f4;
  --agcal-line:#e2e7e3;
  --agcal-text:#173047;
  --agcal-muted:#66756d;
  --agcal-white:#fff;
}

body.agkistro-calendar-page header.site-header,
body.agkistro-calendar-page .site-header,
body.agkistro-calendar-page footer.site-footer,
body.agkistro-calendar-page .site-footer,
body.agkistro-calendar-page .entry-title,
body.agkistro-calendar-page .page-title,
body.agkistro-calendar-page .page-header{
  display:none!important;
}
body.agkistro-calendar-page{
  background:#fff!important;
}
body.agkistro-calendar-page .site-content,
body.agkistro-calendar-page .content-area,
body.agkistro-calendar-page main.site-main,
body.agkistro-calendar-page article,
body.agkistro-calendar-page .entry-content{
  max-width:none!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
.agcal-shell{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:#fff;
  color:var(--agcal-text);
  font-family:inherit;
}
.agcal-shell *{box-sizing:border-box}
.agcal-shell a{text-decoration:none}
.agcal-shell svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.agcal-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 .agcal-header{top:32px}
.agcal-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;
}
.agcal-brand{display:flex;align-items:center;gap:12px;color:var(--agcal-deep)!important}
.agcal-brand img{width:70px;height:70px;object-fit:contain}
.agcal-brand span{display:flex;flex-direction:column}
.agcal-brand strong{font-size:24px;line-height:1;text-transform:none}
.agcal-brand small{margin-top:5px;font-size:7px;letter-spacing:.16em;white-space:nowrap}
.agcal-nav{display:flex;align-items:center;gap:29px}
.agcal-nav a{color:#132c41!important;font-weight:800;font-size:15px}
.agcal-nav a.is-current{color:var(--agcal-green)!important}
.agcal-lang{display:flex;gap:6px;align-items:center;font-size:12px}.agcal-lang b{color:var(--agcal-green)}
.agcal-search-toggle,.agcal-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;cursor:pointer
}
.agcal-menu-toggle{display:none}
.agcal-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
}
.agcal-header-sub a{color:var(--agcal-green)!important}
.agcal-header-sub img{height:30px;width:30px;object-fit:contain;vertical-align:middle;margin-left:6px}

.agcal-hero{
  min-height:320px;
  position:relative;
  background-position:center;
  background-size:cover;
  display:flex;
  align-items:flex-end;
}
.agcal-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,30,22,.84),rgba(8,30,22,.45) 48%,rgba(8,30,22,.12))}
.agcal-hero-copy{
  position:relative;z-index:1;width:100%;max-width:1240px;margin:auto;padding:68px 40px 56px;color:#fff
}
.agcal-hero-copy>span{font-size:12px;font-weight:900;letter-spacing:.15em;color:#dbeadf}
.agcal-hero h1{color:#fff!important;margin:8px 0 10px!important;font-size:48px!important;line-height:1.05!important}
.agcal-hero p{max-width:610px;margin:0!important;color:#fff!important;font-size:19px;line-height:1.45}

.agcal-main{max-width:1240px;margin:auto;padding:30px 30px 50px}
.agcal-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px}
.agcal-filters button{
  border:1px solid var(--agcal-line);background:#f4f6f4;color:#263a31;padding:11px 17px;border-radius:999px;
  font-size:13px;font-weight:800;cursor:pointer;transition:.2s ease
}
.agcal-filters button span{opacity:.65;margin-left:4px}
.agcal-filters button:hover,.agcal-filters button.is-active{background:var(--agcal-green);border-color:var(--agcal-green);color:#fff}

.agcal-events-section{margin-top:20px}
.agcal-events-section+.agcal-events-section{margin-top:44px}
.agcal-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px}
.agcal-section-head span{display:block;color:var(--agcal-green);font-size:11px;font-weight:900;letter-spacing:.15em;margin-bottom:3px}
.agcal-section-head h2{margin:0!important;color:#142d41!important;font-size:30px!important;line-height:1.1!important}
.agcal-section-head small{color:#65756c;font-size:12px}

.agcal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.agcal-grid-past{grid-template-columns:repeat(4,minmax(0,1fr))}
.agcal-card{
  background:#fff;border:1px solid var(--agcal-line);border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(20,40,30,.05);
  min-width:0;transition:transform .18s ease,box-shadow .18s ease
}
.agcal-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(20,40,30,.09)}
.agcal-card-image{position:relative;display:block;height:210px;background:#dfe7e2;overflow:hidden}
.agcal-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.agcal-card:hover .agcal-card-image img{transform:scale(1.035)}
.agcal-image-fallback{display:block;width:100%;height:100%;background:linear-gradient(135deg,#d9e4dc,#aabdb0)}
.agcal-datebox{
  position:absolute;left:12px;top:12px;width:52px;height:60px;border-radius:8px;background:#fff;color:#132c41;
  display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.14)
}
.agcal-datebox strong{font-size:22px;line-height:1}.agcal-datebox small{font-size:10px;font-weight:900;margin-top:5px}
.agcal-ended{position:absolute;right:12px;top:12px;background:#173047;color:#fff;padding:6px 8px;border-radius:6px;font-size:10px;font-weight:900}
.agcal-card-body{padding:16px 16px 17px}
.agcal-type{display:inline-flex;padding:5px 7px;border-radius:5px;background:#e8f4eb;color:#24713e;font-size:10px;font-weight:900;text-transform:uppercase}
.agcal-type-excursions-getaways{background:#fff1d6;color:#b37414}
.agcal-type-tastes-experiences{background:#ecebff;color:#4a4a9a}
.agcal-type-balkan-travel{background:#e8edf8;color:#334b7d}
.agcal-card h3{margin:9px 0 6px!important;font-size:18px!important;line-height:1.2!important}
.agcal-card h3 a{color:#142d41!important}
.agcal-excerpt{margin:0 0 13px!important;color:#6b7671!important;font-size:13px;line-height:1.45}
.agcal-meta{display:flex;flex-wrap:wrap;gap:8px 13px;margin:10px 0 15px;color:#4e5f56;font-size:11px}
.agcal-meta span{display:inline-flex;align-items:center;gap:5px}.agcal-meta svg{width:14px;height:14px}
.agcal-card-button{display:inline-flex;background:var(--agcal-green);color:#fff!important;padding:10px 14px;border-radius:7px;font-size:12px;font-weight:900}
.agcal-card-button:hover{background:#165b31}
.agcal-card.is-past .agcal-card-image{height:155px}
.agcal-card.is-past .agcal-card-body{padding:12px 13px 14px}
.agcal-card.is-past .agcal-excerpt,.agcal-card.is-past .agcal-meta{display:none}
.agcal-card.is-past h3{font-size:15px!important}
.agcal-card.is-past .agcal-card-button{font-size:11px;padding:8px 10px}

.agcal-empty{background:#f4f7f4;border:1px solid #e0e7e2;border-radius:14px;padding:34px;text-align:center}
.agcal-empty strong{display:block;font-size:22px;margin-bottom:6px;color:#173047}
.agcal-empty p{margin:0!important;color:#68766e!important}
.agcal-no-filter-results{display:none;padding:22px;background:#f6f8f6;border-radius:12px;color:#64736b;text-align:center;margin-top:12px}

.agcal-bottom-cta{
  min-height:160px;background:linear-gradient(90deg,#11382a,#174c36);
  color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px max(40px,calc((100vw - 1180px)/2));
}
.agcal-bottom-cta strong{font-size:26px;line-height:1.25}
.agcal-bottom-cta a{display:inline-flex;background:#2f8a4a;color:#fff!important;padding:14px 20px;border-radius:8px;font-weight:900;font-size:13px}

.agcal-footer{
  max-width:1240px;margin:auto;padding:28px 30px 16px;display:grid;grid-template-columns:1.35fr 1fr auto;gap:28px;align-items:center
}
.agcal-footer-brand{display:flex;align-items:center;gap:14px;min-width:0}
.agcal-footer-brand img{width:92px;height:92px;object-fit:contain;flex:0 0 auto}
.agcal-footer-brand div{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#59695f}
.agcal-footer-brand strong{font-size:13px;color:#24372f}
.agcal-footer-contact{display:flex;flex-direction:column;gap:8px;font-size:12px;color:#42564b}
.agcal-footer-contact a{color:#294b39!important;display:flex;gap:7px;align-items:center}
.agcal-footer-contact svg{width:15px;height:15px}
.agcal-footer-social{display:flex;gap:10px;justify-content:flex-end}
.agcal-footer-social a,.agcal-footer-social span{
  width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef3ef;color:#1f6638
}
.agcal-footer-social svg{width:17px;height:17px}
.agcal-legal{
  grid-column:1/-1;border-top:1px solid #e7ece8;padding-top:12px;display:flex;justify-content:space-between;gap:20px;
  color:#738078;font-size:10px
}
.agcal-legal div{display:flex;flex-wrap:wrap;gap:13px}.agcal-legal a{color:#566a5f!important}

.agcal-card[hidden]{display:none!important}

@media(max-width:1000px){
  .agcal-header-main{grid-template-columns:1fr auto auto auto;min-height:78px}
  .agcal-menu-toggle{display:flex}
  .agcal-nav{display:none;grid-column:1/-1;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid #edf0ee}
  .agcal-nav.is-open{display:flex}.agcal-nav a{padding:12px 4px;border-bottom:1px solid #eef1ef}
  .agcal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .agcal-grid-past{grid-template-columns:repeat(2,minmax(0,1fr))}
  .agcal-footer{grid-template-columns:1fr 1fr}.agcal-footer-social{grid-column:1/-1;justify-content:flex-start}
}
@media(max-width:782px){body.admin-bar .agcal-header{top:46px}}
@media(max-width:700px){
  .agcal-header-main{padding:7px 12px;grid-template-columns:1fr auto auto auto;gap:6px}
  .agcal-brand img{width:54px;height:54px}.agcal-brand strong{font-size:17px}.agcal-brand small{font-size:5.5px}
  .agcal-lang{font-size:10px}.agcal-search-toggle,.agcal-menu-toggle{width:36px;height:36px}
  .agcal-header-sub{display:none}
  .agcal-hero{min-height:260px}.agcal-hero-copy{padding:46px 20px 34px}.agcal-hero h1{font-size:34px!important}.agcal-hero p{font-size:16px}
  .agcal-main{padding:22px 16px 36px}
  .agcal-filters{gap:7px;overflow:auto;flex-wrap:nowrap;padding-bottom:3px}.agcal-filters button{white-space:nowrap;padding:9px 13px}
  .agcal-section-head{align-items:flex-start}.agcal-section-head h2{font-size:25px!important}.agcal-section-head small{display:none}
  .agcal-grid,.agcal-grid-past{grid-template-columns:1fr}
  .agcal-card.is-past .agcal-card-image{height:190px}
  .agcal-bottom-cta{padding:28px 20px;flex-direction:column;align-items:flex-start}.agcal-bottom-cta strong{font-size:22px}
  .agcal-footer{grid-template-columns:1fr;padding:24px 18px 14px}.agcal-footer-social{grid-column:auto}
  .agcal-legal{grid-column:auto;flex-direction:column;gap:8px}
}
@media(max-width:430px){.agcal-brand small{display:none}.agcal-lang{display:none}}
