:root {
  --ink: #101820;
  --muted: #66727c;
  --line: #dfe6ea;
  --paper: #ffffff;
  --soft: #f5f7f8;
  --brand: #0a6b5f;
  --brand-dark: #073f39;
  --accent: #c98a2c;
  --blue: #234c7c;
  --shadow: 0 22px 60px rgba(16, 24, 32, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--soft);
}

.storefront-page {
  background: #eaeded;
}

button,
input,
select {
  font: inherit;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: var(--brand-dark);
  border-radius: 8px;
}

.brand-logo {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-logo:not([hidden]) + .brand-mark {
  display: none;
}

.search-bar {
  display: flex;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.search-bar input {
  width: 100%;
  min-width: 0;
  padding: 13px 16px;
  color: var(--ink);
  border: 0;
  outline: 0;
}

.search-bar button,
.primary-button,
.seller-form button {
  color: #fff;
  background: var(--brand);
  border: 0;
  font-weight: 800;
  cursor: pointer;
}

.search-bar button {
  padding: 0 20px;
}

.commerce-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 12px clamp(16px, 4vw, 48px);
  color: #fff;
  background: #101820;
}

.commerce-brand {
  color: #fff;
}

.commerce-search {
  display: flex;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}

.commerce-search select,
.commerce-search input {
  border: 0;
  outline: 0;
}

.commerce-search select {
  width: 110px;
  padding: 0 10px;
  color: #26333b;
  background: #f0f2f2;
  border-right: 1px solid var(--line);
}

.commerce-search input {
  width: 100%;
  min-width: 0;
  padding: 13px 14px;
}

.commerce-search button,
.commerce-product button {
  min-height: 42px;
  color: #101820;
  background: #febd69;
  border: 0;
  font-weight: 800;
  cursor: pointer;
}

.commerce-search button {
  min-width: 108px;
}

.commerce-nav {
  display: flex;
  gap: 16px;
  align-items: center;
  font-weight: 800;
  white-space: nowrap;
}

.commerce-hero,
.portal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: center;
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px);
}

