/* Family colors follow the red and blue packaging, without changing global branding. */
.product-catalog, .product-landing, .product-card { --line-color: #c53030; --line-tint: #fff9f1; }
.product-catalog[data-line="rebozadores"], .product-landing[data-line="rebozadores"], .product-card[data-line="rebozadores"] { --line-color: #155b98; --line-tint: #f0f6fc; }
.product-catalog .catalog-hero h1 .catalog-title-red { color: #c53030; }
.product-catalog .catalog-hero h1 .catalog-title-blue { color: #155b98; }
.catalog-hero-duo { position: absolute; inset: 0 0 0 auto; width: 56%; display: grid; grid-template-rows: 1fr 1fr; z-index: -2; }
.catalog-hero-duo img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: right 60%; }
.pack-sizes, .catalog-filters, .product-size-picker { display: flex; flex-wrap: wrap; gap: 12px; }
.product-catalog .catalog-hero { position: relative; isolation: isolate; overflow: hidden; background: #fff9f1; min-height: 460px; display: grid; align-items: center; }
.catalog-hero-photo { position: absolute; right: 0; top: 0; width: 65%; height: 100%; object-fit: cover; object-position: right center; z-index: -2; }
.catalog-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#fff9f1 0%,#fff9f1 32%,rgba(255,249,241,.96) 42%,rgba(255,249,241,.15) 65%,transparent 75%); }
.product-catalog .catalog-hero h1 { font-size: clamp(40px,4.8vw,72px); line-height: 1.15; max-width: 62%; }
.catalog-hero .container > p:not(.eyebrow) { margin: 30px 0 0; max-width: 48%; }
@media(max-width:768px) {
 .product-catalog .catalog-hero { display: block; min-height: 0; padding-top: calc(var(--header-height, 80px) + 32px); padding-bottom: 0; }
 .product-catalog .catalog-hero h1 { font-size: clamp(32px,7.8vw,55px); max-width: 100%; }
 .catalog-hero .container > p:not(.eyebrow) { max-width: 100%; }
 .catalog-hero .container { position: relative; padding-bottom: 28px; }
 .catalog-hero-photo { position: relative; width: 100%; height: clamp(240px,55vw,380px); object-position: right 65%; z-index: auto; display: block; }
 .catalog-hero::before { content: none; }
 .product-catalog .catalog-hero { display: flex; flex-direction: column; }
 .catalog-hero .container { order: -1; }
}
.pack-sizes { margin-top: 28px; }
.pack-sizes span { background: #fff; border: 1px solid #e6a15c; border-radius: 12px; padding: 12px 22px; color: #c53030; font-family: 'Archivo Black', sans-serif; font-size: 30px; }
.pack-sizes small { font: 700 15px Manrope, sans-serif; }
.catalog-body { padding-block: 48px 0; }
.catalog-filters a, .product-size-picker a { padding: 12px 24px; border: 1px solid var(--line-color); border-radius: 7px; color: var(--line-color); font-weight: 800; text-align: center; }
.catalog-filters a[aria-current], .product-size-picker a[aria-current] { background: var(--line-color); color: #fff; }
.catalog-filters a:hover, .product-size-picker a:hover { box-shadow: 0 0 0 2px #e6a15c; }
.catalog-count { color: #666; font-size: 14px; margin: 24px 0; }
.product-catalog .product-archive-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; padding: 0; }
.product-catalog .product-card-media { position: relative; height: 330px; padding: 24px; background: var(--line-tint); }
.product-catalog .product-card-media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: normal; }
.product-weight { position: absolute; top: 18px; right: 18px; background: var(--line-color); color: #fff; padding: 10px 15px; border-radius: 8px; font-weight: 800; }
.product-catalog .product-card-copy { padding: 24px; }
.product-catalog .product-card-copy h2 { font-size: 23px; margin: 8px 0 18px; }
.product-card-action { display: flex; align-items: center; gap: 12px; color: var(--line-color); font-weight: 800; font-size: 14px; }
.product-catalog .product-card .eyebrow, .product-landing .product-detail-copy .eyebrow, .product-catalog .catalog-hero .eyebrow { color: var(--line-color); }
.product-landing[data-line="rebozadores"] .product-detail-media { background: var(--line-tint); }
.product-landing[data-line="rebozadores"] .product-detail-copy .button-primary { background: var(--line-color); border-color: var(--line-color); color: #fff; }
.product-landing[data-line="rebozadores"] .product-detail-copy .button-primary:hover { background: #104675; border-color: #104675; }
.catalog-filters a:focus-visible, .product-size-picker a:focus-visible { outline: 3px solid var(--line-color); outline-offset: 4px; }
.product-card-action svg { width: 20px; height: 20px; }
.category-product-overlay { flex-wrap: wrap; }
.category-sizes { display: block; width: 100%; color: #fff; font: 700 15px Manrope,sans-serif; margin-top: 10px; }
.category-product-overlay .circle-arrow { position: absolute; right: 30px; bottom: 30px; }
.product-breadcrumb { padding-top: 28px; font-size: 14px; color: #666; }
.product-landing .product-detail { padding-block: 40px 72px; gap: clamp(32px,6vw,88px); }
.product-landing .product-detail > * { min-width: 0; }
.product-landing .product-detail-media { background: #fff9f1; padding: 32px; }
.product-landing .product-detail-media img { width: 100%; height: 470px; object-fit: contain; mix-blend-mode: normal; }
.product-landing .product-detail-copy h1 { font-size: clamp(36px,4.5vw,64px); line-height: 1.12; }
.product-landing .lead { font-size: 17px; line-height: 1.7; margin-block: 24px; }
.size-label { font-weight: 800; }
.product-size-picker { margin: 12px 0 28px; }
.quote-note { font-size: 13px; color: #666; margin-top: 14px; }
.product-audiences { background: #fff9f1; }
.product-uses { background: var(--line-tint); text-align: center; }
.product-landing .product-uses h2 { margin: 0 0 38px; }
.product-uses h2 .brand-underline { color: var(--line-color); }
.product-uses-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; max-width: 1040px; margin: 0 auto; padding: 0; list-style: none; }
.product-uses-grid li { min-width: 0; }
.product-uses-grid img { width: clamp(140px,17vw,210px); height: clamp(140px,17vw,210px); display: block; object-fit: contain; margin: 0 auto 20px; transition: transform .25s ease; }
.product-uses-grid li:hover img { transform: translateY(-6px) rotate(-2deg); }
.product-uses-grid h3 { margin: 0; font-size: clamp(17px,1.7vw,23px); line-height: 1.3; }
@media(max-width:600px) { .product-uses-grid { grid-template-columns: 1fr; gap: 30px; } .product-uses-grid img { width: 164px; height: 164px; margin-bottom: 10px; } }
@media(prefers-reduced-motion:reduce) { .product-uses-grid img { transition: none; } .product-uses-grid li:hover img { transform: none; } }
.product-audiences .section-heading { text-align: center; margin: 0 auto 40px; }
.product-landing h2 { font-size: clamp(30px,3.6vw,48px); line-height: 1.2; }
.product-audience-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; text-align: center; }
.product-audience-icon { display: block; width: 132px; height: 132px; margin: 0 auto 20px; background: #fff9f1; isolation: isolate; }
.product-audience-grid .product-audience-icon img { display: block; width: 100%; height: 100%; object-fit: contain; margin: 0; mix-blend-mode: multiply; }
.product-audience-grid h3 { font-size: 19px; }
.product-audience-grid p { font-size: 14px; color: #666; }
.product-technical { padding-block: 40px; }
.product-technical details { border-block: 1px solid #eadfce; padding-block: 24px; }
.product-technical summary { cursor: pointer; font-weight: 800; }
.product-technical .prose { padding-block: 20px 0; }
.product-quote { text-align: center; }
.product-quote h2 { margin-top: 0; }
.product-quote p:not(.eyebrow) { margin: 28px auto; max-width: 550px; }
.quote-selection { grid-column: 1/-1; border-left: 4px solid #c53030; background: #fff9f1; padding: 24px; }
.quote-selection h2 { font-size: 28px; margin: 8px 0; }
@media(max-width:900px) { .product-catalog .product-archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .product-audience-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:600px) {
 .product-catalog .product-archive-grid { grid-template-columns: 1fr; }
 .product-catalog .product-card-media { height: 300px; }
 .pack-sizes span { padding: 10px 16px; font-size: 25px; }
 .catalog-filters { gap: 8px; } .catalog-filters a { padding: 12px 14px; font-size: 13px; }
 .product-landing .product-detail { grid-template-columns: 1fr; padding-block: 24px 56px; gap: 28px; }
 .product-landing .product-detail-media img { height: 310px; }
 .product-landing .product-detail-media { padding: 20px; }
 .product-landing .button { max-width: 100%; white-space: normal; font-size: 11px; padding-inline: 18px; }
 .product-audience-grid { gap: 28px 16px; } .product-audience-grid h3 { font-size: 16px; }
 .product-audience-icon { width: 108px; height: 108px; }
 .category-sizes { font-size: 13px; } .category-product-overlay .circle-arrow { right: 20px; bottom: 25px; }
}
@media(max-width:768px) {
 .catalog-hero-duo { position: relative; width: 100%; height: 280px; grid-template-rows: 1fr; grid-template-columns: 1fr 1fr; z-index: auto; }
 .catalog-hero-duo img { object-position: 75% center; }
 .product-catalog .catalog-hero h1 { overflow-wrap: normal; font-size: clamp(29px,7.6vw,55px); }
}
