:root{--ink:#3b2f2a;--primary:#4e6248;--bg:#f1e9da;--cta:#5c4256;--cta-hover:#4a3546;--support:#8a9a7e;--card:#fcfaf3;--line:rgba(59, 47, 42, 0.14);--muted:#7a7267;--color-primary:var(--primary);--color-accent:var(--cta);--color-accent-hover:var(--cta-hover);--color-bg:var(--bg);--color-surface:var(--card);--color-text:var(--ink);--color-text-muted:var(--muted);--color-border:var(--line);--color-white:#ffffff;--font-head:"Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body:"Nunito Sans", "Segoe UI", sans-serif;--font-accent:"Caveat", "Segoe Print", cursive;--container-max:1180px}*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:clip}body{font-family:var(--font-body);font-size:1rem;line-height:1.7;color:var(--ink);background:var(--bg);overflow-x:clip;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none;transition:color .15s ease}a:hover{color:var(--primary)}ul,ol{list-style:none}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4{font-family:var(--font-head);font-weight:600;line-height:1.15;color:var(--ink)}.wrap,.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:32px}.skip-link{position:absolute;top:-100%;left:1rem;z-index:1000;padding:.75rem 1.25rem;background:var(--primary);color:var(--bg);font-weight:600;font-size:.875rem;border-radius:3px;transition:top .15s ease}.skip-link:focus{top:1rem;color:var(--bg);outline:2px solid var(--cta);outline-offset:2px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-weight:600;font-size:13.5px;letter-spacing:.02em;line-height:1.2;padding:11px 22px;border-radius:3px;border:1.4px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .12s ease}.btn:focus-visible{outline:2px solid var(--cta);outline-offset:2px}.btn-cta,.btn--primary{background:var(--cta);color:#fff;border-color:var(--cta)}.btn-cta:hover,.btn--primary:hover{background:var(--cta-hover);border-color:var(--cta-hover);color:#fff}.btn-outline,.btn--outline{background:0 0;color:var(--ink);border-color:var(--ink)}.btn-outline:hover,.btn--outline:hover{background:var(--ink);color:var(--bg)}.btn--ghost{background:0 0;color:var(--ink);border-color:transparent}.btn--ghost:hover{color:var(--primary);background:rgba(78,98,72,8%)}.btn-sm,.btn--sm{padding:8px 16px;font-size:12.5px}.btn--lg{padding:14px 28px;font-size:15px}.btn--full{width:100%;text-align:center}.btn--on-dark{background:0 0;color:var(--bg);border-color:rgba(241,233,218,.55)}.btn--on-dark:hover{background:rgba(241,233,218,.12);color:#fff;border-color:rgba(241,233,218,.85)}.custom .btn-outline,.custom .btn--outline,.newsletter .btn-outline,.newsletter .btn--outline{color:var(--bg);border-color:rgba(241,233,218,.55)}.custom .btn-outline:hover,.custom .btn--outline:hover,.newsletter .btn-outline:hover,.newsletter .btn--outline:hover{background:rgba(241,233,218,.12);color:#fff}.site-nav{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--line)}.site-nav__inner,.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0}.site-nav__logo,.logo{display:flex;align-items:center;gap:12px;flex-shrink:0;text-decoration:none;color:var(--ink)}.site-nav__logo:hover,.logo:hover{color:var(--ink)}.site-nav__logo img,.site-nav__logo-img,.logo img,.logo svg{width:64px;height:64px;flex-shrink:0;object-fit:contain}.site-nav__brand,.logo-text{line-height:1.1}.site-nav__name,.logo-text .name{display:block;font-family:var(--font-head);font-size:19px;font-weight:600;color:var(--ink)}.site-nav__tag,.logo-text .tag{display:block;font-family:var(--font-body);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-top:2px}.site-nav__links{display:flex;align-items:center;gap:30px;font-size:14.5px}.site-nav__link,.site-nav__links a:not(.btn){position:relative;padding:4px 0;color:var(--ink);text-decoration:none;white-space:nowrap;transition:color .15s ease}.site-nav__link:hover,.site-nav__link--active,.site-nav__links a:not(.btn):hover{color:var(--primary)}.site-nav__right,.header-right{display:flex;align-items:center;gap:18px;flex-shrink:0}.site-nav__links .btn,.site-nav__cta{flex-shrink:0;align-self:center;color:#fff}.site-nav__links .btn:hover,.site-nav__cta:hover{color:#fff}.site-nav__mobile-actions{display:none;align-items:center;gap:12px;flex-shrink:0}.site-nav__hamburger{display:none;background:0 0;border:none;cursor:pointer;padding:.375rem;flex-direction:column;gap:5px}.site-nav__hamburger span{display:block;width:22px;height:2px;border-radius:2px;background:var(--ink);transition:transform .2s ease,opacity .2s ease}.site-nav__hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(7px)rotate(45deg)}.site-nav__hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.site-nav__hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.site-nav__mobile-menu{display:none;flex-direction:column;gap:.5rem;background:var(--card);border-top:1px solid var(--line);padding:.75rem 32px 1.5rem;max-height:calc(100dvh - 4.5rem);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.site-nav__mobile-menu.is-open,.site-nav__mobile-menu:not([hidden]){display:flex}.site-nav__mobile-menu[hidden]{display:none!important}.site-nav__mobile-menu nav{display:flex;flex-direction:column;gap:0;width:100%;min-width:0}.site-nav__mobile-link{display:block;padding:.85rem 0;border-bottom:1px solid var(--line);font-size:1rem;color:var(--ink);text-decoration:none;white-space:normal}.site-nav__mobile-link:hover,.site-nav__mobile-link--active{color:var(--primary)}.site-nav__mobile-menu .btn{margin-top:.5rem}.site-nav__mobile-cta{margin-top:1.25rem;text-align:center}.scallop{height:16px;width:100%;background:radial-gradient(circle at 8px 0,transparent 8px,var(--ink) 9px)0 -8px/16px 16px repeat-x;opacity:.8}.scallop.on-primary,.scallop--on-primary{background:radial-gradient(circle at 8px 0,transparent 8px,var(--bg) 9px)0 -8px/16px 16px repeat-x;opacity:.8}.hero{padding:56px 0 52px;display:grid;grid-template-columns:minmax(0,1fr)minmax(0,1.15fr);gap:48px;align-items:center}.hero-eyebrow,.hero__eyebrow{font-family:var(--font-accent);font-size:23px;color:var(--cta);margin-bottom:6px;display:block}.hero h1,.hero__title{font-size:clamp(38px,5vw,60px);line-height:1.06;margin-bottom:18px;font-family:var(--font-head);font-weight:600;color:var(--ink)}.hero p.sub,.hero__sub,.hero .sub{font-size:16.5px;line-height:1.65;color:#544a41;max-width:440px;margin-bottom:28px}.hero-ctas,.hero__ctas{display:flex;gap:14px;flex-wrap:wrap}.hero-photo,.hero__photo{aspect-ratio:16/10;border-radius:6px;background:linear-gradient(160deg,rgba(78,98,72,.28),rgba(92,66,86,.22)),repeating-linear-gradient( 135deg,rgba(59,47,42,5%) 0 3px,transparent 3px 11px ),var(--support);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-height:0;width:100%}.hero-photo img,.hero__photo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.photo-label,.hero__photo-label{position:relative;z-index:1;font-family:var(--font-body);font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:rgba(59,47,42,.55);padding:8px 14px;border-radius:20px}section,.section{padding-block:64px}.section-head{text-align:center;max-width:560px;margin:0 auto 40px}.section-head .eyebrow,.eyebrow{font-family:var(--font-accent);font-size:20px;color:var(--cta);display:block;margin-bottom:2px}.section-head h2,.section-head__title{font-size:34px;font-family:var(--font-head);font-weight:600;color:var(--ink)}.section-head p,.section-head__sub{font-size:14.5px;color:var(--muted);margin-top:10px;line-height:1.6}.center-cta{text-align:center;margin-top:38px}.intro,.maker-intro{background:var(--card)}.intro-inner,.maker-intro__inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:center}.intro-photo,.maker-intro__photo{aspect-ratio:1/1;border-radius:6px;overflow:hidden;background:radial-gradient( circle at 30% 30%,rgba(78,98,72,.35),rgba(59,47,42,.15) );display:flex;align-items:center;justify-content:center}.intro-photo img,.maker-intro__photo img{width:100%;height:100%;object-fit:cover}.intro-text h2,.maker-intro__title{font-size:30px;margin-bottom:16px}.intro-text p,.maker-intro__text p{font-size:15.5px;line-height:1.7;color:#544a41;max-width:480px;margin-bottom:22px}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.collection-card{aspect-ratio:3/4;border-radius:6px;position:relative;overflow:hidden;display:flex;align-items:flex-end;text-decoration:none;color:#fdfbf5}.collection-card .fill,.collection-card__fill{position:absolute;inset:0;transition:transform .35s ease}.collection-card:hover .fill,.collection-card:hover .collection-card__fill{transform:scale(1.04)}.collection-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.collection-card.c1 .fill,.collection-card--c1 .fill,.collection-card--c1 .collection-card__fill{background:linear-gradient(160deg,var(--primary),#33422e)}.collection-card.c2 .fill,.collection-card--c2 .fill,.collection-card--c2 .collection-card__fill{background:linear-gradient(160deg,var(--cta),#3d2c3d)}.collection-card.c3 .fill,.collection-card--c3 .fill,.collection-card--c3 .collection-card__fill{background:linear-gradient(160deg,var(--support),#6a7861)}.collection-card.c4 .fill,.collection-card--c4 .fill,.collection-card--c4 .collection-card__fill{background:linear-gradient(160deg,#6f5b4f,#4a3c33)}.collection-card .label,.collection-card__label{position:relative;z-index:2;padding:20px;color:#fdfbf5;font-family:var(--font-head);font-size:20px;font-weight:600;text-shadow:0 1px 10px rgba(0,0,0,.25)}.collection-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(59,47,42,.55),transparent 55%);z-index:1;pointer-events:none}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.product-card{background:var(--card);border:1px solid var(--line);border-radius:6px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.product-card:hover{border-color:rgba(59,47,42,.28);box-shadow:0 8px 24px rgba(59,47,42,8%);transform:translateY(-2px)}.product-card[hidden],.product-card.is-hidden{display:none!important}.product-card a{color:inherit;text-decoration:none;display:block}.product-photo,.product-card__photo{aspect-ratio:1/1;overflow:hidden;background:repeating-linear-gradient( 45deg,rgba(59,47,42,5%) 0 4px,transparent 4px 13px ),var(--support)}.product-photo img,.product-card__photo img{width:100%;height:100%;object-fit:cover}.product-info,.product-card__info{padding:16px 16px 18px}.product-info .pname,.product-card__name,.product-card .pname{font-family:var(--font-head);font-size:18px;font-weight:600;margin-bottom:4px;color:var(--ink)}.product-info .pprice,.product-card__price,.product-card .pprice{font-size:13.5px;color:var(--muted);margin-bottom:12px}.product-card__meta{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--support);margin-bottom:6px}.custom,.custom-orders{background:var(--primary);color:var(--bg)}.custom .section-head h2,.custom-orders .section-head h2{color:var(--bg)}.custom .section-head p,.custom-orders .section-head p{color:#e3e6da}.custom .section-head .eyebrow,.custom-orders .section-head .eyebrow{color:#d9c2d3}.steps,.custom-orders__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:36px}.step,.custom-orders__step{background:rgba(241,233,218,8%);border:1px solid rgba(241,233,218,.25);border-radius:6px;padding:26px 24px}.step .num,.custom-orders__num{font-family:var(--font-head);font-size:15px;color:#cfd8c8;margin-bottom:10px;display:block}.step h3,.custom-orders__step h3{font-size:20px;color:var(--bg);margin-bottom:8px}.step p,.custom-orders__step p{font-size:13.5px;line-height:1.6;color:#dfe3d7}.insta-grid,.instagram-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.insta-tile,.instagram-tile{aspect-ratio:1/1;border-radius:4px;overflow:hidden;background:repeating-linear-gradient( 115deg,rgba(59,47,42,6%) 0 4px,transparent 4px 14px ),var(--support);display:block}.insta-tile img,.instagram-tile img{width:100%;height:100%;object-fit:cover}.insta-tile:nth-child(2n),.instagram-tile:nth-child(2n){filter:brightness(.92)}.insta-tile:nth-child(3n),.instagram-tile:nth-child(3n){filter:brightness(1.08)}.testi-grid,.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.testi-card,.testimonial-card{background:var(--card);border:1px solid var(--line);border-radius:6px;padding:28px 24px}.testi-card .stars,.testimonial-card__stars{color:var(--cta);font-size:14px;margin-bottom:12px;letter-spacing:2px}.testi-card p.quote,.testimonial-card__quote,.testi-card .quote{font-family:var(--font-head);font-size:19px;font-style:italic;line-height:1.5;margin-bottom:14px;color:var(--ink)}.testi-card p.who,.testimonial-card__who,.testi-card .who{font-size:12.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.events-home,.events-list-section{background:var(--bg)}.events-list-section{padding-block:64px}.events-grid,.events-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:8px}.events-list{grid-template-columns:1fr;max-width:720px;margin-left:auto;margin-right:auto}.events-page .page-hero .eyebrow{color:#d9c2d3}.event-card{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;background:var(--card);border:1px solid var(--line);border-radius:6px;padding:22px 20px}.event-card__date{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:58px;padding:10px 8px;background:var(--bg);border:1px solid var(--line);border-radius:4px;text-align:center}.event-card__month{font-family:var(--font-accent);font-size:15px;color:var(--primary);line-height:1;text-transform:lowercase}.event-card__day{font-family:var(--font-head);font-size:28px;font-weight:600;color:var(--ink);line-height:1.1}.event-card__when{font-size:12.5px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:0 0 6px}.event-card__title{font-family:var(--font-head);font-size:22px;font-weight:600;margin:0 0 6px;line-height:1.25}.event-card__title a{color:inherit;text-decoration:none}.event-card__title a:hover{color:var(--primary)}.event-card__location{font-size:14px;color:#544a41;margin:0}.event-card__desc{font-size:14px;color:var(--muted);margin:10px 0 0;line-height:1.45}.events-home__actions,.events-empty__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:28px}.events-empty{text-align:center;max-width:480px;margin:12px auto 0}.events-empty p{font-size:16px;color:#544a41;margin-bottom:8px}.events-subscribe{text-align:center;margin-top:32px}.events-page__copy{margin-top:40px;max-width:640px;margin-left:auto;margin-right:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.local,.local-trust{text-align:center;background:var(--card)}.local h2,.local-trust h2{font-size:28px;margin-bottom:12px}.local p,.local-trust p{font-size:15px;color:#544a41;max-width:520px;margin:0 auto}.newsletter{background:var(--ink);color:var(--bg);text-align:center}.newsletter h2,.newsletter__title{color:var(--bg);font-size:30px;margin-bottom:10px}.newsletter p,.newsletter__sub{color:#cfc4b6;font-size:14.5px;margin-bottom:26px}.signup-form,.newsletter__form{display:flex;justify-content:center;gap:10px;max-width:420px;margin:0 auto;flex-wrap:wrap}.signup-form input,.newsletter__form input,.newsletter__input{flex:1;min-width:200px;padding:12px 16px;border-radius:3px;border:1px solid rgba(241,233,218,.3);background:rgba(241,233,218,6%);color:var(--bg);font-family:var(--font-body);font-size:14px}.signup-form input::placeholder,.newsletter__form input::placeholder,.newsletter__input::placeholder{color:#a89e90}.signup-form input:focus,.newsletter__form input:focus,.newsletter__input:focus{outline:none;border-color:rgba(241,233,218,.65);box-shadow:0 0 0 3px rgba(241,233,218,.12)}.site-footer,footer.site-footer,.site-footer__wrap{background:var(--bg)}.site-footer{padding:56px 0 30px}.site-footer__grid,.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.1fr;gap:36px;padding-bottom:34px;border-bottom:1px solid var(--line)}.site-footer__col,.footer-col{min-width:0}.site-footer__col h4,.footer-col h4,.site-footer__heading{font-family:var(--font-body);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;font-weight:600}.site-footer__col a,.site-footer__col p,.footer-col a,.footer-col p{display:block;font-size:14px;color:var(--ink);margin-bottom:9px;line-height:1.45}.site-footer__col a:hover,.footer-col a:hover{color:var(--primary)}.site-footer__brand-name,.footer-col h3{font-family:var(--font-head);font-size:1.25rem;font-weight:600;margin-bottom:.35rem;color:var(--ink)}.site-footer__tagline,.footer-tagline{font-family:var(--font-accent);font-size:20px;color:var(--cta);margin-top:6px}.site-footer__social{display:flex;gap:12px;margin-top:12px}.site-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;color:var(--ink);margin-bottom:0}.site-footer__social a:hover{border-color:var(--primary);color:var(--primary);background:rgba(78,98,72,6%)}.site-footer__bottom,.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;padding-top:22px;font-size:12px;color:var(--muted)}.site-footer__bottom a,.footer-bottom a{color:var(--muted)}.site-footer__bottom a:hover,.footer-bottom a:hover{color:var(--primary)}.page-hero{background:var(--primary);color:var(--bg);padding:4rem 0 3.25rem;position:relative;overflow:hidden}.page-hero__inner{position:relative;z-index:1;max-width:40rem}.page-hero__eyebrow{display:block;font-family:var(--font-accent);font-size:1.35rem;color:#d9c2d3;margin-bottom:.35rem}.page-hero__title{font-family:var(--font-head);font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.1;color:var(--bg);margin-bottom:.875rem}.page-hero__sub,.page-hero__lead{font-size:1.0625rem;font-weight:400;color:#e3e6da;line-height:1.65;max-width:36rem;margin:0}.page-hero .eyebrow{color:#d9c2d3}.prose{font-size:1.0625rem;line-height:1.75;color:var(--ink);max-width:42rem}.prose h2,.prose h3{font-family:var(--font-head);font-weight:600;color:var(--ink);margin-top:2rem;margin-bottom:.75rem;line-height:1.2}.prose h2{font-size:1.75rem}.prose h3{font-size:1.35rem}.prose p{margin-bottom:1.125rem;color:#544a41}.prose ul,.prose ol{margin:0 0 1.125rem 1.25rem;list-style:disc;color:#544a41}.prose ol{list-style:decimal}.prose li+li{margin-top:.35rem}.prose a{color:var(--cta);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--cta-hover)}.prose strong{color:var(--ink);font-weight:600}.prose blockquote{border-left:3px solid var(--primary);padding-left:1.25rem;margin:1.5rem 0;font-family:var(--font-head);font-size:1.25rem;font-style:italic;color:var(--ink)}.form-row{display:flex;flex-direction:column;gap:.5rem}.form-row--split{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.form-field label,.form-label{font-size:.875rem;font-weight:600;color:var(--ink)}.form-input,.form-select,.form-textarea{width:100%;padding:.7rem .9rem;border:1.4px solid var(--line);border-radius:3px;font-family:var(--font-body);font-size:1rem;color:var(--ink);background:var(--card);transition:border-color .15s ease,box-shadow .15s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(78,98,72,.15)}.form-textarea{resize:vertical;min-height:7rem}.form-actions{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.form-hint,.form-note{font-size:.8125rem;color:var(--muted);margin-top:.35rem}.form-error{font-size:.8125rem;color:#a33a3a}.faq-list{max-width:44rem;margin-inline:auto}.faq-list__item,.faq-list details{border-bottom:1px solid var(--line)}.faq-list__item:first-child,.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;font-family:var(--font-head);font-size:1.2rem;font-weight:600;color:var(--ink);line-height:1.35}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";flex-shrink:0;font-family:var(--font-body);font-size:1.25rem;font-weight:400;color:var(--cta)}.faq-list details[open] summary::after{content:"−"}.faq-list__answer,.faq-list details>*:not(summary){padding:0 0 1.25rem;font-size:.975rem;color:#544a41;line-height:1.7}.faq-list__answer p+p{margin-top:.75rem}.shop-filters{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:2rem}.shop-filters [data-shop-filter],.shop-filters__btn{appearance:none;background:0 0;border:1.4px solid var(--line);color:var(--ink);font-family:var(--font-body);font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.55rem 1rem;border-radius:3px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.shop-filters [data-shop-filter]:hover,.shop-filters__btn:hover{border-color:var(--primary);color:var(--primary)}.shop-filters [data-shop-filter].is-active,.shop-filters [data-shop-filter][aria-pressed=true],.shop-filters__btn.is-active{background:var(--primary);border-color:var(--primary);color:var(--bg)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;padding-block:3.5rem}.product-detail__gallery{border-radius:6px;overflow:hidden;background:var(--card);border:1px solid var(--line)}.product-detail__gallery img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-detail__eyebrow{font-family:var(--font-accent);font-size:1.25rem;color:var(--cta);display:block;margin-bottom:.25rem}.product-detail__title{font-family:var(--font-head);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;margin-bottom:.5rem}.product-detail__price{font-size:1.125rem;color:var(--muted);margin-bottom:1.25rem}.product-detail__desc{font-size:1rem;line-height:1.7;color:#544a41;margin-bottom:1.75rem}.product-detail__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.product-detail__meta{font-size:.875rem;color:var(--muted);line-height:1.6}.product-detail__meta dt{font-weight:600;color:var(--ink);margin-top:.75rem}.product-detail__meta dd{margin:.15rem 0 0}.contact-split{display:grid;grid-template-columns:1fr 1.15fr;gap:3rem;align-items:start;padding-block:3.5rem}.contact-split__info h2{font-size:1.75rem;margin-bottom:.75rem}.contact-split__info p{color:#544a41;margin-bottom:1.25rem;max-width:28rem}.contact-split__detail{margin-bottom:1.25rem}.contact-split__detail dt{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--muted);margin-bottom:.25rem}.contact-split__detail dd{font-size:1rem;color:var(--ink)}.contact-split__detail a{color:var(--ink)}.contact-split__detail a:hover{color:var(--primary)}.contact-split__form{background:var(--card);border:1px solid var(--line);border-radius:6px;padding:1.75rem 1.5rem}.content-sidebar-card{background:var(--card);border:1px solid var(--line);border-radius:6px;padding:1.25rem 1.35rem}.content-sidebar-card h3{font-family:var(--font-head);font-size:1.35rem;font-weight:600;color:var(--ink);margin:0 0 .75rem}.sidebar-link{display:block;font-size:.95rem;font-weight:600;color:var(--cta);text-decoration:none;padding:.35rem 0;line-height:1.35}.sidebar-link:hover{color:var(--primary);text-decoration:underline}.reveal{opacity:0;transform:translateY(1.25rem);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}@media(max-width:860px){.wrap,.container{padding-inline:20px}.site-nav__links{display:none}.site-nav__mobile-actions{display:flex}.site-nav__hamburger{display:flex}.site-nav__mobile-menu{padding-inline:20px}.site-nav__logo img,.site-nav__logo-img,.logo img,.logo svg{width:48px;height:48px}.site-nav__logo .tag,.logo-text .tag{max-width:11rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-nav__cta{display:none}.hero{grid-template-columns:1fr;padding-top:36px;gap:28px}.hero-photo,.hero__photo{order:-1;aspect-ratio:16/10}.intro-inner,.maker-intro__inner{grid-template-columns:1fr;gap:28px}.collection-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}.steps,.custom-orders__steps{grid-template-columns:1fr}.insta-grid,.instagram-grid{grid-template-columns:repeat(3,1fr)}.testi-grid,.testimonials-grid,.events-grid{grid-template-columns:1fr}.site-footer__grid,.footer-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.product-detail,.contact-split{grid-template-columns:1fr;gap:2rem;padding-block:2.5rem}.form-row--split{grid-template-columns:1fr}section,.section{padding-block:48px}.section-head h2{font-size:28px}}@media(max-width:480px){.site-footer__grid,.footer-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.collection-grid{grid-template-columns:1fr 1fr;gap:12px}.hero-ctas,.hero__ctas{flex-direction:column;align-items:stretch}.hero-ctas .btn,.hero__ctas .btn{width:100%}}.mark-cat-yarn{display:block;height:auto;max-width:100%;object-fit:contain}.mark-cat-yarn--hero{margin:0 auto 1rem;max-width:78%;opacity:.92;filter:brightness(0)invert(1)}.hero-photo__placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;z-index:1}.product-photo:not(:has(img)),.product-detail__placeholder{background-color:var(--card);background-image:url(/img/cat-and-yarn.svg),repeating-linear-gradient( 45deg,rgba(59,47,42,5%) 0 4px,transparent 4px 13px );background-repeat:no-repeat,repeat;background-position:50%,0 0;background-size:55%,auto}.insta-tile:not([style*=background-image]){background-color:var(--card);background-image:url(/img/cat-and-yarn.svg),repeating-linear-gradient( 115deg,rgba(59,47,42,6%) 0 4px,transparent 4px 14px );background-repeat:no-repeat,repeat;background-position:50%,0 0;background-size:58%,auto}.site-footer .mark-cat-yarn{margin-bottom:.75rem;max-width:150px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}.product-card:hover,.collection-card:hover .fill,.collection-card:hover .collection-card__fill,.btn:hover{transform:none}}