/* ===========================================
   SH-SESH-023 — Organization Packages page
   Scoped under .sh-pkg-page (single Elementor HTML widget)
   =========================================== */

.sh-pkg-page {
    --pkg-navy: #0E2140;
    --pkg-gold: #FACC15;
    --pkg-sky:  #3DA8DC;
    --pkg-red:  #DC2626;
    color: var(--pkg-navy);
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.5;
    padding: 56px 24px 72px;
    background:
        linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #F8FBFF 100%);
}
.sh-pkg-page * { box-sizing: border-box; }

/* ----------- HERO ----------- */
.sh-pkg-hero { text-align: center; margin-bottom: 56px; }
.sh-pkg-hero-logo {
    max-width: 320px; height: auto; display: block; margin: 0 auto 12px;
}
.sh-pkg-hero-tagline {
    display: flex; align-items: center; justify-content: center;
    gap: 14px; margin: 0 0 22px;
    font-weight: 800; letter-spacing: 0.05em;
    font-size: clamp(18px, 2.4vw, 28px);
    color: var(--pkg-navy);
    text-transform: uppercase;
}
.sh-pkg-hero-spark { width: 28px; height: 28px; flex: 0 0 auto; }
.sh-pkg-hero-spark-l { transform: rotate(-15deg); }
.sh-pkg-hero-spark-r { transform: rotate(15deg); }

.sh-pkg-hero-banner {
    display: inline-flex; align-items: center; gap: 12px;
    background: var(--pkg-navy);
    color: #fff;
    padding: 14px 56px;
    font-size: clamp(20px, 2.6vw, 32px);
    font-weight: 900;
    letter-spacing: 0.06em;
    clip-path: polygon(2% 0, 98% 0, 100% 50%, 98% 100%, 2% 100%, 0 50%);
    position: relative;
}
.sh-pkg-hero-banner-text { padding: 0 16px; }
.sh-pkg-hero-star { width: 22px; height: 22px; }

/* ----------- PACKAGE GRID ----------- */
.sh-pkg-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    max-width: 1320px; margin: 0 auto 64px;
}
.sh-pkg-card {
    position: relative;
    background: #fff;
    border: 2px solid #E5E7EB;
    border-radius: 18px;
    padding: 28px 22px 24px;
    display: flex; flex-direction: column;
    box-shadow: 0 4px 16px rgba(14, 33, 64, 0.06);
    overflow: visible;
}
.sh-pkg-icon-circle {
    width: 76px; height: 76px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 4px 12px rgba(14, 33, 64, 0.18);
}
.sh-pkg-icon-circle svg { width: 44px; height: 44px; }
.sh-pkg-name {
    text-align: center; font-weight: 900; letter-spacing: 0.04em;
    margin: 4px 0 6px; font-size: 22px; line-height: 1.2;
}
.sh-pkg-suffix { display: block; font-size: 14px; font-weight: 800; }
.sh-pkg-desc {
    text-align: center; margin: 0 0 14px;
    font-size: 14px; color: #4B5563;
}
.sh-pkg-starting-banner {
    color: #fff; text-align: center; font-weight: 800;
    letter-spacing: 0.08em; font-size: 13px;
    padding: 6px 0; border-radius: 6px 6px 0 0;
    margin: 0 -22px;
}
.sh-pkg-price {
    text-align: center; font-weight: 900; line-height: 1;
    font-size: clamp(40px, 4.4vw, 56px);
    margin: 14px 0 4px;
}
.sh-pkg-hours {
    text-align: center; font-weight: 700; letter-spacing: 0.06em;
    font-size: 12px; margin-bottom: 16px;
    padding-bottom: 14px; border-bottom: 1px solid #E5E7EB;
}
.sh-pkg-list {
    list-style: none; padding: 0; margin: 0 0 16px;
    display: flex; flex-direction: column; gap: 8px;
    font-size: 13.5px; color: #1F2937;
}
.sh-pkg-list li {
    display: flex; align-items: flex-start; gap: 10px;
    padding-left: 26px; position: relative;
    line-height: 1.4;
}
.sh-pkg-list li::before {
    content: ""; position: absolute; left: 0; top: 4px;
    width: 18px; height: 13px;
    background: var(--check, var(--pkg-navy));
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='m9 16.2-3.5-3.6L4 14l5 5 11-11-1.4-1.4z'/></svg>") no-repeat center / contain;
            mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='m9 16.2-3.5-3.6L4 14l5 5 11-11-1.4-1.4z'/></svg>") no-repeat center / contain;
}
.sh-pkg-bonus {
    background: #FEF3F2; border: 2px dashed var(--pkg-red);
    border-radius: 10px; padding: 12px 14px;
    display: flex; align-items: flex-start; gap: 10px;
    margin: 4px 0 14px;
}
.sh-pkg-bonus-icon { width: 28px; height: 28px; flex: 0 0 auto; }
.sh-pkg-bonus-text { font-size: 13px; line-height: 1.35; }
.sh-pkg-bonus-text strong { display: block; color: var(--pkg-red); font-size: 13.5px; }

