.blog-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:all .3s ease;box-shadow:0 1px 3px #0000001a;height:100%}.blog-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.blog-card-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#f5f5f5}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-content{padding:1.25rem;display:flex;flex-direction:column;flex:1;gap:.75rem}.blog-card-category{font-size:.75rem;font-weight:600;color:#e6a57e;text-transform:uppercase;letter-spacing:.05em}.blog-card-title{font-size:1.125rem;font-weight:600;color:#343434;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-description{font-size:.875rem;color:#666;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;border-top:1px solid #f0f0f0}.blog-card-date{font-size:.75rem;color:#999}.blog-card-featured{font-size:.75rem;font-weight:600;color:#e6a57e;background:#e6a57e1a;padding:.25rem .5rem;border-radius:4px}@media(max-width:768px){.blog-card-content{padding:1rem}.blog-card-title{font-size:1rem}.blog-card-description{font-size:.8125rem}}.blog-page{min-height:100vh;background-color:#fafafa;overflow-x:visible}.blog-main{padding:0;overflow-x:visible;background:transparent}.blog-list-section{padding:3rem 0}.blog-list-section .container{max-width:100%;margin-left:4rem;margin-right:4rem;padding:0 .5rem}.blog-list-section .section-title{font-size:2.5rem;font-weight:700;color:#343434;margin:0 0 2.5rem;text-align:center}.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.blog-list-section .container{margin-left:0;margin-right:0;padding:0 1.5rem}.blog-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(max-width:768px){.blog-list-section{padding:2rem 0}.blog-list-section .section-title{font-size:2rem;margin-bottom:2rem}.blog-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.blog-grid{grid-template-columns:1fr}}.blog-post-section{padding:3rem 0}.blog-post-section .container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:1280px){.blog-post-section .container{max-width:1400px;padding:0 1.5rem}}@media(min-width:1920px){.blog-post-section .container{max-width:1600px;padding:0 1.75rem}}.breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#666;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em}.breadcrumbs a{text-decoration:none;color:inherit;transition:color .2s}.breadcrumbs a:hover{color:#e6a57e}.breadcrumbs .separator{color:#ccc}.breadcrumbs .current{color:#000;font-weight:600}.blog-content{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.blog-category{display:inline-block;font-size:.75rem;font-weight:600;color:#e6a57e;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.blog-title{font-size:2.5rem;font-weight:700;color:#343434;margin:0 0 1.5rem;line-height:1.2}.blog-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0;font-size:.875rem;color:#666}.blog-date,.blog-author,.blog-updated{display:flex;align-items:center}.blog-featured-image{width:100%;margin-bottom:2rem;border-radius:8px;overflow:hidden}.blog-featured-image img{width:100%;height:auto;display:block}.blog-body{font-size:1.125rem;line-height:1.8;color:#343434}.blog-body h1,.blog-body h2,.blog-body h3,.blog-body h4,.blog-body h5,.blog-body h6{margin-top:2rem;margin-bottom:1rem;font-weight:600;color:#343434;line-height:1.3}.blog-body h1{font-size:2rem}.blog-body h2{font-size:1.75rem}.blog-body h3{font-size:1.5rem}.blog-body h4{font-size:1.25rem}.blog-body p{margin-bottom:1.5rem}.blog-body ul,.blog-body ol{margin-bottom:1.5rem;padding-left:2rem}.blog-body li{margin-bottom:.5rem}.blog-body blockquote{border-left:4px solid #e6a57e;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#666}.blog-body code{background:#f5f5f5;padding:.2rem .4rem;border-radius:4px;font-size:.9em;font-family:Courier New,monospace}.blog-body pre{background:#f5f5f5;padding:1rem;border-radius:8px;overflow-x:auto;margin-bottom:1.5rem}.blog-body pre code{background:none;padding:0}.blog-body a{color:#e6a57e;text-decoration:underline;transition:color .2s}.blog-body a:hover{color:#d4946e}.blog-body img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0}.blog-body hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}.blog-body table{width:100%;border-collapse:collapse;margin:2rem 0}.blog-body table th,.blog-body table td{padding:.75rem;border:1px solid #e5e7eb;text-align:left}.blog-body table th{background:#f9fafb;font-weight:600}.related-posts{margin-top:4rem;padding-top:3rem;border-top:1px solid #e5e7eb}.related-posts-title{font-size:1.75rem;font-weight:600;color:#343434;margin:0 0 2rem;text-align:center}.related-posts .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1024px){.blog-post-section .container{padding:0 1.5rem}.blog-content{padding:2rem}.related-posts .blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blog-post-section{padding:2rem 0}.blog-title{font-size:2rem}.blog-content{padding:1.5rem}.blog-body{font-size:1rem}.related-posts{margin-top:3rem;padding-top:2rem}.related-posts-title{font-size:1.5rem}.related-posts .blog-grid{grid-template-columns:1fr}}.back-link{display:inline-block;margin-top:1rem;color:#e6a57e;text-decoration:none;font-weight:600}.back-link:hover{text-decoration:underline}
