/* =============================================================
   AKELC Design System — recreated faithfully from the handoff.
   Tokens, typography, components, layout, a11y, off-canvas menu.
   ============================================================= */
:root{
  --canvas:#FBF7F0; --surface:#FFFFFF; --field:#FDFCF9;
  --ink:#2E2E38; --ink-muted:#3C3C46; --ink-soft:#4A4A55; --ink-faint:#8A8A95;
  --teal-deep:#2F6E69; --teal-mid:#3E8E88; --teal-pastel:#7FC5C0; --teal-tint:#E4F2F1;
  --coral-deep:#B44A40; --coral-deep-hover:#9C3F36; --coral-pastel:#E8756A; --coral-tint:#FBEFE9;
  --purple-deep:#78538F; --purple-focus:#8E6BA8; --lilac:#C8A8D8; --lilac-tint:#F1E9F6;
  --yellow:#F4C95D; --yellow-tint:#FCF3DE; --yellow-ink:#8A6E1E;
  --sky:#8FC7E8; --sky-tint:#E8F2FA; --sky-ink:#2E6C92;
  --border:#E6DED0; --border-field:#DCD4C6; --rule:#F0EBE1; --band:#F3EFE6;
  --sh-sm:0 4px 16px rgba(46,46,56,.06); --sh-card:0 6px 24px rgba(46,46,56,.07);
  --sh-form:0 8px 28px rgba(46,46,56,.10); --sh-img:0 10px 30px rgba(46,46,56,.12);
  --sh-hero:0 14px 44px rgba(46,46,56,.14); --sh-float:0 8px 22px rgba(46,46,56,.28);
  --maxw:1280px; --content:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--canvas);color:var(--ink);
  font-family:'Nunito Sans',system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;
  font-size:17px;line-height:1.7;}
h1,h2,h3,h4{font-family:'Baloo 2',system-ui,cursive;text-wrap:pretty;margin:0 0 .4em;color:var(--ink);line-height:1.15}
h1{font-weight:700;font-size:clamp(30px,4.6vw,56px);line-height:1.1}
h2{font-weight:600;font-size:clamp(28px,3.4vw,42px)}
h3{font-weight:600;font-size:clamp(21px,2.3vw,26px);line-height:1.22}
h4{font-weight:600;font-size:20px;line-height:1.25}
p{margin:0 0 1em}
a{color:var(--teal-deep);text-decoration-thickness:1.5px;text-underline-offset:3px}
a:hover{color:var(--coral-deep)}
img{max-width:100%;height:auto;display:block}
:focus-visible{outline:3px solid var(--purple-focus);outline-offset:3px;border-radius:6px}
.akelc-on-lilac :focus-visible,:focus-visible.akelc-on-lilac{outline-color:var(--ink)}

/* ---------- layout ---------- */
.akelc-wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.akelc-section{padding:clamp(48px,6vw,88px) 24px}
.akelc-section>.akelc-inner{max-width:var(--content);margin:0 auto}
.akelc-eyebrow{font-family:'Nunito Sans',sans-serif;font-weight:700;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-deep);margin:0 0 10px}
.akelc-lead{font-size:clamp(18px,2vw,20px);line-height:1.7;color:var(--ink-muted)}
.akelc-center{text-align:center}
.akelc-center .akelc-lead{margin-left:auto;margin-right:auto;max-width:60ch}

/* ---------- section colour blocks + curve ---------- */
.blk-cream{background:var(--canvas)}
.blk-white{background:var(--surface)}
.blk-teal{background:var(--teal-pastel)}
.blk-lilac{background:var(--lilac)}
.blk-coral{background:var(--coral-pastel)}
.blk-yellow{background:var(--yellow)}
.blk-sky{background:var(--sky)}
.blk-band{background:var(--band)}
.blk-teal-tint{background:var(--teal-tint)}
.blk-lilac-tint{background:var(--lilac-tint)}
.akelc-curve{height:64px;margin-bottom:-1px;border-radius:50% 50% 0 0 / 100% 100% 0 0}
.akelc-curve+.akelc-section{padding-top:8px}
.cv-teal{background:var(--teal-pastel)} .cv-lilac{background:var(--lilac)}
.cv-yellow{background:var(--yellow)} .cv-coral{background:var(--coral-pastel)}
.cv-sky{background:var(--sky)}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-family:'Nunito Sans',sans-serif;font-weight:700;font-size:16px;
  min-height:52px;padding:14px 30px;border-radius:999px;border:2px solid transparent;
  cursor:pointer;text-decoration:none;transition:background .2s,color .2s,border-color .2s;line-height:1.1}
