/* ==========================================================================
   HubzStore Limited — shared stylesheet
   Clean & corporate B2B wholesale theme
   ========================================================================== */

:root {
  --navy: #0f2a4a;
  --navy-dark: #071426;
  --teal: #0d9488;
  --gold: #d4a95e;
  --blue: #2563eb;
  --blue-light: #eaf1ff;
  --slate-900: #1e293b;
  --slate-700: #3f4f63;
  --slate-500: #64748b;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --bg: #f8fafc;
  --white: #ffffff;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow: 0 1px 3px rgba(15, 42, 74, 0.08), 0 1px 2px rgba(15, 42, 74, 0.06);
  --shadow-lg: 0 10px 30px rgba(15, 42, 74, 0.12);
  --max-width: 1160px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--slate-900);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

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

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 {
  margin: 0 0 12px;
  line-height: 1.2;
  color: var(--navy);
  font-weight: 700;
}

h1 { font-size: 2.6rem; }
h2 { font-size: 1.9rem; }
h3 { font-size: 1.25rem; }

p { margin: 0 0 16px; color: var(--slate-700); }

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
  background: var(--blue-light);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.section {
  padding: 72px 0;
}

.section-header {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-header p {
  margin: 0;
}

.section-alt {
  background: var(--white);
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
}

.btn-primary:hover {
  background: #1d4fd1;
}

.btn-secondary {
  background: var(--white);
  color: var(--navy);
  border-color: var(--slate-300);
}

.btn-secondary:hover {
  border-color: var(--navy);
}

.btn-large {
  padding: 16px 32px;
  font-size: 1rem;
}

.btn-block {
  width: 100%;
}

/* ---------- Header / Nav ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--slate-200);
}

.nav {
  display: flex;
  align-items: center;
  padding: 14px 24px;
  max-width: var(--max-width);
  margin: 0 auto;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border-radius: 12px;
  padding: 6px 14px 6px 4px;
  box-shadow: 0 0 0 1px rgba(15, 42, 74, 0.08);
  flex-shrink: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-wordmark {
  height: 46px;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: space-evenly;
}

.nav-links a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--slate-700);
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--navy);
  border-bottom-color: var(--blue);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.nav-login {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--slate-700);
}

.nav-login:hover { color: var(--navy); }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--slate-300);
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: var(--navy);
  position: relative;
  transition: all 0.15s ease;
}

.nav-toggle span::before { top: -6px; position: absolute; }
.nav-toggle span::after { top: 4px; position: absolute; }

/* ---------- Hero (global / international theme) ---------- */

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 900px 500px at 85% -10%, rgba(13, 148, 136, 0.35), transparent 60%),
    radial-gradient(ellipse 700px 500px at 10% 110%, rgba(212, 169, 94, 0.18), transparent 60%),
    linear-gradient(160deg, var(--navy-dark) 0%, var(--navy) 55%, #123a5e 100%);
  padding: 96px 0 80px;
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.35;
  pointer-events: none;
}

.hero .container { position: relative; z-index: 1; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.hero-single {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.hero-single .hero-lede {
  margin-left: auto;
  margin-right: auto;
}

.hero-single .hero-actions {
  justify-content: center;
}

.hero-single .hero-stats {
  justify-content: center;
}

.hero h1 {
  font-size: 2.9rem;
  margin-bottom: 18px;
  color: var(--white);
}

.hero .eyebrow {
  background: rgba(212, 169, 94, 0.18);
  color: var(--gold);
}

.hero-lede {
  font-size: 1.1rem;
  max-width: 520px;
  color: #cdd8e6;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 44px;
  flex-wrap: wrap;
}

.hero-stat .num {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--white);
}

.hero-stat .label {
  font-size: 0.85rem;
  color: #9fb2c8;
}

.hero-panel {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 28px;
  backdrop-filter: blur(6px);
}

.hero-panel-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #e7edf5;
}

.hero-panel-row:last-child { border-bottom: none; }

