/* =====================================================================
   Hau & Miau - CONTENT stream: pages (about, FAQ, contact, legal,
   success stories, build-a-box), single articles, blog index, search.
   Loaded after main.css. Spec 12 (mobile first, RTL, states, a11y AA)
   and 13 (schema). Only transform/opacity animations, 150-300ms.
   ===================================================================== */
:root{--hm-c-focus:0 0 0 3px #fff,0 0 0 6px var(--hm-olive);--hm-c-line:#EFE7DA;--hm-c-soft:#FBF8F2;--hm-c-muted:#6B6B66;--hm-c-measure:760px}

/* skip link becomes visible on keyboard focus (WCAG 2.4.1) */
.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;position:fixed!important;top:12px;right:12px;z-index:200;background:var(--hm-ink);color:#fff;padding:12px 18px;border-radius:999px;font-weight:700;box-shadow:var(--hm-c-focus);text-decoration:none}

/* ---------- reading page frame ---------- */
.hm-page--content{max-width:var(--hm-c-measure);padding-top:8px;padding-bottom:24px}
.hm-page--content.hm-page--wide{max-width:var(--hm-max)}
.hm-page--content .hm-crumbs{padding:6px 0 0}
.hm-page--content .hm-crumbs{font-size:13px;color:var(--hm-c-muted);line-height:1.4}
.hm-page--content .hm-crumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:2px 6px}
.hm-page--content .hm-crumbs li{display:inline-flex;align-items:center;gap:6px}
.hm-page--content .hm-crumbs li+li::before{content:"";width:5px;height:5px;border-right:1.5px solid #C9C2B4;border-bottom:1.5px solid #C9C2B4;transform:rotate(135deg);margin-inline-end:2px}
.hm-page--content .hm-crumbs a{color:var(--hm-c-muted);display:inline-flex;align-items:center;padding:0 2px;min-height:44px;line-height:16px;transition:color .15s}
.hm-page--content .hm-crumbs a:hover{color:var(--hm-olive-dark);text-decoration:underline}
.hm-page--content .hm-crumbs a:focus-visible{outline:none;box-shadow:var(--hm-c-focus);border-radius:6px}
.hm-page--content .hm-crumbs [aria-current]{color:var(--hm-ink);font-weight:600;padding:0 2px;min-height:44px;line-height:16px;display:inline-flex;align-items:center;max-width:52vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* hero title area */
.hm-phero{padding:6px 0 22px;border-bottom:1px solid var(--hm-c-line);margin-bottom:28px}
.hm-phero .hm-eyebrow{margin-bottom:6px}
.hm-page--content .hm-phero h1{font-size:clamp(30px,4.2vw,46px);line-height:1.15;margin:0 0 10px;letter-spacing:-.01em;overflow-wrap:anywhere}
.hm-phero__lead{font-size:clamp(17px,1.5vw,19px);line-height:1.6;color:var(--hm-text);margin:0;max-width:60ch}
.hm-phero__meta{display:flex;flex-wrap:wrap;gap:6px 18px;font-size:14px;color:var(--hm-c-muted);margin-top:14px;align-items:center}
.hm-phero__meta span{display:inline-flex;align-items:center;gap:6px}
.hm-phero__meta svg{width:16px;height:16px;color:var(--hm-olive)}
.hm-phero__meta a{color:var(--hm-olive-dark);font-weight:700}
.hm-phero__meta a:hover{text-decoration:underline}
.hm-phero--wide{max-width:none}
.hm-phero--center{text-align:center}
.hm-phero--center .hm-phero__lead{margin-inline:auto}
.hm-phero--center .hm-phero__meta{justify-content:center}

/* ---------- article typography (entry-content) ---------- */
.hm-prose{font-size:17px;line-height:1.75;color:var(--hm-text)}
.hm-prose>*:first-child{margin-top:0}
.hm-prose p{margin:0 0 1.1em;font-size:17px}
.hm-prose p.hm-lead,.hm-prose .hm-lead{font-size:clamp(18px,1.6vw,20px);line-height:1.6;color:var(--hm-text)}
.hm-prose h2{font-size:clamp(23px,2.6vw,30px);line-height:1.25;margin:2em 0 .6em;color:var(--hm-ink);scroll-margin-top:96px}
.hm-prose h3{font-size:clamp(19px,2vw,22px);line-height:1.3;margin:1.6em 0 .5em;color:var(--hm-ink);scroll-margin-top:96px}
.hm-prose h4{font-size:17px;margin:1.4em 0 .4em;color:var(--hm-ink)}
.hm-prose h2+h3{margin-top:.8em}
.hm-prose ul,.hm-prose ol{margin:0 0 1.2em;padding-inline-start:1.4em}
.hm-prose li{margin-bottom:.45em;padding-inline-start:4px}
.hm-prose li::marker{color:var(--hm-olive-dark);font-weight:700}
.hm-prose ul li::marker{color:var(--hm-olive)}
.hm-prose li>ul,.hm-prose li>ol{margin-top:.45em;margin-bottom:.2em}
.hm-prose a:not(.hm-btn){color:var(--hm-olive-dark);font-weight:600;text-decoration:underline;text-decoration-color:rgba(94,143,46,.45);text-underline-offset:3px;text-decoration-thickness:1.5px;transition:color .15s}
.hm-prose a:not(.hm-btn):hover{color:var(--hm-olive);text-decoration-color:currentColor}
.hm-prose a:focus-visible{outline:none;box-shadow:var(--hm-c-focus);border-radius:4px}
.hm-prose strong{color:var(--hm-ink)}
.hm-prose blockquote{margin:1.6em 0;padding:16px 20px;border-inline-start:4px solid var(--hm-olive);background:var(--hm-c-soft);border-radius:0 14px 14px 0;font-size:17px;color:var(--hm-ink)}
.hm-prose blockquote p:last-child{margin:0}
.hm-prose code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em;background:var(--hm-c-soft);border:1px solid var(--hm-c-line);border-radius:6px;padding:2px 6px;color:var(--hm-ink);direction:ltr;unicode-bidi:isolate;display:inline-block}
.hm-prose p>code:only-child{display:block;padding:12px 16px;direction:rtl;text-align:right;overflow-x:auto}
.hm-prose pre{background:var(--hm-c-soft);border:1px solid var(--hm-c-line);border-radius:14px;padding:16px;overflow-x:auto;direction:ltr;text-align:left;font-size:14px}
.hm-prose hr{border:0;border-top:1px solid var(--hm-c-line);margin:2em 0}
.hm-prose img{border-radius:18px;margin:1.4em auto;height:auto}
.hm-prose figure{margin:1.6em 0}
.hm-prose figcaption{font-size:13px;color:var(--hm-c-muted);text-align:center;margin-top:8px}
.hm-prose iframe,.hm-prose video{max-width:100%;border-radius:14px}
.hm-prose [dir="rtl"]{direction:rtl}
.hm-prose bdi,.hm-prose .hm-ltr{unicode-bidi:isolate}
.hm-prose .hm-ltr{direction:ltr;display:inline-block}
/* tables: scroll on small screens, zebra rows, sticky-ish head */
.hm-prose .hm-table{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.4em 0;border:1px solid var(--hm-c-line);border-radius:14px;background:#fff}
/* scroll shadows on the edges while there is more table to see (RTL: content starts on the right, so the left edge gets the cue) */
.hm-prose .hm-table{background:linear-gradient(to left,#fff 30%,rgba(255,255,255,0)),linear-gradient(to right,#fff 30%,rgba(255,255,255,0)) 0 0,radial-gradient(farthest-side at 100% 50%,rgba(60,50,20,.16),rgba(0,0,0,0)),radial-gradient(farthest-side at 0 50%,rgba(60,50,20,.16),rgba(0,0,0,0)) 0 0;background-repeat:no-repeat;background-size:40px 100%,40px 100%,14px 100%,14px 100%;background-position:right,left,right,left;background-attachment:local,local,scroll,scroll}
.hm-prose .hm-table table{background:transparent}
.hm-prose .hm-table:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-prose table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.5;margin:0;min-width:420px}
.hm-prose .hm-table--narrow table{min-width:0}
.hm-prose th,.hm-prose td{padding:10px 14px;text-align:right;vertical-align:top;border-bottom:1px solid var(--hm-c-line)}
.hm-prose thead th{background:var(--hm-olive-soft);color:var(--hm-ink);font-weight:700;font-size:14px;white-space:nowrap}
.hm-prose tbody tr:nth-child(even) td{background:rgba(251,248,242,.85)}
.hm-prose tbody tr:last-child td{border-bottom:0}
.hm-prose tbody th{font-weight:700;color:var(--hm-ink)}
.hm-prose td,.hm-prose th{white-space:normal}
.hm-prose td.hm-nw,.hm-prose th.hm-nw{white-space:nowrap}
.hm-prose td bdi,.hm-prose th bdi{white-space:nowrap}
/* legacy inline styles from imports */
.hm-prose [style*="text-align: left"],.hm-prose [style*="text-align:left"]{text-align:right!important}
.hm-prose div[dir="rtl"]>p:last-child{margin-bottom:0}

/* ---------- section box used by several templates ---------- */
.hm-box{background:#fff;border:1px solid var(--hm-c-line);border-radius:18px;padding:22px 22px 24px;box-shadow:var(--hm-shadow)}
.hm-box h2,.hm-box h3{margin-top:0}
.hm-note{display:flex;gap:12px;align-items:flex-start;background:var(--hm-c-soft);border:1px solid var(--hm-c-line);border-radius:14px;padding:14px 16px;font-size:15px;color:var(--hm-text);margin:20px 0}
.hm-note svg{width:20px;height:20px;flex:none;color:var(--hm-olive);margin-top:2px}
.hm-note p{margin:0}
.hm-note--warn{border-color:#F1D3B8;background:#FFF6EE}
.hm-note--warn svg{color:var(--hm-orange-dark)}

/* buttons/links states in content scope */
.hm-page--content .hm-btn:focus-visible,.hm-search-page .hm-btn:focus-visible,.hm-blog .hm-btn:focus-visible,.hm-article .hm-btn:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-page--content .hm-btn--primary:focus-visible,.hm-page--content .hm-btn--buy:focus-visible,.hm-article .hm-btn--primary:focus-visible{box-shadow:0 0 0 3px #fff,0 0 0 6px var(--hm-ink)}
/* WhatsApp green darkened for AA (white text 5.1:1); primary/olive buttons in content scope use olive-dark (5.5:1) - main.css olive is 3.9:1 */
.hm-btn--wa{background:#1B7F34;color:#fff}
.hm-btn--wa:hover{background:#166D2D;color:#fff}
.hm-page--content .hm-btn--primary,.hm-article-cta .hm-btn--primary{background:var(--hm-olive-dark);color:#fff}
.hm-page--content .hm-btn--primary:hover,.hm-article-cta .hm-btn--primary:hover{background:#3F6A1C;color:#fff}

/* ---------- ABOUT ---------- */
.hm-about .hm-phero{border-bottom:0;margin-bottom:6px;padding-bottom:6px}
.hm-founder--v2{display:grid;grid-template-columns:1fr;gap:22px;align-items:center;margin:8px 0 34px}
.hm-founder--v2 .hm-founder__media{border-radius:24px;overflow:hidden;box-shadow:var(--hm-shadow);background:#fff}
.hm-founder--v2 .hm-founder__media img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:center 30%}
.hm-founder--v2 .hm-founder__text{display:flex;flex-direction:column;justify-content:center}
.hm-founder--v2 .hm-founder__text p{font-size:18px;line-height:1.7;margin:0 0 .8em;color:var(--hm-text)}
.hm-founder--v2 .hm-founder__punch{font-size:clamp(22px,2.4vw,30px);font-weight:800;line-height:1.25;color:var(--hm-ink);margin:0 0 .6em}
.hm-founder--v2 .hm-founder__punch:last-child{margin-bottom:0}
.hm-founder__cap{font-size:13px;color:var(--hm-c-muted);margin:8px 2px 0}
.hm-about .hm-prose{max-width:var(--hm-c-measure);margin-inline:auto}
.hm-about .hm-prose p{font-size:18px;line-height:1.8}
.hm-about-facts{list-style:none;padding:0;margin:0 0 30px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.hm-about-facts li{background:#fff;border:1px solid var(--hm-c-line);border-radius:14px;padding:12px 14px;display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--hm-text);line-height:1.45}
.hm-about-facts svg{width:20px;height:20px;flex:none;color:var(--hm-olive);margin-top:1px}
.hm-about-facts strong{display:block;color:var(--hm-ink);font-size:15px}
.hm-about-facts a{display:inline-flex;align-items:center;min-height:44px;color:var(--hm-olive-dark);font-weight:700}
.hm-about-cta{margin:36px 0 10px;background:var(--hm-olive-soft);border-radius:20px;padding:24px 22px;text-align:center}
.hm-about-cta h2{font-size:clamp(20px,2.2vw,26px);margin:0 0 6px}
.hm-about-cta p{margin:0 0 16px;font-size:16px}
.hm-about-cta__row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.hm-about-cta .hm-btn{min-width:200px}
.hm-about-cta .hm-btn--ghost{background:#fff}
@media (min-width:821px){
  .hm-page--about{max-width:1040px}
  .hm-founder--v2{grid-template-columns:1.05fr 1fr;gap:40px;margin:14px 0 44px}
  .hm-about-facts{grid-template-columns:repeat(4,1fr);margin:0 0 40px}
}
@media (max-width:480px){.hm-about-facts{grid-template-columns:1fr}}

/* ---------- SUCCESS STORIES ---------- */
.hm-page--stories{max-width:1040px}
.hm-page--stories .hm-stories{list-style:none;padding:0;margin:0 0 30px;display:grid;grid-template-columns:1fr;gap:16px}
.hm-story-card{background:#fff;border:1px solid var(--hm-c-line);border-radius:20px;padding:24px 22px 22px;box-shadow:var(--hm-shadow);display:flex;flex-direction:column;gap:12px;position:relative;transition:transform .2s ease,box-shadow .2s ease}
.hm-story-card:hover{transform:translateY(-2px);box-shadow:var(--hm-shadow-hover)}
.hm-story-card__quote{width:38px;height:38px;border-radius:50%;background:var(--hm-olive-soft);color:var(--hm-olive-dark);display:grid;place-items:center;font-size:26px;font-weight:800;line-height:1;font-family:Georgia,serif}
.hm-story-card blockquote{margin:0;font-size:17px;line-height:1.7;color:var(--hm-text)}
.hm-story-card blockquote p{margin:0}
.hm-story-card__who{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:8px;border-top:1px solid var(--hm-c-line)}
.hm-story-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--hm-olive-dark);color:#fff;display:grid;place-items:center;font-weight:800;font-size:16px;flex:none}
.hm-story-card__who h2{font-size:16px;margin:0;color:var(--hm-ink)}
.hm-story-card__who small{display:block;font-size:13px;color:var(--hm-c-muted)}
.hm-story-card--first{background:var(--hm-olive-soft);border-color:#DCE9C8}
.hm-story-card--first .hm-story-card__quote{background:#fff}
.hm-stories-cta{text-align:center;background:#fff;border:1px dashed #D5CCBA;border-radius:20px;padding:26px 20px}
.hm-stories-cta h2{font-size:clamp(20px,2.2vw,24px);margin:0 0 6px}
.hm-stories-cta p{margin:0 0 14px;color:var(--hm-text)}
.hm-stories-cta .hm-btn{min-width:220px}
@media (min-width:700px){.hm-page--stories .hm-stories{grid-template-columns:repeat(2,1fr);gap:18px}}
@media (min-width:1000px){.hm-page--stories .hm-stories{grid-template-columns:repeat(3,1fr)}}

/* ---------- FAQ ---------- */
.hm-page--faq{max-width:820px}
.hm-faq-search{position:relative;margin:0 0 18px}
.hm-faq-search label{display:block;font-size:14px;font-weight:700;color:var(--hm-ink);margin-bottom:6px}
.hm-faq-search__field{position:relative;display:flex;align-items:center}
.hm-faq-search input{width:100%;height:50px;border:1px solid #DCD4C4;border-radius:999px;padding:0 44px 0 44px;font:inherit;font-size:16px;color:var(--hm-ink);background:#fff;transition:border-color .15s,box-shadow .15s}
.hm-faq-search input::placeholder{color:#6B6B66}
.hm-faq-search input:focus{outline:none;border-color:var(--hm-olive);box-shadow:0 0 0 3px var(--hm-olive-soft)}
.hm-faq-search input:focus-visible{box-shadow:var(--hm-c-focus)}
.hm-faq-search__icon{position:absolute;right:16px;width:18px;height:18px;color:var(--hm-c-muted);pointer-events:none}
.hm-faq-search__clear{position:absolute;left:4px;width:42px;height:42px;border-radius:50%;border:0;background:transparent;color:var(--hm-c-muted);font-size:20px;line-height:1;cursor:pointer;display:none;place-items:center}
.hm-faq-search__clear:hover{background:var(--hm-c-soft);color:var(--hm-ink)}
.hm-faq-search__clear:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-faq-search.has-value .hm-faq-search__clear{display:grid}
.hm-faq-search__count{font-size:13px;color:var(--hm-c-muted);margin:8px 4px 0;min-height:18px}
.hm-faq-list{margin:0 0 28px}
.hm-faq-list details{background:#fff;border:1px solid var(--hm-c-line);border-radius:14px;margin-bottom:10px;padding:0 18px;transition:border-color .15s,box-shadow .15s}
.hm-faq-list details[open]{border-color:#D5E3C1;box-shadow:var(--hm-shadow)}
.hm-faq-list details:target{border-color:var(--hm-olive)}
.hm-faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 0;min-height:56px;font-weight:700;color:var(--hm-ink);font-size:17px;line-height:1.35;border-radius:10px;scroll-margin-top:96px}
.hm-faq-list summary::-webkit-details-marker{display:none}
.hm-faq-list summary::after{content:"";flex:none;width:28px;height:28px;border-radius:50%;background:var(--hm-olive-soft) center/14px no-repeat;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A7423' stroke-width='2.4' stroke-linecap='round'><path d='M12 5v14M5 12h14'/></svg>");transition:transform .2s ease}
.hm-faq-list details[open] summary::after{transform:rotate(45deg)}
.hm-faq-list summary:hover{color:var(--hm-olive-dark)}
.hm-faq-list summary:focus{outline:none}
.hm-faq-list summary:focus-visible{box-shadow:var(--hm-c-focus)}
.hm-faq-list summary h2{font:inherit;margin:0;color:inherit}
.hm-faq-list .hm-faq__a{padding:0 0 18px;font-size:16px;line-height:1.7;color:var(--hm-text)}
.hm-faq-list .hm-faq__a p{margin:0 0 .8em;font-size:16px}
.hm-faq-list .hm-faq__a p:last-child{margin-bottom:0}
.hm-faq-list .hm-faq__a a{color:var(--hm-olive-dark);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.hm-faq-list mark{background:#FDEBB6;color:inherit;border-radius:3px;padding:0 2px}
.hm-faq-list details.is-hidden{display:none}
.hm-faq-empty{display:none;text-align:center;padding:30px 16px;background:var(--hm-c-soft);border:1px dashed #D5CCBA;border-radius:16px;color:var(--hm-text)}
.hm-faq-empty.is-on{display:block}
.hm-faq-empty p{margin:0 0 12px}
.hm-faq-cta{background:var(--hm-olive-soft);border-radius:20px;padding:24px 20px;text-align:center}
.hm-faq-cta h2{font-size:clamp(20px,2.2vw,24px);margin:0 0 6px}
.hm-faq-cta p{margin:0 0 14px}
.hm-faq-cta__row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.hm-faq-cta .hm-btn--ghost{background:#fff}

/* ---------- CONTACT ---------- */
.hm-page--contact{max-width:1040px}
.hm-contact{display:grid;grid-template-columns:1fr;gap:22px;align-items:start}
.hm-contact__cards{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:12px}
.hm-ccard{background:#fff;border:1px solid var(--hm-c-line);border-radius:18px;padding:16px 16px 16px 18px;display:flex;align-items:center;gap:14px;color:var(--hm-text);box-shadow:var(--hm-shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .15s;min-height:76px}
a.hm-ccard:hover{transform:translateY(-2px);box-shadow:var(--hm-shadow-hover);border-color:#DCE9C8;color:var(--hm-text)}
a.hm-ccard:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-ccard__icon{width:46px;height:46px;border-radius:14px;background:var(--hm-olive-soft);color:var(--hm-olive-dark);display:grid;place-items:center;flex:none}
.hm-ccard__icon svg{width:22px;height:22px}
.hm-ccard--wa .hm-ccard__icon{background:#E3F6E8;color:#166D2D}
.hm-ccard__body{flex:1;min-width:0}
.hm-ccard__label{display:block;font-size:13px;color:var(--hm-c-muted);margin-bottom:2px}
.hm-ccard__value{display:block;font-size:17px;font-weight:700;color:var(--hm-ink);overflow-wrap:anywhere}
.hm-ccard__value bdi{unicode-bidi:isolate}
@media (max-width:430px){.hm-ccard__value{font-size:15px}}
.hm-ccard__hint{display:block;font-size:13px;color:var(--hm-c-muted);margin-top:2px}
.hm-ccard__arrow{width:18px;height:18px;color:#C9C2B4;flex:none;transition:transform .2s ease}
a.hm-ccard:hover .hm-ccard__arrow{transform:translateX(-3px);color:var(--hm-olive)}
.hm-contact__form{background:#fff;border:1px solid var(--hm-c-line);border-radius:20px;padding:22px 20px 20px;box-shadow:var(--hm-shadow)}
.hm-contact__form h2{font-size:20px;margin:0 0 4px}
.hm-contact__form>p{font-size:15px;color:var(--hm-text);margin:0 0 14px}
.hm-cform{display:grid;gap:12px}
.hm-cform fieldset{border:0;padding:0;margin:0;display:grid;gap:12px;min-width:0}
.hm-cform label{display:block;font-size:14px;font-weight:700;color:var(--hm-ink);margin-bottom:6px}
.hm-cform input,.hm-cform textarea{width:100%;border:1px solid #DCD4C4;border-radius:12px;padding:12px 14px;font:inherit;font-size:16px;color:var(--hm-ink);background:#fff;min-height:48px;transition:border-color .15s,box-shadow .15s}
.hm-cform textarea{min-height:120px;resize:vertical}
.hm-cform input:focus,.hm-cform textarea:focus{outline:none;border-color:var(--hm-olive);box-shadow:0 0 0 3px var(--hm-olive-soft)}
.hm-cform input:focus-visible,.hm-cform textarea:focus-visible{box-shadow:var(--hm-c-focus)}
.hm-cform input[type="tel"],.hm-cform input[type="email"]{direction:ltr;text-align:left}
.hm-cform input[type="tel"]::placeholder,.hm-cform input[type="email"]::placeholder{direction:rtl;text-align:right}
.hm-cform fieldset:disabled input,.hm-cform fieldset:disabled textarea{background:var(--hm-c-soft);color:#8A8A84;cursor:not-allowed}
.hm-cform__row{display:grid;gap:12px}
.hm-cform__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:4px}
.hm-cform__actions .hm-btn{min-width:180px}
.hm-cform__hint{font-size:13px;color:var(--hm-c-muted);margin:0}
.hm-contact__note{margin:0 0 16px}
.hm-contact__note strong{color:var(--hm-ink)}
.hm-contact__extra{margin-top:22px;font-size:15px;color:var(--hm-text)}
.hm-contact__extra h2{font-size:18px;margin:0 0 8px}
.hm-contact__extra ul{margin:0;padding-inline-start:1.2em}
.hm-contact__extra li{margin-bottom:6px}
.hm-contact__extra a{color:var(--hm-olive-dark);font-weight:700}
@media (min-width:821px){
  .hm-contact{grid-template-columns:1fr 1.15fr;gap:32px}
  .hm-cform__row{grid-template-columns:1fr 1fr}
}

/* ---------- LEGAL ---------- */
.hm-legal{counter-reset:hm-sec}
.hm-legal .hm-phero__meta{margin-top:10px}
.hm-legal .hm-prose h2{counter-increment:hm-sec;counter-reset:hm-item;display:flex;gap:10px;align-items:baseline;font-size:clamp(20px,2.3vw,26px);margin-top:1.8em;padding-top:1.2em;border-top:1px solid var(--hm-c-line)}
.hm-legal .hm-prose h2:first-of-type{border-top:0;padding-top:0}
.hm-legal .hm-prose h2::before{content:counter(hm-sec) ".";color:var(--hm-olive-dark);font-weight:800;flex:none;min-width:1.5em;direction:ltr;unicode-bidi:isolate}
.hm-legal .hm-prose ol{list-style:none;padding-inline-start:0;margin-bottom:1.2em}
.hm-legal .hm-prose ol>li{counter-increment:hm-item;position:relative;padding-inline-start:3.2em;margin-bottom:.7em}
.hm-legal .hm-prose ol>li::before{content:counter(hm-sec) "." counter(hm-item);position:absolute;right:0;top:0;color:var(--hm-olive-dark);font-weight:700;font-size:15px;direction:ltr;unicode-bidi:isolate;background:var(--hm-olive-soft);border-radius:8px;padding:1px 7px;line-height:1.5}
.hm-legal--flat .hm-prose ol>li::before{content:counter(hm-item) "."}
.hm-legal .hm-prose ol ol>li{counter-increment:none;padding-inline-start:1.4em}
.hm-legal .hm-prose ol ol>li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--hm-olive);top:.6em;padding:0}
.hm-legal .hm-prose ul{padding-inline-start:1.4em}
.hm-legal .hm-prose p,.hm-legal .hm-prose li{font-size:16px;line-height:1.75}
.hm-legal .hm-prose h3{font-size:18px}
.hm-toc{background:var(--hm-c-soft);border:1px solid var(--hm-c-line);border-radius:16px;padding:14px 18px 8px;margin:0 0 30px}
.hm-toc summary{cursor:pointer;font-weight:800;color:var(--hm-ink);font-size:16px;list-style:none;display:flex;justify-content:space-between;align-items:center;min-height:44px;border-radius:8px}
.hm-toc summary::-webkit-details-marker{display:none}
.hm-toc summary::after{content:"";width:9px;height:9px;border-right:2px solid var(--hm-olive-dark);border-bottom:2px solid var(--hm-olive-dark);transform:rotate(45deg);transition:transform .2s ease;margin-inline-end:6px}
.hm-toc[open] summary::after{transform:rotate(225deg)}
.hm-toc summary:focus{outline:none}
.hm-toc summary:focus-visible{box-shadow:var(--hm-c-focus)}
.hm-toc ol{list-style:none;margin:10px 0 6px;padding:0;counter-reset:hm-toc}
.hm-toc li{counter-increment:hm-toc;margin:0}
.hm-toc a{display:flex;gap:10px;align-items:baseline;padding:10px 4px;min-height:44px;box-sizing:border-box;color:var(--hm-text);font-size:15px;font-weight:600;border-radius:8px;transition:color .15s,background .15s}
.hm-toc a::before{content:counter(hm-toc);color:var(--hm-olive-dark);font-weight:800;min-width:1.4em;direction:ltr;unicode-bidi:isolate}
.hm-toc a:hover{color:var(--hm-olive-dark);background:#fff}
.hm-toc a:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-legal-foot{margin-top:36px;padding-top:18px;border-top:1px solid var(--hm-c-line);font-size:14px;color:var(--hm-c-muted)}
.hm-legal-foot ul{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-wrap:wrap;gap:8px}
.hm-legal-foot a{display:inline-flex;align-items:center;min-height:44px;padding:0 14px;border:1px solid var(--hm-c-line);border-radius:999px;background:#fff;color:var(--hm-text);font-weight:600;font-size:14px;transition:border-color .15s,color .15s}
.hm-legal-foot a:hover{border-color:var(--hm-olive);color:var(--hm-olive-dark)}
.hm-legal-foot a[aria-current]{background:var(--hm-olive-soft);border-color:#D5E3C1;color:var(--hm-olive-dark)}
.hm-legal-foot a:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-legal-contact{margin-top:26px}
.hm-legal-contact h2{font-size:18px;margin:0 0 8px}
.hm-legal-contact ul{list-style:none;padding:0;margin:0;display:grid;gap:8px 20px;grid-template-columns:1fr}
.hm-legal-contact li{font-size:15px;display:flex;gap:8px;align-items:center;min-height:44px}
.hm-legal-contact a{display:inline-flex;align-items:center;min-height:44px}
.hm-legal-contact svg{width:18px;height:18px;color:var(--hm-olive);flex:none}
.hm-legal-contact a{color:var(--hm-olive-dark);font-weight:700}
@media (min-width:600px){.hm-legal-contact ul{grid-template-columns:1fr 1fr}}

/* ---------- BUILD A BOX (placeholder) ---------- */
.hm-page--bab{max-width:900px}
.hm-bab-steps{list-style:none;padding:0;margin:0 0 24px;display:grid;grid-template-columns:1fr;gap:12px;counter-reset:bab}
.hm-bab-steps li{counter-increment:bab;background:#fff;border:1px solid var(--hm-c-line);border-radius:16px;padding:16px 16px 16px 18px;display:flex;gap:14px;align-items:flex-start;font-size:15px;line-height:1.55;color:var(--hm-text)}
.hm-bab-steps li::before{content:counter(bab);width:34px;height:34px;border-radius:50%;background:var(--hm-olive-soft);color:var(--hm-olive-dark);display:grid;place-items:center;font-weight:800;flex:none}
.hm-bab-steps strong{display:block;color:var(--hm-ink);font-size:16px}
.hm-bab-cta{display:flex;flex-wrap:wrap;gap:10px}
@media (min-width:700px){.hm-bab-steps{grid-template-columns:repeat(3,1fr)}}

/* ---------- SINGLE ARTICLE ---------- */
.hm-article{padding-top:8px}
.hm-article .hm-phero{border-bottom:0;margin-bottom:18px;padding-bottom:0}
.hm-article__hero{margin:0 0 28px}
.hm-article__hero img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:22px;background:var(--hm-olive-soft)}
.hm-article__hero figcaption{font-size:13px;color:var(--hm-c-muted);margin-top:8px}
.hm-article__body{position:relative}
.hm-article .hm-toc{margin-bottom:26px}
.hm-article__foot{margin-top:36px;padding-top:20px;border-top:1px solid var(--hm-c-line)}
.hm-article__tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0 0 20px}
.hm-article__tags a{display:inline-flex;align-items:center;min-height:44px;padding:0 12px;border-radius:999px;background:var(--hm-c-soft);border:1px solid var(--hm-c-line);color:var(--hm-text);font-size:13px;font-weight:600;transition:border-color .15s,color .15s}
.hm-article__tags a:hover{border-color:var(--hm-olive);color:var(--hm-olive-dark)}
.hm-article__tags a:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-article__author{display:flex;gap:14px;align-items:center;background:var(--hm-c-soft);border:1px solid var(--hm-c-line);border-radius:18px;padding:16px 18px}
.hm-article__author-logo{width:52px;height:52px;border-radius:50%;background:#fff;border:1px solid var(--hm-c-line);display:grid;place-items:center;color:var(--hm-olive);flex:none}
.hm-article__author-logo svg{width:26px;height:26px}
.hm-article__author strong{display:block;color:var(--hm-ink);font-size:16px}
.hm-article__author p{margin:2px 0 0;font-size:14px;color:var(--hm-text)}
.hm-article__author a{color:var(--hm-olive-dark);font-weight:700}
.hm-article__disclaimer{font-size:13px;color:var(--hm-c-muted);margin:16px 0 0}
/* prev / next */
.hm-pn{display:grid;grid-template-columns:1fr;gap:12px;margin:28px 0 8px;list-style:none;padding:0}
.hm-pn a{display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid var(--hm-c-line);border-radius:16px;padding:14px 16px;min-height:76px;color:var(--hm-text);transition:transform .2s ease,box-shadow .2s ease,border-color .15s}
.hm-pn a:hover{transform:translateY(-2px);box-shadow:var(--hm-shadow-hover);border-color:#DCE9C8;color:var(--hm-text)}
.hm-pn a:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-pn__label{font-size:12px;color:var(--hm-c-muted);font-weight:700;display:inline-flex;align-items:center;gap:4px}
.hm-pn__label svg{width:14px;height:14px}
.hm-pn__title{font-weight:700;color:var(--hm-ink);font-size:15px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hm-pn--next a{text-align:left;align-items:flex-end}
@media (min-width:600px){.hm-pn{grid-template-columns:1fr 1fr}}
/* related */
.hm-related--posts{margin-top:44px}
.hm-related--posts .hm-section__head{margin-bottom:16px}
.hm-related--posts .hm-section__head h2{font-size:clamp(20px,2.2vw,26px)}
.hm-article-wrap{max-width:var(--hm-c-measure);margin-inline:auto}
/* floating back-to-product button (product-spec.php) must stay visible above content */
.hm-backbtn{position:fixed;bottom:calc(18px + env(safe-area-inset-bottom));right:18px;left:auto;z-index:90;min-height:48px;padding:0 18px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#fff;font-size:15px;line-height:1;transition:transform .15s ease,background .15s ease}
.hm-backbtn{background:var(--hm-olive-dark)}
.hm-backbtn:hover{background:#3F6A1C;color:#fff;transform:translateY(-1px)}
.hm-backbtn:focus-visible{outline:none;box-shadow:0 0 0 3px #fff,0 0 0 6px var(--hm-ink)}
.single-post .hm-article__foot,.single-post .hm-related{padding-bottom:0}
body.single-post.has-backbtn .hm-footer{padding-bottom:64px}
@media (max-width:640px){.hm-backbtn{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));font-size:14px}}

/* ---------- BLOG INDEX / ARCHIVES ---------- */
.hm-blog .hm-phero{border-bottom:0;margin-bottom:12px;padding-bottom:6px}
.hm-blog__tools{display:flex;flex-direction:column;gap:12px;margin:0 0 22px}
.hm-blog__search{position:relative}
.hm-blog__search label{display:block;font-size:14px;font-weight:700;color:var(--hm-ink);margin-bottom:6px}
.hm-blog__search .hm-search{width:100%;max-width:520px;height:48px;border-color:#DCD4C4;min-width:0}
.hm-blog__search .hm-search input{min-width:0;font-size:16px;height:44px}
.hm-blog__search .hm-search:focus-within{border-color:var(--hm-olive);box-shadow:0 0 0 3px var(--hm-olive-soft)}
.hm-blog__search .hm-search button{width:44px;height:44px;border-radius:50%;color:var(--hm-olive-dark)}
.hm-blog__search .hm-search button:hover{background:var(--hm-olive-soft)}
.hm-blog__search .hm-search button:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-blog__search .hm-search input:focus-visible{outline:none}
.hm-blog__chips{margin:0;padding:0;list-style:none;display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:4px;-webkit-overflow-scrolling:touch}
.hm-blog__chips::-webkit-scrollbar{display:none}
.hm-blog__chips li{flex:none}
.hm-blog__chips a{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid #DCD4C4;color:var(--hm-ink);font-size:14px;font-weight:600;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}
.hm-blog__chips a small{font-size:12px;color:var(--hm-c-muted);font-weight:600}
.hm-blog__chips a:hover{border-color:var(--hm-olive);color:var(--hm-olive-dark);background:var(--hm-olive-soft)}
.hm-blog__chips a[aria-current]{background:var(--hm-olive-dark);border-color:var(--hm-olive-dark);color:#fff}
.hm-blog__chips a[aria-current] small{color:rgba(255,255,255,.85)}
.hm-blog__chips a:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-blog__count{font-size:14px;color:var(--hm-c-muted);margin:0 0 14px}
@media (min-width:821px){.hm-blog__tools{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:20px}.hm-blog__search{flex:0 1 420px}.hm-blog__chips{flex-wrap:wrap;overflow:visible}}
/* post cards */
.hm-posts{display:grid;grid-template-columns:1fr;gap:16px}
@media (min-width:600px){.hm-posts{grid-template-columns:repeat(2,1fr);gap:18px}}
@media (min-width:1000px){.hm-posts{grid-template-columns:repeat(3,1fr);gap:22px}}
.hm-post{position:relative;background:#fff;border:1px solid var(--hm-c-line);border-radius:20px;overflow:hidden;box-shadow:var(--hm-shadow);display:flex;flex-direction:column;color:var(--hm-text);transition:transform .2s ease,box-shadow .2s ease}
.hm-post:hover{transform:translateY(-3px);box-shadow:var(--hm-shadow-hover);color:var(--hm-text)}
.hm-post:focus-within{box-shadow:var(--hm-c-focus)}
.hm-post__img{display:block;aspect-ratio:16/10;background:linear-gradient(135deg,var(--hm-olive-soft),#F3EDE1);color:var(--hm-olive);position:relative;overflow:hidden}
.hm-post__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.hm-post:hover .hm-post__img img{transform:scale(1.03)}
.hm-post__img svg{position:absolute;inset:0;margin:auto;width:56px;height:56px;opacity:.9}
.hm-post--noimg .hm-post__img{aspect-ratio:auto;height:112px;background:linear-gradient(120deg,var(--hm-olive-soft) 0%,#F3EDE1 100%)}
.hm-post--noimg .hm-post__img svg{width:44px;height:44px;opacity:.85}
.hm-post--noimg .hm-post__img::after{content:"";position:absolute;inset:auto -20px -40px auto;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.55)}
.hm-post__cat{position:absolute;top:12px;right:12px;background:#fff;color:var(--hm-olive-dark);border-radius:999px;padding:5px 11px;font-size:12px;font-weight:700;line-height:1.2;box-shadow:0 2px 8px rgba(60,50,20,.08)}
.hm-post__body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:6px;flex:1}
.hm-post__body h2,.hm-post__body h3{font-size:17px;line-height:1.35;margin:0}
.hm-post__body h2 a,.hm-post__body h3 a{color:var(--hm-ink);text-decoration:none}
.hm-post__body h2 a::after,.hm-post__body h3 a::after{content:"";position:absolute;inset:0;border-radius:20px}
.hm-post__body h2 a:focus-visible,.hm-post__body h3 a:focus-visible{outline:none}
.hm-post__body p{font-size:14px;line-height:1.6;color:var(--hm-c-muted);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hm-post__meta{margin-top:auto;padding-top:10px;font-size:13px;color:var(--hm-c-muted);display:flex;gap:6px 14px;flex-wrap:wrap}
.hm-post__meta span{display:inline-flex;align-items:center;gap:5px}
.hm-post__meta svg{width:14px;height:14px;color:var(--hm-olive)}
.hm-post__more{margin-top:8px;font-size:14px;font-weight:700;color:var(--hm-olive-dark);display:inline-flex;align-items:center;gap:4px}
.hm-post__more svg{width:14px;height:14px;transition:transform .2s ease}
.hm-post:hover .hm-post__more svg{transform:translateX(-3px)}
/* pagination (posts) */
.hm-pagination{margin:32px 0 8px}
.hm-pagination .nav-links{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}
.hm-pagination .page-numbers{display:inline-grid;place-items:center;min-width:44px;height:44px;padding:0 10px;border-radius:999px;background:#fff;border:1px solid #DCD4C4;color:var(--hm-ink);font-weight:700;font-size:15px;transition:background .15s,border-color .15s,color .15s}
.hm-pagination a.page-numbers:hover{border-color:var(--hm-olive);color:var(--hm-olive-dark);background:var(--hm-olive-soft)}
.hm-pagination .page-numbers.current{background:var(--hm-olive-dark);border-color:var(--hm-olive-dark);color:#fff}
.hm-pagination .page-numbers.dots{border-color:transparent;background:transparent;color:var(--hm-c-muted)}
.hm-pagination a:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-pagination .prev,.hm-pagination .next{padding:0 16px}
.hm-pagination .screen-reader-text{position:absolute!important}
/* empty state (blog / search) */
.hm-cempty{text-align:center;background:#fff;border:1px solid var(--hm-c-line);border-radius:24px;padding:44px 20px;max-width:640px;margin:20px auto 40px}
.hm-cempty__icon{display:inline-grid;place-items:center;width:72px;height:72px;border-radius:50%;background:var(--hm-olive-soft);color:var(--hm-olive-dark);margin-bottom:14px}
.hm-cempty__icon svg{width:36px;height:36px}
.hm-cempty h2{font-size:clamp(22px,2.6vw,28px);margin:0 0 8px}
.hm-cempty p{margin:0 auto 18px;max-width:40ch;color:var(--hm-text)}
.hm-cempty__row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.hm-cempty__row .hm-btn{min-width:180px}
.hm-cempty__links{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.hm-cempty__links a{display:inline-flex;align-items:center;min-height:44px;padding:0 14px;border-radius:999px;border:1px solid var(--hm-c-line);background:#fff;color:var(--hm-text);font-size:14px;font-weight:600}
.hm-cempty__links a:hover{border-color:var(--hm-olive);color:var(--hm-olive-dark);background:var(--hm-olive-soft)}
.hm-cempty__links a:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}

/* ---------- SEARCH (mixed) ---------- */
.hm-search-page .hm-phero{border-bottom:0;margin-bottom:10px}
.hm-search-page .hm-phero h1 bdi{unicode-bidi:isolate}
.hm-search-page__form{margin:0 0 26px}
.hm-search-page__form .hm-search{width:100%;max-width:560px;height:50px;border-color:#DCD4C4;min-width:0}
.hm-search-page__form .hm-search input{min-width:0;font-size:16px;height:44px}
.hm-search-page__form .hm-search:focus-within{border-color:var(--hm-olive);box-shadow:0 0 0 3px var(--hm-olive-soft)}
.hm-search-page__form .hm-search button{width:44px;height:44px;border-radius:50%;color:var(--hm-olive-dark)}
.hm-search-page__form .hm-search button:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-search-page__form .hm-search input:focus-visible{outline:none}
.hm-sres{margin-bottom:38px}
.hm-sres .hm-section__head{margin-bottom:14px;align-items:baseline}
.hm-sres .hm-section__head h2{font-size:clamp(20px,2.2vw,26px);margin:0}
.hm-sres .hm-section__head h2 small{font-size:14px;color:var(--hm-c-muted);font-weight:600;margin-inline-start:6px}
.hm-sres__nav{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 22px;padding:0;list-style:none}
.hm-sres__nav a{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid #DCD4C4;color:var(--hm-ink);font-size:14px;font-weight:600}
.hm-sres__nav a:hover{border-color:var(--hm-olive);color:var(--hm-olive-dark)}
.hm-sres__nav a:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-sres__nav a[aria-current]{background:var(--hm-olive-dark);border-color:var(--hm-olive-dark);color:#fff}
.hm-sres--products .hm-products{gap:14px}
.hm-sres--products .hm-card:focus-within{box-shadow:var(--hm-c-focus)}
.hm-sres--products .hm-card a:focus-visible,.hm-sres--products .hm-card button:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-sres--products .hm-card .hm-btn--buy:focus-visible{box-shadow:0 0 0 3px #fff,0 0 0 6px var(--hm-ink)}
.hm-sres__more{margin-top:14px}
.hm-sres__miss{background:var(--hm-c-soft);border:1px dashed #D5CCBA;border-radius:16px;padding:16px 18px;font-size:15px;color:var(--hm-text)}
.hm-sres__miss a{color:var(--hm-olive-dark);font-weight:700}


/* ---------- global a11y fallbacks (main.css has no focus ring; low specificity so other parts win) ---------- */
:where(a,button,input,select,textarea,summary,[tabindex]:not([tabindex="-1"])):focus-visible{outline:3px solid var(--hm-olive);outline-offset:2px}
:where(.hm-btn):focus-visible{outline:none;box-shadow:0 0 0 3px #fff,0 0 0 6px var(--hm-olive)}
:where(h2,h3,[id]){scroll-margin-top:96px}
.hm-page--content .hm-link,.hm-related--posts .hm-link{font-weight:700;color:var(--hm-olive-dark);display:inline-flex;align-items:center;min-height:44px;white-space:nowrap}
.hm-page--content .hm-link:hover,.hm-related--posts .hm-link:hover{text-decoration:underline}
.hm-btn.is-loading{position:relative;pointer-events:none;opacity:.85}
.hm-btn.is-loading::after{content:"";width:16px;height:16px;border-radius:50%;border:2px solid currentColor;border-inline-end-color:transparent;animation:hm-c-spin .7s linear infinite;flex:none}
@keyframes hm-c-spin{to{transform:rotate(360deg)}}

/* ---------- FAQ groups / topics ---------- */
.hm-faq-topics{margin:0 0 20px}
.hm-faq-topics ul{list-style:none;padding:0 0 4px;margin:0;display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}
.hm-faq-topics ul::-webkit-scrollbar{display:none}
.hm-faq-topics li{flex:none}
.hm-faq-topics a{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid #DCD4C4;color:var(--hm-ink);font-size:14px;font-weight:600;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}
.hm-faq-topics a small{font-size:12px;color:var(--hm-c-muted)}
.hm-faq-topics a:hover{border-color:var(--hm-olive);color:var(--hm-olive-dark);background:var(--hm-olive-soft)}
.hm-faq-topics a:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
@media (min-width:821px){.hm-faq-topics ul{flex-wrap:wrap;overflow:visible}}
.hm-faq-group{margin:0 0 26px;scroll-margin-top:96px}
.hm-faq-group.is-hidden{display:none}
.hm-faq-group__title{font-size:clamp(19px,2vw,22px);margin:0 0 10px;padding:0 2px;color:var(--hm-ink);display:flex;align-items:center;gap:10px}
.hm-faq-group__title::before{content:"";width:6px;height:22px;border-radius:4px;background:var(--hm-olive);flex:none}
.hm-faq-list summary h3{font:inherit;margin:0;color:inherit}
.hm-faq-search__clear svg{width:18px;height:18px}
.hm-faq-list details:target summary{color:var(--hm-olive-dark)}
.hm-faq-list details:target{box-shadow:0 0 0 3px var(--hm-olive-soft)}
.hm-faq-list summary:focus-visible{outline:none}
.hm-faq-search input:focus-visible{outline:none}
.hm-faq-search input:focus{box-shadow:0 0 0 3px #fff,0 0 0 6px var(--hm-olive)}
.hm-faq-search input:focus:not(:focus-visible){box-shadow:0 0 0 3px var(--hm-olive-soft)}
.hm-faq-list summary:focus-visible{box-shadow:var(--hm-c-focus)}

/* ---------- Share row (articles) ---------- */
.hm-share{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;margin:0 0 20px}
.hm-share__label{font-size:14px;font-weight:700;color:var(--hm-ink)}
.hm-share__list{list-style:none;padding:0;margin:0;display:flex;gap:8px}
.hm-share__list a,.hm-share__list button{width:44px;height:44px;border-radius:50%;border:1px solid #DCD4C4;background:#fff;color:var(--hm-olive-dark);display:grid;place-items:center;cursor:pointer;font:inherit;padding:0;transition:background .15s,border-color .15s,color .15s,transform .15s}
.hm-share__list svg{width:20px;height:20px}
.hm-share__list a:hover,.hm-share__list button:hover{background:var(--hm-olive-soft);border-color:var(--hm-olive);color:var(--hm-olive-dark);transform:translateY(-1px)}
.hm-share__list a:focus-visible,.hm-share__list button:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-share__list button.is-done{background:var(--hm-olive-dark);border-color:var(--hm-olive-dark);color:#fff}
.hm-share__msg{font-size:13px;color:var(--hm-olive-dark);font-weight:700;min-height:18px}
.hm-article__cat{text-decoration:none;display:inline-flex;align-items:center;min-height:44px;margin-bottom:0}
.hm-article__cat:hover{text-decoration:underline}
.hm-article .hm-phero__meta a{display:inline-flex;align-items:center;gap:4px;min-height:32px}
.hm-article .hm-phero__meta a svg{width:14px;height:14px}
.hm-article .hm-prose h2{font-size:clamp(22px,2.4vw,28px)}
.hm-article .hm-prose h3{font-size:clamp(18px,1.9vw,21px)}
.hm-article .hm-prose>p:first-of-type{font-size:18px}
.hm-article-cta{margin:36px auto 10px}
.hm-article-cta__box{background:var(--hm-olive-soft);border-radius:24px;padding:26px 22px;display:flex;flex-direction:column;gap:16px;align-items:flex-start;max-width:var(--hm-c-measure);margin-inline:auto}
.hm-article-cta__box h2{font-size:clamp(20px,2.2vw,26px);margin:0 0 6px}
.hm-article-cta__box p{margin:0;font-size:16px;color:var(--hm-text);max-width:52ch}
.hm-article-cta__row{display:flex;gap:10px;flex-wrap:wrap}
.hm-article-cta__row .hm-btn--ghost{background:#fff}
.hm-related--posts{max-width:var(--hm-max);margin-top:44px}
.hm-related--posts .hm-section__head{max-width:none}
@media (min-width:821px){.hm-article-cta__box{flex-direction:row;align-items:center;justify-content:space-between;padding:30px 34px;max-width:var(--hm-max)}}
.hm-article .hm-toc{background:#fff}

/* ---------- Contact extras ---------- */
.hm-contact__biz{font-size:13px;color:var(--hm-c-muted);margin:12px 4px 0}
.hm-cform__field{min-width:0}
.hm-cform__err{display:block;font-size:13px;color:#B42318;margin:6px 0 0;font-weight:600}
.hm-cform__field.has-error input,.hm-cform__field.has-error textarea{border-color:#B42318;box-shadow:0 0 0 3px #FBE9E7}
.hm-cform input::placeholder,.hm-cform textarea::placeholder{color:#6B6B66}
.hm-cform__status{font-size:14px;color:var(--hm-olive-dark);font-weight:700;margin:6px 0 0;min-height:20px}
.hm-cform__hint a{color:var(--hm-olive-dark);font-weight:700}
.hm-contact__closing{margin:18px 0 0;font-size:17px;font-weight:700;color:var(--hm-ink)}
.hm-btn--wa:focus-visible{outline:none;box-shadow:0 0 0 3px #fff,0 0 0 6px var(--hm-ink)}
.hm-btn--wa svg{width:20px;height:20px}
.hm-cform .hm-btn svg{width:18px;height:18px}
.hm-cform__actions .hm-btn--ghost{background:#fff}

/* ---------- Stories extras ---------- */
.hm-story-card__quote svg{width:20px;height:20px}
.hm-stories-next{margin-top:26px;text-align:center}
.hm-stories-next h2{font-size:clamp(20px,2.2vw,24px);margin:0 0 12px}
.hm-page--stories .hm-about-cta__row .hm-btn{min-width:220px}

/* ---------- Build a box extras ---------- */
.hm-bab-foot{margin:22px 0 0;font-size:15px;color:var(--hm-text)}
.hm-bab-foot a{color:var(--hm-olive-dark);font-weight:700}
.hm-bab-cta .hm-btn--ghost{background:#fff}

/* ---------- Blog / search extras ---------- */
.hm-blog__search .hm-search,.hm-search-page__form .hm-search{display:flex}
.hm-blog__search .hm-search input,.hm-search-page__form .hm-search input{background:transparent}
.hm-page--content .hm-search input::placeholder{color:#6B6B66}
.hm-blog__search .hm-search:focus-within,.hm-search-page__form .hm-search:focus-within{box-shadow:0 0 0 3px var(--hm-olive-soft)}
.hm-blog__search .hm-search input:focus-visible,.hm-search-page__form .hm-search input:focus-visible{outline:none;box-shadow:none}
.hm-blog__search .hm-search:has(input:focus-visible),.hm-search-page__form .hm-search:has(input:focus-visible){box-shadow:0 0 0 3px #fff,0 0 0 6px var(--hm-olive);border-color:var(--hm-olive)}
.hm-blog .hm-section__head,.hm-search-page .hm-section__head{max-width:none}
.hm-post__body h2{font-size:17px}
.hm-pagination .page-numbers svg{width:16px;height:16px}
.hm-pagination .prev,.hm-pagination .next{gap:4px;display:inline-flex;align-items:center}
.hm-pagination .prev svg,.hm-pagination .next svg{margin:0}
.hm-pagination h2.screen-reader-text{position:absolute!important}
.hm-sres__pages{list-style:none;padding:0;margin:0;display:grid;gap:10px;grid-template-columns:1fr}
.hm-sres__pages a{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--hm-c-line);border-radius:16px;padding:14px 16px;min-height:64px;color:var(--hm-text);transition:transform .2s ease,box-shadow .2s ease,border-color .15s}
.hm-sres__pages a:hover{transform:translateY(-2px);box-shadow:var(--hm-shadow-hover);border-color:#DCE9C8;color:var(--hm-text)}
.hm-sres__pages a:focus-visible{outline:none;box-shadow:var(--hm-c-focus)}
.hm-sres__pages a>span:nth-child(2){flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}
.hm-sres__pages strong{color:var(--hm-ink);font-size:16px}
.hm-sres__pages small{font-size:13px;color:var(--hm-c-muted);line-height:1.5}
.hm-sres__pages-icon{width:40px;height:40px;border-radius:12px;background:var(--hm-olive-soft);color:var(--hm-olive-dark);display:grid;place-items:center;flex:none}
.hm-sres__pages-icon svg{width:20px;height:20px}
.hm-sres__pages a>svg{width:18px;height:18px;color:#C9C2B4;flex:none}
@media (min-width:700px){.hm-sres__pages{grid-template-columns:1fr 1fr}}
.hm-search-page .hm-cempty{margin-top:10px}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion:reduce){
  .hm-post,.hm-post__img img,.hm-story-card,.hm-ccard,.hm-pn a,.hm-backbtn,.hm-faq-list summary::after,.hm-toc summary::after,.hm-ccard__arrow,.hm-post__more svg{transition:none!important}
  .hm-post:hover,.hm-story-card:hover,a.hm-ccard:hover,.hm-pn a:hover,.hm-backbtn:hover{transform:none!important}
  .hm-post:hover .hm-post__img img{transform:none!important}
  .hm-share__list a,.hm-share__list button,.hm-sres__pages a,.hm-faq-topics a,.hm-blog__chips a{transition:none!important;transform:none!important}
  html:focus-within{scroll-behavior:auto}
}
/* print: legal pages readable */
@media print{.hm-toc,.hm-legal-foot,.hm-backbtn{display:none}}

/* Podcast appearances (about page) */
.hm-pod-wrap{margin:40px 0 8px}
.hm-pod-wrap h2{font-size:1.5rem;font-weight:700;margin:0 0 6px}
.hm-pod-wrap>p{margin:0 0 18px;color:#6B6257}
.hm-pod{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}
.hm-pod__link{display:flex;gap:14px;align-items:flex-start;background:#fff;border-radius:18px;padding:20px;box-shadow:0 6px 24px rgba(60,40,20,.06);color:inherit;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease;height:100%}
.hm-pod__link:hover,.hm-pod__link:focus-visible{transform:translateY(-3px);box-shadow:0 12px 30px rgba(60,40,20,.10)}
.hm-pod__badge{flex:none;width:48px;height:48px;border-radius:50%;background:#FDE9DB;color:#C4581A;display:grid;place-items:center}
.hm-pod__body{display:flex;flex-direction:column;gap:4px}
.hm-pod__show{font-weight:700;font-size:1.05rem}
.hm-pod__show small{font-weight:400;color:#6B6257;font-size:.88rem}
.hm-pod__ep{color:#2B2520;line-height:1.5}
.hm-pod__meta{font-size:.85rem;color:#4A7423;font-weight:600}
.hm-pod__card{display:flex;gap:14px;align-items:flex-start;background:#fff;border-radius:18px;padding:20px;box-shadow:0 6px 24px rgba(60,40,20,.06)}
.hm-pod__links{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.hm-pod__btn{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:6px 14px;border-radius:999px;border:1px solid #E3DCCF;background:#fff;color:#2B2520;text-decoration:none;font-weight:600;font-size:.9rem;transition:border-color .2s,transform .2s}
.hm-pod__btn:hover,.hm-pod__btn:focus-visible{border-color:#C4581A;transform:translateY(-1px)}
.hm-pod__btn--yt{border-color:#E8B7A2}

/* "הסיפור שלנו": one long personal story on a flat cream page was tiring to read (David 2026-08-22).
   The story now sits on its own white reading surface, with the line length pulled back into the
   comfortable range and a calmer paragraph rhythm, so the eye has an edge to hold on to. */
.hm-about .hm-prose{
  background:#fff;
  border:1px solid #EFE7DA;
  border-radius:24px;
  padding:clamp(24px,3vw,44px) clamp(18px,3.2vw,44px);
  box-shadow:0 12px 34px rgba(74,116,35,.06);
}
.hm-about .hm-prose>*{max-width:62ch;margin-inline:auto}
.hm-about .hm-prose p{font-size:18px;line-height:1.95;margin:0 0 1em;color:#3F3F3A}
.hm-about .hm-prose p:first-of-type{font-size:20px;line-height:1.75;color:var(--hm-olive-dark);font-weight:600}
.hm-about .hm-prose h2{margin:1.5em auto .5em;padding-top:1.1em;border-top:1px solid #F1EADF}
.hm-about .hm-prose h2:first-of-type{border-top:0;padding-top:0}
.hm-about .hm-prose blockquote{background:var(--hm-cream,#F6F1E8)}
.hm-about .hm-prose img{border-radius:16px}
@media (max-width:720px){.hm-about .hm-prose{border-radius:18px}.hm-about .hm-prose p{font-size:17.5px;line-height:1.9}}
