:root{
  --hb-bg:#F5F2EA;--hb-surface:#FFFFFF;--hb-alt:#E9EEE9;--hb-ink:#11201E;
  --hb-muted:#53615E;--hb-line:#D8DED8;--hb-accent:#176B5B;--hb-accent-strong:#0D4F43;
  --hb-soft:#DCEBE6;--hb-signal:#D66B3D;--hb-deep:#0D2925;--hb-on-dark:#F7F4EC;
  --hb-on-dark-muted:#B9C9C4;--hb-radius-sm:8px;--hb-radius-md:16px;--hb-radius-lg:28px;
  --hb-shell:1180px;--hb-section:clamp(4.5rem,9vw,8rem);
}
body.hb-main-site{background:var(--hb-bg);color:var(--hb-ink);}
.hb-main,.hb-header,.hb-footer{font-family:"Segoe UI",Arial,sans-serif;}
.hb-main *,.hb-header *,.hb-footer *{box-sizing:border-box;}
.hb-main a,.hb-header a,.hb-footer a{text-underline-offset:.22em;}
.hb-main a:focus-visible,.hb-header a:focus-visible,.hb-footer a:focus-visible,
.hb-main button:focus-visible,.hb-main input:focus-visible,.hb-main select:focus-visible,.hb-main textarea:focus-visible{
  outline:3px solid var(--hb-signal)!important;outline-offset:3px!important;
}
.hb-header{background:rgba(245,242,234,.96);border-bottom:1px solid var(--hb-line);position:relative;z-index:30;}
.hb-header-shell,.hb-footer-shell,.hb-shell{width:min(calc(100% - 2rem),var(--hb-shell));margin-inline:auto;}
.hb-header-shell{min-height:82px;display:flex;align-items:center;gap:24px;}
.hb-brand .elementor-heading-title{font-size:19px!important;line-height:1!important;color:var(--hb-ink)!important;letter-spacing:-.03em;}
.hb-brand-note{font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:var(--hb-muted);}
.hb-nav{margin-left:auto;}
.hb-nav a{min-height:44px;display:inline-flex!important;align-items:center;color:var(--hb-ink)!important;font-weight:650!important;}
.hb-nav a:hover{color:var(--hb-accent)!important;}
.hb-header-cta{flex:0 0 auto;}
.hb-main{overflow:hidden;background:var(--hb-bg);}
.hb-main h1,.hb-main h2,.hb-main h3,.hb-footer h2{letter-spacing:-.045em;margin:0;color:inherit;}
.hb-main p{margin-top:0;}
.hb-section{padding-block:var(--hb-section);}
.hb-section-tight{padding-block:clamp(2.5rem,5vw,4.5rem);}
.hb-surface{background:var(--hb-surface);}
.hb-alt{background:var(--hb-alt);}
.hb-dark{background:var(--hb-deep);color:var(--hb-on-dark);}
.hb-dark .hb-muted,.hb-dark p{color:var(--hb-on-dark-muted)!important;}
.hb-row{display:flex;gap:clamp(2rem,6vw,5rem);}
.hb-stack{display:flex;flex-direction:column;gap:24px;}
.hb-hero{min-height:calc(100vh - 82px);display:flex;align-items:center;padding-block:clamp(4rem,8vw,7.5rem);position:relative;}
.hb-hero:after{content:"";position:absolute;right:-12vw;bottom:-18vw;width:42vw;height:42vw;border:1px solid rgba(23,107,91,.18);border-radius:50%;pointer-events:none;}
.hb-hero-copy{width:59%;max-width:720px;position:relative;z-index:1;}
.hb-hero-visual{width:41%;position:relative;z-index:1;}
.hb-eyebrow .elementor-heading-title{font-size:13px!important;line-height:1.3!important;letter-spacing:.12em!important;text-transform:uppercase;color:var(--hb-accent)!important;}
.hb-dark .hb-eyebrow .elementor-heading-title{color:#8FD0C0!important;}
.hb-h1 .elementor-heading-title{font-size:clamp(3.2rem,7.2vw,6.25rem)!important;line-height:.96!important;font-weight:800!important;color:var(--hb-ink)!important;}
.hb-dark .hb-h1 .elementor-heading-title{color:var(--hb-on-dark)!important;}
.hb-h2 .elementor-heading-title{font-size:clamp(2.25rem,4.6vw,4.4rem)!important;line-height:1.02!important;font-weight:800!important;color:inherit!important;}
.hb-h3 .elementor-heading-title{font-size:clamp(1.35rem,2.1vw,2rem)!important;line-height:1.15!important;font-weight:750!important;color:inherit!important;}
.hb-lead,.hb-lead p{font-size:clamp(1.1rem,1.6vw,1.35rem)!important;line-height:1.6!important;color:var(--hb-muted)!important;max-width:62ch;}
.hb-copy,.hb-copy p,.hb-copy li{font-size:17px!important;line-height:1.7!important;color:var(--hb-muted)!important;}
.hb-copy ul{padding-left:1.2em;}
.hb-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;}
.hb-main .elementor-button,.hb-header .elementor-button,.hb-footer .elementor-button{
  min-height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--hb-radius-sm)!important;
  font-weight:700!important;padding:13px 22px!important;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.hb-button-primary .elementor-button{background:var(--hb-accent)!important;color:white!important;border:1px solid var(--hb-accent)!important;}