.sh-pkg-ideal {
    background: #F3F4F6; border-radius: 10px;
    padding: 14px; display: flex; align-items: flex-start;
    gap: 10px; margin: 4px 0 14px;
    color: var(--accent, var(--pkg-navy));
}
.sh-pkg-ideal-icon { width: 28px; height: 28px; flex: 0 0 auto; color: var(--accent); }
.sh-pkg-ideal-icon svg { width: 100%; height: 100%; }
.sh-pkg-ideal-text { font-size: 13px; line-height: 1.4; color: #1F2937; }
.sh-pkg-ideal-text strong {
    display: block; color: var(--accent);
    letter-spacing: 0.06em; font-size: 12px; margin-bottom: 2px;
}

.sh-pkg-cta {
    display: block; margin-top: auto;
    text-align: center; color: #fff; font-weight: 800;
    letter-spacing: 0.04em; padding: 14px 18px; border-radius: 10px;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.sh-pkg-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(14, 33, 64, 0.18);
    filter: brightness(1.08);
    color: #fff;
}

/* MOST POPULAR banner — flyer-faithful: yellow pill ABOVE the icon, with V-notch */
.sh-pkg-card-popular { padding-top: 44px; border-color: var(--pkg-gold); border-width: 3px; }
.sh-pkg-popular-banner {
    position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
    background: var(--pkg-gold); color: var(--pkg-red);
    font-weight: 900; letter-spacing: 0.06em; font-size: 13px;
    padding: 8px 22px 14px;
    display: flex; align-items: center; gap: 8px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    box-shadow: 0 4px 10px rgba(220, 38, 38, 0.25);
    white-space: nowrap;
}
.sh-pkg-popular-star { width: 14px; height: 14px; }

/* BEST VALUE — flyer-faithful: red curved corner ribbon, top-right */
.sh-pkg-card-bestvalue { border-color: var(--pkg-red); border-width: 3px; }
.sh-pkg-bestvalue-ribbon {
    position: absolute; top: 14px; right: -10px;
    background: var(--pkg-red); color: #fff;
    font-weight: 900; letter-spacing: 0.05em;
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 4px 0 0 4px;
    box-shadow: -3px 4px 8px rgba(220, 38, 38, 0.3);
    clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%);
}
.sh-pkg-bestvalue-ribbon::after {
    content: ""; position: absolute; top: 100%; right: 0;
    border: 5px solid transparent; border-top-color: #991B1B; border-right-color: #991B1B;
}

