:root{
  --hemes-navy:#1f3446;
  --hemes-navy-2:#142535;
  --hemes-blue:#2f80ed;
  --hemes-teal:#22a6a1;
  --hemes-ice:#f5f8fa;
  --hemes-white:#fff;
  --hemes-text:#1f2933;
  --hemes-muted:#6b7280;
  --hemes-line:#e5eaf0;
  --hemes-gold:#fed750;
  --hemes-shadow:0 22px 70px rgba(31,52,70,.14);
  --hemes-radius:24px;
  --hemes-radius-sm:16px;
  --hemes-container:1180px;
  --hemes-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.hemes-theme{margin:0;background:var(--hemes-white);color:var(--hemes-text);font-family:var(--hemes-font);line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
a:hover{color:var(--hemes-blue)}
img{max-width:100%;height:auto;display:block}
.hemes-container{width:min(100% - 40px,var(--hemes-container));margin-inline:auto}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background:#fff;clip:auto!important;clip-path:none;color:#000;display:block;height:auto;left:16px;padding:12px 16px;top:16px;width:auto;z-index:10000;border-radius:10px;box-shadow:var(--hemes-shadow)}
.hemes-topline{background:var(--hemes-navy-2);color:rgba(255,255,255,.82);font-size:.86rem}.hemes-topline__inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:20px}.hemes-topline a{color:#fff;font-weight:700}.hemes-header{position:static;top:auto;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);z-index:999;border-bottom:1px solid rgba(229,234,240,.95)}.admin-bar .hemes-header{top:32px}.hemes-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:82px}.hemes-brand{display:flex;align-items:center;gap:12px;min-width:max-content;color:var(--hemes-navy)}.hemes-brand--image{background:var(--hemes-navy);border-radius:18px;padding:8px 10px;box-shadow:0 14px 34px rgba(31,52,70,.12);transition:transform .2s ease,box-shadow .2s ease}.hemes-brand--image:hover{transform:translateY(-1px);box-shadow:0 18px 44px rgba(31,52,70,.18)}.hemes-brand img{max-height:58px;width:auto}.hemes-brand__logo{display:block;width:clamp(178px,19vw,288px);height:auto;border-radius:10px}.hemes-brand__mark{display:grid;place-items:center;width:44px;height:44px;background:linear-gradient(135deg,var(--hemes-teal),var(--hemes-blue));color:#fff;border-radius:14px;font-weight:900;font-size:1.25rem}.hemes-brand__text{display:flex;flex-direction:column;line-height:1.1}.hemes-brand__text strong{font-size:1.05rem;letter-spacing:-.02em}.hemes-brand__text small{font-size:.76rem;color:var(--hemes-muted);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.hemes-nav{display:flex;align-items:center;gap:18px}.hemes-menu{list-style:none;display:flex;align-items:center;gap:4px;margin:0;padding:0}.hemes-menu li{position:relative}.hemes-menu a{display:flex;align-items:center;padding:13px 10px;border-radius:999px;color:var(--hemes-navy);font-weight:800;font-size:.84rem;letter-spacing:.06em;text-transform:uppercase}.hemes-menu a:hover,.hemes-menu .current-menu-item>a{background:var(--hemes-ice);color:var(--hemes-blue)}.hemes-menu .sub-menu{display:none;position:absolute;top:100%;left:0;width:280px;background:#fff;border:1px solid var(--hemes-line);border-radius:18px;box-shadow:var(--hemes-shadow);padding:10px;z-index:20}.hemes-menu li:hover>.sub-menu,.hemes-menu li:focus-within>.sub-menu{display:block}.hemes-menu .sub-menu a{font-size:.85rem;text-transform:none;letter-spacing:0;border-radius:12px;line-height:1.35;justify-content:flex-start}.hemes-nav-toggle{display:none;width:46px;height:46px;border:1px solid var(--hemes-line);border-radius:14px;background:#fff;cursor:pointer}.hemes-nav-toggle span:not(.screen-reader-text){display:block;width:20px;height:2px;background:var(--hemes-navy);margin:4px auto;border-radius:10px;transition:.2s ease}
.hemes-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:13px 22px;border-radius:999px;font-weight:900;letter-spacing:.02em;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.hemes-btn:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(47,128,237,.18)}.hemes-btn--primary,.hemes-btn--quote{background:linear-gradient(135deg,var(--hemes-blue),var(--hemes-teal));color:#fff}.hemes-btn--primary:hover,.hemes-btn--quote:hover{color:#fff}.hemes-btn--secondary{background:var(--hemes-navy);color:#fff}.hemes-btn--secondary:hover{color:#fff}.hemes-btn--ghost{color:#fff;border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.1)}.hemes-btn--ghost:hover{background:#fff;color:var(--hemes-navy)}.hemes-btn--ghost-dark{color:var(--hemes-navy);border-color:var(--hemes-line);background:#fff}.hemes-btn--ghost-dark:hover{background:var(--hemes-ice);color:var(--hemes-blue)}.hemes-btn--light{background:#fff;color:var(--hemes-navy)}.hemes-btn--light:hover{color:var(--hemes-blue)}
.hemes-hero{position:relative;isolation:isolate;min-height:720px;display:flex;align-items:center;overflow:hidden;background:var(--hemes-navy)}.hemes-hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:-2;transform:scale(1.04)}.hemes-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(105deg,rgba(20,37,53,.94),rgba(31,52,70,.82) 47%,rgba(34,166,161,.34)),radial-gradient(circle at 85% 20%,rgba(254,215,80,.24),transparent 34%)}.hemes-hero__inner{display:grid;grid-template-columns:minmax(0,1.12fr) 360px;gap:54px;align-items:center;padding:94px 0}.hemes-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--hemes-teal);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem}.hemes-eyebrow::before{content:"";width:28px;height:3px;background:var(--hemes-gold);border-radius:10px}.hemes-hero h1{max-width:850px;margin:16px 0 20px;color:#fff;font-size:clamp(2.8rem,7vw,6.8rem);line-height:.96;letter-spacing:-.07em}.hemes-hero p{max-width:710px;color:rgba(255,255,255,.84);font-size:clamp(1.05rem,1.5vw,1.28rem)}.hemes-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:30px}.hemes-actions--center{justify-content:center}.hemes-hero__card{align-self:end;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);border-radius:28px;padding:28px;color:#fff;box-shadow:0 30px 100px rgba(0,0,0,.18);backdrop-filter:blur(18px)}.hemes-hero__card strong{display:block;font-size:2.2rem;letter-spacing:-.05em}.hemes-hero__card span{display:block;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.84);font-weight:800}.hemes-trust{margin-top:-58px;position:relative;z-index:3}.hemes-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.hemes-trust__item{background:#fff;border:1px solid var(--hemes-line);box-shadow:var(--hemes-shadow);border-radius:20px;padding:22px}.hemes-trust__item strong{display:block;color:var(--hemes-navy);font-size:1.02rem}.hemes-trust__item span{color:var(--hemes-muted);font-weight:700;font-size:.9rem}
.hemes-section{padding:96px 0}.hemes-section--soft{background:linear-gradient(180deg,var(--hemes-ice),#fff)}.hemes-section--navy{background:var(--hemes-navy);color:#fff;overflow:hidden}.hemes-section__heading{max-width:790px;margin-bottom:36px}.hemes-section__heading h2,.hemes-split__content h2,.hemes-cta h2{color:var(--hemes-navy);font-size:clamp(2rem,4vw,3.7rem);line-height:1.04;letter-spacing:-.055em;margin:14px 0 16px}.hemes-section__heading p,.hemes-split__content p{font-size:1.08rem;color:var(--hemes-muted)}.hemes-section--navy h2,.hemes-section--navy p{color:#fff}.hemes-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.hemes-service-card{background:#fff;border:1px solid var(--hemes-line);border-radius:var(--hemes-radius);padding:26px;min-height:305px;display:flex;flex-direction:column;box-shadow:0 12px 40px rgba(31,52,70,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hemes-service-card:hover{transform:translateY(-6px);box-shadow:var(--hemes-shadow);border-color:rgba(34,166,161,.38)}.hemes-service-card__icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(47,128,237,.12),rgba(34,166,161,.12));color:var(--hemes-blue);margin-bottom:18px}.hemes-icon{width:28px;height:28px}.hemes-service-card h3{margin:0 0 10px;color:var(--hemes-navy);font-size:1.25rem;line-height:1.15;letter-spacing:-.025em}.hemes-service-card p{margin:0;color:var(--hemes-muted);font-size:.96rem}.hemes-service-card a{margin-top:auto;padding-top:18px;color:var(--hemes-blue);font-weight:900}.hemes-service-card a::after{content:" →"}.hemes-split__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.hemes-split__grid--reverse{grid-template-columns:.95fr 1.05fr}.hemes-split__media{min-height:520px;border-radius:32px;background-size:cover;background-position:center;box-shadow:var(--hemes-shadow);position:relative;overflow:hidden}.hemes-split__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(31,52,70,.24))}.hemes-split__content{padding:10px}.hemes-checklist{list-style:none;margin:26px 0;padding:0;display:grid;gap:12px}.hemes-checklist li{position:relative;padding-left:32px;font-weight:800;color:var(--hemes-navy)}.hemes-checklist li::before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:rgba(34,166,161,.13);color:var(--hemes-teal);display:grid;place-items:center;font-size:.8rem}.hemes-section--navy .hemes-checklist li{color:#fff}.hemes-panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:32px;padding:32px;display:grid;grid-template-columns:1fr 1fr;gap:16px;box-shadow:0 30px 90px rgba(0,0,0,.16)}.hemes-panel span{background:#fff;color:var(--hemes-navy);border-radius:18px;padding:24px;font-weight:900;text-align:center;min-height:112px;display:grid;place-items:center}.hemes-pill-grid{display:flex;flex-wrap:wrap;gap:12px}.hemes-pill-grid span{padding:12px 18px;border-radius:999px;background:var(--hemes-ice);border:1px solid var(--hemes-line);color:var(--hemes-navy);font-weight:850}.hemes-cta{background:linear-gradient(135deg,var(--hemes-ice),#fff);padding:92px 0}.hemes-cta__inner{max-width:900px;text-align:center}.hemes-cta .hemes-eyebrow{justify-content:center}.hemes-cta .hemes-eyebrow::before{display:none}
.hemes-page-hero{background:linear-gradient(135deg,var(--hemes-navy),var(--hemes-navy-2));color:#fff;position:relative;overflow:hidden}.hemes-page-hero::after{content:"";position:absolute;right:-120px;top:-120px;width:360px;height:360px;border-radius:50%;background:rgba(34,166,161,.26);filter:blur(4px)}.hemes-page-hero__inner{padding:86px 0;position:relative;z-index:2}.hemes-page-hero h1{margin:14px 0 16px;color:#fff;font-size:clamp(2.3rem,5vw,5rem);line-height:1;letter-spacing:-.06em}.hemes-page-hero p{max-width:760px;color:rgba(255,255,255,.78);font-size:1.12rem}.hemes-page__body{padding:76px 0}.hemes-content-card{background:#fff;border:1px solid var(--hemes-line);border-radius:30px;box-shadow:var(--hemes-shadow);padding:clamp(28px,5vw,56px);max-width:980px}.hemes-content-card h2{color:var(--hemes-navy);font-size:clamp(1.7rem,3vw,2.9rem);line-height:1.08;letter-spacing:-.045em;margin:0 0 18px}.hemes-content-card p{color:var(--hemes-muted);font-size:1.05rem}.hemes-content-card a:not(.hemes-btn){color:var(--hemes-blue);font-weight:800}.hemes-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.hemes-form-card .forminator-ui{margin-top:22px}.hemes-wp-content{overflow:hidden}.hemes-wp-content>[class*="wp-block"]{margin-top:1.4em}.hemes-wp-content h2,.hemes-wp-content h3{color:var(--hemes-navy);letter-spacing:-.035em}.hemes-featured-image{border-radius:22px;overflow:hidden;margin-bottom:26px}.hemes-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hemes-news-card{background:#fff;border:1px solid var(--hemes-line);border-radius:24px;padding:26px;box-shadow:0 12px 40px rgba(31,52,70,.06)}.hemes-news-card span{color:var(--hemes-teal);font-weight:900;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.hemes-news-card h2{font-size:1.25rem;line-height:1.18;letter-spacing:-.025em}.hemes-news-card p{color:var(--hemes-muted)}.hemes-news-card>a{color:var(--hemes-blue);font-weight:900}.navigation.pagination{margin-top:34px}.nav-links{display:flex;gap:10px;flex-wrap:wrap}.page-numbers{display:inline-grid;place-items:center;min-width:40px;height:40px;border-radius:50%;border:1px solid var(--hemes-line);font-weight:800}.page-numbers.current{background:var(--hemes-navy);color:#fff}
.hemes-footer{background:var(--hemes-navy-2);color:rgba(255,255,255,.78);padding:78px 0 26px}.hemes-footer__grid{display:grid;grid-template-columns:1.35fr .8fr .8fr .8fr;gap:36px}.hemes-footer__logo{width:min(100%,330px);height:auto;border-radius:16px;margin:0 0 22px;box-shadow:0 18px 50px rgba(0,0,0,.18)}.hemes-footer h2,.hemes-footer h3{color:#fff;margin-top:0;letter-spacing:-.03em}.hemes-footer p{max-width:430px}.hemes-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.hemes-footer a{color:rgba(255,255,255,.82)}.hemes-footer a:hover{color:var(--hemes-gold)}.hemes-footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.9rem}.hemes-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.hemes-reveal.is-visible{opacity:1;transform:none}
@media (max-width:1100px){.hemes-service-grid{grid-template-columns:repeat(2,1fr)}.hemes-hero__inner{grid-template-columns:1fr}.hemes-hero__card{max-width:520px}.hemes-menu a{font-size:.78rem;padding-inline:8px}.hemes-footer__grid{grid-template-columns:1fr 1fr}.hemes-news-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:860px){.admin-bar .hemes-header{top:0}.hemes-topline{display:none}.hemes-header__inner{min-height:72px}.hemes-nav-toggle{display:block}.hemes-nav{position:fixed;inset:72px 16px auto 16px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--hemes-line);border-radius:22px;padding:14px;box-shadow:var(--hemes-shadow)}.hemes-nav.is-open{display:flex}.hemes-menu{display:block}.hemes-menu a{border-radius:14px;justify-content:space-between;padding:13px 14px}.hemes-menu .sub-menu{position:static;display:block;width:auto;box-shadow:none;border:0;background:var(--hemes-ice);margin:4px 0 10px;padding:8px}.hemes-nav__cta{width:100%;margin-top:6px}.hemes-nav-toggle.is-open span:nth-child(2){opacity:0}.hemes-nav-toggle.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hemes-nav-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.hemes-hero{min-height:auto}.hemes-hero__inner{padding:72px 0 96px}.hemes-hero h1{font-size:clamp(2.7rem,13vw,4.8rem)}.hemes-trust{margin-top:-42px}.hemes-trust__grid{grid-template-columns:1fr 1fr}.hemes-section{padding:70px 0}.hemes-split__grid,.hemes-split__grid--reverse{grid-template-columns:1fr}.hemes-split__media{min-height:360px}.hemes-panel{grid-template-columns:1fr}.hemes-contact-grid{grid-template-columns:1fr}.hemes-page-hero__inner{padding:66px 0}.hemes-page__body{padding:54px 0}}
@media (max-width:620px){.hemes-container{width:min(100% - 28px,var(--hemes-container))}.hemes-brand--image{padding:7px 8px;border-radius:15px}.hemes-brand__logo{width:176px}.hemes-brand__text small{display:none}.hemes-brand__mark{width:40px;height:40px}.hemes-actions{align-items:stretch;flex-direction:column}.hemes-actions .hemes-btn{width:100%}.hemes-trust__grid,.hemes-service-grid,.hemes-footer__grid,.hemes-news-grid{grid-template-columns:1fr}.hemes-service-card{min-height:auto}.hemes-footer__bottom{display:block}.hemes-hero__card{padding:22px}.hemes-content-card{border-radius:22px}.hemes-pill-grid span{width:100%;text-align:center}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;transition-duration:.001ms!important}.hemes-reveal{opacity:1;transform:none}}

/* Phase 1.2.1 refinements: smaller hero type, mobile header room, sticky mobile header, visible CTA buttons. */
.hemes-hero h1{font-size:clamp(2.45rem,5.6vw,5.25rem);line-height:1.02;letter-spacing:-.058em}
.hemes-footer .hemes-btn,
.hemes-footer .hemes-btn--light,
.hemes-footer-cta .hemes-btn,
.hemes-cta-strip .hemes-btn{color:var(--hemes-navy)!important;background:#fff!important;border-color:rgba(255,255,255,.72)!important}
.hemes-footer .hemes-btn:hover,
.hemes-footer-cta .hemes-btn:hover,
.hemes-cta-strip .hemes-btn:hover{color:var(--hemes-blue)!important;background:#fff!important}
@media (max-width:860px){
  .hemes-header{position:static;top:auto;z-index:9999}
  .admin-bar .hemes-header{top:0}
  .hemes-header__inner{min-height:66px;gap:12px}
  .hemes-brand--image{flex:0 1 auto;min-width:0}
  .hemes-brand__logo{width:clamp(132px,42vw,164px)}
  .hemes-brand img{max-height:44px}
  .hemes-nav-toggle{flex:0 0 44px;width:44px;height:44px;margin-left:auto}
  .hemes-nav{inset:66px 14px auto 14px;max-height:calc(100vh - 86px);overflow:auto}
  .hemes-hero h1{font-size:clamp(2.15rem,10vw,3.85rem);line-height:1.05;letter-spacing:-.045em}
}
@media (max-width:420px){
  .hemes-brand__logo{width:132px}
  .hemes-brand--image{padding:6px 7px;border-radius:13px}
  .hemes-nav-toggle{width:42px;height:42px}
}


/* Phase 2.0: homepage hero and brand positioning polish. */
.hemes-hero--phase2{min-height:680px;background:linear-gradient(135deg,var(--hemes-navy),#0f2232)}
.hemes-hero--phase2::before{background:linear-gradient(105deg,rgba(15,34,50,.95),rgba(31,52,70,.86) 46%,rgba(34,166,161,.34)),radial-gradient(circle at 80% 16%,rgba(254,215,80,.22),transparent 30%),radial-gradient(circle at 20% 84%,rgba(47,128,237,.24),transparent 26%)}
.hemes-hero--phase2::after{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:74px 74px;mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.45),transparent)}
.hemes-hero__inner--v2{grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:64px;padding:82px 0 106px}
.hemes-hero--phase2 .hemes-hero__content{max-width:780px}
.hemes-hero--phase2 h1{font-size:clamp(2.6rem,4.9vw,5.15rem);line-height:1.02;letter-spacing:-.058em;margin-bottom:22px}
.hemes-hero--phase2 p{max-width:720px;font-size:clamp(1.02rem,1.28vw,1.18rem);line-height:1.75;color:rgba(255,255,255,.86)}
.hemes-hero__proofs{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.hemes-hero__proofs span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;font-weight:900;font-size:.88rem;backdrop-filter:blur(10px)}
.hemes-hero__proofs span::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--hemes-gold);box-shadow:0 0 0 4px rgba(254,215,80,.15)}
.hemes-hero__visual{position:relative;min-height:430px;display:flex;align-items:center;justify-content:center}
.hemes-hero__visual::before{content:"";position:absolute;width:78%;height:78%;border-radius:50%;background:linear-gradient(135deg,rgba(47,128,237,.32),rgba(34,166,161,.32));filter:blur(20px);opacity:.88;animation:hemesFloat 7s ease-in-out infinite}
.hemes-dashboard-card{position:relative;width:min(100%,420px);border-radius:32px;padding:28px;background:rgba(255,255,255,.94);box-shadow:0 32px 110px rgba(0,0,0,.26);border:1px solid rgba(255,255,255,.68);overflow:hidden}
.hemes-dashboard-card::before{content:"";position:absolute;inset:0 0 auto 0;height:7px;background:linear-gradient(90deg,var(--hemes-blue),var(--hemes-teal),var(--hemes-gold))}
.hemes-dashboard-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin:8px 0 24px;color:var(--hemes-muted);font-weight:800;font-size:.84rem;text-transform:uppercase;letter-spacing:.09em}
.hemes-dashboard-card__top strong{color:var(--hemes-navy);text-transform:none;letter-spacing:-.02em;font-size:1rem}
.hemes-dashboard-card__metric{display:grid;place-items:center;text-align:center;min-height:174px;border-radius:50%;width:174px;margin:0 auto 24px;background:radial-gradient(circle,#fff 58%,transparent 60%),conic-gradient(var(--hemes-teal) 0 350deg,rgba(31,52,70,.08) 350deg 360deg);box-shadow:inset 0 0 0 1px rgba(31,52,70,.06)}
.hemes-dashboard-card__metric strong{display:block;color:var(--hemes-navy);font-size:3rem;line-height:1;letter-spacing:-.08em}
.hemes-dashboard-card__metric span{display:block;max-width:112px;color:var(--hemes-muted);font-size:.78rem;font-weight:900;line-height:1.2;margin-top:6px}
.hemes-dashboard-card__checks{display:grid;gap:12px}
.hemes-dashboard-card__checks span{display:flex;align-items:center;gap:10px;color:var(--hemes-navy);font-weight:850;background:var(--hemes-ice);border:1px solid var(--hemes-line);border-radius:16px;padding:12px 14px}
.hemes-dashboard-card__checks i{display:inline-grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:rgba(34,166,161,.15)}
.hemes-dashboard-card__checks i::before{content:"✓";color:var(--hemes-teal);font-style:normal;font-size:.78rem;font-weight:950}
.hemes-dashboard-card__bottom{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.hemes-dashboard-card__bottom span{flex:1 1 140px;text-align:center;border-radius:14px;padding:12px;background:linear-gradient(135deg,rgba(47,128,237,.12),rgba(34,166,161,.12));color:var(--hemes-navy);font-weight:900}
@keyframes hemesFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.02)}}
@media (max-width:1100px){.hemes-hero__inner--v2{grid-template-columns:1fr;gap:28px}.hemes-hero__visual{min-height:auto;justify-content:flex-start}.hemes-dashboard-card{max-width:520px}.hemes-hero--phase2 .hemes-hero__content{max-width:850px}}
@media (max-width:860px){.hemes-hero--phase2{min-height:auto}.hemes-hero__inner--v2{padding:58px 0 88px}.hemes-hero--phase2 h1{font-size:clamp(2.05rem,9.5vw,3.75rem);letter-spacing:-.045em}.hemes-hero--phase2 p{font-size:1rem;line-height:1.68}.hemes-hero__proofs span{font-size:.82rem}.hemes-dashboard-card{border-radius:24px;padding:22px}.hemes-dashboard-card__metric{width:148px;min-height:148px}.hemes-dashboard-card__metric strong{font-size:2.45rem}}
@media (max-width:520px){.hemes-hero__visual{display:none}.hemes-hero__proofs{display:grid;grid-template-columns:1fr;gap:8px}.hemes-hero__proofs span{justify-content:center}.hemes-hero__inner--v2{padding:50px 0 80px}}

/* Phase 2.0.1: premium hero command visual and stronger modern motion polish. */
.hemes-hero__visual--premium{min-height:520px;perspective:1100px;isolation:isolate}
.hemes-hero__visual--premium::before{width:98%;height:98%;background:radial-gradient(circle at 50% 50%,rgba(34,166,161,.38),rgba(47,128,237,.2) 42%,transparent 68%);filter:blur(28px);animation:hemesPremiumGlow 7s ease-in-out infinite}
.hemes-hero__visual--premium::after{content:"";position:absolute;inset:42px;border-radius:38px;background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.18);transform:rotate(-5deg) translateY(12px);z-index:-1;box-shadow:0 40px 120px rgba(0,0,0,.2)}
.hemes-command-deck{position:relative;width:min(100%,440px);padding:22px;border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(239,249,252,.9));border:1px solid rgba(255,255,255,.78);box-shadow:0 36px 120px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.88);overflow:hidden;transform:rotateY(-7deg) rotateX(3deg);animation:hemesDeckFloat 6.8s ease-in-out infinite}
.hemes-command-deck::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(31,52,70,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(31,52,70,.05) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 78%);pointer-events:none}
.hemes-command-deck::after{content:"";position:absolute;inset:-60% -30% auto auto;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(34,166,161,.28),transparent 65%);pointer-events:none}
.hemes-command-deck__glow{position:absolute;left:-80px;top:-80px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(47,128,237,.3),transparent 68%);filter:blur(8px);animation:hemesGlowDrift 8s ease-in-out infinite;pointer-events:none}
.hemes-command-deck__top{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;color:rgba(31,52,70,.62);font-size:.78rem;font-weight:950;text-transform:uppercase;letter-spacing:.12em}
.hemes-command-deck__top strong{display:inline-flex;align-items:center;gap:8px;color:var(--hemes-navy);font-size:.9rem;text-transform:none;letter-spacing:-.01em;background:#fff;border:1px solid rgba(229,234,240,.95);border-radius:999px;padding:8px 10px;box-shadow:0 10px 26px rgba(31,52,70,.08)}
.hemes-command-deck__top i{width:8px;height:8px;border-radius:50%;background:#27c48f;box-shadow:0 0 0 6px rgba(39,196,143,.13);animation:hemesLivePulse 1.8s ease-in-out infinite}
.hemes-command-deck__body{position:relative;display:grid;grid-template-columns:178px 1fr;gap:18px;align-items:center;margin-bottom:18px}
.hemes-score-orb{position:relative;width:178px;height:178px;display:grid;place-items:center}
.hemes-score-orb svg{position:absolute;inset:0;transform:rotate(-90deg);filter:drop-shadow(0 18px 22px rgba(34,166,161,.18))}
.hemes-score-orb circle{fill:none;stroke:rgba(31,52,70,.08);stroke-width:12}
.hemes-score-orb__progress{stroke:url(#hemesScoreGradient);stroke:var(--hemes-teal);stroke-linecap:round;stroke-dasharray:352;stroke-dashoffset:22;animation:hemesScoreDraw 1.8s ease both}
.hemes-score-orb::before{content:"";position:absolute;inset:22px;border-radius:50%;background:radial-gradient(circle at 32% 24%,#fff,#eefbfb);box-shadow:inset 0 0 0 1px rgba(31,52,70,.06),0 20px 45px rgba(31,52,70,.08)}
.hemes-score-orb>div{position:relative;text-align:center;z-index:2}
.hemes-score-orb strong{display:block;color:var(--hemes-navy);font-size:3.15rem;line-height:.92;letter-spacing:-.09em}
.hemes-score-orb span{display:block;margin-top:7px;color:var(--hemes-muted);font-size:.74rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.hemes-kpi-stack{display:grid;gap:10px}
.hemes-kpi-stack span{display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:18px;padding:13px 14px;background:rgba(255,255,255,.72);border:1px solid rgba(229,234,240,.85);color:var(--hemes-navy);font-weight:850;box-shadow:0 12px 28px rgba(31,52,70,.06);animation:hemesKpiRise .7s ease both}
.hemes-kpi-stack span:nth-child(2){animation-delay:.12s}.hemes-kpi-stack span:nth-child(3){animation-delay:.22s}
.hemes-kpi-stack b{font-size:1.35rem;letter-spacing:-.06em;color:var(--hemes-teal)}
.hemes-scan-panel{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:10px;border-radius:24px;padding:16px;background:linear-gradient(135deg,rgba(31,52,70,.94),rgba(18,48,64,.94));border:1px solid rgba(255,255,255,.14);overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}
.hemes-scan-panel::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:24px 24px;opacity:.65}
.hemes-scan-panel__beam{position:absolute;left:-20%;top:0;width:35%;height:100%;background:linear-gradient(90deg,transparent,rgba(34,166,161,.36),transparent);transform:skewX(-12deg);animation:hemesScan 3.6s ease-in-out infinite}
.hemes-scan-panel span{position:relative;z-index:2;display:flex;align-items:center;gap:9px;border-radius:15px;background:rgba(255,255,255,.08);padding:11px 10px;color:#fff;font-size:.8rem;font-weight:850}
.hemes-scan-panel i{width:17px;height:17px;border-radius:50%;background:rgba(34,166,161,.2);border:1px solid rgba(34,166,161,.8);box-shadow:0 0 0 4px rgba(34,166,161,.08)}
.hemes-command-deck__footer{position:relative;display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.hemes-command-deck__footer span{flex:1 1 160px;text-align:center;border-radius:999px;padding:10px 12px;background:linear-gradient(135deg,rgba(47,128,237,.11),rgba(34,166,161,.13));border:1px solid rgba(34,166,161,.18);color:var(--hemes-navy);font-size:.82rem;font-weight:950}
.hemes-float-chip{position:absolute;z-index:4;display:flex;gap:8px;align-items:center;padding:12px 14px;border-radius:999px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.72);color:var(--hemes-navy);font-size:.82rem;font-weight:900;box-shadow:0 20px 55px rgba(0,0,0,.18);backdrop-filter:blur(14px);animation:hemesChipFloat 5.8s ease-in-out infinite}
.hemes-float-chip strong{color:var(--hemes-teal)}
.hemes-float-chip--one{top:42px;right:-18px}.hemes-float-chip--two{left:-22px;bottom:86px;animation-delay:.8s}.hemes-float-chip--three{right:10px;bottom:18px;animation-delay:1.4s}
.hemes-orbit{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.18);z-index:0;animation:hemesOrbitSpin 18s linear infinite}.hemes-orbit--one{width:440px;height:440px}.hemes-orbit--two{width:330px;height:330px;animation-duration:14s;animation-direction:reverse}.hemes-orbit--three{width:210px;height:210px;animation-duration:10s}.hemes-orbit::before{content:"";position:absolute;top:-5px;left:50%;width:10px;height:10px;border-radius:50%;background:var(--hemes-gold);box-shadow:0 0 22px rgba(254,215,80,.8)}
.hemes-service-card,.hemes-trust__item,.hemes-panel span,.hemes-content-card{transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease,background .26s ease}.hemes-service-card:hover,.hemes-trust__item:hover{transform:translateY(-9px);box-shadow:0 28px 80px rgba(31,52,70,.16);border-color:rgba(34,166,161,.42)}
@keyframes hemesPremiumGlow{0%,100%{transform:scale(.96);opacity:.72}50%{transform:scale(1.05);opacity:.98}}
@keyframes hemesDeckFloat{0%,100%{transform:rotateY(-7deg) rotateX(3deg) translateY(0)}50%{transform:rotateY(-4deg) rotateX(4deg) translateY(-12px)}}
@keyframes hemesGlowDrift{0%,100%{transform:translate(0,0)}50%{transform:translate(48px,36px)}}
@keyframes hemesLivePulse{0%,100%{box-shadow:0 0 0 5px rgba(39,196,143,.13)}50%{box-shadow:0 0 0 9px rgba(39,196,143,.02)}}
@keyframes hemesScoreDraw{from{stroke-dashoffset:352}to{stroke-dashoffset:22}}
@keyframes hemesKpiRise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@keyframes hemesScan{0%{left:-38%;opacity:0}18%,78%{opacity:1}100%{left:105%;opacity:0}}
@keyframes hemesChipFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes hemesOrbitSpin{to{transform:rotate(360deg)}}
@media (max-width:1100px){.hemes-hero__visual--premium{justify-content:center}.hemes-float-chip--one{right:0}.hemes-float-chip--two{left:0}.hemes-command-deck{transform:none}.hemes-command-deck{animation:hemesChipFloat 6.8s ease-in-out infinite}}
@media (max-width:860px){.hemes-hero__visual--premium{min-height:460px}.hemes-command-deck{width:min(100%,390px);padding:18px;border-radius:28px}.hemes-command-deck__body{grid-template-columns:1fr;gap:14px}.hemes-score-orb{margin-inline:auto;width:152px;height:152px}.hemes-score-orb strong{font-size:2.6rem}.hemes-kpi-stack span{font-size:.88rem}.hemes-float-chip{display:none}.hemes-orbit--one{width:340px;height:340px}.hemes-orbit--two{width:250px;height:250px}.hemes-orbit--three{width:170px;height:170px}}
@media (max-width:520px){.hemes-hero__visual--premium{display:flex;min-height:auto;margin-top:10px}.hemes-command-deck{width:100%;transform:none;animation:none}.hemes-command-deck__top{display:grid}.hemes-scan-panel{grid-template-columns:1fr}.hemes-command-deck__footer{display:grid}.hemes-orbit{display:none}}
@media (prefers-reduced-motion:reduce){.hemes-hero__visual--premium::before,.hemes-command-deck,.hemes-command-deck__glow,.hemes-command-deck__top i,.hemes-score-orb__progress,.hemes-kpi-stack span,.hemes-scan-panel__beam,.hemes-float-chip,.hemes-orbit{animation:none!important}}


/* Phase 2.0.2: premium command card refinements from user feedback. */
.hemes-command-deck{padding:24px 24px 22px;border-radius:36px;background:linear-gradient(150deg,rgba(255,255,255,.97),rgba(243,250,252,.94));}
.hemes-command-deck__top{margin-bottom:18px}
.hemes-command-deck__top>span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(31,52,70,.06);border:1px solid rgba(31,52,70,.08);color:rgba(31,52,70,.72)}
.hemes-score-orb__progress{stroke:#27c26c;filter:drop-shadow(0 0 8px rgba(39,194,108,.2));}
.hemes-score-orb strong{color:#173d5e}
.hemes-kpi-stack{gap:11px}
.hemes-kpi-stack span{justify-content:flex-start;gap:12px;padding:14px 15px;font-size:.92rem;line-height:1.2;background:rgba(255,255,255,.84)}
.hemes-kpi-stack b{display:inline-flex;align-items:center;justify-content:center;min-width:14px;min-height:14px;border-radius:50%;background:linear-gradient(135deg,rgba(34,166,161,.18),rgba(39,194,108,.2));color:transparent;box-shadow:inset 0 0 0 1px rgba(39,194,108,.28);position:relative;overflow:hidden}
.hemes-kpi-stack b::after{content:"";width:7px;height:7px;border-radius:50%;background:#27c26c;box-shadow:0 0 0 3px rgba(39,194,108,.16)}
.hemes-scan-panel span{font-size:.82rem;font-weight:900}
.hemes-command-deck__footer{gap:12px;align-items:stretch}
.hemes-command-deck__footer .hemes-pill{display:inline-flex;align-items:center;justify-content:center;gap:10px;flex:1 1 172px;padding:13px 16px;border-radius:999px;font-size:.84rem;font-weight:900;letter-spacing:.01em;box-shadow:0 14px 32px rgba(31,52,70,.08)}
.hemes-pill i{width:18px;height:18px;border-radius:50%;display:inline-block;position:relative;flex:0 0 18px}
.hemes-pill--audit{background:linear-gradient(135deg,#edf6ff,#eefcf8);border:1px solid rgba(47,128,237,.16);color:#173d5e}
.hemes-pill--audit i{background:linear-gradient(135deg,#2f80ed,#22a6a1)}
.hemes-pill--audit i::before{content:"";position:absolute;left:5px;top:3px;width:6px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg)}
.hemes-pill--prevention{background:linear-gradient(135deg,#effbf8,#f5fffb);border:1px solid rgba(39,194,108,.18);color:#0f5c45}
.hemes-pill--prevention i{background:linear-gradient(135deg,#27c26c,#22a6a1)}
.hemes-pill--prevention i::before{content:"";position:absolute;inset:4px 3px 3px 4px;border-radius:10px 10px 10px 2px;background:#fff;clip-path:path('M8 0 C4 2,1 6,1 10 C1 14,4 17,8 18 C12 17,15 14,15 10 C15 6,12 2,8 0 Z')}
.hemes-float-chip{padding:11px 14px;font-size:.79rem;background:rgba(255,255,255,.92);box-shadow:0 18px 44px rgba(0,0,0,.14)}
.hemes-float-chip--two{left:auto;right:-10px;bottom:142px;animation-delay:.55s}
.hemes-float-chip--three{right:18px;bottom:-8px;animation-delay:1.15s}
.hemes-hero__visual--premium{padding-right:10px}
@media (max-width:1100px){.hemes-float-chip--two{right:0;bottom:126px}.hemes-float-chip--three{right:4px;bottom:-4px}}
@media (max-width:860px){.hemes-command-deck{padding:20px}.hemes-kpi-stack span{font-size:.88rem}.hemes-command-deck__footer .hemes-pill{flex:1 1 100%;font-size:.8rem}}


/* Phase 2.0.3: stronger EVS + AI emphasis, greener score ring, and floating chips below card. */
.hemes-command-label{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:linear-gradient(135deg,rgba(31,52,70,.08),rgba(34,166,161,.08));border:1px solid rgba(34,166,161,.16);box-shadow:0 10px 22px rgba(31,52,70,.06);color:#22415a;font-size:.8rem;line-height:1;font-weight:900;letter-spacing:.08em}
.hemes-command-label strong{font-weight:950;color:#173d5e}
.hemes-command-label em{font-style:normal;font-weight:950;color:#1fb05f;background:rgba(31,176,95,.12);padding:5px 8px;border-radius:999px;box-shadow:inset 0 0 0 1px rgba(31,176,95,.16)}
.hemes-score-orb svg{filter:drop-shadow(0 18px 22px rgba(39,194,108,.18))}
.hemes-score-orb circle{stroke:rgba(30,92,57,.09)}
.hemes-score-orb__progress{stroke:#1fb05f !important;stroke-linecap:round;filter:drop-shadow(0 0 10px rgba(31,176,95,.28))}
.hemes-score-orb::before{background:radial-gradient(circle at 32% 24%,#fff,#eefcf4)}
.hemes-score-orb strong{color:#123b59}
.hemes-hero__visual--premium{display:flex;flex-direction:column;align-items:center;gap:16px}
.hemes-float-chip-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;width:min(100%,440px);margin-top:-2px;position:relative;z-index:4}
.hemes-float-chip{position:relative !important;top:auto !important;left:auto !important;right:auto !important;bottom:auto !important;animation:hemesChipBob 5.6s ease-in-out infinite;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.82);box-shadow:0 22px 48px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.7)}
.hemes-float-chip--two{animation-delay:.35s}
.hemes-float-chip--three{animation-delay:1.1s}
.hemes-float-chip strong{font-weight:950}
@keyframes hemesChipBob{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media (max-width:1100px){.hemes-float-chip-row{width:min(100%,420px)}}
@media (max-width:860px){.hemes-float-chip-row{gap:10px}.hemes-float-chip{font-size:.77rem;padding:10px 12px}}
@media (max-width:520px){.hemes-float-chip-row{width:100%;display:grid;grid-template-columns:1fr;gap:10px}.hemes-float-chip{justify-content:center;text-align:center}}
@media (prefers-reduced-motion:reduce){.hemes-float-chip{animation:none!important}}


/* Phase 2.0.4: improve inspection-ready score label visibility. */
.hemes-score-orb span{color:#111827 !important;}


/* Phase 2.1.0: premium homepage services section. */
.hemes-service-grid{
  position:relative;
  gap:22px;
}
.hemes-service-grid::before{
  content:"";
  position:absolute;
  inset:-34px -24px auto;
  height:220px;
  background:
    radial-gradient(circle at 18% 30%, rgba(34,166,161,.12), transparent 30%),
    radial-gradient(circle at 78% 0%, rgba(47,128,237,.10), transparent 32%);
  pointer-events:none;
}
.hemes-service-card--premium{
  position:relative;
  overflow:hidden;
  min-height:315px;
  padding:30px 28px 26px;
  border:1px solid rgba(210,224,235,.92);
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(247,251,253,.96)),
    radial-gradient(circle at 10% 0%, rgba(34,166,161,.08), transparent 32%);
  box-shadow:0 22px 70px rgba(31,52,70,.08);
}
.hemes-service-card--premium::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.0) 20%, rgba(34,166,161,.10) 100%);
  opacity:0;
  transition:opacity .26s ease;
}
.hemes-service-card--premium::after{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  bottom:0;
  height:3px;
  background:linear-gradient(90deg, var(--hemes-teal), #1fb05f, var(--hemes-blue));
  transform:scaleX(.18);
  transform-origin:left;
  transition:transform .28s ease;
  border-radius:999px 999px 0 0;
}
.hemes-service-card--premium:hover::before{opacity:1}
.hemes-service-card--premium:hover::after{transform:scaleX(1)}
.hemes-service-card--premium:hover{
  transform:translateY(-10px);
  border-color:rgba(34,166,161,.38);
  box-shadow:0 34px 92px rgba(31,52,70,.16);
}
.hemes-service-card--premium .hemes-service-card__icon{
  position:relative;
  z-index:2;
  width:58px;
  height:58px;
  border-radius:20px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg, rgba(34,166,161,.14), rgba(47,128,237,.12));
  box-shadow:inset 0 0 0 1px rgba(34,166,161,.16), 0 16px 34px rgba(31,52,70,.09);
}
.hemes-service-card--premium .hemes-service-card__icon svg{
  width:27px;
  height:27px;
  color:var(--hemes-teal);
}
.hemes-service-card--premium h3,
.hemes-service-card--premium p,
.hemes-service-card--premium a{
  position:relative;
  z-index:2;
}
.hemes-service-card--premium h3{
  margin-top:20px;
  margin-bottom:12px;
  font-size:1.18rem;
  letter-spacing:-.035em;
}
.hemes-service-card--premium p{
  font-size:.95rem;
  line-height:1.72;
  color:#536273;
}
.hemes-service-card__tag{
  position:absolute;
  top:18px;
  right:18px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(31,176,95,.10);
  border:1px solid rgba(31,176,95,.16);
  color:#0f6943;
  font-size:.67rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.hemes-service-card__tag::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#1fb05f;
  box-shadow:0 0 0 4px rgba(31,176,95,.12);
}
.hemes-service-card__link{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--hemes-navy);
  font-weight:950;
  text-decoration:none;
}
.hemes-service-card__link span{
  display:inline-grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--hemes-teal),#1fb05f);
  color:#fff;
  transition:transform .22s ease;
}
.hemes-service-card__link:hover span{
  transform:translateX(4px);
}
@media (max-width:980px){
  .hemes-service-card--premium{min-height:300px}
  .hemes-service-card__tag{position:relative;top:auto;right:auto;width:max-content;margin-bottom:14px}
}
@media (max-width:640px){
  .hemes-service-grid{gap:16px}
  .hemes-service-card--premium{padding:24px 22px;min-height:auto}
}


/* Phase 2.2.0: premium trust, about, and eAuditor homepage sections. */
.hemes-trust--premium{
  position:relative;
  padding:68px 0 54px;
  background:
    radial-gradient(circle at 12% 0%, rgba(34,166,161,.12), transparent 31%),
    linear-gradient(180deg,#ffffff 0%,#f5f8fa 100%);
  border-bottom:1px solid rgba(229,234,240,.88);
}
.hemes-trust--premium::before{
  content:"";
  position:absolute;
  left:50%;
  top:26px;
  width:min(760px,88vw);
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(34,166,161,.42),transparent);
}
.hemes-trust__intro{
  text-align:center;
  max-width:850px;
  margin:0 auto 28px;
}
.hemes-trust__intro h2{
  margin:8px 0 0;
  color:var(--hemes-navy);
  font-size:clamp(1.65rem,3.4vw,2.85rem);
  line-height:1.05;
  letter-spacing:-.055em;
}
.hemes-trust--premium .hemes-trust__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.hemes-trust--premium .hemes-trust__item{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  padding:24px 20px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(210,224,235,.9);
  box-shadow:0 18px 46px rgba(31,52,70,.07);
}
.hemes-trust--premium .hemes-trust__item::after{
  content:"";
  position:absolute;
  right:-32px;
  top:-32px;
  width:88px;
  height:88px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(34,166,161,.18),transparent 68%);
}
.hemes-trust--premium .hemes-trust__item strong{
  display:block;
  color:var(--hemes-navy);
  font-size:1.02rem;
  letter-spacing:-.025em;
}
.hemes-trust--premium .hemes-trust__item span{
  display:block;
  margin-top:7px;
  color:var(--hemes-muted);
  font-size:.9rem;
  line-height:1.45;
}
.hemes-split__media--premium{
  position:relative;
  min-height:540px;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 34px 100px rgba(31,52,70,.18);
  transform:translateZ(0);
}
.hemes-split__media--premium::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(31,52,70,.04),rgba(31,52,70,.48)),
    radial-gradient(circle at 22% 18%,rgba(34,166,161,.32),transparent 30%);
}
.hemes-media-badge{
  position:absolute;
  left:22px;
  bottom:22px;
  display:grid;
  gap:4px;
  min-width:220px;
  padding:17px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(255,255,255,.68);
  box-shadow:0 24px 56px rgba(0,0,0,.16);
  backdrop-filter:blur(14px);
}
.hemes-media-badge strong{
  color:var(--hemes-navy);
  font-size:1.15rem;
  letter-spacing:-.035em;
}
.hemes-media-badge span{
  color:var(--hemes-muted);
  font-weight:800;
  font-size:.82rem;
}
.hemes-mini-proof-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:24px 0;
}
.hemes-mini-proof-grid span{
  min-height:118px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-radius:20px;
  padding:16px;
  background:linear-gradient(145deg,#fff,#f6fbfc);
  border:1px solid rgba(210,224,235,.92);
  color:#425466;
  font-weight:850;
  line-height:1.35;
  box-shadow:0 14px 34px rgba(31,52,70,.06);
}
.hemes-mini-proof-grid strong{
  color:var(--hemes-teal);
  font-size:.86rem;
  letter-spacing:.08em;
}
.hemes-eauditor-home{
  position:relative;
  overflow:hidden;
}
.hemes-eauditor-home::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 12%,rgba(34,166,161,.24),transparent 34%),
    radial-gradient(circle at 88% 80%,rgba(47,128,237,.18),transparent 30%);
  pointer-events:none;
}
.hemes-eauditor-actions{
  display:flex;
  gap:18px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:24px;
}
.hemes-text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:950;
  text-decoration:none;
}
.hemes-text-link--light{
  color:#fff;
}
.hemes-text-link::after{
  content:"→";
  transition:transform .2s ease;
}
.hemes-text-link:hover::after{
  transform:translateX(4px);
}
.hemes-panel--dashboard{
  position:relative;
  overflow:hidden;
  padding:24px;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.07));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 28px 90px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.12);
}
.hemes-panel--dashboard::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.78),transparent 88%);
  pointer-events:none;
}
.hemes-panel__header{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  margin-bottom:16px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.hemes-panel__header span{
  color:rgba(255,255,255,.68);
  font-size:.76rem;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hemes-panel__header strong{
  color:#fff;
  font-size:1.05rem;
}
.hemes-panel--dashboard>span{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:28px 1fr;
  gap:2px 12px;
  align-items:center;
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
}
.hemes-panel--dashboard>span i{
  grid-row:span 2;
  width:28px;
  height:28px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--hemes-teal),#1fb05f);
  box-shadow:0 0 0 6px rgba(34,166,161,.12);
}
.hemes-panel--dashboard>span strong{
  font-size:.98rem;
}
.hemes-panel--dashboard>span small{
  color:rgba(255,255,255,.68);
  font-weight:750;
}
@media (max-width:980px){
  .hemes-trust--premium .hemes-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hemes-mini-proof-grid{grid-template-columns:1fr}
  .hemes-split__media--premium{min-height:380px}
}
@media (max-width:640px){
  .hemes-trust--premium{padding:54px 0 42px}
  .hemes-trust--premium .hemes-trust__grid{grid-template-columns:1fr}
  .hemes-media-badge{left:16px;right:16px;bottom:16px;min-width:0}
  .hemes-panel__header{display:grid}
  .hemes-panel--dashboard{padding:18px;border-radius:28px}
}


/* Phase 2.2.1: eAuditor dashboard panel correction and trust copy polish. */
.hemes-panel--dashboard{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.hemes-panel__header--clean{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:0;
  padding:18px 18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.055));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.hemes-panel__header--clean span{
  color:rgba(255,255,255,.72);
  font-size:.76rem;
  font-weight:950;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.hemes-panel__header--clean strong{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#fff;
  font-size:1rem;
  letter-spacing:-.02em;
}
.hemes-panel__header--clean strong i{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#27c26c;
  box-shadow:0 0 0 7px rgba(39,194,108,.12),0 0 22px rgba(39,194,108,.4);
}
.hemes-panel--dashboard>span{
  grid-template-columns:34px 1fr;
  min-height:142px;
  align-content:center;
  text-align:left;
  transform:translateZ(0);
}
.hemes-panel--dashboard>span:hover{
  background:rgba(255,255,255,.13);
  border-color:rgba(34,166,161,.34);
}
.hemes-panel--dashboard>span i{
  align-self:start;
  margin-top:2px;
}
@media (max-width:720px){
  .hemes-panel--dashboard{
    grid-template-columns:1fr;
  }
  .hemes-panel__header--clean{
    display:grid;
  }
  .hemes-panel--dashboard>span{
    min-height:auto;
  }
}


/* Phase 2.2.2: remove the eAuditor dashboard header strip completely. */
.hemes-panel__header--clean{
  display:none !important;
}
.hemes-panel--dashboard{
  padding-top:24px;
}


/* Phase 2.2.3: mobile hero visual/responsive overflow fix. */
.hemes-hero,
.hemes-hero--phase2,
.hemes-hero__inner,
.hemes-hero__visual,
.hemes-hero__visual--premium{
  max-width:100%;
}
.hemes-hero--phase2{
  overflow-x:hidden;
}
.hemes-hero__visual--premium{
  min-width:0;
}
.hemes-command-deck,
.hemes-float-chip-row{
  max-width:100%;
}

@media (max-width:640px){
  .hemes-hero__inner--v2{
    gap:22px;
    padding-bottom:44px;
  }
  .hemes-hero__visual--premium{
    width:100%;
    min-height:auto;
    margin:8px auto 0;
    padding:0;
    align-items:center;
    justify-content:flex-start;
    overflow:visible;
  }
  .hemes-hero__visual--premium::before,
  .hemes-hero__visual--premium::after,
  .hemes-orbit{
    display:none !important;
  }
  .hemes-command-deck{
    width:calc(100vw - 32px);
    max-width:390px;
    padding:16px;
    border-radius:26px;
    transform:none !important;
    animation:none !important;
    box-shadow:0 22px 68px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.88);
  }
  .hemes-command-deck__top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:14px;
  }
  .hemes-command-label{
    padding:8px 10px;
    font-size:.7rem;
  }
  .hemes-command-label em{
    padding:4px 7px;
  }
  .hemes-command-deck__top strong{
    padding:7px 9px;
    font-size:.72rem;
    white-space:nowrap;
  }
  .hemes-command-deck__body{
    grid-template-columns:1fr;
    gap:12px;
    margin-bottom:12px;
  }
  .hemes-score-orb{
    width:128px;
    height:128px;
    margin:0 auto;
  }
  .hemes-score-orb circle{
    stroke-width:10;
  }
  .hemes-score-orb strong{
    font-size:2.12rem;
    letter-spacing:-.075em;
  }
  .hemes-score-orb span{
    font-size:.58rem;
    line-height:1.15;
    letter-spacing:.065em;
    max-width:86px;
    margin-inline:auto;
  }
  .hemes-kpi-stack{
    gap:8px;
  }
  .hemes-kpi-stack span{
    padding:10px 11px;
    border-radius:14px;
    font-size:.78rem;
  }
  .hemes-kpi-stack b{
    min-width:11px;
    min-height:11px;
  }
  .hemes-kpi-stack b::after{
    width:6px;
    height:6px;
    box-shadow:0 0 0 3px rgba(39,194,108,.13);
  }
  .hemes-scan-panel{
    grid-template-columns:1fr 1fr;
    gap:8px;
    padding:12px;
    border-radius:20px;
  }
  .hemes-scan-panel span{
    padding:9px 8px;
    border-radius:12px;
    font-size:.66rem;
    line-height:1.2;
    gap:7px;
  }
  .hemes-scan-panel i{
    width:13px;
    height:13px;
    box-shadow:0 0 0 3px rgba(34,166,161,.08);
  }
  .hemes-command-deck__footer{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    margin-top:10px;
  }
  .hemes-command-deck__footer .hemes-pill{
    padding:10px 12px;
    font-size:.72rem;
    min-height:40px;
  }
  .hemes-pill i{
    width:15px;
    height:15px;
    flex-basis:15px;
  }
  .hemes-float-chip-row{
    width:calc(100vw - 32px);
    max-width:390px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin:10px auto 0;
  }
  .hemes-float-chip{
    width:100%;
    min-width:0;
    justify-content:center;
    text-align:center;
    padding:9px 8px;
    border-radius:16px;
    font-size:.64rem;
    line-height:1.25;
    box-shadow:0 14px 34px rgba(0,0,0,.11);
  }
  .hemes-float-chip strong{
    display:block;
  }
}

@media (max-width:360px){
  .hemes-command-deck{
    width:calc(100vw - 24px);
    padding:14px;
  }
  .hemes-command-deck__top{
    display:grid;
    grid-template-columns:1fr;
    justify-items:start;
  }
  .hemes-command-deck__top strong{
    white-space:normal;
  }
  .hemes-scan-panel{
    grid-template-columns:1fr;
  }
  .hemes-float-chip-row{
    width:calc(100vw - 24px);
    grid-template-columns:1fr;
  }
}

@media (max-width:640px) and (prefers-reduced-motion:no-preference){
  .hemes-command-deck{
    transition:transform .24s ease, box-shadow .24s ease;
  }
}


/* Phase 2.2.4: global mobile right-side white-space / horizontal overflow fix. */
html,
body{
  max-width:100%;
  overflow-x:hidden;
}
body{
  position:relative;
}
.hemes-site,
.hemes-main,
.hemes-header,
.hemes-footer,
.hemes-container,
.hemes-section,
.hemes-hero,
.hemes-trust,
.hemes-cta,
.hemes-split,
.hemes-service-grid,
.hemes-trust__grid,
.hemes-split__grid,
.hemes-pill-grid,
.hemes-panel,
.hemes-command-deck,
.hemes-float-chip-row{
  max-width:100%;
  box-sizing:border-box;
}
.hemes-container{
  width:min(1180px, calc(100% - 40px));
}
img,
svg,
video,
iframe{
  max-width:100%;
}
@media (max-width:760px){
  .hemes-container{
    width:calc(100% - 28px);
  }
  .hemes-header__inner,
  .hemes-mobile-drawer,
  .hemes-hero__inner,
  .hemes-split__grid,
  .hemes-trust__grid,
  .hemes-service-grid,
  .hemes-pill-grid,
  .hemes-footer__grid{
    min-width:0;
    max-width:100%;
  }
  .hemes-hero__bg,
  .hemes-hero__visual,
  .hemes-command-deck,
  .hemes-panel,
  .hemes-split__media,
  .hemes-service-card,
  .hemes-trust__item,
  .hemes-cta__inner{
    max-width:100%;
    min-width:0;
  }
  .hemes-command-deck{
    width:100%;
  }
  .hemes-float-chip-row{
    width:100%;
  }
  .hemes-float-chip{
    min-width:0;
    max-width:100%;
  }
  .hemes-hero__content h1,
  .hemes-section__heading h2,
  .hemes-split__content h2,
  .hemes-cta h2{
    overflow-wrap:anywhere;
  }
}
@media (max-width:420px){
  .hemes-container{
    width:calc(100% - 22px);
  }
  .hemes-command-deck{
    width:100%;
  }
  .hemes-service-card__tag{
    max-width:100%;
    white-space:normal;
  }
}


/* Phase 2.2.5: remove desktop header top gap and service badges. */
html{
  margin-top:0 !important;
}
body{
  margin:0;
}
.hemes-site{
  margin-top:0 !important;
  padding-top:0 !important;
}
.hemes-header{
  top:0;
  margin-top:0 !important;
}
body.admin-bar .hemes-header{
  top:32px;
}
@media (max-width:782px){
  body.admin-bar .hemes-header{
    top:0;
  }
}
.hemes-service-card__tag{
  display:none !important;
}


/* Phase 2.3.0: premium Industries Served section and final homepage CTA. */
.hemes-industries-home{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(34,166,161,.10), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f5f8fa 100%);
}
.hemes-industries-home::before{
  content:"";
  position:absolute;
  inset:60px auto auto -120px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(47,128,237,.10),transparent 68%);
  pointer-events:none;
}
.hemes-industry-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:38px;
}
.hemes-industry-card{
  position:relative;
  overflow:hidden;
  min-height:390px;
  border-radius:32px;
  padding:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(245,250,252,.96));
  border:1px solid rgba(210,224,235,.94);
  box-shadow:0 24px 76px rgba(31,52,70,.08);
  transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease;
}
.hemes-industry-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg,rgba(34,166,161,.13),transparent 48%),
    radial-gradient(circle at 85% 14%,rgba(47,128,237,.14),transparent 26%);
  opacity:.72;
  pointer-events:none;
}
.hemes-industry-card::after{
  content:"";
  position:absolute;
  left:30px;
  right:30px;
  bottom:0;
  height:4px;
  background:linear-gradient(90deg,var(--hemes-teal),#1fb05f,var(--hemes-blue));
  transform:scaleX(.24);
  transform-origin:left;
  transition:transform .28s ease;
  border-radius:999px 999px 0 0;
}
.hemes-industry-card:hover{
  transform:translateY(-10px);
  border-color:rgba(34,166,161,.38);
  box-shadow:0 34px 100px rgba(31,52,70,.16);
}
.hemes-industry-card:hover::after{
  transform:scaleX(1);
}
.hemes-industry-card__top,
.hemes-industry-card p,
.hemes-industry-card ul{
  position:relative;
  z-index:2;
}
.hemes-industry-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:22px;
}
.hemes-industry-card__top span{
  display:inline-grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--hemes-teal),#1fb05f);
  color:#fff;
  font-size:.86rem;
  font-weight:950;
  box-shadow:0 18px 42px rgba(34,166,161,.25);
}
.hemes-industry-card h3{
  flex:1;
  margin:0;
  color:var(--hemes-navy);
  font-size:1.42rem;
  letter-spacing:-.045em;
  text-align:right;
}
.hemes-industry-card p{
  color:#536273;
  line-height:1.72;
  margin:0 0 22px;
}
.hemes-industry-card ul{
  list-style:none;
  display:grid;
  gap:12px;
  padding:0;
  margin:0;
}
.hemes-industry-card li{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 13px;
  border-radius:16px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(210,224,235,.78);
  color:var(--hemes-navy);
  font-weight:850;
}
.hemes-industry-card li::before{
  content:"";
  width:9px;
  height:9px;
  flex:0 0 9px;
  border-radius:50%;
  background:#1fb05f;
  box-shadow:0 0 0 4px rgba(31,176,95,.12);
}
.hemes-cta--premium{
  position:relative;
  padding:100px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 0%, rgba(34,166,161,.30), transparent 34%),
    radial-gradient(circle at 92% 90%, rgba(47,128,237,.22), transparent 32%),
    linear-gradient(145deg,#142535,#1f3446);
}
.hemes-cta--premium::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.82),transparent 92%);
  pointer-events:none;
}
.hemes-cta--premium .hemes-cta__inner{
  position:relative;
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:28px;
  align-items:center;
  padding:42px;
  border-radius:38px;
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.055));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 32px 110px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
}
.hemes-cta--premium .hemes-eyebrow{
  color:#9ff1df;
}
.hemes-cta--premium h2{
  margin:10px 0 14px;
  color:#fff;
  font-size:clamp(1.9rem,4vw,3.55rem);
  line-height:1.04;
  letter-spacing:-.065em;
}
.hemes-cta--premium p{
  margin:0;
  max-width:760px;
  color:rgba(255,255,255,.74);
  font-size:1.02rem;
  line-height:1.75;
}
.hemes-cta__actions{
  display:grid;
  gap:14px;
  justify-items:stretch;
}
.hemes-cta--premium .hemes-btn{
  justify-content:center;
}
.hemes-cta--premium .hemes-btn--ghost-dark{
  color:#fff;
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.08);
}
.hemes-cta--premium .hemes-btn--ghost-dark:hover{
  background:rgba(255,255,255,.16);
}
.hemes-cta__mini{
  grid-column:1 / -1;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12);
}
.hemes-cta__mini span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 13px;
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  font-weight:850;
  font-size:.84rem;
}
.hemes-cta__mini span::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#1fb05f;
  box-shadow:0 0 0 4px rgba(31,176,95,.14);
}
@media (max-width:980px){
  .hemes-industry-grid{
    grid-template-columns:1fr;
  }
  .hemes-industry-card{
    min-height:auto;
  }
  .hemes-cta--premium .hemes-cta__inner{
    grid-template-columns:1fr;
    padding:34px;
  }
  .hemes-cta__actions{
    display:flex;
    flex-wrap:wrap;
  }
}
@media (max-width:640px){
  .hemes-industry-grid{
    gap:16px;
  }
  .hemes-industry-card{
    padding:24px 22px;
    border-radius:26px;
  }
  .hemes-industry-card__top{
    display:grid;
  }
  .hemes-industry-card h3{
    text-align:left;
  }
  .hemes-cta--premium{
    padding:72px 0;
  }
  .hemes-cta--premium .hemes-cta__inner{
    padding:26px 20px;
    border-radius:28px;
  }
  .hemes-cta__actions{
    display:grid;
  }
  .hemes-cta__mini{
    display:grid;
  }
}


