.product-detail{background:var(--white)}.product-detail__back{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;color:var(--green-dark);font-size:.88rem;line-height:1;font-weight:700;white-space:nowrap}.product-detail__back svg{width:14px;height:14px;flex-shrink:0}.product-detail__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);gap:28px;align-items:stretch}.product-detail__media{min-height:520px;display:grid;place-items:center}.product-detail__media img{max-width:100%;max-height:800px;object-fit:contain}.product-detail__placeholder{width:220px;height:280px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,#e8e3db,#d5cfc6);color:#8f8f8f;font-size:.84rem;letter-spacing:.06em;text-transform:uppercase}.product-detail__content{display:flex;flex-direction:column;justify-content:center}.product-detail__summary{color:var(--mid);font-size:1rem;line-height:1.8}.product-detail__meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.product-detail__meta span{border-radius:999px;border:1px solid var(--border);background:var(--surface);padding:10px 14px;font-size:.82rem;font-weight:700}.product-detail__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.product-detail__primary,.product-detail__secondary{display:inline-flex;justify-content:center;align-items:center;border-radius:999px;padding:12px 18px;font-size:.85rem;font-weight:700}.product-detail__primary{background:var(--green);color:var(--green-dark)}.product-detail__secondary{border:1px solid var(--border);background:var(--white)}.product-detail__spec-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;margin-top:36px}.product-detail__spec-grid .content-card,.product-detail__spec-grid .content-card--muted{padding:34px 28px;border-radius:32px;background:var(--white);box-shadow:none}.product-detail__panel-title{font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--green-dark)}.product-detail__feature-intro{margin-top:18px;color:var(--mid);font-size:.94rem;line-height:1.7;max-width:42ch}.product-detail__spec-list{display:grid;margin-top:22px}.product-detail__spec-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:16px;padding:16px 0;border-bottom:1px solid rgba(15,21,16,.08)}.product-detail__spec-row:last-child{border-bottom:0}.product-detail__spec-row dt{color:var(--mid);font-size:.94rem}.product-detail__spec-row dd{font-weight:700;font-size:.96rem}.product-detail__feature-icon{width:44px;height:44px;border-radius:999px;border:1px solid rgba(15,21,16,.08);background:#f8faf9b8;display:grid;place-items:center}.product-detail__feature-icon img,.product-detail__feature-pill-icon img{width:20px;height:20px;object-fit:contain}.product-detail__feature-spotlight-icon img{width:120px;height:120px;object-fit:contain}.product-detail__feature-spotlight{display:grid;justify-items:center;gap:18px;padding:22px;border-radius:24px}.product-detail__feature-spotlight-icon{width:120px;height:120px;border-radius:28px;display:grid;place-items:center}.product-detail__feature-spotlight-copy h4{font-size:1.08rem;line-height:1.25;margin-bottom:8px;text-align:center}.product-detail__feature-spotlight-copy p{color:var(--mid);font-size:.95rem;line-height:1.75;max-width:38ch;text-align:center}.product-detail__feature-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.product-detail__feature-pill{border:1px solid rgba(15,21,16,.08);border-radius:20px;background:transparent;padding:14px 12px;display:grid;justify-items:center;align-content:start;gap:12px;text-align:center;transition:border-color .22s ease,background .22s ease,transform .22s ease}.product-detail__feature-pill:hover,.product-detail__feature-pill.is-active{border-color:#52c87a38;background:#52c87a08}.product-detail__feature-pill:hover{transform:translateY(-2px)}.product-detail__feature-pill span{font-size:.84rem;line-height:1.45;font-weight:700}.product-detail__feature-pill-icon{width:40px;height:40px;border-radius:14px;background:#f8faf9f2;border:1px solid rgba(15,21,16,.06);display:grid;place-items:center}.product-detail__feature-more{margin-top:22px;padding-top:18px;border-top:1px solid rgba(15,21,16,.08)}.product-detail__feature-more-label{font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--mid)}.product-detail__feature-more-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.product-detail__feature-chip{border:1px solid rgba(15,21,16,.1);border-radius:999px;background:transparent;padding:10px 14px;color:var(--mid);font-size:.8rem;font-weight:700;transition:color .22s ease,border-color .22s ease,background .22s ease}.product-detail__feature-chip:hover,.product-detail__feature-chip.is-active{color:var(--green-dark);border-color:#52c87a38;background:#52c87a08}.product-detail__recommendation-section{background:linear-gradient(180deg,var(--surface) 0%,rgba(248,250,249,0) 100%)}.product-detail__recommendation-header{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:32px;align-items:end;margin-bottom:32px}.product-detail__recommendation-header>div:first-child{max-width:620px}.product-detail__recommendation-header .section-copy{max-width:340px;justify-self:end;text-align:right}.product-detail__recommendation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-recommendation__media{min-height:170px;display:grid;place-items:center;margin-bottom:16px}.product-recommendation__media img{max-height:160px;width:auto;object-fit:contain}.product-recommendation__category{font-size:.76rem;font-weight:700;color:var(--green-dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.product-recommendation__title{font-size:1.02rem;margin-bottom:10px}.product-recommendation__copy{color:var(--mid);line-height:1.75;margin-bottom:14px}.product-recommendation__specs{display:flex;flex-wrap:wrap;gap:8px;color:var(--mid);font-size:.82rem;margin-bottom:18px}.product-recommendation__specs strong{color:var(--ink)}.product-recommendation__link{display:inline-flex;color:var(--green-dark);font-size:.84rem;font-weight:700}@media(max-width:1024px){.product-detail__layout,.product-detail__spec-grid,.product-detail__recommendation-grid,.product-detail__feature-picker{grid-template-columns:1fr}.product-detail__recommendation-header{grid-template-columns:1fr;gap:18px}.product-detail__recommendation-header .section-copy{max-width:100%;justify-self:start;text-align:left}}@media(max-width:768px){.product-detail__media{min-height:380px}.product-detail__spec-grid .content-card,.product-detail__spec-grid .content-card--muted{padding:26px 22px;border-radius:26px}.product-detail__feature-spotlight{gap:16px}.product-detail__feature-spotlight-icon{width:72px;height:72px;border-radius:24px}}@media(max-width:480px){.product-detail__media{min-height:300px}.product-detail__placeholder{width:160px;height:200px;font-size:.76rem}.product-detail__spec-row{grid-template-columns:1fr;gap:8px}.product-detail__cta{flex-direction:column}.product-detail__primary,.product-detail__secondary{width:100%}}
