/* ZOT Shop — storefront */
.zot-shop {
  --zot-shop-accent: var(--zot-accent, #ff5a00);
  --zot-shop-accent-text: #fff;
  --zot-shop-muted: var(--zot-muted, #667085);
  --zot-shop-line: color-mix(in srgb, var(--zot-text, #111) 12%, transparent);
}
.zot-shop-buybox { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 1.5rem; align-items: start; margin: 0 0 2rem; }
@media (max-width: 782px) { .zot-shop-buybox { grid-template-columns: 1fr; } }
.zot-shop-buybox-media img { width: 100%; height: auto; display: block; }
.zot-shop-buybox-title { margin: 0 0 .5rem; font-size: 1.75rem; line-height: 1.2; }
.zot-shop-buybox-excerpt { margin: 0 0 1rem; color: var(--zot-shop-muted); }
.zot-shop-buybox-price { margin: 0 0 1rem; font-size: 1.25rem; font-weight: 600; }
.zot-shop-buybox-actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: end; }
.zot-shop-buybox-qty { display: grid; gap: .25rem; font-size: .9rem; }
.zot-shop-buybox-qty input { width: 4.5rem; padding: .4rem; }
.zot-shop-buybox-booking { display: grid; gap: .65rem; margin: 0 0 1rem; }
.zot-shop-buybox-booking label { display: grid; gap: .25rem; font-size: .9rem; }
.zot-shop-buybox-booking input,
.zot-shop-buybox-booking select { padding: .4rem; max-width: 16rem; }
.zot-shop-buybox-deposit { margin: -.5rem 0 1rem; font-size: .9rem; color: var(--zot-shop-muted); }
.zot-shop-buybox-attrs { display: grid; gap: .65rem; margin: 0 0 1rem; }
.zot-shop-buybox-attrs label { display: grid; gap: .25rem; font-size: .9rem; }
.zot-shop-buybox-attrs input,
.zot-shop-buybox-attrs select { padding: .4rem; max-width: 16rem; }
.zot-shop-buybox-specs { display: grid; gap: .35rem; margin: 0 0 1rem; font-size: .9rem; }
.zot-shop-buybox-specs > div { display: grid; grid-template-columns: minmax(6rem, 30%) 1fr; gap: .5rem; }
.zot-shop-buybox-specs dt { margin: 0; color: var(--zot-shop-muted); font-weight: 500; }
.zot-shop-buybox-specs dd { margin: 0; }
.zot-shop-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1.25rem; list-style: none; margin: 0; padding: 0; }
.zot-shop-card { border-bottom: 1px solid var(--zot-shop-line); padding-bottom: 1rem; }
.zot-shop-card img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; margin-bottom: .75rem; }
.zot-shop-card h3 { font-size: 1rem; margin: 0 0 .35rem; font-weight: 600; }
.zot-shop-price { margin: 0 0 .75rem; color: var(--zot-shop-muted); }
.zot-shop-add,
.zot-shop-cta,
.zot-shop-checkout-form button[type="submit"] {
  display: inline-block;
  background: var(--zot-shop-accent);
  color: var(--zot-shop-accent-text);
  border: 0;
  padding: .7rem 1.25rem;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
}
.zot-shop-add:hover,
.zot-shop-cta:hover,
.zot-shop-checkout-form button[type="submit"]:hover {
  filter: brightness(0.92);
  color: var(--zot-shop-accent-text);
}
.zot-shop-oos { color: #a11; margin: 0; }
.zot-shop-booking-note { margin: 0 0 1rem; font-size: .9rem; color: var(--zot-shop-muted); }
.zot-shop-table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
.zot-shop-table th, .zot-shop-table td { text-align: left; padding: .5rem; border-bottom: 1px solid var(--zot-shop-line); }
.zot-shop-checkout-form { display: grid; gap: 1.25rem; max-width: 32rem; }
.zot-shop-checkout-form label { display: grid; gap: .35rem; font-size: .95rem; }
.zot-shop-checkout-form input[type="text"],
.zot-shop-checkout-form input[type="email"],
.zot-shop-checkout-form input[type="tel"],
.zot-shop-checkout-form textarea,
.zot-shop-checkout-form select {
  width: 100%;
  max-width: 100%;
  padding: .55rem .65rem;
  border: 1px solid var(--zot-shop-line);
  background: #fff;
  font: inherit;
  box-sizing: border-box;
}
.zot-shop-checkout-section {
  border: 1px solid var(--zot-shop-line);
  padding: 1rem 1.1rem 1.15rem;
  margin: 0;
  display: grid;
  gap: .75rem;
}
.zot-shop-checkout-section legend {
  padding: 0 .35rem;
  font-weight: 600;
  font-size: .95rem;
}
.zot-shop-checkout-summary { margin: 0 0 .25rem; }
.zot-shop-checkout-title { margin: 0 0 .4rem; font-size: 1.35rem; line-height: 1.25; }
.zot-shop-checkout-lead { margin: 0 0 1rem; color: var(--zot-shop-muted); font-size: .95rem; }
.zot-shop-checkout-recap {
  display: grid;
  gap: .65rem;
  margin: 0 0 .5rem;
  padding: .85rem 1rem;
  background: color-mix(in srgb, var(--zot-shop-accent) 8%, #fff);
  border-left: 3px solid var(--zot-shop-accent);
}
.zot-shop-checkout-recap > div { display: grid; gap: .15rem; }
.zot-shop-checkout-recap dt { margin: 0; font-size: .8rem; color: var(--zot-shop-muted); text-transform: uppercase; letter-spacing: .04em; }
.zot-shop-checkout-recap dd { margin: 0; font-size: 1rem; }
.zot-shop-checkout-choices { display: grid; gap: .35rem; }
.zot-shop-checkout-choices .zot-shop-choice { display: flex; gap: .65rem; align-items: flex-start; padding: .55rem .65rem; cursor: pointer; border: 1px solid transparent; }
.zot-shop-checkout-choices .zot-shop-choice:has(input:checked) { border-color: var(--zot-shop-accent); background: color-mix(in srgb, var(--zot-shop-accent) 6%, #fff); }
.zot-shop-checkout-choices .zot-shop-choice.is-disabled { opacity: .55; cursor: not-allowed; }
.zot-shop-choice-body { display: grid; gap: .15rem; }
.zot-shop-choice-body strong { font-weight: 600; }
.zot-shop-choice-hint { font-size: .85rem; color: var(--zot-shop-muted); }
.zot-shop-pay-detail-wrap { display: grid; gap: .35rem; margin: 0 0 .25rem 1.75rem; font-size: .9rem; max-width: 16rem; }
.zot-shop-pay-detail { margin: 0; max-width: 100%; }
.zot-shop-checkout-form .zot-shop-cta { width: 100%; text-align: center; padding: .85rem 1.25rem; font-size: 1rem; }
.zot-shop-checkout-result { margin-top: 1rem; }
.zot-shop-empty { color: var(--zot-shop-muted); }
.zot-shop-promo { margin: 0; }

/* Status / confirmation */
.zot-shop-status {
  --zot-shop-accent: var(--zot-accent, #ff5a00);
  --zot-shop-muted: var(--zot-muted, #667085);
  max-width: 36rem;
  margin: clamp(1.5rem, 4vw, 3rem) auto;
}
.zot-shop-status-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem 1.25rem;
  padding: 1.5rem 1.5rem 1.6rem;
  border: 1px solid color-mix(in srgb, var(--zot-shop-accent) 28%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--zot-shop-accent) 10%, #fff) 0%, #fff 55%);
  box-shadow: 6px 6px 0 color-mix(in srgb, var(--zot-text, #111) 10%, transparent);
}
.zot-shop-status-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  color: var(--zot-shop-accent);
  background: color-mix(in srgb, var(--zot-shop-accent) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--zot-shop-accent) 35%, transparent);
}
.zot-shop-status-body { min-width: 0; }
.zot-shop-status-eyebrow {
  margin: 0 0 .35rem;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--zot-shop-accent);
}
.zot-shop-status-title {
  margin: 0 0 .5rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.2;
}
.zot-shop-status-text {
  margin: 0 0 1rem;
  color: var(--zot-shop-muted);
  font-size: 1rem;
  line-height: 1.45;
}
.zot-shop-status-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
  gap: .75rem;
  margin: 0 0 1.25rem;
  padding: .85rem 0 0;
  border-top: 1px solid color-mix(in srgb, var(--zot-text, #111) 10%, transparent);
}
.zot-shop-status-meta > div { display: grid; gap: .15rem; }
.zot-shop-status-meta dt {
  margin: 0;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--zot-shop-muted);
}
.zot-shop-status-meta dd { margin: 0; font-weight: 600; }
.zot-shop-status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.zot-shop-cta-ghost {
  background: transparent !important;
  color: var(--zot-text, #111) !important;
  border: 1px solid color-mix(in srgb, var(--zot-text, #111) 35%, transparent) !important;
  filter: none !important;
}
.zot-shop-cta-ghost:hover {
  background: color-mix(in srgb, var(--zot-text, #111) 6%, #fff) !important;
  color: var(--zot-text, #111) !important;
  filter: none !important;
}
@media (max-width: 560px) {
  .zot-shop-status-card { grid-template-columns: 1fr; }
  .zot-shop-status-actions .zot-shop-cta { width: 100%; text-align: center; }
}

/* Inline checkout result uses same card language */
.zot-shop-checkout-result:not([hidden]) {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid color-mix(in srgb, var(--zot-shop-accent) 28%, transparent);
  background: color-mix(in srgb, var(--zot-shop-accent) 8%, #fff);
  box-shadow: 4px 4px 0 color-mix(in srgb, var(--zot-text, #111) 10%, transparent);
}
.zot-shop-checkout-result p { margin: 0 0 .35rem; }
.zot-shop-checkout-result p:last-child { margin: 0; }
