/* Vereno Shops public-marketing palette, matched to the approved 2026-08-27 mockups. */
.shops-site {
  --shops-navy: #0d1b2a;
  --shops-teal: #0ba99f;
  --shops-teal-deep: #07877f;
  --shops-aqua: #dff5f3;
  --shops-canvas: #f7f9fa;
  --shops-surface: #ffffff;
  --shops-line: #dce3e7;
  --shops-muted: #60707c;
  min-width: 320px;
  margin: 0;
  background: var(--shops-canvas);
  color: var(--shops-navy);
  font-family: Onest, Inter, var(--clubex-font-family), ui-sans-serif, system-ui, sans-serif;
  line-height: var(--clubex-line-height-base);
  -webkit-font-smoothing: antialiased;
}

.shops-site * { box-sizing: border-box; }
.shops-site html { scroll-behavior: smooth; }
.shops-site a { color: inherit; text-decoration: none; }
.shops-site button, .shops-site input { font: inherit; }
.shops-site svg { width: 24px; height: 24px; }
.shops-site [hidden] { display: none !important; }
.shops-site .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.shops-site__frame { width: min(1320px, calc(100% - 96px)); margin: 0 auto; }

.shops-site__header { position: relative; z-index: var(--clubex-z-sticky); background: color-mix(in srgb, var(--shops-canvas) 94%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--shops-line) 70%, transparent); }
.shops-site__header-inner { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: var(--clubex-space-32); }
.shops-site__home { display: inline-flex; align-items: center; border-radius: var(--clubex-radius-8); }
.shops-site__signature { display: inline-grid; grid-template-columns: 150px 1px auto; align-items: center; gap: 18px; }
.shops-site__signature img { display: block; width: 150px; height: auto; }
.shops-site__signature > span { width: 1px; height: 30px; background: color-mix(in srgb, var(--shops-navy) 38%, transparent); }
.shops-site__signature strong { font-size: var(--clubex-font-size-20); font-weight: var(--clubex-font-weight-700); letter-spacing: -.035em; }
.shops-site__navigation { justify-self: center; display: flex; align-items: center; gap: 44px; color: var(--shops-muted); font-size: var(--clubex-font-size-14); font-weight: var(--clubex-font-weight-600); }
.shops-site__navigation a { position: relative; padding: 34px 0 32px; }
.shops-site__navigation a.is-active { color: var(--shops-navy); }
.shops-site__navigation a.is-active::after { content: ''; position: absolute; left: 0; right: 0; bottom: 23px; height: 2px; background: var(--shops-teal); }
.shops-site__header-actions { display: flex; align-items: center; gap: var(--clubex-space-20); font-size: var(--clubex-font-size-14); font-weight: var(--clubex-font-weight-600); }
.shops-site__sign-in { white-space: nowrap; }
.shops-site__menu-toggle { display: none; min-height: 40px; padding: 0 var(--clubex-space-12); border: 1px solid var(--shops-line); border-radius: var(--clubex-radius-8); background: transparent; color: var(--shops-navy); }

.shops-site__button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--shops-navy); border-radius: var(--clubex-radius-8); background: var(--shops-navy); color: var(--clubex-color-text-inverse); font-size: var(--clubex-font-size-14); font-weight: var(--clubex-font-weight-700); transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease; }
.shops-site a.shops-site__button { color: var(--clubex-color-text-inverse); }
.shops-site__button:hover { background: #18324b; border-color: #18324b; transform: translateY(-1px); }
.shops-site__button--small { min-height: 44px; padding: 0 var(--clubex-space-20); }
.shops-site__button--outline { background: transparent; color: var(--shops-navy); }
.shops-site a.shops-site__button--outline { color: var(--shops-navy); }
.shops-site__button--outline:hover { background: var(--shops-surface); color: var(--shops-navy); border-color: var(--shops-teal-deep); }
.shops-site a:focus-visible, .shops-site button:focus-visible, .shops-site input:focus-visible { outline: 0; box-shadow: 0 0 0 3px color-mix(in srgb, var(--shops-teal) 28%, transparent); }
.shops-site__actions { display: flex; align-items: center; gap: var(--clubex-space-20); }
.shops-site__eyebrow { margin: 0 0 var(--clubex-space-20); color: var(--shops-teal-deep); font-size: var(--clubex-font-size-12); font-weight: var(--clubex-font-weight-700); letter-spacing: .18em; text-transform: uppercase; }

.shops-hero { overflow: hidden; background: radial-gradient(circle at 50% 18%, rgba(11,169,159,.08), transparent 34rem), var(--shops-canvas); }
.shops-hero__grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(580px, 1.14fr); align-items: center; gap: 76px; padding: 72px 0 84px; }
.shops-hero__copy { padding-top: var(--clubex-space-20); }
.shops-hero h1 { max-width: 760px; margin: 0; font-size: clamp(52px, 5.1vw, 78px); font-weight: var(--clubex-font-weight-700); letter-spacing: -.055em; line-height: .99; }
.shops-hero__headline-line { display: block; }
.shops-hero__lead { max-width: 650px; margin: 28px 0 0; color: var(--shops-muted); font-size: 19px; line-height: 1.65; }
.shops-hero__copy .shops-site__actions { margin-top: 42px; }
.shops-hero__trust { display: flex; align-items: center; gap: var(--clubex-space-12); margin: 48px 0 0; color: var(--shops-muted); font-size: var(--clubex-font-size-14); }
.shops-hero__trust svg { width: 20px; height: 20px; }
.shops-hero__trust i { width: 3px; height: 3px; border-radius: var(--clubex-radius-pill); background: var(--shops-muted); opacity: .5; }
.shops-hero__trust--center { justify-content: center; }

