.blog-main{padding-top:calc(var(--nav-height) + 2rem);padding-bottom:5rem;min-height:80vh}.blog-header{padding-bottom:2.5rem;margin-bottom:3rem;border-bottom:1px solid rgb(255 255 255 / .08)}.blog-header__title{font-family:var(--font-display);font-size:clamp(3rem, 9vw, 7rem);letter-spacing:3px;line-height:1;margin:.5rem 0 1rem}.blog-header__sub{font-size:1rem;letter-spacing:1px;color:rgb(255 255 255 / .45);max-width:500px}.blog-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;gap:1.5rem;margin-bottom:4rem}.post-card{background:var(--color-gray-800);border:1px solid rgb(255 255 255 / .06);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;position:relative}.post-card::after{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--color-accent);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.post-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgb(0 0 0 / .5)}.post-card:hover::after{transform:scaleX(1)}.post-card__img-link{display:block;position:relative;aspect-ratio:16 / 10;overflow:hidden;flex-shrink:0}.post-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.post-card:hover .post-card__img{transform:scale(1.05)}.post-card__img--placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%)}.post-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(6 6 6 / .6) 0%,transparent 60%);pointer-events:none}.post-card__body{padding:1.4rem;display:flex;flex-direction:column;flex:1}.post-cat{display:inline-block;font-size:.65rem;letter-spacing:3px;text-transform:uppercase;font-weight:700;color:var(--color-accent);text-decoration:none;margin-bottom:.6rem;transition:color .2s}.post-cat:hover{color:var(--color-white)}.post-card__title{font-family:var(--font-display);font-size:1.4rem;letter-spacing:2px;line-height:1.1;margin-bottom:.8rem}.post-card__title a{color:var(--color-white);text-decoration:none;transition:color .2s}.post-card__title a:hover{color:var(--color-accent)}.post-card__excerpt{font-size:.95rem;line-height:1.7;color:rgb(255 255 255 / .55);margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__meta{display:flex;align-items:center;gap:.5rem;font-size:.78rem;letter-spacing:1px;color:rgb(255 255 255 / .35);margin-top:auto}.post-card__meta-sep{opacity:.4}.post-card--featured{grid-column:1 / -1;flex-direction:row;min-height:440px}.post-card--featured .post-card__img-link{width:58%;flex-shrink:0;aspect-ratio:unset;min-height:100%}.post-card--featured .post-card__body{padding:2.5rem 2.5rem 2.5rem 2.2rem;justify-content:center}.post-card--featured .post-card__title{font-size:clamp(1.8rem, 3vw, 2.8rem);margin-bottom:1rem}.post-card--featured .post-card__excerpt{font-size:1.05rem;-webkit-line-clamp:4;margin-bottom:1.5rem}.post-card--featured .post-card__cta{align-self:flex-start;margin-top:1rem}.blog-pagination{margin-top:3rem}.blog-pagination .nav-links{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.blog-pagination .page-numbers{display:flex;align-items:center;justify-content:center;width:44px;height:44px;font-family:var(--font-body);font-size:.85rem;font-weight:700;letter-spacing:1px;color:rgb(255 255 255 / .5);background:var(--color-gray-800);border:1px solid rgb(255 255 255 / .08);text-decoration:none;transition:all .2s}.blog-pagination .page-numbers:hover,.blog-pagination .page-numbers.current{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.blog-pagination .page-numbers.prev,.blog-pagination .page-numbers.next{width:auto;padding:0 1.2rem;font-size:.75rem;letter-spacing:3px;text-transform:uppercase}.blog-empty{text-align:center;padding:6rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.blog-empty h2{font-family:var(--font-display);font-size:3rem;letter-spacing:3px}.blog-empty p{color:rgb(255 255 255 / .4);font-size:1rem}.single-post-main{padding-bottom:5rem}.post-hero{position:relative;min-height:70vh;display:flex;align-items:flex-end;margin-bottom:4rem}.post-hero__img-wrap{position:absolute;inset:0;overflow:hidden}.post-hero__img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.post-hero__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(6 6 6 / .97) 0%,rgb(6 6 6 / .7) 40%,rgb(6 6 6 / .3) 70%,rgb(6 6 6 / .15) 100%)}.post-hero__content{position:relative;z-index:1;padding-top:calc(var(--nav-height) + 2rem);padding-bottom:3rem;max-width:860px}.post-hero:not(:has(.post-hero__img-wrap)){min-height:auto;padding-top:calc(var(--nav-height) + 2rem);padding-bottom:2rem}.post-meta{display:flex;align-items:center;gap:.7rem}.post-meta--top{margin-bottom:1rem}.post-meta--bottom{margin-top:1.5rem;font-size:.85rem;letter-spacing:1px;color:rgb(255 255 255 / .45)}.post-meta--bottom svg{flex-shrink:0}.post-meta__sep{opacity:.35}.post-hero__title{font-family:var(--font-display);font-size:clamp(2.5rem, 6vw, 5rem);letter-spacing:3px;line-height:1;color:var(--color-white)}.post-layout{display:grid;grid-template-columns:1fr 280px;gap:4rem;align-items:start;margin-bottom:5rem}.post-content{font-size:1.1rem;line-height:1.9;color:rgb(255 255 255 / .78);max-width:72ch}.post-content p{margin-bottom:1.6rem}.post-content h2{font-family:var(--font-display);font-size:2.2rem;letter-spacing:3px;color:var(--color-white);margin:2.5rem 0 1rem;border-left:3px solid var(--color-accent);padding-left:1rem}.post-content h3{font-family:var(--font-display);font-size:1.5rem;letter-spacing:2px;color:var(--color-white);margin:2rem 0 .8rem}.post-content ul,.post-content ol{padding-left:1.5rem;margin-bottom:1.6rem}.post-content li{margin-bottom:.5rem}.post-content ul li::marker{color:var(--color-accent)}.post-content strong,.post-content b{color:var(--color-white);font-weight:700}.post-content a{color:var(--color-accent);text-decoration:underline;text-underline-offset:3px}.post-content a:hover{color:var(--color-white)}.post-content blockquote{border-left:3px solid var(--color-accent);padding:1.2rem 1.5rem;margin:2rem 0;background:rgb(232 0 26 / .06);font-size:1.15rem;font-style:italic;color:rgb(255 255 255 / .7)}.post-content blockquote p{margin-bottom:0}.post-content img{width:100%;height:auto;margin:1.5rem 0;display:block}.post-content figure{margin:2rem 0}.post-content figcaption{font-size:.82rem;letter-spacing:1px;color:rgb(255 255 255 / .35);text-align:center;margin-top:.5rem}.post-content pre{background:var(--color-gray-900);border:1px solid rgb(255 255 255 / .1);padding:1.5rem;overflow-x:auto;font-size:.9rem;line-height:1.7;margin-bottom:1.6rem}.post-content code{background:rgb(232 0 26 / .12);color:var(--color-accent);padding:.15em .4em;font-size:.9em;border-radius:3px}.post-content pre code{background:none;color:inherit;padding:0}.post-content hr{border:none;border-top:1px solid rgb(255 255 255 / .1);margin:2.5rem 0}.post-content .wp-caption{width:100%!important}.post-sidebar{position:sticky;top:calc(var(--nav-height) + 2rem)}.post-sidebar__widget{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgb(255 255 255 / .08)}.post-sidebar__widget:last-child{border-bottom:none}.post-sidebar__title{font-family:var(--font-display);font-size:1rem;letter-spacing:3px;text-transform:uppercase;color:rgb(255 255 255 / .4);margin-bottom:1rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.post-tag{font-size:.75rem;letter-spacing:2px;font-weight:700;text-transform:uppercase;color:rgb(255 255 255 / .5);border:1px solid rgb(255 255 255 / .12);padding:.35rem .8rem;text-decoration:none;transition:all .2s}.post-tag:hover{border-color:var(--color-accent);color:var(--color-accent)}.post-share{display:flex;gap:.6rem}.share-btn{width:42px;height:42px;border:1px solid rgb(255 255 255 / .12);background:#fff0;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .2s}.share-btn--wa:hover{background:#25D366;border-color:#25D366;color:#fff}.share-btn--ig:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:#fff0;color:#fff}.share-btn--x:hover{background:#000;border-color:#555;color:#fff}.share-btn svg{color:rgb(255 255 255 / .6);transition:color .2s}.share-btn:hover svg{color:#fff}.related-posts{margin-bottom:5rem}.related-posts__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.post-comments{margin-bottom:3rem}.post-comments .comments-title{font-family:var(--font-display);font-size:2rem;letter-spacing:3px;margin-bottom:2rem}.post-comments .comment-list{list-style:none;padding:0}.post-comments .comment{padding:1.5rem 0;border-bottom:1px solid rgb(255 255 255 / .07)}.post-comments .comment-author .fn{font-weight:700;color:var(--color-white)}.post-comments .comment-metadata{font-size:.8rem;color:rgb(255 255 255 / .35)}.post-comments .comment-content p{font-size:1rem;line-height:1.75;color:rgb(255 255 255 / .65)}.post-comments .comment-reply-link{font-size:.75rem;letter-spacing:2px;font-weight:700;text-transform:uppercase;color:var(--color-accent);text-decoration:none}.post-comments .comment-form-comment label,.post-comments .comment-form-author label,.post-comments .comment-form-email label{font-size:.78rem;letter-spacing:2px;text-transform:uppercase;color:rgb(255 255 255 / .4);display:block;margin-bottom:.4rem}.post-comments .comment-form input[type="text"],.post-comments .comment-form input[type="email"],.post-comments .comment-form textarea{width:100%;background:var(--color-gray-800);border:1px solid rgb(255 255 255 / .12);color:var(--color-white);font-family:var(--font-body);font-size:1rem;padding:.85rem 1rem;outline:none;transition:border-color .2s}.post-comments .comment-form input:focus,.post-comments .comment-form textarea:focus{border-color:var(--color-accent)}.post-comments .comment-form textarea{min-height:140px;resize:vertical}.post-comments .form-submit .submit{background:var(--color-accent);color:#fff;border:none;font-family:var(--font-body);font-size:.85rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;padding:.9rem 2rem;cursor:pointer;transition:background .2s,color .2s}.post-comments .form-submit .submit:hover{background:var(--color-white);color:var(--color-black)}#reply-title{font-family:var(--font-display);font-size:2rem;letter-spacing:3px;margin-bottom:1.5rem}@media (max-width:1100px){.post-layout{grid-template-columns:1fr 240px;gap:2.5rem}.related-posts__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:960px){.blog-grid{grid-template-columns:1fr 1fr;gap:1.2rem}.post-card--featured{grid-column:1 / -1;flex-direction:column}.post-card--featured .post-card__img-link{width:100%;aspect-ratio:16 / 9;min-height:auto}.post-card--featured .post-card__body{padding:1.5rem}.post-hero{min-height:55vh}.post-hero__title{font-size:clamp(2rem, 8vw, 3.5rem)}.post-layout{grid-template-columns:1fr;gap:2.5rem}.post-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.post-sidebar__widget{border-bottom:none;margin-bottom:0;padding-bottom:0}.related-posts__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.blog-grid{grid-template-columns:1fr;gap:1rem}.post-card--featured{min-height:auto}.blog-header__title{font-size:clamp(2.8rem, 12vw, 5rem)}.post-hero{min-height:50vh}.post-hero__title{font-size:clamp(1.8rem, 9vw, 3rem)}.post-hero__content{padding-bottom:2rem}.post-content{font-size:1rem}.post-content h2{font-size:1.7rem}.post-sidebar{grid-template-columns:1fr}.related-posts__grid{grid-template-columns:1fr}.blog-pagination .page-numbers{width:38px;height:38px;font-size:.8rem}}.post-header-simple{padding-top:calc(var(--nav-height) + 3rem);padding-bottom:3rem;max-width:860px;border-bottom:1px solid rgb(255 255 255 / .08);margin-bottom:3rem}.post-content__tags{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgb(255 255 255 / .08)}.post-content__tags-label{font-size:.75rem;letter-spacing:3px;text-transform:uppercase;color:rgb(255 255 255 / .35);font-weight:700;margin-right:.3rem}.post-sidebar__info{list-style:none;padding:0;display:flex;flex-direction:column;gap:.8rem}.post-sidebar__info li{display:flex;justify-content:space-between;align-items:flex-start;font-size:.9rem;color:rgb(255 255 255 / .6);padding-bottom:.8rem;border-bottom:1px solid rgb(255 255 255 / .06)}.post-sidebar__info li:last-child{border-bottom:none;padding-bottom:0}.post-sidebar__info-label{font-size:.7rem;letter-spacing:2px;text-transform:uppercase;color:rgb(255 255 255 / .35);font-weight:700;flex-shrink:0;margin-right:1rem}.post-share{display:flex;flex-direction:column;gap:.5rem}.share-btn{display:flex;align-items:center;gap:.8rem;padding:.7rem 1rem;border:1px solid rgb(255 255 255 / .1);background:#fff0;text-decoration:none;font-family:var(--font-body);font-size:.85rem;letter-spacing:1px;color:rgb(255 255 255 / .55);transition:all .2s}.share-btn:hover{border-color:var(--color-accent);color:var(--color-white);background:rgb(232 0 26 / .08)}.share-btn svg{flex-shrink:0;color:rgb(255 255 255 / .4);transition:color .2s}.share-btn:hover svg{color:var(--color-accent)}.sidebar-recent{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.sidebar-recent__item{display:flex;gap:.8rem;align-items:flex-start}.sidebar-recent__img-link{flex-shrink:0}.sidebar-recent__img{width:64px;height:64px;object-fit:cover;display:block;border:1px solid rgb(255 255 255 / .08)}.sidebar-recent__body{display:flex;flex-direction:column;gap:.3rem;min-width:0}.sidebar-recent__title{font-family:var(--font-body);font-size:.9rem;font-weight:700;letter-spacing:1px;color:var(--color-white);text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.sidebar-recent__title:hover{color:var(--color-accent)}.sidebar-recent__date{font-size:.75rem;color:rgb(255 255 255 / .3);letter-spacing:1px}.post-layout{display:grid;grid-template-columns:1fr 320px;gap:4rem;align-items:start;margin-bottom:5rem}@media (max-width:1100px){.post-layout{grid-template-columns:1fr 280px;gap:2.5rem}}@media (max-width:900px){.post-layout{grid-template-columns:1fr;gap:0}.post-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgb(255 255 255 / .08)}.post-sidebar__widget{margin-bottom:0;padding-bottom:0;border-bottom:none}.post-share{flex-direction:row;flex-wrap:wrap}.share-btn{flex:1;min-width:120px}}@media (max-width:600px){.post-sidebar{grid-template-columns:1fr}.post-share{flex-direction:column}.related-posts__grid{grid-template-columns:1fr}}.blog-archive-main .blog-header{text-align:center}.blog-grid--archive-list{grid-template-columns:repeat(3,minmax(0,1fr))}.post-content__tags .post-tag,.post-tags .post-tag{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.post-sidebar .post-share{display:flex;flex-direction:column;align-items:stretch;gap:.65rem;width:100%}.post-sidebar .share-btn{width:100%;min-height:46px;box-sizing:border-box;display:grid;grid-template-columns:22px 1fr;align-items:center;justify-items:start;gap:.85rem;padding:.75rem 1rem;border-radius:0;line-height:1;color:rgb(255 255 255 / .68);border-color:rgb(255 255 255 / .14);background:rgb(255 255 255 / .02)}.post-sidebar .share-btn svg{width:18px;height:18px;display:block;color:rgb(255 255 255 / .62)}.post-sidebar .share-btn span{display:block;line-height:1;white-space:nowrap}.post-sidebar .share-btn:hover,.post-sidebar .share-btn:focus-visible{transform:translateX(4px);color:#fff;outline:none}.post-sidebar .share-btn:hover svg,.post-sidebar .share-btn:focus-visible svg{color:#fff}.post-sidebar .share-btn--wa:hover,.post-sidebar .share-btn--wa:focus-visible{background:#25D366;border-color:#25D366}.post-sidebar .share-btn--x:hover,.post-sidebar .share-btn--x:focus-visible{background:#000;border-color:rgb(255 255 255 / .45)}.post-sidebar .share-btn--fb:hover,.post-sidebar .share-btn--fb:focus-visible{background:#1877F2;border-color:#1877F2}@media (max-width:960px){.blog-grid--archive-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.blog-grid--archive-list{grid-template-columns:1fr}.post-sidebar .post-share{gap:.5rem}.post-sidebar .share-btn{transform:none!important}}