/* agwell-styles.css */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Inter:wght@400;500;600;700&display=swap');
:root{--agwell-bg:#fff;--agwell-surface:#f8f8f8;--agwell-ink:#1a1a1a;--agwell-ink-muted:#6b6b6b;--agwell-accent:#3d1c2c;--agwell-btn-bg:#fff;--agwell-btn-fg:#1a1a1a;--agwell-btn-border:#1a1a1a;--agwell-compare:#6b6b6b;--agwell-font-heading:'Cormorant Garamond','Georgia',serif;--agwell-font-body:'Inter',system-ui,sans-serif;--agwell-footer-bg:#1a1a1a;--agwell-footer-text:#ccc}
.agwell-container{max-width:1200px;margin:0 auto;padding:0 clamp(16px,4vw,32px)}
.agwell-hero{position:relative;min-height:clamp(420px,70vh,720px);display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}
.agwell-hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.25),rgba(0,0,0,.45));z-index:1}
.agwell-hero__content{position:relative;z-index:2;max-width:680px;padding:40px 20px}
.agwell-hero__heading{font-family:var(--agwell-font-heading);font-size:clamp(2rem,5vw,3.2rem);font-weight:500;font-style:italic;color:#fff;line-height:1.2;margin:0 0 16px}
.agwell-hero__sub{font-family:var(--agwell-font-body);font-size:clamp(.9rem,2vw,1.05rem);color:rgba(255,255,255,.88);line-height:1.6;margin:0 0 28px}
.agwell-hero__cta{display:inline-block;font-family:var(--agwell-font-body);font-size:.95rem;font-weight:600;color:var(--agwell-btn-fg);background:var(--agwell-btn-bg);border:1px solid var(--agwell-btn-border);padding:14px 36px;text-decoration:none;transition:.2s}
.agwell-hero__cta:hover{background:var(--agwell-ink);color:#fff}
.agwell-featured{padding:clamp(48px,8vw,96px) 0;background:var(--agwell-bg)}
.agwell-featured__heading{font-family:var(--agwell-font-heading);font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:500;color:var(--agwell-ink);text-align:center;margin:0 0 40px}
.agwell-featured__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:750px){.agwell-featured__grid{grid-template-columns:1fr 1fr;gap:16px}}
.agwell-product-card{text-decoration:none;color:inherit;display:block}
.agwell-product-card__image{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--agwell-surface);margin-bottom:12px}
.agwell-product-card__image img{width:100%;height:100%;object-fit:cover;transition:opacity .3s}
.agwell-product-card__image img.agwell-hover-img{position:absolute;inset:0;opacity:0}
.agwell-product-card:hover .agwell-hover-img{opacity:1}
.agwell-product-card__title{font-family:var(--agwell-font-body);font-size:clamp(.82rem,1.5vw,.92rem);font-weight:500;color:var(--agwell-ink);line-height:1.4;margin:0 0 6px;text-align:center}
.agwell-product-card__price{font-family:var(--agwell-font-body);font-size:.9rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.agwell-product-card__sale-price{font-weight:600;color:var(--agwell-ink)}
.agwell-product-card__compare-price{text-decoration:line-through;color:var(--agwell-compare)}
.agwell-featured__viewall{text-align:center;margin-top:40px}
.agwell-featured__viewall a{display:inline-block;font-family:var(--agwell-font-body);font-size:.9rem;font-weight:600;color:var(--agwell-ink);background:transparent;border:1px solid var(--agwell-ink);padding:12px 32px;text-decoration:none;transition:.2s}
.agwell-featured__viewall a:hover{background:var(--agwell-ink);color:#fff}
.agwell-footer{background:var(--agwell-footer-bg);padding:clamp(40px,6vw,72px) 0 32px;color:var(--agwell-footer-text)}
.agwell-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:32px}
@media(max-width:750px){.agwell-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.agwell-footer__grid{grid-template-columns:1fr}}
.agwell-footer__logo{font-family:var(--agwell-font-heading);font-size:2rem;font-weight:700;color:#fff;margin-bottom:16px}
.agwell-footer__col-title{font-family:var(--agwell-font-body);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff;margin:0 0 16px}
.agwell-footer__links{list-style:none;padding:0;margin:0}
.agwell-footer__links li{margin-bottom:10px}
.agwell-footer__links a{font-family:var(--agwell-font-body);font-size:.88rem;color:var(--agwell-footer-text);text-decoration:none;transition:color .2s}
.agwell-footer__links a:hover{color:#fff}
.agwell-footer__service-text{font-family:var(--agwell-font-body);font-size:.88rem;line-height:1.6}
.agwell-footer__email{font-weight:600;color:#fff}
.agwell-footer__bottom{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);text-align:center}
.agwell-footer__copy{font-family:var(--agwell-font-body);font-size:.8rem;color:var(--agwell-footer-text)}
