
.plant-detail-page{max-width:1180px;margin:0 auto;padding:42px 24px 84px}.plant-detail-page .breadcrumbs{margin-bottom:24px}.plant-detail-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:42px;align-items:start}.plant-gallery,.plant-detail-panel,.plant-info-card{background:#fffaf1;border:1px solid #e3dccf;border-radius:24px;box-shadow:0 18px 48px rgba(31,59,37,.08)}.plant-gallery{padding:18px;position:sticky;top:132px}.plant-main-image,.placeholder-image{aspect-ratio:1/1;width:100%;border-radius:18px;overflow:hidden;background:linear-gradient(145deg,#eef3e8,#f8eee2);display:grid;place-items:center}.plant-main-image img{width:100%;height:100%;object-fit:cover}.placeholder-image i{width:72px;height:72px;color:#6f9666}.plant-thumbnails{display:flex;gap:10px;margin-top:12px;overflow:auto}.plant-thumbnail{width:74px;height:74px;border:2px solid transparent;border-radius:12px;padding:0;overflow:hidden;background:#fff}.plant-thumbnail.active{border-color:#6f9666}.plant-thumbnail img{width:100%;height:100%;object-fit:cover}.plant-detail-panel{padding:30px}.plant-detail-intro{color:#687264;font-size:1.05rem;line-height:1.7}.plant-detail-panel h1{font-size:clamp(2.25rem,5vw,4.3rem);line-height:.98;margin:15px 0 12px;color:#173a22}.plant-detail-price{font-size:2rem;color:#426c3f;margin:18px 0}.plant-summary{display:grid;gap:0;margin:24px 0;border-top:1px solid #e3dccf}.plant-detail-row{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #e3dccf}.plant-detail-row span{color:#687264}.plant-detail-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.plant-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:28px}.plant-info-card{padding:26px}.plant-info-card h2{margin-top:0;color:#173a22}.care-badge-grid,.common-problems-grid,.plant-service-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.care-badge-card,.common-problem-card,.plant-service-card{padding:18px;border-radius:16px;background:#f4f6ee;border:1px solid #dde4d5}.preorder-summary-card,.production-status-card{background:#f2f6ed;border-color:#d4dfca}.production-estimate{display:grid;gap:5px;margin:14px 0;padding:16px 18px;border:1px solid #cddbc5;border-radius:16px;background:#fffaf1}.production-estimate-label{color:#687264;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.production-estimate strong{color:#173a22;font-family:Georgia,serif;font-size:1.35rem}.production-estimate small{color:#687264;font-size:.8rem;line-height:1.45}.plant-community-compact{margin-top:24px;padding:20px;border-radius:18px;background:#f4f6ee;border:1px solid #d8dfce}.plant-community-compact .review-summary{margin:0 0 14px}.plant-community-compact-actions{display:flex;flex-wrap:wrap;gap:10px}.plant-community-compact p{margin:8px 0 0;color:#687264}@media(max-width:900px){.plant-detail-layout{grid-template-columns:1fr}.plant-gallery{position:static}.plant-content-grid{grid-template-columns:1fr}}@media(max-width:620px){.plant-detail-page{padding:28px 16px 64px}.plant-detail-panel,.plant-info-card{padding:20px}.care-badge-grid,.common-problems-grid,.plant-service-section{grid-template-columns:1fr}.plant-detail-actions>*{width:100%}.plant-detail-row{align-items:flex-start;flex-direction:column;gap:4px}}

/* Product-page refinement: use the quiet sage-and-cream preorder palette
   consistently instead of the older teal-tinted panels. */
.plant-detail-page .care-badge-card,
.plant-detail-page .common-problem-card,
.plant-detail-page .plant-service-card,
.plant-detail-page .plant-community-compact {
  border: 1px solid rgba(18, 56, 24, .2);
  background: linear-gradient(145deg, rgba(111, 143, 96, .12), rgba(255, 250, 241, .68));
}

.plant-detail-page .care-badge-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon value";
  column-gap: 14px;
  row-gap: 4px;
  align-content: start;
  min-height: 112px;
}

