.products-hero{position:relative;width:100%;min-height:clamp(16rem,32vw,21rem);overflow:hidden;border-bottom:1px solid rgba(26,43,75,.08);background:#fff7ec}.products-hero__plate{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 18% 20%,rgba(255,213,34,.22),transparent 42%),radial-gradient(circle at 78% 18%,rgba(233,30,140,.14),transparent 40%),radial-gradient(circle at 92% 78%,rgba(124,58,237,.12),transparent 38%),linear-gradient(120deg,#fff8e8,#fff1f7 48%,#f5f0ff)}.products-hero__veil{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(105deg,rgba(255,248,232,.55),rgba(255,248,232,.2) 42%,rgba(255,248,232,0) 68%)}.products-hero__inner{position:relative;z-index:2;display:grid;gap:1.25rem;align-items:center;padding-block:1.4rem 1.6rem;min-height:inherit}@media (min-width:900px){.products-hero__inner{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:1.5rem}}.products-hero__crumbs{margin:0 0 .75rem!important}.products-hero__title{margin:0;max-width:18ch;font-size:clamp(1.55rem,1.2rem + 1.4vw,2.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:#1a2b4b}.products-hero__desc{margin:.55rem 0 0;max-width:34rem;font-size:.98rem;line-height:1.45;color:rgba(26,43,75,.72)}.products-hero__products{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.products-hero__product{display:grid;grid-template-rows:1fr auto;align-items:end;min-height:10.5rem;overflow:hidden;border-radius:1rem;border:1px solid rgba(26,43,75,.07);background:linear-gradient(165deg,var(--soft) 0,var(--soft-2) 100%);box-shadow:0 10px 22px rgba(26,43,75,.06)}.products-hero__product,.products-hero__product--jelly{--soft:#fff8e8;--soft-2:#ffefd2;--accent:#ea580c}.products-hero__product--marsh{--soft:#fff1f7;--soft-2:#fce7f3;--accent:#db2777}.products-hero__product--licorice{--soft:#f5f0ff;--soft-2:#ede9fe;--accent:#7c3aed}.products-hero__img,.products-hero__product img{display:block;width:100%;height:8.4rem;padding:.55rem .45rem .15rem;object-fit:contain;object-position:center bottom;mix-blend-mode:multiply;filter:drop-shadow(0 8px 12px rgba(26,43,75,.12))}.products-hero__product span{display:block;padding:.35rem .45rem .65rem;text-align:center;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--accent)}@media (max-width:899px){.products-hero__product{min-height:9.2rem}.products-hero__img{height:7.2rem}}