:root{
  --henz-red:#e30613;
  --henz-red-dark:#b80b13;
  --henz-black:#111214;
  --henz-charcoal:#202226;
  --henz-gray:#6c7076;
  --henz-line:#dedfe2;
  --henz-soft:#f5f5f6;
  --henz-white:#fff;
  --henz-radius:18px;
  --henz-shadow:0 18px 55px rgba(17,18,20,.08);
  --henz-shell:min(1180px,calc(100vw - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--henz-black);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.henz-shell{width:var(--henz-shell);margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.henz-main{overflow:hidden}

/* Header */
.henz-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:.2s ease}
.henz-header.is-scrolled{border-bottom-color:#ececef;box-shadow:0 6px 22px rgba(0,0,0,.05)}
.henz-header-inner{min-height:82px;display:flex;align-items:center;gap:30px}
.henz-brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.henz-brand .custom-logo{display:block;max-height:52px;width:auto}
.henz-brand-mark{display:flex;align-items:center;gap:3px;width:35px;height:31px;transform:skewX(-18deg)}
.henz-brand-mark i{display:block;width:8px;height:100%;background:#777}
.henz-brand-mark i:nth-child(2){background:#444;height:78%}
.henz-brand-mark i:nth-child(3){background:var(--henz-red);height:92%}
.henz-brand-text{display:flex;align-items:baseline;gap:5px;text-transform:uppercase}.henz-brand-text small{font-size:10px;font-weight:800;letter-spacing:.05em;color:#777}.henz-brand-text strong{font-size:22px;letter-spacing:-.04em}
.henz-nav{margin-left:auto;display:flex;align-items:center;gap:24px}
.henz-menu{list-style:none;display:flex;align-items:center;gap:22px;margin:0;padding:0}.henz-menu a{font-size:13px;font-weight:750;color:#3b3d41;transition:.18s}.henz-menu a:hover{color:var(--henz-red)}
.henz-header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:10px;background:var(--henz-red);color:#fff;font-size:13px;font-weight:850;box-shadow:0 8px 20px rgba(227,6,19,.18)}
.henz-menu-toggle{display:none;margin-left:auto;width:42px;height:42px;border:1px solid #ddd;background:#fff;border-radius:10px;padding:9px;cursor:pointer}.henz-menu-toggle span{display:block;height:2px;background:#111;margin:5px 0}

/* Common */
.henz-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--henz-red);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.henz-eyebrow:before{content:"";width:22px;height:2px;background:currentColor}.henz-eyebrow-light{color:#fff}.henz-eyebrow-light:before{background:var(--henz-red)}
.henz-section{padding:88px 0}
.henz-section-head{max-width:760px;margin-bottom:32px}.henz-section-head h2,.henz-about-copy h2,.henz-ratgeber h2,.henz-bkf h2,.henz-final-cta h2,.henz-page-hero h1{margin:0;letter-spacing:-.045em;line-height:1.02}.henz-section-head h2,.henz-about-copy h2,.henz-ratgeber h2,.henz-bkf h2{font-size:clamp(34px,5vw,58px)}
.henz-section-head p,.henz-about-copy p,.henz-ratgeber p,.henz-bkf p{color:#62656a;font-size:16px;line-height:1.65}.henz-section-head-inline{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:24px}.henz-section-head-inline>a{font-size:13px;font-weight:850;color:var(--henz-red)}
.henz-btn{display:inline-flex;min-height:50px;padding:0 20px;border-radius:11px;align-items:center;justify-content:center;font-size:13px;font-weight:900;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.henz-btn:hover{transform:translateY(-2px)}.henz-btn-red{background:var(--henz-red);color:#fff;box-shadow:0 11px 27px rgba(227,6,19,.19)}.henz-btn-ghost{border:1px solid #cfd1d4;background:#fff}.henz-btn-dark{background:#17181b;color:#fff}.henz-btn-light{background:#fff;color:#151619}.henz-btn-outline-light{border:1px solid rgba(255,255,255,.5);color:#fff}
.henz-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.henz-text-link{display:inline-flex;margin-top:18px;color:var(--henz-red);font-size:13px;font-weight:900}

/* Hero */
.henz-hero{position:relative;background:linear-gradient(180deg,#fff 0%,#fafafa 100%);min-height:660px;display:flex;align-items:center;padding:64px 0 58px}
.henz-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#e9e9eb}
.henz-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);gap:22px;align-items:center}
.henz-hero-copy{position:relative;z-index:3;padding:38px 0}.henz-hero-copy h1{margin:0 0 20px;font-size:clamp(54px,7vw,94px);line-height:.94;letter-spacing:-.06em;max-width:760px}.henz-hero-copy>p{max-width:600px;color:#5f6268;font-size:18px;line-height:1.65;margin:0 0 26px}
.henz-hero-meta{display:flex;gap:26px;flex-wrap:wrap;margin-top:34px;padding-top:22px;border-top:1px solid #ddd}.henz-hero-meta span{display:flex;flex-direction:column;color:#85878c;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.henz-hero-meta strong{color:#1a1b1e;font-size:13px;letter-spacing:0;margin-bottom:2px}
.henz-hero-visual{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center}.henz-hero-visual img{position:relative;z-index:3;width:min(750px,115%);max-width:none;transform:translateX(3%);filter:drop-shadow(0 28px 24px rgba(0,0,0,.16))}
.henz-car-backdrop{position:absolute;inset:16% -16% 12% 18%;background:#1f2023;clip-path:polygon(13% 0,100% 0,87% 100%,0 100%);z-index:1}.henz-car-backdrop:after{content:"";position:absolute;left:12%;right:6%;bottom:14%;height:8px;background:var(--henz-red);transform:skewX(-32deg)}
.henz-hero-lines{position:absolute;right:-60px;top:88px;width:230px;height:250px;opacity:.22;transform:rotate(8deg)}.henz-hero-lines i{position:absolute;display:block;width:18px;height:100%;background:#a4a5a8;transform:skewX(-22deg)}.henz-hero-lines i:nth-child(1){left:0}.henz-hero-lines i:nth-child(2){left:38px;background:#686a6f}.henz-hero-lines i:nth-child(3){left:76px;background:var(--henz-red)}

/* Current strip */
.henz-strip{padding:54px 0 64px;background:#f5f5f6;border-bottom:1px solid #e7e7e8}.henz-strip .henz-section-head{margin-bottom:20px}.henz-strip .henz-section-head h2{font-size:clamp(28px,4vw,44px)}
.henz-plugin-fallback{padding:22px;border:1px dashed #b9bbc0;border-radius:14px;background:#fff;color:#555;line-height:1.5}

/* Classes */
.henz-classes{background:#fff}.henz-class-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.henz-class-card{min-height:220px;padding:22px;border:1px solid #dedfe1;border-radius:18px;background:#fff;display:flex;flex-direction:column;transition:.22s ease;position:relative;overflow:hidden}.henz-class-card:after{content:"";position:absolute;right:-26px;bottom:-60px;width:80px;height:140px;background:#eee;transform:rotate(28deg)}.henz-class-card:hover{transform:translateY(-5px);box-shadow:var(--henz-shadow);border-color:#d1d1d3}.henz-class-card>span{font-size:10px;color:#9a9ca1;font-weight:900;letter-spacing:.12em}.henz-class-card h3{margin:auto 0 4px;font-size:28px;letter-spacing:-.04em}.henz-class-card p{margin:0;color:#777;font-size:12px}.henz-class-card b{margin-top:20px;color:var(--henz-red);font-size:20px}.henz-class-card-dark{background:#1c1d20;color:#fff;border-color:#1c1d20}.henz-class-card-dark:after{background:var(--henz-red)}.henz-class-card-dark p,.henz-class-card-dark>span{color:#bbb}

/* About */
.henz-about{background:#f5f5f6}.henz-about-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}.henz-about-visual{position:relative;min-height:500px}.henz-photo-placeholder{position:absolute;inset:0 70px 0 0;border-radius:20px;background:linear-gradient(135deg,#27282b,#111214);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;overflow:hidden}.henz-photo-placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 52%,rgba(255,255,255,.03) 52% 53%,transparent 53%)}.henz-photo-placeholder span{font-size:80px;letter-spacing:-.07em;font-weight:950;opacity:.11}.henz-photo-placeholder small{position:absolute;bottom:28px;left:28px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#bfc0c4}
.henz-slash-stack{position:absolute;right:6px;bottom:36px;width:130px;height:210px}.henz-slash-stack i{position:absolute;width:28px;height:100%;transform:skewX(-20deg);background:#9a9b9e}.henz-slash-stack i:nth-child(2){left:40px;background:#55575c}.henz-slash-stack i:nth-child(3){left:80px;background:var(--henz-red)}
.henz-about-copy{padding:20px 0}.henz-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:28px}.henz-facts>div{padding:18px;border:1px solid #ddd;border-radius:14px;background:#fff}.henz-facts strong{display:block;font-size:28px;letter-spacing:-.04em}.henz-facts span{font-size:10px;color:#777;text-transform:uppercase;font-weight:850;letter-spacing:.07em}

/* Locations */
.henz-locations{background:#fff}.henz-placeholder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.henz-placeholder-grid>div{padding:34px 22px;border-radius:16px;background:#f5f5f6;border:1px solid #e1e1e3;font-size:22px;font-weight:900}

/* BKF */
.henz-bkf{background:#18191c;color:#fff;position:relative}.henz-bkf:before{content:"";position:absolute;right:-100px;top:-80px;width:340px;height:500px;background:linear-gradient(90deg,transparent 0 30%,#4e4f54 30% 39%,transparent 39% 48%,#7a7b7e 48% 57%,transparent 57% 66%,var(--henz-red) 66% 75%,transparent 75%);transform:rotate(18deg);opacity:.28}.henz-bkf .henz-shell{position:relative;z-index:2}.henz-bkf h2{max-width:760px}.henz-bkf p{color:#bfc1c4;max-width:650px}.henz-bkf-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:30px}.henz-bkf .dm-app{--dm-text:#fff;--dm-muted:#bbb;--dm-surface:#222428;--dm-soft:#2a2c30;--dm-line:#3b3d42}
.henz-module-fallback{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.henz-module-fallback span{display:grid;place-items:center;aspect-ratio:1.45;border-radius:16px;background:#24262a;border:1px solid #3b3d42;font-size:32px;font-weight:950;color:#fff}.henz-module-fallback span:last-child{border-color:var(--henz-red)}

/* Ratgeber */
.henz-ratgeber{background:#f5f5f6}.henz-ratgeber-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.henz-faq-list{display:grid;gap:8px}.henz-faq-list a{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;padding:20px;border:1px solid #ddd;border-radius:14px;background:#fff;transition:.18s}.henz-faq-list a:hover{border-color:#bbb;transform:translateX(4px)}.henz-faq-list span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#ededee;color:#777;font-size:10px;font-weight:900}.henz-faq-list strong{font-size:15px}.henz-faq-list b{color:var(--henz-red);font-size:20px}

/* CTA/Footer */
.henz-final-cta{padding:70px 0;background:var(--henz-red);color:#fff}.henz-final-grid{display:flex;justify-content:space-between;align-items:center;gap:40px}.henz-final-cta h2{font-size:clamp(42px,6vw,72px)}.henz-final-cta p{margin:10px 0 0;color:rgba(255,255,255,.8)}
.henz-footer{padding:58px 0 22px;background:#0f1012;color:#fff}.henz-footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:44px;padding-bottom:42px}.henz-footer-brand{font-size:24px;text-transform:uppercase}.henz-footer p{color:#888}.henz-footer h3{margin:0 0 12px;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#999}.henz-footer a{display:block;color:#ddd;margin:7px 0;font-size:13px}.henz-footer-menu{list-style:none;margin:0;padding:0}.henz-footer-bottom{border-top:1px solid #2d2e32;padding-top:20px;display:flex;justify-content:space-between;align-items:center;color:#777;font-size:11px}.henz-footer-lines{display:flex;gap:3px;height:18px;transform:skewX(-18deg)}.henz-footer-lines i{width:6px;background:#777}.henz-footer-lines i:nth-child(2){background:#444}.henz-footer-lines i:nth-child(3){background:var(--henz-red)}

/* Inner pages */
.henz-page-hero{padding:100px 0 62px;background:#f5f5f6;border-bottom:1px solid #e2e2e4}.henz-page-hero h1{font-size:clamp(48px,7vw,82px)}.henz-page-hero p{font-size:17px;color:#666}.henz-page-hero-dark{background:#17181b;color:#fff}.henz-page-hero-dark p{color:#bbb}.henz-content{padding:70px 0}.henz-content-narrow{max-width:900px}.henz-content-wide{max-width:1180px}.henz-content h2{letter-spacing:-.035em}.henz-content p{line-height:1.7}.henz-entry{padding:0 0 30px;margin:0 0 30px;border-bottom:1px solid #ddd}.henz-guide-block{display:grid;grid-template-columns:280px minmax(0,1fr);gap:36px;padding:42px 0;border-bottom:1px solid #ddd}.henz-guide-block>div:first-child>span{font-size:10px;font-weight:900;color:var(--henz-red);letter-spacing:.1em}.henz-guide-block h2{font-size:30px;margin:8px 0 8px}.henz-guide-block>div:first-child p{color:#777;font-size:13px}

/* Make DriveMap visually sit inside the theme without forcing its internal UI */
.henz-main .dm-app,.henz-main .dm-tool,.henz-main .dm-tools-hub{font-family:inherit}.henz-main .dm-header .dm-kicker{color:var(--henz-red)}.henz-main .dm-tool-primary{background:#18191c}.henz-main .dm-filter-reset,.henz-main .dm-animation-replay{color:var(--henz-red)}

@media(max-width:1050px){
  .henz-menu-toggle{display:block}.henz-nav{position:absolute;left:20px;right:20px;top:72px;display:none;flex-direction:column;align-items:stretch;padding:18px;background:#fff;border:1px solid #ddd;border-radius:16px;box-shadow:var(--henz-shadow)}.henz-nav.is-open{display:flex}.henz-menu{flex-direction:column;align-items:stretch;gap:0}.henz-menu li{border-bottom:1px solid #eee}.henz-menu a{display:block;padding:13px 4px}.henz-header-cta{width:100%}
  .henz-hero{min-height:auto}.henz-hero-grid{grid-template-columns:1fr}.henz-hero-copy{padding-bottom:0}.henz-hero-visual{min-height:370px}.henz-hero-visual img{width:min(760px,100%);transform:none}.henz-car-backdrop{inset:12% 4% 4% 18%}
  .henz-class-grid{grid-template-columns:repeat(3,1fr)}
  .henz-about-grid{gap:34px}.henz-ratgeber-grid{gap:34px}
}
@media(max-width:760px){
  :root{--henz-shell:min(100% - 28px,1180px)}
  .henz-header-inner{min-height:70px}.henz-brand-text strong{font-size:19px}
  .henz-section{padding:66px 0}.henz-hero{padding:38px 0 36px}.henz-hero-copy h1{font-size:clamp(48px,15vw,72px)}.henz-hero-visual{min-height:285px}.henz-hero-meta{gap:16px}.henz-hero-meta span{flex:1 1 30%}
  .henz-section-head-inline{align-items:start;flex-direction:column;gap:8px}
  .henz-class-grid{grid-template-columns:1fr 1fr}.henz-class-card{min-height:170px}.henz-class-card h3{font-size:24px}
  .henz-about-grid,.henz-ratgeber-grid{grid-template-columns:1fr}.henz-about-visual{min-height:380px}.henz-photo-placeholder{right:45px}.henz-facts{grid-template-columns:repeat(3,1fr)}
  .henz-bkf-head,.henz-final-grid{align-items:flex-start;flex-direction:column}.henz-module-fallback{grid-template-columns:repeat(5,minmax(48px,1fr))}.henz-module-fallback span{font-size:22px}
  .henz-footer-grid{grid-template-columns:1fr 1fr}.henz-footer-grid>div:first-child{grid-column:1/-1}
  .henz-guide-block{grid-template-columns:1fr;gap:16px}
}
@media(max-width:480px){
  .henz-class-grid{grid-template-columns:1fr}.henz-class-card{min-height:140px}.henz-facts{grid-template-columns:1fr 1fr}.henz-hero-meta span{flex-basis:45%}.henz-actions .henz-btn{width:100%}.henz-footer-grid{grid-template-columns:1fr}.henz-footer-grid>div:first-child{grid-column:auto}
}

/* =========================================================
   v0.2.0 Header – angled driving-school navigation
   ========================================================= */
.henz-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:0;box-shadow:none;transition:box-shadow .22s ease}
.henz-header.is-scrolled{border-bottom:0;box-shadow:0 8px 30px rgba(12,13,16,.10)}
.henz-topbar{position:relative;background:var(--henz-red);color:#fff;min-height:38px;display:flex;align-items:center;overflow:hidden}
.henz-topbar:after{content:"";position:absolute;right:-28px;top:0;width:130px;height:100%;background:#c70b15;transform:skewX(-32deg);opacity:.42}
.henz-topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:11px;font-weight:800;letter-spacing:.01em}
.henz-topbar-left,.henz-topbar-right{display:flex;align-items:center;gap:24px;min-width:0}
.henz-topitem{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:#fff}
.henz-topicon{position:relative;width:13px;height:13px;display:inline-block;flex:0 0 auto}
.henz-topicon-clock{border:1.8px solid currentColor;border-radius:50%}.henz-topicon-clock:before{content:"";position:absolute;left:5px;top:2px;width:1.5px;height:4px;background:currentColor}.henz-topicon-clock:after{content:"";position:absolute;left:5px;top:5px;width:3px;height:1.5px;background:currentColor;transform:rotate(28deg);transform-origin:left center}
.henz-topicon-pin:before{content:"";position:absolute;left:2px;top:0;width:9px;height:9px;border:1.8px solid currentColor;border-radius:50% 50% 50% 0;transform:rotate(-45deg)}.henz-topicon-pin:after{content:"";position:absolute;left:5px;top:3px;width:3px;height:3px;border-radius:50%;background:currentColor}
.henz-topicon-mail{border:1.5px solid currentColor;border-radius:2px;width:14px;height:10px}.henz-topicon-mail:before,.henz-topicon-mail:after{content:"";position:absolute;top:1px;width:8px;height:1.5px;background:currentColor}.henz-topicon-mail:before{left:0;transform:rotate(31deg);transform-origin:left center}.henz-topicon-mail:after{right:0;transform:rotate(-31deg);transform-origin:right center}

.henz-header-main{position:relative;display:grid;grid-template-columns:minmax(205px,260px) minmax(440px,1fr) minmax(315px,365px);min-height:94px;background:#fff;overflow:visible}
.henz-brand-panel{position:relative;z-index:5;display:flex;align-items:center;background:#111217;clip-path:polygon(0 0,100% 0,82% 100%,0 100%);padding:0 56px 0 max(24px,calc((100vw - 1180px)/2));min-width:0}
.henz-brand{display:flex;align-items:center;gap:12px;min-width:max-content;color:#fff}
.henz-brand .custom-logo{display:block;max-height:58px;max-width:165px;width:auto;object-fit:contain}
.henz-brand-mark{display:flex;align-items:center;gap:3px;width:36px;height:33px;transform:skewX(-18deg)}
.henz-brand-mark i{display:block;width:8px;height:100%;background:#aaa}.henz-brand-mark i:nth-child(2){background:#666;height:78%}.henz-brand-mark i:nth-child(3){background:var(--henz-red);height:92%}
.henz-brand-text small{color:#bcbec3}.henz-brand-text strong{color:#fff}

.henz-nav-panel{position:relative;z-index:4;display:flex;align-items:center;justify-content:center;padding:0 38px 0 18px;background:#fff;min-width:0}
.henz-nav-panel:after{content:"";position:absolute;right:12px;top:0;width:86px;height:100%;background:repeating-linear-gradient(118deg,transparent 0 13px,#f1f1f2 13px 24px,transparent 24px 34px);opacity:.88;pointer-events:none}
.henz-nav{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;margin:0;padding:0}
.henz-menu{list-style:none;display:flex;align-items:stretch;justify-content:center;gap:0;margin:0;padding:0;height:94px}
.henz-menu>li{position:relative;display:flex;align-items:center;height:94px}
.henz-menu>li>a{position:relative;display:flex;align-items:center;height:100%;padding:0 17px;font-size:13px;font-weight:800;color:#61636a;white-space:nowrap;transition:color .18s ease}
.henz-menu>li>a:before{content:"";position:absolute;left:17px;right:17px;bottom:0;height:3px;background:var(--henz-red);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
.henz-menu>li>a:hover,.henz-menu>li.current-menu-item>a,.henz-menu>li.current-menu-ancestor>a,.henz-menu>li:focus-within>a{color:var(--henz-red)}
.henz-menu>li>a:hover:before,.henz-menu>li.current-menu-item>a:before,.henz-menu>li.current-menu-ancestor>a:before,.henz-menu>li:focus-within>a:before{transform:scaleX(1)}
.henz-menu .menu-item-has-children>a{padding-right:31px}
.henz-menu .menu-item-has-children>a:after{content:"";position:absolute;right:15px;top:50%;width:6px;height:6px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:translateY(-68%) rotate(45deg);transition:transform .18s ease}
.henz-menu .menu-item-has-children:hover>a:after,.henz-menu .menu-item-has-children:focus-within>a:after{transform:translateY(-25%) rotate(225deg)}
.henz-menu .sub-menu{position:absolute;left:10px;top:calc(100% - 1px);z-index:1100;min-width:215px;margin:0;padding:9px 0;list-style:none;background:#fff;border-top:3px solid var(--henz-red);box-shadow:0 18px 42px rgba(0,0,0,.14);opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.henz-menu li:hover>.sub-menu,.henz-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.henz-menu .sub-menu li{position:relative;margin:0;padding:0}
.henz-menu .sub-menu a{display:flex;align-items:center;min-height:42px;padding:9px 18px;color:#3f4146;font-size:12px;font-weight:750;border-bottom:1px solid #efeff0;transition:background .16s ease,color .16s ease,padding .16s ease}
.henz-menu .sub-menu li:last-child>a{border-bottom:0}.henz-menu .sub-menu a:hover,.henz-menu .sub-menu a:focus{background:#f7f7f8;color:var(--henz-red);padding-left:23px}
.henz-menu .sub-menu .sub-menu{left:100%;top:-3px}
.henz-submenu-toggle{display:none}

.henz-call-panel{position:relative;z-index:5;display:flex;align-items:stretch;background:#111217;color:#fff;clip-path:polygon(12% 0,100% 0,100% 100%,0 100%);padding-left:45px;min-width:0}
.henz-phone-cta{display:flex;align-items:center;gap:14px;flex:1;min-width:0;padding:0 22px;color:#fff}
.henz-phone-icon{position:relative;width:44px;height:44px;flex:0 0 auto;background:#25272d}
.henz-phone-icon:before{content:"";position:absolute;left:14px;top:11px;width:14px;height:21px;border:3px solid var(--henz-red);border-top-color:transparent;border-right-color:transparent;border-radius:0 0 0 12px;transform:rotate(-45deg)}
.henz-phone-icon:after{content:"";position:absolute;right:7px;top:8px;width:9px;height:9px;border-top:2px solid var(--henz-red);border-right:2px solid var(--henz-red);opacity:.8}
.henz-phone-copy{display:flex;flex-direction:column;min-width:0;line-height:1.12}.henz-phone-copy small{color:#a7a9ae;font-size:10px;font-weight:700;margin-bottom:5px}.henz-phone-copy strong{font-size:16px;font-weight:900;white-space:nowrap;color:#fff}
.henz-contact-arrow{display:grid;place-items:center;width:70px;min-width:70px;background:#18191e;color:var(--henz-red);font-size:26px;font-weight:400;border-left:1px solid #2b2c31;transition:background .18s ease,color .18s ease}.henz-contact-arrow:hover{background:var(--henz-red);color:#fff}

.henz-menu-toggle{display:none;margin-left:auto;width:44px;height:44px;border:0;background:#16171b;border-radius:0;padding:10px;cursor:pointer}.henz-menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0}

@media(max-width:1260px){
  .henz-header-main{grid-template-columns:210px minmax(430px,1fr) 305px}.henz-brand-panel{padding-left:28px;padding-right:44px}.henz-menu>li>a{padding-left:12px;padding-right:12px;font-size:12px}.henz-menu .menu-item-has-children>a{padding-right:26px}.henz-menu .menu-item-has-children>a:after{right:11px}.henz-phone-copy strong{font-size:14px}.henz-call-panel{padding-left:34px}.henz-contact-arrow{width:58px;min-width:58px}
}
@media(max-width:1050px){
  .henz-topbar-right .henz-topitem:first-child{display:none}
  .henz-header-main{grid-template-columns:210px 1fr 64px;min-height:78px}
  .henz-brand-panel{clip-path:polygon(0 0,100% 0,86% 100%,0 100%);padding:0 38px 0 22px}.henz-brand .custom-logo{max-height:48px;max-width:145px}
  .henz-nav-panel{position:static;justify-content:flex-end;padding:0 16px;background:#fff}.henz-nav-panel:after{display:none}.henz-menu-toggle{display:block}
  .henz-nav{position:absolute;left:14px;right:14px;top:calc(100% + 8px);width:auto;display:none;flex-direction:column;align-items:stretch;padding:10px;background:#fff;border-top:3px solid var(--henz-red);box-shadow:0 18px 50px rgba(0,0,0,.16)}.henz-nav.is-open{display:flex}
  .henz-menu{display:flex;flex-direction:column;align-items:stretch;height:auto;width:100%}.henz-menu>li{display:block;height:auto;border-bottom:1px solid #ececef}.henz-menu>li:last-child{border-bottom:0}.henz-menu>li>a{height:auto;min-height:48px;padding:13px 48px 13px 12px;font-size:13px}.henz-menu>li>a:before{display:none}.henz-menu .menu-item-has-children>a:after{display:none}
  .henz-submenu-toggle{display:grid;place-items:center;position:absolute;right:3px;top:5px;width:38px;height:38px;border:0;background:#f2f2f3;color:#444;cursor:pointer}.henz-submenu-toggle:before{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .18s ease}.henz-menu li.is-submenu-open>.henz-submenu-toggle:before{transform:translateY(2px) rotate(225deg)}
  .henz-menu .sub-menu,.henz-menu .sub-menu .sub-menu{position:static;display:none;min-width:0;padding:0 0 7px 12px;background:#f8f8f9;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.henz-menu li.is-submenu-open>.sub-menu{display:block}.henz-menu .sub-menu a{min-height:40px;padding:9px 12px;border-color:#e8e8ea}.henz-menu .sub-menu a:hover{padding-left:16px}
  .henz-call-panel{clip-path:none;padding:0;background:#111217}.henz-phone-cta{justify-content:center;padding:0}.henz-phone-copy,.henz-contact-arrow{display:none}.henz-phone-icon{width:42px;height:42px;background:transparent}
}
@media(max-width:680px){
  .henz-topbar{min-height:32px}.henz-topbar-inner{min-height:32px;font-size:9px;justify-content:center}.henz-topbar-right{display:none}
  .henz-header-main{grid-template-columns:172px 1fr 58px;min-height:70px}.henz-brand-panel{padding-left:16px;padding-right:29px}.henz-brand .custom-logo{max-width:122px;max-height:43px}.henz-brand-text small{font-size:8px}.henz-brand-text strong{font-size:18px}.henz-brand-mark{width:30px;height:28px}.henz-nav-panel{padding-right:9px}.henz-menu-toggle{width:42px;height:42px}.henz-phone-icon{transform:scale(.9)}
}

/* =========================================================
   v0.2.1 Header refinement – office hours, attached CI slashes
   ========================================================= */
.henz-header-main{grid-template-columns:minmax(215px,270px) minmax(420px,1fr) minmax(330px,390px)}
.henz-brand-panel{clip-path:polygon(0 0,100% 0,83% 100%,0 100%);padding-right:62px}
.henz-nav-panel{padding-right:74px}
.henz-nav-panel:after{content:"";position:absolute;right:-34px;top:0;width:108px;height:100%;background:linear-gradient(116deg,transparent 0 19%,#c4c4c6 19% 35%,#77787b 35% 51%,#d71920 51% 67%,transparent 67% 100%);opacity:1;pointer-events:none;z-index:5}
.henz-call-panel{z-index:7;clip-path:polygon(14% 0,100% 0,100% 100%,0 100%);padding-left:54px}
.henz-phone-cta{gap:14px;padding:10px 28px 10px 8px;min-height:94px}
.henz-phone-copy{gap:0;justify-content:center}
.henz-phone-copy small{margin:0 0 4px;color:#b9bbc0;font-size:10px;line-height:1.15;font-weight:750}
.henz-phone-copy strong{font-size:17px;line-height:1.1}
.henz-phone-hours{display:block;margin-top:5px;color:#fff;font-size:10px;line-height:1.25;font-weight:650;white-space:nowrap;opacity:.92}
.henz-contact-arrow{display:none!important}

@media(max-width:1260px){
  .henz-header-main{grid-template-columns:205px minmax(350px,1fr) 310px}
  .henz-brand-panel{padding-left:24px;padding-right:48px}
  .henz-nav-panel{padding-left:12px;padding-right:58px}
  .henz-nav-panel:after{right:-30px;width:94px}
  .henz-call-panel{padding-left:42px}
  .henz-phone-cta{padding-right:18px;gap:11px}
  .henz-phone-copy strong{font-size:15px}
  .henz-phone-hours{font-size:9px}
}

@media(max-width:1050px){
  .henz-header-main{grid-template-columns:205px minmax(70px,1fr) 285px;min-height:82px}
  .henz-brand-panel{clip-path:polygon(0 0,100% 0,86% 100%,0 100%);padding:0 38px 0 22px}
  .henz-brand .custom-logo{max-height:50px;max-width:150px}
  .henz-nav-panel{position:static;justify-content:flex-end;padding:0 18px;background:#fff}
  .henz-nav-panel:after{right:252px;width:86px;height:82px;top:0;background:linear-gradient(116deg,transparent 0 18%,#c4c4c6 18% 35%,#77787b 35% 52%,#d71920 52% 69%,transparent 69% 100%)}
  .henz-menu-toggle{display:block}
  .henz-call-panel{clip-path:polygon(14% 0,100% 0,100% 100%,0 100%);padding-left:36px;min-height:82px}
  .henz-phone-cta{justify-content:flex-start;padding:8px 16px 8px 0;min-height:82px}
  .henz-phone-icon{width:38px;height:38px;background:#25272d}
  .henz-phone-copy{display:flex}
  .henz-phone-copy small{font-size:9px}
  .henz-phone-copy strong{font-size:14px}
  .henz-phone-hours{font-size:8.5px}
}

@media(max-width:820px){
  .henz-header-main{grid-template-columns:180px minmax(58px,1fr) 245px;min-height:76px}
  .henz-brand-panel{padding-left:16px;padding-right:31px}.henz-brand .custom-logo{max-width:128px;max-height:45px}
  .henz-nav-panel{padding-right:10px}.henz-menu-toggle{width:42px;height:42px}
  .henz-nav-panel:after{right:216px;width:76px;height:76px}
  .henz-call-panel{padding-left:30px;min-height:76px}
  .henz-phone-cta{gap:8px;padding-right:10px;min-height:76px}
  .henz-phone-icon{width:34px;height:34px;transform:scale(.92)}
  .henz-phone-copy small{font-size:8px;margin-bottom:2px}.henz-phone-copy strong{font-size:13px}.henz-phone-hours{font-size:7.8px;margin-top:4px}
}

@media(max-width:660px){
  .henz-topbar{min-height:32px}.henz-topbar-inner{min-height:32px;font-size:9px;justify-content:center}.henz-topbar-right{display:none}
  .henz-header-main{grid-template-columns:164px 1fr 58px;min-height:70px}
  .henz-brand-panel{padding-left:14px;padding-right:27px}.henz-brand .custom-logo{max-width:118px;max-height:42px}
  .henz-nav-panel{padding-right:8px}.henz-nav-panel:after{display:none}
  .henz-call-panel{clip-path:none;padding:0;min-height:70px}
  .henz-phone-cta{justify-content:center;padding:0;min-height:70px}
  .henz-phone-copy{display:none}.henz-phone-icon{width:42px;height:42px;background:transparent;transform:scale(.9)}
}

/* =========================================================
   v0.3.0 – unified Henz angle, multi-logo header, hero slider
   ========================================================= */
:root{
  --henz-skew:-24deg;
  --henz-slant:42px;
}

/* One geometry for every CI cut / slash */
.henz-brand-panel{
  clip-path:polygon(0 0,100% 0,calc(100% - var(--henz-slant)) 100%,0 100%);
  justify-content:flex-end;
  padding-right:calc(var(--henz-slant) + 22px);
}
.henz-brand{width:100%;justify-content:flex-end;min-width:0}
.henz-slot-logo{display:block;width:auto;max-width:188px;max-height:62px;object-fit:contain;object-position:right center}
.henz-logo-mobile{display:none!important}
.henz-call-panel{
  clip-path:polygon(var(--henz-slant) 0,100% 0,100% 100%,0 100%);
  padding-left:calc(var(--henz-slant) + 12px);
}
.henz-nav-panel{padding-right:76px}
.henz-nav-panel:after{display:none!important}
.henz-header-divider{position:absolute;right:-17px;top:0;width:64px;height:100%;z-index:12;pointer-events:none}
.henz-header-divider i{position:absolute;top:-5%;height:110%;width:13px;transform:skewX(var(--henz-skew));transform-origin:center;background:#c7c7c9}
.henz-header-divider i:nth-child(1){left:0;background:#d2d2d4}
.henz-header-divider i:nth-child(2){left:15px;background:#77787b}
.henz-header-divider i:nth-child(3){left:30px;background:#d71920}
.henz-brand-mark,.henz-footer-lines,.henz-home-slide-ci i,.henz-slash-stack i,.henz-hero-lines i{transform:skewX(var(--henz-skew))}

/* Footer logo + legal line */
.henz-footer-logo{display:inline-flex!important;align-items:center;margin:0 0 14px!important;max-width:240px}
.henz-footer-logo img{display:block;max-width:220px;max-height:72px;width:auto;object-fit:contain;object-position:left center}
.henz-footer-bottom{gap:24px}
.henz-legal-nav{margin-left:auto}
.henz-legal-menu{list-style:none;display:flex;align-items:center;gap:18px;margin:0;padding:0}
.henz-legal-menu li{margin:0;padding:0}.henz-legal-menu a,.henz-legal-menu span{display:inline!important;margin:0!important;color:#98999e;font-size:11px;transition:color .18s ease}.henz-legal-menu a:hover{color:#fff}
.henz-footer-lines{flex:0 0 auto}

/* Front page 3-slide showcase */
.henz-home-showcase{position:relative;min-height:640px;background:#151619;color:#fff;overflow:hidden}
.henz-home-slides{position:relative;min-height:640px}
.henz-home-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.015);transition:opacity .55s ease,visibility .55s ease,transform 1.1s ease;isolation:isolate}
.henz-home-slide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:2}
.henz-home-slide-bg{position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;z-index:-3;filter:saturate(.92) contrast(1.02)}
.henz-home-slide:nth-child(1) .henz-home-slide-bg{background-position:center 56%;background-size:min(1180px,92vw) auto;background-color:#f4f4f4}
.henz-home-slide-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(8,8,9,.92) 0%,rgba(8,8,9,.78) 39%,rgba(8,8,9,.28) 69%,rgba(8,8,9,.14) 100%)}
.henz-home-slide:nth-child(1) .henz-home-slide-overlay{background:linear-gradient(90deg,rgba(8,8,9,.93) 0%,rgba(8,8,9,.80) 40%,rgba(8,8,9,.34) 68%,rgba(8,8,9,.18) 100%)}
.henz-home-slide-inner{min-height:640px;display:flex;align-items:center;padding-top:46px;padding-bottom:84px}
.henz-home-slide-copy{max-width:670px;position:relative;z-index:4}
.henz-home-slide-copy h1{margin:0 0 20px;font-size:clamp(50px,6.5vw,88px);line-height:.95;letter-spacing:-.055em;color:#fff}
.henz-home-slide-copy>p{max-width:590px;margin:0 0 26px;color:#dedee0;font-size:17px;line-height:1.65}
.henz-home-slide-ci{position:absolute;right:7%;top:-12%;width:150px;height:128%;z-index:-1;opacity:.32;pointer-events:none}
.henz-home-slide-ci i{position:absolute;top:0;width:24px;height:100%}.henz-home-slide-ci i:nth-child(1){left:0;background:#c8c8ca}.henz-home-slide-ci i:nth-child(2){left:30px;background:#68696c}.henz-home-slide-ci i:nth-child(3){left:60px;background:#d71920}
.henz-home-slider-controls{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);z-index:8;display:flex;align-items:center;gap:14px}
.henz-hero-arrow{width:42px;height:42px;border:1px solid rgba(255,255,255,.3);background:rgba(17,18,20,.64);color:#fff;cursor:pointer;transition:.18s ease}.henz-hero-arrow:hover{background:#d71920;border-color:#d71920}
.henz-hero-dots{display:flex;align-items:center;gap:7px}.henz-hero-dots button{width:26px;height:3px;padding:0;border:0;background:rgba(255,255,255,.34);cursor:pointer;transition:.2s ease}.henz-hero-dots button.is-active{width:46px;background:#d71920}

/* Back to top */
.henz-backtotop{position:fixed;right:20px;bottom:22px;z-index:900;width:46px;height:46px;border:0;background:#151619;color:#fff;display:grid;place-items:center;opacity:0;visibility:hidden;transform:translateY(12px);transition:.22s ease;cursor:pointer;box-shadow:0 10px 25px rgba(0,0,0,.18)}
.henz-backtotop:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:#d71920}.henz-backtotop span{font-size:20px;line-height:1}.henz-backtotop.is-visible{opacity:1;visibility:visible;transform:none}.henz-backtotop:hover{background:#d71920}.henz-backtotop:hover:before{background:#fff}

@media(max-width:1260px){
  :root{--henz-slant:38px}
  .henz-brand-panel{padding-right:calc(var(--henz-slant) + 14px)}
  .henz-slot-logo{max-width:160px;max-height:54px}
  .henz-call-panel{padding-left:calc(var(--henz-slant) + 6px)}
  .henz-header-divider{right:-15px;width:57px}.henz-header-divider i{width:12px}.henz-header-divider i:nth-child(2){left:14px}.henz-header-divider i:nth-child(3){left:28px}
}
@media(max-width:1050px){
  :root{--henz-slant:36px}
  .henz-brand-panel{padding-right:calc(var(--henz-slant) + 12px)}
  .henz-slot-logo{max-width:150px;max-height:50px}
  .henz-nav-panel{padding-right:18px}
  .henz-header-divider{right:250px;height:82px;top:0;width:54px}.henz-header-divider i{width:11px}.henz-header-divider i:nth-child(2){left:13px}.henz-header-divider i:nth-child(3){left:26px}
  .henz-call-panel{padding-left:calc(var(--henz-slant) + 3px)}
}
@media(max-width:820px){
  :root{--henz-slant:33px}
  .henz-header-divider{right:214px;height:76px}
  .henz-slot-logo{max-width:132px;max-height:46px}
  .henz-home-showcase,.henz-home-slides{min-height:580px}.henz-home-slide-inner{min-height:580px;padding-top:34px}.henz-home-slide-copy{max-width:570px}.henz-home-slide-copy h1{font-size:clamp(44px,10vw,70px)}
}
@media(max-width:660px){
  :root{--henz-slant:31px}
  .henz-brand-panel{justify-content:flex-end;padding-left:10px;padding-right:calc(var(--henz-slant) + 8px)}
  .henz-brand{justify-content:flex-end}
  .henz-logo-desktop{display:none!important}.henz-logo-mobile{display:block!important;max-width:118px;max-height:44px}
  .henz-header-divider{display:none}
  .henz-call-panel{clip-path:none;padding-left:0}
  .henz-home-showcase,.henz-home-slides{min-height:540px}.henz-home-slide-inner{min-height:540px;padding-bottom:86px}.henz-home-slide-copy h1{font-size:clamp(39px,12vw,58px)}.henz-home-slide-copy>p{font-size:15px}.henz-home-slide-ci{right:-24px;opacity:.2}
  .henz-home-slider-controls{bottom:20px}.henz-hero-arrow{width:38px;height:38px}
  .henz-footer-bottom{flex-wrap:wrap;align-items:flex-start}.henz-legal-nav{order:3;width:100%;margin-left:0}.henz-legal-menu{flex-wrap:wrap;gap:10px 16px}
  .henz-backtotop{right:13px;bottom:14px;width:42px;height:42px}
}
@media(prefers-reduced-motion:reduce){.henz-home-slide,.henz-backtotop,.henz-hero-dots button{transition:none!important}}

/* =========================================================
   v0.4.0 – cleaned theme structure + reference header geometry
   ========================================================= */
:root{
  --henz-header-h:92px;
  --henz-cut:44px;
  --henz-angle:-25deg;
  --henz-ci-gap:4px;
  --henz-ci-width:11px;
}

/* The theme no longer hard-codes homepage sections below the hero. */
.henz-front-content{background:#fff}
.henz-front-content>:first-child{margin-top:0}
.henz-front-content>:last-child{margin-bottom:0}

/* Top info bar: clean red strip, no floating decoration. */
.henz-topbar{min-height:38px;background:#ef2029;overflow:hidden}
.henz-topbar:after{display:none!important}
.henz-topbar-inner{min-height:38px}

/* Reference-style main header: dark logo wedge / white nav / dark phone wedge. */
.henz-header-main{
  display:grid;
  grid-template-columns:minmax(230px,285px) minmax(460px,1fr) minmax(320px,385px);
  min-height:var(--henz-header-h);
  height:var(--henz-header-h);
  background:#fff;
  overflow:visible;
}
.henz-brand-panel{
  position:relative;
  z-index:8;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  height:var(--henz-header-h);
  background:#111217;
  clip-path:polygon(0 0,100% 0,calc(100% - var(--henz-cut)) 100%,0 100%);
  padding:0 calc(var(--henz-cut) + 24px) 0 max(24px,calc((100vw - 1180px)/2));
}
.henz-brand{width:100%;min-width:0;display:flex;align-items:center;justify-content:flex-end}
.henz-slot-logo,.henz-brand .custom-logo{
  display:block;
  width:auto;
  max-width:190px;
  max-height:62px;
  object-fit:contain;
  object-position:right center;
}
.henz-logo-mobile{display:none!important}

.henz-nav-panel{
  position:relative;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  height:var(--henz-header-h);
  padding:0 72px 0 18px;
  background:#fff;
  overflow:visible;
}
.henz-nav-panel:after{display:none!important}
.henz-nav{position:relative;z-index:5;width:100%;height:100%;display:flex;align-items:center;justify-content:center;margin:0}
.henz-menu{height:100%;display:flex;align-items:stretch;justify-content:center;gap:0}
.henz-menu>li{height:100%;display:flex;align-items:center}
.henz-menu>li>a{height:100%;padding:0 17px;display:flex;align-items:center}

/* Attached CI separator: all three bars use exactly the same angle as both wedges. */
.henz-header-divider{
  position:absolute;
  z-index:20;
  right:-18px;
  top:0;
  width:58px;
  height:var(--henz-header-h);
  pointer-events:none;
  overflow:visible;
}
.henz-header-divider i{
  position:absolute;
  top:-8px;
  height:calc(100% + 16px);
  width:var(--henz-ci-width);
  transform:skewX(var(--henz-angle));
  transform-origin:center;
  border-radius:0;
}
.henz-header-divider i:nth-child(1){left:0;background:#d8d8da}
.henz-header-divider i:nth-child(2){left:calc(var(--henz-ci-width) + var(--henz-ci-gap));background:#77787b}
.henz-header-divider i:nth-child(3){left:calc((var(--henz-ci-width) + var(--henz-ci-gap))*2);background:#d71920}

.henz-call-panel{
  position:relative;
  z-index:10;
  display:flex;
  align-items:stretch;
  height:var(--henz-header-h);
  min-width:0;
  background:#111217;
  color:#fff;
  clip-path:polygon(var(--henz-cut) 0,100% 0,100% 100%,0 100%);
  padding-left:calc(var(--henz-cut) + 14px);
}
.henz-phone-cta{min-height:var(--henz-header-h);padding:8px 26px 8px 0;gap:14px;display:flex;align-items:center}
.henz-phone-copy{display:flex;flex-direction:column;justify-content:center;line-height:1.12}
.henz-phone-copy small{margin:0 0 4px;color:#b8bac0;font-size:10px;font-weight:750}
.henz-phone-copy strong{color:#fff;font-size:17px;font-weight:900;white-space:nowrap}
.henz-phone-hours{display:block;margin-top:5px;color:#fff;font-size:10px;line-height:1.25;font-weight:650;white-space:nowrap;opacity:.95}

/* Hero is the only homepage module owned by the theme. */
.henz-home-showcase,.henz-home-slides{min-height:600px}
.henz-home-slide-inner{min-height:600px;padding-top:44px;padding-bottom:84px}
.henz-home-slide-ci{display:none!important}
.henz-home-slide-copy{max-width:650px}
.henz-home-slide-copy h1{font-size:clamp(48px,6.2vw,84px)}

/* Footer CI lines retain the same global Henz angle. */
.henz-footer-lines{transform:none;position:relative;display:flex;gap:4px;height:22px;width:42px;overflow:visible}
.henz-footer-lines i{display:block;width:8px;height:100%;transform:skewX(var(--henz-angle));background:#d0d0d2}
.henz-footer-lines i:nth-child(2){background:#68696c}.henz-footer-lines i:nth-child(3){background:#d71920}

/* Responsive behaviour: keep phone CTA visible longer, then collapse cleanly. */
@media(max-width:1280px){
  :root{--henz-header-h:88px;--henz-cut:40px}
  .henz-header-main{grid-template-columns:220px minmax(360px,1fr) 315px}
  .henz-brand-panel{padding-right:calc(var(--henz-cut) + 18px);padding-left:22px}
  .henz-slot-logo,.henz-brand .custom-logo{max-width:160px;max-height:55px}
  .henz-nav-panel{padding-right:60px;padding-left:10px}
  .henz-menu>li>a{padding-left:12px;padding-right:12px;font-size:12px}
  .henz-menu .menu-item-has-children>a{padding-right:27px}
  .henz-call-panel{padding-left:calc(var(--henz-cut) + 8px)}
  .henz-phone-copy strong{font-size:15px}.henz-phone-hours{font-size:9px}
  .henz-header-divider{right:-16px;width:54px}
}

@media(max-width:1050px){
  :root{--henz-header-h:80px;--henz-cut:36px}
  .henz-header-main{grid-template-columns:205px minmax(64px,1fr) 285px}
  .henz-brand-panel{padding-left:18px;padding-right:calc(var(--henz-cut) + 14px)}
  .henz-slot-logo,.henz-brand .custom-logo{max-width:148px;max-height:50px}
  .henz-nav-panel{position:static;justify-content:flex-end;padding:0 18px;background:#fff}
  .henz-menu-toggle{display:block;background:#111217}
  .henz-header-divider{right:calc(285px - 24px);height:var(--henz-header-h);width:50px}
  .henz-nav{position:absolute;left:14px;right:14px;top:calc(100% + 8px);height:auto;width:auto;display:none;flex-direction:column;align-items:stretch;padding:10px;background:#fff;border-top:3px solid var(--henz-red);box-shadow:0 18px 50px rgba(0,0,0,.16)}
  .henz-nav.is-open{display:flex}
  .henz-menu{height:auto;width:100%;display:flex;flex-direction:column;align-items:stretch}
  .henz-menu>li{display:block;height:auto;border-bottom:1px solid #ececef}
  .henz-menu>li>a{height:auto;min-height:48px;padding:13px 48px 13px 12px;font-size:13px}
  .henz-menu>li>a:before,.henz-menu .menu-item-has-children>a:after{display:none}
  .henz-submenu-toggle{display:grid}
  .henz-menu .sub-menu,.henz-menu .sub-menu .sub-menu{position:static;display:none;min-width:0;padding:0 0 7px 12px;background:#f8f8f9;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}
  .henz-menu li.is-submenu-open>.sub-menu{display:block}
  .henz-phone-cta{min-height:var(--henz-header-h);padding-right:14px}
}

@media(max-width:820px){
  :root{--henz-header-h:74px;--henz-cut:32px}
  .henz-header-main{grid-template-columns:178px minmax(56px,1fr) 238px}
  .henz-brand-panel{padding-left:12px;padding-right:calc(var(--henz-cut) + 10px)}
  .henz-slot-logo,.henz-brand .custom-logo{max-width:128px;max-height:45px}
  .henz-header-divider{right:calc(238px - 22px);width:46px}
  .henz-call-panel{padding-left:calc(var(--henz-cut) + 6px)}
  .henz-phone-cta{gap:8px;padding-right:8px}
  .henz-phone-icon{width:34px;height:34px;transform:scale(.92)}
  .henz-phone-copy small{font-size:8px}.henz-phone-copy strong{font-size:13px}.henz-phone-hours{font-size:7.8px;margin-top:4px}
}

@media(max-width:660px){
  :root{--henz-header-h:68px;--henz-cut:28px}
  .henz-topbar{min-height:31px}.henz-topbar-inner{min-height:31px;font-size:9px;justify-content:center}.henz-topbar-right{display:none}
  .henz-header-main{grid-template-columns:152px 1fr 54px}
  .henz-brand-panel{padding-left:8px;padding-right:calc(var(--henz-cut) + 8px)}
  .henz-logo-desktop{display:none!important}.henz-logo-mobile{display:block!important;max-width:108px;max-height:42px}
  .henz-nav-panel{padding-right:8px}
  .henz-header-divider{display:none}
  .henz-call-panel{clip-path:none;padding-left:0}
  .henz-phone-cta{justify-content:center;padding:0;min-height:var(--henz-header-h)}
  .henz-phone-copy{display:none}.henz-phone-icon{width:40px;height:40px;background:transparent;transform:scale(.9)}
  .henz-home-showcase,.henz-home-slides,.henz-home-slide-inner{min-height:520px}
  .henz-home-slide-inner{padding-top:30px;padding-bottom:80px}
  .henz-home-slide-copy h1{font-size:clamp(38px,12vw,56px)}
  .henz-home-slide-copy>p{font-size:15px}
}

/* Sensible defaults for editor-built homepage content without forcing sections. */
.henz-front-content>:where(p,h1,h2,h3,h4,h5,h6,ul,ol,blockquote,figure:not(.alignfull):not(.alignwide),.wp-block-columns:not(.alignfull):not(.alignwide)){width:var(--henz-shell);margin-left:auto;margin-right:auto}
.henz-front-content>.alignwide{width:min(1320px,calc(100vw - 40px));margin-left:auto;margin-right:auto}
.henz-front-content>.alignfull{width:100%;max-width:none}

/* =========================================================
   v0.4.1 – header stripe + mobile CTA refinement
   ========================================================= */
:root{
  --henz-angle:-25deg;
  --henz-ci-width:16px;
  --henz-ci-gap:3px;
}

/* CI stripes are part of the header edge: no vertical overhang. */
.henz-header-divider{
  top:0;
  height:100%;
  width:54px;
  overflow:hidden;
  right:-18px;
}
.henz-header-divider i{
  top:0;
  height:100%;
  width:var(--henz-ci-width);
  transform:skewX(var(--henz-angle));
  transform-origin:center;
}
.henz-header-divider i:nth-child(1){left:0}
.henz-header-divider i:nth-child(2){left:calc(var(--henz-ci-width) + var(--henz-ci-gap))}
.henz-header-divider i:nth-child(3){left:calc((var(--henz-ci-width) + var(--henz-ci-gap))*2)}

/* Keep the same slant language on both dark wedges. */
.henz-brand-panel{clip-path:polygon(0 0,100% 0,calc(100% - var(--henz-cut)) 100%,0 100%)}
.henz-call-panel{clip-path:polygon(var(--henz-cut) 0,100% 0,100% 100%,0 100%)}

@media(max-width:1280px){
  .henz-header-divider{width:50px;right:-16px}
  :root{--henz-ci-width:15px;--henz-ci-gap:2px}
}

@media(max-width:1050px){
  .henz-nav-panel{position:static;justify-content:center;padding:0}
  .henz-menu-toggle{margin:0 auto}
  .henz-header-divider{top:0;height:var(--henz-header-h);overflow:hidden}
}

@media(max-width:820px){
  :root{--henz-ci-width:14px;--henz-ci-gap:2px}
  .henz-header-divider{width:46px}
}

/* Smartphone: logo left, menu button centered in its white slot,
   telephone CTA remains visible on the right instead of collapsing to an icon. */
@media(max-width:660px){
  :root{--henz-header-h:70px;--henz-cut:31px;--henz-ci-width:13px;--henz-ci-gap:2px}
  .henz-header-main{
    position:relative;
    grid-template-columns:34% 52px 1fr;
    min-height:var(--henz-header-h);
    height:var(--henz-header-h);
  }
  .henz-brand-panel{
    justify-content:flex-end;
    padding:0 calc(var(--henz-cut) + 8px) 0 8px;
  }
  .henz-logo-desktop{display:none!important}
  .henz-logo-mobile{display:block!important;max-width:102px;max-height:43px;object-position:right center}
  .henz-nav-panel{position:static;display:flex;justify-content:center;align-items:center;padding:0;background:#fff}
  .henz-menu-toggle{display:block;margin:0 auto;width:42px;height:42px;padding:10px}

  .henz-call-panel{
    min-width:0;
    height:var(--henz-header-h);
    clip-path:polygon(var(--henz-cut) 0,100% 0,100% 100%,0 100%);
    padding:0 6px 0 calc(var(--henz-cut) + 5px);
  }
  .henz-phone-cta{
    width:100%;
    min-height:var(--henz-header-h);
    justify-content:flex-start;
    gap:0;
    padding:5px 3px 5px 0;
  }
  .henz-phone-icon{display:none}
  .henz-phone-copy{display:flex!important;min-width:0;line-height:1.05}
  .henz-phone-copy small{display:block;font-size:7.5px;line-height:1.1;margin:0 0 3px;color:#c6c6c9;white-space:nowrap}
  .henz-phone-copy strong{display:block;font-size:11.5px;line-height:1.05;color:#fff;white-space:nowrap;letter-spacing:-.02em}
  .henz-phone-hours{display:block;margin-top:4px;font-size:7px;line-height:1.1;color:#fff;white-space:nowrap;opacity:.9}

  /* Divider sits exactly on the mobile nav/call transition and stays within header height. */
  .henz-header-divider{
    display:block;
    position:absolute;
    left:calc(34% + 52px - 21px);
    right:auto;
    top:0;
    width:43px;
    height:var(--henz-header-h);
    overflow:hidden;
    z-index:20;
  }
  .henz-header-divider i{top:0;height:100%;width:var(--henz-ci-width)}

  .henz-nav{left:10px;right:10px;top:calc(100% + 7px)}
}

@media(max-width:430px){
  :root{--henz-header-h:68px;--henz-cut:29px;--henz-ci-width:12px;--henz-ci-gap:2px}
  .henz-header-main{grid-template-columns:32% 48px 1fr}
  .henz-brand-panel{padding-left:6px;padding-right:calc(var(--henz-cut) + 6px)}
  .henz-logo-mobile{max-width:88px;max-height:39px}
  .henz-menu-toggle{width:40px;height:40px}
  .henz-call-panel{padding-left:calc(var(--henz-cut) + 4px);padding-right:4px}
  .henz-phone-copy small{font-size:6.8px}
  .henz-phone-copy strong{font-size:10.5px}
  .henz-phone-hours{font-size:6.4px}
  .henz-header-divider{left:calc(32% + 48px - 20px);width:40px}
}

@media(max-width:360px){
  .henz-phone-hours{display:none}
  .henz-phone-copy small{font-size:6.4px}
  .henz-phone-copy strong{font-size:10px}
}