.hero-panel-row .tag {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--navy-dark);
  background: var(--gold);
  padding: 4px 10px;
  border-radius: 999px;
}

/* Globe graphic — large rotating background layer behind the whole hero */

.hero-globe-bg {
  position: absolute;
  top: 50%;
  left: 62%;
  width: 1200px;
  height: 1200px;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  animation: spinGlobe 90s linear infinite;
}

.hero-globe-bg svg { width: 100%; height: 100%; display: block; }

@keyframes spinGlobe {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 900px) {
  .hero-globe-bg {
    left: 50%;
    width: 900px;
    height: 900px;
    opacity: 0.35;
  }
}

/* Global reach section */

.global-reach {
  background: linear-gradient(160deg, var(--navy-dark) 0%, var(--navy) 100%);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 56px;
}

.global-reach .section-header h2,
.global-reach .section-header p { color: var(--white); }
.global-reach .section-header p { color: #b9c6d6; }
.global-reach .eyebrow { background: rgba(212, 169, 94, 0.18); color: var(--gold); }

.region-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.region-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 20px 14px;
  text-align: center;
}

.region-card .flags {
  font-size: 1.5rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.region-card h4 {
  color: var(--white);
  font-size: 0.95rem;
  margin: 0 0 4px;
}

.region-card p {
  color: #9fb2c8;
  font-size: 0.8rem;
  margin: 0;
}

/* Logo marquee */

.marquee-wrap {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 56px;
  animation: marqueeLTR 34s linear infinite;
}

.marquee-wrap:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marqueeLTR {
  from { transform: translateX(-50%); }
  to { transform: translateX(0%); }
}

.logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 140px;
}

.logo-item img {
  max-height: 40px;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.7);
  transition: filter 0.15s ease;
}

.logo-item:hover img {
  filter: grayscale(0%) opacity(1);
}

.logo-fallback {
  font-weight: 800;
  color: var(--slate-500);
  font-size: 1rem;
  white-space: nowrap;
}

/* ---------- Cards / Grids ---------- */

.grid {
  display: grid;
  gap: 24px;
}

.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
}

.card h3 { margin-bottom: 8px; }

.card-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: var(--blue-light);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 16px;
}

/* Brand wordmark cards */

.brand-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.brand-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.brand-wordmark {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.01em;
}

.brand-category {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--blue);
}

.brand-desc {
  font-size: 0.9rem;
  color: var(--slate-500);
  margin: 6px 0 0;
}

/* Brand cards with logos (brands.html) */

.brand-logo-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.brand-logo-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.brand-logo-frame {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.brand-logo-frame img {
  max-height: 46px;
  max-width: 100%;
  object-fit: contain;
}

.brand-logo-frame .logo-fallback {
  font-size: 1.3rem;
  color: var(--navy);
}

.brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.brand-chip {
  padding: 12px 22px;
  border: 1px solid var(--slate-200);
  border-radius: 999px;
  background: var(--white);
  font-weight: 700;
  color: var(--navy);
  font-size: 1rem;
}

/* Category cards */

.category-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 26px;
  text-align: left;
}

.category-card .card-icon { margin-bottom: 14px; }

.category-count {
  font-size: 0.8rem;
  color: var(--slate-500);
}

/* Stock cards */

.stock-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.stock-thumb {
  height: 140px;
  background: var(--slate-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--slate-300);
  font-size: 2rem;
}

.stock-body {
  padding: 18px 20px 22px;
}

.stock-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  font-size: 0.85rem;
  color: var(--slate-500);
}

.stock-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #059669;
}

.placeholder-banner {
  background: #fff7ed;
  border: 1px dashed #fdba74;
  color: #9a5b13;
  border-radius: var(--radius);
  padding: 16px 20px;
  font-size: 0.9rem;
  margin-bottom: 32px;
}

/* ---------- Portfolio (gated product catalog) ---------- */

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: center;
}

