:root {
    --soho-ink: #182826;
    --soho-green: #1f6b58;
    --soho-mint: #dff3ea;
    --soho-cream: #f8f4ea;
    --soho-coral: #ee755d;
    --soho-line: #dfe6e2;
}

* { box-sizing: border-box; }
body { color: var(--soho-ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: inherit; }
.soho-nav { background: rgba(255,255,255,.95); border-bottom: 1px solid var(--soho-line); backdrop-filter: blur(12px); }
.soho-wordmark { color: var(--soho-ink); font-size: 1.55rem; font-weight: 850; letter-spacing: -.06em; text-decoration: none; }
.soho-wordmark span { color: var(--soho-coral); }
.navbar .nav-link { color: #39504d; font-weight: 650; }
.btn-soho { color: #fff; background: var(--soho-green); border-color: var(--soho-green); border-radius: .8rem; font-weight: 750; padding-inline: 1.25rem; }
.btn-soho:hover, .btn-soho:focus { color: #fff; background: #174f42; border-color: #174f42; }
.hero { background: radial-gradient(circle at 90% 15%, #f5cbbb 0 8%, transparent 30%), linear-gradient(135deg, #fff 0%, var(--soho-cream) 100%); }
.hero h1 { max-width: 800px; margin: .8rem 0 1.25rem; font-size: clamp(2.65rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.065em; font-weight: 850; }
.eyebrow { color: var(--soho-green); font-size: .77rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-copy { max-width: 690px; color: #506562; font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.65; }
.quiet-link { color: var(--soho-green); font-weight: 800; text-decoration: none; }
.price-note { margin: 1rem 0 0; color: #687b78; font-size: .9rem; }
.shop-mockup { overflow: hidden; transform: rotate(1.5deg); background: #fff; border: 1px solid #d5ded9; border-radius: 1.35rem; box-shadow: 0 2rem 4rem rgba(34,58,53,.16); }
.mock-browser { display: flex; align-items: center; gap: .35rem; padding: .65rem .8rem; background: #f1f3f2; color: #768682; font-size: .66rem; }
.mock-browser i { width: 7px; height: 7px; background: #c1cbc7; border-radius: 50%; }
.mock-browser span { overflow: hidden; margin-left: .35rem; text-overflow: ellipsis; white-space: nowrap; }
.mock-banner { display: flex; align-items: center; gap: 1rem; min-height: 145px; padding: 2rem; background: linear-gradient(135deg, #f7d8c8, #f6eee1); }
.mock-logo { display: grid; width: 66px; height: 66px; place-items: center; color: #fff; background: var(--soho-green); border-radius: 50%; font-weight: 900; }
.mock-banner strong, .mock-banner small { display: block; }
.mock-banner strong { font-family: Georgia, serif; font-size: 1.3rem; }
.mock-banner small { margin-top: .3rem; color: #65716d; }
.mock-body { padding: 1.2rem; }
.mini-title { font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.mock-products { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: .7rem; }
.mock-products div { min-height: 120px; padding: 4.8rem .8rem .7rem; background: var(--soho-cream); border-radius: .7rem; }
.mock-products b, .mock-products span { display: block; font-size: .72rem; }
.mock-products span { color: var(--soho-green); font-weight: 850; }
.powered { padding: .6rem; background: var(--soho-ink); color: #fff; text-align: center; font-size: .65rem; }
.trust-strip { padding: 1.4rem 0; background: var(--soho-ink); color: #fff; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: 1.05rem; }
.trust-strip span { color: #bcd0cb; font-size: .78rem; }
.section-pad { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-heading { max-width: 690px; margin-bottom: 2rem; }
.section-heading h2, .cta-section h2 { margin: .55rem 0 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: -.045em; font-weight: 850; }
.discovery-search { margin-bottom: 1.5rem; padding: .75rem; background: var(--soho-mint); border-radius: 1rem; }
.discovery-search .form-control, .discovery-search .btn { border-radius: .7rem; }
.shop-card { overflow: hidden; border: 1px solid var(--soho-line); border-radius: 1.15rem; transition: transform .2s, box-shadow .2s; }
.shop-card:hover { transform: translateY(-4px); box-shadow: 0 1.3rem 2.5rem rgba(34,58,53,.1); }
.shop-card-art { display: grid; min-height: 190px; place-items: center; position: relative; }
.shop-card-art span { display: grid; width: 78px; height: 78px; place-items: center; background: rgba(255,255,255,.78); border-radius: 50%; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 800; }
.shop-card-logo { overflow: hidden; background: var(--soho-cream); } .shop-card-logo img { width: 112px; height: 112px; object-fit: cover; background: #fff; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 .4rem 1.2rem rgba(34,58,53,.12); }
.shop-card-art em { position: absolute; top: 1rem; left: 1rem; padding: .35rem .65rem; background: var(--soho-ink); color: #fff; border-radius: 2rem; font-size: .67rem; font-style: normal; font-weight: 800; text-transform: uppercase; }
.tone-peach { background: #f5cdbd; } .tone-blue { background: #cddde9; } .tone-green { background: #cae6d8; }
.shop-card-body { padding: 1.25rem; }
.shop-card-body small { color: var(--soho-green); font-weight: 800; }
.shop-card-body h3 { margin: .35rem 0; font-size: 1.3rem; font-weight: 800; }
.shop-card-body p { color: #6d7d7a; }
.shop-card-body a { color: var(--soho-green); font-weight: 800; text-decoration: none; }
.soft-section { background: var(--soho-cream); }
.process-card span { color: var(--soho-coral); font-size: .8rem; font-weight: 900; }
.process-card h3 { margin-top: .75rem; font-size: 1.25rem; font-weight: 800; }
.process-card p { color: #62736f; line-height: 1.6; }
.cta-section { padding: clamp(4rem, 9vw, 7.5rem) 0; background: var(--soho-green); color: #fff; }
.cta-section h2 { max-width: 780px; margin-inline: auto; }
.cta-section p { margin: 1rem 0 1.5rem; color: #cee5de; font-size: 1.1rem; }
.eyebrow.light { color: #d8ede7; }
.site-footer { padding: 2rem 0; background: #13211f; color: #b7c9c5; }
.site-footer p { margin: 1rem 0; font-size: .9rem; }
.site-footer div > a { margin-left: 1rem; font-size: .85rem; text-decoration: none; }
.footer-brand { color: #fff; }
@media (max-width: 767.98px) {
    .hero .row { padding-top: 2rem !important; }
    .shop-mockup { transform: none; }
    .trust-strip .row > div { padding-block: .5rem; }
    .site-footer div > a { margin: 0 1rem 0 0; }
}
@media (prefers-reduced-motion: reduce) { .shop-card { transition: none; } }
.auth-page { min-height: 100vh; background: linear-gradient(135deg, var(--soho-cream), #fff); }
.auth-shell { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.auth-intro h1 { max-width: 650px; margin: .8rem 0 1rem; font-size: clamp(2.4rem, 5vw, 4.7rem); line-height: 1; letter-spacing: -.06em; font-weight: 850; }
.auth-intro p { max-width: 560px; color: #586d68; font-size: 1.15rem; line-height: 1.65; }
.auth-intro ul { padding-left: 1.2rem; color: #3b514d; line-height: 1.9; }
.auth-card { padding: clamp(1.5rem, 4vw, 2.75rem); background: #fff; border: 1px solid var(--soho-line); border-radius: 1.35rem; box-shadow: 0 1.5rem 4rem rgba(34,58,53,.1); }
.auth-card h2 { font-weight: 850; letter-spacing: -.035em; }
.auth-card-small { max-width: 520px; }
.auth-card .form-control { border-color: #cbd7d3; border-radius: .7rem; }
.auth-card .form-control:focus { border-color: var(--soho-green); box-shadow: 0 0 0 .25rem rgba(31,107,88,.13); }
.legal-copy { max-width: 850px; }
@media (max-width: 991.98px) { .auth-shell { grid-template-columns: 1fr; } .auth-intro { padding-top: 1.5rem; } }

.dashboard-page { min-height: 100vh; background: #f5f7f6; }
.dashboard-page h1 { letter-spacing: -.045em; }
.metric-card, .dashboard-panel { background: #fff; border: 1px solid var(--soho-line); border-radius: 1rem; box-shadow: 0 .5rem 1.5rem rgba(34,58,53,.05); }
.metric-card { padding: 1.35rem; }
.metric-card span, .metric-card strong { display: block; }
.metric-card span { color: #687b78; font-size: .82rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.metric-card strong { margin-top: .25rem; font-size: 2rem; }
.dashboard-panel { padding: clamp(1.25rem, 3vw, 2rem); }
.settings-shell { max-width: 900px; }
.settings-intro { max-width: 650px; font-size: 1.08rem; }
.settings-step { color: var(--soho-coral); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.settings-options { display: grid; gap: .8rem; }
.settings-option { display: flex; gap: .9rem; align-items: flex-start; padding: 1rem; border: 1px solid var(--soho-line); border-radius: .8rem; cursor: pointer; }
.settings-option:hover { background: #f8faf9; }
.settings-option input { flex: 0 0 auto; margin-top: .25rem; }
.settings-option strong, .settings-option small { display: block; }
.settings-option small { margin-top: .2rem; color: #687b78; }
.settings-shell .form-switch .form-check-input { width: 2.6em; height: 1.3em; margin-right: .55rem; }
.business-image-preview { display: block; width: 100%; margin: .35rem 0 .75rem; border: 1px solid var(--soho-line); background: #f5f7f6; object-fit: cover; }
.logo-preview { max-width: 150px; aspect-ratio: 1; border-radius: 50%; }
.banner-preview { max-height: 180px; aspect-ratio: 16 / 6; border-radius: .75rem; }
.catalogue-filters { padding: 1rem; }
.catalogue-table th { color: #637470; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.catalogue-table td, .catalogue-table th { padding: 1rem; }
.listing-images { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: .8rem; }
.listing-images label { overflow: hidden; border: 1px solid var(--soho-line); border-radius: .75rem; background: #fff; }
.listing-images img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.listing-images span { display: block; padding: .55rem; font-size: .82rem; }
.product-fields[hidden] { display: none !important; }
.order-timeline { border-left: 2px solid var(--soho-line); margin-left: .45rem; padding-left: 1.25rem; }
.order-timeline article { position: relative; padding: 0 0 1.4rem; }
.order-timeline article::before { position: absolute; top: .3rem; left: -1.65rem; width: .75rem; height: .75rem; content: ""; background: var(--soho-green); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--soho-line); }
.order-timeline strong, .order-timeline span { display: block; }
.order-timeline span { color: #687b78; font-size: .82rem; }
.order-timeline p { margin: .5rem 0 0; }
.order-timeline .private-note { padding: .6rem; background: var(--soho-cream); border-radius: .5rem; }
.preview-bar { padding: .65rem 1rem; background: #f6c85f; color: #302600; text-align: center; font-weight: 750; }
.preview-bar a { margin-left: 1rem; }
.storefront { background: #fff; }
.store-header { position: relative; background: var(--soho-cream); }
.store-banner { display: block; width: 100%; max-height: 380px; aspect-ratio: 16 / 5; object-fit: cover; }
.store-identity { display: flex; gap: 1.25rem; align-items: center; padding-top: 2rem; padding-bottom: 2rem; }
.store-identity h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 4rem); }
.store-identity p { margin-bottom: .25rem; color: #65716d; }
.store-logo { width: clamp(80px, 12vw, 130px); aspect-ratio: 1; object-fit: cover; background: #fff; border: 5px solid #fff; border-radius: 50%; box-shadow: 0 .5rem 2rem rgba(34,58,53,.13); }
.store-nav { position: sticky; top: 0; z-index: 10; padding: .9rem 0; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--soho-line); }
.store-nav a { flex: 0 0 auto; color: var(--soho-green); font-weight: 800; text-decoration: none; }
.store-about { max-width: 760px; }
.store-about h2 { font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: -.04em; }
.store-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.25rem; }
.store-product { overflow: hidden; background: #fff; border: 1px solid var(--soho-line); border-radius: 1rem; }
.store-product > a img, .store-product-placeholder { display: grid; width: 100%; aspect-ratio: 4 / 3; place-items: center; object-fit: cover; background: var(--soho-mint); color: var(--soho-green); font-size: 3rem; font-weight: 900; }
.store-product-body { padding: 1rem; }
.store-product-body small { color: #687b78; font-weight: 700; }
.store-product-body h3 { margin: .35rem 0; font-size: 1.2rem; }
.store-product-body h3 a { text-decoration: none; }
.store-price { color: var(--soho-green); font-weight: 850; }
.store-price del { color: #879591; font-weight: 500; }
.store-contact { padding: 4rem 0; background: var(--soho-cream); }
.store-contact h2 { margin-bottom: 1.5rem; }
.store-contact strong, .store-contact a, .store-contact span { display: block; }
.store-footer { padding: 1.5rem 0; background: var(--soho-ink); color: #fff; text-align: center; }
.store-footer .soho-wordmark { margin-left: .3rem; }
.listing-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.listing-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 1rem; }
.listing-gallery img:first-child { grid-column: 1 / -1; aspect-ratio: 4 / 3; }
.listing-hero-placeholder { display: grid; min-height: 520px; place-items: center; background: var(--soho-mint); color: var(--soho-green); border-radius: 1rem; font-size: 8rem; font-weight: 900; }
.listing-title { font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1; }
.listing-price { margin: 1.3rem 0 .2rem; color: var(--soho-green); font-size: 1.6rem; }
.listing-price del { color: #879591; }
.listing-description { margin: 1.5rem 0; color: #435854; line-height: 1.75; }
.stock-note { font-weight: 750; }
.publish-checks { display: grid; gap: .65rem; }
.publish-checks div { display: flex; gap: .7rem; align-items: center; padding: .8rem; border-radius: .7rem; }
.publish-checks span { display: grid; width: 1.7rem; height: 1.7rem; place-items: center; border-radius: 50%; font-weight: 900; }
.publish-checks .ready { background: #e6f5ed; }
.publish-checks .ready span { background: var(--soho-green); color: #fff; }
.publish-checks .missing { background: #fff3d5; }
.publish-checks .missing span { background: #e6a817; color: #fff; }
@media (max-width: 575.98px) { .store-identity { align-items: flex-start; } .listing-gallery { grid-template-columns: 1fr; } .listing-gallery img:first-child { grid-column: auto; } }
.cart-item { display: grid; grid-template-columns: minmax(180px,1fr) auto auto auto; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--soho-line); }
.cart-item span { display: block; color: #687b78; font-size: .86rem; }
.cart-quantity { display: flex; gap: .5rem; }
.cart-quantity input { width: 80px; }
.cart-summary { position: sticky; top: 5rem; }
.cart-summary > div, .confirmation-row { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; }
.checkout-option { display: flex; gap: .8rem; align-items: flex-start; margin-bottom: .65rem; padding: .9rem; border: 1px solid var(--soho-line); border-radius: .75rem; cursor: pointer; }
.checkout-option:hover { background: #f8faf9; }
.checkout-option strong, .checkout-option small { display: block; }
.checkout-option small { color: #687b78; }
.checkout-option[hidden] { display: none !important; }
.confirmation-shell { max-width: 1050px; }
.confirmation-shell > h1 { font-size: clamp(2.2rem,5vw,4rem); letter-spacing: -.05em; }
.confirmation-mark { display: grid; width: 3.5rem; height: 3.5rem; margin-bottom: 1rem; place-items: center; color: #fff; background: var(--soho-green); border-radius: 50%; font-size: 1.8rem; font-weight: 900; }
@media (max-width: 767.98px) { .cart-item { grid-template-columns: 1fr auto; } .cart-quantity { grid-column: 1 / -1; } }
.email-error { max-width: 320px; color: #8a3c2c; font-size: .82rem; white-space: normal; overflow-wrap: anywhere; }
.payfast-confirm { position: fixed; top: 50%; left: 50%; z-index: 1060; width: calc(100% - 2rem); max-width: 520px; transform: translate(-50%, -50%); }
.operation-reason { min-width: 220px; max-width: 320px; }
.audit-metadata { min-width: 260px; max-width: 520px; color: #536762; font-size: .86rem; overflow-wrap: anywhere; }
