
:root{--bg:#fffaf2;--ink:#1f2328;--muted:#6b7280;--brand:#e5572f;--brand2:#1b4965;--card:#fff;--line:#eadfce}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.65}a{color:inherit;text-decoration:none}.top{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.wrap{max-width:1120px;margin:auto;padding:0 22px}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}.brand{font-weight:900;font-size:24px;letter-spacing:-.04em}.brand span{color:var(--brand)}.menu{display:flex;gap:18px;flex-wrap:wrap;font-weight:700;color:#334155}.hero{padding:76px 0 50px;background:radial-gradient(circle at 15% 20%,#ffe0bd,transparent 26%),linear-gradient(135deg,#fff6e7,#fff)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.eyebrow{color:var(--brand);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.h1{font-size:clamp(38px,6vw,72px);line-height:.95;margin:12px 0 22px;letter-spacing:-.07em}.lead{font-size:20px;color:#48505a;max-width:760px}.dogcard{background:var(--brand2);color:white;border-radius:34px;padding:30px;box-shadow:0 24px 60px #1b496533;min-height:320px;position:relative;overflow:hidden}.dog{font-size:118px;line-height:1;filter:drop-shadow(0 18px 10px #0002)}.pill{display:inline-block;background:#fff3;border:1px solid #fff5;padding:8px 12px;border-radius:999px;margin:5px;font-weight:700}.section{padding:54px 0}.section h2{font-size:34px;letter-spacing:-.04em;margin:0 0 20px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 10px 30px #00000008}.card h3{font-size:21px;line-height:1.2;margin:10px 0}.meta{font-size:13px;color:var(--muted);font-weight:800;text-transform:uppercase}.tag{color:var(--brand);font-weight:900}.btn{display:inline-flex;background:var(--brand);color:white;border-radius:999px;padding:12px 18px;font-weight:900;margin-top:12px}.two{display:grid;grid-template-columns:2fr 1fr;gap:28px}.aside{background:#132b3a;color:#fff;border-radius:24px;padding:24px}.article{background:white;border:1px solid var(--line);border-radius:28px;padding:38px}.article h1{font-size:44px;line-height:1.05;letter-spacing:-.05em}.article h2{margin-top:34px}.footer{background:#111827;color:#d1d5db;padding:38px 0;margin-top:40px}.footer a{color:white}.list{padding-left:20px}.notice{background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;padding:16px;color:#7c2d12}@media(max-width:860px){.hero-grid,.two,.grid{grid-template-columns:1fr}.menu{font-size:14px}.dogcard{min-height:auto}.article h1{font-size:34px}}

/* Imágenes originales */
.hero-photo{border-radius:26px;overflow:hidden;box-shadow:0 22px 60px rgba(0,0,0,.18);background:#fff}.hero-photo img,.post-thumb,.featured-img{width:100%;height:100%;object-fit:cover;display:block}.post-thumb{height:185px;border-radius:18px 18px 0 0;margin:-22px -22px 18px}.featured-img{max-height:430px;border-radius:22px;margin:0 0 24px;box-shadow:0 14px 34px rgba(0,0,0,.12)}.inline-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:22px 0}.inline-gallery img{width:100%;height:190px;object-fit:cover;border-radius:16px}.card.has-img{overflow:hidden}.card.has-img .post-thumb{border-radius:0;margin:-22px -22px 18px}


/* Corrección de tarjetas con imágenes originales */
.card.has-img{padding:0;overflow:hidden;display:flex;flex-direction:column}
.card.has-img .post-thumb{display:block;width:100%;height:220px;object-fit:cover;border-radius:0;margin:0;background:#f4eadb}
.card.has-img .card-body{padding:24px}
.card.has-img .meta{display:block;margin:0 0 10px;line-height:1.2}
.card.has-img h3{margin:0 0 10px}
.card.has-img p{margin:0 0 8px}
.card.has-img .btn{align-self:flex-start}
