.home-hero.gc-hero-video{position:relative;min-height:720px;padding:180px 0 150px;display:grid;align-items:center;justify-items:center;place-items:center;overflow:hidden;background:var(--brand-primary-dark)}.gc-hero-video__bg{position:absolute;top:0;right:0;bottom:0;left:0;animation:16s ease-in-out infinite alternate softShift}.gc-hero-video__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.62}.gc-hero-video__bg::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(34,98,66,.82),rgba(112,79,178,.74))}.gc-hero-video__overlay{position:relative;z-index:1;max-width:880px;text-align:center;color:#fff;padding:0 16px}.gc-hero-video__overlay .eyebrow,.gc-hero-video__overlay h1,.gc-hero-video__overlay p{color:#fff}.gc-hero-video__overlay p{font-size:19px;margin:18px auto 28px;max-width:760px}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@keyframes softShift{from{transform:scale(1)}to{transform:scale(1.06)}}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.feature-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:28px;background:#fff;text-align:center}.feature-grid span{display:inline-grid;align-items:center;justify-items:center;place-items:center;width:48px;height:48px;margin-bottom:16px;border-radius:50%;background:var(--brand-primary-light);color:var(--brand-primary-dark);font-weight:900}.feature-grid p{margin-bottom:0}.gc-occasion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.gc-occasion-tile{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;border-radius:var(--brand-radius)}.gc-occasion-tile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.gc-occasion-tile:hover img{transform:scale(1.05)}.gc-occasion-tile__label{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(34,98,66,.88);color:#fff;padding:12px 16px;border-radius:var(--brand-radius);font-weight:850;text-align:center}.product-four-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.product-four-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff}.product-four-grid img{aspect-ratio:1;width:100%;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-four-grid h3{font-size:18px;padding:18px 18px 4px;margin:0}.product-four-grid span{display:block;padding:0 18px 18px;color:var(--brand-text)}.gc-trust-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border);background:#fff}.gc-trust-item{min-width:0;padding:22px 18px;display:flex;justify-content:center;align-items:center;gap:10px;color:var(--brand-text);font-weight:850;border-right:1px solid var(--brand-border)}.gc-trust-item i{width:12px;height:12px;border-radius:50%;background:var(--brand-primary);flex:0 0 12px}@media (max-width:991px){.feature-grid,.gc-occasion-grid,.gc-trust-bar,.product-four-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.feature-grid,.gc-occasion-grid,.gc-trust-bar,.product-four-grid{grid-template-columns:1fr}}