/* V43 · Feichen product and service directory.
   Load last. Existing business/detail DOM remains available to its controller. */
body.shop-ready {
  --shop-ink: #202124;
  --shop-muted: #6b7078;
  --shop-blue: #0070d5;
  --shop-line: #e5e7eb;
  --shop-ground: #f5f5f7;
  color: var(--shop-ink);
}
body.shop-ready:is([data-site-view="home"], [data-site-view="business"]) { background: var(--shop-ground); }
/* This page owns anchor offsets; do not add the V41 html offset a second time. */
html:has(body.shop-ready:is([data-site-view="home"], [data-site-view="business"])) { scroll-padding-top: 0; }
body.shop-ready main > :is(.shop-home, .shop-catalog) { display: none; }
body.shop-ready[data-site-view="home"] main > .shop-home,
body.shop-ready[data-site-view="business"] main > .shop-catalog { display: block; order: 0; }
body.shop-ready main > :is(#business, .hero, .clarity-home, .home-mobile-start, .hero-facts, .featured-products, .company-intro, .business-overview, .home-contact-strip, .audience-band, .home-cooperation, .home-detail-nav) { display: none !important; }

/* Navigation stays familiar; color and density match the new directory. */
body.shop-ready .topbar {
  height: 80px;
  padding: 0 max(24px, calc((100% - 1200px) / 2));
  background: #fff;
  border-bottom: 1px solid #eceef0;
  box-shadow: none;
  backdrop-filter: none;
}
body.shop-ready .brand-mark { background: #183b66; color: #fff; border-radius: 5px; }
body.shop-ready .brand strong { color: #202124; font-size: 19px; letter-spacing: .02em; }
body.shop-ready .brand small { color: #858990; letter-spacing: .015em; }
body.shop-ready .topnav { gap: 30px; }
body.shop-ready .topnav > a { color: #45484d; font-weight: 500; }
body.shop-ready .topnav > a:is(:hover, [aria-current="page"]) { color: #0070d5; }
body.shop-ready .topnav .clarity-nav-contact {
  min-height: 40px;
  padding: 9px 20px;
  border: 0;
  border-radius: 22px;
  background: #0070d5;
  color: #fff;
}
body.shop-ready .topnav .clarity-nav-contact:hover { background: #005fae; color: #fff; }
body.shop-ready .mobile-nav-panel { background: #fff; border-color: #e5e7eb; }
body.shop-ready .mobile-nav-panel a { color: #32363d; }
body.shop-ready .mobile-nav-panel a:is(:hover, [aria-current="page"]) { background: #f0f6ff; color: #0070d5; }

/* Explicit reset avoids inheriting the older campaign headings and buttons. */
:is(.shop-home, .shop-catalog) { width: 100%; max-width: none; min-width: 0; padding: 80px 0 0; margin: 0; color: #202124; background: #f5f5f7; }
:is(.shop-home, .shop-catalog) *, :is(.shop-home, .shop-catalog) *::before, :is(.shop-home, .shop-catalog) *::after { box-sizing: border-box; }
:is(.shop-home, .shop-catalog) :is(h1, h2, h3, p, figure) { margin: 0; }
:is(.shop-home, .shop-catalog) :is(h1, h2, h3) { color: #202124; font-family: inherit; letter-spacing: -.025em; }
:is(.shop-home, .shop-catalog) a { color: inherit; text-decoration: none; }
:is(.shop-home, .shop-catalog) :is(button, input, select) { font: inherit; letter-spacing: normal; }
:is(.shop-home, .shop-catalog) button { cursor: pointer; }
:is(.shop-home, .shop-catalog) :is(a, button, input, select):focus-visible { outline: 3px solid #0070d5; outline-offset: 3px; }
:is(.shop-home, .shop-catalog) :is(img, svg) { display: block; max-width: 100%; }
:is(.shop-home, .shop-catalog) [hidden] { display: none !important; }
:is(.shop-home, .shop-catalog) :is(.sr-only, .shop-sr-only) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

/* Six visible entry points: image first, short name second. */
.shop-category-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 17px 0 15px;
  background: #fff;
}
.shop-home > .shop-category-nav { position: relative; box-shadow: 0 0 0 100vmax #fff; clip-path: inset(0 -100vmax); }
.shop-home > #mobile-business { width: 100%; background: #fff; scroll-margin-top: 100px; }
.shop-category-link {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 92px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 6px 10px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  text-align: center;
  background: transparent;
  transition: color 150ms ease, border-color 150ms ease;
}
.shop-category-link > img { width: 66px; height: 52px; margin: 0; object-fit: contain; mix-blend-mode: multiply; }
.shop-category-link > span { font-size: 13px; line-height: 1.45; color: #40444b; font-weight: 500; overflow-wrap: anywhere; }
.shop-category-link > .shop-category-icon { display: flex; align-items: center; justify-content: center; width: 66px; height: 52px; min-height: 0; max-width: none; color: #61748a; }
.shop-category-icon > svg { display: block; flex: 0 0 auto; width: 46px; height: 46px; }
.shop-category-link:is(:hover, [aria-current="page"], [aria-pressed="true"], .active) { border-bottom-color: #0070d5; }
.shop-category-link:is(:hover, [aria-current="page"], [aria-pressed="true"], .active) > span { color: #0070d5; }

/* A single featured aircraft, with the full silhouette rather than a crop. */
.shop-hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
  width: min(1200px, calc(100% - 48px));
  min-height: 432px;
  margin: 24px auto 0;
  padding: 42px 52px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(120deg, #e9edf2, #f7f9fc 64%);
}
.shop-hero-copy { min-width: 0; position: relative; z-index: 1; }
.shop-hero-copy > :is(.shop-kicker, .shop-hero-kicker, small) { display: block; margin-bottom: 16px; color: #55708c; font-size: 12px; font-weight: 550; line-height: 1.5; letter-spacing: .11em; }
.shop-hero-copy h1 { max-width: 530px; font-size: clamp(34px, 3.5vw, 48px); font-weight: 650; line-height: 1.2; letter-spacing: -.04em; }
.shop-hero-copy > p:not(.shop-kicker):not(.shop-hero-kicker) { max-width: 440px; margin-top: 17px; color: #67717d; font-size: 16px; line-height: 1.85; }
.shop-hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.shop-hero-actions > a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 24px; border-radius: 24px; font-size: 14px; line-height: 1.5; font-weight: 550; }
.shop-hero-actions > .shop-primary { background: #0070d5; color: #fff; border: 1px solid #0070d5; }
.shop-hero-actions > .shop-secondary { background: transparent; color: #292e35; border: 1px solid #adb6c1; }
.shop-hero-actions > .shop-primary:hover { background: #005eaf; }
.shop-hero-actions > .shop-secondary:hover { background: #fff; border-color: #5f6c7b; }
.shop-hero-image { position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; height: 350px; padding-bottom: 22px; }
.shop-hero-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.shop-hero-image > span { position: absolute; right: 0; bottom: 2px; left: 0; color: #88919d; font-size: 10px; font-weight: 400; line-height: 1.6; text-align: right; }

.shop-section { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 46px 0 0; }
.shop-section-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.shop-section-heading h2 { font-size: 27px; font-weight: 650; line-height: 1.4; }
.shop-section-heading > a { display: inline-flex; align-items: center; min-height: 44px; color: #0070d5; font-size: 13px; line-height: 1.5; white-space: nowrap; }
.shop-section-heading > a:hover { text-decoration: underline; text-underline-offset: 4px; }
.shop-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; min-width: 0; }
.shop-card { display: flex; min-width: 0; margin: 0; border: 1px solid #edeef1; border-radius: 11px; overflow: hidden; background: #fff; transition: box-shadow 180ms ease, border-color 180ms ease; }
.shop-card-link { display: flex; flex: 1 1 auto; min-width: 0; flex-direction: column; width: 100%; color: #202124; background: #fff; }
.shop-card-link:focus-visible { outline-offset: -4px !important; border-radius: 11px; }
.shop-card-media { display: flex; position: relative; align-items: center; justify-content: center; width: 100%; min-width: 0; aspect-ratio: 4 / 3; padding: 19px; overflow: hidden; background: #f3f4f6; }
.shop-card-media > img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.shop-card-media:is(.is-scene, .shop-scene) { padding: 0; }
.shop-card-media:is(.is-scene, .shop-scene) > img, .shop-card-media > img[data-fit="cover"] { object-fit: cover; mix-blend-mode: normal; }
.shop-card-media > svg { width: 84px; height: 84px; color: #7c8fa5; }
.shop-image-note { position: absolute; right: 9px; bottom: 7px; left: 9px; overflow: hidden; color: #8e97a3; font-size: 9px; font-weight: 400; line-height: 1.6; text-overflow: ellipsis; white-space: nowrap; text-align: right; pointer-events: none; }
.shop-card-media:is(.is-scene, .shop-scene) > .shop-image-note { left: auto; max-width: calc(100% - 18px); padding: 2px 6px; border-radius: 3px; color: #fff; background: rgba(24, 38, 54, .6); }
.shop-card-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; width: 100%; height: 100%; color: #64758a; font-size: 14px; text-align: center; line-height: 1.5; }
.shop-card-placeholder svg { width: 66px; height: 66px; }
.shop-card-copy { display: flex; flex: 1 1 auto; flex-direction: column; align-items: flex-start; min-height: 181px; min-width: 0; padding: 20px; }
.shop-card-tag { display: block; min-height: 17px; margin-bottom: 7px; color: #6d7580; font-size: 11px; font-weight: 500; line-height: 1.5; letter-spacing: .015em; }
.shop-card-copy h3 { font-size: 18px; font-weight: 650; line-height: 1.45; min-height: 2.9em; overflow-wrap: anywhere; }
.shop-card-summary { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; min-height: 38px; margin-top: 8px !important; color: #767c84; font-size: 12px; line-height: 1.6; overflow-wrap: anywhere; }
.shop-card-price { margin-top: 15px !important; color: #30363d; font-size: 14px; line-height: 1.5; font-weight: 600; overflow-wrap: anywhere; }
.shop-card-action { display: inline-flex; align-items: center; min-height: 44px; margin-top: auto; padding-top: 9px; color: #0070d5; font-size: 12px; line-height: 1.5; font-weight: 500; }
@media (hover: hover) { .shop-card:hover { border-color: #d5dce5; box-shadow: 0 8px 22px rgba(31, 48, 72, .075); }.shop-card:hover .shop-card-action { color: #0057aa; text-decoration: underline; text-underline-offset: 4px; } }

.shop-eagle-banner { display: flex; align-items: center; justify-content: center; gap: 36px; width: min(1200px, calc(100% - 48px)); margin: 42px auto 0; padding: 24px 42px; border-radius: 12px; background: #eaf2fb; }
.shop-eagle-banner > img { flex: 0 0 124px; width: 124px; height: 142px; object-fit: contain; }
.shop-eagle-banner > div { min-width: 0; }
.shop-eagle-banner h2 { font-size: 25px; font-weight: 650; line-height: 1.4; }
.shop-eagle-banner p { margin-top: 8px; color: #69778a; font-size: 14px; line-height: 1.8; }
.shop-eagle-banner .shop-hero-kicker { margin: 0 0 6px; color: #6d86a0; font-size: 11px; letter-spacing: .055em; }
.shop-eagle-banner a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 7px; color: #0070d5; font-size: 13px; }
.shop-company { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 40px 0 35px; }
.shop-company > div { min-width: 0; }
.shop-company h2 { font-size: 19px; font-weight: 600; line-height: 1.5; }
.shop-company p { max-width: 820px; margin-top: 9px; color: #7c828a; font-size: 13px; line-height: 1.9; }
.shop-company a { display: inline-flex; align-items: center; flex: 0 0 auto; min-height: 44px; color: #5c626c; font-size: 13px; white-space: nowrap; }

/* Actual paged catalog. The left rail is navigation, not another card. */
.shop-catalog { min-height: calc(100vh - 190px); }
.shop-catalog-inner { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 25px 0 45px; }
.shop-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; min-height: 32px; color: #8a8f96; font-size: 12px; line-height: 1.7; }
.shop-breadcrumb a { display: inline-flex; min-height: 36px; align-items: center; color: #777e88; }
.shop-breadcrumb a:hover { color: #0070d5; }
.shop-catalog-head { display: flex; justify-content: space-between; align-items: baseline; gap: 25px; margin: 16px 0 26px; }
.shop-catalog-head h1 { font-size: 34px; font-weight: 650; line-height: 1.3; }
.shop-catalog :is(#shop-catalog-title, #shop-result-count, .shop-results, #shop-grid) { scroll-margin-top: 100px; }
.shop-catalog-head p { max-width: 600px; color: #777f89; font-size: 13px; line-height: 1.8; }
.shop-catalog .shop-category-nav { width: 100%; margin-bottom: 28px; padding: 12px 16px 9px; border-radius: 11px; }
.shop-catalog-layout { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 30px; align-items: start; min-width: 0; }
.shop-sidebar { min-width: 0; padding-top: 4px; }
.shop-sidebar h2 { margin: 0 0 14px; color: #32383f; font-size: 15px; font-weight: 600; line-height: 1.5; }
.shop-sidebar nav { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.shop-filter { display: flex; width: 100%; min-width: 0; min-height: 46px; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 14px; border: 1px solid transparent; border-radius: 6px; background: transparent; color: #6c737e; text-align: left; font-size: 13px; line-height: 1.6; overflow-wrap: anywhere; }
.shop-filter > span:last-child:not(:only-child) { flex: 0 0 auto; color: #9199a4; font-size: 11px; font-weight: 400; font-variant-numeric: tabular-nums; }
.shop-filter:is([aria-pressed="true"], .active) { background: #fff; color: #0070d5; font-weight: 600; border-color: #e5eaf0; }
.shop-filter:hover { background: #fff; color: #0070d5; }
.shop-results { min-width: 0; }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 18px; margin: 0 0 16px; }
.shop-search { display: flex; align-items: stretch; flex: 1 1 280px; max-width: 470px; min-width: 0; margin: 0; overflow: hidden; border: 1px solid #dfe3e9; border-radius: 7px; background: #fff; }
.shop-search:focus-within { border-color: #0070d5; box-shadow: 0 0 0 2px #e0eeff; }
.shop-search input { display: block; width: 100%; min-width: 0; flex: 1 1 auto; min-height: 44px; margin: 0; padding: 10px 14px; border: 0; border-radius: 0; outline: none; background: transparent; color: #252b33; font-size: 14px; line-height: 1.5; }
.shop-search input:focus-visible { outline: none; }
.shop-search input::placeholder { color: #9399a2; opacity: 1; }
.shop-search button { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; min-width: 56px; min-height: 44px; padding: 10px 15px; border: 0; border-left: 1px solid #e7eaf0; border-radius: 0; background: #fff; color: #0070d5; font-size: 13px; line-height: 1.5; }
.shop-search button:hover { background: #f0f6ff; }
.shop-sort { display: flex; flex: 0 1 auto; align-items: center; gap: 9px; min-width: 0; margin: 0; color: #777f88; font-size: 12px; }
.shop-sort select { display: block; width: auto; max-width: 200px; min-width: 125px; min-height: 44px; margin: 0; padding: 10px 28px 10px 12px; border: 1px solid #dfe3e9; border-radius: 7px; background-color: #fff; color: #454d58; font-size: 13px; line-height: 1.5; }
#shop-result-count { display: block; margin: 0 0 16px; color: #7d838c; font-size: 12px; line-height: 1.8; }
.shop-catalog .shop-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.shop-catalog .shop-card-copy { min-height: 192px; padding: 19px; }
.shop-catalog-note { max-width: 640px; margin: 23px auto 0 !important; color: #9197a1; font-size: 11px; font-weight: 400; line-height: 1.9; text-align: center; }
.shop-pagination { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.shop-pagination button { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; margin: 0; padding: 10px 13px; border: 1px solid #dce1e7; border-radius: 6px; background: #fff; color: #555e69; font-size: 13px; line-height: 1.5; }
.shop-pagination button:is(.active, [aria-current="page"]) { border-color: #0070d5; background: #0070d5; color: #fff; }
.shop-pagination button:not(:disabled):hover { border-color: #0070d5; color: #0070d5; background: #eef6ff; }
.shop-pagination button:disabled { opacity: .42; cursor: default; }
.shop-pagination > :is(span, p) { color: #7f8790; font-size: 12px; line-height: 1.6; }
.shop-empty { grid-column: 1 / -1; padding: 65px 25px; border: 1px solid #e8ebef; border-radius: 11px; text-align: center; background: #fff; }
.shop-empty h2 { font-size: 21px; font-weight: 600; line-height: 1.5; }
.shop-empty p { margin-top: 11px; color: #7f8690; font-size: 13px; line-height: 1.8; }
.shop-empty button { min-height: 44px; margin-top: 22px; padding: 10px 24px; border: 1px solid #0070d5; border-radius: 24px; background: #0070d5; color: #fff; font-size: 13px; }

/* Detail layer only receives visual polish; no content or control is removed. */
body.shop-ready #detail-dialog { --ink: #252b32; --muted: #727984; --line: #e5e7eb; --orange: #0070d5; --paper: #f5f5f7; width: min(1060px, calc(100vw - 48px)); border: 0; border-radius: 14px; background: #fff; color: #252b32; }
body.shop-ready #detail-dialog .modal-head { background: #fff; border-bottom-color: #e5e7eb; }
body.shop-ready #detail-dialog .modal-head strong { color: #252b32; }
body.shop-ready #detail-dialog .modal-kicker { color: #767f8b; }
body.shop-ready #detail-dialog .close-button { border-radius: 50%; background: #f2f3f5; color: #555e6a; }
body.shop-ready #detail-dialog .product-hero { gap: 28px; }
body.shop-ready #detail-dialog .product-media { min-height: 320px; border-radius: 12px; overflow: hidden; background: #f5f5f7; }
body.shop-ready #detail-dialog #product-image { width: 100%; height: 100%; min-height: 280px; max-height: 430px; padding: 22px; object-fit: contain; mix-blend-mode: multiply; }
body.shop-ready #detail-dialog .product-price-panel { border-color: #e6e9ef; background: #f5f7fa; color: #303b49; }
body.shop-ready #detail-dialog .modal-actions { border-color: #e5e7eb; }
body.shop-ready #detail-dialog .modal-actions > :is(a, button) { border-color: #dfe4eb; color: #556475; border-radius: 22px; }
body.shop-ready #detail-dialog .modal-actions > .primary { border-color: #0070d5; color: #fff; background: #0070d5; }
body.shop-ready #detail-dialog .modal-actions > :is(#dialog-share, #dialog-qr, #dialog-back) { color: #677582; }

body.shop-ready .mobile-simple-footer { width: min(1200px, calc(100% - 48px)); max-width: 1200px; margin: 0 auto; padding: 28px 0 35px; border-top: 1px solid #dedfe3; background: transparent; color: #878b92; }
body.shop-ready .mobile-simple-footer :is(p, .clarity-footer-bottom a) { color: #878b92; }
body.shop-ready .mobile-simple-footer .clarity-footer-top p { color: #535b66; }
body.shop-ready .mobile-simple-footer .clarity-footer-top a { color: #424e5e; }

@media (max-width: 1100px) {
  body.shop-ready .topnav { gap: 23px; }
  .shop-hero { gap: 20px; min-height: 390px; padding: 32px 36px; }
  .shop-hero-image { height: 310px; }
  .shop-hero-copy h1 { font-size: 38px; }
  .shop-catalog-layout { grid-template-columns: 156px minmax(0, 1fr); gap: 22px; }
  .shop-catalog .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) { .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 980px) {
  body.shop-ready .topbar { height: calc(64px + env(safe-area-inset-top, 0px)); padding: env(safe-area-inset-top, 0px) 20px 0; }
  body.shop-ready .brand strong { font-size: 17px; }
  body.shop-ready .brand small { font-size: 10px; }
  body.shop-ready .topnav { gap: 0; }
  body.shop-ready .mobile-nav-toggle { min-width: 44px; min-height: 44px; color: #3e4958; background: #fff; }
  body.shop-ready .mobile-simple-nav { height: calc(57px + env(safe-area-inset-bottom, 0px)); background: #fff; border-top-color: #e3e7eb; box-shadow: none; }
  body.shop-ready .mobile-simple-nav > a { min-height: 48px; color: #8a919b; }
  body.shop-ready .mobile-simple-nav > a.active { color: #0070d5; background: transparent; }
  :is(.shop-home, .shop-catalog) { padding-top: calc(64px + env(safe-area-inset-top, 0px)); }
  .shop-category-nav { width: calc(100% - 40px); padding-top: 12px; padding-bottom: 9px; gap: 5px; }
  .shop-category-link { min-height: 84px; padding: 4px 3px 8px; gap: 6px; }
  .shop-category-link > img { width: 60px; height: 44px; }
  .shop-category-link > span { font-size: 12px; }
  .shop-category-link > .shop-category-icon { width: 60px; height: 44px; }
  .shop-category-icon > svg { width: 42px; height: 42px; }
  .shop-hero, .shop-section, .shop-eagle-banner, .shop-company, .shop-catalog-inner { width: calc(100% - 40px); }
  .shop-hero { min-height: 340px; gap: 18px; margin-top: 20px; padding: 28px; }
  .shop-hero-copy h1 { font-size: 33px; }
  .shop-hero-copy > p:not(.shop-kicker):not(.shop-hero-kicker) { font-size: 14px; }
  .shop-hero-image { height: 260px; }
  .shop-hero-actions { gap: 8px; margin-top: 20px; }
  .shop-hero-actions > a { padding-inline: 18px; font-size: 13px; }
  .shop-section { padding-top: 34px; }
  .shop-section-heading { margin-bottom: 16px; }
  .shop-section-heading h2 { font-size: 23px; }
  .shop-eagle-banner { margin-top: 32px; padding: 20px 28px; gap: 25px; }
  .shop-company { padding: 30px 0; gap: 20px; }
  .shop-catalog-inner { padding-top: 16px; }
  .shop-catalog-head { margin-top: 12px; margin-bottom: 20px; }
  .shop-catalog-head h1 { font-size: 30px; }
  .shop-home > #mobile-business, .shop-catalog :is(#shop-catalog-title, #shop-result-count, .shop-results, #shop-grid) { scroll-margin-top: calc(80px + env(safe-area-inset-top, 0px)); }
  .shop-catalog-head p { max-width: 440px; font-size: 12px; }
  .shop-catalog .shop-category-nav { margin-bottom: 20px; padding-inline: 10px; }
  .shop-catalog-layout { display: block; }
  .shop-sidebar { margin: 0 0 18px; padding: 0; }
  .shop-sidebar h2 { margin-bottom: 8px; font-size: 12px; color: #8b919a; }
  .shop-sidebar nav { flex-direction: row; gap: 8px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; padding: 3px 2px 8px; }
  .shop-filter { width: auto; flex: 0 0 auto; min-height: 44px; max-width: 240px; padding: 10px 17px; border: 1px solid #e2e5eb; border-radius: 22px; background: #fff; font-size: 12px; white-space: nowrap; }
  .shop-filter:is([aria-pressed="true"], .active) { background: #e9f3ff; border-color: #b8d8f7; color: #0070d5; }
  body.shop-ready .mobile-simple-footer { width: calc(100% - 40px); max-width: none; margin: 0 auto; padding: 24px 0 calc(88px + env(safe-area-inset-bottom, 0px)); }
}
@media (max-width: 600px) {
  .shop-category-nav { gap: 2px; }
  .shop-category-link { min-height: 82px; gap: 4px; padding: 3px 1px 7px; }
  .shop-category-link > img { width: 42px; height: 37px; }
  .shop-category-link > span { display: flex; align-items: center; justify-content: center; min-height: 30px; max-width: 66px; font-size: 11px; line-height: 1.4; font-weight: 500; }
  .shop-category-link > .shop-category-icon { width: 42px; height: 37px; min-height: 0; }
  .shop-category-icon > svg { width: 34px; height: 34px; }
  .shop-hero { display: flex; flex-direction: column; gap: 6px; min-height: 0; margin-top: 14px; padding: 27px 21px 17px; border-radius: 11px; text-align: center; }
  .shop-hero-copy { width: 100%; }
  .shop-hero-copy > :is(.shop-kicker, .shop-hero-kicker, small) { margin-bottom: 10px; font-size: 10px; letter-spacing: .07em; }
  .shop-hero-copy h1 { max-width: 370px; margin: 0 auto; font-size: 31px; line-height: 1.25; }
  .shop-hero-copy > p:not(.shop-kicker):not(.shop-hero-kicker) { max-width: 300px; margin: 12px auto 0; font-size: 12px; line-height: 1.75; }
  .shop-hero-actions { justify-content: center; margin-top: 16px; gap: 9px; }
  .shop-hero-actions > a { min-height: 44px; padding: 10px 20px; font-size: 12px; }
  .shop-hero-image { flex: 0 0 auto; width: 100%; height: 190px; }
  .shop-hero-image > span { font-size: 9px; text-align: center; }
  .shop-section { padding-top: 27px; }
  .shop-section-heading { gap: 10px; margin-bottom: 12px; }
  .shop-section-heading h2 { font-size: 21px; }
  .shop-section-heading > a { font-size: 11px; }
  .shop-grid, .shop-catalog .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .shop-card, .shop-card-link:focus-visible { border-radius: 9px; }
  .shop-card-media { aspect-ratio: 1.1 / 1; padding: 11px; }
  .shop-card-media > svg { width: 57px; height: 57px; }
  .shop-card-placeholder { gap: 5px; font-size: 11px; }
  .shop-card-placeholder svg { width: 50px; height: 50px; }
  .shop-image-note { right: 6px; bottom: 5px; left: 6px; font-size: 8px; }
  .shop-card-copy, .shop-catalog .shop-card-copy { min-height: 182px; padding: 13px 12px 9px; }
  .shop-card-tag { font-size: 10px; min-height: 15px; margin-bottom: 5px; }
  .shop-card-copy h3 { font-size: 14px; line-height: 1.5; letter-spacing: -.015em; }
  .shop-card-summary { min-height: 34px; margin-top: 7px !important; font-size: 11px; line-height: 1.55; }
  .shop-card-price { margin-top: 11px !important; font-size: 12px; line-height: 1.6; }
  .shop-card-action { min-height: 44px; padding-top: 8px; font-size: 11px; }
  .shop-eagle-banner { align-items: center; gap: 16px; margin-top: 26px; padding: 18px; border-radius: 10px; }
  .shop-eagle-banner > img { flex-basis: 86px; width: 86px; height: 106px; }
  .shop-eagle-banner h2 { font-size: 18px; line-height: 1.5; }
  .shop-eagle-banner p { margin-top: 5px; font-size: 11px; line-height: 1.8; }
  .shop-eagle-banner .shop-hero-kicker { margin: 0 0 3px; font-size: 9px; }
  .shop-eagle-banner a { min-height: 44px; margin-top: 2px; font-size: 11px; }
  .shop-company { display: block; padding: 27px 0 20px; }
  .shop-company h2 { font-size: 16px; }
  .shop-company p { margin-top: 7px; font-size: 11px; line-height: 1.9; }
  .shop-company a { margin-top: 4px; font-size: 11px; }
  .shop-catalog-inner { padding-top: 10px; padding-bottom: 28px; }
  .shop-breadcrumb { font-size: 10px; gap: 6px; }
  .shop-catalog-head { display: block; margin: 11px 0 18px; }
  .shop-catalog-head h1 { font-size: 27px; }
  .shop-catalog-head p { margin-top: 9px; font-size: 12px; line-height: 1.75; }
  .shop-catalog .shop-category-nav { padding: 9px 5px 4px; margin-bottom: 17px; border-radius: 9px; }
  .shop-catalog .shop-category-link > span { font-size: 10px; }
  .shop-catalog .shop-category-link > img { width: 38px; height: 35px; }
  .shop-catalog .shop-category-link > .shop-category-icon { width: 38px; height: 35px; }
  .shop-sidebar { margin-bottom: 14px; }
  .shop-sidebar h2 { font-size: 11px; margin-bottom: 5px; }
  .shop-filter { min-height: 44px; padding-inline: 14px; font-size: 11px; }
  .shop-toolbar { gap: 10px; margin-bottom: 11px; }
  .shop-search { flex: 1 1 100%; width: 100%; max-width: none; }
  .shop-search input { font-size: 16px; padding-inline: 12px; }
  .shop-search input::placeholder { font-size: 12px; }
  .shop-search button { min-width: 55px; padding-inline: 12px; font-size: 12px; }
  .shop-sort { width: 100%; justify-content: flex-end; gap: 10px; font-size: 11px; }
  .shop-sort select { min-width: 125px; min-height: 44px; font-size: 12px; }
  #shop-result-count { margin-bottom: 12px; font-size: 11px; }
  .shop-catalog-note { margin-top: 18px !important; font-size: 10px; text-align: left; }
  .shop-pagination { gap: 6px; margin-top: 24px; }
  .shop-pagination button { min-width: 44px; min-height: 44px; padding: 10px; font-size: 12px; }
  .shop-pagination > :is(span, p) { font-size: 11px; }
  .shop-empty { padding: 44px 20px; }
  .shop-empty h2 { font-size: 18px; }
  .shop-empty p { font-size: 12px; }
  body.shop-ready #detail-dialog { width: 100%; max-width: 100%; margin: 0; border-radius: 0; }
  body.shop-ready #detail-dialog .product-media { min-height: 230px; border-radius: 9px; }
  body.shop-ready #detail-dialog #product-image { min-height: 230px; max-height: 320px; padding: 18px; }
  body.shop-ready #detail-dialog .modal-actions > :is(a, button) { min-height: 44px; }
}
@media (max-width: 350px) {
  body.shop-ready .topbar { padding-inline: 16px; }
  .shop-category-nav, .shop-hero, .shop-section, .shop-eagle-banner, .shop-company, .shop-catalog-inner, body.shop-ready .mobile-simple-footer { width: calc(100% - 28px); }
  .shop-category-link > span { font-size: 10px; }
  .shop-category-link > img { width: 37px; }
  .shop-hero { padding-inline: 15px; }
  .shop-hero-copy h1 { font-size: 28px; }
  .shop-hero-image { height: 175px; }
  .shop-hero-actions > a { padding-inline: 17px; }
  .shop-grid, .shop-catalog .shop-grid { gap: 8px; }
  .shop-card-copy, .shop-catalog .shop-card-copy { padding-inline: 10px; }
  .shop-card-copy h3 { font-size: 13px; }
  .shop-card-price { font-size: 11px; }
  .shop-eagle-banner { padding: 14px; gap: 11px; }
  .shop-eagle-banner > img { flex-basis: 71px; width: 71px; height: 96px; }
  .shop-eagle-banner h2 { font-size: 16px; }
  .shop-catalog .shop-category-nav { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  :is(.shop-home, .shop-catalog) *, :is(.shop-home, .shop-catalog) *::before, :is(.shop-home, .shop-catalog) *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}

/* Final small-screen pass: readable category names and a single compact toolbar. */
@media (max-width: 600px) {
  .shop-category-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 6px; padding-block: 8px; }
  .shop-category-link { min-height: 65px; padding: 5px 3px; gap: 4px; }
  .shop-category-link > span, .shop-catalog .shop-category-link > span { font-size: 12px; }
  .shop-category-icon, .shop-category-icon svg { width: 29px; height: 29px; }
  .shop-toolbar { flex-wrap: nowrap; gap: 9px; align-items: stretch; }
  .shop-search { flex: 1 1 0; width: auto; max-width: none; }
  .shop-search input { padding-inline: 9px; font-size: 12px; }
  .shop-search button { min-width: 44px; padding-inline: 8px; }
  .shop-sort { flex: 0 0 102px; font-size: 0; gap: 0; }
  .shop-sort select { width: 102px; min-width: 0; font-size: 12px; padding-inline: 8px 22px; }
  .shop-breadcrumb { min-height: 24px; }
}
