*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;line-height:1.65;color:hsl(150 18% 12%);background:hsl(38 36% 95%);-webkit-font-smoothing:antialiased}
img,picture,svg,video{max-width:100%;display:block}
a{color:hsl(148 38% 24%);text-decoration:underline;text-underline-offset:3px}
a:hover{color:hsl(20 50% 42%)}
h1,h2,h3,h4,h5{font-family:'Fraunces',Georgia,serif;font-weight:600;line-height:1.2;letter-spacing:-0.01em;margin:0 0 .6em}
h1{font-size:clamp(2rem,1.4rem + 2.6vw,3.4rem);font-weight:700}
h2{font-size:clamp(1.6rem,1.2rem + 1.6vw,2.4rem)}
h3{font-size:clamp(1.2rem,1rem + .6vw,1.45rem)}
p{margin:0 0 1em}
button{font-family:inherit}
:focus-visible{outline:3px solid hsl(20 60% 55%);outline-offset:2px;border-radius:3px}
.u-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.u-wa{color:hsl(148 38% 24%)}
.u-center{text-align:center}
.u-mt-1{margin-top:1rem}.u-mt-2{margin-top:2rem}.u-mt-3{margin-top:3rem}
.u-mb-0{margin-bottom:0}
.ek-container{width:min(1180px,100% - 2rem);margin-inline:auto}

/* Buttons */
.ek-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:14px 22px;border-radius:2px;text-decoration:none;font-weight:600;font-size:.95rem;border:1.5px solid transparent;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease;min-height:48px;line-height:1.2}
.ek-btn--solid{background:hsl(148 38% 24%);color:hsl(38 36% 95%);border-color:hsl(148 38% 24%)}
.ek-btn--solid:hover{background:hsl(148 42% 18%);color:hsl(38 36% 97%);transform:translateY(-1px)}
.ek-btn--accent{background:hsl(20 50% 56%);color:hsl(150 18% 12%);border-color:hsl(20 50% 56%)}
.ek-btn--accent:hover{background:hsl(20 60% 48%);color:hsl(38 36% 97%);transform:translateY(-1px)}
.ek-btn--outline{background:transparent;color:hsl(148 38% 24%);border-color:hsl(148 28% 38%)}
.ek-btn--outline:hover{background:hsl(148 38% 24%);color:hsl(38 36% 95%)}
.ek-btn--ghost{background:transparent;color:hsl(150 18% 22%);border-color:hsl(150 12% 70%)}
.ek-btn--ghost:hover{background:hsl(150 12% 88%)}
.ek-btn--sm{padding:10px 16px;min-height:40px;font-size:.88rem}
.ek-btn--block{display:flex;width:100%}

/* Top bar / header */
.ek-top{background:hsl(38 36% 95%);position:sticky;top:0;z-index:30;border-bottom:1px solid hsl(150 12% 86%)}
.ek-top__bar{background:hsl(148 38% 18%);color:hsl(38 36% 92%);font-size:.85rem}
.ek-top__bar a{color:inherit;text-decoration:none}
.ek-top__bar a:hover{text-decoration:underline}
.ek-top__bar-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;gap:1rem;flex-wrap:wrap}
.ek-top__bar-item{display:inline-flex;gap:.6rem;align-items:center}
.ek-top__bar-item--hours{opacity:.85}
.ek-top__bar-item--phone{flex-wrap:wrap}
.ek-top__main{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;gap:1.5rem}
.ek-brand{display:inline-flex;align-items:center;gap:.7rem;text-decoration:none;color:inherit}
.ek-brand__mark{display:grid;place-items:center;width:42px;height:42px;background:hsl(148 38% 24%);border-radius:50%;color:hsl(38 36% 95%)}
.ek-brand__word{display:flex;flex-direction:column;line-height:1.1}
.ek-brand__name{font-family:'Fraunces',Georgia,serif;font-weight:700;font-size:1.3rem;color:hsl(150 18% 12%)}
.ek-brand__tag{font-size:.74rem;color:hsl(150 10% 38%);letter-spacing:.02em;text-transform:uppercase}

