/* ============================================================
   HECHES COUVERTURE — INTERACTIVE REDESIGN V4
   Palette volontairement limitée à rouge foncé / or / blanc.
   Chargé en dernier pour remplacer les présentations précédentes.
   ============================================================ */
:root{
  --hc-red:#8B0D18;
  --hc-red-deep:#650A12;
  --hc-gold:#D4AF37;
  --hc-gold-deep:#B8860B;
  --hc-white:#FFFFFF;
  --hc-red-04:rgba(101,10,18,.04);
  --hc-red-08:rgba(101,10,18,.08);
  --hc-red-12:rgba(101,10,18,.12);
  --hc-red-18:rgba(101,10,18,.18);
  --hc-red-28:rgba(101,10,18,.28);
  --hc-gold-14:rgba(212,175,55,.14);
  --hc-gold-28:rgba(212,175,55,.28);
  --hc-gold-48:rgba(212,175,55,.48);
}

/* ---------- persistent active navigation ---------- */
body.heches-site .main-menu.modern-nav nav>ul>li.active>a,
body.heches-site .main-menu.modern-nav nav>ul>li.current-menu-item>a,
body.heches-site .main-menu.modern-nav nav>ul>li.current-menu-parent>a{
  background:linear-gradient(135deg,var(--hc-red),var(--hc-red-deep))!important;
  color:var(--hc-gold)!important;
  box-shadow:inset 0 -4px 0 var(--hc-gold),0 10px 25px var(--hc-red-18)!important;
  border-radius:0 0 14px 14px!important;
}
body.heches-site .main-menu.modern-nav .sub-menu li.active>a,
body.heches-site .main-menu.modern-nav .sub-menu li.current-menu-item>a{
  background:var(--hc-gold)!important;
  color:var(--hc-red-deep)!important;
  font-weight:900!important;
  box-shadow:inset 5px 0 0 var(--hc-red)!important;
}
body.heches-site .main-menu.modern-nav .sub-menu li.active>a:before,
body.heches-site .main-menu.modern-nav .sub-menu li.current-menu-item>a:before{
  color:var(--hc-red)!important;
}
body.heches-site .vdo-mobile-panel li.active>a,
body.heches-site .vdo-mobile-panel li.current-menu-item>a,
body.heches-site .vdo-mobile-panel li.current-menu-parent>a{
  background:linear-gradient(135deg,var(--hc-red),var(--hc-red-deep))!important;
  color:var(--hc-gold)!important;
  box-shadow:inset 4px 0 0 var(--hc-gold)!important;
}
body.heches-site .vdo-mobile-panel .sub-menu li.active>a,
body.heches-site .vdo-mobile-panel .sub-menu li.current-menu-item>a{
  background:var(--hc-gold)!important;
  color:var(--hc-red-deep)!important;
}

/* ---------- shared typography / accessibility ---------- */
body.heches-site .intro-orbit-v4 p,
body.heches-site .photo-story-v4 p,
body.heches-site .service-detail-v4 p,
body.heches-site .local-focus-v4 p,
body.heches-site .method-timeline-v4 p,
body.heches-site .intervention-map-v4 p{
  color:var(--hc-red-deep)!important;
}
body.heches-site .intro-orbit-v4 h2,
body.heches-site .intro-orbit-v4 h3,
body.heches-site .intro-orbit-v4 h4,
body.heches-site .photo-story-v4 h2,
body.heches-site .photo-story-v4 h3,
body.heches-site .photo-story-v4 h4,
body.heches-site .service-detail-v4 h2,
body.heches-site .service-detail-v4 h3,
body.heches-site .service-detail-v4 h4,
body.heches-site .local-focus-v4 h2,
body.heches-site .local-focus-v4 h3,
body.heches-site .local-focus-v4 h4,
body.heches-site .method-timeline-v4 h2,
body.heches-site .method-timeline-v4 h3,
body.heches-site .intervention-map-v4 h2,
body.heches-site .intervention-map-v4 h3,
body.heches-site .intervention-map-v4 h4{
  color:var(--hc-red-deep)!important;
}

/* ============================================================
   HOME INTRO — offset editorial composition + interactive orbit
   ============================================================ */
body.heches-site .intro-orbit-v4{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 18%,var(--hc-gold-14) 0,transparent 26%),
    radial-gradient(circle at 92% 84%,var(--hc-red-08) 0,transparent 28%),
    var(--hc-white)!important;
}
body.heches-site .intro-orbit-v4:before{
  content:"";
  position:absolute;
  width:310px;height:310px;
  border:1px solid var(--hc-gold-28);
  border-radius:50%;
  left:-155px;top:40px;
  pointer-events:none;
}
body.heches-site .intro-orbit-v4 .image-stack{
  min-height:560px!important;
  position:relative!important;
  perspective:1200px;
  transform-style:preserve-3d;
  isolation:isolate;
}
body.heches-site .intro-orbit-v4 .image-stack:before,
body.heches-site .intro-orbit-v4 .image-stack:after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:2px solid var(--hc-gold);
  z-index:0;
  opacity:.7;
  animation:hcOrbitPulse 4s ease-in-out infinite;
}
body.heches-site .intro-orbit-v4 .image-stack:before{width:210px;height:210px;right:18px;top:18px}
body.heches-site .intro-orbit-v4 .image-stack:after{width:90px;height:90px;left:18px;bottom:38px;animation-delay:1.2s}
body.heches-site .intro-orbit-v4 .image-stack img{
  position:absolute!important;
  object-fit:cover!important;
  border:7px solid var(--hc-white)!important;
  box-shadow:0 30px 65px var(--hc-red-18)!important;
  transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease,filter .45s ease!important;
  will-change:transform;
  transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateZ(0);
}
body.heches-site .intro-orbit-v4 .image-stack img:first-child{
  width:72%!important;height:400px!important;left:0!important;top:28px!important;border-radius:70px 18px 70px 18px!important;z-index:2;
}
body.heches-site .intro-orbit-v4 .image-stack img:nth-child(2){
  width:53%!important;height:285px!important;right:0!important;bottom:22px!important;border-radius:18px 70px 18px 70px!important;z-index:3;
}
body.heches-site .intro-orbit-v4 .image-stack:hover img:first-child{transform:translate3d(-7px,-10px,0) rotate(-1deg) scale(1.015)!important}
body.heches-site .intro-orbit-v4 .image-stack:hover img:nth-child(2){transform:translate3d(8px,10px,0) rotate(1.2deg) scale(1.02)!important}
body.heches-site .intro-orbit-v4 .image-orbit-badge{
  position:absolute;left:38px;bottom:64px;z-index:5;
  display:inline-flex;align-items:center;gap:9px;
  background:var(--hc-red-deep);color:var(--hc-white);
  border:2px solid var(--hc-gold);border-radius:999px;
  padding:12px 18px;font-weight:900;letter-spacing:.2px;
  box-shadow:0 16px 35px var(--hc-red-28);
  animation:hcFloatBadge 3.2s ease-in-out infinite;
}
body.heches-site .intro-orbit-v4 .image-orbit-badge i{color:var(--hc-gold)}
body.heches-site .intro-orbit-v4 .text-panel-red{
  background:var(--hc-white)!important;
  color:var(--hc-red-deep)!important;
  border:1px solid var(--hc-gold-48)!important;
  border-left:8px solid var(--hc-red)!important;
  border-radius:8px 42px 8px 42px!important;
  padding:44px!important;
  box-shadow:0 28px 65px var(--hc-red-12)!important;
  position:relative;overflow:hidden;
}
body.heches-site .intro-orbit-v4 .text-panel-red:after{
  content:"HC";position:absolute;right:20px;bottom:-35px;
  font-size:130px;font-weight:900;line-height:1;color:var(--hc-red-04);pointer-events:none;
}
body.heches-site .intro-orbit-v4 .section-kicker{
  color:var(--hc-red)!important;background:var(--hc-gold-14)!important;
  border:1px solid var(--hc-gold-48);border-radius:999px;padding:8px 13px!important;
}
body.heches-site .intro-orbit-v4 .icon-list li{color:var(--hc-red-deep)!important;border-bottom:1px dashed var(--hc-gold-48);padding:10px 0}
body.heches-site .intro-orbit-v4 .icon-list i{color:var(--hc-gold-deep)!important}