.shops-preview { position: relative; min-width: 0; color: var(--shops-navy); }
.shops-preview--storefront { width: min(100%, 680px); padding: var(--clubex-space-12); border: 1px solid var(--shops-line); border-radius: var(--clubex-radius-12); background: var(--shops-surface); box-shadow: 0 20px 50px rgba(13,27,42,.11); }
.shops-preview__browser { height: 24px; display: flex; align-items: center; gap: 6px; }
.shops-preview__browser i { width: 7px; height: 7px; border-radius: var(--clubex-radius-pill); background: var(--shops-line); }
.shops-preview__bar { height: 50px; display: flex; align-items: center; gap: 28px; padding: 0 var(--clubex-space-20); background: linear-gradient(90deg, #087e79, #2f8f98); color: var(--clubex-color-text-inverse); font-size: var(--clubex-font-size-12); }
.shops-preview__bar img { width: 25px; filter: brightness(0) invert(1); }
.shops-preview__bar svg { width: 18px; margin-left: auto; }
.shops-preview__hero { min-height: 246px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; overflow: hidden; padding: var(--clubex-space-32); background: linear-gradient(135deg, #42545d, #e6ebec); }
.shops-preview__hero > div:first-child { display: flex; flex-direction: column; align-items: flex-start; gap: var(--clubex-space-12); color: var(--clubex-color-text-inverse); }
.shops-preview__hero span { font-size: 10px; font-weight: var(--clubex-font-weight-700); letter-spacing: .13em; }
.shops-preview__hero strong { max-width: 230px; font-size: var(--clubex-font-size-32); line-height: 1.06; }
.shops-preview__hero button, .shops-preview__checkout button, .shops-admin-preview button, .shops-flow button { min-height: 34px; padding: 0 var(--clubex-space-12); border: 0; border-radius: 5px; background: var(--shops-teal); color: var(--clubex-color-text-inverse); font-size: 11px; font-weight: var(--clubex-font-weight-700); }
.shops-preview__jersey { display: grid; place-items: center; color: #101416; }
.shops-preview__jersey svg { width: 190px; height: 190px; stroke-width: .8; fill: #11181d; }
.shops-preview__products { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--clubex-space-12); padding-top: var(--clubex-space-12); }
.shops-preview__products > span { min-height: 118px; display: grid; place-items: center; padding: var(--clubex-space-8); background: #f3f6f7; }
.shops-preview__products svg { width: 54px; height: 54px; color: #24313a; }
.shops-preview__products small { color: var(--shops-muted); font-size: 10px; }
.shops-preview__checkout { position: absolute; right: -34px; bottom: 24px; width: 190px; min-height: 330px; display: flex; flex-direction: column; gap: var(--clubex-space-20); padding: 26px var(--clubex-space-20); border: 2px solid var(--shops-navy); border-radius: 24px; background: var(--shops-surface); box-shadow: 0 18px 36px rgba(13,27,42,.14); }
.shops-preview__checkout > span { display: flex; align-items: center; gap: var(--clubex-space-8); font-size: 11px; }
.shops-preview__checkout > span svg, .shops-preview__checkout small svg { width: 20px; height: 20px; }
.shops-preview__checkout button { margin-top: auto; }
.shops-preview__checkout small { display: flex; align-items: center; gap: 6px; color: var(--shops-muted); font-size: 9px; }

.shops-directory { padding: 110px 0 120px; border-top: 1px solid var(--shops-line); background: var(--shops-surface); }
.shops-directory__heading { display: flex; align-items: end; justify-content: space-between; gap: var(--clubex-space-32); }
.shops-directory h2, .shops-feature-band h2, .shops-operations h2, .shops-workflows h2, .shops-final-cta h2 { margin: 0; font-size: clamp(40px, 4.2vw, 62px); font-weight: var(--clubex-font-weight-700); letter-spacing: -.05em; line-height: 1.02; }
.shops-directory__heading p { margin: var(--clubex-space-12) 0 0; color: var(--shops-muted); font-size: var(--clubex-font-size-16); }
.shops-directory__heading > span { padding-bottom: 6px; color: var(--shops-muted); font-size: var(--clubex-font-size-14); }
.shops-directory__search { width: min(640px, 100%); min-height: 56px; display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: var(--clubex-space-12); margin-top: var(--clubex-space-32); border-bottom: 1px solid var(--shops-navy); color: var(--shops-teal-deep); }
.shops-directory__search input { min-width: 0; height: 54px; border: 0; outline: 0; background: transparent; color: var(--shops-navy); font-size: var(--clubex-font-size-16); }
.shops-directory__search input::placeholder { color: #87949d; }
.shops-directory__list { margin-top: 44px; border-top: 1px solid var(--shops-navy); }
.shops-directory__row { min-height: 168px; display: grid; grid-template-columns: 116px minmax(0, 1fr) 220px 56px; align-items: center; gap: var(--clubex-space-32); border-bottom: 1px solid var(--shops-line); transition: background .15s ease; }
.shops-directory__row:hover { background: color-mix(in srgb, var(--shops-aqua) 28%, transparent); }
.shops-directory__logo { position: relative; width: 82px; height: 108px; display: grid; place-items: center; overflow: hidden; padding: var(--clubex-space-8); border: 1px solid var(--shops-line); background: var(--shops-surface); }
.shops-directory__logo img { position: absolute; inset: var(--clubex-space-8); display: block; width: calc(100% - (2 * var(--clubex-space-8))); height: calc(100% - (2 * var(--clubex-space-8))); object-fit: contain; }
.shops-directory__logo--initial { color: var(--shops-teal-deep); font-size: var(--clubex-font-size-32); font-weight: var(--clubex-font-weight-700); }
.shops-directory__identity { display: flex; flex-direction: column; align-items: flex-start; }
.shops-directory__identity small { color: var(--shops-teal-deep); font-size: 11px; font-weight: var(--clubex-font-weight-700); letter-spacing: .15em; text-transform: uppercase; }
.shops-directory__identity strong { margin-top: var(--clubex-space-8); font-size: 30px; letter-spacing: -.035em; }
.shops-directory__identity > span { margin-top: 6px; color: var(--shops-muted); font-size: var(--clubex-font-size-14); }
.shops-directory__destination { color: var(--shops-muted); font-size: var(--clubex-font-size-14); }
.shops-directory__open { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--shops-line); border-radius: var(--clubex-radius-pill); color: var(--shops-teal-deep); }
.shops-directory__open svg { width: 19px; }
.shops-directory__state { min-height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--clubex-space-8); margin-top: var(--clubex-space-32); border: 1px solid var(--shops-line); background: var(--shops-canvas); text-align: center; }
.shops-directory__state span { color: var(--shops-muted); }

.shops-feature-band { padding: 96px 0 86px; background: var(--shops-navy); color: var(--clubex-color-text-inverse); text-align: center; }
.shops-feature-band .shops-site__eyebrow { color: #75ded7; }
.shops-feature-band > div > p:not(.shops-site__eyebrow) { margin: var(--clubex-space-20) 0 0; color: #c2d0da; }
.shops-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.shops-feature-grid__item { min-height: 128px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--clubex-space-12); border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); font-size: var(--clubex-font-size-14); }
.shops-feature-grid__item svg { width: 36px; height: 36px; color: #74ded7; }
.shops-feature-band__link { display: inline-flex; align-items: center; gap: var(--clubex-space-8); margin-top: var(--clubex-space-32); color: #8ee9e3; font-size: var(--clubex-font-size-14); font-weight: var(--clubex-font-weight-700); }
.shops-feature-band__link svg { width: 18px; }

.shops-operations { padding: 96px 0 110px; background: var(--shops-canvas); }
.shops-operations__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr); align-items: center; gap: 76px; margin-top: 52px; }
.shops-admin-preview { min-height: 430px; display: grid; grid-template-columns: 88px minmax(0, 1fr); position: relative; border: 1px solid var(--shops-line); border-radius: var(--clubex-radius-12); background: var(--shops-surface); box-shadow: var(--clubex-shadow-raised); }
.shops-admin-preview > aside { display: flex; flex-direction: column; align-items: center; gap: var(--clubex-space-20); padding: var(--clubex-space-20); border-radius: var(--clubex-radius-12) 0 0 var(--clubex-radius-12); background: var(--shops-navy); }
.shops-admin-preview > aside img { width: 30px; filter: brightness(0) invert(1); }
.shops-admin-preview > aside i { width: 24px; height: 5px; border-radius: var(--clubex-radius-pill); background: rgba(255,255,255,.28); }
.shops-admin-preview > div:not(.shops-admin-preview__phone) { padding: var(--clubex-space-32); }
.shops-admin-preview > div > strong { font-size: var(--clubex-font-size-20); }
.shops-admin-preview > div > span { min-height: 72px; display: grid; grid-template-columns: 38px 1fr 64px; align-items: center; gap: var(--clubex-space-12); border-bottom: 1px solid var(--shops-line); font-size: var(--clubex-font-size-14); }
.shops-admin-preview > div > span svg { width: 30px; }
.shops-admin-preview > div > span i { height: 6px; border-radius: var(--clubex-radius-pill); background: var(--shops-line); }
.shops-admin-preview__phone { position: absolute; right: -36px; bottom: -26px; width: 180px; min-height: 310px; display: flex; flex-direction: column; gap: var(--clubex-space-12); padding: var(--clubex-space-20); border: 2px solid var(--shops-navy); border-radius: 24px; background: var(--shops-surface); }
.shops-admin-preview__phone img { width: 25px; }
.shops-admin-preview__phone > span { min-height: 150px; display: grid; place-items: center; background: #eef3f4; }
.shops-admin-preview__phone > span svg { width: 85px; height: 85px; }
.shops-admin-preview__phone button { margin-top: auto; }
.shops-benefits { display: flex; flex-direction: column; gap: var(--clubex-space-32); }
.shops-benefits article { display: grid; grid-template-columns: 58px 1fr; gap: var(--clubex-space-20); align-items: start; }
.shops-benefits article > svg { width: 52px; height: 52px; padding: var(--clubex-space-12); border-radius: var(--clubex-radius-pill); background: var(--shops-aqua); color: var(--shops-teal-deep); }
.shops-benefits h3 { margin: 4px 0 0; font-size: var(--clubex-font-size-20); }
.shops-benefits p { margin: var(--clubex-space-8) 0 0; color: var(--shops-muted); font-size: var(--clubex-font-size-14); }

.shops-final-cta { padding: 78px 0 72px; background: linear-gradient(100deg, #95e1dc, #b9ece8); text-align: center; }
.shops-final-cta img { width: 55px; margin-bottom: var(--clubex-space-20); }
.shops-final-cta p { margin: var(--clubex-space-12) 0 var(--clubex-space-32); color: #294454; }
.shops-final-cta .shops-site__actions { justify-content: center; }
.shops-final-cta .shops-site__button--outline { background: rgba(255,255,255,.18); }

.shops-site__footer { background: var(--shops-canvas); }
.shops-site__footer-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: var(--clubex-space-32); }
.shops-site__signature--footer { grid-template-columns: 110px 1px auto; gap: var(--clubex-space-12); }
.shops-site__signature--footer img { width: 110px; }
.shops-site__signature--footer > span { height: 24px; }
.shops-site__signature--footer strong { font-size: var(--clubex-font-size-14); }
.shops-site__footer nav { display: flex; gap: var(--clubex-space-32); color: var(--shops-muted); font-size: var(--clubex-font-size-12); }

.shops-hero--features { padding: 68px 0 76px; text-align: center; }
.shops-hero--features h1 { max-width: 920px; margin: 0 auto; font-size: clamp(52px, 5.6vw, 82px); }
.shops-hero--features .shops-hero__lead { max-width: 760px; margin: var(--clubex-space-20) auto 0; }
.shops-hero--features .shops-site__actions { justify-content: center; margin-top: var(--clubex-space-32); }
.shops-features-montage { min-height: 450px; display: grid; grid-template-columns: minmax(0, 1.45fr) 170px 170px minmax(230px, .75fr); align-items: center; gap: var(--clubex-space-20); margin-top: 64px; text-align: left; }
.shops-features-montage .shops-preview { transform: scale(.88); transform-origin: center; }
.shops-features-montage .shops-preview__checkout { display: none; }
.shops-features-montage__jersey { min-height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: var(--clubex-space-20); border: 2px solid var(--shops-navy); border-radius: 22px; background: var(--shops-surface); }
.shops-features-montage__jersey svg { width: 110px; height: 110px; fill: #141b20; }
.shops-features-montage__jersey strong { margin-top: -84px; color: white; font-size: var(--clubex-font-size-12); z-index: 1; }
.shops-features-montage__jersey > span { color: white; font-size: 38px; font-weight: var(--clubex-font-weight-700); z-index: 1; }
.shops-features-montage__jersey small { margin-top: 36px; color: var(--shops-muted); font-size: 10px; }
.shops-features-montage > .shops-flow__panel { min-height: 300px; }

.shops-workflows { padding: 92px 0 104px; background: var(--shops-surface); text-align: center; }
.shops-workflows__lead { max-width: 760px; margin: var(--clubex-space-20) auto 0; color: var(--shops-muted); }
.shops-flow { margin-top: 46px; padding: 30px; border: 1px solid var(--shops-line); border-radius: var(--clubex-radius-12); background: var(--shops-canvas); text-align: left; box-shadow: var(--clubex-shadow-subtle); }
.shops-flow > header { display: flex; align-items: center; justify-content: space-between; gap: var(--clubex-space-20); }
.shops-flow h3 { display: flex; align-items: center; gap: var(--clubex-space-12); margin: 0; font-size: var(--clubex-font-size-20); }
.shops-flow h3 > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 5px; background: var(--shops-teal-deep); color: white; font-size: var(--clubex-font-size-14); }
.shops-flow header > small { display: inline-flex; align-items: center; gap: var(--clubex-space-8); padding: 6px 10px; border-radius: var(--clubex-radius-pill); background: var(--shops-aqua); color: var(--shops-teal-deep); font-weight: var(--clubex-font-weight-700); }
.shops-flow header > small svg { width: 15px; height: 15px; }
.shops-flow__sequence { display: flex; align-items: stretch; justify-content: center; gap: 10px; margin-top: 28px; }
.shops-flow__arrow { align-self: center; color: var(--shops-teal-deep); }
.shops-flow__arrow svg { width: 28px; }
.shops-flow__panel { min-width: 0; flex: 1; min-height: 230px; display: flex; flex-direction: column; gap: var(--clubex-space-12); padding: var(--clubex-space-20); border: 1px solid var(--shops-line); border-radius: var(--clubex-radius-12); background: var(--shops-surface); }
.shops-flow__panel > strong { display: flex; align-items: center; gap: var(--clubex-space-8); min-height: 24px; font-size: var(--clubex-font-size-12); }
.shops-flow__panel > strong svg { width: 18px; height: 18px; color: var(--shops-teal-deep); }
.shops-flow__panel > strong > span { color: var(--shops-teal-deep); }
.shops-flow__panel > span { min-height: 36px; display: grid; grid-template-columns: 28px 1fr 22px; align-items: center; gap: var(--clubex-space-8); }
.shops-flow__panel > span i { width: 28px; height: 28px; border-radius: var(--clubex-radius-pill); background: var(--shops-aqua); }
.shops-flow__panel > span b, .shops-flow__panel label i { height: 5px; border-radius: var(--clubex-radius-pill); background: var(--shops-line); }
.shops-flow__panel > span em { color: var(--shops-muted); font-size: 10px; font-style: normal; }
.shops-flow__panel label { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: var(--clubex-space-8); color: var(--shops-muted); font-size: 10px; }
.shops-flow__panel button { margin-top: auto; }
.shops-flow__panel--source { align-items: center; justify-content: center; text-align: center; }
.shops-flow__panel--source > i { width: 58px; height: 58px; display: grid; place-items: center; border-radius: var(--clubex-radius-pill); background: var(--shops-aqua); color: var(--shops-teal-deep); }
.shops-flow__panel--source > i svg { width: 28px; }
.shops-flow__panel--source small { color: var(--shops-muted); }
.shops-flow__product, .shops-flow__event { display: flex; align-items: center; gap: var(--clubex-space-12); min-height: 58px; }
.shops-flow__product svg, .shops-flow__event svg { width: 42px; height: 42px; }
.shops-flow__panel--product > small { color: var(--shops-muted); font-size: 10px; }
.shops-flow__panel--product label i { margin-left: auto; width: 28px; height: 16px; border-radius: var(--clubex-radius-pill); background: var(--shops-teal); }
.shops-flow__panel--jersey label { display: flex; flex-direction: column; align-items: stretch; gap: 4px; }
.shops-flow__panel--jersey label b { min-height: 26px; padding: 6px; border: 1px solid var(--shops-line); color: var(--shops-navy); font-size: 9px; font-weight: var(--clubex-font-weight-500); }
.shops-flow__jersey { position: relative; min-height: 105px; display: grid; place-items: center; }
.shops-flow__jersey svg { width: 100px; height: 100px; fill: #141b20; }
.shops-flow__jersey b, .shops-flow__jersey em { position: absolute; color: white; font-style: normal; }
.shops-flow__jersey b { top: 37px; font-size: 9px; }
.shops-flow__jersey em { top: 50px; font-size: 26px; font-weight: var(--clubex-font-weight-700); }
.shops-flow__panel--ticket { align-items: center; justify-content: center; text-align: center; }
.shops-flow__panel--ticket > svg { width: 58px; height: 58px; color: #5c6d78; }
.shops-flow__panel--ticket small { color: var(--shops-muted); }
.shops-flow__panel--checkout > span { display: flex; grid-template-columns: none; font-size: 10px; }
.shops-flow__panel--checkout small { display: flex; align-items: center; gap: 4px; color: var(--shops-muted); font-size: 9px; }
.shops-flow__panel--checkout small svg { width: 14px; }
.shops-flow__panel--issued { align-items: center; justify-content: center; text-align: center; }
.shops-flow__panel--issued > i { width: 76px; height: 76px; display: grid; place-items: center; border-radius: var(--clubex-radius-pill); background: var(--shops-teal); color: white; }
.shops-flow__panel--issued > i svg { width: 38px; height: 38px; }
.shops-flow > p { max-width: 820px; margin: var(--clubex-space-20) auto 0; color: var(--shops-muted); font-size: var(--clubex-font-size-12); text-align: center; }

.shops-connections { position: relative; margin-top: var(--clubex-space-32); padding: 26px; border: 1px solid var(--shops-line); border-radius: var(--clubex-radius-12); text-align: left; }
.shops-connections h3 { margin: 0 0 var(--clubex-space-20); font-size: var(--clubex-font-size-14); }
.shops-connections > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--clubex-space-12); }
.shops-connections article { min-height: 110px; display: grid; grid-template-columns: 30px 1fr; align-content: center; gap: 6px var(--clubex-space-8); padding: var(--clubex-space-12); border: 1px solid var(--shops-line); border-radius: var(--clubex-radius-8); }
.shops-connections article svg { grid-row: 1 / span 2; width: 26px; color: var(--shops-teal-deep); }
.shops-connections article strong { font-size: var(--clubex-font-size-12); }
.shops-connections article span { color: var(--shops-muted); font-size: 10px; }

.shops-feature-summaries { padding: 82px 0; border-top: 1px solid var(--shops-line); border-bottom: 1px solid var(--shops-line); background: var(--shops-canvas); }
.shops-feature-summaries__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.shops-feature-summary + .shops-feature-summary { padding-left: 44px; border-left: 1px solid var(--shops-line); }
.shops-feature-summary h3 { margin: 0; font-size: var(--clubex-font-size-32); letter-spacing: -.04em; line-height: 1.05; }
.shops-feature-summary__content { display: grid; grid-template-columns: minmax(0, 1fr) 150px; gap: var(--clubex-space-20); margin-top: var(--clubex-space-32); }
.shops-feature-summary ul { display: flex; flex-direction: column; gap: var(--clubex-space-20); margin: 0; padding: 0; list-style: none; }
.shops-feature-summary li { display: flex; align-items: center; gap: var(--clubex-space-8); font-size: var(--clubex-font-size-12); }
.shops-feature-summary li svg { width: 20px; height: 20px; color: var(--shops-teal-deep); }
.shops-feature-summary__visual { min-height: 214px; display: flex; flex-direction: column; gap: var(--clubex-space-12); padding: var(--clubex-space-12); border: 1px solid var(--shops-line); border-radius: var(--clubex-radius-8); background: var(--shops-surface); color: var(--shops-ink); }
.shops-feature-summary__visual svg { width: 18px; height: 18px; color: var(--shops-teal-deep); }
.shops-feature-summary__visual-header { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 6px; padding-bottom: var(--clubex-space-8); border-bottom: 1px solid var(--shops-line); }
.shops-feature-summary__visual-header strong { font-size: 10px; }
.shops-feature-summary__visual-header small { padding: 3px 5px; border-radius: var(--clubex-radius-pill); background: var(--shops-aqua); color: var(--shops-teal-deep); font-size: 7px; font-weight: 700; text-transform: uppercase; }
.shops-feature-summary__product-grid, .shops-feature-summary__store-grid { flex: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--clubex-space-8); }
.shops-feature-summary__product-grid > span, .shops-feature-summary__store-grid > span { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--shops-line); border-radius: 6px; background: var(--shops-canvas); }
.shops-feature-summary__product-grid small, .shops-feature-summary__store-grid small { font-size: 7px; font-weight: 700; }
.shops-feature-summary__checkout-row { display: flex; align-items: center; justify-content: space-between; padding: var(--clubex-space-12) 0; border-bottom: 1px solid var(--shops-line); font-size: 9px; }
.shops-feature-summary__checkout-row strong { font-size: 12px; }
.shops-feature-summary__checkout-action { display: grid; place-items: center; min-height: 38px; margin-top: auto; border-radius: 6px; background: var(--shops-teal); color: white; font-size: 9px; font-weight: 700; }
.shops-feature-summary__checkout-note { display: flex; align-items: center; justify-content: center; gap: 5px; color: var(--shops-muted); font-size: 7px; }
.shops-feature-summary__checkout-note svg { width: 13px; height: 13px; }
.shops-feature-summary__visual.is-storefront { background: var(--shops-navy); color: white; }
.shops-feature-summary__browser { display: flex; align-items: center; gap: 4px; color: #b8c7cf; font-size: 7px; }
.shops-feature-summary__browser i { width: 5px; height: 5px; border-radius: var(--clubex-radius-pill); background: #6f8592; }
.shops-feature-summary__browser span { margin-left: auto; }
.shops-feature-summary__store-nav { display: flex; align-items: center; gap: var(--clubex-space-8); padding: var(--clubex-space-8); border-radius: 5px; background: rgba(255,255,255,.08); font-size: 7px; }
.shops-feature-summary__store-nav svg { margin-right: auto; color: var(--shops-aqua); }
.shops-feature-summary__store-grid > span { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.08); }
.shops-feature-summary__store-grid svg { color: var(--shops-aqua); }

.shops-feature-index { padding: 60px 0; background: var(--shops-surface); }
.shops-feature-index h2 { margin: 0 0 var(--clubex-space-32); font-size: var(--clubex-font-size-32); letter-spacing: -.04em; }
.shops-feature-index > div > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--clubex-space-12) var(--clubex-space-32); }
.shops-feature-index span { color: var(--shops-muted); font-size: var(--clubex-font-size-12); }
.shops-feature-index span::first-letter { color: var(--shops-teal-deep); }

@media (max-width: 1120px) {
  .shops-site__frame { width: min(100% - 48px, 900px); }
  .shops-site__navigation { gap: var(--clubex-space-20); }
  .shops-hero__grid { grid-template-columns: 1fr; }
  .shops-hero__copy { max-width: 720px; text-align: center; margin: 0 auto; }
  .shops-hero__copy .shops-site__actions, .shops-hero__trust { justify-content: center; }
  .shops-preview--storefront { justify-self: center; }
  .shops-operations__grid { grid-template-columns: 1fr; }
  .shops-benefits { display: grid; grid-template-columns: repeat(3, 1fr); }
  .shops-features-montage { grid-template-columns: 1.4fr repeat(3, 1fr); }
  .shops-flow__sequence { display: grid; grid-template-columns: repeat(2, 1fr); }
  .shops-flow__arrow { display: none; }
  .shops-connections > div { grid-template-columns: repeat(3, 1fr); }
  .shops-feature-summaries__grid { grid-template-columns: 1fr; }
  .shops-feature-summary + .shops-feature-summary { padding: var(--clubex-space-32) 0 0; border-top: 1px solid var(--shops-line); border-left: 0; }
}

@media (max-width: 820px) {
  .shops-site__header-inner { grid-template-columns: 1fr auto; min-height: 76px; }
  .shops-site__signature { grid-template-columns: 118px 1px auto; gap: var(--clubex-space-12); }
  .shops-site__signature img { width: 118px; }
  .shops-site__signature strong { font-size: var(--clubex-font-size-16); }
  .shops-site__menu-toggle { display: inline-flex; align-items: center; }
  .shops-site__navigation { display: none; grid-column: 1 / -1; justify-self: stretch; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: var(--clubex-space-12); }
  .shops-site__navigation.is-open { display: flex; }
  .shops-site__navigation a { padding: var(--clubex-space-12); }
  .shops-site__navigation a.is-active::after { left: var(--clubex-space-12); right: auto; bottom: 6px; width: 36px; }
  .shops-site__header-actions { display: none; }
  .shops-hero h1 { font-size: 52px; }
  .shops-directory__row { grid-template-columns: 92px minmax(0, 1fr) 48px; gap: var(--clubex-space-20); }
  .shops-directory__destination { display: none; }
  .shops-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .shops-benefits { grid-template-columns: 1fr; }
  .shops-features-montage { grid-template-columns: repeat(2, 1fr); }
  .shops-features-montage .shops-preview { grid-column: 1 / -1; }
  .shops-connections > div, .shops-feature-index > div > div { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .shops-site__frame { width: calc(100% - 32px); }
  .shops-site__signature { grid-template-columns: 100px 1px auto; gap: 9px; }
  .shops-site__signature img { width: 100px; }
  .shops-site__signature > span { height: 22px; }
  .shops-hero__grid { min-height: auto; padding: 64px 0 72px; gap: 52px; }
  .shops-hero h1, .shops-hero--features h1 { font-size: 42px; }
  .shops-hero__lead { font-size: var(--clubex-font-size-16); }
  .shops-site__actions { align-items: stretch; flex-direction: column; }
  .shops-site__button { width: 100%; }
  .shops-hero__trust { flex-wrap: wrap; }
  .shops-preview__checkout { position: relative; right: auto; bottom: auto; width: 100%; min-height: 0; margin-top: var(--clubex-space-12); border-width: 1px; border-radius: var(--clubex-radius-12); }
  .shops-preview__hero { min-height: 190px; padding: var(--clubex-space-20); }
  .shops-preview__hero strong { font-size: var(--clubex-font-size-20); }
  .shops-preview__jersey svg { width: 110px; height: 110px; }
  .shops-preview__products > span { min-height: 88px; }
  .shops-preview__products svg { width: 38px; height: 38px; }
  .shops-directory, .shops-operations, .shops-workflows { padding: 72px 0; }
  .shops-directory__heading { align-items: flex-start; flex-direction: column; }
  .shops-directory__row { min-height: 130px; grid-template-columns: 70px minmax(0, 1fr) 40px; gap: var(--clubex-space-12); }
  .shops-directory__logo { width: 62px; height: 82px; }
  .shops-directory__identity strong { font-size: var(--clubex-font-size-20); }
  .shops-directory__open { width: 38px; height: 38px; }
  .shops-feature-grid { grid-template-columns: 1fr; }
  .shops-admin-preview { min-height: 360px; grid-template-columns: 58px minmax(0, 1fr); }
  .shops-admin-preview > div:not(.shops-admin-preview__phone) { padding: var(--clubex-space-20); }
  .shops-admin-preview__phone { display: none; }
  .shops-final-cta .shops-site__actions { align-items: center; }
  .shops-site__footer-inner { align-items: flex-start; flex-direction: column; padding: var(--clubex-space-32) 0; }
  .shops-site__footer nav { flex-wrap: wrap; gap: var(--clubex-space-20); }
  .shops-features-montage { display: block; min-height: 0; }
  .shops-features-montage > * { margin-top: var(--clubex-space-20); }
  .shops-features-montage .shops-preview { transform: none; }
  .shops-flow { padding: var(--clubex-space-20); }
  .shops-flow > header { align-items: flex-start; flex-direction: column; }
  .shops-flow__sequence { grid-template-columns: 1fr; }
  .shops-connections > div, .shops-feature-index > div > div { grid-template-columns: 1fr; }
  .shops-feature-summary__content { grid-template-columns: minmax(0, 1fr) 132px; }
}

@media (prefers-reduced-motion: reduce) {
  .shops-site html { scroll-behavior: auto; }
  .shops-site__button, .shops-directory__row { transition: none; }
  .shops-site__button:hover { transform: none; }
}

/* Approved 2026-08-27 mockup parity. The reference artwork is part of the
   marketing composition; live shop rows and controls remain real HTML. */
.shops-reference-art {
  display: block;
  max-width: 100%;
  height: auto;
}

.shops-operations__grid--mobile,
.shops-features-montage--mobile,
.shops-workflows__mobile,
.shops-feature-summaries__grid--mobile {
  display: none;
}

@media (min-width: 701px) {
  .shops-site {
    font-size: 12px;
  }

  .shops-site__frame {
    width: min(778px, calc(100% - 88px));
  }

  .shops-site__header-inner {
    width: min(790px, calc(100% - 60px));
    min-height: 63px;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
  }

  .shops-site__signature {
    grid-template-columns: 112px 1px auto;
    gap: 14px;
  }

  .shops-site__signature img {
    width: 112px;
  }

  .shops-site__signature > span {
    height: 25px;
  }

  .shops-site__signature strong {
    font-size: 16px;
  }

  .shops-site__navigation {
    display: flex;
    grid-column: auto;
    flex-direction: row;
    align-items: center;
    justify-self: center;
    gap: 36px;
    padding-bottom: 0;
    font-size: 11px;
  }

  .shops-site__navigation a {
    padding: 24px 0 22px;
  }

  .shops-site__navigation a.is-active::after {
    bottom: 15px;
  }

  .shops-site__header-actions {
    display: flex;
    gap: 18px;
    font-size: 11px;
  }

  .shops-site__menu-toggle {
    display: none;
  }

  .shops-site__button {
    min-height: 38px;
    padding: 0 20px;
    border-radius: 6px;
    font-size: 11px;
  }

  .shops-site__button--small {
    min-height: 36px;
    padding: 0 17px;
  }

  .shops-site__actions {
    gap: 12px;
  }

  .shops-site__eyebrow {
    margin-bottom: 14px;
    font-size: 9px;
    letter-spacing: .18em;
  }

  .shops-hero__grid {
    min-height: 450px;
    grid-template-columns: 310px 450px;
    gap: 32px;
    padding: 13px 0 39px;
  }

  .shops-hero__copy {
    max-width: none;
    margin: 0;
    padding-top: 51px;
    text-align: left;
  }

  .shops-hero h1 {
    max-width: 310px;
    font-size: 46px;
    letter-spacing: -.055em;
    line-height: .98;
  }

  .shops-hero__lead {
    max-width: 306px;
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.65;
  }

  .shops-hero__copy .shops-site__actions {
    justify-content: flex-start;
    margin-top: 31px;
  }

  .shops-hero__trust {
    justify-content: flex-start;
    gap: 9px;
    margin-top: 36px;
    font-size: 11px;
  }

  .shops-hero__trust svg {
    width: 17px;
    height: 17px;
  }

  .shops-reference-art--landing-hero {
    width: 450px;
    justify-self: end;
  }

  .shops-directory {
    padding: 36px 0 25px;
  }

  .shops-directory h2,
  .shops-feature-band h2,
  .shops-operations h2,
  .shops-workflows h2,
  .shops-final-cta h2 {
    font-size: 30px;
    line-height: 1.03;
  }

  .shops-directory__heading p {
    margin-top: 8px;
    font-size: 12px;
  }

  .shops-directory__heading > span {
    font-size: 10px;
  }

  .shops-directory__search {
    width: 374px;
    min-height: 41px;
    margin-top: 16px;
    grid-template-columns: 18px 1fr;
    gap: 10px;
  }

  .shops-directory__search svg {
    width: 17px;
    height: 17px;
  }

  .shops-directory__search input {
    height: 40px;
    font-size: 12px;
  }

  .shops-directory__list {
    margin-top: 16px;
    border: 1px solid var(--shops-line);
  }

  .shops-directory__row {
    min-height: 115px;
    grid-template-columns: 96px minmax(0, 1fr) 170px 44px;
    gap: 26px;
    padding: 0 16px 0 26px;
    border-bottom: 0;
  }

  .shops-directory__logo {
    width: 72px;
    height: 82px;
  }

  .shops-directory__identity small {
    font-size: 9px;
  }

  .shops-directory__identity strong {
    margin-top: 7px;
    font-size: 20px;
  }

  .shops-directory__identity > span,
  .shops-directory__destination {
    font-size: 11px;
  }

  .shops-directory__open {
    width: 39px;
    height: 39px;
  }

  .shops-feature-band {
    min-height: 329px;
    padding: 29px 0 25px;
  }

  .shops-feature-band > div > p:not(.shops-site__eyebrow) {
    margin-top: 10px;
    font-size: 12px;
  }

  .shops-feature-grid {
    margin-top: 23px;
  }

  .shops-feature-grid__item {
    min-height: 84px;
    gap: 8px;
    font-size: 11px;
  }

  .shops-feature-grid__item svg {
    width: 30px;
    height: 30px;
  }

  .shops-operations {
    height: 380px;
    min-height: 0;
    overflow: hidden;
    padding: 26px 0 30px;
  }

  .shops-operations h2 {
    font-size: 27px;
  }

  .shops-reference-art--landing-operations {
    width: 778px;
    margin-top: 14px;
  }

  .shops-final-cta {
    height: 195px;
    min-height: 0;
    overflow: hidden;
    padding: 22px 0 18px;
  }

  .shops-final-cta img {
    width: 165px;
    margin-bottom: 12px;
  }

  .shops-final-cta h2 {
    font-size: 37px;
  }

  .shops-final-cta p {
    margin: 7px 0 13px;
    font-size: 12px;
  }

  .shops-site__footer-inner {
    min-height: 67px;
  }

  .shops-site__signature--footer {
    grid-template-columns: 96px 1px auto;
    gap: 12px;
  }

  .shops-site__signature--footer img {
    width: 96px;
  }

  .shops-site__signature--footer > span {
    height: 22px;
  }

  .shops-site__signature--footer strong,
  .shops-site__footer nav {
    font-size: 10px;
  }

  .shops-site__footer nav {
    gap: 30px;
  }

  .shops-hero--features {
    height: 537px;
    min-height: 0;
    overflow: hidden;
    padding: 12px 0 14px;
  }

  .shops-hero--features .shops-site__frame,
  .shops-workflows .shops-site__frame,
  .shops-feature-summaries .shops-site__frame,
  .shops-feature-index .shops-site__frame {
    width: min(730px, calc(100% - 60px));
  }

  .shops-hero--features h1 {
    max-width: 500px;
    font-size: 37px;
    line-height: .98;
  }

  .shops-hero--features .shops-site__eyebrow {
    margin-bottom: 8px;
  }

  .shops-hero--features .shops-hero__lead {
    max-width: 500px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.55;
  }

  .shops-hero--features .shops-site__actions {
    margin-top: 10px;
  }

  .shops-reference-art--features-hero {
    width: min(757px, calc(100% + 28px));
    max-width: none;
    margin: 8px 0 0 -14px;
  }

  .shops-hero--features .shops-hero__trust {
    margin-top: 12px;
  }

  .shops-workflows {
    height: 857px;
    min-height: 0;
    overflow: hidden;
    padding: 18px 0 0;
  }

  .shops-workflows h2 {
    font-size: 31px;
  }

  .shops-workflows .shops-site__eyebrow {
    margin-bottom: 6px;
  }

  .shops-workflows__lead {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.45;
  }

  .shops-reference-art--features-workflows {
    width: 728px;
    margin-top: 8px;
  }

  .shops-feature-summaries {
    min-height: 239px;
    padding: 20px 0 14px;
  }

  .shops-reference-art--features-summaries {
    width: 730px;
  }

  .shops-feature-index {
    height: 116px;
    min-height: 0;
    overflow: hidden;
    padding: 14px 0 10px;
  }

  .shops-feature-index h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .shops-feature-index > div > div {
    grid-template-columns: repeat(4, 1fr);
    gap: 3px 22px;
  }

  .shops-feature-index span {
    font-size: 8px;
    line-height: 1.25;
  }

  .shops-site--features .shops-final-cta {
    height: 124px;
    min-height: 0;
    padding: 10px 0 8px;
  }

  .shops-feature-index + .shops-final-cta img {
    width: 100px;
    margin-bottom: 5px;
  }

  .shops-feature-index + .shops-final-cta h2 {
    font-size: 29px;
  }

  .shops-feature-index + .shops-final-cta p {
    margin: 4px 0 8px;
    font-size: 9px;
  }

  .shops-feature-index + .shops-final-cta .shops-site__button {
    min-height: 31px;
    padding: 0 17px;
    font-size: 9px;
  }

  .shops-site--features .shops-site__footer-inner {
    min-height: 52px;
  }
}

@media (max-width: 700px) {
  .shops-reference-art--landing-operations,
  .shops-reference-art--features-hero,
  .shops-reference-art--features-workflows,
  .shops-reference-art--features-summaries {
    display: none;
  }

  .shops-operations__grid--mobile,
  .shops-features-montage--mobile,
  .shops-workflows__mobile,
  .shops-feature-summaries__grid--mobile {
    display: grid;
  }

  .shops-reference-art--landing-hero {
    width: 100%;
  }

  .shops-operations__grid--mobile {
    margin-top: 36px;
  }

  .shops-workflows__mobile {
    display: block;
  }

  .shops-feature-summaries__grid--mobile {
    grid-template-columns: 1fr;
  }

  .shops-final-cta img {
    width: 140px;
  }
}

/* High-resolution implementation: all product and workflow UI is live HTML/SVG.
   These rules supersede the earlier reference-image parity layer. */
@media (min-width: 701px) {
  .shops-site__frame,
  .shops-site__header-inner,
  .shops-hero--features .shops-site__frame,
  .shops-workflows .shops-site__frame,
  .shops-feature-summaries .shops-site__frame,
  .shops-feature-index .shops-site__frame {
    width: min(1180px, calc(100% - 64px));
  }

  .shops-hero__grid {
    min-height: 610px;
    grid-template-columns: minmax(0, .82fr) minmax(500px, 1.18fr);
    gap: 52px;
    padding: 54px 0 62px;
  }

  .shops-hero__copy {
    padding-top: 0;
  }

  .shops-hero h1 {
    max-width: 520px;
  }

  .shops-hero__lead {
    max-width: 520px;
    font-size: 18px;
  }

  .shops-preview--storefront {
    width: min(100%, 650px);
    justify-self: end;
  }

  .shops-operations {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 72px 0 84px;
  }

  .shops-operations__grid--mobile {
    display: grid;
    margin-top: 46px;
  }

  .shops-hero--features {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 58px 0 64px;
  }

  .shops-hero--features .shops-site__eyebrow {
    margin-bottom: 16px;
  }

  .shops-hero--features .shops-hero__lead {
    max-width: 720px;
    margin-top: 18px;
    font-size: 17px;
  }

  .shops-hero--features .shops-site__actions {
    margin-top: 28px;
  }

  .shops-features-montage--mobile {
    display: grid;
    min-height: 420px;
    margin-top: 48px;
  }

  .shops-features-montage--mobile .shops-preview {
    transform: none;
  }

  .shops-hero--features .shops-hero__trust {
    margin-top: 28px;
    font-size: 14px;
  }

  .shops-workflows {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 76px 0 92px;
  }

  .shops-workflows .shops-site__eyebrow {
    margin-bottom: 16px;
  }

  .shops-workflows h2 {
    font-size: clamp(38px, 4vw, 56px);
  }

  .shops-workflows__lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.6;
  }

  .shops-workflows__mobile {
    display: block;
  }

  .shops-flow {
    margin-top: 42px;
    padding: 30px;
  }

  .shops-flow h3 {
    font-size: 20px;
  }

  .shops-flow header > small {
    padding: 8px 12px;
    font-size: 12px;
  }

  .shops-flow__sequence {
    margin-top: 30px;
    gap: 14px;
  }

  .shops-flow__panel {
    min-height: 260px;
    gap: 14px;
    padding: 20px;
  }

  .shops-flow__panel > strong {
    min-height: 30px;
    font-size: 14px;
    line-height: 1.35;
  }

  .shops-flow__panel > strong svg {
    width: 22px;
    height: 22px;
  }

  .shops-flow__panel > span {
    min-height: 42px;
  }

  .shops-flow__panel > span em,
  .shops-flow__panel label,
  .shops-flow__panel--product > small,
  .shops-flow__panel--checkout > span,
  .shops-flow__panel--checkout small {
    font-size: 12px;
  }

  .shops-flow__panel--jersey label b {
    min-height: 32px;
    padding: 8px;
    font-size: 12px;
  }

  .shops-flow__panel button {
    min-height: 40px;
    font-size: 12px;
  }

  .shops-flow > p {
    max-width: 900px;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.55;
  }

  .shops-connections {
    margin-top: 34px;
    padding: 28px;
  }

  .shops-connections h3 {
    font-size: 16px;
  }

  .shops-connections article {
    min-height: 128px;
    padding: 16px;
  }

  .shops-connections article strong {
    font-size: 14px;
  }

  .shops-connections article span {
    font-size: 12px;
    line-height: 1.4;
  }

  .shops-feature-summaries {
    height: auto;
    min-height: 0;
    padding: 72px 0;
  }

  .shops-feature-summaries__grid--mobile {
    display: grid;
  }

  .shops-feature-summary h3 {
    font-size: 32px;
  }

  .shops-feature-summary li {
    font-size: 14px;
  }

  .shops-feature-index {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 54px 0;
  }

  .shops-feature-index h2 {
    margin-bottom: 28px;
    font-size: 32px;
  }

  .shops-feature-index > div > div {
    gap: 12px 32px;
  }

  .shops-feature-index span {
    font-size: 13px;
    line-height: 1.4;
  }

  .shops-site--features .shops-final-cta,
  .shops-final-cta {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 64px 0 58px;
  }

  .shops-site--features .shops-final-cta img,
  .shops-final-cta img {
    width: 150px;
    margin-bottom: 18px;
  }

  .shops-site--features .shops-final-cta h2,
  .shops-final-cta h2 {
    font-size: clamp(38px, 4vw, 54px);
  }

  .shops-site--features .shops-final-cta p,
  .shops-final-cta p {
    margin: 12px 0 24px;
    font-size: 15px;
  }

  .shops-site--features .shops-final-cta .shops-site__button,
  .shops-final-cta .shops-site__button {
    min-height: 44px;
    padding: 0 22px;
    font-size: 12px;
  }
}

@media (min-width: 1121px) {
  .shops-flow__sequence {
    display: flex;
  }

  .shops-flow__arrow {
    display: inline-flex;
  }

  .shops-feature-summaries__grid--mobile {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Readable marketing scale. Desktop copy must remain comfortably legible on
   wide and Retina displays instead of inheriting the compact mockup scale. */
@media (min-width: 701px) {
  .shops-site {
    font-size: 17px;
  }

  .shops-site__signature strong {
    font-size: 20px;
  }

  .shops-site__navigation,
  .shops-site__header-actions {
    font-size: 16px;
  }

  .shops-site__button,
  .shops-site__button--small {
    font-size: 15px;
  }

  .shops-site__eyebrow {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .shops-hero h1 {
    font-size: clamp(56px, 5.2vw, 78px);
  }

  .shops-hero__lead,
  .shops-hero--features .shops-hero__lead {
    font-size: 20px;
    line-height: 1.6;
  }

  .shops-hero__trust,
  .shops-hero--features .shops-hero__trust {
    font-size: 15px;
  }

  .shops-preview__bar {
    font-size: 14px;
  }

  .shops-preview__hero span {
    font-size: 13px;
  }

  .shops-preview__hero strong {
    font-size: 32px;
  }

  .shops-preview__hero button,
  .shops-preview__checkout button,
  .shops-admin-preview button,
  .shops-flow button {
    font-size: 14px;
  }

  .shops-preview__products small,
  .shops-preview__checkout > span,
  .shops-preview__checkout small,
  .shops-features-montage__jersey small {
    font-size: 13px;
  }

  .shops-directory h2,
  .shops-feature-band h2,
  .shops-operations h2,
  .shops-final-cta h2 {
    font-size: clamp(42px, 4vw, 58px);
  }

  .shops-directory__heading p,
  .shops-directory__search input {
    font-size: 17px;
  }

  .shops-directory__heading > span,
  .shops-directory__destination,
  .shops-directory__identity > span {
    font-size: 15px;
  }

  .shops-directory__identity small {
    font-size: 12px;
  }

  .shops-directory__identity strong {
    font-size: 28px;
  }

  .shops-feature-band > div > p:not(.shops-site__eyebrow) {
    font-size: 17px;
  }

  .shops-feature-grid__item {
    font-size: 15px;
  }

  .shops-benefits h3,
  .shops-admin-preview > div > strong {
    font-size: 22px;
  }

  .shops-benefits p,
  .shops-admin-preview > div > span {
    font-size: 16px;
  }

  .shops-hero--features h1 {
    max-width: 1000px;
    font-size: clamp(54px, 4.8vw, 68px);
  }

  .shops-workflows h2 {
    font-size: clamp(46px, 4.5vw, 64px);
  }

  .shops-workflows__lead {
    font-size: 18px;
  }

  .shops-flow h3 {
    font-size: 22px;
  }

  .shops-flow header > small,
  .shops-flow__panel > span em,
  .shops-flow__panel label,
  .shops-flow__panel--product > small,
  .shops-flow__panel--checkout > span,
  .shops-flow__panel--checkout small,
  .shops-flow__panel--jersey label b,
  .shops-flow__panel button {
    font-size: 14px;
  }

  .shops-flow__panel > strong {
    font-size: 16px;
  }

  .shops-flow > p,
  .shops-connections article strong {
    font-size: 16px;
  }

  .shops-connections h3 {
    font-size: 18px;
  }

  .shops-connections article span,
  .shops-feature-summary li {
    font-size: 15px;
  }

  .shops-feature-summary h3,
  .shops-feature-index h2 {
    font-size: 34px;
  }

  .shops-feature-index span {
    font-size: 15px;
  }

  .shops-site__signature--footer strong,
  .shops-site__footer nav {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .shops-site {
    font-size: 16px;
  }

  .shops-site__navigation a,
  .shops-site__footer nav {
    font-size: 15px;
  }

  .shops-hero h1,
  .shops-hero--features h1 {
    font-size: 46px;
  }

  .shops-hero__lead {
    font-size: 18px;
  }

  .shops-site__eyebrow,
  .shops-directory__identity small {
    font-size: 12px;
  }

  .shops-directory__heading p,
  .shops-directory__search input,
  .shops-feature-band > div > p:not(.shops-site__eyebrow),
  .shops-benefits p,
  .shops-flow > p,
  .shops-feature-summary li,
  .shops-feature-index span {
    font-size: 15px;
  }

  .shops-flow h3 {
    font-size: 19px;
  }

  .shops-flow__panel > strong,
  .shops-flow__panel label,
  .shops-flow__panel--product > small,
  .shops-flow__panel--checkout > span,
  .shops-flow__panel--checkout small,
  .shops-flow__panel--jersey label b,
  .shops-flow__panel button {
    font-size: 14px;
  }
}
