/* Scoped page surround; WooCommerce owns checkout fields, notices and payment UI. */
body.rr-commerce-shell {
    margin: 0 !important;
    padding: 0 !important;
    background: #f5f3ef !important;
    color: #222;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.rr-commerce-shell *, .rr-commerce-shell *::before, .rr-commerce-shell *::after { box-sizing: border-box; }
.rr-commerce-header { background: #fff; border-bottom: 1px solid #dedbd5; }
.rr-commerce-header-inner {
    max-width: 1380px; margin: auto; padding: 22px 28px;
    display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
}
.rr-commerce-logo { display: block; flex: 0 0 160px; }
.rr-commerce-logo-image { display: block; width: 160px; height: auto; }
.rr-commerce-location span { display: block; color: #68645f; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.rr-commerce-location strong { display: block; font-size: 20px; }
.rr-commerce-links { margin-left: auto; display: flex; align-items: center; gap: 12px 22px; flex-wrap: wrap; }
.rr-commerce-links a { color: #9f1821; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.rr-commerce-links .rr-commerce-shop-link { background: #cf2731; color: #fff; border-radius: 24px; padding: 12px 20px; font-weight: 700; text-decoration: none; }
.rr-commerce-main { width: calc(100% - 48px); max-width: 1280px; margin: 36px auto 56px; min-height: 60vh; }
.rr-commerce-title { font-size: clamp(28px, 4vw, 40px); line-height: 1.15; color: #222; margin: 0 0 26px; padding: 0; }
.rr-commerce-content { background: #fff; border: 1px solid #dedbd5; border-radius: 18px; padding: clamp(16px, 3vw, 36px); }
.rr-commerce-content > .wp-block-woocommerce-cart,
.rr-commerce-content > .wp-block-woocommerce-checkout { max-width: none; margin: 0; }
.rr-commerce-footer { border-top: 1px solid #dedbd5; padding: 24px; display: flex; justify-content: center; gap: 8px 24px; flex-wrap: wrap; color: #68645f; font-size: 14px; }
.rr-commerce-skip { position: absolute; left: 16px; top: -100px; z-index: 100000; background: #fff; color: #222; padding: 12px; }
.rr-commerce-skip:focus { top: 16px; }
.rr-commerce-shell a:focus-visible { outline: 3px solid #9f1821; outline-offset: 4px; }
@media (max-width: 700px) {
    .rr-commerce-header-inner { padding: 18px; gap: 16px; }
    .rr-commerce-logo { flex-basis: 120px; }
    .rr-commerce-logo-image { width: 120px; }
    .rr-commerce-location strong { font-size: 18px; }
    .rr-commerce-links { margin-left: 0; width: 100%; justify-content: space-between; }
    .rr-commerce-links a { font-size: 13px; }
    .rr-commerce-main { width: calc(100% - 24px); margin-top: 24px; }
    .rr-commerce-content { border-radius: 12px; }
}