/* ----------- ADD-ONS ----------- */
.sh-pkg-addons { max-width: 1100px; margin: 0 auto 64px; text-align: center; }
.sh-pkg-addons-heading {
    display: flex; align-items: center; justify-content: center; gap: 14px;
    color: var(--pkg-navy); font-weight: 900; letter-spacing: 0.06em;
    font-size: clamp(18px, 2vw, 22px); margin: 0 0 28px;
}
.sh-pkg-addons-line { display: inline-block; width: 40px; height: 2px; background: var(--pkg-navy); }
.sh-pkg-addons-row {
    display: flex; justify-content: center; flex-wrap: wrap; gap: 28px 32px;
}
.sh-pkg-addon { display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 84px; }
.sh-pkg-addon-circle {
    width: 64px; height: 64px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 10px rgba(14, 33, 64, 0.14);
}
.sh-pkg-addon-circle svg { width: 36px; height: 36px; }
.sh-pkg-addon-label {
    font-size: 11px; font-weight: 800; letter-spacing: 0.05em;
    text-align: center; color: var(--pkg-navy);
}

/* ----------- TRUST BLOCK ----------- */
.sh-pkg-trust-block { max-width: 1100px; margin: 0 auto 48px; }
.sh-pkg-trust { background: #F8FAFC; border-radius: 14px; padding: 32px 36px; }
.sh-pkg-trust-heading {
    display: flex; align-items: center; gap: 10px;
    margin: 0 0 18px;
    font-weight: 900; letter-spacing: 0.06em;
    font-size: clamp(18px, 2vw, 22px); color: var(--pkg-navy);
}
.sh-pkg-trust-shield { width: 26px; height: 26px; }
.sh-pkg-trust-list {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px;
    font-size: 14.5px; color: #1F2937;
}
.sh-pkg-trust-list li { display: flex; align-items: flex-start; gap: 10px; line-height: 1.4; }
.sh-pkg-check { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 1px; }

/* ----------- CONTACT ROW (seal + book early) ----------- */
.sh-pkg-contact-row {
    max-width: 1100px; margin: 0 auto 56px;
    display: grid; grid-template-columns: 220px 1fr; gap: 32px; align-items: center;
    background: #fff; border: 2px solid #E5E7EB; border-radius: 14px;
    padding: 28px 32px;
}
.sh-pkg-seal-wrap { display: flex; justify-content: center; }
.sh-pkg-seal-svg { width: 200px; height: 200px; }
.sh-pkg-contact { color: var(--pkg-navy); }
.sh-pkg-contact-heading {
    display: flex; align-items: center; gap: 10px;
    margin: 0 0 6px; font-weight: 900; letter-spacing: 0.05em;
    font-size: clamp(20px, 2.2vw, 26px);
}
.sh-pkg-contact-icon { width: 26px; height: 26px; }
.sh-pkg-contact-icon-sm { width: 16px; height: 16px; }
.sh-pkg-contact-sub { margin: 0 0 10px; color: #4B5563; font-size: 15px; }
.sh-pkg-contact-line { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; font-size: 13.5px; color: #4B5563; }
.sh-pkg-contact-meta {
    display: flex; flex-wrap: wrap; gap: 8px 28px; margin-top: 6px;
    font-weight: 700;
}
.sh-pkg-contact-meta a, .sh-pkg-contact-meta p { display: flex; align-items: center; gap: 8px; margin: 0; text-decoration: none; color: var(--pkg-navy); }
.sh-pkg-contact-phone { font-size: clamp(20px, 2.2vw, 26px); font-weight: 900; }
.sh-pkg-contact-phone svg { width: 22px; height: 22px; }
.sh-pkg-contact-web svg, .sh-pkg-contact-fb svg { width: 18px; height: 18px; }

/* ----------- CTA FOOTER BAND ----------- */
.sh-pkg-cta-band {
    background: var(--pkg-gold); color: var(--pkg-navy);
    padding: 18px 24px; display: flex; align-items: center; justify-content: center; gap: 14px;
    font-weight: 900; letter-spacing: 0.06em;
    font-size: clamp(18px, 2.4vw, 28px);
    border-radius: 10px;
    max-width: 1320px; margin: 0 auto;
    text-transform: uppercase;
}
.sh-pkg-cta-star { width: 22px; height: 22px; }

/* ----------- RESPONSIVE ----------- */
@media (max-width: 991px) {
    .sh-pkg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 22px; }
    .sh-pkg-trust-list { grid-template-columns: 1fr; }
    .sh-pkg-contact-row { grid-template-columns: 1fr; gap: 20px; padding: 28px 24px; }
    .sh-pkg-seal-svg { width: 170px; height: 170px; }
}
@media (max-width: 767px) {
    .sh-pkg-page { padding: 36px 16px 56px; }
    .sh-pkg-grid { grid-template-columns: 1fr; gap: 28px; }
    .sh-pkg-card { padding: 24px 20px 22px; }
    .sh-pkg-card-popular { padding-top: 40px; }
    .sh-pkg-hero-banner { padding: 12px 28px; clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0 50%); }
    .sh-pkg-addons-row { gap: 22px 18px; }
    .sh-pkg-addon-circle { width: 56px; height: 56px; }
    .sh-pkg-addon-circle svg { width: 30px; height: 30px; }
    .sh-pkg-trust { padding: 24px 22px; }
    .sh-pkg-seal-svg { width: 150px; height: 150px; }
    .sh-pkg-contact-meta { flex-direction: column; gap: 8px; }
}
/* =========================================================
   SH-SESH-023 PHASE C — Homepage Two Doors + Shop signpost
   Append to: wp-content/mu-plugins/sh-sesh-023-assets/organization-packages.css
   Loaded on is_page('organization-packages') | is_front_page() | is_shop()
   ========================================================= */


/* -------------------------------------------------------
   Ensure brand fonts available (design-system imports)
   ------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Titan+One&family=Fredoka:wght@400;500;600;700&family=Nunito:wght@400;600;700;800;900&display=swap');


/* -------------------------------------------------------
   HOMEPAGE — Two Doors section (#two-doors)
   ------------------------------------------------------- */

.sh-two-doors .sh-td-card {
    transition: transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.sh-two-doors .sh-td-card:hover,
.sh-two-doors .sh-td-card:focus-within {
    transform: translate(-2px, -3px);
    box-shadow: 8px 11px 0 #0E2140 !important;
}

.sh-two-doors .sh-td-btn .elementor-button {
    transition: transform 120ms cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 120ms ease;
}

.sh-two-doors .sh-td-btn .elementor-button:hover {
    transform: translate(-1px, -1px);
    box-shadow: 3px 4px 0 #0E2140 !important;
}

.sh-two-doors .sh-td-btn .elementor-button:focus-visible {
    outline: 3px solid rgba(91, 186, 233, 0.55);
    outline-offset: 3px;
}

/* Two Doors tagline — Titan One display font, 2-line brand moment */
.sh-two-doors .sh-td-tagline {
    font-family: 'Titan One', 'Fredoka', system-ui, sans-serif !important;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.01em;
}

.sh-two-doors .sh-td-tagline .sh-td-tag-line1 {
    display: block;
    color: #0E2140;
    font-size: 34px;
}

.sh-two-doors .sh-td-tagline .sh-td-tag-line2 {
    display: block;
    color: #3DA8DC;
    font-size: 42px;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .sh-two-doors .sh-td-tagline .sh-td-tag-line1 { font-size: 24px; }
    .sh-two-doors .sh-td-tagline .sh-td-tag-line2 { font-size: 30px; }
}


/* -------------------------------------------------------
   HOMEPAGE — Flat product grid (#services)
   ------------------------------------------------------- */

/* Brand-styled WooCommerce product cards on the homepage grid */
.sh-flat-grid .sh-fg-loop ul.products li.product {
    background: #FFFFFF;
    border: 3px solid #0E2140;
    border-radius: 22px;
    box-shadow: 4px 6px 0 #0E2140;
    overflow: hidden;
    transition: transform 120ms cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 120ms ease;
    padding: 0 0 20px 0;
}

.sh-flat-grid .sh-fg-loop ul.products li.product:hover {
    transform: translate(-2px, -3px);
    box-shadow: 6px 9px 0 #0E2140;
}

.sh-flat-grid .sh-fg-loop ul.products li.product img {
    border-bottom: 3px solid #0E2140;
    margin: 0 0 16px 0;
    width: 100%;
}

.sh-flat-grid .sh-fg-loop ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Fredoka', system-ui, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #0E2140;
    padding: 0 20px;
    line-height: 1.2;
}

.sh-flat-grid .sh-fg-loop ul.products li.product .price {
    color: #1F8AC4;
    font-family: 'Fredoka', system-ui, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    padding: 0 20px;
}

.sh-flat-grid .sh-fg-loop ul.products li.product .button {
    font-family: 'Fredoka', system-ui, sans-serif !important;
    font-weight: 700 !important;
    background: #FDB913 !important;
    color: #0E2140 !important;
    border: 2px solid #0E2140 !important;
    border-radius: 999px !important;
    padding: 12px 24px !important;
    box-shadow: 2px 3px 0 #0E2140 !important;
    margin: 0 20px !important;
    display: inline-block !important;
    transition: transform 120ms cubic-bezier(0.34, 1.56, 0.64, 1),
                background-color 120ms ease,
                box-shadow 120ms ease !important;
}

.sh-flat-grid .sh-fg-loop ul.products li.product .button:hover {
    background: #E89F06 !important;
    color: #FFFFFF !important;
    transform: translate(-1px, -1px) !important;
    box-shadow: 3px 4px 0 #0E2140 !important;
}

.sh-flat-grid .sh-fg-cta .elementor-button {
    transition: transform 120ms cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 120ms ease;
}

.sh-flat-grid .sh-fg-cta .elementor-button:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 8px 0 #0E2140 !important;
}

