/* CAPILUM preview · base + header/footer + colección + PDP (aproximación de Shrine para el preview) */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 62.5%; }
body { margin: 0; font-family: 'Poppins', system-ui, sans-serif; font-size: 1.6rem; line-height: 1.6; color: #1a1a1a; background: #fff; }
img { max-width: 100%; }

.pv-announcement { background: #000; color: #fff; text-align: center; font-size: 1.1rem; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase; padding: 1rem 2rem; }
.pv-header { display: flex; align-items: center; justify-content: space-between; padding: 2rem 4rem; border-bottom: 1px solid #e6e5e5; background: #fff; position: sticky; top: 0; z-index: 50; }
.pv-nav { display: flex; gap: 3.2rem; font-size: 1.2rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.pv-nav a { color: #000; text-decoration: none; }
.pv-nav a:hover { color: #c9a961; }
.pv-logo { font-family: 'Coconat', 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 700; letter-spacing: 0.14em; color: #000; text-decoration: none; }
.pv-icons { display: flex; gap: 2rem; font-size: 1.2rem; letter-spacing: 0.1em; text-transform: uppercase; }
@media (max-width: 989px) { .pv-nav, .pv-icons { display: none; } .pv-header { justify-content: center; } }

.pv-section { padding: 9.6rem 0; }
.pv-section--bone { background: #fbf8f3; }
.pv-center { text-align: center; }
.pv-h2 { font-family: 'Coconat','Cormorant Garamond',serif; font-weight: 700; font-size: 4.4rem; letter-spacing: -0.01em; line-height: 1.1; margin: 0 0 1.6rem; }
@media (max-width: 989px) { .pv-h2 { font-size: 3.2rem; } }
.pv-sub { color: #424242; font-size: 1.6rem; margin: 0 auto 5.6rem; max-width: 60ch; }
.pv-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.4rem; }
@media (max-width: 989px) { .pv-cards { grid-template-columns: 1fr; } }
.pv-testimonial { background: #fbf8f3; padding: 3.2rem; text-align: center; }
.pv-stars { color: #c9a961; font-size: 1.4rem; letter-spacing: 0.3em; margin-bottom: 1.6rem; }
.pv-testimonial p { font-size: 1.5rem; line-height: 1.65; color: #424242; margin: 0 0 2rem; }
.pv-testimonial footer { font-size: 1.3rem; color: #8d8d8d; }
.pv-testimonial footer strong { color: #000; font-style: italic; }
.pv-faq { max-width: 76rem; margin: 0 auto; }
.pv-faq details { border-bottom: 1px solid #e6e5e5; padding: 2rem 0; }
.pv-faq summary { font-weight: 600; font-size: 1.6rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
.pv-faq summary::after { content: '+'; color: #c9a961; font-size: 2rem; }
.pv-faq details[open] summary::after { content: '–'; }
.pv-faq p { color: #424242; font-size: 1.5rem; }
.pv-footer { background: #000; color: #fff; padding: 6.4rem 4rem 3.2rem; }
.pv-footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3.2rem; max-width: 1280px; margin: 0 auto 4.8rem; }
@media (max-width: 989px) { .pv-footer-grid { grid-template-columns: repeat(2, 1fr); } }
.pv-footer h5 { font-size: 1.2rem; letter-spacing: 0.2em; text-transform: uppercase; color: #c9a961; margin: 0 0 1.6rem; }
.pv-footer a { display: block; color: #c2c2c2; text-decoration: none; font-size: 1.4rem; margin-bottom: 1rem; }
.pv-footer a:hover { color: #fff; }
.pv-footer-bottom { text-align: center; font-size: 1.2rem; color: #8d8d8d; border-top: 1px solid #262626; padding-top: 3.2rem; }

/* ——— Breadcrumb ——— */
.pv-breadcrumb { font-size: 1.2rem; letter-spacing: 0.08em; text-transform: uppercase; color: #8d8d8d; margin-bottom: 2.4rem; }
.pv-breadcrumb a { color: #8d8d8d; text-decoration: none; }
.pv-breadcrumb a:hover { color: #c9a961; }

/* ——— Página de colección ——— */
.pv-collection-hero { background: #fbf8f3; text-align: center; padding: 6.4rem 2.4rem; }
.pv-collection-toolbar { display: flex; justify-content: space-between; align-items: center; padding: 2rem 0; border-bottom: 1px solid #e6e5e5; margin-bottom: 4rem; font-size: 1.3rem; color: #424242; }
.pv-collection-toolbar select { border: 1px solid #e6e5e5; padding: 1rem 1.6rem; font-family: 'Poppins',sans-serif; font-size: 1.3rem; background: #fff; }
.pv-collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.4rem; padding-bottom: 9.6rem; }
@media (max-width: 989px) { .pv-collection-grid { grid-template-columns: 1fr; } }

/* ——— PDP ——— */
.pv-pdp { display: grid; grid-template-columns: 1fr; gap: 4.8rem; padding: 4.8rem 0 9.6rem; }
@media (min-width: 990px) { .pv-pdp { grid-template-columns: 7fr 5fr; gap: 6.4rem; } }
.pv-gallery-main { background: #fbf8f3; }
.pv-gallery-main img { width: 100%; display: block; }
.pv-gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 1.2rem; }
.pv-gallery-thumbs img { width: 100%; display: block; background: #fbf8f3; cursor: pointer; border: 1px solid transparent; }
.pv-gallery-thumbs img:hover, .pv-gallery-thumbs img.active { border-color: #c9a961; }
.pv-buybox { position: sticky; top: 10rem; align-self: start; }
.pv-buybox h1 { font-family: 'Coconat','Cormorant Garamond',serif; font-weight: 700; font-size: 3.6rem; line-height: 1.1; letter-spacing: -0.01em; margin: 0 0 0.8rem; }
.pv-buybox .variant-sub { font-size: 1.4rem; color: #8d8d8d; margin: 0 0 1.6rem; }
.pv-rating { font-size: 1.3rem; color: #424242; margin-bottom: 2rem; }
.pv-rating .pv-stars-inline { color: #c9a961; letter-spacing: 0.2em; }
.pv-pdp-price { font-size: 2.4rem; font-weight: 600; margin-bottom: 0.6rem; }
.pv-pdp-price s { font-weight: 400; color: #8d8d8d; font-size: 1.8rem; margin-right: 1.2rem; }
.pv-cuotas { font-size: 1.3rem; color: #8d8d8d; margin-bottom: 2.8rem; }
.pv-option-label { font-size: 1.2rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; }
.pv-pills { display: flex; gap: 1.2rem; margin-bottom: 2.4rem; }
.pv-pill { border: 1px solid #000; border-radius: 999px; padding: 1rem 2.4rem; font-size: 1.3rem; cursor: pointer; background: #fff; }
.pv-pill.active { background: #000; color: #fff; }
.pv-qty { display: inline-flex; border: 1px solid #e6e5e5; margin-bottom: 2.4rem; }
.pv-qty button { border: none; background: none; font-size: 1.8rem; width: 4.4rem; height: 4.4rem; cursor: pointer; }
.pv-qty span { display: inline-flex; align-items: center; justify-content: center; width: 4.4rem; font-size: 1.5rem; }
.pv-buybox .capilum-btn { display: block; width: 100%; margin-bottom: 1.2rem; }
.pv-trust-list { list-style: none; padding: 0; margin: 2.4rem 0 0; font-size: 1.35rem; color: #424242; }
.pv-trust-list li { padding: 0.5rem 0; }
.pv-trust-list li::before { content: '✓'; color: #c9a961; font-weight: 700; margin-right: 1rem; }
.pv-pdp-desc { font-size: 1.5rem; color: #424242; margin: 2.8rem 0 0; border-top: 1px solid #e6e5e5; padding-top: 2.4rem; }
.pv-pdp-accordions { margin-top: 2.4rem; }
.pv-pdp-accordions details { border-top: 1px solid #e6e5e5; padding: 1.8rem 0; }
.pv-pdp-accordions details:last-child { border-bottom: 1px solid #e6e5e5; }
.pv-pdp-accordions summary { font-weight: 600; font-size: 1.4rem; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
.pv-pdp-accordions summary::after { content: '+'; color: #c9a961; }
.pv-pdp-accordions details[open] summary::after { content: '–'; }
.pv-pdp-accordions p, .pv-pdp-accordions li { font-size: 1.45rem; color: #424242; }
.pv-related { padding: 0 0 9.6rem; }
