/*
Theme Name: 88Bag
Theme URI: https://88bag.com.mx/
Author: cloudstudio
Description: Ecommerce B2B/B2C para 88Bag.
Version: 2.9.9
Text Domain: bag88
Requires at least: 6.7
Requires PHP: 8.2
*/

:root {
  --bag-green: #176b21;
  --bag-green-dark: #103f19;
  --bag-green-soft: #edf5e8;
  --bag-black: #151917;
  --bag-white: #ffffff;
  --bag-cream: #f8f7f1;
  --bag-border: #e4e8df;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --green: var(--bag-green);
  --green-dark: var(--bag-green-dark);
  --green-deep: #0c2e15;
  --green-soft: var(--bag-green-soft);
  --cream: var(--bag-cream);
  --cream-dark: #eeeadd;
  --ink: var(--bag-black);
  --muted: #697068;
  --line: var(--bag-border);
  --white: var(--bag-white);
  --radius: 18px;
  --shadow: 0 18px 50px rgba(29, 57, 25, .09);
  --content: min(1400px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 15px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
.container { width: var(--content); margin-inline: auto; }
.site-main { min-height: 62vh; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--green-dark); font-size: .73rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.eyebrow .icon { width: 17px; height: 17px; }
.button, button.button, input.button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid var(--green); border-radius: 12px; background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff; font-weight: 750; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, button.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { transform: translateY(-2px); background: var(--green-dark); color: #fff; box-shadow: 0 10px 24px rgba(38,132,20,.18); }
.button .icon { width: 17px; height: 17px; }
.button--outline, .woocommerce .button--outline { border-color: #a9b9a3; background: #fff; color: var(--green-dark); box-shadow: none; }
.button--outline:hover { border-color: var(--green); background: var(--green-soft); color: var(--green-dark); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.header-grid { display: grid; min-height: 86px; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; color: var(--green); font-size: 1.45rem; font-weight: 950; letter-spacing: -.065em; line-height: .8; }
.brand__88 { display: block; margin-right: 3px; font-size: 1.5em; }
.brand img { width: auto; max-width: 92px; max-height: 58px; object-fit: contain; }
.primary-nav { justify-self: center; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(15px, 1.6vw, 27px); margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; font-size: .82rem; font-weight: 720; white-space: nowrap; }
.primary-nav a::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; border-radius: 2px; background: var(--green); content: ""; transform: scaleX(0); transition: transform .2s; }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after { transform: scaleX(1); }
.primary-nav .nav-icon, .nav-extras { display: none; }
.header-tools { display: flex; align-items: center; gap: 11px; }
.header-search { position: relative; width: 225px; }
.header-search input[type="search"] { width: 100%; height: 44px; padding: 0 45px 0 17px; border: 1px solid var(--line); border-radius: 999px; outline: none; background: #fafbf9; font-size: .78rem; }
.header-search input:focus { border-color: var(--green); background: #fff; }
.header-search button { position: absolute; top: 4px; right: 4px; display: grid; width: 36px; height: 36px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--green-dark); }
.header-search .icon { width: 18px; height: 18px; }
.whatsapp-link { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: .72rem; font-weight: 750; line-height: 1.18; white-space: nowrap; }
.whatsapp-link .icon { color: var(--green); }
.whatsapp-link small { display: block; font-size: .62rem; }
.header-quote { min-height: 44px; padding-inline: 18px; border-radius: 999px; font-size: .75rem; }
.header-action { position: relative; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--green-dark); }
.header-action > span { position: absolute; top: -4px; right: -3px; display: grid; min-width: 19px; height: 19px; place-items: center; padding-inline: 4px; border-radius: 10px; background: var(--green); color: #fff; font-size: .62rem; }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); content: ""; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

/* Home hero */
.home-hero { overflow: hidden; background: radial-gradient(circle at 78% 48%, #f2f7eb 0 19%, transparent 40%), linear-gradient(112deg, #fff 0 56%, #fbf8ef 100%); }
.home-hero__grid { display: grid; min-height: 650px; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 34px; padding-block: 54px 68px; }
.home-hero__copy { position: relative; z-index: 3; }
.home-hero h1 { max-width: 680px; margin: 0; font-size: clamp(3.2rem, 5.6vw, 6.2rem); font-weight: 850; letter-spacing: -.065em; line-height: .94; }
.home-hero h1 strong { display: block; color: var(--green-dark); font-weight: inherit; }
.hero-lead { max-width: 590px; margin: 25px 0 28px; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.social-proof { display: flex; align-items: center; gap: 14px; margin-top: 30px; color: var(--muted); font-size: .72rem; }
.social-proof strong { color: var(--ink); }
.social-proof b { color: #f5b719; letter-spacing: .08em; }
.proof-faces { display: flex; padding-left: 9px; }
.proof-faces i { display: grid; width: 31px; height: 31px; place-items: center; margin-left: -9px; border: 2px solid #fff; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-size: .58rem; font-style: normal; font-weight: 900; }
.home-hero__visual { position: relative; min-height: 540px; }
.hero-orbit { position: absolute; inset: 3% 7% 10% 11%; border-radius: 50% 44% 48% 42%; background: radial-gradient(circle at 45% 40%, #fff 0 16%, #eff4e6 55%, #e4eddb 100%); }
.hero-pedestal { position: absolute; right: 10%; bottom: 4%; width: 70%; height: 24%; border-radius: 50%; background: linear-gradient(#fff, #e7e1d3); box-shadow: 0 23px 40px rgba(77,66,45,.13); }
.hero-bag { position: absolute; z-index: 2; object-fit: contain; filter: drop-shadow(0 20px 24px rgba(31,54,25,.13)); }
.hero-bag--main { right: 20%; bottom: 11%; width: 52%; height: 74%; mix-blend-mode: multiply; }
.hero-bag--one { top: 5%; left: 11%; width: 24%; height: 29%; transform: rotate(-8deg); mix-blend-mode: multiply; }
.hero-bag--two { top: 2%; right: 2%; width: 23%; height: 27%; transform: rotate(7deg); mix-blend-mode: multiply; }
.hero-bag--three { right: 0; bottom: 16%; width: 24%; height: 31%; transform: rotate(6deg); mix-blend-mode: multiply; }
.hero-bag--four { bottom: 8%; left: 3%; width: 23%; height: 28%; transform: rotate(-7deg); mix-blend-mode: multiply; }
.decor-leaf { position: absolute; z-index: 1; color: #65a848; font-size: 27px; transform: rotate(22deg) scaleX(.55); }
.decor-leaf--one { top: 30%; left: 6%; }.decor-leaf--two { right: 7%; bottom: 8%; transform: rotate(-25deg) scaleX(.55); }
.benefits-overlap { position: relative; z-index: 6; margin-top: -28px; }
.benefit-bar { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.97); box-shadow: 0 14px 38px rgba(29,57,25,.08); }
.benefit-item { display: flex; min-height: 96px; align-items: center; gap: 13px; padding: 18px 22px; border-right: 1px solid var(--line); }
.benefit-item:last-child { border-right: 0; }
.benefit-item > span { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); }
.benefit-item strong, .benefit-item small { display: block; }
.benefit-item strong { font-size: .78rem; }.benefit-item small { margin-top: 2px; color: var(--muted); font-size: .67rem; }

/* Home sections */
.home-section { padding-block: 54px; }
.compact-section { padding-top: 72px; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 25px; }
.section-head h2 { margin: 0; font-size: clamp(1.8rem, 2.8vw, 2.55rem); letter-spacing: -.045em; line-height: 1; }
.section-head > a { display: flex; align-items: center; gap: 8px; color: var(--green-dark); font-size: .76rem; font-weight: 750; }
.section-head > a .icon { width: 16px; height: 16px; }
.home-categories { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.home-category { position: relative; min-height: 250px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--green-soft); }
.home-category::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(11,28,12,.82)); content: ""; }
.home-category img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.home-category:hover img { transform: scale(1.05); }
.home-category > div { position: absolute; z-index: 2; right: 18px; bottom: 16px; left: 18px; color: #fff; }
.home-category h3 { margin: 0; font-size: 1.14rem; line-height: 1.08; }.home-category p { margin: 5px 0 10px; color: rgba(255,255,255,.72); font-size: .67rem; }.home-category span { display: flex; align-items: center; gap: 5px; font-size: .68rem; font-weight: 750; }.home-category span .icon { width: 14px; height: 14px; }
.products-home { background: #fbfcf9; }
.featured-grid, .catalog-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 15px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card__image { display: block; overflow: hidden; background: #fbfbf8; }
.product-card__image img { width: 100%; aspect-ratio: 1 / 1.04; object-fit: contain; transition: transform .4s ease; mix-blend-mode: multiply; }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.product-card { display: flex; flex-direction: column; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 13px 14px 15px; }
.product-card__body .product-card__link { margin-top: auto; }
.product-card h3 { min-height: 2.5em; margin: 0 0 4px; font-size: .79rem; line-height: 1.25; }
.product-card__meta { color: var(--green-dark); font-size: .74rem; font-weight: 800; }.product-card__meta:empty { display: none; }.product-card__meta small, .product-card__meta .price-prefix { font-size: .65rem; }
.loop-package-price { display: block; }.loop-package-price strong { display: block; color: var(--green-dark); font-size: .82rem; letter-spacing: -.02em; }.loop-package-price strong .amount { font: inherit; }.loop-package-price small { display: block; margin-top: 2px; color: var(--muted); font-size: .62rem; font-weight: 700; }
.product-card p { margin: 2px 0 11px; color: var(--muted); font-size: .64rem; }
.product-card__link { display: flex; align-items: center; justify-content: space-between; padding-top: 9px; border-top: 1px solid var(--line); color: var(--green-dark); font-size: .67rem; font-weight: 750; }.product-card__link .icon { width: 15px; height: 15px; }
.process-home { padding-top: 42px; }
.process-band { padding: clamp(26px, 4vw, 50px); border-radius: 24px; background: var(--cream); }
.process-band .section-head { margin-bottom: 26px; }
.section-sub { max-width: 520px; margin: 10px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.process-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.process-card { position: relative; display: grid; min-height: 150px; grid-template-columns: 44px 1fr; align-items: start; gap: 14px; padding: 24px 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.process-card > b { position: absolute; top: 12px; right: 15px; color: #bfd1ba; font-size: 1.35rem; font-weight: 900; letter-spacing: -.04em; }
.process-card > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: var(--green-soft); color: var(--green); }.process-card > span .icon { width: 24px; height: 24px; stroke-width: 1.5; }
.process-card h3 { margin: 2px 0 6px; font-size: .88rem; }.process-card p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.55; }
.industries { padding-top: 35px; }
.industry-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.industry-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.industry-card:hover { border-color: #b8c9b0; box-shadow: 0 14px 32px rgba(24,55,25,.1); transform: translateY(-3px); }
.industry-card figure { display: grid; aspect-ratio: 1.15 / 1; margin: 0; place-items: center; background: linear-gradient(160deg, #f2f5ea, #faf7ef); }
.industry-card figure img { max-width: 78%; max-height: 82%; object-fit: contain; mix-blend-mode: multiply; transition: transform .3s ease; }
.industry-card:hover figure img { transform: scale(1.05); }
.industry-card > div { padding: 14px 15px 16px; }
.industry-card h3 { margin: 0; font-size: .84rem; }
.industry-card p { margin: 3px 0 0; color: var(--muted); font-size: .66rem; }
.industry-card span { display: inline-flex; align-items: center; gap: 5px; margin-top: 9px; color: var(--green-dark); font-size: .62rem; font-weight: 800; }
.industry-card span .icon { width: 13px; height: 13px; transition: transform .2s ease; }
.industry-card:hover span .icon { transform: translateX(3px); }
.quote-home { padding-top: 48px; }
.quote-panel { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid #dbe4d4; border-radius: 24px; background: linear-gradient(125deg, #ecf3df, #f9f8f2); }
.quote-panel__copy { padding: clamp(32px, 4vw, 58px); background: radial-gradient(circle at 4% 100%, rgba(38,132,20,.2), transparent 36%); }
.quote-panel__copy h2 { max-width: 520px; margin: 0 0 16px; color: var(--green-deep); font-size: clamp(2rem, 3.4vw, 3.6rem); letter-spacing: -.055em; line-height: .98; }.quote-panel__copy > p:not(.eyebrow) { max-width: 480px; color: var(--muted); }.quote-panel__copy ul { display: flex; flex-wrap: wrap; gap: 18px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--green-dark); font-size: .72rem; font-weight: 700; }.quote-panel__copy li { display: flex; align-items: center; gap: 7px; }.quote-panel__copy li .icon { width: 18px; height: 18px; }
.quote-panel__form { padding: 24px; align-self: center; }
.quote-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; padding: 25px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 12px 30px rgba(33,60,28,.07); }
.quote-form p { margin: 0; }.quote-form label { display: block; margin-bottom: 4px; color: var(--muted); font-size: .62rem; font-weight: 750; }.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 42px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; background: #fff; font-size: .74rem; }.quote-form textarea { min-height: 84px; resize: vertical; }.quote-form .span-2 { grid-column: span 2; }.quote-form .button { width: 100%; min-height: 44px; }

/* Catalog */
.catalog-hero { overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(106deg, #fff 0 48%, #f7f4eb 100%); }
.catalog-hero__grid { display: grid; min-height: 325px; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 35px; }
.catalog-hero h1 { max-width: 630px; margin: 0; color: var(--green-dark); font-size: clamp(3rem, 5vw, 5.2rem); letter-spacing: -.06em; line-height: .95; }.catalog-hero h1::first-line { color: var(--ink); }.catalog-hero__grid > div:first-child > p:last-child { max-width: 560px; color: var(--muted); font-size: 1rem; }
.breadcrumbs .woocommerce-breadcrumb { margin: 0 0 20px; color: var(--muted); font-size: .68rem; }.breadcrumbs .woocommerce-breadcrumb a { color: var(--ink); }
.catalog-hero__visual { position: relative; min-height: 325px; }.catalog-sun { position: absolute; top: -25%; left: 7%; width: 52%; aspect-ratio: 1; border-radius: 50%; background: #eff3e5; }.catalog-hero__visual > img { position: absolute; z-index: 1; bottom: -8%; left: 14%; width: 43%; height: 106%; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 17px 20px rgba(35,61,30,.12)); }.catalog-hero__visual ul { position: absolute; z-index: 2; top: 40px; right: 0; width: 39%; margin: 0; padding: 14px 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.9); list-style: none; box-shadow: var(--shadow); }.catalog-hero__visual li { display: flex; align-items: center; gap: 12px; padding: 12px 2px; border-bottom: 1px solid var(--line); color: var(--green); }.catalog-hero__visual li:last-child { border: 0; }.catalog-hero__visual li span { color: var(--muted); font-size: .66rem; }.catalog-hero__visual li strong { display: block; color: var(--green-dark); font-size: .74rem; }
.catalog-layout { display: grid; grid-template-columns: 235px 1fr; gap: 45px; padding-block: 46px 64px; }
.catalog-sidebar { align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.filter-group { padding: 4px 0 22px; border-bottom: 1px solid var(--line); margin-bottom: 20px; }.filter-group h2, .sidebar-quote h2 { margin: 0 0 13px; font-size: .88rem; }.category-filter { margin: 0; padding: 0; list-style: none; }.category-filter li { margin: 4px 0; }.category-filter a { display: flex; justify-content: space-between; padding: 6px 0 6px 14px; color: var(--muted); font-size: .72rem; }.category-filter a::before { position: absolute; margin: 5px 0 0 -13px; border: 3px solid transparent; border-left-color: #9ba398; content: ""; }.category-filter .is-active a { color: var(--green); font-weight: 800; }.category-filter .is-active a::before { border-left-color: var(--green); }.filter-check { display: flex; align-items: center; gap: 9px; margin: 9px 0; color: var(--muted); font-size: .7rem; }.filter-check i { width: 14px; height: 14px; border: 1px solid #cdd2ca; border-radius: 3px; }.filter-check.is-active { color: var(--green-dark); font-weight: 800; }.filter-check.is-active i { border-color: var(--green); background: var(--green); box-shadow: inset 0 0 0 3px #fff; }.color-filter { display: flex; flex-wrap: wrap; gap: 8px; }.color-filter a { width: 19px; height: 19px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #d4d8d1; transition: transform .15s ease, box-shadow .15s ease; }.color-filter a:hover { transform: scale(1.14); }.color-filter a.is-active { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--green-dark); transform: scale(1.08); }.color--negro{background:#111}.color--blanco{background:#fff}.color--rojo{background:#dc2727}.color--rosa{background:#e86a9c}.color--morado{background:#6c3aa0}.color--naranja{background:#ef7c21}.color--amarillo{background:#f1c82d}.color--verde{background:#22852b}.color--azul{background:#248cbd}.color--marino{background:#224b8b}
.sidebar-quote { padding: 20px; border-radius: 14px; background: linear-gradient(145deg, var(--green-soft), #f8f7ef); }.sidebar-quote > .icon { color: var(--green); }.sidebar-quote h2 { margin-top: 12px; color: var(--green-dark); }.sidebar-quote p { color: var(--muted); font-size: .7rem; }.sidebar-quote .button { width: 100%; min-height: 40px; padding: 0 10px; font-size: .62rem; }
.filter-toggle { display: none; width: 100%; align-items: center; justify-content: center; gap: 9px; min-height: 46px; margin-bottom: 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--green-dark); font-size: .7rem; font-weight: 800; }
.filter-toggle .icon { width: 17px; height: 17px; }
.filter-toggle[aria-expanded="true"] { border-color: var(--green-dark); background: var(--green-soft); }
.catalog-grid .product-card { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.catalog-grid .product-card:hover { border-color: #b8c9b0; box-shadow: 0 14px 32px rgba(24,55,25,.1); transform: translateY(-3px); }
.catalog-grid .product-card__image { display: grid; place-items: center; aspect-ratio: 1.05 / 1; border-bottom: 1px solid #eef0e8; background: #f7f8f3; }
.catalog-grid .product-card__image img { max-width: 88%; max-height: 90%; width: auto; aspect-ratio: auto; object-fit: contain; }
.catalog-cta { padding: 0 0 64px; }
.catalog-cta__panel { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 30px; padding: clamp(34px, 4vw, 54px); border-radius: 24px; background: linear-gradient(120deg, #0b2d15, #0c3117 62%, #123f1e); color: #fff; }
.catalog-cta__panel .eyebrow { color: #b8d4af; }
.catalog-cta__panel h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 2.8vw, 2.9rem); letter-spacing: -.05em; line-height: .96; }
.catalog-cta__panel > div > p:last-child { max-width: 460px; margin: 0; color: #cfdcc9; font-size: .78rem; line-height: 1.6; }
.catalog-cta__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px 20px; }
.catalog-cta__actions a.button--cream, .woocommerce .catalog-cta__actions a.button--cream { border-color: #f4efdf; background: #f4efdf; color: #0b2d15; }
.catalog-cta__wa { display: inline-flex; align-items: center; gap: 8px; color: #d9e6d2; font-size: .72rem; font-weight: 800; }
.catalog-cta__wa .icon { width: 18px; height: 18px; color: #7fc86f; }
.catalog-cta__wa:hover { color: #fff; }
.catalog-products { min-width: 0; }.catalog-products .woocommerce-result-count { margin: 12px 0 25px; color: var(--muted); font-size: .7rem; }.catalog-products .woocommerce-ordering { margin: 0 0 22px; }.catalog-products .woocommerce-ordering select { min-height: 42px; padding: 0 34px 0 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--muted); font-size: .7rem; }.catalog-grid { clear: both; grid-template-columns: repeat(4, 1fr); gap: 16px; }.catalog-grid .product-card h3 { font-size: .76rem; }.catalog-trust { padding: 0 0 55px; }.catalog-trust .benefit-bar { grid-template-columns: repeat(4, 1fr); }
.woocommerce nav.woocommerce-pagination { margin-top: 35px; }.woocommerce nav.woocommerce-pagination ul { border: 0; }.woocommerce nav.woocommerce-pagination ul li { margin: 0 4px; border: 0; }.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; }.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--green); color: #fff; }

/* Product */
.product-page { padding-block: 30px 72px; }.product-breadcrumb .woocommerce-breadcrumb { margin: 0 0 25px; color: var(--muted); font-size: .7rem; }.product-breadcrumb a { color: var(--ink); }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: clamp(34px, 5vw, 76px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; margin-bottom: 0; }.woocommerce div.product div.images { display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 16px; align-self: start; }.woocommerce div.product div.images .flex-viewport, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper { grid-column: 2; grid-row: 1; border: 1px solid var(--line); border-radius: 18px; background: #f9f8f3; }.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper { border: 0; }.woocommerce div.product div.images img { width: 100%; object-fit: contain; mix-blend-mode: multiply; }.woocommerce div.product div.images .flex-control-thumbs { display: flex; grid-column: 1; grid-row: 1; flex-direction: column; gap: 11px; margin: 0; }.woocommerce div.product div.images .flex-control-thumbs li { float: none; width: 100%; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: #faf9f5; }.woocommerce div.product div.images .flex-control-thumbs li img { border-radius: 9px; opacity: .68; }.woocommerce div.product div.images .flex-control-thumbs li img.flex-active { outline: 2px solid var(--green); outline-offset: 1px; opacity: 1; }
.product-badges { display: flex; gap: 8px; margin-bottom: 15px; }.product-badges span { padding: 7px 13px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: .66rem; font-weight: 750; }.product-badges span:first-child { background: var(--green); color: #fff; }
.woocommerce div.product .product_title { margin: 0 0 10px; font-size: clamp(2.3rem, 3.7vw, 4.3rem); font-weight: 850; letter-spacing: -.055em; line-height: .97; }.woocommerce-product-details__short-description { color: var(--muted); font-size: .92rem; }.woocommerce div.product p.price { margin: 8px 0; color: var(--green-dark); font-size: 1.3rem; font-weight: 850; }
.product-specs { display: grid; grid-template-columns: 1fr 1fr; margin: 22px 0 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.product-spec { display: grid; grid-template-columns: 31px 1fr; padding: 13px 6px; }.product-spec > span { grid-row: span 2; color: var(--green); }.product-spec > span .icon { width: 21px; height: 21px; }.product-spec small { color: var(--muted); font-size: .6rem; font-weight: 650; }.product-spec strong { font-size: .72rem; }
.product-colors { display: flex; align-items: center; gap: 12px; margin: 13px 0 20px; font-size: .72rem; }.product-colors > div { display: flex; gap: 6px; }.product-colors span { width: 19px; height: 19px; border: 2px solid #fff; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 1px #cfd4cd; }.product-colors small { color: var(--green-dark); }
.package-pricing { margin: 18px 0; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.package-pricing__head strong, .package-pricing__head small { display: block; }.package-pricing__head strong { font-size: .94rem; }.package-pricing__head small { color: var(--muted); font-size: .65rem; }.package-note { margin: 9px 0 0; color: var(--muted); font-size: .58rem; }
.woocommerce div.product form.cart { display: grid; grid-template-columns: 90px 1fr; gap: 10px; margin: 15px 0 8px; padding: 0; }.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after { display: none; }.print-option { grid-column: 1 / -1; padding: 12px; border-radius: 10px; background: var(--green-soft); }.print-option label { display: block; margin-bottom: 5px; color: var(--green-dark); font-size: .65rem; font-weight: 750; }.print-option select { width: 100%; min-height: 42px; padding-inline: 10px; border: 1px solid #cddcc8; border-radius: 8px; background: #fff; }.woocommerce .quantity .qty { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 10px; }.woocommerce div.product form.cart .button { width: 100%; min-height: 48px; border-radius: 10px; }.quote-actions { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9px; margin: 9px 0 18px; }.quote-actions .button { min-height: 48px; padding-inline: 10px; font-size: .68rem; }.quote-whatsapp::before { width: 16px; height: 16px; content: "◉"; }
.product_meta { padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: .65rem; }.product_meta > span { display: block; }.product-detail-cards { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 42px; }.product-detail-cards article { padding: 24px; border: 1px solid var(--line); border-radius: 15px; }.product-detail-cards article > span { color: var(--green); }.product-detail-cards article h2 { margin: 12px 0 10px; font-size: .92rem; }.product-detail-cards article p { color: var(--muted); font-size: .7rem; }.product-detail-cards article a { color: var(--green-dark); font-size: .68rem; font-weight: 750; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1 / -1; }.woocommerce div.product .woocommerce-tabs { margin-top: 22px; }.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--line); }.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; background: transparent; }.woocommerce div.product .related { margin-top: 35px; }.woocommerce div.product .related > h2 { margin: 0 0 22px; font-size: 1.8rem; letter-spacing: -.04em; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; }.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }.woocommerce ul.products li.product { display: flex; flex-direction: column; float: none; width: auto; margin: 0; padding: 0 0 16px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; }.woocommerce ul.products li.product a img { aspect-ratio: 1; margin: 0 0 12px; object-fit: contain; mix-blend-mode: multiply; }.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price { padding: 0 13px; }.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: .78rem; }.woocommerce ul.products li.product .price { color: var(--green-dark); font-size: .72rem; }.woocommerce ul.products li.product .button { display: flex; align-items: center; justify-content: center; min-height: 38px; margin: auto 13px 0; padding-inline: 12px; font-size: .62rem; text-align: center; }


/* General Woo + content */
.site-content { padding-block: 56px 82px; }.page-header { padding: 65px 0 50px; background: linear-gradient(120deg, var(--green-soft), var(--cream)); }.page-header h1 { max-width: 900px; margin: 0; font-size: clamp(2.7rem, 5vw, 5.2rem); letter-spacing: -.06em; line-height: .98; }.entry-content { max-width: 900px; margin-inline: auto; }.entry-content h2, .entry-content h3 { letter-spacing: -.035em; }.entry-content a { color: var(--green-dark); text-decoration: underline; }.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--green); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }.woocommerce-message::before, .woocommerce-info::before { color: var(--green); }.woocommerce table.shop_table { border-color: var(--line); border-radius: 13px; }.woocommerce-cart table.cart img { width: 82px; border-radius: 9px; }.notice-success { padding: 14px; border-radius: 9px; background: var(--green-soft); color: var(--green-dark); }

/* Footer */
.site-footer { padding: 58px 0 18px; border-top: 1px solid var(--line); background: #f9faf7; }.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 55px; }.footer-brand { font-size: 1.45rem; }.footer-intro p { max-width: 310px; color: var(--muted); font-size: .72rem; }.footer-social { display: flex; gap: 8px; margin-top: 18px; }.footer-social a { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #cfd5cb; border-radius: 50%; color: var(--green-dark); font-size: .65rem; font-weight: 800; }.footer-title { margin: 0 0 13px; color: var(--ink); font-size: .72rem; }.footer-links { margin: 0; padding: 0; list-style: none; }.footer-links li { display: flex; align-items: center; gap: 6px; margin: 8px 0; color: var(--muted); font-size: .68rem; }.footer-links li .icon { width: 15px; height: 15px; color: var(--green); }.footer-links a:hover { color: var(--green); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 16px; border-top: 1px solid var(--line); color: #8a9187; font-size: .62rem; }

@media (max-width: 1240px) {
  .header-search { display: none; }
  .featured-grid { grid-template-columns: repeat(3, 1fr); }
  .home-categories { grid-template-columns: repeat(3, 1fr); }
  .home-category:nth-child(4), .home-category:nth-child(5) { min-height: 220px; }
  .catalog-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1020px) {
  :root { --content: min(100% - 40px, 1400px); }
  .header-grid { min-height: 72px; grid-template-columns: auto 1fr; }
  .primary-nav { position: fixed; z-index: 80; top: 73px; right: 0; left: 0; height: calc(100vh - 73px); height: calc(100dvh - 73px); display: block; visibility: hidden; overflow-y: auto; justify-self: stretch; padding: 14px calc((100% - var(--content)) / 2) 34px; border-top: 1px solid var(--line); background: #fff; opacity: 0; transform: translateY(-10px); transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s; }
  .primary-nav.is-open { visibility: visible; opacity: 1; transform: none; transition: opacity .22s ease, transform .22s ease; }
  .primary-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav li { border-bottom: 1px solid var(--line); }
  .primary-nav ul a { display: flex; align-items: center; gap: 14px; padding: 15px 2px; font-size: 1rem; font-weight: 800; white-space: normal; }
  .primary-nav ul a::after { position: static; display: block; width: 8px; height: 8px; flex: 0 0 auto; margin-left: auto; border-top: 2px solid #b9c4b3; border-right: 2px solid #b9c4b3; border-radius: 1px; background: none; content: ""; transform: rotate(45deg); transition: none; }
  .primary-nav .nav-icon { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border-radius: 13px; background: var(--green-soft); color: var(--green); }
  .primary-nav .nav-icon .icon { width: 23px; height: 23px; stroke-width: 1.5; }
  .nav-extras { display: grid; gap: 16px; justify-items: start; margin-top: 24px; }
  .nav-extras .button { width: 100%; min-height: 52px; }
  .nav-extras__wa { display: inline-flex; align-items: center; gap: 9px; color: var(--green-dark); font-size: .82rem; font-weight: 800; }
  .nav-extras__wa .icon { width: 19px; height: 19px; color: #159343; }
  .nav-extras__note { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: .7rem; }
  .nav-extras__note .icon { width: 17px; height: 17px; color: var(--green); }
  .header-tools { justify-self: end; }.whatsapp-link span, .cart-link { display: none; }.menu-toggle { display: block; }
  .home-hero__grid { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; }.home-hero__copy { max-width: 760px; }.home-hero__visual { min-height: 530px; }.home-hero h1 { font-size: clamp(3.4rem, 9vw, 6rem); }
  .benefit-bar { grid-template-columns: repeat(3, 1fr); }.benefit-item:nth-child(3) { border-right: 0; }.benefit-item:nth-child(n+4) { border-top: 1px solid var(--line); }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }.quote-panel { grid-template-columns: 1fr; }
  .catalog-hero__grid { grid-template-columns: 1fr 1fr; }.catalog-layout { grid-template-columns: 205px 1fr; gap: 25px; }.catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .woocommerce div.product { grid-template-columns: 1fr; }.product-detail-cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  :root { --content: min(100% - 44px, 1400px); --radius: 15px; }
  .brand img { max-width: 72px; max-height: 47px; }.header-quote { display: none; }.whatsapp-link { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
  .home-hero__grid { padding-block: 48px 38px; }.home-hero h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }.hero-lead { font-size: .96rem; }.hero-actions .button { flex: 1; min-width: 145px; }.home-hero__visual { min-height: 365px; }.hero-bag--main { right: 15%; width: 60%; }.hero-bag--one, .hero-bag--two, .hero-bag--three, .hero-bag--four { width: 27%; }.benefits-overlap { margin-top: 0; }.benefit-bar { grid-template-columns: 1fr; padding: 0 15px; }.benefit-item { min-height: 75px; border-right: 0; border-bottom: 1px solid var(--line); }.benefit-item:nth-child(n+4) { border-top: 0; }.benefit-item:last-child { border-bottom: 0; }
  .section-head { align-items: flex-end; }.section-head h2 { font-size: 1.65rem; }.section-head > a { max-width: 115px; text-align: right; }.home-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.home-category { min-height: 220px; }.home-category:last-child { grid-column: 1/-1; }.featured-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }.product-card__body { padding: 11px; }.product-card h3 { font-size: .7rem; }.process-row { grid-template-columns: 1fr; }.industry-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.industry-card:last-child { grid-column: 1/-1; }.quote-panel__copy, .quote-panel__form { padding: 25px 20px; }.quote-form { grid-template-columns: 1fr; padding: 17px; }.quote-form .span-2 { grid-column: span 1; }
  .catalog-hero__grid { grid-template-columns: 1fr; padding-block: 40px 30px; gap: 0; }.catalog-hero h1 { font-size: 3.2rem; }.catalog-hero__visual { min-height: 195px; margin-top: 14px; }.catalog-hero__visual ul { display: none; }.catalog-sun { top: 4%; left: 22%; width: 56%; }.catalog-hero__visual > img { bottom: 0; left: 28%; width: 46%; height: 100%; }.catalog-layout { grid-template-columns: 1fr; padding-top: 20px; }
  .catalog-sidebar { display: none; order: -1; margin-bottom: 16px; }.catalog-layout.filters-open .catalog-sidebar { display: block; }
  .filter-toggle { display: flex; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }.catalog-trust .benefit-bar { grid-template-columns: 1fr; }
  .catalog-cta__panel { grid-template-columns: 1fr; gap: 20px; padding: 34px 24px; }.catalog-cta__actions { justify-content: flex-start; }
  .product-page { padding-top: 18px; }.woocommerce div.product div.images { grid-template-columns: 1fr; }.woocommerce div.product div.images .flex-viewport, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper { grid-column: 1; }.woocommerce div.product div.images .flex-control-thumbs { grid-column: 1; grid-row: 2; flex-direction: row; overflow-x: auto; }.woocommerce div.product div.images .flex-control-thumbs li { min-width: 62px; }.woocommerce div.product .product_title { font-size: 2.65rem; }.product-specs { grid-template-columns: 1fr; }.quote-actions { grid-template-columns: 1fr; }.product-detail-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }.product-detail-cards article { padding: 15px 13px; }.product-detail-cards article .icon { width: 21px; height: 21px; }.product-detail-cards article h2 { margin: 9px 0 6px; font-size: .74rem; }.product-detail-cards article p { font-size: .62rem; line-height: 1.5; }.product-detail-cards article a { font-size: .6rem; }.woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }.footer-intro { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
}

/* HOME 2026 — editorial commerce */
.home .site-header { transition: box-shadow .25s ease, background .25s ease; }.home .site-header .header-grid { transition: min-height .25s ease; }
.home .site-header.is-scrolled { background: rgba(255,255,255,.98); box-shadow: 0 8px 28px rgba(16,63,25,.055); }
.home .site-header.is-scrolled .header-grid { min-height: 70px; }
.home .home-hero { background: linear-gradient(104deg, #fff 0 47%, #f8f7f1 47% 100%); }
.home .home-hero__grid { min-height: clamp(720px, 76vh, 820px); grid-template-columns: minmax(0, 45fr) minmax(0, 55fr); gap: clamp(30px, 4vw, 76px); padding-block: 56px 78px; }
.home .home-hero__copy { max-width: 660px; }
.home .home-hero h1 { margin: 0; font-size: clamp(4.5rem, 6.25vw, 7rem); font-weight: 850; letter-spacing: -.072em; line-height: .83; }
.home .home-hero h1 strong { color: var(--bag-green); font-weight: inherit; }
.home .hero-lead { margin: 30px 0; color: #5f675f; font-size: clamp(1rem, 1.15vw, 1.18rem); line-height: 1.65; }
.home .home-hero__visual { position: relative; min-height: 650px; isolation: isolate; }
.home .hero-organic { position: absolute; z-index: -2; inset: 4% 4% 7% 9%; border-radius: 48% 52% 43% 57% / 46% 38% 62% 54%; background: radial-gradient(circle at 55% 40%, #f7fbf2 0 15%, #dcead4 58%, #cfdfc6 100%); }
.home .hero-pedestal { right: 14%; bottom: 5%; width: 65%; height: 18%; border-radius: 50%; background: linear-gradient(180deg, #fdfcf7 0 28%, #e6e0d3 100%); box-shadow: 0 30px 40px rgba(61,70,53,.14); }
.home .hero-product { position: absolute; z-index: 2; right: 19%; bottom: 11%; width: 53%; height: 74%; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 24px 22px rgba(23,48,20,.15)); }
.home .hero-minimum { position: absolute; z-index: 4; top: 8%; left: 13%; display: grid; width: 108px; height: 108px; place-content: center; border: 1px solid rgba(16,63,25,.16); border-radius: 50%; background: #f6f1df; color: var(--bag-green-dark); text-align: center; box-shadow: 0 12px 28px rgba(16,63,25,.08); transform: rotate(-7deg); }
.home .hero-minimum small, .home .hero-minimum span { font-size: .62rem; font-weight: 750; text-transform: uppercase; }.home .hero-minimum strong { font-size: 2rem; line-height: .95; }
.home .hero-feature { position: absolute; z-index: 5; display: flex; min-width: 166px; align-items: center; gap: 11px; padding: 12px 14px; border: 1px solid rgba(228,232,223,.9); border-radius: var(--radius-sm); background: rgba(255,255,255,.92); box-shadow: 0 12px 35px rgba(16,63,25,.09); backdrop-filter: blur(12px); }
.home .hero-feature > .icon { width: 21px; height: 21px; color: var(--bag-green); }.home .hero-feature strong, .home .hero-feature small { display: block; }.home .hero-feature strong { font-size: .71rem; }.home .hero-feature small { color: #788077; font-size: .59rem; }
.home .hero-feature--one { top: 19%; right: 0; }.home .hero-feature--two { top: 40%; left: 0; }.home .hero-feature--three { right: 1%; bottom: 26%; }.home .hero-feature--four { bottom: 8%; left: 5%; }
.home .hero-leaf { position: absolute; z-index: 1; width: 34px; height: 18px; border-radius: 100% 0 100% 0; background: #579c47; opacity: .72; }.home .hero-leaf--one { top: 15%; right: 19%; transform: rotate(28deg); }.home .hero-leaf--two { right: 9%; bottom: 11%; transform: rotate(-38deg) scale(.75); }
.home .benefits-overlap { margin-top: -38px; }.home .benefit-bar { border-radius: var(--radius-md); box-shadow: 0 16px 42px rgba(21,44,18,.065); }
.home .home-section { padding-block: clamp(64px, 7vw, 104px); }
.home .home-categories-section { padding-bottom: 72px; }.home .home-categories { grid-template-columns: repeat(5, minmax(0,1fr)); gap: 17px; }
.home .home-category { min-height: 300px; border-radius: var(--radius-md); background: var(--bag-cream); }.home .home-category::after { inset: 34% 0 0; background: linear-gradient(transparent, rgba(12,28,15,.88)); }.home .home-category img { object-fit: contain; padding: 8px; mix-blend-mode: multiply; }.home .home-category--sand { background: #f5ede0; }.home .home-category--apricot { background: #f6eee4; }.home .home-category--stone { background: #eef0ec; }.home .home-category--personal { background: #e7efe2; }
.home .home-category > div { right: 20px; bottom: 19px; left: 20px; }.home .home-category h3 { font-size: 1.05rem; }.home .home-category p { font-size: .66rem; }
.home .featured-grid { grid-template-columns: repeat(6, minmax(0,1fr)); gap: 17px; }.home .home-product-card { position: relative; border-radius: var(--radius-md); }.home .home-product-card .product-card__image { position: relative; }.home .product-availability { position: absolute; top: 11px; left: 11px; padding: 5px 8px; border-radius: 999px; background: rgba(237,245,232,.94); color: var(--bag-green-dark); font-size: .55rem; font-weight: 800; }
.home .mid-quote-section { padding-block: 10px 74px; background: #fff; }
.home .mid-quote { display: grid; min-height: 430px; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(120deg, var(--bag-green-dark), #0c3117 62%, #123f1e); color: #fff; }
.home .mid-quote__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(40px, 5vw, 76px); }.home .mid-quote__copy .eyebrow { color: #b8d4af; }.home .mid-quote__copy h2 { margin: 0 0 26px; font-size: clamp(2.5rem, 3.9vw, 4.4rem); letter-spacing: -.06em; line-height: .92; }.home .button--cream { border-color: #f4efdf; background: #f4efdf; color: var(--bag-green-dark); }
.home .mid-quote__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; }
.home .mid-quote__wa { display: inline-flex; align-items: center; gap: 8px; color: #d9e6d2; font-size: .74rem; font-weight: 800; }.home .mid-quote__wa .icon { width: 18px; height: 18px; color: #7fc86f; }.home .mid-quote__wa:hover { color: #fff; }
.home .mid-quote__facts { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 26px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(244,239,223,.18); list-style: none; color: #b8d4af; font-size: .66rem; font-weight: 750; }
.home .mid-quote__facts li { display: flex; align-items: center; gap: 8px; }.home .mid-quote__facts li::before { width: 5px; height: 5px; border-radius: 50%; background: #7fc86f; content: ""; }
.home .mid-quote__visual { position: relative; display: grid; min-height: 430px; place-items: center; }
.home .mid-quote__disc { position: absolute; width: min(76%, 370px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 38% 30%, #faf6ea, #e9e2d3 74%); box-shadow: 0 0 0 22px rgba(244,239,223,.06), 0 0 0 46px rgba(244,239,223,.04), 0 30px 60px rgba(0,0,0,.3); }
.home .mid-quote__visual img { position: relative; z-index: 1; width: min(68%, 330px); aspect-ratio: 1; height: auto; border-radius: 50%; object-fit: cover; }
.home .industries-home { padding-block: 8px 30px; background: #fff; }
.home .quote-home { background: #fff; }.home .quote-panel { border-radius: var(--radius-lg); background: var(--bag-cream); }.home .quote-panel__copy { background: radial-gradient(circle at 0 100%, rgba(23,107,33,.13), transparent 38%); }.home .quote-panel__copy h2 { color: var(--bag-black); }
.quote-panel__copy ul { flex-direction: column; align-items: flex-start; gap: 12px; }
.quote-panel__address { display: flex; gap: 10px; margin-top: 26px; padding-top: 20px; border-top: 1px solid #dfe5d5; color: var(--muted); font-size: .68rem; font-style: normal; line-height: 1.6; }
.quote-panel__address .icon { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; color: var(--green); }
.home a:focus-visible, .home button:focus-visible, .home input:focus-visible, .home select:focus-visible, .home textarea:focus-visible { outline: 3px solid rgba(23,107,33,.35); outline-offset: 3px; }
.home .button:active, .home button:active { transform: translateY(0) scale(.99); }

@media (prefers-reduced-motion: no-preference) {
  .home .hero-product { animation: bag88-float 7s ease-in-out infinite; }
  .home .hero-leaf--one { animation: bag88-leaf 9s ease-in-out infinite; }.home .hero-leaf--two { animation: bag88-leaf 11s ease-in-out -3s infinite; }
  .home .hero-feature { animation: bag88-card-float 8s ease-in-out infinite; }.home .hero-feature--two, .home .hero-feature--four { animation-delay: -4s; }
}
@keyframes bag88-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes bag88-card-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -3px; } }
@keyframes bag88-leaf { 0%,100% { translate: 0 0; rotate: 0deg; } 50% { translate: 2px -4px; rotate: 4deg; } }
@media (prefers-reduced-motion: reduce) { .home *, .home *::before, .home *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .home .home-hero__grid { min-height: auto; grid-template-columns: 1fr; padding-top: 72px; }.home .home-hero__copy { max-width: 780px; }.home .home-hero__visual { min-height: 580px; }
  .home .benefit-bar { grid-template-columns: repeat(3,1fr); }.home .benefit-item:nth-child(3) { border-right: 0; }.home .benefit-item:nth-child(n+4) { border-top: 1px solid var(--bag-border); }
  .home .home-categories { grid-template-columns: repeat(3,1fr); }.home .home-category:nth-child(n+4) { min-height: 250px; }.home .featured-grid { grid-template-columns: repeat(3,1fr); }
  .home .mid-quote { min-height: 390px; }.home .industry-grid { grid-template-columns: repeat(3,1fr); }.home .industry-card:last-child { grid-column: 2; }
}

@media (max-width: 767px) {
  .home .home-hero { background: linear-gradient(#fff 0 51%, #f8f7f1 51% 100%); }
  .home .home-hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 22px; padding-block: 48px 34px; }.home .home-hero h1 { font-size: clamp(3rem, 13vw, 4.4rem); line-height: .88; }.home .hero-lead { margin: 24px 0; font-size: .92rem; }.home .hero-lead br { display: none; }
  .home .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }.home .hero-actions .button { min-width: 0; padding-inline: 12px; }
  .home .home-hero__visual { min-height: 410px; }.home .hero-organic { inset: 5% 1% 9%; }.home .hero-product { right: 14%; bottom: 10%; width: 68%; height: 76%; }.home .hero-pedestal { right: 8%; width: 82%; }.home .hero-minimum { top: 6%; left: 3%; width: 82px; height: 82px; }.home .hero-minimum strong { font-size: 1.5rem; }
  .home .hero-feature { min-width: 138px; padding: 9px 10px; }.home .hero-feature--one { top: 15%; right: -2%; }.home .hero-feature--two { display: none; }.home .hero-feature--three { right: 0; bottom: 20%; }.home .hero-feature--four { display: none; }.home .hero-leaf { display: none; }
  .home .benefits-overlap { margin-top: 0; overflow: hidden; }.home .benefit-bar { display: flex; width: calc(100% - 14px); margin-left: 14px; padding: 0; overflow-x: auto; border: 0; border-radius: 0; box-shadow: none; scroll-snap-type: x mandatory; scrollbar-width: none; }.home .benefit-bar::-webkit-scrollbar { display: none; }.home .benefit-item { min-width: 220px; min-height: 88px; flex: 0 0 auto; border: 1px solid var(--bag-border) !important; border-radius: var(--radius-sm); scroll-snap-align: start; }
  .home .home-section { padding-block: 58px; }.home .section-head { align-items: flex-end; }.home .home-categories { display: flex; margin-right: calc((100vw - 100%) / -2); padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }.home .home-category { min-width: 76vw; min-height: 290px; scroll-snap-align: start; }.home .home-category:last-child { grid-column: auto; }
  .home .featured-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }.home .product-card h3 { min-height: 3.5em; }
  .home .process-band { padding: 24px 16px; }.home .process-band .section-head { flex-direction: column; align-items: flex-start; gap: 12px; }.home .process-band .section-head > a { max-width: none; text-align: left; }.home .process-row { grid-template-columns: 1fr; }.home .mid-quote { grid-template-columns: 1fr; }.home .mid-quote__copy { padding: 38px 26px; }.home .mid-quote__visual { min-height: 300px; padding: 10px 0 34px; }
  .home .industries-home { padding-block: 4px 12px; }.home .industries-home .industry-grid { display: flex; margin-right: calc((100vw - 100%) / -2); padding: 4px 14px 10px 0; overflow-x: auto; scroll-snap-type: x mandatory; }.home .industries-home .industry-card { min-width: 58vw; scroll-snap-align: start; }.home .industry-card:last-child { grid-column: auto; }
  .quote-panel__address { margin-top: 20px; }
}

@media (max-width: 420px) {
  .home .featured-grid { grid-template-columns: 1fr; }.home .home-product-card .product-card__image img { aspect-ratio: 1.12 / 1; }.home .section-head > a { max-width: 105px; }
}

/* Product marketplace experience */
.single-product.woocommerce div.product { min-width: 0; grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr); align-items: start; gap: clamp(34px, 4vw, 64px); }
.single-product .product-visual-column { min-width: 0; }
.single-product.woocommerce div.product .product-visual-column div.images { position: relative; min-width: 0; width: 100%; max-width: 100%; }
.single-product .woocommerce-product-gallery .flex-control-thumbs { min-height: 0; padding-block: 36px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scroll-behavior: smooth; scroll-snap-type: y proximity; scrollbar-width: none; }
.single-product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar { display: none; }
.single-product .woocommerce-product-gallery .flex-control-thumbs li { flex: 0 0 auto; scroll-snap-align: start; }
.single-product .gallery-thumb-nav { position: absolute; z-index: 8; left: 38px; display: grid; width: 30px; height: 30px; place-items: center; padding: 0; border: 1px solid #d7ded4; border-radius: 50%; background: rgba(255,255,255,.96); color: var(--green-dark); box-shadow: 0 6px 18px rgba(18,49,22,.14); cursor: pointer; transform: translateX(-50%); transition: opacity .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.single-product .gallery-thumb-nav::before { width: 7px; height: 7px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; content: ""; }
.single-product .gallery-thumb-nav--previous { top: 5px; }
.single-product .gallery-thumb-nav--previous::before { transform: translateY(2px) rotate(45deg); }
.single-product .gallery-thumb-nav--next { bottom: 5px; }
.single-product .gallery-thumb-nav--next::before { transform: translateY(-2px) rotate(225deg); }
.single-product .gallery-thumb-nav:hover:not(:disabled) { background: var(--green-dark); color: #fff; transform: translateX(-50%) scale(1.06); }
.single-product .gallery-thumb-nav:disabled { opacity: .3; cursor: default; }
.single-product .gallery-thumb-nav[hidden] { display: none; }
.single-product.woocommerce div.product div.summary { min-width: 0; padding: clamp(22px, 2.4vw, 34px); border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 20px 55px rgba(24,55,25,.07); }
.single-product .product-visual-details { margin-top: 18px; padding: 18px 10px 5px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.single-product .product-visual-description { margin-bottom: 16px; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.single-product .product-visual-description p { margin: 0; }
.single-product .product-visual-details .product-specs { margin: 0; border-bottom: 0; }
.single-product .product-visual-details .product-colors { margin: 0; padding: 15px 0 10px; border-top: 1px solid var(--line); }
.single-product .product-identity { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; color: var(--muted); font-size: .67rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.single-product .product-identity span { color: var(--green-dark); }
.single-product .product-identity i { color: #c9c0b1; font-style: normal; }
.single-product .product-identity small { font-size: inherit; }
.single-product.woocommerce div.product .product_title { overflow-wrap: anywhere; font-size: clamp(2.15rem, 3vw, 3.35rem); line-height: 1.01; }
.single-product.woocommerce div.product p.price { margin: 20px 0 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.single-product.woocommerce div.product p.price .price-prefix { display: block; margin-bottom: 5px; color: var(--muted); font-size: .62rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.single-product.woocommerce div.product p.price .selected-package-total { display: block; color: var(--green-dark); font-size: 2.35rem; font-weight: 900; letter-spacing: -.045em; line-height: 1; }
.single-product.woocommerce div.product p.price .selected-package-total .amount { font: inherit; }
.single-product.woocommerce div.product p.price > small { display: block; margin-top: 7px; color: var(--muted); font-size: .62rem; font-weight: 700; }
.single-product .woocommerce-product-details__short-description { margin-top: 12px; font-size: .86rem; line-height: 1.65; }
.single-product .product-badges { flex-wrap: wrap; margin: 15px 0 0; }
.single-product .product-badges span:nth-child(n+2) { border: 1px solid #d9e5d5; background: #fff; }
.single-product .product_meta { display: none; }
.option-step { display: inline-grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: .68rem; font-weight: 900; }
.single-product .package-pricing { margin: 24px 0 16px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.single-product .package-pricing__head { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.single-product .package-pricing__head .option-step { flex: 0 0 auto; }
.single-product .package-pricing__head strong { display: block; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.single-product .package-pricing__head small { display: block; margin-top: 3px; color: var(--muted); font-size: .58rem; line-height: 1.45; }
.single-product .package-note { margin-top: 10px; color: var(--muted); line-height: 1.45; }
.single-product.woocommerce div.product p.price .price-on-request { display: block; color: var(--green-dark); font-size: 1.4rem; font-weight: 900; letter-spacing: -.03em; }
.single-product.woocommerce div.product p.price .price-on-request-note { display: block; margin-top: 6px; color: var(--muted); font-size: .62rem; font-weight: 700; }
.single-product .quote-qty-chips { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.single-product .qty-chip { display: grid; justify-items: center; padding: 12px 6px 10px; border: 1px solid #dfd8cb; border-radius: 13px; background: #fff; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.single-product .qty-chip:hover { border-color: #95aa8f; transform: translateY(-1px); }
.single-product .qty-chip strong { font-size: .92rem; letter-spacing: -.02em; line-height: 1; }
.single-product .qty-chip small { margin-top: 3px; color: var(--muted); font-size: .5rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.single-product .qty-chip.is-selected { border-color: var(--green-dark); background: #f8f4ea; box-shadow: inset 0 0 0 1px var(--green-dark); }
.single-product .qty-chip.is-selected small { color: var(--green-dark); }
.single-product .qty-chip b { margin-top: 4px; color: var(--green); font-size: .54rem; font-weight: 800; line-height: 1; white-space: nowrap; }
.single-product .qty-chip b .woocommerce-Price-amount, .single-product .qty-chip b .woocommerce-Price-currencySymbol { font: inherit; }
.single-product form.cart .purchase-summary { grid-column: 1 / -1; margin: 2px 0; }
.single-product .quote-selection div > em { display: block; margin-top: 3px; color: var(--green); font-size: .62rem; font-style: normal; font-weight: 850; }
.single-product .quote-selection div > em[hidden] { display: none; }
.single-product .purchase-summary [data-purchase-price] { margin-top: 3px; color: var(--ink); font-size: .68rem; font-weight: 800; }
.single-product .purchase-summary [data-purchase-price] .woocommerce-Price-amount { font: inherit; color: var(--green-dark); }
.single-product .print-option--quote { margin-top: 12px; }
.single-product .quote-actions.quote-actions--panel { grid-template-columns: 1fr; gap: 10px; margin-top: 14px; }
.single-product .quote-selection { position: relative; padding: 12px 14px 12px 48px; border: 1px solid #d7e5d3; border-radius: 10px; background: var(--green-soft); }
.single-product .quote-selection .option-step { position: absolute; top: 13px; left: 13px; }
.single-product .quote-selection small, .single-product .quote-selection strong, .single-product .quote-selection div > span { display: block; }
.single-product .quote-selection small { color: var(--green-dark); font-size: .56rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.single-product .quote-selection strong { margin-top: 2px; font-size: .86rem; letter-spacing: -.015em; }
.single-product .quote-selection div > span { margin-top: 3px; color: var(--muted); font-size: .6rem; line-height: 1.5; }
.single-product .quote-actions.quote-actions--panel a.quote-whatsapp { min-height: 52px; border-color: var(--green-dark) !important; background: var(--green-dark) !important; color: #fff !important; font-size: .7rem; }
.single-product .quote-actions.quote-actions--panel a.quote-whatsapp:hover { border-color: var(--green) !important; background: var(--green) !important; }
.single-product .quote-actions.quote-actions--panel a.quote-whatsapp .icon { color: #fff; }
.single-product .quote-actions--panel .purchase-assurances { margin-top: 2px; }
.single-product.woocommerce div.product form.cart { grid-template-columns: 1fr; margin-top: 12px; }
.single-product .print-option { position: relative; display: grid; grid-column: 1 / -1; grid-template-columns: 190px 1fr; align-items: center; gap: 10px; padding: 11px 12px 11px 48px; border: 1px solid #d7e5d3; }
.single-product .print-option .option-step { position: absolute; top: 50%; left: 13px; transform: translateY(-50%); }
.single-product .print-option label { margin: 0; font-size: .68rem; }
.single-product .print-option select { min-height: 40px; }
.single-product .print-option small { display: none; }
.single-product.woocommerce form.cart .quantity { display: none !important; }
.single-product.woocommerce div.product form.cart .single_add_to_cart_button { grid-column: 1; min-height: 54px; border: 1px solid var(--green-dark) !important; background: var(--green-dark) !important; color: #fff !important; font-size: .7rem; }
.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover { background: var(--green) !important; color: #fff !important; }
.single-product .buy-now-button { grid-column: 1; min-height: 50px; border-color: #cdd9c9 !important; background: #fff !important; color: var(--green-dark) !important; font-size: .68rem; }
.single-product .buy-now-button:hover { background: var(--green-soft) !important; color: var(--green-dark) !important; }
.single-product .purchase-assurances { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(4,1fr); padding: 12px 3px 2px; border-top: 1px solid var(--line); }
.single-product .purchase-assurances span { display: flex; align-items: center; justify-content: center; gap: 5px; color: var(--muted); font-size: .54rem; text-align: center; }
.single-product .purchase-assurances .icon { width: 16px; height: 16px; color: var(--green); }
.single-product .quote-actions { margin-top: 12px; }
.single-product .quote-whatsapp::before { display: none; }
.single-product .quote-whatsapp .icon, .single-product .quote-actions--support .icon { width: 18px; height: 18px; color: #159343; }
.single-product .quote-actions:not(.quote-actions--support) .quote-whatsapp { border-color: #cdd9c9 !important; background: #fff !important; color: var(--green-dark) !important; }
.single-product .quote-actions:not(.quote-actions--support) .button--outline { border-color: var(--green-dark); background: var(--green-dark); color: #fff; }
.single-product .quote-actions--support { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 9px 12px; padding: 0; background: transparent; color: var(--muted); font-size: .58rem; }
.single-product .quote-actions--support span { grid-column: 1 / -1; }
.single-product .quote-actions--support a[data-quote-whatsapp] { display: flex; grid-column: 1 / -1; min-height: 48px; align-items: center; justify-content: center; border: 1px solid #cdd9c9; border-radius: 999px; color: var(--green-dark); font-size: .66rem; font-weight: 850; }
.single-product .product-order-process { display: block; grid-column: 1 / -1; margin-top: 55px; padding: clamp(26px,4vw,48px); border-radius: 22px; background: var(--cream); }
.single-product .product-order-process .section-head { margin-bottom: 24px; }
.single-product .product-order-process .section-head h2 { max-width: 760px; margin: 0; font-size: clamp(1.8rem,3vw,3rem); letter-spacing: -.05em; }
.single-product .product-order-process__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.single-product .product-order-process__grid article { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 11px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.single-product .product-order-process__grid article > b { position: absolute; top: 9px; right: 10px; color: #bfd1ba; font-size: 1.25rem; }
.single-product .product-order-process__grid article > span { color: var(--green); }
.single-product .product-order-process__grid .icon { width: 31px; height: 31px; }
.single-product .product-order-process__grid h3 { margin: 0 0 5px; font-size: .8rem; }
.single-product .product-order-process__grid p { margin: 0; color: var(--muted); font-size: .62rem; line-height: 1.5; }
.mobile-purchase-bar { display: none; }

@media (max-width: 1100px) {
  .single-product.woocommerce div.product { grid-template-columns: minmax(0,1fr); row-gap: 20px; }
  .single-product.woocommerce div.product div.images { position: static; }
  .single-product .product-order-process__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  html, body.single-product { max-width: 100%; overflow-x: hidden; }
  body.single-product { padding-bottom: 82px; }
  .single-product .site-header .header-quote { display: none !important; }
  .single-product .header-tools { gap: 8px; }
  .single-product .product-page, .single-product.woocommerce div.product, .single-product.woocommerce div.product div.images, .single-product.woocommerce div.product div.summary { width: 100% !important; min-width: 0 !important; max-width: 100% !important; }
  .single-product .product-page { padding-inline: calc((100% - var(--content)) / 2); }
  .single-product .product-breadcrumb { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .single-product.woocommerce { overflow-x: hidden; }
  .single-product.woocommerce div.product div.summary { padding: 18px 14px; border-radius: 17px; box-shadow: none; }
  .single-product.woocommerce div.product .product_title { max-width: 100%; font-size: 2.25rem; overflow-wrap: anywhere; }
  .single-product.woocommerce div.product div.images .flex-viewport, .single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { min-width: 0; max-width: 100%; overflow: hidden; }
  .single-product .woocommerce-product-gallery .flex-control-thumbs { max-height: none !important; padding: 0; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li { width: 68px; min-width: 68px; flex: 0 0 68px; }
  .single-product .gallery-thumb-nav { display: none !important; }
  .single-product .package-pricing { margin-inline: 0; padding: 0; }
  .single-product .print-option { grid-template-columns: 1fr; padding-left: 48px; }
  .single-product.woocommerce div.product form.cart { grid-template-columns: 1fr; }
  .single-product.woocommerce div.product form.cart .single_add_to_cart_button, .single-product .buy-now-button { grid-column: 1; }
  .single-product .purchase-assurances { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .single-product .product-order-process { padding: 24px 16px; }
  .single-product .product-order-process__grid { grid-template-columns: 1fr; }
  .mobile-purchase-bar { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 -10px 30px rgba(17,47,20,.12); backdrop-filter: blur(12px); }
  .mobile-purchase-bar small, .mobile-purchase-bar strong { display: block; }.mobile-purchase-bar small { color: var(--muted); font-size: .55rem; }.mobile-purchase-bar strong { color: var(--green-dark); font-size: 1rem; }
  .mobile-purchase-bar .button { min-height: 46px; padding-inline: 17px; font-size: .65rem; }
}

/* ===================================================================
   PÁGINAS INFORMATIVAS 2.9.1 — hero editorial, prosa y limpieza
   del markup Elementor heredado (sin CSS/JS de Elementor cargado)
   =================================================================== */

/* Hero de página */
.page-hero { padding: 44px 0 56px; border-bottom: 1px solid var(--line); background: linear-gradient(120deg, var(--green-soft), var(--cream)); }
.page-hero__crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 30px; color: var(--muted); font-size: .68rem; font-weight: 700; }
.page-hero__crumbs a { color: var(--green-dark); transition: color .15s ease; }
.page-hero__crumbs a:hover { color: var(--green); text-decoration: underline; }
.page-hero__sep { color: #a9b3a5; }
.page-hero__current { overflow: hidden; max-width: 60vw; text-overflow: ellipsis; white-space: nowrap; }
.page-hero h1 { max-width: 940px; margin: 0; font-size: clamp(2.5rem, 4.8vw, 4.7rem); font-weight: 850; letter-spacing: -.058em; line-height: .97; }

/* Contenedor de contenido */
.page-shell { padding-block: 54px 26px; }
.page-shell .entry-content { max-width: 820px; margin-inline: auto; }
.page-cta { padding: 40px 0 76px; }
.page-cta .catalog-cta__panel > div > p:last-child { max-width: 520px; }

/* Prosa editorial */
.page-prose { font-size: .95rem; }
.page-prose p { margin: 0 0 1.3em; color: var(--muted); font-size: .95rem; line-height: 1.8; }
.page-prose p strong { color: var(--ink); }
.page-prose h2 { margin: 2.3em 0 .8em; font-size: clamp(1.45rem, 2.3vw, 2.05rem); font-weight: 850; letter-spacing: -.042em; line-height: 1.12; color: var(--ink); }
.page-prose h2::before { display: block; width: 44px; height: 4px; margin-bottom: 15px; border-radius: 3px; background: linear-gradient(90deg, var(--green), var(--green-dark)); content: ""; }
.page-prose h3 { margin: 1.9em 0 .6em; font-size: 1.08rem; font-weight: 800; letter-spacing: -.025em; }
.page-prose img { margin: 8px auto 32px; border-radius: 18px; }
.page-prose img[src*=".jpg"], .page-prose img[src*=".jpeg"], .page-prose img[src*=".webp"] { box-shadow: 0 22px 48px rgba(24, 55, 25, .16); }
.page-prose ul:not([class]) { margin: 0 0 1.5em; padding: 0; list-style: none; }
.page-prose ul:not([class]) li { position: relative; margin: 0 0 10px; padding-left: 31px; color: var(--muted); line-height: 1.7; }
.page-prose ul:not([class]) li::before { position: absolute; top: .28em; left: 0; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); content: "✓"; font-size: .58rem; font-weight: 900; }
.page-prose ol:not([class]) { margin: 0 0 1.5em; padding-left: 22px; color: var(--muted); line-height: 1.7; }
.page-prose ol:not([class]) li { margin: 0 0 10px; padding-left: 6px; }
.page-prose ol:not([class]) li::marker { color: var(--green-dark); font-weight: 850; }
.page-prose blockquote { margin: 2em 0; padding: 22px 26px; border-left: 4px solid var(--green); border-radius: 0 16px 16px 0; background: var(--cream); }
.page-prose blockquote p:last-child { margin-bottom: 0; }
/* El markup heredado trae </p> huérfanos: el parser inserta <p> vacíos */
.page-prose p:empty { display: none; margin: 0; }

/* Normalización del esqueleto Elementor heredado */
.page-prose .elementor-shape, .page-prose .elementor-background-overlay { display: none; }
.page-prose h1.elementor-heading-title { display: none; } /* duplicado del H1 del hero */
.page-prose .elementor-container { display: flex; flex-wrap: wrap; gap: 0 30px; }
.page-prose .elementor-column { width: 100%; min-width: 0; }
.page-prose .elementor-widget-wrap { width: 100%; }
.page-prose .elementor-top-section + .elementor-top-section { margin-top: 26px; }
@media (min-width: 760px) {
  .page-prose .elementor-column.elementor-col-50 { width: calc(50% - 15px); }
  .page-prose .elementor-column.elementor-col-33 { width: calc(33.333% - 20px); }
  .page-prose .elementor-column.elementor-col-66 { width: calc(66.666% - 10px); }
  /* En contenedor angosto, las col-25 respiran mejor a 2 columnas */
  .page-prose .elementor-column.elementor-col-25 { width: calc(50% - 15px); }
}

/* Botón Elementor heredado como botón de la marca */
.page-prose a.elementor-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; margin: 4px 0 10px; padding: 0 24px; border: 1px solid var(--green); border-radius: 12px; background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.page-prose a.elementor-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(38, 132, 20, .18); color: #fff; }
/* wpautop rompe el <a> del botón Elementor: <br> internos, iconos "ziggy"
   sin fuente y un clon del anchor dentro de un <p> huérfano */
.page-prose a.elementor-button br, .page-prose .elementor-button-icon { display: none; }
.page-prose .elementor-button-wrapper p { display: none; }
.page-prose .elementor-button-content-wrapper { display: inline-flex; align-items: center; gap: 8px; }

/* Nosotros — la imagen a ancho completo (además evita el candidato
   450w faltante del srcset, que rompe la imagen en columnas angostas) */
.page--88bag-bolsas-ecologicas .elementor-top-section:first-child .elementor-column.elementor-col-50 { width: 100%; }
.page--88bag-bolsas-ecologicas .elementor-top-section:first-child img { width: 100%; }

/* FAQ — tarjetas + acordeón (solo /preguntas-frecuentes/) */
.page--preguntas-frecuentes .entry-content { max-width: 860px; }
.page--preguntas-frecuentes .elementor-top-section:first-child .elementor-container { display: block; }
.page--preguntas-frecuentes .elementor-top-section:first-child .elementor-column.elementor-col-50 { width: 100%; }
.page--preguntas-frecuentes .elementor-top-section:first-child p { font-size: 1.02rem; }
.page--preguntas-frecuentes .elementor-inner-section { margin: 0 0 14px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.page--preguntas-frecuentes .elementor-inner-section:hover { border-color: #b8c9b0; box-shadow: 0 10px 26px rgba(24, 55, 25, .07); }
.page--preguntas-frecuentes .page-prose h2 { margin: 0; font-size: 1rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.35; }
.page--preguntas-frecuentes .page-prose h2::before { display: none; }
.page--preguntas-frecuentes .elementor-widget-text-editor p { margin: 10px 0 0; font-size: .88rem; line-height: 1.7; }
.faq-ready .faq-item { padding: 0; }
.faq-item__toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 22px; border: 0; background: none; color: var(--ink); text-align: left; font: inherit; font-weight: 800; }
.faq-item__toggle:focus-visible { border-radius: 16px; outline: 3px solid rgba(23, 107, 33, .35); outline-offset: 2px; }
.faq-item__chevron { position: relative; display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--green-soft); transition: transform .25s ease, background .2s ease; }
.faq-item__chevron::before { width: 8px; height: 8px; border-right: 2px solid var(--green-dark); border-bottom: 2px solid var(--green-dark); content: ""; transform: translateY(-2px) rotate(45deg); }
.faq-item.is-open .faq-item__chevron { background: var(--green); border-color: var(--green); transform: rotate(180deg); }
.faq-item.is-open .faq-item__chevron::before { border-color: #fff; }
.faq-ready .faq-item__answer { display: none; padding: 0 58px 20px 22px; }
.faq-ready .faq-item.is-open .faq-item__answer { display: block; }
.faq-ready .faq-item__answer p { margin: 0; }
.faq-item.is-open { border-color: #b8c9b0; }

/* Contacto — tarjetas de datos y formulario */
.page--contactanos .entry-content { max-width: 940px; }
.page--contactanos .elementor-icon-box-icon { display: none; } /* iconos "ziggy" sin fuente cargada */
.page--contactanos .elementor-icon-box-title { margin: 0 0 10px; color: var(--green-dark); font-size: .68rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.page--contactanos .elementor-icon-box-title br, .page--contactanos .elementor-icon .icon, .page--contactanos .elementor-icon + br { display: none; }
.page--contactanos .elementor-column.elementor-col-25 { display: flex; margin-bottom: 26px; }
.page--contactanos .elementor-column.elementor-col-25 .elementor-widget-wrap { display: flex; flex-direction: column; padding: 20px 20px 14px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.page--contactanos .elementor-column.elementor-col-25 p, .page--contactanos .elementor-column.elementor-col-25 .elementor-widget-text-editor { margin: 0; font-size: .8rem; line-height: 1.75; }
.page--contactanos .elementor-column.elementor-col-25 a { display: inline-block; margin: 2px 0; color: var(--green-dark); font-weight: 700; }
.page--contactanos .elementor-inner-section + .elementor-inner-section { margin-top: 8px; }
.page--contactanos .page-prose h2 { margin-top: .4em; }
.page--contactanos .elementor-top-section:first-child .elementor-inner-section:first-child .elementor-container { align-items: center; }
.page--contactanos .elementor-top-section:first-child .elementor-inner-section:first-child p { margin-bottom: 0; }
.page--contactanos .elementor-widget-google_maps iframe { display: block; width: 100%; height: 420px; border: 0; border-radius: 16px; }

/* Formulario CF7 dentro de contenido */
.page-prose .wpcf7 { margin: 18px 0 10px; padding: clamp(22px, 3vw, 32px); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 16px 40px rgba(24, 55, 25, .06); }
.page-prose .wpcf7 label { display: block; margin-bottom: 14px; color: var(--muted); font-size: .72rem; font-weight: 750; }
.page-prose .wpcf7 input[type="text"], .page-prose .wpcf7 input[type="email"], .page-prose .wpcf7 input[type="tel"], .page-prose .wpcf7 textarea { width: 100%; min-height: 46px; margin-top: 5px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fafbf9; font-size: .8rem; }
.page-prose .wpcf7 input:focus, .page-prose .wpcf7 textarea:focus { border-color: var(--green); background: #fff; outline: none; }
.page-prose .wpcf7 textarea { resize: vertical; }
.page-prose .wpcf7 button[type="submit"], .page-prose .wpcf7 input[type="submit"] { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid var(--green); border-radius: 12px; background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease; }
.page-prose .wpcf7 button[type="submit"]:hover, .page-prose .wpcf7 input[type="submit"]:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(38, 132, 20, .18); }
.page-prose .wpcf7 .wpcf7-not-valid-tip { margin-top: 4px; color: #b3372c; font-size: .68rem; }
.page-prose .wpcf7 .wpcf7-response-output { margin: 14px 0 0; padding: 12px 15px; border: 1px solid var(--line); border-radius: 10px; font-size: .74rem; }
.page-prose .wpcf7 .wpcf7-response-output:empty { display: none; }
.page-prose .wpcf7 fieldset.hidden-fields-container { display: none; } /* CF7 sin su stylesheet */
.page-prose .wpcf7 .screen-reader-response { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Móvil */
@media (max-width: 680px) {
  .page-hero { padding: 30px 0 38px; }
  .page-hero__crumbs { margin-bottom: 22px; }
  .page-hero h1 { font-size: clamp(2.1rem, 9.5vw, 2.9rem); }
  .page-shell { padding-block: 38px 16px; }
  .page-prose .elementor-top-section + .elementor-top-section { margin-top: 18px; }
  .page-cta { padding: 26px 0 56px; }
  .faq-item__toggle { padding: 16px 17px; gap: 12px; }
  .faq-ready .faq-item__answer { padding: 0 17px 17px; }
  .page--preguntas-frecuentes .elementor-inner-section { padding: 16px 17px; }
  .page--contactanos .elementor-column.elementor-col-25 { margin-bottom: 0; }
  .page--contactanos .elementor-column.elementor-col-25 + .elementor-column.elementor-col-25 { margin-top: 12px; }
}

/* ===================================================================
   2.9.3 — Landing /cotizar/, Nosotros editorial e interlinkeado
   informativas → productos
   =================================================================== */

/* /cotizar/ — landing de conversión a dos columnas */
.page--cotizar .site-content { padding-block: 46px 78px; }
.page--cotizar .entry-content { max-width: none; }
.page--cotizar .page-prose > p.lead { max-width: 720px; margin: 0 0 38px; color: var(--muted); font-size: clamp(.98rem, 1.2vw, 1.15rem); line-height: 1.7; }
.quote-landing { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: start; gap: clamp(30px, 4.5vw, 80px); }
.quote-landing__copy { max-width: 640px; }
.quote-landing__copy h2 { margin: 0; font-size: clamp(2.1rem, 3.4vw, 3.4rem); font-weight: 850; letter-spacing: -.055em; line-height: .96; }
.quote-landing__copy h2 strong { display: block; color: var(--green-dark); font-weight: inherit; }
.quote-landing__points { display: grid; gap: 18px; margin: 32px 0 0; padding: 0; list-style: none; }
.quote-landing__points li { display: flex; align-items: flex-start; gap: 14px; }
.quote-landing__points li > span { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border-radius: 12px; background: var(--green-soft); color: var(--green); }
.quote-landing__points li > span .icon { width: 22px; height: 22px; stroke-width: 1.5; }
.quote-landing__points strong { display: block; font-size: .84rem; letter-spacing: -.01em; }
.quote-landing__points small { display: block; margin-top: 3px; color: var(--muted); font-size: .7rem; line-height: 1.55; }
.quote-landing__wa { display: flex; align-items: center; gap: 14px; margin-top: 30px; padding: 16px 20px; border: 1px solid #cfe3c8; border-radius: 16px; background: linear-gradient(135deg, var(--green-soft), #f7faf1); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.quote-landing__wa:hover { border-color: var(--green); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(24, 55, 25, .12); }
.quote-landing__wa-icon { display: grid; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--green); color: #fff; }
.quote-landing__wa-text { flex: 1; }
.quote-landing__wa-text small { display: block; color: var(--muted); font-size: .66rem; font-weight: 700; }
.quote-landing__wa-text strong { display: block; margin-top: 2px; color: var(--green-dark); font-size: 1.15rem; font-weight: 850; letter-spacing: -.02em; }
.quote-landing__wa > .icon--arrow { color: var(--green-dark); }
.quote-landing__steps { margin-top: 34px; padding: 22px 22px 24px; border-radius: 18px; background: var(--cream); }
.quote-landing__steps-title { margin: 0 0 16px; color: var(--green-dark); font-size: .68rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.quote-landing__steps ol { margin: 0; padding: 0; list-style: none; }
.quote-landing__steps li { position: relative; display: flex; align-items: flex-start; gap: 13px; padding-bottom: 18px; }
.quote-landing__steps li:last-child { padding-bottom: 0; }
.quote-landing__steps li::before { position: absolute; top: 6px; bottom: -4px; left: 13px; width: 2px; background: #dfe3d3; content: ""; }
.quote-landing__steps li:last-child::before { display: none; }
.quote-landing__steps li > b { position: relative; z-index: 1; display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: .68rem; font-weight: 900; box-shadow: 0 0 0 4px var(--cream); }
.quote-landing__steps strong { display: block; font-size: .8rem; letter-spacing: -.01em; }
.quote-landing__steps small { display: block; margin-top: 2px; color: var(--muted); font-size: .68rem; line-height: 1.5; }
.quote-landing__panel { position: sticky; top: 106px; padding: clamp(24px, 2.6vw, 36px); border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 28px 70px rgba(24, 55, 25, .12); }
.quote-landing__panel--embed { position: static; box-shadow: 0 18px 46px rgba(24, 55, 25, .08); }
.quote-landing__panel-head strong { display: block; font-size: 1.35rem; font-weight: 850; letter-spacing: -.035em; line-height: 1.1; }
.quote-landing__panel-head small { display: block; margin-top: 7px; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.quote-form--landing { gap: 15px 12px; margin-top: 20px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.quote-form--landing label { margin-bottom: 6px; color: var(--ink); font-size: .66rem; font-weight: 800; letter-spacing: .02em; }
.quote-form--landing input, .quote-form--landing textarea { min-height: 48px; padding: 11px 14px; border-radius: 11px; background: #fafbf9; font-size: .8rem; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease; }
.quote-form--landing input::placeholder, .quote-form--landing textarea::placeholder { color: #a7aea6; }
.quote-form--landing input:focus, .quote-form--landing textarea:focus { border-color: var(--green); background: #fff; outline: none; box-shadow: 0 0 0 3px rgba(23, 107, 33, .14); }
.quote-form--landing textarea { min-height: 108px; }
.quote-form--landing .quote-form__submit { min-height: 54px; font-size: .82rem; }
.quote-form__privacy { margin-top: -4px; color: var(--muted); font-size: .62rem; line-height: 1.55; }
.quote-form__privacy a { color: var(--green-dark); }
.quote-form__terms label { display: flex; align-items: flex-start; gap: 10px; margin: 0; color: var(--muted); font-size: .66rem; font-weight: 600; line-height: 1.55; cursor: pointer; }
.quote-form__terms input[type="checkbox"] { width: 17px; height: 17px; min-height: 0; flex: 0 0 auto; margin: 2px 0 0; padding: 0; border: 1px solid #cdd6c8; border-radius: 4px; accent-color: var(--green-dark); cursor: pointer; }
.quote-form__terms a { color: var(--green-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }

/* WooCommerce Blocks: botones de carrito/checkout con contraste correcto.
   El ancla "Proceder al pago" hereda el color de link del tema sobre el
   fondo oscuro del bloque, dejando el texto ilegible. */
.wc-block-components-button:not(.is-link), a.wc-block-cart__submit-button, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button { border: 1px solid var(--green-dark) !important; border-radius: 12px !important; background: var(--green-dark) !important; color: #fff !important; font-weight: 800; }
.wc-block-components-button:not(.is-link):hover, a.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover { border-color: var(--green) !important; background: var(--green) !important; color: #fff !important; }
.wc-block-components-button:not(.is-link) .wc-block-components-button__text, .wc-block-cart__submit-button .wc-block-components-button__text { color: inherit; }
.wc-block-components-button:not(.is-link):focus-visible, a.wc-block-cart__submit-button:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }

/* Aviso de cotización recibida */
.quote-received { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; margin: 0 0 36px; padding: 20px 24px; border: 1px solid #cfe3c8; border-radius: 18px; background: linear-gradient(135deg, var(--green-soft), #f8faf2); }
.quote-received__badge { display: grid; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--green); color: #fff; }
.quote-received__body { flex: 1; min-width: 220px; }
.quote-received__body strong { display: block; font-size: 1.02rem; letter-spacing: -.02em; }
.quote-received__body p { margin: 4px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.55; }
.quote-received__wa { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border: 1px solid #cfe3c8; border-radius: 999px; background: #fff; color: var(--green-dark); font-size: .7rem; font-weight: 800; }
.quote-received__wa .icon { width: 17px; height: 17px; color: var(--green); }
.quote-received__wa:hover { background: var(--green-soft); }

/* Nosotros — composición editorial */
.page--88bag-bolsas-ecologicas .entry-content { max-width: 900px; }
.page--88bag-bolsas-ecologicas .elementor-widget-heading p { margin: 0 0 10px; color: var(--ink); font-size: clamp(1.5rem, 2.6vw, 2.3rem); font-weight: 850; letter-spacing: -.045em; line-height: 1.02; }
.page--88bag-bolsas-ecologicas .elementor-widget-heading p::before { display: block; width: 44px; height: 4px; margin-bottom: 16px; border-radius: 3px; background: linear-gradient(90deg, var(--green), var(--green-dark)); content: ""; }
.page--88bag-bolsas-ecologicas .elementor-top-section:first-child .elementor-widget-text-editor p { max-width: 660px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.page--88bag-bolsas-ecologicas .elementor-widget-image img { margin: 20px auto 10px; padding: clamp(16px, 4vw, 40px); border-radius: 24px; background: linear-gradient(160deg, #f2f5ea, #faf7ef); }
.page--88bag-bolsas-ecologicas section.elementor-top-section .elementor-widget-text-editor p:first-child { margin-bottom: 1.8em; padding-left: 20px; border-left: 4px solid var(--green); color: #3c433c; font-size: 1.04rem; line-height: 1.75; }
.page--88bag-bolsas-ecologicas section.elementor-top-section .elementor-widget-text-editor b { color: var(--ink); }
@media (min-width: 900px) {
  .page--88bag-bolsas-ecologicas section.elementor-top-section .elementor-widget-text-editor .elementor-widget-container { columns: 2; column-gap: 54px; }
  .page--88bag-bolsas-ecologicas section.elementor-top-section .elementor-widget-text-editor p { break-inside: avoid; }
  .page--88bag-bolsas-ecologicas section.elementor-top-section .elementor-widget-text-editor p:first-child { column-span: all; }
}

/* Franja de datos de empresa (Nosotros) */
.company-facts { padding: 6px 0 36px; }
.company-facts__title { margin: 0 0 22px; font-size: clamp(1.7rem, 2.6vw, 2.4rem); font-weight: 850; letter-spacing: -.045em; line-height: 1; }
.company-facts__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.company-facts__grid article { padding: 26px 22px 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.company-facts__grid article:hover { border-color: #b8c9b0; box-shadow: 0 14px 32px rgba(24, 55, 25, .1); transform: translateY(-3px); }
.company-facts__grid article > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: var(--green-soft); color: var(--green); }
.company-facts__grid article > span .icon { width: 23px; height: 23px; stroke-width: 1.5; }
.company-facts__grid strong { display: block; margin-top: 15px; color: var(--green-dark); font-size: 1.4rem; font-weight: 850; letter-spacing: -.04em; line-height: 1; }
.company-facts__grid small { display: block; margin-top: 7px; color: var(--muted); font-size: .7rem; line-height: 1.55; }
.company-facts__address { display: flex; align-items: center; gap: 16px; margin-top: 14px; padding: 22px 26px; border: 1px solid #e7e2d3; border-radius: 18px; background: var(--cream); }
.company-facts__address-icon { display: grid; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; border: 1px solid #e2ddcc; border-radius: 50%; background: #fff; color: var(--green); }
.company-facts__address address { flex: 1; min-width: 240px; color: var(--muted); font-size: .74rem; font-style: normal; line-height: 1.6; }
.company-facts__address address small { display: block; color: var(--green-dark); font-size: .6rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.company-facts__address address strong { display: block; margin: 3px 0 1px; color: var(--ink); font-size: .88rem; letter-spacing: -.015em; }
.company-facts__wa { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border: 1px solid #cfe3c8; border-radius: 999px; background: #fff; color: var(--green-dark); font-size: .74rem; font-weight: 800; white-space: nowrap; }
.company-facts__wa .icon { width: 18px; height: 18px; color: var(--green); }
.company-facts__wa:hover { border-color: var(--green); background: var(--green-soft); }

/* Modelos relacionados (interlinkeado informativas → productos) */
.related-models { padding: 14px 0 34px; }
.related-models .section-head { align-items: flex-end; margin-bottom: 24px; }
.related-models .section-head h2 { max-width: 680px; }
.related-models .section-head .section-sub { max-width: 560px; }
.related-models__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.related-models__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.related-models__grid--3 .product-card__image img { aspect-ratio: 1.25 / 1; }

@media (max-width: 1020px) {
  .quote-landing { grid-template-columns: 1fr; gap: 36px; }
  .quote-landing__copy { max-width: 680px; }
  .quote-landing__panel { position: static; }
  .company-facts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-models__grid, .related-models__grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-models__grid--3 .product-card__image img { aspect-ratio: 1 / 1.04; }
}

@media (max-width: 680px) {
  .page--cotizar .site-content { padding-block: 34px 56px; }
  .page--cotizar .page-prose > p.lead { margin-bottom: 28px; }
  .quote-landing__copy h2 { font-size: clamp(1.9rem, 8.5vw, 2.4rem); }
  .quote-landing__wa { padding: 14px 16px; }
  .quote-landing__steps { padding: 18px 16px 20px; }
  .quote-landing__panel { padding: 20px 16px; border-radius: 18px; box-shadow: 0 18px 44px rgba(24, 55, 25, .1); }
  .quote-form--landing { padding: 0; }
  .quote-received { margin-bottom: 28px; padding: 18px 16px; }
  .company-facts__grid { gap: 10px; }
  .company-facts__grid article { padding: 18px 15px 16px; }
  .company-facts__grid strong { margin-top: 12px; font-size: 1.1rem; }
  .company-facts__address { flex-wrap: wrap; padding: 18px 16px; }
  .company-facts__wa { width: 100%; justify-content: center; }
  .related-models__grid, .related-models__grid--3 { gap: 10px; }
  .related-models .section-head { flex-direction: column; align-items: flex-start; gap: 4px; }
  .related-models .section-head > a { max-width: none; text-align: left; }
}
