.blog-page{background:var(--color-bg);min-height:100dvh;padding:20vh 0 12vh}.blog-hero{text-align:center;max-width:760px;margin:0 auto 4rem;padding:0 1.5rem}.blog-hero h1{font-family:var(--font-brazil);color:var(--color-amethyst);margin-bottom:1rem;font-size:4rem}.blog-hero p{color:#fdf1e2cc;font-size:1.15rem;line-height:1.8}.blog-list{max-width:900px;margin:0 auto;padding:0 1.5rem}.blog-row{text-decoration:none;display:block;position:relative}.blog-row-divider{background:#fdf1e226;width:100%;height:1px;margin:0}.blog-row-content{padding:3rem 0;transition:all .4s}.blog-row-meta{align-items:center;gap:1.25rem;margin-bottom:1.5rem;display:flex}.blog-row-category{color:var(--color-amethyst);text-transform:uppercase;letter-spacing:.05em;background:#ab92bf26;border-radius:100px;padding:.35rem .85rem;font-size:.75rem;font-weight:700}.blog-row-info{color:#fdf1e280;align-items:center;gap:.75rem;font-size:.9rem;font-weight:400;display:flex}.blog-row-info .dot{background:#fdf1e24d;border-radius:50%;width:4px;height:4px}.blog-row-main{justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1rem;display:flex}.blog-row-main h2{font-family:var(--font-heading);color:var(--color-linen);margin:0;font-size:clamp(1.8rem,4vw,2.5rem);line-height:1.2;transition:color .4s}.blog-row-arrow{color:var(--color-amethyst);opacity:0;font-size:1.5rem;transition:all .4s cubic-bezier(.2,.8,.2,1);transform:translate(-20px)}.blog-row-excerpt{color:#fdf1e299;max-width:700px;margin:0;font-size:1.1rem;line-height:1.7}.blog-row:hover .blog-row-main h2{color:var(--color-amethyst)}.blog-row:hover .blog-row-arrow{opacity:1;transform:translate(0)}.blog-post-page{background:var(--color-bg);min-height:100dvh;padding:20vh 0 12vh}.blog-post-content{max-width:720px;margin:0 auto;padding:0 1.5rem}.blog-post-back{color:var(--color-amethyst);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;text-decoration:none;display:inline-flex}.blog-post-content .blog-meta{color:var(--color-amethyst);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.8rem;display:flex}.blog-post-content .blog-meta .dot{background:#fdf1e266;border-radius:50%;width:4px;height:4px}.blog-post-content h1{color:var(--color-linen);margin-bottom:2rem;font-size:2.6rem;line-height:1.15}.blog-post-content p{color:#fdf1e2d9;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.85}@media (max-width:900px){.blog-grid{grid-template-columns:1fr}}@media (max-width:600px){.blog-hero h1{font-size:2.6rem}.blog-post-content h1{font-size:2rem}}
