*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--rose: #C94070;--rose-dark: #8B2448;--rose-pale: #F9EBF0;--blush: #F5EEF0;--blush-mid: #EDD8DE;--magenta: #D63A8A;--ivory: #FDFAF6;--ivory-warm: #F3EDE4;--warm-white: #EFE8DF;--ink: #1E1318;--ink-soft: #4A3840;--ink-muted: #7A6870;--border: rgba(30,19,24,.1);--gold: #C09A5A;--sage: #8A9E7C;--radius: 0px}body{font-family:DM Sans,sans-serif;background:var(--ivory);color:var(--ink);font-weight:300;overflow-x:hidden;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.section-eyebrow{font-size:.62rem;letter-spacing:.35em;text-transform:uppercase;color:var(--rose);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.section-eyebrow.centered{justify-content:center}.section-eyebrow:before,.section-eyebrow.centered:after{content:"";flex:0 0 1.75rem;height:1px;background:var(--rose)}.section-eyebrow:not(.centered):before{content:"";width:1.75rem;height:1px;background:var(--rose)}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,3vw,2.75rem);font-weight:400;line-height:1.2}.section-title em{font-style:italic;color:var(--rose)}.section-title.centered{text-align:center}.btn-fill{display:inline-block;background:var(--rose);color:#fff;border:none;padding:.875rem 2rem;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;transition:background .2s}.btn-fill:hover{background:var(--rose-dark)}.btn-outline{display:inline-block;background:transparent;color:var(--ink);border:.5px solid var(--border);padding:.875rem 1.75rem;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;transition:all .2s}.btn-outline:hover{border-color:var(--rose);color:var(--rose)}.announcement-bar{background:var(--ink);color:#fff;text-align:center;padding:.5rem 1rem;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase}.announcement-bar a{color:var(--rose);margin-left:.5rem}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2.5rem;background:var(--ivory);border-bottom:.5px solid var(--border);position:sticky;top:0;z-index:200}.site-logo{display:flex;flex-direction:column;line-height:1}.site-logo__main{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:500;letter-spacing:.06em;color:var(--ink)}.site-logo__main span{color:var(--rose)}.site-logo__sub{font-size:.55rem;letter-spacing:.4em;text-transform:uppercase;color:var(--ink-muted);margin-top:2px}.site-nav{display:flex;gap:2rem;list-style:none}.site-nav a{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);transition:color .2s}.site-nav a:hover{color:var(--rose)}.header-icons{display:flex;gap:.5rem}.header-icon{width:34px;height:34px;border-radius:50%;border:.5px solid var(--border);display:flex;align-items:center;justify-content:center;background:transparent;color:var(--ink-muted);font-size:14px;transition:all .2s;position:relative}.header-icon:hover{border-color:var(--rose);color:var(--rose)}.cart-count{position:absolute;top:-4px;right:-4px;background:var(--rose);color:#fff;font-size:.55rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.marquee-bar{background:var(--rose);color:#fff;padding:.8rem 0;overflow:hidden;white-space:nowrap;font-size:.62rem;letter-spacing:.28em;text-transform:uppercase}.marquee-inner{display:inline-flex;gap:2.5rem;animation:marquee 22s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-sep{opacity:.5}.hero{display:grid;grid-template-columns:55% 45%;min-height:var(--hero-height, 88vh)}.hero--short{--hero-height: 60vh}.hero--medium{--hero-height: 75vh}.hero--tall{--hero-height: 88vh}.hero--full{--hero-height: 100vh}.hero__image{position:relative;overflow:hidden;background:var(--warm-white)}.hero__image img{width:100%;height:100%;object-fit:cover;object-position:var(--hero-focal-x, left) var(--hero-focal-y, center)}.hero--focal-top .hero__image img{object-position:left top}.hero--focal-center .hero__image img{object-position:left center}.hero--focal-bottom .hero__image img{object-position:left bottom}.hero__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,transparent 55%,var(--ivory) 100%);pointer-events:none}.hero__content{padding:4rem 3rem 4rem 2.5rem;display:flex;flex-direction:column;justify-content:center}.hero__eyebrow{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.hero__eyebrow:before{content:"";width:2rem;height:1px;background:var(--rose)}.hero__eyebrow span{font-size:.62rem;letter-spacing:.35em;text-transform:uppercase;color:var(--rose)}.hero__title{font-family:Playfair Display,serif;font-size:clamp(2.4rem,3.5vw,4rem);font-weight:400;line-height:1.1;color:var(--ink);margin-bottom:.4rem}.hero__title-italic{font-family:Playfair Display,serif;font-size:clamp(2.4rem,3.5vw,4rem);font-weight:400;font-style:italic;line-height:1.1;color:var(--rose);margin-bottom:1.75rem}.hero__desc{font-size:.875rem;line-height:1.85;color:var(--ink-muted);max-width:380px;margin-bottom:1.75rem}.hero__pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.pill{background:var(--rose-pale);border:.5px solid rgba(201,64,112,.2);color:var(--rose-dark);font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;padding:.35rem .85rem;border-radius:100px}.hero__ctas{display:flex;gap:1rem;align-items:center;margin-bottom:2.5rem}.hero__stats{display:flex;align-items:center;gap:1.5rem;padding-top:2rem;border-top:.5px solid var(--border)}.stat{text-align:center}.stat__num{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:500;color:var(--rose);display:block}.stat__label{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-muted)}.stat-divider{width:.5px;height:2.5rem;background:var(--border)}.insta-ref{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.75rem .95rem;background:var(--rose-pale);border:.5px solid rgba(201,64,112,.25);color:var(--rose-dark);font-size:.68rem;transition:all .2s}.insta-ref:hover{background:var(--rose);border-color:var(--rose);color:#fff}.insta-ref__label{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase}.insta-ref strong{color:inherit;font-family:Playfair Display,serif;font-size:1.05rem;font-weight:500;line-height:1}.lookbook{padding:5rem 2.5rem}.lookbook__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem}.lookbook__link{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--rose);display:flex;align-items:center;gap:.5rem;border-bottom:.5px solid var(--rose);padding-bottom:2px}.arch-gallery{display:flex;gap:1.25rem;overflow-x:auto;scrollbar-width:none;padding-bottom:.5rem}.arch-gallery::-webkit-scrollbar{display:none}.arch-item{flex:0 0 200px}.arch-frame{width:200px;height:300px;position:relative;overflow:hidden;border-radius:100px 100px 0 0;background:var(--warm-white)}.arch-frame img{width:100%;height:100%;object-fit:cover}.arch-frame__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ink-muted);gap:.5rem;background:var(--warm-white)}.arch-frame__placeholder svg{opacity:.3}.arch-frame__placeholder span{font-size:.65rem;letter-spacing:.1em;opacity:.5}.arch-info{padding:.875rem 0 0}.arch-tag{font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--rose);margin-bottom:.25rem}.arch-name{font-family:Playfair Display,serif;font-size:.95rem;font-weight:400;margin-bottom:.2rem}.arch-fabric{font-size:.7rem;color:var(--ink-muted)}.arch-price{font-size:.82rem;color:var(--rose);margin-top:.35rem}.philosophy{background:var(--ink);padding:5rem 2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.phi-eyebrow{font-size:.6rem;letter-spacing:.35em;text-transform:uppercase;color:var(--magenta);margin-bottom:1.25rem;display:flex;align-items:center;gap:.75rem}.phi-eyebrow:before{content:"";width:1.5rem;height:1px;background:var(--magenta)}.phi-title{font-family:Playfair Display,serif;font-size:clamp(2rem,3vw,2.75rem);font-weight:400;line-height:1.2;color:#fff;margin-bottom:1.5rem}.phi-title em{font-style:italic;color:#e878b4}.phi-body{font-size:.875rem;line-height:1.9;color:#ffffff8c;margin-bottom:2rem}.phi-pillars{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.pillar{border:.5px solid rgba(255,255,255,.1);padding:1.25rem}.pillar__icon{font-size:1.5rem;margin-bottom:.6rem}.pillar__title{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:.3rem}.pillar__text{font-size:.75rem;color:#ffffff73;line-height:1.65}.phi-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.phi-stat{background:#ffffff0d;border:.5px solid rgba(255,255,255,.08);padding:1.5rem 1.25rem}.phi-stat--wide{grid-column:1 / -1;display:flex;align-items:center;gap:2rem}.phi-stat__num{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:400;color:var(--magenta)}.phi-stat__label{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff73}.phi-stat__desc{font-size:.75rem;color:#ffffff4d;line-height:1.5;margin-top:.3rem}.products-section{padding:5rem 2.5rem;background:var(--blush)}.products-section__header{text-align:center;margin-bottom:3rem}.products-section__sub{text-align:center;font-size:.82rem;color:var(--ink-muted);margin-top:.5rem}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{background:var(--ivory);transition:transform .25s}.product-card--link{display:block;color:inherit;text-decoration:none;cursor:pointer}.product-card:hover{transform:translateY(-4px)}.product-card:hover .product-card__overlay{opacity:1}.product-card__image-wrap{position:relative;overflow:hidden;aspect-ratio:3 / 4;background:var(--warm-white)}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card__image-wrap img{transform:scale(1.03)}.product-card__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--ink-muted);background:var(--warm-white)}.product-card__placeholder svg{opacity:.25}.product-card__placeholder p{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;opacity:.4}.upload-hint{font-size:.6rem;color:var(--rose);opacity:.7;letter-spacing:.08em}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1e13180f;display:flex;align-items:flex-end;justify-content:center;padding-bottom:1.25rem;opacity:0;transition:opacity .3s}.product-card__overlay-btn{background:#fff;border:.5px solid var(--border);padding:.55rem 1.25rem;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ink);transition:background .2s}.product-card__overlay-btn:hover{background:var(--rose);color:#fff;border-color:var(--rose)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--rose);color:#fff;font-size:.55rem;letter-spacing:.15em;text-transform:uppercase;padding:.3rem .65rem}.product-card__info{padding:1rem 1rem 1.25rem}.product-card__category{font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;color:var(--rose);margin-bottom:.3rem}.product-card__name{font-family:Playfair Display,serif;font-size:1rem;font-weight:400;margin-bottom:.25rem}.product-card__fabric{font-size:.7rem;color:var(--ink-muted);margin-bottom:.65rem}.product-card__footer{display:flex;justify-content:space-between;align-items:center}.product-card__price{font-size:.9rem;color:var(--rose)}.product-card__price .compare-at{text-decoration:line-through;color:var(--ink-muted);font-size:.78rem;margin-right:.4rem}.product-card__tag{font-size:.56rem;letter-spacing:.12em;text-transform:uppercase;background:var(--blush-mid);color:var(--rose-dark);padding:.25rem .6rem}.sustain{padding:5rem 2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.sustain__certs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.cert-badge{border:.5px solid var(--rose);color:var(--rose);font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;padding:.4rem .85rem}.sustain__points{display:flex;flex-direction:column;gap:1.5rem}.s-point{display:flex;gap:1.25rem;align-items:flex-start}.s-point__icon{width:2.5rem;height:2.5rem;flex-shrink:0;background:var(--rose-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--rose);font-size:16px}.s-point__title{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;margin-bottom:.25rem}.s-point__text{font-size:.78rem;color:var(--ink-muted);line-height:1.7}.testimonial{background:var(--rose-pale);padding:5rem 2.5rem;text-align:center;border-top:.5px solid rgba(201,64,112,.12)}.testimonial__quote-mark{font-family:Playfair Display,serif;font-size:5rem;line-height:.5;color:var(--blush-mid);display:block;margin-bottom:1.5rem}.testimonial__text{font-family:Playfair Display,serif;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:400;font-style:italic;line-height:1.5;max-width:680px;margin:0 auto 2rem;color:var(--ink)}.testimonial__author{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--rose)}.testimonial__insta{margin-top:3rem}.testimonial__insta-label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-muted);display:block;margin-bottom:.5rem}.testimonial__insta-handle{font-family:Playfair Display,serif;font-size:1.5rem;font-style:italic;color:var(--rose);display:block;margin-bottom:1.25rem}.site-footer{background:var(--ink);color:#fff;padding:4rem 2.5rem 2rem}.site-footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:.5px solid rgba(255,255,255,.08)}.footer-logo{font-family:Playfair Display,serif;font-size:1.4rem;color:#fff;letter-spacing:.05em;margin-bottom:.75rem}.footer-logo span{color:var(--magenta)}.footer-tagline{font-size:.78rem;color:#fff6;line-height:1.75;max-width:220px;margin-bottom:1.25rem}.footer-insta{display:inline-flex;flex-direction:column;gap:.15rem;padding:.75rem .95rem;border:.5px solid rgba(214,58,138,.45);color:#fff;background:#d63a8a1f;transition:all .2s}.footer-insta span{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:#ffffffb8}.footer-insta strong{color:var(--magenta);font-family:Playfair Display,serif;font-size:1.1rem;font-weight:500;line-height:1}.footer-insta:hover{background:var(--magenta);border-color:var(--magenta)}.footer-insta:hover span,.footer-insta:hover strong{color:#fff}.footer-col__title{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:#fff6;margin-bottom:1.25rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links a{font-size:.8rem;color:#ffffffa6;transition:color .2s}.footer-links a:hover{color:var(--magenta)}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;font-size:.65rem;color:#ffffff4d;letter-spacing:.08em}.collection-hero{background:var(--blush);padding:3rem 2.5rem;text-align:center;border-bottom:.5px solid var(--border)}.collection-hero h1{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;margin-bottom:.5rem}.collection-hero p{color:var(--ink-muted);font-size:.9rem}.collection-grid-wrap{padding:3rem 2.5rem}.collection-count{margin:0 auto 1.5rem;color:var(--ink-muted);font-size:.72rem;letter-spacing:.16em;text-align:center;text-transform:uppercase}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.collection-empty{grid-column:1 / -1;padding:3rem 1.5rem;text-align:center;background:var(--rose-pale);border:.5px solid rgba(201,64,112,.18)}.collection-empty h2{font-family:Playfair Display,serif;font-size:2rem;font-weight:400;margin-bottom:.5rem}.collection-empty p{color:var(--ink-muted)}.pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:3rem}.pagination__status{flex:0 0 100%;color:var(--ink-muted);font-size:.68rem;letter-spacing:.18em;text-align:center;text-transform:uppercase}.pagination__pages{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}.pagination__link,.pagination__ellipsis{min-width:2.5rem;min-height:2.5rem;display:inline-flex;align-items:center;justify-content:center;padding:.65rem .85rem;border:.5px solid var(--border);color:var(--ink-soft);font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.pagination__link--prev,.pagination__link--next{min-width:9.5rem;padding-inline:1rem}.pagination__link:hover,.pagination__link--current{border-color:var(--rose);background:var(--rose);color:#fff}.pagination__link--disabled{color:#7a687059;border-color:#1e13180d;background:transparent;pointer-events:none;cursor:default}.pagination__ellipsis{border-color:transparent;color:var(--ink-muted)}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:3rem 2.5rem;max-width:1200px;margin:0 auto}.product-page__main-image{aspect-ratio:3/4;background:var(--warm-white);overflow:hidden;margin-bottom:1rem}.product-page__media-item{display:none;width:100%;height:100%}.product-page__media-item.active{display:block}.product-page__main-image img,.product-page__main-image video,.product-page__main-image iframe,.product-page__main-image model-viewer{width:100%;height:100%;object-fit:cover}.product-page__external-video{width:100%;height:100%}.product-page__external-video iframe{border:0}.product-page__thumbs{display:flex;flex-wrap:wrap;gap:.75rem}.product-page__thumb{position:relative;width:70px;height:90px;background:var(--warm-white);overflow:hidden;cursor:pointer;border:1px solid transparent;transition:border-color .2s;padding:0}.product-page__thumb.active{border-color:var(--rose)}.product-page__thumb img{width:100%;height:100%;object-fit:cover}.product-page__thumb-badge{position:absolute;left:.35rem;right:.35rem;bottom:.35rem;padding:.22rem .3rem;background:#1e1318c7;color:#fff;font-size:.58rem;font-weight:800;letter-spacing:.08em;text-align:center;text-transform:uppercase}.product-page__category{font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;color:var(--rose);margin-bottom:.75rem}.product-page__title{font-family:Playfair Display,serif;font-size:2.25rem;font-weight:400;margin-bottom:.75rem}.product-page__price{font-size:1.5rem;color:var(--rose);margin-bottom:1.5rem}.product-page__desc{font-size:.875rem;color:var(--ink-muted);line-height:1.85;margin-bottom:2rem}.product-page__form{display:flex;flex-direction:column;gap:1rem}.product-page__form select{width:100%;padding:.875rem 1rem;border:.5px solid var(--border);background:#fff;font-family:DM Sans,sans-serif;font-size:.85rem;color:var(--ink);-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A6870' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.product-page__add-btn{width:100%;background:var(--rose);color:#fff;border:none;padding:1rem;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;transition:background .2s}.product-page__add-btn:hover{background:var(--rose-dark)}.product-page__cart-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;margin-top:.75rem;padding:1rem;border:.5px solid var(--rose);background:transparent;color:var(--rose);font-size:.8rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;transition:all .2s}.product-page__cart-btn:hover{background:var(--rose-pale);color:var(--rose-dark)}.product-page__cart-btn.is-hidden{display:none}.product-page__fabric-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.cart-page{padding:3rem 2.5rem;max-width:900px;margin:0 auto}.cart-page h1{font-family:Playfair Display,serif;font-size:2rem;font-weight:400;margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1.5rem 0;border-bottom:.5px solid var(--border)}.cart-item__image{width:80px;height:100px;background:var(--warm-white);overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__name{font-family:Playfair Display,serif;font-size:1rem;margin-bottom:.3rem}.cart-item__variant{font-size:.75rem;color:var(--ink-muted)}.cart-item__price{font-size:.9rem;color:var(--rose)}.cart-total{padding:2rem 0;text-align:right}.cart-total__amount{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--rose);margin-bottom:1rem}@media(max-width:900px){.site-nav{display:none}.hero{grid-template-columns:1fr}.hero__image{height:50vw}.hero__image-overlay{background:linear-gradient(to bottom,transparent 60%,var(--ivory) 100%)}.hero__content{padding:2.5rem 1.5rem}.philosophy{grid-template-columns:1fr;gap:3rem}.products-grid,.collection-grid{grid-template-columns:repeat(2,1fr)}.sustain{grid-template-columns:1fr;gap:3rem}.site-footer__top{grid-template-columns:1fr 1fr}.product-page{grid-template-columns:1fr}}@media(max-width:600px){.site-header{padding:.875rem 1.25rem}.lookbook,.products-section,.sustain,.testimonial{padding:3rem 1.25rem}.products-grid,.collection-grid{grid-template-columns:1fr}.hero__stats{flex-wrap:wrap;gap:1rem}.hero__stats .insta-ref{flex:0 0 100%;align-items:center;text-align:center}.site-footer__top,.phi-pillars{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/theme.css.map */