.sh-flat-grid .sh-fg-cta .elementor-button:focus-visible {
    outline: 3px solid rgba(91, 186, 233, 0.55);
    outline-offset: 3px;
}


/* -------------------------------------------------------
   HOMEPAGE — Section 4 dual CTA
   ------------------------------------------------------- */

.sh-s4-cta-row {
    flex-wrap: wrap !important;
}

.sh-s4-cta-row .sh-s4-btn .elementor-button {
    transition: transform 120ms cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 120ms ease;
}

.sh-s4-cta-row .sh-s4-btn .elementor-button:hover {
    transform: translate(-1px, -2px);
    box-shadow: 3px 5px 0 #0E2140 !important;
}

.sh-s4-cta-row .sh-s4-btn .elementor-button:focus-visible {
    outline: 3px solid rgba(91, 186, 233, 0.55);
    outline-offset: 3px;
}


/* -------------------------------------------------------
   /shop/ — Signpost banner
   ------------------------------------------------------- */

.sh-shop-signpost {
    margin: 0 0 32px 0;
    padding: 24px 32px;
    background: linear-gradient(135deg, #EAF6FD 0%, #FFFBF0 100%);
    border: 3px solid #0E2140;
    border-radius: 22px;
    box-shadow: 4px 6px 0 #0E2140;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.sh-shop-signpost__copy {
    color: #0E2140;
    font-family: 'Nunito', system-ui, -apple-system, sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.55;
    margin: 0;
    flex: 1 1 320px;
}

.sh-shop-signpost__copy strong {
    color: #156FA0;
    font-weight: 800;
}

.sh-shop-signpost__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background: #5BBAE9;
    color: #FFFFFF;
    font-family: 'Fredoka', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border: 3px solid #0E2140;
    border-radius: 999px;
    box-shadow: 2px 3px 0 #0E2140;
    transition: background-color 120ms ease,
                transform 120ms cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 120ms ease;
    white-space: nowrap;
}

