@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap");:root{--red:#c71e24;--dark:#592813;--cream:#fff8e8;--paper:#fffdf7;--pink:#ff9eaa;--blue:#78cce8;--line:#efc274;--shadow:0 12px 28px rgba(113,52,21,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--dark);font-family:"Bree Serif",Georgia,serif;font-size:18px;line-height:1.42;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:4px}img{display:block;width:100%;height:auto}main{overflow:hidden}.topline{background:var(--red);color:#fffdf4;text-align:center;font-size:17px;padding:10px 18px;letter-spacing:.02em}.site-header{height:102px;display:flex;align-items:center;gap:32px;padding:12px clamp(22px,5vw,80px);background:#fffdf4;position:-webkit-sticky;position:sticky;top:0;z-index:10;border-bottom:2px solid #f5e5c5}.wordmark{display:flex;flex-direction:column;line-height:.92;min-width:260px}.wordmark strong{text-transform:uppercase;color:var(--red);font-size:34px;letter-spacing:.02em}.wordmark span{font-size:22px;color:var(--dark);font-style:italic;margin-left:28px}.site-header nav{display:flex;align-items:center;justify-content:center;gap:clamp(16px,2.7vw,46px);flex:1 1}.site-header nav a{font-size:18px;white-space:nowrap}.site-footer a:hover,.site-header nav a:hover{color:var(--red)}.button{background:var(--red);border:2px solid var(--red);color:#fffdf4;border-radius:999px;display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:10px 24px;font-size:18px;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(199,30,36,.22)}.button:active{transform:scale(.98)}.button-small{min-height:44px;white-space:nowrap}.button-outline{background:transparent;color:var(--red)}.hero{min-height:620px;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(500px,1.15fr);align-items:center;grid-gap:18px;gap:18px;padding:60px clamp(24px,5vw,80px) 48px;background:radial-gradient(circle at 70% 40%,#fffdf2 0,transparent 45%),var(--cream);position:relative}.hero:after{content:"";position:absolute;bottom:-13px;left:0;width:100%;height:27px;background:radial-gradient(circle at 14px 0,#fffdf4 15px,transparent 16px) 0 0/28px 28px repeat-x;z-index:1}.hero-copy{max-width:595px}.eyebrow{color:var(--red);font-size:16px;letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px}.hero h1,.page-hero h1{color:var(--red);font-size:clamp(47px,5.4vw,88px);line-height:.93;letter-spacing:-.035em;margin:0;max-width:720px;text-wrap:balance}.hero-copy>p:not(.eyebrow),.page-hero>p:not(.eyebrow){font-size:24px;line-height:1.25;max-width:560px;margin:22px 0}.button-row{gap:14px}.button-row,.hero-proof{display:flex;flex-wrap:wrap}.hero-proof{gap:24px;margin-top:22px;font-size:19px}.hero-proof span:first-child{background:#fffdf4;border:1px solid var(--line);padding:7px 15px;border-radius:999px}.hero-art{min-height:490px;position:relative;display:flex;align-items:center;justify-content:center}.hero-art picture{max-width:760px;filter:drop-shadow(0 22px 18px rgba(99,47,22,.18));z-index:1}.hero-art picture img{max-height:510px;object-fit:contain}.sparkle{position:absolute;z-index:2}.jar{right:2%;top:8%;background:#ffb5c2;color:#fffdf4;width:115px;height:115px;border-radius:45% 55% 50% 45%;place-items:center;font-size:60px;border:6px solid #fffdf4;box-shadow:var(--shadow)}.cute,.jar{display:grid}.cute{right:0;bottom:20%;background:var(--blue);border-radius:50%;width:82px;height:82px;place-items:center;text-align:center;color:var(--dark);font-size:15px;transform:rotate(10deg)}.category-ribbon{position:relative;z-index:2;background:#fffdf4;padding:28px clamp(18px,5vw,80px);display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.category-ribbon a{border:2px solid var(--line);border-radius:999px;padding:9px 16px;text-align:center;font-size:18px;transition:background-color .2s ease,transform .2s ease}.category-ribbon a:hover{background:#fff0cd;transform:translateY(-2px)}.section{padding:84px clamp(24px,7vw,120px)}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:32px}.care-list h2,.collection-split h2,.custom-grid h2,.home-faq h2,.maker-note h2,.section-title h2,.story h2{font-size:clamp(36px,4.4vw,63px);line-height:.98;color:var(--red);margin:0;text-wrap:balance}.section-title a{color:var(--red);white-space:nowrap}.feature-layout{display:grid;grid-template-columns:1fr 300px;grid-gap:26px;gap:26px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.product-card{background:#fffdf4;border:1px solid var(--line);border-radius:19px;overflow:hidden;box-shadow:0 4px 13px rgba(92,46,14,.07);transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card picture{aspect-ratio:1/1;display:block;background:#f8ecd5}.product-card img{height:100%;object-fit:contain;padding:7px}.product-card b,.product-card span{display:block;padding:0 14px}.product-card span{padding-top:13px;font-size:18px;line-height:1.14;min-height:55px}.product-card b{color:var(--red);font-size:21px;padding-bottom:14px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.maker-note{background:#fff0cb;border:2px solid var(--line);border-radius:25px;padding:30px;position:relative;overflow:hidden}.maker-note:after,.maker-note:before{content:"♡";color:var(--blue);font-size:46px;position:absolute}.maker-note:before{right:24px;top:15px}.maker-note:after{right:28px;bottom:14px;color:var(--pink)}.maker-note h2{font-size:43px;margin-bottom:15px}.maker-note a,.maker-note p{position:relative;z-index:1}.maker-note a{color:var(--red)}.collection-split{background:#ffedcd;display:grid;grid-template-columns:minmax(280px,.8fr) 1.2fr;grid-gap:52px;gap:52px;align-items:center;padding:84px clamp(24px,7vw,120px)}.collection-split>div>p:not(.eyebrow){max-width:480px;font-size:20px}.collection-images{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:170px 170px;grid-gap:12px;gap:12px}.collection-images picture:first-child{grid-row:span 2}.collection-images picture{border-radius:18px;overflow:hidden;background:#f3dbaa}.collection-images img{height:100%;object-fit:contain;padding:4px}.home-faq{display:grid;grid-template-columns:.65fr 1fr;grid-gap:60px;gap:60px}.faq-list{border-top:2px solid var(--line)}.faq-list details{border-bottom:2px solid var(--line);padding:20px 0}.faq-list summary{cursor:pointer;font-size:21px;color:var(--dark)}.faq-list p{max-width:650px;margin:12px 30px 0 0}.proof-strip{background:var(--red);color:#fffdf4;padding:32px clamp(22px,6vw,120px);display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:25px;font-size:24px}.proof-strip a{font-size:18px;border-bottom:1px solid #fffdf4}.page-hero{padding:94px clamp(24px,12vw,210px);background:#fff4dc}.page-hero h1{max-width:900px}.red-hero{background:linear-gradient(140deg,#fff0cd,#ffd6cf)}.blue-hero{background:linear-gradient(140deg,#e8f7f7,#fff3dc)}.shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.story{display:grid;grid-template-columns:1fr .7fr;grid-gap:70px;gap:70px}.story>div>p{max-width:680px;font-size:20px}.story-list{display:grid;grid-gap:16px;gap:16px;align-content:center}.story-list span{border:2px solid var(--line);border-radius:18px;background:#fffdf4;padding:18px;font-size:21px}.care-list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.care-list article{background:#fffdf4;padding:25px;border-top:6px solid var(--red);box-shadow:var(--shadow)}.care-list article>b{color:var(--red);font-size:42px}.care-list h2{font-size:29px;margin:13px 0}.custom-grid{display:grid;grid-template-columns:1.1fr .7fr;grid-gap:42px;gap:42px}.custom-grid>div>p{max-width:680px;font-size:20px}.custom-grid aside{background:#fff0cb;padding:32px;border-radius:26px;border:2px solid var(--line)}.custom-grid aside h2{font-size:32px}.custom-grid li{margin:12px 0}.custom-grid aside a{color:var(--red)}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px;gap:15px}.contact-grid>*{background:#fffdf4;border:1px solid var(--line);padding:25px;border-radius:16px;min-height:150px;display:flex;flex-direction:column;gap:10px}.contact-grid b{color:var(--red);font-size:23px}.contact-grid a:hover{background:#fff0cb}.legal{max-width:860px}.legal h1{font-size:55px;color:var(--red);margin:0 0 20px}.legal p{font-size:20px}.legal a{color:var(--red);text-decoration:underline}.breadcrumbs{font-size:16px;color:var(--red);margin-bottom:22px}.product-detail{display:grid;grid-template-columns:1.1fr .8fr;grid-gap:60px;gap:60px;align-items:start}.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.gallery picture{aspect-ratio:1/1;background:#fffdf4;border-radius:18px;overflow:hidden;border:1px solid #f0d7a0}.gallery img{width:100%;height:100%;object-fit:contain;padding:6px}.product-copy{position:-webkit-sticky;position:sticky;top:128px}.product-copy h1{font-size:clamp(42px,5vw,70px);line-height:.96;color:var(--red);margin:0}.price{font-size:30px;color:var(--red);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.product-description p{font-size:19px}.etsy-note{font-size:15px;color:#7c563e}.site-footer{background:#57230f;color:#fff5e1;padding:62px clamp(24px,6vw,110px) 25px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);grid-gap:36px;gap:36px}.site-footer .wordmark strong{color:#fff5e1;font-size:29px}.site-footer .wordmark span{color:#ffc665;font-size:19px}.site-footer p{max-width:320px;font-size:16px}.site-footer h2{font-size:19px;color:#ffc665;margin:0 0 12px}.site-footer>div:not(:first-child):not(.footer-bottom){display:flex;flex-direction:column;gap:8px;font-size:16px}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,245,225,.3);padding-top:20px;display:flex;gap:18px;align-items:center;flex-wrap:wrap;font-size:14px}.footer-bottom a{margin-left:auto}.footer-bottom img{width:35px;height:35px}.footer-bottom small{width:100%;opacity:.8}.reveal{animation:rise .6s ease both}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(max-width:1100px){.site-header{height:auto;flex-wrap:wrap;gap:12px}.site-header nav{order:3;width:100%;justify-content:space-between;gap:12px}.hero{grid-template-columns:.85fr 1.15fr;padding-top:42px}.hero h1{font-size:clamp(45px,6vw,70px)}.feature-layout{grid-template-columns:1fr}.maker-note{max-width:none}.product-grid,.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.care-list,.contact-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){body{font-size:17px}.topline{font-size:15px}.site-header{padding:12px 18px;position:relative}.wordmark{min-width:0;flex:1 1}.wordmark strong{font-size:27px}.wordmark span{font-size:17px;margin-left:17px}.site-header nav{order:4;overflow-x:auto;justify-content:flex-start;padding-bottom:4px}.site-header nav a{font-size:15px}.button-small{font-size:14px;padding:8px 13px}.hero{display:flex;flex-direction:column;padding:44px 22px 40px;gap:20px;min-height:0}.hero h1,.page-hero h1{font-size:clamp(44px,13vw,61px)}.hero-copy>p:not(.eyebrow),.page-hero>p:not(.eyebrow){font-size:20px}.hero-art{width:100%;min-height:300px;order:-1}.hero-art picture img{max-height:340px}.jar{width:74px;height:74px;font-size:40px;right:1%;top:6%}.cute{width:62px;height:62px;font-size:12px;bottom:8%}.category-ribbon{grid-template-columns:repeat(2,1fr);padding:24px 16px;gap:10px}.category-ribbon a{font-size:15px;padding:8px}.section{padding:58px 22px}.section-title{align-items:flex-start;flex-direction:column;margin-bottom:25px}.collection-split h2,.custom-grid h2,.home-faq h2,.maker-note h2,.section-title h2,.story h2{font-size:42px}.product-grid,.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-card span{font-size:16px;min-height:50px;padding:11px 10px 0}.product-card b{font-size:19px;padding:0 10px 11px}.collection-split,.custom-grid,.home-faq,.product-detail,.story{grid-template-columns:1fr;display:grid;grid-gap:32px;gap:32px;padding:58px 22px}.collection-images{grid-template-rows:130px 130px}.proof-strip{font-size:20px;gap:12px;padding:30px 18px}.page-hero{padding:65px 22px}.care-list,.contact-grid{grid-template-columns:1fr}.product-copy{position:static}.gallery{gap:8px}.site-footer{grid-template-columns:1fr 1fr;padding:46px 22px 22px;gap:30px}.footer-bottom,.site-footer>div:first-child{grid-column:1/-1}.footer-bottom a{margin-left:0}.legal h1{font-size:44px}.site-header nav{width:100%;overflow:visible;justify-content:center;flex-wrap:wrap;gap:8px 14px;padding:0}.site-header nav a{font-size:14px}.legacy-label{margin-top:-18px}}