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

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

.agabout-hero{
  min-height:430px;position:relative;background-position:center;background-size:cover;display:flex;align-items:flex-end
}
.agabout-hero-shade{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(8,30,22,.88) 0%,rgba(8,30,22,.64) 46%,rgba(8,30,22,.16) 100%)
}
.agabout-hero-inner{
  position:relative;z-index:1;width:100%;max-width:1240px;margin:auto;padding:92px 40px 66px;color:#fff
}
.agabout-hero-inner>span{font-size:12px;font-weight:900;letter-spacing:.16em;color:#dbeadf}
.agabout-hero h1{max-width:720px;margin:9px 0 9px!important;color:#fff!important;font-size:54px!important;line-height:1.04!important}
.agabout-hero p{max-width:760px;margin:0!important;color:#fff!important;font-size:22px;line-height:1.35;font-weight:600}

.agabout-main{max-width:1180px;margin:auto;padding:58px 30px 60px}
.agabout-intro{max-width:900px;margin:0 auto 54px;text-align:left}
.agabout-eyebrow{color:var(--aga-green);font-size:11px;font-weight:900;letter-spacing:.16em;margin-bottom:9px}
.agabout-intro h2{margin:0 0 24px!important;color:#142d41!important;font-size:40px!important;line-height:1.1!important}
.agabout-prose p{margin:0 0 17px!important;color:#44554d!important;font-size:16px;line-height:1.78}
.agabout-intro blockquote{
  margin:30px 0 0;padding:20px 24px;border-left:4px solid var(--aga-green);background:#f2f6f3;
  border-radius:0 12px 12px 0;color:#193f2d;font-size:23px;font-weight:900;line-height:1.35
}

.agabout-feature-grid{display:grid;grid-template-columns:1fr;gap:22px}
.agabout-feature{
  display:grid;grid-template-columns:64px minmax(0,1fr);gap:22px;padding:30px 32px;background:#fff;
  border:1px solid var(--aga-line);border-radius:16px;box-shadow:0 9px 28px rgba(18,40,30,.05)
}
.agabout-icon{
  width:58px;height:58px;border-radius:15px;background:#eaf3ec;color:var(--aga-green);
  display:flex;align-items:center;justify-content:center
}
.agabout-icon svg{width:28px;height:28px}
.agabout-feature>div:last-child>span{display:block;color:var(--aga-green);font-size:10px;font-weight:900;letter-spacing:.15em;margin-bottom:4px}
.agabout-feature h3{margin:0 0 14px!important;color:#142d41!important;font-size:28px!important;line-height:1.15!important}
.agabout-feature .agabout-prose p:last-child{margin-bottom:0!important}

.agabout-cta{
  margin-top:44px;padding:36px 38px;border-radius:18px;background:linear-gradient(100deg,#103326,#1c583d);
  color:#fff;display:flex;justify-content:space-between;align-items:center;gap:28px
}
.agabout-cta span{display:block;font-size:10px;font-weight:900;letter-spacing:.15em;color:#cbe0d1;margin-bottom:5px}
.agabout-cta h2{margin:0 0 6px!important;color:#fff!important;font-size:30px!important}
.agabout-cta p{margin:0!important;color:rgba(255,255,255,.9)!important;font-size:15px}
.agabout-cta a{
  flex:0 0 auto;display:inline-flex;padding:14px 18px;border-radius:8px;background:#2f8a4a;color:#fff!important;
  font-size:13px;font-weight:900
}

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

@media(max-width:1000px){
  .agabout-header-main{grid-template-columns:1fr auto auto auto;min-height:78px}
  .agabout-menu-toggle{display:flex}
  .agabout-nav{display:none;grid-column:1/-1;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid #edf0ee}
  .agabout-nav.is-open{display:flex}.agabout-nav a{padding:12px 4px;border-bottom:1px solid #eef1ef}
  .agabout-footer{grid-template-columns:1fr 1fr}.agabout-footer-social{grid-column:1/-1;justify-content:flex-start}
}
@media(max-width:782px){body.admin-bar .agabout-header{top:46px}}
@media(max-width:700px){
  .agabout-header-main{padding:7px 12px;grid-template-columns:1fr auto auto auto;gap:6px}
  .agabout-brand img{width:54px;height:54px}.agabout-brand strong{font-size:17px}.agabout-brand small{font-size:5.5px}
  .agabout-lang{font-size:10px}.agabout-search,.agabout-menu-toggle{width:36px;height:36px}
  .agabout-header-sub{display:none}
  .agabout-hero{min-height:330px}.agabout-hero-inner{padding:64px 20px 40px}
  .agabout-hero h1{font-size:37px!important}.agabout-hero p{font-size:18px}
  .agabout-main{padding:38px 16px 42px}
  .agabout-intro h2{font-size:31px!important}
  .agabout-intro blockquote{font-size:20px}
  .agabout-feature{grid-template-columns:1fr;padding:24px 21px}.agabout-feature h3{font-size:24px!important}
  .agabout-cta{padding:28px 22px;flex-direction:column;align-items:flex-start}.agabout-cta h2{font-size:25px!important}
  .agabout-footer{grid-template-columns:1fr;padding:24px 18px 14px}.agabout-footer-social{grid-column:auto}
  .agabout-legal{grid-column:auto;flex-direction:column;gap:8px}
}
@media(max-width:430px){.agabout-brand small{display:none}.agabout-lang{display:none}}
