/* Appily thirtyone — Orchard Fruit Spotlight product */

.page-product-spotlight {
  --sp-purple: #6a1b9a;
  --sp-purple-deep: #4a148c;
  --sp-purple-soft: rgba(106, 27, 154, 0.08);
  --sp-gold: #ffea00;
  --sp-gold-deep: #f5c518;
  --sp-coral: #ff6d00;
  --sp-peach: #ffab91;
  --sp-sky: #e3f2fd;
  --sp-mint: #c8e6c9;
  --sp-paper: #fffaf5;
  --sp-cream: #fff8e1;
  --sp-ink: #1c1c1c;
  --sp-muted: #5f6368;
  --sp-line: rgba(106, 27, 154, 0.12);
  --sp-glow: rgba(106, 27, 154, 0.14);
  --sp-green: #43a047;
  --sp-ripe-start: #c8e6c9;
  --sp-ripe-mid: #ffb74d;
  --sp-ripe-end: #ff6d00;
  background:
    radial-gradient(ellipse 90% 50% at 50% -10%, rgba(255, 234, 0, 0.1), transparent 55%),
    linear-gradient(180deg, #faf5ff 0%, #fff8f0 320px, #fff 100%);
}

.page-product-spotlight .page-main {
  padding-top: 0;
}

.a31-cloche-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.a31-cloche {
  padding: 0 0 3.75rem;
}

/* ── Header ── */
.a31-cloche-house {
  position: relative;
  padding: 1.35rem 0 1rem;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(ellipse 55% 90% at 0% 0%, rgba(255, 234, 0, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 80% at 100% 20%, rgba(255, 109, 0, 0.2), transparent 50%),
    linear-gradient(135deg, var(--sp-purple-deep) 0%, var(--sp-purple) 42%, #7b1fa2 100%);
}

.a31-cloche-house::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--sp-gold), var(--sp-coral), var(--sp-gold));
  background-size: 200% 100%;
  animation: a31SpotStripe 6s linear infinite;
}

@keyframes a31SpotStripe {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.a31-cloche-crumb {
  position: relative;
  z-index: 1;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.7rem;
}

.a31-cloche-crumb a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.a31-cloche-crumb a:hover {
  color: var(--sp-gold);
}

.a31-cloche-kicker {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

/* ── Hero: spotlight + buy panel ── */
.a31-cloche-stage {
  padding-top: 1.65rem;
}

.a31-cloche-hero {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 1.05fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: 2rem;
}

.a31-cloche-display {
  position: relative;
  margin: 0;
  min-height: 400px;
  display: grid;
  place-items: center;
  padding: 2rem 1.5rem;
  background:
    radial-gradient(ellipse 70% 65% at 50% 55%, rgba(255, 234, 0, 0.18), transparent 60%),
    radial-gradient(ellipse 50% 50% at 30% 30%, rgba(106, 27, 154, 0.08), transparent 50%),
    linear-gradient(160deg, #fff 0%, var(--sp-paper) 100%);
  border: 1px solid var(--sp-line);
  border-radius: 24px;
  box-shadow: 0 20px 52px var(--sp-glow);
  overflow: hidden;
}

.a31-cloche-display::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1.2' fill='%236A1B9A' fill-opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
}

.a31-cloche-mist {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 234, 0, 0.25), transparent 70%);
  filter: blur(24px);
  pointer-events: none;
  animation: a31SpotGlow 7s ease-in-out infinite;
}

.a31-cloche-mist-a {
  width: 180px;
  height: 180px;
  top: 15%;
  left: 10%;
}

.a31-cloche-mist-b {
  width: 140px;
  height: 140px;
  bottom: 20%;
  right: 12%;
  animation-delay: -3.5s;
  background: radial-gradient(circle, rgba(255, 109, 0, 0.2), transparent 70%);
}

@keyframes a31SpotGlow {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
  50% { transform: translate(10px, -8px) scale(1.08); opacity: 0.9; }
}

.a31-cloche-dome {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 2px dashed rgba(106, 27, 154, 0.12);
  pointer-events: none;
  animation: a31SpotRing 8s linear infinite;
}

@keyframes a31SpotRing {
  to { transform: rotate(360deg); }
}

.a31-cloche-dome-shine {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 35%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent);
  pointer-events: none;
  animation: a31SpotShine 5s ease-in-out infinite;
}

@keyframes a31SpotShine {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 0.85; }
}

.a31-cloche-base {
  display: none;
}