.category-tab {
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--slate-300);
  background: var(--white);
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--slate-700);
  cursor: pointer;
  transition: all 0.15s ease;
  font-family: var(--font);
}

.category-tab:hover { border-color: var(--navy); color: var(--navy); }

.category-tab.active {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.product-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.product-image-wrap {
  position: relative;
  height: 210px;
  background: var(--slate-100);
  overflow: hidden;
}

.product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  filter: blur(15px);
  transform: scale(1.15);
}

.image-lock-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  background: rgba(15, 42, 74, 0.12);
}

.product-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.product-brand {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--blue);
}

.product-name {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--navy);
  margin: 2px 0 4px;
  line-height: 1.35;
}

.product-category-tag {
  font-size: 0.78rem;
  color: var(--slate-500);
  margin-bottom: 4px;
}

.product-gated {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--slate-100);
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.gated-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.88rem;
}

.gated-row .label {
  color: var(--slate-500);
  font-weight: 500;
}

.gated-value {
  filter: blur(5px);
  user-select: none;
  color: var(--slate-900);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.product-footer-lock {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--slate-100);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy);
}

.product-footer-lock a {
  color: inherit;
  text-decoration: none;
}

.product-footer-lock a:hover { text-decoration: underline; }

.portfolio-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--slate-500);
  font-size: 0.95rem;
  grid-column: 1 / -1;
}

/* ---------- Forms ---------- */

.form-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 40px;
  max-width: 720px;
  margin: 0 auto;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.field {
  margin-bottom: 20px;
}

.field label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}

.field .hint {
  font-size: 0.78rem;
  color: var(--slate-500);
  margin-top: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--slate-300);
  border-radius: 8px;
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--slate-900);
  background: var(--white);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

textarea {
  resize: vertical;
  min-height: 110px;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--slate-700);
}

.checkbox-item input {
  width: 16px;
  height: 16px;
}

.form-success {
  display: none;
  text-align: center;
  padding: 40px 0;
}

.form-success .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ecfdf5;
  color: #059669;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.link-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--blue);
  cursor: pointer;
  font-family: var(--font);
}

.link-btn:hover { text-decoration: underline; }

/* ---------- Modal ---------- */

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(7, 20, 38, 0.6);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-overlay.active { display: flex; }

.modal-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 36px;
  width: 100%;
  max-width: 420px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: none;
  background: var(--slate-100);
  color: var(--slate-700);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover { background: var(--slate-200); }

/* ---------- CTA band ---------- */

.cta-band {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 56px;
  text-align: center;
  color: var(--white);
}

.cta-band h2 { color: var(--white); }
.cta-band p { color: var(--slate-300); max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-band .btn-primary { background: var(--white); color: var(--navy); }
.cta-band .btn-primary:hover { background: var(--slate-100); }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--navy-dark);
  color: var(--slate-300);
  padding: 56px 0 28px;
  margin-top: 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand .brand { color: var(--white); margin-bottom: 12px; }
.footer-brand p { color: var(--slate-500); font-size: 0.9rem; max-width: 280px; }

.footer-col h4 {
  color: var(--white);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col a {
  font-size: 0.9rem;
  color: var(--slate-300);
}

.footer-col a:hover { color: var(--white); }

.footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: var(--slate-500);
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .region-grid { grid-template-columns: repeat(3, 1fr); }
  .global-reach { padding: 40px 28px; }
}

@media (max-width: 720px) {
  .nav-links, .nav-cta .btn-secondary, .nav-login { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-header.nav-open .nav-links {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 20px 24px;
    border-bottom: 1px solid var(--slate-200);
    gap: 18px;
  }
  .site-header.nav-open .nav-links li a.nav-login-mobile { display: block; }
  h1 { font-size: 2.1rem; }
  .hero { padding: 56px 0 48px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .checkbox-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 36px 24px; }
  .form-card { padding: 26px; }
  .region-grid { grid-template-columns: repeat(2, 1fr); }
}
