/* =========================================================
   BLOG DIARY
========================================================= */
#blog-posts-container{width:min(100%,1000px);margin:18px auto 0}.month-section{margin:0;border:0}.diary-editorial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}.blog-post.diary-post{display:flex;flex-direction:column;max-width:none;min-height:0;margin:0;padding:0;overflow:hidden;border:1px solid #e1e5e8;border-radius:16px;background:#fff;box-shadow:0 9px 26px rgba(24,31,38,.065);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.blog-post.diary-post::before{display:none}.blog-post.diary-post:hover{transform:translateY(-2px);border-color:#d5dade;box-shadow:0 14px 32px rgba(24,31,38,.095)}.diary-post-featured{grid-column:1/-1;display:grid!important;grid-template-columns:minmax(230px,34%) minmax(0,1fr);min-height:300px!important}.diary-post-media{position:relative;display:flex;align-items:center;justify-content:center;min-height:210px;overflow:hidden;padding:14px;background:#f1f3f4}.diary-post-featured .diary-post-media{min-height:300px;max-height:320px;padding:16px}.blog-post-image.diary-post-image{float:none;display:block;width:auto;max-width:100%;height:auto;max-height:272px;margin:0;padding:0;object-fit:contain;border:0;border-radius:10px;background:transparent;box-shadow:0 5px 16px rgba(26,33,39,.08);image-rendering:auto}.diary-post-featured .diary-post-image{max-width:88%;max-height:286px}.diary-post:not(.diary-post-featured) .diary-post-media{width:100%;height:238px;min-height:238px;max-height:238px;padding:14px}.diary-post:not(.diary-post-featured) .diary-post-image{width:auto;max-width:86%;height:auto;max-height:210px;object-fit:contain}.diary-post-content{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:26px 28px 28px}.diary-post-featured .diary-post-content{justify-content:center;padding:32px 40px}.diary-post:not(.diary-post-featured) .diary-post-content{min-height:250px;padding:24px 26px 26px}.diary-post-kicker,.diary-reader-kicker{display:inline-flex;margin-bottom:10px;color:#a3780b;font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.diary-post:not(.diary-post-featured) .diary-post-kicker{margin-bottom:8px}.blog-post-content.diary-post-content h3{margin:0 0 10px;color:#22292f;font-size:clamp(1.2rem,1.6vw,1.5rem);line-height:1.2;letter-spacing:-.028em}.diary-post-featured .diary-post-content h3{font-size:clamp(1.65rem,2.4vw,2.2rem)}.diary-post-meta,.diary-reader-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px 12px;margin-bottom:16px;color:#75808a;font-size:.72rem;font-weight:650}.diary-post:not(.diary-post-featured) .diary-post-meta{margin-bottom:13px}.diary-post-meta span,.diary-reader-meta span{display:inline-flex;align-items:center;gap:5px}.diary-post-category,.diary-reader-category{padding:3px 8px;border:1px solid #e2d9bb;border-radius:999px;background:#f8f3e5;color:#725d1d}.diary-post-excerpt{display:-webkit-box;margin:0 0 20px!important;overflow:hidden;color:#505b64;font-size:.89rem;line-height:1.62;-webkit-box-orient:vertical;-webkit-line-clamp:4}.diary-post-featured .diary-post-excerpt{font-size:.94rem;-webkit-line-clamp:5}.diary-post:not(.diary-post-featured) .diary-post-excerpt{-webkit-line-clamp:3}.blog-read-more{appearance:none;display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding:7px 0;border:0;background:transparent;color:#2d343a;font:inherit;font-size:.8rem;font-weight:800;cursor:pointer}.blog-read-more i{transition:transform .18s ease}.blog-read-more:hover i{transform:translateX(3px)}.blog-read-more:focus-visible{outline:3px solid rgba(214,170,47,.28);outline-offset:4px}@media(max-width:820px){#blog-posts-container{width:min(100%,720px)}.diary-editorial-grid{grid-template-columns:1fr}.diary-post-featured{display:flex!important;grid-column:auto;min-height:0!important}.diary-post-featured .diary-post-media,.diary-post:not(.diary-post-featured) .diary-post-media{height:260px;min-height:260px;max-height:260px}.diary-post-featured .diary-post-image,.diary-post:not(.diary-post-featured) .diary-post-image{max-width:90%;max-height:232px}.diary-post-featured .diary-post-content,.diary-post:not(.diary-post-featured) .diary-post-content{min-height:0;padding:26px 28px 28px}}@media(prefers-reduced-motion:reduce){.blog-post.diary-post,.blog-read-more i{transition:none}}