.sh-shop-signpost__cta:hover,
.sh-shop-signpost__cta:focus-visible {
    background: #3DA8DC;
    color: #FFFFFF;
    transform: translate(-1px, -1px);
    box-shadow: 3px 4px 0 #0E2140;
    text-decoration: none;
}

.sh-shop-signpost__cta:focus-visible {
    outline: 3px solid rgba(91, 186, 233, 0.55);
    outline-offset: 3px;
}

@media (max-width: 600px) {
    .sh-shop-signpost {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }
    .sh-shop-signpost__cta {
        justify-content: center;
    }
}


/* -------------------------------------------------------
   Phase C HOTFIX — clamp Two Doors layout to viewport,
   prevent right card overflow regardless of Elementor flex defaults
   ------------------------------------------------------- */

/* Force the cards row to never exceed its parent and to wrap on small screens */
.sh-two-doors .elementor-element.elementor-element-shTDCardsRow01,
.sh-two-doors .elementor-element-shTDCardsRow01 > .e-con-inner {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    flex-wrap: wrap;
}

/* Cards: each takes calc(50% - half-of-gap) on desktop, 100% on mobile */
.sh-two-doors .sh-td-card {
    flex: 1 1 calc(50% - 16px) !important;
    max-width: calc(50% - 16px) !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

@media (max-width: 767px) {
    .sh-two-doors .sh-td-card {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
}

/* === SH-SESH-027 Item B2 — Org-Packages flyer banner START === */
.sh-pkg-flyer-banner {
    width: 100%;
    max-width: 1200px;
    margin: 24px auto 32px auto;
    padding: 0 16px;
    box-sizing: border-box;
    text-align: center;
}
.sh-pkg-flyer-banner img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(14, 33, 64, 0.10);
}
@media (max-width: 480px) {
    .sh-pkg-flyer-banner {
        margin: 16px auto 24px auto;
        padding: 0 12px;
    }
    .sh-pkg-flyer-banner img {
        border-radius: 8px;
    }
}
/* === SH-SESH-027 Item B2 — Org-Packages flyer banner END === */

/* === SH-SESH-027 — /shop/ category-tile grid START === */
.sh-shop-grid-wrap {
    max-width: 1320px;
    margin: 32px auto 64px;
    padding: 0 16px;
    box-sizing: border-box;
    --tile-navy: #0E2140;
    --tile-sky:  #3DA8DC;
    --tile-border: #E5E7EB;
    --tile-text-muted: #4B5563;
}
.sh-shop-grid-heading {
    text-align: center;
    margin: 0 0 28px;
    font-family: 'Fredoka', 'Roboto', system-ui, sans-serif;
    font-weight: 700;
    color: var(--tile-navy);
    font-size: clamp(28px, 3.4vw, 42px);
    letter-spacing: 0.01em;
    line-height: 1.15;
}
.sh-shop-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}
.sh-shop-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 2px solid var(--tile-border);
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(14, 33, 64, 0.06);
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition:
        border-color 200ms ease,
        box-shadow 200ms ease,
        transform 200ms ease;
}
.sh-shop-tile:hover,
.sh-shop-tile:focus-visible {
    border-color: var(--tile-sky);
    box-shadow: 0 8px 28px rgba(14, 33, 64, 0.14);
    transform: translateY(-2px);
}
.sh-shop-tile:focus-visible {
    outline: 3px solid rgba(91, 186, 233, 0.55);
    outline-offset: 3px;
}
.sh-shop-tile__media {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #F1F5F9 0%, #EAF6FD 100%);
    overflow: hidden;
}
.sh-shop-tile__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 350ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.sh-shop-tile:hover .sh-shop-tile__media img,
.sh-shop-tile:focus-visible .sh-shop-tile__media img {
    transform: scale(1.04);
}
.sh-shop-tile__placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #F1F5F9 0%, #EAF6FD 100%);
}
.sh-shop-tile__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px 18px;
    border-top: 1px solid var(--tile-border);
}
.sh-shop-tile__name {
    font-family: 'Fredoka', 'Roboto', system-ui, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    color: var(--tile-navy);
    letter-spacing: 0.01em;
}
.sh-shop-tile__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    font-family: 'Fredoka', 'Roboto', system-ui, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--tile-sky);
    transition: transform 200ms ease, color 200ms ease;
}
.sh-shop-tile__cta svg {
    transition: transform 200ms ease;
}
.sh-shop-tile:hover .sh-shop-tile__cta svg,
.sh-shop-tile:focus-visible .sh-shop-tile__cta svg {
    transform: translateX(4px);
}
.sh-shop-tile:hover .sh-shop-tile__cta,
.sh-shop-tile:focus-visible .sh-shop-tile__cta {
    color: var(--tile-navy);
}

