.shop-hero {
  padding-top: 1rem;
}

.shop-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.9fr);
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid #dbc7a7;
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(214, 168, 102, 0.18), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(21, 77, 61, 0.12), transparent 26%),
    linear-gradient(180deg, #fcf8f1, #f3eadc);
  box-shadow: 0 18px 36px rgba(92, 61, 22, 0.12);
}

.shop-hero-copy h1 {
  max-width: 14ch;
  margin-bottom: 0.6rem;
}

.shop-hero-copy .hero-copy {
  max-width: 60ch;
  margin-bottom: 1rem;
}

.shop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  margin-bottom: 1rem;
}

.shop-hero-link {
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
}

.shop-hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.shop-hero-highlights article,
.shop-hero-panel {
  border: 1px solid rgba(214, 168, 102, 0.28);
  border-radius: 16px;
  background: rgba(255, 252, 246, 0.86);
}

.shop-hero-highlights article {
  padding: 0.8rem 0.85rem;
}

.shop-hero-highlights strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--accent-strong);
  font-size: 0.95rem;
}

.shop-hero-highlights span {
  color: #62584a;
  font-size: 0.84rem;
  line-height: 1.45;
}

.shop-hero-panel {
  display: grid;
  gap: 0.85rem;
  align-self: stretch;
  padding: 1.05rem;
  border-color: rgba(21, 77, 61, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  background:
    radial-gradient(circle at 100% 0%, rgba(21, 77, 61, 0.16), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(214, 168, 102, 0.12), transparent 34%),
    linear-gradient(180deg, #f7efe2, #ecdfcb);
}

.shop-hero-panel-kicker {
  margin: 0;
  color: var(--brand);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-hero-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.shop-hero-panel-grid a {
  position: relative;
  overflow: hidden;
  min-height: 78px;
  padding: 0.9rem 0.88rem;
  border: 1px solid rgba(214, 168, 102, 0.32);
  border-radius: 16px;
  color: var(--accent-strong);
  display: grid;
  align-content: end;
  gap: 0.5rem;
  font-weight: 700;
  text-decoration: none;
  background:
    radial-gradient(circle at 100% 0%, rgba(214, 168, 102, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 22px rgba(96, 66, 27, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.shop-hero-panel-grid a::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid rgba(21, 77, 61, 0.48);
  border-right: 2px solid rgba(21, 77, 61, 0.48);
  transform: rotate(45deg);
}

.shop-hero-panel-grid a span {
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(21, 77, 61, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.58);
  font-size: 1rem;
}

.shop-hero-panel-grid a:hover,
.shop-hero-panel-grid a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(21, 77, 61, 0.22);
  box-shadow: 0 14px 26px rgba(96, 66, 27, 0.12);
}

.shop-hero-panel-grid a:nth-child(4) {
  background:
    radial-gradient(circle at 100% 0%, rgba(214, 168, 102, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(21, 77, 61, 0.12), rgba(21, 77, 61, 0.06));
}

.shop-hero-panel-note {
  margin: 0;
  color: #63584a;
  font-size: 0.9rem;
  line-height: 1.5;
}

#product-showcase {
  padding: 1.15rem;
  border: 1px solid #e1d0b5;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(214, 168, 102, 0.12), transparent 26%),
    linear-gradient(180deg, #fbf8f2, #f2e8da);
}

.shop-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.shop-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.55rem;
  padding: 0.85rem;
  border: 1px solid rgba(214, 168, 102, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(214, 168, 102, 0.1), transparent 30%),
    linear-gradient(180deg, #fffdf8, #f6eddf);
  box-shadow: 0 14px 28px rgba(86, 59, 26, 0.08);
}

.shop-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  transition: border-color 220ms ease;
  pointer-events: none;
}

.shop-card:hover::after {
  border-color: rgba(21, 77, 61, 0.22);
}

.shop-image {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 0%, rgba(214, 168, 102, 0.12), transparent 44%),
    #fffaf2;
  padding: 0.45rem;
}

.shop-badge {
  margin-top: 0.1rem;
  color: var(--accent-strong);
  background: rgba(214, 168, 102, 0.18);
}

.shop-card h3 {
  margin-bottom: 0;
  font-size: 1.12rem;
}

.shop-meta {
  margin: 0;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 700;
}

.shop-desc {
  margin: 0;
}

.shop-price-block {
  display: grid;
  gap: 0.14rem;
  padding: 0.7rem 0.78rem;
  border: 1px solid rgba(21, 77, 61, 0.12);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.78), rgba(245, 236, 220, 0.88));
}

.shop-price-label {
  margin: 0;
  color: #6a5d4d;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.shop-price {
  margin: 0;
  color: var(--accent-strong);
  font-size: 1.12rem;
  font-weight: 800;
}

.shop-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.shop-actions .btn {
  width: 100%;
}

.shop-rate-link {
  color: var(--brand);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .shop-hero-shell {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .shop-hero-highlights {
    grid-template-columns: 1fr;
  }

  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }
}

@media (max-width: 640px) {
  .shop-hero-copy h1 {
    max-width: 18ch;
  }

  .shop-hero-highlights article,
  .shop-hero-panel {
    border-radius: 14px;
  }

  .shop-hero-panel-grid {
    grid-template-columns: 1fr 1fr;
  }

  #product-showcase {
    padding: 0.95rem;
    border-radius: 20px;
  }

  .shop-grid {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .shop-card {
    gap: 0.48rem;
    padding: 0.8rem;
  }

  .shop-card h3 {
    font-size: 1.06rem;
  }

  .shop-price {
    font-size: 1.06rem;
  }

  .shop-actions {
    grid-template-columns: 1fr;
  }
}

.shop-footer {
  margin-top: var(--space-5);
  padding: 0 0 var(--space-5);
  text-align: left;
}

.shop-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(180px, 0.8fr));
  gap: 1rem;
  padding: 1.1rem;
  border: 1px solid #d9c5a4;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(214, 168, 102, 0.14), transparent 28%),
    radial-gradient(circle at 0% 0%, rgba(21, 77, 61, 0.1), transparent 28%),
    linear-gradient(180deg, #fbf7ef, #efe5d4);
  box-shadow: 0 14px 28px rgba(82, 58, 24, 0.1);
}

.shop-footer-kicker {
  margin: 0 0 0.35rem;
  color: var(--brand);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-footer-brand h3 {
  margin-bottom: 0.5rem;
  font-size: 1.28rem;
  color: var(--accent-strong);
}

.shop-footer-copy,
.shop-footer-contact p,
.shop-footer-links a,
.shop-footer-contact a {
  color: #5f5447;
  font-size: 0.92rem;
  line-height: 1.55;
}

.shop-footer-links,
.shop-footer-contact {
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.shop-footer-links h4,
.shop-footer-contact h4 {
  margin: 0 0 0.2rem;
  color: var(--accent-strong);
  font-size: 0.98rem;
}

.shop-footer-links a,
.shop-footer-contact a {
  text-decoration: none;
  font-weight: 600;
}

.shop-footer-note {
  margin: 0.75rem 0 0;
  text-align: center;
  color: #6a5e50;
  font-size: 0.86rem;
}

@media (max-width: 900px) {
  .shop-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .shop-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .shop-footer-grid {
    grid-template-columns: 1fr;
    padding: 0.95rem;
    border-radius: 18px;
  }

  .shop-footer-brand h3 {
    font-size: 1.12rem;
  }
}