.a31-cloche-fruit {
  position: relative;
  z-index: 2;
  width: min(78%, 280px);
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(106, 27, 154, 0.18));
  animation: a31SpotFloat 4.5s ease-in-out infinite;
}

@keyframes a31SpotFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.a31-cloche-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 5;
  padding: 0.32rem 0.7rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
}

.a31-cloche-badge.is-sale {
  background: linear-gradient(135deg, var(--sp-gold), var(--sp-gold-deep));
  color: var(--sp-ink);
  box-shadow: 0 6px 18px rgba(255, 234, 0, 0.35);
}

.a31-cloche-badge.is-gone {
  background: rgba(30, 30, 30, 0.75);
  color: #fff;
}

/* Buy panel */
.a31-cloche-plaque {
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 22px;
  padding: 1.35rem 1.3rem 1.45rem;
  box-shadow: 0 20px 52px var(--sp-glow);
  position: relative;
  overflow: hidden;
}

.a31-cloche-plaque::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--sp-purple), var(--sp-gold), var(--sp-coral));
}

.a31-cloche-plaque-tag {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding: 0.2rem 0.55rem;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sp-coral);
  background: rgba(255, 109, 0, 0.1);
  border-radius: 999px;
}

.a31-cloche-title {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  font-weight: 700;
  line-height: 1.12;
  color: var(--sp-purple);
}

.a31-cloche-price {
  margin: 0 0 0.35rem;
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
}

.a31-cloche-price s {
  font-size: 0.75em;
  color: var(--sp-muted);
  margin-right: 0.45rem;
}

.a31-cloche-price strong {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--sp-ink);
}

.a31-cloche-ship {
  margin: 0 0 1.05rem;
  font-size: 0.78rem;
  color: var(--sp-muted);
}

.a31-cloche-ripe {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 1.05rem;
  padding: 0.6rem 0.75rem;
  background: var(--sp-cream);
  border: 1px solid var(--sp-line);
  border-radius: 14px;
}

.a31-cloche-ripe-label {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sp-muted);
  white-space: nowrap;
}

.a31-cloche-ripe-track {
  height: 10px;
  background: rgba(106, 27, 154, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

.a31-cloche-ripe-track span {
  display: block;
  height: 100%;
  width: var(--cloche-ripe, 70%);
  background: linear-gradient(90deg, var(--sp-ripe-start), var(--sp-ripe-mid), var(--sp-ripe-end));
  border-radius: 999px;
  transition: width 0.6s ease;
  box-shadow: 0 0 10px rgba(255, 109, 0, 0.35);
}

.a31-cloche-ripe-val {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--sp-coral);
}

.a31-cloche-error {
  margin: 0 0 0.9rem;
  padding: 0.65rem 0.8rem;
  background: rgba(229, 57, 53, 0.08);
  border-left: 4px solid #ef5350;
  font-size: 0.82rem;
  color: #c62828;
  border-radius: 0 12px 12px 0;
}

.a31-cloche-ledger-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-bottom: 0.9rem;
}

.a31-cloche-field label {
  display: block;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sp-muted);
  margin-bottom: 0.3rem;
}

.a31-cloche-field select {
  width: 100%;
  padding: 0.55rem 0.65rem;
  border: 2px solid var(--sp-line);
  border-radius: 12px;
  font: inherit;
  font-size: 0.82rem;
  background: var(--sp-paper);
  color: var(--sp-ink);
}

.a31-cloche-qty {
  margin-bottom: 0.9rem;
}

.a31-cloche-qty label {
  display: block;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sp-muted);
  margin-bottom: 0.3rem;
}

.a31-cloche-stepper {
  display: inline-flex;
  align-items: stretch;
  border: 2px solid var(--sp-line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--sp-paper);
}

.a31-cloche-stepper button {
  width: 40px;
  border: 0;
  background: var(--sp-purple-soft);
  font-size: 1.1rem;
  cursor: pointer;
  color: var(--sp-purple);
  font-weight: 800;
  transition: background 0.2s;
}

.a31-cloche-stepper button:hover {
  background: rgba(106, 27, 154, 0.14);
}

.a31-cloche-stepper input {
  width: 50px;
  border: 0;
  border-left: 1px solid var(--sp-line);
  border-right: 1px solid var(--sp-line);
  text-align: center;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.5rem 0;
  background: #fff;
  -moz-appearance: textfield;
}

.a31-cloche-stepper input::-webkit-outer-spin-button,
.a31-cloche-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.a31-cloche-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-bottom: 1.05rem;
}

