/* ---------- Page chrome ---------- */
body.page-id-547 #page { width: 100%; max-width: none; }
body.page-id-547 .site-content { width: 100%; max-width: none; padding: 0; }
body.page-id-547 .content-area { width: 100% !important; max-width: none; flex: 0 0 100% !important; float: none; }
body.page-id-547 .site-main { margin: 0 !important; }
body.page-id-547 .inside-article { padding: 0; background: transparent; }
body.page-id-547 .entry-content { margin: 0; }
body.page-id-547 .entry-header,
body.page-id-547 .widget-area { display: none; }

/* ---------- Hero ---------- */
.mc-store-hero {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 82px 24px 94px;
    color: #263c2c;
    background: #eadfbd;
    border-top: 8px solid #69b84a;
    border-bottom: 8px solid #765438;
    box-sizing: border-box;
}
.mc-store-hero > .wp-block-group__inner-container,
.mc-store-hero__inner > .wp-block-group__inner-container,
.mc-store-hero__copy > .wp-block-group__inner-container,
.mc-store-hero__features > .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}
.mc-store-hero > .wp-block-group__inner-container { width: min(1440px, 100%); margin: 0 auto !important; }
.mc-store-hero__inner > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(46px, 6vw, 92px);
    align-items: center;
}
.mc-store-hero__eyebrow {
    width: fit-content;
    margin: 0 0 18px !important;
    padding: 9px 11px;
    color: #fffdf3;
    background: #2f6b3f;
    border: 2px solid #173c27;
    border-radius: 3px;
    box-shadow: 4px 4px 0 #765438;
    font: 400 10px/1.4 "Press Start 2P", monospace;
    text-transform: uppercase;
}
.mc-store-hero h1 {
    max-width: 760px;
    margin: 0 0 20px;
    color: #214a30;
    font: 400 clamp(34px, 3.55vw, 54px)/1.18 "Press Start 2P", monospace;
    letter-spacing: -.045em;
    text-transform: uppercase;
}
.mc-store-hero__lead {
    max-width: 670px;
    margin: 0 0 24px !important;
    color: #40543f;
    font-size: clamp(16px, 1.4vw, 19px);
    font-weight: 700;
    line-height: 1.7;
}
.mc-store-hero__action p { margin: 0 !important; }
.mc-store-hero__action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
    color: #214a30;
    background: #f4c451;
    border: 2px solid #9a6f1e;
    border-radius: 4px;
    box-shadow: 4px 4px 0 #173c27;
    font: 400 10px/1.4 "Press Start 2P", monospace;
    text-decoration: none;
    text-transform: uppercase;
}
.mc-store-hero__action a:hover,
.mc-store-hero__action a:focus-visible { color: #214a30; background: #fff8df; transform: translate(1px, 1px); box-shadow: 3px 3px 0 #173c27; }
.mc-store-hero__action a:focus-visible { outline: 3px solid #173c27; outline-offset: 3px; }

.mc-store-hero__features > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.mc-store-feature {
    padding: 22px 18px;
    background: #fff8df;
    border: 2px solid #765438;
    border-radius: 5px;
    box-shadow: 5px 5px 0 #8a633e;
    text-align: center;
}
.mc-store-feature__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    color: #fffdf3;
    background: #2f6b3f;
    border: 2px solid #173c27;
    box-shadow: 3px 3px 0 #143522;
}
.mc-store-feature__icon svg { width: 26px; height: 26px; }
.mc-store-feature h3 {
    margin: 0 0 6px;
    color: #214a30;
    font: 400 13px/1.5 "Press Start 2P", monospace;
    text-transform: uppercase;
}
.mc-store-feature p { margin: 0 !important; color: #52634f; font-size: 13px; font-weight: 700; line-height: 1.5; }

/* ---------- Categories section ---------- */
.mc-store-categories {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 82px 24px 94px;
    color: #263c2c;
    background: #f4f1e7;
    box-sizing: border-box;
}
.mc-store-categories > .wp-block-group__inner-container,
.mc-store-categories__inner > .wp-block-group__inner-container,
.mc-store-categories__heading > .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}
.mc-store-categories > .wp-block-group__inner-container { width: min(1440px, 100%); margin: 0 auto !important; }
.mc-store-categories__heading > .wp-block-group__inner-container {
    margin-bottom: 38px !important;
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
    gap: 44px;
    align-items: end;
}
.mc-store-categories h2 {
    margin: 0;
    color: #214a30;
    font: 400 clamp(25px, 3vw, 42px)/1.25 "Press Start 2P", monospace;
    letter-spacing: -.035em;
    text-transform: uppercase;
}
.mc-store-categories__heading p {
    max-width: 680px;
    margin: 0 !important;
    color: #52634f;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.7;
}

/* Category cards (mirrors home.css since it's not loaded here) */
.mc-store-categories__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}
.mc-store-category {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff8df;
    border: 3px solid #173c27;
    border-radius: 5px;
    box-shadow: 8px 8px 0 #8a633e;
}
.mc-store-category__image-link {
    position: relative;
    aspect-ratio: 3 / 2;
    display: block;
    overflow: hidden;
    background: #173c27;
    border-bottom: 3px solid #173c27;
}
.mc-store-category__image-link img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .18s ease;
}
.mc-store-category:hover .mc-store-category__image-link img { transform: scale(1.025); }
.mc-store-category__count {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 8px 9px;
    color: #214a30;
    background: #f4c451;
    border: 2px solid #9a6f1e;
    box-shadow: 3px 3px 0 #173c27;
    font: 400 9px/1.2 "Press Start 2P", monospace;
    text-transform: uppercase;
}
.mc-store-category__body {
    padding: 24px;
    display: flex;
    flex: 1;
    flex-direction: column;
}
.mc-store-category__body h3 {
    margin: 0 0 13px;
    color: #214a30;
    font: 400 16px/1.45 "Press Start 2P", monospace;
    text-transform: uppercase;
}
.mc-store-category__body p {
    margin: 0 0 24px !important;
    color: #52634f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.65;
}
.mc-store-category__link {
    width: fit-content;
    margin-top: auto;
    padding-bottom: 4px;
    color: #214a30;
    border-bottom: 3px solid #f4c451;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}
.mc-store-category__link span { margin-left: 7px; }
.mc-store-category__link:hover,
.mc-store-category__link:focus-visible { color: #2f6b3f; border-bottom-color: #2f6b3f; }
.mc-store-category__image-link:focus-visible,
.mc-store-category__link:focus-visible { outline: 3px solid #173c27; outline-offset: -5px; }

@media (prefers-reduced-motion: reduce) {
    .mc-store-category__image-link img { transition: none; }
    .mc-store-category:hover .mc-store-category__image-link img { transform: none; }
}
@media (max-width: 900px) {
    .mc-store-categories__grid { grid-template-columns: 1fr; gap: 24px; }
    .mc-store-category { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr); }
    .mc-store-category__image-link { height: 100%; aspect-ratio: auto; border-right: 3px solid #173c27; border-bottom: 0; }
}
@media (max-width: 650px) {
    .mc-store-categories__grid { grid-template-columns: 1fr; }
    .mc-store-category { display: flex; }
    .mc-store-category__image-link { height: auto; aspect-ratio: 3 / 2; border-right: 0; border-bottom: 3px solid #173c27; }
    .mc-store-category__body { padding: 20px; }
    .mc-store-category__body h3 { font-size: 14px; }
}

/* ---------- Products Grid ---------- */
.mc-store-products {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 82px 24px 94px;
    color: #263c2c;
    background: #eadfbd;
    border-top: 8px solid #69b84a;
    box-sizing: border-box;
}
.mc-store-products > .wp-block-group__inner-container,
.mc-store-products__inner > .wp-block-group__inner-container,
.mc-store-products__heading > .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}
.mc-store-products > .wp-block-group__inner-container { width: min(1440px, 100%); margin: 0 auto !important; }
.mc-store-products__heading > .wp-block-group__inner-container {
    margin-bottom: 38px !important;
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
    gap: 44px;
    align-items: end;
}
.mc-store-products h2 {
    margin: 0;
    color: #214a30;
    font: 400 clamp(25px, 3vw, 42px)/1.25 "Press Start 2P", monospace;
    letter-spacing: -.035em;
    text-transform: uppercase;
}
.mc-store-products__heading p {
    margin: 0 !important;
    color: #52634f;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.7;
}

/* Product grid — donate.css provides mc-donate-grid and mc-donate-card styles */
body.page-id-547 .mc-donate-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}
body.page-id-547 .mc-donate-card {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff8df;
    border: 3px solid #173c27;
    border-radius: 5px;
    box-shadow: 8px 8px 0 #8a633e;
}
body.page-id-547 .mc-donate-card__image {
    position: relative;
    aspect-ratio: 3 / 2;
    display: block;
    overflow: hidden;
    background: #173c27;
    border-bottom: 3px solid #173c27;
}
body.page-id-547 .mc-donate-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .18s ease;
}
body.page-id-547 .mc-donate-card:hover .mc-donate-card__image img { transform: scale(1.025); }
body.page-id-547 .mc-donate-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 8px 9px;
    color: #214a30;
    background: #f4c451;
    border: 2px solid #9a6f1e;
    box-shadow: 3px 3px 0 #173c27;
    font: 400 9px/1.2 "Press Start 2P", monospace;
    text-transform: uppercase;
}
body.page-id-547 .mc-donate-card__body {
    padding: 24px;
    display: flex;
    flex: 1;
    flex-direction: column;
}
body.page-id-547 .mc-donate-card__body h3 {
    margin: 0 0 12px;
    color: #214a30;
    font: 400 14px/1.5 "Press Start 2P", monospace;
    text-transform: uppercase;
}
body.page-id-547 .mc-donate-card__body p {
    margin: 0 0 24px !important;
    color: #52634f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.65;
}
body.page-id-547 .mc-donate-card__footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
body.page-id-547 .mc-donate-card__price { color: #214a30; font-size: 19px; font-weight: 900; }
body.page-id-547 .mc-donate-card__price del { margin-right: 5px; color: #765438; font-size: 13px; opacity: .75; }
body.page-id-547 .mc-donate-card__price ins { text-decoration: none; }
body.page-id-547 .mc-donate-card__button.button {
    min-height: 44px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #214a30;
    background: #f4c451;
    border: 2px solid #9a6f1e;
    border-radius: 4px;
    box-shadow: 3px 3px 0 #173c27;
    font: 400 8px/1.3 "Press Start 2P", monospace;
    text-transform: uppercase;
    text-decoration: none;
}
body.page-id-547 .mc-donate-card__button.button:hover,
body.page-id-547 .mc-donate-card__button.button:focus-visible { color: #fffdf3; background: #2f6b3f; border-color: #173c27; }
body.page-id-547 .mc-donate-card__image:focus-visible,
body.page-id-547 .mc-donate-card__button.button:focus-visible { outline: 3px solid #173c27; outline-offset: -5px; }

@media (prefers-reduced-motion: reduce) {
    body.page-id-547 .mc-donate-card__image img { transition: none; }
    body.page-id-547 .mc-donate-card:hover .mc-donate-card__image img { transform: none; }
}
@media (max-width: 900px) {
    body.page-id-547 .mc-donate-grid { grid-template-columns: 1fr; gap: 24px; }
    body.page-id-547 .mc-donate-card { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr); }
    body.page-id-547 .mc-donate-card__image { height: 100%; aspect-ratio: auto; border-right: 3px solid #173c27; border-bottom: 0; }
}
@media (max-width: 650px) {
    body.page-id-547 .mc-donate-card { display: flex; }
    body.page-id-547 .mc-donate-card__image { height: auto; aspect-ratio: 3 / 2; border-right: 0; border-bottom: 3px solid #173c27; }
    body.page-id-547 .mc-donate-card__body { padding: 20px; }
    body.page-id-547 .mc-donate-card__footer { align-items: stretch; flex-direction: column; }
    body.page-id-547 .mc-donate-card__button.button { width: 100%; box-sizing: border-box; }
}

/* Filters */
.mc-store-filters {
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.mc-store-pill {
    min-height: 42px;
    padding: 0 16px;
    color: #214a30;
    cursor: pointer;
    background: #fff8df;
    border: 2px solid #765438;
    border-radius: 3px;
    box-shadow: 3px 3px 0 #8a633e;
    font: 400 9px/1.3 "Press Start 2P", monospace;
    text-transform: uppercase;
    transition: transform 90ms ease, box-shadow 90ms ease;
}
.mc-store-pill:hover,
.mc-store-pill:focus-visible { transform: translate(1px, 1px); box-shadow: 2px 2px 0 #8a633e; }
.mc-store-pill--active { color: #214a30; background: #f4c451; border-color: #9a6f1e; box-shadow: 3px 3px 0 #173c27; }
.mc-store-pill:focus-visible { outline: 3px solid #173c27; outline-offset: 2px; }

/* ---------- Steps ---------- */
.mc-store-how {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 82px 24px 94px;
    color: #263c2c;
    background: #f4f1e7;
    box-sizing: border-box;
}
.mc-store-how > .wp-block-group__inner-container,
.mc-store-how__inner > .wp-block-group__inner-container,
.mc-store-how__heading > .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}
.mc-store-how > .wp-block-group__inner-container { width: min(1440px, 100%); margin: 0 auto !important; }
.mc-store-how__heading > .wp-block-group__inner-container {
    margin-bottom: 38px !important;
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
    gap: 44px;
    align-items: end;
}
.mc-store-how h2 {
    margin: 0;
    color: #214a30;
    font: 400 clamp(25px, 3vw, 42px)/1.25 "Press Start 2P", monospace;
    letter-spacing: -.035em;
    text-transform: uppercase;
}
.mc-store-how__heading p {
    margin: 0 !important;
    color: #52634f;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.7;
}
.mc-store-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
.mc-store-step {
    position: relative;
    min-height: 220px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: #fff8df;
    border: 2px solid #173c27;
    border-radius: 5px;
    box-shadow: 6px 6px 0 #765438;
    box-sizing: border-box;
    transition: transform 140ms ease, box-shadow 140ms ease;
}
.mc-store-step:nth-child(2),
.mc-store-step:nth-child(3) { background: #f4c451; border-color: #9a6f1e; }
.mc-store-step:nth-child(2) .mc-store-step__num,
.mc-store-step:nth-child(3) .mc-store-step__num { color: #9a6f1e; background: #fff8df; }
.mc-store-step:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 #765438; }
.mc-store-step:nth-child(2):hover,
.mc-store-step:nth-child(3):hover { box-shadow: 8px 8px 0 #9a6f1e; }
.mc-store-step__num {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: #fffdf3;
    background: #2f6b3f;
    border: 2px solid #173c27;
    box-shadow: 3px 3px 0 #143522;
    font: 400 14px/1 "Press Start 2P", monospace;
}
.mc-store-step h3 {
    margin: 0;
    color: #214a30;
    font: 400 13px/1.5 "Press Start 2P", monospace;
    text-transform: uppercase;
}
.mc-store-step p { margin: 0 !important; color: #40543f; font-size: 14px; font-weight: 700; line-height: 1.65; }

/* ---------- FAQ ---------- */
.mc-store-faq {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 82px 24px 94px;
    color: #263c2c;
    background: #eadfbd;
    border-top: 8px solid #765438;
    box-sizing: border-box;
}
.mc-store-faq > .wp-block-group__inner-container,
.mc-store-faq__inner > .wp-block-group__inner-container,
.mc-store-faq__heading > .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}
.mc-store-faq > .wp-block-group__inner-container { width: min(1440px, 100%); margin: 0 auto !important; }
.mc-store-faq__heading > .wp-block-group__inner-container {
    margin-bottom: 38px !important;
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
    gap: 44px;
    align-items: end;
}
.mc-store-faq h2 {
    margin: 0;
    color: #214a30;
    font: 400 clamp(25px, 3vw, 42px)/1.25 "Press Start 2P", monospace;
    letter-spacing: -.035em;
    text-transform: uppercase;
}
.mc-store-faq__heading p {
    margin: 0 !important;
    color: #52634f;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.7;
}
.mc-store-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
}
.mc-store-faq details {
    overflow: hidden;
    background: #fff8df;
    border: 2px solid #765438;
    border-radius: 5px;
    box-shadow: 6px 6px 0 #8a633e;
}
.mc-store-faq summary {
    position: relative;
    min-height: 72px;
    padding: 18px 58px 18px 20px;
    display: flex;
    align-items: center;
    color: #214a30;
    cursor: pointer;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.45;
    list-style: none;
    box-sizing: border-box;
}
.mc-store-faq summary::-webkit-details-marker { display: none; }
.mc-store-faq summary::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    content: "+";
    transform: translateY(-50%);
    color: #fffdf3;
    background: #2f6b3f;
    border: 2px solid #173c27;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}
.mc-store-faq details[open] summary { background: #f4c451; border-bottom: 2px solid #765438; }
.mc-store-faq details[open] summary::after { content: "−"; }
.mc-store-faq details > p {
    margin: 0 !important;
    padding: 18px 20px 20px;
    color: #40543f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
}
.mc-store-faq summary:focus-visible { outline: 3px solid #2f6b3f; outline-offset: -6px; }

/* ---------- CTA ---------- */
.mc-store-cta {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 24px 88px;
    color: #263c2c;
    background: #f4f1e7;
    box-sizing: border-box;
}
.mc-store-cta > .wp-block-group__inner-container,
.mc-store-cta__inner > .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}
.mc-store-cta > .wp-block-group__inner-container { width: min(1440px, 100%); margin: 0 auto !important; }
.mc-store-cta__inner > .wp-block-group__inner-container {
    padding: 42px 38px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: #2f6b3f;
    border: 3px solid #173c27;
    border-radius: 5px;
    box-shadow: 8px 8px 0 #765438;
}
.mc-store-cta__copy > .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}
.mc-store-cta__copy h2 {
    margin: 0 0 10px;
    color: #fffdf3;
    font: 400 clamp(22px, 2.5vw, 28px)/1.2 "Press Start 2P", monospace;
    text-transform: uppercase;
}
.mc-store-cta__copy p {
    margin: 0 !important;
    color: #d8e7d5;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.65;
}
.mc-store-cta__action { margin: 0 !important; }
.mc-store-cta__action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    color: #214a30;
    background: #f4c451;
    border: 2px solid #9a6f1e;
    border-radius: 4px;
    box-shadow: 4px 4px 0 #173c27;
    font: 400 10px/1.4 "Press Start 2P", monospace;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.mc-store-cta__action a:hover,
.mc-store-cta__action a:focus-visible { color: #fffdf3; background: #214a30; border-color: #173c27; }
.mc-store-cta__action a:focus-visible { outline: 3px solid #fffdf3; outline-offset: 3px; }

/* ---------- Responsive ---------- */
@media (max-width: 1050px) {
    .mc-store-hero__inner > .wp-block-group__inner-container { grid-template-columns: 1fr; gap: 46px; }
    .mc-store-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 750px) {
    .mc-store-hero { padding: 58px 12px 68px; border-top-width: 6px; border-bottom-width: 6px; }
    .mc-store-hero h1 { font-size: clamp(29px, 10.5vw, 40px); }
    .mc-store-hero__eyebrow { font-size: 8px; }
    .mc-store-hero__lead { font-size: 15px; }
    .mc-store-hero__action a { width: 100%; box-sizing: border-box; }
    .mc-store-hero__features > .wp-block-group__inner-container { grid-template-columns: 1fr; gap: 14px; }
    .mc-store-feature { padding: 18px 14px; }
    .mc-store-feature__icon { width: 40px; height: 40px; margin-bottom: 10px; }
    .mc-store-feature__icon svg { width: 22px; height: 22px; }
    .mc-store-feature h3 { font-size: 11px; }

    .mc-store-categories { padding: 58px 12px 68px; }
    .mc-store-categories__heading > .wp-block-group__inner-container { margin-bottom: 30px !important; grid-template-columns: 1fr; gap: 18px; }
    .mc-store-categories h2 { font-size: clamp(23px, 8.5vw, 32px); }
    .mc-store-categories__heading p { font-size: 15px; }

    .mc-store-products { padding: 58px 12px 68px; border-top-width: 6px; }
    .mc-store-products__heading > .wp-block-group__inner-container { margin-bottom: 30px !important; grid-template-columns: 1fr; gap: 18px; }
    .mc-store-products h2 { font-size: clamp(23px, 8.5vw, 32px); }
    .mc-store-products__heading p { font-size: 15px; }
    .mc-store-filters { gap: 8px; }
    .mc-store-pill { min-height: 38px; padding: 0 12px; font-size: 7px; }

    .mc-store-how { padding: 58px 12px 68px; }
    .mc-store-how__heading > .wp-block-group__inner-container { margin-bottom: 30px !important; grid-template-columns: 1fr; gap: 18px; }
    .mc-store-how h2 { font-size: clamp(23px, 8.5vw, 32px); }
    .mc-store-how__heading p { font-size: 15px; }
    .mc-store-steps { grid-template-columns: 1fr; gap: 16px; }
    .mc-store-step { min-height: 0; padding: 16px; }
    .mc-store-step__num { width: 34px; height: 34px; font-size: 11px; }
    .mc-store-step h3 { font-size: 11px; }
    .mc-store-step p { font-size: 13px; }
    .mc-store-step:hover { transform: none; box-shadow: 6px 6px 0 #765438; }

    .mc-store-faq { padding: 58px 12px 68px; border-top-width: 6px; }
    .mc-store-faq__heading > .wp-block-group__inner-container { margin-bottom: 30px !important; grid-template-columns: 1fr; gap: 18px; }
    .mc-store-faq h2 { font-size: clamp(23px, 8.5vw, 32px); }
    .mc-store-faq__heading p { font-size: 15px; }
    .mc-store-faq__grid { grid-template-columns: 1fr; gap: 18px; }
    .mc-store-faq summary { min-height: 0; padding: 17px 52px 17px 16px; font-size: 14px; }
    .mc-store-faq summary::after { right: 14px; }
    .mc-store-faq details > p { padding: 16px; }

    .mc-store-cta { padding: 0 12px 68px; }
    .mc-store-cta__inner > .wp-block-group__inner-container { flex-direction: column; align-items: flex-start; padding: 22px !important; }
    .mc-store-cta__action { width: 100%; }
    .mc-store-cta__action a { width: 100%; box-sizing: border-box; }
}

@media (prefers-reduced-motion: reduce) {
    .mc-store-pill,
    .mc-store-step,
    .mc-store-category__image-link img,
    body.page-id-547 .mc-donate-card__image img { transition: none; }
}