/* ============================================================
   HOME PHOTO STORY — asymmetric magazine tiles
   ============================================================ */
body.heches-site .photo-story-v4{
  position:relative;overflow:hidden;
  background:linear-gradient(180deg,var(--hc-white),var(--hc-gold-14),var(--hc-white))!important;
}
body.heches-site .photo-story-v4 .photo-mosaic{min-height:590px!important;position:relative!important;perspective:1200px}
body.heches-site .photo-story-v4 .photo-mosaic img{
  position:absolute!important;object-fit:cover!important;
  border:6px solid var(--hc-white)!important;
  box-shadow:0 24px 55px var(--hc-red-18)!important;
  transition:transform .6s cubic-bezier(.2,.8,.2,1),filter .45s ease,z-index .1s linear!important;
}
body.heches-site .photo-story-v4 .photo-mosaic img:nth-child(1){left:4%!important;top:18px!important;width:69%!important;height:360px!important;border-radius:12px 76px 12px 76px!important;z-index:2}
body.heches-site .photo-story-v4 .photo-mosaic img:nth-child(2){right:0!important;top:218px!important;width:48%!important;height:265px!important;border-radius:76px 12px 76px 12px!important;z-index:4}
body.heches-site .photo-story-v4 .photo-mosaic img:nth-child(3){left:12%!important;bottom:0!important;width:52%!important;height:235px!important;border-radius:50% 12px 50% 12px!important;z-index:3}
body.heches-site .photo-story-v4 .photo-mosaic:hover img{filter:saturate(1.08)}
body.heches-site .photo-story-v4 .photo-mosaic:hover img:nth-child(1){transform:translate(-8px,-8px) rotate(-1deg)}
body.heches-site .photo-story-v4 .photo-mosaic:hover img:nth-child(2){transform:translate(10px,-4px) rotate(1.5deg) scale(1.025)}
body.heches-site .photo-story-v4 .photo-mosaic:hover img:nth-child(3){transform:translate(-3px,10px) rotate(-1.2deg)}
body.heches-site .photo-story-v4 .seo-rich-panel{
  background:var(--hc-red-deep)!important;
  border:0!important;border-radius:42px 10px 42px 10px!important;
  padding:46px!important;box-shadow:0 30px 65px var(--hc-red-18)!important;
}
body.heches-site .photo-story-v4 .seo-rich-panel h2,
body.heches-site .photo-story-v4 .seo-rich-panel h3,
body.heches-site .photo-story-v4 .seo-rich-panel h4,
body.heches-site .photo-story-v4 .seo-rich-panel p,
body.heches-site .photo-story-v4 .seo-rich-panel li{color:var(--hc-white)!important}
body.heches-site .photo-story-v4 .seo-rich-panel .section-kicker{color:var(--hc-red-deep)!important;background:var(--hc-gold)!important;border-radius:999px;padding:8px 14px!important}
body.heches-site .photo-story-v4 .seo-rich-panel .icon-list i{color:var(--hc-gold)!important}
body.heches-site .photo-story-v4 .seo-rich-panel .theme-btn-heches{background:var(--hc-gold)!important;color:var(--hc-red-deep)!important;border:2px solid var(--hc-gold)!important}
body.heches-site .photo-story-v4 .seo-rich-panel .theme-btn-heches:hover{background:var(--hc-white)!important;color:var(--hc-red)!important;border-color:var(--hc-white)!important}

/* ============================================================
   SERVICES — auto slider kept, completely new cards + icon ULs
   ============================================================ */
