.digital-floral{--df-gold: hsl(38 50% 50%);--df-gold-hover: hsl(38 55% 42%);--df-charcoal: hsl(30 10% 20%);--df-muted: hsl(30 8% 45%);--df-border: hsl(35 15% 85%);--df-bg-muted: hsl(30 20% 96%);--df-white: #ffffff;font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--df-charcoal)}.df-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.df-container--narrow{max-width:768px}.df-section-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.875rem;font-weight:500;color:var(--df-charcoal);margin-bottom:2rem}@media (min-width: 768px){.df-section-title{font-size:2.25rem}}.df-section-title--center{text-align:center}.df-section-title--small{font-size:1.5rem}.df-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease}.df-btn--primary{background-color:var(--df-gold);color:var(--df-white)}.df-btn--primary:hover{background-color:var(--df-gold-hover)}.df-hero{position:relative;height:50vh;min-height:400px;overflow:hidden;display:flex;align-items:center;justify-content:center}.df-hero__background{position:absolute;top:0;right:0;bottom:0;left:0}.df-hero__image{width:100%;height:100%;object-fit:cover}.df-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.df-hero__content{position:relative;z-index:1;text-align:center;color:var(--df-white);max-width:56rem;padding:0 1.5rem}.df-hero__tagline{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem;font-weight:300}.df-hero__title{font-family:Cormorant Garamond,Georgia,serif;font-size:2.25rem;font-weight:400;letter-spacing:-.02em;margin-bottom:1.5rem;line-height:1.2}@media (min-width: 768px){.df-hero__title{font-size:3rem}}@media (min-width: 1024px){.df-hero__title{font-size:3.75rem}}.df-hero__description{font-size:1.125rem;font-weight:300;max-width:42rem;margin:0 auto 2rem;line-height:1.6}.df-hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:var(--df-white);color:var(--df-charcoal);font-weight:500;text-decoration:none;transition:background .2s ease}.df-hero__btn:hover{background:#ffffffe6}.df-how-it-works{padding:4rem 0}@media (min-width: 768px){.df-how-it-works{padding:6rem 0}}.df-how-it-works__grid{display:grid;gap:3rem;align-items:center}@media (min-width: 768px){.df-how-it-works__grid{grid-template-columns:1fr 1fr}}.df-how-it-works__image img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.df-steps{display:flex;flex-direction:column;gap:1.5rem}.df-step{display:flex;gap:1rem}.df-step__number{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:var(--df-gold);color:var(--df-white);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500}.df-step__title{font-weight:500;margin-bottom:.25rem;font-size:1rem}.df-step__text{color:var(--df-muted);font-size:.9375rem;line-height:1.6}.df-gallery{padding:4rem 0;background:var(--df-bg-muted)}@media (min-width: 768px){.df-gallery{padding:6rem 0}}.df-gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.df-gallery__grid{grid-template-columns:repeat(5,1fr)}}.df-gallery__item{aspect-ratio:1;overflow:hidden}.df-gallery__item img{width:100%;height:100%;object-fit:cover}.df-gallery__captions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;font-size:.875rem;color:var(--df-muted);text-align:center}.df-gallery__dot{width:4px;height:4px;border-radius:50%;background:var(--df-muted)}@media (max-width: 640px){.df-gallery__captions{font-size:.75rem}.df-gallery__dot{display:none}.df-gallery__captions span:not(.df-gallery__dot){flex-basis:50%}}.df-examples{padding:4rem 0}@media (min-width: 768px){.df-examples{padding:6rem 0}}.df-examples__grid{display:grid;gap:2rem}@media (min-width: 768px){.df-examples__grid{grid-template-columns:repeat(3,1fr)}}.df-example__image{aspect-ratio:4 / 5;overflow:hidden;margin-bottom:1rem}.df-example__image img{width:100%;height:100%;object-fit:cover}.df-example__details{font-size:.875rem;color:var(--df-muted);line-height:1.6}.df-example__details p{margin:0}.df-example__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#f5f5f0,#ebe8e2);color:var(--df-muted);border-radius:8px}.df-example__placeholder svg{opacity:.5}.df-example__placeholder span{font-size:.8125rem;opacity:.7}.df-faqs{padding:4rem 0;background:var(--df-bg-muted)}@media (min-width: 768px){.df-faqs{padding:6rem 0}}.df-accordion{display:flex;flex-direction:column}.df-accordion__item{border-bottom:1px solid var(--df-border)}.df-accordion__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:1rem;font-weight:500;text-align:left;cursor:pointer;list-style:none;color:var(--df-charcoal)}.df-accordion__trigger::-webkit-details-marker{display:none}.df-accordion__icon{flex-shrink:0;transition:transform .2s ease;color:var(--df-muted)}details[open] .df-accordion__icon{transform:rotate(180deg)}.df-accordion__content{padding-bottom:1.25rem}.df-accordion__content p{color:var(--df-muted);line-height:1.7;margin:0}.df-final-cta{padding:4rem 0}@media (min-width: 768px){.df-final-cta{padding:6rem 0}}.df-final-cta__grid{display:grid;gap:3rem;align-items:center}@media (min-width: 768px){.df-final-cta__grid{grid-template-columns:1fr 1fr}}.df-final-cta__image img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.df-final-cta__text{color:var(--df-muted);line-height:1.7;margin-bottom:2rem}.df-collections{padding:4rem 0;background:var(--df-bg-muted)}@media (min-width: 768px){.df-collections{padding:6rem 0}}.df-collections__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.df-collections__grid{grid-template-columns:repeat(4,1fr)}}.df-collection{text-align:center;text-decoration:none;color:inherit}.df-collection__image{aspect-ratio:1;overflow:hidden;margin-bottom:1rem}.df-collection__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.df-collection:hover .df-collection__image img{transform:scale(1.05)}.df-collection__title{font-size:.9375rem;font-weight:500}.df-collection__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f0,#ebe8e2);color:var(--df-muted);border-radius:8px}.df-collection__placeholder svg{opacity:.4}
/*# sourceMappingURL=/cdn/shop/t/19/assets/page-digital-floral.css.map */
