
.ekch{
  --orange:#F16A21;--orange-dark:#D95714;--ink:#171717;--charcoal:#242424;
  --text:#484848;--muted:#747474;--cream:#F6F3EE;--warm:#ECE5DB;
  --line:#DDD6CD;--white:#fff;--max:1320px;--ease:cubic-bezier(.22,.61,.36,1);
  width:100vw;max-width:none!important;margin-left:calc(50% - 50vw);
  overflow:hidden;background:#fff;color:var(--text);font-family:Arial,Helvetica,sans-serif;
  font-size:16px;line-height:1.68;
}
.ekch,.ekch *,.ekch *:before,.ekch *:after{box-sizing:border-box}
.ekch img{display:block;max-width:100%}
.ekch a{text-decoration:none}
.ekch button{font:inherit}
.ekch h1,.ekch h2,.ekch h3{margin:0;color:var(--ink);font-family:Georgia,"Times New Roman",serif;font-weight:600;line-height:1.03;letter-spacing:-.03em}
.ekch p{margin:0}
.ekch-wrap{width:min(calc(100% - 56px),var(--max));margin-inline:auto}
.ekch-section{padding:clamp(46px,4.7vw,64px) 0}
.ekch-title{font-size:clamp(38px,4.55vw,62px)}
.ekch-kicker{display:inline-flex;align-items:center;gap:12px;margin:0 0 14px;color:var(--orange);font-size:11px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.ekch-kicker:before{content:"";width:40px;height:2px;background:currentColor}
.ekch-btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:50px;padding:13px 22px;border:1px solid var(--orange);border-radius:2px;background:var(--orange);color:#fff!important;font-size:11px;font-weight:900;letter-spacing:.055em;text-transform:uppercase;transition:.28s var(--ease)}
.ekch-btn:hover{background:var(--ink);border-color:var(--ink);transform:translateY(-2px)}
.ekch-btn--ghost{background:transparent;border-color:rgba(255,255,255,.72)}
.ekch-btn--ghost:hover{background:#fff;border-color:#fff;color:var(--ink)!important}
.ekch-btn--dark{background:var(--ink);border-color:var(--ink)}
.ekch-btn--dark:hover{background:var(--orange);border-color:var(--orange)}
.ekch-btn--white{background:#fff;border-color:#fff;color:var(--ink)!important}
.ekch-btn--white:hover{background:var(--ink);border-color:var(--ink);color:#fff!important}
.ekch-actions{display:flex;flex-wrap:wrap;gap:9px}
.ekch-section-head{display:grid;grid-template-columns:1fr minmax(300px,470px);gap:48px;align-items:end;margin-bottom:22px}
.ekch-section-head>p,.ekch-section-head>div:last-child>p{color:var(--muted);font-size:14px;line-height:1.72}
.ekch-reveal{opacity:1;transform:none}
.js .ekch-reveal{opacity:0;transform:translateY(18px);transition:opacity .68s ease,transform .68s var(--ease)}
.js .ekch-reveal.is-visible{opacity:1;transform:none}

/* HERO */
.ekch-hero{position:relative;min-height:clamp(690px,82vh,850px);overflow:hidden;isolation:isolate;background:#141414;color:#fff}
.ekch-hero__slides,.ekch-hero__slide{position:absolute;inset:0}
.ekch-hero__slide{opacity:0;visibility:hidden;transition:opacity .9s ease,visibility .9s ease}
.ekch-hero__slide.is-active{opacity:1;visibility:visible}
.ekch-hero__slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,7,7,.95) 0%,rgba(7,7,7,.67) 42%,rgba(7,7,7,.10) 78%),linear-gradient(0deg,rgba(7,7,7,.48),transparent 55%)}
.ekch-hero__slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.06);transition:transform 6.3s var(--ease)}
.ekch-hero__slide.is-active img{transform:scale(1.01)}
.ekch-hero__content{position:relative;z-index:3;min-height:clamp(690px,82vh,850px);display:flex;align-items:flex-end;padding:105px 0 155px}
.ekch-hero__copy{max-width:900px}
.ekch-hero .ekch-kicker{color:#fff}.ekch-hero .ekch-kicker:before{background:var(--orange)}
.ekch-hero h1{color:#fff;font-size:clamp(50px,6.1vw,82px)}
.ekch-hero h1 em{color:var(--orange);font-style:normal}
.ekch-hero__copy>p{max-width:620px;margin:15px 0 18px;color:rgba(255,255,255,.80);font-size:16px;line-height:1.68}
.ekch-hero__nav{position:absolute;z-index:5;right:28px;top:50%;display:grid;gap:8px;transform:translateY(-50%)}
.ekch-hero__nav button{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.34);border-radius:50%;background:rgba(8,8,8,.26);color:rgba(255,255,255,.68);font-size:9px;font-weight:900;cursor:pointer;transition:.25s ease}
.ekch-hero__nav button.is-active,.ekch-hero__nav button:hover{border-color:#fff;color:#fff;box-shadow:inset 0 0 0 5px rgba(241,106,33,.86)}
.ekch-hero__facts{position:absolute;z-index:4;left:0;right:0;bottom:3px;background:linear-gradient(0deg,rgba(7,7,7,.94),rgba(7,7,7,.04))}
.ekch-hero__facts-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.17)}
.ekch-hero__facts-grid>div{padding:15px 17px 16px 0;color:rgba(255,255,255,.64);font-size:11px}
.ekch-hero__facts-grid>div+div{padding-left:17px;border-left:1px solid rgba(255,255,255,.14)}
.ekch-hero__facts-grid b{display:block;color:#fff;font-size:12px}
.ekch-hero__progress{position:absolute;z-index:6;left:0;right:0;bottom:0;height:3px;background:rgba(255,255,255,.15)}
.ekch-hero__progress span{display:block;width:100%;height:100%;background:var(--orange);transform-origin:left}
.ekch-hero__progress span.is-running{animation:ekchProgress 5.2s linear forwards}
@keyframes ekchProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}

/* INTRO */
.ekch-intro{background:var(--cream)}
.ekch-intro__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:start}
.ekch-intro__body>p{color:var(--muted);font-size:15px;line-height:1.8;margin-bottom:13px}
.ekch-intro__points{display:grid;grid-template-columns:repeat(3,1fr);margin-top:23px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.ekch-intro__points>div{min-height:112px;padding:15px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.6)}
.ekch-intro__points small{display:block;color:var(--orange);font-size:9px;font-weight:900}
.ekch-intro__points strong{display:block;margin-top:6px;color:var(--ink);font-size:13px}
.ekch-intro__points span{display:block;margin-top:3px;color:var(--muted);font-size:11px}

