/* Scoped customer reception UI. The buyback card grid and saved data are unchanged. */
.rc-preview-banner[hidden] { display:none !important; }
.rc-preview-banner { margin:0; padding:12px 20px; background:#fff0bd; color:#644410; font:700 14px/1.6 system-ui,sans-serif; text-align:center; }
.rc-planned-badge { display:inline-block; padding:3px 8px; border:1px solid #c9c4b9; border-radius:6px; font:700 11px/1.4 system-ui,sans-serif; color:#635b50; background:#f3f1eb; white-space:nowrap; }
.rc-nav-tools .rc-planned-badge { display:block; margin:3px auto 0; width:max-content; }
.rc-planned-panel { display:flex; flex-direction:column; align-items:center; gap:18px; padding:clamp(24px,5vw,56px); text-align:center; }
.rc-planned-panel>.rc-icon { width:52px; height:52px; color:#bd8056; }
.rc-product-planned { display:none; padding:5px 2px; text-align:center; color:#726455; font:600 clamp(9px,2vw,12px)/1.4 system-ui,sans-serif; }
.rc-product-cart[data-rc-cart-blocked="true"]>button,
.rc-product-cart[data-rc-cart-blocked="true"]>.rc-quantity-stepper { display:none !important; }
.rc-product-cart[data-rc-cart-blocked="true"]>.rc-product-planned { display:block; }
.reception-mode #publicAppShell > main,
.reception-mode #publicAppShell > dialog,
.reception-mode #publicNotice,
.reception-mode .public-store-social-links,
.reception-mode #publicLoading { display: none !important; }
.reception-mode { background: #fffaf6; color: #26201a; }
.rc-nav, .rc-main, .rc-toast { font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif; box-sizing: border-box; }
.rc-nav { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px clamp(12px, 3vw, 32px); background: #fff; border-bottom: 1px solid #f2d7c2; }
.rc-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 16px; border-radius: 10px; border: 1px solid #efc6a8; color: #87400e; text-decoration: none; font-size: 14px; font-weight: 750; }
.rc-nav a[aria-current="page"] { background: #e75a07; border-color: #e75a07; color: #fff; }
.rc-main { max-width: 1280px; padding: 24px clamp(12px, 3vw, 32px) 64px; margin: 0 auto; width: 100%; }
.rc-main *, .rc-main *::before, .rc-main *::after { box-sizing: border-box; }
.rc-main [hidden], .rc-toast[hidden] { display: none !important; }
.rc-main h2, .rc-main h3, .rc-main h4, .rc-main p { margin: 0; color: inherit; }
.rc-main h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 850; line-height: 1.4; }
.rc-main h3 { font-size: 19px; line-height: 1.45; font-weight: 800; }
.rc-main h4 { font-size: 16px; line-height: 1.5; overflow-wrap: anywhere; }
.rc-main p { line-height: 1.7; }
.rc-main small, .rc-small { font-size: 12px; line-height: 1.6; color: #736457; }
.rc-main button, .rc-main input, .rc-main select { font: inherit; }
.rc-main button, .rc-main select, .rc-main input { min-height: 44px; border: 1px solid #cbbbab; border-radius: 8px; background: #fff; color: #26201a; padding: 9px 12px; min-width: 0; }
.rc-main button { font-weight: 750; cursor: pointer; }
.rc-main button:disabled { cursor: not-allowed; opacity: .45; }
.rc-main button:focus-visible, .rc-main input:focus-visible, .rc-main select:focus-visible, .rc-nav a:focus-visible, .rc-main summary:focus-visible { outline: 3px solid #106aad; outline-offset: 3px; }
.rc-main input, .rc-main select { width: 100%; font-size: 16px; }
.rc-main label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 700; line-height: 1.5; }
.rc-main a { color: #9e3900; text-underline-offset: 3px; }
.rc-heading { margin-bottom: 22px; }
.rc-heading p { margin-top: 8px; color: #6c5b4a; max-width: 850px; }
.rc-panel { background: #fff; border: 1px solid #eadbcd; border-radius: 16px; padding: 20px; margin-bottom: 20px; box-shadow: 0 3px 12px #75421406; }
.rc-main .rc-primary { color: #fff; background: #df5404; border-color: #df5404; }
.rc-main .rc-primary:hover:not(:disabled) { background: #bb4400; }
.rc-search { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) auto; gap: 12px; align-items: end; }
.rc-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: end; }
.rc-manual { margin-top: 26px; }
.rc-main summary { cursor: pointer; font-weight: 800; min-height: 32px; }
.rc-manual p { margin: 8px 0 16px; }
.rc-notice { background: #fff2df; border: 1px solid #f3d09c; border-radius: 10px; padding: 12px 16px; margin: 0 0 16px !important; color: #663b0b !important; line-height: 1.65; white-space: pre-wrap; overflow-wrap: anywhere; }
.rc-error { background: #fff0ed !important; border-color: #e5988b !important; color: #962d1b !important; }
.rc-result-meta { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin: 16px 0; font-size: 13px; color: #6c5b4a; }
.rc-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.rc-product { background: #fff; border: 1px solid #e8d6c6; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; min-width: 0; }
.rc-product-image { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; padding: 8px; background: #f7f2ed; color: #8a7664; font-size: 12px; }
.rc-product-image img { width: 100%; height: 100%; object-fit: contain; }
.rc-product-copy { display: flex; flex-direction: column; gap: 6px; padding: 12px; flex: 1; min-width: 0; }
.rc-product-copy h3 { font-size: 15px; overflow-wrap: anywhere; }
.rc-product-copy p { font-size: 12px; color: #77624f; overflow-wrap: anywhere; }
.rc-price { font-size: clamp(17px, 2vw, 23px); color: #a73b00; overflow-wrap: anywhere; }
.rc-product-copy button { margin-top: auto; width: 100%; font-size: 13px; }
.rc-product-cart { min-width:0; width:100%; margin-top:auto; container-type:inline-size; }
.rc-product-cart [hidden] { display:none!important; }
.rc-product-cart>.reception-buyback-add { width:100%; margin:0; }
.reception-buyback-item>.rc-product-cart { margin-top:4px; }
.public-detail-content>.rc-product-cart { margin-top:20px; max-width:360px; }
.rc-quantity-stepper { display:grid; grid-template-columns:minmax(0,1fr) minmax(26px,1fr) minmax(0,1fr); align-items:center; min-height:44px; box-sizing:border-box; border:1px solid var(--rc-accent,#cc4c0a); border-radius:10px; background:#fff; color:var(--rc-accent,#cc4c0a); overflow:hidden; font-family:system-ui,sans-serif; }
.rc-product-cart .rc-quantity-stepper button { display:grid; place-items:center; width:100%; min-width:0; min-height:44px; margin:0; padding:0; border:0; border-radius:0; color:inherit; background:transparent; font:600 clamp(14px,25cqi,21px)/1 system-ui,sans-serif; cursor:pointer; box-shadow:none; }
.rc-product-cart .rc-quantity-stepper button:hover:not(:disabled) { background:#f0f3ef; }
.rc-product-cart .rc-quantity-stepper button:disabled { opacity:.35; cursor:default; }
.rc-product-cart .rc-quantity-stepper button:focus-visible { outline:2px solid #006ac0; outline-offset:-3px; }
.rc-quantity-stepper output { display:block; min-width:0; padding:0; text-align:center; color:#253235; font:750 13px/1.3 system-ui,sans-serif; font-variant-numeric:tabular-nums; }
.rc-pagination { display: flex; align-items: center; justify-content: center; gap: 20px; margin: 24px 0; }
.rc-empty { padding: 20px 4px; color: #776454 !important; }
.rc-cart-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: start; }
.rc-section-title { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; }
.rc-section-title span { color: #775e49; font-size: 13px; }
.rc-cart-line { display: grid; grid-template-columns: 62px minmax(0, 1fr) 76px; gap: 10px; padding: 16px 0; border-top: 1px solid #eddfd2; align-items: start; }
.rc-cart-line img { width: 62px; max-height: 88px; object-fit: contain; }
.rc-cart-no-image { display: flex; align-items: center; justify-content: center; background: #f4eee8; min-height: 80px; font-size: 10px; color: #887463; border-radius: 4px; }
.rc-line-copy h4 { font-size: 14px; }
.rc-line-copy p { font-size: 12px; color: #79624f; overflow-wrap: anywhere; }
.rc-line-copy strong { display: block; font-size: 15px; margin-top: 6px; color: #a13b00; overflow-wrap: anywhere; }
.rc-main .rc-link-button { border: 0; background: transparent; color: #aa3d15; padding: 4px; width: 100%; font-size: 12px; }
.rc-cart-total { border-top: 2px solid #edc4a3; margin-top: 10px; padding: 16px 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.rc-cart-total strong { font-size: 21px; overflow-wrap: anywhere; }
.rc-cart-total small { display: block; text-align: right; }
.rc-main .rc-submit { display: block; width: 100%; margin-top: 20px; }
.rc-lookup { display: flex; align-items: end; gap: 12px; margin-top: 16px; }
.rc-lookup label { flex: 1; }
.rc-receipt-choices { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.rc-receipt-choices button { font-size: 12px; }
.rc-receipt-title { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.rc-receipt-title h3 { font-variant-numeric: tabular-nums; overflow-wrap: anywhere; font-size: clamp(20px, 3vw, 30px); }
.rc-status { display: inline-block; background: #f3eee8; color: #635141; padding: 8px 14px; border-radius: 24px; font-size: 14px; }
.rc-status-called { background: #db5200; color: #fff; }
.rc-call-alert { font-weight: 800; font-size: 18px; }
.rc-receipt-items article { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; padding: 16px 0; border-top: 1px solid #eee2d7; }
.rc-receipt-items article > div:last-child { text-align: right; }
.rc-receipt-items p { font-size: 13px; overflow-wrap: anywhere; }
.rc-receipt-items strong { font-size: 20px; overflow-wrap: anywhere; }
.rc-price-change { color: #a24104 !important; }
.rc-recovery { margin-top: 20px; padding-top: 16px; border-top: 1px solid #eadbcd; }
.rc-recovery p { margin: 8px 0; }
.rc-recovery code { display: block; word-break: break-all; font-size: 15px; padding: 12px; color: #241b14; background: #f5eee8; margin: 12px 0; user-select: all; }
.rc-qr { max-width: 260px; margin: 16px auto; background: #fff; }
.rc-qr svg { display: block; width: 100%; height: auto; }
.rc-call-numbers { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; margin-top: 14px; }
.rc-call-numbers > div { padding: 16px; border: 2px solid #ecab73; border-radius: 10px; background: #fff9ee; }
.rc-call-numbers strong { display: block; color: #994000; font-size: 19px; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.rc-toast { position: fixed; bottom: max(22px, env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); width: max-content; max-width: calc(100vw - 32px); background: #26382b; color: #fff; border: 1px solid #49634f; border-radius: 12px; box-shadow: 0 6px 22px #0003; padding: 14px 18px; z-index: 100000; line-height: 1.6; font-size: 14px; }
@media (max-width: 960px) {
  .rc-search { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rc-search-wide { grid-column: 1 / -1; }
  .rc-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rc-cart-columns { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .rc-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; padding: 10px 12px; }
  .rc-nav a { padding: 8px 6px; font-size: 12px; }
  .rc-main { padding-top: 18px; }
  .rc-panel { padding: 16px; border-radius: 12px; }
  .rc-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .rc-product-copy { padding: 10px; }
  .rc-product-copy h3 { font-size: 14px; }
  .rc-form-grid { grid-template-columns: 1fr; }
  .rc-lookup { flex-direction: column; align-items: stretch; }
  .rc-cart-line { grid-template-columns: 48px minmax(0, 1fr) 66px; gap: 8px; }
  .rc-cart-line img { width: 48px; }
  .rc-line-copy h4 { font-size: 13px; }
  .rc-line-actions input { padding: 9px 6px; }
  .rc-receipt-items article { grid-template-columns: 1fr; gap: 8px; }
  .rc-receipt-items article > div:last-child { text-align: left; }
  .rc-call-numbers { grid-template-columns: 1fr; }
}

/* Customer storefront: a neutral home, two clearly separated trade modes. */
.rc-customer { --rc-accent:#cc4c0a; --rc-ink:#253235; --rc-muted:#677273; --rc-line:#e5e8e5; background:#fafbf9; }
.rc-customer[data-reception-trade="purchase"] { --rc-accent:#17645e; }
body.rc-customer .public-header { position:relative!important; top:auto!important; padding:0!important; border:0!important; background:#fff!important; box-shadow:none!important; }
.rc-customer .public-site-intro { max-width:1220px; margin:0 auto; padding:20px 28px 14px!important; }
body.rc-customer .public-site-heading { display:flex!important; align-items:center; justify-content:space-between; gap:20px; margin:0!important; }
.rc-customer #publicSiteHeading { display:flex!important; flex-direction:column; align-items:center; justify-content:center; gap:3px; width:max-content!important; min-width:0!important; max-width:calc(100% - 80px)!important; margin:0!important; padding:10px 18px!important; border:0!important; border-radius:12px!important; background:#f46d26!important; box-shadow:none!important; color:#fff!important; line-height:1.2!important; }
.rc-customer #publicSiteHeading .public-brand-wordmark { display:block; width:192px!important; max-width:100%!important; height:auto!important; max-height:50px!important; object-fit:contain; }
.rc-customer #publicSiteName { display:block; font:700 12px/1.5 system-ui,sans-serif!important; white-space:normal!important; text-align:center; letter-spacing:.035em; }
.rc-brand-home { display:block; text-decoration:none; min-height:44px; }
.rc-icon { width:22px; height:22px; flex-shrink:0; display:inline-block; vertical-align:middle; }
.rc-social { position:relative; flex:0 0 auto; font-family:system-ui,sans-serif; z-index:90; color:var(--rc-ink); }
.rc-social summary { display:flex; align-items:center; justify-content:center; gap:7px; min-height:44px; padding:8px 12px; border:1px solid var(--rc-line); border-radius:12px; font-size:12px; font-weight:750; cursor:pointer; list-style:none; }
.rc-social summary::-webkit-details-marker { display:none; }
.rc-social .rc-icon { width:17px; height:17px; }
.rc-customer .rc-social .public-store-social-links { display:grid!important; position:absolute; right:0; top:calc(100% + 10px); width:270px!important; max-width:calc(100vw - 32px); grid-template-columns:1fr!important; gap:6px!important; padding:10px!important; border:1px solid var(--rc-line); border-radius:16px; background:#fff; box-shadow:0 12px 35px #213a3026; }
.rc-customer .rc-social .public-store-social-links a { display:flex!important; flex-direction:row!important; justify-content:flex-start; gap:14px; width:100%!important; padding:10px!important; border:0!important; background:#f7f8f5!important; color:#34433d!important; box-shadow:none; text-align:center; }
.rc-customer .rc-social .public-store-social-links a img { width:36px!important; height:36px!important; }
.rc-customer .rc-social .public-store-social-links a span { flex:1; font:700 12px/1.4 system-ui,sans-serif!important; }
.rc-customer .public-notice { margin-top:14px!important; font-size:12px; }
.rc-customer #publicNotice.rc-buyback-notice { box-sizing:border-box; width:calc(100% - 56px); max-width:1164px; margin:16px auto!important; font-size:12px; }
.rc-customer .rc-nav { display:block; padding:0 28px; border-top:1px solid #f1f3ef; border-bottom:1px solid var(--rc-line); background:#fff; }
.rc-nav-inner { max-width:1164px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:22px; padding:12px 0; }
.rc-mode-switch { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:4px; padding:4px; background:#f0f3ef; border:1px solid #e5e9e3; border-radius:15px; min-width:320px; }
.rc-customer .rc-mode-switch a { display:flex; align-items:center; gap:11px; border:0; border-radius:11px; color:#4e5c58; background:transparent; padding:8px 22px; min-height:50px; }
.rc-mode-switch a>span { display:flex; align-items:baseline; gap:7px; }
.rc-mode-switch b { font-size:16px; font-weight:800; }
.rc-mode-switch small { font-size:11px; font-weight:650; color:inherit; }
.rc-customer .rc-mode-switch a[aria-current="page"] { color:#fff; background:var(--rc-accent); box-shadow:0 2px 6px #243d331a; }
.rc-customer .rc-mode-switch a:not([aria-current]):hover { background:#fff; color:#253b31; }
.rc-nav-tools { display:flex; align-items:center; gap:6px; }
.rc-customer .rc-nav-tools a { border:0; color:#65726b; display:flex; flex-direction:column; gap:3px; font-size:11px; padding:6px 15px; border-radius:11px; min-height:52px; background:transparent; white-space:nowrap; }
.rc-customer .rc-nav-tools a[aria-current="page"] { color:var(--rc-accent); background:#f2f5ef; }
.rc-count { display:inline-flex; align-items:center; justify-content:center; min-width:17px; padding:0 4px; border-radius:12px; color:#fff; background:var(--rc-accent); font-size:10px; }
.rc-customer .rc-main { max-width:1220px; padding:34px 28px 64px; color:var(--rc-ink); }
.rc-customer .rc-heading p { color:var(--rc-muted); }
.rc-customer .rc-heading h2 { font-size:clamp(26px,3.3vw,36px); letter-spacing:-.035em; }
.rc-customer .rc-panel { border-color:var(--rc-line); box-shadow:0 4px 18px #263a3004; border-radius:18px; }
.rc-customer .rc-main .rc-primary { background:var(--rc-accent); border-color:var(--rc-accent); display:inline-flex; align-items:center; justify-content:center; gap:7px; }
.rc-customer .rc-main .rc-primary:hover:not(:disabled) { filter:brightness(.9); }
.rc-customer .rc-main a { color:var(--rc-accent); }
.rc-customer .rc-price,.rc-customer .rc-line-copy strong { color:var(--rc-accent); }
.rc-customer .rc-product { border-color:var(--rc-line); border-radius:16px; }
.rc-customer .rc-product-image { background:#f0f3ef; }
.rc-product-image>span { display:flex; flex-direction:column; align-items:center; gap:10px; }
.rc-product-image>span .rc-icon { width:38px; height:38px; opacity:.5; }
.rc-product-copy .rc-icon { width:18px; height:18px; }
.rc-home-intro { padding:12px 0 34px; text-align:center; }
.rc-main .rc-eyebrow { font-size:10px; letter-spacing:.19em; font-weight:800; color:#658074; margin-bottom:15px; }
.rc-main .rc-home-intro h2 { font-size:clamp(28px,3.4vw,43px); font-weight:800; line-height:1.38; letter-spacing:-.045em; }
.rc-main .rc-home-intro>p:last-child { margin-top:15px; font-size:14px; color:#6a7670; }
.rc-mobile-break { display:none; }
.rc-service-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.rc-main .rc-service-card { display:grid; grid-template-columns:minmax(0,1fr) 180px; align-items:center; gap:4px; position:relative; min-height:280px; padding:30px; border:1px solid #f5d6bd; border-radius:24px; background:#fff4e9; text-decoration:none; overflow:hidden; transition:transform .18s ease,box-shadow .18s ease; }
.rc-customer .rc-main .rc-service-buyback { color:#4e2d1c; }
.rc-customer .rc-main .rc-service-purchase { background:#183e3e; color:#fff; border-color:#183e3e; }
.rc-service-card:hover { transform:translateY(-3px); box-shadow:0 12px 30px #1c342018; }
.rc-service-copy { min-width:0; z-index:1; }
.rc-service-label { display:inline-flex; align-items:center; padding:4px 10px; border:1px solid #ecb58d; border-radius:6px; color:#b14a16; font-size:12px; font-weight:800; letter-spacing:.12em; }
.rc-service-purchase .rc-service-label { color:#bedbd0; border-color:#668582; }
.rc-main .rc-service-card h3 { font-size:clamp(20px,2.2vw,26px); letter-spacing:-.04em; margin:14px 0 11px; line-height:1.4; }
.rc-main .rc-service-card p { font-size:13px; line-height:1.9; color:#8c674f; }
.rc-main .rc-service-purchase p { color:#b3c9c3; }
.rc-service-art { display:block; width:200px; max-width:120%; height:auto; margin-left:-6px; }
.rc-service-action { display:inline-flex; align-items:center; justify-content:space-between; gap:16px; margin-top:24px; font-size:13px; font-weight:800; color:#c35419; }
.rc-service-purchase .rc-service-action { color:#fff; }
.rc-service-action .rc-icon { width:25px; height:25px; border:1px solid currentColor; border-radius:50%; padding:4px; }
.rc-home-recovery { display:flex; align-items:center; gap:17px; margin:22px 0 32px; padding:20px 24px; border:1px solid var(--rc-line); border-radius:18px; background:#fff; }
.rc-home-recovery-mark { display:grid; place-items:center; width:46px; height:46px; border-radius:14px; background:#eff3ed; color:#6b8470; flex-shrink:0; }
.rc-main .rc-home-recovery h3 { font-size:16px; }
.rc-main .rc-home-recovery p { color:#77827b; font-size:12px; margin-top:4px; }
.rc-main .rc-home-recovery a { display:flex; align-items:center; justify-content:center; gap:10px; margin-left:auto; min-height:44px; flex-shrink:0; font-size:13px; font-weight:750; text-decoration:none; }
.rc-main .rc-how h3 { text-align:center; font-size:15px; font-weight:750; }
.rc-how ol { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; padding:0; margin:25px 0; list-style:none; }
.rc-how li { display:flex; align-items:center; justify-content:center; gap:14px; padding:6px 12px; }
.rc-how li+li { border-left:1px solid #e0e7df; }
.rc-step-icon { color:#6b8878; }
.rc-step-icon .rc-icon { width:30px; height:30px; }
.rc-main .rc-how small { display:block; font-size:9px; letter-spacing:.1em; color:#829587; margin-bottom:4px; }
.rc-main .rc-how h4 { font-size:14px; }
.rc-main .rc-how p { font-size:11px; color:#78867c; margin-top:3px; }
.rc-main .rc-home-footnote { text-align:center; font-size:11px; color:#8a948d; margin-top:26px; }
.rc-cart-context { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; margin:0 0 20px; font-size:13px; }
.rc-cart-context>span,.rc-cart-context a { display:inline-flex; align-items:center; gap:8px; min-height:44px; }
.rc-cart-context a { text-decoration:none; }
.rc-cart-single { grid-template-columns:minmax(0,1fr); max-width:930px; margin:0 auto; }
.rc-main .rc-empty-cart { display:flex; align-items:center; flex-direction:column; padding:44px 15px; gap:15px; text-align:center; }
.rc-empty-cart>.rc-icon { width:64px; height:64px; color:#8ba396; }
.rc-empty-cart a { display:inline-flex; align-items:center; gap:10px; min-height:44px; font-size:14px; }
.rc-customer a:focus-visible,.rc-customer summary:focus-visible { outline:3px solid #006ac0!important; outline-offset:4px; }
@media(max-width:900px) {
  .rc-mode-switch { min-width:280px; }
  .rc-customer .rc-mode-switch a { padding:8px 12px; }
  .rc-nav-tools { gap:2px; }
  .rc-customer .rc-nav-tools a { padding:6px 10px; }
  .rc-main .rc-service-card { grid-template-columns:minmax(0,1fr) 110px; padding:24px; min-height:266px; }
  .rc-service-art { width:140px; }
}
@media(max-width:640px) {
  .rc-customer #publicNotice.rc-buyback-notice { width:calc(100% - 32px); margin:14px auto!important; }
  .rc-customer .public-site-intro { padding:12px 16px!important; }
  .rc-customer #publicSiteHeading { padding:8px 12px!important; border-radius:10px!important; }
  .rc-customer #publicSiteHeading .public-brand-wordmark { width:164px!important; max-height:42px!important; }
  .rc-customer #publicSiteName { font-size:11px!important; }
  .rc-social summary { padding:8px; gap:5px; flex-direction:column; font-size:10px; }
  .rc-customer .rc-nav { padding:0 12px; }
  .rc-nav-inner { gap:9px; padding:10px 0; flex-wrap:wrap; }
  .rc-mode-switch { width:100%; min-width:0; }
  .rc-customer .rc-mode-switch a { min-height:44px; }
  .rc-nav-tools { width:100%; justify-content:space-around; }
  .rc-customer .rc-nav-tools a { flex-direction:row; min-height:44px; font-size:11px; gap:6px; padding:4px; }
  .rc-customer .rc-main { padding:22px 16px 40px; }
  .rc-home-intro { padding:6px 0 24px; }
  .rc-mobile-break { display:block; }
  .rc-main .rc-home-intro h2 { font-size:29px; }
  .rc-main .rc-home-intro>p:last-child { font-size:12px; margin-top:11px; }
  .rc-service-grid { grid-template-columns:1fr; gap:14px; }
  .rc-main .rc-service-card { grid-template-columns:minmax(0,1fr) 114px; min-height:225px; padding:22px; border-radius:20px; }
  .rc-main .rc-service-card h3 { font-size:23px; margin-top:12px; }
  .rc-main .rc-service-card p { font-size:12px; }
  .rc-service-art { width:142px; }
  .rc-service-action { margin-top:18px; font-size:12px; gap:9px; }
  .rc-home-recovery { padding:18px; gap:12px; flex-wrap:wrap; margin:18px 0 28px; }
  .rc-home-recovery>div:nth-child(2) { flex:1; min-width:0; }
  .rc-home-recovery a { width:100%; padding-top:8px; border-top:1px solid var(--rc-line); }
  .rc-main .rc-home-recovery h3 { font-size:14px; }
  .rc-main .rc-home-recovery p { font-size:11px; }
  .rc-how ol { grid-template-columns:1fr; gap:0; margin:16px auto; max-width:300px; }
  .rc-how li { justify-content:flex-start; padding:14px 22px; gap:20px; }
  .rc-how li+li { border-left:0; border-top:1px solid #e0e7df; }
  .rc-main .rc-cart-context { font-size:12px; }
}
@media(max-width:380px) {
  .rc-main .rc-service-card { grid-template-columns:minmax(0,1fr) 80px; padding:18px; }
  .rc-main .rc-service-card h3 { font-size:20px; }
  .rc-service-art { width:104px; }
}
@media(prefers-reduced-motion:reduce) { .rc-service-card { transition:none!important; transform:none!important; } }

/* Order-only IDs keep legacy buyback handlers isolated. */
.rc-order-toolbar { padding:12px 0; border-block:1px solid #f1dac6; margin-bottom:12px; }
.rc-order-actions { display:grid; grid-template-columns:minmax(0,1fr) 108px 120px; gap:8px; }
.rc-main .rc-order-actions button { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; min-height:66px; padding:7px; background:linear-gradient(#fb923c,#f97316); border-color:#f97316; color:white; }
.rc-main .rc-order-actions .rc-order-title { flex-direction:row; justify-content:flex-start; gap:12px; padding:10px 14px; min-width:0; }
.rc-order-title>span { display:flex; flex-direction:column; text-align:left; min-width:0; }
.rc-order-title b { overflow-wrap:anywhere; line-height:1.4; }
.rc-main .rc-order-actions small { color:#fff5ea; font-size:10px; line-height:1.3; }
.rc-main .rc-order-actions button>span { font-size:13px; }
.rc-order-search-row { display:grid; grid-template-columns:minmax(0,1fr) 94px; gap:8px; margin-top:8px; }
.rc-main #rcSearchForm { display:flex; align-items:center; border:1px solid #fdba74; border-radius:10px; background:white; min-width:0; }
.rc-main #rcSearchForm label { display:flex; flex-direction:row; align-items:center; gap:7px; flex:1; min-width:0; padding-left:10px; color:#f97316; }
.rc-main #rcSearch { border:0; background:transparent; padding:8px 2px; box-shadow:none; }
.rc-main .rc-search-submit { border:0; color:#c44b0a; background:transparent; padding:8px; }
.rc-column-switch { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:4px; }
.rc-main .rc-column-switch button { min-height:34px; font-size:12px; padding:3px; border-color:#fdba74; color:#a7400d; }
.rc-main .rc-column-switch button[aria-pressed="true"] { color:#fff; background:#f97316; border-color:#f97316; }
.rc-active-filters { display:flex; flex-wrap:wrap; gap:5px; margin-top:8px; }
.rc-main .rc-active-filters button { font-size:11px; padding:4px 8px; min-height:32px; color:#a7400d; border-color:#fdba74; }
.rc-order-dialog { font-family:system-ui,sans-serif; border-radius:16px; }
.rc-main .rc-order-dialog h2 { font-size:20px; }
.rc-main .rc-order-dialog .dialog-close { min-width:44px; min-height:44px; padding:0; font-size:28px; border:0; }
.rc-order-dialog .public-filter-fields { margin:14px 0; }
.rc-main .rc-order-dialog input[type="search"] { font-size:14px; }
.rc-main .rc-order-dialog #rcTitle[hidden] { display:none!important; }
.rc-title-choices { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; padding-top:14px; }
.rc-main .rc-title-choices button { display:flex; align-items:center; justify-content:center; gap:8px; min-height:64px; overflow-wrap:anywhere; }
.rc-main .rc-order-dialog button[aria-pressed="true"] { background:#f97316; color:white; border-color:#f97316; }
.rc-customer[data-reception-view="order"] .rc-product-grid { grid-template-columns:repeat(var(--rc-columns,3),minmax(0,1fr)); gap:8px; }
.rc-customer[data-reception-view="order"] .rc-product { container-type:inline-size; }
.rc-customer[data-reception-view="order"] .rc-product-image { aspect-ratio:63/88; padding:0; }
.rc-customer[data-reception-view="order"] .rc-product-copy { padding:7px; gap:4px; }
.rc-customer[data-reception-view="order"] .rc-product-copy h3 { font-size:clamp(10px,6cqi,16px); line-height:1.35; }
.rc-customer[data-reception-view="order"] .rc-product-copy p,.rc-customer[data-reception-view="order"] .rc-product-copy>small { font-size:clamp(9px,5cqi,12px); line-height:1.4; }
.rc-customer[data-reception-view="order"] .rc-price { white-space:nowrap; font-size:clamp(8px,9cqi,26px); font-variant-numeric:tabular-nums; }
.rc-customer[data-reception-view="order"] .rc-product-copy .rc-primary { font-size:clamp(9px,5cqi,13px); padding:5px 2px; gap:3px; flex-wrap:wrap; }
@media(max-width:640px) {
  .rc-customer[data-reception-view="order"] .rc-main { padding:14px 8px 40px; }
  .rc-order-actions { grid-template-columns:minmax(0,1fr) 64px 70px; gap:5px; }
  .rc-main .rc-order-actions .rc-order-title { padding:7px; gap:6px; }
  .rc-order-title>.rc-icon { width:23px; }
  .rc-order-title b { font-size:12px; }
  .rc-main .rc-order-actions button>span { font-size:11px; }
  .rc-main .rc-order-actions small { font-size:8px; }
  .rc-title-choices { grid-template-columns:1fr; }
  .rc-customer[data-reception-view="order"] .rc-product-grid { gap:4px; }
  .rc-customer[data-reception-view="order"] .rc-product-copy { padding:4px; }
  .rc-customer[data-reception-view="order"] .rc-product-copy .rc-primary .rc-icon { width:16px; height:16px; }
}

/* One shared header on every customer page. The brand is the only Home link;
   modes sit between it and X, with the two reception tools below on mobile. */
.rc-customer .public-site-intro { padding:12px 28px!important; }
body.rc-customer .public-site-heading { display:grid!important; grid-template-columns:auto minmax(0,1fr) auto auto; gap:12px; align-items:center; }
.rc-customer #publicSiteHeading { padding:0!important; max-width:none!important; }
.rc-customer .rc-brand-home { display:flex; flex-direction:column; align-items:center; gap:4px; padding:10px 14px; color:#fff; border-radius:12px; }
.rc-brand-caption { display:flex; align-items:center; justify-content:center; gap:5px; }
.rc-brand-caption .rc-icon { width:15px; height:15px; }
.rc-customer .rc-brand-home:focus-visible,.rc-social summary:focus-visible { outline:3px solid #17645e; outline-offset:3px; }
.rc-customer .rc-nav,.rc-customer .rc-nav-inner { display:contents; }
.rc-customer .rc-mode-switch { grid-column:2; grid-row:1; min-width:0; width:auto; }
.rc-customer .rc-mode-switch a { padding:8px 10px; justify-content:center; gap:7px; }
.rc-customer .rc-mode-switch a>span { flex-direction:column; align-items:center; gap:2px; }
.rc-customer .rc-nav-tools { grid-column:3; grid-row:1; width:auto; }
.rc-customer .rc-social { grid-column:4; grid-row:1; }
@media(max-width:1000px) {
  .rc-customer .public-site-intro { padding:8px 12px!important; }
  body.rc-customer .public-site-heading { grid-template-columns:auto minmax(0,1fr) auto; gap:6px 8px; }
  .rc-customer .rc-social { grid-column:3; }
  .rc-customer .rc-nav-tools { grid-column:1/-1; grid-row:2; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:6px; }
  .rc-customer .rc-nav-tools a { flex-direction:row; justify-content:center; gap:7px; min-height:44px; padding:4px 6px; border:1px solid var(--rc-line); background:#fafbf9; font-size:12px; }
  .rc-nav-tools a>span { display:flex; align-items:center; gap:6px; }
  .rc-nav-tools .rc-planned-badge { display:inline-block; width:auto; margin:0; font-size:9px; }
}
@media(max-width:640px) {
  .rc-customer .public-site-intro { padding:8px!important; }
  body.rc-customer .public-site-heading { grid-template-columns:clamp(98px,29vw,150px) minmax(0,1fr) 42px; gap:6px; }
  .rc-customer #publicSiteHeading { width:100%!important; border-radius:9px!important; }
  .rc-customer .rc-brand-home { width:100%; min-height:64px; padding:7px 5px; border-radius:9px; }
  .rc-customer #publicSiteHeading .public-brand-wordmark { width:100%!important; max-height:34px!important; }
  .rc-customer #publicSiteName { font-size:9px!important; line-height:1.3!important; letter-spacing:0; }
  .rc-brand-caption { gap:3px; }
  .rc-brand-caption .rc-icon { width:12px; height:12px; }
  .rc-customer .rc-mode-switch { padding:3px; gap:2px; border-radius:11px; }
  .rc-customer .rc-mode-switch a { flex-direction:column; gap:3px; padding:4px 1px; min-height:56px; border-radius:8px; }
  .rc-mode-switch .rc-icon { width:17px; height:17px; }
  .rc-mode-switch b { font-size:12px; white-space:nowrap; }
  .rc-mode-switch small { font-size:9px; white-space:nowrap; }
  .rc-customer .rc-social summary { flex-direction:column; gap:4px; padding:4px 2px; min-height:64px; font-size:9px; border-radius:9px; }
  .rc-customer .rc-social .public-store-social-links { max-width:calc(100vw - 16px); }
  .rc-nav-tools a>span { flex-direction:column; gap:1px; }
  .rc-nav-tools .rc-planned-badge { font-size:8px; line-height:1.2; padding:2px 5px; }
}
