.home-hero{position:relative;min-height:760px;padding:170px 0;overflow:hidden;background:var(--brand-primary-dark)}.home-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(42,34,48,.78),rgba(42,34,48,.34))}.home-hero__copy{position:relative;z-index:2;max-width:760px;margin-left:0}.home-hero h1{color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem))}.home-hero p{max-width:620px;color:var(--brand-text-inverse);font-size:1.12rem}.home-hero .schl-eyebrow{color:var(--brand-text-inverse);background:rgba(255,255,255,.18)}.home-hero__bar{position:absolute;z-index:3;left:0;right:0;bottom:0;background:rgba(204,83,62,.92)}.home-hero__stats{display:flex;flex-wrap:nowrap;gap:1px}.home-hero__stats div{flex:1 1 0;min-width:0;padding:24px 18px;color:var(--brand-text-inverse);text-align:center;border-right:1px solid rgba(255,255,255,.22)}.home-hero__stats span,.home-hero__stats strong{display:block;color:var(--brand-text-inverse)}.home-hero__stats strong{font-size:1.7rem;line-height:1}.home-products{background:var(--brand-bg)}.home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.home-product-card{position:relative;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);box-shadow:0 12px 32px rgba(42,34,48,.08)}.home-product-card img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.home-product-card div{padding:18px}.home-product-card span{color:var(--brand-primary-dark);font-weight:900}.home-product-card h3{margin:8px 0;font-size:1.18rem}.home-features{background:var(--brand-bg-alt)}.feature-row{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);grid-gap:44px;gap:44px;align-items:center;margin-bottom:64px}.feature-row:last-child{margin-bottom:0}.feature-row--reverse .feature-media{order:2}.feature-media img{width:100%;border-radius:var(--brand-radius);box-shadow:var(--brand-shadow)}.feature-copy h2{font-size:max(2rem, min(4vw, 3.1rem))}.occasion-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:240px;grid-gap:18px;gap:18px;overflow-x:auto;padding-bottom:18px;scroll-snap-type:x mandatory}.occasion-card{position:relative;min-height:220px;padding:22px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);scroll-snap-align:start;box-shadow:0 10px 28px rgba(42,34,48,.08)}.occasion-card span{display:inline-block;padding:4px 10px;border-radius:999px;background:var(--brand-secondary);color:var(--brand-text);font-weight:900}@media (max-width:991px){.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-row,.feature-row--reverse{grid-template-columns:1fr}.feature-row--reverse .feature-media{order:0}}@media (max-width:575px){.home-hero{min-height:700px;padding-top:150px}.home-hero__stats{flex-wrap:wrap}.home-hero__stats div{flex:0 0 50%}.home-product-grid{grid-template-columns:1fr}}