body.heches-site .services-showcase-v4{
  position:relative;overflow:hidden;
  background:var(--hc-white)!important;
}
body.heches-site .services-showcase-v4:before{
  content:"";position:absolute;left:-120px;top:80px;width:260px;height:260px;
  border:44px solid var(--hc-gold-14);border-radius:50%;pointer-events:none
}
body.heches-site .services-showcase-v4:after{
  content:"";position:absolute;right:-100px;bottom:30px;width:230px;height:230px;
  background:var(--hc-red-04);transform:rotate(38deg);border-radius:44px;pointer-events:none
}
body.heches-site .services-showcase-v4 .section-title-heches{position:relative;z-index:2}
body.heches-site .services-showcase-v4 .section-title-heches span{color:var(--hc-red)!important}
body.heches-site .services-showcase-v4 .section-title-heches h2{color:var(--hc-red-deep)!important}
body.heches-site .services-showcase-v4 .section-title-heches p{color:var(--hc-red-deep)!important}
body.heches-site .services-showcase-v4 .services-carousel{position:relative;z-index:2;padding:8px 4px 20px}
body.heches-site .services-showcase-v4 .services-carousel .owl-stage{display:flex!important}
body.heches-site .services-showcase-v4 .owl-item{display:flex}
body.heches-site .services-showcase-v4 .service-slide-card{
  position:relative;overflow:hidden;display:flex;flex-direction:column;width:100%;height:calc(100% - 18px)!important;
  margin:9px 0;background:var(--hc-white)!important;border:1px solid var(--hc-gold-48)!important;
  border-radius:32px 8px 32px 8px!important;box-shadow:0 18px 40px var(--hc-red-12)!important;
  transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease!important;
}
body.heches-site .services-showcase-v4 .service-slide-card:after{
  content:"";position:absolute;right:-52px;top:174px;width:120px;height:120px;border-radius:50%;
  background:var(--hc-gold-14);pointer-events:none
}
body.heches-site .services-showcase-v4 .service-slide-card:hover{transform:translateY(-10px)!important;box-shadow:0 30px 60px var(--hc-red-18)!important}
body.heches-site .services-showcase-v4 .service-slide-card>a{display:block;position:relative;overflow:hidden}
body.heches-site .services-showcase-v4 .service-slide-card>a:after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:6px;background:linear-gradient(90deg,var(--hc-red),var(--hc-gold));
}
body.heches-site .services-showcase-v4 .service-slide-card img{
  width:100%!important;height:235px!important;object-fit:cover!important;
  border-radius:0!important;transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .5s ease!important
}
body.heches-site .services-showcase-v4 .service-slide-card:hover img{transform:scale(1.07) rotate(.5deg);filter:saturate(1.08)}
body.heches-site .services-showcase-v4 .service-slide-content{padding:24px 23px 25px!important;display:flex!important;flex:1;flex-direction:column!important}
body.heches-site .services-showcase-v4 .service-slide-content>span{
  display:inline-flex!important;align-self:flex-start;background:var(--hc-gold)!important;color:var(--hc-red-deep)!important;
  border-radius:999px;padding:6px 11px!important;font-size:11px!important;font-weight:900!important;letter-spacing:.5px;text-transform:uppercase
}
body.heches-site .services-showcase-v4 .service-slide-content h3{color:var(--hc-red-deep)!important;font-size:22px!important;line-height:1.2!important;margin:15px 0 10px!important}
body.heches-site .services-showcase-v4 .service-slide-content p{color:var(--hc-red-deep)!important;line-height:1.65!important;margin-bottom:14px!important}
body.heches-site .service-mini-list{list-style:none!important;margin:2px 0 18px!important;padding:13px 0 2px!important;border-top:1px solid var(--hc-gold-28)!important}
body.heches-site .service-mini-list li{display:flex;align-items:flex-start;gap:7px;color:var(--hc-red-deep)!important;font-size:13.5px!important;font-weight:800!important;margin:7px 0!important;padding:0!important}
body.heches-site .service-mini-list i{color:var(--hc-gold-deep)!important;margin-top:3px}
body.heches-site .services-showcase-v4 .read-more-red{
  margin-top:auto!important;display:inline-flex!important;align-items:center;justify-content:center;
  min-height:44px;background:var(--hc-red-deep)!important;color:var(--hc-white)!important;border:2px solid var(--hc-red-deep)!important;
  border-radius:999px!important;padding:10px 16px!important;font-weight:900!important
}
body.heches-site .services-showcase-v4 .read-more-red:hover{background:var(--hc-gold)!important;color:var(--hc-red-deep)!important;border-color:var(--hc-gold)!important}
body.heches-site .services-showcase-v4 .owl-nav button{
  width:48px!important;height:48px!important;border-radius:50%!important;background:var(--hc-red-deep)!important;color:var(--hc-gold)!important;
  border:2px solid var(--hc-gold)!important;box-shadow:0 12px 30px var(--hc-red-18)!important;transition:.3s ease!important
}
body.heches-site .services-showcase-v4 .owl-nav button:hover{background:var(--hc-gold)!important;color:var(--hc-red-deep)!important;transform:scale(1.08)}

/* ============================================================
   PROJECT PATH — replaces the confusing feature ribbon visual
   ============================================================ */
body.heches-site .project-path-v4{
  position:relative;padding:96px 0!important;overflow:hidden;
  background:linear-gradient(145deg,var(--hc-red-deep),var(--hc-red))!important;
}
body.heches-site .project-path-v4:before{
  content:"";position:absolute;inset:0;opacity:.22;pointer-events:none;
  background-image:linear-gradient(var(--hc-gold-28) 1px,transparent 1px),linear-gradient(90deg,var(--hc-gold-28) 1px,transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent)
}
body.heches-site .project-path-v4 .seo-impact-head{position:relative;z-index:2;max-width:900px;margin:0 auto 52px!important}
body.heches-site .project-path-v4 .seo-impact-head span{background:var(--hc-gold)!important;color:var(--hc-red-deep)!important}
body.heches-site .project-path-v4 .seo-impact-head h2,
body.heches-site .project-path-v4 .seo-impact-head p{color:var(--hc-white)!important}
body.heches-site .project-path-v4 .heches-feature-row{position:relative;z-index:2;row-gap:28px}
body.heches-site .project-path-v4 .heches-feature-row:before{
  content:"";position:absolute;left:7%;right:7%;top:50%;height:3px;background:linear-gradient(90deg,transparent,var(--hc-gold),transparent);z-index:0
}
body.heches-site .project-path-v4 .feature-card{
  position:relative;z-index:1;height:100%!important;min-height:365px!important;
  background:var(--hc-white)!important;border:1px solid var(--hc-gold)!important;border-radius:8px 42px 8px 42px!important;
  padding:34px 28px 28px!important;box-shadow:0 24px 55px var(--hc-red-28)!important;
  transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease!important;overflow:hidden
}
body.heches-site .project-path-v4 .col-lg-3:nth-child(even) .feature-card{transform:translateY(28px)}
body.heches-site .project-path-v4 .feature-card:hover{transform:translateY(-12px) rotate(.5deg)!important;box-shadow:0 36px 70px var(--hc-red-28)!important}
body.heches-site .project-path-v4 .feature-index{position:absolute;right:18px;top:8px;font-size:66px;line-height:1;font-weight:900;color:var(--hc-red-04)}
body.heches-site .project-path-v4 .feature-card>i{width:58px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--hc-red-deep)!important;color:var(--hc-gold)!important;font-size:25px!important;border:3px solid var(--hc-gold)!important;box-shadow:0 10px 25px var(--hc-red-18)}
body.heches-site .project-path-v4 .feature-card h3{color:var(--hc-red-deep)!important;margin-top:20px!important}
body.heches-site .project-path-v4 .feature-card h4{color:var(--hc-red)!important}
body.heches-site .project-path-v4 .feature-card p{color:var(--hc-red-deep)!important}
body.heches-site .project-path-v4 .feature-card a{color:var(--hc-red)!important;font-weight:900!important;border-bottom:2px solid var(--hc-gold)!important}

