[hidden] {
  display: none !important;
}
.flower-heading h1 {
  max-width: 860px;
}
.preview-chip {
  flex: 0 0 auto;
  padding: 12px 16px;
  border: 1px solid #dec58d;
  border-radius: 999px;
  background: #fff9e8;
  color: #755014 !important;
  font-weight: 800;
  font-size: 0.85rem;
}
.flower-stepper {
  max-width: 1280px;
  margin: 0 auto 24px;
  padding: 7px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  list-style: none;
  border: 1px solid rgba(77, 25, 67, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 35px rgba(73, 31, 62, 0.07);
}
.flower-stepper button {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  cursor: pointer;
}
.flower-stepper button span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin: 0 auto 3px;
  border: 1px solid #cbb9c5;
  border-radius: 50%;
}
.flower-stepper li[aria-current="step"] button {
  color: white;
  background: linear-gradient(135deg, var(--plum-800), var(--plum-700));
  box-shadow: 0 8px 20px rgba(77, 25, 67, 0.18);
}
.flower-workspace {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(560px, 1.35fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}
.flower-preview-sticky {
  position: sticky;
  top: 104px;
}
.bouquet-preview {
  position: relative;
  padding: 18px 18px 24px;
  border-radius: 30px;
  background: rgba(255, 253, 250, 0.9);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.bouquet-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 22px;
  background: #f6e7ef;
}
.bouquet-preview > span {
  display: inline-flex;
  margin-top: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--plum-100);
  color: var(--plum-800);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.bouquet-preview h2 {
  margin: 10px 0 5px;
  font:
    700 clamp(1.55rem, 3vw, 2.45rem) / 1.05 Georgia,
    serif;
  color: var(--plum-950);
}
.bouquet-preview p {
  margin: 0;
  color: var(--muted);
}
.photo-disclosure {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.4;
}
.bundle-card {
  margin-top: 16px;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(55, 25, 48, 0.12);
}
.bundle-card > p:first-child {
  font-weight: 850;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.bundle-card h3 {
  margin: 8px 0 16px;
  font:
    700 2rem/1.05 Georgia,
    serif;
}
.bundle-card p {
  line-height: 1.55;
}
.bundle-card strong {
  display: block;
  margin-top: 18px;
}
.preview-pricing {
  margin: 14px 0 0;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.85);
}
.preview-pricing div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 5px;
}
.preview-pricing dd {
  margin: 0;
  font-weight: 800;
}
.preview-pricing div:last-child {
  margin-top: 7px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
  color: var(--plum-800);
}
.flower-catalog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.flower-product {
  display: grid;
  min-width: 0;
  border: 2px solid transparent;
  border-radius: 20px;
  background: white;
  box-shadow: 0 9px 28px rgba(55, 25, 48, 0.1);
  overflow: hidden;
  cursor: pointer;
}
.flower-product:has(input:checked) {
  border-color: var(--plum-700);
  box-shadow:
    0 0 0 3px rgba(101, 36, 86, 0.12),
    0 14px 30px rgba(55, 25, 48, 0.14);
}
.flower-product input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0.01;
}
.flower-product img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.flower-product-body {
  display: grid;
  gap: 6px;
  padding: 16px;
}
.flower-product-body small {
  color: var(--muted);
}
.flower-product-price {
  margin-top: 5px;
  color: var(--plum-800);
  font-size: 1.05rem;
  font-weight: 850;
}
.catalog-loading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.catalog-loading span {
  height: 180px;
  border-radius: 18px;
  background: linear-gradient(90deg, #f4eaf0, #fff, #f4eaf0);
  background-size: 220% 100%;
  animation: shimmer 1.4s linear infinite;
}
.catalog-loading p {
  grid-column: 1/-1;
  color: var(--muted);
}
@keyframes shimmer {
  to {
    background-position: -220% 0;
  }
}
.fallback-card {
  padding: 28px;
  border: 1px solid #dec58d;
  border-radius: 20px;
  background: #fff9e8;
}
.fallback-card h3 {
  margin-top: 0;
  font:
    700 1.7rem Georgia,
    serif;
}
.fallback-card p {
  line-height: 1.55;
}
.flower-review .review-sections dd {
  max-width: 62%;
}
.flower-review .message {
  white-space: pre-wrap;
}
.flower-form-wait {
  pointer-events: none;
  opacity: 0.75;
}
@media (max-width: 980px) {
  .flower-workspace {
    grid-template-columns: 1fr;
  }
  .flower-preview-sticky {
    position: static;
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) 1fr;
    gap: 16px;
  }
  .preview-label,
  .preview-pricing {
    grid-column: 1/-1;
  }
  .bundle-card {
    margin-top: 0;
  }
  .flower-stepper {
    overflow-x: auto;
  }
  .flower-stepper li {
    min-width: 92px;
  }
}
@media (max-width: 680px) {
  .preview-chip {
    width: 100%;
    border-radius: 14px;
  }
  .flower-stepper {
    grid-template-columns: repeat(7, 82px);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .flower-stepper li {
    min-width: 82px;
    scroll-snap-align: start;
  }
  .flower-stepper button {
    min-height: 54px;
    padding: 4px 2px;
    font-size: 0.64rem;
  }
  .flower-stepper button span {
    width: 22px;
    height: 22px;
  }
  .flower-workspace {
    gap: 18px;
  }
  .flower-preview-sticky {
    display: block;
  }
  .bundle-card {
    margin-top: 14px;
  }
  .flower-catalog {
    grid-template-columns: 1fr;
  }
  .catalog-loading {
    grid-template-columns: 1fr;
  }
  .catalog-loading span:nth-of-type(n + 2) {
    display: none;
  }
  .flower-review .review-sections dd {
    max-width: 58%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .catalog-loading span {
    animation: none;
  }
}
