:root{
  --lar-paper:#f7f6f1;
  --lar-paper-deep:#eeece3;
  --lar-ink:#101010;
  --lar-muted:#6d6961;
  --lar-theme-yellow:#e4c21a;
  --lar-max:1220px;
}
*{box-sizing:border-box}
html{min-height:100%;scroll-behavior:smooth}
body{margin:0;min-height:100%;background:var(--lar-paper);color:var(--lar-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
a{color:inherit}
img{max-width:100%;height:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Page shell */
.lar-site-main{min-height:60vh}
.lar-page-shell{width:100%;max-width:var(--lar-max);margin:0 auto;padding:clamp(46px,6vw,82px) clamp(18px,4vw,34px)}
.lar-page-shell>.entry-content{min-width:0}
.lar-page-shell--plugin{max-width:none;padding:0}
.lar-page-shell--plugin>.entry-content{width:100%}
.lar-plugin-missing{max-width:900px;margin:70px auto;padding:28px;border:1px solid #111;background:#fff;box-shadow:10px 10px 0 rgba(16,16,16,.08)}

/* Footer */
.lar-theme-footer{background:#101010;color:#fff;border-top:8px solid var(--lar-theme-yellow);position:relative}
.lar-theme-footer::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:42px 42px;pointer-events:none}
.lar-theme-footer__inner{position:relative;max-width:var(--lar-max);margin:0 auto;padding:58px clamp(18px,4vw,34px) 30px}
.lar-theme-footer__grid{display:grid;grid-template-columns:1.1fr .8fr .8fr;gap:40px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.16)}
.lar-theme-footer__brand img{display:block;width:min(270px,100%);height:auto;margin-bottom:18px}
.lar-theme-footer__brand p{max-width:430px;margin:0;color:rgba(255,255,255,.64);line-height:1.7}
.lar-theme-footer h2{margin:0 0 18px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--lar-theme-yellow)}
.lar-theme-footer__links{display:grid;gap:11px}
.lar-theme-footer__links a{text-decoration:none;color:rgba(255,255,255,.78)}
.lar-theme-footer__links a:hover{color:#fff}
.lar-theme-footer__bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-top:24px;font-size:12px;color:rgba(255,255,255,.55)}
.lar-theme-footer__social{display:flex;gap:12px;margin-left:auto}
.lar-theme-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.28);color:rgba(255,255,255,.82);text-decoration:none;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}
.lar-theme-footer__social a:hover{transform:translateY(-2px);background:var(--lar-theme-yellow);color:#111;border-color:var(--lar-theme-yellow)}
.lar-theme-footer__social a:focus-visible{outline:2px solid var(--lar-theme-yellow);outline-offset:3px}
.lar-social-icon{display:block;width:19px;height:19px}
.lar-social-icon--facebook{fill:currentColor}
.lar-social-icon--instagram{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.lar-social-icon--instagram .lar-social-icon__dot{fill:currentColor;stroke:none}

.has-image-error{background:repeating-linear-gradient(135deg,#f7f6f1,#f7f6f1 10px,#eeeae0 10px,#eeeae0 20px)!important}
.has-image-error img{visibility:hidden}

@media(max-width:820px){
  .lar-theme-footer__grid{grid-template-columns:1fr;gap:28px}
  .lar-theme-footer__bottom{align-items:center;flex-direction:row}
  .lar-theme-footer__social{margin-left:auto}
}
@media(max-width:600px){.lar-theme-footer__inner{padding-top:44px}.lar-theme-footer__bottom{align-items:flex-start;flex-direction:column}.lar-theme-footer__social{margin-left:0}}