.ek-nav-toggle{display:none;background:none;border:1.5px solid hsl(150 12% 70%);width:48px;height:48px;border-radius:2px;padding:10px;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.ek-nav-toggle__bar{display:block;width:22px;height:2px;background:hsl(150 18% 22%);border-radius:1px;transition:transform .2s ease,opacity .2s ease}
.ek-nav-toggle[aria-expanded="true"] .ek-nav-toggle__bar:nth-child(2){transform:translateY(7px) rotate(45deg)}
.ek-nav-toggle[aria-expanded="true"] .ek-nav-toggle__bar:nth-child(3){opacity:0}
.ek-nav-toggle[aria-expanded="true"] .ek-nav-toggle__bar:nth-child(4){transform:translateY(-7px) rotate(-45deg)}

.ek-nav__list{list-style:none;margin:0;padding:0;display:flex;gap:1.5rem;align-items:center}
.ek-nav__link{text-decoration:none;color:hsl(150 18% 22%);font-weight:500;font-size:.95rem;padding:.4rem 0;border-bottom:2px solid transparent}
.ek-nav__link:hover{color:hsl(148 38% 24%);border-bottom-color:hsl(20 50% 56%)}
.ek-nav__item.is-active .ek-nav__link{color:hsl(148 38% 24%);border-bottom-color:hsl(148 38% 24%)}

@media (max-width:864px){
  .ek-nav-toggle{display:inline-flex}
  .ek-nav{display:none;position:absolute;left:0;right:0;top:100%;background:hsl(38 36% 96%);border-top:1px solid hsl(150 12% 86%);padding:1rem 0;box-shadow:0 16px 24px -18px hsl(150 18% 12% / .25)}
  .ek-nav.is-open{display:block}
  .ek-nav__list{flex-direction:column;align-items:stretch;gap:0;padding:0 1rem}
  .ek-nav__link{padding:.9rem .5rem;border-bottom:1px solid hsl(150 12% 88%)}
  .ek-nav__item.is-active .ek-nav__link{border-bottom-color:hsl(20 50% 56%)}
  .ek-nav__item--cta{padding:.8rem .5rem 0}
  .ek-top__main{position:relative}
}

/* Hero */
.ek-hero{background:linear-gradient(180deg,hsl(38 36% 95%) 0%,hsl(38 30% 90%) 100%);padding:3.5rem 0 4.5rem;border-bottom:1px solid hsl(150 12% 86%)}
.ek-hero__grid{display:grid;grid-template-columns:1.05fr 1fr;gap:3rem;align-items:center}
.ek-hero__eyebrow{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:hsl(20 50% 42%);font-weight:600;margin-bottom:1rem;display:inline-block;padding:.35rem .7rem;background:hsl(20 50% 92%);border-radius:2px}
.ek-hero__title{margin-bottom:1.1rem}
.ek-hero__lead{font-size:1.12rem;color:hsl(150 12% 28%);max-width:30rem;margin-bottom:2rem}
.ek-hero__ctas{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2.5rem}
.ek-hero__proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;border-top:1px solid hsl(150 12% 80%);padding-top:1.4rem;max-width:32rem}
.ek-hero__proof div{display:flex;flex-direction:column}
.ek-hero__proof strong{font-family:'Fraunces',Georgia,serif;font-size:1.5rem;color:hsl(148 38% 24%);font-weight:700}
.ek-hero__proof span{font-size:.78rem;color:hsl(150 10% 38%);text-transform:uppercase;letter-spacing:.06em}
.ek-hero__media{position:relative}
.ek-hero__media picture,.ek-hero__media img{border-radius:2px;width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;box-shadow:0 28px 50px -32px hsl(148 30% 10% / .35)}
.ek-hero__sticker{position:absolute;bottom:-22px;left:-22px;background:hsl(148 38% 24%);color:hsl(38 36% 95%);padding:1rem 1.2rem;border-radius:2px;font-size:.82rem;line-height:1.4;max-width:200px;box-shadow:0 18px 30px -18px hsl(148 30% 10% / .45)}
.ek-hero__sticker b{display:block;font-family:'Fraunces',Georgia,serif;font-size:1.6rem;font-weight:700}
@media (max-width:864px){.ek-hero{padding:2.5rem 0 3rem}.ek-hero__grid{grid-template-columns:1fr;gap:2rem}.ek-hero__sticker{left:auto;right:1rem;bottom:1rem;max-width:170px}.ek-hero__proof{max-width:none}}

