body:has(.store), body:has(.blog) { background: #f6f1ee; }
.store h1,
.store h2,
.store h3,
.store p,
.store a,
.store li,
.store button,
.store summary,
.store span,
.store label,
.store .title,
.store .subtitle {
  font-family: Outfit, "Avenir Next", system-ui, sans-serif;
}
.store h1, .store .title { font-family: Fraunces, Georgia, serif; font-weight: 560; }
.store .script {
  font-family: "ComingSoon", cursive;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.site-nav-links p, #cookie-consent-banner, #cookie-consent-banner p, #cookie-consent-banner button {
  font-family: Outfit, "Avenir Next", system-ui, sans-serif;
}
.nav-bundle p { background: #1c1416; color: #fff; border-radius: 2px; padding: 0.2rem 0.65rem; }
.store {
  color: #161616;
}
.store-wrap {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}
.store-kicker {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}
.store-hero {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem 0 1rem;
}
@media (min-width: 960px) {
  .store-hero { grid-template-columns: 0.9fr 1.1fr; padding: 2.4rem 0 1rem; }
}
.store-hero h1 {
  font-size: clamp(2.3rem, 4.4vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  max-width: 12ch;
  text-decoration: none;
  margin: 0.35rem 0 0;
}
.hero-trust { margin-top: 1rem; color: #6b5c60; font-size: 0.9rem; }
.hero-stage { position: relative; min-height: 420px; }
.hero-stage .shot {
  position: absolute; overflow: hidden; border-radius: 16px; background: #fff;
  border: 1px solid rgba(80,40,50,.08);
  box-shadow: 0 22px 50px rgba(80,40,50,.12);
}
.hero-stage .back { width: 78%; height: 280px; right: 8%; top: 10px; }
.hero-stage .mid { width: 62%; height: 210px; left: 0; bottom: 36px; }
.hero-stage .slip { width: 46%; height: 150px; right: 0; bottom: 8px; }
.hero-stage .front { width: 150px; height: 280px; right: 18%; top: 70px; border-radius: 28px; }
@media (max-width: 959px) {
  .hero-stage { min-height: 0; display: grid; gap: 0.7rem; }
  .hero-stage .shot { position: relative; width: auto; height: 180px; inset: auto; }
  .hero-stage .front { height: 320px; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-stage .mid { animation: floaty 7s ease-in-out infinite; }
}
@keyframes floaty { 50% { transform: translateY(-6px); } }
.store-card { transition: transform .2s ease, box-shadow .2s ease; border-radius: 18px; box-shadow: 0 10px 30px rgba(80,40,50,.05); }
.store-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(80,40,50,.1); }
.store-btn { transition: transform .15s ease, background .15s ease; }
.store-btn:hover { transform: translateY(-1px); }
.bundle-band { border-radius: 22px; background: linear-gradient(165deg, #1c1416, #3a2428 60%, #5c2a34); }
.shot { border-radius: 14px; }
.store-lead {
  max-width: 38rem;
  font-size: 1.15rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}
.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 1rem;
  text-align: center;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid #111;
  background: #111;
  color: #e9d5ff;
  cursor: pointer;
  font: inherit;
}
.store-btn.secondary {
  background: transparent;
  color: #111;
}
.store-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}
.store-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 720px) {
  .store-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
  .store-grid.cols-2 { grid-template-columns: 1fr 1fr; }
  .store-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
}
.store-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #fff;
  border-radius: 2px;
  min-height: 100%;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}
.card-body { display: flex; flex-direction: column; gap: 0.45rem; padding: 0.85rem 0.95rem 1rem; }
.card-points { margin: 0; padding: 0; list-style: none; color: #3c3644; font-size: 0.86rem; }
.card-points li { padding: 0.12rem 0 0.12rem 0.75rem; position: relative; }
.card-points li::before { content: ""; width: 0.28rem; height: 0.28rem; background: #fca5a5; position: absolute; left: 0; top: 0.48rem; }
.shot {
  margin: 0;
  position: relative;
  height: 188px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(17,17,17,0.08);
  container-type: inline-size;
}
.shot iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 1120px;
  height: 780px;
  border: 0;
  transform: scale(calc(100cqw / 1120px));
  transform-origin: top left;
  pointer-events: none;
}
.shot figcaption {
  position: absolute;
  left: 0.45rem;
  bottom: 0.45rem;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(17,17,17,0.08);
  font-size: 0.72rem;
  padding: 0.1rem 0.35rem;
}
.gallery { display: grid; gap: 0.7rem; margin-top: 1rem; }
.gallery .shot { height: 210px; }
@media (min-width: 800px) {
  .gallery { grid-template-columns: repeat(3, 1fr); }
}
.trust { margin: 0.8rem 0 0; padding: 0; list-style: none; font-size: 0.86rem; }
.trust li { padding: 0.2rem 0 0.2rem 0.85rem; position: relative; }
.trust li::before { content: ""; width: 0.35rem; height: 0.35rem; border-radius: 99px; background: #fca5a5; position: absolute; left: 0; top: 0.45rem; }
.bundle-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem; margin-top: 1.1rem; }
@media (min-width: 800px) { .bundle-mosaic { grid-template-columns: repeat(4, 1fr); } }
.bundle-tile { background: #fff; color: #161616; text-decoration: none; overflow: hidden; border-radius: 2px; }
.bundle-tile .shot { height: 118px; border-bottom: 0; }
.shot.phone iframe { width: 430px; height: 900px; transform: scale(calc(100cqw / 430px)); }
.gallery .shot.phone { height: 460px; }
.store-card .shot.phone, .bundle-tile .shot.phone { height: 250px; }
.bundle-tile p { margin: 0; padding: 0.45rem 0.55rem 0.55rem; font-size: 0.78rem; font-weight: 650; }
.price-compare { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: baseline; margin-top: 0.8rem; }
.price-was { text-decoration: line-through; opacity: 0.55; font-size: 1.3rem; }
.store-card:hover { border-color: #111; }
.store-card h3 { font-size: 1.15rem; letter-spacing: -0.02em; }
.store-price { font-variant-numeric: tabular-nums; font-weight: 650; }
.store-meta { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.store-pill {
  font-size: 0.75rem;
  border: 1px solid rgba(17, 17, 17, 0.15);
  padding: 0.15rem 0.45rem;
  border-radius: 99px;
}
.store-section { padding: 2rem 0; }
.store-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.03em;
  text-decoration: none;
  max-width: 18ch;
}
.boring-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-top: 1.5rem;
}
@media (min-width: 800px) {
  .boring-list { grid-template-columns: repeat(4, 1fr); }
}
.boring-list div {
  border-top: 1px solid #111;
  padding-top: 0.7rem;
  font-weight: 600;
}
.bundle-band {
  background: #111;
  color: #f5f0ff;
  border-radius: 2px;
  padding: 1.5rem;
}
.bundle-band a { color: inherit; }
.bundle-band a.bundle-tile,
.bundle-band a.bundle-tile p { color: #161616; }
.bundle-price {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
}
.bundle-save { color: #d8b4fe; }
.tech-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.tech-row span {
  border: 1px solid rgba(17,17,17,0.15);
  padding: 0.4rem 0.7rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.85rem;
}
.store-faq details {
  border-top: 1px solid rgba(17,17,17,0.15);
  padding: 0.9rem 0;
  interpolate-size: allow-keywords;
}
.store-faq summary { cursor: pointer; font-weight: 600; }
.store-faq p { margin: 0.5rem 0 0; max-width: 62ch; }
.store-faq details::details-content {
  height: 0;
  overflow: clip;
  opacity: 0;
  transition: height 0.28s ease, opacity 0.22s ease, content-visibility 0.28s allow-discrete;
}
.store-faq details[open]::details-content {
  height: auto;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .store-faq details::details-content { transition: none; }
}
.product-layout {
  display: grid;
  gap: 1.25rem;
  padding: 1.5rem 0 3rem;
}
@media (min-width: 980px) {
  .product-layout { grid-template-columns: minmax(0, 1fr) 300px; align-items: start; }
  .product-layout .gallery { grid-column: 1; }
}
.product-buy {
  border: 1px solid rgba(17,17,17,0.12);
  padding: 1.1rem;
  position: sticky;
  top: 5.5rem;
  background: #fff;
}
.preview-frame {
  border: 1px solid rgba(17,17,17,0.12);
  background:
    linear-gradient(#f7f4ff, #fff);
  min-height: 220px;
  padding: 1rem;
  overflow: hidden;
}
.preview-chrome {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.8rem;
}
.preview-chrome i {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 99px;
  background: #111;
  display: block;
  opacity: 0.35;
}
.preview-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.78rem;
  line-height: 1.55;
  white-space: pre-wrap;
}
.feature-cols {
  display: grid;
  gap: 0.45rem 1.5rem;
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 700px) {
  .feature-cols { grid-template-columns: 1fr 1fr; }
}
.feature-cols li { padding-left: 0.9rem; position: relative; }
.feature-cols li::before { content: ""; width: 0.35rem; height: 0.35rem; background: #111; position: absolute; left: 0; top: 0.45rem; }
.filter-row { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 1rem 0 1.25rem; }
.filter-row button[aria-pressed="true"] { background: #111; color: #e9d5ff; }
.catalog-card[hidden] { display: none; }
.terminal {
  background: #141414;
  color: #efe7ff;
  padding: 0.9rem 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.82rem;
  border-radius: 2px;
}
@media (max-width: 640px) {
  .product-buy { position: static; }
  .store-hero { padding-top: 2.2rem; }
  .site-nav-links a { margin-right: 0.8rem !important; }
}
