/* =====================================================================
   Hau & Miau - HOME PAGE part (front-page.php). Loaded after main.css.
   Scope: everything lives under .hm-home so nothing leaks to other pages.
   Tokens: cream page #F6F1E8, white cards r18, green #5E8F2E, orange #E8742C.
   Contrast notes (AA): orange TEXT uses #CF6220 (3.9:1 on white, large text
   only), orange BUTTON fills use #D9661F, small green text on cream uses
   #3F6A1C (5.5:1), muted text uses #66665F (5.1:1 on cream).
   ===================================================================== */
.hm-home{
  --hm-rhythm:clamp(48px,6vw,80px);      /* vertical distance between sections */
  --hm-h2:clamp(24px,2.4vw,30px);        /* one h2 size for every section */
  --hm-orange-text:#CF6220;
  --hm-orange-btn:#D9661F;
  --hm-orange-btn-hover:#C4581A;
  --hm-green-text:#3F6A1C;
  --hm-muted-aa:#66665F;
  --hm-card-line:#EFE7DA;
  --hm-focus:0 0 0 3px #fff,0 0 0 6px var(--hm-olive);
  overflow-x:clip;
}
/* ---- rhythm: each section = half rhythm top + half bottom (no double gaps) ---- */
.hm-home .hm-hs{padding-block:calc(var(--hm-rhythm) / 2)}
.hm-home .hm-hs--hero{padding-top:clamp(16px,2vw,24px);padding-bottom:0}
.hm-home .hm-hs--trust{padding-top:clamp(12px,2vw,20px);padding-bottom:calc(var(--hm-rhythm) / 3)}
.hm-home .hm-hs--cats{padding-top:0;padding-bottom:calc(var(--hm-rhythm) / 3)}
.hm-home .hm-hs--banners{padding-top:0}
.hm-home .hm-hs--faq{padding-bottom:calc(var(--hm-rhythm) / 2)}
.hm-home .hm-section__head{margin-bottom:clamp(18px,2.4vw,28px);align-items:flex-end}
.hm-home .hm-section__head h2{margin:0;font-size:var(--hm-h2);line-height:1.2}
.hm-home .hm-section__head--plain h2{font-size:var(--hm-h2)}
.hm-home .hm-section__head--center{justify-content:center;text-align:center}
.hm-home h2{font-size:var(--hm-h2);line-height:1.2;text-wrap:balance}
.hm-home .hm-eyebrow{color:var(--hm-green-text);font-size:14px;letter-spacing:.02em;margin-bottom:6px}
.hm-home .hm-eyebrow--light{color:#fff;opacity:1}
.hm-home .hm-link{display:inline-flex;align-items:center;gap:4px;color:var(--hm-green-text);font-weight:700;font-size:15px;white-space:nowrap;min-height:44px;padding-inline:4px;border-radius:8px}
.hm-home .hm-link svg{width:16px;height:16px;transition:transform .2s ease}
.hm-home .hm-link:hover{color:var(--hm-olive-dark)}
.hm-home .hm-link:hover svg{transform:translateX(-3px)}

/* ---- buttons: AA fills, visible focus, tap size ---- */
.hm-home .hm-btn{min-height:48px;transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease,color .15s ease}
.hm-home .hm-btn--lg{min-height:54px;padding:0 28px;font-size:17px}
.hm-home .hm-btn--sm{min-height:44px;padding:0 20px;font-size:15px}
.hm-home .hm-btn--primary{background:var(--hm-olive-dark);color:#fff}
.hm-home .hm-btn--primary:hover{background:#3F6A1C;color:#fff}
.hm-home .hm-btn--buy{background:var(--hm-orange-btn);color:#fff}
.hm-home .hm-btn--buy:hover{background:var(--hm-orange-btn-hover);color:#fff}
.hm-home .hm-btn--ghost{background:#fff;border-color:var(--hm-olive);color:var(--hm-green-text)}
.hm-home .hm-btn--ghost:hover{background:var(--hm-olive-soft);color:var(--hm-green-text)}
.hm-home .hm-btn--light{background:#fff;color:var(--hm-green-text)}
.hm-home .hm-btn--light:hover{background:var(--hm-olive-soft)}
.hm-home .hm-btn:active{transform:translateY(0) scale(.98)}
.hm-home .hm-btn.is-disabled,.hm-home .hm-btn[disabled]{opacity:.55;cursor:not-allowed;transform:none}
.hm-home .hm-btn svg{flex:none}
.hm-home a:focus-visible,.hm-home button:focus-visible,.hm-home summary:focus-visible{outline:none;box-shadow:var(--hm-focus)}
.hm-home .hm-cat:focus-visible,.hm-home .hm-step:focus-visible{box-shadow:var(--hm-focus),var(--hm-shadow-hover)}

/* =====================================================================
   HERO
   ===================================================================== */
.hm-home .hm-hero__box--mock{grid-template-columns:1fr 1fr;min-height:480px;border-radius:var(--hm-radius-xl);box-shadow:var(--hm-shadow);background:radial-gradient(120% 90% at 85% 20%,#EEF3E4 0%,#F7F3EA 45%,#FBF8F2 100%)}
.hm-home .hm-hero__media{order:-1;min-height:480px;position:relative}
.hm-home .hm-hero__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}
/* soft blend between photo and text panel */
.hm-home .hm-hero__media::after{content:"";position:absolute;top:0;bottom:0;left:0;width:18%;background:linear-gradient(90deg,#F7F3EA 0%,rgba(247,243,234,0) 100%);pointer-events:none}
.hm-home .hm-hero__content{padding:clamp(28px,4vw,56px) clamp(24px,4vw,56px);position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;max-width:600px;margin-inline-start:auto}
.hm-home .hm-hero__content h1{font-size:clamp(36px,4.6vw,62px);line-height:1.05;letter-spacing:-.01em;margin:0 0 18px}
.hm-home .hm-hero__content h1 .hm-accent{color:var(--hm-orange-text)}
.hm-home .hm-hero__content p{font-size:clamp(17px,1.5vw,20px);line-height:1.6;max-width:32ch;margin:0 0 28px;color:var(--hm-text)}
.hm-home .hm-hero__actions{display:flex;gap:12px;flex-wrap:wrap}
.hm-home .hm-hero__doodle{position:absolute;color:var(--hm-olive);opacity:.9;pointer-events:none}
.hm-home .hm-hero__doodle--hearts{top:26px;right:32px;left:auto;width:44px;height:44px}
.hm-home .hm-hero__doodle--spark{top:34px;left:auto;right:-4px;width:36px;height:36px}
@media (max-width:820px){
  .hm-home .hm-hero__box--mock{grid-template-columns:1fr;min-height:0;border-radius:24px}
  .hm-home .hm-hero__media{min-height:0;height:clamp(220px,62vw,300px)}
  .hm-home .hm-hero__media img{object-position:center 40%}
  .hm-home .hm-hero__doodle--hearts{top:14px;right:16px;width:36px;height:36px}
  .hm-home .hm-hero__doodle--spark{display:none}
  .hm-home .hm-hero__media::after{top:auto;left:0;right:0;width:auto;height:40px;background:linear-gradient(180deg,rgba(247,243,234,0) 0%,#F7F3EA 100%)}
  .hm-home .hm-hero__content{padding:24px 20px 26px;max-width:none}
  .hm-home .hm-hero__content h1{font-size:clamp(34px,9.5vw,38px);margin-bottom:12px}
  .hm-home .hm-hero__content p{font-size:16px;margin-bottom:20px;max-width:none}
  .hm-home .hm-hero__actions{flex-direction:column;gap:10px}
  .hm-home .hm-hero__actions .hm-btn{width:100%;min-height:52px;font-size:16px}
}

/* =====================================================================
   USP bar
   ===================================================================== */
.hm-home .hm-trust{list-style:none;margin:0;padding:18px 0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;border:0}
.hm-home .hm-trust__item{display:flex;align-items:center;gap:12px;padding:8px 16px;border-inline-start:1px solid var(--hm-line);background:transparent;min-height:56px}
.hm-home .hm-trust__item:first-child{border-inline-start:0}
.hm-home .hm-trust__item svg{width:34px;height:34px;color:var(--hm-olive);flex:none;stroke-width:1.6}
.hm-home .hm-trust__item strong{display:block;color:var(--hm-ink);font-size:15px;line-height:1.3}
.hm-home .hm-trust__item span{display:block;font-size:13px;line-height:1.4;color:var(--hm-muted-aa);margin-top:2px}
@media (max-width:640px){
  .hm-home .hm-section__head{gap:10px}
  .hm-home .hm-section__head--plain h2{font-size:clamp(19px,5.4vw,22px);text-wrap:nowrap}
  .hm-home .hm-section__head--plain .hm-link{flex:none;font-size:14px;min-height:44px;padding-inline:0}
}
@media (max-width:820px){
  .hm-home .hm-trust{grid-template-columns:1fr 1fr;gap:10px 8px;padding-top:12px}
  .hm-home .hm-trust__item{border:0;padding:8px 6px;gap:10px;align-items:flex-start;min-height:0}
  .hm-home .hm-trust__item svg{width:28px;height:28px;margin-top:1px}
  .hm-home .hm-trust__item strong{font-size:14px}
  .hm-home .hm-trust__item span{font-size:12px}
}

/* =====================================================================
   Category tiles
   ===================================================================== */
.hm-home .hm-cats{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.hm-home .hm-cat{display:flex;flex-direction:column;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 4px 18px rgba(60,50,20,.08);color:var(--hm-ink);transition:transform .2s ease,box-shadow .2s ease}
.hm-home .hm-cat:hover{transform:translateY(-4px);box-shadow:var(--hm-shadow-hover);color:var(--hm-ink)}
.hm-home .hm-cat__img{aspect-ratio:1/1;background:#fff;display:grid;place-items:center;overflow:hidden}
.hm-home .hm-cat__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.hm-home .hm-cat:hover .hm-cat__img img{transform:scale(1.04)}
.hm-home .hm-cat__img svg{width:46%;height:46%;color:var(--hm-olive)}
.hm-home .hm-cat__title{display:block;text-align:center;font-weight:700;font-size:15px;line-height:1.3;padding:12px 8px 14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media (max-width:1000px){.hm-home .hm-cats{grid-template-columns:repeat(3,1fr);gap:14px}}
@media (max-width:640px){
  .hm-home .hm-cats{grid-template-columns:repeat(3,1fr);gap:10px}
  .hm-home .hm-cat{border-radius:14px}
  .hm-home .hm-cat__title{font-size:13px;padding:9px 6px 11px}
}
@media (max-width:340px){.hm-home .hm-cats{grid-template-columns:repeat(2,1fr)}}

/* =====================================================================
   Two banners
   ===================================================================== */
.hm-home .hm-banners{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.hm-home .hm-banner--mock{background:#fff;border:1px solid var(--hm-card-line);box-shadow:var(--hm-shadow);border-radius:24px;min-height:240px;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;overflow:hidden}
.hm-home .hm-banner__content{padding:28px 30px 28px 20px;display:flex;flex-direction:column;align-items:flex-start}
.hm-home .hm-banner__content h3{color:var(--hm-orange-text);font-size:clamp(24px,2.3vw,30px);line-height:1.15;margin:0 0 10px}
.hm-home .hm-banner__content p{font-size:16px;line-height:1.55;color:var(--hm-text);margin:0 0 18px;max-width:28ch}
.hm-home .hm-banner__media{position:relative;height:100%;min-height:240px;background:radial-gradient(90% 90% at 50% 60%,#F5F0E4 0%,#fff 100%)}
.hm-home .hm-banner__media img{position:absolute;inset:16px;width:calc(100% - 32px);height:calc(100% - 32px);object-fit:contain;mix-blend-mode:multiply}
@media (max-width:820px){
  .hm-home .hm-banners{grid-template-columns:1fr;gap:16px}
  .hm-home .hm-banner--mock{grid-template-columns:1fr;min-height:0;border-radius:20px}
  .hm-home .hm-banner__media{order:-1;min-height:0;height:200px}
  .hm-home .hm-banner__media img{inset:12px;width:calc(100% - 24px);height:calc(100% - 24px)}
  .hm-home .hm-banner__content{padding:18px 20px 22px}
  .hm-home .hm-banner__content h3{font-size:24px}
  .hm-home .hm-banner__content p{font-size:15px;max-width:none;margin-bottom:14px}
}

/* =====================================================================
   Product cards + best sellers carousel
   ===================================================================== */
.hm-home .hm-card{border-radius:18px;border-color:var(--hm-card-line);background:#fff;padding:14px;gap:6px;min-width:0;height:100%;transition:box-shadow .2s ease,transform .2s ease}
.hm-home .hm-card:hover{box-shadow:var(--hm-shadow-hover);transform:translateY(-3px)}
.hm-home .hm-card__wish{width:36px;height:36px;top:10px;right:10px;color:var(--hm-muted-aa);transition:color .15s ease,border-color .15s ease}
.hm-home .hm-card__wish::after{content:"";position:absolute;inset:-6px}/* 48px touch target */
.hm-home .hm-card__wish:hover{color:var(--hm-orange-text);border-color:var(--hm-orange-text)}
.hm-home .hm-card__badge{top:12px;left:12px;font-size:12px}
.hm-home .hm-card__title{font-size:15px;line-height:1.3;min-height:calc(2 * 1.3em);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:6px 0 0}
.hm-home .hm-card__meta{font-size:12px;line-height:1.4;min-height:calc(2 * 1.4em);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--hm-muted-aa)}
.hm-home .hm-carousel .hm-card__meta{display:none}
.hm-home .hm-card__price{margin-top:auto;padding-top:4px;font-size:20px;line-height:1.2;color:var(--hm-olive-dark)}
.hm-home .hm-card__perkg{color:var(--hm-muted-aa);font-size:12px;margin-top:2px}
.hm-home .hm-card__actions{margin-top:8px;padding-top:0}
.hm-home .hm-card__actions .hm-btn{width:100%;border-radius:12px;min-height:44px;font-size:15px;padding:0 12px}
.hm-home .hm-card__actions .hm-btn--oos{background:var(--hm-line);color:var(--hm-muted-aa)}
.hm-home .hm-carousel{position:relative}
.hm-home .hm-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 4 * 16px) / 5);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:12px 2px 18px;margin:-12px -2px -18px;scroll-padding-inline:2px}
.hm-home .hm-carousel__track::-webkit-scrollbar{display:none}
.hm-home .hm-carousel__track>*{scroll-snap-align:start}
.hm-home .hm-carousel__nav{position:absolute;top:calc(50% - 40px);width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid var(--hm-card-line);box-shadow:var(--hm-shadow);color:var(--hm-green-text);display:grid;place-items:center;cursor:pointer;z-index:2;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease}
.hm-home .hm-carousel__nav svg{width:20px;height:20px}
.hm-home .hm-carousel__nav:hover{transform:scale(1.06);box-shadow:var(--hm-shadow-hover)}
.hm-home .hm-carousel__nav--prev{right:-22px}
.hm-home .hm-carousel__nav--next{left:-22px}
.hm-home .hm-carousel__nav.is-disabled{opacity:.35;cursor:default;transform:none}
.hm-home .hm-carousel.is-static .hm-carousel__nav{display:none}
@media (max-width:1100px){.hm-home .hm-carousel__track{grid-auto-columns:calc((100% - 2 * 16px) / 3)}.hm-home .hm-carousel__nav{display:none}}
@media (max-width:640px){
  .hm-home .hm-carousel__track{grid-auto-columns:46%;gap:12px;padding-inline:0;margin-inline:0;scroll-padding-inline:0}
  .hm-home .hm-card{padding:10px;border-radius:16px}
  .hm-home .hm-card__wish{width:36px;height:36px;top:8px;right:8px}
  .hm-home .hm-card__title{font-size:14px}
  .hm-home .hm-card__price{font-size:18px}
  .hm-home .hm-card__actions .hm-btn{font-size:14px;padding:0 8px;gap:6px}
}

/* =====================================================================
   Trial packs block
   ===================================================================== */
.hm-home .hm-trial{display:grid;grid-template-columns:minmax(260px,1fr) 2fr;gap:clamp(20px,3vw,40px);align-items:center;background:linear-gradient(135deg,#FCEBDD,#F7EFE0);border-radius:var(--hm-radius-xl);padding:clamp(20px,3vw,36px);margin:0}
.hm-home .hm-trial__text h2{margin-bottom:10px}
.hm-home .hm-trial__text p{margin:0;font-size:16px;line-height:1.6}
.hm-home .hm-trial__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;min-width:0}
@media (max-width:1000px){.hm-home .hm-trial{grid-template-columns:1fr}.hm-home .hm-trial__text{max-width:56ch}}
@media (max-width:640px){
  .hm-home .hm-trial{padding:20px 16px 16px;border-radius:22px;gap:16px}
  .hm-home .hm-trial__cards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;margin:0 -16px;padding:6px 16px 8px}
  .hm-home .hm-trial__cards::-webkit-scrollbar{display:none}
  .hm-home .hm-trial__cards .hm-card{flex:0 0 68%;scroll-snap-align:start;height:auto}
}

/* =====================================================================
   How it works: steps + calculator teaser
   ===================================================================== */
.hm-home .hm-steps{list-style:none;margin:0 0 20px;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}
.hm-home .hm-steps>li{display:flex;min-width:0}
.hm-home .hm-step{flex:1;background:#fff;border:1px solid var(--hm-card-line);border-radius:18px;padding:22px 22px 24px;display:flex;flex-direction:column;gap:6px;color:var(--hm-text);box-shadow:var(--hm-shadow);transition:transform .2s ease,box-shadow .2s ease}
.hm-home .hm-step:hover{transform:translateY(-3px);box-shadow:var(--hm-shadow-hover);color:var(--hm-text)}
.hm-home .hm-step__n{width:36px;height:36px;border-radius:50%;background:var(--hm-olive-soft);color:var(--hm-green-text);display:grid;place-items:center;font-weight:800;font-size:16px;margin-bottom:6px;flex:none}
.hm-home .hm-step strong{color:var(--hm-ink);font-size:17px;line-height:1.3}
.hm-home .hm-step span:last-child{font-size:15px;line-height:1.55}
.hm-home .hm-calc-teaser{background:linear-gradient(135deg,#537F27,#3F6A1C);color:#fff;border-radius:var(--hm-radius-xl);padding:clamp(24px,4vw,48px);display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(20px,3vw,40px);align-items:center;overflow:hidden;position:relative}
.hm-home .hm-calc-teaser h2{color:#fff;margin-bottom:12px}
.hm-home .hm-calc-teaser p{color:#fff;font-size:17px;line-height:1.6;margin:0 0 22px;max-width:52ch}
.hm-home .hm-calc-teaser__card{background:#fff;color:var(--hm-ink);border-radius:20px;padding:18px 22px;box-shadow:var(--hm-shadow)}
.hm-home .hm-calc-teaser__card .row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px 0;border-bottom:1px dashed var(--hm-line);font-size:15px}
.hm-home .hm-calc-teaser__card .row:last-child{border:0}
.hm-home .hm-calc-teaser__card strong{color:var(--hm-green-text)}
.hm-home .hm-calc-teaser__card .big{font-size:30px;line-height:1.1;font-weight:800;color:var(--hm-orange-text)}
@media (max-width:900px){
  .hm-home .hm-steps{grid-template-columns:1fr;gap:10px;margin-bottom:16px}
  .hm-home .hm-step{flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px 14px;padding:14px 16px}
  .hm-home .hm-step__n{margin:0}
  .hm-home .hm-step strong{flex:1;font-size:16px}
  .hm-home .hm-step span:last-child{flex-basis:100%;padding-inline-start:50px;font-size:14px}
  .hm-home .hm-calc-teaser{grid-template-columns:1fr;padding:24px 20px;border-radius:22px}
  .hm-home .hm-calc-teaser p{font-size:16px;margin-bottom:18px}
  .hm-home .hm-calc-teaser .hm-btn{width:100%}
  .hm-home .hm-calc-teaser__card{padding:6px 18px}
  .hm-home .hm-calc-teaser__card .big{font-size:26px}
}

/* =====================================================================
   Founder
   ===================================================================== */
.hm-home .hm-founder{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,48px);align-items:center}
.hm-home .hm-founder__media{border-radius:var(--hm-radius-xl);box-shadow:var(--hm-shadow);background:#fff;aspect-ratio:4/3}
/* radius on the img itself (no overflow:hidden): Chromium drops clipped images in very tall 2x captures */
.hm-home .hm-founder__media img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;border-radius:inherit}
.hm-home .hm-founder__text h2{margin-bottom:14px}
.hm-home .hm-founder__text p{font-size:17px;line-height:1.65}
.hm-home .hm-founder__punch{font-size:clamp(20px,2vw,24px);font-weight:800;color:var(--hm-ink);margin:14px 0 16px}
.hm-home .hm-founder__sign{display:flex;align-items:flex-start;gap:10px;margin-top:14px;color:var(--hm-muted-aa);font-size:14px;line-height:1.5}
.hm-home .hm-founder__sign svg{width:20px;height:20px;flex:none;color:var(--hm-olive);margin-top:2px}
@media (max-width:820px){
  .hm-home .hm-founder{grid-template-columns:1fr;gap:20px}
  .hm-home .hm-founder__media{border-radius:22px}
  .hm-home .hm-founder__text p{font-size:16px}
  .hm-home .hm-founder__text .hm-btn{width:100%}
}

/* =====================================================================
   Stories
   ===================================================================== */
.hm-home .hm-stories{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.hm-home .hm-story{margin:0;background:#fff;border-radius:18px;padding:22px 22px 20px;box-shadow:var(--hm-shadow);display:flex;flex-direction:column;gap:12px;height:100%}
.hm-home .hm-story__quote{font-size:16px;line-height:1.65;color:var(--hm-text);flex:1;margin:0}
.hm-home .hm-story__who{display:flex;align-items:center;gap:12px;padding-top:4px}
.hm-home .hm-story__avatar{width:46px;height:46px;border-radius:50%;background:var(--hm-olive-soft);display:grid;place-items:center;color:var(--hm-green-text);font-weight:800;flex:none}
.hm-home .hm-story__who strong{display:block;color:var(--hm-ink);line-height:1.3}
.hm-home .hm-story__who span{font-size:13px;line-height:1.4;color:var(--hm-muted-aa)}
.hm-home .hm-story__tag{align-self:flex-start;background:var(--hm-cream-accent);border:1px solid var(--hm-card-line);border-radius:var(--hm-radius-pill);padding:4px 12px;font-size:12px;color:var(--hm-green-text);font-weight:700}
.hm-home .hm-stories__more{text-align:center;margin:22px 0 0}
@media (max-width:820px){
  .hm-home .hm-stories{grid-template-columns:1fr;gap:12px}
  .hm-home .hm-story{padding:18px 18px 16px}
  .hm-home .hm-stories__more{margin-top:16px}
  .hm-home .hm-stories__more .hm-btn{width:100%}
}

/* =====================================================================
   Mini FAQ
   ===================================================================== */
.hm-home .hm-faq{max-width:820px;margin-inline:auto}
.hm-home .hm-faq details{background:#fff;border:1px solid var(--hm-card-line);border-radius:14px;padding:0 18px;margin-bottom:10px;transition:box-shadow .2s ease}
.hm-home .hm-faq details:hover,.hm-home .hm-faq details[open]{box-shadow:var(--hm-shadow)}
.hm-home .hm-faq summary{position:relative;cursor:pointer;font-weight:700;font-size:16px;line-height:1.4;color:var(--hm-ink);padding:16px 0 16px 40px;list-style:none;display:block;min-height:56px;border-radius:10px}
.hm-home .hm-faq summary::-webkit-details-marker{display:none}
.hm-home .hm-faq summary::before,.hm-home .hm-faq summary::after{content:"";position:absolute;left:6px;top:50%;width:16px;height:2px;margin-top:-1px;border-radius:2px;background:var(--hm-olive);transition:transform .25s ease;font-size:0}
.hm-home .hm-faq summary::after{transform:rotate(90deg)}
.hm-home .hm-faq details[open] summary::after{transform:rotate(0deg)}
.hm-home .hm-faq details[open] summary::before{transform:rotate(180deg)}
.hm-home .hm-faq details p{padding:0 0 18px;margin:0;font-size:16px;line-height:1.65;color:var(--hm-text)}
.hm-home .hm-faq details[open] p{animation:hm-faq-in .25s ease both}
@keyframes hm-faq-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
.hm-home .hm-faq__more{text-align:center;margin:14px 0 0}
@media (max-width:640px){
  .hm-home .hm-faq summary{font-size:15px;padding:14px 0 14px 36px;min-height:52px}
  .hm-home .hm-faq details{padding:0 14px}
  .hm-home .hm-faq details p{font-size:15px}
}

/* =====================================================================
   Reduced motion: no movement anywhere on the home page
   ===================================================================== */
@media (prefers-reduced-motion:reduce){
  .hm-home *,.hm-home *::before,.hm-home *::after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}
  .hm-home .hm-cat:hover,.hm-home .hm-card:hover,.hm-home .hm-step:hover,.hm-home .hm-btn:hover,.hm-home .hm-carousel__nav:hover{transform:none}
  .hm-home .hm-cat:hover .hm-cat__img img{transform:none}
  .hm-home .hm-carousel__track,.hm-home .hm-trial__cards{scroll-behavior:auto}
}

/* PM fix H-01 */
@media (max-width:820px){.hm-home .hm-hero__box--mock .hm-hero__media img{object-position:center 35%}.hm-home .hm-hero__box--mock .hm-hero__media{min-height:300px}}

/* Google reviews (verbatim) */
.hm-grev-wrap{margin-top:36px}
.hm-grev-wrap--page{margin:48px 0 8px}
.hm-grev__title{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:600;margin:0 0 6px}
.hm-grev__title .hm-grev__g{display:inline-flex}
.hm-grev__link{font-size:.9rem;font-weight:500;color:var(--hm-green,#4A7423);margin-inline-start:auto;text-decoration:underline;text-underline-offset:3px}
.hm-grev__note{margin:0 0 18px;color:#6B6257;font-size:.95rem}
.hm-grev{list-style:none;margin:16px 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
.hm-grev--full{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}
.hm-grev__card{background:#fff;border-radius:18px;padding:22px 22px 18px;box-shadow:0 6px 24px rgba(60,40,20,.06);display:flex;flex-direction:column;gap:12px;transition:transform .25s ease,box-shadow .25s ease}
.hm-grev__card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(60,40,20,.10)}
.hm-grev__head{display:flex;align-items:center;gap:8px}
.hm-grev__stars{display:inline-flex;gap:1px}
.hm-grev__when{margin-inline-start:auto;font-size:.82rem;color:#8A8074}
.hm-grev__q{margin:0;flex:1}
.hm-grev__q p{margin:0;font-size:1rem;line-height:1.65;color:#2B2520}
.hm-grev--full .hm-grev__q p{font-size:.98rem}
.hm-grev__more a{color:var(--hm-orange,#C4581A);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.hm-grev__who{display:flex;align-items:center;gap:10px;border-top:1px solid #F0EAE0;padding-top:12px}
.hm-grev__who div{display:flex;flex-direction:column;line-height:1.3}
.hm-grev__who strong{font-weight:600;font-size:.95rem}
.hm-grev__who span{font-size:.82rem;color:#8A8074}
.hm-grev__avatar{width:36px;height:36px;border-radius:50%;background:#EAF3DD;color:#4A7423;display:inline-flex;align-items:center;justify-content:center;font-weight:700}
@media (max-width:640px){.hm-grev__title{flex-wrap:wrap}.hm-grev__link{margin-inline-start:0}}
.hm-grev--excerpt{grid-template-columns:repeat(auto-fit,minmax(215px,1fr))}
@media (min-width:1100px){.hm-grev--excerpt{grid-template-columns:repeat(3,1fr)}}
.hm-grev__when{white-space:nowrap}

/* Podcast links under the founder block */
.hm-pod-inline{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:14px;font-size:.95rem}
.hm-pod-inline__lbl{display:inline-flex;align-items:center;gap:6px;color:#6B6257}
.hm-pod-inline__lbl .hm-pod__ic{color:#C4581A}
.hm-pod-inline__a{display:inline-flex;align-items:center;min-height:32px;padding:4px 12px;border-radius:999px;background:#fff;border:1px solid #E3DCCF;color:#2B2520;text-decoration:none;font-weight:600;transition:border-color .2s,transform .2s}
.hm-pod-inline__a:hover,.hm-pod-inline__a:focus-visible{border-color:#C4581A;transform:translateY(-1px)}

/* Hero: first line in brand green, second stays terracotta */
.hm-home .hm-hero__green{color:var(--hm-olive)}

/* Social proof: stories and Google reviews reuse the shared carousel (promoted in parts/home.js) */
.hm-home .hm-carousel--stories,.hm-home .hm-carousel--grev{margin-top:16px}
.hm-home .hm-carousel--stories .hm-carousel__track,.hm-home .hm-carousel--grev .hm-carousel__track{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 2 * 18px) / 3);gap:18px;margin:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:6px 2px 12px;margin-inline:-2px;align-items:stretch}
.hm-home .hm-carousel--stories .hm-carousel__track::-webkit-scrollbar,.hm-home .hm-carousel--grev .hm-carousel__track::-webkit-scrollbar{display:none}
.hm-home .hm-carousel--stories .hm-carousel__track>*,.hm-home .hm-carousel--grev .hm-carousel__track>*{scroll-snap-align:start}
@media (max-width:1100px){.hm-home .hm-carousel--stories .hm-carousel__track,.hm-home .hm-carousel--grev .hm-carousel__track{grid-auto-columns:calc((100% - 16px) / 2);gap:16px}}
@media (max-width:640px){.hm-home .hm-carousel--stories .hm-carousel__track,.hm-home .hm-carousel--grev .hm-carousel__track{grid-auto-columns:86%;gap:12px}}

/* Spacing rhythm after the section reorder: hero and the badge strip now open new blocks */
.hm-home .hm-hs--hero{padding-bottom:40px}
.hm-home .hm-hs--trust{padding-top:40px}
@media (max-width:640px){.hm-home .hm-hs--hero{padding-bottom:24px}.hm-home .hm-hs--trust{padding-top:24px}}

/* Aggregate proof: one Google rating line above the review cards */
.hm-home .hm-grating{display:inline-flex;align-items:center;gap:8px;margin:14px 0 0;padding:8px 14px;border:1px solid var(--hm-c-line,#EFE7DA);border-radius:var(--hm-radius-pill,999px);background:var(--hm-white,#fff);color:var(--hm-ink,#2E2E2C);text-decoration:none;box-shadow:var(--hm-shadow)}
.hm-home .hm-grating:hover,.hm-home .hm-grating:focus-visible{border-color:var(--hm-olive,#4E7A26)}
.hm-home .hm-grating__n{font-size:20px;font-weight:800;line-height:1}
.hm-home .hm-grating__t{font-size:13px;color:var(--hm-muted,#69695F)}

/* What happens after the order: the accompaniment block */
.hm-home .hm-care{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:18px 0 0;padding:0;list-style:none}
.hm-home .hm-care__item{display:flex;flex-direction:column;gap:8px;background:var(--hm-white,#fff);border:1px solid var(--hm-c-line,#EFE7DA);border-radius:var(--hm-radius-lg,20px);padding:22px;box-shadow:var(--hm-shadow)}
.hm-home .hm-care__item svg{width:24px;height:24px;color:var(--hm-olive,#4E7A26)}
.hm-home .hm-care__item strong{color:var(--hm-ink,#2E2E2C);font-size:17px;line-height:1.35}
.hm-home .hm-care__item span{color:var(--hm-text,#4A4A46);font-size:15px;line-height:1.6}
.hm-home .hm-care__cta{margin:22px 0 0;text-align:center}
@media (max-width:900px){.hm-home .hm-care{grid-template-columns:1fr;gap:12px}.hm-home .hm-care__item{padding:18px}}
