:root {
    --siah-green: #0b5b35;
    --siah-deep: #063d27;
    --siah-gold: #f2c94c;
    --siah-ink: #17251d;
    --siah-muted: #53615a;
    --siah-soft: #e7f1ea;
    --siah-line: #d7e2da;
}

.siah-shop-wrap {
    width: min(1180px, calc(100% - 28px));
    margin: 30px auto;
    color: var(--siah-ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.siah-shop-hero {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: center;
    padding: 28px;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(125deg, #032e1e, var(--siah-deep), var(--siah-green));
    box-shadow: 0 14px 35px rgba(3, 46, 30, .18);
    border-bottom: 4px solid var(--siah-gold);
}

.siah-shop-hero span,
.siah-shop-section-title span {
    color: var(--siah-gold);
    font-weight: 800;
    font-size: 11px;
    letter-spacing: .12em;
}

.siah-shop-hero h1 { margin: 5px 0; color: #fff; font-size: clamp(25px, 4vw, 39px); }
.siah-shop-hero p { margin: 0; color: rgba(255,255,255,.78); }
.siah-shop-brand { display: flex; align-items: center; gap: 17px; }
.siah-shop-hero .siah-shop-logo { display: grid; place-items: center; width: 64px; height: 64px; flex: 0 0 64px; border-radius: 19px; color: var(--siah-deep); background: var(--siah-gold); box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }
.siah-shop-logo svg { width: 36px; height: 36px; }
.siah-shop-logo path { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.siah-shop-account { display: grid; min-width: 190px; padding: 14px 17px; border-radius: 16px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); }
.siah-shop-account small { margin-top: 3px; color: rgba(255,255,255,.72); }

.siah-shop-notice { margin: 14px 0; padding: 12px 15px; border-radius: 13px; color: var(--siah-deep); background: var(--siah-soft); border: 1px solid var(--siah-line); font-weight: 650; }
.siah-shop-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 16px 0; }
.siah-shop-stats div { display: grid; padding: 17px; border: 1px solid var(--siah-line); border-radius: 17px; background: #fff; }
.siah-shop-stats strong { color: var(--siah-green); font-size: 24px; }
.siah-shop-stats span { color: var(--siah-muted); font-size: 12px; }

.siah-shop-panel { display: block; margin: 16px 0; padding: 20px; border: 1px solid var(--siah-line); border-radius: 20px; background: #fff; box-shadow: 0 5px 18px rgba(3,46,30,.05); }
details.siah-shop-panel > summary { cursor: pointer; color: var(--siah-deep); font-size: 18px; font-weight: 800; }
.siah-shop-section-title { display: flex; justify-content: space-between; gap: 18px; align-items: end; margin-bottom: 16px; }
.siah-shop-section-title span { color: var(--siah-green); }
.siah-shop-section-title h2 { margin: 3px 0 0; color: var(--siah-deep); }
.siah-shop-section-title small { color: var(--siah-muted); }

.siah-shop-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 18px; }
.siah-shop-wide { grid-column: 1 / -1; }
.siah-shop-grid label,
.siah-product-card label { display: grid; gap: 5px; color: var(--siah-muted); font-size: 12px; font-weight: 700; }
.siah-shop-wrap input,
.siah-shop-wrap textarea,
.siah-shop-wrap select { width: 100%; box-sizing: border-box; padding: 10px 11px; border: 1px solid var(--siah-line); border-radius: 10px; color: var(--siah-ink); background: #fff; font: inherit; }
.siah-shop-wrap input:focus,
.siah-shop-wrap textarea:focus,
.siah-shop-wrap select:focus { outline: 3px solid rgba(11,91,53,.12); border-color: var(--siah-green); }
.siah-shop-wrap button { width: fit-content; min-height: 44px; padding: 10px 18px; border: 0; border-radius: 11px; color: #fff; background: var(--siah-green); font-weight: 800; cursor: pointer; }

.siah-shop-products { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; }
.siah-product-card { padding: 16px; border: 1px solid var(--siah-line); border-radius: 16px; background: #fbfdfb; }
.siah-product-heading { display: flex; justify-content: space-between; gap: 12px; align-items: start; margin-bottom: 13px; }
.siah-product-heading div { display: grid; }
.siah-product-heading strong { color: var(--siah-deep); }
.siah-product-heading small { color: var(--siah-muted); }
.siah-product-heading span { padding: 5px 8px; border-radius: 50px; font-size: 10px; font-weight: 800; white-space: nowrap; }
.siah-stock-instock { color: #075b35; background: #e4f2e9; }
.siah-stock-outofstock { color: #9e2b25; background: #fde9e7; }
.siah-stock-onbackorder { color: #765600; background: #fff4d1; }
.siah-product-card > label { margin-bottom: 11px; }
.siah-product-card button { margin-top: 13px; }

.siah-shop-event { padding: 14px 0; border-top: 1px solid var(--siah-line); }
.siah-shop-event summary { display: grid; gap: 2px; cursor: pointer; }
.siah-shop-event div { display: grid; }
.siah-shop-event small { color: var(--siah-muted); font-size: 11px; }
.siah-shop-event p { margin: 7px 0 0; }
.siah-shop-empty { padding: 17px; border-radius: 13px; color: var(--siah-muted); background: #f5f8f6; text-align: center; }
.siah-shop-footer { margin: 18px 0; padding: 14px; border-radius: 14px; color: var(--siah-muted); background: var(--siah-soft); text-align: center; font-size: 12px; }
.siah-shop-footer a { color: var(--siah-green); font-weight: 800; }

.siah-public-events { clear: both; margin: 0 0 28px; padding: 22px; border-radius: 20px; color: #fff; background: linear-gradient(125deg, #063d27, #0b5b35); }
.siah-public-events > span { color: var(--siah-gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.siah-public-events h2 { margin: 4px 0 15px; color: #fff; }
.siah-public-event-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 11px; }
.siah-public-event-grid article { display: grid; padding: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.09); }
.siah-public-event-grid small { color: rgba(255,255,255,.7); font-size: 11px; }
.siah-public-event-grid p { margin: 8px 0 0; color: rgba(255,255,255,.86); font-size: 13px; }

.siah-shop-login,
.siah-shop-denied { max-width: 520px; padding: 25px; border: 1px solid var(--siah-line); border-radius: 20px; background: #fff; }

@media (max-width: 760px) {
    .siah-shop-wrap { width: min(100% - 18px, 1180px); margin: 14px auto; }
    .siah-shop-hero { align-items: start; padding: 20px; flex-direction: column; }
    .siah-shop-brand { align-items: flex-start; }
    .siah-shop-logo { width: 54px; height: 54px; flex-basis: 54px; border-radius: 16px; }
    .siah-shop-logo svg { width: 30px; height: 30px; }
    .siah-shop-account { width: 100%; box-sizing: border-box; }
    .siah-shop-stats,
    .siah-shop-products,
    .siah-public-event-grid,
    .siah-shop-grid { grid-template-columns: 1fr; }
    .siah-shop-wide { grid-column: auto; }
    .siah-shop-section-title { align-items: start; flex-direction: column; }
}
