:root {
  --store-ink: #14231f;
  --store-cream: #f4f0e6;
  --store-coral: #e75b3a;
  --store-mint: #9cd8bd;
  --store-line: rgba(20, 35, 31, 0.16);
}

body {
  background:
    radial-gradient(circle at 82% 4%, rgba(156, 216, 189, 0.55), transparent 28rem),
    var(--store-cream);
  color: var(--store-ink);
  font-family: "Avenir Next", "Trebuchet MS", sans-serif;
}

.store-shell { width: 100%; max-width: 1120px; margin: 0 auto; padding: 5rem 1.25rem 6rem; overflow: hidden; }
.store-kicker { font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.store-shell > h1 { max-width: 900px; margin: .5rem 0 1.5rem; font-family: Georgia, serif; font-size: clamp(3rem, 7vw, 6rem); line-height: .95; letter-spacing: -.045em; white-space: normal; overflow-wrap: anywhere; }
.store-hero { display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; align-items: end; }
.store-hero h1 { max-width: 760px; margin: .5rem 0 1rem; font-family: Georgia, serif; font-size: clamp(3rem, 8vw, 6.8rem); line-height: .92; letter-spacing: -.055em; }
.store-lead { max-width: 660px; font-size: 1.2rem; line-height: 1.65; }
.store-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.store-button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.1rem; padding: 0 1.25rem; border: 1px solid var(--store-ink); border-radius: 999px; background: var(--store-ink); color: white !important; font-weight: 750; text-decoration: none !important; }
.store-button.secondary { background: transparent; color: var(--store-ink) !important; }
.store-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; margin-top: 3rem; }
.store-card { min-height: 280px; padding: 1.6rem; border: 1px solid var(--store-line); border-radius: 1.5rem; background: rgba(255,255,255,.55); box-shadow: 0 18px 55px rgba(20,35,31,.07); }
.store-card h2 { margin-top: 3rem; font-family: Georgia, serif; font-size: 2.2rem; }
.store-price { font-size: 1.7rem; font-weight: 800; }
.store-meta { color: rgba(20,35,31,.68); }
.store-form { max-width: 680px; padding: 2rem; border: 1px solid var(--store-line); border-radius: 1.5rem; background: rgba(255,255,255,.65); }
.store-form label { display: block; margin: 1rem 0 .35rem; font-weight: 750; }
.store-form input { width: 100%; min-height: 3rem; padding: .65rem .8rem; border: 1px solid var(--store-line); border-radius: .75rem; background: white; }
.store-note { margin: 2rem 0; padding: 1rem 1.2rem; border-left: 4px solid var(--store-coral); background: rgba(255,255,255,.5); }

@media (max-width: 760px) {
  .store-shell { padding-top: 3rem; }
  .store-hero { grid-template-columns: 1fr; gap: 1rem; }
}
