.preloader{position:fixed;inset:0;z-index:200;background:var(--ink);color:var(--white);display:flex;align-items:center;justify-content:center;clip-path:inset(0 0 0 0)}
.preloader__inner{display:flex;flex-direction:column;align-items:center;gap:2rem}
.wordmark--loader{font-size:1.4rem;letter-spacing:.2em}
.preloader__line{width:200px;height:1px;background:rgba(235,179,182,.2);overflow:hidden}
.preloader__line span{display:block;width:0;height:100%;background:var(--blush)}
.preloader__count{font-size:.7rem;letter-spacing:.1em;font-family:var(--sans)}

.site-header{position:fixed;z-index:50;top:0;left:0;width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1.5rem 3.5vw;color:var(--ink);background:rgba(250,234,235,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .5s var(--ease),background .4s,box-shadow .4s}
.site-header.has-bg{background:rgba(250,234,235,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 rgba(58,30,33,.08)}
.site-header.is-scrolled{transform:translateY(0);background:rgba(250,234,235,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 rgba(58,30,33,.08)}
.wordmark{font-size:.8rem;font-weight:600;letter-spacing:.14em;color:var(--ink)}
.desktop-nav{display:flex;gap:2rem;list-style:none}
.desktop-nav li{list-style:none}
.desktop-nav a{font-size:.65rem;text-transform:uppercase;letter-spacing:.11em;position:relative;color:var(--ink)}
.desktop-nav a::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--blush);transition:width .4s var(--ease)}
.desktop-nav a:hover::after{width:100%}
.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:1rem}
.text-button{background:none;border:0;color:var(--ink);font-size:.65rem;text-transform:uppercase;letter-spacing:.11em;cursor:pointer;padding:0;transition:opacity .3s}
.text-button:hover{opacity:.6}
.text-button span{font-size:.6rem;opacity:.7}
.menu-toggle{display:none;background:none;border:0;color:var(--ink);text-transform:uppercase;font-size:.65rem;letter-spacing:.1em;cursor:pointer;align-items:center;gap:.5rem}
.menu-toggle span{display:block;width:16px;height:1px;background:var(--ink);transition:transform .3s var(--ease)}
.menu-toggle b{font-weight:400}