/* ============================================================
   REVIEWS — visible dark copy on white cards + animated carousel
   ============================================================ */
body.heches-site .reviews-showcase-v4{
  position:relative;overflow:hidden;
  background:linear-gradient(135deg,var(--hc-red-deep),var(--hc-red))!important;
}
body.heches-site .reviews-showcase-v4:before,
body.heches-site .reviews-showcase-v4:after{
  content:"";position:absolute;border-radius:50%;border:2px solid var(--hc-gold-28);pointer-events:none
}
body.heches-site .reviews-showcase-v4:before{width:340px;height:340px;left:-160px;top:-120px}
body.heches-site .reviews-showcase-v4:after{width:240px;height:240px;right:-80px;bottom:-90px}
body.heches-site .reviews-showcase-v4 .section-title-heches{position:relative;z-index:2}
body.heches-site .reviews-showcase-v4 .section-title-heches span{color:var(--hc-gold)!important}
body.heches-site .reviews-showcase-v4 .section-title-heches h2,
body.heches-site .reviews-showcase-v4 .section-title-heches p{color:var(--hc-white)!important}
body.heches-site .reviews-showcase-v4 .reviews-carousel{position:relative;z-index:2;padding-top:8px}
body.heches-site .reviews-showcase-v4 .reviews-carousel .owl-stage{display:flex!important}
body.heches-site .reviews-showcase-v4 .owl-item{display:flex}
body.heches-site .reviews-showcase-v4 .testimonial-heches-card{
  position:relative;display:flex!important;flex-direction:column!important;width:100%;min-height:360px!important;height:calc(100% - 16px)!important;
  margin:8px 0!important;padding:36px 30px 28px!important;
  background:var(--hc-white)!important;color:var(--hc-red-deep)!important;
  border:2px solid var(--hc-gold)!important;border-radius:42px 8px 42px 8px!important;
  box-shadow:0 24px 55px rgba(101,10,18,.34)!important;overflow:hidden;
  transition:transform .4s ease,box-shadow .4s ease!important
}
body.heches-site .reviews-showcase-v4 .testimonial-heches-card:after{
  content:"";position:absolute;right:-55px;bottom:-55px;width:140px;height:140px;border-radius:50%;background:var(--hc-gold-14)
}
body.heches-site .reviews-showcase-v4 .testimonial-heches-card:hover{transform:translateY(-8px) rotate(.35deg)!important;box-shadow:0 34px 70px rgba(101,10,18,.42)!important}
body.heches-site .reviews-showcase-v4 .review-quote-mark{
  position:absolute;right:22px;top:18px;font-size:42px;color:var(--hc-gold-28);z-index:0
}
body.heches-site .reviews-showcase-v4 .stars{position:relative;z-index:1;color:var(--hc-gold-deep)!important;letter-spacing:4px!important;font-size:18px!important;margin-bottom:20px!important}
body.heches-site .reviews-showcase-v4 .testimonial-heches-card p{
  position:relative;z-index:1;color:var(--hc-red-deep)!important;font-size:16px!important;line-height:1.78!important;font-weight:600!important;margin-bottom:22px!important
}
body.heches-site .reviews-showcase-v4 .review-author{position:relative;z-index:1;margin-top:auto!important;padding-top:17px!important;border-top:1px solid var(--hc-gold-48)!important}
body.heches-site .reviews-showcase-v4 .review-author strong{display:block;color:var(--hc-red-deep)!important;font-size:18px!important;font-weight:900!important}
body.heches-site .reviews-showcase-v4 .review-author span{display:block;color:var(--hc-red)!important;font-weight:900!important;margin-top:5px!important}
body.heches-site .reviews-showcase-v4 .owl-dots{margin-top:24px!important}
body.heches-site .reviews-showcase-v4 .owl-dot span{width:11px!important;height:11px!important;background:var(--hc-white)!important;opacity:.45;border:1px solid var(--hc-gold)!important}
body.heches-site .reviews-showcase-v4 .owl-dot.active span{width:34px!important;border-radius:999px!important;background:var(--hc-gold)!important;opacity:1!important}
body.heches-site .reviews-showcase-v4 .owl-nav button{background:var(--hc-white)!important;color:var(--hc-red-deep)!important;border:2px solid var(--hc-gold)!important;border-radius:50%!important;width:44px!important;height:44px!important}

/* ============================================================
   SERVICE DETAIL — image frame + editorial white panel
   ============================================================ */
body.heches-site .service-detail-v4{
  position:relative;overflow:hidden;
  background:linear-gradient(120deg,var(--hc-white) 0,var(--hc-white) 58%,var(--hc-gold-14) 58%,var(--hc-gold-14) 100%)!important;
}
body.heches-site .service-detail-v4 .row{row-gap:35px}
body.heches-site .detail-media-frame,
body.heches-site .local-media-frame{
  position:relative;overflow:visible;perspective:1200px;transform-style:preserve-3d;
  --rx:0deg;--ry:0deg
}
body.heches-site .detail-media-frame:before{
  content:"";position:absolute;left:-16px;top:-16px;width:76%;height:76%;border:3px solid var(--hc-gold);border-radius:54px 10px 54px 10px;z-index:0;transition:.4s ease
}
body.heches-site .detail-media-frame:after{
  content:"";position:absolute;right:-18px;bottom:-18px;width:52%;height:52%;background:var(--hc-red-deep);border-radius:10px 54px 10px 54px;z-index:0;transition:.4s ease
}
body.heches-site .detail-media-frame:hover:before{transform:translate(-5px,-5px)}
body.heches-site .detail-media-frame:hover:after{transform:translate(5px,5px)}
body.heches-site .detail-media-frame img{
  position:relative;z-index:2;width:100%!important;min-height:500px;object-fit:cover;border:7px solid var(--hc-white)!important;border-radius:54px 10px 54px 10px!important;
  box-shadow:0 28px 65px var(--hc-red-18)!important;
  transform:perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry));transition:transform .2s ease-out,filter .4s ease!important;will-change:transform
}
body.heches-site .detail-media-frame:hover img{filter:saturate(1.08)}
body.heches-site .detail-media-badge{
  position:absolute;left:28px;bottom:28px;z-index:4;display:inline-flex;align-items:center;gap:8px;
  background:var(--hc-white);color:var(--hc-red-deep);border:2px solid var(--hc-gold);border-radius:999px;padding:11px 16px;font-weight:900;box-shadow:0 12px 30px var(--hc-red-18)
}
body.heches-site .detail-media-badge i{color:var(--hc-gold-deep)}
body.heches-site .service-detail-v4 .text-panel-red{
  background:var(--hc-white)!important;color:var(--hc-red-deep)!important;border:0!important;border-radius:10px 50px 10px 50px!important;
  padding:44px!important;box-shadow:0 28px 65px var(--hc-red-12)!important;position:relative;overflow:hidden
}
body.heches-site .service-detail-v4 .text-panel-red:before{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;background:linear-gradient(var(--hc-red),var(--hc-gold))}
body.heches-site .service-detail-v4 .text-panel-red .section-kicker{color:var(--hc-red)!important;background:var(--hc-gold-14)!important;border:1px solid var(--hc-gold-48)!important;border-radius:999px;padding:7px 12px!important}
body.heches-site .service-detail-v4 .icon-list li{color:var(--hc-red-deep)!important;background:var(--hc-red-04);border-radius:12px;padding:10px 12px!important;margin:7px 0!important}
body.heches-site .service-detail-v4 .icon-list i{color:var(--hc-gold-deep)!important}

