:root{--font-display:Cormorant Garamond,serif;--font-body:Plus Jakarta Sans,sans-serif;--color-maroon-950:#2a0a0a;--color-maroon-900:#3d0c0c;--color-maroon-700:#6b1010;--color-maroon-600:#8b1a1a;--color-maroon-500:#6b4c4c;--color-primary:#8b1a1a;--color-primary-hover:#6b1010;--color-heading:#3d0c0c;--color-body:#6b4c4c;--color-muted:#999080;--color-bg:#fff9f2;--color-surface:#fff;--color-border:#ede0cc;--color-wheat:wheat;--color-gold:#d4a055;--color-gold-dark:#c17f3e;--color-peach:#fdebd0;--color-green:#4caf50;--color-alert:#f44336;--shadow-sm:0 .125rem 1.25rem #2a0a0a14;--shadow-md:0 .25rem 1rem #6b10104d;--shadow-lg:0 .5rem 1.75rem #2a0a0a0f;--shadow-card:0 .25rem 1.5rem #2a0a0a0f}.pub-section{background:#fff;padding:5rem 5%}.pub-section__header{text-align:center;max-width:600px;margin:0 auto 3.5rem}.pub-section__header h2{color:#3d0c0c;margin-bottom:.75rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.15}.pub-section__header p{color:#6b4c4c;font-size:.875rem;line-height:1.7}.pub-section__overline{color:#6b1010;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:.5rem;font-size:.6875rem;font-weight:700}.pub-section__divider{background:#6b1010;border-radius:2px;width:3rem;height:3px;margin:.75rem auto 0}.pub-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1200px;margin:0 auto;display:grid}.pub-card{cursor:pointer;background:#fff;border:1px solid #ede0cc;border-radius:1rem;transition:transform .4s,box-shadow .4s,border-color .4s;position:relative;overflow:hidden}.pub-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 20px 48px #2a0a0a1a}.pub-card:hover .pub-card__image img{transform:scale(1.04)}.pub-card:hover .pub-card__zoom{transform:translate(-50%,-50%)scale(1)}.pub-card__image{aspect-ratio:4/3;background:#f5ede0;position:relative;overflow:hidden}.pub-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.pub-card__zoom{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#3d0c0cd9;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:transform .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.pub-card__zoom svg{color:wheat}.pub-card--placeholder .pub-card__image{background:linear-gradient(135deg,#f5ede0,#ede0cc);justify-content:center;align-items:center;display:flex}.pub-card--placeholder .pub-card__image svg{color:#6b101026;width:3rem;height:3rem}.pub-card__body{padding:1rem 1.25rem}.pub-card__source{color:#6b1010;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.25rem;font-size:.6875rem;font-weight:600}.pub-card__title{color:#3d0c0c;margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:1.0625rem;font-weight:700;line-height:1.3}.pub-card__date{color:#999080;font-size:.75rem}@media (max-width:900px){.pub-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.pub-grid{grid-template-columns:1fr}}