.plant-detail-page .care-badge-card svg {
  grid-area: icon;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(18, 56, 24, .14);
  border-radius: 14px;
  background: rgba(255, 250, 241, .72);
}

.plant-detail-page .care-badge-card span {
  grid-area: label;
  margin: 1px 0 0;
}

.plant-detail-page .care-badge-card strong {
  grid-area: value;
  line-height: 1.35;
}

.plant-detail-page .common-problem-icon,
.plant-detail-page .plant-service-icon {
  border: 1px solid rgba(18, 56, 24, .14);
  background: rgba(255, 250, 241, .72);
}

.plant-detail-page .common-problem-fix {
  border: 1px solid rgba(18, 56, 24, .12);
  background: rgba(255, 250, 241, .58);
}

.plant-detail-page .plant-service-section {
  display: block;
}

.plant-detail-page .plant-service-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
}

.plant-detail-page .plant-service-list .plant-service-card + .plant-service-card {
  margin-top: 0;
}

.plant-detail-page .plant-community-compact {
  background:
    radial-gradient(circle at 100% 0, rgba(111, 143, 96, .10), transparent 14rem),
    linear-gradient(145deg, rgba(111, 143, 96, .12), rgba(255, 250, 241, .68));
}

@media (max-width: 620px) {
  .plant-detail-page .care-badge-card {
    min-height: 0;
  }
}