/* ============================================================
   METHOD — connected timeline with animated gold route
   ============================================================ */
body.heches-site .method-timeline-v4{
  position:relative;overflow:hidden;
  background:var(--hc-red-deep)!important;
}
body.heches-site .method-timeline-v4 .section-title-heches span{color:var(--hc-gold)!important}
body.heches-site .method-timeline-v4 .section-title-heches h2,
body.heches-site .method-timeline-v4 .section-title-heches p{color:var(--hc-white)!important}
body.heches-site .method-timeline-v4 .method-track-v4{
  position:relative;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;margin-top:55px!important;padding:0!important;counter-reset:none
}
body.heches-site .method-timeline-v4 .method-track-v4:before{
  content:"";position:absolute;left:7%;right:7%;top:42px;height:4px;border-radius:999px;
  background:linear-gradient(90deg,var(--hc-gold),var(--hc-white),var(--hc-gold));background-size:220% 100%;animation:hcRouteMove 5s linear infinite;z-index:0
}
body.heches-site .method-timeline-v4 .method-track-v4 li{
  position:relative;z-index:1;display:block!important;background:var(--hc-white)!important;border:2px solid var(--hc-gold)!important;
  border-radius:34px 8px 34px 8px!important;padding:73px 24px 26px!important;min-height:300px!important;box-shadow:0 24px 50px rgba(101,10,18,.35)!important;
  transition:transform .4s ease,box-shadow .4s ease!important
}
body.heches-site .method-timeline-v4 .method-track-v4 li:hover{transform:translateY(-11px)!important;box-shadow:0 35px 65px rgba(101,10,18,.45)!important}
body.heches-site .method-timeline-v4 .method-track-v4 li>span{
  position:absolute;left:50%;top:-5px;transform:translateX(-50%);width:72px;height:72px;display:flex;align-items:center;justify-content:center;
  background:var(--hc-red);color:var(--hc-gold)!important;border:4px solid var(--hc-gold);border-radius:50%;font-size:25px!important;font-weight:900!important;
  box-shadow:0 13px 30px var(--hc-red-28)
}
body.heches-site .method-timeline-v4 .method-track-v4 h3{color:var(--hc-red-deep)!important;text-align:center;margin-top:8px!important}
body.heches-site .method-timeline-v4 .method-track-v4 p{color:var(--hc-red-deep)!important;text-align:center!important}
body.heches-site .method-timeline-v4 .method-cta .theme-btn-heches{background:var(--hc-gold)!important;color:var(--hc-red-deep)!important;border-color:var(--hc-gold)!important}
body.heches-site .method-timeline-v4 .method-cta .theme-btn-dark{background:var(--hc-white)!important;color:var(--hc-red-deep)!important;border:2px solid var(--hc-gold)!important}

/* ============================================================
   LOCAL SEO — location card + interactive image
   ============================================================ */
body.heches-site .local-focus-v4{
  position:relative;overflow:hidden;background:var(--hc-white)!important
}
body.heches-site .local-focus-v4:before{content:"92";position:absolute;right:3%;top:1%;font-size:250px;line-height:1;font-weight:900;color:var(--hc-red-04);pointer-events:none}
body.heches-site .local-focus-v4 .row{row-gap:35px}
body.heches-site .local-focus-v4 .col-lg-7{
  background:var(--hc-gold-14);border:1px solid var(--hc-gold-48);border-radius:8px 46px 8px 46px;padding:42px!important;box-shadow:0 24px 55px var(--hc-red-08)
}
body.heches-site .local-media-frame:before{
  content:"";position:absolute;inset:18px -18px -18px 18px;background:var(--hc-red-deep);border-radius:46px 8px 46px 8px;z-index:0
}
body.heches-site .local-media-frame img{
  position:relative;z-index:2;width:100%!important;min-height:430px;object-fit:cover;border:7px solid var(--hc-white)!important;border-radius:46px 8px 46px 8px!important;
  box-shadow:0 28px 60px var(--hc-red-18)!important;transform:perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry));transition:transform .2s ease-out,filter .4s ease!important
}
body.heches-site .local-media-frame:hover img{filter:saturate(1.08)}
body.heches-site .local-media-marker{
  position:absolute;right:18px;top:22px;z-index:4;background:var(--hc-gold);color:var(--hc-red-deep);border:2px solid var(--hc-white);border-radius:999px;padding:10px 14px;font-weight:900;box-shadow:0 12px 28px var(--hc-red-18);animation:hcFloatBadge 3s ease-in-out infinite
}
body.heches-site .local-focus-v4 .icon-list li{color:var(--hc-red-deep)!important;position:relative;padding-left:24px!important;margin:9px 0!important}
body.heches-site .local-focus-v4 .icon-list li:before{content:"✓";position:absolute;left:0;color:var(--hc-gold-deep);font-weight:900}

/* ============================================================
   INTERVENTION — interactive 92 map + existing content/partners
   ============================================================ */
