.hg-hero-feature{min-height:76vh;padding-top:160px;padding-bottom:88px;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-secondary))}.hg-hero-feature .container{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,0.95fr);align-items:center;grid-gap:48px;gap:48px}.hg-hero-feature h1{color:#fff;font-size:max(2rem, min(4vw, 3.5rem))}.hg-hero-feature p{color:#fff}.hg-hero-feature .hg-eyebrow{color:var(--brand-accent)}.hg-hero-feature__cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.hg-hero-feature__chips{display:flex;flex-wrap:nowrap;gap:10px;margin-top:28px;overflow-x:auto}.hg-hero-feature__chips span{flex:0 0 auto;border:1px solid rgba(255,255,255,.38);border-radius:var(--brand-radius);color:#fff;padding:8px 12px;font-weight:700}.hg-hero-feature__media img{width:100%;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(255,255,255,.24);border-radius:var(--brand-radius);background:rgba(255,255,255,.08)}.product-grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.home-product-card{overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;transition:transform .2s,box-shadow .2s}.home-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(42,39,36,.12)}.home-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.home-product-card div{padding:24px}.home-product-card span{display:block;margin-bottom:8px;color:var(--brand-primary);font-weight:700}.home-product-card h3{font-size:1.35rem}.home-product-card p{color:var(--brand-text)}.hg-giftguide{background:#fff}.hg-giftguide__head{max-width:720px;margin:0 auto 34px;text-align:center}.hg-giftguide__head h2{font-size:max(1.7rem, min(3vw, 2.6rem))}.hg-giftguide__head p{color:var(--brand-text)}.hg-giftguide__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.hg-gift-card{position:relative;display:grid;min-height:310px;overflow:hidden;border-radius:var(--brand-radius);color:#fff}.hg-gift-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.hg-gift-card::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,rgba(42,39,36,.14),rgba(42,39,36,.72))}.hg-gift-card span{position:relative;z-index:2;align-self:end;padding:24px;color:#fff;font-family:var(--brand-font);font-size:1.35rem;font-weight:700}.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.feature-list article{display:grid;grid-template-columns:58px 1fr;grid-gap:18px;gap:18px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;padding:24px}.feature-list article span{grid-row:1/span 2;color:var(--brand-primary);font-family:var(--brand-font);font-size:1.6rem;font-weight:700}.feature-list article h3,.feature-list article p{grid-column:2}.company-stats{background:var(--brand-secondary);color:#fff}.company-stats .stat-item{border-right:1px solid rgba(255,255,255,.2)}.company-stats .stat-item:last-child{border-right:0}@media (max-width:991px){.feature-list,.hg-giftguide__grid,.hg-hero-feature .container,.product-grid-three{grid-template-columns:1fr}}