/* product.css — styles specifiques aux fiches produit BRYN (en plus de page.css).
   Buy box, bundle, section "Hver detalje", section nettoyage, avis photo. */

/* ---------- Buy box ---------- */
.bp-buy { padding: 36px 0 20px; }
.bp-buy__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.bp-gallery--sticky { position: sticky; top: 88px; }
.bp-gallery__main { border-radius: 10px; overflow: hidden; aspect-ratio: 1/1; background: #fff; border: 1px solid var(--b-line); }
.bp-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.bp-gallery__thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 8px; }
.bp-gallery__thumbs img { border-radius: 8px; aspect-ratio: 1/1; object-fit: cover; border: 1px solid var(--b-line); cursor: pointer; background: #fff; }

.bp-rating { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--b-ink-soft); margin-bottom: 10px; }
.bp-rating .vx-stars, .bp-stars { color: var(--b-star); letter-spacing: 1px; }
.bp-info h1 { font-size: clamp(1.8rem, 3vw, 2.4rem); text-transform: uppercase; font-weight: 800; letter-spacing: -0.01em; margin: 0 0 6px; line-height: 1.05; }
.bp-sub { color: var(--b-ink-soft); font-size: 0.95rem; margin: 0 0 16px; }
.bp-price { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.bp-price .now { font-size: 1.7rem; font-weight: 800; color: var(--b-red); }
.bp-price s { color: #9a9389; font-size: 1.05rem; }
.bp-price .spar { background: var(--b-red); color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; padding: 4px 9px; border-radius: 4px; }

.bp-benefits { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 10px; }
.bp-benefits li { font-size: 0.9rem; color: var(--b-ink-soft); }
.bp-benefits li b { color: var(--b-ink); text-transform: uppercase; font-size: 0.82rem; letter-spacing: 0.03em; }

/* Bundle */
.bp-bundle { display: grid; gap: 10px; margin-bottom: 18px; }
.bp-bundle__opt { border: 1.5px solid var(--b-line); border-radius: 8px; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; background: #fff; position: relative; }
.bp-bundle__opt--active { border-color: var(--b-red); box-shadow: 0 6px 18px -12px rgba(0,0,0,0.4); }
.bp-bundle__left { display: flex; align-items: center; gap: 10px; }
.bp-bundle__radio { width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--b-line); flex: none; }
.bp-bundle__opt--active .bp-bundle__radio { border-color: var(--b-red); background: radial-gradient(circle at center, var(--b-red) 0 40%, #fff 45%); }
.bp-bundle__name { font-weight: 600; font-size: 0.92rem; }
.bp-bundle__pop { background: var(--b-red); color: #fff; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 3px 7px; border-radius: 999px; margin-left: 8px; }
.bp-bundle__price { font-weight: 700; white-space: nowrap; }
.bp-bundle__price s { color: #9a9389; font-weight: 400; font-size: 0.82rem; margin-right: 5px; }

.bp-info .button { width: 100%; max-width: none; height: 56px; font-size: 1rem; }
.bp-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; text-align: center; margin: 16px 0; padding: 14px 0; border-top: 1px solid var(--b-line); border-bottom: 1px solid var(--b-line); }
.bp-trust div { font-size: 0.72rem; color: var(--b-ink-soft); display: flex; flex-direction: column; align-items: center; gap: 5px; }
.bp-trust .ic { font-size: 19px; }
.bp-acc details { border-bottom: 1px solid var(--b-line); }
.bp-acc summary { list-style: none; cursor: pointer; padding: 13px 0; font-weight: 600; font-size: 0.9rem; display: flex; justify-content: space-between; }
.bp-acc summary::-webkit-details-marker { display: none; }
.bp-acc summary::after { content: "+"; color: var(--b-red); }
.bp-acc details[open] summary::after { content: "\2212"; }
.bp-acc p { color: var(--b-ink-soft); font-size: 0.86rem; line-height: 1.55; margin: 0 0 13px; }
@media (width < 900px) { .bp-buy__grid { grid-template-columns: 1fr; gap: 26px; } .bp-gallery--sticky { position: static; } }

/* ---------- Hver detalje ---------- */
.bp-detail__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.bp-detail__img { border-radius: 10px; overflow: hidden; }
.bp-detail__img img { width: 100%; display: block; }
.bp-detrows { display: grid; gap: 20px; }
.bp-detrow { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; }
.bp-detrow__n { background: var(--b-red); color: #fff; font-weight: 700; width: 34px; height: 34px; border-radius: 6px; display: grid; place-items: center; font-size: 0.85rem; }
.bp-detrow h3 { margin: 0 0 4px; font-size: 1rem; text-transform: none; }
.bp-detrow p { margin: 0 0 5px; color: var(--b-ink-soft); font-size: 0.9rem; line-height: 1.5; }
.bp-detrow .tag { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--b-red); font-weight: 700; }
@media (width < 900px) { .bp-detail__grid { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- Section nettoyage ---------- */
.bp-clean { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.bp-clean__text { background: var(--b-cream); padding: 70px clamp(28px,5vw,64px); display: flex; flex-direction: column; justify-content: center; }
.bp-clean__text .b-eyebrow { text-align: left; }
.bp-clean__text h2 { text-align: left; }
.bp-clean__sub { display: grid; gap: 16px; margin-top: 22px; }
.bp-clean__sub b { display: block; color: var(--b-ink); margin-bottom: 3px; }
.bp-clean__sub p { margin: 0; color: var(--b-ink-soft); font-size: 0.9rem; line-height: 1.5; }
.bp-clean__media { background-size: cover; background-position: center; min-height: 420px; }
@media (width < 900px) { .bp-clean { grid-template-columns: 1fr; } }

/* ---------- Grille collection ---------- */
.b-prodgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.b-prodcard { background: #fff; border: 1px solid var(--b-line); border-radius: 10px; overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: box-shadow .15s, transform .15s; }
.b-prodcard:hover { box-shadow: 0 18px 36px -24px rgba(17,24,48,0.5); transform: translateY(-3px); }
.b-prodcard__img { position: relative; aspect-ratio: 1/1; background: #fff; }
.b-prodcard__img img { width: 100%; height: 100%; object-fit: cover; }
.b-prodcard__spar { position: absolute; top: 12px; left: 12px; background: var(--b-red); color: #fff; font-size: 0.72rem; font-weight: 700; padding: 4px 9px; border-radius: 4px; }
.b-prodcard__b { padding: 16px 18px 20px; }
.b-prodcard__b h3 { margin: 0 0 4px; font-size: 1.05rem; text-transform: none; }
.b-prodcard__sub { margin: 0 0 10px; color: var(--b-ink-soft); font-size: 0.84rem; }
.b-prodcard__price { display: flex; align-items: center; gap: 9px; }
.b-prodcard__price .now { font-weight: 800; color: var(--b-red); }
.b-prodcard__price s { color: #9a9389; font-size: 0.85rem; }
@media (width < 850px) { .b-prodgrid { grid-template-columns: 1fr 1fr; } }

/* ---------- Formulaire contact ---------- */
.b-contact { display: grid; gap: 14px; max-width: 620px; margin: 30px auto 0; }
.b-contact__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.b-contact input, .b-contact textarea { width: 100%; border: 1px solid var(--b-line); border-radius: 8px; padding: 13px 15px; font: inherit; background: #fff; }
.b-contact .button { justify-self: start; }
@media (width < 700px) { .b-contact__row { grid-template-columns: 1fr; } }

/* ---------- Avis photo ---------- */
.bp-prev { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bp-prevcard { border-radius: 10px; overflow: hidden; background: #fff; }
.bp-prevcard img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.bp-prevcard__b { padding: 12px 14px; }
.bp-prevcard__b .bp-stars { font-size: 0.8rem; }
.bp-prevcard__b span { display: block; font-size: 0.8rem; font-weight: 600; color: var(--b-ink); margin-top: 4px; }
@media (width < 900px) { .bp-prev { grid-template-columns: 1fr 1fr; } }