/* Phase 2.3.1: premium typography system. */
:root{
  --hemes-font-body:"Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hemes-font-display:"Sora", "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html,
body{
  font-family:var(--hemes-font-body);
  font-feature-settings:"liga" 1, "kern" 1;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
h1,h2,h3,h4,h5,h6,
.hemes-nav,
.hemes-btn,
.hemes-eyebrow,
.hemes-topbar,
.hemes-service-card__link,
.hemes-command-label,
.hemes-command-deck__top,
.hemes-kpi-stack,
.hemes-score-orb strong,
.hemes-panel__header,
.hemes-industry-card__top,
.hemes-cta__mini,
.hemes-site-footer{
  font-family:var(--hemes-font-display);
}
.hemes-hero__content h1,
.hemes-section__heading h2,
.hemes-split__content h2,
.hemes-cta h2,
.hemes-page-hero h1{
  font-weight:800;
  letter-spacing:-.075em;
}
.hemes-hero__content p,
.hemes-section__heading p,
.hemes-split__content p,
.hemes-content,
.hemes-service-card p,
.hemes-industry-card p,
.hemes-cta p{
  font-weight:500;
}
.hemes-nav a,
.hemes-btn,
.hemes-service-card__link,
.hemes-text-link{
  font-weight:800;
  letter-spacing:-.02em;
}
.hemes-eyebrow{
  font-weight:800;
  letter-spacing:.12em;
}
.hemes-service-card h3,
.hemes-industry-card h3,
.hemes-trust__item strong,
.hemes-panel--dashboard>span strong{
  font-weight:800;
  letter-spacing:-.045em;
}
.hemes-topbar{
  font-weight:600;
}
.hemes-score-orb span,
.hemes-kpi-stack span,
.hemes-pill,
.hemes-float-chip{
  font-family:var(--hemes-font-display);
}
@media (max-width:640px){
  .hemes-hero__content h1,
  .hemes-section__heading h2,
  .hemes-split__content h2,
  .hemes-cta h2{
    letter-spacing:-.055em;
  }
}


/* Phase 2.3.2: distinctive premium typography refresh. */
:root{
  --hemes-font-body:"Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hemes-font-display:"Fraunces", Georgia, "Times New Roman", serif;
  --hemes-font-ui:"Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body,
p,
li,
input,
textarea,
select,
button{
  font-family:var(--hemes-font-body);
}
h1,h2,h3,h4,h5,h6,
.hemes-hero__content h1,
.hemes-section__heading h2,
.hemes-split__content h2,
.hemes-cta h2,
.hemes-page-hero h1{
  font-family:var(--hemes-font-display);
  font-weight:800;
  letter-spacing:-.055em;
}
.hemes-hero__content h1{
  letter-spacing:-.065em;
}
.hemes-section__heading h2,
.hemes-split__content h2,
.hemes-cta h2{
  letter-spacing:-.052em;
}
.hemes-nav,
.hemes-btn,
.hemes-eyebrow,
.hemes-topbar,
.hemes-service-card__link,
.hemes-command-label,
.hemes-command-deck__top,
.hemes-kpi-stack,
.hemes-score-orb strong,
.hemes-score-orb span,
.hemes-panel__header,
.hemes-industry-card__top span,
.hemes-cta__mini,
.hemes-site-footer,
.hemes-pill,
.hemes-float-chip,
.hemes-text-link{
  font-family:var(--hemes-font-ui);
}
.hemes-service-card h3,
.hemes-industry-card h3,
.hemes-trust__item strong,
.hemes-panel--dashboard>span strong{
  font-family:var(--hemes-font-display);
  font-weight:800;
  letter-spacing:-.045em;
}
.hemes-service-card p,
.hemes-industry-card p,
.hemes-trust__item span,
.hemes-section__heading p,
.hemes-split__content p,
.hemes-cta p{
  font-family:var(--hemes-font-body);
}
.hemes-eyebrow{
  font-weight:800;
  letter-spacing:.13em;
}
.hemes-btn,
.hemes-nav a,
.hemes-service-card__link{
  font-weight:800;
}
@media (max-width:640px){
  h1,h2,h3,h4,h5,h6,
  .hemes-hero__content h1,
  .hemes-section__heading h2,
  .hemes-split__content h2,
  .hemes-cta h2{
    letter-spacing:-.04em;
  }
}


/* Phase 2.3.3: new premium font direction — Marcellus + Outfit. */
:root{
  --hemes-font-body:"Outfit", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hemes-font-display:"Marcellus", Georgia, "Times New Roman", serif;
  --hemes-font-ui:"Outfit", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body,
p,
li,
input,
textarea,
select,
button{
  font-family:var(--hemes-font-body) !important;
  letter-spacing:-.006em;
}
h1,h2,h3,h4,h5,h6,
.hemes-hero__content h1,
.hemes-section__heading h2,
.hemes-split__content h2,
.hemes-cta h2,
.hemes-page-hero h1,
.hemes-service-card h3,
.hemes-industry-card h3,
.hemes-trust__item strong,
.hemes-panel--dashboard>span strong{
  font-family:var(--hemes-font-display) !important;
  font-weight:400 !important;
  letter-spacing:-.025em;
}
.hemes-hero__content h1{
  letter-spacing:-.04em;
  line-height:.98;
}
.hemes-section__heading h2,
.hemes-split__content h2,
.hemes-cta h2{
  letter-spacing:-.032em;
}
.hemes-nav,
.hemes-btn,
.hemes-eyebrow,
.hemes-topbar,
.hemes-service-card__link,
.hemes-command-label,
.hemes-command-deck__top,
.hemes-kpi-stack,
.hemes-score-orb strong,
.hemes-score-orb span,
.hemes-panel__header,
.hemes-industry-card__top span,
.hemes-cta__mini,
.hemes-site-footer,
.hemes-pill,
.hemes-float-chip,
.hemes-text-link,
.hemes-mobile-menu a{
  font-family:var(--hemes-font-ui) !important;
}
.hemes-nav a,
.hemes-mobile-menu a,
.hemes-btn,
.hemes-service-card__link,
.hemes-text-link{
  font-weight:700;
  letter-spacing:-.01em;
}
.hemes-eyebrow{
  font-weight:800;
  letter-spacing:.14em;
}
.hemes-hero__content p,
.hemes-section__heading p,
.hemes-split__content p,
.hemes-service-card p,
.hemes-industry-card p,
.hemes-cta p{
  font-weight:400;
  letter-spacing:.001em;
}
.hemes-score-orb strong{
  font-family:var(--hemes-font-ui) !important;
  font-weight:800 !important;
}
.hemes-command-label strong,
.hemes-command-label em,
.hemes-kpi-stack span,
.hemes-pill,
.hemes-float-chip{
  font-weight:800;
}
@media (max-width:640px){
  .hemes-hero__content h1{
    letter-spacing:-.028em;
  }
  .hemes-section__heading h2,
  .hemes-split__content h2,
  .hemes-cta h2{
    letter-spacing:-.024em;
  }
}


/* Phase 3.0.0: premium inner page templates and existing page styling. */
.hemes-page-main{
  background:#fff;
}
.hemes-page-hero{
  position:relative;
  overflow:hidden;
  padding:118px 0 82px;
  background:
    radial-gradient(circle at 13% 10%, rgba(34,166,161,.16), transparent 31%),
    radial-gradient(circle at 88% 20%, rgba(47,128,237,.12), transparent 30%),
    linear-gradient(180deg,#f5f8fa 0%,#fff 100%);
  border-bottom:1px solid rgba(229,234,240,.88);
}
.hemes-page-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(31,52,70,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(31,52,70,.04) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.82),transparent 90%);
  pointer-events:none;
}
.hemes-page-hero__inner{
  position:relative;
  z-index:2;
  max-width:920px;
  text-align:center;
}
.hemes-page-hero h1{
  margin:12px 0 16px;
  color:var(--hemes-navy);
  font-size:clamp(2.25rem,5vw,4.7rem);
  line-height:.98;
}
.hemes-page-hero p{
  margin:0 auto;
  max-width:780px;
  color:#526273;
  font-size:1.06rem;
  line-height:1.75;
}
.hemes-page-hero__actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}
.hemes-page-section{
  padding:88px 0;
}
.hemes-content-narrow{
  max-width:900px;
}
.hemes-content-card{
  border-radius:34px;
  padding:38px;
  background:linear-gradient(145deg,#fff,#f8fbfc);
  border:1px solid rgba(210,224,235,.92);
  box-shadow:0 24px 76px rgba(31,52,70,.08);
}
.hemes-content{
  color:#394a5a;
  font-size:1rem;
  line-height:1.85;
}
.hemes-content h2,
.hemes-content h3,
.hemes-content h4{
  color:var(--hemes-navy);
  margin:1.4em 0 .55em;
}
.hemes-content p:first-child{
  margin-top:0;
}
.hemes-content a{
  color:var(--hemes-blue);
  font-weight:800;
}
.hemes-content img{
  height:auto;
  border-radius:24px;
  box-shadow:0 18px 56px rgba(31,52,70,.12);
}
.hemes-service-detail-grid,
.hemes-contact-layout{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:28px;
  align-items:start;
}
.hemes-service-aside,
.hemes-contact-aside{
  position:sticky;
  top:104px;
  border-radius:34px;
  padding:30px;
  background:
    radial-gradient(circle at 90% 0%, rgba(34,166,161,.16), transparent 34%),
    linear-gradient(145deg,#142535,#1f3446);
  color:#fff;
  box-shadow:0 28px 90px rgba(31,52,70,.18);
}
.hemes-service-aside h2,
.hemes-contact-aside h2{
  margin:8px 0 12px;
  color:#fff;
  font-size:2rem;
}
.hemes-service-aside p,
.hemes-contact-aside p{
  color:rgba(255,255,255,.74);
  line-height:1.7;
}
.hemes-service-aside .hemes-checklist li{
  color:#fff;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.12);
}
.hemes-contact-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.hemes-contact-points span{
  display:inline-flex;
  padding:9px 11px;
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  font-weight:850;
  font-size:.84rem;
}
.hemes-eauditor-detail{
  background:#fff;
}
.hemes-eauditor-detail__intro{
  max-width:920px;
  margin:0 auto 38px;
  text-align:center;
}
.hemes-eauditor-detail__intro h2{
  margin:10px 0 14px;
  color:var(--hemes-navy);
  font-size:clamp(2rem,4vw,3.6rem);
  line-height:1.03;
}
.hemes-eauditor-detail__intro p{
  color:#526273;
  line-height:1.75;
}
.hemes-eauditor-feature-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:26px;
  align-items:stretch;
  margin-bottom:42px;
}
.hemes-eauditor-stat-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:340px;
  border-radius:34px;
  padding:32px;
  color:#fff;
  background:
    radial-gradient(circle at 20% 0%, rgba(34,166,161,.34), transparent 36%),
    linear-gradient(145deg,#142535,#1f3446);
  box-shadow:0 28px 90px rgba(31,52,70,.18);
}
.hemes-eauditor-stat-card span{
  width:max-content;
  padding:9px 12px;
  border-radius:999px;
  color:#9ff1df;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  font-family:var(--hemes-font-ui);
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.76rem;
}
.hemes-eauditor-stat-card strong{
  display:block;
  margin:28px 0;
  font-family:var(--hemes-font-display);
  font-size:clamp(1.65rem,3vw,2.55rem);
  line-height:1.1;
  font-weight:400;
}
.hemes-eauditor-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.hemes-eauditor-gallery__item{
  min-height:250px;
  margin:0;
  overflow:hidden;
  border-radius:28px;
  background:#eaf1f5;
  box-shadow:0 18px 60px rgba(31,52,70,.10);
}
.hemes-eauditor-gallery__item--large{
  grid-column:span 2;
  grid-row:span 2;
}
.hemes-eauditor-gallery__item img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .4s ease;
}
.hemes-eauditor-gallery__item:hover img{
  transform:scale(1.04);
}
.hemes-news-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.hemes-news-card{
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(210,224,235,.92);
  box-shadow:0 22px 70px rgba(31,52,70,.08);
}
.hemes-news-card__image{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#eaf1f5;
}
.hemes-news-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.hemes-news-card:hover .hemes-news-card__image img{
  transform:scale(1.04);
}
.hemes-news-card__body{
  padding:24px;
}
.hemes-news-card__date{
  color:var(--hemes-teal);
  font-family:var(--hemes-font-ui);
  font-weight:900;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.hemes-news-card h2{
  margin:10px 0;
  font-size:1.45rem;
  line-height:1.12;
}
.hemes-news-card h2 a{
  color:var(--hemes-navy);
  text-decoration:none;
}
.hemes-news-card p{
  color:#526273;
  line-height:1.65;
}
.hemes-single-image{
  margin:-18px -18px 28px;
  overflow:hidden;
  border-radius:28px;
}
.hemes-single-image img{
  width:100%;
  height:auto;
  display:block;
}
.hemes-pagination{
  margin-top:38px;
}
@media (max-width:980px){
  .hemes-service-detail-grid,
  .hemes-contact-layout,
  .hemes-eauditor-feature-grid{
    grid-template-columns:1fr;
  }
  .hemes-service-aside,
  .hemes-contact-aside{
    position:relative;
    top:auto;
  }
  .hemes-eauditor-gallery{
    grid-template-columns:1fr 1fr;
  }
  .hemes-news-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width:640px){
  .hemes-page-hero{
    padding:88px 0 58px;
  }
  .hemes-page-section{
    padding:58px 0;
  }
  .hemes-content-card,
  .hemes-service-aside,
  .hemes-contact-aside,
  .hemes-eauditor-stat-card{
    padding:24px 20px;
    border-radius:26px;
  }
  .hemes-page-hero__actions{
    display:grid;
  }
  .hemes-eauditor-gallery,
  .hemes-news-grid{
    grid-template-columns:1fr;
  }
  .hemes-eauditor-gallery__item--large{
    grid-column:auto;
    grid-row:auto;
  }
  .hemes-eauditor-gallery__item{
    min-height:220px;
  }
}


/* Phase 3.0.1: legacy content button visibility + contact page form card. */
.hemes-content a.button,
.hemes-content .button,
.hemes-content a.btn,
.hemes-content a[class*="button"],
.hemes-content a[class*="Button"],
.hemes-content button,
.hemes-content input[type="submit"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:auto;
  min-height:48px;
  padding:13px 22px;
  border-radius:999px;
  border:0;
  background:linear-gradient(135deg,var(--hemes-blue),var(--hemes-teal)) !important;
  color:#ffffff !important;
  font-family:var(--hemes-font-ui) !important;
  font-weight:800;
  text-decoration:none !important;
  box-shadow:0 16px 34px rgba(47,128,237,.18);
}
.hemes-content a.button *,
.hemes-content .button *,
.hemes-content a.btn *,
.hemes-content a[class*="button"] *,
.hemes-content a[class*="Button"] *{
  color:#ffffff !important;
}
.hemes-content a.button:hover,
.hemes-content .button:hover,
.hemes-content a.btn:hover,
.hemes-content a[class*="button"]:hover,
.hemes-content a[class*="Button"]:hover,
.hemes-content button:hover,
.hemes-content input[type="submit"]:hover{
  transform:translateY(-1px);
  color:#ffffff !important;
  box-shadow:0 20px 44px rgba(47,128,237,.24);
}
.hemes-contact-form-card{
  margin-top:22px;
  padding:18px;
  border-radius:24px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
}
.hemes-contact-form-card .forminator-ui{
  margin:0 !important;
}
.hemes-contact-form-card label,
.hemes-contact-form-card .forminator-label{
  color:#ffffff !important;
  font-family:var(--hemes-font-ui) !important;
  font-weight:750 !important;
}
.hemes-contact-form-card input,
.hemes-contact-form-card textarea,
.hemes-contact-form-card select{
  border-radius:14px !important;
  border:1px solid rgba(255,255,255,.18) !important;
  background:rgba(255,255,255,.92) !important;
  color:#142535 !important;
  box-shadow:none !important;
}
.hemes-contact-form-card .forminator-button,
.hemes-contact-form-card button[type="submit"]{
  width:100% !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,var(--hemes-blue),var(--hemes-teal)) !important;
  color:#fff !important;
  font-family:var(--hemes-font-ui) !important;
  font-weight:850 !important;
}
@media (max-width:980px){
  .hemes-contact-form-card{
    padding:14px;
  }
}


/* Phase 3.0.2: force legacy Contact page button text to stay visible. */
.hemes-content .button,
.hemes-content a.button,
.hemes-content .button *,
.hemes-content a.button *,
.hemes-content .ux-button,
.hemes-content .ux-button *,
.hemes-content a[class*="button"],
.hemes-content a[class*="button"] *,
.hemes-content a[class*="Button"],
.hemes-content a[class*="Button"] *,
.hemes-content .button span,
.hemes-content a.button span,
.hemes-content a[href^="tel:"].button,
.hemes-content a[href^="tel:"].button *,
.hemes-content a[href^="tel:"][class*="button"],
.hemes-content a[href^="tel:"][class*="button"] *{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  text-shadow:none !important;
}
.hemes-content .button::before,
.hemes-content .button::after,
.hemes-content a.button::before,
.hemes-content a.button::after{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
.hemes-content a[href^="tel:"].button,
.hemes-content a[href^="tel:"][class*="button"]{
  background:linear-gradient(135deg,var(--hemes-blue),var(--hemes-teal)) !important;
  border-color:transparent !important;
}
.hemes-content a[href^="tel:"].button:hover,
.hemes-content a[href^="tel:"][class*="button"]:hover{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}


/* Phase 3.0.3: native Contact page content and guaranteed Call Us button contrast. */
.hemes-contact-direct h2{
  margin:10px 0 26px;
  color:var(--hemes-navy);
  font-size:clamp(2.2rem,5vw,4.4rem);
  line-height:1;
}
.hemes-contact-direct p{
  margin:0 0 18px;
  color:#142535;
  font-size:1.05rem;
}
.hemes-contact-direct p a{
  color:#142535;
  text-decoration:none;
  font-weight:700;
}
.hemes-contact-call-btn,
.hemes-contact-call-btn:link,
.hemes-contact-call-btn:visited,
.hemes-contact-direct .hemes-contact-call-btn,
.hemes-contact-direct a.hemes-contact-call-btn{
  margin:8px 0 30px;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  text-decoration:none !important;
  font-family:var(--hemes-font-ui) !important;
  font-weight:800 !important;
}
.hemes-contact-call-btn *,
.hemes-contact-direct .hemes-contact-call-btn *{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
.hemes-contact-industries h3{
  margin:0 0 14px;
  color:#526273;
  font-size:1.15rem;
  font-family:var(--hemes-font-ui) !important;
  font-weight:800 !important;
  font-style:italic;
  letter-spacing:-.02em;
}
.hemes-contact-points--light{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:0;
}
.hemes-contact-points--light span{
  color:var(--hemes-navy);
  background:#f5f8fa;
  border:1px solid rgba(210,224,235,.92);
}
@media (max-width:640px){
  .hemes-contact-direct h2{
    font-size:2.65rem;
  }
}


/* Phase 3.1.0: premium statement headings and lightweight motion section. */
.hemes-statement-heading{
  font-family:var(--hemes-font-ui) !important;
  font-weight:800 !important;
  letter-spacing:-.045em;
  line-height:1.06;
}
.hemes-statement-heading span{
  color:var(--hemes-teal);
  background:linear-gradient(90deg,var(--hemes-teal),var(--hemes-blue));
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.hemes-statement-heading--light{
  color:#fff;
}
.hemes-statement-heading--light span{
  background:linear-gradient(90deg,#9ff1df,#ffffff,#7bd7ff);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.hemes-premium-statement{
  position:relative;
  overflow:hidden;
  padding:92px 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(34,166,161,.12), transparent 34%),
    radial-gradient(circle at 88% 80%, rgba(47,128,237,.10), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#f5f8fa 100%);
}
.hemes-premium-statement::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(31,52,70,.035) 1px, transparent 1px),
    linear-gradient(90deg,rgba(31,52,70,.035) 1px, transparent 1px);
  background-size:32px 32px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.78),transparent 88%);
  pointer-events:none;
}
.hemes-premium-statement__grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:center;
}
.hemes-premium-statement__copy h2{
  margin:10px 0 18px;
  color:var(--hemes-navy);
  font-size:clamp(2.1rem,4.8vw,4.55rem);
}
.hemes-premium-statement__copy p{
  max-width:620px;
  color:#526273;
  font-size:1.03rem;
  line-height:1.78;
}
.hemes-motion-stack{
  position:relative;
  min-height:430px;
  border-radius:42px;
  padding:28px;
  background:
    radial-gradient(circle at 30% 0%, rgba(34,166,161,.20), transparent 36%),
    linear-gradient(145deg,rgba(255,255,255,.92),rgba(241,248,250,.86));
  border:1px solid rgba(210,224,235,.9);
  box-shadow:0 34px 110px rgba(31,52,70,.13), inset 0 1px 0 rgba(255,255,255,.88);
  overflow:hidden;
  isolation:isolate;
}
.hemes-motion-stack::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(31,52,70,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(31,52,70,.045) 1px,transparent 1px);
  background-size:30px 30px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.62),transparent 90%);
  pointer-events:none;
}
.hemes-motion-stack::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-90px;
  bottom:-110px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(47,128,237,.20),transparent 68%);
  filter:blur(4px);
  animation:hemesSoftOrb 8s ease-in-out infinite;
}
.hemes-motion-stack__line{
  position:absolute;
  left:15%;
  right:15%;
  top:50%;
  height:2px;
  transform:translateY(-50%);
  background:linear-gradient(90deg,rgba(34,166,161,.12),rgba(34,166,161,.75),rgba(47,128,237,.65),rgba(34,166,161,.12));
  box-shadow:0 0 28px rgba(34,166,161,.32);
}
.hemes-motion-stack__line::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:80px;
  height:80px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(circle,rgba(34,166,161,.28),transparent 68%);
  animation:hemesLinePulse 4.8s ease-in-out infinite;
}
.hemes-motion-card{
  position:absolute;
  z-index:2;
  width:185px;
  min-height:126px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:20px;
  border-radius:26px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(210,224,235,.92);
  box-shadow:0 24px 64px rgba(31,52,70,.11);
  backdrop-filter:blur(10px);
  animation:hemesMotionFloat 6s ease-in-out infinite;
}
.hemes-motion-card strong{
  color:var(--hemes-navy);
  font-family:var(--hemes-font-ui);
  font-size:1.25rem;
  font-weight:850;
  letter-spacing:-.04em;
}
.hemes-motion-card span{
  color:#526273;
  font-size:.88rem;
  line-height:1.45;
  font-weight:600;
}
.hemes-motion-card--one{left:8%;top:13%}
.hemes-motion-card--two{right:10%;top:9%;animation-delay:.7s}
.hemes-motion-card--three{left:14%;bottom:11%;animation-delay:1.25s}
.hemes-motion-card--four{right:6%;bottom:15%;animation-delay:1.8s}
.hemes-motion-dot{
  position:absolute;
  z-index:3;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#1fb05f;
  box-shadow:0 0 0 8px rgba(31,176,95,.14),0 0 24px rgba(31,176,95,.46);
  animation:hemesDotTravel 5.2s linear infinite;
}
.hemes-motion-dot--one{top:50%;left:17%}
.hemes-motion-dot--two{top:50%;left:17%;animation-delay:1.7s}
.hemes-motion-dot--three{top:50%;left:17%;animation-delay:3.4s}
.hemes-eauditor-home .hemes-split__content h2,
.hemes-cta--premium h2{
  font-family:var(--hemes-font-ui) !important;
  font-weight:800 !important;
}
@keyframes hemesSoftOrb{
  0%,100%{transform:translate(0,0) scale(.96);opacity:.7}
  50%{transform:translate(-22px,-18px) scale(1.06);opacity:1}
}
@keyframes hemesLinePulse{
  0%,100%{left:0;opacity:.36;transform:translate(-50%,-50%) scale(.8)}
  50%{left:100%;opacity:.95;transform:translate(-50%,-50%) scale(1.1)}
}
@keyframes hemesMotionFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}
@keyframes hemesDotTravel{
  0%{left:15%;opacity:0;transform:translate(-50%,-50%) scale(.75)}
  12%{opacity:1}
  88%{opacity:1}
  100%{left:85%;opacity:0;transform:translate(-50%,-50%) scale(1.05)}
}
@media (max-width:980px){
  .hemes-premium-statement__grid{
    grid-template-columns:1fr;
  }
  .hemes-motion-stack{
    min-height:390px;
  }
}
@media (max-width:640px){
  .hemes-premium-statement{
    padding:66px 0;
  }
  .hemes-premium-statement__grid{
    gap:28px;
  }
  .hemes-premium-statement__copy h2{
    font-size:2.35rem;
  }
  .hemes-motion-stack{
    min-height:auto;
    display:grid;
    gap:12px;
    padding:18px;
    border-radius:30px;
  }
  .hemes-motion-stack__line,
  .hemes-motion-dot{
    display:none;
  }
  .hemes-motion-card{
    position:relative;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%;
    min-height:auto;
    animation:none;
    border-radius:20px;
  }
}
@media (prefers-reduced-motion:reduce){
  .hemes-motion-stack::after,
  .hemes-motion-stack__line::before,
  .hemes-motion-card,
  .hemes-motion-dot{
    animation:none!important;
  }
}


