.acp-home-hero{position:relative;overflow:hidden;padding:clamp(64px,8vw,112px) 0;background:linear-gradient(135deg,#fbf8f1 0%,#f2f6f1 100%)}
.acp-home-hero::after{content:"";position:absolute;right:-140px;top:-180px;width:520px;height:520px;border-radius:50%;background:rgba(200,154,61,.12);filter:blur(2px)}
.acp-home-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(480px,.9fr);gap:clamp(48px,7vw,96px);align-items:center}
.acp-home-hero__content{max-width:650px}
.acp-home-hero h1{font-size:clamp(3rem,6.5vw,5.4rem);letter-spacing:-.035em;margin-bottom:24px}
.acp-home-hero__copy{max-width:610px;color:var(--acp-color-muted);font-size:clamp(1.05rem,1.5vw,1.2rem)}
.acp-home-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.acp-home-hero__visual{position:relative;min-height:520px}
.acp-home-hero__halo{position:absolute;inset:48px 8px 26px 40px;border-radius:50%;background:radial-gradient(circle,#fff 0%,var(--acp-color-sage-100) 66%,transparent 67%)}
.acp-home-hero__product{position:absolute;display:grid;gap:8px;width:250px;color:var(--acp-color-text);font-size:.76rem;font-weight:700;text-align:center;transition:transform var(--acp-motion-normal) var(--acp-ease)}
.acp-home-hero__product:hover{transform:translateY(-6px)}
.acp-home-hero__product img{aspect-ratio:1/1;object-fit:contain;filter:drop-shadow(0 24px 26px rgba(23,59,49,.16))}
.acp-home-hero__product--1{left:50%;top:20px;z-index:3;transform:translateX(-50%)}
.acp-home-hero__product--1:hover{transform:translate(-50%,-6px)}
.acp-home-hero__product--2{left:0;bottom:20px;width:210px;z-index:2;transform:rotate(-5deg)}
.acp-home-hero__product--3{right:0;bottom:6px;width:210px;z-index:1;transform:rotate(5deg)}
.acp-home-hero__placeholder{position:absolute;inset:70px;display:block;border-radius:50%;background:var(--acp-color-sage-100)}
.acp-home-hero__placeholder i{position:absolute;width:120px;height:210px;border-radius:24px;background:#fff;box-shadow:var(--acp-shadow-soft)}
.acp-home-hero__placeholder i:nth-child(1){left:50%;top:42%;transform:translate(-50%,-50%)}
.acp-home-hero__placeholder i:nth-child(2){left:12%;bottom:8%;transform:rotate(-7deg)}
.acp-home-hero__placeholder i:nth-child(3){right:12%;bottom:8%;transform:rotate(7deg)}
.acp-value-strip{border-top:1px solid var(--acp-color-border);border-bottom:1px solid var(--acp-color-border);background:#fff}
.acp-value-strip__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.acp-value-strip article{display:flex;gap:16px;align-items:center;padding:28px 34px;border-right:1px solid var(--acp-color-border)}
.acp-value-strip article:first-child{padding-left:0}
.acp-value-strip article:last-child{padding-right:0;border-right:0}
.acp-value-strip__icon{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:50%;background:var(--acp-color-sage-100);color:var(--acp-color-sage-800);font-size:.78rem;font-weight:800}
.acp-value-strip h2{margin:0 0 4px;font-family:var(--acp-font-body);font-size:.9rem}
.acp-value-strip p{margin:0;color:var(--acp-color-muted);font-size:.78rem}
.acp-home-section{padding:clamp(68px,8vw,104px) 0}
.acp-home-section--soft{background:var(--acp-color-soft)}
.acp-home-section--compact{padding-top:24px;padding-bottom:24px}
.acp-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:36px}
.acp-section-heading__copy{max-width:720px}
.acp-section-heading h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:12px}
.acp-section-heading p{margin:0;color:var(--acp-color-muted)}
.acp-section-heading__link,.acp-category-card__link,.acp-article-card__link{font-size:.88rem;font-weight:750;white-space:nowrap}
.acp-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.acp-product-card{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--acp-color-border);border-radius:var(--acp-radius-lg);background:#fff;transition:transform var(--acp-motion-normal) var(--acp-ease),box-shadow var(--acp-motion-normal) var(--acp-ease)}
.acp-product-card:hover{transform:translateY(-3px);box-shadow:var(--acp-shadow-soft)}
.acp-product-card__media{position:relative;display:block;margin:14px 14px 0;overflow:hidden;border-radius:var(--acp-radius-md);background:var(--acp-color-soft)}
.acp-product-card__media img{width:100%;aspect-ratio:1/1;object-fit:contain;transition:transform var(--acp-motion-normal) var(--acp-ease)}
.acp-product-card:hover .acp-product-card__media img{transform:scale(1.025)}
.acp-product-card__badge{position:absolute;z-index:3;left:14px;top:14px;display:inline-flex;align-items:center;min-height:26px;padding:5px 10px;border-radius:var(--acp-radius-pill);background:var(--acp-color-gold-soft);color:var(--acp-color-sage-800);font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.acp-product-card__body{display:flex;flex:1;flex-direction:column;padding:20px}
.acp-product-card__meta{order:-1;margin:0 0 6px;color:var(--acp-color-muted);font-size:.72rem;font-weight:650;text-transform:uppercase;letter-spacing:.055em}
.acp-product-card__title{margin:0;font-size:clamp(1.18rem,2vw,1.42rem)}
.acp-product-card__title a{color:var(--acp-color-text)}
.acp-product-card__footer{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;margin-top:auto;padding-top:22px}
.acp-product-card__price{font-size:.94rem;font-weight:750}
.acp-product-card__price del{display:block;color:var(--acp-color-muted);font-size:.76rem;font-weight:500}
.acp-product-card__price ins{text-decoration:none}
.acp-product-card__button{min-height:38px;padding:9px 14px;font-size:.76rem}
.acp-category-grid,.acp-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.acp-category-card{overflow:hidden;border:1px solid var(--acp-color-border);border-radius:var(--acp-radius-lg);background:#fff}
.acp-category-card__media{display:block;min-height:220px;overflow:hidden;background:var(--acp-color-sage-100)}
.acp-category-card__media img{width:100%;height:220px;object-fit:cover}
.acp-category-card__placeholder{position:relative;display:block;height:220px}
.acp-category-card__placeholder i{position:absolute;border-radius:50%;background:rgba(255,255,255,.72)}
.acp-category-card__placeholder i:nth-child(1){width:150px;height:150px;left:50%;top:35px;transform:translateX(-50%)}
.acp-category-card__placeholder i:nth-child(2){width:76px;height:76px;left:12%;bottom:18px}
.acp-category-card__placeholder i:nth-child(3){width:96px;height:96px;right:10%;top:18px}
.acp-category-card--gold .acp-category-card__media{background:var(--acp-color-gold-soft)}
.acp-category-card--berry .acp-category-card__media{background:#f6e7ed}
.acp-category-card__body{padding:24px}
.acp-category-card h3{font-size:1.55rem;margin-bottom:10px}
.acp-category-card h3 a{color:var(--acp-color-text)}
.acp-category-card p{min-height:48px;color:var(--acp-color-muted);font-size:.88rem}
.acp-info-banner{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;padding:42px 48px;border-radius:var(--acp-radius-lg);background:var(--acp-color-sage-800);color:#fff}
.acp-info-banner h2{max-width:800px;color:#fff;font-size:clamp(1.8rem,4vw,2.7rem)}
.acp-info-banner p:not(.acp-eyebrow){max-width:800px;margin-bottom:0;color:#dce8e3}
.acp-info-banner--gold{background:linear-gradient(135deg,#21483e,#6f5726)}
.acp-article-card{display:flex;min-height:250px;flex-direction:column;padding:28px;border:1px solid var(--acp-color-border);border-radius:var(--acp-radius-lg);background:#fff}
.acp-article-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--acp-color-muted);font-size:.72rem}
.acp-article-card h3{margin-top:24px;font-size:1.5rem}
.acp-article-card h3 a{color:var(--acp-color-text)}
.acp-article-card p{color:var(--acp-color-muted);font-size:.9rem}
.acp-article-card__link{margin-top:auto}
.acp-home-final-cta{padding:24px 0 80px}
.acp-home-final-cta__inner{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center;padding:48px;border-radius:var(--acp-radius-lg);background:var(--acp-color-sage-100)}
.acp-home-final-cta h2{font-size:clamp(1.8rem,4vw,2.7rem)}
.acp-home-final-cta p{margin:0;color:var(--acp-color-muted)}
.acp-home-editor-content{padding:72px 0}
.acp-cart-toast{position:fixed;right:24px;bottom:24px;z-index:10000;display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;max-width:min(440px,calc(100vw - 32px));padding:16px 18px;border:1px solid var(--acp-color-sage-300);border-radius:var(--acp-radius-md);background:#fff;box-shadow:var(--acp-shadow-overlay);font-size:.88rem}
.acp-cart-toast[hidden]{display:none}
.acp-cart-toast a{font-weight:750}
.acp-cart-toast button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:var(--acp-color-soft)}
@media(max-width:1100px){
  .acp-home-hero__grid{grid-template-columns:minmax(0,1fr) minmax(390px,.8fr)}
  .acp-home-hero__visual{min-height:470px}
  .acp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .acp-home-hero__grid{grid-template-columns:1fr}
  .acp-home-hero__content{max-width:760px}
  .acp-home-hero__visual{width:min(100%,620px);min-height:500px;margin:0 auto}
  .acp-category-grid,.acp-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .acp-category-card:last-child,.acp-article-card:last-child{grid-column:1/-1}
  .acp-value-strip__grid{grid-template-columns:1fr}
  .acp-value-strip article,.acp-value-strip article:first-child,.acp-value-strip article:last-child{padding:20px 0;border-right:0;border-bottom:1px solid var(--acp-color-border)}
  .acp-value-strip article:last-child{border-bottom:0}
}
@media(max-width:767px){
  .acp-home-hero{padding:56px 0 44px}
  .acp-home-hero h1{font-size:clamp(2.65rem,13vw,4rem)}
  .acp-home-hero__actions{display:grid}
  .acp-home-hero__actions .acp-button{width:100%}
  .acp-home-hero__visual{min-height:370px}
  .acp-home-hero__halo{inset:28px 20px 20px}
  .acp-home-hero__product{width:180px}
  .acp-home-hero__product--2,.acp-home-hero__product--3{width:140px}
  .acp-home-section{padding:58px 0}
  .acp-section-heading{display:grid;gap:16px;margin-bottom:28px}
  .acp-product-grid,.acp-category-grid,.acp-article-grid{grid-template-columns:1fr}
  .acp-category-card:last-child,.acp-article-card:last-child{grid-column:auto}
  .acp-product-card__footer{grid-template-columns:1fr}
  .acp-product-card__button{width:100%}
  .acp-info-banner,.acp-home-final-cta__inner{grid-template-columns:1fr;padding:32px 24px}
  .acp-info-banner .acp-button,.acp-home-final-cta .acp-button{width:100%}
  .acp-home-final-cta{padding-bottom:58px}
  .acp-cart-toast{right:16px;bottom:16px;left:16px}
}


/* Package 8B.2 — Homepage Refinement */
.acp-home-hero{overflow:hidden;background:linear-gradient(135deg,#f6faf7 0%,#fff 58%,#f4f8f5 100%)}
.acp-storefront-astral .acp-home-hero{background:linear-gradient(135deg,#fffaf0 0%,#fff 56%,#f7edda 100%)}
.acp-home-hero__content{position:relative;z-index:4}
.acp-home-hero__highlights{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 2px}
.acp-home-hero__highlights span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid var(--acp-color-border);border-radius:999px;background:rgba(255,255,255,.8);font-size:.75rem;font-weight:720}
.acp-home-hero__highlights i{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--acp-brand-soft);color:var(--acp-brand-primary);font-style:normal;font-size:.65rem}
.acp-home-hero__reassurance{margin:18px 0 0;color:var(--acp-color-muted);font-size:.72rem;font-weight:650}
.acp-home-hero__orbit{position:absolute;border:1px solid rgba(200,154,61,.36);border-radius:50%}
.acp-home-hero__orbit--one{inset:95px 60px 55px}.acp-home-hero__orbit--two{inset:135px 105px 94px}
.acp-home-story{padding:clamp(70px,8vw,112px) 0}
.acp-home-story--astral{background:#fffaf0}.acp-home-story--wisenutri{background:#f4f8f5}
.acp-home-story__grid{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);gap:clamp(48px,8vw,110px);align-items:center}
.acp-home-story--wisenutri .acp-home-story__grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}
.acp-home-story__content h2{font-size:clamp(2rem,4.4vw,3.45rem);max-width:760px}.acp-home-story__content>p:not(.acp-eyebrow){max-width:720px;color:var(--acp-color-muted);font-size:1.02rem;line-height:1.75}
.acp-home-story__visual{position:relative;display:grid;place-items:center;min-height:420px;border-radius:50%;background:radial-gradient(circle,#fff 0 43%,#f3e1bc 44% 62%,transparent 63%)}
.acp-home-story__visual strong{position:relative;z-index:2;color:#9a6b18;font-family:var(--acp-font-heading);font-size:clamp(1.8rem,4vw,3.2rem);line-height:1.1;text-align:center;letter-spacing:.08em}
.acp-home-story__media{display:grid;place-items:center;min-height:420px;margin:0;overflow:hidden;border-radius:32px;background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(247,239,219,.9));box-shadow:0 24px 70px rgba(63,49,23,.08)}
.acp-home-story__image{display:block;width:100%;height:100%;max-height:560px;object-fit:contain;object-position:center;padding:clamp(18px,3vw,42px)}
.acp-home-story--wisenutri .acp-home-story__media{background:linear-gradient(145deg,#eef6f0,#fbfdfb)}
.acp-home-story__disc{position:absolute;width:68%;aspect-ratio:1;border:1px solid rgba(200,154,61,.55);border-radius:50%}.acp-home-story__line{position:absolute;width:80%;height:1px;background:rgba(200,154,61,.4);transform:rotate(-18deg)}
.acp-home-story__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:30px 0}
.acp-home-story__stats div{padding:18px;border-left:2px solid var(--acp-brand-accent);background:rgba(255,255,255,.66)}.acp-home-story__stats strong{display:block;font-size:1.55rem;color:var(--acp-neutral-950)}.acp-home-story__stats span{display:block;margin-top:4px;color:var(--acp-color-muted);font-size:.72rem}
.acp-home-story__checklist{display:grid;gap:11px;margin:28px 0}.acp-home-story__checklist span{font-weight:700}
.acp-home-story__visual--wisenutri{border-radius:28px;background:linear-gradient(145deg,#dfeee3,#f6fbf7)}
.acp-home-story__visual--wisenutri strong{color:#2e6f48;letter-spacing:0}
.acp-home-story__leaf{position:absolute;width:120px;height:210px;border:2px solid rgba(46,125,50,.35);border-radius:100% 0 100% 0}.acp-home-story__leaf--one{left:20%;top:15%;transform:rotate(-30deg)}.acp-home-story__leaf--two{right:18%;bottom:10%;transform:rotate(145deg)}
.acp-text-link{display:inline-flex;margin-top:4px;color:var(--acp-brand-primary);font-weight:780}
.acp-home-routine{padding:clamp(68px,8vw,100px) 0;background:#f7f4ed}
.acp-home-routine__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.acp-home-routine__grid article{position:relative;padding:30px;border:1px solid #e5ddce;border-radius:18px;background:#fff}
.acp-home-routine__grid article>span{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:28px;border-radius:50%;background:var(--acp-brand-soft);color:var(--acp-brand-primary);font-size:.72rem;font-weight:850}
.acp-home-routine__grid h3{font-size:1.35rem}.acp-home-routine__grid p{margin-bottom:0;color:var(--acp-color-muted);font-size:.88rem;line-height:1.65}
.acp-home-brand-spotlight{padding:clamp(70px,8vw,105px) 0;background:#1f493a;color:#fff}
.acp-home-brand-spotlight__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}
.acp-home-brand-spotlight h2{color:#fff;font-size:clamp(2.2rem,4.5vw,3.5rem)}.acp-home-brand-spotlight p:not(.acp-eyebrow){max-width:680px;color:#dce8e3}
.acp-home-brand-spotlight .acp-eyebrow{color:#e4bd66}
.acp-home-brand-spotlight__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.acp-home-brand-spotlight__flavours{display:grid;gap:12px}.acp-home-brand-spotlight__flavours span{display:flex;align-items:center;min-height:72px;padding:18px 24px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(255,255,255,.08);font-family:var(--acp-font-heading);font-size:1.25rem}
.acp-home-brand-spotlight__flavours span::before{content:"";width:12px;height:38px;margin-right:16px;border-radius:999px;background:#d9ab4b}
.acp-home-brand-spotlight__flavours .is-berry::before{background:#ae3157}.acp-home-brand-spotlight__flavours .is-chocolate::before{background:#7a401f}
.acp-home-final-cta__inner{background:linear-gradient(135deg,var(--acp-brand-soft),#fff);border:1px solid var(--acp-color-border)}
.acp-storefront-astral .acp-home-final-cta__inner{background:linear-gradient(135deg,#fbf0d9,#fffaf0)}
@media(max-width:900px){
  .acp-home-story__grid,.acp-home-story--wisenutri .acp-home-story__grid,.acp-home-brand-spotlight__inner{grid-template-columns:1fr}
  .acp-home-story--wisenutri .acp-home-story__visual{grid-row:1}
  .acp-home-story__visual,.acp-home-story__media{min-height:340px;max-width:560px;width:100%;margin-inline:auto}
  .acp-home-routine__grid{grid-template-columns:1fr}
}
@media(max-width:767px){
  .acp-home-hero__highlights{display:grid}.acp-home-hero__highlights span{justify-content:flex-start}
  .acp-home-story__stats{grid-template-columns:1fr}.acp-home-story__visual,.acp-home-story__media{min-height:290px}.acp-home-story__image{padding:20px}
  .acp-home-brand-spotlight__actions{display:grid}.acp-home-brand-spotlight__actions .acp-button{width:100%}
  .acp-home-story{padding:58px 0}
}


/* v3.7.0 CMS-driven hero image */
.acp-home-hero__custom-image{position:relative;z-index:3;display:grid;place-items:center;width:min(100%,560px);height:min(62vh,560px);margin:auto}
.acp-home-hero__custom-image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
@media(max-width:900px){.acp-home-hero__custom-image{height:min(52vh,480px)}}
