/* ==========================================================================
   Caridad Animal — estilos principales
   Hecha con ❤ por Cuantium-Wibi™
   ========================================================================== */
:root {
	--forest: #2f4a2e;
	--forest-2: #213620;
	--leaf: #8cbf3f;
	--leaf-d: #6a9a25;
	--sky: #4aa3df;
	--sky-l: #e4f2fb;
	--navy: #1e3a8a;
	--navy-d: #162c6b;
	--coral: #e8735a;
	--coral-d: #d05a41;
	--honey: #f4c64e;
	--honey-l: #fff4d6;
	--cream: #fbf5ea;
	--cream-2: #f3e9d6;
	--ink: #22301f;
	--muted: #5f6b58;
	--line: #e8dfcd;
	--white: #fff;
	--r: 22px;
	--r-lg: 34px;
	--shadow: 0 18px 40px -18px rgba(47, 74, 46, .35);
	--shadow-lg: 0 30px 60px -25px rgba(33, 54, 32, .45);
	--f-head: 'Fredoka', 'Nunito', system-ui, sans-serif;
	--f-body: 'Nunito', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--ease: cubic-bezier(.34, 1.56, .64, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
	margin: 0;
	font-family: var(--f-body);
	font-size: 17px;
	line-height: 1.65;
	color: var(--ink);
	background: var(--white);
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
}
body.is-loading { overflow: hidden; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: var(--coral-d); }
h1, h2, h3, h4 { font-family: var(--f-head); font-weight: 600; line-height: 1.12; margin: 0 0 .5em; color: var(--forest-2); letter-spacing: -.01em; }
h1 { font-size: clamp(2.5rem, 6vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--honey); outline-offset: 3px; border-radius: 8px; }

.container { width: min(1200px, 100% - 40px); margin-inline: auto; }
.center { text-align: center; }
.center-flex { justify-content: center; }
.mt-40 { margin-top: 40px; }
.muted { color: var(--muted); }
.ico { width: 1.15em; height: 1.15em; flex: none; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 10px; z-index: 1000; }
.skip-link:focus { left: 8px; }
.hp { position: absolute; left: -9999px; }

/* ---------- Botones ---------- */
.btn {
	--bg: var(--navy); --fg: #fff; --sh: var(--navy-d);
	display: inline-flex; align-items: center; justify-content: center; gap: .5em;
	padding: .8em 1.5em; border-radius: 999px; border: 0;
	background: var(--bg); color: var(--fg); font-family: var(--f-head); font-weight: 600; font-size: 1.02rem; letter-spacing: .01em;
	text-decoration: none; box-shadow: 0 5px 0 var(--sh);
	transition: transform .25s var(--ease), box-shadow .25s, background .2s; position: relative; white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 8px 0 var(--sh); color: var(--fg); }
.btn:active { transform: translateY(3px); box-shadow: 0 2px 0 var(--sh); }
.btn--coral { --bg: var(--coral); --sh: var(--coral-d); }
.btn--leaf { --bg: var(--leaf); --sh: var(--leaf-d); --fg: #fff; }
.btn--honey { --bg: var(--honey); --sh: #d4a42a; --fg: var(--forest-2); }
.btn--navy { --bg: var(--navy); --sh: #0f1f4d; }
.btn--outline { --bg: #fff; --fg: var(--forest-2); --sh: var(--forest); box-shadow: 0 5px 0 var(--forest), inset 0 0 0 2.5px var(--forest); }
.btn--outline:hover { box-shadow: 0 8px 0 var(--forest), inset 0 0 0 2.5px var(--forest); }
.btn--ghost-light { --bg: rgba(255,255,255,.12); --fg: #fff; --sh: rgba(0,0,0,.25); box-shadow: 0 5px 0 rgba(0,0,0,.25), inset 0 0 0 2px rgba(255,255,255,.6); }
.btn--sm { font-size: .92rem; padding: .6em 1.1em; box-shadow: 0 4px 0 var(--sh); }
.btn--lg { font-size: 1.12rem; padding: .95em 1.8em; }
.btn--block { width: 100%; }
.btn .ico { width: 1.1em; height: 1.1em; }
.link-arrow { display: inline-flex; align-items: center; gap: .4em; font-family: var(--f-head); font-weight: 600; color: var(--navy); text-decoration: none; }
.link-arrow .ico { transition: transform .3s var(--ease); }
.link-arrow:hover .ico { transform: translateX(6px); }

/* ---------- Etiquetas ---------- */
.eyebrow {
	display: inline-flex; align-items: center; gap: .5em;
	font-family: var(--f-head); font-weight: 600; font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; color: var(--leaf-d); margin-bottom: 14px;
}
.eyebrow .ico { color: var(--coral); }
.eyebrow--pill { background: #fff; padding: .5em 1em; border-radius: 999px; box-shadow: var(--shadow); color: var(--forest); letter-spacing: .08em; }
.eyebrow--light { background: rgba(255,255,255,.16); color: #fff; box-shadow: none; backdrop-filter: blur(6px); }
.eyebrow--light .ico { color: var(--honey); }
.scribble { position: relative; white-space: nowrap; color: var(--coral); }
.scribble::after {
	content: ""; position: absolute; left: -4px; right: -4px; bottom: -.12em; height: .38em; z-index: -1;
	background: var(--honey); opacity: .55; border-radius: 40% 60% 50% 50%; transform: rotate(-1.5deg);
}
.section--forest .scribble::after, .footer-cta .scribble::after { opacity: .35; }

/* ---------- Loader: perrito corriendo ---------- */
.loader {
	position: fixed; inset: 0; z-index: 9999; display: grid; place-content: center; gap: 12px; justify-items: center;
	background: radial-gradient(circle at 50% 40%, #fffaf0 0, var(--cream) 60%, var(--cream-2) 100%);
	transition: opacity .6s ease, visibility .6s;
}
.loader.is-done { opacity: 0; visibility: hidden; }
.loader__stage { position: relative; width: 240px; height: 150px; }
.pup--run { width: 200px; position: absolute; left: 20px; top: 0; animation: pup-bob .36s ease-in-out infinite alternate; }
.loader__ground { position: absolute; left: 0; right: 0; bottom: 8px; height: 6px; overflow: hidden; }
.loader__ground span { position: absolute; top: 0; width: 34px; height: 6px; border-radius: 6px; background: var(--leaf); opacity: .55; animation: ground .9s linear infinite; }
.loader__ground span:nth-child(2) { animation-delay: -.18s; } .loader__ground span:nth-child(3) { animation-delay: -.36s; }
.loader__ground span:nth-child(4) { animation-delay: -.54s; } .loader__ground span:nth-child(5) { animation-delay: -.72s; }
.loader__text { font-family: var(--f-head); font-weight: 600; font-size: 1.3rem; color: var(--forest); margin: 0; }
.loader__text span { animation: blink 1.2s infinite; } .loader__text span:nth-child(2) { animation-delay: .2s; } .loader__text span:nth-child(3) { animation-delay: .4s; }
.pup .pup-leg { transform-box: fill-box; transform-origin: 50% 8%; }
.pup--run .pup-leg-ff, .pup--run .pup-leg-bb { animation: leg-a .36s ease-in-out infinite alternate; }
.pup--run .pup-leg-fb, .pup--run .pup-leg-bf { animation: leg-b .36s ease-in-out infinite alternate; }
.pup .pup-tail { transform-box: fill-box; transform-origin: 100% 100%; animation: wag .25s ease-in-out infinite alternate; }
.pup .pup-ear { transform-box: fill-box; transform-origin: 70% 10%; animation: ear .36s ease-in-out infinite alternate; }
.pup .pup-head { transform-box: fill-box; transform-origin: 20% 80%; }
@keyframes leg-a { from { transform: rotate(32deg); } to { transform: rotate(-32deg); } }
@keyframes leg-b { from { transform: rotate(-32deg); } to { transform: rotate(32deg); } }
@keyframes wag { from { transform: rotate(-18deg); } to { transform: rotate(22deg); } }
@keyframes ear { from { transform: rotate(-6deg); } to { transform: rotate(14deg); } }
@keyframes pup-bob { from { transform: translateY(0); } to { transform: translateY(-7px); } }
@keyframes ground { from { left: 100%; } to { left: -40px; } }
@keyframes blink { 0%, 100% { opacity: .2; } 50% { opacity: 1; } }

/* ---------- Barra superior ---------- */
.topbar { background: var(--forest); color: #f5efdf; font-size: .88rem; font-weight: 700; overflow: hidden; white-space: nowrap; }
.topbar__track { display: inline-flex; gap: 48px; padding: 9px 0; animation: marquee 38s linear infinite; }
.topbar__track span { display: inline-flex; align-items: center; gap: .5em; }
.topbar .ico { color: var(--honey); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Cabecera ---------- */
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent; transition: box-shadow .3s, border-color .3s; }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(255, 253, 248, .9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { box-shadow: 0 10px 30px -18px rgba(33,54,32,.4); border-color: var(--line); }
.site-header__in { display: flex; align-items: center; gap: 24px; min-height: 84px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--forest-2); flex: none; }
.brand__logo { width: 58px; height: auto; transition: transform .5s var(--ease); }
.brand:hover .brand__logo { transform: rotate(-8deg) scale(1.08); }
.brand__txt { display: flex; flex-direction: column; line-height: 1.05; }
.brand__txt strong { font-family: var(--f-head); font-size: 1.35rem; font-weight: 600; color: var(--navy); }
.brand__txt small { font-size: .78rem; font-weight: 700; color: var(--leaf-d); letter-spacing: .04em; }
.nav { margin-left: auto; }
.nav__list { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.nav__list a { display: block; padding: .55em 1em; border-radius: 999px; font-family: var(--f-head); font-weight: 500; font-size: 1.05rem; color: var(--forest-2); text-decoration: none; transition: background .2s, color .2s; position: relative; }
.nav__list a:hover { background: var(--cream-2); color: var(--forest-2); }
.nav__list .current-menu-item > a, .nav__list .current_page_item > a, .nav__list .current-menu-ancestor > a { background: var(--forest); color: #fff; }
.nav__list .sub-menu { list-style: none; padding: 8px; margin: 0; position: absolute; background: #fff; border-radius: 16px; box-shadow: var(--shadow); min-width: 200px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s; }
.nav__list li { position: relative; }
.nav__list li:hover > .sub-menu, .nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.nav__cta-mobile { display: none; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.cart-btn { position: relative; width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--cream-2); color: var(--forest-2); transition: transform .3s var(--ease), background .2s; }
.cart-btn .ico { width: 24px; height: 24px; }
.cart-btn:hover { transform: scale(1.08) rotate(-6deg); background: var(--honey-l); color: var(--forest-2); }
.cart-btn.is-bump { animation: bump .6s var(--ease); }
.cart-count { position: absolute; top: -3px; right: -3px; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: var(--coral); color: #fff; font-size: .75rem; font-weight: 800; display: grid; place-items: center; border: 2px solid #fff; }
.cart-count.is-empty { display: none; }
@keyframes bump { 0% { transform: scale(1); } 30% { transform: scale(1.3) rotate(-10deg); } 60% { transform: scale(.92) rotate(6deg); } 100% { transform: scale(1); } }
.burger { display: none; width: 48px; height: 48px; border: 0; border-radius: 14px; background: var(--forest); padding: 13px 12px; flex-direction: column; justify-content: space-between; }
.burger span { display: block; height: 3px; border-radius: 3px; background: #fff; transition: .3s; }
.nav-open .burger span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
.nav-open .burger span:nth-child(2) { opacity: 0; }
.nav-open .burger span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }

/* ---------- Secciones ---------- */
.section { padding: clamp(70px, 9vw, 120px) 0; position: relative; }
.section--tight { padding: clamp(50px, 6vw, 80px) 0; }
.section--cream { background: var(--cream); }
.section--sky { background: var(--sky-l); }
.section--forest { background: var(--forest); color: #eef3e4; }
.section--forest h2, .section--forest h3 { color: #fff; }
.wave { position: absolute; left: 0; right: 0; bottom: -1px; height: 70px; line-height: 0; pointer-events: none; z-index: 2; }
.wave svg { width: 100%; height: 100%; }
.wave--top { top: -69px; bottom: auto; }
.section--cream, .section--forest, .section--sky { margin-top: 0; }
.sec-head { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.sec-head p { color: var(--muted); font-size: 1.12rem; }
.sec-head--light p { color: #cfdcc3; }
.sec-head--light .eyebrow { color: var(--honey); }
.sec-head--left { text-align: left; margin: 0; }
.lead { font-size: 1.2rem; color: var(--muted); max-width: 560px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(40px, 6vw, 80px) 0 clamp(110px, 12vw, 160px); background: linear-gradient(180deg, var(--cream) 0%, #fffaf1 100%); overflow: hidden; }
.hero__in { display: grid; grid-template-columns: 1.02fr 1fr; align-items: center; gap: 50px; position: relative; z-index: 3; }
.hero h1 { position: relative; display: inline-block; color: var(--forest-2); margin: 12px 0 18px; }
.hero h1 .underline { position: absolute; left: 0; bottom: -10px; width: 100%; height: 20px; color: var(--leaf); stroke-dasharray: 320; stroke-dashoffset: 320; animation: draw 1.4s .9s ease forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.hero__btns { display: flex; flex-wrap: wrap; gap: 16px; margin: 28px 0 34px; }
.hero__trust { list-style: none; display: flex; flex-wrap: wrap; gap: 14px; padding: 0; margin: 0; }
.hero__trust li { background: #fff; border-radius: 18px; padding: 12px 18px; box-shadow: var(--shadow); display: flex; flex-direction: column; min-width: 140px; }
.hero__trust strong { font-family: var(--f-head); font-size: 1.8rem; color: var(--navy); line-height: 1; }
.hero__trust span { font-size: .85rem; color: var(--muted); font-weight: 700; }
.hero__art { position: relative; min-height: 540px; }
.hero__photo { position: absolute; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 7px solid #fff; background: #fff; }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.hero__photo--main { inset: 30px 30px 80px 50px; transform: rotate(2deg); }
.hero__photo--a { width: 42%; aspect-ratio: 1; left: -4%; bottom: 10px; transform: rotate(-7deg); animation: floaty 6s ease-in-out infinite; }
.hero__photo--b { width: 36%; aspect-ratio: 1; right: -2%; top: -10px; transform: rotate(8deg); animation: floaty 7s 1s ease-in-out infinite; }
.sticker { position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: .45em; font-family: var(--f-head); font-weight: 600; border-radius: 999px; box-shadow: var(--shadow); }
.sticker--love { right: 4%; bottom: 40px; background: var(--forest); color: #fff; padding: .7em 1.2em; font-size: .98rem; transform: rotate(-3deg); animation: floaty 5s ease-in-out infinite; }
.sticker--love .ico { color: var(--coral); }
.sticker--new { left: 42%; top: -6px; background: var(--honey); color: var(--forest-2); width: 118px; height: 118px; border-radius: 50%; display: grid; place-content: center; text-align: center; line-height: 1.1; font-size: .92rem; transform: rotate(-12deg); animation: spin-soft 9s linear infinite; }
.sticker--new b { font-size: 1.02rem; }
.sticker--small { background: #fff; color: var(--coral); padding: .5em 1em; right: -14px; top: 20px; transform: rotate(8deg); }
@keyframes floaty { 0%, 100% { translate: 0 0; } 50% { translate: 0 -12px; } }
@keyframes spin-soft { 0%, 100% { transform: rotate(-12deg) scale(1); } 50% { transform: rotate(-4deg) scale(1.05); } }
.hero__blob { position: absolute; border-radius: 50%; filter: blur(2px); z-index: 1; }
.hero__blob--1 { width: 520px; height: 520px; right: -140px; top: -120px; background: radial-gradient(circle, rgba(140,191,63,.28), transparent 70%); }
.hero__blob--2 { width: 420px; height: 420px; left: -160px; bottom: -80px; background: radial-gradient(circle, rgba(74,163,223,.22), transparent 70%); }
.walking-paws { position: absolute; left: 0; right: 0; bottom: 90px; height: 60px; z-index: 2; pointer-events: none; }
.walking-paws span { position: absolute; bottom: calc(var(--i) * 3px + (var(--i) - (var(--i) / 2) * 2) * 0px); left: calc(4% + var(--i) * 12%); color: var(--forest); opacity: 0; transform: rotate(80deg); animation: pawstep 8s calc(var(--i) * .5s) infinite; }
.walking-paws span:nth-child(odd) { bottom: 26px; }
.walking-paws .ico { width: 22px; height: 22px; }
@keyframes pawstep { 0% { opacity: 0; } 6% { opacity: .18; } 55% { opacity: .18; } 70%, 100% { opacity: 0; } }

/* ---------- Cinta ---------- */
.ribbon-wrap { overflow: hidden; padding: 24px 0 30px; margin: -36px 0 -30px; position: relative; z-index: 5; }
.ribbon { background: var(--coral); color: #fff; overflow: hidden; white-space: nowrap; transform: rotate(-1.5deg); margin: 0 -20px; position: relative; box-shadow: 0 10px 25px -12px rgba(208,90,65,.6); }
.ribbon__track { display: inline-flex; align-items: center; gap: 28px; padding: 16px 0; animation: marquee 30s linear infinite; font-family: var(--f-head); font-weight: 600; font-size: 1.5rem; }
.ribbon .ico { width: 26px; height: 26px; color: var(--honey); }

/* ---------- Calendario destacado ---------- */
.feature__in { display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; align-items: center; }
.feature__art { position: relative; perspective: 1200px; }
.cal3d { border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg); transform: rotateY(-8deg) rotateX(3deg); transition: transform .6s var(--ease); border: 8px solid #fff; position: relative; }
.cal3d::before { content: ""; position: absolute; top: -8px; left: 8%; right: 8%; height: 18px; background: repeating-linear-gradient(90deg, #3b3b46 0 6px, transparent 6px 22px); border-radius: 4px; z-index: 2; }
.cal3d:hover { transform: rotateY(0) rotateX(0) scale(1.02); }
.feature__badge { position: absolute; right: -18px; bottom: -26px; width: 140px; height: 140px; border-radius: 50%; background: var(--leaf); color: #fff; display: grid; place-content: center; text-align: center; font-family: var(--f-head); font-weight: 600; line-height: 1.1; box-shadow: var(--shadow); transform: rotate(10deg); animation: spin-soft 8s linear infinite; }
.feature__badge span { font-size: 2.2rem; display: block; }
.feature__copy h2 em { font-style: normal; color: var(--navy); }
.checks { list-style: none; padding: 0; margin: 20px 0 28px; display: grid; gap: 10px; }
.checks li { display: flex; gap: 10px; align-items: center; font-weight: 700; }
.checks .ico { width: 28px; height: 28px; padding: 5px; border-radius: 50%; background: var(--leaf); color: #fff; }
.feature__buy { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.price { font-family: var(--f-head); font-weight: 600; color: var(--navy); }
.price del { color: var(--muted); font-size: .8em; margin-right: 6px; font-weight: 400; }
.price ins { text-decoration: none; }
.price--big { font-size: 2.2rem; }

/* ---------- Tarjetas de producto ---------- */
.p-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.p-card { background: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s; }
.p-card:hover { transform: translateY(-10px) rotate(-.6deg); box-shadow: var(--shadow-lg); }
.p-card__img { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: var(--cream-2); }
.p-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.p-card:hover .p-card__img img { transform: scale(1.07); }
.p-card__peek { position: absolute; right: 16px; bottom: -60px; width: 56px; height: 56px; border-radius: 50%; background: var(--honey); color: var(--forest-2); display: grid; place-items: center; transition: bottom .45s var(--ease); box-shadow: var(--shadow); }
.p-card__peek .ico { width: 28px; height: 28px; }
.p-card:hover .p-card__peek { bottom: 16px; }
.p-card__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.p-card__cat { font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--leaf-d); }
.p-card h3 { font-size: 1.3rem; margin: 0 0 8px; }
.p-card h3 a { color: var(--forest-2); text-decoration: none; }
.p-card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.p-card .price { font-size: 1.35rem; }
.onsale { position: absolute; top: 16px; left: 16px; z-index: 2; background: var(--coral); color: #fff; font-family: var(--f-head); font-weight: 600; padding: .35em .9em; border-radius: 999px; transform: rotate(-6deg); box-shadow: var(--shadow); }
.added_to_cart { display: none !important; }
.ajax_add_to_cart.loading { opacity: .7; }
.ajax_add_to_cart.added::after { content: "✓"; margin-left: 4px; }

/* ---------- Qué hacemos ---------- */
.cards4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.card-do { --c: var(--leaf); --bg: #f1f8e6; background: var(--bg); border-radius: var(--r-lg); padding: 32px 26px; position: relative; overflow: hidden; transition: transform .4s var(--ease); }
.card-do:hover { transform: translateY(-8px) rotate(1deg); }
.card-do--sky { --c: var(--sky); --bg: var(--sky-l); }
.card-do--honey { --c: #e0a91d; --bg: var(--honey-l); }
.card-do--coral { --c: var(--coral); --bg: #fde9e3; }
.card-do__ico { width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; background: var(--c); color: #fff; margin-bottom: 18px; transform: rotate(-6deg); transition: transform .4s var(--ease); }
.card-do:hover .card-do__ico { transform: rotate(6deg) scale(1.1); }
.card-do__ico .ico { width: 32px; height: 32px; }
.card-do__n { position: absolute; right: 20px; top: 12px; font-family: var(--f-head); font-size: 3.6rem; font-weight: 700; color: var(--c); opacity: .18; }
.card-do p { color: var(--muted); margin: 0; }

/* ---------- Galería polaroid ---------- */
.gallery-sec { padding-bottom: clamp(110px, 12vw, 160px); }
.polaroids { columns: 5 200px; column-gap: 22px; }
.polaroid { break-inside: avoid; margin: 0 0 26px; background: #fffdf7; padding: 12px 12px 14px; border-radius: 8px; box-shadow: 0 16px 30px -14px rgba(0,0,0,.55); transform: rotate(var(--r)); transition: transform .45s var(--ease); }
.polaroid:hover { transform: rotate(0) scale(1.06); z-index: 3; position: relative; }
.polaroid__btn { display: block; padding: 0; border: 0; background: none; width: 100%; cursor: zoom-in; border-radius: 4px; overflow: hidden; }
.polaroid img { width: 100%; }
.polaroid figcaption { font-family: var(--f-head); font-weight: 500; color: var(--forest); text-align: center; padding-top: 10px; display: flex; align-items: center; justify-content: center; gap: 6px; }
.polaroid figcaption .ico { color: var(--coral); }
.lightbox { position: fixed; inset: 0; z-index: 9000; background: rgba(20,30,18,.88); display: grid; place-items: center; padding: 30px; animation: fade .3s; }
.lightbox[hidden] { display: none; }
.lightbox img { max-height: 86vh; width: auto; border-radius: 18px; border: 8px solid #fff; animation: pop .4s var(--ease); }
.lightbox__close { position: absolute; top: 20px; right: 20px; width: 52px; height: 52px; border-radius: 50%; border: 0; background: #fff; color: var(--forest); display: grid; place-items: center; }
.lightbox__close .ico { width: 24px; height: 24px; }
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { transform: scale(.8); opacity: 0; } }

/* ---------- Donar ---------- */
.donate-sec__in { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.donate-sec__photo { position: relative; margin-top: 26px; max-width: 460px; }
.donate-sec__photo img { border-radius: var(--r-lg); box-shadow: var(--shadow-lg); aspect-ratio: 4/3; object-fit: cover; width: 100%; border: 7px solid #fff; transform: rotate(-2deg); }
.donate-box { background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: clamp(24px, 4vw, 40px); border: 2px solid var(--cream-2); position: relative; }
.donate-box::before { content: ""; position: absolute; inset: -14px -14px auto auto; width: 90px; height: 90px; border-radius: 50%; background: var(--honey); z-index: -1; }
.donate-box__head h3 { font-size: 1.8rem; margin-bottom: 6px; }
.donate-box__head p { color: var(--muted); }
.donate-box__amounts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 18px 0; }
.amt { border: 2.5px solid var(--line); background: var(--cream); border-radius: 18px; padding: 16px 10px; font-family: var(--f-head); font-weight: 600; font-size: 1.35rem; color: var(--forest-2); transition: .25s var(--ease); }
.amt:hover { border-color: var(--leaf); transform: translateY(-3px); }
.amt.is-active { background: var(--forest); border-color: var(--forest); color: #fff; transform: scale(1.03); box-shadow: 0 10px 20px -10px rgba(47,74,46,.7); }
.donate-box__impact { display: flex; gap: 16px; align-items: center; background: var(--honey-l); border-radius: 18px; padding: 16px 18px; margin-bottom: 20px; min-height: 96px; }
.impact-ico { width: 56px; height: 56px; border-radius: 16px; background: var(--honey); color: var(--forest-2); display: grid; place-items: center; flex: none; animation: pop .4s var(--ease); }
.impact-ico[hidden] { display: none; }
.impact-ico .ico { width: 30px; height: 30px; }
.donate-box__impact strong { font-family: var(--f-head); font-size: 1.15rem; color: var(--forest-2); }
.donate-box__impact p { margin: 2px 0 0; color: var(--muted); font-size: .96rem; }
.donate-box__fine { text-align: center; font-size: .85rem; color: var(--muted); margin: 14px 0 0; }

/* ---------- Pasos ---------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: s; position: relative; }
.steps::before { content: ""; position: absolute; left: 10%; right: 10%; top: 38px; border-top: 3px dashed rgba(30,58,138,.25); z-index: 0; }
.steps li { background: #fff; border-radius: var(--r-lg); padding: 30px 24px; text-align: center; position: relative; z-index: 1; box-shadow: var(--shadow); }
.steps__n { width: 60px; height: 60px; margin: -60px auto 16px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: #fff; font-family: var(--f-head); font-size: 1.6rem; font-weight: 600; border: 5px solid var(--sky-l); }
.steps li:nth-child(2) .steps__n { background: var(--leaf); }
.steps li:nth-child(3) .steps__n { background: var(--coral); }
.steps li:nth-child(4) .steps__n { background: var(--honey); color: var(--forest-2); }
.steps p { color: var(--muted); margin: 0; }
.section--sky .sec-head { margin-bottom: 80px; }

/* ---------- Voluntarios ---------- */
.volunteer__in { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.volunteer__img { position: relative; }
.volunteer__img img { border-radius: 50% 50% var(--r-lg) var(--r-lg); aspect-ratio: 5/4; object-fit: cover; width: 100%; box-shadow: var(--shadow-lg); }
.volunteer__tag { position: absolute; left: 20px; bottom: 20px; background: #fff; border-radius: 999px; padding: .6em 1.1em; font-family: var(--f-head); font-weight: 600; display: flex; gap: .5em; align-items: center; color: var(--navy); box-shadow: var(--shadow); }

/* ---------- FAQ ---------- */
.faq-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.faq-wrap .sec-head { position: sticky; top: 120px; }
.faq { display: grid; gap: 14px; }
.faq__item { background: #fff; border-radius: 20px; box-shadow: 0 10px 24px -18px rgba(33,54,32,.5); border: 2px solid transparent; transition: border-color .3s; }
.faq__item[open] { border-color: var(--leaf); }
.faq__item summary { list-style: none; cursor: pointer; padding: 20px 22px; font-family: var(--f-head); font-weight: 600; font-size: 1.12rem; display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--forest-2); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__ico { width: 36px; height: 36px; border-radius: 50%; background: var(--cream-2); display: grid; place-items: center; flex: none; transition: transform .35s var(--ease), background .3s; }
.faq__item[open] .faq__ico { transform: rotate(45deg); background: var(--leaf); color: #fff; }
.faq__item p { padding: 0 22px 20px; margin: 0; color: var(--muted); }

/* ---------- Blog ---------- */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.post-card { background: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .4s var(--ease); }
.post-card:hover { transform: translateY(-8px); }
.post-card__img { aspect-ratio: 16/10; overflow: hidden; display: block; }
.post-card__img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; transition: transform .8s; }
.post-card:hover .post-card__img img { transform: scale(1.06); }
.post-card__body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.post-card time { font-size: .85rem; font-weight: 700; color: var(--leaf-d); display: flex; gap: 6px; align-items: center; margin-bottom: 8px; }
.post-card h3 a { color: var(--forest-2); text-decoration: none; }
.post-card p { color: var(--muted); }
.post-card .link-arrow { margin-top: auto; }
.pager { margin-top: 40px; text-align: center; }
.pager .page-numbers { display: inline-grid; place-items: center; min-width: 44px; height: 44px; border-radius: 50%; margin: 0 3px; background: var(--cream-2); text-decoration: none; font-weight: 800; color: var(--forest-2); }
.pager .page-numbers.current { background: var(--forest); color: #fff; }
.empty { text-align: center; max-width: 520px; margin: 0 auto; }
.empty .pup, .notfound .pup { width: 220px; margin: 0 auto 10px; }

/* ---------- Cabecera de páginas ---------- */
.page-hero { position: relative; padding: clamp(90px, 12vw, 150px) 0 clamp(120px, 13vw, 170px); color: #fff; overflow: hidden; background: var(--forest-2); }
.page-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: 50% 30%; transform: scale(1.06); animation: kenburns 18s ease-in-out infinite alternate; }
.page-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20,34,19,.88) 0%, rgba(20,34,19,.55) 55%, rgba(20,34,19,.2) 100%); }
@keyframes kenburns { to { transform: scale(1.14) translate(-1%, -1%); } }
.page-hero__in { position: relative; z-index: 2; max-width: 760px; margin-left: max(20px, calc((100% - 1200px) / 2)); }
.page-hero h1 { color: #fff; margin: 10px 0 14px; }
.page-hero p { font-size: 1.2rem; color: #e6eddc; max-width: 600px; }

/* ---------- Páginas interiores ---------- */
.prose { max-width: 780px; }
.prose h2 { margin-top: 1.4em; }
.prose img { border-radius: var(--r); }
.prose blockquote, .quote { margin: 26px 0; padding: 22px 26px; border-radius: var(--r); background: var(--honey-l); font-family: var(--f-head); font-size: 1.3rem; line-height: 1.4; color: var(--forest-2); border-left: 6px solid var(--honey); }
.story { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.story__imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.story__imgs img { border-radius: var(--r-lg); box-shadow: var(--shadow); aspect-ratio: 1; object-fit: cover; width: 100%; }
.story__imgs img:first-child { grid-column: span 2; aspect-ratio: 16/10; }
.stats-sec { padding: 80px 0 130px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat strong { display: block; font-family: var(--f-head); font-size: clamp(2.6rem, 5vw, 4rem); color: var(--honey); line-height: 1; }
.stat span { color: #d6e2cb; font-weight: 700; }
.ways { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.way { background: #fff; border-radius: var(--r-lg); padding: 28px 24px; box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: flex-start; }
.way p { color: var(--muted); }
.way .btn { margin-top: auto; }
.way__data { background: var(--cream); border-radius: 14px; padding: 12px 14px; font-weight: 700; color: var(--forest-2) !important; font-size: .95rem; width: 100%; }
.way__ico { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; color: #fff; margin-bottom: 16px; }
.way__ico .ico { width: 30px; height: 30px; }
.way__ico--navy { background: var(--navy); } .way__ico--sky { background: var(--sky); } .way__ico--honey { background: var(--honey); color: var(--forest-2); } .way__ico--coral { background: var(--coral); }
.shop-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; background: var(--cream); border-radius: var(--r-lg); padding: 30px; }
.shop-strip img { border-radius: var(--r); }
.areas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.area { display: flex; gap: 16px; background: var(--cream); border-radius: var(--r); padding: 22px; transition: transform .35s var(--ease); }
.area:hover { transform: translateY(-5px); }
.area__ico { width: 52px; height: 52px; border-radius: 16px; background: var(--leaf); color: #fff; display: grid; place-items: center; flex: none; }
.area__ico .ico { width: 26px; height: 26px; }
.area h3 { font-size: 1.15rem; margin-bottom: 4px; }
.area p { margin: 0; color: var(--muted); font-size: .95rem; }
.vol-form { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; }
.vol-form__side img { border-radius: var(--r-lg); box-shadow: var(--shadow-lg); margin-bottom: 20px; transform: rotate(-2deg); }
.form { background: #fff; border-radius: var(--r-lg); padding: clamp(22px, 4vw, 40px); box-shadow: var(--shadow-lg); display: grid; gap: 16px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { display: grid; gap: 6px; font-weight: 700; font-size: .95rem; color: var(--forest-2); }
.form input[type=text], .form input[type=email], .form input[type=tel], .form select, .form textarea,
.fca input.input-text, .fca select, .fca textarea, .fca .select2-selection {
	width: 100%; border: 2px solid var(--line); background: var(--cream); border-radius: 14px; padding: 12px 14px; font: inherit; color: var(--ink); transition: border-color .2s, background .2s;
}
.form input:focus, .form select:focus, .form textarea:focus, .fca input.input-text:focus, .fca textarea:focus { outline: none; border-color: var(--leaf); background: #fff; }
.form .check { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; font-size: .9rem; color: var(--muted); }
.form .check input { width: 20px; height: 20px; accent-color: var(--leaf); margin-top: 2px; flex: none; }
.form__msg { padding: 14px 16px; border-radius: 14px; font-weight: 700; display: flex; gap: 8px; align-items: center; }
.form__msg--ok { background: #eaf6d9; color: var(--leaf-d); }
.form__msg--err { background: #fde9e3; color: var(--coral-d); }
.share-love { display: flex; align-items: center; gap: 16px; background: var(--cream); border-radius: var(--r); padding: 18px 22px; margin: 40px 0; }
.share-love > .ico { color: var(--coral); width: 34px; height: 34px; }
.share-love p { margin: 0; flex: 1; font-weight: 700; }
.comments { margin-top: 40px; }
.notfound { text-align: center; }
.notfound__code { font-family: var(--f-head); font-size: 6rem; line-height: 1; color: var(--honey); margin: 0; font-weight: 700; }
.pup--sniff .pup-head { animation: sniff 1.4s ease-in-out infinite; }
.pup--sit .pup-head { animation: tilt-head 2.4s ease-in-out infinite; }
@keyframes sniff { 0%, 100% { transform: rotate(0); } 25% { transform: rotate(12deg); } 50% { transform: rotate(4deg); } 75% { transform: rotate(14deg); } }
@keyframes tilt-head { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(-12deg); } }

/* ---------- Pie ---------- */
.footer-cta { background: var(--coral); color: #fff; padding: 60px 0; position: relative; overflow: hidden; }
.footer-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 20%, rgba(255,255,255,.18) 0 60px, transparent 61px), radial-gradient(circle at 90% 80%, rgba(255,255,255,.12) 0 90px, transparent 91px); }
.footer-cta__in { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; position: relative; }
.footer-cta h2 { color: #fff; margin-bottom: 8px; }
.footer-cta .scribble { color: #fff; }
.footer-cta p { margin: 0; color: #fff3ee; max-width: 520px; }
.footer-cta__dogs { display: flex; }
.footer-cta__dogs img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; margin-left: -22px; box-shadow: var(--shadow); transition: transform .35s var(--ease); }
.footer-cta__dogs img:first-child { margin-left: 0; }
.footer-cta__dogs img:hover { transform: translateY(-8px) rotate(-6deg); }
.footer-cta__btns { display: flex; flex-direction: column; gap: 14px; }
.site-footer { background: var(--forest-2); color: #cfdac5; padding: 70px 0 30px; position: relative; overflow: hidden; }
.paw-trail { position: absolute; top: 18px; left: 0; right: 0; height: 30px; pointer-events: none; }
.paw-trail span { position: absolute; left: calc(var(--i) * 8.5%); top: calc(var(--i) % 2 * 14px); color: var(--leaf); opacity: .15; transform: rotate(90deg); }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer h3 { color: #fff; font-size: 1.15rem; margin-bottom: 16px; }
.f-badge { display: inline-block; background: #fffaf0; border-radius: 24px; padding: 14px 18px; margin-bottom: 16px; transform: rotate(-3deg); box-shadow: var(--shadow); }
.f-badge img { width: 92px; }
.f-links, .f-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.f-links a, .f-contact a { color: #cfdac5; text-decoration: none; }
.f-links a:hover, .f-contact a:hover { color: var(--honey); }
.f-links a::before { content: "🐾"; font-size: .7em; margin-right: 8px; opacity: .6; }
.f-contact li { display: flex; gap: 10px; align-items: center; }
.f-contact .ico { color: var(--leaf); }
.socials { display: flex; gap: 10px; margin-top: 14px; }
.socials a { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; display: grid; place-items: center; transition: .3s var(--ease); }
.socials a:hover { background: var(--leaf); transform: translateY(-4px) rotate(-8deg); color: #fff; }
.socials .ico { width: 22px; height: 22px; }
.site-footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 50px; padding-top: 24px; font-size: .9rem; }
.site-footer__bottom p { margin: 0; }
.credit a { color: var(--honey); font-weight: 800; text-decoration: none; }
.beat { color: var(--coral); display: inline-block; animation: beat 1.2s ease-in-out infinite; }
@keyframes beat { 0%, 100% { transform: scale(1); } 15% { transform: scale(1.3); } 30% { transform: scale(1); } 45% { transform: scale(1.2); } }

/* ---------- Flotantes ---------- */
.wa-float { position: fixed; left: 18px; bottom: 18px; z-index: 90; display: flex; align-items: center; gap: 8px; background: #25d366; color: #fff; border-radius: 999px; padding: 12px 18px 12px 14px; font-family: var(--f-head); font-weight: 600; text-decoration: none; box-shadow: 0 12px 26px -10px rgba(37,211,102,.8); transition: transform .3s var(--ease); }
.wa-float:hover { transform: scale(1.06); color: #fff; }
.wa-float .ico { width: 26px; height: 26px; }
.to-top { position: fixed; right: 18px; bottom: 18px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; border: 0; background: var(--navy); color: #fff; display: grid; place-items: center; box-shadow: var(--shadow); opacity: 0; transform: translateY(20px) scale(.8); pointer-events: none; transition: .4s var(--ease); }
.to-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.to-top .ico { width: 26px; height: 26px; transition: transform .4s var(--ease); }
.to-top:hover .ico { transform: translateY(-4px) rotate(-12deg); }
.to-top__bubble { position: absolute; right: 64px; background: #fff; color: var(--navy); font-family: var(--f-head); font-weight: 600; padding: 6px 12px; border-radius: 12px; font-size: .88rem; white-space: nowrap; box-shadow: var(--shadow); opacity: 0; transform: translateX(10px); transition: .3s; }
.to-top:hover .to-top__bubble { opacity: 1; transform: none; }

/* Si el tema tiene WhatsApp, se oculta el widget del plugin anterior */
.fca-wa .tochatbe-widget, .fca-wa #tochatbe-widget, .fca-wa [class^="tochatbe-"] { display: none !important; }

/* Huellitas al hacer clic y corazones al comprar */
.click-paw { position: fixed; z-index: 9998; pointer-events: none; color: var(--coral); width: 22px; height: 22px; animation: clickpaw .9s ease-out forwards; }
@keyframes clickpaw { 0% { transform: translate(-50%, -50%) scale(.3) rotate(var(--rot)); opacity: 1; } 100% { transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(1) rotate(var(--rot)); opacity: 0; } }
.fly-heart { position: fixed; z-index: 9998; pointer-events: none; color: var(--coral); width: 34px; height: 34px; transition: transform .9s cubic-bezier(.5,-.3,.7,1), opacity .9s; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 9997; transform: translate(-50%, 140%); background: var(--forest); color: #fff; padding: 14px 22px; border-radius: 999px; font-family: var(--f-head); font-weight: 500; display: flex; gap: 10px; align-items: center; box-shadow: var(--shadow-lg); transition: transform .5s var(--ease); max-width: calc(100% - 40px); }
.toast.is-on { transform: translate(-50%, 0); }
.toast a { color: var(--honey); font-weight: 700; }

/* Animaciones de entrada */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s var(--ease); transition-delay: var(--d, 0ms); }
.reveal.is-in { opacity: 1; transform: none; }
.polaroid.reveal.is-in { transform: rotate(var(--r)); }
.polaroid.reveal.is-in:hover { transform: rotate(0) scale(1.06); }
.no-js .reveal { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
	.cards4, .ways { grid-template-columns: repeat(2, 1fr); }
	.steps { grid-template-columns: repeat(2, 1fr); row-gap: 60px; }
	.steps::before { display: none; }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
	.footer-cta__in { grid-template-columns: 1fr; text-align: center; justify-items: center; }
	.footer-cta__btns { flex-direction: row; flex-wrap: wrap; justify-content: center; }
	.nav__list a { padding: .5em .7em; font-size: 1rem; }
	.brand__txt { display: none; }
}
@media (max-width: 960px) {
	.burger { display: flex; }
	.brand__txt { display: flex; }
	.brand__txt strong { font-size: 1.15rem; }
	.hide-sm { display: none !important; }
	.nav { position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); background: var(--cream); padding: 110px 26px 30px; clip-path: inset(0 0 0 100%); visibility: hidden; transition: clip-path .45s cubic-bezier(.7,0,.2,1), visibility 0s .45s; box-shadow: -20px 0 50px rgba(0,0,0,.2); z-index: 99; display: flex; flex-direction: column; gap: 20px; overflow-y: auto; }
	.nav-open .nav { clip-path: inset(0 0 0 0); visibility: visible; transition: clip-path .45s cubic-bezier(.7,0,.2,1); }
	.nav-open::after { content: ""; position: fixed; inset: 0; background: rgba(20,30,18,.45); z-index: 98; }
	.nav__list { flex-direction: column; gap: 6px; }
	.nav__list a { font-size: 1.3rem; padding: .7em 1em; }
	.nav__list .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: transparent; padding-left: 16px; }
	.nav__cta-mobile { display: inline-flex; }
	.header-actions { margin-left: auto; position: relative; z-index: 100; }
	.site-header__in { min-height: 72px; }
	.hero__in, .feature__in, .donate-sec__in, .volunteer__in, .faq-wrap, .story, .vol-form, .shop-strip { grid-template-columns: 1fr; gap: 40px; }
	.faq-wrap .sec-head { position: static; }
	.hero__art { min-height: 420px; order: -1; }
	.p-grid, .posts { grid-template-columns: repeat(2, 1fr); }
	.areas { grid-template-columns: 1fr 1fr; }
	.stats { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
	.feature__badge { right: 10px; width: 110px; height: 110px; font-size: .85rem; }
	.feature__badge span { font-size: 1.7rem; }
}
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 600px) {
	.admin-bar .site-header { top: 0; }
	body { font-size: 16px; }
	.container { width: calc(100% - 32px); }
	.hero { padding-top: 26px; }
	.hero__art { min-height: 330px; margin: 0 6px; }
	.hero__photo--main { inset: 18px 14px 50px 30px; border-width: 5px; }
	.hero__photo--a { width: 40%; }
	.hero__photo--b { width: 34%; }
	.sticker--love { font-size: .8rem; right: 0; bottom: 8px; }
	.sticker--new { width: 92px; height: 92px; font-size: .75rem; left: 38%; }
	.sticker--new b { font-size: .82rem; }
	.hero__btns .btn { flex: 1 1 100%; }
	.hero__trust li { flex: 1 1 calc(50% - 14px); min-width: 0; padding: 10px 14px; }
	.hero__trust li:last-child { flex-basis: 100%; }
	.ribbon__track { font-size: 1.15rem; padding: 12px 0; }
	.cards4, .ways, .p-grid, .posts, .areas, .steps, .form__row { grid-template-columns: 1fr; }
	.polaroids { columns: 2 140px; column-gap: 14px; }
	.polaroid { padding: 8px 8px 10px; }
	.polaroid figcaption { font-size: .85rem; }
	.site-footer__grid { grid-template-columns: 1fr; }
	.footer-cta__btns .btn { flex: 1 1 100%; }
	.wa-float span { display: none; }
	.wa-float { padding: 14px; }
	.feature__buy .btn { flex: 1; }
	.shop-strip { padding: 18px; }
	.page-hero__in { margin-left: 16px; margin-right: 16px; }
	.wave { height: 40px; }
	.wave--top { top: -39px; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
	.reveal { opacity: 1; transform: none; }
}