/* Phase 3.2.0: eAuditor page rebuild and legacy image recovery. */
.hemes-eauditor-detail--phase32{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(34,166,161,.12), transparent 32%),
    linear-gradient(180deg,#fff 0%,#f5f8fa 100%);
}
.hemes-eauditor-detail--phase32::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(31,52,70,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(31,52,70,.035) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 92%);
  pointer-events:none;
}
.hemes-eauditor-detail--phase32>.hemes-container{
  position:relative;
  z-index:2;
}
.hemes-eauditor-lead{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:34px;
  align-items:center;
  margin-bottom:36px;
}
.hemes-eauditor-lead__content{
  padding:18px 0;
}
.hemes-eauditor-lead__content h2{
  margin:10px 0 18px;
  color:var(--hemes-navy);
  font-size:clamp(2rem,4.4vw,4.35rem);
  line-height:1.02;
}
.hemes-eauditor-lead__content p{
  color:#526273;
  font-size:1.03rem;
  line-height:1.78;
}
.hemes-eauditor-lead__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}
.hemes-eauditor-lead__media{
  position:relative;
  min-height:430px;
  margin:0;
  overflow:hidden;
  border-radius:38px;
  background:#eaf1f5;
  box-shadow:0 34px 108px rgba(31,52,70,.16);
}
.hemes-eauditor-lead__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,transparent 35%,rgba(20,37,53,.58)),
    radial-gradient(circle at 18% 0%,rgba(34,166,161,.28),transparent 34%);
  pointer-events:none;
}
.hemes-eauditor-lead__media img{
  width:100%;
  height:100%;
  min-height:430px;
  object-fit:cover;
  display:block;
}
.hemes-eauditor-lead__media figcaption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:2;
  display:grid;
  gap:4px;
  padding:18px 20px;
  border-radius:24px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 22px 54px rgba(0,0,0,.14);
  backdrop-filter:blur(12px);
}
.hemes-eauditor-lead__media figcaption strong{
  color:var(--hemes-navy);
  font-family:var(--hemes-font-ui);
  font-size:1.15rem;
  font-weight:850;
}
.hemes-eauditor-lead__media figcaption span{
  color:#526273;
  font-weight:650;
}
.hemes-eauditor-step-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:32px 0 42px;
}
.hemes-eauditor-step{
  position:relative;
  overflow:hidden;
  min-height:250px;
  border-radius:30px;
  padding:26px;
  background:linear-gradient(145deg,#fff,#f7fbfc);
  border:1px solid rgba(210,224,235,.92);
  box-shadow:0 22px 70px rgba(31,52,70,.08);
}
.hemes-eauditor-step::before{
  content:"";
  position:absolute;
  right:-54px;
  top:-54px;
  width:148px;
  height:148px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(34,166,161,.16),transparent 70%);
}
.hemes-eauditor-step>span{
  display:inline-flex;
  padding:8px 11px;
  border-radius:999px;
  color:#0f6943;
  background:rgba(31,176,95,.10);
  border:1px solid rgba(31,176,95,.16);
  font-family:var(--hemes-font-ui);
  font-weight:850;
  font-size:.76rem;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.hemes-eauditor-step h3{
  margin:18px 0 12px;
  color:var(--hemes-navy);
  font-size:1.42rem;
}
.hemes-eauditor-step p{
  color:#526273;
  line-height:1.68;
}
.hemes-eauditor-step i{
  position:absolute;
  right:22px;
  bottom:14px;
  color:rgba(31,52,70,.08);
  font-family:var(--hemes-font-ui);
  font-weight:850;
  font-style:normal;
  font-size:4.8rem;
  line-height:1;
}
.hemes-eauditor-feature-grid--phase32{
  margin-bottom:56px;
}
.hemes-eauditor-feature-grid--phase32 .hemes-content-card h3{
  margin-top:8px;
  color:var(--hemes-navy);
  font-size:2rem;
}
.hemes-eauditor-stat-card--phase32{
  overflow:hidden;
  position:relative;
}
.hemes-eauditor-stat-card--phase32::after{
  content:"";
  position:absolute;
  right:-80px;
  bottom:-90px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(34,166,161,.32),transparent 68%);
}
.hemes-eauditor-meter{
  position:relative;
  z-index:2;
  width:172px;
  height:172px;
  display:grid;
  place-items:center;
  align-self:flex-end;
  border-radius:50%;
  background:
    radial-gradient(circle at center,#142535 55%,transparent 56%),
    conic-gradient(#1fb05f 0 350deg,rgba(255,255,255,.14) 350deg 360deg);
  box-shadow:0 20px 55px rgba(0,0,0,.22),0 0 0 12px rgba(31,176,95,.08);
}
.hemes-eauditor-meter b{
  color:#fff;
  font-family:var(--hemes-font-ui);
  font-size:2.65rem;
  line-height:1;
}
.hemes-eauditor-meter em{
  margin-top:-36px;
  color:rgba(255,255,255,.72);
  font-size:.72rem;
  font-style:normal;
  font-weight:750;
}
.hemes-eauditor-gallery-heading{
  margin-top:30px;
}
.hemes-eauditor-gallery--phase32{
  grid-template-columns:1.15fr .85fr .85fr;
  grid-auto-rows:245px;
  gap:18px;
}
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item{
  min-height:0;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.66);
  box-shadow:0 24px 76px rgba(31,52,70,.12);
}
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item--large{
  grid-row:span 2;
}
.hemes-eauditor-final{
  margin-top:56px;
  padding:42px;
  border-radius:38px;
  background:
    radial-gradient(circle at 12% 0%,rgba(34,166,161,.30),transparent 34%),
    linear-gradient(145deg,#142535,#1f3446);
  color:#fff;
  box-shadow:0 30px 100px rgba(31,52,70,.20);
}
.hemes-eauditor-final h2{
  max-width:880px;
  margin:10px 0 24px;
  font-size:clamp(2rem,4vw,3.6rem);
}
@media (max-width:980px){
  .hemes-eauditor-lead,
  .hemes-eauditor-step-grid{
    grid-template-columns:1fr;
  }
  .hemes-eauditor-gallery--phase32{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width:640px){
  .hemes-eauditor-lead__media,
  .hemes-eauditor-lead__media img{
    min-height:310px;
  }
  .hemes-eauditor-lead__actions{
    display:grid;
  }
  .hemes-eauditor-step{
    min-height:auto;
    padding:24px 20px;
  }
  .hemes-eauditor-gallery--phase32{
    grid-template-columns:1fr;
    grid-auto-rows:220px;
  }
  .hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item--large{
    grid-row:auto;
  }
  .hemes-eauditor-final{
    padding:28px 20px;
    border-radius:30px;
  }
  .hemes-eauditor-meter{
    align-self:flex-start;
    width:142px;
    height:142px;
  }
}


/* Phase 3.2.1: show all recovered eAuditor images fully without cropping/cutting. */
.hemes-eauditor-lead__media,
.hemes-eauditor-gallery__item,
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item{
  background:
    radial-gradient(circle at 12% 0%, rgba(34,166,161,.08), transparent 34%),
    linear-gradient(145deg,#ffffff,#f5f8fa);
}
.hemes-eauditor-lead__media img,
.hemes-eauditor-gallery__item img,
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item img{
  object-fit:contain !important;
  object-position:center center !important;
  background:#ffffff;
  transform:none !important;
}
.hemes-eauditor-lead__media:hover img,
.hemes-eauditor-gallery__item:hover img,
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item:hover img{
  transform:none !important;
}
.hemes-eauditor-gallery--phase32{
  grid-auto-rows:minmax(280px, auto);
}
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
}
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item img{
  height:100%;
  max-height:520px;
}
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item--large img{
  max-height:720px;
}
.hemes-eauditor-lead__media{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
}
.hemes-eauditor-lead__media img{
  min-height:0 !important;
  height:auto !important;
  max-height:500px;
}
.hemes-eauditor-lead__media::before{
  display:none;
}
@media (max-width:980px){
  .hemes-eauditor-gallery--phase32{
    grid-auto-rows:minmax(260px, auto);
  }
}
@media (max-width:640px){
  .hemes-eauditor-lead__media{
    min-height:auto;
    padding:10px;
  }
  .hemes-eauditor-lead__media img{
    max-height:none;
  }
  .hemes-eauditor-gallery--phase32{
    grid-auto-rows:auto;
  }
  .hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item{
    min-height:auto;
    padding:10px;
  }
  .hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item img{
    height:auto;
    max-height:none;
  }
}


/* Phase 3.2.2: eAuditor gallery single-column large image layout for readable text. */
.hemes-eauditor-gallery,
.hemes-eauditor-gallery--phase32{
  display:grid;
  grid-template-columns:1fr !important;
  grid-auto-rows:auto !important;
  gap:28px;
  max-width:1080px;
  margin-left:auto;
  margin-right:auto;
}
.hemes-eauditor-gallery__item,
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item,
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item--large{
  grid-column:auto !important;
  grid-row:auto !important;
  width:100%;
  min-height:auto !important;
  padding:18px;
  border-radius:34px;
  background:
    radial-gradient(circle at 12% 0%, rgba(34,166,161,.08), transparent 34%),
    linear-gradient(145deg,#ffffff,#f5f8fa);
}
.hemes-eauditor-gallery__item img,
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item img,
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item--large img{
  width:100%;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#ffffff;
  border-radius:24px;
}
.hemes-eauditor-gallery-heading{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}
@media (max-width:640px){
  .hemes-eauditor-gallery,
  .hemes-eauditor-gallery--phase32{
    gap:18px;
  }
  .hemes-eauditor-gallery__item,
  .hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item{
    padding:10px;
    border-radius:24px;
  }
  .hemes-eauditor-gallery__item img,
  .hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item img{
    border-radius:18px;
  }
}


/* Phase 3.2.3: guarantee eAuditor gallery images display in single-column mode. */
.hemes-eauditor-gallery,
.hemes-eauditor-gallery--phase32{
  display:block !important;
  max-width:1120px;
  margin:0 auto;
}
.hemes-eauditor-gallery__item,
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item,
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item--large{
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  margin:0 0 30px !important;
  padding:16px !important;
  overflow:visible !important;
  border-radius:32px;
  background:#ffffff;
  box-shadow:0 22px 70px rgba(31,52,70,.10);
}
.hemes-eauditor-gallery__item img,
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item img,
.hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item--large img{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:22px;
  background:#ffffff;
  transform:none !important;
}
.hemes-eauditor-gallery__item:last-child{
  margin-bottom:0 !important;
}
@media (max-width:640px){
  .hemes-eauditor-gallery__item,
  .hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item{
    padding:8px !important;
    margin-bottom:18px !important;
    border-radius:22px;
  }
  .hemes-eauditor-gallery__item img,
  .hemes-eauditor-gallery--phase32 .hemes-eauditor-gallery__item img{
    border-radius:16px;
  }
}


/* Phase 3.2.4: conflict-proof eAuditor image stack using full original images. */
.hemes-eauditor-image-stack{
  display:block !important;
  width:100% !important;
  max-width:1120px;
  margin:0 auto !important;
  padding:0 !important;
}
.hemes-eauditor-image-stack__item{
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 0 32px !important;
  padding:16px !important;
  border-radius:34px;
  background:
    radial-gradient(circle at 12% 0%, rgba(34,166,161,.08), transparent 34%),
    linear-gradient(145deg,#ffffff,#f5f8fa);
  border:1px solid rgba(210,224,235,.92);
  box-shadow:0 24px 76px rgba(31,52,70,.12);
  overflow:visible !important;
}
.hemes-eauditor-image-stack__item img{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  position:relative !important;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:24px;
  background:#ffffff;
  transform:none !important;
  filter:none !important;
}
.hemes-eauditor-image-stack__item:hover img{
  transform:none !important;
}
.hemes-eauditor-image-stack__item:last-child{
  margin-bottom:0 !important;
}
/* Hide previous gallery classes if cached/duplicated by old markup. */
.hemes-eauditor-gallery--phase32{
  grid-template-columns:1fr !important;
}
@media (max-width:640px){
  .hemes-eauditor-image-stack__item{
    padding:8px !important;
    margin-bottom:18px !important;
    border-radius:22px;
  }
  .hemes-eauditor-image-stack__item img{
    border-radius:16px;
  }
}


/* Phase 3.2.5: force eAuditor images to render visibly from known upload files. */
.hemes-eauditor-image-stack{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  transform:none !important;
  width:100% !important;
  max-width:1120px !important;
  margin:0 auto !important;
  padding:0 !important;
}
.hemes-eauditor-image-stack__item{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  transform:none !important;
  width:100% !important;
  height:auto !important;
  min-height:120px !important;
  margin:0 0 34px !important;
  padding:14px !important;
  border-radius:34px !important;
  background:#ffffff !important;
  border:1px solid rgba(210,224,235,.92) !important;
  box-shadow:0 24px 76px rgba(31,52,70,.12) !important;
  overflow:visible !important;
}
.hemes-eauditor-image-stack__item img{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  position:static !important;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:22px !important;
  background:#ffffff !important;
  transform:none !important;
  filter:none !important;
}
.hemes-eauditor-image-stack__item:last-child{
  margin-bottom:0 !important;
}
@media (max-width:640px){
  .hemes-eauditor-image-stack__item{
    padding:8px !important;
    margin-bottom:18px !important;
    border-radius:22px !important;
  }
  .hemes-eauditor-image-stack__item img{
    border-radius:16px !important;
  }
}


/* Phase 3.2.6: corrected original eAuditor screenshot images, shown large and readable. */
.hemes-eauditor-image-stack{
  max-width:1180px !important;
}
.hemes-eauditor-image-stack__item{
  padding:18px !important;
}
.hemes-eauditor-image-stack__item img{
  image-rendering:auto;
}
.hemes-eauditor-gallery-heading h2{
  max-width:980px;
}
@media (max-width:640px){
  .hemes-eauditor-image-stack__item{
    padding:8px !important;
  }
}


/* Phase 3.3.0: About, Contact, Inquiry, and existing service page polish. */
.hemes-about-layout{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:start;
}
.hemes-about-story h2,
.hemes-service-main-card h2,
.hemes-inquiry-intro h2{
  margin:10px 0 20px;
  color:var(--hemes-navy);
  font-size:clamp(1.9rem,3.8vw,3.25rem);
  line-height:1.08;
}
.hemes-about-values{
  display:grid;
  gap:16px;
}
.hemes-about-values div{
  position:relative;
  overflow:hidden;
  min-height:155px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-radius:30px;
  padding:24px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 0%, rgba(34,166,161,.28), transparent 35%),
    linear-gradient(145deg,#142535,#1f3446);
  box-shadow:0 24px 76px rgba(31,52,70,.14);
}
.hemes-about-values div::after{
  content:"";
  position:absolute;
  right:-50px;
  bottom:-60px;
  width:155px;
  height:155px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(47,128,237,.24),transparent 68%);
}
.hemes-about-values strong{
  color:#9ff1df;
  font-family:var(--hemes-font-ui);
  font-size:.85rem;
  font-weight:850;
  letter-spacing:.14em;
}
.hemes-about-values span{
  position:relative;
  z-index:2;
  font-family:var(--hemes-font-display);
  font-size:1.55rem;
  line-height:1.15;
}
.hemes-service-polish-section{
  background:
    radial-gradient(circle at 8% 0%, rgba(34,166,161,.10), transparent 32%),
    linear-gradient(180deg,#fff 0%,#f5f8fa 100%);
}
.hemes-service-main-card{
  position:relative;
  overflow:hidden;
}
.hemes-service-main-card::before{
  content:"";
  position:absolute;
  top:-90px;
  right:-90px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(34,166,161,.12),transparent 68%);
}
.hemes-service-main-card>*{
  position:relative;
  z-index:2;
}
.hemes-service-proof-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid rgba(210,224,235,.86);
}
.hemes-service-proof-row span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  color:var(--hemes-navy);
  background:#f5f8fa;
  border:1px solid rgba(210,224,235,.9);
  font-family:var(--hemes-font-ui);
  font-weight:800;
  font-size:.82rem;
}
.hemes-service-proof-row span::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#1fb05f;
  box-shadow:0 0 0 4px rgba(31,176,95,.12);
}
.hemes-service-aside--premium .hemes-eyebrow{
  color:#9ff1df;
}
.hemes-service-aside__cta{
  display:grid;
  gap:14px;
  margin-top:24px;
}
.hemes-inquiry-polish-section{
  background:
    radial-gradient(circle at 90% 0%, rgba(47,128,237,.10), transparent 32%),
    linear-gradient(180deg,#fff 0%,#f5f8fa 100%);
}
.hemes-inquiry-intro{
  margin-bottom:26px;
  padding-bottom:22px;
  border-bottom:1px solid rgba(210,224,235,.9);
}
.hemes-inquiry-intro p{
  color:#526273;
  line-height:1.72;
}
.hemes-content .forminator-ui,
.hemes-content form{
  max-width:100%;
}
.hemes-content .forminator-row{
  margin-bottom:16px !important;
}
.hemes-content .forminator-label{
  color:var(--hemes-navy) !important;
  font-family:var(--hemes-font-ui) !important;
  font-weight:800 !important;
}
.hemes-content .forminator-input,
.hemes-content .forminator-textarea,
.hemes-content .forminator-select2 + .select2 .select2-selection{
  border-radius:16px !important;
  border:1px solid rgba(210,224,235,.95) !important;
  box-shadow:none !important;
}
.hemes-content .forminator-button-submit{
  width:auto !important;
  min-height:52px !important;
  padding:14px 24px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,var(--hemes-blue),var(--hemes-teal)) !important;
  color:#fff !important;
  font-family:var(--hemes-font-ui) !important;
  font-weight:850 !important;
}
.hemes-contact-direct{
  max-width:680px;
}
.hemes-contact-direct h2{
  margin-bottom:20px;
}
.hemes-contact-layout .hemes-content-card,
.hemes-contact-layout .hemes-contact-aside{
  min-width:0;
}
.hemes-contact-aside{
  overflow:hidden;
}
.hemes-contact-aside::after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-90px;
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(34,166,161,.24),transparent 68%);
}
.hemes-contact-aside>*{
  position:relative;
  z-index:2;
}
@media (max-width:980px){
  .hemes-about-layout{
    grid-template-columns:1fr;
  }
  .hemes-about-values{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .hemes-about-values div{
    min-height:130px;
    padding:20px;
    border-radius:24px;
  }
  .hemes-about-values span{
    font-size:1.32rem;
  }
  .hemes-service-proof-row{
    display:grid;
  }
  .hemes-service-proof-row span{
    width:100%;
  }
}


/* Phase 3.3.1: services landing page and footer services button. */
.hemes-footer__services-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:16px;
  padding:11px 15px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--hemes-blue),var(--hemes-teal));
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  font-family:var(--hemes-font-ui);
  font-weight:850;
  font-size:.86rem;
  text-decoration:none;
  box-shadow:0 16px 34px rgba(47,128,237,.18);
}
.hemes-footer__services-btn::after{
  content:"→";
  transition:transform .2s ease;
}
.hemes-footer__services-btn:hover{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  transform:translateY(-1px);
}
.hemes-footer__services-btn:hover::after{
  transform:translateX(4px);
}
.hemes-page-hero--services{
  background:
    radial-gradient(circle at 12% 0%, rgba(34,166,161,.16), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(47,128,237,.12), transparent 30%),
    linear-gradient(180deg,#f5f8fa 0%,#ffffff 100%);
}
.hemes-services-landing-section{
  background:
    radial-gradient(circle at 8% 0%, rgba(34,166,161,.09), transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f5f8fa 100%);
}
.hemes-services-page-grid{
  margin-top:36px;
}
.hemes-services-page-cta{
  margin:54px auto 0;
  max-width:980px;
  padding:38px;
  border-radius:34px;
  text-align:center;
  color:#fff;
  background:
    radial-gradient(circle at 12% 0%,rgba(34,166,161,.30),transparent 34%),
    linear-gradient(145deg,#142535,#1f3446);
  box-shadow:0 30px 100px rgba(31,52,70,.20);
}
.hemes-services-page-cta .hemes-eyebrow{
  color:#9ff1df;
}
.hemes-services-page-cta h2{
  max-width:760px;
  margin:10px auto 24px;
  color:#fff;
  font-size:clamp(1.75rem,3.5vw,3rem);
  line-height:1.08;
}
@media (max-width:640px){
  .hemes-footer__services-btn{
    width:100%;
    margin-top:14px;
  }
  .hemes-services-page-cta{
    padding:28px 20px;
    border-radius:28px;
  }
}


/* Phase 3.3.2: public copy cleanup and inner/service page image upgrades. */
.hemes-service-page-image{
  margin:24px 0 26px;
  overflow:hidden;
  border-radius:28px;
  background:#f5f8fa;
  border:1px solid rgba(210,224,235,.92);
  box-shadow:0 22px 70px rgba(31,52,70,.10);
}
.hemes-service-page-image img{
  display:block;
  width:100%;
  height:auto;
  max-height:560px;
  object-fit:contain;
  object-position:center center;
  background:#ffffff;
}
.hemes-about-image-strip{
  display:grid;
  grid-template-columns:1.1fr .9fr .9fr;
  gap:14px;
  margin:24px 0 28px;
}
.hemes-about-image-strip figure{
  margin:0;
  overflow:hidden;
  min-height:220px;
  border-radius:24px;
  background:#f5f8fa;
  box-shadow:0 18px 56px rgba(31,52,70,.10);
}
.hemes-about-image-strip img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.hemes-service-card--with-image{
  padding-top:20px;
}
.hemes-service-card__image{
  position:relative;
  z-index:2;
  width:100%;
  aspect-ratio:16/10;
  margin:0 0 18px;
  overflow:hidden;
  border-radius:22px;
  background:#eef4f7;
  border:1px solid rgba(210,224,235,.92);
}
.hemes-service-card__image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transition:transform .35s ease;
}
.hemes-service-card--with-image:hover .hemes-service-card__image img{
  transform:scale(1.035);
}
@media (max-width:760px){
  .hemes-about-image-strip{
    grid-template-columns:1fr;
  }
  .hemes-about-image-strip figure{
    min-height:auto;
  }
  .hemes-about-image-strip img{
    height:auto;
    object-fit:contain;
    background:#fff;
  }
  .hemes-service-page-image img{
    max-height:none;
  }
}


/* Phase 3.3.3: no images on service cards; images remain on actual service pages only. */
.hemes-service-card__image{
  display:none !important;
}
.hemes-service-card--with-image{
  padding-top:30px;
}


/* Phase 4.0.0: expanded service pages. */
.hemes-expanded-service-detail{
  background:
    radial-gradient(circle at 8% 0%, rgba(34,166,161,.10), transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f5f8fa 100%);
}
.hemes-expanded-service-lead{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:30px;
  align-items:stretch;
  margin-bottom:32px;
}
.hemes-expanded-service-image{
  margin:0;
  overflow:hidden;
  border-radius:36px;
  background:#fff;
  border:1px solid rgba(210,224,235,.92);
  box-shadow:0 28px 90px rgba(31,52,70,.14);
}
.hemes-expanded-service-image img{
  width:100%;
  height:100%;
  min-height:460px;
  display:block;
  object-fit:cover;
  object-position:center center;
}
.hemes-expanded-service-summary{
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-radius:36px;
  padding:36px;
  background:linear-gradient(145deg,#fff,#f7fbfc);
  border:1px solid rgba(210,224,235,.92);
  box-shadow:0 24px 76px rgba(31,52,70,.08);
}
.hemes-expanded-service-summary h2,
.hemes-expanded-process h2{
  margin:10px 0 16px;
  color:var(--hemes-navy);
  font-size:clamp(1.85rem,3.5vw,3rem);
  line-height:1.08;
}
.hemes-expanded-service-summary p{
  color:#526273;
  line-height:1.76;
}
.hemes-expanded-service-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin:32px 0;
}
.hemes-expanded-info-card{
  border-radius:32px;
  padding:30px;
  background:#fff;
  border:1px solid rgba(210,224,235,.92);
  box-shadow:0 22px 70px rgba(31,52,70,.08);
}
.hemes-expanded-info-card h3{
  margin:10px 0 18px;
  color:var(--hemes-navy);
  font-size:1.9rem;
  line-height:1.12;
}
.hemes-expanded-process{
  margin-top:32px;
  padding:38px;
  border-radius:36px;
  background:
    radial-gradient(circle at 10% 0%, rgba(34,166,161,.24), transparent 34%),
    linear-gradient(145deg,#142535,#1f3446);
  color:#fff;
  box-shadow:0 30px 100px rgba(31,52,70,.20);
}
.hemes-expanded-process .hemes-eyebrow{
  color:#9ff1df;
}
.hemes-expanded-process h2{
  color:#fff;
  max-width:820px;
}
.hemes-expanded-process__steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:26px;
}
.hemes-expanded-process__steps div{
  min-height:190px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}
.hemes-expanded-process__steps strong{
  color:#9ff1df;
  font-family:var(--hemes-font-ui);
  font-size:.88rem;
  letter-spacing:.14em;
}
.hemes-expanded-process__steps span{
  color:rgba(255,255,255,.84);
  line-height:1.55;
  font-weight:600;
}
.hemes-expanded-final-cta{
  margin-top:42px;
}
@media (max-width:980px){
  .hemes-expanded-service-lead,
  .hemes-expanded-service-grid,
  .hemes-expanded-process__steps{
    grid-template-columns:1fr;
  }
  .hemes-expanded-service-image img{
    min-height:auto;
    height:auto;
    object-fit:contain;
    background:#fff;
  }
}
@media (max-width:640px){
  .hemes-expanded-service-summary,
  .hemes-expanded-info-card,
  .hemes-expanded-process{
    padding:24px 20px;
    border-radius:28px;
  }
  .hemes-expanded-process__steps div{
    min-height:auto;
  }
}


/* Phase 4.1.0: premium Service Areas page. */
.hemes-page-hero--service-areas{
  background:
    radial-gradient(circle at 12% 0%, rgba(34,166,161,.16), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(47,128,237,.12), transparent 30%),
    linear-gradient(180deg,#f5f8fa 0%,#ffffff 100%);
}
.hemes-service-areas-intro{
  background:
    radial-gradient(circle at 8% 0%, rgba(34,166,161,.10), transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f5f8fa 100%);
}
.hemes-service-areas-intro__grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:30px;
  align-items:center;
}
.hemes-service-areas-intro__copy h2{
  margin:10px 0 18px;
  color:var(--hemes-navy);
  font-size:clamp(2rem,4.2vw,4.1rem);
}
.hemes-service-areas-intro__copy p{
  color:#526273;
  line-height:1.78;
  font-size:1.03rem;
}
.hemes-service-area-panel{
  display:flex;
  min-height:360px;
  flex-direction:column;
  justify-content:space-between;
  border-radius:36px;
  padding:34px;
  color:#fff;
  background:
    radial-gradient(circle at 12% 0%,rgba(34,166,161,.32),transparent 35%),
    linear-gradient(145deg,#142535,#1f3446);
  box-shadow:0 30px 100px rgba(31,52,70,.20);
}
.hemes-service-area-panel span{
  width:max-content;
  padding:9px 12px;
  border-radius:999px;
  color:#9ff1df;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  font-family:var(--hemes-font-ui);
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.76rem;
}
.hemes-service-area-panel strong{
  display:block;
  margin:24px 0;
  font-family:var(--hemes-font-display);
  font-size:clamp(1.6rem,3vw,2.5rem);
  line-height:1.1;
  font-weight:400;
}
.hemes-service-area-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:36px;
}
.hemes-service-area-card{
  position:relative;
  overflow:hidden;
  min-height:350px;
  border-radius:32px;
  padding:30px;
  background:linear-gradient(145deg,#ffffff,#f7fbfc);
  border:1px solid rgba(210,224,235,.92);
  box-shadow:0 24px 76px rgba(31,52,70,.08);
}
.hemes-service-area-card::before{
  content:"";
  position:absolute;
  right:-70px;
  top:-70px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(34,166,161,.16),transparent 68%);
}
.hemes-service-area-card h3{
  position:relative;
  margin:0 0 20px;
  color:var(--hemes-navy);
  font-size:1.7rem;
}
.hemes-service-area-card ul{
  position:relative;
  display:grid;
  gap:12px;
  list-style:none;
  margin:0;
  padding:0;
}
.hemes-service-area-card li{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 13px;
  border-radius:16px;
  color:var(--hemes-navy);
  background:#fff;
  border:1px solid rgba(210,224,235,.82);
  font-family:var(--hemes-font-ui);
  font-weight:750;
}
.hemes-service-area-card li::before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:#1fb05f;
  box-shadow:0 0 0 4px rgba(31,176,95,.12);
}
.hemes-service-area-process-section{
  background:#ffffff;
}
.hemes-service-area-process{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:32px;
}
.hemes-service-area-step{
  min-height:260px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:28px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(210,224,235,.92);
  box-shadow:0 22px 70px rgba(31,52,70,.08);
}
.hemes-service-area-step strong{
  color:var(--hemes-teal);
  font-family:var(--hemes-font-ui);
  font-weight:900;
  letter-spacing:.14em;
}
.hemes-service-area-step h3{
  margin:18px 0 12px;
  color:var(--hemes-navy);
  font-size:1.45rem;
}
.hemes-service-area-step p{
  color:#526273;
  line-height:1.7;
}
@media (max-width:980px){
  .hemes-service-areas-intro__grid,
  .hemes-service-area-grid,
  .hemes-service-area-process{
    grid-template-columns:1fr;
  }
  .hemes-service-area-card,
  .hemes-service-area-panel,
  .hemes-service-area-step{
    min-height:auto;
  }
}
@media (max-width:640px){
  .hemes-service-area-panel,
  .hemes-service-area-card,
  .hemes-service-area-step{
    padding:24px 20px;
    border-radius:28px;
  }
}


