:root{--bg: #f5efe4;--surface: #fbf7ee;--surface-2: #ede4d2;--ink: #1f1a14;--ink-soft: #5a4e3e;--line: #d9cdb6;--accent: #c4612a;--accent-hover: #a44d1f;--accent-soft: #f0c89c;--leaf: #4a5c3a;--radius: 22px;--radius-sm: 12px;--shadow: 0 10px 30px -16px rgba(50, 30, 10, .25);--shadow-lg: 0 24px 60px -28px rgba(50, 30, 10, .35);--ease: cubic-bezier(.16, 1, .3, 1);--serif: "Fraunces", "Cormorant Garamond", "Playfair Display", Georgia, serif;--sans: "Inter", system-ui, -apple-system, "Helvetica Neue", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--sans);background:var(--bg);color:var(--ink);line-height:1.65;font-size:17px;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}.wrap{max-width:1280px;margin:0 auto;padding:0 1.5rem}.eyebrow{font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--accent)}.serif{font-family:var(--serif);font-weight:500;letter-spacing:-.02em}.muted{color:var(--ink-soft)}h1,h2,h3{font-family:var(--serif);font-weight:500;letter-spacing:-.025em;line-height:1.05}h1{font-size:clamp(2.75rem,7vw,5.25rem)}h2{font-size:clamp(2rem,4.5vw,3.25rem)}h3{font-size:clamp(1.25rem,2.5vw,1.6rem)}p{line-height:1.7}.btn{display:inline-flex;align-items:center;gap:.55rem;padding:.95rem 1.6rem;border-radius:999px;background:var(--ink);color:var(--surface);font-weight:600;font-size:.95rem;letter-spacing:.01em;transition:transform .28s var(--ease),background .28s var(--ease),box-shadow .28s var(--ease);box-shadow:var(--shadow)}.btn:hover{background:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--ghost{background:transparent;color:var(--ink);border:1.5px solid var(--ink);box-shadow:none}.btn--ghost:hover{background:var(--ink);color:var(--surface)}.site-header{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--line);min-height:68px;padding:calc(.9rem + env(safe-area-inset-top,0px)) 1.5rem .9rem}.site-header__inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-family:var(--serif);font-weight:600;font-size:1.55rem;letter-spacing:-.02em;display:inline-flex;align-items:center;gap:.55rem;line-height:1}.brand-dot{width:14px;height:14px;border-radius:50%;background:var(--accent);box-shadow:inset 0 -3px 0 var(--accent-hover)}.nav{display:flex;align-items:center;gap:2rem}.nav a{font-size:.95rem;font-weight:500;position:relative;padding:.3rem 0;transition:color .28s var(--ease)}.nav a:hover{color:var(--accent)}.nav .cart-link{display:inline-flex;align-items:center;gap:.4rem;background:var(--ink);color:var(--surface);padding:.55rem 1rem;border-radius:999px}.nav .cart-link:hover{color:var(--surface);background:var(--accent)}.menu-toggle{display:none;width:44px;height:44px;border-radius:50%;background:var(--surface);border:1px solid var(--line);align-items:center;justify-content:center;position:relative}.menu-toggle span{display:block;width:18px;height:1.5px;background:var(--ink);position:relative}.menu-toggle span:before,.menu-toggle span:after{content:"";position:absolute;left:0;width:18px;height:1.5px;background:var(--ink);transition:transform .28s var(--ease)}.menu-toggle span:before{top:-6px}.menu-toggle span:after{top:6px}@media(max-width:860px){.menu-toggle{display:inline-flex}.nav{position:absolute;left:0;right:0;top:100%;background:var(--bg);flex-direction:column;align-items:stretch;gap:0;padding:.5rem 1.5rem 1.5rem;border-bottom:1px solid var(--line);display:none}.nav.open{display:flex}.nav a{padding:.85rem 0;border-bottom:1px solid var(--line);font-size:1.05rem}.nav a:last-child{border-bottom:none}.nav .cart-link{align-self:flex-start;margin-top:.75rem}}.hero{padding:clamp(2.5rem,6vw,5rem) 0 clamp(3rem,7vw,6rem);position:relative}.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center}.hero__copy h1 .accent{color:var(--accent);font-style:italic}.hero__lede{font-size:1.2rem;color:var(--ink-soft);margin:1.5rem 0 2rem;max-width:36ch}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__visual{position:relative;aspect-ratio:1 / 1.05;border-radius:32px;overflow:hidden;background:var(--surface-2);box-shadow:var(--shadow-lg)}.hero__visual img{width:100%;height:100%;object-fit:cover}.hero__badge{position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem;background:var(--surface);border-radius:18px;padding:1.1rem 1.25rem;display:flex;align-items:center;gap:.9rem;font-size:.92rem;box-shadow:var(--shadow)}.hero__badge strong{display:block;font-family:var(--serif);font-size:1.1rem;font-weight:600}.paw{width:44px;height:44px;border-radius:50%;background:var(--accent-soft);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.paw svg{width:22px;height:22px}@media(max-width:860px){.hero__grid{grid-template-columns:1fr}.hero__visual{aspect-ratio:4 / 5;max-height:520px}}.trust{border-block:1px solid var(--line);background:var(--surface);padding:1.25rem 0;overflow:hidden}.trust__row{display:flex;gap:3rem;align-items:center;justify-content:space-around;flex-wrap:wrap;font-family:var(--serif);font-style:italic;font-size:1.05rem;color:var(--ink-soft)}.trust__row span{display:inline-flex;align-items:center;gap:.55rem;white-space:nowrap}.trust__dot{width:5px;height:5px;border-radius:50%;background:var(--accent)}.section{padding:clamp(3.5rem,8vw,6.5rem) 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.section-head__intro{max-width:42rem}.section-head h2{margin-top:.75rem}.section-head__link{font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;gap:.4rem;border-bottom:1.5px solid var(--ink);padding-bottom:2px}.section-head__link:hover{color:var(--accent);border-color:var(--accent)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem}.product-card{display:flex;flex-direction:column;background:var(--surface);border-radius:var(--radius);overflow:hidden;transition:transform .32s var(--ease),box-shadow .32s var(--ease);border:1px solid var(--line)}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.product-card__media{aspect-ratio:1 / 1;background:var(--surface-2);overflow:hidden;position:relative}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__body{padding:1.25rem 1.25rem 1.4rem;display:flex;flex-direction:column;flex:1;gap:.6rem}.product-card__name{font-family:var(--serif);font-weight:600;font-size:1.2rem;line-height:1.2}.product-card__desc{font-size:.92rem;color:var(--ink-soft);line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__foot{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem}.product-card__price{font-family:var(--serif);font-weight:600;font-size:1.15rem}.add-btn{background:var(--ink);color:var(--surface);padding:.55rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;transition:background .28s var(--ease)}.add-btn:hover{background:var(--accent)}.story{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}.story--flip{direction:rtl}.story--flip>*{direction:ltr}.story__media{aspect-ratio:4 / 5;border-radius:28px;overflow:hidden;background:var(--surface-2)}.story__media img{width:100%;height:100%;object-fit:cover}.story__body h2{margin-bottom:1.25rem}.story__body p+p{margin-top:1rem}.story__body p{color:var(--ink-soft);font-size:1.05rem}@media(max-width:860px){.story{grid-template-columns:1fr}.story--flip{direction:ltr}}.pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.pillar{background:var(--surface);border-radius:var(--radius);padding:1.75rem 1.5rem;border:1px solid var(--line);display:flex;flex-direction:column;gap:.75rem;transition:transform .32s var(--ease),background .32s var(--ease)}.pillar:hover{transform:translateY(-4px);background:var(--surface-2)}.pillar__num{font-family:var(--serif);font-style:italic;color:var(--accent);font-size:1.1rem}.pillar h3{font-size:1.4rem}.pillar p{font-size:.95rem;color:var(--ink-soft);line-height:1.6}@media(max-width:900px){.pillars{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.pillars{grid-template-columns:1fr}}.testimonial{background:var(--ink);color:var(--surface);border-radius:32px;padding:clamp(2.5rem,6vw,5rem) clamp(2rem,5vw,4rem);position:relative;overflow:hidden}.testimonial__quote{font-family:var(--serif);font-weight:400;font-size:clamp(1.6rem,3.5vw,2.4rem);line-height:1.25;max-width:38ch;letter-spacing:-.015em}.testimonial__quote:before{content:"“";color:var(--accent-soft);margin-right:.1em}.testimonial__attr{margin-top:2rem;display:flex;align-items:center;gap:.9rem;font-size:.95rem}.testimonial__avatar{width:48px;height:48px;border-radius:50%;background:var(--accent);overflow:hidden}.testimonial__avatar img{width:100%;height:100%;object-fit:cover}.testimonial__attr strong{display:block}.testimonial__attr .muted{color:#fbf7ee99}.newsletter{background:var(--accent-soft);border-radius:32px;padding:clamp(2.5rem,6vw,4rem);text-align:center}.newsletter h2{max-width:18ch;margin:.5rem auto .75rem}.newsletter p{color:var(--ink-soft);max-width:42ch;margin:0 auto 1.75rem}.newsletter__form{display:flex;gap:.6rem;max-width:460px;margin:0 auto;flex-wrap:wrap}.newsletter__form input{flex:1;min-width:220px;padding:.95rem 1.1rem;border-radius:999px;border:1.5px solid var(--ink);background:var(--surface);font:inherit}.newsletter__form input:focus{outline:none;border-color:var(--accent)}.footer{background:var(--ink);color:var(--surface);padding:clamp(3rem,6vw,5rem) 0 2rem;margin-top:5rem}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer__brand{font-family:var(--serif);font-size:2rem;font-weight:600;letter-spacing:-.02em}.footer__tag{color:#fbf7eeb3;margin-top:.75rem;max-width:32ch}.footer__col h4{font-family:var(--sans);font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:var(--accent-soft);margin-bottom:1rem;font-weight:600}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.55rem}.footer__col a{color:#fbf7eed9;font-size:.95rem}.footer__col a:hover{color:var(--accent-soft)}.footer__policies{border-top:1px solid rgba(251,247,238,.15);padding-top:2rem}.footer__policies details{border-bottom:1px solid rgba(251,247,238,.12);padding:1rem 0}.footer__policies summary{cursor:pointer;font-weight:600;font-size:.95rem;display:flex;justify-content:space-between;align-items:center;list-style:none}.footer__policies summary::-webkit-details-marker{display:none}.footer__policies summary:after{content:"+";font-size:1.4rem;color:var(--accent-soft);transition:transform .28s var(--ease)}.footer__policies details[open] summary:after{transform:rotate(45deg)}.footer__policies .policy-body{padding-top:1rem;color:#fbf7eebf;font-size:.92rem}.footer__policies .policy-body p+p{margin-top:.8rem}.footer__bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(251,247,238,.15);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:#fbf7ee8c}@media(max-width:760px){.footer__grid{grid-template-columns:1fr;gap:2rem}}.pdp{padding:clamp(2rem,5vw,4rem) 0}.pdp__back{font-size:.9rem;color:var(--ink-soft);margin-bottom:2rem;display:inline-block}.pdp__back:hover{color:var(--accent)}.pdp__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}.pdp__media{aspect-ratio:1 / 1;border-radius:28px;overflow:hidden;background:var(--surface-2);box-shadow:var(--shadow)}.pdp__media img{width:100%;height:100%;object-fit:cover}.pdp__eyebrow{margin-bottom:.75rem}.pdp__title{font-size:clamp(2rem,4.5vw,3.2rem);margin-bottom:1rem}.pdp__price{font-family:var(--serif);font-weight:600;font-size:1.8rem;margin-bottom:1.75rem}.pdp__desc{color:var(--ink-soft);font-size:1.08rem;margin-bottom:2rem}.pdp__features{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin:2rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.5rem 0}.pdp__features li{display:flex;gap:.75rem;font-size:.95rem}.pdp__features li:before{content:"•";color:var(--accent);font-weight:700}.pdp__cta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.pdp__cta .btn{padding:1.05rem 1.9rem;font-size:1rem}@media(max-width:860px){.pdp__grid{grid-template-columns:1fr}}.shop-head{padding:clamp(3rem,6vw,5rem) 0 2rem;text-align:center}.shop-head .eyebrow{display:inline-block;margin-bottom:1rem}.shop-head p{max-width:48ch;margin:1rem auto 0;color:var(--ink-soft);font-size:1.1rem}.reveal{opacity:0;transform:translateY(20px);animation:fadeUp .7s var(--ease) forwards}.reveal--1{animation-delay:80ms}.reveal--2{animation-delay:.16s}.reveal--3{animation-delay:.24s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}
