:root {
  --ink: #101114;
  --muted: #696d75;
  --line: #dfe2e7;
  --soft: #f4f5f7;
  --paper: #fff;
  --blue: #0868dc;
  --blue-dark: #0353b4;
  --green: #117a50;
  --header: 68px;
  --shell: 1280px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif; font-size: 16px; letter-spacing: 0; overflow-x: clip; -webkit-font-smoothing: antialiased; }
body.locked { overflow: hidden; }
button, input, select { font: inherit; color: inherit; }
button { border: 0; background: none; cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
svg { width: 20px; height: 20px; stroke-width: 1.8; }
.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: 40px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 14px; top: -70px; padding: 12px 16px; color: #fff; background: #000; }
.skip-link:focus { top: 12px; }

.statusbar { min-height: 32px; color: #fff; background: #0a0b0d; font-size: 11px; }
.statusbar__inner { min-height: 32px; display: flex; justify-content: center; align-items: center; gap: 24px; }
.statusbar button { display: inline-flex; align-items: center; gap: 5px; color: #aed1ff; font-size: 11px; }
.statusbar svg { width: 12px; height: 12px; }
.site-header { height: var(--header); position: sticky; z-index: 80; top: 0; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(16,17,20,.1); backdrop-filter: blur(20px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 128px minmax(0,1fr) 144px; align-items: center; }
.wordmark { width: 118px; height: 48px; display: grid; place-items: center; padding: 0; }
.wordmark img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { justify-self: center; height: 100%; display: flex; align-items: stretch; }
.main-nav > button { height: 100%; padding: 0 15px; position: relative; font-size: 13px; }
.main-nav > button::after { content: ""; position: absolute; right: 15px; bottom: 0; left: 15px; height: 2px; background: var(--blue); transform: scaleX(0); transition: transform .2s; }
.main-nav > button:hover::after, .main-nav > button:focus-visible::after { transform: scaleX(1); }
.header-actions { justify-self: end; display: flex; align-items: center; }
.icon-btn { width: 42px; height: 42px; position: relative; display: inline-grid; place-items: center; padding: 0; transition: background .2s; }
.icon-btn:hover { background: #eef0f3; }
.count-badge { min-width: 16px; height: 16px; position: absolute; right: 1px; top: 1px; display: none; place-items: center; padding: 0 4px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: var(--blue); font-size: 9px; line-height: 1; }
.count-badge.visible { display: grid; }
.menu-toggle { display: none; }

.mega-menu { max-height: 0; position: absolute; z-index: 70; top: 100%; right: 0; left: 0; overflow: hidden; opacity: 0; visibility: hidden; background: rgba(255,255,255,.98); box-shadow: 0 28px 55px rgba(12,18,28,.13); transition: max-height .35s ease, opacity .2s, visibility .2s; backdrop-filter: blur(20px); }
.mega-menu.open { max-height: 540px; opacity: 1; visibility: visible; }
.mega-inner { width: min(calc(100% - 48px), 1120px); min-height: 320px; margin-inline: auto; display: grid; grid-template-columns: 1.15fr .8fr .8fr; gap: 70px; padding: 45px 0 48px; }
.mega-col { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.mega-col small { margin-bottom: 12px; color: #8a8e95; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.mega-col button { padding: 3px 0; text-align: left; font-size: 15px; }
.mega-col--primary button { font-size: 27px; font-weight: 620; line-height: 1.25; }
.mega-col button:hover { color: var(--blue); }
.mega-feature { align-self: stretch; position: relative; overflow: hidden; background: #eff2f6; }
.mega-feature img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.mega-feature span { position: absolute; left: 18px; bottom: 16px; padding: 7px 9px; color: #fff; background: rgba(0,0,0,.72); font-size: 11px; }

.mobile-menu { position: fixed; z-index: 75; top: 100px; right: 0; bottom: 0; left: 0; display: none; flex-direction: column; padding: 24px; overflow-y: auto; background: rgba(255,255,255,.99); transform: translateX(100%); transition: transform .3s ease; }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu__links { display: flex; flex-direction: column; }
.mobile-menu__links button { min-height: 58px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); font-size: 21px; text-align: left; }
.mobile-menu__utility { display: flex; gap: 10px; margin-top: 24px; }
.mobile-menu__utility button { min-height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 14px; background: var(--soft); }

#app { min-height: 70vh; outline: none; }
.eyebrow { display: block; margin-bottom: 14px; color: var(--blue); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.display-title { margin: 0; font-size: clamp(56px, 7svh, 80px); line-height: .98; font-weight: 650; letter-spacing: 0; overflow-wrap: break-word; }
.page-title { margin: 0; font-size: clamp(48px, 6svh, 68px); line-height: 1; font-weight: 640; letter-spacing: 0; overflow-wrap: break-word; }
.section-title { margin: 0; font-size: clamp(36px, 5svh, 54px); line-height: 1.04; font-weight: 630; letter-spacing: 0; overflow-wrap: break-word; }
.lede { max-width: 650px; color: var(--muted); font-size: clamp(16px, 2.25svh, 21px); line-height: 1.6; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; font-size: 14px; font-weight: 650; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: #fff; background: var(--blue); }
.btn--primary:hover { background: var(--blue-dark); }
.btn--dark { color: #fff; background: var(--ink); }
.btn--light { color: var(--ink); background: #fff; }
.btn--outline { border-color: #c8ccd2; background: #fff; }
.btn--small { min-height: 38px; padding: 0 13px; font-size: 12px; }
.btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 6px; padding: 0; color: var(--blue); font-size: 14px; font-weight: 650; }
.text-link svg { width: 16px; height: 16px; }

.home-hero { height: clamp(650px, calc(100svh - 124px), 790px); position: relative; overflow: hidden; background: #f5f5f7; }
.home-hero__inner { height: 100%; position: relative; z-index: 2; display: flex; justify-content: center; align-items: flex-start; }
.home-hero__copy { width: 100%; padding: 54px 0 0; text-align: center; }
.home-hero .display-title { font-size: 56px; line-height: 1.08; font-weight: 650; }
.home-hero .lede { max-width: none; margin: 8px auto 17px; color: #1d1d1f; font-size: 27px; line-height: 1.35; }
.home-hero .actions { justify-content: center; }
.home-hero .btn { min-height: 46px; padding-inline: 24px; border-radius: 24px; font-size: 16px; font-weight: 500; }
.home-hero--iphone > img { width: min(1120px, 82vw); max-width: none; height: auto; position: absolute; z-index: 1; right: 50%; bottom: 0; transform: translateX(50%); }
.home-hero--enter .home-hero__copy > * { animation: home-hero-copy-enter .48s ease-out both; }
.home-hero--enter .home-hero__copy > :nth-child(2) { animation-delay: .05s; }
.home-hero--enter .home-hero__copy > :nth-child(3) { animation-delay: .1s; }
.home-hero--enter > img { animation: home-hero-product-enter .72s cubic-bezier(.2,.75,.2,1) .04s both; }
@keyframes home-hero-copy-enter { from { opacity: .45; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }
@keyframes home-hero-product-enter { from { opacity: .55; transform: translateX(50%) translateY(18px) scale(.99); } to { opacity: 1; transform: translateX(50%) translateY(0) scale(1); } }
.campaign-panel { min-height: 680px; position: relative; display: grid; place-items: start center; overflow: hidden; padding: 56px 24px 0; border-top: 12px solid #fff; text-align: center; }
.campaign-panel__copy { position: relative; z-index: 2; }
.campaign-panel h2 { max-width: 900px; margin: 0; font-size: clamp(46px,4.2vw,58px); line-height: 1.08; font-weight: 650; }
.campaign-panel__subtitle { margin: 5px 0 0; font-size: clamp(22px,2.1vw,29px); line-height: 1.2; }
.campaign-panel .actions { justify-content: center; margin-top: 18px; }
.campaign-panel .btn { min-height: 44px; padding-inline: 22px; border-radius: 24px; font-size: 16px; font-weight: 500; }
.campaign-panel > img { width: min(980px,90vw); height: 390px; position: absolute; right: 0; bottom: 0; left: 0; margin: auto; object-fit: contain; }
.campaign-panel--light { background: #f5f5f7; }
.campaign-panel--dark { color: #fff; background: #000; }
.campaign-panel--dark > img { opacity: .9; }
.campaign-panel--macbook-air { background: linear-gradient(135deg,#d4eaf6 0%,#e8f4fa 58%,#f9fcfd 100%); }
.campaign-panel--macbook-air > img { width: min(1040px,92vw); height: 455px; }
.home-promo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 12px; background: #fff; }
.home-promo-tile { min-width: 0; min-height: 570px; position: relative; overflow: hidden; padding: 52px 24px 0; text-align: center; }
.home-promo-tile__copy { position: relative; z-index: 2; }
.home-promo-tile h3 { margin: 0; font-size: clamp(38px,3.2vw,50px); line-height: 1.05; font-weight: 650; overflow-wrap: anywhere; }
.home-promo-tile p { max-width: 530px; margin: 8px auto 0; font-size: clamp(18px,1.65vw,24px); line-height: 1.2; }
.home-promo-tile .actions { justify-content: center; margin-top: 15px; }
.home-promo-tile .btn { min-height: 42px; padding-inline: 19px; border-radius: 23px; font-size: 14px; font-weight: 500; }
.home-promo-tile > img { width: 100%; height: 390px; position: absolute; right: 0; bottom: 0; left: 0; object-fit: cover; }
.home-promo-tile--sky { background: #b7dfed; }
.home-promo-tile--light { background: #fff; }
.home-promo-tile--dark { color: #fff; background: #000; }
.home-promo-tile--dark p { color: #f0f0f2; }
.home-promo-tile--dark .btn--light { color: #fff; background: transparent; border-color: rgba(255,255,255,.72); }
.trade-in-panel { min-height: 610px; position: relative; overflow: hidden; padding: 52px 24px 0; border-top: 12px solid #fff; text-align: center; background: #f5f5f7; }
.trade-in-panel__copy { position: relative; z-index: 2; }
.trade-in-panel h2 { margin: 0; font-size: clamp(42px,3.7vw,56px); line-height: 1.05; font-weight: 650; }
.trade-in-panel p { max-width: 590px; margin: 10px auto 20px; color: #333336; font-size: clamp(18px,1.6vw,23px); line-height: 1.25; }
.trade-in-panel > img { width: min(1100px,96vw); height: auto; position: absolute; z-index: 1; bottom: 0; left: 50%; transform: translateX(-50%); }
.btn--light { color: #fff; border-color: rgba(255,255,255,.65); }
.actions { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; }
.trust-strip { border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { min-height: 110px; display: flex; align-items: center; gap: 14px; padding: 22px; border-left: 1px solid var(--line); }
.trust-item:last-child { border-right: 1px solid var(--line); }
.trust-item svg { color: var(--blue); flex: 0 0 auto; }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { margin-bottom: 4px; font-size: 13px; }
.trust-item span { color: var(--muted); font-size: 11px; }
.content-section { padding: 108px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.section-head p { max-width: 420px; margin: 0; color: var(--muted); line-height: 1.55; }

.category-rail { display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-tile { min-height: 160px; position: relative; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; transition: color .2s, background .2s; }
.category-tile svg { color: var(--blue); }
.category-tile span { font-size: 18px; font-weight: 650; }
.category-tile small { color: var(--muted); }
.category-tile:hover { color: #fff; background: var(--blue); }
.category-tile:hover svg, .category-tile:hover small { color: #fff; }
.home-products { background: #fff; }
.home-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.home-product-panel { min-height: 540px; position: relative; overflow: hidden; padding: 42px; background: #f5f5f7; }
.home-product-panel > div { position: relative; z-index: 2; text-align: center; }
.home-product-panel h3 { margin: 0; font-size: 42px; line-height: 1; }
.home-product-panel p { margin: 12px 0 14px; color: var(--muted); }
.home-product-panel > img { width: 90%; height: 330px; position: absolute; right: 5%; bottom: 0; object-fit: contain; }
.home-product-panel--dark { color: #fff; background: #000; }
.home-product-panel--dark p { color: #b7b7bd; }
.home-product-panel--brand { color: #fff; background: #101114; }
.home-product-panel--brand > img { opacity: .62; }

.store-overview { padding: 70px 0 46px; background: #fff; }
.store-overview h1 { margin: 0 0 42px; font-size: 64px; line-height: 1; font-weight: 650; }
.store-category-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 118px; gap: 18px; overflow-x: auto; padding: 0 0 18px; scroll-snap-type: x proximity; scrollbar-color: #c5c8cd transparent; }
.store-category-item { min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 0; scroll-snap-align: start; text-align: center; }
.store-category-item__image { width: 108px; height: 92px; display: grid; place-items: center; overflow: hidden; background: #f5f5f7; }
.store-category-item img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.store-category-item strong { min-height: 34px; font-size: 13px; line-height: 1.25; font-weight: 650; }
.store-category-item:hover img { transform: scale(1.05); }
.store-category-item:hover strong { color: var(--blue); }
.store-lineup { padding: 102px 0 112px; overflow: hidden; background: #f5f5f7; }
.store-lineup__head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.store-lineup__head h2 { margin: 0; font-size: 48px; line-height: 1.05; font-weight: 650; }
.store-lineup__track { width: min(calc(100% - 48px),var(--shell)); margin-inline: auto; display: grid; grid-auto-flow: column; grid-auto-columns: 340px; gap: 18px; overflow-x: auto; padding-bottom: 20px; scroll-snap-type: x mandatory; scrollbar-color: #afb3ba transparent; }
.store-lineup-card { min-height: 610px; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 8px 30px rgba(20,24,32,.08); scroll-snap-align: start; }
.store-lineup-card__media { width: 100%; height: 400px; display: block; overflow: hidden; padding: 0; background: #e6eaf0; }
.store-lineup-card__media img { width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.store-lineup-card:hover .store-lineup-card__media img { transform: scale(1.025); }
.store-lineup-card--pro .store-lineup-card__media { background: #000; }
.store-lineup-card--air .store-lineup-card__media { background: #c9dde8; }
.store-lineup-card--standard .store-lineup-card__media { background: #ded3eb; }
.store-lineup-card--max .store-lineup-card__media { background: #d7dce4; }
.store-lineup-card__body { min-height: 210px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; }
.store-lineup-card__body > span { color: #b24a16; font-size: 11px; font-weight: 700; }
.store-lineup-card h3 { margin: 8px 0 7px; font-size: 28px; line-height: 1.05; }
.store-lineup-card p { min-height: 42px; margin: 0 0 13px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.store-lineup-card__body > strong { font-size: 14px; }
.store-lineup-card .actions { margin-top: 18px; }
.store-catalog-link { padding: 82px 0; background: #fff; }
.store-catalog-link > .shell { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.store-catalog-link h2 { margin: 0; font-size: 44px; line-height: 1.05; }
.store-catalog-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.product-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 370px); gap: 16px; overflow-x: auto; padding-bottom: 18px; scroll-snap-type: x mandatory; scrollbar-color: #b7bbc1 transparent; }
.product-card { min-height: 520px; position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: #f5f6f8; scroll-snap-align: start; transition: border-color .35s ease, box-shadow .35s ease, transform .35s cubic-bezier(.2,.8,.2,1); }
.product-card__media { height: 285px; position: relative; overflow: hidden; background: #eef1f5; }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.product-card__badges { position: absolute; z-index: 2; left: 15px; top: 15px; display: flex; gap: 6px; transition: transform .35s ease; }
.badge { padding: 6px 8px; color: #fff; background: var(--ink); font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.badge--blue { background: var(--blue); }
.product-card__body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.product-card__meta { color: var(--muted); font-size: 11px; }
.product-card h3 { min-height: 58px; margin: 8px 0 8px; font-size: 25px; line-height: 1.12; font-weight: 650; }
.product-card__desc { margin: 0 0 16px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.product-card__price { margin-top: auto; font-size: 14px; font-weight: 700; }
.product-card__availability { margin-top: 4px; color: var(--muted); font-size: 11px; }
.product-card__actions { display: flex; gap: 8px; margin-top: 18px; }
.product-card__actions .btn:first-child { flex: 1; }
.compare-toggle { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #c8ccd2; background: #fff; }
.compare-toggle.active { color: #fff; background: var(--blue); border-color: var(--blue); }

.store-hero { padding: 78px 0 44px; border-bottom: 1px solid var(--line); background: #fafbfc; }
.store-hero__inner { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.store-hero p { max-width: 490px; margin: 0 0 5px; color: var(--muted); line-height: 1.6; }
.store-shell { padding: 42px 0 110px; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.result-count { color: var(--muted); font-size: 13px; }
.sort-select { min-height: 42px; padding: 0 34px 0 12px; border: 1px solid #cfd3d9; background: #fff; }
.catalog-layout { display: grid; grid-template-columns: 235px minmax(0,1fr); gap: 36px; }
.filter-panel { align-self: start; position: sticky; top: 98px; border-top: 1px solid var(--line); }
.filter-group { padding: 18px 0; border-bottom: 1px solid var(--line); }
.filter-group label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; }
.filter-group select { width: 100%; min-height: 41px; padding: 0 30px 0 10px; border: 1px solid #ccd0d6; background: #fff; font-size: 12px; }
.filter-reset { margin-top: 15px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
@media (min-width: 1280px) {
  .catalog-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
.catalog-grid .product-card { min-height: 500px; }
.catalog-grid .product-card__media { height: 255px; }
.empty-state { grid-column: 1/-1; min-height: 380px; display: grid; place-items: center; padding: 40px; text-align: center; background: var(--soft); }
.empty-state svg { width: 40px; height: 40px; color: var(--muted); }
.empty-state h3 { margin: 18px 0 8px; font-size: 26px; }
.empty-state p { margin: 0; color: var(--muted); }

.product-page { padding-bottom: 110px; }
.breadcrumb { min-height: 54px; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.breadcrumb button:hover { color: var(--blue); }
.product-top { position: relative; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(390px,.85fr); min-height: 700px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-gallery { min-height: 700px; position: sticky; top: var(--header); display: grid; place-items: center; overflow: hidden; background: color-mix(in srgb, var(--tone, #e8eef6) 22%, #f5f6f8); transition: background .35s; }
.product-gallery--iphone-focus { background: #fff; }
.product-gallery img { width: 100%; height: 100%; max-height: 700px; object-fit: contain; transform-origin: 50% 50%; animation: product-color-refresh .24s ease-out both; }
.product-page[data-current-product="apple-watch-series-11"] .product-gallery { background: #fff; }
.product-page[data-current-product="apple-watch-series-11"] .product-gallery > img { width: 130%; max-width: none; height: 100%; object-fit: contain; }
.iphone-color-focus { height: min(84%, 590px); aspect-ratio: var(--focus-ratio, .48); position: relative; overflow: hidden; }
.product-gallery .iphone-color-focus img { width: auto; max-width: none; height: 112%; max-height: none; position: absolute; left: 50%; top: 50%; object-fit: initial; transform-origin: 50% 50%; animation: iphone-color-refresh .24s ease-out both; }
.product-page--enter .breadcrumb { animation: product-breadcrumb-enter .3s ease-out both; }
.product-page--enter .product-gallery { animation: product-gallery-enter .35s ease-out both; }
.product-page--enter .product-gallery > img { animation: product-image-enter .48s ease-out .03s both; }
.product-page--enter .gallery-note, .product-page--enter .gallery-switcher { animation: product-control-enter .28s ease-out .18s both; }
.product-page--enter .product-config > * { animation: product-copy-enter .32s ease-out both; }
.product-page--enter .product-config > :nth-child(1) { animation-delay: .03s; }
.product-page--enter .product-config > :nth-child(2) { animation-delay: .05s; }
.product-page--enter .product-config > :nth-child(3) { animation-delay: .07s; }
.product-page--enter .product-config > :nth-child(4) { animation-delay: .09s; }
.product-page--enter .product-config > :nth-child(5) { animation-delay: .11s; }
.product-page--enter .product-config > :nth-child(6) { animation-delay: .13s; }
.product-page--enter .product-config > :nth-child(7) { animation-delay: .15s; }
.product-page--enter .product-config > :nth-child(8) { animation-delay: .17s; }
.product-page--enter .product-config > :nth-child(n+9) { animation-delay: .19s; }
@keyframes product-breadcrumb-enter { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes product-gallery-enter { from { opacity: 0; } to { opacity: 1; } }
@keyframes product-image-enter { from { opacity: .75; transform: translate(var(--product-shift-x, 0), calc(var(--product-shift-y, 0) + 12px)) scale(var(--product-scale, .99)); } to { opacity: 1; transform: translate(var(--product-shift-x, 0), var(--product-shift-y, 0)) scale(var(--product-scale, 1)); } }
@keyframes product-color-refresh { from { opacity: .65; transform: translate(var(--product-shift-x, 0), var(--product-shift-y, 0)) scale(var(--product-scale, .99)); } to { opacity: 1; transform: translate(var(--product-shift-x, 0), var(--product-shift-y, 0)) scale(var(--product-scale, 1)); } }
@keyframes iphone-color-refresh { from { opacity: .65; transform: translate(calc(-1 * var(--focus-x)), -50%) scale(.99); } to { opacity: 1; transform: translate(calc(-1 * var(--focus-x)), -50%) scale(1); } }
@keyframes product-control-enter { from { opacity: .75; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
@keyframes product-copy-enter { from { opacity: .75; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }
.gallery-note { position: absolute; left: 22px; bottom: 18px; color: var(--muted); font-size: 10px; }
.gallery-switcher { position: absolute; right: 18px; bottom: 14px; display: flex; gap: 8px; }
.gallery-switcher button { width: 58px; height: 43px; overflow: hidden; padding: 3px; border: 1px solid rgba(16,17,20,.18); background: rgba(255,255,255,.88); }
.gallery-switcher button.active { border-color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.gallery-switcher img { width: 100%; height: 100%; object-fit: contain; }
.product-config { padding: 58px 55px 60px; border-left: 1px solid var(--line); }
.product-config h1 { margin: 0; font-size: clamp(40px,4vw,62px); line-height: 1; font-weight: 650; }
.product-config__desc { margin: 20px 0 22px; color: var(--muted); line-height: 1.55; }
.price-block { padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-block strong, .price-block span { display: block; }
.price-block strong { font-size: 20px; }
.price-block span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.option-group { margin-top: 28px; }
.option-group__head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 11px; font-size: 13px; }
.option-group__head span { color: var(--muted); }
.sim-summary { min-height: 78px; display: flex; align-items: center; gap: 14px; padding: 15px; border: 1px solid var(--line); background: var(--soft); }
.sim-summary > svg { flex: 0 0 auto; color: var(--blue); }
.sim-summary strong, .sim-summary span { display: block; }
.sim-summary span { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.4; overflow-wrap: anywhere; }
.product-page[data-current-product^="iphone"] .product-config { display: flex; flex-direction: column; }
.product-page[data-current-product^="iphone"] .option-group--screenSize,
.product-page[data-current-product^="iphone"] .option-group--chip,
.product-page[data-current-product^="iphone"] .option-group--memory,
.product-page[data-current-product^="iphone"] .option-group--connectivity { display: none; }
.product-page[data-current-product^="iphone"] .option-group--color { order: 10; }
.product-page[data-current-product^="iphone"] .option-group--storage { order: 11; }
.product-page[data-current-product^="iphone"] .option-group--simType { order: 12; }
.product-page[data-current-product^="iphone"] .price-block { order: 20; margin-top: 28px; }
.product-page[data-current-product^="iphone"] .config-actions { order: 21; }
.product-page[data-current-product^="iphone"] .product-config h1::before { content: "1 · Модель"; display: block; margin-bottom: 10px; color: var(--blue); font-size: 11px; font-weight: 750; text-transform: uppercase; }
.product-page[data-current-product^="iphone"] .option-group--color .option-group__head strong::before { content: "2 · "; }
.product-page[data-current-product^="iphone"] .option-group--storage .option-group__head strong::before { content: "3 · "; }
.product-page[data-current-product^="iphone"] .option-group--simType .option-group__head strong::before { content: "4 · "; }
.product-page[data-current-product^="iphone"] .price-block::before { content: "5 · Цена"; display: block; margin-bottom: 8px; color: var(--blue); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.option-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.option-btn { min-height: 48px; padding: 8px 12px; border: 1px solid #c9cdd3; background: #fff; font-size: 12px; text-align: left; }
.option-btn.active { border: 2px solid var(--blue); padding: 7px 11px; animation: product-option-selected .2s ease-out both; }
.color-list { display: flex; flex-wrap: wrap; gap: 9px; }
.color-btn { width: 38px; height: 38px; position: relative; padding: 0; border: 1px solid #cbd0d6; border-radius: 50%; background: var(--swatch); }
.color-btn::after { content: ""; position: absolute; inset: -5px; border: 2px solid transparent; border-radius: 50%; }
.color-btn.active { animation: product-option-selected .2s ease-out both; }
.color-btn.active::after { border-color: var(--blue); }
.watch-color-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.watch-color-btn { min-height: 62px; display: flex; align-items: center; gap: 11px; padding: 10px 12px; border: 1px solid #c9cdd3; background: #fff; text-align: left; }
.watch-color-btn.active { padding: 9px 11px; border: 2px solid var(--blue); animation: product-option-selected .2s ease-out both; }
.watch-color-btn__swatch { width: 28px; height: 28px; flex: 0 0 28px; border: 1px solid #cbd0d6; border-radius: 50%; background: var(--swatch); box-shadow: inset 0 0 0 3px #fff; }
.watch-color-btn strong, .watch-color-btn small { display: block; }
.watch-color-btn strong { font-size: 12px; line-height: 1.25; }
.watch-color-btn small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.config-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 30px; }
.config-actions .btn { min-height: 52px; }
.product-content { padding-top: 90px; }
.detail-tabs { display: flex; gap: 24px; overflow-x: auto; border-bottom: 1px solid var(--line); }
.detail-tabs a { flex: 0 0 auto; padding: 0 0 16px; color: var(--muted); font-size: 13px; }
.detail-section { padding: 72px 0; border-bottom: 1px solid var(--line); }
.detail-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.detail-grid h2 { margin: 0; font-size: 34px; }
.spec-table { border-top: 1px solid var(--line); }
.spec-row { min-height: 58px; display: grid; grid-template-columns: .45fr 1fr; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); font-size: 13px; }
.spec-row span:first-child { color: var(--muted); }
.detail-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-list li { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }

.compare-page { padding: 78px 0 110px; }
.compare-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 38px; }
.compare-table-wrap { overflow-x: auto; }
.compare-table { min-width: 800px; display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.compare-row { display: grid; grid-template-columns: 190px repeat(var(--compare-count), minmax(220px,1fr)); }
.compare-cell { min-height: 64px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; }
.compare-cell--label { color: var(--muted); background: #fafbfc; }
.compare-product { min-height: 330px; position: relative; }
.compare-product img { width: 100%; height: 180px; object-fit: contain; margin-bottom: 16px; background: var(--soft); }
.compare-product h3 { margin: 0 0 8px; font-size: 23px; }
.compare-remove { position: absolute; right: 7px; top: 7px; background: rgba(255,255,255,.9); }
.compare-tray { min-width: 420px; min-height: 70px; position: fixed; z-index: 68; left: 50%; bottom: 18px; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 10px 10px 10px 20px; color: #fff; background: rgba(16,17,20,.96); box-shadow: 0 18px 50px rgba(0,0,0,.22); transform: translate(-50%, 130%); transition: transform .3s; }
.compare-tray.visible { transform: translate(-50%, 0); }
.compare-tray strong, .compare-tray span { display: block; }
.compare-tray span { margin-top: 4px; color: #b9bdc4; font-size: 11px; }
.compare-tray .btn { border: 1px solid #43464c; }

.support-hero { padding: 100px 0; color: #fff; background: #111922; }
.support-hero p { max-width: 650px; color: #c7ced7; }
.support-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.support-card { min-height: 330px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-card svg { width: 32px; height: 32px; color: var(--blue); }
.support-card h3 { margin: 50px 0 12px; font-size: 22px; }
.support-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.contact-panel { margin-top: 50px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; padding: 50px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-panel__intro h2 { max-width: 430px; margin: 10px 0 16px; font-size: 40px; line-height: 1.05; }
.contact-panel__intro p { max-width: 470px; margin: 0; color: var(--muted); line-height: 1.6; }
.contact-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-option { min-width: 0; min-height: 112px; display: grid; grid-template-columns: 28px minmax(0,1fr) 20px; align-items: center; gap: 14px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); transition: color .2s, background .2s; }
.contact-option:hover { color: var(--blue); background: #f7faff; }
.contact-option > svg:first-child { color: var(--blue); }
.contact-option > svg:last-child { width: 17px; height: 17px; color: var(--muted); }
.contact-option small, .contact-option strong { display: block; overflow-wrap: anywhere; }
.contact-option small { margin-bottom: 6px; color: var(--muted); font-size: 11px; }
.contact-option strong { font-size: 17px; }
.legal-panel { margin-top: 50px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; padding: 60px; background: var(--soft); }
.legal-seal { width: min(100%,330px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #cbd0d6; border-radius: 50%; font-size: 28px; font-weight: 700; }
.legal-copy h2 { margin: 0; font-size: 44px; }
.legal-copy p { color: var(--muted); line-height: 1.6; }
.legal-copy details { border-top: 1px solid #cbd0d6; border-bottom: 1px solid #cbd0d6; }
.legal-copy summary { min-height: 58px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 13px; font-weight: 700; list-style: none; }

.overlay { position: fixed; z-index: 89; inset: 0; background: rgba(0,0,0,.32); backdrop-filter: blur(3px); }
.search-sheet { max-height: min(740px, calc(100svh - 32px)); position: fixed; z-index: 100; top: 32px; right: 0; left: 0; overflow-y: auto; opacity: 0; visibility: hidden; background: #fff; box-shadow: 0 30px 70px rgba(0,0,0,.18); transform: translateY(-30px); transition: .25s; }
.search-sheet.open { opacity: 1; visibility: visible; transform: translateY(0); }
.search-sheet__top { min-height: 92px; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.search-sheet__top > svg { width: 27px; height: 27px; color: var(--muted); }
.search-sheet input { flex: 1; min-width: 0; border: 0; outline: 0; font-size: 25px; }
.search-sheet__body { padding-top: 28px; padding-bottom: 42px; }
.search-label { display: block; margin-bottom: 14px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.suggestions { display: flex; flex-wrap: wrap; gap: 8px; }
.suggestion { padding: 9px 12px; background: var(--soft); font-size: 13px; }
.search-results { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.search-result { min-height: 98px; display: grid; grid-template-columns: 85px 1fr auto; align-items: center; gap: 15px; padding: 10px; text-align: left; background: #fff; }
.search-result.active, .search-result:hover { background: #f2f6fc; }
.search-result img { width: 85px; height: 76px; object-fit: cover; background: var(--soft); }
.search-result strong, .search-result span { display: block; }
.search-result span { margin-top: 5px; color: var(--muted); font-size: 11px; }

.cart-drawer { width: min(520px,100%); position: fixed; z-index: 100; top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; background: #fff; box-shadow: -30px 0 70px rgba(0,0,0,.15); transform: translateX(105%); transition: transform .3s; }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { min-height: 110px; display: flex; justify-content: space-between; align-items: center; padding: 24px 28px; border-bottom: 1px solid var(--line); }
.drawer-head .eyebrow { margin-bottom: 6px; }
.drawer-head h2 { margin: 0; font-size: 32px; }
.cart-items { flex: 1; overflow-y: auto; padding: 0 28px; }
.cart-empty { min-height: 380px; display: grid; place-items: center; text-align: center; }
.cart-empty svg { width: 42px; height: 42px; color: var(--muted); }
.cart-empty h3 { margin: 18px 0 7px; }
.cart-empty p { margin: 0; color: var(--muted); font-size: 13px; }
.cart-item { display: grid; grid-template-columns: 95px 1fr auto; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 95px; height: 90px; object-fit: contain; background: var(--soft); }
.cart-item h3 { margin: 0 0 5px; font-size: 16px; }
.cart-item p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.quantity { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.quantity button { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #cbd0d6; }
.cart-remove { align-self: start; }
.cart-summary { padding: 22px 28px 28px; border-top: 1px solid var(--line); background: #fafbfc; }
.cart-summary__row { display: flex; justify-content: space-between; margin-bottom: 15px; font-size: 14px; }
.cart-summary .btn { width: 100%; }
.checkout-form { display: grid; gap: 9px; margin-top: 14px; }
.checkout-form input { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid #cbd0d6; background: #fff; }
.checkout-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.checkout-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; padding: 22px 0; }
.checkout-steps div { min-width: 0; color: var(--muted); }
.checkout-steps span { width: 25px; height: 25px; display: grid; place-items: center; margin-bottom: 7px; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; }
.checkout-steps strong { display: block; font-size: 9px; line-height: 1.25; overflow-wrap: anywhere; }
.checkout-steps .active { color: var(--ink); }
.checkout-steps .active span { color: #fff; border-color: var(--blue); background: var(--blue); }
.checkout-stage { padding: 10px 0 30px; }
.checkout-stage h3 { margin: 0 0 8px; font-size: 29px; }
.checkout-stage > p { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.checkout-accessories { display: grid; gap: 8px; }
.checkout-accessories article { min-height: 82px; display: grid; grid-template-columns: 72px 1fr 42px; align-items: center; gap: 10px; border: 1px solid var(--line); }
.checkout-accessories img { width: 72px; height: 80px; object-fit: contain; background: var(--soft); }
.checkout-accessories strong, .checkout-accessories span { display: block; }
.checkout-accessories strong { font-size: 12px; }
.checkout-accessories span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.order-review { display: grid; gap: 10px; }
.order-review article { display: grid; grid-template-columns: 82px 1fr; gap: 13px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.order-review img { width: 82px; height: 82px; object-fit: contain; background: var(--soft); }
.order-review strong, .order-review span, .order-review small { display: block; }
.order-review span { margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.order-review small { margin-top: 6px; color: var(--blue); font-size: 9px; overflow-wrap: anywhere; }
.checkout-form label { display: grid; gap: 5px; color: var(--muted); font-size: 11px; }
.checkout-nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.checkout-nav .btn:only-child { grid-column: 1 / -1; }
.order-success { min-height: 500px; display: grid; place-content: center; justify-items: center; text-align: center; }
.order-success > svg { width: 46px; height: 46px; margin-bottom: 22px; color: var(--green); }
.order-success h3 { max-width: 330px; margin: 0; font-size: 30px; }
.order-success p { color: var(--muted); }
.order-success small { color: var(--blue); }
.toast { max-width: min(380px,calc(100% - 30px)); position: fixed; z-index: 120; right: 20px; bottom: 20px; padding: 14px 18px; opacity: 0; visibility: hidden; color: #fff; background: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,.2); transform: translateY(12px); transition: .25s; font-size: 13px; pointer-events: none; }
.toast.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.ai-chat-launcher { width: 54px; height: 54px; position: fixed; z-index: 116; right: 22px; bottom: 22px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #111216; box-shadow: 0 10px 28px rgba(0,0,0,.22); transition: transform .2s ease, background .2s ease; }
.ai-chat-launcher:hover { transform: translateY(-2px); background: #006edb; }
.ai-chat-launcher > svg { width: 23px; height: 23px; }
.ai-chat-launcher__badge { min-width: 22px; height: 17px; position: absolute; top: -3px; right: -4px; display: grid; place-items: center; padding: 0 4px; border: 2px solid #fff; border-radius: 8px; color: #fff; background: var(--blue); font-size: 8px; font-weight: 800; }
.ai-chat { width: min(390px,calc(100vw - 32px)); height: min(590px,calc(100dvh - 112px)); position: fixed; z-index: 117; right: 22px; bottom: 88px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #d8dbe0; border-radius: 8px; background: #fff; box-shadow: 0 24px 70px rgba(15,18,25,.2); animation: ai-chat-open .24s ease-out both; }
.ai-chat[hidden] { display: none; }
.ai-chat__header { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 14px 12px 16px; border-bottom: 1px solid var(--line); background: #fff; }
.ai-chat__identity { min-width: 0; display: flex; align-items: center; gap: 11px; }
.ai-chat__identity > span { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #111216; }
.ai-chat__identity svg { width: 18px; height: 18px; }
.ai-chat__identity strong, .ai-chat__identity small { display: block; }
.ai-chat__identity strong { font-size: 14px; }
.ai-chat__identity small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.ai-chat__messages { flex: 1; display: flex; flex-direction: column; gap: 10px; overflow-y: auto; padding: 18px 16px; background: #f6f7f9; overscroll-behavior: contain; }
.ai-chat__message { display: flex; }
.ai-chat__message > div { max-width: 86%; padding: 11px 13px; border: 1px solid #e0e3e7; border-radius: 8px; color: #202124; background: #fff; font-size: 13px; line-height: 1.48; white-space: pre-wrap; }
.ai-chat__message--user { justify-content: flex-end; }
.ai-chat__message--user > div { color: #fff; border-color: #111216; background: #111216; }
.ai-chat__message--typing > div { color: var(--muted); font-size: 12px; }
.ai-chat__product-link { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; padding: 10px 0 0; border: 0; border-top: 1px solid #e3e6ea; color: var(--blue); background: transparent; font-size: 12px; font-weight: 700; text-align: left; }
.ai-chat__product-link svg { width: 15px; height: 15px; flex: 0 0 15px; }
.ai-chat__suggestions { display: flex; gap: 7px; overflow-x: auto; padding: 10px 12px; border-top: 1px solid var(--line); background: #fff; scrollbar-width: none; }
.ai-chat__suggestions::-webkit-scrollbar { display: none; }
.ai-chat__suggestions button { min-height: 34px; flex: 0 0 auto; padding: 0 11px; border: 1px solid #d6d9de; border-radius: 6px; color: #35363a; background: #fff; font-size: 11px; }
.ai-chat__form { min-height: 66px; display: grid; grid-template-columns: minmax(0,1fr) 40px; align-items: end; gap: 8px; padding: 10px 12px; border-top: 1px solid var(--line); background: #fff; }
.ai-chat__form textarea { width: 100%; min-height: 40px; max-height: 88px; resize: none; padding: 10px 12px; border: 1px solid #cfd3d9; border-radius: 6px; outline: none; font: inherit; font-size: 13px; line-height: 1.35; }
.ai-chat__form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(0,113,227,.12); }
.ai-chat__form button { width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--blue); }
.ai-chat__form button:disabled { opacity: .45; }
.ai-chat__form button svg { width: 17px; height: 17px; }
body.admin-mode .ai-chat-launcher, body.admin-mode .ai-chat { display: none; }
@keyframes ai-chat-open { from { opacity: 0; transform: translateY(8px) scale(.99); } to { opacity: 1; transform: translateY(0) scale(1); } }
.js .reveal { opacity: .65; transform: translateY(14px); transition: opacity .46s ease, transform .46s cubic-bezier(.2,.75,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.js .product-card.reveal, .js .store-lineup-card.reveal, .js .home-promo-tile.reveal { transform: translateY(16px); }
.js .reveal.revealed { opacity: 1; transform: translateY(0) scale(1); }

@keyframes product-option-selected {
  0% { transform: scale(.985); }
  70% { transform: scale(1.006); }
  100% { transform: scale(1); }
}

@media (hover: hover) and (pointer: fine) {
  .product-card:hover, .js .product-card.reveal.revealed:hover { z-index: 2; border-color: #d2d6dc; box-shadow: 0 12px 28px rgba(17,24,39,.09); transform: translateY(-3px); }
  .product-card:hover .product-card__media img { transform: scale(1.025); }
  .store-lineup-card { transition: box-shadow .35s ease, transform .35s cubic-bezier(.2,.8,.2,1); }
  .store-lineup-card:hover, .js .store-lineup-card.reveal.revealed:hover { box-shadow: 0 14px 30px rgba(20,24,32,.11); transform: translateY(-3px); }
  .store-lineup-card:hover .store-lineup-card__media img { transform: scale(1.022); }
}

@media (max-width: 734px) {
  .ai-chat-launcher { width: 50px; height: 50px; right: 14px; bottom: 14px; }
  .ai-chat { width: calc(100vw - 20px); height: min(620px,calc(100dvh - 92px)); right: 10px; bottom: 72px; }
  .ai-chat__messages { padding: 15px 12px; }
  .ai-chat__message > div { max-width: 90%; }
  .js .reveal { transform: translateY(9px); transition-duration: .38s; }
  .js .product-card.reveal, .js .store-lineup-card.reveal, .js .home-promo-tile.reveal { transform: translateY(10px); }
  .js .reveal.revealed { transform: translateY(0) scale(1); }
}

.site-footer { padding: 65px 0 25px; color: #c4c7cc; background: #0b0c0e; }
.footer-top { display: flex; justify-content: space-between; align-items: end; padding-bottom: 36px; border-bottom: 1px solid #292b30; }
.wordmark--footer { width: 150px; height: 62px; }
.wordmark--footer img { filter: brightness(0) invert(1); }
.footer-top p { max-width: 380px; margin: 0; text-align: right; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 40px; padding: 45px 0; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid strong { margin-bottom: 7px; color: #fff; font-size: 12px; }
.footer-grid button, .footer-grid span, .footer-grid a { padding: 0; color: inherit; font-size: 12px; text-align: left; }
.footer-grid button:hover, .footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid #292b30; color: #74777e; font-size: 10px; }

@media (max-width: 1160px) {
  .main-nav > button { padding-inline: 9px; }
  .header-inner { grid-template-columns: 110px minmax(0,1fr) 136px; }
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .category-rail { grid-template-columns: repeat(3,1fr); }
  .support-grid { grid-template-columns: repeat(2,1fr); }
  .product-config { padding-inline: 36px; }
}

@media (max-width: 920px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .compare-header { display: none; }
  .menu-toggle { display: inline-grid; }
  .mobile-menu { display: flex; }
  .home-hero { height: 690px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .catalog-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; border: 0; }
  .filter-group { padding: 0; border: 0; }
  .filter-reset { margin: 22px 0 0; }
  .product-top { grid-template-columns: 1fr; }
  .product-gallery { min-height: 560px; position: relative; top: auto; }
  .product-config { border-top: 1px solid var(--line); border-left: 0; }
  .detail-grid { grid-template-columns: 1fr; gap: 35px; }
  .related-grid { grid-template-columns: repeat(2,1fr); }
  .legal-panel { grid-template-columns: 1fr; }
  .store-overview h1 { font-size: 54px; }
  .store-lineup__track { grid-auto-columns: 320px; }
  .store-catalog-link > .shell { align-items: flex-start; flex-direction: column; }
  .store-catalog-actions { justify-content: flex-start; }
}

@media (max-width: 650px) {
  :root { --header: 60px; }
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .statusbar { min-height: 40px; font-size: 9px; }
  .statusbar__inner { min-height: 40px; text-align: center; line-height: 1.3; }
  .statusbar button { display: none; }
  .site-header { height: var(--header); }
  .wordmark { width: 104px; height: 44px; }
  .wordmark--footer { width: 140px; height: 58px; }
  .mobile-menu { top: 100px; }
  .header-actions .icon-btn { width: 40px; }
  .display-title { font-size: 54px; }
  .page-title { font-size: 41px; }
  .section-title { font-size: 36px; }
  .home-hero { height: 650px; }
  .home-hero__copy { padding-top: 46px; }
  .home-hero .display-title { font-size: 48px; }
  .home-hero .lede { max-width: 330px; margin: 10px auto 18px; font-size: 20px; line-height: 1.35; }
  .home-hero .btn { min-height: 44px; padding-inline: 22px; font-size: 15px; }
  .home-hero--iphone > img { width: 180vw; }
  .campaign-panel { min-height: 590px; padding-top: 46px; }
  .campaign-panel h2 { font-size: 42px; }
  .campaign-panel__subtitle { font-size: 22px; }
  .campaign-panel > img, .campaign-panel--macbook-air > img { width: 125vw; height: 360px; }
  .home-promo-grid { grid-template-columns: 1fr; }
  .home-promo-tile { min-height: 520px; padding: 42px 18px 0; }
    .home-promo-tile h3 { font-size: 38px; }
    .home-promo-tile p { max-width: 360px; font-size: 18px; }
    .home-promo-tile > img { height: 350px; }
    .trade-in-panel { min-height: 540px; padding: 42px 18px 0; }
    .trade-in-panel h2 { font-size: 38px; }
    .trade-in-panel p { max-width: 340px; margin-bottom: 18px; font-size: 18px; }
    .trade-in-panel > img { width: 760px; max-width: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 88px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .content-section { padding: 72px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 28px; }
  .section-head p { font-size: 14px; }
  .category-rail { grid-template-columns: repeat(2,1fr); }
  .home-product-grid { grid-template-columns: 1fr; }
  .home-product-panel { min-height: 480px; padding: 34px 20px; }
  .home-product-panel h3 { font-size: 36px; }
  .category-tile { min-height: 135px; padding: 16px; }
  .category-tile span { font-size: 16px; }
  .product-carousel { grid-auto-columns: 84vw; }
  .store-hero { padding: 55px 0 32px; }
  .store-hero__inner { align-items: flex-start; flex-direction: column; gap: 18px; }
  .store-hero p { font-size: 14px; }
  .store-shell { padding: 28px 0 75px; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .sort-select { max-width: 100%; }
  .catalog-layout, .catalog-grid, .product-card, .filter-group { min-width: 0; }
  .filter-panel { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .filter-reset { margin-top: 20px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-grid .product-card { min-height: 500px; }
  .product-card h3 { min-width: 0; overflow-wrap: anywhere; }
  .product-card__media, .catalog-grid .product-card__media { height: 280px; }
  .store-overview { padding: 48px 0 28px; }
  .store-overview h1 { margin-bottom: 30px; font-size: 44px; }
  .store-category-rail { grid-auto-columns: 96px; gap: 12px; }
  .store-category-item__image { width: 92px; height: 78px; }
  .store-category-item strong { font-size: 12px; }
  .store-lineup { padding: 66px 0 76px; }
  .store-lineup__head { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 30px; }
  .store-lineup__head h2 { font-size: 36px; }
  .store-lineup__track { width: calc(100% - 30px); grid-auto-columns: 82vw; gap: 12px; }
  .store-lineup-card { min-height: 570px; }
  .store-lineup-card__media { height: 360px; }
  .store-lineup-card h3 { font-size: 26px; }
  .store-catalog-link { padding: 62px 0; }
  .store-catalog-link h2 { font-size: 36px; }
  .store-catalog-actions { width: 100%; flex-direction: column; }
  .store-catalog-actions .btn { width: 100%; flex: none; }
  .product-gallery { min-height: 390px; }
  .product-config { padding: 38px 20px 45px; }
  .product-config h1 { font-size: 40px; }
  .option-list { grid-template-columns: 1fr 1fr; }
  .config-actions { grid-template-columns: 1fr; }
  .product-content { padding-top: 60px; }
  .detail-section { padding: 55px 0; }
  .spec-row { grid-template-columns: 1fr; gap: 6px; padding: 13px 0; }
  .related-grid { grid-template-columns: 1fr; }
  .support-hero { padding: 72px 0; }
  .support-grid { grid-template-columns: 1fr; }
  .legal-panel { padding: 35px 22px; }
  .legal-seal { max-width: 270px; margin-inline: auto; }
  .legal-copy h2 { font-size: 34px; }
  .compare-head { align-items: flex-start; flex-direction: column; }
  .compare-tray { min-width: 0; width: calc(100% - 24px); bottom: 12px; }
  .search-sheet { top: 0; max-height: 100svh; }
  .search-sheet__top { min-height: 74px; }
  .search-sheet input { font-size: 17px; }
  .search-results { grid-template-columns: 1fr; }
  .cart-items { padding-inline: 18px; }
  .drawer-head, .cart-summary { padding-inline: 18px; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer-top p { text-align: left; }
  .footer-grid { grid-template-columns: repeat(2,1fr); gap: 38px 20px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* Admin */
body.admin-mode { background: #f5f6f8; color: #1d1d1f; }
body.admin-mode > .statusbar,
body.admin-mode > .site-header,
body.admin-mode > .site-footer,
body.admin-mode > .compare-tray { display: none !important; }
body.admin-mode #app { min-height: 100vh; }
.admin-app { min-height: 100vh; background: #f5f6f8; }
.admin-topbar { position: sticky; z-index: 40; top: 0; height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid #dedfe3; background: rgba(255,255,255,.96); backdrop-filter: blur(18px); }
.admin-brand { display: inline-flex; align-items: center; gap: 16px; border: 0; background: transparent; color: #1d1d1f; font-size: 14px; font-weight: 650; cursor: pointer; }
.admin-brand img { width: 82px; height: 34px; object-fit: contain; }
.admin-brand span { padding-left: 16px; border-left: 1px solid #d2d2d7; }
.admin-topbar__actions { display: flex; align-items: center; gap: 8px; }
.admin-layout { min-height: calc(100vh - 70px); display: grid; grid-template-columns: 232px minmax(0, 1fr); }
.admin-sidebar { position: sticky; top: 70px; height: calc(100vh - 70px); display: flex; flex-direction: column; justify-content: space-between; padding: 24px 14px; border-right: 1px solid #dedfe3; background: #fff; }
.admin-sidebar nav { display: grid; gap: 5px; }
.admin-sidebar nav button { min-height: 44px; display: flex; align-items: center; gap: 11px; padding: 0 13px; border: 0; border-radius: 7px; background: transparent; color: #555861; font: inherit; font-size: 14px; font-weight: 590; text-align: left; cursor: pointer; }
.admin-sidebar nav button:hover { background: #f2f3f5; color: #1d1d1f; }
.admin-sidebar nav button.active { background: #eaf3ff; color: #0066cc; }
.admin-nav-count { min-width: 21px; height: 21px; display: inline-grid; place-items: center; margin-left: auto; padding: 0 6px; border-radius: 11px; background: #0071e3; color: #fff; font-size: 10px; }
.admin-sidebar svg { width: 18px; height: 18px; }
.admin-local-note { display: flex; gap: 10px; padding: 14px 12px; border-top: 1px solid #e5e5e7; color: #777981; font-size: 11px; line-height: 1.45; }
.admin-local-note svg { flex: 0 0 auto; }
.admin-main { width: 100%; max-width: 1420px; min-width: 0; padding: 46px 42px 80px; }
.admin-page-head { min-height: 75px; display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 28px; }
.admin-page-head .eyebrow { color: #6e6e73; }
.admin-page-head h1 { margin: 7px 0 5px; font-size: 34px; line-height: 1.1; letter-spacing: 0; }
.admin-page-head p { color: #6e6e73; font-size: 14px; }
.admin-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) 210px auto; gap: 10px; margin-bottom: 18px; }
.admin-search { position: relative; }
.admin-search svg { position: absolute; top: 50%; left: 14px; width: 18px; transform: translateY(-50%); color: #7a7d84; pointer-events: none; }
.admin-search input { padding-left: 43px; }
.admin-toolbar input, .admin-toolbar select { width: 100%; height: 46px; border: 1px solid #cfd2d8; border-radius: 7px; background: #fff; padding-inline: 14px; color: #1d1d1f; font: inherit; font-size: 14px; }
.admin-toolbar .admin-search input { padding-left: 43px; }
.admin-product-list { overflow: hidden; border: 1px solid #dedfe3; border-radius: 8px; background: #fff; }
.admin-product-row { min-height: 98px; display: grid; grid-template-columns: 76px minmax(230px, 1.6fr) minmax(180px, .8fr) 130px 92px; align-items: center; gap: 18px; padding: 12px 16px; border-bottom: 1px solid #ececef; }
.admin-product-row:last-child { border-bottom: 0; }
.admin-product-row__media { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 6px; background: #f5f5f7; overflow: hidden; }
.admin-product-row__media img { width: 100%; height: 100%; object-fit: contain; }
.admin-product-row__identity, .admin-product-row__price { min-width: 0; display: grid; gap: 5px; }
.admin-product-row__identity > span, .admin-product-row__price > span { color: #73757c; font-size: 11px; }
.admin-product-row__identity strong { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.admin-product-row small { color: #898b91; font-size: 11px; }
.admin-stock { display: inline-flex; align-items: center; gap: 7px; color: #17734a; font-size: 12px; font-weight: 650; }
.admin-stock::before { width: 7px; height: 7px; border-radius: 50%; background: #23a66f; content: ''; }
.admin-stock.off { color: #9a3412; }
.admin-stock.off::before { background: #d65d31; }
.admin-product-row__actions { display: flex; justify-content: flex-end; gap: 5px; }
.admin-danger { color: #c52b26; }
.admin-empty { min-height: 310px; display: grid; place-content: center; justify-items: center; gap: 9px; padding: 30px; text-align: center; }
.admin-empty svg { width: 34px; height: 34px; color: #85878d; }
.admin-empty h2 { font-size: 20px; }
.admin-empty p { color: #73757c; font-size: 13px; }
.admin-editor { display: grid; gap: 16px; }
.admin-simple-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; border: 1px solid #bcd8f5; border-radius: 8px; background: #f2f8ff; }
.admin-simple-bar > div { display: flex; align-items: center; gap: 12px; }
.admin-simple-bar > div > svg { width: 20px; height: 20px; color: #0071e3; }
.admin-simple-bar span { display: grid; gap: 2px; }
.admin-simple-bar strong { font-size: 13px; }
.admin-simple-bar small { color: #647181; font-size: 11px; }
.admin-editor:not(.show-advanced) .admin-advanced-field { display: none; }
.admin-editor-section { padding: 27px 28px; border: 1px solid #dedfe3; border-radius: 8px; background: #fff; }
.admin-section-title { display: flex; justify-content: space-between; padding-bottom: 20px; margin-bottom: 22px; border-bottom: 1px solid #ececef; }
.admin-section-title h2, .admin-editor-section > h2 { margin-bottom: 6px; font-size: 19px; }
.admin-section-title p, .admin-editor-section > p { color: #73757c; font-size: 13px; line-height: 1.5; }
.admin-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; }
.admin-form-grid label, .admin-editor label, .admin-inline-form label { display: grid; align-content: start; gap: 7px; color: #44464c; font-size: 12px; font-weight: 650; }
.admin-field--wide { grid-column: 1 / -1; }
.admin-editor input:not([type="checkbox"]):not([type="file"]),
.admin-editor select,
.admin-editor textarea,
.admin-inline-form input { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #cfd2d8; border-radius: 6px; outline: 0; background: #fff; color: #1d1d1f; font: inherit; font-size: 14px; font-weight: 400; resize: vertical; }
.admin-editor input:focus, .admin-editor select:focus, .admin-editor textarea:focus, .admin-inline-form input:focus, .admin-toolbar input:focus, .admin-toolbar select:focus { border-color: #0071e3; box-shadow: 0 0 0 3px rgba(0,113,227,.12); }
.admin-editor input[readonly] { background: #f5f5f7; color: #777981; }
.admin-check { grid-template-columns: 20px 1fr; align-items: center !important; align-self: end; min-height: 44px; }
.admin-check input { width: 18px; height: 18px; accent-color: #0071e3; }
.admin-variants, .admin-color-images { display: grid; gap: 10px; margin-top: 24px; }
.admin-variants h3, .admin-color-images h3 { margin-bottom: 4px; font-size: 15px; }
.admin-variant-row { min-height: 70px; display: grid; grid-template-columns: 1fr 150px; align-items: center; gap: 18px; padding: 11px 14px; border: 1px solid #e2e3e6; border-radius: 6px; background: #fafafa; }
.admin-variant-row > div { display: grid; gap: 5px; }
.admin-variant-row strong { font-size: 13px; }
.admin-variant-row small, .admin-muted, .admin-main-image small { color: #777981; font-size: 11px; }
.admin-main-image { display: grid; grid-template-columns: 230px 1fr; gap: 26px; align-items: center; }
.admin-main-image__preview { width: 230px; height: 190px; display: grid; place-items: center; overflow: hidden; border-radius: 6px; background: #f5f5f7; }
.admin-main-image__preview img { width: 100%; height: 100%; object-fit: contain; }
.admin-main-image > div:last-child { display: grid; gap: 14px; }
.admin-file { min-height: 44px; display: flex !important; align-items: center; justify-content: center; gap: 8px !important; padding: 10px 14px; border: 1px dashed #aeb2b9; border-radius: 6px; background: #fafafa; cursor: pointer; }
.admin-file:hover { border-color: #0071e3; color: #0066cc; }
.admin-file svg { width: 17px; height: 17px; }
.admin-file input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.admin-color-image { display: grid; grid-template-columns: 92px 1fr; gap: 16px; padding: 14px; border: 1px solid #e2e3e6; border-radius: 6px; }
.admin-color-image__preview { width: 92px; height: 92px; display: grid; place-items: center; background: #f5f5f7; overflow: hidden; }
.admin-color-image__preview img { width: 100%; height: 100%; object-fit: contain; }
.admin-color-image > div:last-child { display: grid; gap: 10px; }
.admin-editor-actions { position: sticky; z-index: 10; bottom: 15px; display: flex; justify-content: flex-end; gap: 10px; padding: 13px; border: 1px solid #dedfe3; border-radius: 8px; background: rgba(255,255,255,.95); box-shadow: 0 10px 35px rgba(0,0,0,.1); backdrop-filter: blur(14px); }
.admin-form-error { min-height: 18px; color: #c52b26; font-size: 12px; }
.admin-auth { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: #f5f6f8; }
.admin-auth__panel { width: min(100%, 430px); padding: 38px; border: 1px solid #dedfe3; border-radius: 8px; background: #fff; box-shadow: 0 22px 60px rgba(0,0,0,.08); }
.admin-auth__panel > img { width: 112px; height: 50px; object-fit: contain; margin-bottom: 30px; }
.admin-auth__panel h1 { margin: 8px 0 10px; font-size: 28px; line-height: 1.12; }
.admin-auth__panel > p { color: #6e6e73; font-size: 14px; line-height: 1.55; }
.admin-auth__form { display: grid; gap: 15px; margin: 28px 0 22px; }
.admin-auth__form label { display: grid; gap: 7px; color: #44464c; font-size: 12px; font-weight: 650; }
.admin-auth__form input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #cfd2d8; border-radius: 6px; font: inherit; font-size: 18px; letter-spacing: 4px; }
.admin-auth__form .btn { width: 100%; }
.admin-backup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.admin-backup-grid__wide { grid-column: 1 / -1; }
.admin-feature-icon { width: 28px; height: 28px; margin-bottom: 22px; color: #0071e3; }
.admin-backup-grid .btn { margin-top: 22px; }
.admin-inline-form { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 12px; margin-top: 20px; }
.admin-inline-form .admin-form-error { grid-column: 1 / -1; }
.admin-reset-zone { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; border: 1px solid #ebc9c7; border-radius: 8px; background: #fff; }
.admin-reset-zone h2 { margin-bottom: 5px; font-size: 17px; }
.admin-reset-zone p { color: #73757c; font-size: 12px; }
.admin-danger-button { color: #b42318; border-color: #dfb1ad; }
.admin-orders-notice { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; padding: 15px 17px; border: 1px solid #bcd8f5; border-radius: 8px; background: #f2f8ff; }
.admin-orders-notice > svg { flex: 0 0 auto; width: 20px; height: 20px; color: #0071e3; }
.admin-orders-notice span { display: grid; gap: 3px; }
.admin-orders-notice strong { font-size: 13px; }
.admin-orders-notice small { color: #647181; font-size: 11px; line-height: 1.45; }
.admin-order-list { display: grid; gap: 14px; }
.admin-order { overflow: hidden; border: 1px solid #dedfe3; border-radius: 8px; background: #fff; }
.admin-order > header { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; border-bottom: 1px solid #ececef; }
.admin-order > header > div:first-child { display: grid; gap: 4px; }
.admin-order > header span { color: #777981; font-size: 10px; font-weight: 700; }
.admin-order > header h2 { font-size: 18px; }
.admin-order > header time { color: #777981; font-size: 11px; }
.admin-order__controls { display: flex; align-items: center; gap: 8px; }
.admin-order__accept, .admin-order__ready { min-height: 42px; white-space: nowrap; }
.admin-order__accept:disabled, .admin-order__ready:disabled { cursor: wait; opacity: .72; }
.admin-order__accepted { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 0 12px; border-radius: 6px; color: #176b3a !important; background: #edf8f1; font-size: 12px !important; white-space: nowrap; }
.admin-order__accepted svg { width: 17px; height: 17px; }
.admin-order__controls select { min-width: 170px; height: 42px; padding: 0 12px; border: 1px solid #cfd2d8; border-radius: 6px; background: #fff; font: inherit; font-size: 12px; }
.admin-order__customer { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #ececef; }
.admin-order__customer > * { min-height: 76px; display: flex; align-items: center; gap: 12px; padding: 14px 22px; color: #1d1d1f; text-decoration: none; }
.admin-order__customer > * + * { border-left: 1px solid #ececef; }
.admin-order__customer svg { width: 19px; height: 19px; color: #0071e3; }
.admin-order__customer span { display: grid; gap: 4px; }
.admin-order__customer small { color: #777981; font-size: 10px; }
.admin-order__customer strong { font-size: 14px; }
.admin-order__items { padding: 8px 22px; }
.admin-order-item { min-height: 78px; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid #ececef; }
.admin-order-item:last-child { border-bottom: 0; }
.admin-order-item img { width: 58px; height: 58px; object-fit: contain; border-radius: 5px; background: #f5f5f7; }
.admin-order-item > div { min-width: 0; display: grid; gap: 5px; }
.admin-order-item strong { font-size: 13px; }
.admin-order-item span { overflow: hidden; color: #777981; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.admin-order-item b { font-size: 12px; }