.hero{position:relative;min-height:100svh;overflow:hidden;background:linear-gradient(160deg,#f6dfe1 0%,#efc6ca 100%)}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(58,30,33,.1)}
.hero__veil{position:absolute;inset:0;background:rgba(58,30,33,.55);z-index:1}
.hero__content{position:relative;z-index:2;min-height:100svh;padding-top:15vh;padding-bottom:2.5vh;display:flex;flex-direction:column;justify-content:space-between;color:var(--ink)}
.hero__centre{display:grid;grid-template-columns:1.05fr .95fr;gap:4vw;align-items:start}
.hero__left{display:flex;flex-direction:column;align-items:flex-start;align-self:start}
.hero__copy .display--hero{margin:0 0 1.5rem;max-width:13ch}
.hero__copy .display--hero em{color:var(--dust-dark)}
.hero__tagline{font-size:1.05rem;opacity:.85;max-width:30rem;line-height:1.8;color:var(--ink-soft)}
.hero__slides{position:relative;width:100%;display:flex;align-items:flex-start;justify-content:center;align-self:start;padding-top:3vh}
.hero__slide{position:absolute;inset:auto;width:auto;height:auto;max-height:60vh;max-width:100%;object-fit:contain;opacity:0;transition:opacity 1.2s var(--ease);filter:drop-shadow(0 40px 60px rgba(58,30,33,.25))}
.hero__slide.is-active{position:relative;opacity:1}
.hero__bottom{align-items:center;font-size:.8rem;color:var(--ink-soft)}
.hero__bottom p{margin:0;opacity:.7}
.hero__scroll{font-size:.65rem!important;text-transform:uppercase;letter-spacing:.16em}

.statement{padding:var(--section-pad) 0}
.statement__footer{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:var(--section-pad);margin-left:38%}
.statement__footer p{max-width:28rem}
.statement__footer span{font-family:var(--serif);font-size:1.3rem;color:var(--dust)}

.sf-statement-split__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:6vw;align-items:center}
.sf-statement-split__copy .display--statement{max-width:16ch}
.sf-statement-split__copy .statement__footer{margin-left:0}
.sf-statement-split__media{display:flex;align-items:center;justify-content:center}
.sf-statement-split__media img{width:100%;max-width:440px;height:auto;border-radius:4px;object-fit:cover;aspect-ratio:3/4;filter:drop-shadow(0 24px 40px rgba(58,30,33,.18))}

.sf-contact-hero{position:relative;display:grid;grid-template-columns:1.2fr 1fr;gap:6vw;align-items:center}
.sf-contact-hero__media{position:absolute;top:50%;right:4vw;transform:translateY(-50%);width:min(32vw,340px);display:flex;align-items:center;justify-content:center}
.sf-contact-hero__media img{width:100%;height:auto;max-height:44vh;border-radius:4px;object-fit:cover;aspect-ratio:3/4;filter:drop-shadow(0 24px 40px rgba(58,30,33,.18))}

.sf-experience__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:5vw;align-items:center}
.sf-experience__copy{text-align:left}
.sf-experience__copy .eyebrow{color:var(--blush);margin-bottom:1.5rem}
.sf-experience__copy h2{margin:0 0 2.5rem}
.sf-experience__body{color:var(--blush);max-width:34rem;line-height:1.8;opacity:.85}
.sf-experience__media{display:flex;align-items:center;justify-content:center}
.sf-experience__media img{max-width:70%;height:auto;object-fit:contain;filter:drop-shadow(0 30px 50px rgba(0,0,0,.4))}

.sf-about-philosophy{text-align:center}
.sf-about-philosophy .container{display:flex;flex-direction:column;align-items:center}
.sf-about-philosophy h2{font-size:clamp(1.9rem,3.4vw,3.2rem);max-width:22ch;margin:1.5rem auto 0}
.sf-about-philosophy .statement__footer{text-align:center;margin-top:var(--section-pad);margin-left:0}
.sf-about-philosophy .statement__footer p{max-width:44rem}
.sf-about-philosophy .statement__footer span{margin-top:.5rem}

.sf-about-story h2{font-size:clamp(1.9rem,3.4vw,3.2rem);max-width:18ch}
.sf-about-story p{font-size:.95rem}
.sf-about-story{min-height:0}
.sf-about-story .story__media{overflow:hidden;min-height:55vh;display:flex;align-items:center;justify-content:center}
.sf-about-story .story__media img{height:auto;width:auto;max-width:70%;max-height:45vh;object-fit:contain;position:relative;inset:auto;filter:drop-shadow(0 30px 50px rgba(0,0,0,.4))}

.editorial{padding:var(--section-pad) 0}
.editorial__grid{display:grid;grid-template-columns:1fr 1.2fr 1.2fr;gap:2vw;align-items:end}
.editorial__copy{align-self:start;padding-top:7vw}
.editorial__copy h2{margin:1.5rem 0 2.5rem}
.editorial__image{margin:0;overflow:hidden;border-radius:2px;display:flex;align-items:center}
.editorial__image img{width:100%;height:100%;object-fit:contain}
.editorial__image--large{height:40vw;grid-column:2}
.editorial__image--small{height:40vw;grid-column:3}
.editorial__image figcaption{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;margin-top:.8rem;color:var(--muted);padding:0 10%}

