/* ──────────────────────────────────────────────
   Insendy /blog/ pages — matches main SPA design.
   ────────────────────────────────────────────── */

@import url('/static.css');

.container{max-width:760px;margin:0 auto;padding:0 1.5rem}
.container.wide{max-width:1100px}

/* Hub hero */
.hub-hero{padding:8rem 0 2rem;text-align:center}
.hub-hero h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(2.4rem,5vw,3.4rem);font-weight:400;line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem;color:#0a0a0a}
.hub-hero .lede{font-size:1.02rem;color:rgba(10,10,10,.62);max-width:560px;margin:0 auto}
.eyebrow{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:#FF4F38;font-weight:600;margin-bottom:1rem;display:block}

/* Post grid */
.post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;padding:2.5rem 0 4rem}
.post-card{background:rgba(255,255,255,.55);backdrop-filter:saturate(1.6) blur(30px);-webkit-backdrop-filter:saturate(1.6) blur(30px);border:1px solid rgba(255,255,255,.6);border-radius:20px;padding:1.6rem 1.75rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 16px rgba(0,0,0,.03)}
.post-card:hover{transform:translateY(-3px);box-shadow:0 6px 24px rgba(0,0,0,.06)}
.post-card a{text-decoration:none;color:inherit}
.post-card .tag{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:#FF4F38;font-weight:600;margin-bottom:.5rem}
.post-card h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.35rem;font-weight:400;letter-spacing:-.01em;margin-bottom:.5rem;color:#0a0a0a}
.post-card p{font-size:.88rem;color:rgba(10,10,10,.6);line-height:1.55;margin-bottom:.75rem}
.post-card .meta{font-size:.76rem;color:rgba(10,10,10,.4)}

/* Article */
article.post{padding:7rem 0 4rem}
article h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(2.2rem,4.5vw,3rem);font-weight:400;line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem;color:#0a0a0a}
article .meta{font-size:.82rem;color:rgba(10,10,10,.45);margin-bottom:2rem}
article h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.65rem;font-weight:400;margin:2.25rem 0 .75rem;letter-spacing:-.01em;color:#0a0a0a}
article h3{font-size:1.05rem;font-weight:600;margin:1.5rem 0 .5rem;color:#0a0a0a}
article p{font-size:1rem;color:rgba(10,10,10,.75);margin-bottom:1rem;line-height:1.7}
article ul,article ol{padding-left:1.5rem;margin-bottom:1.2rem;color:rgba(10,10,10,.75)}
article li{margin-bottom:.4rem;font-size:1rem;line-height:1.65}
article blockquote{border-left:3px solid #FF4F38;padding:.6rem 1.25rem;margin:1.5rem 0;font-style:italic;color:rgba(10,10,10,.72);background:rgba(255,255,255,.4);border-radius:0 12px 12px 0}
article strong{color:#0a0a0a;font-weight:600}
article a{color:#FF4F38}
article a:hover{text-decoration:underline}

.callout{background:rgba(255,255,255,.55);backdrop-filter:saturate(1.6) blur(30px);border:1px solid rgba(255,255,255,.6);border-radius:16px;padding:1.4rem 1.6rem;margin:1.5rem 0}
.callout .eyebrow{margin-bottom:.4rem;font-size:.66rem}
.callout h3{margin:0 0 .4rem;font-size:1rem}
.callout p{margin:0;font-size:.92rem;color:rgba(10,10,10,.7)}

.end-cta{padding:2.5rem 2rem;border-radius:24px;text-align:center;margin-top:3rem;background:rgba(255,255,255,.55);backdrop-filter:saturate(1.6) blur(30px);border:1px solid rgba(255,255,255,.6)}
.end-cta h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.6rem,3.5vw,2.1rem);font-weight:400;margin-bottom:.5rem}
.end-cta p{color:rgba(10,10,10,.6);margin-bottom:1.25rem;font-size:.95rem}
.end-cta a{display:inline-block;padding:.85rem 1.8rem;border-radius:100px;background:#0a0a0a;color:#fff;text-decoration:none;font-weight:500;font-size:.88rem}
.end-cta a:hover{background:#1a1a1a;text-decoration:none}

footer{padding:2.5rem 0 3rem;font-size:.8rem;color:rgba(10,10,10,.5);border-top:1px solid rgba(10,10,10,.06);margin-top:3rem}
footer .container{max-width:1100px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
footer nav{display:flex;gap:1.3rem}
footer a{color:inherit;text-decoration:none}
footer a:hover{color:#0a0a0a}