body.heches-site .intervention-map-v4{
  position:relative;overflow:hidden;background:linear-gradient(180deg,var(--hc-gold-14),var(--hc-white))!important
}
body.heches-site .intervention-map-v4 .intervention-map-layout{row-gap:34px;align-items:stretch!important}
body.heches-site .intervention-map-v4 .intervention-map-layout>div:first-child{
  background:var(--hc-white);border:1px solid var(--hc-gold-48);border-radius:44px 8px 44px 8px;padding:38px!important;box-shadow:0 24px 55px var(--hc-red-08)
}
body.heches-site .intervention-map-v4 .section-kicker{color:var(--hc-red)!important}
body.heches-site .intervention-map-v4 .city-buttons{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:22px!important}
body.heches-site .intervention-map-v4 .city-buttons li{margin:0!important}
body.heches-site .intervention-map-v4 .city-buttons a{
  color:var(--hc-red-deep)!important;background:var(--hc-white)!important;border:1px solid var(--hc-gold-48)!important;box-shadow:none!important
}
body.heches-site .intervention-map-v4 .city-buttons a i{color:var(--hc-red)!important}
body.heches-site .intervention-map-v4 .city-buttons a:hover{background:var(--hc-red)!important;color:var(--hc-white)!important;border-color:var(--hc-red)!important}
body.heches-site .intervention-map-v4 .city-buttons a:hover i{color:var(--hc-gold)!important}
body.heches-site .heches-map-shell{
  position:relative;background:var(--hc-white);border:2px solid var(--hc-gold);border-radius:8px 44px 8px 44px;overflow:hidden;box-shadow:0 24px 55px var(--hc-red-12);margin-bottom:24px
}
body.heches-site .heches-map-head{display:flex;align-items:center;gap:13px;padding:20px 22px;background:var(--hc-red-deep);color:var(--hc-white)}
body.heches-site .heches-map-pin{width:48px;height:48px;flex:0 0 48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--hc-gold);color:var(--hc-red-deep);font-size:21px}
body.heches-site .heches-map-head h3{color:var(--hc-white)!important;font-size:20px!important;margin:0 0 4px!important}
body.heches-site .heches-map-head p{color:var(--hc-white)!important;font-size:13px!important;line-height:1.45!important;margin:0!important;opacity:.95}
body.heches-site .heches-area-map{height:360px;position:relative;background:var(--hc-gold-14);z-index:1}
body.heches-site .heches-map-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--hc-red-deep);font-size:24px;font-weight:900;background:radial-gradient(circle at center,var(--hc-white),var(--hc-gold-14));z-index:0}
body.heches-site .heches-area-map.leaflet-container .heches-map-fallback{display:none}
body.heches-site .heches-map-controls{display:flex;gap:7px;flex-wrap:wrap;padding:15px;background:var(--hc-white);border-top:1px solid var(--hc-gold-28)}
body.heches-site .map-city-button{appearance:none;border:1px solid var(--hc-gold-48);background:var(--hc-white);color:var(--hc-red-deep);font-weight:900;font-size:11px;border-radius:999px;padding:7px 10px;cursor:pointer;transition:.25s ease}
body.heches-site .map-city-button:hover,body.heches-site .map-city-button.is-active{background:var(--hc-red);color:var(--hc-white);border-color:var(--hc-red);transform:translateY(-1px)}
body.heches-site .map-city-button.is-primary{background:var(--hc-gold);color:var(--hc-red-deep);border-color:var(--hc-gold-deep)}
body.heches-site .hc-map-marker{width:24px;height:24px;border-radius:50%;background:var(--hc-gold);border:4px solid var(--hc-red-deep);box-shadow:0 6px 16px var(--hc-red-28)}
body.heches-site .hc-map-marker.is-main{width:30px;height:30px;background:var(--hc-red);border-color:var(--hc-gold);box-shadow:0 8px 22px var(--hc-red-28)}
body.heches-site .leaflet-popup-content-wrapper{border-radius:16px;border:2px solid var(--hc-gold);box-shadow:0 15px 40px var(--hc-red-18)}
body.heches-site .leaflet-popup-content{color:var(--hc-red-deep);font-weight:800;line-height:1.45}
body.heches-site .leaflet-control-attribution{font-size:10px;background:rgba(255,255,255,.9)!important;color:var(--hc-red-deep)!important}
body.heches-site .intervention-map-v4 .bottom-partner-card{
  background:var(--hc-red-deep)!important;border:2px solid var(--hc-gold)!important;border-radius:44px 8px 44px 8px!important;padding:30px!important;box-shadow:0 24px 55px var(--hc-red-18)!important
}
body.heches-site .intervention-map-v4 .bottom-partner-card h3,
body.heches-site .intervention-map-v4 .bottom-partner-card p,
body.heches-site .intervention-map-v4 .bottom-partner-card li{color:var(--hc-white)!important}
body.heches-site .intervention-map-v4 .bottom-partner-card .icon-list i{color:var(--hc-gold)!important}
body.heches-site .intervention-map-v4 .bottom-partner-card .theme-btn-heches{background:var(--hc-gold)!important;color:var(--hc-red-deep)!important;border-color:var(--hc-gold)!important}
body.heches-site .intervention-map-v4 .partner-marquee{background:var(--hc-white);border-radius:16px;padding:8px;margin-top:20px}

/* ---------- subtle reveal refinements ---------- */
body.heches-site [data-animate].is-visible .interactive-tilt-media,
body.heches-site [data-animate].is-visible .interactive-image-orbit{animation:hcRevealMedia .8s cubic-bezier(.2,.8,.2,1) both}