.a31-cloche-actions .btn {
  width: 100%;
  justify-content: center;
  font-weight: 800;
  border-radius: 999px;
}

.a31-cloche-actions .btn-primary {
  background: linear-gradient(135deg, var(--sp-purple), #9c27b0 55%, var(--sp-coral)) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 8px 22px rgba(106, 27, 154, 0.3);
}

.a31-cloche-buy {
  background: var(--sp-purple-soft) !important;
  border: 2px solid var(--sp-line) !important;
  color: var(--sp-purple) !important;
}

.a31-cloche-meta {
  margin: 0;
  padding: 0.85rem 0 0;
  list-style: none;
  font-size: 0.78rem;
  line-height: 1.65;
  color: var(--sp-muted);
  border-top: 1px dashed var(--sp-line);
}

.a31-cloche-meta li {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.4rem;
  padding: 0.25rem 0;
}

.a31-cloche-meta strong {
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sp-purple);
  font-weight: 800;
}

.a31-cloche-meta a {
  color: var(--sp-coral);
  font-weight: 600;
}

/* ── Desk: details + neighbors ── */
.a31-cloche-desk {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 280px);
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 2.5rem;
}

.a31-cloche-journal {
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 44px var(--sp-glow);
}

.a31-cloche-journal-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.15rem;
  background: linear-gradient(90deg, rgba(106, 27, 154, 0.06), rgba(255, 234, 0, 0.08));
  border-bottom: 1px solid var(--sp-line);
}

.a31-cloche-journal-head span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sp-coral);
}

.a31-cloche-journal-head strong {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--sp-purple);
}

.a31-cloche-journal-body {
  padding: 1.2rem 1.15rem 1.3rem;
}

.a31-cloche-desc {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--sp-muted);
}

.a31-cloche-features {
  margin: 0 0 1.15rem;
  padding-left: 1.1rem;
  font-size: 0.85rem;
  line-height: 1.65;
  color: var(--sp-muted);
}

.a31-cloche-features li::marker {
  color: var(--sp-coral);
}

.a31-cloche-tabs {
  border-top: 1px dashed var(--sp-line);
}

.a31-cloche-tabs details {
  border-bottom: 1px solid var(--sp-line);
}

.a31-cloche-tabs summary {
  list-style: none;
  cursor: pointer;
  padding: 0.8rem 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--sp-purple);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.2s;
}

.a31-cloche-tabs summary:hover {
  color: var(--sp-coral);
}

.a31-cloche-tabs summary::-webkit-details-marker {
  display: none;
}

.a31-cloche-tabs summary::after {
  content: '+';
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--sp-muted);
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sp-purple-soft);
}

.a31-cloche-tabs details[open] summary::after {
  content: '−';
}

.a31-cloche-tab-body {
  padding: 0 0 0.85rem;
  font-size: 0.83rem;
  color: var(--sp-muted);
  line-height: 1.6;
}

.a31-cloche-share {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.a31-cloche-share input {
  flex: 1;
  min-width: 140px;
  padding: 0.55rem 0.65rem;
  border: 2px solid var(--sp-line);
  border-radius: 12px;
  font: inherit;
  font-size: 0.78rem;
  background: var(--sp-paper);
}

.a31-cloche-share button {
  padding: 0.55rem 0.9rem;
  border: 2px solid var(--sp-purple);
  border-radius: 999px;
  background: var(--sp-purple-soft);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--sp-purple);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.a31-cloche-share button:hover {
  background: rgba(106, 27, 154, 0.14);
  transform: translateY(-1px);
}

.a31-cloche-neighbors {
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 44px var(--sp-glow);
  position: sticky;
  top: 1rem;
}

.a31-cloche-neighbors-head {
  padding: 0.85rem 1rem;
  background: linear-gradient(90deg, rgba(255, 109, 0, 0.08), rgba(106, 27, 154, 0.06));
  border-bottom: 1px solid var(--sp-line);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sp-purple);
}

.a31-cloche-neighbors-list {
  margin: 0;
  padding: 0.75rem;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.a31-cloche-neighbors-list a {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 0.65rem;
  align-items: center;
  padding: 0.55rem;
  background: var(--sp-paper);
  border: 1px solid var(--sp-line);
  border-radius: 14px;
  text-decoration: none;
  color: var(--sp-ink);
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.a31-cloche-neighbors-list a:hover {
  box-shadow: 0 8px 22px var(--sp-glow);
  transform: translateY(-2px);
  border-color: rgba(106, 27, 154, 0.2);
}

.a31-cloche-neighbor-thumb {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #fff;
  background: linear-gradient(145deg, var(--sp-sky), var(--sp-mint));
  box-shadow: 0 4px 12px var(--sp-glow);
}

.a31-cloche-neighbor-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.a31-cloche-neighbor-info {
  display: block;
  font-size: 0.76rem;
  line-height: 1.35;
  font-weight: 600;
}

.a31-cloche-neighbor-info strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--sp-coral);
}