/* Tablet: 2 columns */
@media (max-width: 1023px) {
    .sh-shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

/* Mobile: 1 column */
@media (max-width: 599px) {
    .sh-shop-grid-wrap {
        margin: 24px auto 48px;
    }
    .sh-shop-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .sh-shop-tile__body {
        padding: 14px 16px;
    }
    .sh-shop-tile__name {
        font-size: 17px;
    }
}
/* === SH-SESH-027 — /shop/ category-tile grid END === */

/* === SH-SESH-027 Item C5-v2 — In-grid Org-Packages thin banner START === */
/* Inserted between Interactive Inflatables and Life Size Games tiles. Spans the
   full grid row at every breakpoint and stays short (~80–100px) on both desktop
   and mobile, replacing the 451px-tall above-grid card the owner flagged 2026-05-09. */
.sh-shop-banner {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 24px;
    min-height: 80px;
    background: linear-gradient(135deg, #EAF6FD 0%, #FFFBF0 100%);
    border: 2px solid var(--tile-navy);
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(14, 33, 64, 0.08);
    text-decoration: none;
    color: var(--tile-navy);
    font-family: 'Fredoka', 'Roboto', system-ui, sans-serif;
    transition:
        border-color 200ms ease,
        box-shadow 200ms ease,
        transform 200ms ease;
}
.sh-shop-banner:hover,
.sh-shop-banner:focus-visible {
    border-color: var(--tile-sky);
    box-shadow: 0 8px 28px rgba(14, 33, 64, 0.14);
    transform: translateY(-2px);
    color: var(--tile-navy);
    text-decoration: none;
}
.sh-shop-banner:focus-visible {
    outline: 3px solid rgba(91, 186, 233, 0.55);
    outline-offset: 3px;
}
.sh-shop-banner__copy {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0.005em;
    flex: 1 1 auto;
}
.sh-shop-banner__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    padding: 10px 18px;
    background: var(--tile-sky);
    color: #FFFFFF;
    border: 2px solid var(--tile-navy);
    border-radius: 999px;
    box-shadow: 2px 3px 0 var(--tile-navy);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: background-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}
.sh-shop-banner__cta svg {
    transition: transform 200ms ease;
}
.sh-shop-banner:hover .sh-shop-banner__cta,
.sh-shop-banner:focus-visible .sh-shop-banner__cta {
    background: var(--tile-navy);
    transform: translate(-1px, -1px);
    box-shadow: 3px 4px 0 var(--tile-navy);
}
.sh-shop-banner:hover .sh-shop-banner__cta svg,
.sh-shop-banner:focus-visible .sh-shop-banner__cta svg {
    transform: translateX(3px);
}

/* Mobile: stack copy + CTA, keep banner short */
@media (max-width: 599px) {
    .sh-shop-banner {
        padding: 14px 18px;
        min-height: 70px;
        gap: 12px;
        flex-wrap: wrap;
    }
    .sh-shop-banner__copy {
        font-size: 14.5px;
        line-height: 1.3;
        flex: 1 1 100%;
    }
    .sh-shop-banner__cta {
        font-size: 13px;
        padding: 8px 14px;
        flex: 0 0 auto;
        align-self: flex-start;
    }
}
/* === SH-SESH-027 Item C5-v2 — In-grid Org-Packages thin banner END === */

/* === SH-SESH-027 — Product-category archive cards: mirror tile hover START === */
/* Apply to /product-category/<slug>/ archives only — NOT /shop/ (which has tile cards),
   NOT single product pages, NOT the search results loop on other pages. */
.woocommerce.tax-product_cat ul.products li.product,
body.woocommerce-page.tax-product_cat ul.products li.product {
    border: 2px solid #E5E7EB;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(14, 33, 64, 0.06);
    overflow: hidden;
    padding: 0 !important;
    transition:
        border-color 200ms ease,
        box-shadow 200ms ease,
        transform 200ms ease;
}
.woocommerce.tax-product_cat ul.products li.product:hover,
.woocommerce.tax-product_cat ul.products li.product:focus-within,
body.woocommerce-page.tax-product_cat ul.products li.product:hover,
body.woocommerce-page.tax-product_cat ul.products li.product:focus-within {
    border-color: #3DA8DC;
    box-shadow: 0 8px 28px rgba(14, 33, 64, 0.14);
    transform: translateY(-2px);
}

/* Astra wraps the thumbnail in this div — clip the overflow so the zoom stays inside the card. */
.woocommerce.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap,
body.woocommerce-page.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(135deg, #F1F5F9 0%, #EAF6FD 100%);
}
.woocommerce.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap img,
body.woocommerce-page.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap img {
    display: block;
    transition: transform 350ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.woocommerce.tax-product_cat ul.products li.product:hover .astra-shop-thumbnail-wrap img,
.woocommerce.tax-product_cat ul.products li.product:focus-within .astra-shop-thumbnail-wrap img,
body.woocommerce-page.tax-product_cat ul.products li.product:hover .astra-shop-thumbnail-wrap img,
body.woocommerce-page.tax-product_cat ul.products li.product:focus-within .astra-shop-thumbnail-wrap img {
    transform: scale(1.04);
}

/* Pad the title/price below the image so they don't sit flush against the new card edge. */
.woocommerce.tax-product_cat ul.products li.product > .woocommerce-loop-product__title,
.woocommerce.tax-product_cat ul.products li.product > a:not(.woocommerce-LoopProduct-link),
.woocommerce.tax-product_cat ul.products li.product .price,
.woocommerce.tax-product_cat ul.products li.product .button,
body.woocommerce-page.tax-product_cat ul.products li.product > .woocommerce-loop-product__title,
body.woocommerce-page.tax-product_cat ul.products li.product .price,
body.woocommerce-page.tax-product_cat ul.products li.product .button {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    padding-top: 14px !important;
    padding-bottom: 4px !important;
}
.woocommerce.tax-product_cat ul.products li.product .price,
body.woocommerce-page.tax-product_cat ul.products li.product .price {
    padding-bottom: 14px !important;
}
/* === SH-SESH-027 — Product-category archive cards: mirror tile hover END === */

/* === SH-SESH-027 add-on — Homepage two-doors thumbnails START === */
.sh-two-doors .sh-td-card .elementor-element-shTDThumbLeft01 img, .sh-two-doors .sh-td-card .elementor-element-shTDThumbRight01 img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    box-shadow: 0 4px 14px rgba(14, 33, 64, 0.10);
}
@media (max-width: 600px) {
    .sh-two-doors .sh-td-card .elementor-element-shTDThumbLeft01 img, .sh-two-doors .sh-td-card .elementor-element-shTDThumbRight01 img {
        max-height: 160px;
    }
}
/* === SH-SESH-027 add-on — Homepage two-doors thumbnails END === */
