:root{--color-bg: #fffaf5;--color-surface: #ffffff;--color-surface-2: #fdeee0;--color-text: #2b211a;--color-muted: #8a7565;--color-border: #f3e3d2;--color-accent: #c8402f;--color-accent-strong: #a52f21;--color-accent-soft: #fbe0da;--color-accent-contrast: #ffffff;--color-overlay: rgba(43, 33, 26, .45);--font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--text-xs: .75rem;--text-sm: .8125rem;--text-base: 1rem;--text-md: 1.0625rem;--text-lg: 1.2rem;--text-xl: 1.5rem;--text-2xl: 1.875rem;--text-3xl: 2.25rem;--text-4xl: clamp(2rem, 5vw, 3.25rem);--leading-tight: 1.18;--leading-snug: 1.35;--leading-normal: 1.6;--leading-relaxed: 1.72;--tracking-tight: -.01em;--tracking-normal: 0;--tracking-wide: .06em;--tracking-ultra: .14em;--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--space-hero: clamp(3.5rem, 8vw, 7rem);--space-hero-bottom: clamp(2.5rem, 6vw, 5rem);--space-section: clamp(3rem, 7vw, 5.5rem);--space-page: clamp(1rem, 5vw, 3rem);--radius: 16px;--radius-sm: 10px;--radius-lg: 24px;--radius-pill: 999px;--shadow-xs: 0 1px 4px rgba(43, 33, 26, .04);--shadow-sm: 0 2px 12px rgba(43, 33, 26, .06);--shadow-md: 0 4px 24px rgba(43, 33, 26, .08);--shadow-lg: 0 8px 40px rgba(43, 33, 26, .1);--shadow-card: 0 2px 16px rgba(43, 33, 26, .05);--shadow-card-hover: 0 8px 36px rgba(43, 33, 26, .1);--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--duration-fast: .15s;--duration-base: .22s;--duration-slow: .38s;--container-max: 1200px;--container-narrow: 860px;--container-wide: 1360px;--header-height: 4rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{color-scheme:light;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;min-height:100vh}img,picture,video,canvas,svg{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;text-wrap:balance}p{overflow-wrap:break-word;text-wrap:pretty}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:4px}::selection{background:var(--color-accent-soft);color:var(--color-text)}.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}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--space-page);padding-right:var(--space-page)}.container--narrow{max-width:var(--container-narrow)}.container--wide{max-width:var(--container-wide)}.site-header{position:sticky;top:0;z-index:100;background:#fffaf5eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);height:var(--header-height)}.site-header .inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-page)}.brand{font-family:var(--font-serif);font-size:var(--text-xl);font-weight:400;line-height:var(--leading-tight);color:var(--color-text);letter-spacing:var(--tracking-tight);text-decoration:none;transition:color var(--duration-fast) var(--ease-in-out)}.brand:hover{color:var(--color-accent)}.nav{display:flex;align-items:center;gap:var(--space-lg)}.nav a{position:relative;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:500;letter-spacing:var(--tracking-wide);color:var(--color-muted);text-decoration:none;transition:color var(--duration-fast) var(--ease-in-out)}.nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:var(--color-accent);transition:width var(--duration-base) var(--ease-out)}.nav a:hover,.nav a[aria-current=page]{color:var(--color-text)}.nav a:hover:after,.nav a[aria-current=page]:after{width:100%}.nav-toggle{display:none}.eyebrow{display:inline-block;font-family:var(--font-sans);font-size:var(--text-xs);font-weight:600;letter-spacing:var(--tracking-ultra);text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-sm)}.hero{position:relative;padding:var(--space-hero) var(--space-page);padding-bottom:var(--space-hero-bottom);background:var(--color-surface-2);border-bottom:1px solid var(--color-border);overflow:hidden;text-align:center}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(200,64,47,.06) 0%,transparent 70%),radial-gradient(ellipse 40% 60% at 80% 100%,rgba(200,64,47,.04) 0%,transparent 60%);pointer-events:none}.hero h1,.hero .hero__title{position:relative;font-family:var(--font-serif);font-size:var(--text-4xl);font-weight:400;line-height:var(--leading-tight);color:var(--color-text);letter-spacing:var(--tracking-tight);margin-bottom:var(--space-md)}.hero p,.hero .hero__text{position:relative;font-family:var(--font-sans);font-size:clamp(var(--text-base),2.2vw,var(--text-lg));line-height:var(--leading-relaxed);color:var(--color-muted);max-width:560px;margin-left:auto;margin-right:auto}@media(min-width:768px){.hero{border-radius:0 0 var(--radius) var(--radius)}}.storefront{padding:var(--space-section) 0}.section-head{margin-bottom:var(--space-xl)}.section-head h2{font-family:var(--font-serif);font-size:var(--text-2xl);font-weight:400;line-height:var(--leading-snug);color:var(--color-text);letter-spacing:var(--tracking-tight)}.section-head p{font-size:var(--text-md);line-height:var(--leading-normal);color:var(--color-muted);margin-top:var(--space-xs)}.collection-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media(min-width:640px){.collection-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-xl)}}.collection-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card);transition:transform var(--duration-base) var(--ease-out),box-shadow var(--duration-base) var(--ease-out)}.collection-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.collection-card .cover{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--color-surface-2)}.collection-card .cover img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-out)}.collection-card:hover .cover img{transform:scale(1.04)}.collection-card .cover--empty{display:flex;align-items:center;justify-content:center;color:var(--color-muted);font-size:var(--text-3xl)}.collection-card .body{display:flex;flex-direction:column;flex:1;padding:var(--space-md) var(--space-md) var(--space-lg);gap:var(--space-xs)}.collection-card .body h2{font-family:var(--font-serif);font-size:var(--text-lg);font-weight:600;line-height:var(--leading-snug);color:var(--color-text)}.collection-card .body p{font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--color-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.collection-card .body .meta{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-top:auto;padding-top:var(--space-sm);font-size:var(--text-xs);color:var(--color-muted);letter-spacing:var(--tracking-wide);text-transform:uppercase;font-weight:500}.roundup-list{display:flex;flex-direction:column;gap:var(--space-md)}.roundup-link{display:block;padding:var(--space-md) var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-xs);transition:transform var(--duration-base) var(--ease-out),box-shadow var(--duration-base) var(--ease-out),border-color var(--duration-base) var(--ease-in-out)}.roundup-link:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);border-color:var(--color-accent-soft)}.roundup-link h2{font-family:var(--font-serif);font-size:var(--text-lg);font-weight:600;line-height:var(--leading-snug);color:var(--color-text);margin-bottom:var(--space-2xs);transition:color var(--duration-fast) var(--ease-in-out)}.roundup-link:hover h2{color:var(--color-accent)}.roundup-link p{font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--color-muted)}.roundup-link .meta{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-top:var(--space-xs);font-size:var(--text-xs);color:var(--color-muted);letter-spacing:var(--tracking-wide);text-transform:uppercase;font-weight:500}.product-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);padding:var(--space-section) 0}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-xl)}}@media(min-width:1280px){.product-grid--2col{grid-template-columns:repeat(2,1fr);max-width:900px;margin-left:auto;margin-right:auto}}.cta-band{position:relative;text-align:center;padding:var(--space-3xl) var(--space-page);background:var(--color-surface-2);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);overflow:hidden}.cta-band:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 60% at 50% 100%,rgba(200,64,47,.05) 0%,transparent 70%);pointer-events:none}.cta-band h2{position:relative;font-family:var(--font-serif);font-size:var(--text-2xl);font-weight:400;line-height:var(--leading-snug);color:var(--color-text);margin-bottom:var(--space-sm)}.cta-band p{position:relative;font-family:var(--font-sans);font-size:var(--text-md);line-height:var(--leading-normal);color:var(--color-muted);max-width:500px;margin:0 auto var(--space-lg)}.cta-band .btn,.cta-band a.btn{position:relative}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:.75rem 2rem;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:600;line-height:1;text-decoration:none;border-radius:var(--radius-pill);cursor:pointer;transition:background var(--duration-fast) var(--ease-in-out),color var(--duration-fast) var(--ease-in-out),transform var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-in-out)}.btn--primary,.btn-accent{background:var(--color-accent);color:var(--color-accent-contrast);box-shadow:0 2px 10px #c8402f33}.btn--primary:hover,.btn-accent:hover{background:var(--color-accent-strong);transform:translateY(-1px);box-shadow:0 4px 18px #c8402f47}.btn--primary:active,.btn-accent:active{transform:translateY(0);box-shadow:0 1px 6px #c8402f26}.btn--secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn--secondary:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn--ghost{background:transparent;color:var(--color-accent);padding-left:0;padding-right:0;border-radius:0}.btn--ghost:after{content:"→";transition:transform var(--duration-fast) var(--ease-out)}.btn--ghost:hover:after{transform:translate(4px)}.btn--ghost:hover{text-decoration:underline;text-underline-offset:4px}.wp-pagination{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:var(--space-xl) 0}.wp-page,.wp-page--nav{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 var(--space-sm);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:500;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);text-decoration:none;transition:background var(--duration-fast) var(--ease-in-out),border-color var(--duration-fast) var(--ease-in-out),color var(--duration-fast) var(--ease-in-out)}.wp-page:hover,.wp-page--nav:hover{border-color:var(--color-accent);color:var(--color-accent)}.wp-page--current{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-contrast);pointer-events:none}.wp-page--disabled{opacity:.4;pointer-events:none}.site-footer{padding:var(--space-3xl) var(--space-page) var(--space-xl);text-align:center;color:var(--color-muted);border-top:1px solid var(--color-border);background:var(--color-surface)}.site-footer .brand{font-family:var(--font-serif);font-size:var(--text-xl);font-weight:400;color:var(--color-text);margin-bottom:var(--space-md);display:inline-block}.site-footer p{font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--color-muted);max-width:480px;margin:0 auto var(--space-xs)}.site-footer .copyright{font-size:var(--text-xs);color:var(--color-muted);margin-top:var(--space-lg);opacity:.75}.recipe-chips{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-bottom:var(--space-lg)}.recipe-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:var(--color-surface-2);color:var(--color-muted);font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;line-height:1.4;letter-spacing:var(--tracking-wide);border-radius:var(--radius-pill);white-space:nowrap}.recipe-chip svg,.recipe-chip .chip-icon{width:14px;height:14px;flex-shrink:0;opacity:.7}.ingredients-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-lg);margin-bottom:var(--space-xl)}.ingredients-section h3{font-family:var(--font-serif);font-size:var(--text-lg);font-weight:600;line-height:var(--leading-snug);color:var(--color-text);margin-bottom:var(--space-md)}.ingredients-section h4{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:600;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--color-accent);margin-top:var(--space-md);margin-bottom:var(--space-sm)}.ingredients-list{display:flex;flex-direction:column;gap:2px}.ingredient-item{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-md);padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text)}.ingredient-item:last-child{border-bottom:none}.ingredient-item .ingredient-name{flex:1;color:var(--color-text)}.ingredient-item .ingredient-amount{flex-shrink:0;font-weight:500;color:var(--color-muted);text-align:right;white-space:nowrap}.steps-section{margin-bottom:var(--space-xl)}.steps-section h3{font-family:var(--font-serif);font-size:var(--text-lg);font-weight:600;line-height:var(--leading-snug);color:var(--color-text);margin-bottom:var(--space-lg)}.steps-list{display:flex;flex-direction:column;gap:var(--space-xl)}.step-item{display:grid;grid-template-columns:1fr;gap:var(--space-md);position:relative}@media(min-width:640px){.step-item{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-lg);align-items:start}.step-item:nth-child(2n) .step-media{order:-1}}.step-header{display:flex;align-items:baseline;gap:var(--space-sm);margin-bottom:var(--space-xs)}.step-number{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;font-family:var(--font-serif);font-size:var(--text-base);font-weight:600;color:var(--color-accent-contrast);background:var(--color-accent);border-radius:var(--radius-pill);flex-shrink:0;line-height:1}.step-title{font-family:var(--font-serif);font-size:var(--text-md);font-weight:600;color:var(--color-text);line-height:var(--leading-snug)}.step-text{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--color-text)}.step-advice{margin-top:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--color-accent-soft);border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--color-text);font-style:italic}.step-advice:before{content:"💡 "}.step-media{border-radius:var(--radius);overflow:hidden;aspect-ratio:4 / 3;background:var(--color-surface-2)}.step-media img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-out)}.step-item:hover .step-media img{transform:scale(1.03)}.step-content{display:flex;flex-direction:column;gap:var(--space-xs)}.nutrition-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-lg);margin-bottom:var(--space-xl)}.nutrition-section h3{font-family:var(--font-serif);font-size:var(--text-lg);font-weight:600;line-height:var(--leading-snug);color:var(--color-text);margin-bottom:var(--space-md)}.nutrition-section .nutrition-basis{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--color-muted);letter-spacing:var(--tracking-wide);text-transform:uppercase;font-weight:500;margin-bottom:var(--space-sm)}.nutrition-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}@media(min-width:480px){.nutrition-grid{grid-template-columns:repeat(4,1fr)}}.nutrition-item{display:flex;flex-direction:column;align-items:center;padding:var(--space-md) var(--space-sm);background:var(--color-surface-2);border-radius:var(--radius-sm);text-align:center}.nutrition-value{font-family:var(--font-serif);font-size:var(--text-xl);font-weight:600;line-height:1;color:var(--color-text);margin-bottom:var(--space-2xs)}.nutrition-label{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--color-muted)}.recipe-meta-bar{display:flex;flex-wrap:wrap;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);background:var(--color-surface-2);border-radius:var(--radius);margin-bottom:var(--space-lg)}.recipe-meta-item{display:flex;align-items:center;gap:var(--space-xs);font-family:var(--font-sans);font-size:var(--text-sm);color:var(--color-muted)}.recipe-meta-item strong{font-weight:600;color:var(--color-text)}.text-center{text-align:center}.text-left{text-align:left}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.text-link{color:var(--color-accent);text-decoration:underline;text-decoration-color:#c8402f4d;text-underline-offset:3px;transition:color var(--duration-fast) var(--ease-in-out),text-decoration-color var(--duration-fast) var(--ease-in-out)}.text-link:hover{color:var(--color-accent-strong);text-decoration-color:var(--color-accent-strong)}.divider{width:100%;height:1px;background:var(--color-border);border:none;margin:var(--space-xl) 0}.section{padding:var(--space-section) var(--space-page)}.section--alt{background:var(--color-surface-2)}@media(max-width:639px){.nav{gap:var(--space-md)}.nav a{font-size:var(--text-xs)}.brand{font-size:var(--text-lg)}}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.reveal{animation:fade-up .5s var(--ease-out) both}.reveal+.reveal{animation-delay:.08s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.collection-card:hover,.roundup-link:hover,.collection-card:hover .cover img,.step-item:hover .step-media img,.btn--primary:hover,.btn-accent:hover,.btn--secondary:hover{transform:none}.reveal{opacity:1;transform:none}}@media print{.site-header,.site-footer,.cta-band,.rc__actions,.btn{display:none!important}body{color:#000;background:#fff}.hero{background:none;border:none;padding:1rem 0}}.footer-legal{display:flex;flex-wrap:wrap;gap:.35rem 1rem;margin:.9rem 0;font-size:var(--text-xs, .78rem)}.footer-legal a,.footer-legal__cookies{color:var(--color-muted, #6b6b6b);text-decoration:none;border-bottom:1px solid transparent}.footer-legal a:hover,.footer-legal__cookies:hover{color:var(--color-text, #1c1c1c);border-bottom-color:var(--color-border, #e6e6e6)}.footer-legal__cookies{padding:0;border:0;border-bottom:1px solid transparent;background:none;font:inherit;cursor:pointer}.site-footer .footer-contact{font-size:var(--text-xs, .78rem)}.site-footer .footer-contact a{color:var(--color-text, #1c1c1c)}.legal-page{max-width:74ch;margin:var(--space-6, 3.5rem) auto var(--space-7, 5rem)}.legal-head{padding-bottom:var(--space-4, 1.5rem);border-bottom:2px solid var(--color-text, #1c1c1c)}.legal-kicker{margin:0 0 var(--space-1, .5rem);font-size:var(--text-xs, .78rem);letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent, #b4553a)}.legal-page h1{margin:0 0 var(--space-2, .75rem);font-family:var(--font-serif, Georgia, serif);font-size:var(--text-2xl, clamp(1.6rem, 3.4vw, 2.35rem));line-height:1.15}.legal-lead{margin:0 0 var(--space-3, 1rem);color:var(--color-muted, #6b6b6b);font-size:var(--text-base, 1.0625rem);line-height:1.6}.legal-meta{display:flex;flex-wrap:wrap;gap:.4rem var(--space-2, .75rem);margin:0;font-size:var(--text-xs, .78rem);color:var(--color-muted, #6b6b6b)}.legal-toc{margin:var(--space-4, 1.5rem) 0 var(--space-5, 2.25rem);padding:var(--space-3, 1rem) var(--space-4, 1.5rem);background:var(--color-surface-2, #f5f5f5);border-radius:var(--radius, 14px)}.legal-toc__title{margin:0 0 var(--space-2, .75rem);font-size:var(--text-xs, .78rem);letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted, #6b6b6b)}.legal-toc ol{display:grid;gap:.35rem;margin:0;padding-left:1.3rem;font-size:var(--text-sm, .9rem)}.legal-toc a{color:var(--color-text, #1c1c1c);text-decoration:none;border-bottom:1px solid transparent}.legal-toc a:hover{color:var(--color-accent-strong, #93432c);border-bottom-color:currentColor}.legal-section{padding:var(--space-4, 1.5rem) 0;border-top:1px solid var(--color-border, #e6e6e6);scroll-margin-top:5rem}.legal-body>.legal-section:first-child{border-top:0;padding-top:var(--space-2, .75rem)}.legal-section h2{display:flex;align-items:baseline;gap:.65rem;margin:0 0 var(--space-3, 1rem);font-family:var(--font-serif, Georgia, serif);font-size:var(--text-xl, 1.5rem);line-height:1.25}.legal-section__num{flex:none;min-width:1.9rem;padding:.1rem .45rem;border-radius:var(--radius-sm, 8px);background:var(--color-accent-soft, #f1e5df);color:var(--color-accent-strong, #93432c);font-family:var(--font-sans, ui-sans-serif, system-ui, sans-serif);font-size:var(--text-xs, .78rem);font-weight:700;text-align:center}.legal-section p,.legal-section li{margin:0 0 var(--space-3, 1rem);line-height:1.75;color:var(--color-text, #1c1c1c)}.legal-section ul{margin:0 0 var(--space-3, 1rem);padding-left:1.1rem;list-style:none}.legal-section li{position:relative;margin-bottom:var(--space-2, .75rem);padding-left:.9rem}.legal-section li:before{content:"";position:absolute;left:0;top:.7em;width:5px;height:5px;border-radius:50%;background:var(--color-accent, #b4553a)}.legal-section p:last-child,.legal-section ul:last-child{margin-bottom:0}.legal-contact-card{margin-top:var(--space-5, 2.25rem);padding:var(--space-3, 1rem) var(--space-4, 1.5rem);background:var(--color-surface, #ffffff);border:1px solid var(--color-border, #e6e6e6);border-left:3px solid var(--color-accent, #b4553a);border-radius:var(--radius-sm, 8px)}.legal-contact-card__title{margin:0 0 .25rem;font-weight:600;color:var(--color-text, #1c1c1c)}.legal-contact-card p{margin:0;color:var(--color-muted, #6b6b6b);font-size:var(--text-sm, .9rem);line-height:1.6}.legal-contact-card a{color:var(--color-accent-strong, #93432c)}.legal-nav{margin-top:var(--space-5, 2.25rem);padding-top:var(--space-3, 1rem);border-top:1px solid var(--color-border, #e6e6e6)}.legal-nav__title{margin:0 0 var(--space-2, .75rem);font-size:var(--text-xs, .78rem);letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted, #6b6b6b)}.legal-nav__links{display:flex;flex-wrap:wrap;gap:.35rem var(--space-3, 1rem);font-size:var(--text-sm, .9rem)}.legal-nav a{color:var(--color-muted, #6b6b6b);text-decoration:none}.legal-nav a:hover{color:var(--color-accent-strong, #93432c)}.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:60;background:var(--color-surface, #ffffff);border:1px solid var(--color-border, #e6e6e6);border-radius:var(--radius, 14px);box-shadow:var(--shadow-lg, 0 12px 40px rgba(0, 0, 0, .12))}.cookie-banner[hidden]{display:none}.cookie-banner__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-3, 1rem);max-width:var(--max-width, 1120px);margin:0 auto;padding:var(--space-3, 1rem) var(--space-4, 1.5rem)}.cookie-banner__text{flex:1 1 24rem;margin:0;color:var(--color-muted, #6b6b6b);font-size:var(--text-sm, .9rem);line-height:1.6}.cookie-banner__text a{color:var(--color-text, #1c1c1c)}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:var(--space-2, .75rem)}.cookie-banner__actions .btn{margin-top:0}.cookie-banner [data-wp-consent]{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:.6rem 1.1rem;border:1px solid transparent;border-radius:var(--radius-pill, 999px);background:var(--color-accent, #b4553a);color:var(--color-accent-contrast, #ffffff);font:inherit;font-size:var(--text-sm, .9rem);font-weight:600;cursor:pointer}.cookie-banner [data-wp-consent=denied]{background:transparent;border-color:var(--color-border, #e6e6e6);color:var(--color-text, #1c1c1c)}.cookie-banner [data-wp-consent]:hover{background:var(--color-accent-strong, #93432c);color:var(--color-accent-contrast, #ffffff)}@media(max-width:640px){.cookie-banner__inner{padding:var(--space-3, 1rem)}.cookie-banner__actions{width:100%}.cookie-banner__actions .btn{flex:1 1 auto;justify-content:center}}.pd{display:block}.pd-hero{display:grid;gap:var(--space-5, 2.5rem);align-items:start;margin:var(--space-5, 2.5rem) auto var(--space-6, 3.5rem)}@media(min-width:900px){.pd-hero{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:var(--space-6, 3.5rem)}}.pd-hero__media{border-radius:var(--radius-lg, var(--radius, 16px));overflow:hidden;background:var(--color-surface-2, #f4efe8);aspect-ratio:auto;height:auto}.pd-hero__body{display:flex;flex-direction:column;gap:var(--space-3, 1rem)}.pd-kicker{font-size:var(--text-xs, .78rem);letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent, #b4553a)}.pd-title{margin:0;font-family:var(--font-display, var(--font-heading, inherit));font-size:clamp(1.9rem,1.2rem + 2.4vw,3rem);line-height:1.12;color:var(--color-text, #1c1c1c)}.pd-tagline{margin:0;font-size:var(--text-lg, 1.08rem);line-height:1.6;color:var(--color-muted, #6b6b6b)}.pd-name{margin:0;font-size:var(--text-sm, .9rem);line-height:1.5;color:var(--color-muted, #6b6b6b)}.pd-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.6rem;margin:.2rem 0}.pd-price__value{font-size:clamp(1.4rem,1.1rem + 1vw,1.9rem);font-weight:600;color:var(--color-text, #1c1c1c)}.pd-price__old{font-size:var(--text-sm, .9rem);color:var(--color-muted, #6b6b6b);text-decoration:line-through}.pd-price__badge{padding:.15rem .55rem;border-radius:999px;background:var(--color-accent-soft, rgba(180, 85, 58, .12));color:var(--color-accent-strong, var(--color-accent, #b4553a));font-size:var(--text-xs, .78rem);font-weight:600;letter-spacing:.02em}.pd-highlights{display:grid;gap:.6rem;margin:.4rem 0 0;padding:0;list-style:none}.pd-highlights li{position:relative;padding-left:1.6rem;font-size:var(--text-base, 1rem);line-height:1.55;color:var(--color-text, #1c1c1c)}.pd-highlights li:before{content:"";position:absolute;left:0;top:.55em;width:.5rem;height:.5rem;border-radius:999px;background:var(--color-accent, #b4553a)}.pd-actions{margin-top:var(--space-2, .75rem);display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.pd-cta{font-size:var(--text-base, 1rem);padding:.85rem 1.7rem}.pd-cta-note{margin:0;font-size:var(--text-xs, .78rem);line-height:1.5;color:var(--color-muted, #6b6b6b)}.pd-lead{max-width:74ch;margin:0 auto var(--space-5, 2.5rem)}.pd-lead p{margin:0;font-size:var(--text-lg, 1.08rem);line-height:1.75;color:var(--color-text, #1c1c1c)}.pd-specs{max-width:74ch;margin:0 auto var(--space-5, 2.5rem)}.pd-specs h2,.pd-faq h2{margin:0 0 var(--space-3, 1rem);font-family:var(--font-display, var(--font-heading, inherit));font-size:clamp(1.25rem,1.05rem + .7vw,1.6rem);line-height:1.25;color:var(--color-text, #1c1c1c)}.pd-specs__list{margin:0;padding:0;border-top:1px solid var(--color-border, #e6e6e6)}.pd-spec{display:grid;grid-template-columns:minmax(8rem,30%) 1fr;gap:.5rem 1.25rem;padding:.7rem 0;border-bottom:1px solid var(--color-border, #e6e6e6)}.pd-spec dt{margin:0;font-size:var(--text-sm, .9rem);color:var(--color-muted, #6b6b6b);text-transform:capitalize}.pd-spec dd{margin:0;font-size:var(--text-sm, .95rem);color:var(--color-text, #1c1c1c)}.pd-story{max-width:74ch;margin:0 auto var(--space-5, 2.5rem);display:grid;gap:var(--space-4, 1.75rem)}.pd-block h2{margin:0 0 .6rem;font-family:var(--font-display, var(--font-heading, inherit));font-size:clamp(1.2rem,1rem + .7vw,1.5rem);line-height:1.3;color:var(--color-text, #1c1c1c)}.pd-block p{margin:0;font-size:var(--text-base, 1rem);line-height:1.75;color:var(--color-text, #1c1c1c)}.pd-faq{max-width:74ch;margin:0 auto var(--space-5, 2.5rem)}.pd-faq__list{border-top:1px solid var(--color-border, #e6e6e6)}.pd-faq__item{border-bottom:1px solid var(--color-border, #e6e6e6)}.pd-faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0;cursor:pointer;list-style:none;font-size:var(--text-base, 1rem);font-weight:600;color:var(--color-text, #1c1c1c)}.pd-faq__item summary::-webkit-details-marker{display:none}.pd-faq__item summary:after{content:"+";flex:none;font-size:1.25rem;line-height:1;color:var(--color-accent, #b4553a);transition:transform .2s ease}.pd-faq__item[open] summary:after{content:"–"}.pd-faq__item summary:focus-visible{outline:2px solid var(--color-accent, #b4553a);outline-offset:2px}.pd-faq__item p{margin:0 0 1rem;font-size:var(--text-base, .98rem);line-height:1.7;color:var(--color-muted, #6b6b6b)}.pd-close{margin-bottom:var(--space-6, 3.5rem)}.pd-sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;padding:.6rem max(.9rem,env(safe-area-inset-left)) max(.6rem,env(safe-area-inset-bottom)) max(.9rem,env(safe-area-inset-right));background:var(--color-surface, #fff);border-top:1px solid var(--color-border, #e6e6e6);box-shadow:0 -8px 24px #11111114}.pd-sticky__inner{display:flex;align-items:center;justify-content:space-between;gap:.9rem;max-width:var(--container-width, 1120px);margin:0 auto}.pd-sticky__info{display:flex;flex-direction:column;min-width:0}.pd-sticky__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--text-xs, .78rem);color:var(--color-muted, #6b6b6b)}.pd-sticky__price{font-size:var(--text-base, 1rem);font-weight:600;color:var(--color-text, #1c1c1c)}.pd-sticky__cta{flex:none;padding:.65rem 1.2rem;font-size:var(--text-sm, .9rem)}@media(min-width:900px){.pd-sticky{display:none}}@media(max-width:899px){body:has(.pd-sticky) .site-footer{padding-bottom:5.5rem}}@media(prefers-reduced-motion:reduce){.pd-faq__item summary:after{transition:none}}.recipe-card{display:flex;background:var(--color-surface, #fff);border:1px solid var(--color-border, rgba(0, 0, 0, .1));border-radius:var(--radius-lg, var(--radius, 16px));overflow:hidden;transition:transform .24s ease,box-shadow .24s ease}.recipe-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000014}.recipe-card__link{display:flex;flex-direction:column;width:100%;color:inherit;text-decoration:none}.recipe-card__media{position:relative;display:block;background:var(--color-surface-2, #f4efe8);aspect-ratio:4 / 3;overflow:hidden}.recipe-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.recipe-card__link:hover .recipe-card__media img{transform:scale(1.04)}.recipe-card__rank{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;border-radius:var(--radius-pill, 999px);background:var(--color-accent, #b4553a);color:var(--color-accent-contrast, #fff);font-size:var(--text-xs, .78rem);font-weight:600;line-height:1}.recipe-card__body{display:flex;flex-direction:column;gap:var(--space-2, .65rem);padding:var(--space-3, 1.15rem);flex:1}.recipe-card__meta,.recipe-card__stats{display:flex;flex-wrap:wrap;gap:.4rem .75rem;font-size:var(--text-xs, .78rem);color:var(--color-muted, #6b6259)}.recipe-card__meta-item:before{content:""}.recipe-card__stat{padding:.2rem .6rem;border-radius:var(--radius-pill, 999px);background:var(--color-surface-2, #f4efe8)}.recipe-card__title{font-family:var(--font-display, var(--font-heading, inherit));font-size:var(--text-xl, 1.3rem);line-height:1.25;color:var(--color-text, inherit)}.recipe-card__desc{color:var(--color-muted, #6b6259);font-size:var(--text-sm, .94rem);line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.recipe-card__cta{display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;padding-top:var(--space-2, .65rem);color:var(--color-accent, #b4553a);font-weight:600;font-size:var(--text-sm, .94rem)}.recipe-card__link:hover .recipe-card__cta svg{transform:translate(3px)}.recipe-card__cta svg{transition:transform .2s ease}.recipe-breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:var(--space-3, 1.15rem);font-size:var(--text-xs, .78rem);color:var(--color-muted, #6b6259)}.recipe-breadcrumbs a{color:inherit}.recipe-hero{display:grid;gap:var(--space-4, 1.75rem);align-items:center;margin:var(--space-4, 1.75rem) auto var(--space-5, 2.5rem)}@media(min-width:900px){.recipe-hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-6, 3.5rem)}}.recipe-hero__body{display:flex;flex-direction:column;gap:var(--space-2, .65rem)}.recipe-hero__kicker{font-size:var(--text-xs, .78rem);letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent, #b4553a)}.recipe-hero__title{margin:0;font-family:var(--font-display, var(--font-heading, inherit));font-size:clamp(1.8rem,1.2rem + 2.2vw,2.8rem);line-height:1.15}.recipe-hero__lead{margin:0;color:var(--color-muted, #6b6259);font-size:var(--text-md, 1.02rem);line-height:1.65}.recipe-hero__media{border-radius:var(--radius-lg, var(--radius, 16px));overflow:hidden;background:var(--color-surface-2, #f4efe8)}.recipe-hero__media img{width:100%;height:auto;display:block}.recipe-facts{display:flex;flex-wrap:wrap;gap:var(--space-3, 1.15rem);margin:var(--space-2, .65rem) 0 0}.recipe-fact{display:flex;flex-direction:column;gap:.15rem;padding:.55rem .9rem;border-radius:var(--radius, 12px);background:var(--color-surface-2, #f4efe8)}.recipe-fact dt{font-size:var(--text-xs, .78rem);text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted, #6b6259)}.recipe-fact dd{margin:0;font-weight:600}.recipe-layout{display:grid;gap:var(--space-5, 2.5rem);align-items:start;margin-bottom:var(--space-6, 3.5rem)}@media(min-width:900px){.recipe-layout{grid-template-columns:minmax(240px,320px) minmax(0,1fr)}.recipe-ingredients{position:sticky;top:var(--space-4, 1.75rem)}}.recipe-section-title{margin:0 0 var(--space-3, 1.15rem);font-family:var(--font-display, var(--font-heading, inherit));font-size:var(--text-xl, 1.35rem);line-height:1.2}.recipe-ingredients{padding:var(--space-3, 1.15rem);border:1px solid var(--color-border, rgba(0, 0, 0, .1));border-radius:var(--radius-lg, var(--radius, 16px));background:var(--color-surface, #fff)}.recipe-ingredients__group+.recipe-ingredients__group{margin-top:var(--space-3, 1.15rem)}.recipe-ingredients__group-title{margin:0 0 .5rem;font-size:var(--text-xs, .78rem);text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted, #6b6259)}.recipe-ingredients__list{margin:0;padding:0;list-style:none}.recipe-ingredient{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.5rem 0;border-bottom:1px dashed var(--color-border, rgba(0, 0, 0, .12));font-size:var(--text-sm, .94rem)}.recipe-ingredient:last-child{border-bottom:none}.recipe-ingredient__amount{flex-shrink:0;color:var(--color-muted, #6b6259);font-variant-numeric:tabular-nums}.recipe-steps__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:var(--space-4, 1.75rem);counter-reset:recipe-step}.recipe-step{display:grid;gap:var(--space-2, .65rem);padding-bottom:var(--space-4, 1.75rem);border-bottom:1px solid var(--color-border, rgba(0, 0, 0, .08))}.recipe-step:last-child{border-bottom:none;padding-bottom:0}.recipe-step__head{display:flex;align-items:center;gap:.7rem}.recipe-step__num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border-radius:50%;background:var(--color-accent-soft, rgba(180, 85, 58, .12));color:var(--color-accent, #b4553a);font-weight:700;font-size:var(--text-sm, .94rem)}.recipe-step__title{margin:0;font-family:var(--font-display, var(--font-heading, inherit));font-size:var(--text-lg, 1.15rem);line-height:1.25}.recipe-step__media{border-radius:var(--radius-lg, var(--radius, 16px));overflow:hidden;background:var(--color-surface-2, #f4efe8)}.recipe-step__media img{width:100%;height:auto;display:block}@media(min-width:760px){.recipe-step--with-photo{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-template-areas:"head head" "media body";column-gap:var(--space-4, 1.75rem)}.recipe-step--with-photo .recipe-step__head{grid-area:head}.recipe-step--with-photo .recipe-step__media{grid-area:media}.recipe-step--with-photo .recipe-step__body{grid-area:body}}.recipe-step__text{margin:0;line-height:1.7}.recipe-step__advice{margin:var(--space-2, .65rem) 0 0;padding:.7rem .9rem;border-left:3px solid var(--color-accent, #b4553a);border-radius:var(--radius-sm, 8px);background:var(--color-surface-2, #f4efe8);font-size:var(--text-sm, .94rem);line-height:1.6}.recipe-step__advice-label{display:block;margin-bottom:.15rem;font-size:var(--text-xs, .78rem);text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent, #b4553a);font-weight:700}.recipe-nutrition{margin-top:var(--space-5, 2.5rem)}.recipe-nutrition__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:var(--space-2, .65rem)}.recipe-nutrition__item{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:var(--space-2, .8rem);border-radius:var(--radius, 12px);background:var(--color-surface-2, #f4efe8)}.recipe-nutrition__value{font-size:var(--text-xl, 1.3rem);font-weight:700;line-height:1.1}.recipe-nutrition__label{font-size:var(--text-xs, .78rem);text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted, #6b6259)}.recipe-related{margin-bottom:var(--space-6, 3.5rem)}@media(prefers-reduced-motion:reduce){.recipe-card,.recipe-card__media img,.recipe-card__cta svg{transition:none}.recipe-card:hover,.recipe-card__link:hover .recipe-card__media img{transform:none}}.offer-band{margin:var(--space-6, 3.5rem) 0;padding:var(--space-5, 2.5rem) 0;background:var(--color-surface-2, #f4efe8);border-top:1px solid var(--color-border, rgba(0, 0, 0, .08));border-bottom:1px solid var(--color-border, rgba(0, 0, 0, .08))}.offer-band--middle{margin:var(--space-5, 2.5rem) 0}.product-grid>.offer-band,.recipe-main>.offer-band{grid-column:1 / -1}.product-grid>.offer-band,.recipe-main>.offer-band{margin:var(--space-3, 1.15rem) 0;padding:var(--space-4, 1.75rem) var(--space-3, 1.15rem);border-radius:var(--radius-lg, var(--radius, 16px));border:1px solid var(--color-border, rgba(0, 0, 0, .08))}.product-grid>.offer-band>.container,.recipe-main>.offer-band>.container{width:100%;max-width:none;padding-left:0;padding-right:0}.offer-band__inner{display:flex;flex-direction:column;gap:var(--space-3, 1.15rem)}.offer-band__head{max-width:62ch}.offer-band__title{margin:0 0 .4rem;font-family:var(--font-display, var(--font-heading, inherit));font-size:clamp(1.4rem,1.1rem + 1.2vw,2rem);line-height:1.2}.offer-band__text{margin:0;color:var(--color-muted, #6b6259);line-height:1.6}.offer-band__signals{display:flex;flex-wrap:wrap;gap:.5rem;margin:.85rem 0 0}.offer-signal{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .7rem;border-radius:var(--radius-pill, 999px);background:var(--color-surface, #fff);border:1px solid var(--color-border, rgba(0, 0, 0, .1));font-size:var(--text-xs, .78rem);font-weight:600;color:var(--color-muted, #6b6259)}.offer-signal:before{content:"";width:.45rem;height:.45rem;border-radius:50%;background:var(--color-accent, #b4553a)}.offer-signal--scarcity{color:var(--color-accent-strong, var(--color-accent, #b4553a))}.offer-timer{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem .9rem;padding:.7rem 1rem;border-radius:var(--radius, 14px);background:var(--color-surface, #fff);border:1px solid var(--color-border, rgba(0, 0, 0, .1));align-self:flex-start}.offer-timer__label{font-size:var(--text-xs, .78rem);text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--color-muted, #6b6259)}.offer-timer__clock{display:inline-flex;align-items:flex-end;gap:.3rem;font-variant-numeric:tabular-nums}.offer-timer__unit{display:inline-flex;flex-direction:column;align-items:center;gap:.1rem}.offer-timer__unit small{font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted, #6b6259)}.offer-timer__cell{display:inline-block;min-width:2.2ch;padding:.2rem .45rem;border-radius:var(--radius-sm, 8px);background:var(--color-accent, #b4553a);color:var(--color-accent-contrast, #fff);font-weight:700;font-size:var(--text-lg, 1.1rem);line-height:1.15;text-align:center}.offer-timer__sep{font-weight:700;color:var(--color-accent, #b4553a);padding-bottom:.75rem}.offer-timer--inline .offer-timer__sep,.offer-timer--mini .offer-timer__sep{padding-bottom:0}.offer-timer__clock[hidden],.offer-timer__expired[hidden],.offer-timer.is-expired .offer-timer__label{display:none}.offer-timer__expired{font-size:var(--text-sm, .94rem);font-weight:700;color:var(--color-accent-strong, var(--color-accent, #b4553a))}.offer-timer--inline{padding:.45rem .7rem;gap:.5rem}.offer-timer--inline .offer-timer__cell{font-size:var(--text-sm, .94rem);padding:.15rem .35rem}.offer-timer--mini{border:none;background:transparent;padding:0}.offer-timer--mini .offer-timer__cell{font-size:var(--text-sm, .94rem);padding:.12rem .3rem}.offer-band__list{display:grid;gap:var(--space-3, 1.15rem);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.offer-band__list--single{grid-template-columns:minmax(0,720px)}.offer-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--color-border, rgba(0, 0, 0, .1));border-radius:var(--radius-lg, var(--radius, 16px));background:var(--color-surface, #fff);color:inherit;transition:transform .2s ease,box-shadow .2s ease}.offer-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px #00000014}.offer-band__list--single .offer-card{flex-direction:row;align-items:stretch}.offer-band__list--single .offer-gallery{flex:0 0 44%;max-width:44%}.offer-card__body{display:flex;flex-direction:column;gap:.5rem;flex:1;padding:var(--space-3, 1.15rem)}.offer-card__label{margin:0;font-family:var(--font-display, var(--font-heading, inherit));font-size:var(--text-lg, 1.15rem);font-weight:700;line-height:1.3}.offer-card__desc{margin:0;color:var(--color-muted, #6b6259);font-size:var(--text-sm, .94rem);line-height:1.55}.offer-card__bullets{list-style:none;margin:.15rem 0 0;padding:0;display:grid;gap:.35rem;font-size:var(--text-sm, .94rem)}.offer-card__bullets li{position:relative;padding-left:1.35rem;line-height:1.5}.offer-card__bullets li:before{content:"✓";position:absolute;left:0;top:0;font-weight:700;color:var(--color-accent, #b4553a)}.offer-card__buy{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:.6rem}.offer-price{display:inline-flex;align-items:baseline;gap:.45rem}.offer-price__old{color:var(--color-muted, #6b6259);font-size:var(--text-sm, .94rem);text-decoration:line-through}.offer-price__now{font-size:var(--text-xl, 1.3rem);font-weight:800;line-height:1}.offer-price--sm .offer-price__now{font-size:var(--text-lg, 1.1rem)}.offer-cta{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.4rem;border-radius:var(--radius-pill, 999px);background:var(--color-accent, #b4553a);color:var(--color-accent-contrast, #fff)!important;font-size:var(--text-sm, .94rem);font-weight:700;text-decoration:none!important;white-space:nowrap;transition:background .16s ease,transform .16s ease}.offer-cta:hover{background:var(--color-accent-strong, var(--color-accent, #b4553a));transform:translateY(-1px);color:var(--color-accent-contrast, #fff)!important}.offer-band__list--single .offer-cta,.offer-card__buy .offer-cta{flex:1 1 auto}.offer-card__note,.offer-card__guarantee{margin:0;font-size:var(--text-xs, .78rem);color:var(--color-muted, #6b6259)}.offer-card__guarantee:before{content:"🛡 "}.offer-gallery{position:relative;background:var(--color-surface-2, #f4efe8)}.offer-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;height:100%}.offer-gallery__track::-webkit-scrollbar{display:none}.offer-gallery__slide{flex:0 0 100%;margin:0;scroll-snap-align:center;aspect-ratio:4 / 3}.offer-band__list--single .offer-gallery__slide{aspect-ratio:auto;min-height:260px}.offer-gallery__slide img{display:block;width:100%;height:100%;object-fit:contain}.offer-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffffe6;color:#1c1917;font-size:1.25rem;line-height:1;cursor:pointer;box-shadow:0 4px 14px #00000029}.offer-gallery__nav--prev{left:.5rem}.offer-gallery__nav--next{right:.5rem}.offer-gallery__dots{position:absolute;left:0;right:0;bottom:.5rem;display:flex;justify-content:center;gap:.3rem}.offer-gallery__dot{width:.45rem;height:.45rem;padding:0;border:none;border-radius:50%;background:#00000040;cursor:pointer}.offer-gallery__dot.is-active{background:var(--color-accent, #b4553a);transform:scale(1.25)}.offer-badge{position:absolute;top:.6rem;left:.6rem;padding:.25rem .6rem;border-radius:var(--radius-pill, 999px);background:var(--color-accent, #b4553a);color:var(--color-accent-contrast, #fff);font-size:var(--text-xs, .78rem);font-weight:800;letter-spacing:.02em}.offer-strip{background:var(--color-accent-soft, var(--color-surface-2, #f4efe8));border-bottom:1px solid var(--color-border, rgba(0, 0, 0, .08))}.offer-strip__inner{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1rem;padding-top:.7rem;padding-bottom:.7rem}.offer-strip__media{flex:0 0 auto;width:46px;height:46px;border-radius:var(--radius-sm, 10px);overflow:hidden;background:var(--color-surface, #fff)}.offer-strip__media img{width:100%;height:100%;object-fit:cover;display:block}.offer-strip__body{display:flex;flex-direction:column;gap:.1rem;flex:1 1 12rem;min-width:0}.offer-strip__label{font-weight:700;line-height:1.25}.offer-strip__note{font-size:var(--text-xs, .78rem);color:var(--color-muted, #6b6259)}.offer-strip__buy{display:flex;align-items:center;gap:.75rem}.offer-sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;padding:.6rem max(.9rem,env(safe-area-inset-left)) max(.6rem,env(safe-area-inset-bottom)) max(.9rem,env(safe-area-inset-right));background:var(--color-surface, #fff);border-top:1px solid var(--color-border, rgba(0, 0, 0, .1));box-shadow:0 -8px 24px #00000014}.offer-sticky[hidden]{display:none}.offer-sticky__inner{display:flex;align-items:center;gap:.75rem;max-width:var(--container, 1120px);margin:0 auto}.offer-sticky__body{display:flex;flex-direction:column;gap:.1rem;flex:1 1 auto;min-width:0}.offer-sticky__label{font-size:var(--text-sm, .94rem);font-weight:700;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:720px){.offer-band__list--single .offer-card{flex-direction:column}.offer-band__list--single .offer-gallery{flex:1 1 auto;max-width:none}.offer-strip__inner{gap:.5rem .75rem}.offer-strip__buy{flex:1 1 100%;justify-content:space-between}.offer-strip .offer-timer__label{display:none}.site-footer{padding-bottom:5.5rem}.offer-sticky__inner .offer-timer--mini{display:none}}@media(prefers-reduced-motion:reduce){.offer-card,.offer-cta{transition:none}.offer-card:hover,.offer-cta:hover{transform:none}}.wp-btn-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin:1rem 0}.wp-btn--lg{padding:.95rem 1.6rem;font-size:1.05rem}.wp-btn--block{display:flex;width:100%}.wp-btn--outline{background:transparent;color:var(--color-accent-strong, var(--color-accent, #b4532f));border:1px solid currentColor}.wp-btn--outline:hover{background:var(--color-accent-soft, rgba(0, 0, 0, .04))}.wp-btn--soft{background:var(--color-accent-soft, rgba(0, 0, 0, .06));color:var(--color-accent-strong, var(--color-text, #222));border:1px solid transparent}.wp-btn--square{border-radius:var(--radius-sm, 10px)}.wp-link-arrow{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;text-decoration:none;color:var(--color-accent-strong, var(--color-accent, #b4532f))}.wp-link-arrow:hover{gap:.6rem}.wp-section{margin:var(--space-5, 2.25rem) auto}.wp-divider{margin:var(--space-5, 2.25rem) 0;border:0;border-top:1px solid var(--color-border, rgba(127, 127, 127, .25))}.wp-spacer{height:2.5rem}.wp-badge{display:inline-block;padding:.3rem .7rem;border-radius:var(--radius-pill, 999px);background:var(--color-accent-soft, rgba(0, 0, 0, .06));color:var(--color-accent-strong, var(--color-text, #222));font-size:var(--text-xs, .78rem);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.wp-note{display:flex;gap:.75rem;padding:1rem 1.15rem;margin:var(--space-4, 1.5rem) 0;border:1px solid var(--color-border, rgba(127, 127, 127, .25));border-left:3px solid var(--color-accent, #b4532f);border-radius:var(--radius-sm, 10px);background:var(--color-surface, rgba(255, 255, 255, .6))}.wp-note p{margin:0}.wp-list{margin:var(--space-3, 1rem) 0;padding:0;list-style:none}.wp-list li{position:relative;padding-left:1.6rem;margin-bottom:.55rem}.wp-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--color-accent, #b4532f);font-weight:700}.wp-cols{display:grid;gap:var(--space-4, 1.5rem);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:var(--space-4, 1.5rem) 0}.wp-card{padding:1.25rem;border:1px solid var(--color-border, rgba(127, 127, 127, .2));border-radius:var(--radius, 16px);background:var(--color-surface, rgba(255, 255, 255, .7))}.wp-card h3{margin:0 0 .5rem}.wp-card p:last-child{margin-bottom:0}.wp-quote{margin:var(--space-4, 1.5rem) 0;padding:0 0 0 1.25rem;border-left:3px solid var(--color-accent, #b4532f);font-family:var(--font-serif, Georgia, serif);font-size:var(--text-lg, 1.2rem);line-height:1.5}.wp-quote cite{display:block;margin-top:.6rem;font-family:var(--font-sans, system-ui, sans-serif);font-size:var(--text-sm, .9rem);font-style:normal;color:var(--color-muted, #7c7c7c)}.wp-img{width:100%;height:auto;border-radius:var(--radius, 16px)}.wp-media{margin:var(--space-4, 1.5rem) 0}.wp-media figcaption{margin-top:.5rem;font-size:var(--text-sm, .9rem);color:var(--color-muted, #7c7c7c)}.wp-rich h2,.wp-rich h3{margin:var(--space-4, 1.5rem) 0 .5rem}
