.bps{--bps-ease: cubic-bezier(.22, .61, .36, 1);--bps-maxw: 124rem;--bps-pad-y: clamp(5.6rem, 9vw, 10rem);--bps-radius: 1.4rem;--bps-ring: 1px solid var(--luxury-border);--bps-shadow: 0 1.8rem 4.4rem -2.4rem var(--luxury-shadow);--bps-shadow-lift: 0 2.6rem 5.4rem -2rem rgba(74, 34, 48, .24);position:relative;padding:var(--bps-pad-y) 0;background:var(--luxury-bg);color:var(--luxury-text);font-family:var(--font-body-family)}.bps--surface{background:var(--luxury-surface)}.bps--dark{background:var(--luxury-brown);color:var(--luxury-sand)}.bps--dark .bps__heading{color:var(--luxury-ivory)}.bps--dark .bps__eyebrow{color:var(--luxury-gold)}.bps--dark .bps__lead{color:var(--luxury-sand)}.bps__inner{max-width:var(--bps-maxw);margin:0 auto;padding:0 2.4rem}@media screen and (min-width:750px){.bps__inner{padding:0 4rem}}@media screen and (min-width:990px){.bps__inner{padding:0 5rem}}.bps__eyebrow{display:inline-block;font-size:1.05rem;letter-spacing:.3em;text-transform:uppercase;color:var(--luxury-burnt);margin:0 0 1.4rem}.bps__heading{font-family:var(--font-heading-family);font-size:clamp(2.6rem,3.8vw,4.2rem);line-height:1.14;letter-spacing:.01em;color:var(--luxury-brown);margin:0 0 1.8rem;font-weight:500;text-wrap:balance}.bps__lead{font-size:clamp(1.5rem,1.7vw,1.7rem);line-height:1.85;color:var(--luxury-text);margin:0;max-width:60ch}.bps__header--center{text-align:center;max-width:70rem;margin:0 auto clamp(3.6rem,5vw,5.6rem)}.bps__header--center .bps__lead{margin-inline:auto}.bps__rule{display:inline-block;width:4.4rem;height:2px;margin-top:2rem;background:linear-gradient(to right,var(--luxury-gold),rgba(184,155,94,0))}.bps__header--center .bps__rule{background:linear-gradient(to right,rgba(184,155,94,0),var(--luxury-gold),rgba(184,155,94,0))}.bps [data-bps-reveal]{opacity:0;transform:translateY(2.4rem);transition:opacity .8s var(--bps-ease),transform .8s var(--bps-ease)}.bps [data-bps-reveal].is-revealed{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.bps [data-bps-reveal]{opacity:1;transform:none;transition:none}}.bps__media{position:relative;border-radius:var(--bps-radius);overflow:hidden;background:var(--luxury-surface);box-shadow:var(--bps-shadow);border:var(--bps-ring)}.bps__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 1s var(--bps-ease)}.bps__media-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--luxury-gold);background:var(--luxury-surface)}.bps__media-placeholder svg{width:30%;max-width:9rem;opacity:.5}.bps-craft__grid{display:grid;gap:clamp(2.8rem,5vw,6rem);align-items:center}@media screen and (min-width:750px){.bps-craft__grid{grid-template-columns:1.05fr 1fr}.bps-craft--reverse .bps-craft__media{order:2}}.bps-craft__media{aspect-ratio:4 / 5}.bps-craft:hover .bps-craft__media img{transform:scale(1.03)}.bps-craft__points{list-style:none;margin:2.4rem 0 0;padding:0;display:grid;gap:1.4rem}.bps-craft__point{display:flex;gap:1.2rem;align-items:flex-start;font-size:1.45rem;line-height:1.7}.bps-craft__point svg{flex:0 0 auto;width:2rem;height:2rem;margin-top:.2rem;color:var(--luxury-gold)}.bps-specs__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media screen and (min-width:600px){.bps-specs__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.bps-specs__grid{grid-template-columns:repeat(4,1fr)}}.bps-specs__item{background:var(--luxury-bg);border:var(--bps-ring);border-radius:var(--bps-radius);padding:2.6rem 2rem;transition:transform .4s var(--bps-ease),box-shadow .4s var(--bps-ease)}.bps--surface .bps-specs__item{background:var(--luxury-surface)}.bps-specs__item:hover{transform:translateY(-.4rem);box-shadow:var(--bps-shadow)}.bps-specs__icon{display:inline-flex;width:4.2rem;height:4.2rem;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--luxury-gold);color:var(--luxury-brown);margin-bottom:1.6rem}.bps-specs__icon svg{width:2rem;height:2rem}.bps-specs__label{font-size:1.1rem;letter-spacing:.16em;text-transform:uppercase;color:var(--luxury-burnt);margin:0 0 .6rem}.bps-specs__value{font-family:var(--font-heading-family);font-size:1.7rem;color:var(--luxury-brown);margin:0;line-height:1.4}.bps-why__grid{display:grid;grid-template-columns:1fr;gap:1.8rem}@media screen and (min-width:600px){.bps-why__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.bps-why__grid{grid-template-columns:repeat(3,1fr)}}.bps-why__card{position:relative;padding:3.2rem 2.8rem;border-radius:var(--bps-radius);background:var(--luxury-surface);border:var(--bps-ring);overflow:hidden;transition:transform .45s var(--bps-ease),box-shadow .45s var(--bps-ease)}.bps--surface .bps-why__card{background:var(--luxury-bg)}.bps--dark .bps-why__card{background:#f7efe20d;border-color:#b89b5e47}.bps-why__card:before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(to right,var(--luxury-gold),rgba(184,155,94,0));transform:scaleX(0);transform-origin:left;transition:transform .5s var(--bps-ease)}.bps-why__card:hover{transform:translateY(-.5rem);box-shadow:var(--bps-shadow-lift)}.bps-why__card:hover:before{transform:scaleX(1)}.bps-why__icon{color:var(--luxury-gold);margin-bottom:1.8rem}.bps-why__icon svg{width:3rem;height:3rem}.bps-why__title{font-family:var(--font-heading-family);font-size:1.9rem;color:var(--luxury-brown);margin:0 0 1rem}.bps--dark .bps-why__title{color:var(--luxury-ivory)}.bps-why__text{font-size:1.4rem;line-height:1.75;margin:0;color:var(--luxury-text)}.bps--dark .bps-why__text{color:var(--luxury-sand)}.bps-life__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media screen and (min-width:750px){.bps-life__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr}.bps-life__cell--tall{grid-row:span 2}}.bps-life__cell{position:relative;overflow:hidden;border-radius:var(--bps-radius);aspect-ratio:4 / 3;background:var(--luxury-surface)}.bps-life__cell--tall{aspect-ratio:4 / 5}@media screen and (min-width:750px){.bps-life__cell--tall{aspect-ratio:auto}}.bps-life__cell img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--bps-ease)}.bps-life__cell:hover img{transform:scale(1.05)}.bps-life__caption{position:absolute;left:0;right:0;bottom:0;padding:2.4rem;color:var(--luxury-ivory);background:linear-gradient(to top,#4a2230a8,#4a223000);font-size:1.35rem;letter-spacing:.04em}.bps-assure__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media screen and (min-width:600px){.bps-assure__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.bps-assure__grid{grid-template-columns:repeat(4,1fr)}}.bps-assure__item{text-align:center;padding:2.4rem 1.8rem;border-radius:var(--bps-radius);border:var(--bps-ring);background:var(--luxury-surface);transition:border-color .4s var(--bps-ease),transform .4s var(--bps-ease)}.bps--surface .bps-assure__item{background:var(--luxury-bg)}.bps-assure__item:hover{transform:translateY(-.3rem);border-color:var(--luxury-gold)}.bps-assure__icon{display:inline-flex;width:5rem;height:5rem;align-items:center;justify-content:center;border-radius:50%;background:var(--luxury-bg);color:var(--luxury-brown);margin-bottom:1.4rem}.bps--surface .bps-assure__icon{background:var(--luxury-surface)}.bps-assure__icon svg{width:2.4rem;height:2.4rem}.bps-assure__title{font-family:var(--font-heading-family);font-size:1.6rem;color:var(--luxury-brown);margin:0 0 .6rem}.bps-assure__text{font-size:1.3rem;line-height:1.7;color:var(--luxury-text);opacity:.85;margin:0}.bps-story{position:relative;overflow:hidden}.bps-story__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.bps-story__bg img{width:100%;height:100%;object-fit:cover}.bps-story__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#4a22309e}.bps-story__inner{position:relative;z-index:1}.bps-story--has-bg .bps__heading{color:var(--luxury-ivory)}.bps-story--has-bg .bps__eyebrow{color:var(--luxury-gold)}.bps-story__quote{font-family:var(--font-heading-family);font-size:clamp(2.2rem,3.4vw,3.4rem);line-height:1.4;color:var(--luxury-brown);margin:0 auto 2.4rem;max-width:30ch;text-wrap:balance}.bps-story--has-bg .bps-story__quote{color:var(--luxury-ivory)}.bps-story__signature{font-size:1.2rem;letter-spacing:.22em;text-transform:uppercase;color:var(--luxury-burnt)}.bps-story--has-bg .bps-story__signature{color:var(--luxury-gold)}.bps-story__cta{display:inline-block;margin-top:2.8rem;padding:1.3rem 3.2rem;border:1px solid var(--luxury-gold);border-radius:.5rem;color:var(--luxury-brown);letter-spacing:.14em;text-transform:uppercase;font-size:1.25rem;transition:background .4s var(--bps-ease),color .4s var(--bps-ease)}.bps-story--has-bg .bps-story__cta{color:var(--luxury-ivory)}.bps-story__cta:hover{background:var(--luxury-gold);color:var(--luxury-ivory)}.bps--dark .bps-story__cta:hover{color:var(--luxury-brown)}
/*# sourceMappingURL=/cdn/shop/t/18/assets/beradi-product-sections.css.map */
