@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap";:root{--navy:#1e2a4a;--orange:#f07830;--pink:#e85d75;--teal:#2db5a8;--yellow:#f5c518;--cream:#faf7f2;--cream-dark:#ebe4d8;--white:#fff;--shadow:0 8px 32px #1e2a4a1a;--radius:16px;--font:"Nunito", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--cream);color:var(--navy);min-height:100vh;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid var(--cream-dark);background:#faf7f2eb;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex;position:sticky;top:0}.header__brand{align-items:center;gap:.6rem;display:flex}.header__icon{box-shadow:var(--shadow);border-radius:50%}.header__name{color:var(--navy);font-size:1.25rem;font-weight:800}.header__name--accent{background:linear-gradient(90deg, var(--orange), var(--pink), var(--teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.header__nav{gap:1.5rem;font-weight:700;display:flex}.header__nav a{padding:.25rem 0;transition:color .2s;position:relative}.header__nav a:after{content:"";background:linear-gradient(90deg, var(--orange), var(--teal));border-radius:2px;width:0;height:3px;transition:width .25s;position:absolute;bottom:0;left:0}.header__nav a:hover{color:var(--orange)}.header__nav a:hover:after{width:100%}.hero{text-align:center;flex-direction:column;align-items:center;padding:2rem 1.5rem 3rem;display:flex}.hero__banner{border-radius:var(--radius);width:min(100%,1100px);box-shadow:var(--shadow)}.hero__intro{max-width:520px;color:var(--navy);opacity:.85;margin-top:1.5rem;font-size:1.15rem;font-weight:600}.hero__cta{font-family:var(--font);color:var(--white);background:linear-gradient(135deg, var(--orange), var(--pink));border-radius:999px;margin-top:1.25rem;padding:.85rem 2rem;font-size:1rem;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #f0783059}.hero__cta:hover{transform:translateY(-2px);box-shadow:0 6px 28px #f0783073}.products{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 4rem}.products__header{text-align:center;margin-bottom:2.5rem}.products__title{color:var(--navy);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800}.products__subtitle{opacity:.75;margin-top:.5rem;font-size:1.05rem}.products__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.75rem;display:grid}.product-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #1e2a4a24}.product-card__image-wrap{aspect-ratio:4/3;background:linear-gradient(135deg, var(--cream-dark), var(--cream));overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem 1.35rem 1.5rem;display:flex}.product-card__name{color:var(--navy);font-size:1.15rem;font-weight:800}.product-card__description{opacity:.8;flex:1;font-size:.95rem}.product-card__buy{color:var(--white);background:var(--teal);border-radius:999px;align-self:flex-start;align-items:center;gap:.25rem;margin-top:.5rem;padding:.6rem 1.1rem;font-size:.9rem;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.product-card__buy:hover{background:var(--navy);transform:translate(2px)}.footer{text-align:center;background:var(--navy);color:var(--cream);padding:3rem 1.5rem}.footer__icon{opacity:.95;border-radius:50%;margin:0 auto 1rem}.footer__tagline{letter-spacing:.12em;text-transform:uppercase;opacity:.8;margin-bottom:.75rem;font-size:.85rem}.footer__copy{opacity:.7;font-size:.9rem}.footer__email{color:var(--yellow);margin-top:1rem;font-weight:700;transition:color .2s;display:inline-block}.footer__email:hover{color:var(--orange)}@media (width<=600px){.header__name{font-size:1rem}.header__nav{gap:1rem;font-size:.9rem}.hero{padding-top:1.25rem}}
