/* [project]/app/globals.css [app-client] (css) */
:root {
  --ink: #071836;
  --muted: #5d6a82;
  --line: #dfe8f2;
  --soft-line: #ecf2f6;
  --paper: #fff;
  --wash: #f7fafc;
  --teal: #008b7c;
  --teal-dark: #006b62;
  --green: #16b98f;
  --navy: #051433;
  --shadow: 0 18px 48px #07183614;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

button, input {
  font: inherit;
}

button, a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  z-index: 10;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffffeb;
  border-bottom: 1px solid #dfe8f2b8;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 90px;
  padding: 16px 46px;
  display: grid;
  position: sticky;
  top: 0;
}

.brand {
  align-items: center;
  display: inline-flex;
}

.brand img {
  width: 200px;
  height: auto;
}

.nav-links {
  color: #192846;
  scrollbar-width: none;
  justify-content: center;
  gap: 42px;
  font-size: 15px;
  font-weight: 550;
  display: flex;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-links a {
  padding: 18px 0;
  position: relative;
}

.nav-links a:after {
  background: var(--teal);
  content: "";
  transform-origin: 0;
  height: 2px;
  transition: transform .16s;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.nav-links a:hover:after, .nav-links a.active:after {
  transform: scaleX(1);
}

.header-actions {
  align-items: center;
  gap: 14px;
  display: flex;
}

.menu-button, .mobile-menu {
  display: none;
}

.menu-button {
  border: 1px solid var(--line);
  cursor: pointer;
  background: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 48px;
  height: 44px;
  padding: 0;
}

.menu-button span {
  background: var(--ink);
  border-radius: 999px;
  width: 20px;
  height: 2px;
  display: block;
}

.menu-button span + span {
  margin-top: 0;
}

.header-actions button, .center-action button, .enter-store, .search-row button {
  cursor: pointer;
  border: 0;
  transition: transform .16s, box-shadow .16s, border-color .16s, background .16s;
}

.secondary-button, .language-button {
  color: #22304b;
  background: #fff;
  border-radius: 7px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--line) !important;
}

.dark-button {
  color: #fff;
  background: var(--navy);
  border-radius: 7px;
  min-height: 46px;
  padding: 0 24px;
  box-shadow: 0 10px 24px #05143326;
}

.language-button {
  border-color: #0000 !important;
}

.auth-link {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.hero-slider {
  background: linear-gradient(#fbfdff 0%, #fff 100%);
  width: 100%;
  padding: 34px 46px 28px;
}

.hero-banner {
  background-image: linear-gradient(90deg, #fffffff5 0%, #ffffffe0 42%, #ffffff2e 100%),
    var(--hero-image);
  border: 1px solid var(--line);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  grid-template-columns: minmax(360px, .82fr) minmax(420px, 1fr);
  align-items: center;
  gap: 46px;
  width: 100%;
  max-width: 1440px;
  min-height: 420px;
  margin: 0 auto;
  padding: 44px 44px 74px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-banner:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0514330d, #0514331a);
  position: absolute;
  inset: 0;
}

.hero-banner-copy, .hero-banner-media {
  z-index: 1;
  position: relative;
}

.hero-banner-copy h1 {
  max-width: 540px;
  color: var(--ink);
  letter-spacing: 0;
  margin: 0;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 760;
  line-height: .98;
}

.hero-banner-copy span {
  color: var(--teal);
  display: block;
}

.hero-banner-copy p {
  max-width: 560px;
  color: var(--muted);
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.65;
}

.hero-banner-media {
  min-height: 310px;
  position: relative;
}

.slider-controls {
  z-index: 2;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 0;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 44px;
}

.slider-controls button {
  min-height: 36px;
  color: var(--teal);
  border: 1px solid var(--line);
  cursor: pointer;
  background: #fff;
  border-radius: 7px;
  padding: 0 14px;
  font-weight: 750;
}

.slider-dots {
  gap: 8px;
  display: flex;
}

.slider-dots button {
  background: #c8d7e2;
  border: 0;
  border-radius: 999px;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  padding: 0;
}

.slider-dots button.active {
  background: var(--teal);
  width: 28px;
}

.banner-store-card {
  border: 1px solid var(--line);
  width: min(310px, 100% - 48px);
  box-shadow: var(--shadow);
  background: #fffffff2;
  border-radius: 8px;
  padding: 18px;
  position: absolute;
  bottom: -24px;
  right: 24px;
}

.banner-store-card strong, .banner-store-card span {
  display: block;
}

.banner-store-card strong {
  color: var(--ink);
  font-size: 17px;
}

.banner-store-card span {
  color: var(--muted);
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.45;
}

.store-discovery {
  padding: 0 46px 8px;
}

.store-finder {
  align-self: start;
  padding-top: 4px;
}

.search-row {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 12px;
  display: grid;
  box-shadow: 0 12px 42px #0718360a;
}

.search-row label {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.search-row input {
  min-width: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
  padding: 0 18px;
  font-size: 15px;
}

.search-row input::placeholder {
  color: #8190a6;
}

.search-row button {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), #009d87);
  border-radius: 6px;
  min-width: 148px;
  min-height: 48px;
  font-weight: 700;
}

.category-tabs {
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 26px;
  display: flex;
}

.category-tabs button {
  color: #43516a;
  cursor: pointer;
  background: none;
  border: 0;
  border-bottom: 2px solid #0000;
  min-height: 40px;
  padding: 0 4px;
  font-size: 14px;
  font-weight: 650;
}

.category-tabs button.selected {
  color: var(--teal);
  border-color: var(--teal);
}

.store-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 18px 46px 0;
  display: grid;
}

.store-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  grid-template-rows: 118px 112px 1fr auto;
  transition: transform .18s, box-shadow .18s, border-color .18s;
  display: grid;
  overflow: hidden;
  box-shadow: 0 8px 28px #0718360a;
}

.store-card:hover {
  box-shadow: var(--shadow);
  border-color: #008b7c59;
  transform: translateY(-3px);
}

.store-cover {
  object-fit: cover;
  width: 100%;
  height: 118px;
  display: block;
}

.store-identity {
  border-bottom: 1px solid var(--soft-line);
  background: #fff;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 112px;
  margin: 0;
  padding: 16px 16px 12px;
  display: grid;
}

.merchant-logo {
  color: #fff;
  letter-spacing: .08em;
  background: linear-gradient(145deg, #07214c, #008b7c);
  border: 3px solid #fff;
  border-radius: 8px;
  place-items: center;
  width: 54px;
  height: 54px;
  font-weight: 800;
  display: grid;
}

.store-identity h2 {
  overflow-wrap: anywhere;
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.2;
}

.store-identity > div {
  min-width: 0;
}

.store-identity p, .store-identity span, .store-identity small {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.store-identity strong {
  color: #d88900;
  white-space: nowrap;
  place-self: center end;
  font-size: 13px;
}

.product-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: start;
  gap: 12px;
  padding: 14px 16px 12px;
  display: grid;
}

.product-mini {
  min-width: 0;
}

.product-mini img {
  object-fit: cover;
  border: 1px solid var(--soft-line);
  border-radius: 6px;
  width: 100%;
  height: 54px;
  display: block;
}

.product-mini b {
  color: #17243f;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.2;
  display: block;
  overflow: hidden;
}

.product-mini span {
  min-height: 28px;
  color: var(--muted);
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.25;
  display: block;
  overflow: hidden;
}

.enter-store {
  width: calc(100% - 32px);
  min-height: 40px;
  color: var(--teal);
  background: #fff;
  border-radius: 6px;
  align-self: end;
  margin: 0 16px 16px;
  font-weight: 760;
  display: block;
  border: 1px solid var(--teal) !important;
}

.enter-store:hover, .center-action button:hover, .search-row button:hover, .dark-button:hover {
  transform: translateY(-1px);
}

.center-action {
  justify-content: center;
  padding: 28px 46px 18px;
  display: flex;
}

.center-action button {
  min-height: 42px;
  color: var(--teal);
  background: #fff;
  border-radius: 7px;
  padding: 0 26px;
  font-weight: 760;
  border: 1px solid var(--teal) !important;
}

.support-paths {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 2px 46px 20px;
  display: grid;
}

.support-paths article {
  border: 1px solid var(--line);
  background: linear-gradient(#fff, #fbfdfe);
  border-radius: 8px;
  grid-template-columns: 58px minmax(0, 1fr) 128px;
  align-items: center;
  gap: 16px;
  min-height: 168px;
  padding: 22px;
  display: grid;
}

.path-icon {
  color: #fff;
  background: linear-gradient(145deg, var(--teal), var(--green));
  border-radius: 8px;
  place-items: center;
  width: 54px;
  height: 54px;
  font-weight: 850;
  display: grid;
}

.support-paths h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.22;
}

.support-paths p {
  color: var(--muted);
  margin: 8px 0 16px;
  font-size: 13px;
  line-height: 1.5;
}

.support-paths a {
  color: var(--teal);
  font-size: 14px;
  font-weight: 760;
}

.support-paths img {
  object-fit: cover;
  border-radius: 7px;
  width: 128px;
  height: 112px;
}

.category-strip {
  margin: 0 46px 34px;
  padding: 0;
}

.strip-heading {
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  display: flex;
}

.strip-heading h2 {
  margin: 0;
  font-size: 16px;
}

.strip-heading a {
  color: #22304b;
  font-size: 13px;
  font-weight: 700;
}

.strip-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

.strip-grid a {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  grid-template-columns: 42px minmax(0, 1fr);
  align-content: start;
  gap: 0 12px;
  min-height: 288px;
  transition: transform .18s, box-shadow .18s, border-color .18s;
  display: grid;
  overflow: hidden;
  box-shadow: 0 8px 28px #0718360a;
}

.strip-grid a:hover {
  box-shadow: var(--shadow);
  border-color: #008b7c59;
  transform: translateY(-3px);
}

.strip-grid img {
  object-fit: cover;
  grid-column: 1 / -1;
  width: 100%;
  height: 106px;
  display: block;
}

.strip-grid span {
  width: 34px;
  height: 34px;
  color: var(--teal);
  background: #eefaf7;
  border: 1px solid #008b7c2e;
  border-radius: 6px;
  grid-row: span 2;
  place-items: center;
  margin: 18px 0 0 18px;
  font-size: 10px;
  font-weight: 850;
  display: grid;
}

.strip-grid b {
  min-width: 0;
  margin: 16px 18px 0 0;
  font-size: 16px;
  line-height: 1.18;
}

.strip-grid small {
  color: var(--muted);
  margin: 5px 18px 0 0;
  font-size: 12px;
  line-height: 1.35;
  display: block;
}

.strip-grid ul {
  color: #667382;
  grid-column: 1 / -1;
  gap: 8px;
  margin: 16px 18px 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.35;
  list-style: none;
  display: grid;
}

.strip-grid li {
  padding-left: 16px;
  position: relative;
}

.strip-grid li:before {
  color: #4c9d37;
  content: "·";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.strip-grid strong {
  color: #4c9d37;
  grid-column: 1 / -1;
  align-self: end;
  margin: 16px 18px 18px;
  font-size: 24px;
  line-height: 1;
}

.site-footer {
  color: #d8e4ef;
  background: var(--navy);
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 42px;
  padding: 46px;
  display: grid;
}

.footer-brand img {
  width: 150px;
  height: auto;
}

.footer-brand p {
  color: #aebed0;
  max-width: 360px;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.site-footer h3 {
  color: #fff;
  margin: 0 0 16px;
  font-size: 14px;
}

.site-footer a {
  color: #aebed0;
  margin: 11px 0;
  font-size: 13px;
  display: block;
}

.site-footer a:hover {
  color: #fff;
}

.footer-bottom {
  color: #93a7bc;
  border-top: 1px solid #ffffff1f;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 24px;
  font-size: 13px;
  display: flex;
}

.product-header {
  z-index: 10;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #fffffff0;
  border-bottom: 1px solid #dfe8f2b8;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 86px;
  padding: 16px 46px;
  display: flex;
  position: sticky;
  top: 0;
}

.product-brand img {
  width: 190px;
  height: auto;
}

.product-breadcrumb {
  min-width: 0;
  color: var(--muted);
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 650;
  display: flex;
}

.product-breadcrumb a {
  color: #22304b;
}

.product-breadcrumb b {
  max-width: 260px;
  color: var(--teal);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product-detail-shell {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 30px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 38px 46px 22px;
  display: grid;
}

.product-gallery, .product-purchase, .product-info-grid article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 28px #0718360a;
}

.product-gallery {
  overflow: hidden;
}

.product-main-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  display: block;
}

.product-thumbs {
  border-top: 1px solid var(--soft-line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  display: grid;
}

.product-thumbs img {
  object-fit: cover;
  border: 1px solid var(--soft-line);
  border-radius: 6px;
  width: 100%;
  height: 86px;
}

.product-purchase {
  align-self: start;
  padding: 28px;
}

.product-category {
  min-height: 30px;
  color: var(--teal);
  background: #eefaf7;
  border: 1px solid #008b7c2e;
  border-radius: 6px;
  align-items: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}

.product-purchase h1 {
  color: var(--ink);
  margin: 18px 0 0;
  font-size: 36px;
  line-height: 1.08;
}

.product-summary {
  color: var(--muted);
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

.product-price-row {
  border-top: 1px solid var(--soft-line);
  border-bottom: 1px solid var(--soft-line);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  padding: 18px 0;
  display: flex;
}

.product-price-row strong {
  color: var(--teal);
  font-size: 28px;
  line-height: 1.1;
}

.product-price-row span {
  color: #d88900;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 800;
}

.quantity-row {
  gap: 8px;
  margin-top: 22px;
  display: grid;
}

.quantity-row label {
  color: #22304b;
  font-size: 13px;
  font-weight: 760;
}

.quantity-row input {
  width: 132px;
  min-height: 44px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 12px;
}

.product-actions {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 22px;
  display: grid;
}

.product-actions button {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), #009d87);
  cursor: pointer;
  border: 0;
  border-radius: 6px;
  min-height: 46px;
  font-weight: 800;
}

.product-actions .secondary-product-action {
  color: var(--teal);
  border: 1px solid var(--teal);
  background: #fff;
}

.merchant-panel {
  border: 1px solid var(--soft-line);
  background: #fbfdfe;
  border-radius: 8px;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 16px;
  display: grid;
}

.merchant-panel h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.merchant-panel p, .merchant-panel span {
  color: var(--muted);
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.35;
  display: block;
}

.product-info-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 24px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 46px 46px;
  display: grid;
}

.product-info-grid article {
  padding: 24px;
}

.product-info-grid h2 {
  margin: 0 0 12px;
  font-size: 20px;
}

.product-info-grid p, .product-info-grid li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.product-info-grid dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
  display: grid;
}

.product-info-grid dl div {
  border: 1px solid var(--soft-line);
  background: #fbfdfe;
  border-radius: 6px;
  padding: 14px;
}

.product-info-grid dt {
  color: var(--muted);
  font-size: 12px;
}

.product-info-grid dd {
  color: var(--ink);
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 760;
}

.product-info-grid ul {
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  display: grid;
}

.auth-page {
  background: linear-gradient(#fbfdff 0%, #fff 100%);
  grid-template-columns: minmax(420px, .92fr) minmax(420px, 1.08fr);
  min-height: 100vh;
  display: grid;
}

.auth-panel {
  align-content: center;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 48px;
  display: grid;
}

.auth-brand {
  width: fit-content;
  margin-bottom: 48px;
  display: inline-flex;
}

.auth-brand img {
  width: 210px;
  height: auto;
}

.auth-copy span, .auth-aside span {
  color: var(--teal);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 850;
}

.auth-copy h1 {
  color: var(--ink);
  margin: 14px 0 0;
  font-size: 40px;
  line-height: 1.05;
}

.auth-copy p {
  color: var(--muted);
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

.auth-form {
  gap: 10px;
  margin-top: 30px;
  display: grid;
}

.auth-form label {
  color: #22304b;
  font-size: 13px;
  font-weight: 760;
}

.auth-form input, .auth-form select {
  width: 100%;
  min-height: 48px;
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 7px;
  outline: 0;
  padding: 0 14px;
}

.auth-form input:focus, .auth-form select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px #008b7c1f;
}

.auth-options {
  color: var(--muted);
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 4px 0 10px;
  font-size: 13px;
  display: flex;
}

.auth-options label {
  color: var(--muted);
  align-items: center;
  gap: 8px;
  font-weight: 650;
  display: inline-flex;
}

.auth-options input {
  width: 16px;
  min-height: 16px;
}

.auth-options a, .auth-switch a {
  color: var(--teal);
  font-weight: 800;
}

.auth-form button {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), #009d87);
  cursor: pointer;
  border: 0;
  border-radius: 7px;
  min-height: 50px;
  margin-top: 6px;
  font-weight: 850;
}

.auth-switch {
  color: var(--muted);
  margin: 22px 0 0;
  font-size: 14px;
}

.auth-aside {
  color: #fff;
  background-image: linear-gradient(#0514331f, #051433d1), url("https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&w=1400&q=85");
  background-position: center;
  background-size: cover;
  align-items: end;
  min-height: 100vh;
  padding: 56px;
  display: grid;
}

.signup-aside {
  background-image: linear-gradient(#0514331f, #051433d1), url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1400&q=85");
}

.auth-aside div {
  max-width: 560px;
}

.auth-aside span {
  color: #7ee4d8;
}

.auth-aside h2 {
  margin: 16px 0 0;
  font-size: 42px;
  line-height: 1.08;
}

.auth-aside ul {
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.auth-aside li {
  color: #d8e4ef;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
}

.auth-aside li:before {
  color: #7ee4d8;
  content: "✓";
  font-weight: 900;
  position: absolute;
  left: 0;
}

@media (max-width: 1380px) {
  .store-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px 20px;
    min-height: 78px;
  }

  .desktop-nav, .desktop-actions {
    display: none;
  }

  .menu-button {
    justify-self: end;
    display: inline-flex;
  }

  .mobile-menu {
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    background: #fff;
    border-radius: 8px;
    grid-column: 1 / -1;
    padding: 18px;
    display: none;
  }

  .mobile-menu.open {
    display: block;
  }

  .mobile-nav {
    gap: 6px;
    display: grid;
  }

  .mobile-nav a {
    color: #192846;
    border-bottom: 1px solid var(--soft-line);
    min-height: 42px;
    padding: 10px 4px;
    font-size: 15px;
    font-weight: 700;
  }

  .mobile-nav a.active {
    color: var(--teal);
  }

  .mobile-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
    display: flex;
  }

  .store-grid, .support-paths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-paths article {
    grid-template-columns: 58px minmax(0, 1fr) 150px;
  }

  .support-paths img {
    width: 150px;
  }

  .strip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .product-detail-shell, .product-info-grid {
    grid-template-columns: 1fr;
  }

  .product-purchase {
    align-self: stretch;
  }

  .auth-page {
    grid-template-columns: 1fr;
  }

  .auth-aside {
    order: -1;
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .site-header, .product-header, .store-discovery, .store-grid, .support-paths {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slider {
    padding: 24px 20px;
  }

  .hero-banner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 20px 76px;
  }

  .brand img {
    width: 172px;
  }

  .mobile-actions button {
    flex: 150px;
  }

  .hero-banner-copy h1 {
    font-size: 44px;
  }

  .hero-banner-media {
    min-height: 240px;
  }

  .hero-banner-media img {
    height: 230px;
  }

  .banner-store-card {
    width: calc(100% - 32px);
    bottom: -22px;
    right: 16px;
  }

  .slider-controls {
    justify-content: space-between;
    gap: 10px;
    bottom: 18px;
    left: 20px;
    right: 20px;
  }

  .search-row {
    grid-template-columns: 1fr;
  }

  .search-row button {
    width: 100%;
  }

  .store-grid, .support-paths, .site-footer {
    grid-template-columns: 1fr;
  }

  .support-paths article {
    grid-template-columns: 58px 1fr;
  }

  .support-paths img {
    grid-column: 1 / -1;
    width: 100%;
    height: 150px;
  }

  .category-strip {
    margin-left: 20px;
    margin-right: 20px;
  }

  .product-header {
    justify-content: stretch;
    display: grid;
    position: static;
  }

  .product-brand img {
    width: 172px;
  }

  .product-breadcrumb {
    justify-content: flex-start;
    overflow: hidden;
  }

  .product-detail-shell, .product-info-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-purchase {
    padding: 22px;
  }

  .product-purchase h1 {
    font-size: 30px;
  }

  .product-price-row, .product-actions {
    grid-template-columns: 1fr;
  }

  .product-price-row {
    display: grid;
  }

  .product-thumbs, .product-info-grid dl, .strip-grid {
    grid-template-columns: 1fr;
  }

  .strip-grid a {
    border-right: 1px solid var(--line);
  }

  .site-footer {
    padding: 36px 20px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }

  .auth-panel {
    padding: 34px 20px 42px;
  }

  .auth-brand {
    margin-bottom: 34px;
  }

  .auth-brand img {
    width: 172px;
  }

  .auth-copy h1, .auth-aside h2 {
    font-size: 32px;
  }

  .auth-aside {
    min-height: 360px;
    padding: 36px 20px;
  }

  .auth-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/*# sourceMappingURL=app_globals_0yg4wg8.css.map*/