.post-actions[data-astro-cid-zbsrorwi]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;margin-top:3rem;padding-top:1.5rem;border-top:2px solid var(--crema-dark, #e0d6c7)}.back-link[data-astro-cid-zbsrorwi]{font-weight:500;color:var(--vino, #6a1a2a);text-decoration:none;transition:color .2s}.back-link[data-astro-cid-zbsrorwi]:hover{color:var(--ocre-dark, #a16207)}.share-buttons[data-astro-cid-zbsrorwi]{display:flex;align-items:center;gap:.75rem}.share-label[data-astro-cid-zbsrorwi]{font-size:.9rem;color:var(--vino-deep, #3b0e17);font-weight:500}.share-btn[data-astro-cid-zbsrorwi]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#fff;text-decoration:none;transition:transform .2s,opacity .2s}.share-btn[data-astro-cid-zbsrorwi]:hover{transform:scale(1.12);opacity:.88}.facebook[data-astro-cid-zbsrorwi]{background-color:#1877f2}.twitter[data-astro-cid-zbsrorwi]{background-color:#000}.whatsapp[data-astro-cid-zbsrorwi]{background-color:#25d366}.post[data-astro-cid-2q5oecfc]{--ink: #1a050b;--accent: var(--vino, #6a1a2a);--accent-deep: var(--vino-deep, #3b0e17);--gold: var(--ocre, #a16207);--surface: var(--crema-mid, #f5efe6);padding-top:0;animation:fadeUp .6s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.post-hero[data-astro-cid-2q5oecfc]{width:100%;height:clamp(280px,45vh,520px);overflow:hidden;position:relative}.post-hero__image-wrap[data-astro-cid-2q5oecfc]{width:100%;height:100%;position:relative}.post-hero__image[data-astro-cid-2q5oecfc]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transform:scale(1.04);animation:zoomOut 8s ease forwards}@keyframes zoomOut{to{transform:scale(1)}}.post-hero__veil[data-astro-cid-2q5oecfc]{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,var(--accent-deep) 100%)}.post-header[data-astro-cid-2q5oecfc]{background:linear-gradient(to bottom,var(--accent-deep) 0%,var(--accent) 40%,var(--surface) 100%);padding:2.5rem 1.5rem 3rem}.post-header__inner[data-astro-cid-2q5oecfc]{max-width:780px;margin:0 auto;animation:fadeUp .7s .15s ease both}.post-badge[data-astro-cid-2q5oecfc]{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--accent-deep);background:var(--gold);padding:.3rem 1rem;border-radius:999px;margin-bottom:1.25rem}.post-title[data-astro-cid-2q5oecfc]{font-family:var(--font-display, "Cormorant Garamond", serif);font-size:clamp(2rem,5vw,3.6rem);font-weight:700;line-height:1.1;color:var(--crema, #f5efe6);margin:0 0 1.75rem}.post-meta[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:1.25rem;color:#ffffffd9}.post-meta__author[data-astro-cid-2q5oecfc]{display:flex;align-items:center;gap:.75rem}.post-meta__avatar[data-astro-cid-2q5oecfc]{width:38px;height:38px;border-radius:50%;background:var(--gold);color:var(--accent-deep);font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--font-display, serif)}.post-meta__author[data-astro-cid-2q5oecfc] strong[data-astro-cid-2q5oecfc]{display:block;font-size:.95rem;font-weight:600}.post-meta__author[data-astro-cid-2q5oecfc] small[data-astro-cid-2q5oecfc]{font-size:.78rem;opacity:.7}.post-meta__dates[data-astro-cid-2q5oecfc]{text-align:right;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;opacity:.75}.post-meta__updated[data-astro-cid-2q5oecfc]{display:block;opacity:.55;font-size:.72rem;margin-top:.2rem}.post-tags[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;gap:.45rem;padding-top:.25rem}.post-tag[data-astro-cid-2q5oecfc]{font-size:.72rem;color:#fff9;border:1px solid rgba(255,255,255,.2);padding:.18rem .6rem;border-radius:999px;transition:color .2s,border-color .2s}.post-tag[data-astro-cid-2q5oecfc]:hover{color:var(--gold);border-color:var(--gold)}.post-body[data-astro-cid-2q5oecfc]{background:var(--surface);padding:4rem 1.5rem 5rem;animation:fadeUp .7s .3s ease both}.prose[data-astro-cid-2q5oecfc]{max-width:72ch;margin:0 auto}.prose p{text-align:justify;line-height:1.85}.prose h2{font-family:var(--font-display, serif);color:var(--accent);margin-top:2.5em}.prose h3{font-family:var(--font-display, serif);color:var(--accent-deep)}.prose strong{color:var(--accent)}.prose a{color:var(--gold);font-weight:600;text-underline-offset:3px}.prose a:hover{color:var(--accent)}.prose hr{border-color:var(--gold);opacity:.3;margin:2.5em 0}.prose blockquote{border-left:3px solid var(--gold);padding-left:1.25rem;color:#5a4030;font-style:italic}.prose ul li::marker{color:var(--gold)}.prose ol li::marker{color:var(--accent);font-weight:700}@media(max-width:640px){.post-meta[data-astro-cid-2q5oecfc]{flex-direction:column;align-items:flex-start}.post-meta__dates[data-astro-cid-2q5oecfc]{text-align:left}}
