/* RC17 storefront refinements: compact ticker, refined hero, enhanced live search */
:root{--sf-mobile-gutter:12px}
.sf-price-ribbon{padding-block:8px 10px;background:linear-gradient(180deg,rgba(16,17,22,.72),rgba(16,17,22,.52));backdrop-filter:blur(18px)}
.sf-price-ribbon-head{align-items:center}
.sf-price-ribbon-head span{font-size:11px;font-weight:900;letter-spacing:.02em}
.sf-price-ribbon-head a{padding:0 10px;height:28px;border-radius:999px;background:rgba(255,255,255,.05);display:inline-flex;align-items:center}
.sf-price-ribbon-page{gap:5px;grid-template-columns:repeat(var(--ribbon-cols,6),minmax(0,1fr));grid-template-rows:repeat(var(--ribbon-rows,1),minmax(0,1fr))}
.sf-price-ribbon-item{position:relative;min-height:60px;padding:8px 10px;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));box-shadow:inset 0 0 0 1px rgba(255,255,255,.035)}
.sf-price-ribbon-item.is-emphasized{background:linear-gradient(135deg,rgba(216,182,90,.16),rgba(255,255,255,.045));box-shadow:inset 0 0 0 1px rgba(216,182,90,.16)}
.sf-price-ribbon-item>strong{font-size:12px;line-height:1.25}
.sf-price-ribbon-icon{width:30px;height:30px;border-radius:10px;background:rgba(216,182,90,.12)}
.sf-price-ribbon-copy b{font-size:10px}
.sf-home-layout .sf-price-ribbon{z-index:58}