/* Phase 4.2.0: Infection Prevention Insights page. */
.hemes-page-hero--infection{
  background:
    radial-gradient(circle at 12% 0%, rgba(34,166,161,.16), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(47,128,237,.12), transparent 30%),
    linear-gradient(180deg,#f5f8fa 0%,#ffffff 100%);
}
.hemes-infection-lead-section{
  background:
    radial-gradient(circle at 8% 0%, rgba(34,166,161,.10), transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f5f8fa 100%);
}
.hemes-infection-lead{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
}
.hemes-infection-lead__copy h2{
  margin:10px 0 18px;
  color:var(--hemes-navy);
  font-size:clamp(2rem,4.2vw,4.1rem);
}
.hemes-infection-lead__copy p{
  color:#526273;
  line-height:1.78;
  font-size:1.03rem;
}
.hemes-infection-lead__image{
  margin:0;
  overflow:hidden;
  border-radius:36px;
  background:#fff;
  border:1px solid rgba(210,224,235,.92);
  box-shadow:0 30px 100px rgba(31,52,70,.15);
}
.hemes-infection-lead__image img{
  width:100%;
  height:100%;
  min-height:420px;
  display:block;
  object-fit:cover;
  object-position:center center;
}
.hemes-infection-insights-section{
  background:#ffffff;
}
.hemes-infection-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:36px;
}
.hemes-infection-card{
  position:relative;
  overflow:hidden;
  min-height:330px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:30px;
  border-radius:32px;
  background:linear-gradient(145deg,#ffffff,#f7fbfc);
  border:1px solid rgba(210,224,235,.92);
  box-shadow:0 24px 76px rgba(31,52,70,.08);
}
.hemes-infection-card::before{
  content:"";
  position:absolute;
  right:-70px;
  top:-70px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(34,166,161,.16),transparent 68%);
}
.hemes-infection-card span{
  position:relative;
  z-index:2;
  width:max-content;
  padding:8px 11px;
  border-radius:999px;
  color:#0f6943;
  background:rgba(31,176,95,.10);
  border:1px solid rgba(31,176,95,.16);
  font-family:var(--hemes-font-ui);
  font-weight:850;
  font-size:.74rem;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.hemes-infection-card h3{
  position:relative;
  z-index:2;
  margin:22px 0 12px;
  color:var(--hemes-navy);
  font-size:1.55rem;
  line-height:1.15;
}
.hemes-infection-card p{
  position:relative;
  z-index:2;
  color:#526273;
  line-height:1.72;
}
.hemes-infection-practice-section{
  background:
    radial-gradient(circle at 90% 0%, rgba(47,128,237,.10), transparent 32%),
    linear-gradient(180deg,#fff 0%,#f5f8fa 100%);
}
.hemes-infection-practice{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:stretch;
}
.hemes-infection-practice__panel{
  border-radius:36px;
  padding:38px;
  background:#fff;
  border:1px solid rgba(210,224,235,.92);
  box-shadow:0 24px 76px rgba(31,52,70,.08);
}
.hemes-infection-practice__panel h2{
  margin:10px 0 22px;
  color:var(--hemes-navy);
  font-size:clamp(1.85rem,3.5vw,3rem);
  line-height:1.08;
}
.hemes-infection-practice__aside{
  display:flex;
  min-height:390px;
  flex-direction:column;
  justify-content:space-between;
  border-radius:36px;
  padding:34px;
  color:#fff;
  background:
    radial-gradient(circle at 12% 0%,rgba(34,166,161,.32),transparent 35%),
    linear-gradient(145deg,#142535,#1f3446);
  box-shadow:0 30px 100px rgba(31,52,70,.20);
}
.hemes-infection-practice__aside span{
  width:max-content;
  padding:9px 12px;
  border-radius:999px;
  color:#9ff1df;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  font-family:var(--hemes-font-ui);
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.76rem;
}
.hemes-infection-practice__aside strong{
  display:block;
  margin:24px 0;
  font-family:var(--hemes-font-display);
  font-size:clamp(1.6rem,3vw,2.5rem);
  line-height:1.1;
  font-weight:400;
}
@media (max-width:980px){
  .hemes-infection-lead,
  .hemes-infection-card-grid,
  .hemes-infection-practice{
    grid-template-columns:1fr;
  }
  .hemes-infection-card,
  .hemes-infection-practice__aside{
    min-height:auto;
  }
}
@media (max-width:640px){
  .hemes-infection-lead__image img{
    min-height:auto;
    height:auto;
    object-fit:contain;
    background:#fff;
  }
  .hemes-infection-card,
  .hemes-infection-practice__panel,
  .hemes-infection-practice__aside{
    padding:24px 20px;
    border-radius:28px;
  }
}


/* Phase 4.3.0: header, menu, footer, and link structure cleanup. */
.hemes-menu--theme .hemes-services-dropdown{
  width:360px;
  max-height:78vh;
  overflow:auto;
}
.hemes-menu--theme .hemes-services-dropdown a{
  display:flex;
  justify-content:flex-start;
  padding:11px 13px;
}
.hemes-menu--theme .hemes-menu__services>a::after{
  content:"";
  width:7px;
  height:7px;
  margin-left:8px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
}
.hemes-footer ul a:hover{
  color:#9ff1df;
}
@media (max-width:1180px){
  .hemes-menu a{
    padding-left:8px;
    padding-right:8px;
    font-size:.76rem;
  }
  .hemes-nav__cta{
    padding-left:16px;
    padding-right:16px;
  }
}
@media (max-width:980px){
  .hemes-menu--theme .hemes-services-dropdown{
    width:auto;
    max-height:none;
    overflow:visible;
  }
  .hemes-menu--theme .hemes-menu__services>a::after{
    margin-left:auto;
  }
  .hemes-menu .sub-menu,
  .hemes-menu--theme .sub-menu{
    display:block;
    position:static;
    width:auto;
    margin:6px 0 0 12px;
    padding:8px;
    border-radius:16px;
    box-shadow:none;
    background:#f5f8fa;
  }
  .hemes-menu--theme .hemes-services-dropdown a{
    padding:10px 12px;
  }
}


/* Phase 5.0.0: custom Request a Quote form. */
.hemes-quote-form-wrap{
  margin-top:6px;
}
.hemes-form-notice{
  display:grid;
  gap:5px;
  margin-bottom:22px;
  padding:16px 18px;
  border-radius:18px;
  font-family:var(--hemes-font-ui);
  font-weight:700;
}
.hemes-form-notice strong{
  color:var(--hemes-navy);
  font-size:1rem;
}
.hemes-form-notice span{
  color:#526273;
  line-height:1.55;
}
.hemes-form-notice--success{
  background:rgba(31,176,95,.10);
  border:1px solid rgba(31,176,95,.20);
}
.hemes-form-notice--error{
  background:rgba(231,76,60,.10);
  border:1px solid rgba(231,76,60,.22);
}
.hemes-quote-form{
  display:grid;
  gap:22px;
}
.hemes-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.hemes-form-grid label,
.hemes-form-full{
  display:grid;
  gap:8px;
}
.hemes-form-grid span,
.hemes-form-full>span,
.hemes-form-services legend{
  color:var(--hemes-navy);
  font-family:var(--hemes-font-ui);
  font-weight:850;
  font-size:.9rem;
}
.hemes-quote-form input[type="text"],
.hemes-quote-form input[type="email"],
.hemes-quote-form input[type="tel"],
.hemes-quote-form select,
.hemes-quote-form textarea{
  width:100%;
  min-height:52px;
  border-radius:16px;
  border:1px solid rgba(210,224,235,.95);
  background:#fff;
  color:var(--hemes-navy);
  padding:13px 15px;
  font-family:var(--hemes-font-ui);
  font-weight:600;
  box-shadow:none;
}
.hemes-quote-form textarea{
  min-height:160px;
  resize:vertical;
}
.hemes-quote-form input:focus,
.hemes-quote-form select:focus,
.hemes-quote-form textarea:focus{
  outline:3px solid rgba(34,166,161,.18);
  border-color:rgba(34,166,161,.55);
}
.hemes-form-services{
  margin:0;
  padding:20px;
  border-radius:24px;
  border:1px solid rgba(210,224,235,.92);
  background:#f7fbfc;
}
.hemes-form-check-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.hemes-form-check-grid label,
.hemes-form-consent label{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 13px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(210,224,235,.86);
  color:#526273;
  font-family:var(--hemes-font-ui);
  font-weight:700;
  line-height:1.35;
}
.hemes-form-check-grid input,
.hemes-form-consent input{
  margin-top:3px;
  accent-color:#22a6a1;
}
.hemes-form-grid--bottom{
  align-items:end;
}
.hemes-form-consent{
  align-self:stretch;
  display:flex;
  align-items:end;
}
.hemes-form-consent label{
  width:100%;
  min-height:52px;
  align-items:center;
}
.hemes-form-hidden{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.hemes-quote-submit{
  justify-self:start;
  min-width:220px;
  border:0;
  cursor:pointer;
}
.hemes-contact-layout:has(.hemes-quote-form) {
  grid-template-columns:1.45fr .55fr;
}
@media (max-width:980px){
  .hemes-contact-layout:has(.hemes-quote-form){
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  .hemes-form-grid,
  .hemes-form-check-grid{
    grid-template-columns:1fr;
  }
  .hemes-form-services{
    padding:16px;
    border-radius:20px;
  }
  .hemes-quote-submit{
    width:100%;
  }
}


/* Phase 5.1.0: quote form flow polish. */
.hemes-form-notice{
  border-left:5px solid rgba(34,166,161,.75);
}
.hemes-form-notice--error{
  border-left-color:#e74c3c;
}
.hemes-quote-form{
  position:relative;
}
.hemes-form-services legend{
  padding:0 6px;
}
.hemes-form-check-grid label:hover,
.hemes-form-consent label:hover{
  border-color:rgba(34,166,161,.38);
  box-shadow:0 12px 32px rgba(31,52,70,.06);
}
.hemes-quote-form input[type="checkbox"]{
  width:18px;
  height:18px;
}
.hemes-quote-submit{
  margin-top:4px;
}
.hemes-inquiry-polish-section .hemes-contact-aside{
  align-self:start;
}
@media (max-width:640px){
  .hemes-quote-form{
    gap:18px;
  }
  .hemes-form-grid{
    gap:14px;
  }
  .hemes-quote-form input[type="text"],
  .hemes-quote-form input[type="email"],
  .hemes-quote-form input[type="tel"],
  .hemes-quote-form select,
  .hemes-quote-form textarea{
    font-size:16px;
  }
  .hemes-form-check-grid label,
  .hemes-form-consent label{
    padding:11px 12px;
  }
}


/* Phase 6.0.0: final responsive QA and overflow protection. */
html,
body{
  max-width:100%;
  overflow-x:hidden;
}
img,
svg,
video,
iframe{
  max-width:100%;
}
.hemes-main,
.site-main,
.hemes-header,
.hemes-footer{
  width:100%;
  overflow-x:clip;
}
.hemes-container{
  width:min(100% - 32px, 1200px);
}
.hemes-page-hero h1,
.hemes-hero h1,
.hemes-statement-heading,
.hemes-expanded-service-summary h2,
.hemes-infection-lead__copy h2,
.hemes-service-areas-intro__copy h2{
  overflow-wrap:anywhere;
}
.hemes-content table{
  display:block;
  width:100%;
  overflow-x:auto;
}
.hemes-content iframe{
  width:100%;
  border:0;
}
.hemes-quote-form input,
.hemes-quote-form select,
.hemes-quote-form textarea{
  max-width:100%;
}
.hemes-nav.is-open{
  max-height:calc(100vh - 90px);
  overflow-y:auto;
}
@media (max-width:980px){.hemes-nav.is-open{padding-bottom:22px;}}
@media (max-width:640px){
  .hemes-container{
    width:min(100% - 24px, 1200px);
  }
  .hemes-page-hero h1,
  .hemes-hero h1{
    font-size:clamp(2.2rem,12vw,3.4rem);
    line-height:1.02;
  }
  .hemes-page-hero p,
  .hemes-hero p{
    font-size:1rem;
  }
  .hemes-page-section{
    padding-top:54px;
    padding-bottom:54px;
  }
  .hemes-content-card,
  .hemes-service-aside,
  .hemes-contact-aside{
    max-width:100%;
  }
  .hemes-footer__grid{
    gap:28px;
  }
}


/* Phase 6.2.1: make desktop and mobile header static on scroll. */
.hemes-header,
body .hemes-header{
  position:relative !important;
  top:auto !important;
  z-index:100 !important;
}
@media (max-width:980px){
  .hemes-header,
  body .hemes-header{
    position:relative !important;
    top:auto !important;
  }
}


/* Phase 6.2.2: stronger static header fix for desktop and mobile. */
html body .hemes-header,
html body header.hemes-header,
html body .hemes-header[data-hemes-header],
html body .hemes-header.is-sticky,
html body .hemes-header.sticky,
html body .hemes-header.fixed,
html body .hemes-header.header-wrapper,
html body .hemes-topline,
html body .hemes-header__inner{
  position:static !important;
  top:auto !important;
  bottom:auto !important;
  left:auto !important;
  right:auto !important;
  transform:none !important;
}
html body .hemes-header{
  z-index:100 !important;
}
html body.admin-bar .hemes-header{
  top:auto !important;
}
@media (min-width:981px){
  html body .hemes-header,
  html body header.hemes-header,
  html body .hemes-header[data-hemes-header]{
    position:static !important;
    top:auto !important;
    transform:none !important;
  }
}
@media (max-width:980px){
  html body .hemes-header,
  html body header.hemes-header,
  html body .hemes-header[data-hemes-header]{
    position:static !important;
    top:auto !important;
    transform:none !important;
  }
  html body .hemes-nav.is-open{
    position:absolute;
    top:100%;
  }
}


/* Phase 6.2.3: keep desktop and mobile header visible while scrolling. */
:root{
  --hemes-fixed-header-height: 112px;
}
html body.hemes-has-fixed-header{
  padding-top:var(--hemes-fixed-header-height) !important;
}
html body .hemes-header,
html body header.hemes-header,
html body .hemes-header[data-hemes-header]{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:99999 !important;
  transform:none !important;
  background:#ffffff !important;
  box-shadow:0 12px 34px rgba(20,37,53,.08);
}
html body.admin-bar .hemes-header{
  top:32px !important;
}
html body.admin-bar.hemes-has-fixed-header{
  padding-top:calc(var(--hemes-fixed-header-height) + 32px) !important;
}
html body .hemes-topline,
html body .hemes-header__inner{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  width:auto !important;
  transform:none !important;
}
@media (max-width:782px){
  html body.admin-bar .hemes-header{
    top:46px !important;
  }
  html body.admin-bar.hemes-has-fixed-header{
    padding-top:calc(var(--hemes-fixed-header-height) + 46px) !important;
  }
}
@media (max-width:980px){
  html body .hemes-header,
  html body header.hemes-header,
  html body .hemes-header[data-hemes-header]{
    position:fixed !important;
    top:0 !important;
  }
  html body .hemes-nav.is-open{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    max-height:calc(100vh - var(--hemes-fixed-header-height));
    overflow-y:auto;
  }
}
