.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
}
.skip-link:focus { top: 16px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 36px; height: 36px; border-radius: 10px; }
.store-cta {
  display: inline-flex;
  flex-direction: column;
  margin-top: 28px;
  padding: 13px 22px;
  border-radius: 16px;
  background: var(--ink);
  color: white;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(27,24,22,.16);
}
.store-cta span { font-size: 13px; color: #ddd3c2; }
.product-shot { margin-bottom: 84px; text-align: center; }
.product-shot img {
  width: min(460px, 90%);
  border-radius: 40px;
  box-shadow: 0 28px 80px rgba(49,34,20,.22);
}
a:focus-visible { outline: 3px solid #b3425a; outline-offset: 4px; }
