:root{
  --hb-green-950:#0b241b;
  --hb-green-900:#12382b;
  --hb-green-800:#174936;
  --hb-green-700:#1d5d45;
  --hb-green-600:#26765a;
  --hb-sage-100:#eaf0eb;
  --hb-sage-50:#f5f7f3;
  --hb-cream:#fbfaf5;
  --hb-gold:#c7a96b;
  --hb-gold-soft:#eadfc5;
  --hb-ink:#17201c;
  --hb-muted:#68726d;
  --hb-line:#dfe5df;
  --hb-white:#fff;
  --hb-shadow:0 24px 70px rgba(17,47,36,.10);
  --hb-radius-lg:28px;
  --hb-radius-md:18px;
  --hb-radius-sm:12px;
  --hb-container:1180px;
}

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body.hbum-shell{margin:0;background:var(--hb-cream);color:var(--hb-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.7;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body.hbum-shell *{box-sizing:border-box}
body.hbum-shell img{max-width:100%;height:auto}
body.hbum-shell a{text-underline-offset:3px}
body.hbum-shell button,body.hbum-shell input,body.hbum-shell textarea{font:inherit}
body.hbum-shell :focus-visible{outline:3px solid rgba(199,169,107,.55);outline-offset:3px}
.hbum-container{width:min(var(--hb-container),calc(100% - 48px));margin-inline:auto}
.hbum-skip-link{position:fixed;left:16px;top:16px;z-index:99999;transform:translateY(-160%);background:#fff;color:var(--hb-green-900);padding:10px 14px;border-radius:8px;box-shadow:var(--hb-shadow);font-weight:700;text-decoration:none}
.hbum-skip-link:focus{transform:none}

.hbum-site-header{position:sticky;top:0;z-index:1000;background:rgba(251,250,245,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,229,223,.9)}
.admin-bar .hbum-site-header{top:32px}
.hbum-utility-bar{background:var(--hb-green-950);color:#e9f0ec;font-size:12px;letter-spacing:.01em}
.hbum-utility-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.hbum-utility-contact,.hbum-utility-meta{display:flex;align-items:center;gap:12px;min-width:0}
.hbum-utility-bar a{color:#fff;text-decoration:none}
.hbum-utility-bar a:hover{text-decoration:underline}
.hbum-utility-meta{color:#c9d4ce}
.hbum-dot{width:4px;height:4px;border-radius:50%;background:var(--hb-gold);flex:none}

.hbum-header-main{background:rgba(255,255,255,.94)}
.hbum-header-row{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.hbum-brand{display:inline-flex;align-items:center;gap:12px;color:var(--hb-green-900);text-decoration:none;flex:none}
.hbum-brand-mark{width:38px;height:38px;color:var(--hb-green-700);filter:drop-shadow(0 7px 12px rgba(29,93,69,.14))}
.hbum-brand-text{display:flex;align-items:baseline;gap:4px;font-size:24px;line-height:1;letter-spacing:.035em}
.hbum-brand-text strong{font-weight:850}
.hbum-brand-text span{font-weight:450;color:#50645b}
.hbum-header-actions{display:flex;align-items:center;gap:14px;margin-left:auto}

.hbum-language-switcher{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.hbum-lang{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:6px 10px;border:1px solid var(--hb-line);border-radius:999px;background:#fff;color:#3b4b43;text-decoration:none;font-size:12px;font-weight:700;transition:.2s ease}
.hbum-lang:hover{border-color:#b8c7be;color:var(--hb-green-700);transform:translateY(-1px)}
.hbum-lang.is-active{background:var(--hb-green-900);border-color:var(--hb-green-900);color:#fff}
.hbum-lang-code{font-size:10px;letter-spacing:.08em;opacity:.68}
.hbum-lang-name{white-space:nowrap}

.hbum-nav-row{border-top:1px solid var(--hb-line);background:#fff}
.hbum-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2px;flex-wrap:wrap}
.hbum-menu li{position:relative;margin:0;padding:0}
.hbum-menu a{position:relative;display:block;padding:15px 13px;color:#2a3831;text-decoration:none;font-size:13px;font-weight:750;letter-spacing:.018em;transition:color .2s ease}
.hbum-menu a::after{content:"";position:absolute;left:13px;right:13px;bottom:9px;height:2px;background:var(--hb-gold);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
.hbum-menu a:hover,.hbum-menu .current-menu-item>a,.hbum-menu .current_page_item>a{color:var(--hb-green-700)}
.hbum-menu a:hover::after,.hbum-menu .current-menu-item>a::after,.hbum-menu .current_page_item>a::after{transform:scaleX(1)}
.hbum-menu .sub-menu{position:absolute;left:0;top:100%;z-index:20;min-width:240px;list-style:none;margin:0;padding:8px;background:#fff;border:1px solid var(--hb-line);border-radius:14px;box-shadow:0 18px 45px rgba(15,40,30,.13);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}
.hbum-menu li:hover>.sub-menu,.hbum-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.hbum-menu .sub-menu a{padding:10px 12px;border-radius:8px}
.hbum-menu .sub-menu a::after{display:none}
.hbum-menu .sub-menu a:hover{background:var(--hb-sage-50)}
.hbum-menu-toggle{display:none;border:1px solid var(--hb-line);background:#fff;color:var(--hb-green-900);border-radius:11px;min-height:42px;padding:7px 11px;align-items:center;gap:9px;font-weight:750;cursor:pointer}
.hbum-menu-toggle-lines{display:grid;gap:4px;width:18px}
.hbum-menu-toggle-lines span{height:2px;background:currentColor;border-radius:2px;transition:.2s ease}
.hbum-menu-toggle[aria-expanded="true"] .hbum-menu-toggle-lines span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.hbum-menu-toggle[aria-expanded="true"] .hbum-menu-toggle-lines span:nth-child(2){opacity:0}
.hbum-menu-toggle[aria-expanded="true"] .hbum-menu-toggle-lines span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.hbum-mobile-panel{border-top:1px solid var(--hb-line);background:#fff;box-shadow:0 18px 40px rgba(12,38,28,.08)}
.hbum-mobile-panel[hidden]{display:none!important}
.hbum-mobile-panel-inner{padding-block:12px 20px}
.hbum-mobile-contact{display:grid;gap:7px;border-top:1px solid var(--hb-line);padding-top:16px;margin-top:8px}
.hbum-mobile-contact a{color:var(--hb-green-700);text-decoration:none;font-weight:700}

.hbum-main{min-height:60vh;overflow:hidden}
.hbum-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--hb-green-700);font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.hbum-kicker::before{content:"";width:26px;height:1px;background:var(--hb-gold)}
.hbum-kicker-light{color:#dfe9e3}
.hbum-kicker-light::before{background:var(--hb-gold)}

.hbum-hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,var(--hb-green-950),var(--hb-green-800));color:#fff}
.hbum-hero::before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 72% 18%,rgba(199,169,107,.16),transparent 32%),linear-gradient(120deg,transparent 38%,rgba(255,255,255,.035))}
.hbum-hero-glow{position:absolute;right:-180px;bottom:-260px;width:620px;height:620px;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018);z-index:-1}
.hbum-hero-grid{min-height:580px;padding-block:86px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(240px,.5fr);gap:80px;align-items:center}
.hbum-hero-copy{max-width:760px}
.hbum-hero h1{margin:22px 0 22px;font-size:clamp(44px,6.5vw,78px);line-height:.98;letter-spacing:-.045em;font-weight:820;max-width:900px;text-wrap:balance}
.hbum-hero-lead{max-width:690px;margin:0;color:#dce7e1;font-size:clamp(18px,2.1vw,22px);line-height:1.55}
.hbum-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.hbum-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:12px 20px;border-radius:12px;border:1px solid transparent;text-decoration:none;font-weight:800;line-height:1.2;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.hbum-button:hover{transform:translateY(-2px)}
.hbum-button-light{background:#fff;color:var(--hb-green-900);box-shadow:0 12px 30px rgba(0,0,0,.14)}
.hbum-button-ghost{border-color:rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.06)}
.hbum-button-ghost:hover{background:rgba(255,255,255,.11)}
.hbum-button-primary{background:var(--hb-green-700);color:#fff;box-shadow:0 12px 28px rgba(29,93,69,.2)}
.hbum-button-primary:hover{background:var(--hb-green-800)}
.hbum-button:disabled{opacity:.65;cursor:wait;transform:none}
.hbum-hero-seal{justify-self:end;width:min(280px,100%);aspect-ratio:1;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 0 0 18px rgba(255,255,255,.025);text-align:center;color:#f1ead8;font-weight:850;letter-spacing:.16em;font-size:15px;line-height:1.55;transform:rotate(-4deg)}
.hbum-seal-ring{position:absolute;width:120px;height:120px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.06)}
.hbum-seal-ring svg{width:70px;height:70px;color:var(--hb-gold)}
.hbum-hero-seal>span{padding-top:164px}

.hbum-page-hero{background:linear-gradient(180deg,#f0f4ef,var(--hb-cream));border-bottom:1px solid var(--hb-line)}
.hbum-page-hero-inner{padding-block:68px 58px}
.hbum-page-hero h1{max-width:920px;margin:16px 0 0;font-size:clamp(38px,5.6vw,68px);line-height:1.03;letter-spacing:-.04em;font-weight:820;color:var(--hb-green-950);text-wrap:balance}

.hbum-content-section{padding:58px 0 82px}
.hbum-content-card{max-width:1020px;margin:0 auto;background:#fff;border:1px solid rgba(223,229,223,.95);border-radius:var(--hb-radius-lg);box-shadow:var(--hb-shadow);padding:clamp(28px,5vw,62px)}
.hbum-content-card.is-home-content{margin-top:-38px;position:relative;z-index:4}
.hbum-content{font-size:17px;color:#2f3934;overflow-wrap:anywhere}
.hbum-content>*:first-child{margin-top:0}
.hbum-content>*:last-child{margin-bottom:0}
.hbum-content h1,.hbum-content h2,.hbum-content h3,.hbum-content h4,.hbum-content h5{color:var(--hb-green-950);line-height:1.16;letter-spacing:-.025em;margin:1.65em 0 .65em;font-weight:790;text-wrap:balance}
.hbum-content h1{font-size:clamp(32px,4.7vw,52px)}
.hbum-content h2{font-size:clamp(28px,3.8vw,42px)}
.hbum-content h3{font-size:clamp(22px,3vw,30px)}
.hbum-content h4{font-size:20px}
.hbum-content p{margin:0 0 1.25em}
.hbum-content a{color:var(--hb-green-700);font-weight:650}
.hbum-content a:hover{color:var(--hb-green-900)}
.hbum-content ul,.hbum-content ol{padding-left:1.35em;margin:1em 0 1.5em}
.hbum-content li{margin:.45em 0;padding-left:.25em}
.hbum-content blockquote{margin:2em 0;padding:8px 0 8px 24px;border-left:3px solid var(--hb-gold);color:#445149;font-size:1.05em}
.hbum-content img{display:block;max-width:100%;height:auto;border-radius:16px}
.hbum-content figure{margin:2em 0;max-width:100%}
.hbum-content figcaption{font-size:13px;color:var(--hb-muted);margin-top:8px}
.hbum-content table{width:100%;border-collapse:separate;border-spacing:0;display:block;overflow-x:auto;margin:2em 0;border:1px solid var(--hb-line);border-radius:14px;background:#fff}
.hbum-content th,.hbum-content td{padding:13px 15px;border-right:1px solid var(--hb-line);border-bottom:1px solid var(--hb-line);min-width:120px;text-align:left;vertical-align:top}
.hbum-content tr:last-child td{border-bottom:0}
.hbum-content th:last-child,.hbum-content td:last-child{border-right:0}
.hbum-content th{background:var(--hb-sage-50);color:var(--hb-green-900);font-weight:800}
.hbum-content .wp-caption{max-width:100%!important}
.hbum-content hr{border:0;border-top:1px solid var(--hb-line);margin:2.6em 0}
.hbum-content iframe{max-width:100%;border:0;border-radius:16px}

.hbum-contact-band{padding:0 0 88px;background:linear-gradient(180deg,var(--hb-cream),#f1f4ef)}
.hbum-contact-section{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:54px;background:#fff;border:1px solid var(--hb-line);border-radius:var(--hb-radius-lg);box-shadow:var(--hb-shadow);padding:clamp(28px,5vw,58px);position:relative;overflow:hidden}
.hbum-contact-section::after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;right:-110px;top:-130px;background:rgba(199,169,107,.11);pointer-events:none}
.hbum-contact-heading{position:relative;z-index:1}
.hbum-contact-heading h2{margin:14px 0 14px;color:var(--hb-green-950);font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.035em}
.hbum-contact-heading p{margin:0;color:var(--hb-muted);font-size:17px;max-width:480px}
.hbum-contact-form-wrap{display:grid;gap:16px;align-self:start;position:relative;z-index:1}
.hbum-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;position:relative;z-index:1;align-self:start}
.hbum-field{display:grid;gap:7px}
.hbum-field-full{grid-column:1/-1}
.hbum-field label{font-size:13px;color:#34453c;font-weight:800}
.hbum-contact-form input,.hbum-contact-form textarea{width:100%;border:1px solid #cdd8d1;border-radius:11px;background:#fff;color:var(--hb-ink);padding:12px 13px;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
.hbum-contact-form input{min-height:48px}
.hbum-contact-form textarea{resize:vertical;min-height:150px}
.hbum-contact-form input:focus,.hbum-contact-form textarea:focus{border-color:var(--hb-green-600);box-shadow:0 0 0 4px rgba(38,118,90,.10);background:#fdfefd}
.hbum-form-footer{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:2px}
.hbum-form-footer p{margin:0;color:var(--hb-muted);font-size:12px;max-width:340px}
.hbum-hp{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.hbum-form-message{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:12px;margin:0 0 -34px;position:relative;z-index:3;font-size:14px;font-weight:650}
.hbum-form-message.is-success{background:#e9f6ed;color:#1e5e3b;border:1px solid #cce7d5}
.hbum-success-icon{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#2f8152;color:#fff;font-size:12px;flex:none;margin-top:1px}

.hbum-footer{background:var(--hb-green-950);color:#d7e2dc;padding:62px 0 24px}
.hbum-footer .hbum-brand{color:#fff}
.hbum-footer .hbum-brand-mark{color:var(--hb-gold)}
.hbum-footer .hbum-brand-text span{color:#b7c8bf}
.hbum-footer-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:70px;padding-bottom:42px}
.hbum-footer-brand-col>p{max-width:500px;margin:20px 0 0;color:#aebfb6}
.hbum-footer-info{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.hbum-footer-info>div{display:flex;flex-direction:column;gap:7px;min-width:0}
.hbum-footer-label{color:#8fa59a;font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.hbum-footer-info a,.hbum-footer-info span:not(.hbum-footer-label){color:#e7eeea;text-decoration:none;overflow-wrap:anywhere}
.hbum-footer-info a:hover{text-decoration:underline}
.hbum-footer-bottom{padding-top:22px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:18px;color:#90a59b;font-size:12px}
.hbum-footer .hbum-lang{background:transparent;border-color:rgba(255,255,255,.15);color:#c6d5cd}
.hbum-footer .hbum-lang.is-active{background:#fff;color:var(--hb-green-950);border-color:#fff}

@media(max-width:1100px){
  .hbum-menu a{padding-inline:9px;font-size:12px}
  .hbum-menu a::after{left:9px;right:9px}
  .hbum-hero-grid{grid-template-columns:minmax(0,1fr) 220px;gap:44px;min-height:520px}
  .hbum-footer-grid{gap:44px}
}

@media(max-width:980px){
  .hbum-container{width:min(var(--hb-container),calc(100% - 32px))}
  .admin-bar .hbum-site-header{top:46px}
  .hbum-utility-meta{display:none}
  .hbum-utility-inner{justify-content:center;min-height:34px}
  .hbum-header-row{min-height:76px}
  .hbum-header-actions .hbum-language-switcher{display:none}
  .hbum-nav-row{display:none}
  .hbum-menu-toggle{display:inline-flex}
  .hbum-mobile-nav .hbum-menu{display:block}
  .hbum-mobile-nav .hbum-menu li{border-bottom:1px solid var(--hb-line)}
  .hbum-mobile-nav .hbum-menu li:last-child{border-bottom:0}
  .hbum-mobile-nav .hbum-menu a{padding:14px 2px;font-size:15px}
  .hbum-mobile-nav .hbum-menu a::after{display:none}
  .hbum-mobile-nav .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:0;padding:0 0 8px 16px;min-width:0}
  .hbum-mobile-panel .hbum-language-switcher{display:flex;margin-top:16px}
  .hbum-hero-grid{grid-template-columns:1fr;min-height:auto;padding-block:72px 76px}
  .hbum-hero-seal{display:none}
  .hbum-hero-copy{max-width:820px}
  .hbum-content-card.is-home-content{margin-top:-26px}
  .hbum-contact-section{grid-template-columns:1fr;gap:34px}
  .hbum-form-message{margin:0}
  .hbum-footer-grid{grid-template-columns:1fr;gap:40px}
}

@media(max-width:760px){
  .hbum-container{width:min(100% - 24px,var(--hb-container))}
  .hbum-utility-contact{gap:8px;font-size:11px}
  .hbum-utility-contact .hbum-dot{display:none}
  .hbum-utility-contact{justify-content:space-between;width:100%}
  .hbum-brand{gap:9px}
  .hbum-brand-mark{width:32px;height:32px}
  .hbum-brand-text{font-size:20px}
  .hbum-header-row{min-height:68px;gap:12px}
  .hbum-menu-toggle-label{display:none}
  .hbum-menu-toggle{padding-inline:11px}
  .hbum-hero-grid{padding-block:58px 66px}
  .hbum-hero h1{font-size:clamp(40px,12vw,58px)}
  .hbum-hero-lead{font-size:17px}
  .hbum-hero-actions{display:grid;grid-template-columns:1fr;max-width:420px}
  .hbum-button{width:100%}
  .hbum-page-hero-inner{padding-block:50px 44px}
  .hbum-page-hero h1{font-size:clamp(34px,10vw,48px)}
  .hbum-content-section{padding:34px 0 58px}
  .hbum-content-card{border-radius:20px;padding:26px 20px;box-shadow:0 14px 38px rgba(17,47,36,.08)}
  .hbum-content-card.is-home-content{margin-top:-18px}
  .hbum-content{font-size:16px}
  .hbum-content h1{font-size:32px}
  .hbum-content h2{font-size:28px}
  .hbum-content h3{font-size:23px}
  .hbum-contact-band{padding-bottom:58px}
  .hbum-contact-section{border-radius:20px;padding:26px 20px;gap:28px}
  .hbum-contact-form{grid-template-columns:1fr;gap:14px}
  .hbum-field-full{grid-column:auto}
  .hbum-form-footer{display:grid;grid-template-columns:1fr}
  .hbum-footer{padding-top:48px}
  .hbum-footer-info{grid-template-columns:1fr;gap:24px}
  .hbum-footer-bottom{align-items:flex-start;flex-direction:column}
  .hbum-footer-bottom .hbum-lang-name{display:none}
  .hbum-footer-bottom .hbum-language-switcher{gap:4px}
}

@media(max-width:480px){
  .hbum-container{width:min(100% - 20px,var(--hb-container))}
  .hbum-utility-bar{display:none}
  .hbum-site-header{top:0}
  .admin-bar .hbum-site-header{top:46px}
  .hbum-brand-text{font-size:18px;letter-spacing:.02em}
  .hbum-brand-mark{width:30px;height:30px}
  .hbum-hero-grid{padding-block:50px 58px}
  .hbum-hero h1{margin-top:18px;font-size:clamp(36px,11.5vw,50px)}
  .hbum-kicker{font-size:10px;letter-spacing:.12em}
  .hbum-page-hero-inner{padding-block:42px 38px}
  .hbum-content-card{padding:22px 17px}
  .hbum-contact-section{padding:22px 17px}
  .hbum-contact-heading h2{font-size:31px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