.rituals{padding:var(--section-pad) 0}
.rituals__intro{padding-bottom:8vh}
.ritual-pin{display:grid;grid-template-columns:2.2fr 1fr;min-height:85vh;position:relative;align-items:stretch}
.ritual-pin__media{position:relative;overflow:hidden;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--dust-deep),var(--ink))}
.ritual-pin__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 50%,var(--dust-deep) 100%)}
.ritual-pin__media img{height:80%;object-fit:contain;width:auto;max-width:80%;position:relative;filter:drop-shadow(0 30px 50px rgba(0,0,0,.4))}
.ritual-pin__content{display:flex;flex-direction:column;justify-content:center;padding:6vh 5vw 6vh 4vw;gap:4vh}
.ritual-index{font-family:var(--serif);font-size:1.2rem;display:flex;gap:.5rem;align-items:baseline}
.ritual-index span:last-child{opacity:.4}
.ritual-copy{max-width:400px}
.ritual-copy .eyebrow{color:var(--blush);margin-bottom:.5rem}
.ritual-copy h3{font-size:clamp(3.5rem,7vw,6rem);margin:1rem 0 1.5rem;font-family:var(--serif);line-height:1}
.ritual-copy p{max-width:28rem;color:var(--blush);font-size:.9rem;line-height:1.6}
.ritual-list{display:flex;flex-direction:column;gap:0;margin-top:auto}
.ritual-list button{background:none;border:0;text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.35);display:flex;align-items:center;gap:1.5rem;padding:1rem 0;border-bottom:1px solid rgba(235,179,182,.1);transition:color .3s,padding-left .3s var(--ease)}
.ritual-list button:hover{color:rgba(255,255,255,.7)}
.ritual-list button.is-active{color:var(--white);padding-left:.8rem;border-bottom-color:var(--blush)}
.ritual-list button span{display:inline-block;width:6rem;overflow:hidden;white-space:nowrap}

.collection{padding:var(--section-pad) 0}
.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:6vh}
.section-heading .underlink{flex-shrink:0}

.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2vw}
.product a{display:block;color:var(--ink)}
.product__image{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--blush-pale);border-radius:2px}
.product__image img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}
.product:hover .product__image img{transform:scale(1.06)}
.product__meta{display:flex;justify-content:space-between;align-items:start;padding:1.2rem 0 0;font-size:.72rem}
.product__name{font-weight:500;margin-bottom:.2rem}
.product__name a{color:var(--ink)}
.product__desc{color:var(--muted);font-size:.65rem}
.product__price{font-weight:500;margin-bottom:.2rem}
.product__cta{color:var(--dust);text-transform:uppercase;font-size:.6rem;letter-spacing:.1em}
.collection__cta{text-align:center;margin-top:6vh}
.product__cta{color:var(--dust);font-size:.6rem;text-transform:uppercase;letter-spacing:.08em}

.featured-product{padding:var(--section-pad) 0}
.featured-product__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:8vw;align-items:center}
.featured-product__media{overflow:hidden;border-radius:2px;aspect-ratio:4/5}
.featured-product__media img{height:100%;object-fit:contain}
.featured-product__copy h2{font-size:var(--display-lg);margin:1.5rem 0 2rem}
.featured-product__copy .body-copy{margin-bottom:3rem}

.ingredients{padding:var(--section-pad) 0}
.ingredients__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:8vw;align-items:start}
.ingredients__list h2{margin:1.5rem 0 3rem}
.ingredient-buttons{display:flex;flex-direction:column;gap:0}
.ingredient-buttons button{background:none;border:0;text-align:left;padding:1rem 0;border-bottom:1px solid rgba(58,30,33,.1);font-size:.85rem;display:flex;justify-content:space-between;align-items:center;color:var(--muted);transition:color .3s,padding-left .3s var(--ease)}
.ingredient-buttons button:hover{color:var(--ink)}
.ingredient-buttons button.is-active{color:var(--dust-dark);padding-left:1.5rem;border-bottom-color:var(--dust)}
.ingredient-buttons button span{font-size:.6rem;opacity:.4}
.ingredient-panel{position:relative;overflow:hidden;aspect-ratio:4/3;border-radius:2px}
.ingredient-panel img{width:100%;height:100%;object-fit:contain;transition:transform .6s var(--ease)}
.ingredient-panel__text{position:absolute;bottom:0;left:0;right:0;padding:2.5rem;background:linear-gradient(transparent,rgba(58,30,33,.75));color:var(--white)}
.ingredient-panel__text span{font-family:var(--serif);font-size:1.5rem;display:block;margin-bottom:.5rem}
.ingredient-panel__text p{font-size:.8rem;opacity:.85;max-width:26rem}