.hb-button-primary .elementor-button:hover{background:var(--hb-accent-strong)!important;border-color:var(--hb-accent-strong)!important;transform:translateY(-2px);}
.hb-button-ghost .elementor-button{background:transparent!important;color:var(--hb-ink)!important;border:1px solid var(--hb-ink)!important;}
.hb-button-ghost .elementor-button:hover{background:var(--hb-ink)!important;color:white!important;}
.hb-dark .hb-button-ghost .elementor-button{color:var(--hb-on-dark)!important;border-color:var(--hb-on-dark)!important;}
.hb-portrait img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top;border-radius:180px 180px var(--hb-radius-lg) var(--hb-radius-lg);filter:saturate(.82) contrast(1.02);}
.hb-note{border-left:3px solid var(--hb-signal);padding-left:20px;}
.hb-audience{display:grid!important;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--hb-line);border-bottom:1px solid var(--hb-line);}
.hb-audience-item{padding:28px clamp(18px,3vw,40px);border-right:1px solid var(--hb-line);}
.hb-audience-item:last-child{border-right:0;}
.hb-audience-item .elementor-heading-title{font-size:14px!important;letter-spacing:.08em;text-transform:uppercase;color:var(--hb-muted)!important;}
.hb-service-list{border-top:1px solid var(--hb-line);}
.hb-service-row{display:grid!important;grid-template-columns:90px minmax(220px,.8fr) minmax(300px,1.2fr);gap:clamp(18px,4vw,56px);align-items:start;padding:36px 0;border-bottom:1px solid var(--hb-line);}
.hb-number .elementor-heading-title{font-size:14px!important;color:var(--hb-signal)!important;letter-spacing:.12em;}
.hb-service-row .hb-copy p{margin:0;}
.hb-process{display:grid!important;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid rgba(255,255,255,.18);border-radius:var(--hb-radius-md);overflow:hidden;}
.hb-step{padding:30px;border-right:1px solid rgba(255,255,255,.18);}
.hb-step:last-child{border-right:0;}
.hb-step .hb-number .elementor-heading-title{color:#8FD0C0!important;}
.hb-ledger{display:grid!important;grid-template-columns:1.35fr .65fr;gap:24px;}
.hb-featured{background:var(--hb-deep);color:var(--hb-on-dark);padding:clamp(28px,5vw,64px);border-radius:var(--hb-radius-lg);}
.hb-project-list{border-top:1px solid var(--hb-line);}
.hb-project-row{padding:22px 0;border-bottom:1px solid var(--hb-line);}
.hb-project-row .elementor-heading-title a{color:var(--hb-ink)!important;text-decoration:none;}
.hb-project-row .elementor-heading-title a:hover{color:var(--hb-accent)!important;}
.hb-split{display:grid!important;grid-template-columns:minmax(260px,.72fr) minmax(360px,1.28fr);gap:clamp(2.5rem,8vw,8rem);align-items:start;}
.hb-principle{padding:28px 0;border-top:1px solid var(--hb-line);}
.hb-principle:last-child{border-bottom:1px solid var(--hb-line);}
.hb-band{display:grid!important;grid-template-columns:80px minmax(240px,.75fr) minmax(320px,1.25fr);gap:clamp(20px,5vw,64px);padding:44px 0;border-top:1px solid var(--hb-line);}
.hb-band:last-child{border-bottom:1px solid var(--hb-line);}
.hb-compare{display:grid!important;grid-template-columns:1fr 1fr;gap:1px;background:var(--hb-line);border:1px solid var(--hb-line);border-radius:var(--hb-radius-md);overflow:hidden;}
.hb-compare-col{background:var(--hb-surface);padding:clamp(26px,4vw,48px);}
.hb-compare-col.is-fit{background:var(--hb-soft);}
.hb-program-grid{display:grid!important;grid-template-columns:repeat(2,1fr);gap:20px;}
.hb-program{padding:32px;border:1px solid var(--hb-line);border-radius:var(--hb-radius-md);background:var(--hb-surface);}
.hb-program:nth-child(2){transform:translateY(30px);}
.hb-project-feature{display:grid!important;grid-template-columns:1fr 1fr;gap:1px;background:var(--hb-line);border:1px solid var(--hb-line);}
.hb-project-feature>div{background:var(--hb-surface);padding:clamp(28px,5vw,64px);}
.hb-form-wrap{display:grid!important;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,7vw,7rem);align-items:start;}
.hb-form{background:var(--hb-surface);padding:clamp(24px,4vw,48px);border-radius:var(--hb-radius-lg);border:1px solid var(--hb-line);}
.hb-form .wpforms-field{padding:9px 0!important;}
.hb-form .wpforms-field-label{color:var(--hb-ink)!important;font-weight:700!important;margin-bottom:7px!important;}
.hb-form input,.hb-form select,.hb-form textarea{border:1px solid #AAB7B3!important;border-radius:8px!important;background:#fff!important;color:var(--hb-ink)!important;font-size:16px!important;}
.hb-form input,.hb-form select{min-height:48px!important;}
.hb-form textarea{min-height:150px!important;}
.hb-form button[type=submit]{background:var(--hb-accent)!important;color:#fff!important;border:0!important;border-radius:8px!important;min-height:50px!important;padding:12px 24px!important;font-weight:700!important;}
.hb-faq-row{padding:24px 0;border-top:1px solid var(--hb-line);}
.hb-faq-row:last-child{border-bottom:1px solid var(--hb-line);}
.hb-footer{background:var(--hb-deep);color:var(--hb-on-dark);padding:72px 0 28px;}
.hb-footer-grid{display:grid!important;grid-template-columns:1.3fr .7fr;gap:64px;}
.hb-footer .elementor-heading-title{color:var(--hb-on-dark)!important;}
.hb-footer p,.hb-footer a{color:var(--hb-on-dark-muted)!important;}
.hb-footer-links a{display:block;margin-bottom:12px;text-decoration:none;}
.hb-footer-links a:hover{color:#fff!important;}
.hb-footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:48px;padding-top:22px;}
@media(max-width:1024px){
  .hb-header-cta{display:none;}
  .hb-hero{min-height:auto;}
  .hb-h1 .elementor-heading-title{font-size:clamp(3.25rem,8vw,5rem)!important;}
  .hb-service-row,.hb-band{grid-template-columns:64px .8fr 1.2fr;}
  .hb-process{grid-template-columns:repeat(2,1fr);}
  .hb-step:nth-child(2){border-right:0}.hb-step:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18);}
}
@media(max-width:767px){
  .hb-header-shell{min-height:72px;}
  .hb-nav{margin-left:auto;}
  .hb-row,.hb-split,.hb-form-wrap,.hb-ledger,.hb-project-feature,.hb-footer-grid{display:flex!important;flex-direction:column;}
  .hb-hero-copy,.hb-hero-visual{width:100%;}
  .hb-hero-copy{order:1}.hb-hero-visual{order:2;max-width:420px;}
  .hb-h1 .elementor-heading-title{font-size:clamp(2.75rem,14vw,4.2rem)!important;}
  .hb-audience{grid-template-columns:1fr;}
  .hb-audience-item{border-right:0;border-bottom:1px solid var(--hb-line);}
  .hb-audience-item:last-child{border-bottom:0;}
  .hb-service-row,.hb-band{grid-template-columns:44px 1fr;gap:12px 18px;}
  .hb-service-row>.hb-copy,.hb-band>.hb-copy{grid-column:2;}
  .hb-process{grid-template-columns:1fr;}
  .hb-step{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)!important;}
  .hb-step:last-child{border-bottom:0!important;}
  .hb-compare,.hb-program-grid{grid-template-columns:1fr;}
  .hb-program:nth-child(2){transform:none;}
  .hb-section{padding-block:4.5rem;}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;}}
