:root{--phreed-container-max: 1200px;--phreed-container-narrow: 880px;--phreed-container-pad-x: clamp(16px, 4vw, 48px);--phreed-section-pad-y: clamp(60px, 8vw, 120px);--phreed-section-pad-y-compact: clamp(40px, 5vw, 80px);--phreed-copy-size: clamp(1.25rem, 1.18rem + .2vw, 1.375rem);--phreed-copy-line: 1.6;--phreed-subhead-size: clamp(1.4rem, 1.27rem + .6vw, 1.65rem);--phreed-subhead-line: 1.45;--phreed-eyebrow-size: 1.2rem;--phreed-h1-size: clamp(2.75rem, 2.1rem + 2.7vw, 4.5rem);--phreed-h1-hero-size: clamp(3.25rem, 2.2rem + 4.4vw, 6rem);--phreed-h2-size: clamp(2.125rem, 1.7rem + 1.7vw, 3.25rem);--phreed-h3-size: clamp(1.375rem, 1.25rem + .55vw, 1.75rem);--phreed-radius-card: 0;--phreed-radius-button: 999px;--phreed-animate-distance: 24px;--phreed-animate-duration: .7s;--phreed-animate-easing: cubic-bezier(.16, 1, .3, 1);--phreed-animate-stagger: .1s}.phreed-section{padding:var(--phreed-section-pad-y) var(--phreed-container-pad-x);position:relative}.phreed-section--compact{padding-block:var(--phreed-section-pad-y-compact)}.phreed-section--flush-top{padding-top:0}.phreed-section--flush-bottom{padding-bottom:0}.phreed-section--flush-x{padding-inline:0}.phreed-section__inner{max-width:var(--phreed-container-max);margin-inline:auto}.phreed-section__inner--narrow{max-width:var(--phreed-container-narrow)}.phreed-section__inner--full{max-width:none}.phreed-section__head{text-align:left;max-width:720px;margin:0 0 clamp(24px,4vw,48px)}.phreed-section__head--center{text-align:center;margin-inline:auto}.phreed-eyebrow{display:inline-flex;align-items:center;gap:1.1rem;margin:0 0 1rem;font-family:var(--font-slab, "Rockwell", Georgia, serif);font-weight:500;font-size:var(--phreed-eyebrow-size, 1.2rem);letter-spacing:.14em;text-transform:uppercase;color:var(--brand-gold);line-height:1}.phreed-eyebrow:before{content:"";display:inline-block;width:2.6rem;height:2px;background:currentColor;flex:0 0 auto}.phreed-headline{font-family:var(--font-heading-family, "Recoleta", Georgia, serif);font-size:var(--phreed-h2-size);line-height:1.1;font-weight:700;letter-spacing:-.01em;margin:0 0 .5rem}.phreed-headline--hero{font-size:var(--phreed-h1-size);line-height:1.05}.phreed-headline--sub{font-size:var(--phreed-h3-size);line-height:1.2}.phreed-subhead{font-size:var(--phreed-subhead-size);line-height:var(--phreed-subhead-line);margin:0 0 .5rem;opacity:.9}.phreed-copy{font-size:var(--phreed-copy-size);line-height:var(--phreed-copy-line)}.phreed-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:14px 28px;border-radius:var(--phreed-radius-button);font-family:inherit;font-weight:700;font-size:15px;letter-spacing:.02em;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:opacity .2s ease,transform .1s ease,background .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}.phreed-btn:hover{opacity:.92}.phreed-btn:active{transform:scale(.97)}.phreed-btn[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.phreed-btn--gold{background:var(--brand-gold);color:var(--brand-charcoal)}.phreed-btn--charcoal{background:var(--brand-charcoal);color:var(--brand-cream)}.phreed-btn--cream{background:var(--brand-cream);color:var(--brand-charcoal)}.phreed-btn--outline{background:transparent;color:currentColor;border-color:currentColor}.phreed-btn--outline:hover{background:currentColor;color:var(--brand-cream);opacity:1}[data-phreed-animate]{opacity:0;transform:translateY(var(--phreed-animate-distance));transition:opacity var(--phreed-animate-duration) var(--phreed-animate-easing),transform var(--phreed-animate-duration) var(--phreed-animate-easing);transition-delay:0ms;will-change:opacity,transform}[data-phreed-animate].is-in-view{opacity:1;transform:translateY(0)}[data-phreed-animate-delay="1"]{transition-delay:calc(var(--phreed-animate-stagger) * 1)}[data-phreed-animate-delay="2"]{transition-delay:calc(var(--phreed-animate-stagger) * 2)}[data-phreed-animate-delay="3"]{transition-delay:calc(var(--phreed-animate-stagger) * 3)}[data-phreed-animate-delay="4"]{transition-delay:calc(var(--phreed-animate-stagger) * 4)}[data-phreed-animate-delay="5"]{transition-delay:calc(var(--phreed-animate-stagger) * 5)}[data-phreed-animate-delay="6"]{transition-delay:calc(var(--phreed-animate-stagger) * 6)}[data-phreed-animate-delay="7"]{transition-delay:calc(var(--phreed-animate-stagger) * 7)}[data-phreed-animate-delay="8"]{transition-delay:calc(var(--phreed-animate-stagger) * 8)}[data-phreed-animate-delay="9"]{transition-delay:calc(var(--phreed-animate-stagger) * 9)}@media(prefers-reduced-motion:reduce){[data-phreed-animate]{opacity:1;transform:none;transition:none}}.phreed-curve{display:block;width:100%;height:6rem;pointer-events:none}@media(max-width:749px){.phreed-curve{height:4.8rem}}.phreed-curve--bottom{position:absolute;left:0;right:0;bottom:-2px;z-index:1}.phreed-curve--top{position:absolute;left:0;right:0;top:-2px;transform:scaleY(-1);z-index:1}.phreed-bg--cream{background:var(--brand-cream);color:var(--brand-charcoal)}.phreed-bg--cream-soft{background:var(--brand-cream-soft);color:var(--brand-charcoal)}.phreed-bg--charcoal{background:var(--brand-charcoal);color:var(--brand-cream)}.phreed-bg--espresso{background:var(--brand-espresso);color:var(--brand-cream)}.phreed-bg--forest,.phreed-bg--green{background:var(--brand-forest);color:var(--brand-cream)}.phreed-bg--blush{background:var(--brand-blush);color:var(--brand-charcoal)}.phreed-bg--blush-soft{background:var(--brand-blush-soft);color:var(--brand-charcoal)}.phreed-bg--lilac{background:var(--brand-lilac);color:var(--brand-charcoal)}.phreed-bg--gold{background:var(--brand-gold);color:var(--brand-charcoal)}.phreed-bg--white{background:var(--brand-white);color:var(--brand-charcoal)}.phreed-bg--charcoal .phreed-eyebrow,.phreed-bg--espresso .phreed-eyebrow,.phreed-bg--forest .phreed-eyebrow,.phreed-bg--green .phreed-eyebrow{color:var(--brand-gold)}.phreed-bg--gold .phreed-eyebrow,.phreed-bg--blush .phreed-eyebrow,.phreed-bg--lilac .phreed-eyebrow{color:var(--brand-charcoal)}
/*# sourceMappingURL=/cdn/shop/t/11/assets/phreed-section-system.css.map */
