:root{--background: 30 43% 97%;--foreground: 24 5% 27%;--card: 28 22% 86%;--primary: 120 12% 77%;--primary-foreground: 24 5% 27%;--secondary: 28 22% 86%;--secondary-foreground: 24 5% 27%;--muted: 27 25% 76%;--muted-foreground: 24 5% 20%;--accent: 33 30% 81%;--accent-foreground: 24 5% 27%;--border: 27 20% 82%;--input: 27 25% 76%;--ring: 120 12% 77%;--radius: 1.5rem;--florine-cream: 30 43% 97%;--florine-tan: 28 22% 86%;--florine-light-brown: 27 25% 76%;--florine-green: 120 12% 77%;--florine-yellow: 33 30% 81%;--florine-dark-brown: 24 8% 58%;--florine-charcoal: 24 5% 27%;--site-header-height: 4rem}@media(min-width:768px){:root{--site-header-height: 5rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;border-color:hsl(var(--border))}[hidden]{display:none!important}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,sans-serif;font-weight:300;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:STIX Two Text,serif;font-weight:400;letter-spacing:.02em;line-height:1.2}img,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}input,button,textarea,select{font-family:inherit}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}.section-padding{padding:5rem 1.5rem}@media(min-width:768px){.section-padding{padding:7rem 3rem}}@media(min-width:1024px){.section-padding{padding:8rem 6rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;font-family:STIX Two Text,serif;font-weight:400;border-radius:9999px;cursor:pointer;border:1px solid transparent;transition:opacity .3s ease,background-color .3s ease,color .3s ease,border-color .3s ease;text-align:center;line-height:1}.btn:hover{opacity:.9}.btn:disabled,.btn[disabled]{cursor:not-allowed;opacity:.55}.btn--primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:1rem;letter-spacing:.05em;padding:1rem 2.5rem}.btn--secondary{background-color:transparent;color:hsl(var(--foreground));border-color:hsl(var(--border));font-size:1rem;letter-spacing:.05em;padding:1rem 2.5rem}.btn--secondary:hover{background-color:hsl(var(--secondary) / .4);opacity:1}.btn--small{font-size:.875rem;padding:.875rem 2rem;white-space:nowrap}.btn__arrow{display:inline-block;transition:transform .25s ease}.btn:hover .btn__arrow{transform:translate(.25rem)}.divider{width:3rem;height:1px;background-color:hsl(var(--florine-dark-brown) / .3)}.site-header{position:sticky;top:0;z-index:40;background-color:hsl(var(--background) / .92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid hsl(var(--border) / .4)}.site-header__inner{position:relative;max-width:72rem;margin:0 auto;height:var(--site-header-height);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;gap:1rem}@media(min-width:768px){.site-header__inner{padding:0 2.5rem}}.site-header__nav{display:flex;align-items:center;gap:1rem;flex:1}.site-header__nav--right{justify-content:flex-end;gap:1.25rem}.site-header__nav--left{display:none;gap:2.5rem}@media(min-width:768px){.site-header__nav--left{display:flex}}.site-header__link{font-family:Inter,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--foreground) / .6);transition:opacity .2s ease,color .2s ease}.site-header__link:hover,.site-header__link.is-active{color:hsl(var(--foreground))}.site-header__link--mobile{display:inline-block}@media(min-width:768px){.site-header__link--mobile{display:none}}.site-header__brand{display:flex;align-items:center}@media(min-width:768px){.site-header__brand{position:absolute;left:50%;transform:translate(-50%)}}.site-header__logo{height:2.5rem;width:auto;object-fit:contain}@media(min-width:768px){.site-header__logo{height:3rem}}.site-header__cart{position:relative;display:inline-flex;align-items:center;justify-content:center;color:hsl(var(--foreground) / .6);transition:color .2s ease;padding:.5rem}.site-header__cart:hover{color:hsl(var(--foreground))}.site-header__cart-count{position:absolute;top:-2px;right:-2px;min-width:1.1rem;height:1.1rem;padding:0 4px;border-radius:9999px;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));font-family:Inter,sans-serif;font-size:.65rem;font-weight:500;display:inline-flex;align-items:center;justify-content:center}.hero{position:relative;min-height:calc(100vh - var(--site-header-height));min-height:calc(100svh - var(--site-header-height));display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0}.hero__background-image{width:100%;height:100%;object-fit:cover;opacity:.18}.hero__content{position:relative;z-index:10;max-width:48rem;margin:0 auto;text-align:center;padding:5rem 1.5rem}@media(min-width:768px){.hero__content{padding:7rem 3rem}}@media(min-width:1024px){.hero__content{padding:8rem 6rem}}.hero__logo{height:5rem;width:auto;margin:0 auto 2rem}@media(min-width:768px){.hero__logo{height:6rem}}.hero__title{font-size:2.25rem;line-height:1.15;margin-bottom:1.5rem}@media(min-width:768px){.hero__title{font-size:3rem}}@media(min-width:1024px){.hero__title{font-size:3.75rem}}.hero__subtitle{font-family:Inter,sans-serif;font-weight:300;font-size:1.125rem;color:hsl(var(--florine-dark-brown));margin-bottom:2rem;line-height:1.6}@media(min-width:768px){.hero__subtitle{font-size:1.25rem}}.hero__description{max-width:36rem;margin:0 auto 2.5rem}.hero__description p{font-family:Inter,sans-serif;font-weight:300;font-size:1rem;line-height:1.6;color:hsl(var(--foreground) / .8)}.hero__description p+p{margin-top:1rem}.hero__cta{display:flex;flex-direction:column;align-items:center;gap:.75rem}.hero__cta-note{font-family:Inter,sans-serif;font-size:.875rem;color:hsl(var(--florine-dark-brown));font-weight:300;font-style:italic}.philosophy__inner{max-width:72rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;text-align:left}@media(min-width:768px){.philosophy__inner{grid-template-columns:1fr 1fr;gap:3rem}}@media(min-width:1024px){.philosophy__inner{gap:4rem}}.philosophy__content{max-width:36rem}.philosophy__title{font-size:1.875rem;margin-bottom:2rem}@media(min-width:768px){.philosophy__title{font-size:2.25rem}}.philosophy__text{font-family:Inter,sans-serif;font-weight:300;font-size:1rem;line-height:1.6;color:hsl(var(--foreground) / .8);margin-bottom:1.5rem}@media(min-width:768px){.philosophy__text{font-size:1.125rem}}.philosophy__text:last-of-type{margin-bottom:2rem}.philosophy__divider{margin-bottom:2rem}.philosophy__quote{font-family:STIX Two Text,serif;font-size:1.25rem;font-style:italic;color:hsl(var(--foreground) / .7)}.philosophy__quote+.philosophy__quote{margin-top:.25rem}@media(min-width:768px){.philosophy__quote{font-size:1.5rem}}.philosophy__media{display:flex;flex-direction:column;align-items:center}.philosophy__sketch{width:100%;max-width:26rem;height:auto}.philosophy__sketch--shorts{margin-top:-3rem}@media(min-width:768px){.philosophy__sketch--shorts{margin-top:-5rem}}.featured-product__inner{max-width:72rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.featured-product__inner{grid-template-columns:1fr 1fr;gap:5rem}}.featured-product__media-link{display:block}.featured-product__media-frame{aspect-ratio:4 / 5;overflow:hidden;border-radius:2rem;background-color:hsl(var(--secondary) / .4)}.featured-product__image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.featured-product__media-link:hover .featured-product__image{transform:scale(1.03)}.featured-product__eyebrow{font-family:Inter,sans-serif;font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--foreground) / .5);margin-bottom:1.25rem}.featured-product__title{font-size:1.875rem;line-height:1.15;margin-bottom:1.5rem}@media(min-width:768px){.featured-product__title{font-size:2.25rem}}.featured-product__tagline{font-family:Inter,sans-serif;font-weight:300;font-size:1rem;line-height:1.6;color:hsl(var(--foreground) / .8);margin-bottom:1.25rem}@media(min-width:768px){.featured-product__tagline{font-size:1.125rem}}.featured-product__description{font-family:Inter,sans-serif;font-weight:300;font-size:1rem;line-height:1.6;color:hsl(var(--foreground) / .8);margin-bottom:2rem}@media(min-width:768px){.featured-product__description{font-size:1.125rem}}.featured-product__description p+p{margin-top:1rem}.featured-product__price-row{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem}.featured-product__price{font-family:STIX Two Text,serif;font-size:1.5rem}.featured-product__currency{font-family:Inter,sans-serif;font-size:.875rem;color:hsl(var(--foreground) / .5)}.principles{background-color:hsl(var(--background))}.principles__inner{max-width:64rem;margin:0 auto}.principles__title{font-size:1.875rem;text-align:center;margin-bottom:4rem}@media(min-width:768px){.principles__title{font-size:2.25rem}}.principles__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:640px){.principles__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.principles__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.principles__card{text-align:center}.principles__icon{display:flex;justify-content:center;margin-bottom:1.25rem;color:hsl(var(--primary))}.principles__icon svg{width:32px;height:32px}.principles__card-title{font-family:STIX Two Text,serif;font-size:1.125rem;margin-bottom:.75rem}.principles__card-description{font-family:Inter,sans-serif;font-weight:300;font-size:.875rem;line-height:1.6;color:hsl(var(--foreground) / .7)}.emotional__inner{max-width:72rem;margin:0 auto}.emotional__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.emotional__grid{grid-template-columns:5fr 7fr;gap:5rem}}.emotional__intro-sticky{position:relative}@media(min-width:1024px){.emotional__intro-sticky{position:sticky;top:calc(var(--site-header-height) + 2rem)}}.emotional__eyebrow{font-family:Inter,sans-serif;font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--accent-foreground) / .6);margin-bottom:2rem}.emotional__title{font-family:STIX Two Text,serif;font-size:1.875rem;line-height:1.1;margin-bottom:1.5rem}@media(min-width:768px){.emotional__title{font-size:3rem}}.emotional__lead{font-family:Inter,sans-serif;font-weight:300;font-size:1rem;line-height:1.6;color:hsl(var(--accent-foreground) / .8);max-width:28rem}@media(min-width:768px){.emotional__lead{font-size:1.125rem}}.emotional__subnote{display:none;align-items:center;gap:.75rem;margin-top:3rem}@media(min-width:1024px){.emotional__subnote{display:flex}}.emotional__subnote-rule{width:2.5rem;height:1px;background-color:hsl(var(--florine-dark-brown) / .3)}.emotional__subnote-text{font-family:STIX Two Text,serif;font-style:italic;font-size:.875rem;color:hsl(var(--accent-foreground) / .6)}.emotional__timeline{display:grid;gap:3rem}@media(min-width:768px){.emotional__timeline{gap:3.5rem}}.emotional__step-title{font-family:STIX Two Text,serif;font-size:1.5rem;line-height:1.15;margin-bottom:.75rem}@media(min-width:768px){.emotional__step-title{font-size:1.875rem}}.emotional__step-text{font-family:Inter,sans-serif;font-weight:300;font-size:1rem;line-height:1.6;color:hsl(var(--accent-foreground) / .75);max-width:32rem}.emotional__closing-wrap{margin-top:3rem;padding-top:2rem;border-top:1px solid hsl(var(--florine-dark-brown) / .15);text-align:center}@media(min-width:768px){.emotional__closing-wrap{margin-top:4rem}}.emotional__closing{font-family:STIX Two Text,serif;font-style:italic;font-size:1.25rem;line-height:1.4;color:hsl(var(--accent-foreground) / .8);max-width:48rem;margin:0 auto}@media(min-width:768px){.emotional__closing{font-size:1.875rem}}.emotional__closing-emphasis{color:hsl(var(--accent-foreground))}.why-florine__inner{max-width:72rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.why-florine__inner{grid-template-columns:1fr 1fr;gap:5rem}}.why-florine__content{order:2}.why-florine__media{order:1}@media(min-width:768px){.why-florine__content{order:1}.why-florine__media{order:2}}.why-florine__title{font-size:1.875rem;margin-bottom:2rem}@media(min-width:768px){.why-florine__title{font-size:2.25rem}}.why-florine__text{font-family:Inter,sans-serif;font-weight:300;font-size:1rem;line-height:1.6;color:hsl(var(--foreground) / .8);margin-bottom:1.25rem}@media(min-width:768px){.why-florine__text{font-size:1.125rem}}.why-florine__quote{font-family:STIX Two Text,serif;font-style:italic;font-size:1.125rem;color:hsl(var(--foreground) / .7);margin-top:2rem}@media(min-width:768px){.why-florine__quote{font-size:1.25rem}}.why-florine__media-frame{aspect-ratio:4 / 5;overflow:hidden;border-radius:2rem;background-color:hsl(var(--secondary) / .4)}.why-florine__image{width:100%;height:100%;object-fit:cover}.design-sketches__inner{max-width:64rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.design-sketches__inner{grid-template-columns:1fr 1fr;gap:4rem}}.design-sketches__item{display:flex;justify-content:center}.design-sketches__image{width:100%;max-width:24rem;height:auto}.waitlist__inner{max-width:36rem;margin:0 auto;text-align:center}.waitlist__title{font-size:1.875rem;margin-bottom:1.5rem}@media(min-width:768px){.waitlist__title{font-size:2.25rem}}.waitlist__subtitle{font-family:Inter,sans-serif;font-weight:300;font-size:1rem;line-height:1.6;color:hsl(var(--muted-foreground));margin-bottom:2.5rem}@media(min-width:768px){.waitlist__subtitle{font-size:1.125rem}}.waitlist__form-row{display:flex;flex-direction:column;gap:.75rem;align-items:center;justify-content:center}@media(min-width:640px){.waitlist__form-row{flex-direction:row}}.waitlist__input{width:100%;max-width:18rem;padding:.875rem 1.25rem;border-radius:9999px;background-color:hsl(var(--background) / .7);border:1px solid hsl(var(--border));font-family:Inter,sans-serif;font-weight:300;font-size:.875rem;color:hsl(var(--foreground));outline:none;transition:all .2s ease}.waitlist__input::placeholder{color:hsl(var(--foreground) / .4)}.waitlist__input:focus{box-shadow:0 0 0 1px hsl(var(--primary))}.waitlist__note{font-family:Inter,sans-serif;font-size:.75rem;color:hsl(var(--foreground) / .5);margin-top:1rem;font-style:italic}.waitlist__error{font-family:Inter,sans-serif;font-size:.875rem;color:#c0392b;margin-top:.75rem}.waitlist__success-title{font-family:STIX Two Text,serif;font-size:1.25rem;margin-bottom:.5rem}.waitlist__success-message{font-family:Inter,sans-serif;font-weight:300;font-size:1rem;color:hsl(var(--foreground) / .7)}.collection__header{text-align:center;padding-bottom:2.5rem}.collection__eyebrow{font-family:Inter,sans-serif;font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--foreground) / .5);margin-bottom:1.25rem}.collection__title{font-size:2.25rem;margin-bottom:1.5rem}@media(min-width:768px){.collection__title{font-size:3rem}}.collection__description{max-width:32rem;margin:0 auto;font-family:Inter,sans-serif;font-weight:300;font-size:1rem;line-height:1.6;color:hsl(var(--foreground) / .7)}@media(min-width:768px){.collection__description{font-size:1.125rem}}.collection__grid-wrap{max-width:80rem;margin:0 auto;padding:0 1.5rem 6rem}@media(min-width:768px){.collection__grid-wrap{padding:0 3rem 8rem}}.collection__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.collection__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.collection__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.collection__card-link{display:block}.collection__card-media{aspect-ratio:4 / 5;overflow:hidden;border-radius:2rem;background-color:hsl(var(--secondary) / .3);margin-bottom:1.25rem}.collection__card-image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.collection__card-link:hover .collection__card-image{transform:scale(1.03)}.collection__card-title{font-family:STIX Two Text,serif;font-size:1.25rem;margin-bottom:.25rem}.collection__card-tagline{font-family:Inter,sans-serif;font-weight:300;font-size:.875rem;color:hsl(var(--foreground) / .6);margin-bottom:.5rem}.collection__card-price{font-family:STIX Two Text,serif;font-size:1rem;color:hsl(var(--foreground) / .8)}.collection__card--placeholder{aspect-ratio:4 / 5;border:1px dashed hsl(var(--border));border-radius:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.collection__placeholder-eyebrow{font-family:Inter,sans-serif;font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--foreground) / .4);margin-bottom:.75rem}.collection__placeholder-title{font-family:STIX Two Text,serif;font-size:1.25rem;color:hsl(var(--foreground) / .6);margin-bottom:.5rem}.collection__placeholder-note{font-family:Inter,sans-serif;font-weight:300;font-size:.875rem;color:hsl(var(--foreground) / .5)}.product__breadcrumb{max-width:80rem;margin:0 auto;padding:2rem 1.5rem 0}@media(min-width:768px){.product__breadcrumb{padding:2rem 3rem 0}}.product__back{display:inline-flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--foreground) / .5);transition:color .2s ease}.product__back:hover{color:hsl(var(--foreground))}.product__layout{max-width:80rem;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.product__layout{padding:3rem 3rem 6rem;grid-template-columns:1.1fr 1fr;gap:5rem}}.product__gallery-mobile{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-right:2rem;padding-bottom:.5rem;-ms-overflow-style:none;scrollbar-width:none}.product__gallery-mobile::-webkit-scrollbar{display:none}.product__gallery-mobile-slide{flex:0 0 92%;aspect-ratio:4 / 5;overflow:hidden;border-radius:2rem;background-color:hsl(var(--secondary) / .3);scroll-snap-align:start}.product__gallery-mobile-slide img{width:100%;height:100%;object-fit:cover}@media(min-width:768px){.product__gallery-mobile{display:none}}.product__gallery-desktop{display:none;position:sticky;top:calc(var(--site-header-height) + 1.5rem);align-self:start}@media(min-width:768px){.product__gallery-desktop{display:block}}.product__gallery-main{aspect-ratio:4 / 5;overflow:hidden;border-radius:2rem;background-color:hsl(var(--secondary) / .3);margin-bottom:1rem}.product__gallery-main-image{width:100%;height:100%;object-fit:cover}.product__gallery-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.product__gallery-thumb{aspect-ratio:1 / 1;overflow:hidden;border-radius:1rem;background-color:hsl(var(--secondary) / .3);padding:0;opacity:.65;transition:opacity .2s ease,box-shadow .2s ease}.product__gallery-thumb:hover{opacity:1}.product__gallery-thumb.is-active{opacity:1;box-shadow:0 0 0 2px hsl(var(--primary)),0 0 0 4px hsl(var(--background))}.product__gallery-thumb img{width:100%;height:100%;object-fit:cover}.product__details{padding-top:.5rem}.product__eyebrow{font-family:Inter,sans-serif;font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--foreground) / .5);margin-bottom:1.25rem}.product__title{font-size:1.875rem;line-height:1.15;margin-bottom:1rem}@media(min-width:768px){.product__title{font-size:2.5rem}}@media(min-width:1024px){.product__title{font-size:3rem}}.product__tagline{font-family:Inter,sans-serif;font-weight:300;font-size:1rem;line-height:1.6;color:hsl(var(--foreground) / .7);margin-bottom:1.5rem}@media(min-width:768px){.product__tagline{font-size:1.125rem}}.product__price-row{display:flex;align-items:baseline;gap:.75rem;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid hsl(var(--border) / .6)}.product__price{font-family:STIX Two Text,serif;font-size:1.5rem}.product__currency{font-family:Inter,sans-serif;font-size:.875rem;color:hsl(var(--foreground) / .5)}.product__option{margin-bottom:2rem}.product__option-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.product__option-label{font-family:Inter,sans-serif;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--foreground) / .6)}.product__size-guide{font-family:Inter,sans-serif;font-size:.75rem;text-decoration:underline;color:hsl(var(--foreground) / .5);transition:color .2s ease}.product__size-guide:hover{color:hsl(var(--foreground))}.product__option-values{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.product__option-value{position:relative}.product__option-value input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.product__option-value span{display:flex;align-items:center;justify-content:center;height:3rem;border-radius:9999px;border:1px solid hsl(var(--border));font-family:Inter,sans-serif;font-size:.875rem;transition:all .2s ease}.product__option-value:hover span{border-color:hsl(var(--foreground) / .6)}.product__option-value input:checked+span{background-color:hsl(var(--foreground));color:hsl(var(--background));border-color:hsl(var(--foreground))}.product__quantity{display:inline-flex;align-items:center;border:1px solid hsl(var(--border));border-radius:9999px;overflow:hidden}.product__quantity-btn{width:2.75rem;height:2.75rem;display:inline-flex;align-items:center;justify-content:center;color:hsl(var(--foreground) / .6);transition:color .2s ease}.product__quantity-btn:hover{color:hsl(var(--foreground))}.product__quantity-input{width:2.5rem;text-align:center;border:0;background:transparent;font-family:Inter,sans-serif;font-size:.875rem;-moz-appearance:textfield}.product__quantity-input::-webkit-outer-spin-button,.product__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__buttons{display:flex;flex-direction:column;gap:.75rem;margin:2rem 0 2.5rem}.product__submit,.product__buy-now{width:100%;padding-top:1.1rem;padding-bottom:1.1rem}.product__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.5rem 0;border-top:1px solid hsl(var(--border) / .6);border-bottom:1px solid hsl(var(--border) / .6);margin-bottom:2.5rem}.product__trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.product__trust-item p{font-family:Inter,sans-serif;font-size:.75rem;color:hsl(var(--foreground) / .6);line-height:1.5}.product__trust-item svg{color:hsl(var(--foreground) / .6)}.product__accordion-item{border-bottom:1px solid hsl(var(--border) / .6)}.product__accordion-trigger{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-family:STIX Two Text,serif;font-size:1.125rem}.product__accordion-icon{color:hsl(var(--foreground) / .5);transition:transform .2s ease}.product__accordion-item[open] .product__accordion-icon{transform:rotate(180deg)}.product__accordion-content{padding:0 0 1.5rem;font-family:Inter,sans-serif;font-weight:300;font-size:.9375rem;line-height:1.7;color:hsl(var(--foreground) / .75)}.product__accordion-content p+p{margin-top:1rem}.product__accordion-content ul{display:flex;flex-direction:column;gap:.5rem;padding-left:1.25rem}.product__accordion-content li{position:relative;font-size:.875rem;color:hsl(var(--foreground) / .7)}.product__accordion-content li:before{content:"\2014";position:absolute;left:-1.25rem;color:hsl(var(--foreground) / .4)}.product__brand-strip{padding:5rem 1.5rem;text-align:center}@media(min-width:768px){.product__brand-strip{padding:7rem 3rem}}.product__brand-quote{max-width:36rem;margin:0 auto;font-family:STIX Two Text,serif;font-style:italic;font-size:1.25rem;line-height:1.5;color:hsl(var(--foreground) / .7)}@media(min-width:768px){.product__brand-quote{font-size:1.5rem}}.page__inner{max-width:42rem;margin:0 auto}.page__title{font-size:2.25rem;text-align:center;margin-bottom:3rem}@media(min-width:768px){.page__title{font-size:2.75rem}}.page__content{font-family:Inter,sans-serif;font-weight:300;font-size:1rem;line-height:1.7;color:hsl(var(--foreground) / .85)}.page__content p+p,.page__content ul+p,.page__content p+ul{margin-top:1.25rem}.page__content h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem}.page__content h3{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem}.page__content ul{padding-left:1.5rem;list-style:disc}.page__content a{text-decoration:underline}.footer{background-color:hsl(var(--florine-dark-brown));color:hsl(var(--florine-cream))}.footer__main{max-width:80rem;margin:0 auto;padding:4rem 1.5rem 2.5rem;display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.footer__main{padding:5rem 3rem 2.5rem;grid-template-columns:5fr 7fr;gap:3rem}}.footer__brand{max-width:24rem}.footer__logo{height:3.5rem;width:auto;margin-bottom:1.25rem;filter:brightness(2) contrast(.75)}.footer__tagline{font-family:Inter,sans-serif;font-weight:300;font-size:.875rem;line-height:1.6;color:hsl(var(--florine-cream) / .7);margin-bottom:1.5rem}.footer__newsletter{max-width:22rem}.footer__newsletter-row{display:flex}.footer__newsletter-input{flex:1;min-width:0;background:transparent;border:1px solid hsl(var(--florine-cream) / .3);border-right:0;border-radius:9999px 0 0 9999px;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;color:hsl(var(--florine-cream));outline:none;transition:border-color .2s ease}.footer__newsletter-input::placeholder{color:hsl(var(--florine-cream) / .4)}.footer__newsletter-input:focus{border-color:hsl(var(--florine-cream) / .6)}.footer__newsletter-button{background-color:hsl(var(--florine-cream));color:hsl(var(--florine-dark-brown));font-family:STIX Two Text,serif;font-size:.875rem;letter-spacing:.05em;padding:.75rem 1.25rem;border-radius:0 9999px 9999px 0;transition:opacity .2s ease;cursor:pointer}.footer__newsletter-button:hover{opacity:.92}.footer__newsletter-success{font-family:STIX Two Text,serif;font-style:italic;font-size:.95rem;color:hsl(var(--florine-cream))}.footer__newsletter-error{font-family:Inter,sans-serif;font-size:.8rem;color:hsl(var(--florine-cream) / .85);margin-top:.5rem}.footer__columns{display:grid;grid-template-columns:1fr;gap:2rem;align-content:start}@media(min-width:640px){.footer__columns{grid-template-columns:repeat(auto-fit,minmax(8rem,max-content));gap:3rem;justify-content:end}}.footer__column-title{font-family:Inter,sans-serif;font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--florine-cream) / .5);margin-bottom:1.25rem;font-weight:400}.footer__column-list{display:flex;flex-direction:column;gap:.65rem}.footer__column-link{font-family:Inter,sans-serif;font-weight:300;font-size:.875rem;color:hsl(var(--florine-cream) / .8);transition:color .2s ease}.footer__column-link:hover{color:hsl(var(--florine-cream))}.footer__bottom{border-top:1px solid hsl(var(--florine-cream) / .15);padding:1.5rem;display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-between;gap:1.25rem;max-width:80rem;margin:0 auto}@media(min-width:768px){.footer__bottom{padding:1.5rem 3rem;flex-direction:row}}.footer__copyright{font-family:Inter,sans-serif;font-size:.75rem;color:hsl(var(--florine-cream) / .5)}.footer__bottom-links{display:flex;align-items:center;gap:1.5rem}.footer__bottom-link{font-family:Inter,sans-serif;font-size:.75rem;color:hsl(var(--florine-cream) / .6);transition:color .2s ease}.footer__bottom-link:hover{color:hsl(var(--florine-cream))}.footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;border:1px solid hsl(var(--florine-cream) / .3);color:hsl(var(--florine-cream) / .7);transition:all .2s ease}.footer__social-link:hover{color:hsl(var(--florine-cream));border-color:hsl(var(--florine-cream) / .6)}.footer__social-link svg{width:16px;height:16px}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;pointer-events:none;visibility:hidden}.cart-drawer.is-open{pointer-events:auto;visibility:visible}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:hsl(var(--florine-charcoal) / .42);opacity:0;transition:opacity .3s ease}.cart-drawer.is-open .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:28rem;background-color:hsl(var(--background));display:flex;flex-direction:column;transform:translate(100%);transition:transform .32s cubic-bezier(.32,.72,0,1);box-shadow:-20px 0 60px -20px hsl(var(--florine-charcoal) / .25);outline:none}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border) / .6)}.cart-drawer__title{font-family:STIX Two Text,serif;font-size:1.375rem;font-weight:400;letter-spacing:.02em}.cart-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;color:hsl(var(--foreground) / .6);transition:color .2s ease,background-color .2s ease}.cart-drawer__close:hover{color:hsl(var(--foreground));background-color:hsl(var(--secondary) / .5)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;height:100%;min-height:14rem;text-align:center;padding:2rem 0}.cart-drawer__empty-title{font-family:STIX Two Text,serif;font-size:1.25rem}.cart-drawer__empty-message{font-family:Inter,sans-serif;font-weight:300;font-size:.9375rem;color:hsl(var(--foreground) / .65);max-width:18rem;line-height:1.6}.cart-drawer__empty-cta{margin-top:.5rem;padding:.85rem 2rem}.cart-drawer__items{display:flex;flex-direction:column;gap:1.25rem}.cart-drawer__item{display:grid;grid-template-columns:5rem 1fr;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid hsl(var(--border) / .5)}.cart-drawer__item:last-child{border-bottom:0}.cart-drawer__item-media{display:block;aspect-ratio:4 / 5;background-color:hsl(var(--secondary) / .4);border-radius:.85rem;overflow:hidden}.cart-drawer__item-media img{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer__item-body{display:flex;flex-direction:column;justify-content:space-between;gap:.5rem;min-width:0}.cart-drawer__item-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.cart-drawer__item-row--bottom{align-items:center}.cart-drawer__item-title{font-family:STIX Two Text,serif;font-size:1rem;line-height:1.3}.cart-drawer__item-variant{font-family:Inter,sans-serif;font-weight:300;font-size:.8125rem;color:hsl(var(--foreground) / .55);margin-top:.15rem}.cart-drawer__item-price{font-family:STIX Two Text,serif;font-size:.95rem;white-space:nowrap}.cart-drawer__item-qty{display:inline-flex;align-items:center;gap:0;border:1px solid hsl(var(--border));border-radius:9999px}.cart-drawer__qty-btn{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;color:hsl(var(--foreground) / .65);transition:color .2s ease}.cart-drawer__qty-btn:hover{color:hsl(var(--foreground))}.cart-drawer__qty-value{min-width:1.5rem;text-align:center;font-family:Inter,sans-serif;font-size:.85rem}.cart-drawer__item-remove{font-family:Inter,sans-serif;font-size:.75rem;color:hsl(var(--foreground) / .5);text-decoration:underline;transition:color .2s ease}.cart-drawer__item-remove:hover{color:hsl(var(--foreground))}.cart-drawer__footer{padding:1.25rem 1.5rem 1.75rem;border-top:1px solid hsl(var(--border) / .6);background-color:hsl(var(--background))}.cart-drawer__subtotal{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.5rem}.cart-drawer__subtotal-label{font-family:Inter,sans-serif;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--foreground) / .6)}.cart-drawer__subtotal-amount{font-family:STIX Two Text,serif;font-size:1.25rem}.cart-drawer__note{font-family:Inter,sans-serif;font-size:.75rem;color:hsl(var(--foreground) / .5);margin-bottom:1rem;font-style:italic}.cart-drawer__checkout{width:100%;padding-top:1.05rem;padding-bottom:1.05rem}body.cart-drawer-open{overflow:hidden}button[data-loading]{position:relative;color:transparent!important;pointer-events:none}button[data-loading]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:1.1rem;height:1.1rem;border:2px solid hsl(var(--primary-foreground) / .3);border-top-color:hsl(var(--primary-foreground));border-radius:9999px;animation:florineSpin .8s linear infinite}@keyframes florineSpin{to{transform:rotate(360deg)}}.animate-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.animate-on-scroll-child{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll-child.is-visible{opacity:1;transform:translateY(0)}.animate-slide-left{opacity:0;transform:translate(-10px);transition:opacity .5s ease-out,transform .5s ease-out}.animate-slide-left.is-visible{opacity:1;transform:translate(0)}.hero-fade{opacity:0;transform:translateY(20px);transition:opacity 1s ease-out,transform 1s ease-out}.hero-fade.is-visible{opacity:1;transform:translateY(0)}.hero-logo-fade{opacity:0;transition:opacity 1s ease-out}.hero-logo-fade.is-visible{opacity:1}.waitlist-success{opacity:0;transform:scale(.95);transition:opacity .4s ease-out,transform .4s ease-out}.waitlist-success.is-visible{opacity:1;transform:scale(1)}@media(prefers-reduced-motion:reduce){.animate-on-scroll,.animate-on-scroll-child,.animate-slide-left,.hero-fade,.hero-logo-fade,.waitlist-success{opacity:1!important;transform:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/florine-base.css.map */