.sf-header-search{min-width:clamp(260px,24vw,380px);height:52px;padding-inline:8px 8px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 40px rgba(0,0,0,.18)}
.sf-header-search input{font-size:13px;padding-inline:6px 10px!important}
.sf-header-search button{width:42px;height:42px;border-radius:14px;box-shadow:0 12px 24px rgba(189,135,44,.22)}
.sf-header-search::before{content:'⌕';width:20px;height:20px;display:grid;place-items:center;color:#b6b0a4;font-size:14px;margin-inline-start:4px}
.sf-header-search.is-loading::after{content:'';position:absolute;inset-inline-start:14px;inset-block-end:7px;width:64px;height:2px;border-radius:99px;background:linear-gradient(90deg,transparent,var(--brand-accent),transparent);animation:sfSearchPulse 1s linear infinite}
@keyframes sfSearchPulse{from{transform:translateX(-90%)}to{transform:translateX(280%)}}
.sf-search-suggestions{padding:12px;border-radius:22px;gap:8px;background:rgba(22,23,28,.98);border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 70px rgba(0,0,0,.34)}
.sf-search-suggestions-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:0 4px 6px;color:#ddd0af;font-size:10px}
.sf-search-suggestions-head small{color:#978f82;font-size:9px}
.sf-search-suggestions a{grid-template-columns:58px minmax(0,1fr) auto;padding:9px 10px;border-radius:16px;background:rgba(255,255,255,.015);transition:background .18s ease,transform .18s ease}
.sf-search-suggestions a:hover,.sf-search-suggestions a.is-active{background:linear-gradient(135deg,rgba(216,182,90,.12),rgba(255,255,255,.04));transform:translateY(-1px)}
.sf-search-suggestions img{width:58px;height:58px;border-radius:16px}
.sf-search-suggestions b{font-size:12px}
.sf-search-suggestions small{font-size:10px}
.sf-search-suggestions strong{max-width:170px;font-size:12px;color:#f0d385}

.sf-home-layout .sf-hero{min-height:100svh}
.sf-home-layout .sf-hero-slide{padding-top:calc(var(--sf-header) + 118px);gap:34px}
.sf-home-layout .sf-hero-slide::before{background:linear-gradient(90deg,rgba(15,15,19,.95) 0%,rgba(15,15,19,.82) 36%,rgba(15,15,19,.38) 68%,rgba(15,15,19,.46) 100%)}
.sf-home-layout .sf-hero-slide::after{height:32%;background:linear-gradient(transparent,rgba(18,18,23,.88) 65%,var(--sf-bg))}
.sf-hero-copy{gap:17px;align-content:center}
.sf-hero-copy h1{max-width:12ch}
.sf-hero-copy>p{max-width:58ch}
.sf-hero-actions{gap:12px}
.sf-hero-visual{min-height:540px}
.sf-hero-figure{width:min(44vw,680px);height:min(64vh,640px)}
.sf-hero-figure img{filter:drop-shadow(0 46px 72px rgba(0,0,0,.52)) saturate(1.04)}
.sf-hero-aura{inset:12%;filter:blur(52px)}
.sf-hero-trust{max-width:560px}

.sf-market-section{padding-block:52px 56px}
.sf-market-grid{gap:8px}
.sf-market-grid article{padding:16px 14px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.038),rgba(255,255,255,.022))}
.sf-market-grid article>strong{font-size:clamp(16px,1.45vw,24px)}
.sf-market-grid footer{align-items:baseline}

@media (max-width:760px){
  .sf-home-layout .sf-price-ribbon{padding:6px 10px 9px}
  .sf-price-ribbon-head{margin-bottom:6px}
  .sf-price-ribbon-head span{font-size:11px}
  .sf-price-ribbon-head a{height:26px;font-size:10px;padding-inline:9px}
  .sf-price-ribbon-page{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:repeat(2,64px)!important;gap:4px}
  .sf-price-ribbon-item{min-height:64px;height:64px;padding:6px 4px 7px;border-radius:14px;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:24px minmax(0,1fr) auto;grid-template-areas:'icon' 'copy' 'price';justify-items:center;text-align:center;gap:2px}
  .sf-price-ribbon-icon{grid-area:icon;width:24px;height:24px;border-radius:9px}.sf-price-ribbon-icon svg{width:14px;height:14px}
  .sf-price-ribbon-copy{grid-area:copy;max-width:100%}.sf-price-ribbon-copy b{font-size:8.5px;line-height:1.15;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:center}.sf-price-ribbon-copy small{display:none!important}
  .sf-price-ribbon-item>strong{grid-area:price;font-size:8.5px;line-height:1.2;text-align:center;color:#f0d279}
  .sf-price-ribbon-controls{margin-top:6px}
  .sf-home-layout .sf-hero-track,.sf-home-layout .sf-hero-slide,.sf-home-layout .sf-hero{min-height:100svh}
  .sf-home-layout .sf-hero-slide{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;align-content:start;gap:16px;padding:calc(var(--sf-header) + 172px) var(--sf-mobile-gutter) 112px!important}
  .sf-hero-copy{gap:12px;align-content:start}
  .sf-hero-kicker{max-width:max-content;font-size:10px;padding:6px 11px}
  .sf-hero-copy h1{max-width:none;font-size:clamp(28px,8vw,39px)!important;line-height:1.16;text-wrap:balance}
  .sf-hero-copy>p{font-size:13px!important;line-height:1.9;max-width:none;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:#e8deca}
  .sf-hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .sf-button{min-height:46px;border-radius:16px;font-size:12px;padding-inline:10px}
  .sf-hero-trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-width:none}
  .sf-hero-trust span{font-size:9.5px;line-height:1.45;align-items:flex-start}
  .sf-hero-visual{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:260px;max-height:none;opacity:.96!important;display:grid;place-items:end center;margin-top:4px}
  .sf-hero-aura{inset:12% 10% 18%;filter:blur(28px);opacity:.85}
  .sf-hero-figure{width:min(100%,340px)!important;max-width:100%;height:min(34svh,300px)!important;transform:none!important;margin-inline:auto}
  .sf-hero-figure img{object-fit:contain;mask-image:radial-gradient(ellipse 72% 72% at 50% 52%,#000 46%,rgba(0,0,0,.95) 64%,rgba(0,0,0,.32) 82%,transparent 96%);-webkit-mask-image:radial-gradient(ellipse 72% 72% at 50% 52%,#000 46%,rgba(0,0,0,.95) 64%,rgba(0,0,0,.32) 82%,transparent 96%)}
  .sf-hero-controls{bottom:84px}
  .sf-home{padding-inline:var(--sf-mobile-gutter)}
  .sf-header-search{display:none}
  .sf-market-section{padding-inline:var(--sf-mobile-gutter)}
  .sf-market-section header{gap:12px}
  .sf-market-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
}
@media (min-width:761px){
  .sf-price-ribbon-page{grid-template-columns:repeat(var(--ribbon-cols,8),minmax(0,1fr))}
}
@media (max-width:380px){
  .sf-home-layout .sf-hero-slide{padding-top:calc(var(--sf-header) + 168px)!important}
  .sf-hero-copy h1{font-size:26px!important}
  .sf-price-ribbon-item{height:62px;min-height:62px}
  .sf-price-ribbon-copy b,.sf-price-ribbon-item>strong{font-size:8px}
}
