.shop-body { color: var(--color-text); background: #fff; font-family: var(--font-body); }
.shop-body main { min-height: 45vh; padding-top: var(--header-height); background: #fff; }
.store-hero { position: relative; min-height: 500px; overflow: hidden; background: #eee9de url("../img/store-hero.png") center right / cover no-repeat; }
.store-hero::after { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgb(247 244 237 / 99%) 0%, rgb(247 244 237 / 97%) 32%, rgb(247 244 237 / 62%) 48%, rgb(247 244 237 / 8%) 70%, transparent 100%); content: ""; }
.store-hero__inner { position: relative; z-index: 1; display: flex; width: min(calc(100% - 3rem), 1280px); min-height: 500px; align-items: center; margin-inline: auto; }
.store-hero__copy { width: min(47%, 620px); padding: 3.5rem 0; }
.store-hero__kicker { margin: 0 0 .25rem; color: #71776b; font-size: .72rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.store-hero h1 { margin: 0; color: #394534; font-family: var(--font-heading); font-size: clamp(4rem, 7vw, 6.6rem); font-weight: 500; letter-spacing: -.045em; line-height: .95; }
.store-hero__ornament { display: block; width: 195px; margin: 1.1rem 0 1rem; color: #9ea296; }
.store-hero__ornament svg { display: block; width: 100%; height: auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1; }
.store-hero__lead { margin: 0; color: #515a4a; font-family: var(--font-heading); font-size: clamp(1.55rem, 2.2vw, 2.15rem); line-height: 1.2; }
.store-hero__body { max-width: 570px; margin: 1.45rem 0 0; color: #535950; font-size: 1rem; line-height: 1.65; }
.store-trust-strip { position: relative; z-index: 2; display: grid; width: min(calc(100% - 10.5vw), 1800px); grid-template-columns: repeat(4, 1fr); gap: 0; margin: 1.5rem auto 2.5rem; padding: 1.25rem clamp(1rem, 3.5vw, 3rem); border: 0; border-radius: 12px; background: #faf8f2; box-shadow: 0 8px 24px rgb(47 47 47 / 5%); overflow: hidden; }
.store-trust-strip article { display: flex; min-height: 82px; align-items: center; justify-content: center; gap: .85rem; padding: .4rem clamp(.45rem, 1.5vw, 1.3rem); border: 0; }
.store-trust-strip__icon { display: grid; width: 3.25rem; height: 3.25rem; flex: 0 0 3.25rem; place-items: center; color: #7d8576; }
.store-trust-strip__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.2; }
.store-trust-strip p { margin: 0; color: #555b51; font-family: var(--font-heading); font-size: 1.02rem; line-height: 1.15; }
.store-trust-strip strong { color: #3e493c; font-weight: 600; }
.store-shell { padding-bottom: 7rem; }
.store-shell--catalogue { width: min(calc(100% - 10.5vw), 1800px); max-width: 1800px; }
.store-breadcrumbs { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; padding: 2rem 0 1.25rem; color: var(--color-text-light); font-size: .82rem; }
.store-breadcrumbs a:hover, .store-breadcrumbs a:focus-visible { color: var(--color-primary); }
.store-breadcrumbs strong { color: var(--color-text); font-weight: 500; }
.store-page-heading { max-width: 760px; padding: 2rem 0 3.5rem; }
.store-page-heading h1 { margin: .35rem 0 0; color: #30372d; font-size: clamp(2.8rem, 5vw, 4.65rem); font-weight: 500; }
.store-page-heading--results { padding: 0 0 2.2rem; }
.store-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(2.5rem, 4vw, 4.5rem); align-items: start; }
.store-sidebar { position: sticky; top: 6rem; overflow: hidden; border-radius: var(--radius-card); background: #faf8f2; }
.store-filter-panel { padding: 1.7rem 1.5rem; border: 1px solid #e7e1d5; background: #faf8f2; }
.store-sidebar .store-filter-panel { border-bottom: 0; }
.store-filter-panel h2 { margin: 0 0 1.1rem; color: #30372d; font-family: var(--font-heading); font-size: 1.7rem; font-weight: 600; }
.store-filter-form fieldset { margin: 0; padding: 0; border: 0; }
.store-filter-form legend { margin-bottom: .55rem; color: #30372d; font-family: var(--font-heading); font-size: 1.2rem; font-weight: 600; }
.store-price-range { position: relative; height: 1.7rem; margin: .75rem .2rem .4rem; }
.store-price-range__track, .store-price-range__selection { position: absolute; top: 50%; height: .22rem; border-radius: 999px; transform: translateY(-50%); }
.store-price-range__track { right: 0; left: 0; background: #d8d5c9; }
.store-price-range__selection { left: var(--range-start); width: calc(var(--range-end) - var(--range-start)); background: var(--color-primary-dark); }
.store-price-range__input { position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; appearance: none; pointer-events: none; background: transparent; }
.store-price-range__input::-webkit-slider-runnable-track { height: .22rem; background: transparent; }
.store-price-range__input::-moz-range-track { height: .22rem; background: transparent; }
.store-price-range__input::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -.39rem; border: 1px solid #e7e1d5; border-radius: 50%; appearance: none; pointer-events: auto; background: var(--color-primary-dark); cursor: grab; }
.store-price-range__input::-moz-range-thumb { width: .9rem; height: .9rem; border: 1px solid #e7e1d5; border-radius: 50%; pointer-events: auto; background: var(--color-primary-dark); cursor: grab; }
.store-price-range__input:active::-webkit-slider-thumb { cursor: grabbing; }
.store-price-range__input:active::-moz-range-thumb { cursor: grabbing; }
.store-price-range__labels { display: flex; justify-content: space-between; color: var(--color-text-light); font-size: .78rem; }
.store-filter-submit, .store-filter-clear { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; margin-top: 1.25rem; padding: .45rem .7rem; border: 1px solid var(--color-primary); border-radius: var(--radius-control); color: var(--color-primary-dark); background: transparent; font-size: .76rem; font-weight: 600; cursor: pointer; }
.js .store-filter-submit { display: none; }
.store-filter-submit:hover, .store-filter-submit:focus-visible { color: #fff; background: var(--color-primary); }
.store-filter-clear { margin-left: 0; border-color: transparent; color: #4d5648; background: #ebe7dc; font-weight: 500; }
.store-filter-clear:hover, .store-filter-clear:focus-visible { background: #ded8ca; }
.store-filter-clear span { margin-left: .25rem; font-size: 1.1rem; }
.store-category-panel { padding: 1.7rem 1.5rem 1.25rem; border: 1px solid #e7e1d5; border-top: 0; border-bottom: 0; background: #faf8f2; }
.store-sidebar .store-category-panel, .store-sidebar .store-filter-panel { border-right: 0; border-left: 0; }
.store-category-panel h2 { margin: 0 0 .85rem; color: #30372d; font-family: var(--font-heading); font-size: 1.7rem; font-weight: 600; }
.store-category-panel + .store-filter-panel { border-top-color: #eee9df; }
.store-category-list { display: grid; gap: .22rem; margin: 0; padding: 0; list-style: none; }
.store-category-list a { display: flex; align-items: center; gap: .75rem; padding: .45rem 0; color: #555950; font-family: var(--font-body); font-size: .9rem; }
.store-category-list__icon { display: grid; width: 1.55rem; height: 1.55rem; flex: 0 0 1.55rem; place-items: center; color: #888d82; }
.store-category-list__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.3; }
.store-category-list li.is-active a { color: #555950; font-weight: 600; }
.store-category-list a:hover, .store-category-list a:focus-visible { color: var(--color-primary-dark); }
.store-results-intro { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 1.6rem; padding-bottom: 1.1rem; border-bottom: 1px solid #e5e1d8; background: #fff; }
.store-results-count { margin: 0; color: var(--color-text); font-size: .88rem; }
.store-sort-form { display: flex; align-items: center; gap: .6rem; white-space: nowrap; }
.store-sort-form label { color: var(--color-text-light); font-size: .8rem; }
.store-sort-form select { min-height: 42px; padding: .55rem 2.2rem .55rem .8rem; border: 1px solid var(--color-border); border-radius: var(--radius-control); color: var(--color-text); background: #fff; font-size: .82rem; }
.store-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; margin: 0; padding: 0; list-style: none; }
.store-product-card { position: relative; height: 100%; overflow: hidden; border: 1px solid #e6e1d7; border-radius: var(--radius-card); background: #fff; box-shadow: 0 2px 8px rgb(47 47 47 / 4%); transition: transform 200ms ease, box-shadow 200ms ease; }
.store-product-card:hover, .store-product-card:focus-within { transform: translateY(-4px); box-shadow: 0 14px 30px rgb(47 47 47 / 11%); }
.store-product-card__details-link { position: absolute; z-index: 1; inset: 0; border-radius: inherit; }
.store-product-card__visual { position: relative; display: block; overflow: hidden; aspect-ratio: 1.12; background-color: #e8e0d2; background-image: url("../img/featured-products-grid.png"); background-repeat: no-repeat; background-size: 300% 200%; }
.store-product-card__visual--jabon-de-lavanda { background-position: 0 0; }
.store-product-card__visual--crema-hidratante-natural { background-position: 0 100%; }
.store-product-card__visual--pack-inciensos-naturales { background-position: 100% 100%; }
.store-product-card__visual--vela-de-soja-relajante { background-position: 100% 100%; }
.store-product-card__visual--aceite-facial-calendula { background-position: 50% 0; }
.store-product-card__visual--infusion-relax { background-position: 100% 0; }
.store-product-card__visual--extracto-de-equincea { background-position: 50% 100%; }
.store-product-card__visual--kit-ritual-calma { background-position: 50% 100%; }
.store-product-card__visual--jabon-romero-salvia { background-position: 0 0; }
.store-product-card__visual--balsamo-labial-natural { background-position: 0 100%; }
.store-product-card__visual--vela-de-cera-de-abeja { background-position: 100% 100%; }
.store-product-card__visual--infusion-digestiva { background-position: 100% 0; }
.store-product-card__visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.store-product-card__heart { position: absolute; top: .8rem; right: .8rem; display: grid; width: 2.2rem; height: 2.2rem; place-items: center; border-radius: 50%; color: #5d6358; background: rgb(255 255 255 / 88%); font-size: 1.55rem; line-height: 1; }
.store-product-card__body { display: flex; min-height: 270px; flex-direction: column; padding: 1.25rem 1.35rem 1.35rem; text-align: center; }
.store-product-card__category { font-size: .7rem; }
.store-product-card h2 { margin: 0; font-size: 1.35rem; font-weight: 600; line-height: 1.05; }
.store-product-card__description { margin: .65rem 0 0; font-size: .86rem; line-height: 1.5; }
.store-product-card__price { margin: auto 0 .4rem; color: #30372d; font-family: var(--font-heading); font-size: 1.45rem; font-weight: 600; }
.store-card-add-form { position: relative; z-index: 2; margin-top: .4rem; }
.store-card-add-form button { display: flex; width: 100%; min-height: 42px; align-items: center; justify-content: center; gap: .4rem; border: 1px solid #b8b9af; border-radius: var(--radius-control); color: var(--color-text); background: #fff; font-size: .78rem; cursor: pointer; transition: border-color 180ms ease, color 180ms ease, background 180ms ease; }
.store-card-add-form button:hover, .store-card-add-form button:focus-visible { border-color: var(--color-primary); color: #fff; background: var(--color-primary); }
.store-card-add-form__icon { width: 1rem; height: 1rem; color: var(--color-primary); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.store-card-add-form button:hover .store-card-add-form__icon, .store-card-add-form button:focus-visible .store-card-add-form__icon { color: #fff; }
.store-empty-state { padding: 4rem 2rem; border: 1px dashed var(--color-border); text-align: center; }
.store-empty-state > span { color: var(--color-secondary); font-size: 1.5rem; }
.store-empty-state h2 { margin: .65rem 0 .5rem; font-size: 2rem; }
.store-empty-state p { margin: 0; }
.store-product-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; padding: 3rem 0 7rem; }
.store-product-detail__image { aspect-ratio: 1 / 1; overflow: hidden; background-color: #e8e0d2; background-image: url("../img/featured-products-grid.png"); background-repeat: no-repeat; background-size: 300% 200%; }
.store-product-detail__image--jabon-de-lavanda { background-position: 0 0; }
.store-product-detail__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.store-product-detail__caption { max-width: 470px; margin: .9rem 0 0; font-size: .8rem; }
.store-product-detail__summary { padding-top: 2rem; }
.store-product-detail__summary h1 { margin: .45rem 0 .6rem; color: #30372d; font-size: clamp(3rem, 5vw, 4.8rem); font-weight: 500; }
.store-product-detail__lead { margin-bottom: 1.25rem; color: var(--color-text); font-family: var(--font-heading); font-size: 1.45rem; line-height: 1.25; }
.store-product-detail__price { margin: 0 0 1.6rem; color: #30372d; font-family: var(--font-heading); font-size: 2rem; font-weight: 600; }
.store-product-detail__description { padding: 1.4rem 0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.store-product-detail__description p { margin: 0; color: #50564d; font-size: .97rem; }
.store-product-detail__care-note { display: grid; gap: .2rem; margin: 1.5rem 0; padding-left: 1rem; border-left: 2px solid var(--color-secondary); }
.store-product-detail__care-note strong { color: #30372d; font-family: var(--font-heading); font-size: 1.35rem; font-weight: 600; }
.store-product-detail__care-note span { color: var(--color-text-light); font-size: .83rem; }
.store-add-form { display: flex; gap: .8rem; align-items: end; }
.store-add-form__quantity { display: grid; gap: .35rem; }
.store-add-form__quantity label { color: var(--color-text-light); font-size: .75rem; }
.store-add-form__quantity input { width: 78px; min-height: 52px; padding: .7rem; border: 1px solid var(--color-border); color: var(--color-text); background: #fff; text-align: center; }
.store-add-form .button { flex: 1; border-radius: var(--radius-control); cursor: pointer; }
.store-unavailable { padding: 1rem; border: 1px solid var(--color-border); color: var(--color-text-light); }
.store-product-detail__shipping { margin: 1rem 0 0; font-size: .78rem; }
.store-product-information { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; padding: 4rem 0; border-top: 1px solid var(--color-border); }
.store-product-information h2 { max-width: 530px; margin: .35rem 0 0; color: #30372d; font-size: clamp(2rem, 3.5vw, 3.15rem); font-weight: 500; }
.store-product-information dl { margin: 0; }
.store-product-information dl > div { display: flex; justify-content: space-between; gap: 2rem; padding: .9rem 0; border-bottom: 1px solid var(--color-border); font-size: .87rem; }
.store-product-information dt { color: var(--color-text-light); }
.store-product-information dd { margin: 0; color: var(--color-text); text-align: right; }
.store-alerts { display: grid; gap: .75rem; margin: 1.5rem 0 0; }
.store-alert { display: flex; gap: .75rem; align-items: center; padding: .9rem 1.1rem; border: 1px solid #cfd9cb; border-radius: var(--radius-control); color: var(--color-primary-dark); background: #f1f6ef; }
.store-alert--warning { border-color: #e2d5b5; color: #745622; background: #fbf7ea; }
.store-alert--error { border-color: #e3c1bc; color: #8a3d33; background: #fdf1ef; }
.store-alert svg { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.store-alert p { margin: 0; color: currentColor; font-size: .86rem; }
.store-alert a { margin-left: auto; color: currentColor; font-size: .82rem; font-weight: 600; white-space: nowrap; }
.store-cart-heading { padding: 2.8rem 0 2.2rem; text-align: center; }
.store-cart-heading .eyebrow { margin-bottom: .35rem; }
.store-cart-heading h1 { margin-bottom: .65rem; color: #30372d; font-size: clamp(3.2rem, 5vw, 4.8rem); font-weight: 500; }
.store-cart-heading p:not(.eyebrow) { margin: 0; font-size: .93rem; }
.store-cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 350px); gap: clamp(2rem, 5vw, 5rem); align-items: start; padding: 1rem 0 6rem; }
.store-cart-lines { display: grid; gap: 1rem; }
.store-cart-line { display: grid; grid-template-columns: 135px minmax(0, 1fr) 92px 110px; gap: clamp(1rem, 2vw, 1.7rem); align-items: center; padding: 1rem; border: 1px solid #e6e1d7; border-radius: var(--radius-card); background: #fff; box-shadow: 0 2px 8px rgb(47 47 47 / 3%); }
.store-cart-line__image { display: block; width: 135px; height: 135px; overflow: hidden; border-radius: 8px; }
.store-cart-line__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.store-cart-line__category { margin: 0 0 .25rem; color: var(--color-text-light); font-size: .7rem; }
.store-cart-line h2 { margin: 0 0 .5rem; color: #30372d; font-size: 1.55rem; font-weight: 600; }
.store-cart-line h2 a:hover, .store-cart-line h2 a:focus-visible { color: var(--color-primary-dark); }
.store-cart-line__availability { margin: 0; color: #5c6c58; font-size: .78rem; }
.store-cart-line__quantity { display: grid; gap: .35rem; }
.store-cart-line__quantity label, .store-cart-line__price > span { color: var(--color-text-light); font-size: .72rem; }
.store-cart-line__quantity input { width: 100%; min-height: 42px; padding: .45rem; border: 1px solid var(--color-border); border-radius: var(--radius-control); color: var(--color-text); background: #fff; text-align: center; }
.store-cart-line__price { display: grid; gap: .3rem; justify-items: end; text-align: right; }
.store-cart-line__price strong { color: #30372d; font-family: var(--font-heading); font-size: 1.3rem; font-weight: 600; }
.store-cart-line__remove { margin-top: .25rem; padding: 0; color: #6a7065; background: transparent; font-size: .76rem; text-decoration: underline; text-underline-offset: .2rem; cursor: pointer; }
.store-cart-line__remove:hover, .store-cart-line__remove:focus-visible { color: #8a3d33; }
.store-cart-errors { margin: 0; color: #8a3d33; font-size: .76rem; }
.store-cart-errors ul { margin: 0; padding: 0; list-style: none; }
.store-cart-lines__actions { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding-top: .75rem; }
.store-cart-lines__actions > a { color: var(--color-primary-dark); font-size: .83rem; font-weight: 600; }
.store-cart-lines__actions .button { min-height: 45px; padding: .65rem 1.15rem; border-width: 1px; font-size: .82rem; }
.store-cart-summary { position: sticky; top: calc(var(--header-height) + 1.5rem); padding: 1.75rem; border: 1px solid #e5dfd3; border-radius: var(--radius-card); background: #faf8f2; }
.store-cart-summary h2 { margin: 0 0 1.3rem; color: #30372d; font-size: 2rem; font-weight: 600; }
.store-cart-summary dl { display: grid; gap: .75rem; margin: 0; padding-bottom: 1.2rem; border-bottom: 1px solid #e2ddd1; }
.store-cart-summary dl > div { display: flex; justify-content: space-between; gap: 1rem; }
.store-cart-summary dt { color: var(--color-text-light); font-size: .83rem; }
.store-cart-summary dd { margin: 0; color: #30372d; font-size: .83rem; text-align: right; }
.store-cart-summary__total { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding: 1.25rem 0; }
.store-cart-summary__total span { color: #30372d; font-family: var(--font-heading); font-size: 1.45rem; font-weight: 600; }
.store-cart-summary__total strong { color: #30372d; font-family: var(--font-heading); font-size: 1.7rem; font-weight: 600; }
.store-cart-summary .button { width: 100%; min-height: 48px; padding: .7rem 1rem; border: 0; font-size: .85rem; }
.store-cart-summary .button:disabled { cursor: not-allowed; opacity: .58; }
.store-cart-summary > p { margin: .85rem 0 0; color: var(--color-text-light); font-size: .73rem; line-height: 1.45; }
.store-cart-empty { display: grid; max-width: 700px; justify-items: center; padding: 4.5rem 2rem 6rem; margin: 0 auto; text-align: center; }
.store-cart-empty__icon { display: grid; width: 5.5rem; height: 5.5rem; margin-bottom: 1.25rem; place-items: center; border: 1px solid #cbd3c7; border-radius: 50%; color: var(--color-primary); }
.store-cart-empty__icon svg { width: 2.8rem; height: 2.8rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.store-cart-empty .eyebrow { margin-bottom: .3rem; }
.store-cart-empty h2 { margin-bottom: .8rem; color: #30372d; font-size: clamp(2.3rem, 4vw, 3.4rem); font-weight: 500; }
.store-cart-empty p:not(.eyebrow) { max-width: 460px; margin-bottom: 1.5rem; font-size: .9rem; }
.pagination { display: flex; width: max-content; max-width: 100%; justify-content: center; margin: 3rem auto 0; padding: 0; list-style: none; }
.pagination li { display: flex; }
.pagination a, .pagination .page-item > span { display: grid; min-width: 2.8rem; min-height: 2.8rem; place-items: center; border: 0; border-right: 1px solid #e2ded4; color: var(--color-primary-dark); background: #fff; font-size: .92rem; }
.pagination li:first-child > * { border-radius: var(--radius-card) 0 0 var(--radius-card); }
.pagination li:last-child > * { border-right: 0; border-radius: 0 var(--radius-card) var(--radius-card) 0; }
.pagination { border: 1px solid #e2ded4; border-radius: var(--radius-card); overflow: hidden; }
.pagination .page-item.is-active > span { color: #fff; background: var(--color-primary-dark); }
.pagination .page-item.is-disabled > span { color: #989c92; }
.store-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 5rem; padding: 2rem clamp(1.2rem, 3vw, 3rem); border: 0; border-radius: var(--radius-card); background: var(--color-background); }
.store-benefits article { display: grid; grid-template-columns: 5.25rem 1fr; gap: 1.15rem; align-items: center; padding: .5rem clamp(1rem, 2.5vw, 2.5rem); border-right: 1px solid #e5dfd3; }
.store-benefits article:last-child { border-right: 0; }
.store-benefits__icon { display: grid; width: 5rem; height: 5rem; place-items: center; border: 1.5px solid #b8b9af; border-radius: 50%; color: var(--color-primary); line-height: 1; }
.store-benefits__icon svg { width: 2.65rem; height: 2.65rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.store-benefits h2 { margin: .1rem 0 .25rem; color: #30372d; font-family: var(--font-heading); font-size: 1.35rem; font-weight: 600; line-height: 1.05; }
.store-benefits p { margin: 0 0 .5rem; font-size: .78rem; line-height: 1.45; }
.store-benefits a { color: var(--color-primary-dark); font-size: .76rem; font-weight: 600; }
.store-benefits a span { margin-left: .2rem; }
.store-community { display: grid; grid-template-columns: minmax(280px, .92fr) 1.08fr; gap: clamp(2rem, 6vw, 6rem); margin-top: 1.5rem; padding: 2.2rem clamp(1.2rem, 3vw, 3rem); border-radius: var(--radius-card); background: var(--color-background); }
.store-community__copy { position: relative; padding-left: 4rem; }
.store-community__branch { position: absolute; top: -.6rem; left: 0; width: 3.6rem; height: 4.8rem; fill: none; stroke: var(--color-primary); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.3; transform: rotate(-8deg); }
.store-community__copy h2 { margin: .3rem 0 .2rem; color: #30372d; font-size: 2rem; font-weight: 600; }
.store-community__copy > p:not(.eyebrow) { max-width: 360px; margin-bottom: 1rem; font-size: .84rem; }
.store-community__signup { display: flex; max-width: 490px; gap: .6rem; align-items: stretch; }
.store-community__signup input { min-width: 0; flex: 1; min-height: 42px; padding: .6rem .85rem; border: 1px solid #d4d0c5; border-radius: var(--radius-control); color: var(--color-text); background: #fff; font: inherit; font-size: .8rem; }
.store-community__signup input::placeholder { color: #92958d; }
.store-community__signup .button { display: inline-flex; min-height: 42px; align-items: center; gap: .35rem; padding: .6rem 1rem; border-radius: var(--radius-control); font-size: .8rem; white-space: nowrap; }
.store-community__signup-icon { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.store-community__values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: center; }
.store-community__values > div { display: grid; gap: .35rem; }
.store-community__values span { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border: 1px solid #b8b9af; border-radius: 50%; color: var(--color-primary); }
.store-community__values svg { width: 1.9rem; height: 1.9rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.store-community__values strong { color: #30372d; font-family: var(--font-heading); font-size: 1.1rem; }
.store-community__values p { margin: 0; font-size: .75rem; line-height: 1.45; }
@media (max-width: 980px) {
  .store-hero__copy { width: 52%; }
  .store-trust-strip { grid-template-columns: repeat(2, 1fr); }
  .store-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .store-product-detail { gap: 3rem; }
  .store-benefits { grid-template-columns: 1fr; }
  .store-benefits article { border-right: 0; border-bottom: 1px solid #e5dfd3; padding-bottom: 1rem; }
  .store-benefits article:last-child { border-bottom: 0; padding-bottom: .35rem; }
  .store-community { grid-template-columns: 1fr; }
  .store-cart-layout { grid-template-columns: 1fr; }
  .store-cart-summary { position: static; }
}
@media (max-width: 820px) {
  .shop-body main { padding-top: 78px; }
  .store-hero { min-height: 430px; background-position: 67% center; }
  .store-hero__inner { min-height: 430px; width: min(calc(100% - 2.5rem), 720px); }
  .store-hero__copy { width: 62%; }
  .store-hero::after { background: linear-gradient(90deg, rgb(247 244 237 / 99%) 0%, rgb(247 244 237 / 94%) 44%, rgb(247 244 237 / 35%) 72%, transparent 100%); }
  .store-layout { display: flex; flex-direction: column; gap: 2rem; }
  .store-results { order: 1; width: 100%; }
  .store-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; order: 2; width: 100%; }
}
@media (max-width: 620px) {
  .store-shell { padding-bottom: 4rem; }
  .store-hero { min-height: 500px; background-position: 69% center; }
  .store-hero__inner { min-height: 500px; align-items: end; }
  .store-hero__copy { width: 100%; padding: 2.5rem 0 2.8rem; }
  .store-hero__kicker { font-size: .65rem; }
  .store-hero h1 { font-size: 4.5rem; }
  .store-hero__body { max-width: 330px; font-size: .85rem; }
  .store-trust-strip { width: calc(100% - 2rem); grid-template-columns: 1fr; gap: 0; margin: 1.25rem 1rem 2rem; padding: .7rem 1rem; }
  .store-trust-strip article { border: 0; padding: .75rem .2rem; }
  .store-trust-strip p { font-size: .98rem; }
  .store-page-heading { padding: 1.2rem 0 2.2rem; }
  .store-page-heading h1 { font-size: 3rem; }
  .store-results-intro { display: grid; gap: 1rem; align-items: start; }
  .store-sort-form { justify-content: space-between; }
  .store-sort-form select { flex: 1; }
  .store-product-grid { grid-template-columns: 1fr; }
  .store-product-card__visual { aspect-ratio: 1.2; }
  .store-product-detail { grid-template-columns: 1fr; gap: 1rem; padding-top: 1.5rem; padding-bottom: 4rem; }
  .store-product-detail__summary { padding-top: 1rem; }
  .store-product-detail__summary h1 { font-size: 3.25rem; }
  .store-product-information { grid-template-columns: 1fr; gap: 2rem; padding-top: 3rem; }
  .store-sidebar { grid-template-columns: 1fr; }
  .store-cart-heading { padding: 2rem 0 1.5rem; }
  .store-cart-layout { padding-bottom: 4rem; }
  .store-cart-line { grid-template-columns: 92px minmax(0, 1fr) 84px; gap: .85rem; padding: .85rem; }
  .store-cart-line__image { width: 92px; height: 92px; }
  .store-cart-line__price { grid-column: 2 / -1; display: flex; justify-content: flex-end; gap: .55rem; align-items: center; }
  .store-cart-line h2 { font-size: 1.35rem; }
  .store-cart-lines__actions { flex-direction: column; align-items: stretch; text-align: center; }
  .store-cart-lines__actions .button { width: 100%; }
  .store-alert { align-items: flex-start; }
  .store-alert a { margin-left: 0; }
  .store-benefits { margin-top: 3rem; padding: 1rem; }
  .store-benefits article { grid-template-columns: 4.25rem 1fr; gap: .75rem; padding-inline: 0; }
  .store-benefits__icon { width: 4rem; height: 4rem; }
  .store-benefits__icon svg { width: 2.2rem; height: 2.2rem; }
  .store-community { padding: 1.5rem 1.1rem; }
  .store-community__copy { padding-left: 3.4rem; }
  .store-community__signup { flex-direction: column; }
  .store-community__signup .button { justify-content: center; }
  .store-community__values { grid-template-columns: 1fr; gap: 1rem; }
  .store-community__values > div { grid-template-columns: 2.5rem 1fr; align-items: center; }
  .store-community__values p { grid-column: 2; }
}
