.ccn-gifting-hero{position:relative;min-height:42rem;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff}.ccn-gifting-hero__media{position:absolute;inset:0;z-index:0}.ccn-gifting-hero__image{width:100%;height:100%;object-fit:cover;object-position:center}.ccn-gifting-hero__overlay{position:absolute;inset:0;z-index:1;pointer-events:none}.ccn-gifting-hero__content{position:relative;z-index:2;width:100%;text-align:center;padding:4rem 1.6rem}.ccn-gifting-hero__content-inner{max-width:56rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.ccn-gifting-hero__icon{color:rgba(255,255,255,.8);margin-bottom:.4rem}.ccn-gifting-hero__heading{color:#fff}.ccn-gifting-hero__heading em{color:#fff}.ccn-gifting-hero__subtext{font-size:1.4rem;line-height:1.7;color:rgba(255,255,255,.8);margin:0}.ccn-gifting-hero__subtext strong{color:#fff;font-weight:600}.ccn-gifting-hero__cta.ccn-button--secondary{background:#fff;color:#1a1a1a;border-color:#fff}.ccn-gifting-hero__cta.ccn-button--secondary:hover{background:rgba(255,255,255,.9)}@media screen and (min-width: 750px){.ccn-gifting-hero{min-height:50rem}.ccn-gifting-hero__content{padding:6rem 4rem}}.ccn-gifting-options__grid{display:grid}.ccn-gifting-option{overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;position:relative}.ccn-gifting-option__image{position:relative;overflow:hidden;background:rgb(var(--ccn-color-surface-warm))}.ccn-gifting-option__image img,.ccn-gifting-option__image .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ccn-gifting-option:hover .ccn-gifting-option__image img{transform:scale(1.03)}.ccn-gifting-option__overlay{position:absolute;inset:0;pointer-events:none}.ccn-gifting-option__overlay-inner{position:absolute;left:0;right:0;z-index:1;color:#fff;pointer-events:none}.ccn-gifting-option__price{display:block;text-transform:uppercase;letter-spacing:.1em;opacity:.85}.ccn-gifting-option__title{font-family:var(--font-emphasis-italic-family);font-weight:200;font-style:italic;margin:.2rem 0 0}.ccn-gifting-option__desc{line-height:1.5;margin:0}.ccn-gifting-option__desc p:last-child{margin-bottom:0}.ccn-gifting-option__cta-wrap{display:block}.ccn-gifting-steps{background:rgb(var(--ccn-color-surface-light))}.ccn-gifting-steps__grid{display:grid;grid-template-columns:1fr;gap:2rem;text-align:center}@media screen and (min-width: 750px){.ccn-gifting-steps__grid{grid-template-columns:repeat(3, 1fr)}}.ccn-gifting-step{display:flex;flex-direction:column;align-items:center;gap:.6rem}.ccn-gifting-step__number{font-family:var(--font-emphasis-family);font-size:4.8rem;font-weight:200;line-height:1;color:rgba(var(--color-foreground), 0.12)}.ccn-gifting-step__title{font-family:var(--font-heading-family);font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin:0}.ccn-gifting-step__desc{font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground), 0.55);margin:0;max-width:24rem}