/* Product gallery and FAQ refinements */
.plant-gallery-placeholder {
  min-height: 100%;
  padding: clamp(28px, 6vw, 58px);
  text-align: center;
  color: #31533a;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.82) 0 8%, transparent 9%),
    radial-gradient(circle at 82% 76%, rgba(255,255,255,.68) 0 10%, transparent 11%),
    linear-gradient(145deg, #e7f0df 0%, #f9eadc 52%, #f4f1dc 100%);
}
.plant-gallery-placeholder-icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(49,83,58,.14);
  box-shadow: 0 18px 40px rgba(49,83,58,.12);
}
.plant-gallery-placeholder-icon svg { width: 45px; height: 45px; }
.plant-gallery-placeholder strong {
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  color: #173a22;
}
.plant-gallery-placeholder small {
  display: block;
  max-width: 34rem;
  margin: 10px auto 0;
  font-size: .96rem;
  line-height: 1.65;
  color: #5f6f61;
}
.plant-thumbnails[hidden] { display: none; }
.plant-thumbnail.is-active,
.plant-thumbnail.active {
  border-color: #6f9666;
  box-shadow: 0 0 0 2px rgba(111,150,102,.16);
}
.plant-faq-list.faq-accordion-list { margin-top: 4px; }
.plant-faq-list.faq-accordion-list details { background: #fffdf8; }

/* Keep long botanical and cultivar names inside the summary card. */
.plant-summary {
  min-width: 0;
}

.plant-summary h1 {
  max-width: 100%;
  font-size: clamp(2.15rem, 3.25vw, 3.15rem);
  line-height: 1.02;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.plant-reduction-summary {
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid #d6a450;
  border-radius: 16px;
  background: #fbf2df;
}
.plant-reduction-summary > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #704714;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.plant-reduction-summary > span svg { width: 16px; height: 16px; }
.plant-reduction-summary > div { display: flex; align-items: baseline; gap: 10px; margin-top: 8px; }
.plant-reduction-summary del { color: #687264; font-size: 1rem; }
.plant-reduction-summary strong { color: #426c3f; font-family: Georgia, serif; font-size: 2rem; }
.plant-reduction-summary p { margin: 8px 0 0; color: #5f695d; line-height: 1.5; }

/* Exact sale details use the same aligned label/value rows throughout. */
.plant-sale-details-grid { max-width: none; }
.plant-description-copy {
  display: grid;
  gap: 14px;
}
.plant-description-copy p {
  margin: 0;
  color: #5f695d;
  line-height: 1.7;
}

/* Readiness is a distinct piece of information, not an inline detail row. */
.production-estimate {
  display: grid;
  gap: 6px;
  margin: 16px 0;
  padding: 16px 18px;
  border: 1px solid #cddbc5;
  border-radius: 16px;
  background: rgba(255, 250, 241, .92);
}

.production-estimate > * {
  display: block;
  min-width: 0;
}

.production-estimate-label {
  color: #687264;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.production-estimate strong {
  color: #173a22;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.2;
}

.production-estimate small {
  color: #687264;
  font-size: .84rem;
  line-height: 1.5;
}

@media (max-width: 620px) {
  .plant-summary h1 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }
}

.exact-plant-selector {
  margin: 22px 0;
  min-width: 0;
  padding: 16px;
  border: 1px solid #cddbc5;
  border-radius: 18px;
  background: #f8f6ec;
}

.exact-plant-selector legend {
  padding: 0 6px;
  color: #173a22;
  font-size: 1rem;
  font-weight: 700;
}

.exact-plant-selector > p { margin: 0 0 14px; color: #687264; font-size: .88rem; line-height: 1.5; }
.exact-plant-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.exact-plant-option { display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 10px; align-items: center; min-width: 0; padding: 8px; border: 1.5px solid #d8dfce; border-radius: 13px; background: #fffdf8; color: #173a22; text-align: left; cursor: pointer; }
.exact-plant-option:hover { border-color: #91aa83; background: #f6f7ef; }
.exact-plant-option:focus-visible { outline: 3px solid #b6cb9e; outline-offset: 3px; }
.exact-plant-option.is-selected { border-color: #426c3f; background: #edf3e8; box-shadow: 0 0 0 3px rgba(66, 108, 63, .12); }
.exact-plant-option img, .exact-plant-option-placeholder { width: 50px; height: 50px; border-radius: 10px; object-fit: cover; background: linear-gradient(145deg, #eef3e8, #f8eee2); display: grid; place-items: center; }
.exact-plant-option-placeholder svg { width: 22px; height: 22px; color: #6f9666; }
.exact-plant-option span:last-child { display: grid; gap: 3px; min-width: 0; }
.exact-plant-option strong { overflow-wrap: anywhere; font-size: .82rem; line-height: 1.3; }
.exact-plant-option small { color: #687264; font-size: .76rem; line-height: 1.35; }
.exact-plant-selector-menu label { display: block; margin: 0 0 6px; color: #173a22; font-size: .82rem; font-weight: 700; }
.exact-plant-selector-menu select { width: 100%; min-height: 46px; padding: 0 40px 0 12px; border: 1.5px solid #b8c7ad; border-radius: 12px; background: #fffdf8; color: #173a22; font: inherit; }
.exact-plant-selector-menu select:focus-visible { outline: 3px solid #b6cb9e; outline-offset: 2px; }
.exact-plant-compare { margin-top: 12px; border-top: 1px solid #d8dfce; }
.exact-plant-compare summary { padding: 12px 2px 0; color: #315c35; font-size: .86rem; font-weight: 700; cursor: pointer; }
.exact-plant-compare[open] summary { margin-bottom: 10px; }
.exact-plant-compare .exact-plant-options { max-height: 340px; overflow-y: auto; padding: 3px; }
.plant-sale-medium-note { display: flex; gap: 9px; align-items: flex-start; margin: 16px 0 0; padding: 12px 14px; border-radius: 12px; background: #f1f4e8; color: #546154; font-size: .88rem; line-height: 1.5; }
.plant-sale-medium-note svg { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; color: #52764f; }

@media (max-width: 620px) {
  .exact-plant-selector { padding: 14px; }
  .exact-plant-options { grid-template-columns: 1fr; }
}
