.blog-featured-section{background:var(--cream, #fdf8f5);padding:120px 0;font-family:DM Sans,system-ui,sans-serif;color:var(--ink, #1c1917)}@media(max-width:600px){.blog-featured-section{padding:100px 0}}.blog-featured-container{max-width:1280px;margin:0 auto;padding:0 40px}@media(max-width:768px){.blog-featured-container{padding:0 20px}}.blog-featured-header{text-align:center;margin-bottom:56px}.blog-featured-heading{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,5vw,2.8rem);font-weight:600;color:var(--ink);margin-bottom:8px}.blog-featured-subheading{font-size:.9rem;color:var(--muted, #9e8f87);text-transform:uppercase;letter-spacing:.1em;margin:0}.blog-featured-split{display:flex;flex-direction:column;gap:40px}@media(min-width:768px){.blog-featured-split{flex-direction:row;gap:48px}.blog-featured-left{flex:1.2}.blog-featured-right{flex:.8}}.featured-post-card{background:#fff;border:1px solid rgba(28,25,23,.08);transition:box-shadow .3s ease,transform .2s ease;height:100%;display:flex;flex-direction:column}.featured-post-card:hover{box-shadow:8px 8px 0 var(--blush, #f5cac1);transform:translate(-2px,-2px)}.featured-post-image{width:100%;aspect-ratio:16 / 9;background:#f0ebe7;overflow:hidden}.featured-post-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.featured-post-card:hover .featured-post-img{transform:scale(1.03)}.featured-post-content{padding:24px 28px 32px;flex:1;display:flex;flex-direction:column}.featured-post-date{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted, #9e8f87);margin-bottom:12px}.featured-post-title{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:500;line-height:1.2;margin:0 0 16px}.featured-post-title a{color:var(--ink, #1c1917);text-decoration:none;transition:color .2s}.featured-post-title a:hover{color:var(--blush-deep, #e8a89b)}.featured-post-excerpt{font-size:.9rem;line-height:1.6;color:var(--ink, #1c1917);margin:0 0 24px;opacity:.85}.featured-post-link{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--ink, #1c1917);text-decoration:none;margin-top:auto;transition:color .2s,gap .2s}.featured-post-link:hover{color:var(--blush-deep, #e8a89b);gap:12px}.featured-post-link svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none}.recent-posts-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid rgba(28,25,23,.08)}.recent-posts-list{display:flex;flex-direction:column;gap:24px}.recent-post-item{display:flex;gap:16px;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid rgba(28,25,23,.05)}.recent-post-item:last-child{border-bottom:none;padding-bottom:0}.recent-post-image-link{flex-shrink:0;width:80px}.recent-post-image{width:100%;aspect-ratio:1 / 1;background:#f0ebe7;overflow:hidden}.recent-post-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.recent-post-item:hover .recent-post-img{transform:scale(1.05)}.recent-post-content{flex:1}.recent-post-date{font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted, #9e8f87);margin-bottom:6px}.recent-post-title{font-size:.9rem;font-weight:500;line-height:1.4;margin:0 0 8px}.recent-post-title a{color:var(--ink, #1c1917);text-decoration:none;transition:color .2s}.recent-post-title a:hover{color:var(--blush-deep, #e8a89b)}.recent-post-link{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--ink, #1c1917);text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:color .2s,gap .2s}.recent-post-link:hover{color:var(--blush-deep, #e8a89b);gap:8px}.recent-post-link svg{width:10px;height:10px;stroke:currentColor;stroke-width:2;fill:none}@media(max-width:767px){.featured-post-content{padding:20px}.featured-post-title{font-size:1.5rem}.recent-post-image-link{width:70px}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.desktop-nav a.active{font-weight:700;color:var(--blush-deep, #e8a89b)}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.story-section{background:var(--cream, #fdf8f5);padding:80px 0;font-family:DM Sans,system-ui,sans-serif;color:var(--ink, #1c1917);overflow:hidden}.story-container{max-width:1280px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr;gap:40px;align-items:start}@media(min-width:768px){.story-container{grid-template-columns:1fr 1fr;gap:60px}}.story-image-column{display:flex;justify-content:flex-start;align-items:flex-start}.story-image{width:90%;max-width:500px;height:auto;max-height:600px;object-fit:contain;display:block;border:1px solid var(--border, rgba(28,25,23,.08));box-shadow:16px 16px 0 var(--blush, #f5cac1);border-radius:0;transition:box-shadow .3s cubic-bezier(.77,0,.175,1),transform .3s cubic-bezier(.77,0,.175,1);background-color:#1c1917}.story-image-column:hover .story-image{transform:translate(-6px,-6px);box-shadow:22px 22px 0 var(--blush-deep, #e8a89b)}.story-heading{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,5vw,2.8rem);font-weight:600;color:var(--ink)}.story-content{font-size:1.1rem;line-height:1.7;color:var(--ink, #1c1917);opacity:.9}.story-content p{margin:0 0 20px}.story-content p:last-child{margin-bottom:0}@media(max-width:768px){.story-container{padding:0 20px;gap:32px}.story-image{box-shadow:12px 12px 0 var(--blush, #f5cac1);width:100%;max-width:350px;max-height:500px}.story-image-column:hover .story-image{transform:translate(-4px,-4px);box-shadow:16px 16px 0 var(--blush-deep, #e8a89b)}}@media(max-width:600px){.story-section{padding:60px 0}.story-content{font-size:.85rem}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.why-choose-us-two{background:#fff;padding:80px 0;font-family:DM Sans,system-ui,sans-serif;color:var(--ink, #1c1917);overflow:hidden}.why-choose-us-two__container{max-width:1280px;margin:0 auto;padding:0 40px}.why-choose-us-two__headline{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,5vw,2.8rem);font-weight:600;color:var(--ink);margin-bottom:2.5rem;border-left:5px solid var(--blush, #f5cac1);padding-left:1.5rem}.why-choose-us-two__desktop{display:flex;gap:2.5rem;align-items:flex-start}.why-choose-us-two__nav{flex:1.2;min-width:180px;display:flex;flex-direction:column;gap:.75rem;border-right:1px solid rgba(28,25,23,.1);padding-right:2rem}.why-choose-us-two__tab{background:transparent;border:none;text-align:left;padding:1rem .8rem;font-size:1.2rem;font-weight:600;font-family:DM Sans,sans-serif;color:var(--ink);opacity:.7;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .2s}.why-choose-us-two__tab:before{content:"";width:8px;height:8px;background:var(--blush, #f5cac1);border-radius:50%;opacity:.4;transition:all .2s}.why-choose-us-two__tab.active{opacity:1;background:#f5cac133}.why-choose-us-two__tab.active:before{opacity:1;transform:scale(1.3)}.why-choose-us-two__content{flex:2.5}.why-choose-us-two__content-title{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;margin-bottom:1rem}.why-choose-us-two__desc{font-size:1.05rem;line-height:1.7;opacity:.85;margin-bottom:2rem;border-left:3px solid var(--blush, #f5cac1);padding-left:1.2rem}.why-choose-us-two__image-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:0}.why-choose-us-two__image-grid img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border:1px solid rgba(28,25,23,.08);box-shadow:4px 4px 0 var(--blush, #f5cac1);display:block}.why-choose-us-two__carousel{width:100%}.carousel-container{width:100%;overflow:hidden;position:relative}.carousel-track{display:flex;flex-wrap:nowrap;transition:transform .4s ease-out;will-change:transform}.carousel-slide{flex:0 0 100%;box-sizing:border-box}.carousel-slide-content{padding:0 8px}.carousel-title{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;text-align:center;margin-bottom:.75rem;color:var(--ink)}.mobile-description-alert{background:#fef9e8;border-left:4px solid var(--blush, #f5cac1);padding:.8rem 1rem;margin-bottom:1.5rem;border-radius:8px;font-size:.95rem;line-height:1.6;color:var(--ink)}.carousel-image-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.carousel-image-grid img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border:1px solid rgba(28,25,23,.08);box-shadow:4px 4px 0 var(--blush, #f5cac1);display:block}.carousel-controls{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:1.5rem}.carousel-arrow{background:transparent;border:1px solid rgba(28,25,23,.2);font-size:1.5rem;width:48px;height:48px;cursor:pointer;color:var(--ink);transition:all .2s;display:inline-flex;align-items:center;justify-content:center}.carousel-arrow:hover{background:var(--blush);border-color:var(--blush)}.carousel-dots{display:flex;gap:.75rem}.dot{width:10px;height:10px;background:#1c191740;border-radius:50%;cursor:pointer;transition:all .2s}.dot.active{background:var(--blush, #f5cac1);transform:scale(1.2)}@media(max-width:767px){.why-choose-us-two__desktop{display:none!important}.why-choose-us-two__headline{text-align:center;border-left:none;padding-left:0;margin-bottom:2rem}.why-choose-us-two__container{padding:0 16px}.why-choose-us-two{padding:60px 0}.carousel-arrow{width:44px;height:44px;font-size:1.3rem}}@media(min-width:768px){.why-choose-us-two__carousel{display:none!important}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.active{opacity:1;transform:translateY(0)}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/17/compiled_assets/styles.css.map */
