:root{--bg: #f3f1e9;--surface: #ffffff;--ink: #111111;--muted: #5a5a5a;--line: #111111;--accent: #c1ff00;--accent-ink: #111111;--blue: #2b5bff;--dark: #111111;--dark-text: #f3f1e9;--shadow: rgba(17, 17, 17, .08)}*{box-sizing:border-box}html{color-scheme:light;background:var(--bg)}body{margin:0;min-width:320px;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.page-shell{min-height:100vh;display:flex;flex-direction:column}.page-main{flex:1}.container{width:min(100% - 2rem,1240px);margin:0 auto}.container--wide{width:min(100%,1240px);margin:0 auto}.section-block{border-top:1px solid var(--line)}.section-block--dark{background:var(--dark);color:var(--dark-text)}.section-inner{padding:clamp(2rem,5vw,4rem) clamp(1rem,3vw,2rem)}.section-header{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-header h2{margin:0;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;letter-spacing:-.03em}.section-header p{margin:0;color:var(--muted);font-size:.9rem;max-width:18rem;text-align:right}.top-banner{border-bottom:1px solid var(--line);background:var(--ink);color:var(--dark-text);font-size:.72rem;letter-spacing:.04em;text-align:center;padding:.45rem 1rem}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.9rem clamp(1rem,3vw,2rem);background:var(--bg);border-bottom:1px solid var(--line)}.brand{font-size:1.35rem;font-weight:900;letter-spacing:-.03em}.site-nav{display:flex;justify-content:center;gap:clamp(.6rem,2vw,1.4rem);font-size:.88rem;font-weight:600}.header-actions{display:flex;align-items:center;gap:.75rem}.search-form{display:flex;align-items:center;gap:.4rem;border:1px solid var(--line);background:var(--surface);padding:.35rem .6rem;min-width:12rem}.search-form input{border:0;outline:0;background:transparent;width:100%;font-size:.82rem}.cart-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:700;white-space:nowrap}.cart-badge{display:inline-flex;min-width:1.2rem;height:1.2rem;align-items:center;justify-content:center;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-size:.68rem;font-weight:800}.site-footer{border-top:1px solid var(--line);padding:2rem clamp(1rem,3vw,2rem);display:grid;gap:1rem}.site-footer__top{display:flex;align-items:start;justify-content:space-between;gap:1rem}.site-footer__brand{font-size:1.1rem;font-weight:900}.site-footer__tagline{margin:.35rem 0 0;color:var(--muted);font-size:.88rem}.site-footer__meta{color:var(--muted);font-size:.78rem;text-align:right}.page-intro{padding:clamp(2rem,5vw,3.5rem) clamp(1rem,3vw,2rem);width:min(100% - 2rem,1240px);margin:0 auto}.page-intro h1{margin:.4rem 0 .8rem;font-size:clamp(2rem,5vw,3rem);letter-spacing:-.03em}.page-intro p{margin:0;color:var(--muted);max-width:42rem}@media(max-width:900px){.site-header{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "nav nav"}.brand{grid-area:brand}.site-nav{grid-area:nav;justify-content:flex-start;flex-wrap:wrap;padding-top:.25rem}.header-actions{grid-area:actions}.search-form{min-width:8rem}}@media(max-width:640px){.site-footer__top{flex-direction:column}.site-footer__meta{text-align:left}}.button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.75rem;padding:.7rem 1.1rem;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:.82rem;font-weight:700;cursor:pointer;transition:background .15s ease}.button:hover{background:color-mix(in srgb,var(--accent) 20%,var(--surface))}.button--primary,.button--dark{background:var(--accent);border-color:var(--line);color:var(--accent-ink)}.button--small{min-height:2.2rem;padding:.45rem .8rem;font-size:.75rem}.button--ebay,.button--paypal{min-height:2.1rem;padding:.38rem .7rem;border-radius:.35rem;font-size:.72rem;letter-spacing:.02em}.button--ebay{border-color:#e5e5e5;background:#fff;color:#111820}.button--paypal{border-color:#ffc439;background:#ffc439;color:#003087}.actions{display:flex;flex-wrap:wrap;gap:.6rem}.pill-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.25rem}.pill{border:1px solid var(--line);background:var(--surface);padding:.35rem .75rem;font-size:.75rem;font-weight:700;cursor:pointer}.pill.is-active{background:var(--ink);color:var(--dark-text)}.grade-badge{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:1px solid var(--line);background:var(--surface);font-size:.72rem;font-weight:800}.hero{display:grid;grid-template-columns:1.05fr .95fr;border-bottom:1px solid var(--line)}.hero__copy{padding:clamp(2rem,5vw,4rem) clamp(1rem,3vw,2rem);border-right:1px solid var(--line)}.hero__copy h1{margin:0 0 .5rem;font-size:clamp(2.4rem,6vw,4.2rem);line-height:.95;letter-spacing:-.04em}.hero__accent{color:var(--blue)}.hero__copy p{margin:1rem 0 1.5rem;color:var(--muted);max-width:28rem}.hero__image-wrap{display:flex;flex-direction:column}.hero__image{flex:1;display:grid;place-items:center;padding:clamp(1.5rem,4vw,3rem);background:var(--surface);min-height:20rem}.hero__image img{max-height:22rem;object-fit:contain}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.trust-item{padding:1rem;border-right:1px solid var(--line);font-size:.78rem}.trust-item:last-child{border-right:0}.trust-item strong{display:block;margin-bottom:.25rem;font-size:.82rem}.category-grid{display:grid;grid-template-columns:repeat(3,1fr)}.category-card{min-height:11rem;padding:1.2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .15s ease}.category-card:hover{background:color-mix(in srgb,var(--accent) 18%,var(--bg))}.category-card__number{font-size:.72rem;color:var(--muted);margin-bottom:1.5rem}.category-card h3{margin:0 0 .6rem;font-size:1.2rem}.category-card ul{margin:0;padding:0;list-style:none;color:var(--muted);font-size:.82rem}.category-card li+li{margin-top:.15rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr)}.product-card{display:flex;flex-direction:column;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}.product-card__top{display:flex;align-items:center;justify-content:space-between;padding:.65rem .8rem;border-bottom:1px solid var(--line)}.product-card__chip{background:var(--accent);padding:.15rem .45rem;font-size:.68rem;font-weight:800;text-transform:uppercase}.favorite-btn{border:0;background:transparent;cursor:pointer;font-size:1rem;line-height:1;color:var(--muted)}.favorite-btn.is-active{color:var(--ink)}.product-card__image{display:grid;place-items:center;min-height:11rem;padding:1rem;background:var(--bg)}.product-card__image img{max-height:9rem;object-fit:contain}.product-card__body{display:flex;flex:1;flex-direction:column;padding:.9rem;gap:.35rem}.product-card__brand{color:var(--blue);font-size:.72rem;font-weight:700}.product-card__body h3{margin:0;font-size:.95rem;line-height:1.25}.product-card__meta{color:var(--muted);font-size:.72rem}.product-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--line)}.product-card__price strong{display:block;font-size:1rem}.product-card__price span{color:var(--muted);font-size:.68rem}.sell-banner{background:var(--accent);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1rem clamp(1rem,3vw,2rem);font-size:clamp(.95rem,2vw,1.15rem);font-weight:700}.grading-section{display:grid;grid-template-columns:1fr 1fr}.grading-copy{padding:clamp(2rem,5vw,4rem) clamp(1rem,3vw,2rem);border-right:1px solid color-mix(in srgb,var(--dark-text) 20%,transparent)}.grading-copy h2{margin:0 0 1rem;font-size:clamp(1.8rem,4vw,2.8rem);letter-spacing:-.03em}.grading-copy p{margin:0;color:color-mix(in srgb,var(--dark-text) 70%,transparent);max-width:24rem}.grading-scale{display:grid}.grade-row{display:grid;grid-template-columns:4rem 1fr;gap:1rem;padding:1.2rem clamp(1rem,3vw,2rem);border-bottom:1px solid color-mix(in srgb,var(--dark-text) 20%,transparent)}.grade-row:last-child{border-bottom:0}.grade-row__letter{font-size:2rem;font-weight:900;color:var(--accent);line-height:1}.grade-row h3{margin:0 0 .2rem;font-size:1rem}.grade-row p{margin:0;color:color-mix(in srgb,var(--dark-text) 70%,transparent);font-size:.88rem}.sell-cta{position:relative;min-height:16rem;display:grid;grid-template-columns:1fr auto;align-items:end;gap:1rem;padding:clamp(2rem,5vw,3rem) clamp(1rem,3vw,2rem);background:linear-gradient(90deg,#111111e0,#11111173),url(/images/products/audio/sony-srs-xb100-portable-speaker/primary.png) center/cover no-repeat;color:var(--dark-text)}.sell-cta h2{margin:0;font-size:clamp(2rem,5vw,3.2rem);letter-spacing:-.03em}.support-strip{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:clamp(2rem,5vw,3rem) clamp(1rem,3vw,2rem)}.support-strip h2{margin:0;font-size:clamp(1.5rem,3vw,2rem)}.support-strip p{margin:0;color:color-mix(in srgb,var(--dark-text) 70%,transparent)}.support-strip a{color:var(--blue);font-weight:700}.form-panel{width:min(100% - 2rem,40rem);margin:0 auto 3rem;padding:1.5rem;border:1px solid var(--line);background:var(--surface)}.form-panel h2{margin:0 0 1rem}.form-grid{display:grid;gap:.75rem}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid var(--line);background:var(--bg);padding:.7rem .8rem}.form-grid textarea{min-height:7rem;resize:vertical}.form-status{margin:.5rem 0 0;font-size:.88rem}.form-status--success{color:#1f6b2f}.form-status--error{color:#9b1c1c}.hidden{display:none}.empty-state{padding:2rem;border:1px dashed var(--line);color:var(--muted);text-align:center}.product-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;width:min(100% - 2rem,1240px);margin:0 auto;padding:2rem 0 3rem}.gallery__stage{position:relative;margin:0;border:1px solid var(--line);background:var(--surface)}.gallery__main{width:100%;aspect-ratio:4/3;object-fit:contain;background:var(--bg)}.gallery__control{position:absolute;top:50%;transform:translateY(-50%);border:1px solid var(--line);background:var(--surface);width:2.2rem;height:2.2rem;cursor:pointer}.gallery__control--prev{left:.5rem}.gallery__control--next{right:.5rem}.gallery__caption{padding:.5rem .75rem;border-top:1px solid var(--line);font-size:.78rem;color:var(--muted)}.gallery__thumbs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.gallery__thumbs button{border:1px solid var(--line);background:var(--surface);padding:0;cursor:pointer}.gallery__thumbs button.is-active{outline:2px solid var(--ink)}.gallery__thumbs img{width:4rem;height:4rem;object-fit:cover}.product-detail__copy h1{margin:.4rem 0 .8rem;font-size:clamp(1.8rem,4vw,2.6rem)}.detail-list{margin:1rem 0 0;padding-left:1.1rem;color:var(--muted)}.detail-list li+li{margin-top:.35rem}.price strong{font-size:1.4rem}.price span{margin-left:.5rem;color:var(--muted);text-decoration:line-through}.purchase-note{margin:.5rem 0 0;color:var(--muted);font-size:.82rem}.cart-list{display:grid;gap:1rem;width:min(100% - 2rem,1240px);margin:0 auto 3rem}.cart-item{display:grid;grid-template-columns:6rem 1fr auto;gap:1rem;align-items:center;padding:1rem;border:1px solid var(--line);background:var(--surface)}.cart-item img{width:6rem;height:6rem;object-fit:contain;background:var(--bg)}.cart-item__actions{display:flex;flex-direction:column;gap:.4rem}.content-panel{width:min(100% - 2rem,1240px);margin:0 auto 3rem;padding:1.5rem;border:1px solid var(--line);background:var(--surface)}@media(max-width:900px){.hero,.grading-section,.product-detail,.support-strip,.sell-cta{grid-template-columns:1fr}.hero__copy{border-right:0;border-bottom:1px solid var(--line)}.trust-row{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.grading-copy{border-right:0;border-bottom:1px solid color-mix(in srgb,var(--dark-text) 20%,transparent)}}@media(max-width:640px){.category-grid,.product-grid,.trust-row{grid-template-columns:1fr}.category-card,.product-card,.trust-item{border-right:0}.cart-item{grid-template-columns:1fr}}