/* Sections */
.ek-section{padding:4rem 0}
.ek-section--alt{background:hsl(38 26% 92%)}
.ek-section--dark{background:hsl(148 38% 18%);color:hsl(38 36% 92%)}
.ek-section--dark h1,.ek-section--dark h2,.ek-section--dark h3{color:hsl(38 36% 95%)}
.ek-section--dark a{color:hsl(20 50% 78%)}
.ek-section__head{max-width:48rem;margin:0 auto 2.4rem;text-align:center}
.ek-section__eyebrow{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:hsl(20 50% 42%);font-weight:600;margin:0 0 .6rem}
.ek-section--dark .ek-section__eyebrow{color:hsl(20 50% 70%)}
.ek-section__lead{font-size:1.08rem;color:hsl(150 12% 30%)}
.ek-section--dark .ek-section__lead{color:hsl(38 22% 80%)}

/* Why us */
.ek-why{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}
.ek-why__item{padding:1.8rem 1.4rem;background:hsl(38 36% 97%);border:1px solid hsl(150 12% 86%);border-radius:2px;position:relative}
.ek-why__item::before{content:"";position:absolute;left:0;top:0;height:4px;width:36px;background:hsl(20 50% 56%)}
.ek-why__num{font-family:'Fraunces',Georgia,serif;font-size:.85rem;font-weight:600;color:hsl(20 50% 42%);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem;display:block}
.ek-why__h{font-size:1.18rem;margin-bottom:.5rem}
.ek-why__p{margin:0;color:hsl(150 12% 30%);font-size:.95rem}

/* Service tiles */
.ek-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.ek-tile{background:hsl(38 36% 97%);border:1px solid hsl(150 12% 86%);border-radius:2px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}
.ek-tile:hover{transform:translateY(-3px);box-shadow:0 20px 35px -25px hsl(148 30% 10% / .25)}
.ek-tile__media{aspect-ratio:5/3;overflow:hidden;background:hsl(150 12% 88%)}
.ek-tile__media img{width:100%;height:100%;object-fit:cover}
.ek-tile__body{padding:1.4rem;flex-grow:1;display:flex;flex-direction:column}
.ek-tile__h{font-size:1.18rem;margin-bottom:.5rem}
.ek-tile__p{color:hsl(150 12% 30%);font-size:.95rem;margin-bottom:1rem;flex-grow:1}
.ek-tile__cta{color:hsl(148 38% 24%);font-weight:600;font-size:.92rem;text-decoration:none;border-bottom:1.5px solid hsl(20 50% 56%);padding-bottom:2px;align-self:flex-start}
.ek-tile__cta:hover{color:hsl(20 50% 42%)}

/* Featured spotlight */
.ek-spotlight{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:center}
.ek-spotlight__media img{border-radius:2px;width:100%;aspect-ratio:4/3;object-fit:cover}
.ek-spotlight__list{list-style:none;margin:1rem 0 1.6rem;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.6rem .9rem}
.ek-spotlight__list li{position:relative;padding-left:1.4rem;font-size:.95rem;color:hsl(150 12% 30%)}
.ek-spotlight__list li::before{content:"";position:absolute;left:0;top:.55rem;width:.8rem;height:.8rem;border-radius:50%;background:hsl(20 50% 56%)}
@media (max-width:864px){.ek-spotlight{grid-template-columns:1fr;gap:2rem}.ek-spotlight__list{grid-template-columns:1fr}}