.signature{padding:var(--section-pad) 0}
.signature__intro{margin-bottom:6vh}
.signature__intro p:last-child{font-family:var(--serif);font-size:clamp(1.6rem,3vw,2.4rem);margin-top:1rem;line-height:1.3}
.signature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2vw;align-items:start}
.signature-card{margin:0;overflow:hidden;border-radius:2px;display:flex;flex-direction:column;align-items:center}
.signature-card img{width:100%;height:calc(100% - 3rem);object-fit:contain;flex:1;min-height:0;transition:transform .8s var(--ease)}
.signature-card:hover img{transform:scale(1.05)}
.signature-card figcaption{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;padding:1rem 0;color:var(--muted);text-align:center}
.signature-card--wide,.signature-card--tall,.signature-card--small{height:36vw}

.story{position:relative;min-height:90vh;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}
.story__media{position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:center;justify-content:center}
.story__media img{height:auto;max-height:80vh;width:auto;max-width:80%;object-fit:contain;position:relative;inset:auto;filter:drop-shadow(0 30px 50px rgba(0,0,0,.4))}
.story__content{display:flex;flex-direction:column;justify-content:center;padding:10vh 7vw}
.story__content .eyebrow{color:var(--blush);margin-bottom:1.5rem}
.story__content h2{margin:0 0 2rem}
.story__content p{max-width:32rem;opacity:.85;line-height:1.8;font-size:.95rem}

.sf-trust{padding:var(--section-pad) 0}
.sf-trust .container{max-width:var(--container);margin:0 auto}
.sf-faq-list{max-width:700px;margin:0 auto;text-align:left}

.journal{padding:var(--section-pad) 0}
.journal-list{display:flex;flex-direction:column;gap:0}
.journal-item{display:grid;grid-template-columns:120px 1fr auto;gap:2rem;align-items:center;padding:2rem 0;border-bottom:1px solid rgba(58,30,33,.1);transition:padding-left .4s var(--ease),border-color .3s}
.journal-item:first-child{border-top:1px solid rgba(58,30,33,.1)}
.journal-item:hover{padding-left:1rem;border-color:var(--dust)}
.journal-item img{width:120px;height:80px;object-fit:cover;border-radius:2px}
.journal-item div{display:flex;flex-direction:column;gap:.3rem}
.journal-item span{font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.journal-item h3{font-family:var(--serif);font-size:1.1rem;font-weight:400}
.journal-item b{font-size:1rem;font-weight:400;color:var(--dust)}

.journal-card{display:block;text-decoration:none;color:var(--ink)}
.journal-card__image{overflow:hidden;border-radius:2px;aspect-ratio:4/3;background:var(--blush-pale);margin-bottom:1.2rem}
.journal-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}
.journal-card:hover .journal-card__image img,
.journal-card:focus-visible .journal-card__image img{transform:scale(1.06)}
.journal-card__meta{font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.6rem;display:flex;justify-content:space-between;gap:1rem}
.journal-card h3{font-family:var(--serif);font-size:1.15rem;font-weight:400;margin-bottom:.6rem;color:var(--ink)}
.journal-card p{font-size:.82rem;color:var(--muted);line-height:1.6;margin:0}

.sf-journal-statement{text-align:center}
.sf-journal-statement .container{display:flex;flex-direction:column;align-items:center}
.sf-journal-statement h2{font-size:clamp(1.9rem,3.4vw,3.2rem);max-width:22ch;margin:1.5rem auto 0}
.sf-journal-statement .statement__footer{text-align:center;margin-top:var(--section-pad);margin-left:0}
.sf-journal-statement .statement__footer p{max-width:44rem}
.sf-journal-statement .statement__footer span{margin-top:.5rem}

