/* ENKAF 2026-08-24 site content update — layered on top of the approved V6.8 + V6.9 font baseline. */

/* Keep WhatsApp + call floating actions on the LEFT as requested. */
.floating-actions{left:18px!important;right:auto!important;align-items:flex-start!important}

/* Authority/system references are integrated into the existing service section. */
.authority-inline{margin-top:20px;padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.72);display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center}
.authority-inline-heading{display:flex;align-items:center;gap:10px;min-width:220px}
.authority-inline-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--paper);color:var(--umber);flex:0 0 auto}
.authority-inline-heading strong{display:block;color:var(--green);font-size:12.5px}
.authority-inline-heading small{display:block;color:var(--muted);font-size:10.5px;line-height:1.5;margin-top:2px}
.authority-chips{display:flex;flex-wrap:wrap;gap:8px}
.authority-chip{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:6px 10px;border-radius:12px;background:#fff;border:1px solid rgba(41,51,43,.12);font-size:10.5px;color:#5d5a53;transition:transform .18s ease,border-color .18s ease}
a.authority-chip:hover{transform:translateY(-1px);border-color:rgba(104,63,24,.32)}
.authority-chip bdi{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:22px;padding:0 6px;border-radius:7px;background:var(--green);color:#fff;font-size:9px;font-family:var(--font-body)}
.authority-chip span{line-height:1.4}

/* About page: no team section in this release. */
.about-page-hero{position:relative;min-height:520px;display:flex;align-items:flex-end;overflow:hidden;background:var(--deep);isolation:isolate}
.about-page-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%;z-index:0;filter:saturate(.85) contrast(1.05) brightness(.8)}
.about-page-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(11,17,13,.85),rgba(12,19,14,.42) 50%,rgba(13,20,15,.78)),linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.5))}
.about-page-hero-copy{position:relative;z-index:2;color:#fff;padding-block:92px 76px;max-width:900px}
.about-page-hero-copy h1{font-family:var(--font-display);font-size:clamp(58px,7vw,96px);line-height:1;margin:12px 0 18px}
.about-page-hero-copy p{max-width:780px;margin:0;color:rgba(255,255,255,.84);font-size:17px;line-height:1.95}
.about-story-section{background:var(--cream)}
.about-story-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:38px;align-items:start}
.about-story-copy h2,.about-profile-card h2,.about-vision-grid h2,.about-location-copy h2{font-family:var(--font-display);color:var(--green);font-size:clamp(38px,4vw,58px);line-height:1.08;margin:8px 0 16px}
.about-story-copy p,.about-profile-card p,.about-vision-grid p,.about-location-copy p{color:var(--muted);font-size:14px;line-height:2;margin:0 0 14px}
.about-profile-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--soft)}
.about-profile-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.about-profile-points span,.about-values-grid span{padding:9px 13px;border-radius:999px;background:var(--paper);border:1px solid rgba(104,63,24,.12);color:var(--umber);font-size:11px;font-weight:700}
.about-vision-section{background:var(--paper)}
.about-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.about-vision-grid article{background:rgba(255,255,255,.72);border:1px solid rgba(41,51,43,.11);border-radius:24px;padding:30px}
.about-vision-grid h2{font-size:clamp(34px,3.3vw,48px)}
.about-values-section{background:#fff}
.about-values-grid{display:flex;flex-wrap:wrap;gap:10px}
.about-values-grid span{font-size:12px;padding:10px 15px}
.about-location-section{background:var(--cream)}
.about-location-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;align-items:stretch}
.about-location-copy{padding:14px 4px}
.about-contact-list{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:22px}
.about-contact-list>a:not(.btn){display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:13px}
.about-map-frame,.footer-map-frame{overflow:hidden;border-radius:22px;border:1px solid rgba(41,51,43,.12);background:#e8e2d6;min-height:380px;box-shadow:var(--soft)}
.about-map-frame iframe,.footer-map-frame iframe{display:block;width:100%;height:100%;border:0;min-height:380px}

/* Footer location is visible on every page and the address opens Google Maps. */
.site-footer .footer-grid{grid-template-columns:1.15fr .72fr .85fr 1.08fr;gap:28px;align-items:start}
.footer-contact .footer-address-link{display:flex;align-items:flex-start;gap:8px;line-height:1.65}
.footer-contact .footer-address-link svg{flex:0 0 auto;margin-top:3px}
.footer-location h3{margin-top:0}
.footer-map-link{display:block;margin-bottom:10px;line-height:1.5}
.footer-map-link span{display:block;font-size:12px}
.footer-map-link small{display:block;margin-top:3px;color:rgba(255,255,255,.56);font-size:10px}
.footer-map-frame{min-height:170px;border-radius:16px;box-shadow:none;border-color:rgba(255,255,255,.12)}
.footer-map-frame iframe{min-height:170px;height:170px}

@media(max-width:980px){
  .authority-inline{grid-template-columns:1fr}.authority-inline-heading{min-width:0}
  .about-story-grid,.about-location-grid{grid-template-columns:1fr}
  .site-footer .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .floating-actions{left:10px!important;right:auto!important}
  .about-page-hero{min-height:460px}
  .about-page-hero-copy{padding-block:72px 56px}
  .about-page-hero-copy h1{font-size:54px}
  .about-page-hero-copy p{font-size:14px;line-height:1.85}
  .about-vision-grid{grid-template-columns:1fr}
  .site-footer .footer-grid{grid-template-columns:1fr}
  .footer-map-frame{min-height:210px}.footer-map-frame iframe{min-height:210px;height:210px}
}