/* Reviews */
.ek-reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.4rem}
.ek-review{background:hsl(38 30% 96%);padding:1.6rem;border-radius:2px;border-left:3px solid hsl(20 50% 56%)}
.ek-review__stars{color:hsl(36 92% 50%);letter-spacing:.1em;font-size:.95rem;margin-bottom:.6rem}
.ek-review__q{margin:0 0 1rem;font-size:.98rem;color:hsl(150 18% 18%)}
.ek-review__who{font-size:.85rem;color:hsl(150 10% 38%)}
.ek-review__who b{color:hsl(150 18% 18%);display:block;font-family:'Fraunces',Georgia,serif;font-size:.98rem}

/* FAQ */
.ek-faq{max-width:54rem;margin:0 auto}
.ek-faq__row{border-bottom:1px solid hsl(150 12% 80%)}
.ek-faq__q{margin:0;padding:1.2rem 2.6rem 1.2rem .2rem;font-family:'Fraunces',Georgia,serif;font-size:1.08rem;font-weight:600;cursor:pointer;position:relative;color:hsl(150 18% 14%);user-select:none;line-height:1.4}
.ek-faq__q::after{content:"+";position:absolute;right:.4rem;top:50%;transform:translateY(-50%);font-size:1.5rem;color:hsl(20 50% 42%);font-weight:400;transition:transform .25s ease}
.ek-faq__row.is-open .ek-faq__q::after{content:"−"}
.ek-faq__a{display:none;padding:0 .2rem 1.4rem;color:hsl(150 12% 30%);font-size:.98rem}
.ek-faq__row.is-open .ek-faq__a{display:block}

/* CTA block */
.ek-cta{background:hsl(148 38% 18%);color:hsl(38 36% 92%);padding:3rem 0;text-align:center}
.ek-cta h2{color:hsl(38 36% 95%);margin-bottom:.8rem}
.ek-cta p{max-width:36rem;margin:0 auto 1.6rem;color:hsl(38 22% 82%)}
.ek-cta__row{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap}

/* Contact form */
.ek-form{background:hsl(38 36% 97%);border:1px solid hsl(150 12% 86%);padding:2rem;border-radius:2px}
.ek-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.ek-form__field{display:flex;flex-direction:column}
.ek-form__field--full{grid-column:1/-1}
.ek-form__label{font-size:.88rem;font-weight:500;color:hsl(150 18% 22%);margin-bottom:.4rem}
.ek-form__input,.ek-form__textarea,.ek-form__select{font:inherit;font-size:1rem;padding:.8rem .9rem;border:1.5px solid hsl(150 12% 74%);border-radius:2px;background:hsl(38 36% 99%);color:hsl(150 18% 14%);min-height:48px;width:100%}
.ek-form__input:focus,.ek-form__textarea:focus,.ek-form__select:focus{border-color:hsl(148 38% 32%);outline:none}
.ek-form__textarea{min-height:140px;resize:vertical}
.ek-form__hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.ek-form__alert{padding:.8rem 1rem;border-radius:2px;margin-bottom:1rem;font-size:.92rem}
.ek-form__alert--error{background:hsl(8 56% 92%);color:hsl(8 56% 28%);border-left:3px solid hsl(8 56% 50%)}
.ek-form__alert--ok{background:hsl(148 38% 92%);color:hsl(148 38% 22%);border-left:3px solid hsl(148 38% 32%)}
@media (max-width:600px){.ek-form__row{grid-template-columns:1fr}.ek-form{padding:1.4rem}}

/* Contact split */
.ek-contact{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem}
.ek-contact__panel{background:hsl(148 38% 18%);color:hsl(38 36% 92%);padding:2.4rem;border-radius:2px}
.ek-contact__panel h3{color:hsl(38 36% 95%);margin-bottom:1rem}
.ek-contact__panel a{color:hsl(20 50% 78%)}
.ek-contact__panel ul{list-style:none;padding:0;margin:0}
.ek-contact__panel li{padding:.45rem 0;border-bottom:1px solid hsl(148 38% 26%);font-size:.95rem}
.ek-contact__panel li:last-child{border:0}
.ek-contact__panel b{display:block;font-family:'Fraunces',Georgia,serif;color:hsl(38 36% 95%);font-weight:600;font-size:.86rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.3rem}
@media (max-width:864px){.ek-contact{grid-template-columns:1fr;gap:2rem}}

