:root{--cream:#fffaf4;--paper:#fff;--ink:#2d211e;--muted:#756762;--coral:#d95f50;--coral-dark:#9f3f35;--sage:#5f7461;--line:#eadfd8;--shadow:0 18px 50px #4b30251a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);font-family:var(--font-sans), sans-serif;-webkit-font-smoothing:antialiased;margin:0}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #2f6fbd}.site-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffaf4eb;border-bottom:1px solid #eadfd8bf;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem clamp(1rem,4vw,4rem);display:flex;position:sticky;top:0}.brand{color:inherit;text-decoration:none}.brand strong{font:700 1.35rem/1 var(--font-display), serif;display:block}.brand span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem}.header-actions{align-items:center;gap:.65rem;display:flex}.text-link{color:var(--ink);font-size:.9rem;text-decoration:none}.cart-button,.primary-button,.secondary-button,.filter-button,.quantity-button{cursor:pointer;border:0;border-radius:999px;font-weight:700}.cart-button{color:#fff;background:var(--ink);padding:.7rem 1rem}.hero{grid-template-columns:1.15fr .85fr;min-height:72vh;display:grid;overflow:hidden}.hero-copy{flex-direction:column;justify-content:center;padding:clamp(3rem,8vw,8rem);display:flex}.eyebrow{color:var(--coral-dark);letter-spacing:.14em;text-transform:uppercase;margin:0 0 1rem;font-size:.76rem;font-weight:800}h1,h2,h3{font-family:var(--font-display), serif}h1{letter-spacing:-.03em;max-width:12ch;margin:0;font-size:clamp(3.1rem,7vw,6.7rem);font-weight:650;line-height:.92}.hero-copy>p:not(.eyebrow){max-width:35rem;color:var(--muted);margin:1.5rem 0 2rem;font-size:1.08rem;line-height:1.7}.hero-visual{background:#eec9bb;min-height:32rem;position:relative}.hero-visual img,.product-image img{object-fit:cover}.hero-note{max-width:15rem;box-shadow:var(--shadow);background:#ffffffe6;border-radius:1rem;padding:1rem;font-size:.78rem;line-height:1.5;position:absolute;bottom:1.5rem;right:1.5rem}.primary-button{color:#fff;background:var(--coral);justify-content:center;align-items:center;width:fit-content;padding:.9rem 1.25rem;text-decoration:none;display:inline-flex}.primary-button:hover{background:var(--coral-dark)}.primary-button:disabled{cursor:not-allowed;opacity:.5}.secondary-button{color:var(--ink);background:#efe4dc;padding:.85rem 1.15rem}.catalog-section{padding:5rem clamp(1rem,5vw,5rem)}.section-heading{justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:2rem;display:flex}.section-heading h2{letter-spacing:-.035em;margin:0;font-size:clamp(2rem,4vw,3.5rem)}.section-heading p{max-width:34rem;color:var(--muted);margin:.6rem 0 0;line-height:1.6}.filters{flex-wrap:wrap;gap:.55rem;display:flex}.filter-button{border:1px solid var(--line);color:var(--ink);background:#fff;padding:.65rem .95rem}.filter-button[aria-pressed=true]{border-color:var(--ink);color:#fff;background:var(--ink)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.product-card{border:1px solid var(--line);background:var(--paper);border-radius:1.25rem;overflow:hidden;box-shadow:0 8px 28px #4b30250f}.product-image{aspect-ratio:4/5;background:#f1e8e2;position:relative;overflow:hidden}.product-image img{transition:transform .35s}.product-card:hover .product-image img{transform:scale(1.025)}.product-meta{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.product-content h3{margin:.65rem 0 .35rem;font-size:1.28rem}.product-content p{min-height:3.8em;color:var(--muted);margin:0 0 1rem;font-size:.88rem;line-height:1.55}.badge{color:var(--sage);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:800}.price{font-weight:800}.product-content .primary-button{width:100%}.story-band{color:#fff;background:var(--sage);grid-template-columns:1fr 1fr;gap:2rem;padding:5rem clamp(1rem,8vw,8rem);display:grid}.story-band h2{max-width:12ch;margin:0;font-size:clamp(2.2rem,4vw,4rem);line-height:1.05}.story-band p{max-width:36rem;margin:0;line-height:1.8}.footer{color:var(--muted);justify-content:space-between;gap:1rem;padding:2rem clamp(1rem,5vw,5rem);font-size:.82rem;display:flex}.backdrop{z-index:40;background:#24191585;position:fixed;inset:0}.drawer{z-index:50;background:#fff;flex-direction:column;width:min(100%,31rem);height:100dvh;padding:1.25rem;display:flex;position:fixed;top:0;right:0;box-shadow:-20px 0 60px #0000002e}.drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.drawer-header h2{margin:0}.icon-button{cursor:pointer;background:0 0;border:0;font-size:1.5rem}.cart-list{gap:.9rem;margin:1rem 0;padding:0;list-style:none;display:grid;overflow:auto}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;gap:.5rem;padding-bottom:.9rem;display:grid}.cart-item p{color:var(--muted);margin:.25rem 0;font-size:.82rem}.quantity-controls{align-items:center;gap:.6rem;display:flex}.quantity-button{width:2rem;height:2rem;color:var(--ink);background:#f2e9e4}.remove-button{color:var(--coral-dark);cursor:pointer;background:0 0;border:0;font-size:.78rem}.cart-footer{border-top:1px solid var(--line);margin-top:auto;padding-top:1rem}.subtotal{justify-content:space-between;margin-bottom:1rem;font-size:1.1rem;font-weight:800;display:flex}.cart-footer .primary-button{width:100%}.empty-state{color:var(--muted);text-align:center;margin:auto}.checkout{overflow:auto}.checkout-form{gap:.85rem;padding-top:1rem;display:grid}.field{gap:.35rem;display:grid}.field label{font-size:.8rem;font-weight:700}.field input,.field textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #cdbfb8;border-radius:.65rem;padding:.8rem}.field textarea{resize:vertical;min-height:5rem}.payment-options{border:0;grid-template-columns:1fr 1fr;gap:.65rem;margin:0;padding:0;display:grid}.payment-options legend{grid-column:1/-1;font-size:.8rem;font-weight:700}.payment-option{border:1px solid var(--line);border-radius:.7rem;padding:.8rem}.notice{color:#5d4b15;background:#fff3c4;border-radius:.7rem;padding:.85rem;font-size:.8rem;line-height:1.5}.confirmation{text-align:center;margin:auto 0}.confirmation-mark{color:#fff;background:var(--sage);border-radius:50%;place-items:center;width:4rem;height:4rem;margin:0 auto 1rem;font-size:2rem;display:grid}@media (max-width:1023px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.text-link{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:4.5rem 1.25rem 3rem}.hero-visual{min-height:27rem}.section-heading{flex-direction:column;align-items:start}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-content{padding:.8rem}.story-band{grid-template-columns:1fr}.footer{flex-direction:column}}@media (max-width:420px){.product-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}:root{--cream:#fffaf7;--ink:#402a36;--muted:#705e67;--coral:#763b57;--coral-dark:#54263d;--sage:#694651;--line:#e7d8dc}html{scroll-padding-top:155px}.sr-only,.skip-link:not(:focus){clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.skip-link:focus{z-index:100;color:var(--ink);background:#fff;padding:1rem;position:fixed;top:10px;left:10px}.announcement{text-align:center;background:#efd6dc;padding:.65rem 1rem;font-size:.78rem}.site-header{color:#fffaf7;-webkit-backdrop-filter:none;backdrop-filter:none;background:#492c3c;border:0;grid-template-columns:1fr minmax(250px,520px) 1fr;gap:1.2rem;padding:1rem 4.5vw 0;display:grid}.brand{align-items:center;gap:.7rem;display:flex}.brand img{border-radius:50%;width:52px;height:52px}.brand strong{font-size:1.5rem;font-weight:600}.brand span{color:inherit;text-transform:none;letter-spacing:normal}.brand small{margin-top:.2rem;font-family:Georgia,serif;font-size:.9rem;font-style:italic;display:block}.search-form{background:#fff;border-radius:6px;height:44px;display:flex;overflow:hidden}.search-form input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;padding:0 1rem}.search-form button{color:var(--ink);cursor:pointer;background:#efd6dc;border:0;padding:0 1rem}.cart-button{background:0 0;border:1px solid #a48a98;border-radius:6px;justify-self:end;align-items:center;gap:.65rem;display:flex}.cart-button span{color:var(--ink);background:#efd6dc;border-radius:50%;min-width:24px;line-height:24px}.header-actions{border-top:1px solid #705461;grid-column:1/-1;justify-content:center;gap:3rem;padding:.75rem 0 1rem}.header-actions a{color:inherit;white-space:nowrap;font-size:.8rem;text-decoration:none}.header-actions a:hover{text-underline-offset:5px;text-decoration:underline}.hero{background:#f1dde1;grid-template-columns:1.05fr .95fr;min-height:560px}.hero-copy{padding:4rem 5vw}h1{letter-spacing:-.03em;max-width:13ch;font-size:clamp(3rem,5.2vw,5rem);font-weight:500;line-height:1.05}.eyebrow{color:#763b57;letter-spacing:.06em;font-size:.77rem}.hero-copy>p:not(.eyebrow){color:#634653;max-width:32rem;margin:1.4rem 0 1.7rem;font-size:1rem;line-height:1.75}.hero-buttons{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.primary-button{border-radius:5px;gap:1.5rem;padding:.95rem 1.4rem;font-size:.9rem}.underlined-link{color:inherit;text-underline-offset:5px;font-size:.88rem;text-decoration-thickness:1px}.hero-signature{color:#735363;margin-top:2rem;font:italic 1.05rem Georgia,serif}.hero-visual{min-height:560px}.hero-visual img{object-position:center 49%}.hero-caption{color:var(--ink);background:#fffaf7;justify-content:space-between;padding:.9rem 1rem;font-size:.8rem;text-decoration:none;display:flex;position:absolute;bottom:1rem;left:1rem;right:1rem}.craft-strip{border-bottom:1px solid var(--line);color:#654052;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;padding:1.2rem;font-size:.83rem;display:flex}.craft-strip span[aria-hidden]{color:#a77a87}.catalog-section{max-width:1440px;margin:auto;padding:4.5rem 5vw}.section-heading{align-items:center}.section-heading h2,.custom-copy h2,.faq-section h2{letter-spacing:-.025em;font-size:clamp(2rem,3.3vw,3.2rem);font-weight:500}.catalog-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin:1.8rem 0;display:flex}.preview-label{color:var(--muted);font-size:.75rem}.filter-button{border-radius:5px;padding:.7rem 1rem}.filter-button[aria-pressed=true]{background:var(--coral);border-color:var(--coral)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.4rem 1.5rem}.product-card{box-shadow:none;background:0 0;border:0;border-radius:0}.product-image{aspect-ratio:4/4.5;border-radius:12px}.photo-tag{color:#60394b;background:#fffaf7;border-radius:4px;padding:.4rem .7rem;font:italic .85rem Georgia,serif;position:absolute;bottom:.8rem;left:.8rem}.product-content{padding:1rem .1rem 0}.product-content h3{margin-top:.5rem;font-size:1.6rem;font-weight:500}.product-content p{min-height:3.2em;font-size:.88rem}.badge{text-transform:none;letter-spacing:0;color:var(--muted);font-size:.78rem;font-weight:500}.price{text-align:right;font-size:.9rem}.price small{color:var(--muted);font-size:.64rem;font-weight:400;display:block}.product-content .primary-button{color:var(--coral-dark);background:0 0;border:1px solid #be9caa;justify-content:space-between}.product-content .primary-button:hover{background:#f1dde1}.custom-section{background:#e8ebdf;grid-template-columns:.85fr 1.15fr;margin:0 5vw 4rem;display:grid}.custom-photo{min-height:480px;position:relative}.custom-photo img{object-fit:cover}.custom-copy{align-self:center;padding:clamp(2rem,5vw,5rem)}.custom-copy h2{max-width:15ch;margin:0 0 1.5rem;line-height:1.1}.custom-copy p:not(.eyebrow){color:#56594e;max-width:36rem;margin-bottom:1.5rem;line-height:1.8}.story-band{color:var(--ink);background:#f1dde1;align-items:center;padding:4rem 7vw}.story-band h2{max-width:none;font-size:clamp(2.2rem,3.5vw,3.5rem);font-weight:500}.story-band .underlined-link{margin-top:1.3rem;display:inline-block}.faq-section{max-width:920px;margin:auto;padding:4rem 1.5rem}.faq-section h2{text-align:center;margin:0 0 2rem}.faq-section details{border-bottom:1px solid var(--line);padding:1.2rem 0}.faq-section summary{cursor:pointer;font-weight:600;line-height:1.6}.faq-section details p{color:var(--muted);line-height:1.7}.footer{color:#fffaf7;background:#492c3c;align-items:center;padding:3rem 5vw}.footer strong{font:500 1.7rem var(--font-display), serif}.footer small{font:italic 1rem Georgia,serif}.footer a{color:inherit}.footer p,.footer>span{color:#ddc8d1;font-size:.75rem}.search-empty{text-align:center;padding:3rem}@media (max-width:1023px){.site-header{grid-template-columns:1fr 1.3fr auto}.header-actions{gap:1.6rem}.brand strong{font-size:1.2rem}.brand img{width:44px;height:44px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){html{scroll-padding-top:190px}.announcement{font-size:.67rem}.site-header{grid-template-columns:1fr auto;gap:.75rem;padding:.75rem 1rem 0}.brand strong{font-size:1.4rem}.search-form{grid-area:2/1/auto/-1}.header-actions{justify-content:start;gap:1.5rem;padding:.7rem 0;overflow:auto}.header-actions a{font-size:.73rem}.hero{grid-template-columns:1fr}.hero-copy{padding:2.7rem 1.25rem}h1{max-width:none;font-size:clamp(2.8rem,10vw,4rem)}.hero-visual{min-height:450px}.hero-signature{margin-top:1.5rem}.craft-strip{gap:.75rem 1rem;font-size:.7rem}.craft-strip span[aria-hidden]{display:none}.catalog-section{padding:3rem 1rem}.section-heading{align-items:start;gap:1rem}.catalog-toolbar{flex-direction:column;align-items:start;gap:.5rem}.filters{gap:.4rem}.filter-button{padding:.65rem .7rem;font-size:.74rem}.preview-label{margin:0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem .8rem}.product-content{padding:.7rem 0 0}.product-content h3{min-height:2.5em;font-size:1.15rem}.product-content p{min-height:5em;font-size:.76rem}.product-meta{align-items:start;gap:.2rem}.badge{font-size:.65rem}.price{font-size:.8rem}.product-content .primary-button{padding:.8rem;font-size:.76rem}.custom-section{grid-template-columns:1fr;margin:0 1rem 3rem}.custom-photo{min-height:400px}.custom-copy{padding:2rem 1.4rem}.story-band{padding:3rem 1.5rem}.footer{align-items:start;gap:1.5rem}}.search-form button{white-space:nowrap;flex-shrink:0;align-items:center;gap:.4rem;display:flex}.header-actions{scrollbar-width:thin;scrollbar-color:#a48a98 #492c3c}.hero-copy h1,.story-band h2{white-space:pre-line}.ordering-section{background:#f7e8ee;grid-template-columns:1fr 2fr;align-items:center;gap:2rem;padding:clamp(3rem,7vw,7rem) 5vw;display:grid}.ordering-section h2{font:600 clamp(2rem,4vw,4rem)/1 var(--font-display),serif}.ordering-rules{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.ordering-rules p{background:#fff;border-radius:1rem;gap:.4rem;padding:1.5rem;display:grid}.ordering-rules strong{font-size:1.1rem}.ordering-rules span{color:#77626e;font-size:.8rem}@media (max-width:720px){.ordering-section,.ordering-rules{grid-template-columns:1fr}}.confirmation-page{color:#472639;background:#f8edf1;min-height:100vh;padding:clamp(2rem,8vw,7rem)}.confirmation-page section{background:#fff;border-radius:1.5rem;max-width:680px;margin:8vh auto;padding:clamp(2rem,6vw,5rem)}.confirmation-page h1{font:600 clamp(2.2rem,6vw,5rem)/1 var(--font-display),serif}.legal-page{color:#472639;background:#f8edf1;min-height:100vh;padding:clamp(2rem,7vw,6rem)}.legal-page article{background:#fff;border-radius:1.5rem;max-width:760px;margin:8vh auto;padding:clamp(2rem,6vw,5rem)}.legal-page h1{font:600 clamp(2.5rem,6vw,5rem)/1 var(--font-display),serif}.legal-page p{line-height:1.8}.footer nav{gap:1rem;display:flex}:root{--font-sans:Arial,Helvetica,sans-serif;--font-display:Georgia,"Times New Roman",serif}
