:root{--fo-black: #0a0a0a;--fo-white: #fafafa;--fo-cream: #f5f0e8;--fo-red: #e63946;--fo-muted: #6b6b6b;--fo-border: #1a1a1a;--fo-track: .35em}.fo-section-label{font-size:1.1rem;letter-spacing:var(--fo-track);text-transform:uppercase;font-weight:600;margin:0 0 1.2rem;color:rgb(var(--color-foreground))}.fo-section-title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(2.8rem,5vw,4.8rem);line-height:1.05;margin:0 0 1.6rem;letter-spacing:-.02em}.fo-body-copy{font-size:1.6rem;line-height:1.6;max-width:52rem;color:rgba(var(--color-foreground),.8)}.fo-btn{display:inline-flex;align-items:center;justify-content:center;padding:1.4rem 2.8rem;font-size:1.3rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:2px solid var(--fo-black);background:var(--fo-black);color:var(--fo-white);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.fo-btn:hover{background:var(--fo-white);color:var(--fo-black);border-color:var(--fo-black)}.fo-btn--secondary{background:transparent;color:var(--fo-black);border-color:var(--fo-black)}.fo-btn--secondary:hover{background:var(--fo-black);color:var(--fo-white);border-color:var(--fo-black)}.fo-btn--full{width:100%}.fo-btn:disabled{opacity:.45;cursor:not-allowed}.fo-hero{padding:6rem 0 5rem;background:var(--fo-cream)}.fo-hero__inner{display:grid;gap:3rem;align-items:end}.fo-hero__eyebrow{font-size:1.1rem;letter-spacing:var(--fo-track);text-transform:uppercase;margin-bottom:1.6rem;font-weight:600}.fo-hero__headline{font-size:clamp(4rem,9vw,8rem);line-height:.95;margin:0;font-weight:800;letter-spacing:-.03em;color:var(--fo-black)}.fo-hero__headline em,.fo-hero__headline strong{color:var(--fo-red);font-style:normal}.fo-hero__quote{font-size:clamp(1.8rem,3vw,2.4rem);font-style:italic;margin:2rem 0;max-width:40rem}.fo-hero__actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:2.4rem}@media screen and (min-width:990px){.fo-hero__inner{grid-template-columns:1.2fr 1fr}.fo-hero{padding:8rem 0 6rem}}.fo-marquee{overflow:hidden;background:var(--fo-red);color:var(--fo-white);padding:1.2rem 0}.fo-marquee__track{display:flex;width:max-content;animation:fo-marquee-scroll 28s linear infinite}.fo-marquee__content{display:flex;align-items:center;gap:2.4rem;padding-right:2.4rem;font-size:1.2rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap}@keyframes fo-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.fo-collection{padding:6rem 0}.fo-collection__header{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3.2rem;flex-wrap:wrap}.fo-collection__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media screen and (min-width:990px){.fo-collection__grid{grid-template-columns:repeat(4,1fr)}}.fo-product-card{text-decoration:none;color:inherit;display:block}.fo-product-card__media{aspect-ratio:3/4;background:#e8e4dc;border:2px solid var(--fo-border);margin-bottom:1.2rem;overflow:hidden;position:relative}.fo-product-card__media img{width:100%;height:100%;object-fit:cover}.fo-product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:3rem;opacity:.25}.fo-product-card__badge{position:absolute;top:1rem;left:1rem;font-size:.9rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;background:var(--fo-white);border:1px solid var(--fo-border);padding:.4rem .8rem}.fo-product-card__badge--bestseller{background:var(--fo-red);color:var(--fo-white);border-color:var(--fo-red)}.fo-product-card__title{font-size:1.5rem;font-weight:700;margin:0 0 .4rem}.fo-product-card__subtitle{font-size:1.3rem;color:var(--fo-muted);margin:0 0 .6rem}.fo-product-card__price{font-size:1.4rem;font-weight:700}.fo-view-all{font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;color:var(--fo-red);border-bottom:2px solid var(--fo-red);padding-bottom:.2rem}.fo-custom-order{padding:6rem 0;background:var(--fo-white)}.fo-custom-order .fo-collection__grid{grid-template-columns:1fr}@media screen and (min-width:750px){.fo-custom-order .fo-collection__grid{grid-template-columns:repeat(3,1fr)}}.fo-how-it-works{padding:6rem 0;background:var(--fo-cream)}.fo-steps{display:grid;gap:2.4rem;margin-top:3rem}@media screen and (min-width:750px){.fo-steps{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.fo-steps{grid-template-columns:repeat(4,1fr)}}.fo-step__number{font-size:4rem;font-weight:800;line-height:1;margin-bottom:1rem;color:var(--fo-red);opacity:.35}.fo-step__title{font-size:1.4rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .8rem}.fo-step__text{font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.75);margin:0}.fo-photo-tips{padding:5rem 0}.fo-tips-grid{display:grid;gap:2rem;margin-top:2.4rem}@media screen and (min-width:750px){.fo-tips-grid{grid-template-columns:1fr 1fr}}.fo-tips-list{list-style:none;padding:0;margin:0}.fo-tips-list li{font-size:1.5rem;padding:.8rem 0;border-bottom:1px solid rgba(var(--color-foreground),.1)}.fo-tips-list--do li:before{content:"\2713  ";font-weight:700;color:var(--fo-red)}.fo-tips-list--dont li:before{content:"\2717  ";font-weight:700;opacity:.5}.fo-story{padding:6rem 0 8rem;background:var(--fo-black);color:var(--fo-white)}.fo-story .fo-section-label,.fo-story .fo-section-title,.fo-story .fo-body-copy{color:var(--fo-white)}.fo-story .fo-body-copy{opacity:.85}.fo-custom-product-banner{padding:2.4rem 0;background:var(--fo-cream);border-bottom:2px solid var(--fo-border)}.fo-custom-product-banner__inner{display:flex;align-items:center;gap:1.2rem;font-size:1.4rem;line-height:1.5}.fo-custom-product-banner__icon{font-size:2rem;flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/4/assets/flipped-off.css.map */