.commerce-hero {
  color: #fff;
  background:
    linear-gradient(120deg, rgba(16, 24, 32, 0.94), rgba(16, 24, 32, 0.55)),
    url("https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.commerce-hero h1,
.portal-hero h1 {
  font-size: clamp(40px, 6vw, 68px);
}

.commerce-hero p {
  max-width: 700px;
  color: #e2ece9;
  font-size: 18px;
  line-height: 1.65;
}

.commerce-deal,
.portal-preview {
  display: grid;
  gap: 12px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.commerce-deal {
  color: var(--ink);
}

.commerce-deal span,
.portal-preview span {
  color: var(--muted);
  font-weight: 800;
}

.commerce-deal strong {
  font-size: 28px;
  line-height: 1.15;
}

.commerce-band {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px clamp(18px, 5vw, 72px);
  background: #24313b;
}

.commerce-band button {
  min-height: 38px;
  padding: 0 14px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.commerce-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 240px;
  gap: 18px;
}

.shop-sidebar,
.commerce-product {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.shop-sidebar {
  align-self: start;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.shop-sidebar label {
  display: flex;
  gap: 10px;
  color: #33424b;
  font-weight: 700;
}

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

.commerce-product {
  display: grid;
  overflow: hidden;
}

.commerce-product-image {
  display: grid;
  min-height: 170px;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 63, 57, 0.9), rgba(35, 76, 124, 0.82)),
    var(--brand);
  font-size: 18px;
  font-weight: 800;
}

.commerce-product h3,
.commerce-product p,
.commerce-product strong {
  margin-left: 14px;
  margin-right: 14px;
}

.commerce-product h3 {
  min-height: 44px;
  margin-top: 14px;
}

.commerce-product p {
  color: var(--muted);
  line-height: 1.5;
}

.commerce-product strong {
  font-size: 22px;
}

.commerce-product button {
  margin: 14px;
  border-radius: 8px;
}

.compact-login {
  max-width: 520px;
}

.portal-page {
  background: #f5f7f8;
}

.portal-hero {
  color: #fff;
}

.seller-portal {
  background:
    linear-gradient(120deg, rgba(7, 63, 57, 0.96), rgba(35, 76, 124, 0.72)),
    url("https://images.unsplash.com/photo-1556740758-90de374c12ad?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.admin-portal {
  background:
    linear-gradient(120deg, rgba(16, 24, 32, 0.96), rgba(10, 107, 95, 0.72)),
    url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.portal-hero p {
  max-width: 720px;
  color: #e2ece9;
  font-size: 18px;
  line-height: 1.65;
}

.portal-preview article {
  display: grid;
  gap: 6px;
  padding: 16px;
  background: #f8faf9;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.portal-preview strong {
  color: var(--ink);
  font-size: 28px;
}

.main-nav {
  display: flex;
  gap: 18px;
  align-items: center;
  color: #33424b;
  font-weight: 700;
  white-space: nowrap;
}

.ghost-button,
.secondary-button,
.icon-button {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 800;
  cursor: pointer;
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 68px);
  padding: clamp(44px, 7vw, 92px) clamp(18px, 5vw, 72px) 54px;
  background:
    linear-gradient(120deg, rgba(245, 247, 248, 0.98) 0%, rgba(245, 247, 248, 0.9) 45%, rgba(245, 247, 248, 0.64) 100%),
    url("https://images.unsplash.com/photo-1556740758-90de374c12ad?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero-copy {
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 18px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.hero-text {
  max-width: 680px;
  color: #3c4952;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 8px;
}

.secondary-button {
  background: rgba(255, 255, 255, 0.88);
}

.dashboard-preview {
  display: grid;
  gap: 16px;
  width: min(470px, 100%);
  justify-self: end;
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(223, 230, 234, 0.95);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.preview-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.preview-top span,
.metric-grid span,
.timeline p {
  color: var(--muted);
  font-size: 13px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.metric-grid article {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 16px;
  background: #f8faf9;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.metric-grid strong {
  font-size: 28px;
  line-height: 1;
}

.timeline {
  display: grid;
  gap: 10px;
}

.timeline div {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 13px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.timeline span {
  width: 10px;
  height: 10px;
  background: var(--brand);
  border-radius: 999px;
}

.timeline p {
  margin: 0;
}

.timeline strong {
  color: var(--blue);
  font-size: 13px;
}

.section {
  padding: clamp(46px, 6vw, 78px) clamp(18px, 5vw, 72px);
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  background: #fff;
}

.plan-grid,
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.plan-grid article,
.workflow-grid article,
.store-card,
.seller-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.plan-grid article,
.workflow-grid article {
  padding: 22px;
}

.plan-grid span,
.workflow-grid span {
  color: var(--brand);
  font-weight: 800;
}

.plan-grid p,
.workflow-grid p,
.store-meta,
.seller-copy p,
.site-footer span {
  color: var(--muted);
  line-height: 1.58;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 24px;
}

.carousel-controls {
  display: flex;
  gap: 8px;
}

.icon-button {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  font-size: 22px;
  line-height: 1;
}

.store-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, 350px);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--brand) #dbe5e2;
}

.store-card {
  min-height: 260px;
  padding: 22px;
  scroll-snap-align: start;
  box-shadow: 0 12px 32px rgba(16, 24, 32, 0.08);
}

.store-card-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 24px;
}

.store-avatar {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: #fff;
  background: var(--brand-dark);
  border-radius: 8px;
  font-size: 22px;
  font-weight: 800;
}

.store-status {
  padding: 7px 10px;
  color: var(--brand-dark);
  background: #e4f4ef;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.store-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.store-tags span {
  padding: 6px 9px;
  color: #33424b;
  background: #f1f4f5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.empty-state {
  display: none;
  margin: 22px 0 0;
  padding: 22px;
  color: var(--muted);
  text-align: center;
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 8px;
}

.workflow-section {
  background: #eef3f2;
}

.workflow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.workflow-grid article {
  min-height: 220px;
}

.workflow-grid span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-bottom: 20px;
  color: #fff;
  background: var(--brand);
  border-radius: 8px;
}

.login-section {
  background: #fff;
}

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

.login-card {
  display: grid;
  gap: 22px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(16, 24, 32, 0.08);
}

.login-card-top {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
}

.login-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.role-mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #fff;
  border-radius: 8px;
  font-weight: 800;
}

.role-mark.admin {
  background: var(--brand-dark);
}

.role-mark.customer {
  background: var(--blue);
}

.role-mark.seller {
  background: var(--accent);
}

.role-login-form {
  display: grid;
  gap: 14px;
}

.role-login-form label {
  display: grid;
  gap: 8px;
  color: #3b4951;
  font-weight: 700;
}

.role-login-form input {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline-color: var(--brand);
}

.role-login-form button {
  min-height: 46px;
  color: #fff;
  background: var(--brand);
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.login-message {
  display: none;
  margin: 0;
  padding: 11px;
  color: var(--brand-dark);
  background: #e4f4ef;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.login-message.error {
  color: #7a231b;
  background: #ffe8e4;
}

.dashboard-section {
  background: #eef3f2;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 18px;
}

.dashboard-sidebar,
.dashboard-main,
.dashboard-metrics article,
.dashboard-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.dashboard-sidebar {
  align-self: start;
  padding: 24px;
}

.dashboard-sidebar p {
  color: var(--muted);
  line-height: 1.58;
}

.logout-button {
  width: 100%;
  margin-top: 18px;
}

.dashboard-main {
  display: grid;
  gap: 18px;
  padding: 18px;
}

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

.dashboard-metrics article {
  display: grid;
  gap: 8px;
  min-height: 104px;
  padding: 16px;
}

.dashboard-metrics span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.dashboard-metrics strong {
  font-size: 28px;
}

.dashboard-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.customer-marketplace {
  display: grid;
  gap: 16px;
  padding: 18px;
  background: #f3f5f6;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.marketplace-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1.2fr);
  gap: 16px;
  align-items: end;
}

.marketplace-search {
  display: flex;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.marketplace-search input {
  width: 100%;
  min-width: 0;
  padding: 13px 14px;
  border: 0;
  outline: 0;
}

.marketplace-search button,
.customer-sidebar button,
.cart-summary button,
.customer-product-card button {
  min-height: 42px;
  color: #fff;
  background: var(--accent);
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.marketplace-search button {
  min-width: 98px;
  border-radius: 0;
}

.category-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.category-row button {
  min-height: 38px;
  padding: 0 14px;
  color: #26333b;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.marketplace-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 230px;
  gap: 14px;
}

.customer-sidebar,
.cart-summary,
.customer-product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.customer-sidebar,
.cart-summary {
  align-self: start;
  display: grid;
  gap: 12px;
  padding: 16px;
}

.customer-sidebar p,
.cart-summary p,
.customer-product-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.mini-list {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.customer-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.customer-product-card {
  display: grid;
  overflow: hidden;
}

.product-image {
  display: grid;
  min-height: 150px;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 63, 57, 0.88), rgba(35, 76, 124, 0.8)),
    #0a6b5f;
  font-size: 18px;
  font-weight: 800;
}

.product-info {
  display: grid;
  gap: 9px;
  padding: 14px;
}

.product-info span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.product-info h3 {
  min-height: 44px;
  margin: 0;
}

.product-info strong,
.cart-summary strong {
  font-size: 22px;
}

.customer-product-card button,
.cart-summary button,
.customer-sidebar button {
  width: 100%;
}

.dashboard-panel {
  padding: 18px;
}

.dashboard-panel ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.dashboard-panel li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  color: #33424b;
  background: #f8faf9;
  border: 1px solid var(--line);
  border-radius: 8px;
  line-height: 1.45;
}

.dashboard-panel li span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.seller-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 520px);
  gap: 28px;
  align-items: center;
  color: #fff;
  background: var(--brand-dark);
}

.seller-section .eyebrow {
  color: #ffd188;
}

.seller-copy p {
  max-width: 620px;
  color: #cde4df;
  font-size: 18px;
}

.seller-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.seller-form label {
  display: grid;
  gap: 8px;
  color: #3b4951;
  font-weight: 700;
}

.seller-form input,
.seller-form select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline-color: var(--brand);
}

.seller-form button {
  min-height: 48px;
  border-radius: 8px;
}

.form-message {
  display: none;
  margin: 0;
  padding: 12px;
  color: var(--brand-dark);
  background: #e4f4ef;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.form-message.error {
  color: #7a231b;
  background: #ffe8e4;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: #dce9e6;
  background: #101820;
}

.site-footer strong {
  color: #fff;
}

@media (max-width: 1100px) {
  .site-header,
  .commerce-header,
  .commerce-hero,
  .commerce-layout,
  .portal-hero,
  .hero,
  .intro-band,
  .seller-section {
    grid-template-columns: 1fr;
  }

  .main-nav {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: auto;
  }

  .dashboard-preview {
    justify-self: start;
  }

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

  .login-grid,
  .dashboard-shell,
  .marketplace-toolbar,
  .marketplace-layout {
    grid-template-columns: 1fr;
  }

  .dashboard-metrics,
  .customer-product-grid,
  .commerce-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    gap: 14px;
    padding: 12px 14px;
  }

  .search-bar {
    flex-direction: column;
  }

  .commerce-search {
    flex-direction: column;
  }

  .commerce-search select {
    width: 100%;
    min-height: 40px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .commerce-nav {
    overflow-x: auto;
  }

  .search-bar button {
    min-height: 42px;
  }

  .main-nav {
    gap: 14px;
    font-size: 14px;
  }

  .hero {
    padding-top: 32px;
  }

  .metric-grid,
  .plan-grid,
  .workflow-grid,
  .dashboard-metrics,
  .dashboard-panels,
  .customer-product-grid,
  .commerce-products {
    grid-template-columns: 1fr;
  }

  .marketplace-search {
    flex-direction: column;
  }

  .marketplace-search button {
    width: 100%;
    border-radius: 0;
  }

  .timeline div {
    grid-template-columns: 10px minmax(0, 1fr);
  }

  .timeline strong {
    grid-column: 2;
  }

  .section-heading,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .carousel-controls {
    align-self: end;
  }

  .store-rail {
    grid-auto-columns: minmax(244px, 84vw);
  }
}
