@import"https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Archivo+Black&display=swap";.bio-page{--brand: #9a1f1d;--brand-dark: #5c0000;--cream: #fbe0df;--ink: #1a1a1a;--border: #e6e6e6;--muted-foreground: #666666;--font-display: "Archivo Black", "Geist", sans-serif;--font-body: "Geist", -apple-system, Roboto, Helvetica, sans-serif}.bio-page,.bio-page *{box-sizing:border-box}.bio-page *{margin:0;padding:0}.bio-page{font-family:var(--font-body);color:var(--ink);background:#fff;overflow-wrap:anywhere}.bio-page a{text-decoration:none;color:inherit}.bio-page img{display:block;max-width:100%}.bio-page button{font-family:inherit;cursor:pointer}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:#fff}.header-inner{max-width:1440px;height:90px;margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between}.logo{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.02em;color:var(--brand);flex-shrink:0}.nav-links{display:none;align-items:center;gap:2.5rem}.nav-links a{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;transition:color .2s ease}.nav-links a:hover{color:var(--brand)}.header-icons{display:none;align-items:center;gap:1.5rem}.icon-btn{display:inline-flex;align-items:center;color:var(--ink)}.cart-btn{gap:.5rem}.cart-count{font-size:.875rem;font-weight:700;color:var(--brand)}.menu-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--ink)}.mobile-nav{display:none;border-top:1px solid var(--border);background:#fff;padding:1.5rem 1.25rem}.mobile-nav.open{display:block}.mobile-nav-links{display:flex;flex-direction:column;gap:1.25rem}.mobile-nav-links a{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.mobile-nav-icons{display:flex;align-items:center;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}@media(min-width:640px){.header-inner{padding:0 2rem}}@media(min-width:1024px){.header-inner{padding:0 4rem}.nav-links,.header-icons{display:flex}.menu-toggle{display:none}.mobile-nav{display:none!important}}.hero{position:relative;overflow:hidden;background:#fff;padding:2.5rem 1.25rem 4rem}.hero-inner{max-width:1372px;margin:0 auto}.hero-title{font-family:var(--font-display);text-transform:uppercase;text-align:center;font-size:16vw;line-height:.92;-webkit-user-select:none;user-select:none;background:linear-gradient(to bottom,var(--brand),var(--brand-dark));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-image-wrap{position:relative;max-width:1153px;margin:1.5rem auto 0}.hero-image{width:100%;object-fit:cover}.hero-badge{position:absolute;top:39%;background:var(--cream);border-radius:999px;padding:.75rem 1rem;box-shadow:0 4px 6.5px #0000001c}.hero-badge span{font-size:10px;font-weight:700;text-transform:uppercase;color:#9a1f1de6}.hero-badge-left{left:.5rem}.hero-badge-right{right:.5rem}@media(min-width:640px){.hero{padding:3.5rem 2rem 4rem}.hero-title{font-size:13vw}.hero-badge{padding:1rem 1.5rem}.hero-badge span{font-size:1rem}.hero-badge-left{left:1.5rem}.hero-badge-right{right:1.5rem}}@media(min-width:1024px){.hero{padding:4rem 4rem 5rem}.hero-title{font-size:8.5vw}.hero-badge span{font-size:1.125rem}}@media(min-width:1280px){.hero-title{font-size:184px}}.featured{padding:4rem 1.25rem}.featured-inner{max-width:1360px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.featured-header{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:1.5rem}.featured-heading{display:flex;flex:1;flex-direction:column;align-items:flex-start;gap:.75rem;width:100%}.featured-heading h2{font-family:var(--font-display);text-transform:uppercase;color:var(--brand);font-size:1.875rem}.featured-heading p{font-size:1.125rem;color:var(--muted-foreground)}.featured-controls{display:flex;align-items:center;gap:.75rem}.arrow-btn{display:flex;align-items:center;justify-content:center;height:3rem;width:3rem;border:2px solid var(--brand);background:#fff;color:var(--brand);transition:background .2s ease,color .2s ease,opacity .2s ease}.arrow-btn-prev:hover{background:var(--brand);color:#fff}.arrow-btn-next{background:var(--brand);color:#fff;border-color:var(--brand)}.arrow-btn-next:hover{opacity:.9}.product-scroller{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none;scroll-snap-type:x mandatory}.product-scroller::-webkit-scrollbar{display:none}.product-card{display:flex;flex-direction:column;gap:1rem;width:220px;flex-shrink:0;scroll-snap-align:start}.product-image-wrap{position:relative;display:block;width:100%;aspect-ratio:19 / 20;overflow:hidden;border:1px solid #000;background:#d9d9d9}.product-image-wrap img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;align-items:flex-start;gap:.375rem}.product-info h3{font-family:var(--font-display);text-transform:uppercase;font-size:.875rem}.product-notes{font-size:.75rem;font-weight:300;color:#565656}.product-meta{display:flex;flex-direction:column;align-items:flex-start;gap:.375rem}.product-rating{display:flex;align-items:center;gap:.25rem}.product-rating span{font-size:.75rem;font-weight:600}.product-price{display:flex;align-items:baseline;gap:.375rem}.price{font-family:var(--font-display);font-size:1rem;color:var(--brand)}.old-price{font-size:.75rem;color:var(--muted-foreground);text-decoration:line-through}.add-to-bag{width:100%;border:1px solid var(--brand);background:#fff;color:var(--brand);padding:.75rem 0;font-family:var(--font-display);font-size:.75rem;text-transform:uppercase;transition:background .2s ease,color .2s ease}.add-to-bag:hover{background:var(--brand);color:#fff}@media(min-width:640px){.featured-header{flex-direction:row}.product-card{width:241px}.featured-heading h2{font-size:2.25rem}.featured-heading p{font-size:1.25rem}.product-info h3{font-size:1rem}.product-notes{font-size:.875rem}}@media(min-width:1024px){.featured{padding:5rem 4rem}.featured-inner{gap:4rem}.product-scroller{gap:2.25rem}.featured-heading h2{font-size:3rem}}@media(min-width:640px)and (max-width:1023px){.featured{padding:4rem 2rem}}.site-footer{background:var(--brand);color:#fff;padding:4rem 1.25rem}.footer-inner{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}.footer-top{display:flex;flex-direction:column;justify-content:space-between;gap:3.5rem}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:2rem;max-width:565px}.footer-logo{font-family:var(--font-display);font-size:1.75rem;letter-spacing:.02em}.footer-brand p{font-size:1rem;line-height:1.6;color:#ffffffe6}.footer-socials{display:flex;align-items:center;gap:1rem}.social-btn{display:flex;align-items:center;justify-content:center;height:2.5rem;width:2.5rem;border-radius:999px;border:1px solid #fff;transition:background .2s ease,color .2s ease}.social-btn:hover{background:#fff;color:var(--brand)}.footer-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-col-title{font-family:var(--font-display);font-size:.875rem;text-transform:uppercase}.footer-col a{font-size:.9375rem;color:#fffc;transition:color .2s ease}.footer-col a:hover{color:#fff}.footer-bottom{display:flex;flex-direction:column;gap:2rem}.footer-divider{height:1px;width:100%;background:#fff3}.footer-bottom-row{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem}.footer-tagline{font-family:var(--font-display);font-size:1.25rem;text-transform:uppercase;color:#fff9}.footer-copyright{font-size:.75rem;color:#fff9}@media(min-width:640px){.site-footer{padding:4rem 2rem}.footer-columns{grid-template-columns:repeat(3,1fr);gap:5rem}.footer-logo{font-size:2rem}.footer-brand p{font-size:1.125rem}.footer-tagline{font-size:1.5rem}.footer-copyright{font-size:.8125rem;text-align:right}.footer-bottom-row{flex-direction:row;align-items:center}}@media(min-width:1024px){.site-footer{padding:6rem 4rem}.footer-top{flex-direction:row}}.btn-solid{display:inline-block;background:var(--brand);color:#fff;padding:.9rem 1.75rem;font-family:var(--font-display);font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;transition:opacity .2s ease}.btn-solid:hover{opacity:.9}.btn-outline-white{display:inline-block;background:#fff;color:var(--brand);border:1px solid #fff;padding:.9rem 1.75rem;font-family:var(--font-display);font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;transition:background .2s ease,color .2s ease}.btn-outline-white:hover{background:transparent;color:#fff}.badge{position:absolute;left:.5rem;top:.5rem;background:var(--brand);color:#fff;padding:.4rem .9rem;font-family:var(--font-display);font-size:.7rem;text-transform:uppercase}.collection-banner{position:relative;overflow:hidden;background:var(--brand);padding:4rem 1.25rem;min-height:560px;display:flex;align-items:center;justify-content:center}.tape-field{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.tape{position:absolute;left:-20%;width:140%;background:var(--cream);color:var(--brand);white-space:nowrap;overflow:hidden;font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.08em;padding:.5rem 0;text-align:center}.tape span{display:inline-block}.tape-1{top:8%;transform:rotate(-32deg)}.tape-2{top:8%;transform:rotate(32deg)}.tape-3{bottom:8%;transform:rotate(-32deg)}.tape-4{bottom:8%;transform:rotate(32deg)}.collection-banner-inner{position:relative;z-index:2;max-width:900px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.collection-banner-inner h2{font-family:var(--font-display);text-transform:uppercase;color:#fff;font-size:1.75rem}.collection-banner-sub{font-family:var(--font-display);color:#ffffffe6;text-transform:uppercase;letter-spacing:.2em;font-size:.85rem}.collection-banner-image{max-width:480px;width:100%;margin:.5rem 0 1rem}@media(min-width:640px){.collection-banner-inner h2{font-size:2.5rem}}@media(min-width:1024px){.collection-banner-inner h2{font-size:3.25rem}}.split-panel{display:flex;flex-direction:column}.split-panel-reverse{flex-direction:column}.split-panel-text{padding:3rem 1.25rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;justify-content:center;background:#fff}.split-panel-text-dark{background:var(--brand);color:#fff}.split-panel-text .eyebrow{font-family:var(--font-display);text-transform:uppercase;font-size:1.5rem;color:var(--ink)}.split-panel-text h2{font-family:var(--font-display);text-transform:uppercase;font-size:1.75rem;color:var(--brand);line-height:1.1}.split-panel-text-dark h2{color:#fff}.split-panel-copy{color:var(--muted-foreground);font-size:.95rem;line-height:1.6;max-width:460px}.split-panel-text-dark .split-panel-copy{color:#ffffffd9}.split-panel-image img{width:100%;height:100%;object-fit:cover;display:block;min-height:280px}@media(min-width:1024px){.split-panel{flex-direction:row;min-height:520px}.split-panel-reverse{flex-direction:row-reverse}.split-panel-text{padding:4rem;width:50%}.split-panel-image{width:50%}.split-panel-text h2{font-size:2.5rem}}.bestsellers{padding:4rem 1.25rem}.bestsellers-inner{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.bestsellers-heading{text-align:center;display:flex;flex-direction:column;gap:.5rem}.bestsellers-heading h2{font-family:var(--font-display);text-transform:uppercase;color:var(--brand);font-size:2rem}.bestsellers-heading p{color:var(--muted-foreground)}.bestsellers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:620px;margin:0 auto}.product-card-large .product-image-wrap{position:relative;aspect-ratio:4 / 5}@media(max-width:639px){.bestsellers-grid{grid-template-columns:1fr;max-width:320px}}.story-matters{padding:4rem 1.25rem;text-align:center;background:#fff}.story-matters-inner{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.story-matters h2{font-family:var(--font-display);text-transform:uppercase;font-size:2rem;color:var(--ink)}.story-matters h2 span{color:var(--brand)}.story-matters-sub{color:var(--muted-foreground);margin-bottom:1rem}.envelope-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:1.5rem;width:100%;max-width:700px}.envelope-card{display:flex;flex-direction:column;align-items:center;gap:.5rem}.envelope-graphic{width:100%;max-width:280px}.envelope-graphic img{width:100%}.envelope-card h3{font-family:var(--font-display);text-transform:uppercase;color:var(--brand);font-size:1rem}.envelope-card p{color:var(--muted-foreground);font-size:.9rem;max-width:280px}@media(min-width:640px){.envelope-grid{grid-template-columns:1fr 1fr}}.complete-collection{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden}.complete-collection-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.complete-collection-overlay{position:relative;z-index:1;background:#ffffffeb;padding:2.5rem 1.75rem;margin:1.25rem;max-width:420px;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.complete-collection-overlay .eyebrow{font-family:var(--font-display);text-transform:uppercase;font-size:1.5rem;color:var(--ink)}.complete-collection-overlay h2{font-family:var(--font-display);text-transform:uppercase;font-size:1.75rem;color:var(--brand);line-height:1.1}.price-lg{font-size:1.5rem}@media(min-width:1024px){.complete-collection-overlay{margin:2rem 4rem;padding:3rem}}.product-detail{padding:3rem 1.25rem}.product-detail-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.product-detail-gallery{display:flex;flex-direction:column-reverse;gap:1rem}.product-detail-thumbs{display:flex;gap:.75rem;overflow-x:auto}.product-detail-thumbs img{width:64px;height:96px;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.product-detail-main img{width:100%;max-width:480px;margin:0 auto;display:block}.breadcrumb{font-size:.8rem;color:var(--muted-foreground);margin-bottom:.5rem}.product-detail-info h1{font-family:var(--font-display);text-transform:uppercase;color:var(--brand);font-size:2rem;margin-bottom:.5rem}.product-detail-rating{display:flex;align-items:center;gap:.5rem;color:var(--muted-foreground);font-size:.85rem;margin-bottom:1rem}.product-detail-rating .stars{color:#fc0;letter-spacing:1px}.product-detail-desc{color:var(--muted-foreground);line-height:1.6;margin-bottom:1.5rem;max-width:560px}.product-detail-tabs{display:flex;gap:1.5rem;border-bottom:1px solid var(--border);margin-bottom:1rem;flex-wrap:wrap}.product-detail-tabs .tab{padding-bottom:.75rem;font-size:.9rem;color:var(--muted-foreground);cursor:pointer}.product-detail-tabs .tab.active{color:var(--brand);border-bottom:2px solid var(--brand);font-weight:600}.notes-list{list-style:decimal;padding-left:1.25rem;color:var(--ink);margin-bottom:1.5rem}.notes-list li{margin-bottom:.25rem}.product-detail-price{margin-bottom:1rem}.product-detail-actions{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.qty-selector{display:flex;align-items:center;border:1px solid var(--border)}.qty-selector button{background:none;border:none;padding:.6rem .9rem;font-size:1rem}.qty-selector span{padding:0 .5rem;min-width:1.5rem;text-align:center}.add-to-bag-lg{width:auto;padding:.85rem 2.5rem}.trust-list{list-style:none;display:flex;flex-direction:column;gap:.6rem;color:var(--muted-foreground);font-size:.9rem}.trust-list li:before{content:"\2022";color:var(--brand);margin-right:.5rem}@media(min-width:1024px){.product-detail-inner{flex-direction:row;gap:4rem}.product-detail-gallery{flex-direction:row;width:45%}.product-detail-thumbs{flex-direction:column}.product-detail-info{width:55%}}.faq{background:var(--brand);padding:4rem 1.25rem;display:flex;justify-content:center}.faq-inner{background:#fff;max-width:720px;width:100%;padding:2.5rem 1.5rem;box-shadow:0 20px 40px #00000026}.faq-inner h2{font-family:var(--font-display);text-transform:uppercase;text-align:center;font-size:2rem;margin-bottom:2rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#f7f7f7;border:1px solid var(--border);padding:1rem 1.25rem}.faq-item summary{cursor:pointer;font-weight:600;font-size:.95rem;list-style:none;display:flex;align-items:center;gap:.75rem}.faq-item summary:before{content:"+";color:var(--brand);font-size:1.1rem;font-weight:700;width:1rem}.faq-item[open] summary:before{content:"\2013"}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin-top:.75rem;color:var(--muted-foreground);font-size:.9rem;line-height:1.6;padding-left:1.75rem}.testimonials{padding:4rem 1.25rem}.testimonials-inner{max-width:1200px;margin:0 auto}.testimonials h2{font-family:var(--font-display);text-transform:uppercase;text-align:center;font-size:2rem;margin-bottom:2.5rem;color:var(--ink)}.testimonials h2 span{color:var(--brand)}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:2rem}.testimonial-card{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border:1px solid var(--border)}.testimonial-card .stars{color:#fc0;letter-spacing:2px}.testimonial-card p{color:var(--muted-foreground);font-size:.95rem;line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-author img{width:44px;height:44px;border-radius:50%;object-fit:cover}.testimonial-author .name{display:block;font-weight:600;font-size:.9rem}.testimonial-author .place{display:block;font-size:.8rem;color:var(--muted-foreground)}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.footer-logo{height:56px;width:auto;filter:brightness(0) invert(1)}.logo img{width:217px!important;height:67px!important;max-width:160px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/home-custom.css.map */
