:root{--blog-pink:#df53a0;--blog-dark:#a73776;--blog-soft:#fff0f8;--blog-text:#332a31;--blog-muted:#746b70;--blog-border:#eed7e2}html{scroll-behavior:smooth}.blog-container{width:min(1120px,calc(100% - 40px));margin-inline:auto}.blog-eyebrow{display:block;margin-bottom:12px;color:var(--blog-dark);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.blog-hero{padding:clamp(80px,12vw,145px) 20px;text-align:center;background:radial-gradient(circle at 20% 25%,rgba(223,83,160,.1),transparent 26%),#fffafd}.blog-hero h1{margin:0;color:var(--blog-text);font:400 clamp(48px,8vw,82px)/1.05 "Roboto Slab",Georgia,serif}.blog-hero p{max-width:700px;margin:22px auto 0;color:var(--blog-muted);font-size:18px;line-height:1.75}.blog-section{padding:clamp(70px,10vw,120px) 0;background:#fff}.blog-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:25px}.blog-heading h2{margin:0;color:var(--blog-text);font:400 clamp(34px,5vw,54px)/1.15 "Roboto Slab",Georgia,serif}.blog-search{width:min(320px,100%);display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid var(--blog-border);border-radius:999px;background:var(--blog-soft)}.blog-search input{width:100%;border:0;outline:0;background:transparent}.blog-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.blog-filter{min-height:42px;padding:8px 15px;border:1px solid var(--blog-border);border-radius:999px;background:#fff;cursor:pointer}.blog-filter:hover,.blog-filter[aria-pressed=true]{border-color:var(--blog-pink);background:var(--blog-pink);color:#fff}.blog-results{margin:0 0 22px;color:var(--blog-muted);font-size:13px}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.blog-card{overflow:hidden;border:1px solid var(--blog-border);border-radius:20px;background:#fff;box-shadow:0 9px 28px rgba(70,42,57,.07);transition:.25s ease}.blog-card:hover{transform:translateY(-7px);box-shadow:0 20px 46px rgba(70,42,57,.14)}.blog-card>a{height:100%;display:flex;flex-direction:column;color:inherit;text-decoration:none}.blog-card__image{overflow:hidden;aspect-ratio:4/3;background:#f2e9ee}.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover img{transform:scale(1.035)}.blog-card__content{flex:1;display:flex;flex-direction:column;padding:22px}.blog-card__category{color:var(--blog-dark);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.blog-card h3{margin:8px 0 10px;color:var(--blog-text);font:400 25px/1.25 "Roboto Slab",Georgia,serif}.blog-card p{margin:0 0 24px;color:var(--blog-muted);line-height:1.65}.blog-card__footer{margin-top:auto;display:flex;justify-content:space-between;gap:15px;color:var(--blog-muted);font-size:12px}.blog-card__footer strong{color:var(--blog-dark)}.blog-empty{grid-column:1/-1;padding:50px;border:1px dashed var(--blog-border);border-radius:18px;text-align:center;color:var(--blog-muted)}.post-main{background:#fff}.post-header{max-width:900px;padding-top:90px;padding-bottom:55px;text-align:center}.post-back{display:inline-block;margin-bottom:38px;color:var(--blog-dark);font-weight:700}.post-header h1{margin:0;color:var(--blog-text);font:400 clamp(42px,7vw,72px)/1.1 "Roboto Slab",Georgia,serif}.post-excerpt{max-width:760px;margin:23px auto;color:var(--blog-muted);font-size:19px;line-height:1.7}.post-meta{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 24px;color:var(--blog-muted);font-size:13px}.post-cover{width:min(1240px,calc(100% - 40px));margin:0 auto 70px}.post-cover img{width:100%;max-height:720px;display:block;object-fit:cover;border-radius:24px}.post-content{max-width:780px;color:#493f45;font-size:18px;line-height:1.9}.post-content h2{margin:52px 0 18px;color:var(--blog-text);font:400 34px/1.25 "Roboto Slab",Georgia,serif}.post-content p{margin:0 0 25px}.post-content li{margin-bottom:9px}.post-content figure{margin:48px -80px}.post-content figure img{width:100%;border-radius:18px}.post-reactions{max-width:780px;margin-top:55px;padding:28px 0;border-block:1px solid var(--blog-border);display:flex;align-items:center;justify-content:space-between;gap:24px}.post-reactions small{max-width:440px;color:var(--blog-muted)}.post-like{padding:10px 17px;border:1px solid var(--blog-border);border-radius:999px;background:#fff;color:var(--blog-dark);font-weight:700;cursor:pointer}.post-like.is-liked{border-color:var(--blog-pink);background:var(--blog-pink);color:#fff}.post-comments{max-width:780px;padding-top:60px;padding-bottom:100px}.post-comments h2{margin:0 0 28px;color:var(--blog-text);font:400 38px "Roboto Slab",Georgia,serif}.post-comments form{display:grid;gap:18px;padding:26px;border-radius:18px;background:#fff7fb}.post-comments label{display:grid;gap:7px;color:var(--blog-text);font-weight:700}.post-comments input,.post-comments textarea{width:100%;padding:11px 13px;border:1px solid var(--blog-border);border-radius:10px;background:#fff;font-weight:400;resize:vertical}.post-comments form button{justify-self:start;padding:11px 18px;border:0;border-radius:999px;background:var(--blog-pink);color:#fff;font-weight:700;cursor:pointer}.post-comment-list{display:grid;gap:15px;margin-top:30px}.post-comment-list article{padding:20px;border:1px solid var(--blog-border);border-radius:14px}.post-comment-list time{display:block;margin-top:3px;color:var(--blog-muted);font-size:12px}.post-comment-list p{margin:12px 0 0;white-space:pre-wrap}.blog-no-comments,.blog-loading,.blog-not-found{padding:100px 0;text-align:center;color:var(--blog-muted)}.blog-scroll-top{position:fixed;right:24px;bottom:24px;z-index:9999;width:48px;height:48px;border:0;border-radius:50%;background:var(--blog-pink);color:#fff;font-size:24px;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:.2s ease}.blog-scroll-top.is-visible{opacity:1;visibility:visible;transform:none}@media(max-width:900px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.blog-container{width:min(100% - 28px,1120px)}.blog-heading{display:block}.blog-search{margin-top:22px}.blog-grid{grid-template-columns:1fr}.post-content figure{margin:38px 0}.post-reactions{align-items:flex-start;flex-direction:column}.post-cover{width:calc(100% - 28px);margin-bottom:45px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.blog-page *{transition:none!important}}
