:root{--color-bg: #faf7f2;--color-surface: #ffffff;--color-secondary-surface: #f4efe8;--color-text: #2b2622;--color-muted: #8a8178;--color-border: #ece7df;--color-accent: #c06b4f;--color-accent-strong: #a9583e;--color-accent-tint: #f1e5df;--color-accent-contrast: #ffffff;--color-contrast: #ffffff;--shadow-sm: 0 1px 3px rgba(43, 38, 34, .04), 0 1px 2px rgba(43, 38, 34, .03);--shadow-soft: 0 2px 8px rgba(43, 38, 34, .06), 0 1px 3px rgba(43, 38, 34, .04);--shadow-elevated: 0 8px 30px rgba(43, 38, 34, .1), 0 2px 8px rgba(43, 38, 34, .05);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-pill: 999px;--font-display: "Georgia", "Palatino Linotype", "Times New Roman", "Noto Serif", serif;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--leading-tight: 1.2;--leading-snug: 1.35;--leading-normal: 1.5;--leading-relaxed: 1.65;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-7: 2rem;--space-8: 2.5rem;--space-9: 3rem;--space-10: 4rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 5.5rem;--ease-out: cubic-bezier(.22, 1, .36, 1);--container-max: 1120px;--container-narrow: 760px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--color-text);background:var(--color-bg);min-height:100vh}img{display:block;max-width:100%;height:auto}a{color:var(--color-accent);text-decoration:none;transition:color .2s var(--ease-out)}a:hover{color:var(--color-accent-strong)}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:3px}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;line-height:var(--leading-tight);color:var(--color-text)}ul,ol{list-style:none}button{font:inherit;cursor:pointer;border:none;background:none}.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-lg);padding-right:var(--space-lg)}@media(min-width:768px){.container{padding-left:var(--space-2xl);padding-right:var(--space-2xl)}}.site-header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--color-bg) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.site-header .inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg);max-width:var(--container-max);margin:0 auto;padding:var(--space-4) var(--space-lg)}@media(min-width:768px){.site-header .inner{padding:var(--space-4) var(--space-2xl)}}.brand{font-family:var(--font-display);font-size:var(--text-xl);font-weight:400;color:var(--color-text);text-decoration:none;letter-spacing:-.01em;transition:color .2s var(--ease-out)}.brand:hover{color:var(--color-accent)}.nav{display:flex;align-items:center;gap:var(--space-5)}.nav a{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:500;letter-spacing:.02em;color:var(--color-muted);text-decoration:none;position:relative;padding-bottom:2px;transition:color .2s var(--ease-out)}.nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:var(--color-accent);border-radius:1px;transition:width .25s 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 a:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px;border-radius:3px}.eyebrow{display:inline-block;font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent)}.hero{position:relative;padding:var(--space-4xl) var(--space-lg);padding-top:calc(var(--space-4xl) + 1rem);padding-bottom:var(--space-3xl);text-align:center;background:linear-gradient(180deg,var(--color-accent-tint) 0%,var(--color-surface) 100%);border-bottom:1px solid var(--color-border);overflow:hidden}.hero:before{content:"";position:absolute;top:-60%;left:50%;transform:translate(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--color-accent) 8%,transparent) 0%,transparent 70%);pointer-events:none}.hero__container{position:relative;max-width:680px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:var(--space-md);animation:heroReveal .7s var(--ease-out) both}@keyframes heroReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__eyebrow{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);background:var(--color-surface);padding:.35em 1.2em;border-radius:var(--radius-pill);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.hero__title,.hero h1{font-family:var(--font-display);font-size:var(--text-4xl);font-weight:400;line-height:1.15;color:var(--color-text);margin:0;letter-spacing:-.01em;max-width:18ch;animation:heroReveal .7s .1s var(--ease-out) both}.hero__text,.hero p{font-family:var(--font-sans);font-size:var(--text-lg);line-height:1.65;color:var(--color-muted);margin:0;max-width:52ch;animation:heroReveal .7s .2s var(--ease-out) both}.hero__cta{display:inline-flex;align-items:center;gap:.5em;margin-top:var(--space-sm);padding:.85em 2.2em;font-family:var(--font-sans);font-size:var(--text-base);font-weight:500;letter-spacing:.03em;color:var(--color-contrast);background:var(--color-accent);border:none;border-radius:var(--radius-pill);text-decoration:none;cursor:pointer;transition:background .22s var(--ease-out),transform .22s var(--ease-out),box-shadow .22s var(--ease-out);box-shadow:0 2px 8px color-mix(in srgb,var(--color-accent) 25%,transparent),0 1px 2px color-mix(in srgb,var(--color-accent) 15%,transparent);animation:heroReveal .7s .3s var(--ease-out) both}.hero__cta:hover{background:var(--color-accent-strong);transform:translateY(-2px);box-shadow:0 6px 20px color-mix(in srgb,var(--color-accent) 30%,transparent),0 2px 6px color-mix(in srgb,var(--color-accent) 18%,transparent);color:var(--color-contrast)}.hero__cta:active{transform:translateY(0)}.hero__cta:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.hero__cta svg{transition:transform .22s var(--ease-out)}.hero__cta:hover svg{transform:translate(3px)}@media(min-width:768px){.hero{padding:var(--space-4xl) var(--space-2xl);padding-top:calc(var(--space-4xl) + 2rem);padding-bottom:var(--space-4xl)}.hero__title,.hero h1{font-size:var(--text-5xl)}}@media(min-width:1024px){.hero{padding-top:calc(var(--space-4xl) + 3rem);padding-bottom:calc(var(--space-4xl) + 1rem)}}@media(prefers-reduced-motion:reduce){.hero__container,.hero__title,.hero h1,.hero__text,.hero p,.hero__cta{animation:none}.hero__cta{transition:none}.hero__cta svg{transition:none}}.storefront{padding:var(--space-3xl) 0}.section-head{text-align:center;margin-bottom:var(--space-2xl)}.section-head h2{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:400;color:var(--color-text);margin-bottom:var(--space-2)}@media(min-width:768px){.section-head h2{font-size:var(--text-4xl)}}.section-head p{font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-muted);max-width:48ch;margin:0 auto;line-height:var(--leading-relaxed)}.collection-grid{display:grid;grid-template-columns:1fr;gap:var(--space-6)}@media(min-width:600px){.collection-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-7)}}.collection-card{display:flex;flex-direction:column;background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow-soft);transition:box-shadow .26s var(--ease-out),transform .26s var(--ease-out);animation:cardReveal .6s var(--ease-out) both}.collection-card:hover{box-shadow:var(--shadow-elevated);transform:translateY(-3px);color:inherit}.collection-card:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:var(--radius-lg)}.collection-card .cover{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background:var(--color-secondary-surface)}.collection-card .cover img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease-out)}.collection-card:hover .cover img{transform:scale(1.04)}.collection-card .cover--empty{display:flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-size:var(--text-sm);color:var(--color-muted);background:var(--color-secondary-surface)}.collection-card .body{padding:var(--space-5) var(--space-5) var(--space-6);display:flex;flex-direction:column;gap:var(--space-2)}.collection-card h2{font-family:var(--font-display);font-size:var(--text-xl);font-weight:400;line-height:var(--leading-snug);color:var(--color-text);margin:0}.collection-card p{font-family:var(--font-sans);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--color-muted);margin:0}.collection-card .meta{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--color-muted);letter-spacing:.03em;margin-top:var(--space-1)}.roundup-list{display:flex;flex-direction:column;gap:var(--space-5)}.roundup-link{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-6);background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);text-decoration:none;color:inherit;box-shadow:var(--shadow-soft);transition:box-shadow .26s var(--ease-out),transform .26s var(--ease-out)}.roundup-link:hover{box-shadow:var(--shadow-elevated);transform:translateY(-2px);color:inherit}.roundup-link:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:var(--radius-lg)}.roundup-link h2{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:400;color:var(--color-text);margin:0}.roundup-link p{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--color-muted);margin:0}.roundup-link .meta{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--color-muted);letter-spacing:.04em;text-transform:uppercase}.product-grid{display:flex;flex-direction:column;gap:var(--space-8);padding:var(--space-2xl) 0 var(--space-3xl)}@media(min-width:768px){.product-grid{gap:var(--space-10);padding:var(--space-3xl) 0 var(--space-4xl)}}.product-card{display:flex;flex-direction:column;background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);overflow:hidden;position:relative;box-shadow:var(--shadow-soft);transition:box-shadow .26s var(--ease-out),transform .26s var(--ease-out);animation:cardReveal .6s var(--ease-out) both}.product-card:hover{box-shadow:var(--shadow-elevated);transform:translateY(-3px)}@keyframes cardReveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.product-card__rank{position:absolute;top:var(--space-4);left:var(--space-4);z-index:2;display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);font-family:var(--font-sans);font-size:var(--text-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent-contrast);background:var(--color-accent);border-radius:999px;line-height:1.4}.product-card__gallery-wrap{background:var(--color-secondary-surface);padding:var(--space-3);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.product-card__body{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-6) var(--space-6) var(--space-7)}@media(min-width:768px){.product-card__body{padding:var(--space-8) var(--space-10) var(--space-10)}}.product-card__title{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:500;line-height:1.3;color:var(--color-text);margin:0}@media(min-width:768px){.product-card__title{font-size:var(--text-3xl)}}.product-card__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--space-3)}.product-card__price{font-family:var(--font-sans);font-size:var(--text-xl);font-weight:600;color:var(--color-text)}.product-card__original-price{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:400;color:var(--color-muted);text-decoration:line-through;text-decoration-color:var(--color-muted)}.product-card__discount{display:inline-flex;align-items:center;padding:var(--space-1) var(--space-2);font-family:var(--font-sans);font-size:var(--text-xs);font-weight:600;letter-spacing:.02em;color:var(--color-accent-strong);background:var(--color-accent-tint);border-radius:999px;line-height:1}.product-card__description{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--color-text);margin:0}.product-card__cta{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:var(--space-3) var(--space-8);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;color:var(--color-accent-contrast);background:var(--color-accent);border:none;border-radius:999px;cursor:pointer;transition:background .2s var(--ease-out),transform .2s var(--ease-out),box-shadow .2s var(--ease-out);white-space:nowrap}.product-card__cta:hover{background:var(--color-accent-strong);transform:translateY(-1px);box-shadow:0 4px 14px #c06b4f4d;color:var(--color-accent-contrast)}.product-card__cta:active{transform:translateY(0);box-shadow:none}.product-card__cta:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.product-card__cta--secondary{background:transparent;color:var(--color-accent);border:1.5px solid var(--color-accent)}.product-card__cta--secondary:hover{background:var(--color-accent-tint);color:var(--color-accent-strong);box-shadow:none}@media(prefers-reduced-motion:reduce){.product-card{animation:none}.product-card:hover,.product-card__cta:hover{transform:none}.collection-card{animation:none}.collection-card:hover,.collection-card:hover .cover img{transform:none}}.product-gallery{position:relative;width:100%;overflow:hidden;border-radius:var(--radius-md)}.product-gallery--collage{display:grid;grid-template-columns:1fr;gap:var(--space-2)}@media(min-width:480px){.product-gallery--collage{grid-template-columns:2fr 1fr}}.product-gallery__main{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;border-radius:var(--radius-md);background:var(--color-secondary-surface)}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease-out)}.product-gallery__main:hover img{transform:scale(1.04)}.product-gallery__thumbs{display:flex;flex-direction:column;gap:var(--space-2)}.product-gallery__thumb{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:var(--radius-sm);background:var(--color-secondary-surface);cursor:pointer;border:2px solid transparent;transition:border-color .2s var(--ease-out),opacity .2s var(--ease-out)}.product-gallery__thumb:hover{border-color:var(--color-border)}.product-gallery__thumb--active{border-color:var(--color-accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}@media(prefers-reduced-motion:reduce){.product-gallery__main img{transition:none}}.cta-band{text-align:center;padding:var(--space-3xl) var(--space-lg);background:var(--color-secondary-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin:var(--space-3xl) 0}.cta-band h2{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:400;color:var(--color-text);margin-bottom:var(--space-3);line-height:var(--leading-tight)}@media(min-width:768px){.cta-band h2{font-size:var(--text-4xl)}}.cta-band p{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--color-muted);margin:0 auto var(--space-6);max-width:48ch}.cta-band a,.cta-band button{display:inline-flex;align-items:center;gap:.5em;padding:.85em 2.2em;font-family:var(--font-sans);font-size:var(--text-base);font-weight:500;letter-spacing:.03em;color:var(--color-contrast);background:var(--color-accent);border:none;border-radius:var(--radius-pill);text-decoration:none;cursor:pointer;transition:background .22s var(--ease-out),transform .22s var(--ease-out),box-shadow .22s var(--ease-out);box-shadow:0 2px 8px color-mix(in srgb,var(--color-accent) 25%,transparent),0 1px 2px color-mix(in srgb,var(--color-accent) 15%,transparent)}.cta-band a:hover,.cta-band button:hover{background:var(--color-accent-strong);transform:translateY(-2px);color:var(--color-contrast);box-shadow:0 6px 20px color-mix(in srgb,var(--color-accent) 30%,transparent),0 2px 6px color-mix(in srgb,var(--color-accent) 18%,transparent)}.cta-band a:active,.cta-band button:active{transform:translateY(0)}.cta-band a:focus-visible,.cta-band button:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}@media(prefers-reduced-motion:reduce){.cta-band a,.cta-band button{transition:none}}.wp-pagination{display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-2xl) 0}.wp-page{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 var(--space-3);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 .2s var(--ease-out),color .2s var(--ease-out),border-color .2s var(--ease-out)}.wp-page:hover{background:var(--color-secondary-surface);border-color:var(--color-muted);color:var(--color-text)}.wp-page:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.wp-page--current{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-contrast);pointer-events:none}.wp-page--nav{font-weight:600;letter-spacing:.02em}.wp-page--disabled{opacity:.4;pointer-events:none}@media(prefers-reduced-motion:reduce){.wp-page{transition:none}}.site-footer{padding:var(--space-3xl) var(--space-lg) var(--space-2xl);border-top:1px solid var(--color-border);background:var(--color-secondary-surface);text-align:center}@media(min-width:768px){.site-footer{padding:var(--space-3xl) var(--space-2xl) var(--space-2xl)}}.site-footer .brand{font-family:var(--font-display);font-size:var(--text-xl);font-weight:400;color:var(--color-text);text-decoration:none;display:inline-block;margin-bottom:var(--space-4);transition:color .2s var(--ease-out)}.site-footer .brand:hover{color:var(--color-accent)}.site-footer p{font-family:var(--font-sans);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--color-muted);margin:0 auto;max-width:52ch}.site-footer p a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px;text-decoration-color:color-mix(in srgb,var(--color-accent) 40%,transparent);transition:text-decoration-color .2s var(--ease-out),color .2s var(--ease-out)}.site-footer p a:hover{text-decoration-color:var(--color-accent);color:var(--color-accent-strong)}.site-footer .copyright{margin-top:var(--space-6);font-size:var(--text-xs);color:var(--color-muted);letter-spacing:.03em}.affiliate-disclaimer{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--color-muted);text-align:center;padding:var(--space-4) var(--space-lg);line-height:var(--leading-relaxed);max-width:60ch;margin:0 auto}.affiliate-disclaimer a{color:var(--color-muted);text-decoration:underline;text-underline-offset:2px}.trust-signals{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-5);padding:var(--space-5) var(--space-lg);margin:var(--space-6) auto;max-width:var(--container-max)}.trust-signal{display:flex;align-items:center;gap:var(--space-2);font-family:var(--font-sans);font-size:var(--text-xs);font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted)}.trust-signal svg{flex-shrink:0;color:var(--color-accent)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