.btn-primary{background:var(--coral-deep);color:#fff;border-color:var(--coral-deep)}
.btn-primary:hover{background:var(--coral-deep-hover);border-color:var(--coral-deep-hover);color:#fff}
.btn-secondary{background:transparent;color:var(--teal-deep);border-color:var(--teal-mid)}
.btn-secondary:hover{background:var(--teal-tint);color:var(--teal-deep)}
.btn-on-photo{background:transparent;color:#fff;border-color:#fff}
.btn-on-photo:hover{background:rgba(255,255,255,.16);color:#fff}
.btn-dark{background:var(--ink);color:#fff;border-color:var(--ink)}
.btn-dark:hover{background:#1f1f27;color:#fff}
.btn-yellow{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}
.btn-yellow:hover{background:#eabf49;color:var(--ink)}
.btn-link{display:inline-flex;align-items:center;gap:6px;min-height:44px;font-weight:700;font-size:16px;color:var(--teal-deep);text-decoration:none}
.btn-link:hover{color:var(--coral-deep)}
.btn-link::after{content:"→"}

/* ---------- skip link ---------- */
.akelc-skip{position:absolute;left:16px;top:-64px;z-index:950;background:var(--ink);color:#fff;
  font-weight:700;font-size:15px;padding:12px 22px;border-radius:0 0 12px 12px;text-decoration:none;transition:top .18s}
.akelc-skip:focus{top:0;color:#fff}

/* ---------- utility bar ---------- */
.akelc-utility{background:var(--teal-deep);color:#fff}
.akelc-utility .akelc-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:8px 24px;padding:10px 24px;font-size:14px}
.akelc-utility a{color:#fff;min-height:32px;display:inline-flex;align-items:center;text-decoration:none}
.akelc-utility a:hover{text-decoration:underline}
.akelc-utility .u-addr{opacity:.92}
.akelc-utility .u-social{margin-left:auto;display:flex;align-items:center;gap:8px}
.u-ico{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.18);display:grid;place-items:center;color:#fff;text-decoration:none}
.u-ico svg{width:56%;height:56%;fill:currentColor}
.akelc-utility .u-enquire{font-weight:700;font-size:14px;min-height:36px;padding:7px 18px;border:none;border-radius:999px;background:var(--yellow);color:var(--ink);cursor:pointer;margin-left:6px;text-decoration:none;display:inline-flex;align-items:center}

/* ---------- header ---------- */
.akelc-header{position:sticky;top:0;z-index:800;background:#fff;box-shadow:0 2px 14px rgba(46,46,56,.07)}
.akelc-header .akelc-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 24px}
.akelc-logo{display:flex;align-items:center;gap:3px;text-decoration:none}
.akelc-logo .lw{font-family:'Baloo 2',cursive;font-weight:700;font-size:30px;line-height:1}
.akelc-logo img{max-height:46px;width:auto}
.akelc-nav{display:flex;align-items:center;gap:2px;flex-wrap:wrap;justify-content:flex-end}
.akelc-nav a{font-weight:600;font-size:15px;padding:11px 13px;border-radius:999px;color:var(--ink);text-decoration:none}
.akelc-nav a:hover{background:var(--band)}
.akelc-nav a[aria-current="page"]{font-weight:700;color:var(--teal-deep);background:var(--teal-tint);border-bottom:2px solid var(--teal-deep)}
.akelc-nav .btn{margin-left:8px;min-height:46px;padding:12px 22px;font-size:15px}
.akelc-burger{display:none;width:48px;height:48px;border:none;border-radius:14px;background:var(--teal-tint);cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.akelc-burger span{display:block;width:22px;height:2.5px;background:var(--teal-deep);border-radius:2px}

/* ---------- off-canvas mobile menu ---------- */
.akelc-scrim{position:fixed;inset:0;background:rgba(46,46,56,.45);opacity:0;visibility:hidden;transition:opacity .28s ease;z-index:899}
.akelc-scrim.open{opacity:1;visibility:visible}
.akelc-offcanvas{position:fixed;top:0;right:0;bottom:0;width:86vw;max-width:320px;background:#fff;
  box-shadow:-10px 0 30px rgba(46,46,56,.2);padding:18px;overflow-y:auto;z-index:901;
  transform:translateX(105%);transition:transform .32s cubic-bezier(.22,.9,.3,1)}
.akelc-offcanvas.open{transform:translateX(0)}
.akelc-offcanvas .oc-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.akelc-oc-close{width:44px;height:44px;border:none;border-radius:12px;background:var(--teal-tint);color:var(--teal-deep);font-size:22px;cursor:pointer}
.akelc-offcanvas nav a{display:flex;align-items:center;min-height:56px;font-size:18px;color:var(--ink);
  text-decoration:none;border-bottom:1px solid var(--rule);font-weight:600}
.akelc-offcanvas nav a[aria-current="page"]{font-weight:700;color:var(--teal-deep)}
.akelc-offcanvas .btn{width:100%;margin:16px 0}
.akelc-oc-contact{font-size:15px;color:var(--ink-soft);display:flex;flex-direction:column;gap:6px}
.akelc-oc-contact a{color:var(--teal-deep)}

/* ---------- hero ---------- */
.akelc-hero{position:relative;overflow:hidden;border-radius:28px;min-height:min(48vw,400px);
  display:flex;align-items:center;box-shadow:var(--sh-hero)}
.akelc-hero.hero-home{min-height:min(56vw,460px)}
.akelc-hero .hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.akelc-hero .hero-scrim{position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(24,30,32,.88) 0%,rgba(24,30,32,.74) 46%,rgba(24,30,32,.30) 80%,rgba(24,30,32,.16) 100%)}
.akelc-hero .hero-content{position:relative;padding:clamp(28px,5vw,64px);max-width:760px}
.akelc-hero .hero-content .akelc-eyebrow{color:var(--yellow)}
.akelc-hero h1{color:#fff}
.akelc-hero .hero-lead{color:#F6F2EA;max-width:48ch;font-size:clamp(17px,1.7vw,19px)}
.akelc-hero .hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:22px}

/* ---------- decorative shapes ---------- */
.akelc-shape{position:absolute;pointer-events:none;opacity:.4;z-index:0}
.akelc-shape.circle{border-radius:50%}
.akelc-shape.sq{border-radius:32px}
.akelc-shape.tri{width:0;height:0;background:transparent!important}
@keyframes akelcFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-16px) rotate(8deg)}}
@keyframes akelcFloatSlow{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(12px) rotate(-7deg)}}
.akelc-float{animation:akelcFloat 9s ease-in-out infinite}
.akelc-float-slow{animation:akelcFloatSlow 11s ease-in-out infinite}

/* ---------- cards / grids ---------- */
.akelc-grid{display:grid;gap:20px}
.g-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.g-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.g-4{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.akelc-card{background:#fff;border-radius:22px;box-shadow:var(--sh-card);padding:26px;display:flex;flex-direction:column;gap:12px}
.akelc-card.tophi{border-top:6px solid var(--teal-mid)}
.akelc-card h3,.akelc-card h4{margin:0}
.icon-well{width:50px;height:50px;border-radius:15px;background:var(--teal-tint);display:grid;place-items:center;color:var(--teal-deep)}
.icon-well svg{width:56%;height:56%;fill:currentColor}
.photo-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--sh-card);display:flex;flex-direction:column}
.photo-card .pc-img{aspect-ratio:4/3;width:100%;object-fit:cover}
.photo-card .pc-body{padding:22px;display:flex;flex-direction:column;gap:8px}

/* ---------- two-column split ---------- */
.akelc-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(26px,4vw,56px);align-items:center}
.akelc-split .col-media img,.akelc-split .col-media .ph{border-radius:24px;box-shadow:var(--sh-img);width:100%}
.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(26px,4vw,56px);align-items:center;
  background:var(--teal-tint);border-radius:24px;padding:clamp(24px,3.5vw,44px)}
.feature-row.rev .col-media{order:2}
.feature-row img,.feature-row .ph{border-radius:18px;width:100%;box-shadow:var(--sh-img)}

/* ---------- chips / stats / testimonial ---------- */
.chip-row{display:flex;flex-wrap:wrap;gap:12px}
.chip{background:#fff;border:1px solid var(--border);border-radius:999px;padding:10px 18px;font-size:15px;font-weight:600;display:inline-flex;align-items:center;gap:8px}
.chip .dot{width:10px;height:10px;border-radius:50%;background:var(--teal-mid)}
.stat{border-radius:20px;padding:24px;background:var(--teal-pastel)}
.stat .fig{font-family:'Baloo 2',cursive;font-weight:700;font-size:clamp(30px,4vw,40px);line-height:1}
.stat .cap{font-size:15px;margin-top:6px}
.testi{background:var(--canvas);border-radius:24px;padding:clamp(26px,4vw,42px);border-top:6px solid var(--coral-pastel)}
.testi .q{font-size:clamp(18px,2.1vw,22px);line-height:1.65;margin:0 0 18px}
.testi .who{display:flex;align-items:center;gap:14px}
.testi .avatar{width:52px;height:52px;border-radius:50%;background:var(--lilac-tint);display:grid;place-items:center;color:var(--purple-deep);font-weight:700}
.testi .nm{font-weight:700;font-size:16px}
.testi .rl{font-size:14px;color:var(--ink-soft)}
.carousel-nav{display:flex;align-items:center;gap:14px;justify-content:center;margin-top:22px}
.carousel-nav button{width:48px;height:48px;border-radius:50%;border:2px solid var(--teal-mid);background:#fff;color:var(--teal-deep);font-size:20px;cursor:pointer}
.carousel-nav .count{font-weight:700}

/* ---------- image placeholder ---------- */
.ph{position:relative;display:block;width:100%;border-radius:18px;overflow:hidden;
  background:repeating-linear-gradient(135deg,#EDE6D8,#EDE6D8 12px,#E4DBC9 12px,#E4DBC9 24px);
  min-height:200px}
.ph.r43{aspect-ratio:4/3} .ph.r169{aspect-ratio:16/9} .ph.r166{aspect-ratio:16/6}
.ph.r34{aspect-ratio:3/4} .ph.r45{aspect-ratio:4/5} .ph.r1610{aspect-ratio:16/10} .ph.r219{aspect-ratio:21/9}
.ph .ph-label{position:absolute;inset:0;display:grid;place-items:center;padding:14px;text-align:center;
  font-family:'IBM Plex Mono','Courier New',monospace;font-size:12px;color:var(--ink-soft)}

/* ---------- accordion ---------- */
.acc-item{background:#fff;border-radius:16px;box-shadow:var(--sh-sm);margin-bottom:14px;overflow:hidden}
.acc-trigger{width:100%;min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:16px;
  background:none;border:none;padding:18px 22px;text-align:left;cursor:pointer;font-family:'Baloo 2',cursive;font-weight:600;font-size:19px;color:var(--ink)}
.acc-trigger .ind{font-size:26px;color:var(--teal-deep);line-height:1}
.acc-panel{padding:0 22px;max-height:0;overflow:hidden;transition:max-height .3s ease}
.acc-panel .acc-inner{padding:0 0 20px}
.acc-item.open .acc-panel{max-height:1000px}

/* ---------- forms ---------- */
.akelc-form{background:#fff;border-radius:24px;box-shadow:var(--sh-form);padding:clamp(24px,3.5vw,40px)}
.akelc-form fieldset{border:none;padding:0;margin:0 0 26px}
.akelc-form legend{font-family:'Baloo 2',cursive;font-weight:600;font-size:22px;padding:0 0 10px;border-bottom:2px solid var(--rule);width:100%;margin-bottom:18px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-field{margin-bottom:18px}
.form-field.full{grid-column:1/-1}
.form-field label{display:block;font-weight:700;font-size:15px;margin-bottom:8px}
.form-field .req{color:var(--coral-deep);font-weight:700}
.form-field input,.form-field select,.form-field textarea{width:100%;min-height:52px;padding:13px 16px;font-size:16px;
  border:2px solid var(--border-field);border-radius:14px;background:var(--field);font-family:inherit;color:var(--ink)}
.form-field textarea{min-height:120px;resize:vertical}
.form-field .help{font-size:14px;color:var(--ink-soft);margin-top:6px}
.form-field.err input,.form-field.err select,.form-field.err textarea{border-color:var(--coral-deep)}
.form-field .err-msg{font-size:14px;font-weight:700;color:var(--coral-deep);margin-top:6px}
.form-field .err-msg::before{content:"✕ "}
.err-summary{background:var(--coral-tint);border-left:6px solid var(--coral-deep);border-radius:16px;padding:18px 22px;margin-bottom:24px}
.err-summary h3{margin:0 0 8px;font-size:19px;color:var(--coral-deep)}
.file-upload{border:2px dashed #C4BBA9;border-radius:16px;background:var(--field);padding:20px}
.form-success{background:#fff;border-top:6px solid var(--teal-mid);border-radius:24px;box-shadow:var(--sh-form);padding:clamp(28px,4vw,44px);text-align:center}
.form-success .tick{width:64px;height:64px;border-radius:50%;background:var(--teal-tint);color:var(--teal-deep);display:grid;place-items:center;font-size:32px;margin:0 auto 16px}

/* ---------- gallery + lightbox ---------- */
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px}
.gallery-grid button{padding:0;border:none;background:none;cursor:pointer;border-radius:18px;overflow:hidden;position:relative}
.gallery-grid button:hover{box-shadow:0 0 0 4px var(--teal-pastel)}
.gallery-grid .ph,.gallery-grid img{aspect-ratio:4/3;object-fit:cover;margin:0}
.lightbox{position:fixed;inset:0;z-index:950;background:rgba(24,30,32,.86);display:none;align-items:center;justify-content:center;padding:24px}
.lightbox.open{display:flex}
.lightbox .lb-card{background:#fff;border-radius:20px;max-width:860px;width:100%;padding:16px;position:relative}
.lightbox .lb-close{position:absolute;top:10px;right:10px;width:44px;height:44px;border:none;border-radius:12px;background:var(--teal-tint);color:var(--teal-deep);font-size:22px;cursor:pointer}
.lightbox img,.lightbox .ph{border-radius:12px;width:100%}
.lightbox .lb-nav{display:flex;align-items:center;justify-content:space-between;margin-top:12px;gap:12px}

/* ---------- footer ---------- */
.akelc-footer{position:relative;background:var(--sky);padding:clamp(40px,5vw,64px) 24px 100px;color:var(--ink);overflow:hidden}
.akelc-footer::before{content:"";position:absolute;inset:0;opacity:.2;pointer-events:none;
  background:repeating-linear-gradient(45deg,#fff,#fff 2px,transparent 2px,transparent 26px)}
.akelc-footer .akelc-wrap{position:relative}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:36px}
.footer-grid h4{font-size:17px;margin:0 0 12px}
.footer-grid .fw{font-family:'Baloo 2',cursive;font-weight:700;font-size:46px;line-height:1;margin-bottom:12px}
.footer-grid a{color:var(--ink);text-decoration:none}
.footer-grid a:hover{text-decoration:underline}
.footer-grid ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.footer-social{display:flex;gap:12px}
.footer-social a{width:44px;height:44px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--sky-ink)}
.footer-social svg{width:56%;height:56%;fill:currentColor}
.footer-bottom{border-top:1px solid rgba(46,46,56,.2);margin-top:32px;padding-top:18px;font-size:14px}

/* ---------- floating actions ---------- */
.akelc-floats{position:fixed;right:24px;bottom:24px;z-index:900;display:flex;flex-direction:column;gap:16px}
.akelc-floats a,.akelc-floats button{width:56px;height:56px;border-radius:50%;border:none;display:grid;place-items:center;
  box-shadow:var(--sh-float);cursor:pointer;color:#fff;text-decoration:none}
.akelc-floats svg{width:52%;height:52%;fill:currentColor}
.float-wa{background:var(--teal-mid)}
.float-a11y{background:var(--purple-deep)}

/* ---------- responsive ---------- */
@media (max-width:900px){
  .akelc-nav{display:none}
  .akelc-burger{display:flex}
  .akelc-utility .u-addr,.akelc-utility a[href^="mailto"]{display:none}
  .akelc-split,.feature-row{grid-template-columns:1fr}
  .feature-row.rev .col-media{order:0}
  .form-row{grid-template-columns:1fr}
  .akelc-hero{border-radius:22px}
  .akelc-hero .hero-scrim{background:linear-gradient(180deg,rgba(24,30,32,.2) 0%,rgba(24,30,32,.86) 70%)}
  .akelc-hero{align-items:flex-end}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .akelc-floats a,.akelc-floats button{width:52px;height:52px}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
  html{scroll-behavior:auto}
}
