.custom-home{--custom-home-bg: #000000;--custom-home-bg-elevated: #0a0a0a;--custom-home-bg-card: rgba(255, 255, 255, .03);--custom-home-border: rgba(255, 255, 255, .1);--custom-home-border-hover: rgba(255, 255, 255, .2);--custom-home-text: #ffffff;--custom-home-muted: rgba(255, 255, 255, .65);--custom-home-muted-soft: rgba(255, 255, 255, .4);--custom-home-overlay: rgba(0, 0, 0, .45);--custom-home-accent: #ffff00;--custom-home-accent-hover: rgb(255 255 0 / .9);--custom-home-on-accent: #000000;--custom-home-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--custom-home-max: 72rem;--custom-home-gap: 1.5rem;--custom-home-section-y: clamp(3rem, 8vw, 5.5rem)}.custom-home,.custom-home *{box-sizing:border-box}.custom-home{font-family:var(--custom-home-font);color:var(--custom-home-text);line-height:1.5;-webkit-font-smoothing:antialiased}.custom-home__inner{width:min(100% - 2rem,var(--custom-home-max));margin-inline:auto}.custom-home__eyebrow{margin:0 0 .75rem;font-size:.8125rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--custom-home-accent)}.custom-home__title{margin:0;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:600;line-height:1.15;letter-spacing:-.02em;color:var(--custom-home-text);text-wrap:balance}.custom-home__lead{margin:1rem 0 0;max-width:38rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.6;color:var(--custom-home-muted);text-wrap:pretty}.custom-home__lead p,.custom-home__text p{color:inherit}.custom-home__text{margin:0;font-size:1rem;line-height:1.65;color:var(--custom-home-muted)}.custom-home__text+.custom-home__text{margin-top:1rem}.custom-home__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.custom-home__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:auto;padding:1rem 2.5rem;border:1px solid transparent;border-radius:.75rem;font-family:inherit;font-size:1rem;font-weight:700;letter-spacing:0;line-height:1.25;white-space:nowrap;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}@media(min-width:750px){.custom-home__button{width:auto;font-size:1.125rem}}.custom-home__button:focus-visible{outline:none;box-shadow:0 0 0 1px var(--custom-home-accent)}.custom-home__button--primary{background:var(--custom-home-accent);color:#000;border-color:var(--custom-home-accent)}.custom-home__button--primary:hover{background:#ffff00e6;border-color:#ffff00e6}.custom-home__button--primary-on-light{background:var(--custom-home-accent);color:#000;border-color:var(--custom-home-accent)}.custom-home__button--primary-on-light:hover{background:#ffff00e6;border-color:#ffff00e6}.custom-home__button--secondary{background:transparent;color:#fff;border-color:#fff3}.custom-home__button--secondary:hover{border-color:var(--custom-home-accent);color:var(--custom-home-accent)}.custom-home__button--secondary-on-light{background:transparent;color:#000;border-color:#0003;border-radius:.75rem}.custom-home__button--secondary-on-light:hover{border-color:#000}.custom-home-hero{position:relative;isolation:isolate;display:grid;align-items:end;min-height:clamp(28rem,78vh,42rem);padding-block:clamp(4rem,12vw,7rem);background:var(--custom-home-bg);overflow:hidden}.custom-home-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.custom-home-hero__media img,.custom-home-hero__media video{width:100%;height:100%;object-fit:cover;display:block}.custom-home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,#000000eb,#000000b8 38%,#00000059 70%,#0003);pointer-events:none}.custom-home-hero__content{position:relative;z-index:2;width:min(100% - 2rem,var(--custom-home-max));margin-inline:auto;max-width:44rem;padding:3rem 2.25rem 3.25rem}.custom-home-hero__content:before{content:"";position:absolute;z-index:-1;top:-20%;right:-35%;bottom:-30%;left:-45%;pointer-events:none;background:radial-gradient(ellipse 70% 65% at 35% 55%,#1212128c,#12121252 35%,#12121224 58%,#1212120a 78%,#12121200)}@media(min-width:750px){.custom-home-hero__content{padding:3.5rem 3.25rem 3.75rem 1.75rem}.custom-home-hero__content:before{top:-28%;right:-55%;bottom:-40%;left:-70%;background:radial-gradient(ellipse 68% 62% at 28% 52%,#1212128f,#12121257 32%,#12121229 55%,#1212120d 76%,#12121200)}}.custom-home-hero .custom-home__eyebrow{color:var(--custom-home-accent);text-shadow:0 1px 8px rgba(0,0,0,.55)}.custom-home-hero .custom-home__title{color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.65)}.custom-home-hero__title{display:flex;flex-direction:column;gap:.35em}.custom-home-hero__title-line{display:block}.custom-home-hero__title-line--secondary{font-size:.78em;font-weight:560;letter-spacing:-.015em;color:#fffffff2}.custom-home-hero .custom-home__lead,.custom-home-hero .custom-home__lead p,.custom-home-hero .custom-home__lead a{color:#ffffffeb;text-shadow:0 1px 3px rgba(0,0,0,.85),0 2px 14px rgba(0,0,0,.55)}.custom-home-hero .custom-home__lead{font-size:clamp(1.05rem,2.1vw,1.2rem);line-height:1.55;max-width:34rem}.custom-home-hero .custom-home__lead p{margin:0}.custom-home-hero .custom-home__lead a{color:var(--custom-home-accent);text-decoration:underline;text-underline-offset:.15em}.custom-home-benefits{padding-block:var(--custom-home-section-y);background:var(--custom-home-bg);color:var(--custom-home-text)}.custom-home-benefits__header{max-width:40rem;margin-bottom:clamp(2rem,5vw,3rem)}.custom-home-benefits__grid{display:grid;gap:1.25rem;grid-template-columns:1fr;list-style:none;margin:0;padding:0}@media(min-width:750px){.custom-home-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}.custom-home-benefits__item{padding:1.35rem 1.35rem 1.45rem;border:1px solid var(--custom-home-border);border-radius:.75rem;background:var(--custom-home-bg-card);transition:border-color .2s ease,background-color .2s ease}.custom-home-benefits__item:hover{border-color:var(--custom-home-border-hover);background:#ffffff0f}.custom-home-benefits__item-title{margin:0 0 .5rem;font-size:1.0625rem;font-weight:600;letter-spacing:-.01em;color:var(--custom-home-text)}.custom-home-benefits__item-text{margin:0;font-size:.9375rem;line-height:1.6;color:var(--custom-home-muted)}.custom-home-benefits__item-text p{margin:0;color:inherit}.custom-home__note{margin-top:1.75rem;padding:0;border:none;background:none;font-size:.975rem;font-style:italic;line-height:1.55;color:var(--custom-home-muted)}.custom-home-featured .custom-home__note{margin-top:2rem;max-width:40rem}.custom-home-featured{padding-block:var(--custom-home-section-y);background:var(--custom-home-bg-elevated);color:var(--custom-home-text)}.custom-home-featured__grid{display:grid;gap:2rem;align-items:center}@media(min-width:900px){.custom-home-featured__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:3rem}}.custom-home-featured__figure{margin:0}.custom-home-featured__media{position:relative;margin:0;border:none;border-radius:0;background:transparent;overflow:visible}.custom-home-featured__media img,.custom-home-featured__media video{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:.75rem}.custom-home-featured__badge{position:absolute;top:.85rem;left:.85rem;z-index:2;display:inline-flex;align-items:center;max-width:calc(100% - 1.7rem);padding:.45rem .75rem;border-radius:.5rem;background:var(--custom-home-accent);color:#000;font-size:.75rem;font-weight:700;letter-spacing:.02em;line-height:1.2;text-transform:uppercase}.custom-home-featured__caption{margin:.85rem 0 0;padding:0;border:none;border-radius:0;background:none;font-size:.875rem;font-style:italic;line-height:1.5;color:var(--custom-home-muted)}.custom-home-featured__meta{margin:.75rem 0 0;font-size:.875rem;color:var(--custom-home-muted-soft)}.custom-home-featured__price{margin:1.25rem 0 0;font-size:1.375rem;font-weight:600;letter-spacing:-.01em;color:var(--custom-home-text)}.custom-home-featured__price s{margin-right:.5rem;font-weight:500;color:var(--custom-home-muted-soft)}.custom-home-story{padding-block:var(--custom-home-section-y);background:var(--custom-home-bg);color:var(--custom-home-text)}.custom-home-story__grid{display:grid;gap:2rem;align-items:center}@media(min-width:900px){.custom-home-story__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem}}.custom-home-story__media{margin:0;overflow:hidden;border:1px solid var(--custom-home-border);border-radius:.75rem;background:#ffffff0d}.custom-home-story__media img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover}.custom-home-charity{padding-block:clamp(2.5rem,6vw,4rem);background:var(--custom-home-bg-elevated);color:var(--custom-home-text);border-top:1px solid var(--custom-home-border)}.custom-home-charity__grid{display:grid;gap:1.75rem;align-items:center}@media(min-width:750px){.custom-home-charity__grid{grid-template-columns:minmax(140px,220px) minmax(0,1fr);gap:2.5rem}}.custom-home-charity__logo-wrap{display:flex;align-items:center;justify-content:flex-start}.custom-home-charity__logo{display:block;width:min(100%,200px);height:auto}@media(min-width:750px){.custom-home-charity__logo{width:min(100%,220px)}}.custom-home-charity .custom-home__title{color:var(--custom-home-text);font-size:clamp(1.35rem,3vw,1.85rem)}.custom-home-charity .custom-home__text{color:var(--custom-home-muted);max-width:40rem;margin-top:.85rem}.custom-home-charity__link{display:inline-flex;margin-top:1.25rem;color:#ffffffd9;font-weight:560;text-decoration:underline;text-underline-offset:.2em}.custom-home-charity__link:hover{color:#fff;opacity:1}.custom-home-charity__link:focus-visible{outline:2px solid #ffffff;outline-offset:3px}@media(prefers-reduced-motion:reduce){.custom-home__button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-home.css.map */
