.storemore-page {
  background: #f5f7fb;
  color: #0f172a;
}

.storemore-main {
  padding: 7.5rem 0 4rem;
}

.storemore-hero .container {
  max-width: 1080px;
}

.storemore-card {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  padding: 3rem 3.25rem;
}

.storemore-kicker {
  width: 48px;
  height: 2px;
  background: rgba(15, 23, 42, 0.28);
  margin-bottom: 1.5rem;
}

.storemore-card h1 {
  margin: 0 0 2rem;
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  line-height: 1.08;
}

.storemore-card p {
  margin: 0 0 1.3rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #334155;
}

.storemore-card a {
  color: #2b6da8;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.storemore-card a:hover {
  color: #1d4f7d;
}

.storemore-image-wrap {
  margin-top: 2.5rem;
}

.storemore-image {
  display: block;
  width: min(100%, 820px);
  height: auto;
}

@media (max-width: 768px) {
  .storemore-main {
    padding-top: 6.5rem;
  }

  .storemore-card {
    padding: 2rem 1.4rem;
    border-radius: 22px;
  }
}

/* Dark theme */
[data-theme="dark"] .storemore-page { color: var(--text); }
[data-theme="dark"] .storemore-card { background: var(--card); border-color: rgba(148,163,184,0.14); box-shadow: 0 18px 45px rgba(0,0,0,.45); }
[data-theme="dark"] .storemore-kicker { background: rgba(230,237,239,.35); }
[data-theme="dark"] .storemore-card p { color: var(--muted); }
[data-theme="dark"] .storemore-card a { color: #6fa8dc; }
[data-theme="dark"] .storemore-card a:hover { color: #9ec3e8; }
