/* Plantozone storefront v10 — product clarity, balanced collection layouts and PDP parity */

/* The original celebrity photographs remain untouched; only their card windows are normalized. */
.people-section .people-track{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(230px,22vw,310px);gap:18px;overflow-x:auto;padding-bottom:18px;scroll-snap-type:x mandatory}
.people-section .people-track figure{width:auto;min-width:0;margin:0;scroll-snap-align:start}
.people-section .people-photo-button{width:100%;aspect-ratio:4/5;border-radius:18px;background:#edf1ea}
.people-section .people-photo-button img{width:100%;height:100%;padding:0;object-fit:cover;object-position:center 24%}
.people-section .people-track figcaption{min-height:48px;padding:13px 5px 0;color:#101713;font-size:14px;font-weight:750;text-align:center}

/* Every category showcase presents the products first and its heading on the right. */
.home-v8-collection-grid{grid-template-columns:minmax(0,.72fr) minmax(235px,.28fr);gap:clamp(34px,5vw,74px)}
.home-v8-collection .home-v8-two-products{order:1}
.home-v8-collection .home-v8-collection-intro{order:2;text-align:left}
.home-v8-collection.home-v8-reverse .home-v8-two-products{order:1}
.home-v8-collection.home-v8-reverse .home-v8-collection-intro{order:2}

/* Product cards are visually independent, equal-height shopping units. */
.product-card{height:100%;display:flex;flex-direction:column;overflow:hidden;border:1px solid #cfd8ce;border-radius:10px;background:#fff;box-shadow:0 10px 28px rgba(19,54,37,.045)}
.product-card .product-media-wrap{border:0;border-radius:0}
.product-card .product-media{border-radius:0}
.product-card .product-info{flex:1;display:flex;flex-direction:column;padding:16px}
.product-card .product-price{min-height:49px;margin-top:auto;color:#111713}
.product-price strong{display:inline-flex;align-items:baseline;gap:5px;color:#0c130f}
.product-price strong>span{font-size:.62em;font-weight:700;letter-spacing:.015em}
.product-price del{min-width:32px}
.product-price .price-placeholder{opacity:.32;text-decoration-thickness:1px}
.product-card .shop-card-options{margin-top:14px}
.product-card-copy,.product-card .shop-card-options>p,.product-meta p{color:#1b261f}

/* Homepage-only AI-cleaned photos retain the full plant and exact planter form. */
.home-v8-two-products .product-media{aspect-ratio:2/3;background:#f1eee8}
.home-v8-two-products .product-media img{width:100%;height:100%;padding:0;object-fit:contain;object-position:center}
.home-v8-two-products .product-card{border-color:#bdcbbd;border-radius:8px}
.home-v8-two-products .product-info{padding:16px}
.home-v8-two-products .shop-card-options>button{min-height:44px}

/* Darker body copy for better reading contrast without changing the established palette. */
.home-v8-categories,.people-section,.home-v8-collection,.home-v8-journey,.home-v8-journal,.home-v8-testimonials{color:#0e1511}
.home-v8-categories p,.people-section p,.home-v8-collection p,.home-v8-journey p,.home-v8-journal p,.home-v8-journal span,.home-v8-testimonials p{color:#202a24}

/* Vision, Mission and Product use one common image stage and consistent dimensions. */
.home-v8-journey .journey-cards>article{position:relative}
.home-v8-journey .journey-cards>article>img,
.home-v8-journey .journey-cards>article:nth-child(2)>img,
.home-v8-journey .journey-cards>article:nth-child(3)>img{width:100%;height:350px;aspect-ratio:1;border-radius:8px;background:#f5eee3;object-fit:contain}
.mission-process{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:7px;width:calc(100% - 28px);min-height:42px;margin:-54px auto 12px;padding:8px 10px;border:1px solid rgba(21,74,47,.18);border-radius:999px;background:rgba(255,255,255,.94);color:#102e21;box-shadow:0 6px 18px rgba(26,55,40,.12)}
.mission-process span{font-size:11px;font-weight:800}
.mission-process b{color:#27814e;font-size:16px}

/* Product detail now presents every supported shape with the same clarity as sizes. */
.purchase-form .shape-options{grid-template-columns:repeat(4,minmax(0,1fr))}
.purchase-form .shape-options label>span{min-height:52px;padding:8px;text-align:center}

@media(max-width:820px){
  .home-v8-collection-grid{grid-template-columns:1fr}
  .home-v8-collection .home-v8-collection-intro,.home-v8-collection.home-v8-reverse .home-v8-collection-intro{order:1;text-align:center}
  .home-v8-collection .home-v8-two-products,.home-v8-collection.home-v8-reverse .home-v8-two-products{order:2}
  .people-section .people-track{grid-auto-columns:42vw}
  .home-v8-journey .journey-cards>article>img,.home-v8-journey .journey-cards>article:nth-child(2)>img,.home-v8-journey .journey-cards>article:nth-child(3)>img{height:auto;aspect-ratio:1}
}

@media(max-width:560px){
  .people-section .people-track{grid-auto-columns:76vw}
  .product-card{border-radius:7px}
  .product-card .product-info,.home-v8-two-products .product-info{padding:11px}
  .home-v8-two-products .product-media{aspect-ratio:2/3}
  .home-v8-two-products .shop-card-options label{font-size:9px}
  .home-v8-two-products .shop-card-options select{font-size:10px}
  .product-price strong{font-size:14px}
  .product-price strong>span{font-size:9px}
  .product-price del{font-size:10px}
  .purchase-form .shape-options{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mission-process{gap:5px;width:calc(100% - 20px)}
  .mission-process span{font-size:10px}
}