@keyframes hcOrbitPulse{0%,100%{transform:scale(.96);opacity:.45}50%{transform:scale(1.06);opacity:.9}}
@keyframes hcFloatBadge{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes hcRouteMove{0%{background-position:0 0}100%{background-position:220% 0}}
@keyframes hcRevealMedia{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1199px){
  body.heches-site .project-path-v4 .heches-feature-row:before{display:none}
  body.heches-site .project-path-v4 .col-lg-3:nth-child(even) .feature-card{transform:none}
  body.heches-site .method-timeline-v4 .method-track-v4{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 22px!important}
  body.heches-site .method-timeline-v4 .method-track-v4:before{display:none}
  body.heches-site .detail-media-frame img{min-height:430px}
}
@media(max-width:991px){
  body.heches-site .intro-orbit-v4 .image-stack{min-height:500px!important;margin-bottom:38px}
  body.heches-site .photo-story-v4 .photo-mosaic{min-height:520px!important;margin-bottom:35px}
  body.heches-site .service-detail-v4{background:var(--hc-white)!important}
  body.heches-site .service-detail-v4 .text-panel-red{margin-top:12px}
  body.heches-site .local-focus-v4 .col-lg-7{margin-top:14px}
  body.heches-site .intervention-map-v4 .intervention-map-layout>div:first-child{padding:30px!important}
  body.heches-site .heches-area-map{height:330px}
  body.heches-site .vdo-mobile-panel li.has-sub.active>.sub-menu,
  body.heches-site .vdo-mobile-panel li.current-menu-parent>.sub-menu{display:block!important;opacity:1!important;visibility:visible!important}
}
@media(max-width:767px){
  body.heches-site .intro-orbit-v4 .image-stack{min-height:420px!important}
  body.heches-site .intro-orbit-v4 .image-stack img:first-child{width:78%!important;height:300px!important;border-radius:44px 12px 44px 12px!important}
  body.heches-site .intro-orbit-v4 .image-stack img:nth-child(2){width:58%!important;height:215px!important;border-radius:12px 44px 12px 44px!important}
  body.heches-site .intro-orbit-v4 .image-orbit-badge{left:18px;bottom:36px;padding:9px 13px;font-size:12px}
  body.heches-site .intro-orbit-v4 .text-panel-red,
  body.heches-site .photo-story-v4 .seo-rich-panel,
  body.heches-site .service-detail-v4 .text-panel-red{padding:28px!important;border-radius:8px 30px 8px 30px!important}
  body.heches-site .photo-story-v4 .photo-mosaic{min-height:430px!important}
  body.heches-site .photo-story-v4 .photo-mosaic img:nth-child(1){width:75%!important;height:270px!important}
  body.heches-site .photo-story-v4 .photo-mosaic img:nth-child(2){top:170px!important;width:52%!important;height:200px!important}
  body.heches-site .photo-story-v4 .photo-mosaic img:nth-child(3){width:58%!important;height:175px!important}
  body.heches-site .services-showcase-v4 .service-slide-card img{height:220px!important}
  body.heches-site .project-path-v4{padding:75px 0!important}
  body.heches-site .project-path-v4 .feature-card{min-height:0!important;margin-bottom:8px}
  body.heches-site .reviews-showcase-v4 .testimonial-heches-card{min-height:0!important;padding:29px 24px 25px!important}
  body.heches-site .detail-media-frame img{min-height:330px}
  body.heches-site .detail-media-badge{left:16px;bottom:17px;font-size:11px;padding:8px 11px}
  body.heches-site .method-timeline-v4 .method-track-v4{grid-template-columns:1fr!important;gap:28px!important;margin-top:45px!important}
  body.heches-site .method-timeline-v4 .method-track-v4 li{min-height:0!important;padding:68px 22px 24px!important}
  body.heches-site .local-media-frame img{min-height:320px}
  body.heches-site .local-media-marker{right:10px;top:12px;font-size:11px;padding:8px 10px}
  body.heches-site .local-focus-v4 .col-lg-7{padding:27px!important;border-radius:8px 30px 8px 30px}
  body.heches-site .intervention-map-v4 .intervention-map-layout>div:first-child{padding:25px!important;border-radius:30px 8px 30px 8px}
  body.heches-site .heches-map-head{padding:17px}
  body.heches-site .heches-map-head h3{font-size:17px!important}
  body.heches-site .heches-area-map{height:300px}
  body.heches-site .intervention-map-v4 .bottom-partner-card{padding:24px!important;border-radius:30px 8px 30px 8px!important}
}
@media(max-width:480px){
  body.heches-site .intro-orbit-v4 .image-stack{min-height:360px!important}
  body.heches-site .intro-orbit-v4 .image-stack img:first-child{height:245px!important}
  body.heches-site .intro-orbit-v4 .image-stack img:nth-child(2){height:175px!important}
  body.heches-site .photo-story-v4 .photo-mosaic{min-height:370px!important}
  body.heches-site .photo-story-v4 .photo-mosaic img:nth-child(1){height:235px!important}
  body.heches-site .photo-story-v4 .photo-mosaic img:nth-child(2){top:145px!important;height:175px!important}
  body.heches-site .photo-story-v4 .photo-mosaic img:nth-child(3){height:150px!important}
  body.heches-site .map-city-button{font-size:10px;padding:6px 8px}
}
@media(prefers-reduced-motion:reduce){
  body.heches-site *,body.heches-site *:before,body.heches-site *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}
  body.heches-site .interactive-tilt-media img{transform:none!important}
}


