*,*::before,*::after{box-sizing:border-box}
:root{--ink:#18201d;--muted:#65706c;--line:rgba(24,32,29,.14);--white:#fff;--radius:22px;--shadow:0 18px 55px rgba(16,31,25,.11);--wrap:1240px;--narrow:820px}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}
button,input,textarea{font:inherit}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid var(--accent-text,var(--accent));outline-offset:3px}
.wrap{width:min(calc(100% - 40px),var(--wrap));margin-inline:auto}
.narrow{width:min(calc(100% - 40px),var(--narrow))}
.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}
.skip-link{position:fixed;left:18px;top:12px;z-index:9999;background:var(--primary);color:#fff;padding:9px 14px;border-radius:8px;transform:translateY(-150%)}
.skip-link:focus{transform:translateY(0)}
.ticker{background:var(--primary);color:#fff;font-size:13px;font-weight:650;letter-spacing:.025em}
.ticker-inner{display:flex;align-items:center;justify-content:space-between;min-height:35px;gap:20px}
.ticker a{text-decoration:none;border-bottom:1px solid rgba(255,255,255,.55)}
.site-header{position:relative;z-index:50;background:color-mix(in srgb,var(--paper) 94%,transparent);border-bottom:1px solid var(--line)}
.nav-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:42px;min-height:94px}
.brand{display:inline-flex;align-items:center;gap:11px;color:var(--primary);text-decoration:none;font-weight:850;letter-spacing:-.055em}
.brand-mark{width:46px;height:46px;flex:none}
.brand-wordmark{font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:1}
.primary-nav{justify-self:center}
.primary-nav ul,.footer-links,.site-footer .menu{display:flex;align-items:center;gap:28px;padding:0;margin:0;list-style:none}
.primary-nav a{position:relative;font-size:14px;font-weight:720;text-decoration:none}
.primary-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--accent);transition:right .2s ease}
.primary-nav a:hover::after,.primary-nav .current-menu-item a::after{right:0}
.search-link{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;transition:.2s ease}
.search-link:hover{background:var(--soft);border-color:transparent}
.search-link svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}
.menu-toggle{display:none;min-width:44px;min-height:44px;border:0;background:none;padding:7px}
.menu-toggle>span:not(.screen-reader-text){display:block;width:25px;height:2px;margin:5px;background:currentColor}
.site-main{overflow:hidden}
.hero{padding:78px 0 58px;background:radial-gradient(circle at 85% 10%,color-mix(in srgb,var(--soft) 52%,transparent),transparent 27%),var(--paper)}
.hero-intro{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:55px;align-items:end;margin-bottom:50px}
.hero-intro .overline{grid-column:1/-1;margin-bottom:-36px}
.overline,.kicker{color:var(--accent-text,var(--accent));font-size:12px;font-weight:850;letter-spacing:.15em;text-transform:uppercase;text-decoration:none}
.hero h1,.archive-hero h1,.article-header h1,.not-found h1{margin:0;color:var(--primary);font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.052em;line-height:.98;text-wrap:balance}
.hero h1{font-size:clamp(52px,7vw,104px)}
.hero-deck{max-width:520px;margin:0 0 7px;font-size:20px;color:#3d4843}
.featured-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.65fr);gap:28px}
.lead-story{position:relative;min-height:620px;border-radius:var(--radius);overflow:hidden;background:var(--primary);box-shadow:var(--shadow)}
.lead-story__image,.lead-story__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.lead-story__image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 32%,rgba(10,22,17,.82) 100%)}
.lead-story__content{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:44px;color:#fff}
.lead-story__content .meta-row{color:rgba(255,255,255,.8)}
.lead-story__content .kicker{color:#fff}
.lead-story h2{max-width:790px;margin:12px 0 13px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,58px);font-weight:500;line-height:1.02;letter-spacing:-.04em;text-wrap:balance}
.lead-story h2 a{text-decoration:none}
.lead-story__content>p{max-width:670px;margin:0 0 18px;color:rgba(255,255,255,.87)}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--accent-text,var(--accent));font-size:14px;font-weight:800;text-decoration:none}
.lead-story .text-link{color:#fff}
.text-link span{font-size:20px;transition:transform .2s ease}
.text-link:hover span{transform:translateX(4px)}
.side-stories{display:grid;grid-template-rows:repeat(3,1fr);gap:13px}
.story-card{min-width:0}
.story-card--compact{display:grid;grid-template-columns:145px 1fr;gap:17px;align-items:center;padding:13px;background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.85);border-radius:18px;transition:transform .2s ease,box-shadow .2s ease}
.story-card--compact:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(21,37,31,.08)}
.story-card__image{display:block;position:relative;aspect-ratio:1.46;overflow:hidden;border-radius:15px;background:var(--soft);text-decoration:none}
.story-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.story-card:hover .story-card__image img{transform:scale(1.035)}
.story-card--compact .story-card__image{aspect-ratio:1.05}
.story-card h2{margin:9px 0 8px;color:var(--primary);font-family:Georgia,"Times New Roman",serif;font-size:28px;font-weight:600;line-height:1.12;letter-spacing:-.025em;text-wrap:balance}
.story-card h2 a{text-decoration:none}
.story-card--compact h2{margin:6px 0;font-size:20px;line-height:1.08}
.story-card p{margin:0;color:var(--muted);font-size:15px}
.meta-row{display:flex;align-items:center;gap:11px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.09em}
.meta-row>*+*::before{content:"";display:inline-block;width:3px;height:3px;margin:0 9px 3px 0;background:currentColor;border-radius:50%;opacity:.55}
.image-fallback{display:grid;place-items:center;width:100%;height:100%;color:var(--primary);background:linear-gradient(145deg,var(--soft),color-mix(in srgb,var(--paper) 65%,#fff));text-decoration:none}
.image-fallback .brand-mark{width:54px;height:54px;opacity:.75}
.topic-strip{border-block:1px solid var(--line);background:rgba(255,255,255,.4)}
.topic-strip__inner{display:flex;align-items:center;gap:10px;padding-block:18px;overflow-x:auto;scrollbar-width:none}
.topic-strip__inner span{margin-right:8px;color:var(--primary);font-family:Georgia,"Times New Roman",serif;font-weight:700;white-space:nowrap}
.topic-strip a{padding:8px 14px;border:1px solid var(--line);border-radius:100px;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;transition:.2s ease}
.topic-strip a:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
.section{padding:92px 0}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}
.section-heading .overline{margin:0 0 9px}
.section-heading h2,.belief-grid h2,.collaborate-card h2{margin:0;color:var(--primary);font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,5vw,62px);font-weight:500;letter-spacing:-.045em;line-height:1.02;text-wrap:balance}
.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 26px}
.latest-section .story-card__image{aspect-ratio:1.42}
.belief-section{padding:96px 0;background:var(--primary);color:#fff}
.belief-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:90px;align-items:center}
.belief-grid h2{color:#fff}
.belief-grid .overline{color:var(--soft)}
.belief-grid>div>p:not(.overline){color:rgba(255,255,255,.75);max-width:530px}
.big-quote{margin:0;color:var(--paper);font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,6vw,78px);letter-spacing:-.05em;line-height:1.03}
.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border:0;border-radius:100px;background:var(--primary);color:#fff;font-size:14px;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.button:hover{transform:translateY(-2px);box-shadow:0 11px 28px rgba(20,37,30,.18)}
.button--light{margin-top:16px;background:var(--paper);color:var(--primary)}
.collaborate-section{background:linear-gradient(180deg,var(--paper),color-mix(in srgb,var(--soft) 36%,var(--paper)))}
.collaborate-card{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:60px;border:1px solid rgba(255,255,255,.8);border-radius:32px;background:rgba(255,255,255,.72);box-shadow:var(--shadow)}
.collaborate-card>div{max-width:800px}
.collaborate-card h2{font-size:clamp(38px,5vw,58px)}
.collaborate-card p:not(.overline){max-width:660px;margin-bottom:0;color:var(--muted)}
.archive-hero{padding:88px 0 74px;background:radial-gradient(circle at 80% 10%,color-mix(in srgb,var(--soft) 55%,transparent),transparent 32%);border-bottom:1px solid var(--line)}
.archive-hero .overline{margin:0 0 18px}
.archive-hero h1{font-size:clamp(54px,7vw,92px)}
.archive-hero p,.archive-description{max-width:650px;margin:24px 0 0;color:var(--muted);font-size:20px}
.pagination{padding:45px 0 0;text-align:center}
.nav-links{display:flex;justify-content:center;gap:10px}
.page-numbers{padding:8px 13px;border:1px solid var(--line);border-radius:9px;text-decoration:none}
.page-numbers.current{background:var(--primary);color:#fff;border-color:var(--primary)}
.article-header{padding:80px 0 46px;text-align:center}
.article-header__inner{margin-inline:auto}
.breadcrumbs{display:flex;justify-content:center;gap:8px;margin-bottom:22px;color:var(--muted);font-size:13px}.breadcrumbs a{color:var(--primary);font-weight:700}
.article-header .meta-row{justify-content:center}
.article-header h1{margin-top:19px;font-size:clamp(50px,7vw,92px)}
.article-deck{max-width:720px;margin:26px auto 0;color:var(--muted);font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1.4}
.article-byline{display:flex;justify-content:center;flex-wrap:wrap;gap:9px;margin-top:25px;color:var(--muted);font-size:13px;font-weight:650}.article-byline a{color:var(--primary)}
.article-hero{width:min(calc(100% - 40px),1380px);margin-bottom:62px}
.article-hero img{width:100%;max-height:800px;object-fit:cover;border-radius:28px}
.article-hero figcaption{margin:9px 10px 0;color:var(--muted);font-size:12px}
.article-layout{display:grid;grid-template-columns:150px minmax(0,760px) 150px;justify-content:center;gap:40px;margin-bottom:90px}
.article-content{grid-column:2;font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.82}
.article-content>*:first-child{margin-top:0}
.article-content h2,.article-content h3{margin:2em 0 .65em;color:var(--primary);font-family:Inter,ui-sans-serif,sans-serif;letter-spacing:-.035em;line-height:1.15}
.article-content h2{font-size:36px}.article-content h3{font-size:27px}
.article-content a{color:var(--primary);text-decoration-color:var(--accent)}
.article-content blockquote{margin:2em 0;padding:4px 0 4px 28px;border-left:4px solid var(--accent);color:var(--primary);font-size:26px;line-height:1.5}
.article-content ul,.article-content ol{padding-left:25px}
.article-content li{margin-block:9px}
.article-content figure{margin:2em 0}.article-content img{border-radius:18px}
.share-rail{grid-column:1;display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-top:8px;color:var(--muted);font-size:12px}
.share-rail>span{margin-bottom:5px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.share-rail a,.share-rail button{padding:0;border:0;background:none;color:var(--primary);font-weight:700;text-decoration:none;cursor:pointer}
.article-note{margin-top:55px;padding:27px;border-radius:18px;background:color-mix(in srgb,var(--soft) 37%,var(--paper));font-family:Inter,ui-sans-serif,sans-serif;font-size:15px}
.article-note p{margin:6px 0 0}
.related{border-top:1px solid var(--line)}
.page-content{padding:72px 0 100px}
.prose{font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.82}
.prose h2,.prose h3{margin:1.8em 0 .6em;color:var(--primary);font-family:Inter,ui-sans-serif,sans-serif;line-height:1.15;letter-spacing:-.035em}
.prose h2{font-size:38px}.prose h3{font-size:27px}
.prose .wp-block-group{margin:45px 0;padding:32px;border-radius:22px;background:rgba(255,255,255,.68)}
.legal-table-wrap{max-width:100%;margin:1.6em 0;overflow-x:auto;border:1px solid var(--line);border-radius:14px;background:#fff}
.legal-table-wrap table{width:100%;min-width:680px;border-collapse:collapse;font-family:Inter,ui-sans-serif,sans-serif;font-size:14px;line-height:1.5}
.legal-table-wrap th,.legal-table-wrap td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.legal-table-wrap th{background:color-mix(in srgb,var(--soft) 42%,#fff);color:var(--primary);font-size:12px;text-transform:uppercase;letter-spacing:.05em}
.legal-table-wrap tr:last-child td{border-bottom:0}
.contact-form{margin-top:42px;padding:36px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.7);font-family:Inter,ui-sans-serif,sans-serif;font-size:15px}
.contact-form p{margin:0 0 22px}.contact-form label{display:block;color:var(--primary);font-weight:750}.contact-form input[type="text"],.contact-form input[type="email"],.contact-form select,.contact-form textarea{width:100%;margin-top:7px;padding:13px 15px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink)}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:3px solid color-mix(in srgb,var(--soft) 70%,transparent);border-color:var(--primary)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form .form-consent label{color:var(--muted);font-weight:500}.form-consent input{margin-right:7px}.form-honeypot{position:absolute!important;left:-9999px!important}.form-message{margin:30px 0 0;padding:16px 19px;border-radius:12px;font-family:Inter,ui-sans-serif,sans-serif;font-size:15px}.form-message--success{background:#dff2e8;color:#174b32}.form-message--error{background:#f8dfda;color:#72291c}
.not-found{padding:130px 0}
.not-found h1{font-size:clamp(55px,8vw,100px)}
.not-found p{font-size:20px;color:var(--muted)}
.not-found-actions{display:flex;align-items:center;gap:25px;margin-top:30px}
.search-form{display:flex;gap:8px}.search-field{min-width:260px;padding:12px 16px;border:1px solid var(--line);border-radius:100px;background:#fff}.search-submit{padding:12px 18px;border:0;border-radius:100px;background:var(--primary);color:#fff;font-weight:800}
.site-footer{padding:74px 0 24px;background:#121c18;color:rgba(255,255,255,.75)}
.footer-grid{display:grid;grid-template-columns:1.4fr .75fr .85fr;gap:80px}
.brand-footer{color:#fff}.brand-footer .brand-mark{width:39px}.brand-footer .brand-wordmark{font-size:29px}
.footer-grid>div:first-child>p{max-width:430px;font-size:15px}
.site-footer h2{margin:4px 0 20px;color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.13em}
.site-footer .menu,.footer-links{flex-direction:column;align-items:flex-start;gap:9px}
.site-footer a{font-size:14px;text-decoration:none}.site-footer a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:30px;margin-top:60px;padding-top:19px;border-top:1px solid rgba(255,255,255,.12);font-size:12px}
.footer-bottom p{margin:0}

/* Mascotic: una revista visual y desenfadada, no una variación de DogPlanet. */
.brand-mascotic{--ink:#16213d;--muted:#5b6478;--line:rgba(22,33,61,.16);--radius:18px;--shadow:0 18px 45px rgba(22,33,61,.12)}
.brand-mascotic .ticker{background:#ffd84d;color:#16213d;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.brand-mascotic .ticker a{border-color:rgba(22,33,61,.45)}
.brand-mascotic .site-header{background:#fff;border-bottom:3px solid var(--primary)}
.brand-mascotic .nav-row{min-height:86px}
.brand-mascotic .brand{gap:9px;letter-spacing:-.065em}
.brand-mascotic .brand-wordmark{font-family:Arial,Helvetica,sans-serif;font-size:36px;font-weight:950}
.brand-mascotic .brand-mark{width:43px;height:43px}
.brand-mascotic .primary-nav a{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.055em}
.brand-mascotic .search-link{border:2px solid var(--primary);border-radius:12px}
.brand-mascotic .site-main{background:#f6f7fb}
.mascotic-cover{padding:64px 0 74px;background:linear-gradient(180deg,#fff 0,#fff 57%,#bddff4 57%,#bddff4 100%)}
.mascotic-masthead{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.55fr);gap:80px;align-items:end;margin-bottom:44px}
.mascotic-label{margin:0 0 15px;color:var(--accent-text);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.16em}
.mascotic-masthead h1{max-width:900px;margin:0;color:#16213d;font-family:Arial,Helvetica,sans-serif;font-size:clamp(60px,7.7vw,112px);font-weight:950;letter-spacing:-.075em;line-height:.84;text-wrap:balance}
.mascotic-intro{padding:21px 0 5px;border-top:4px solid #16213d}
.mascotic-intro span{display:block;margin-bottom:20px;color:var(--accent-text);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.13em}
.mascotic-intro p{margin:0;color:#16213d;font-size:17px;font-weight:650;line-height:1.5}
.mascotic-bento{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(320px,.68fr);gap:18px}
.mascotic-lead{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);min-height:560px;overflow:hidden;border:3px solid #16213d;border-radius:22px;background:#fff;box-shadow:8px 8px 0 #16213d}
.mascotic-lead__image{display:block;min-height:100%;overflow:hidden;background:#d6e7f2}
.mascotic-lead__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.mascotic-lead:hover .mascotic-lead__image img{transform:scale(1.025)}
.mascotic-lead__copy{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:38px 34px;background:#ffd84d}
.mascotic-chip{padding:6px 10px;border:2px solid currentColor;border-radius:7px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.11em}
.mascotic-lead h2{margin:20px 0 16px;color:#16213d;font-family:Arial,Helvetica,sans-serif;font-size:clamp(36px,3.3vw,53px);font-weight:950;letter-spacing:-.06em;line-height:.94;text-wrap:balance}
.mascotic-lead h2 a,.mascotic-mini h2 a{text-decoration:none}
.mascotic-lead__copy>p{margin:0 0 28px;color:#293550;font-size:15px;line-height:1.55}
.mascotic-arrow{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#16213d;color:#fff;font-size:25px;font-weight:900;text-decoration:none;transition:transform .2s ease}
.mascotic-arrow:hover{transform:rotate(8deg) scale(1.06)}
.mascotic-stack{display:grid;grid-template-rows:repeat(3,1fr);gap:18px}
.mascotic-mini{display:grid;grid-template-columns:44% 1fr;min-height:0;overflow:hidden;border:3px solid #16213d;border-radius:18px;background:#fff}
.mascotic-mini--2{background:#ff6b4a;color:#16213d}
.mascotic-mini--3{background:#16213d;color:#fff}
.mascotic-mini__image{display:block;min-height:100%;overflow:hidden;background:#ddd}
.mascotic-mini__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.mascotic-mini:hover img{transform:scale(1.05)}
.mascotic-mini>div{display:flex;flex-direction:column;justify-content:center;padding:19px 17px}
.mascotic-mini>div>span{font-size:9px;font-weight:950;text-transform:uppercase;letter-spacing:.11em}
.mascotic-mini h2{margin:8px 0 0;font-family:Arial,Helvetica,sans-serif;font-size:21px;font-weight:950;letter-spacing:-.04em;line-height:1.04;text-wrap:balance}
.mascotic-topics{border-block:3px solid #16213d;background:#fff}
.mascotic-topics .wrap{display:flex;align-items:center;gap:10px;padding-block:17px;overflow-x:auto;scrollbar-width:none}
.mascotic-topics strong{margin-right:12px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}
.mascotic-topics a{padding:7px 12px;border:2px solid #16213d;border-radius:7px;background:#f6f7fb;font-size:12px;font-weight:850;text-decoration:none;white-space:nowrap}
.mascotic-topics a:nth-of-type(3n+1){background:#ffd84d}.mascotic-topics a:nth-of-type(3n+2){background:#bddff4}.mascotic-topics a:nth-of-type(3n){background:#ffb4a3}
.mascotic-feed{padding:92px 0 105px;background:#f6f7fb}
.mascotic-section-title{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:35px}
.mascotic-section-title span{color:var(--accent-text);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.14em}
.mascotic-section-title h2{margin:4px 0 0;color:#16213d;font-family:Arial,Helvetica,sans-serif;font-size:clamp(44px,5.4vw,74px);font-weight:950;letter-spacing:-.065em;line-height:.92}
.mascotic-section-title>a{padding-bottom:5px;border-bottom:3px solid #ff6b4a;font-size:13px;font-weight:900;text-decoration:none;white-space:nowrap}
.mascotic-feed-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.brand-mascotic .mascotic-feed-grid .story-card{padding:12px 12px 20px;border:2px solid #16213d;border-radius:16px;background:#fff;box-shadow:4px 4px 0 #16213d}
.brand-mascotic .mascotic-feed-grid .story-card:nth-child(even){transform:translateY(22px)}
.brand-mascotic .story-card__image{border-radius:9px}
.brand-mascotic .story-card h2,.brand-mascotic .archive-hero h1,.brand-mascotic .article-header h1,.brand-mascotic .section-heading h2,.brand-mascotic .collaborate-card h2,.brand-mascotic .not-found h1{font-family:Arial,Helvetica,sans-serif;font-weight:950;letter-spacing:-.055em}
.brand-mascotic .mascotic-feed-grid .story-card h2{font-size:24px;line-height:1.02}
.brand-mascotic .mascotic-feed-grid .story-card p{font-size:14px;line-height:1.5}
.mascotic-statement{padding:112px 0;background:#16213d;color:#fff}
.mascotic-statement .wrap{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.5fr);gap:100px;align-items:end}
.mascotic-statement>.wrap>p{margin:0;font-family:Arial,Helvetica,sans-serif;font-size:clamp(53px,7.2vw,98px);font-weight:950;letter-spacing:-.07em;line-height:.86}
.mascotic-statement em{color:#ff6b4a;font-style:normal}
.mascotic-statement .wrap>div{padding-top:22px;border-top:4px solid #ff6b4a}
.mascotic-statement .wrap>div span{color:#bddff4;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.13em}
.mascotic-statement .wrap>div p{color:#fff;font-size:17px;line-height:1.55}
.mascotic-statement .wrap>div a{color:#ffd84d;font-size:13px;font-weight:900}
.mascotic-collab{padding:110px 0;background:#ff6b4a;color:#16213d}
.mascotic-collab .wrap{position:relative}
.mascotic-collab span{font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.15em}
.mascotic-collab h2{max-width:980px;margin:12px 0 20px;font-family:Arial,Helvetica,sans-serif;font-size:clamp(50px,7vw,96px);font-weight:950;letter-spacing:-.07em;line-height:.88;text-wrap:balance}
.mascotic-collab p{max-width:610px;margin:0;font-size:18px;font-weight:650}
.mascotic-collab-button{display:inline-flex;margin-top:35px;padding:15px 21px;border:3px solid #16213d;border-radius:10px;background:#ffd84d;box-shadow:5px 5px 0 #16213d;font-size:14px;font-weight:950;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.mascotic-collab-button:hover{transform:translate(3px,3px);box-shadow:2px 2px 0 #16213d}
.brand-mascotic .archive-hero{background:linear-gradient(135deg,#bddff4 0 68%,#ffd84d 68%);border-bottom:3px solid #16213d}
.brand-mascotic .article-deck,.brand-mascotic .article-content,.brand-mascotic .prose{font-family:Arial,Helvetica,sans-serif}
.brand-mascotic .article-header h1{font-size:clamp(52px,7.5vw,100px);line-height:.9}
.brand-mascotic .article-hero img{border:3px solid #16213d;border-radius:16px;box-shadow:8px 8px 0 #16213d}
.brand-mascotic .article-content{font-size:19px;line-height:1.75}
.brand-mascotic .article-content h2,.brand-mascotic .article-content h3,.brand-mascotic .prose h2,.brand-mascotic .prose h3{font-weight:950}
.brand-mascotic .site-footer{background:#16213d;border-top:10px solid #ffd84d}
.brand-mascotic .brand-footer .brand-wordmark{font-size:31px}
.cookie-settings-link{padding:0;border:0;background:none;color:inherit;font:inherit;font-size:14px;cursor:pointer;text-align:left}
.cookie-settings-link:hover{color:#fff}
.cookie-consent{position:fixed;z-index:9998;right:22px;bottom:22px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;width:min(calc(100% - 44px),760px);padding:24px;border:2px solid var(--primary);border-radius:18px;background:#fff;color:var(--ink);box-shadow:0 22px 70px rgba(0,0,0,.24)}
.cookie-consent[hidden]{display:none}
.cookie-consent__copy strong{display:block;color:var(--primary);font-family:Georgia,"Times New Roman",serif;font-size:24px;line-height:1.1}
.cookie-consent__copy p{margin:9px 0 5px;color:var(--muted);font-size:14px;line-height:1.5}
.cookie-consent__copy a{font-size:12px;font-weight:800}
.cookie-consent__actions{display:flex;gap:9px;white-space:nowrap}
.cookie-consent__actions button{padding:11px 15px;border:2px solid var(--primary);border-radius:100px;background:#fff;color:var(--primary);font-size:13px;font-weight:850;cursor:pointer}
.cookie-consent__actions button:hover,.cookie-consent__actions button:focus-visible{background:var(--primary);color:#fff}
.brand-mascotic .cookie-consent{border:3px solid #16213d;border-radius:14px;box-shadow:6px 6px 0 #16213d}
.brand-mascotic .cookie-consent__copy strong{font-family:Arial,Helvetica,sans-serif;font-weight:950;letter-spacing:-.035em}
.brand-mascotic .cookie-consent__actions button{border-radius:8px}
@media(max-width:1050px){.nav-row{gap:22px}.primary-nav ul{gap:17px}.hero-intro{grid-template-columns:1fr}.hero-intro .overline{margin-bottom:-38px}.featured-grid{grid-template-columns:1fr}.lead-story{min-height:600px}.side-stories{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.belief-grid{gap:45px}.article-layout{grid-template-columns:110px minmax(0,740px);gap:28px}.article-content{grid-column:2}.collaborate-card{padding:45px}}
@media(max-width:820px){.ticker-inner>span{display:none}.ticker-inner{justify-content:center}.nav-row{grid-template-columns:auto 1fr auto;min-height:76px}.brand-wordmark{font-size:29px}.brand-mark{width:39px;height:39px}.menu-toggle{display:block;justify-self:end;grid-column:2}.search-link{grid-column:3}.primary-nav{display:none;position:absolute;left:0;right:0;top:111px;padding:22px 20px 28px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 15px 30px rgba(0,0,0,.08)}.primary-nav.is-open{display:block}.primary-nav ul{flex-direction:column;align-items:flex-start}.hero{padding-top:55px}.hero-intro{gap:22px;margin-bottom:35px}.hero-intro .overline{margin:0}.featured-grid{width:100%}.lead-story{min-height:580px;border-radius:0}.lead-story__content{padding:30px 20px}.side-stories{padding-inline:20px}.card-grid{grid-template-columns:repeat(2,1fr)}.belief-grid{grid-template-columns:1fr}.collaborate-card{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.article-layout{display:block;width:min(calc(100% - 40px),760px)}.share-rail{flex-direction:row;align-items:center;margin-bottom:28px}.share-rail>span{margin:0}.article-content{font-size:19px}}
@media(max-width:580px){.wrap,.narrow{width:min(calc(100% - 30px),var(--wrap))}.hero h1{font-size:50px}.hero-deck{font-size:18px}.featured-grid{width:100%}.lead-story{min-height:530px}.lead-story h2{font-size:36px}.lead-story__content>p{display:none}.side-stories{grid-template-columns:1fr}.story-card--compact{grid-template-columns:118px 1fr}.card-grid{grid-template-columns:1fr}.section{padding:70px 0}.section-heading{align-items:flex-start;flex-direction:column}.belief-section{padding:74px 0}.big-quote{font-size:46px}.collaborate-card{width:100%;padding:40px 22px;border-radius:0}.archive-hero{padding:66px 0 55px}.archive-hero h1,.article-header h1{font-size:49px}.article-header{padding:60px 0 35px}.article-deck{font-size:21px}.article-byline{flex-wrap:wrap}.article-hero{width:100%;margin-bottom:44px}.article-hero img{border-radius:0}.article-content h2{font-size:31px}.article-content h3{font-size:25px}.footer-grid{grid-template-columns:1fr;gap:38px}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:10px}.not-found-actions{align-items:stretch;flex-direction:column}.search-form{width:100%}.search-field{min-width:0;width:100%}.form-grid{grid-template-columns:1fr}.contact-form{padding:25px 18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
@media(max-width:1050px){.mascotic-masthead{gap:42px}.mascotic-bento{grid-template-columns:1fr}.mascotic-stack{grid-template-columns:repeat(3,1fr);grid-template-rows:auto}.mascotic-mini{grid-template-columns:1fr}.mascotic-mini__image{aspect-ratio:1.45}.mascotic-feed-grid{grid-template-columns:repeat(2,1fr)}.mascotic-statement .wrap{gap:50px}}
@media(max-width:820px){.brand-mascotic .primary-nav{top:114px;background:#fff;border-bottom:3px solid #16213d}.mascotic-cover{padding-top:48px}.mascotic-masthead{grid-template-columns:1fr;gap:30px}.mascotic-masthead h1{font-size:clamp(58px,13vw,86px)}.mascotic-intro{max-width:540px}.mascotic-lead{grid-template-columns:1fr;min-height:0}.mascotic-lead__image{aspect-ratio:1.45}.mascotic-lead__copy{min-height:360px}.mascotic-stack{grid-template-columns:1fr 1fr}.mascotic-mini:last-child{grid-column:1/-1;grid-template-columns:40% 1fr}.mascotic-mini:last-child .mascotic-mini__image{aspect-ratio:1.8}.mascotic-statement .wrap{grid-template-columns:1fr}.mascotic-statement>.wrap>p{font-size:clamp(52px,11vw,78px)}}
@media(max-width:580px){.brand-mascotic .brand-wordmark{font-size:28px}.brand-mascotic .brand-mark{width:37px;height:37px}.mascotic-cover{padding:38px 0 56px;background:linear-gradient(180deg,#fff 0,#fff 43%,#bddff4 43%,#bddff4 100%)}.mascotic-masthead{margin-bottom:32px}.mascotic-masthead h1{font-size:55px;line-height:.88}.mascotic-bento{width:min(calc(100% - 20px),var(--wrap));gap:12px}.mascotic-lead{border-radius:15px;box-shadow:5px 5px 0 #16213d}.mascotic-lead__image{aspect-ratio:1.18}.mascotic-lead__copy{min-height:0;padding:28px 23px}.mascotic-lead h2{font-size:37px}.mascotic-lead__copy>p{font-size:14px}.mascotic-stack{grid-template-columns:1fr;gap:12px}.mascotic-mini,.mascotic-mini:last-child{grid-column:auto;grid-template-columns:42% 1fr;min-height:160px}.mascotic-mini__image,.mascotic-mini:last-child .mascotic-mini__image{aspect-ratio:auto}.mascotic-mini h2{font-size:20px}.mascotic-topics .wrap{width:100%;padding-inline:15px}.mascotic-feed{padding:72px 0 82px}.mascotic-section-title{align-items:flex-start;flex-direction:column;gap:18px}.mascotic-section-title h2{font-size:48px}.mascotic-feed-grid{grid-template-columns:1fr;gap:22px}.brand-mascotic .mascotic-feed-grid .story-card:nth-child(even){transform:none}.brand-mascotic .mascotic-feed-grid .story-card h2{font-size:29px}.mascotic-statement{padding:78px 0}.mascotic-statement .wrap{gap:48px}.mascotic-statement>.wrap>p{font-size:49px}.mascotic-collab{padding:78px 0}.mascotic-collab h2{font-size:51px}.brand-mascotic .article-hero img{border-inline:0;border-radius:0;box-shadow:none}.brand-mascotic .archive-hero h1,.brand-mascotic .article-header h1{font-size:50px}.cookie-consent{right:10px;bottom:10px;grid-template-columns:1fr;width:calc(100% - 20px);padding:20px 18px;border-radius:14px}.cookie-consent__copy strong{font-size:22px}.cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr}.cookie-consent__actions button{white-space:normal}}

/* Fideliza2: cuaderno de estrategia, preciso y humano. */
.brand-fideliza2{--ink:#102a43;--muted:#536678;--line:rgba(16,42,67,.18);background:#f4f0e8;font-family:Arial,Helvetica,sans-serif}
.brand-fideliza2 .ticker{background:#a8e6df;color:#102a43}.brand-fideliza2 .ticker a{border-color:#102a43}
.brand-fideliza2 .site-header{background:#f4f0e8;border-bottom:2px solid #102a43}.brand-fideliza2 .brand-wordmark{font-family:Arial,Helvetica,sans-serif;font-weight:950;letter-spacing:-.07em}
.brand-fideliza2 .primary-nav a{font-weight:850}.brand-fideliza2 .search-link{border:2px solid #102a43;border-radius:12px}
.f2-hero{padding:72px 0 0;background:linear-gradient(180deg,#f4f0e8 0 76%,#102a43 76%)}
.f2-hero__grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(290px,.7fr);gap:70px;align-items:end;margin-bottom:58px}
.f2-kicker{margin:0 0 17px;color:#ff6b35;font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.f2-hero h1{max-width:900px;margin:0;font-size:clamp(58px,8vw,112px);font-weight:950;letter-spacing:-.075em;line-height:.88;text-wrap:balance}
.f2-hero__copy>p:not(.f2-kicker){max-width:690px;margin:28px 0;color:#536678;font-size:21px;line-height:1.55}
.f2-button{display:inline-flex;align-items:center;gap:22px;padding:14px 17px;border:2px solid #102a43;background:#fff;color:#102a43;font-size:14px;font-weight:900;text-decoration:none;box-shadow:6px 6px 0 #ff6b35}.f2-button:hover{transform:translate(-2px,-2px);box-shadow:9px 9px 0 #ff6b35}
.f2-number{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;align-items:end;padding:28px;border:3px solid #102a43;background:#a8e6df;box-shadow:12px 12px 0 #102a43;line-height:.75}.f2-number span,.f2-number strong{font-size:clamp(105px,14vw,190px);font-weight:950;letter-spacing:-.12em}.f2-number strong{color:#ff6b35}.f2-number small{grid-column:1/-1;margin-top:22px;font-size:17px;font-weight:900;letter-spacing:.24em;text-transform:uppercase}
.f2-feature{display:grid;grid-template-columns:1.2fr .8fr;min-height:570px;background:#fff;box-shadow:12px 12px 0 #ff6b35}.f2-feature__image{min-height:480px;overflow:hidden}.f2-feature__image img{width:100%;height:100%;object-fit:cover}.f2-feature__copy{display:flex;flex-direction:column;justify-content:center;padding:52px}.f2-chip{align-self:flex-start;padding:6px 9px;background:#a8e6df;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.f2-feature h2{margin:20px 0 17px;font-size:clamp(36px,4.2vw,62px);line-height:.98;letter-spacing:-.055em}.f2-feature h2 a{text-decoration:none}.f2-feature__copy>p{color:#536678}.f2-meta{display:flex;justify-content:space-between;gap:18px;margin-top:18px;padding-top:18px;border-top:1px solid #ccd5db;font-size:13px;font-weight:850}.f2-meta a{color:#ff6b35;text-decoration:none}
.f2-principles{padding:110px 0 85px;background:#102a43;color:#fff}.f2-principles__grid{display:grid;grid-template-columns:repeat(3,1fr)}.f2-principles__grid>div{padding:8px 40px 12px;border-right:1px solid rgba(255,255,255,.22)}.f2-principles__grid>div:first-child{padding-left:0}.f2-principles__grid>div:last-child{border:0}.f2-principles strong{color:#a8e6df;font-size:13px;letter-spacing:.16em}.f2-principles h2{margin:18px 0 10px;font-size:29px;line-height:1.05}.f2-principles p{margin:0;color:rgba(255,255,255,.66)}
.f2-topics{background:#a8e6df;border-bottom:2px solid #102a43}.f2-topics .wrap{display:flex;gap:14px;align-items:center;padding-block:20px;overflow:auto}.f2-topics span{margin-right:8px;font-weight:900;white-space:nowrap}.f2-topics a{padding:8px 13px;border:1px solid #102a43;background:#fff;font-size:12px;font-weight:850;text-decoration:none;white-space:nowrap}
.f2-notes{padding:94px 0 112px}.f2-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.f2-section-head span{color:#ff6b35;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.f2-section-head h2{margin:8px 0 0;font-size:clamp(42px,5vw,70px);line-height:.95;letter-spacing:-.055em}.f2-section-head>a{font-weight:850;text-decoration:none}.f2-notes__grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.f2-note{display:grid;grid-template-columns:44% 1fr;border-top:3px solid #102a43;background:#fff}.f2-note__image{min-height:250px;overflow:hidden}.f2-note__image img{width:100%;height:100%;object-fit:cover}.f2-note>div{padding:25px}.f2-note span{color:#ff6b35;font-size:11px;font-weight:900;text-transform:uppercase}.f2-note h2{margin:9px 0;font-size:27px;line-height:1.06;letter-spacing:-.04em}.f2-note h2 a{text-decoration:none}.f2-note p{margin:0;color:#536678;font-size:14px}.f2-notes__grid .f2-note:first-child{grid-column:1/-1;grid-template-columns:1.15fr .85fr}.f2-notes__grid .f2-note:first-child h2{font-size:42px}
.f2-collab{padding:52px 0;background:#ff6b35;color:#102a43}.f2-collab .wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}.f2-collab p{max-width:850px;margin:0;font-size:clamp(27px,3.2vw,43px);font-weight:950;line-height:1.05;letter-spacing:-.045em}.f2-collab a{padding:13px 17px;border:2px solid #102a43;background:#fff;font-weight:900;text-decoration:none;white-space:nowrap}
.brand-fideliza2 .archive-hero,.brand-fideliza2 .article-header{background:#a8e6df;text-align:left}.brand-fideliza2 .archive-hero h1,.brand-fideliza2 .article-header h1{font-family:Arial,Helvetica,sans-serif;font-weight:950;letter-spacing:-.065em}.brand-fideliza2 .article-header .meta-row,.brand-fideliza2 .article-byline{justify-content:flex-start}.brand-fideliza2 .article-deck,.brand-fideliza2 .article-content,.brand-fideliza2 .prose{font-family:Arial,Helvetica,sans-serif}.brand-fideliza2 .article-hero img{border-radius:0;box-shadow:10px 10px 0 #ff6b35}.brand-fideliza2 .site-footer{background:#102a43}.brand-fideliza2 .cookie-consent{border-radius:0;box-shadow:8px 8px 0 #ff6b35}

/* ParaDespedidas: guía festiva, gráfica y sin clichés de catálogo. */
.brand-paradespedidas{--ink:#291749;--muted:#6c5b79;--line:rgba(41,23,73,.18);background:#fff8ee;font-family:Arial,Helvetica,sans-serif}
.brand-paradespedidas .ticker{background:#291749}.brand-paradespedidas .site-header{background:#fff8ee;border-bottom:3px solid #291749}.brand-paradespedidas .brand-wordmark{font-family:Arial,Helvetica,sans-serif;font-size:31px;font-weight:950;letter-spacing:-.06em}.brand-paradespedidas .primary-nav a{font-weight:900}.brand-paradespedidas .search-link{border:2px solid #291749;background:#ffca5a}
.pd-hero{padding:74px 0 105px;background:radial-gradient(circle at 8% 18%,#ffd7e3 0 12%,transparent 12.3%),linear-gradient(135deg,#fff8ee 0 60%,#ffca5a 60%)}.pd-hero__grid{display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center}.pd-sticker{display:inline-block;transform:rotate(-3deg);padding:8px 13px;background:#f04578;color:#fff;font-size:13px;font-weight:950;letter-spacing:.05em;text-transform:uppercase;box-shadow:4px 4px 0 #291749}.pd-hero__copy>p{margin:28px 0 12px;font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.pd-hero h1{margin:0;font-size:clamp(58px,7.3vw,105px);font-weight:950;line-height:.86;letter-spacing:-.075em;text-wrap:balance}.pd-intro{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;margin-top:30px}.pd-intro p{margin:0;color:#6c5b79;font-size:20px}.pd-intro a,.pd-button{padding:13px 17px;border:2px solid #291749;border-radius:100px;background:#291749;color:#fff;font-weight:900;text-decoration:none;white-space:nowrap}
.pd-collage{position:relative;min-height:630px}.pd-photo{position:absolute;display:block;width:62%;padding:10px 10px 34px;background:#fff;color:#291749;text-decoration:none;box-shadow:0 18px 45px rgba(41,23,73,.2)}.pd-photo img{width:100%;height:100%;object-fit:cover}.pd-photo span{display:block;padding-top:9px;font-family:Georgia,serif;font-size:13px;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pd-photo--1{top:3%;left:5%;height:350px;transform:rotate(-6deg);z-index:2}.pd-photo--2{right:0;top:19%;height:330px;transform:rotate(7deg);z-index:3}.pd-photo--3{left:20%;bottom:0;height:300px;transform:rotate(2deg);z-index:4}.pd-doodle{position:absolute;right:9%;top:2%;z-index:5;color:#f04578;font-size:70px;transform:rotate(12deg)}
.pd-quick{border-block:3px solid #291749;background:#6c4cff;color:#fff}.pd-quick .wrap{display:flex;align-items:center;gap:12px;padding-block:18px;overflow:auto}.pd-quick strong{margin-right:12px;white-space:nowrap}.pd-quick a{padding:8px 13px;border:2px solid #fff;border-radius:100px;font-size:13px;font-weight:900;text-decoration:none;white-space:nowrap}.pd-quick a:hover{background:#ffca5a;color:#291749;border-color:#ffca5a}
.pd-plans{padding:100px 0}.pd-plans>div>header{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:50px}.pd-plans header span{color:#f04578;font-size:12px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.pd-plans header h2{margin:8px 0 0;font-size:clamp(45px,6vw,79px);font-weight:950;line-height:.9;letter-spacing:-.065em}.pd-plans header p{margin:0;color:#6c5b79;font-size:19px}.pd-plans__grid{display:grid;grid-template-columns:1fr 1fr;gap:36px 24px}.pd-plan{overflow:hidden;border:3px solid #291749;border-radius:28px;background:#fff;box-shadow:8px 8px 0 #ffca5a}.pd-plan>a{display:block;aspect-ratio:1.55;overflow:hidden}.pd-plan>a img{width:100%;height:100%;object-fit:cover}.pd-plan>div{padding:27px}.pd-plan span{color:#f04578;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.pd-plan h2{margin:9px 0;font-size:34px;line-height:1;letter-spacing:-.045em}.pd-plan h2 a{text-decoration:none}.pd-plan p{margin:0;color:#6c5b79;font-size:15px}.pd-plan--2,.pd-plan--4{transform:translateY(38px);box-shadow:8px 8px 0 #6c4cff}
.pd-manifesto{padding:100px 0;background:#291749;color:#fff}.pd-manifesto .wrap{display:grid;grid-template-columns:1fr .8fr;gap:90px;align-items:center}.pd-manifesto>.wrap>p{margin:0;color:#ffca5a;font-size:clamp(46px,6vw,80px);font-weight:950;line-height:.9;letter-spacing:-.06em}.pd-manifesto span{color:#f04578;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.pd-manifesto h2{font-size:30px;line-height:1.15}.pd-manifesto a{color:#ffca5a;font-weight:850}
.pd-last{padding:100px 0;background:#ffd7e3}.pd-last .wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:55px;align-items:center}.pd-last__image{overflow:hidden;border:3px solid #291749;border-radius:50% 50% 8% 8%;box-shadow:10px 10px 0 #f04578}.pd-last__image img{width:100%;height:520px;object-fit:cover}.pd-last span{font-weight:900;text-transform:uppercase;letter-spacing:.12em}.pd-last h2{margin:13px 0;font-size:clamp(42px,5vw,68px);line-height:.94;letter-spacing:-.055em}.pd-last h2 a{text-decoration:none}.pd-last p{margin-bottom:28px;color:#6c5b79;font-size:18px}
.pd-collab{padding:94px 0;text-align:center;background:#ffca5a}.pd-collab span{font-weight:950;text-transform:uppercase;letter-spacing:.13em}.pd-collab h2{max-width:900px;margin:16px auto 28px;font-size:clamp(49px,6vw,82px);line-height:.9;letter-spacing:-.065em}.pd-collab a{display:inline-block;padding:14px 21px;border:3px solid #291749;border-radius:100px;background:#fff;color:#291749;font-weight:950;text-decoration:none;box-shadow:5px 5px 0 #f04578}
.brand-paradespedidas .archive-hero{background:#ffca5a;border-bottom:3px solid #291749}.brand-paradespedidas .archive-hero h1,.brand-paradespedidas .article-header h1{font-family:Arial,Helvetica,sans-serif;font-weight:950;letter-spacing:-.065em}.brand-paradespedidas .article-header{background:#ffd7e3}.brand-paradespedidas .article-deck,.brand-paradespedidas .article-content,.brand-paradespedidas .prose{font-family:Arial,Helvetica,sans-serif}.brand-paradespedidas .article-hero img{border:3px solid #291749;border-radius:28px;box-shadow:10px 10px 0 #ffca5a}.brand-paradespedidas .site-footer{background:#291749;border-top:10px solid #f04578}.brand-paradespedidas .cookie-consent{border:3px solid #291749;box-shadow:7px 7px 0 #ffca5a}

/* Maletas para Moto: revista de ruta y taller. */
.brand-maletasparamoto{--ink:#171a1f;--muted:#68655f;--line:rgba(23,26,31,.2);background:#f2efe8;font-family:Arial,Helvetica,sans-serif}
.brand-maletasparamoto .ticker{background:#f06b2d;color:#171a1f}.brand-maletasparamoto .ticker a{border-color:#171a1f}.brand-maletasparamoto .site-header{background:#171a1f;color:#fff;border-bottom:1px solid #45484d}.brand-maletasparamoto .brand{color:#fff}.brand-maletasparamoto .brand-wordmark{font-family:"Arial Narrow",Impact,Arial,sans-serif;font-size:30px;font-weight:900;letter-spacing:-.025em;text-transform:uppercase}.brand-maletasparamoto .primary-nav a{font-family:"Arial Narrow",Arial,sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.brand-maletasparamoto .search-link{border-color:#666b72}.brand-maletasparamoto .menu-toggle{color:#fff}
.mpm-hero{padding:44px 0 78px;background:#171a1f;color:#fff}.mpm-hero__head{display:flex;justify-content:space-between;gap:30px;padding-bottom:22px;border-bottom:1px solid #4b4d50;color:#a9abae;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.mpm-hero__head p{margin:0;color:#f06b2d}.mpm-hero__title{display:grid;grid-template-columns:1.45fr .55fr;gap:70px;align-items:end;padding:54px 0}.mpm-hero h1{margin:0;font-family:"Arial Narrow",Impact,Arial,sans-serif;font-size:clamp(62px,8.8vw,132px);font-weight:900;line-height:.79;letter-spacing:-.04em;text-transform:uppercase;text-wrap:balance}.mpm-hero__title>p{margin:0;color:#bbbcbf;font-size:18px;line-height:1.6}
.mpm-lead{display:grid;grid-template-columns:1.3fr .7fr;min-height:600px;border-top:8px solid #f06b2d;background:#f2efe8;color:#171a1f}.mpm-lead__image{min-height:520px;overflow:hidden}.mpm-lead__image img{width:100%;height:100%;object-fit:cover}.mpm-lead__copy{display:flex;flex-direction:column;justify-content:center;padding:52px}.mpm-index{font-family:"Arial Narrow",Arial,sans-serif;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.mpm-lead h2{margin:24px 0 17px;font-family:"Arial Narrow",Impact,Arial,sans-serif;font-size:clamp(42px,4.8vw,72px);font-weight:900;line-height:.9;text-transform:uppercase}.mpm-lead h2 a{text-decoration:none}.mpm-lead__copy>p{color:#68655f}.mpm-lead__copy>div{display:flex;justify-content:space-between;gap:20px;margin-top:24px;padding-top:18px;border-top:2px solid #171a1f;font-size:12px;font-weight:900;text-transform:uppercase}.mpm-lead__copy a{color:#f06b2d;text-decoration:none}
.mpm-specs{border-bottom:2px solid #171a1f;background:#d7c29e}.mpm-specs .wrap{display:flex;align-items:center;gap:0;overflow:auto}.mpm-specs span,.mpm-specs a{padding:17px 23px;border-right:1px solid #171a1f;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.mpm-specs span{padding-left:0;color:#f06b2d}.mpm-specs a{text-decoration:none}.mpm-specs a:hover{background:#171a1f;color:#fff}
.mpm-field{padding:100px 0}.mpm-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:45px}.mpm-heading span{color:#f06b2d;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.mpm-heading h2{margin:8px 0 0;font-family:"Arial Narrow",Impact,Arial,sans-serif;font-size:clamp(49px,6vw,82px);font-weight:900;line-height:.85;text-transform:uppercase}.mpm-heading>a{font-weight:900;text-decoration:none;text-transform:uppercase}.mpm-field__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 26px}.mpm-card{border-top:5px solid #171a1f}.mpm-card__image{display:block;aspect-ratio:1.55;overflow:hidden;background:#d7c29e}.mpm-card__image img{width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.04)}.mpm-card>div{padding:22px 0}.mpm-card span{color:#f06b2d;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.mpm-card h2{margin:11px 0;font-family:"Arial Narrow",Impact,Arial,sans-serif;font-size:36px;line-height:.92;text-transform:uppercase}.mpm-card h2 a{text-decoration:none}.mpm-card p{margin:0;color:#68655f}.mpm-card--2{grid-row:span 2}.mpm-card--2 .mpm-card__image{aspect-ratio:.92}.mpm-card--2 h2{font-size:48px}
.mpm-check{padding:90px 0;background:#f06b2d;color:#171a1f}.mpm-check .wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.mpm-check span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.mpm-check h2{margin:15px 0 0;font-family:"Arial Narrow",Impact,Arial,sans-serif;font-size:clamp(50px,6vw,80px);line-height:.85;text-transform:uppercase}.mpm-check ol{padding:0;margin:0;list-style:none}.mpm-check li{display:grid;grid-template-columns:60px 1fr;gap:20px;padding:17px 0;border-top:2px solid #171a1f;font-size:21px;font-weight:800}.mpm-check li:last-child{border-bottom:2px solid #171a1f}.mpm-check li strong{font-size:12px;letter-spacing:.1em}
.mpm-collab{padding:68px 0;background:#171a1f;color:#fff}.mpm-collab .wrap{display:flex;align-items:center;justify-content:space-between;gap:50px}.mpm-collab p{max-width:850px;margin:0;font-family:"Arial Narrow",Impact,Arial,sans-serif;font-size:clamp(30px,4vw,52px);line-height:.95;text-transform:uppercase}.mpm-collab a{padding:14px 17px;border:2px solid #f06b2d;color:#f06b2d;font-weight:900;text-decoration:none;text-transform:uppercase;white-space:nowrap}
.brand-maletasparamoto .archive-hero,.brand-maletasparamoto .article-header{background:#171a1f;color:#fff;text-align:left}.brand-maletasparamoto .archive-hero h1,.brand-maletasparamoto .article-header h1{color:#fff;font-family:"Arial Narrow",Impact,Arial,sans-serif;font-weight:900;text-transform:uppercase}.brand-maletasparamoto .archive-hero p,.brand-maletasparamoto .article-deck,.brand-maletasparamoto .article-byline{color:#bbbcbf}.brand-maletasparamoto .article-header .meta-row,.brand-maletasparamoto .article-byline{justify-content:flex-start}.brand-maletasparamoto .article-deck,.brand-maletasparamoto .article-content,.brand-maletasparamoto .prose{font-family:Arial,Helvetica,sans-serif}.brand-maletasparamoto .article-hero img{border-radius:0;border-top:8px solid #f06b2d}.brand-maletasparamoto .site-footer{background:#0e1013;border-top:8px solid #f06b2d}.brand-maletasparamoto .cookie-consent{border:3px solid #171a1f;border-radius:0;box-shadow:8px 8px 0 #f06b2d}

@media(max-width:980px){.f2-hero__grid,.mpm-hero__title{grid-template-columns:1fr}.f2-number{max-width:500px}.f2-feature,.mpm-lead{grid-template-columns:1fr}.f2-feature__image,.mpm-lead__image{min-height:430px}.pd-hero__grid{grid-template-columns:1fr}.pd-collage{min-height:600px;max-width:680px;width:100%;margin:auto}.pd-plans>div>header,.pd-manifesto .wrap,.pd-last .wrap,.mpm-check .wrap{grid-template-columns:1fr;gap:45px}}
@media(max-width:720px){.brand-fideliza2 .brand-wordmark,.brand-paradespedidas .brand-wordmark,.brand-maletasparamoto .brand-wordmark{font-size:23px}.f2-hero{padding-top:50px}.f2-hero h1,.pd-hero h1,.mpm-hero h1{font-size:54px}.f2-number{display:none}.f2-feature{width:100%;box-shadow:none}.f2-feature__image{min-height:330px}.f2-feature__copy,.mpm-lead__copy{padding:32px 22px}.f2-principles__grid{grid-template-columns:1fr}.f2-principles__grid>div,.f2-principles__grid>div:first-child{padding:28px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.22)}.f2-notes__grid,.pd-plans__grid,.mpm-field__grid{grid-template-columns:1fr}.f2-note,.f2-notes__grid .f2-note:first-child{grid-column:auto;grid-template-columns:1fr}.f2-note__image{min-height:240px}.f2-notes__grid .f2-note:first-child h2{font-size:31px}.f2-collab .wrap,.mpm-collab .wrap{align-items:flex-start;flex-direction:column}.pd-hero{padding-top:50px}.pd-intro{grid-template-columns:1fr}.pd-collage{min-height:430px;margin-top:28px}.pd-photo{padding:7px 7px 26px}.pd-photo--1{height:240px}.pd-photo--2{height:220px}.pd-photo--3{height:210px}.pd-plans{padding:75px 0}.pd-plan--2,.pd-plan--4{transform:none}.pd-manifesto,.pd-last{padding:75px 0}.pd-last__image img{height:360px}.mpm-hero__title{padding:38px 0}.mpm-lead{width:100%}.mpm-lead__image{min-height:350px}.mpm-field{padding:75px 0}.mpm-card--2{grid-row:auto}.mpm-card--2 .mpm-card__image{aspect-ratio:1.55}.mpm-card--2 h2{font-size:36px}.mpm-check{padding:70px 0}.mpm-check li{font-size:17px}}
@media(max-width:580px){.f2-hero__copy,.pd-hero__copy,.mpm-hero__title{min-width:0}.f2-hero h1,.pd-hero h1,.mpm-hero h1{max-width:100%;font-size:clamp(40px,12vw,48px);line-height:.9;text-wrap:wrap;overflow-wrap:break-word}.pd-sticker{max-width:100%}.mpm-hero__head{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cookie-consent{right:10px;bottom:10px;grid-template-columns:1fr;width:calc(100% - 20px);max-height:calc(100dvh - 20px);overflow-y:auto;padding:19px 17px}.cookie-consent__copy strong{font-size:21px}.cookie-consent__actions{display:grid;grid-template-columns:1fr;gap:8px;width:100%}.cookie-consent__actions button{width:100%;white-space:normal}}

/* ThePetLover: tienda y comparativas en una misma experiencia. */
.brand-thepetlover{--ink:#153b3e;--muted:#5d6f70;--line:rgba(18,111,117,.18);--radius:22px;--shadow:0 22px 60px rgba(18,73,77,.12);background:#fbf8f3;font-family:Arial,Helvetica,sans-serif}
.brand-thepetlover .ticker{background:#126f75;color:#fff}
.brand-thepetlover .site-header{background:rgba(255,255,255,.96);border-bottom:1px solid #d7e8e7}
.brand-thepetlover .nav-row{grid-template-columns:auto 1fr auto auto;gap:28px;min-height:96px}
.brand-thepetlover .brand-mark--thepetlover{width:210px;height:auto;object-fit:contain}
.brand-thepetlover .primary-nav ul{gap:22px}
.brand-thepetlover .primary-nav a{font-size:12px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}
.brand-thepetlover .search-link{border-color:#b9d6d4}
.cart-link{position:relative;display:flex;align-items:center;gap:8px;min-height:44px;padding:8px 12px;border:1px solid #b9d6d4;border-radius:100px;color:#126f75;font-size:12px;font-weight:900;text-decoration:none;text-transform:uppercase;letter-spacing:.04em}
.cart-link:hover{background:#e8f4f3}
.cart-count{display:grid;place-items:center;min-width:23px;height:23px;padding-inline:5px;border-radius:50%;background:#d95f4f;color:#fff;font-size:11px;line-height:1}
.tpl-hero{padding:70px 0 76px;background:linear-gradient(135deg,#f4ebe0 0 57%,#bde7e5 57%)}
.tpl-hero__grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(480px,1.14fr);gap:72px;align-items:center}
.tpl-hero__copy h1{max-width:720px;margin:16px 0 25px;color:#126f75;font-family:Georgia,"Times New Roman",serif;font-size:clamp(58px,7vw,102px);font-weight:500;letter-spacing:-.06em;line-height:.91;text-wrap:balance}
.tpl-hero__copy>p:not(.overline){max-width:610px;margin:0;color:#475e60;font-size:20px;line-height:1.6}
.tpl-actions{display:flex;align-items:center;gap:28px;margin-top:32px}
.brand-thepetlover .button{background:#126f75}
.tpl-hero-product{position:relative;min-height:620px;overflow:hidden;border:10px solid #fff;border-radius:44% 44% 20px 20px;background:#fff;box-shadow:18px 18px 0 rgba(18,111,117,.18)}
.tpl-hero-product__image,.tpl-hero-product__image img{display:block;width:100%;height:100%}
.tpl-hero-product__image{position:absolute;inset:0}
.tpl-hero-product__image img{object-fit:cover}
.tpl-hero-product__copy{position:absolute;left:22px;right:22px;bottom:22px;padding:22px 24px;border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 15px 38px rgba(16,55,58,.16)}
.tpl-hero-product__copy span{color:#9f3529;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.tpl-hero-product__copy h2{margin:7px 0 3px;color:#126f75;font-family:Georgia,"Times New Roman",serif;font-size:29px;line-height:1.1}
.tpl-hero-product__copy h2 a{text-decoration:none}
.tpl-hero-product__copy>div{font-size:15px;font-weight:900}
.tpl-promises{border-block:1px solid #cbe0de;background:#fff}
.tpl-promises .wrap{display:grid;grid-template-columns:repeat(4,1fr)}
.tpl-promises span{padding:18px 22px;border-right:1px solid #cbe0de;color:#126f75;font-size:12px;font-weight:900;text-align:center;text-transform:uppercase;letter-spacing:.06em}
.tpl-promises span:first-child{border-left:1px solid #cbe0de}
.tpl-collections,.tpl-guides{padding:102px 0}
.tpl-section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:end;margin-bottom:48px}
.tpl-section-head .overline{margin:0 0 10px}
.tpl-section-head h2,.tpl-materials h2,.tpl-about h2{max-width:800px;margin:0;color:#126f75;font-family:Georgia,"Times New Roman",serif;font-size:clamp(43px,5vw,70px);font-weight:500;letter-spacing:-.05em;line-height:.98;text-wrap:balance}
.tpl-section-head>p{max-width:560px;margin:0;color:#5d6f70;font-size:18px}
.tpl-collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.tpl-collection{overflow:hidden;border:1px solid #c7dddb;border-radius:20px;background:#fff}
.tpl-collection__image{display:block;aspect-ratio:1.12;overflow:hidden;background:#e8f4f3}
.tpl-collection__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.tpl-collection:hover .tpl-collection__image img{transform:scale(1.035)}
.tpl-collection>div{padding:24px 22px 27px}
.tpl-collection>div>span{color:#d95f4f;font-size:12px;font-weight:900}
.tpl-collection h3{margin:8px 0 10px;color:#126f75;font-family:Georgia,"Times New Roman",serif;font-size:31px;line-height:1}
.tpl-collection h3 a{text-decoration:none}
.tpl-collection p{min-height:96px;margin:0 0 17px;color:#5d6f70;font-size:14px;line-height:1.55}
.tpl-collection--2,.tpl-collection--4{transform:translateY(25px)}
.tpl-guides{background:#e9f4f3}
.tpl-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 24px}
.brand-thepetlover .tpl-guide-grid .story-card{padding:12px 12px 24px;border:1px solid #c7dddb;border-radius:18px;background:#fff}
.brand-thepetlover .tpl-guide-grid .story-card__image{border-radius:11px}
.brand-thepetlover .story-card h2,.brand-thepetlover .archive-hero h1,.brand-thepetlover .article-header h1{font-family:Georgia,"Times New Roman",serif;color:#126f75}
.tpl-guides__button{margin-top:44px}
.tpl-materials{padding:105px 0;background:#126f75;color:#fff}
.tpl-materials__grid{display:grid;grid-template-columns:1fr 1fr;gap:95px}
.tpl-materials .overline{color:#bde7e5}
.tpl-materials h2{color:#fff}
.tpl-materials p{margin-top:3px;color:rgba(255,255,255,.78);font-size:19px}
.tpl-materials ul{padding:0;margin:32px 0;list-style:none}
.tpl-materials li{padding:15px 0;border-top:1px solid rgba(255,255,255,.25)}
.tpl-materials li:last-child{border-bottom:1px solid rgba(255,255,255,.25)}
.tpl-materials .text-link{color:#fff}
.tpl-about{padding:88px 0;background:#d95f4f;color:#fff}
.tpl-about__card{display:flex;align-items:end;justify-content:space-between;gap:70px}
.tpl-about__card>div{max-width:920px}
.tpl-about .overline{color:#ffe3dd}
.tpl-about h2{color:#fff}
.tpl-about p:not(.overline){max-width:700px;margin-bottom:0;color:rgba(255,255,255,.82);font-size:18px}
.brand-thepetlover .tpl-about .button.button--light{flex:none;border:2px solid #fff;background:#fff;color:#126f75;box-shadow:0 10px 24px rgba(85,28,21,.16)}
.brand-thepetlover .tpl-about .button.button--light:hover,.brand-thepetlover .tpl-about .button.button--light:focus-visible{border-color:#153b3e;background:#153b3e;color:#fff}
.brand-thepetlover .archive-hero,.brand-thepetlover .article-header{background:linear-gradient(135deg,#e9f4f3 0 72%,#f4d8d1 72%)}
.brand-thepetlover .article-header{position:relative;width:100%;max-width:none;padding:72px 0 58px;overflow:hidden;border-bottom:1px solid #c7dddb}
.brand-thepetlover .article-header__inner{position:relative;z-index:1;width:min(calc(100% - 40px),1120px)}
.brand-thepetlover .article-header h1{max-width:1050px;margin:20px auto 0;font-size:clamp(46px,5.2vw,76px);line-height:.98}
.brand-thepetlover .article-header .article-deck{max-width:790px;margin-top:24px;font-size:22px;line-height:1.48}
.brand-thepetlover .article-header .article-byline{margin-top:24px}
.brand-thepetlover .article-header+.article-layout{padding-top:54px}
.brand-thepetlover .article-deck,.brand-thepetlover .article-content,.brand-thepetlover .prose{font-family:Arial,Helvetica,sans-serif}
.brand-thepetlover .article-hero img{border-radius:24px;box-shadow:12px 12px 0 #bde7e5}
.brand-thepetlover .article-content{font-size:18px;line-height:1.78}
.brand-thepetlover .article-content h2,.brand-thepetlover .article-content h3{color:#126f75}
.commercial-disclosure{margin:0 0 34px;padding:18px 20px;border-left:4px solid #d95f4f;background:#fff2ee;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.55}
.commercial-disclosure strong{color:#9f3529;text-transform:uppercase;letter-spacing:.08em}
.commercial-disclosure p{margin:4px 0 0}
.brand-thepetlover .site-footer{background:#0f555a;border-top:9px solid #d95f4f}
.brand-thepetlover .brand-footer .brand-mark--thepetlover{width:190px;filter:brightness(0) invert(1)}
.brand-thepetlover .footer-grid{grid-template-columns:minmax(0,1.55fr) minmax(150px,.62fr) minmax(210px,.83fr);gap:70px}
.brand-thepetlover .tpl-footer-brand .tpl-footer-intro{max-width:610px;margin:22px 0 0;color:rgba(255,255,255,.78);font-size:15px;line-height:1.68}
.tpl-footer-origin{display:flex;align-items:center;gap:14px;width:fit-content;margin-top:23px;padding:11px 16px 11px 11px;border:1px solid rgba(255,255,255,.3);border-radius:100px;background:rgba(255,255,255,.07)}
.tpl-footer-origin__mark{display:grid;flex:none;width:52px;height:52px;place-items:center;border:2px solid rgba(255,255,255,.92);border-radius:50%;background:radial-gradient(circle,#fff 0 43%,transparent 44%),linear-gradient(180deg,#aa151b 0 26%,#f1bf00 26% 74%,#aa151b 74%);color:#0f555a;font-size:11px;font-weight:950;letter-spacing:.08em;box-shadow:0 7px 18px rgba(0,0,0,.12)}
.tpl-footer-origin>span:last-child{display:grid;gap:3px}
.tpl-footer-origin strong{color:#fff;font-size:13px;letter-spacing:.035em;text-transform:uppercase}
.tpl-footer-origin small{color:rgba(255,255,255,.7);font-size:11px}
.brand-thepetlover .footer-bottom{margin-top:48px}
.brand-thepetlover .cookie-consent{border-color:#126f75;box-shadow:7px 7px 0 #bde7e5}
.shop-shell{padding:72px 0 105px;background:#fbf8f3}
.brand-thepetlover .woocommerce .woocommerce-breadcrumb{margin-bottom:22px;color:#5d6f70;font-size:13px}
.brand-thepetlover .woocommerce-products-header__title,.brand-thepetlover .product_title,.brand-thepetlover .woocommerce h2,.brand-thepetlover .woocommerce h3{color:#126f75;font-family:Georgia,"Times New Roman",serif}
.brand-thepetlover .woocommerce-products-header__title{font-size:clamp(45px,6vw,76px);font-weight:500;letter-spacing:-.05em}
.brand-thepetlover .woocommerce ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 20px;margin-top:42px}
.brand-thepetlover .woocommerce ul.products::before,.brand-thepetlover .woocommerce ul.products::after{display:none}
.brand-thepetlover .woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:12px 12px 22px;border:1px solid #c7dddb;border-radius:17px;background:#fff}
.brand-thepetlover .woocommerce ul.products li.product a img{aspect-ratio:1;object-fit:cover;border-radius:11px}
.brand-thepetlover .woocommerce ul.products li.product .woocommerce-loop-product__title{padding:14px 4px 5px;font-size:21px;line-height:1.1}
.brand-thepetlover .woocommerce ul.products li.product .price{padding-inline:4px;color:#153b3e;font-size:15px;font-weight:900}
.brand-thepetlover .woocommerce a.button,.brand-thepetlover .woocommerce button.button,.brand-thepetlover .woocommerce input.button{border-radius:100px;background:#126f75;color:#fff;font-weight:800}
.brand-thepetlover .woocommerce a.button:hover,.brand-thepetlover .woocommerce button.button:hover,.brand-thepetlover .woocommerce input.button:hover{background:#0d555a;color:#fff}
.brand-thepetlover .woocommerce div.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:60px}
.brand-thepetlover .woocommerce div.product div.images,.brand-thepetlover .woocommerce div.product div.summary{float:none;width:auto;margin:0}
.brand-thepetlover .woocommerce div.product .woocommerce-tabs,.brand-thepetlover .woocommerce div.product .related{grid-column:1/-1}
.brand-thepetlover .woocommerce div.product .product_title{font-size:clamp(40px,5vw,68px);font-weight:500;letter-spacing:-.05em;line-height:.96}
.brand-thepetlover .woocommerce div.product p.price{color:#153b3e;font-size:25px;font-weight:900}
.brand-thepetlover .woocommerce div.product div.summary{padding-top:8px}
.brand-thepetlover .woocommerce div.product .woocommerce-product-details__short-description{margin:25px 0 0;padding:20px 0;border-top:1px solid #c7dddb;border-bottom:1px solid #c7dddb;color:#425f61;font-size:17px;line-height:1.62}
.brand-thepetlover .woocommerce div.product form.cart{margin-top:24px}
.brand-thepetlover .woocommerce div.product form.cart .tpl-variation-help{margin:0 0 13px;color:#5d6f70;font-size:13px;line-height:1.45}
.brand-thepetlover .woocommerce div.product form.cart table.variations{display:block;width:100%;margin:0 0 15px;border:0}
.brand-thepetlover .woocommerce div.product form.cart table.variations tbody,.brand-thepetlover .woocommerce div.product form.cart table.variations tr,.brand-thepetlover .woocommerce div.product form.cart table.variations th,.brand-thepetlover .woocommerce div.product form.cart table.variations td{display:block;width:100%}
.brand-thepetlover .woocommerce div.product form.cart table.variations th,.brand-thepetlover .woocommerce div.product form.cart table.variations td{padding:0!important;background:transparent;text-align:left}
.brand-thepetlover .woocommerce div.product form.cart table.variations label{display:block;margin:0 0 8px;color:#153b3e;font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.brand-thepetlover .woocommerce div.product form.cart table.variations select{width:100%;min-height:54px;margin:0;padding:0 48px 0 16px;border:1px solid #9cc8c5;border-radius:12px;outline:0;background-color:#fff;color:#153b3e;font:inherit;font-size:15px;font-weight:700;box-shadow:0 7px 22px rgba(18,73,77,.06);transition:border-color .2s ease,box-shadow .2s ease;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#126f75 50%),linear-gradient(135deg,#126f75 50%,transparent 50%);background-position:calc(100% - 20px) 23px,calc(100% - 14px) 23px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}
.brand-thepetlover .woocommerce div.product form.cart table.variations select:hover{border-color:#6aa9a5}
.brand-thepetlover .woocommerce div.product form.cart table.variations select:focus{border-color:#126f75;box-shadow:0 0 0 3px rgba(18,111,117,.14)}
.brand-thepetlover .woocommerce div.product form.cart .reset_variations{display:inline-block;margin-top:9px;color:#9f3529;font-size:12px;font-weight:800;text-decoration:none}
.brand-thepetlover .woocommerce div.product .single_variation_wrap{padding-top:2px}
.brand-thepetlover .woocommerce div.product .woocommerce-variation-price{margin:0 0 13px}
.brand-thepetlover .woocommerce div.product .woocommerce-variation-price .price{font-size:22px}
.brand-thepetlover .woocommerce div.product form.cart .variations_button,.brand-thepetlover .woocommerce div.product form.cart:not(.variations_form){display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.brand-thepetlover .woocommerce div.product form.cart div.quantity{float:none;margin:0}
.brand-thepetlover .woocommerce div.product form.cart .qty{width:64px;min-height:50px;border:1px solid #9cc8c5;border-radius:11px;background:#fff;color:#153b3e;font-weight:800;text-align:center}
.brand-thepetlover .woocommerce div.product form.cart .single_add_to_cart_button{min-height:50px;padding:0 24px!important;background:#126f75!important;box-shadow:0 8px 20px rgba(18,111,117,.16)}
.brand-thepetlover .woocommerce div.product form.cart .single_add_to_cart_button:hover{background:#0d555a!important}
.brand-thepetlover .woocommerce div.product form.cart .single_add_to_cart_button.disabled{cursor:not-allowed;opacity:.43}
.brand-thepetlover .woocommerce div.product .product_meta{margin-top:25px;padding-top:18px;border-top:1px solid #c7dddb;color:#5d6f70;font-size:12px;line-height:1.9}
.brand-thepetlover .woocommerce div.product .product_meta a{color:#126f75;font-weight:800}
.brand-thepetlover .woocommerce div.product .woocommerce-tabs{margin-top:12px;padding:28px;border:1px solid #c7dddb;border-radius:18px;background:#fff}
.brand-thepetlover .woocommerce div.product .woocommerce-tabs .panel{color:#425f61;font-size:16px;line-height:1.7}
.brand-thepetlover .woocommerce div.product .woocommerce-tabs .panel h2,.brand-thepetlover .woocommerce div.product .woocommerce-tabs .panel h3{margin-top:25px}
.brand-thepetlover .woocommerce div.product .woocommerce-tabs .panel img{height:auto;border-radius:12px}
.brand-thepetlover .woocommerce table.shop_table{border-color:#c7dddb;border-radius:14px;background:#fff}
.brand-thepetlover .select2-container .select2-selection--single,.brand-thepetlover .woocommerce form .form-row input.input-text,.brand-thepetlover .woocommerce form .form-row textarea{min-height:46px;border:1px solid #b9d6d4;border-radius:9px;background:#fff}

/* Carrito ThePetLover: lectura por bloques, resumen visible y mejor respuesta móvil. */
.brand-thepetlover.woocommerce-cart .archive-hero{padding:38px 0 34px;background:linear-gradient(135deg,#e9f4f3 0 82%,#f4d8d1 82%)}
.brand-thepetlover.woocommerce-cart .archive-hero .overline{margin:0 0 7px;font-size:0}
.brand-thepetlover.woocommerce-cart .archive-hero .overline::after{content:"Tu compra";font-size:12px}
.brand-thepetlover.woocommerce-cart .archive-hero h1{font-size:clamp(39px,4.5vw,58px)}
.brand-thepetlover.woocommerce-cart .archive-hero p:not(.overline){margin-top:12px;font-size:16px;line-height:1.5}
.brand-thepetlover.woocommerce-cart .page-content{width:min(1420px,calc(100% - 44px));max-width:1420px;padding:38px 0 88px}
.brand-thepetlover.woocommerce-cart .page-content>.woocommerce{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:32px;align-items:start;font-size:15px;line-height:1.5}
.brand-thepetlover.woocommerce-cart .woocommerce-notices-wrapper,.brand-thepetlover.woocommerce-cart .tpl-cart-topbar{grid-column:1/-1}
.tpl-cart-topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:2px;padding:16px 18px;border:1px solid #c7dddb;border-radius:15px;background:#fff}
.tpl-cart-steps{display:flex;align-items:center;gap:12px;margin:0;padding:0;list-style:none}
.tpl-cart-steps li{display:flex;align-items:center;gap:8px;color:#758486;font-size:12px}
.tpl-cart-steps li+li::before{content:"";width:34px;height:1px;margin-right:2px;background:#c7dddb}
.tpl-cart-steps span{display:grid;place-items:center;width:25px;height:25px;border:1px solid #b9d6d4;border-radius:50%;background:#f5faf9;color:#5d6f70;font-size:11px;font-weight:900}
.tpl-cart-steps strong{font-size:12px;white-space:nowrap}
.tpl-cart-steps .is-current{color:#126f75}
.tpl-cart-steps .is-current span{border-color:#126f75;background:#126f75;color:#fff}
.tpl-cart-continue{color:#126f75;font-size:13px;font-weight:850;text-decoration:none;white-space:nowrap}
.tpl-cart-continue:hover{text-decoration:underline}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form{grid-column:1;min-width:0;margin:0}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form table.shop_table{width:100%;margin:0;overflow:hidden;border:1px solid #c7dddb;border-collapse:separate;border-spacing:0;table-layout:fixed;box-shadow:0 12px 34px rgba(18,73,77,.06)}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form table.shop_table thead{background:#eef7f6}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form table.shop_table th{padding:14px 13px;color:#153b3e;font-size:12px;font-weight:900;letter-spacing:.045em;text-transform:uppercase}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form table.shop_table td{padding:18px 13px;border-color:#dce9e8;vertical-align:middle}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .product-remove{width:52px;text-align:center}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .product-remove a{display:grid;width:30px;height:30px;margin:auto;place-items:center;border:1px solid #efc4bd;border-radius:50%;background:#fff7f5;color:#a7392d!important;font-size:22px;font-weight:500;text-decoration:none}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .product-remove a:hover{background:#d95f4f;color:#fff!important}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .product-thumbnail{width:104px}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .product-thumbnail img{width:78px!important;height:78px!important;border:1px solid #dce9e8;border-radius:12px;background:#f5faf9;object-fit:cover}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .product-name{overflow-wrap:anywhere}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .product-name a{color:#153b3e;font-size:15px;font-weight:850;line-height:1.35;text-decoration:none}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .product-name a:hover{color:#126f75;text-decoration:underline}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .product-price{width:96px}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .product-quantity{width:112px}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .product-subtotal{width:104px}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .product-price,.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .product-subtotal{color:#153b3e;font-weight:850;white-space:nowrap}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .quantity .qty{width:68px;min-height:44px;padding:5px;border:1px solid #9cc8c5;border-radius:10px;background:#fff;color:#153b3e;font-weight:850;text-align:center}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form td.actions{padding:16px!important;background:#f7fbfa}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form td.actions::after{display:none}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .actions{display:flex;align-items:center;justify-content:space-between;gap:14px}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .actions .coupon{display:flex;float:none;align-items:center;gap:9px}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .actions .coupon .input-text{float:none;width:190px!important;min-height:44px;padding:9px 13px;border:1px solid #b9d6d4;border-radius:10px;background:#fff;font-size:14px}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .actions>.button{float:none;min-height:44px;padding-inline:18px!important}
.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .actions>.button:disabled{background:#d9e7e6;color:#718283;opacity:1}
.brand-thepetlover.woocommerce-cart .cart-collaterals{grid-column:2;width:auto;margin:0}
.brand-thepetlover.woocommerce-cart .cart-collaterals .cart_totals{position:sticky;top:118px;float:none;width:100%;padding:25px;border:1px solid #c7dddb;border-radius:17px;background:#fff;box-shadow:0 14px 38px rgba(18,73,77,.09)}
.brand-thepetlover.woocommerce-cart .cart-collaterals .cart_totals h2{margin:0 0 14px;color:#126f75;font-family:Georgia,"Times New Roman",serif;font-size:29px;font-weight:600;letter-spacing:-.035em}
.brand-thepetlover.woocommerce-cart .cart-collaterals table.shop_table{margin:0;border:0;border-radius:0;background:transparent}
.brand-thepetlover.woocommerce-cart .cart-collaterals table.shop_table th,.brand-thepetlover.woocommerce-cart .cart-collaterals table.shop_table td{padding:13px 0;border-color:#dce9e8;vertical-align:top;font-size:14px}
.brand-thepetlover.woocommerce-cart .cart-collaterals table.shop_table th{width:38%;color:#526668;font-weight:750}
.brand-thepetlover.woocommerce-cart .cart-collaterals table.shop_table td{text-align:right}
.brand-thepetlover.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals th{color:transparent!important;font-size:0!important;line-height:0}
.brand-thepetlover.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals th::after{content:"Envío";display:block;color:#526668!important;font-size:14px!important;line-height:1.5}
.brand-thepetlover.woocommerce-cart .cart-collaterals .order-total th,.brand-thepetlover.woocommerce-cart .cart-collaterals .order-total td{padding-top:17px;color:#153b3e;font-size:16px}
.brand-thepetlover.woocommerce-cart .woocommerce-shipping-destination{margin:7px 0;color:#5d6f70;font-size:12px;line-height:1.45}
.brand-thepetlover.woocommerce-cart .shipping-calculator-button{color:#126f75;font-size:12px;font-weight:850;text-decoration:none}
.brand-thepetlover.woocommerce-cart .wc-proceed-to-checkout{padding:18px 0 0}
.brand-thepetlover.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{width:100%;margin:0;padding:16px 20px;border-radius:12px;background:#126f75;color:#fff;font-size:17px;font-weight:900;text-align:center;box-shadow:0 10px 24px rgba(18,111,117,.18)}
.brand-thepetlover.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{background:#0d555a}
.tpl-cart-assurances{display:grid;gap:10px;margin-top:17px;padding-top:16px;border-top:1px solid #dce9e8}
.tpl-cart-assurances p{display:flex;justify-content:space-between;gap:12px;margin:0;color:#5d6f70;font-size:11px;line-height:1.35}
.tpl-cart-assurances strong{color:#153b3e;font-size:11px}
.tpl-cart-assurances a{color:#126f75;font-weight:850}

@media(max-width:1100px){.brand-thepetlover.woocommerce-cart .page-content>.woocommerce{display:block}.brand-thepetlover.woocommerce-cart .cart-collaterals{margin-top:24px}.brand-thepetlover.woocommerce-cart .cart-collaterals .cart_totals{position:static}.tpl-cart-topbar{margin-bottom:24px}}
@media(max-width:680px){.brand-thepetlover.woocommerce-cart .archive-hero{padding:28px 0 25px;background:#e9f4f3}.brand-thepetlover.woocommerce-cart .archive-hero h1{font-size:39px}.brand-thepetlover.woocommerce-cart .page-content{padding:26px 0 66px}.tpl-cart-topbar{align-items:flex-start;flex-direction:column;gap:13px;padding:14px}.tpl-cart-steps{width:100%;justify-content:space-between;gap:5px}.tpl-cart-steps li{gap:5px;font-size:10px}.tpl-cart-steps li+li::before{width:12px}.tpl-cart-steps span{width:23px;height:23px}.tpl-cart-steps strong{font-size:10px}.brand-thepetlover.woocommerce-cart .woocommerce-cart-form table.shop_table{overflow:visible;border:0;background:transparent;box-shadow:none}.brand-thepetlover.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item{position:relative;display:block;min-height:134px;margin-bottom:13px;padding:15px 15px 15px 112px;border:1px solid #c7dddb;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(18,73,77,.06)}.brand-thepetlover.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td{display:block;padding:6px 0!important;border:0;text-align:right!important}.brand-thepetlover.woocommerce-cart .woocommerce-cart-form tr.cart_item .product-remove{position:absolute;z-index:2;top:8px;right:8px;width:30px;padding:0!important}.brand-thepetlover.woocommerce-cart .woocommerce-cart-form tr.cart_item .product-remove::before,.brand-thepetlover.woocommerce-cart .woocommerce-cart-form tr.cart_item .product-thumbnail::before,.brand-thepetlover.woocommerce-cart .woocommerce-cart-form tr.cart_item .product-name::before{display:none}.brand-thepetlover.woocommerce-cart .woocommerce-cart-form tr.cart_item .product-thumbnail{position:absolute;top:15px;left:15px;width:82px;padding:0!important}.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .product-thumbnail img{width:82px!important;height:82px!important}.brand-thepetlover.woocommerce-cart .woocommerce-cart-form tr.cart_item .product-name{padding:2px 32px 9px 0!important;text-align:left!important}.brand-thepetlover.woocommerce-cart .woocommerce-cart-form tr.cart_item .product-price,.brand-thepetlover.woocommerce-cart .woocommerce-cart-form tr.cart_item .product-quantity,.brand-thepetlover.woocommerce-cart .woocommerce-cart-form tr.cart_item .product-subtotal{display:flex!important;align-items:center;justify-content:space-between;gap:12px}.brand-thepetlover.woocommerce-cart .woocommerce-cart-form td.actions{display:flex!important;align-items:stretch;flex-direction:column;padding:14px!important;border:1px solid #c7dddb!important;border-radius:15px;background:#f7fbfa}.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .actions .coupon{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto}.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .actions .coupon .input-text{width:100%!important}.brand-thepetlover.woocommerce-cart .woocommerce-cart-form .actions>.button{width:100%}.brand-thepetlover.woocommerce-cart .cart-collaterals .cart_totals{padding:20px}.tpl-cart-assurances p{align-items:flex-start;flex-direction:column;gap:2px}}
@media(max-width:820px){.brand-thepetlover .footer-grid{grid-template-columns:1fr 1fr;gap:46px}.brand-thepetlover .tpl-footer-brand{grid-column:1/-1}}
@media(max-width:580px){.brand-thepetlover .footer-grid{grid-template-columns:1fr;gap:36px}.brand-thepetlover .tpl-footer-brand{grid-column:auto}.tpl-footer-origin{width:100%;border-radius:16px}.brand-thepetlover .footer-bottom{margin-top:38px}}

@media(max-width:1050px){.brand-thepetlover .nav-row{gap:17px}.brand-thepetlover .brand-mark--thepetlover{width:170px}.tpl-hero__grid{grid-template-columns:1fr 1fr;gap:40px}.tpl-collection-grid{grid-template-columns:1fr 1fr}.tpl-collection--2,.tpl-collection--4{transform:none}.brand-thepetlover .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.brand-thepetlover .nav-row{grid-template-columns:auto 1fr auto auto}.brand-thepetlover .primary-nav{top:111px;background:#fff}.brand-thepetlover .brand-mark--thepetlover{width:160px}.brand-thepetlover .menu-toggle{grid-column:2}.brand-thepetlover .search-link{grid-column:3}.brand-thepetlover .cart-link{grid-column:4}.cart-link>span:first-child{display:none}.tpl-hero{padding-top:48px;background:linear-gradient(180deg,#f4ebe0 0 48%,#bde7e5 48%)}.tpl-hero__grid{grid-template-columns:1fr}.tpl-hero-product{min-height:560px}.tpl-promises .wrap{grid-template-columns:1fr 1fr}.tpl-promises span:nth-child(odd){border-left:1px solid #cbe0de}.tpl-section-head,.tpl-materials__grid{grid-template-columns:1fr;gap:28px}.tpl-guide-grid{grid-template-columns:1fr 1fr}.tpl-about__card{align-items:flex-start;flex-direction:column}.brand-thepetlover .woocommerce ul.products{grid-template-columns:1fr 1fr}.brand-thepetlover .woocommerce div.product{grid-template-columns:1fr}}
@media(max-width:580px){.brand-thepetlover .brand-mark--thepetlover{width:132px}.brand-thepetlover .nav-row{gap:8px}.brand-thepetlover .search-link{width:40px;height:40px}.brand-thepetlover .cart-link{min-height:40px;padding:7px}.tpl-hero__copy h1{font-size:52px}.tpl-hero__copy>p:not(.overline){font-size:18px}.tpl-actions{align-items:flex-start;flex-direction:column;gap:17px}.tpl-hero-product{min-height:460px;border-width:6px;border-radius:34% 34% 12px 12px;box-shadow:8px 8px 0 rgba(18,111,117,.18)}.tpl-hero-product__copy{left:12px;right:12px;bottom:12px;padding:18px}.tpl-hero-product__copy h2{font-size:24px}.tpl-promises .wrap{width:100%;grid-template-columns:1fr}.tpl-promises span,.tpl-promises span:first-child,.tpl-promises span:nth-child(odd){border-left:0;border-right:0;border-bottom:1px solid #cbe0de}.tpl-promises span:last-child{border-bottom:0}.tpl-collections,.tpl-guides{padding:72px 0}.tpl-collection-grid,.tpl-guide-grid{grid-template-columns:1fr}.tpl-collection p{min-height:0}.tpl-materials{padding:75px 0}.tpl-about{padding:70px 0}.brand-thepetlover .article-header{padding:48px 0 42px}.brand-thepetlover .article-header__inner{width:min(calc(100% - 30px),1120px)}.brand-thepetlover .article-header h1{font-size:43px}.brand-thepetlover .article-header .article-deck{font-size:19px}.brand-thepetlover .article-header+.article-layout{padding-top:38px}.brand-thepetlover .article-hero img{border-radius:0;box-shadow:none}.shop-shell{padding-top:48px}.brand-thepetlover .woocommerce ul.products{grid-template-columns:1fr}.brand-thepetlover .woocommerce ul.products li.product{width:100%!important}}
@media(max-width:580px){.brand-thepetlover .woocommerce div.product .woocommerce-tabs{padding:22px}.brand-thepetlover .woocommerce div.product form.cart .variations_button{align-items:stretch}.brand-thepetlover .woocommerce div.product form.cart .single_add_to_cart_button{flex:1}}

/* ThePetLover 2.1: portada directa, categorías compactas y guías desplazables. */
.tpl-category-start{padding:54px 0 86px;background:#fbf8f3}
.tpl-category-start__head{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);gap:72px;align-items:end;margin-bottom:36px}
.tpl-category-start__head .overline{margin:0 0 9px}
.tpl-category-start__head h1{max-width:850px;margin:0;color:#126f75;font-family:Georgia,"Times New Roman",serif;font-size:clamp(39px,4.7vw,64px);font-weight:500;letter-spacing:-.052em;line-height:.98;text-wrap:balance}
.tpl-category-start__head>p{max-width:560px;margin:0;color:#5d6f70;font-size:17px;line-height:1.65}
.tpl-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tpl-category-card{display:grid;grid-template-rows:auto 1fr;min-width:0;overflow:hidden;border:1px solid #c7dddb;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(18,73,77,.06);transition:transform .25s ease,box-shadow .25s ease}
.tpl-category-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(18,73,77,.12)}
.tpl-category-card__image{display:block;aspect-ratio:1.46;overflow:hidden;background:#e8f4f3}
.tpl-category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.tpl-category-card:hover .tpl-category-card__image img{transform:scale(1.025)}
.tpl-category-card__body{display:flex;align-items:flex-start;flex-direction:column;padding:20px 20px 22px}
.tpl-category-card__body>span{color:#9f3529;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.tpl-category-card h2{margin:6px 0 8px;color:#126f75;font-family:Georgia,"Times New Roman",serif;font-size:29px;font-weight:600;letter-spacing:-.035em;line-height:1.04}
.tpl-category-card h2 a{text-decoration:none}
.tpl-category-card p{margin:0 0 16px;color:#5d6f70;font-size:14px;line-height:1.52}
.tpl-category-card .text-link{margin-top:auto}
.tpl-section-head--carousel{align-items:end;margin-bottom:38px}
.tpl-guide-actions{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.tpl-guide-actions>p{max-width:470px;margin:0;color:#5d6f70;font-size:17px;line-height:1.55}
.tpl-carousel-controls{display:flex;gap:8px;flex:none}
.tpl-carousel-controls button{display:grid;place-items:center;width:46px;height:46px;border:1px solid #8cbfbc;border-radius:50%;background:#fff;color:#126f75;font-size:22px;cursor:pointer;transition:background .2s ease,color .2s ease,opacity .2s ease}
.tpl-carousel-controls button:hover:not(:disabled),.tpl-carousel-controls button:focus-visible{background:#126f75;color:#fff}
.tpl-carousel-controls button:disabled{opacity:.35;cursor:default}
.tpl-carousel{position:relative;overflow:hidden}
.tpl-guide-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/3);gap:24px;overflow-x:auto;padding:2px 2px 18px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#8cbfbc transparent}
.tpl-guide-track .story-card{min-width:0;padding:11px 11px 22px;border:1px solid #c7dddb;border-radius:17px;background:#fff;scroll-snap-align:start}
.tpl-guide-track .story-card__image{aspect-ratio:1.42;border-radius:10px}
.tpl-guide-track .story-card h2{font-size:26px;line-height:1.08}
.tpl-guide-track .story-card p{font-size:14px;line-height:1.55}
.tpl-shop-heading{max-width:820px;margin:0 0 32px}
.tpl-shop-heading .overline{margin:0 0 8px}
.brand-thepetlover .woocommerce .tpl-shop-heading h1{margin:0;color:#126f75;font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,4.4vw,56px);font-weight:500;letter-spacing:-.045em;line-height:1;text-transform:none;text-wrap:balance}
.tpl-shop-deck{max-width:760px;margin:16px 0 0;color:#5d6f70;font-size:17px;line-height:1.62}
.tpl-subcategories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 38px}
.tpl-subcategory-card{min-width:0;overflow:hidden;border:1px solid #c7dddb;border-radius:15px;background:#fff;color:#153b3e;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.tpl-subcategory-card:hover{transform:translateY(-2px);box-shadow:0 13px 28px rgba(18,73,77,.1)}
.tpl-subcategory-card__image{display:block;aspect-ratio:1.45;overflow:hidden;background:#e8f4f3}
.tpl-subcategory-card__image:empty::before{content:"";display:block;width:100%;height:100%;background:linear-gradient(135deg,#e8f4f3,#f4d8d1)}
.tpl-subcategory-card__image img{width:100%;height:100%;object-fit:cover}
.tpl-subcategory-card__copy{display:flex;justify-content:space-between;gap:12px;padding:14px 15px}
.tpl-subcategory-card__copy strong{color:#126f75;font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.08}
.tpl-subcategory-card__copy small{flex:none;color:#5d6f70;font-size:10px;font-weight:800;text-transform:uppercase}
.brand-thepetlover .woocommerce .woocommerce-products-header{margin-bottom:8px}
.brand-thepetlover .woocommerce .woocommerce-result-count,.brand-thepetlover .woocommerce .woocommerce-ordering{margin-bottom:22px;color:#5d6f70;font-size:13px}

@media(max-width:1050px){.tpl-category-start__head{gap:40px}.tpl-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tpl-guide-track{grid-auto-columns:calc((100% - 24px)/2)}.tpl-subcategories{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.tpl-category-start{padding-top:42px}.tpl-category-start__head{grid-template-columns:1fr;gap:20px}.tpl-category-start__head>p{max-width:650px}.tpl-section-head--carousel{grid-template-columns:1fr}.tpl-guide-actions{align-items:center}.tpl-subcategories{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-thepetlover .woocommerce .tpl-shop-heading h1{font-size:43px}}
@media(max-width:580px){.tpl-category-start{padding:34px 0 62px}.tpl-category-start__head{margin-bottom:25px}.tpl-category-start__head h1{font-size:38px}.tpl-category-start__head>p{font-size:15px}.tpl-category-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(245px,84vw);grid-template-columns:none;gap:12px;overflow-x:auto;margin-inline:-15px;padding:0 15px 14px;scroll-snap-type:x mandatory;scrollbar-width:thin}.tpl-category-card{scroll-snap-align:start}.tpl-category-card__body{padding:17px 17px 19px}.tpl-category-card h2{font-size:25px}.tpl-promises .wrap{width:100%;grid-template-columns:1fr 1fr}.tpl-promises span,.tpl-promises span:first-child,.tpl-promises span:nth-child(odd){border-right:0;border-left:0;border-bottom:1px solid #cbe0de}.tpl-promises span:nth-child(odd){border-right:1px solid #cbe0de}.tpl-guide-actions{align-items:flex-start;flex-direction:column}.tpl-guide-actions>p{font-size:15px}.tpl-guide-track{grid-auto-columns:84vw;gap:12px;margin-inline:-15px;padding-inline:15px}.tpl-guide-track .story-card h2{font-size:23px}.tpl-subcategories{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,82vw);grid-template-columns:none;gap:11px;overflow-x:auto;margin-inline:-15px;padding:0 15px 13px;scroll-snap-type:x mandatory;scrollbar-width:thin}.tpl-subcategory-card{scroll-snap-align:start}.brand-thepetlover .woocommerce .tpl-shop-heading h1{font-size:37px}.tpl-shop-deck{font-size:15px}.brand-thepetlover .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 10px}.brand-thepetlover .woocommerce ul.products li.product{padding:8px 8px 15px}.brand-thepetlover .woocommerce ul.products li.product .woocommerce-loop-product__title{padding:10px 2px 4px;font-size:16px}.brand-thepetlover .woocommerce ul.products li.product .price{padding-inline:2px;font-size:13px}.brand-thepetlover .woocommerce ul.products li.product .button{width:100%;padding:10px 8px;font-size:11px;text-align:center}}

/* Escala H1 2.1.2: jerarquía más contenida en portada, archivos y detalle. */
.hero h1{font-size:clamp(46px,6vw,88px)}
.archive-hero h1{font-size:clamp(44px,5.8vw,76px)}
.article-header h1{font-size:clamp(42px,5.8vw,76px)}
.mascotic-masthead h1{font-size:clamp(50px,6.5vw,92px);line-height:.88}
.brand-mascotic .article-header h1{font-size:clamp(44px,6vw,82px);line-height:.94}
.f2-hero h1{font-size:clamp(48px,6.5vw,92px);letter-spacing:-.07em;line-height:.92}
.pd-hero h1{font-size:clamp(48px,6.2vw,88px);letter-spacing:-.07em;line-height:.9}
.mpm-hero h1{font-size:clamp(50px,7.1vw,106px);letter-spacing:-.035em;line-height:.84}
.tpl-hero__copy h1{font-size:clamp(48px,6vw,86px)}
.tpl-category-start__head h1{font-size:clamp(36px,4vw,54px)}
.brand-thepetlover .woocommerce .tpl-shop-heading h1{font-size:clamp(34px,3.8vw,48px)}
.brand-thepetlover .woocommerce div.product .product_title{font-size:clamp(36px,4.2vw,58px)}
@media(max-width:820px){.mascotic-masthead h1{font-size:clamp(48px,10.5vw,72px)}}
@media(max-width:720px){.f2-hero h1,.pd-hero h1,.mpm-hero h1{font-size:46px}.brand-thepetlover .woocommerce .tpl-shop-heading h1{font-size:39px}}
@media(max-width:580px){.hero h1{font-size:42px}.archive-hero h1,.article-header h1,.brand-mascotic .archive-hero h1,.brand-mascotic .article-header h1{font-size:40px}.mascotic-masthead h1{font-size:43px;line-height:.92}.f2-hero h1,.pd-hero h1,.mpm-hero h1{font-size:clamp(36px,10.5vw,43px);line-height:.94}.tpl-hero__copy h1{font-size:43px}.tpl-category-start__head h1{font-size:34px}.brand-thepetlover .woocommerce .tpl-shop-heading h1{font-size:34px}}

/* Páginas editoriales limpias tras retirar Visual Composer. */
.tpl-clean-page{max-width:980px;margin:0 auto;color:#425f61;font-size:17px;line-height:1.7}
.tpl-clean-page--compact{max-width:780px}
.tpl-clean-page h2,.tpl-clean-page h3{color:#126f75;font-family:Georgia,"Times New Roman",serif;letter-spacing:-.025em}
.tpl-clean-page h2{margin:48px 0 18px;font-size:clamp(30px,4vw,44px);line-height:1.05}
.tpl-clean-page h3{margin:5px 0 10px;font-size:25px;line-height:1.08}
.tpl-clean-lead{max-width:850px;margin:0 0 38px;color:#153b3e;font-family:Georgia,"Times New Roman",serif;font-size:clamp(24px,3.2vw,37px);line-height:1.28}
.tpl-clean-grid{display:grid;gap:18px;margin:25px 0 46px}
.tpl-clean-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.tpl-clean-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.tpl-clean-card{padding:25px;border:1px solid #c7dddb;border-radius:17px;background:#fff;box-shadow:0 12px 30px rgba(18,73,77,.06)}
.tpl-clean-card h2{margin:0 0 12px;font-size:30px}
.tpl-clean-card p:last-child,.tpl-clean-card ul:last-child{margin-bottom:0}
.tpl-clean-kicker{margin:0 0 8px;color:#9f3529;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.tpl-clean-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px;padding-left:22px}
.tpl-clean-cta{margin:48px 0 0;padding:34px;border-radius:20px;background:linear-gradient(135deg,#d7eeee,#f4d8d1)}
.tpl-clean-cta h2{margin:0 0 12px}
.tpl-clean-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin:24px 0 0}
.tpl-clean-actions .button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:100px;background:#126f75;color:#fff;font-weight:800;text-decoration:none}
.tpl-clean-actions .button:hover{background:#0d555a;color:#fff}
.tpl-text-link{color:#126f75;font-weight:800}
@media(max-width:760px){.tpl-clean-grid--2,.tpl-clean-grid--3,.tpl-clean-list{grid-template-columns:1fr}.tpl-clean-card{padding:21px}.tpl-clean-cta{padding:26px}.tpl-clean-lead{font-size:25px}}
