/* Techandmerch storefront system: rose, white and neutral grays only. */
.tmw-biotipo{--tmw-rose:#E32F5A;--tmw-rose-deep:#B81840;--tmw-white:#fff;--tmw-ink:#171717;--tmw-muted:#666;--tmw-line:#dedede;--tmw-soft:#f6f6f6;--tmw-radius:18px;color:var(--tmw-ink);font-family:'DM Sans',sans-serif;background:var(--tmw-white)}
.tmw-biotipo *{box-sizing:border-box}.tmw-biotipo a{color:inherit}.tmw-shell,.tmw-home__container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.tmw-section{padding:96px 0}.tmw-eyebrow{margin:0 0 18px;color:var(--tmw-rose-deep);font-size:.73rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.tmw-home h1,.tmw-home h2,.tmw-biotipo h1,.tmw-biotipo h2,.tmw-biotipo h3{font-family:'Space Grotesk',sans-serif;letter-spacing:-.045em}.tmw-home h2{max-width:730px;margin:0 0 40px;font-size:clamp(2rem,4vw,3.65rem);line-height:1.02}.tmw-skip-link{position:fixed;top:-60px;left:16px;z-index:99;padding:10px 14px;background:var(--tmw-rose);color:#fff}.tmw-skip-link:focus{top:16px}

/* Site shell: independent from Astra header and footer markup. */
.tmw-site-header{position:relative;z-index:20;border-bottom:1px solid var(--tmw-line);background:#fff}.tmw-site-header__inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.tmw-brand{display:inline-flex;align-items:center;font-family:'Space Grotesk',sans-serif;font-size:.98rem;font-weight:700;letter-spacing:-.06em;text-decoration:none;white-space:nowrap}.tmw-brand span span{color:var(--tmw-rose)}.tmw-brand .custom-logo{display:block;width:auto;max-height:34px}.tmw-nav__list{display:flex;align-items:center;gap:24px;margin:0;padding:0;list-style:none}.tmw-nav__list a,.tmw-cart-link{font-size:.88rem;font-weight:600;text-decoration:none}.tmw-nav__list a:hover,.tmw-cart-link:hover{color:var(--tmw-rose)}.tmw-cart-link span{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:4px;padding:0 4px;border-radius:50%;background:var(--tmw-rose);color:#fff;font-size:.7rem}.tmw-site-header .menu{margin:0}.tmw-site-header .menu li{list-style:none}.tmw-mobile-menu{display:none}

/* Home: solution-first, portal concept. */
.tmw-home__hero{position:relative;overflow:hidden;padding:clamp(90px,14vw,175px) 0;background:var(--tmw-ink);color:#fff}.tmw-home__hero:before,.tmw-home__hero:after{position:absolute;content:"";border:1px solid rgba(255,255,255,.16);border-radius:50%;pointer-events:none}.tmw-home__hero:before{width:780px;height:780px;right:-310px;top:-360px}.tmw-home__hero:after{width:470px;height:470px;right:-160px;top:-200px;border-color:var(--tmw-rose)}.tmw-home__hero-inner{position:relative;z-index:1}.tmw-home__hero .tmw-eyebrow{color:#fff}.tmw-home__hero h1{max-width:770px;margin:0;font-size:clamp(3.2rem,8.5vw,7.7rem);line-height:.88;text-transform:uppercase}.tmw-home__hero-sub{max-width:550px;margin:30px 0 38px;font-size:clamp(1.08rem,1.8vw,1.35rem);line-height:1.5;color:#ddd}.tmw-problem-nav{display:flex;flex-wrap:wrap;gap:10px;max-width:800px}.tmw-problem-nav a{padding:12px 17px;border:1px solid rgba(255,255,255,.55);border-radius:999px;color:#fff;font-size:.92rem;font-weight:600;text-decoration:none;transition:.18s ease}.tmw-problem-nav a:hover,.tmw-problem-nav .tmw-problem-nav__primary{border-color:var(--tmw-rose);background:var(--tmw-rose)}
.tmw-home__solutions{background:var(--tmw-soft)}.tmw-solution-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--tmw-line);border-left:1px solid var(--tmw-line)}.tmw-solution-grid a{min-height:275px;display:flex;flex-direction:column;justify-content:flex-end;padding:26px;border-right:1px solid var(--tmw-line);border-bottom:1px solid var(--tmw-line);background:#fff;text-decoration:none;transition:background .18s,color .18s}.tmw-solution-grid a:hover{background:var(--tmw-rose);color:#fff}.tmw-solution-grid span{margin-bottom:auto;color:var(--tmw-rose);font-size:.78rem;font-weight:700}.tmw-solution-grid a:hover span{color:#fff}.tmw-solution-grid strong{font-family:'Space Grotesk',sans-serif;font-size:1.45rem;letter-spacing:-.04em}.tmw-solution-grid small{margin-top:10px;font-size:.95rem;line-height:1.45;color:var(--tmw-muted)}.tmw-solution-grid a:hover small{color:#fff}
.tmw-home__technology{background:#fff}.tmw-tech-top{margin-bottom:30px}.tmw-tech-top__copy{max-width:560px;margin:0 0 26px;color:var(--tmw-muted);font-size:1.05rem;line-height:1.55}.tmw-hik{display:inline-flex;align-items:center;gap:12px;padding:10px 13px;border:1px solid var(--tmw-ink);font-size:.75rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.tmw-hik img{display:block;width:110px;height:auto;filter:grayscale(1) contrast(1.2)}.tmw-tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tmw-tech-grid a{display:flex;justify-content:space-between;align-items:center;padding:22px;border:1px solid var(--tmw-ink);font-family:'Space Grotesk',sans-serif;font-size:1.2rem;font-weight:600;text-decoration:none;transition:.18s ease}.tmw-tech-grid a:hover{border-color:var(--tmw-rose);background:var(--tmw-rose);color:#fff}.tmw-tech-grid span{color:var(--tmw-rose)}.tmw-tech-grid a:hover span{color:#fff}
.tmw-home__trust{background:var(--tmw-ink);color:#fff}.tmw-home__trust .tmw-eyebrow{color:#fff}.tmw-home__trust h2{max-width:740px}.tmw-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);margin:46px 0;border-top:1px solid #555;border-left:1px solid #555}.tmw-trust-grid div{min-height:150px;padding:20px;border-right:1px solid #555;border-bottom:1px solid #555}.tmw-trust-grid strong{display:block;color:var(--tmw-rose);font-family:'Space Grotesk',sans-serif;font-size:1.3rem}.tmw-trust-grid span{display:block;margin-top:10px;color:#ddd;line-height:1.45}.tmw-home__trust .tmw-guia{max-width:670px;padding:0;background:transparent;border:none}.tmw-home__trust .tmw-guia__heading{color:#fff}.tmw-home__trust .tmw-guia__sub{color:#ddd}.tmw-home__trust .tmw-guia__ico{background:var(--tmw-rose);color:#fff}.tmw-home__trust .tmw-btn{background:var(--tmw-rose);border-color:var(--tmw-rose);color:#fff}.tmw-home__trust .tmw-btn:hover{background:var(--tmw-rose-deep)}
.tmw-home__featured{background:var(--tmw-soft)}.tmw-home__featured ul.products,.tmw-biotipo #primary ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0;padding:0;list-style:none}.tmw-biotipo #primary ul.products:before,.tmw-biotipo #primary ul.products:after{display:none}.tmw-biotipo #primary ul.products li.product{display:flex;flex-direction:column;margin:0;padding:14px;border:1px solid var(--tmw-line);background:#fff;text-align:left}.tmw-biotipo #primary ul.products li.product a img{width:100%;height:185px;margin:0;object-fit:contain}.tmw-biotipo #primary ul.products li.product .woocommerce-loop-product__title{min-height:unset;margin:16px 0 7px;padding:0;color:var(--tmw-ink);font-family:'Space Grotesk',sans-serif;font-size:1rem;line-height:1.25}.tmw-biotipo #primary ul.products li.product .price{margin:0 0 15px;color:var(--tmw-rose-deep);font-weight:700}.tmw-biotipo #primary ul.products li.product .button,.tmw-btn{align-self:flex-start;margin-top:auto;border:1px solid var(--tmw-ink);border-radius:0;background:var(--tmw-ink);color:#fff;font-family:'DM Sans',sans-serif;font-size:.84rem;font-weight:700;text-decoration:none}.tmw-biotipo #primary ul.products li.product .button:hover,.tmw-btn:hover{border-color:var(--tmw-rose);background:var(--tmw-rose)}.tmw-biotipo #primary ul.products li.product .onsale{top:14px;left:14px;min-height:0;border-radius:0;background:var(--tmw-rose)}

/* Product and archive foundations; their structural overhaul remains separate. */
.tmw-biotipo .woocommerce-products-header__title{font-size:clamp(2rem,5vw,4rem);color:var(--tmw-ink)}.tmw-biotipo .woocommerce-tabs ul.tabs li a{font-family:'Space Grotesk',sans-serif}.tmw-biotipo .tmw-badge-hoy{border-radius:0;border-color:var(--tmw-rose);color:var(--tmw-rose-deep)}.tmw-biotipo .tmw-badge-hoy__dot{background:var(--tmw-rose)}.tmw-biotipo .tmw-badge-hoy__text strong{color:var(--tmw-ink)}.tmw-biotipo .tmw-guia{display:flex;gap:20px;align-items:flex-start;padding:28px;border:1px solid currentColor}.tmw-biotipo .tmw-guia__ico{display:grid;flex:0 0 52px;width:52px;height:52px;place-items:center;background:var(--tmw-soft);color:var(--tmw-rose)}.tmw-biotipo .tmw-guia__heading{margin:0 0 8px;font-size:1.45rem}.tmw-biotipo .tmw-guia__sub{margin:0 0 16px;line-height:1.5}.tmw-biotipo .tmw-guia__cta{display:inline-block;padding:11px 15px}.tmw-biotipo .tmw-porque-lead{color:var(--tmw-ink)}.tmw-biotipo .tmw-porque-cta{border-left:3px solid var(--tmw-rose);border-radius:0;background:var(--tmw-soft)}

.tmw-site-footer{padding:64px 0 0;background:#fff;border-top:1px solid var(--tmw-line)}.tmw-site-footer__grid{display:grid;grid-template-columns:1.4fr .8fr 1.1fr;gap:36px}.tmw-site-footer p{max-width:260px;color:var(--tmw-muted);line-height:1.5}.tmw-site-footer nav{display:grid;gap:10px;align-content:start}.tmw-site-footer nav a{text-decoration:none;font-weight:600}.tmw-site-footer nav a:hover{color:var(--tmw-rose)}.tmw-site-footer .tmw-guia{padding:0;border:0}.tmw-site-footer .tmw-guia__ico,.tmw-site-footer .tmw-guia__heading,.tmw-site-footer .tmw-guia__sub{display:none}.tmw-site-footer__legal{margin-top:48px;padding:16px 0;border-top:1px solid var(--tmw-line);color:var(--tmw-muted);font-size:.8rem}

@media (max-width:900px){.tmw-solution-grid,.tmw-trust-grid{grid-template-columns:repeat(2,1fr)}.tmw-tech-grid{grid-template-columns:repeat(2,1fr)}.tmw-home__featured ul.products,.tmw-biotipo #primary ul.products{grid-template-columns:repeat(2,1fr)}.tmw-site-footer__grid{grid-template-columns:1fr 1fr}.tmw-site-footer__grid>div:last-child{grid-column:1/-1}.tmw-nav__list{gap:14px}}
@media (max-width:640px){.tmw-shell,.tmw-home__container{width:min(100% - 28px,1180px)}.tmw-site-header__inner{min-height:64px;gap:12px}.tmw-nav{display:none}.tmw-mobile-menu{display:block;order:3}.tmw-mobile-menu summary{cursor:pointer;font-size:.78rem;font-weight:700;list-style:none}.tmw-mobile-menu summary::-webkit-details-marker{display:none}.tmw-mobile-menu__list{position:absolute;top:63px;right:14px;display:grid;gap:10px;min-width:190px;margin:0;padding:16px;list-style:none;border:1px solid var(--tmw-line);background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.12)}.tmw-mobile-menu__list a{font-size:.9rem;font-weight:600;text-decoration:none}.tmw-brand{font-size:.85rem}.tmw-cart-link{font-size:.78rem}.tmw-section{padding:68px 0}.tmw-home__hero{padding:92px 0}.tmw-home__hero h1{font-size:clamp(3rem,17vw,5.2rem)}.tmw-problem-nav a{padding:10px 13px;font-size:.83rem}.tmw-solution-grid,.tmw-trust-grid,.tmw-tech-grid,.tmw-home__featured ul.products,.tmw-biotipo #primary ul.products{grid-template-columns:1fr}.tmw-solution-grid a{min-height:190px}.tmw-home h2{font-size:2.25rem}.tmw-trust-grid div{min-height:unset}.tmw-biotipo .tmw-guia{flex-direction:column}.tmw-site-footer__grid{grid-template-columns:1fr}.tmw-site-footer__grid>div:last-child{grid-column:auto}}

/* Shop filters rail (V6.1): facetas nativas de WC, sin plugins. */
.tmw-biotipo .tmw-filters{display:flex;flex-wrap:wrap;gap:16px 30px;align-items:flex-start;margin:0 0 30px;padding:16px 18px;background:var(--tmw-soft);border:1px solid var(--tmw-line);border-radius:var(--tmw-radius)}.tmw-biotipo .tmw-filters__group{display:flex;flex-direction:column;gap:8px}.tmw-biotipo .tmw-filters__label{font-family:'Space Grotesk',sans-serif;font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--tmw-muted)}.tmw-biotipo .tmw-filters__chips{display:flex;flex-wrap:wrap;gap:6px}.tmw-biotipo .tmw-filters__chip{display:inline-block;padding:6px 13px;border:1px solid var(--tmw-line);border-radius:999px;background:#fff;color:var(--tmw-ink);font-size:.82rem;font-weight:600;text-decoration:none;transition:.14s ease}.tmw-biotipo .tmw-filters__chip:hover{border-color:var(--tmw-rose);color:var(--tmw-rose)}.tmw-biotipo .tmw-filters__chip.is-active{background:var(--tmw-rose);border-color:var(--tmw-rose);color:#fff}.tmw-biotipo .tmw-filters__clear{margin-left:auto;padding-top:14px;font-size:.8rem;font-weight:600;color:var(--tmw-muted);text-decoration:underline}.tmw-biotipo .tmw-filters__clear:hover{color:var(--tmw-rose)}.tmw-biotipo form.woocommerce-ordering select{border:1px solid var(--tmw-line);border-radius:999px;padding:8px 14px;background:#fff;color:var(--tmw-ink);font-family:'DM Sans',sans-serif;font-size:.85rem}
@media (max-width:640px){.tmw-biotipo .tmw-filters{gap:14px;border-radius:14px}.tmw-biotipo .tmw-filters__clear{margin-left:0;padding-top:0}}