.journal-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:3vw}

.testimonial{padding:var(--section-pad) 0}
.testimonial__inner{text-align:center;max-width:700px;margin:0 auto}
.testimonial__inner blockquote{font-family:var(--serif);font-size:clamp(1.6rem,3.5vw,2.8rem);line-height:1.3;margin:3rem 0 2rem;letter-spacing:-.02em}
.testimonial__inner>p:last-child{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--dust)}

.newsletter{padding:var(--section-pad) 0}
.newsletter__inner{text-align:center;max-width:600px;margin:0 auto}
.newsletter__inner h2{margin:1rem 0 1.5rem}
.newsletter__inner>p{margin-bottom:3rem;opacity:.7}
.newsletter-form{display:flex;gap:0;border-bottom:1px solid rgba(235,179,182,.3)}
.newsletter-form input{flex:1;background:none;border:0;color:var(--white);padding:1rem 0;font-size:.9rem;outline:none}
.newsletter-form input::placeholder{color:rgba(235,179,182,.5)}
.newsletter-form button{background:none;border:0;color:var(--white);padding:1rem 0;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;transition:opacity .3s}
.newsletter-form button:hover{opacity:.6}

.site-footer{padding:var(--section-pad) 0 calc(var(--section-pad) / 2)}
.footer-wordmark{text-align:center;margin-bottom:4vh}
.wordmark--footer{font-size:1.2rem}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 2.5rem;padding:4vh 0;border-bottom:1px solid rgba(58,30,33,.1)}
.footer-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 2.5rem}
.footer-nav ul li{list-style:none}
.footer-nav a{font-size:.65rem;text-transform:uppercase;letter-spacing:.11em;color:var(--muted);transition:color .3s}
.footer-nav a:hover{color:var(--dust)}
.footer-social{display:flex;justify-content:center;gap:1.5rem 2.5rem;padding:3vh 0 1vh}
.footer-social a{font-size:.65rem;text-transform:uppercase;letter-spacing:.11em;color:var(--ink);border-bottom:1px solid transparent;transition:color .3s,border-color .3s}
.footer-social a:hover{color:var(--dust);border-color:var(--dust)}
.footer-bottom{display:flex;justify-content:space-between;padding-top:3vh;font-size:.65rem;color:var(--muted)}
.footer-bottom a{transition:color .3s}
.footer-bottom a:hover{color:var(--dust)}

.mobile-menu{position:fixed;inset:0;z-index:100;background:var(--ink);color:var(--white);display:flex;flex-direction:column;padding:2rem 5vw;clip-path:inset(0 0 100% 0%);visibility:hidden}
.mobile-menu__top{display:flex;justify-content:space-between;align-items:center;padding-bottom:3rem;border-bottom:1px solid rgba(235,179,182,.1);margin-bottom:2rem}
.mobile-menu__top .eyebrow{color:rgba(235,179,182,.5)}
.menu-close{background:none;border:0;color:var(--white);text-transform:uppercase;font-size:.65rem;letter-spacing:.1em;cursor:pointer}
.mobile-menu nav{display:flex;flex-direction:column;flex:1}
.mobile-menu nav a{font-family:var(--serif);font-size:clamp(2rem,5vw,3.5rem);padding:1rem 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(235,179,182,.06);transition:padding-left .3s var(--ease),color .3s}
.mobile-menu nav a:hover{padding-left:1rem;color:var(--blush)}
.mobile-menu nav a i{font-style:normal;font-size:.6rem;opacity:.3;font-family:var(--sans)}
.mobile-menu__bottom{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(235,179,182,.3);padding-top:2rem}
.mobile-menu__bottom a{display:inline-block;color:var(--white);margin-right:1.5rem;margin-bottom:.5rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;transition:opacity .3s}
.mobile-menu__bottom a:hover{opacity:.6}