/* SERVICES */
.ekch-services{background:#fff}
.ekch-services__shell{display:grid;grid-template-columns:.78fr 1.22fr;gap:12px;min-height:540px}
.ekch-services__list{border-top:1px solid var(--line)}
.ekch-service{width:100%;display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;padding:13px 0;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);text-align:left;cursor:pointer}
.ekch-service small{color:var(--orange);font-size:9px;font-weight:900}
.ekch-service strong{font-family:Georgia,"Times New Roman",serif;font-size:clamp(20px,1.95vw,30px);font-weight:600;line-height:1.08}
.ekch-service>span{color:#aaa;transition:.25s ease}
.ekch-service.is-active>span{color:var(--orange);transform:translateX(4px)}
.ekch-services__visual{position:relative;min-height:540px;overflow:hidden;background:#1b1b1b}
.ekch-service-image{position:absolute;inset:0;margin:0;opacity:0;transform:scale(1.025);transition:opacity .42s ease,transform .7s var(--ease)}
.ekch-service-image.is-active{opacity:1;transform:scale(1)}
.ekch-service-image img{width:100%;height:100%;object-fit:cover}
.ekch-services__caption{position:absolute;z-index:3;left:0;right:0;bottom:0;padding:80px 27px 25px;background:linear-gradient(0deg,rgba(7,7,7,.94),transparent);color:#fff}
.ekch-services__caption small{display:block;color:var(--orange);font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.ekch-services__caption h3{max-width:650px;margin-top:6px;color:#fff;font-size:clamp(27px,3vw,44px)}
.ekch-services__caption a{display:inline-flex;gap:12px;margin-top:12px;color:#fff!important;border-bottom:1px solid var(--orange);font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}

/* PROJECTS */
.ekch-projects{background:var(--ink);color:#fff}
.ekch-projects .ekch-kicker{color:#fff}.ekch-projects .ekch-kicker:before{background:var(--orange)}
.ekch-projects .ekch-title{color:#fff}
.ekch-projects__head{display:grid;grid-template-columns:1fr minmax(300px,450px);gap:45px;align-items:end;margin-bottom:22px}
.ekch-projects__head p{color:rgba(255,255,255,.62);font-size:14px}
.ekch-projects__head a{display:inline-block;margin-top:9px;color:#fff!important;border-bottom:1px solid var(--orange);font-size:10px;font-weight:900;text-transform:uppercase}
.ekch-projects__output .ekc-project-cards{display:grid!important;grid-template-columns:repeat(12,1fr)!important;gap:10px!important}
.ekch-projects__output .ekc-project-card{position:relative!important;grid-column:span 4!important;min-height:365px!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:#222!important}
.ekch-projects__output .ekc-project-card:nth-child(4n+1){grid-column:span 8!important}
.ekch-projects__output .ekc-project-card__media{position:absolute!important;inset:0!important;height:100%!important}
.ekch-projects__output .ekc-project-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,7,7,.94),rgba(7,7,7,.03) 66%)}
.ekch-projects__output .ekc-project-card__media img{width:100%!important;height:100%!important;object-fit:cover!important}
.ekch-projects__output .ekc-project-card__body{position:absolute!important;z-index:2!important;left:20px!important;right:20px!important;bottom:18px!important;padding:0!important}
.ekch-projects__output .ekc-project-card__body span{color:var(--orange)!important;font-size:9px!important;font-weight:900!important;text-transform:uppercase!important}
.ekch-projects__output .ekc-project-card__body h3{margin-top:5px!important;color:#fff!important;font-size:clamp(26px,2.5vw,40px)!important}
.ekch-projects__output .ekc-project-card__body em{display:block!important;margin-top:8px!important;color:rgba(255,255,255,.68)!important;font-size:10px!important;font-style:normal!important;text-transform:uppercase!important}

/* FREEDOM */
.ekch-freedom{background:var(--warm)}
.ekch-freedom__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center}
.ekch-freedom__mosaic{display:grid;grid-template-columns:1.15fr .85fr;gap:8px;min-height:540px}
.ekch-freedom__large,.ekch-freedom__small>div{overflow:hidden}
.ekch-freedom__large img{width:100%;height:100%;object-fit:cover}
.ekch-freedom__small{display:grid;grid-template-rows:1fr 1fr;gap:8px}
.ekch-freedom__small img{width:100%;height:100%;object-fit:cover;min-height:0}
.ekch-freedom__copy>p{margin:16px 0 0;color:var(--muted);font-size:15px;line-height:1.78}
.ekch-rule-list{margin:21px 0;border-top:1px solid #cbc0b4}
.ekch-rule-list>div{display:grid;grid-template-columns:38px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid #cbc0b4}
.ekch-rule-list b{color:var(--orange);font-size:9px}
.ekch-rule-list strong{display:block;color:var(--ink);font-size:13px}
.ekch-rule-list span{color:var(--muted);font-size:12px}

/* BEFORE AFTER */
.ekch-transform{background:var(--cream)}
.ekch-transform__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:55px;align-items:start}
.ekch-transform__copy{position:sticky;top:25px}
.ekch-transform__copy>p{margin-top:15px;color:var(--muted);font-size:14px}
.ekch-transform__tabs{margin-top:20px;border-top:1px solid var(--line)}
.ekch-transform__tabs button{width:100%;display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;padding:13px 0;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);text-align:left;cursor:pointer}
.ekch-transform__tabs small{color:var(--orange);font-size:9px;font-weight:900}
.ekch-transform__tabs strong{font-size:13px}
.ekch-transform__tabs span{color:#aaa}.ekch-transform__tabs button.is-active span{color:var(--orange)}
.ekch-ba{--pos:50%;position:relative;aspect-ratio:16/9;overflow:hidden;background:#c8c4bf}
.ekch-ba__set{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .35s ease}
.ekch-ba__set.is-active{opacity:1;pointer-events:auto}
.ekch-ba__set>img,.ekch-ba__before img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ekch-ba__before{position:absolute;inset:0;overflow:hidden;clip-path:inset(0 calc(100% - var(--pos)) 0 0)}
.ekch-ba__line{position:absolute;z-index:5;top:0;bottom:0;left:var(--pos);width:2px;background:#fff;transform:translateX(-50%)}
.ekch-ba__handle{position:absolute;z-index:6;top:50%;left:var(--pos);width:54px;height:54px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:var(--orange);color:#fff;transform:translate(-50%,-50%)}
.ekch-ba input{position:absolute;z-index:7;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize}
.ekch-ba__tag{position:absolute;z-index:6;top:14px;padding:7px 10px;background:rgba(10,10,10,.76);color:#fff;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.ekch-ba__tag--before{left:14px}.ekch-ba__tag--after{right:14px}

/* DIRECTIONS */
.ekch-directions{background:#fff}
.ekch-directions__grid{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:10px;min-height:650px}
.ekch-direction{position:relative;overflow:hidden;background:#222;color:#fff!important}
.ekch-direction--wide{grid-row:1/3}
.ekch-direction img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease)}
.ekch-direction:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,7,7,.87),transparent 62%)}
.ekch-direction:hover img{transform:scale(1.035)}
.ekch-direction>span{position:absolute;z-index:2;left:20px;right:20px;bottom:18px}
.ekch-direction small{display:block;color:var(--orange);font-size:9px;font-weight:900;text-transform:uppercase}
.ekch-direction strong{display:block;margin-top:4px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(24px,2.6vw,38px);font-weight:600;line-height:1.05}
.ekch-direction em{display:block;margin-top:8px;color:rgba(255,255,255,.70);font-size:10px;font-style:normal;text-transform:uppercase}

/* WHY */
.ekch-why{background:var(--warm)}
.ekch-why__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #cbc0b4;border-left:1px solid #cbc0b4}
.ekch-why__card{min-height:165px;padding:20px;border-right:1px solid #cbc0b4;border-bottom:1px solid #cbc0b4;background:rgba(255,255,255,.34);transition:.3s var(--ease)}
.ekch-why__card:hover{background:var(--ink);transform:translateY(-3px)}
.ekch-why__card small{display:block;margin-bottom:15px;color:var(--orange);font-size:9px;font-weight:900}
.ekch-why__card h3{font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:800;letter-spacing:-.01em}
.ekch-why__card p{margin-top:6px;color:var(--muted);font-size:12px}
.ekch-why__card:hover h3{color:#fff}.ekch-why__card:hover p{color:rgba(255,255,255,.62)}

/* PROCESS */
.ekch-process{background:var(--ink);color:#fff}
.ekch-section-head--dark .ekch-kicker{color:#fff}.ekch-section-head--dark .ekch-kicker:before{background:var(--orange)}
.ekch-section-head--dark .ekch-title{color:#fff}.ekch-section-head--dark>p{color:rgba(255,255,255,.60)}
.ekch-process__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.14);border-left:1px solid rgba(255,255,255,.14)}
.ekch-process__card{min-height:165px;padding:20px;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
.ekch-process__card small{display:block;margin-bottom:15px;color:var(--orange);font-size:9px;font-weight:900}
.ekch-process__card h3{color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:800}
.ekch-process__card p{margin-top:6px;color:rgba(255,255,255,.58);font-size:12px}

/* ABOUT */
.ekch-about-strip{background:#fff}
.ekch-about-strip__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.ekch-about-strip__grid p{color:var(--muted);font-size:15px;line-height:1.8}
.ekch-about-strip__grid a{display:inline-flex;gap:12px;margin-top:14px;color:var(--ink)!important;border-bottom:1px solid var(--orange);font-size:10px;font-weight:900;text-transform:uppercase}

/* LOCATIONS */
.ekch-locations{background:var(--cream)}
.ekch-locations__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px;align-items:start}
.ekch-locations__intro>p{margin:16px 0 21px;color:var(--muted);font-size:14px}
.ekch-locations__cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ekch-location{min-height:245px;display:flex;flex-direction:column;justify-content:space-between;padding:24px;border:1px solid var(--line);background:var(--warm)}
.ekch-location small{color:var(--orange);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}
.ekch-location h3{margin-top:11px;font-size:clamp(30px,3vw,42px)}
.ekch-location address{margin-top:11px;color:var(--muted);font-size:13px;font-style:normal}
.ekch-location>a{display:inline-flex;gap:12px;align-self:flex-start;color:var(--ink)!important;border-bottom:1px solid var(--orange);font-size:10px;font-weight:900;text-transform:uppercase}

/* SOCIAL */
.ekch-social{background:var(--warm)}
.ekch-social__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}
.ekch-social__grid>div:first-child>p{margin-top:15px;color:var(--muted)}
.ekch-social__cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ekch-social__card{min-height:150px;display:flex;flex-direction:column;justify-content:space-between;padding:20px;border:1px solid #cec4b8;background:rgba(255,255,255,.36);color:var(--ink)!important;transition:.3s var(--ease)}
.ekch-social__card:hover{background:var(--ink);color:#fff!important;transform:translateY(-3px)}
.ekch-social__card small{color:var(--orange);font-size:9px;font-weight:900;text-transform:uppercase}
.ekch-social__card strong{font-family:Georgia,"Times New Roman",serif;font-size:28px}
.ekch-social__card span{color:#a79d92;font-size:11px}

/* FAQ */
.ekch-faq{background:#fff}
.ekch-faq__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:56px}
.ekch-faq__list{border-top:1px solid var(--line)}
.ekch-faq__item{border-bottom:1px solid var(--line)}
.ekch-faq__item button{width:100%;display:grid;grid-template-columns:1fr auto;gap:15px;align-items:center;padding:16px 0;border:0;background:transparent;color:var(--ink);text-align:left;cursor:pointer}
.ekch-faq__item button strong{font-size:13px}.ekch-faq__item button span{color:var(--orange);font-size:18px}
.ekch-faq__item>div{display:none;padding:0 0 16px}.ekch-faq__item.is-open>div{display:block}
.ekch-faq__item>div p{color:var(--muted);font-size:12px}

/* FINAL */
.ekch-final{position:relative;overflow:hidden;background:var(--orange);color:#fff}
.ekch-final:after{content:"";position:absolute;right:-120px;top:-180px;width:430px;height:430px;border:1px solid rgba(255,255,255,.25);transform:rotate(31deg)}
.ekch-final__grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;gap:44px;align-items:center}
.ekch-final .ekch-kicker{color:#fff}.ekch-final .ekch-kicker:before{background:#fff}.ekch-final .ekch-title{color:#fff}
.ekch-final p{max-width:690px;margin-top:11px;color:rgba(255,255,255,.86)}
.ekch-final__actions{display:flex;flex-direction:column;align-items:stretch;gap:10px}
.ekch-final__textlink{display:inline-flex;justify-content:center;gap:12px;color:#fff!important;font-size:10px;font-weight:900;text-transform:uppercase}

/* TABLET */
@media(max-width:1050px){
  .ekch-section-head,.ekch-projects__head{grid-template-columns:1fr;gap:16px}
  .ekch-intro__grid,.ekch-services__shell,.ekch-freedom__grid,.ekch-transform__grid,.ekch-about-strip__grid,.ekch-locations__grid,.ekch-social__grid,.ekch-faq__grid{grid-template-columns:1fr;gap:34px}
  .ekch-transform__copy{position:static}
  .ekch-services__visual{min-height:560px}
  .ekch-why__grid,.ekch-process__grid{grid-template-columns:1fr 1fr}
  .ekch-projects__output .ekc-project-card,.ekch-projects__output .ekc-project-card:nth-child(4n+1){grid-column:span 6!important}
}

/* MOBILE */
@media(max-width:767px){
  .ekch-wrap{width:calc(100% - 30px)}
  .ekch-section{padding:49px 0}
  .ekch-title{font-size:clamp(36px,10vw,48px)}
  .ekch-actions{display:grid;grid-template-columns:1fr}
  .ekch-actions .ekch-btn{width:100%}

  .ekch-hero{min-height:760px}
  .ekch-hero__slide:after{background:linear-gradient(0deg,rgba(7,7,7,.96),rgba(7,7,7,.62) 68%,rgba(7,7,7,.15))}
  .ekch-hero__content{min-height:760px;padding:100px 0 205px}
  .ekch-hero h1{font-size:44px}
  .ekch-hero__copy>p{font-size:14px}
  .ekch-hero__nav{top:auto;right:15px;bottom:148px;display:flex;transform:none}
  .ekch-hero__nav button{width:34px;height:34px}
  .ekch-hero__facts-grid{grid-template-columns:1fr 1fr}
  .ekch-hero__facts-grid>div{padding:9px 7px 9px 0}
  .ekch-hero__facts-grid>div+div{padding-left:8px}
  .ekch-hero__facts-grid span{font-size:9px}

  .ekch-intro__points{grid-template-columns:1fr}
  .ekch-services__visual{min-height:440px}
  .ekch-service{padding:11px 0}
  .ekch-service strong{font-size:21px}
  .ekch-services__caption{padding:70px 18px 18px}
  .ekch-services__caption h3{font-size:28px}

  .ekch-projects__output .ekc-project-cards{display:flex!important;overflow-x:auto!important;gap:9px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}
  .ekch-projects__output .ekc-project-card,.ekch-projects__output .ekc-project-card:nth-child(4n+1){flex:0 0 84vw!important;min-height:400px!important;scroll-snap-align:start!important}

  .ekch-freedom__mosaic{grid-template-columns:1fr;min-height:auto}
  .ekch-freedom__large{height:440px}
  .ekch-freedom__small{display:none}
  .ekch-ba{aspect-ratio:4/5}
  .ekch-directions__grid{grid-template-columns:1fr;grid-template-rows:none;min-height:0}
  .ekch-direction,.ekch-direction--wide{grid-row:auto;min-height:390px}
  .ekch-why__grid,.ekch-process__grid,.ekch-locations__cards,.ekch-social__cards{grid-template-columns:1fr}
  .ekch-final__grid{grid-template-columns:1fr;gap:20px}
  .ekch-final__actions .ekch-btn{width:100%}
}
@media(max-width:420px){
  .ekch-hero h1{font-size:40px}
  .ekch-service strong{font-size:19px}
}


/* HERO MICRO STEPS */
.ekch-hero__micro{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 22px}
.ekch-hero__micro span{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:7px 10px;border:1px solid rgba(255,255,255,.22);background:rgba(15,15,15,.28);color:rgba(255,255,255,.80);font-size:10px}
.ekch-hero__micro b{color:var(--orange);font-size:9px}

/* CONVERSION BAR */
.ekch-conversion-bar{position:relative;z-index:8;background:var(--orange);color:#fff}
.ekch-conversion-bar__grid{min-height:86px;display:grid;grid-template-columns:.9fr 1.35fr auto;gap:24px;align-items:center}
.ekch-conversion-bar small{display:block;color:rgba(255,255,255,.78);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.ekch-conversion-bar strong{display:block;margin-top:2px;font-family:Georgia,"Times New Roman",serif;font-size:20px;font-weight:600;line-height:1.08}
.ekch-conversion-bar__grid>div:nth-child(2){display:flex;flex-wrap:wrap;gap:7px}
.ekch-conversion-bar__grid>div:nth-child(2) span{padding:7px 9px;border:1px solid rgba(255,255,255,.27);font-size:10px}
.ekch-conversion-bar a{display:inline-flex;align-items:center;gap:14px;justify-content:center;min-height:46px;padding:11px 17px;border:1px solid #fff;background:#fff;color:var(--ink)!important;font-size:10px;font-weight:900;text-transform:uppercase;white-space:nowrap}
.ekch-conversion-bar a:hover{background:var(--ink);border-color:var(--ink);color:#fff!important}

/* SMALL SERVICE CARDS */
.ekch-service-cards{background:var(--cream)}
.ekch-service-cards__grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.ekch-service-card{min-height:162px;display:flex;flex-direction:column;padding:17px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;color:var(--ink)!important;transition:.3s var(--ease)}
.ekch-service-card small{color:var(--orange);font-size:9px;font-weight:900}
.ekch-service-card strong{margin-top:20px;font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.05;font-weight:600}
.ekch-service-card>span{margin-top:8px;color:var(--muted);font-size:11px;line-height:1.5}
.ekch-service-card em{margin-top:auto;padding-top:16px;color:#a69d94;font-size:9px;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.ekch-service-card:hover{z-index:2;background:var(--ink);color:#fff!important;transform:translateY(-4px);box-shadow:0 18px 40px rgba(23,23,23,.12)}
.ekch-service-card:hover strong{color:#fff}.ekch-service-card:hover>span{color:rgba(255,255,255,.63)}.ekch-service-card:hover em{color:var(--orange)}

/* APPOINTMENT CONFIDENCE */
.ekch-confidence{background:#fff}
.ekch-confidence__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:58px;align-items:start}
.ekch-confidence__copy>p{margin:16px 0 22px;color:var(--muted);font-size:15px;line-height:1.78}
.ekch-confidence__steps{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.ekch-confidence__card{min-height:180px;padding:19px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--cream)}
.ekch-confidence__card small{display:block;color:var(--orange);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.ekch-confidence__card strong{display:block;margin-top:17px;color:var(--ink);font-family:Georgia,"Times New Roman",serif;font-size:23px;line-height:1.08}
.ekch-confidence__card p{margin-top:7px;color:var(--muted);font-size:11px;line-height:1.55}

/* PROJECT PLANNING DETAILS */
.ekch-planning{background:var(--cream)}
.ekch-planning__grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.ekch-planning__card{min-height:180px;padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.ekch-planning__card small{color:var(--orange);font-size:9px;font-weight:900}
.ekch-planning__card h3{margin-top:25px;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:800;letter-spacing:-.01em}
.ekch-planning__card p{margin-top:7px;color:var(--muted);font-size:12px;line-height:1.6}

/* MID CTA */
.ekch-midcta{background:var(--charcoal);color:#fff}
.ekch-midcta__grid{min-height:124px;display:grid;grid-template-columns:1fr auto;gap:38px;align-items:center}
.ekch-midcta small{display:block;color:var(--orange);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}
.ekch-midcta strong{display:block;margin-top:5px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(26px,3vw,40px);font-weight:600;line-height:1.06}
.ekch-midcta a{display:inline-flex;align-items:center;gap:14px;padding:13px 18px;border:1px solid rgba(255,255,255,.72);color:#fff!important;font-size:10px;font-weight:900;text-transform:uppercase}
.ekch-midcta a:hover{background:var(--orange);border-color:var(--orange)}

/* FINAL REASSURANCE */
.ekch-reassure{background:var(--cream)}
.ekch-reassure__grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line)}
.ekch-reassure__grid>div{min-height:120px;padding:17px;border-right:1px solid var(--line)}
.ekch-reassure small{display:block;color:var(--orange);font-size:9px;font-weight:900}
.ekch-reassure strong{display:block;margin-top:8px;color:var(--ink);font-size:12px}
.ekch-reassure span{display:block;margin-top:4px;color:var(--muted);font-size:10px;line-height:1.45}

/* More premium project cards */
.ekch-projects__output .ekc-project-card{transition:transform .35s var(--ease),box-shadow .35s ease!important}
.ekch-projects__output .ekc-project-card:hover{transform:translateY(-4px)!important;box-shadow:0 20px 50px rgba(0,0,0,.28)!important}
.ekch-projects__output .ekc-project-card__media img{transition:transform .7s var(--ease)!important}
.ekch-projects__output .ekc-project-card:hover .ekc-project-card__media img{transform:scale(1.035)!important}

/* Responsive additions */
@media(max-width:1100px){
  .ekch-service-cards__grid{grid-template-columns:repeat(3,1fr)}
  .ekch-conversion-bar__grid{grid-template-columns:1fr 1fr}
  .ekch-conversion-bar__grid>a{grid-column:1/-1;justify-self:start;margin-bottom:18px}
}
@media(max-width:900px){
  .ekch-confidence__grid{grid-template-columns:1fr;gap:32px}
  .ekch-planning__grid{grid-template-columns:1fr 1fr}
  .ekch-midcta__grid{grid-template-columns:1fr;gap:16px;padding:24px 0}
}
@media(max-width:767px){
  .ekch-hero__micro{display:grid;grid-template-columns:1fr}
  .ekch-conversion-bar__grid{grid-template-columns:1fr;gap:10px;padding:17px 0}
  .ekch-conversion-bar__grid>a{grid-column:auto;width:100%;margin:2px 0 0}
  .ekch-service-cards__grid{display:flex;overflow-x:auto;gap:9px;padding-bottom:8px;border:0;scroll-snap-type:x mandatory;scrollbar-width:none}
  .ekch-service-card{flex:0 0 76vw;min-height:165px;border:1px solid var(--line);scroll-snap-align:start}
  .ekch-confidence__steps,.ekch-planning__grid{grid-template-columns:1fr}
  .ekch-reassure__grid{grid-template-columns:1fr 1fr}
  .ekch-reassure__grid>div{min-height:105px;border-bottom:1px solid var(--line)}
}
@media(max-width:480px){
  .ekch-reassure__grid{grid-template-columns:1fr}
}

/* Motion safety */
@media(prefers-reduced-motion:reduce){
  .ekch *,.ekch *:before,.ekch *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}
  .js .ekch-reveal{opacity:1;transform:none}
}


/* ========================================================
   v1.2 — ALL-SERVICE HERO + DENSITY / RELIABILITY FIXES
   ======================================================== */

/* Content should NEVER disappear because of reveal JS. */
.ekch-reveal,
.js .ekch-reveal,
.js .ekch-reveal.is-visible{
  opacity:1!important;
  transform:none!important;
}

/* All text sits inside each service slide. */
.ekch-hero__slide .ekch-hero__content{
  position:relative;
  z-index:3;
}
.ekch-hero__service-line{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:13px;
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.ekch-hero__service-line span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 9px;
  background:var(--orange);
  color:#fff;
}
.ekch-hero__service-line b{
  color:rgba(255,255,255,.77);
  font-weight:900;
}
.ekch-hero__slide .ekch-hero__copy{
  max-width:850px;
}
.ekch-hero__slide .ekch-hero__copy>p{
  max-width:600px;
  margin:14px 0 17px;
  color:rgba(255,255,255,.81);
  font-size:15px;
  line-height:1.65;
}

/* Compact next/previous control */
.ekch-hero__controls{
  position:absolute;
  z-index:7;
  right:max(28px,calc((100vw - 1320px)/2));
  bottom:108px;
  display:grid;
  grid-template-columns:42px minmax(170px,240px) 42px;
  align-items:stretch;
  min-height:56px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(12,12,12,.64);
  backdrop-filter:blur(10px);
}
.ekch-hero__arrow{
  border:0;
  background:transparent;
  color:#fff;
  cursor:pointer;
  font-size:18px;
  transition:.2s ease;
}
.ekch-hero__arrow:hover{
  background:var(--orange);
}
.ekch-hero__current{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:7px 12px;
  border-left:1px solid rgba(255,255,255,.18);
  border-right:1px solid rgba(255,255,255,.18);
}
.ekch-hero__current>span{
  color:var(--orange);
  font-size:9px;
  font-weight:900;
}
.ekch-hero__current strong{
  margin-top:1px;
  overflow:hidden;
  color:#fff;
  font-size:11px;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* 10 tiny progress selectors, minimal visual weight */
.ekch-hero__mini-nav{
  position:absolute;
  z-index:7;
  left:max(28px,calc((100vw - 1320px)/2));
  bottom:113px;
  display:grid;
  grid-template-columns:repeat(10,22px);
  gap:4px;
}
.ekch-hero__mini-nav button{
  width:22px;
  height:28px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}
.ekch-hero__mini-nav button span{
  width:100%;
  height:2px;
  background:rgba(255,255,255,.32);
  transition:.25s ease;
}
.ekch-hero__mini-nav button.is-active span,
.ekch-hero__mini-nav button:hover span{
  height:3px;
  background:var(--orange);
}

/* Remove obsolete v1.x circular nav if cached CSS/markup lingers */
.ekch-hero__nav{display:none!important}

/* Tighter micro chips */
.ekch-hero__micro{gap:5px;margin:0 0 17px}
.ekch-hero__micro span{min-height:31px;padding:5px 9px}

/* Compact section headings */
.ekch-section-head{gap:38px;margin-bottom:22px}
.ekch-section-head>p,.ekch-section-head>div:last-child>p{font-size:13px;line-height:1.65}

/* Denser all-service cards */
.ekch-service-card{padding:14px}
.ekch-service-card strong{margin-top:14px}
.ekch-service-card>span{margin-top:6px;line-height:1.42}
.ekch-service-card em{padding-top:12px}

/* Denser hover services */
.ekch-service{padding:10px 0}
.ekch-service strong{font-size:clamp(19px,1.75vw,27px)}
.ekch-services__caption{padding:64px 23px 20px}
.ekch-services__caption h3{font-size:clamp(25px,2.7vw,39px)}

/* More compact projects */
.ekch-projects__output .ekc-project-card{
  min-height:350px!important;
}
.ekch-projects__output .ekc-project-card__body{
  left:17px!important;
  right:17px!important;
  bottom:15px!important;
}

/* Reduce over-tall visual blocks */
.ekch-freedom__mosaic{min-height:515px}
.ekch-freedom__large{min-height:515px}
.ekch-confidence__card{min-height:155px}
.ekch-planning__card{min-height:165px;padding:17px}
.ekch-why__card,.ekch-process__card{min-height:155px;padding:17px}
.ekch-location{min-height:230px}
.ekch-social__card{min-height:145px}

/* Quick Ads-focused project-start bar */
.ekch-project-start{
  background:var(--ink);
  color:#fff;
}
.ekch-project-start__grid{
  min-height:96px;
  display:grid;
  grid-template-columns:.9fr 1.35fr auto;
  gap:22px;
  align-items:center;
}
.ekch-project-start small{
  display:block;
  color:var(--orange);
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ekch-project-start strong{
  display:block;
  margin-top:2px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:21px;
  font-weight:600;
  line-height:1.08;
}
.ekch-project-start__grid>div:nth-child(2){
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.ekch-project-start__grid>div:nth-child(2) span{
  padding:7px 9px;
  border:1px solid rgba(255,255,255,.17);
  color:rgba(255,255,255,.75);
  font-size:10px;
}
.ekch-project-start__grid>div:nth-child(2) b{
  color:#fff;
  font-weight:900;
}
.ekch-project-start a{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  min-height:44px;
  padding:10px 16px;
  background:var(--orange);
  color:#fff!important;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  white-space:nowrap;
}
.ekch-project-start a:hover{background:#fff;color:var(--ink)!important}

/* Reduce gaps in two-column editorial sections */
.ekch-intro__grid,
.ekch-freedom__grid,
.ekch-transform__grid,
.ekch-confidence__grid,
.ekch-about-strip__grid,
.ekch-locations__grid,
.ekch-social__grid,
.ekch-faq__grid{
  gap:clamp(30px,4vw,50px);
}

/* Better no-image fallback */
.ekch-image-missing{
  position:relative;
  background:
    linear-gradient(135deg,#1a1a1a,#2a2a2a)!important;
}
.ekch-image-missing:after{
  content:"Custom Cabinetry";
  position:absolute;
  left:18px;
  bottom:16px;
  color:rgba(255,255,255,.55);
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

@media(max-width:1100px){
  .ekch-hero__controls{
    right:28px;
  }
  .ekch-hero__mini-nav{
    left:28px;
  }
}

@media(max-width:767px){
  .ekch-section{padding:42px 0}
  .ekch-title{font-size:clamp(34px,9.5vw,45px)}

  .ekch-hero,
  .ekch-hero__content{
    min-height:700px;
  }
  .ekch-hero__content{
    padding:86px 0 188px;
  }
  .ekch-hero h1{
    font-size:clamp(38px,11vw,46px);
  }
  .ekch-hero__slide .ekch-hero__copy>p{
    max-width:100%;
    font-size:13px;
    line-height:1.56;
  }
  .ekch-hero__micro{
    display:none;
  }
  .ekch-hero__service-line{
    margin-bottom:10px;
    font-size:9px;
  }

  .ekch-hero__controls{
    left:15px;
    right:15px;
    bottom:116px;
    grid-template-columns:38px 1fr 38px;
    min-height:48px;
  }
  .ekch-hero__mini-nav{
    left:15px;
    right:15px;
    bottom:96px;
    grid-template-columns:repeat(10,1fr);
    gap:3px;
  }
  .ekch-hero__mini-nav button{
    width:100%;
    height:14px;
  }
  .ekch-hero__facts-grid>div{
    min-height:45px;
  }

  .ekch-service-card{
    flex-basis:72vw;
    min-height:165px;
  }
  .ekch-services__visual{
    min-height:390px;
  }
  .ekch-freedom__large{
    height:390px;
    min-height:390px;
  }
  .ekch-projects__output .ekc-project-card,
  .ekch-projects__output .ekc-project-card:nth-child(4n+1){
    min-height:355px!important;
  }
  .ekch-confidence__card,
  .ekch-planning__card,
  .ekch-why__card,
  .ekch-process__card{
    min-height:auto;
  }

  .ekch-project-start__grid{
    grid-template-columns:1fr;
    gap:10px;
    padding:16px 0;
  }
  .ekch-project-start__grid>a{
    width:100%;
  }
}

@media(max-width:420px){
  .ekch-hero__service-line b{
    max-width:210px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
}


/* ========================================================
   v1.2.1 HERO TEXT VISIBILITY FIX
   Permanent content layer outside fading slides.
   ======================================================== */
.ekch-hero{
  min-height:clamp(660px,78vh,790px)!important;
}
.ekch-hero__slide{
  z-index:1;
}
.ekch-hero__slide.is-active{
  z-index:2;
}
.ekch-hero__slide:after{
  z-index:1;
  pointer-events:none;
}
.ekch-hero__slide img{
  position:relative;
  z-index:0;
}
.ekch-hero__content-layer{
  position:absolute;
  z-index:20;
  inset:0;
  pointer-events:none;
}
.ekch-hero__content-layer .ekch-hero__content{
  min-height:clamp(660px,78vh,790px)!important;
  display:flex!important;
  align-items:center!important;
  padding:70px 0 155px!important;
  pointer-events:none;
}
.ekch-hero__content-layer .ekch-hero__copy{
  width:min(850px,72vw);
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  pointer-events:auto;
}
.ekch-hero__content-layer h1,
.ekch-hero__content-layer p,
.ekch-hero__content-layer .ekch-hero__service-line,
.ekch-hero__content-layer .ekch-hero__micro,
.ekch-hero__content-layer .ekch-actions{
  opacity:1!important;
  visibility:visible!important;
}
.ekch-hero__content-layer h1{
  margin:0!important;
  color:#fff!important;
  text-shadow:0 2px 24px rgba(0,0,0,.18);
}
.ekch-hero__content-layer h1 span{
  color:#fff!important;
}
.ekch-hero__content-layer h1 em{
  color:var(--orange)!important;
}
.ekch-hero__content-layer #ekchHeroDescription{
  display:block!important;
  color:rgba(255,255,255,.84)!important;
}
.ekch-hero__content-layer .ekch-actions a{
  pointer-events:auto;
}

/* Slightly stronger left-side readability without darkening the full photo */
.ekch-hero:before{
  content:"";
  position:absolute;
  z-index:4;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    rgba(8,8,8,.80) 0%,
    rgba(8,8,8,.56) 31%,
    rgba(8,8,8,.18) 58%,
    rgba(8,8,8,0) 78%
  );
}

/* Controls remain above permanent content and image */
.ekch-hero__controls,
.ekch-hero__mini-nav,
.ekch-hero__facts,
.ekch-hero__progress{
  z-index:30!important;
}

/* Text-change animation only, never hidden permanently */
.ekch-hero__copy.is-changing{
  animation:ekchHeroTextIn .34s ease both;
}
@keyframes ekchHeroTextIn{
  from{opacity:.35;transform:translateY(8px)}
  to{opacity:1;transform:none}
}

@media(max-width:767px){
  .ekch-hero{
    min-height:660px!important;
  }
  .ekch-hero__content-layer .ekch-hero__content{
    min-height:660px!important;
    align-items:flex-start!important;
    padding:74px 0 170px!important;
  }
  .ekch-hero__content-layer .ekch-hero__copy{
    width:100%;
  }
  .ekch-hero:before{
    background:linear-gradient(
      0deg,
      rgba(8,8,8,.93) 0%,
      rgba(8,8,8,.62) 61%,
      rgba(8,8,8,.20) 100%
    );
  }
  .ekch-hero__service-line{
    margin-top:0;
  }
}


/* ========================================================
   v1.3.0 — MOBILE-FIRST REFINEMENT
   Keeps desktop unchanged. Rebuilds phone layout for clarity,
   shorter page length, stronger hierarchy and cleaner controls.
   ======================================================== */

@media(max-width:767px){

  /* GLOBAL MOBILE RHYTHM */
  .ekch{
    font-size:15px;
    line-height:1.58;
  }
  .ekch-wrap{
    width:calc(100% - 28px)!important;
  }
  .ekch-section{
    padding:36px 0!important;
  }
  .ekch-title{
    font-size:clamp(32px,9.2vw,40px)!important;
    line-height:1.02!important;
  }
  .ekch-kicker{
    gap:9px!important;
    margin-bottom:10px!important;
    font-size:8px!important;
    letter-spacing:.14em!important;
  }
  .ekch-kicker:before{
    width:28px!important;
  }
  .ekch-section-head,
  .ekch-projects__head{
    gap:10px!important;
    margin-bottom:18px!important;
  }
  .ekch-section-head>p,
  .ekch-section-head>div:last-child>p,
  .ekch-projects__head p{
    font-size:11px!important;
    line-height:1.55!important;
  }
  .ekch-btn{
    min-height:46px!important;
    padding:11px 15px!important;
    font-size:9px!important;
  }

  /* HERO — REMOVE STACKED / OVERLAPPING MOBILE CONTROLS */
  .ekch-hero,
  .ekch-hero__content-layer .ekch-hero__content{
    min-height:560px!important;
  }
  .ekch-hero__slide img{
    object-position:center center!important;
  }
  .ekch-hero__slide:after{
    background:linear-gradient(
      0deg,
      rgba(7,7,7,.96) 0%,
      rgba(7,7,7,.78) 42%,
      rgba(7,7,7,.36) 72%,
      rgba(7,7,7,.13) 100%
    )!important;
  }
  .ekch-hero:before{
    background:linear-gradient(
      0deg,
      rgba(8,8,8,.90) 0%,
      rgba(8,8,8,.48) 60%,
      rgba(8,8,8,.08) 100%
    )!important;
  }
  .ekch-hero__content-layer .ekch-hero__content{
    /* Mobile composition: preserve the cabinetry/photo in the upper half
       and anchor the sales copy lower, directly above the slider control. */
    align-items:flex-end!important;
    padding:28px 0 78px!important;
  }
  .ekch-hero__content-layer .ekch-hero__copy{
    width:100%!important;
    max-width:100%!important;
  }
  .ekch-hero__service-line{
    gap:8px!important;
    margin-bottom:10px!important;
    font-size:8px!important;
    letter-spacing:.10em!important;
  }
  .ekch-hero__service-line span{
    min-height:27px!important;
    padding:4px 7px!important;
  }
  .ekch-hero__service-line b{
    max-width:calc(100vw - 120px)!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .ekch-hero h1,
  .ekch-hero__content-layer h1{
    font-size:clamp(36px,10vw,42px)!important;
    line-height:.99!important;
    letter-spacing:-.035em!important;
  }
  .ekch-hero__content-layer #ekchHeroDescription{
    max-width:100%!important;
    margin:12px 0 15px!important;
    font-size:12px!important;
    line-height:1.52!important;
  }
  .ekch-hero__micro{
    display:none!important;
  }
  .ekch-hero .ekch-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    max-width:100%!important;
  }
  .ekch-hero .ekch-actions .ekch-btn{
    width:100%!important;
    min-height:45px!important;
  }
  .ekch-hero .ekch-btn--ghost{
    min-height:40px!important;
    border-color:rgba(255,255,255,.45)!important;
    background:rgba(10,10,10,.22)!important;
  }

  /* only one compact slider control; facts repeat immediately below */
  .ekch-hero__mini-nav,
  .ekch-hero__facts{
    display:none!important;
  }
  .ekch-hero__controls{
    left:14px!important;
    right:14px!important;
    bottom:14px!important;
    min-height:46px!important;
    grid-template-columns:40px minmax(0,1fr) 40px!important;
    background:rgba(12,12,12,.78)!important;
  }
  .ekch-hero__current{
    padding:6px 11px!important;
  }
  .ekch-hero__current strong{
    font-size:10px!important;
  }

  /* CONVERSION BAR — SHORT, SIMPLE, NO CHIP CLUTTER */
  .ekch-conversion-bar__grid{
    min-height:0!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:19px 0!important;
  }
  .ekch-conversion-bar small{
    font-size:7px!important;
  }
  .ekch-conversion-bar strong{
    font-size:19px!important;
  }
  .ekch-conversion-bar__grid>div:nth-child(2){
    display:none!important;
  }
  .ekch-conversion-bar__grid>a{
    width:100%!important;
    min-height:44px!important;
    margin:0!important;
    font-size:9px!important;
  }

  /* INTRO */
  .ekch-intro__grid{
    gap:18px!important;
  }
  .ekch-intro__body>p{
    margin-bottom:9px!important;
    font-size:12px!important;
    line-height:1.62!important;
  }
  .ekch-intro__points{
    grid-template-columns:1fr!important;
    margin-top:16px!important;
  }
  .ekch-intro__points>div{
    min-height:72px!important;
    display:grid!important;
    grid-template-columns:28px 90px 1fr!important;
    gap:8px!important;
    align-items:center!important;
    padding:10px 12px!important;
  }
  .ekch-intro__points strong,
  .ekch-intro__points span{
    margin:0!important;
  }
  .ekch-intro__points strong{
    font-size:12px!important;
  }
  .ekch-intro__points span{
    font-size:10px!important;
    line-height:1.4!important;
  }

  /* SERVICES — ONE MOBILE SERVICE DIRECTORY ONLY.
     Hide duplicate desktop hover-preview section on touch phones. */
  .ekch-services{
    display:none!important;
  }
  .ekch-service-cards__grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:0!important;
    overflow:visible!important;
    padding:0!important;
    border-top:1px solid var(--line)!important;
    border-left:1px solid var(--line)!important;
  }
  .ekch-service-card{
    min-width:0!important;
    min-height:116px!important;
    padding:12px!important;
    border:0!important;
    border-right:1px solid var(--line)!important;
    border-bottom:1px solid var(--line)!important;
    scroll-snap-align:none!important;
  }
  .ekch-service-card small{
    font-size:7px!important;
  }
  .ekch-service-card strong{
    margin-top:11px!important;
    font-size:15px!important;
    line-height:1.04!important;
  }
  .ekch-service-card>span{
    display:none!important;
  }
  .ekch-service-card em{
    padding-top:9px!important;
    font-size:7px!important;
  }

  /* COMPLETED PROJECTS */
  .ekch-projects__output .ekc-project-cards{
    gap:8px!important;
    padding-bottom:5px!important;
  }
  .ekch-projects__output .ekc-project-card,
  .ekch-projects__output .ekc-project-card:nth-child(4n+1){
    flex:0 0 78vw!important;
    min-height:300px!important;
  }
  .ekch-projects__output .ekc-project-card__body{
    left:15px!important;
    right:15px!important;
    bottom:14px!important;
  }
  .ekch-projects__output .ekc-project-card__body h3{
    font-size:26px!important;
  }

  /* DESIGN FREEDOM */
  .ekch-freedom__grid{
    gap:24px!important;
  }
  .ekch-freedom__mosaic{
    min-height:0!important;
  }
  .ekch-freedom__large{
    height:260px!important;
    min-height:260px!important;
  }
  .ekch-freedom__copy>p{
    margin-top:11px!important;
    font-size:12px!important;
    line-height:1.62!important;
  }
  .ekch-rule-list{
    margin:15px 0!important;
  }
  .ekch-rule-list>div{
    grid-template-columns:30px 1fr!important;
    padding:9px 0!important;
  }
  .ekch-rule-list strong{
    font-size:11px!important;
  }
  .ekch-rule-list span{
    font-size:10px!important;
    line-height:1.42!important;
  }

  /* APPOINTMENT CONFIDENCE */
  .ekch-confidence__grid{
    gap:22px!important;
  }
  .ekch-confidence__copy>p{
    margin:11px 0 16px!important;
    font-size:12px!important;
    line-height:1.62!important;
  }
  .ekch-confidence__steps{
    grid-template-columns:1fr 1fr!important;
  }
  .ekch-confidence__card{
    min-height:132px!important;
    padding:13px!important;
  }
  .ekch-confidence__card small{
    font-size:7px!important;
  }
  .ekch-confidence__card strong{
    margin-top:9px!important;
    font-size:16px!important;
  }
  .ekch-confidence__card p{
    margin-top:5px!important;
    font-size:9px!important;
    line-height:1.42!important;
  }

  /* BEFORE / AFTER */
  .ekch-transform__grid{
    gap:20px!important;
  }
  .ekch-transform__copy>p{
    margin-top:10px!important;
    font-size:11px!important;
    line-height:1.55!important;
  }
  .ekch-transform__tabs{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    margin-top:14px!important;
    border-left:1px solid var(--line)!important;
  }
  .ekch-transform__tabs button{
    min-height:46px!important;
    grid-template-columns:22px 1fr auto!important;
    padding:8px!important;
    border-right:1px solid var(--line)!important;
  }
  .ekch-transform__tabs strong{
    font-size:10px!important;
  }
  .ekch-ba{
    aspect-ratio:16/11!important;
  }
  .ekch-ba__handle{
    width:46px!important;
    height:46px!important;
  }

  /* DESIGN DIRECTIONS — HORIZONTAL EDITORIAL CAROUSEL */
  .ekch-directions__grid{
    display:flex!important;
    min-height:0!important;
    gap:8px!important;
    overflow-x:auto!important;
    padding-bottom:5px!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
  }
  .ekch-directions__grid::-webkit-scrollbar{
    display:none!important;
  }
  .ekch-direction,
  .ekch-direction--wide{
    flex:0 0 79vw!important;
    min-height:285px!important;
    height:285px!important;
    grid-row:auto!important;
    scroll-snap-align:start!important;
  }
  .ekch-direction>span{
    left:15px!important;
    right:15px!important;
    bottom:14px!important;
  }
  .ekch-direction strong{
    font-size:27px!important;
  }

  /* PLANNING / WHY / PROCESS — 2-COLUMN COMPACT CARDS */
  .ekch-planning__grid,
  .ekch-why__grid,
  .ekch-process__grid{
    grid-template-columns:1fr 1fr!important;
  }
  .ekch-planning__card,
  .ekch-why__card,
  .ekch-process__card{
    min-height:138px!important;
    padding:13px!important;
  }
  .ekch-planning__card h3{
    margin-top:11px!important;
    font-size:12px!important;
  }
  .ekch-planning__card p,
  .ekch-why__card p,
  .ekch-process__card p{
    font-size:9px!important;
    line-height:1.45!important;
  }
  .ekch-why__card small,
  .ekch-process__card small{
    margin-bottom:9px!important;
  }
  .ekch-why__card h3,
  .ekch-process__card h3{
    font-size:12px!important;
    line-height:1.25!important;
  }

  /* MID CTA */
  .ekch-midcta__grid{
    min-height:0!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:20px 0!important;
  }
  .ekch-midcta strong{
    font-size:27px!important;
  }
  .ekch-midcta a{
    width:100%!important;
    justify-content:center!important;
    min-height:44px!important;
  }

  /* ABOUT */
  .ekch-about-strip__grid{
    gap:14px!important;
  }
  .ekch-about-strip__grid p{
    font-size:12px!important;
    line-height:1.62!important;
  }

  /* LOCATIONS */
  .ekch-locations__grid{
    gap:20px!important;
  }
  .ekch-locations__intro>p{
    margin:11px 0 14px!important;
    font-size:11px!important;
    line-height:1.55!important;
  }
  .ekch-locations__cards{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .ekch-location{
    min-height:176px!important;
    padding:16px!important;
  }
  .ekch-location h3{
    margin-top:7px!important;
    font-size:29px!important;
  }
  .ekch-location address{
    margin-top:7px!important;
    font-size:10px!important;
  }

  /* SOCIAL */
  .ekch-social__grid{
    gap:18px!important;
  }
  .ekch-social__grid>div:first-child>p{
    margin-top:10px!important;
    font-size:11px!important;
  }
  .ekch-social__cards{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  .ekch-social__card{
    min-height:120px!important;
    padding:14px!important;
  }
  .ekch-social__card strong{
    font-size:21px!important;
  }
  .ekch-social__card span{
    font-size:9px!important;
  }

  /* PROJECT START */
  .ekch-project-start__grid{
    gap:8px!important;
    padding:14px 0!important;
  }
  .ekch-project-start__grid>div:nth-child(2){
    gap:5px!important;
  }
  .ekch-project-start__grid>div:nth-child(2) span{
    font-size:9px!important;
  }

  /* FAQ */
  .ekch-faq__grid{
    gap:14px!important;
  }
  .ekch-faq__item button{
    min-height:50px!important;
    padding:12px 0!important;
  }
  .ekch-faq__item button strong{
    font-size:11px!important;
    line-height:1.35!important;
  }
  .ekch-faq__item>div{
    padding-bottom:12px!important;
  }
  .ekch-faq__item>div p{
    font-size:10px!important;
    line-height:1.52!important;
  }

  /* REASSURANCE */
  .ekch-reassure__grid{
    grid-template-columns:1fr 1fr!important;
  }
  .ekch-reassure__grid>div{
    min-height:92px!important;
    padding:12px!important;
  }
  .ekch-reassure strong{
    margin-top:5px!important;
    font-size:10px!important;
  }
  .ekch-reassure span{
    font-size:8px!important;
  }

  /* FINAL CTA */
  .ekch-final__grid{
    gap:16px!important;
  }
  .ekch-final p{
    margin-top:9px!important;
    font-size:11px!important;
    line-height:1.55!important;
  }
  .ekch-final__actions{
    gap:7px!important;
  }
  .ekch-final__textlink{
    min-height:36px!important;
    align-items:center!important;
  }
}

@media(max-width:420px){
  .ekch-service-card{
    min-height:108px!important;
    padding:10px!important;
  }
  .ekch-service-card strong{
    font-size:14px!important;
  }
  .ekch-confidence__card,
  .ekch-planning__card,
  .ekch-why__card,
  .ekch-process__card{
    min-height:128px!important;
  }
  .ekch-direction,
  .ekch-direction--wide{
    flex-basis:84vw!important;
  }
}


/* v1.3.1 — MOBILE HERO LOWER-TEXT POSITION */
@media(max-width:767px) and (max-height:720px){
  .ekch-hero__content-layer .ekch-hero__content{
    padding-bottom:72px!important;
  }
  .ekch-hero h1,
  .ekch-hero__content-layer h1{
    font-size:clamp(34px,9.6vw,40px)!important;
  }
}