/* === HC V5 corrections === */
:root{--hc-cream:#fff8ea;--hc-cream-strong:#fff2cf;}

/* Photo story panel: dark readable text on light panel */
body.heches-site .photo-story-v4 .seo-rich-panel{
  background:linear-gradient(180deg,var(--hc-white),var(--hc-cream))!important;
  border:2px solid var(--hc-gold)!important;
  box-shadow:0 30px 65px var(--hc-red-12)!important;
}
body.heches-site .photo-story-v4 .seo-rich-panel h2,
body.heches-site .photo-story-v4 .seo-rich-panel h3,
body.heches-site .photo-story-v4 .seo-rich-panel h4,
body.heches-site .photo-story-v4 .seo-rich-panel p,
body.heches-site .photo-story-v4 .seo-rich-panel li{color:var(--hc-red-deep)!important}
body.heches-site .photo-story-v4 .seo-rich-panel .section-kicker{background:var(--hc-red-deep)!important;color:var(--hc-gold)!important}
body.heches-site .photo-story-v4 .seo-rich-panel .icon-list i{color:var(--hc-gold-deep)!important}
body.heches-site .photo-story-v4 .seo-rich-panel .theme-btn-heches{background:var(--hc-red-deep)!important;color:var(--hc-white)!important;border-color:var(--hc-red-deep)!important}
body.heches-site .photo-story-v4 .seo-rich-panel .theme-btn-heches:hover{background:var(--hc-gold)!important;color:var(--hc-red-deep)!important;border-color:var(--hc-gold)!important}

/* Project path buttons: visible pill buttons */
body.heches-site .project-path-v4 .feature-card a{
  display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;
  padding:10px 18px!important;margin-top:10px!important;border-radius:999px!important;
  background:var(--hc-red-deep)!important;color:var(--hc-white)!important;
  border:2px solid var(--hc-gold)!important;box-shadow:0 12px 24px var(--hc-red-12)!important;
  text-decoration:none!important
}
body.heches-site .project-path-v4 .feature-card a:hover{background:var(--hc-gold)!important;color:var(--hc-red-deep)!important;border-color:var(--hc-gold)!important}

/* Bottom intervention card: no white on white */
body.heches-site .intervention-map-v4 .bottom-partner-card{
  background:linear-gradient(180deg,var(--hc-white),var(--hc-cream))!important;
  border:2px solid var(--hc-gold)!important;
  box-shadow:0 24px 55px var(--hc-red-12)!important
}
body.heches-site .intervention-map-v4 .bottom-partner-card h3,
body.heches-site .intervention-map-v4 .bottom-partner-card h4,
body.heches-site .intervention-map-v4 .bottom-partner-card p,
body.heches-site .intervention-map-v4 .bottom-partner-card li{color:var(--hc-red-deep)!important}
body.heches-site .intervention-map-v4 .bottom-partner-card .icon-list i{color:var(--hc-gold-deep)!important}
body.heches-site .intervention-map-v4 .bottom-partner-card .theme-btn-heches{background:var(--hc-red-deep)!important;color:var(--hc-white)!important;border-color:var(--hc-red-deep)!important}
body.heches-site .intervention-map-v4 .bottom-partner-card .theme-btn-heches:hover{background:var(--hc-gold)!important;color:var(--hc-red-deep)!important;border-color:var(--hc-gold)!important}
body.heches-site .intervention-map-v4 .partner-marquee{background:var(--hc-white)!important;border:1px solid var(--hc-gold-48)!important}

/* Custom illustrated map */
body.heches-site .heches-area-map{height:390px!important;background:linear-gradient(180deg,#fffdf6,var(--hc-cream))!important;overflow:hidden;border-top:1px solid var(--hc-gold-28)}
body.heches-site .heches-drawn-map{position:relative;width:100%;height:100%;overflow:hidden;background:radial-gradient(circle at 20% 16%,rgba(212,175,55,.18),transparent 18%),radial-gradient(circle at 86% 20%,rgba(139,13,24,.08),transparent 16%),linear-gradient(180deg,#fffefb,var(--hc-cream));}
body.heches-site .heches-drawn-map svg{position:absolute;inset:0;width:100%;height:100%}
body.heches-site .hc-map-outline{fill:#fff8ef;stroke:var(--hc-gold-deep);stroke-width:8;stroke-linejoin:round;filter:drop-shadow(0 18px 24px rgba(101,10,18,.18))}
body.heches-site .hc-map-outline-inner{fill:none;stroke:rgba(139,13,24,.12);stroke-width:2.8;stroke-linecap:round;stroke-dasharray:7 12}
body.heches-site .hc-map-route{fill:none;stroke:rgba(139,13,24,.22);stroke-width:3.5;stroke-linecap:round;stroke-dasharray:3 10}
body.heches-site .hc-map-badge{fill:var(--hc-red-deep)}
body.heches-site .hc-map-badge-text{fill:var(--hc-gold);font-size:42px;font-weight:900;font-family:Arial,sans-serif}
body.heches-site .hc-map-city-layer{position:absolute;inset:0;z-index:3}
body.heches-site .hc-drawn-marker{position:absolute;transform:translate(-50%,-50%);background:transparent;border:0;padding:0;cursor:pointer;z-index:4}
body.heches-site .hc-drawn-marker .hc-marker-dot{display:block;width:16px;height:16px;border-radius:50%;background:var(--hc-gold);border:3px solid var(--hc-red-deep);box-shadow:0 6px 14px rgba(101,10,18,.28);transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
body.heches-site .hc-drawn-marker.is-main .hc-marker-dot{width:20px;height:20px;background:var(--hc-red);border-color:var(--hc-gold);box-shadow:0 8px 18px rgba(101,10,18,.34)}
body.heches-site .hc-drawn-marker .hc-marker-label{position:absolute;left:50%;top:22px;transform:translateX(-50%);white-space:nowrap;background:rgba(255,255,255,.96);color:var(--hc-red-deep);border:1px solid var(--hc-gold);border-radius:999px;padding:4px 8px;font-size:11px;font-weight:900;box-shadow:0 8px 18px rgba(101,10,18,.12);opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}
body.heches-site .hc-drawn-marker:hover .hc-marker-dot,
body.heches-site .hc-drawn-marker.is-active .hc-marker-dot{transform:scale(1.18);background:var(--hc-red);border-color:var(--hc-gold)}
body.heches-site .hc-drawn-marker.is-main.is-active .hc-marker-dot,body.heches-site .hc-drawn-marker.is-main:hover .hc-marker-dot{transform:scale(1.16)}
body.heches-site .hc-drawn-marker:hover .hc-marker-label,
body.heches-site .hc-drawn-marker.is-active .hc-marker-label{opacity:1;transform:translateX(-50%) translateY(-2px)}
body.heches-site .hc-map-current{position:absolute;left:16px;right:16px;bottom:16px;z-index:5;background:rgba(101,10,18,.94);color:var(--hc-white);border:2px solid var(--hc-gold);border-radius:20px;padding:12px 14px;box-shadow:0 18px 30px rgba(101,10,18,.25)}
body.heches-site .hc-map-current strong{display:block;color:var(--hc-gold);font-size:16px;margin-bottom:4px}
body.heches-site .hc-map-current span{display:block;color:var(--hc-white);font-size:13px;line-height:1.45}
body.heches-site .heches-map-controls{background:var(--hc-white)!important}
body.heches-site .map-city-button{background:var(--hc-white)!important;color:var(--hc-red-deep)!important;border:1px solid var(--hc-gold-48)!important}
body.heches-site .map-city-button:hover,body.heches-site .map-city-button.is-active{background:var(--hc-red-deep)!important;color:var(--hc-white)!important;border-color:var(--hc-red-deep)!important}
body.heches-site .map-city-button.is-primary{background:var(--hc-gold)!important;color:var(--hc-red-deep)!important;border-color:var(--hc-gold-deep)!important}
body.heches-site .map-city-button.is-primary.is-active{background:var(--hc-red)!important;color:var(--hc-white)!important;border-color:var(--hc-red)!important}

@media(max-width:991px){
  body.heches-site .heches-area-map{height:340px!important}
  body.heches-site .hc-map-current{left:12px;right:12px;bottom:12px;padding:10px 12px}
  body.heches-site .hc-drawn-marker .hc-marker-label{font-size:10px;padding:4px 7px}
}
@media(max-width:575px){
  body.heches-site .heches-area-map{height:320px!important}
  body.heches-site .hc-drawn-marker .hc-marker-label{display:none}
}