/* ── Related row ── */
.a31-cloche-shelf-head {
  position: relative;
  margin-bottom: 1.35rem;
}

.a31-cloche-shelf-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--sp-purple);
}

.a31-cloche-shelf-rail {
  display: block;
  height: 4px;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sp-purple), var(--sp-gold), var(--sp-coral));
  box-shadow: 0 4px 14px var(--sp-glow);
}

.a31-cloche-shelf-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0 0;
}

.a31-cloche-mini {
  width: min(100%, 168px);
  animation: a31SpotMiniIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  animation-delay: calc(var(--mini-i, 0) * 0.08s);
}

.a31-cloche-mini.is-gone {
  opacity: 0.55;
}

@keyframes a31SpotMiniIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.a31-cloche-mini a {
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
  transition: transform 0.25s;
}

.a31-cloche-mini a:hover {
  transform: translateY(-6px);
}

.a31-cloche-mini-dome {
  display: none;
}

.a31-cloche-mini-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 140px;
  aspect-ratio: 1;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 18px;
  box-shadow: 0 10px 28px var(--sp-glow);
  position: relative;
  overflow: hidden;
}

.a31-cloche-mini-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sp-purple), var(--sp-gold));
}

.a31-cloche-mini-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.a31-cloche-mini-label {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.78rem;
}

.a31-cloche-mini-label strong {
  display: block;
  font-weight: 700;
  color: var(--sp-ink);
  line-height: 1.3;
  margin-bottom: 0.12rem;
}

.a31-cloche-mini-label em {
  font-style: normal;
  font-size: 0.75rem;
  color: var(--sp-coral);
  font-weight: 800;
}

/* 404 miss */
.page-product-spotlight-miss {
  background: linear-gradient(180deg, #faf5ff 0%, #fff 100%);
}

.a31-cloche-miss {
  text-align: center;
  padding: 3rem 1.5rem 4rem;
}

.a31-cloche-miss-inner {
  max-width: 420px;
  margin: 0 auto;
}

.a31-cloche-miss-dome {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 1.65rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--sp-purple-deep), var(--sp-purple));
  box-shadow: 0 16px 40px var(--sp-glow);
  display: grid;
  place-items: center;
}

.a31-cloche-miss-glass {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.25);
  animation: a31SpotRing 10s linear infinite;
}

.a31-cloche-miss-base {
  display: none;
}

.a31-cloche-miss-empty {
  position: relative;
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--sp-gold);
  text-shadow: 0 0 20px rgba(255, 234, 0, 0.4);
}

.a31-cloche-miss h1 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--sp-purple);
}

.a31-cloche-miss p {
  margin: 0 0 1.35rem;
  font-size: 0.9rem;
  color: var(--sp-muted);
  line-height: 1.6;
}

.a31-cloche-miss .btn-primary {
  border-radius: 999px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--sp-purple), var(--sp-coral)) !important;
  color: #fff !important;
  border-color: transparent !important;
}

@media (max-width: 900px) {
  .a31-cloche-hero {
    grid-template-columns: 1fr;
  }

  .a31-cloche-display {
    min-height: 340px;
  }

  .a31-cloche-desk {
    grid-template-columns: 1fr;
  }

  .a31-cloche-neighbors {
    position: static;
  }
}

@media (max-width: 520px) {
  .a31-cloche-ledger-grid {
    grid-template-columns: 1fr;
  }

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

  .a31-cloche-meta li {
    grid-template-columns: 1fr;
    gap: 0.12rem;
  }

  .a31-cloche-shelf-row {
    gap: 1rem;
  }

  .a31-cloche-mini {
    width: calc(50% - 0.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .a31-cloche-house::after,
  .a31-cloche-mist,
  .a31-cloche-dome,
  .a31-cloche-dome-shine,
  .a31-cloche-fruit,
  .a31-cloche-mini,
  .a31-cloche-miss-glass {
    animation: none !important;
  }

  .a31-cloche-mini a:hover {
    transform: none;
  }

  .a31-cloche-neighbors-list a:hover {
    transform: none;
  }
}