/* Footer */
.ek-foot{background:hsl(150 18% 10%);color:hsl(38 22% 78%);padding:3.5rem 0 1.5rem;margin-top:auto}
.ek-foot__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem}
.ek-foot__brand{font-family:'Fraunces',Georgia,serif;font-weight:700;font-size:1.4rem;color:hsl(38 36% 95%);margin:0 0 .8rem}
.ek-foot__h{font-family:'Fraunces',Georgia,serif;font-size:1rem;font-weight:600;color:hsl(38 36% 95%);margin:0 0 .8rem;text-transform:uppercase;letter-spacing:.06em;font-size:.84rem}
.ek-foot__list{list-style:none;padding:0;margin:0}
.ek-foot__list li{padding:.32rem 0;font-size:.92rem}
.ek-foot__list a{color:hsl(38 22% 78%);text-decoration:none}
.ek-foot__list a:hover{color:hsl(20 50% 70%);text-decoration:underline}
.ek-foot__legal,.ek-foot__addr{font-size:.88rem;margin:0 0 .8rem;color:hsl(38 22% 70%);line-height:1.6}
.ek-foot__cc-trigger{background:none;border:0;color:hsl(38 22% 78%);padding:0;font:inherit;font-size:.92rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.ek-foot__cc-trigger:hover{color:hsl(20 50% 70%)}
.ek-foot__base{display:flex;justify-content:space-between;align-items:center;padding-top:1.4rem;margin-top:2.4rem;border-top:1px solid hsl(150 18% 22%);font-size:.84rem;color:hsl(38 22% 60%);flex-wrap:wrap;gap:.6rem}
.ek-foot__base p{margin:0}
@media (max-width:864px){.ek-foot__grid{grid-template-columns:1fr 1fr;gap:1.6rem}}
@media (max-width:520px){.ek-foot__grid{grid-template-columns:1fr}}

/* Cookie consent */
.ek-cc{position:fixed;right:1rem;bottom:1rem;left:1rem;max-width:420px;margin-left:auto;background:hsl(38 36% 97%);border:1px solid hsl(150 12% 78%);border-radius:2px;padding:1.2rem 1.3rem;z-index:60;box-shadow:0 22px 40px -22px hsl(150 30% 10% / .4);font-size:.92rem}
.ek-cc[hidden]{display:none}
.ek-cc__title{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:1.05rem;margin:0 0 .5rem;color:hsl(150 18% 14%)}
.ek-cc__body{color:hsl(150 12% 30%);margin:0 0 1rem;font-size:.88rem;line-height:1.5}
.ek-cc__actions{display:flex;gap:.6rem;justify-content:flex-end}

/* Page hero (interior) */
.ek-phead{background:hsl(148 38% 18%);color:hsl(38 36% 92%);padding:3rem 0 2.8rem}
.ek-phead h1{color:hsl(38 36% 95%);margin-bottom:.6rem}
.ek-phead p{color:hsl(38 22% 82%);max-width:42rem;margin:0}
.ek-phead__crumb{font-size:.82rem;color:hsl(38 22% 72%);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.6rem}
.ek-phead__crumb a{color:inherit}

/* Article / prose */
.ek-prose{max-width:48rem;margin:0 auto;font-size:1.02rem;line-height:1.75;color:hsl(150 18% 18%)}
.ek-prose p,.ek-prose ul,.ek-prose ol{margin:0 0 1.3rem}
.ek-prose h2{font-size:1.55rem;margin:2.2rem 0 .8rem}
.ek-prose h3{font-size:1.2rem;margin:1.6rem 0 .6rem}
.ek-prose ul,.ek-prose ol{padding-left:1.3rem}
.ek-prose li{margin-bottom:.4rem}
.ek-prose blockquote{margin:1.6rem 0;padding:1rem 1.4rem;background:hsl(38 26% 92%);border-left:3px solid hsl(20 50% 56%);font-style:italic;color:hsl(150 18% 22%)}
.ek-prose__media{margin:1.6rem 0}
.ek-prose__media img{border-radius:2px;width:100%;height:auto}

/* Article grid (insights index) */
.ek-articles{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.6rem}
.ek-article{background:hsl(38 36% 97%);border:1px solid hsl(150 12% 86%);border-radius:2px;overflow:hidden;display:flex;flex-direction:column}
.ek-article__media{aspect-ratio:16/9;overflow:hidden}
.ek-article__media img{width:100%;height:100%;object-fit:cover}
.ek-article__body{padding:1.4rem 1.4rem 1.6rem;display:flex;flex-direction:column;flex-grow:1}
.ek-article__cat{font-size:.74rem;text-transform:uppercase;letter-spacing:.1em;color:hsl(20 50% 42%);font-weight:600;margin-bottom:.4rem}
.ek-article__h{font-size:1.15rem;margin-bottom:.5rem}
.ek-article__excerpt{margin-bottom:.9rem;color:hsl(150 12% 30%);font-size:.93rem;flex-grow:1}
.ek-article__more{color:hsl(148 38% 24%);font-weight:600;text-decoration:none;font-size:.9rem;border-bottom:1.5px solid hsl(20 50% 56%);padding-bottom:2px;align-self:flex-start}

/* Service detail page */
.ek-svc__lede{font-size:1.15rem;color:hsl(150 12% 28%);max-width:42rem}
.ek-svc__grid{display:grid;grid-template-columns:1.05fr 1fr;gap:3rem;align-items:start;margin-bottom:3rem}
.ek-svc__media img{border-radius:2px;width:100%;aspect-ratio:4/3;object-fit:cover}
.ek-svc__list{list-style:none;margin:1.2rem 0 0;padding:0;display:grid;gap:.7rem}
.ek-svc__list li{position:relative;padding-left:1.5rem;font-size:.97rem;color:hsl(150 12% 22%)}
.ek-svc__list li::before{content:"✓";position:absolute;left:0;top:0;color:hsl(148 38% 32%);font-weight:700}
.ek-svc__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.4rem;margin-top:1.6rem}
.ek-svc__step{padding:1.6rem;background:hsl(38 36% 97%);border:1px solid hsl(150 12% 86%);border-radius:2px}
.ek-svc__step b{display:block;font-family:'Fraunces',Georgia,serif;font-size:1.7rem;color:hsl(20 50% 42%);margin-bottom:.4rem}
.ek-svc__step h3{font-size:1.05rem;margin-bottom:.4rem}
.ek-svc__step p{margin:0;color:hsl(150 12% 30%);font-size:.92rem}
@media (max-width:864px){.ek-svc__grid{grid-template-columns:1fr;gap:2rem}}

/* About */
.ek-about__row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:3.5rem}
.ek-about__row--flip > .ek-about__media{order:2}
.ek-about__media img{border-radius:2px;width:100%;aspect-ratio:4/3;object-fit:cover}
.ek-about__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.6rem;margin:2.5rem 0}
.ek-about__stat strong{display:block;font-family:'Fraunces',Georgia,serif;font-size:2.4rem;color:hsl(148 38% 24%);font-weight:700;line-height:1}
.ek-about__stat span{display:block;color:hsl(150 12% 30%);margin-top:.4rem;font-size:.92rem}
@media (max-width:780px){.ek-about__row,.ek-about__row--flip{grid-template-columns:1fr;gap:2rem}.ek-about__row--flip > .ek-about__media{order:0}}

/* Helpers */
.ek-flow > * + *{margin-top:1.5rem}
.ek-narrow{max-width:54rem;margin:0 auto}
.ek-noscroll{overflow:hidden}
