.breakdance .bde-section-2211-100 .section-container{--bde-grid-gap:var(--bde-column-gap);display:grid;grid-template-columns:repeat(var(--bde-grid-items-per-row,4),minmax(0,1fr));gap:var(--bde-grid-gap);align-items:var(--bde-grid-align-items,stretch);justify-items:var(--bde-grid-justify-items,stretch)}.breakdance .bde-section-2211-100 .section-container>*{width:auto!important;height:auto!important}.breakdance .bde-section-2211-100 .section-container{--bde-grid-items-per-row:1}.breakdance .bde-section-2211-100 .section-container{--bde-section-width:100%}.breakdance .bde-section-2211-100 .section-container{padding-left:0px;padding-right:0px;padding-bottom:0px;padding-top:0px}#custom-page{--charcoal:#1a1916;--warm-white:#f8f7f4;--gold:#b5a48c;--gold-dark:#8a7a68;--cedar:#2d5a47;--stone:#e8e5df;--light-bg:#f5f5f3;font-family:'Outfit',sans-serif;color:var(--charcoal);background:var(--warm-white);font-size:16.5px}#custom-page *{margin:0;padding:0;box-sizing:border-box}#custom-page a{text-decoration:none;color:inherit}#custom-page .container{max-width:1200px;margin:0 auto;padding:0 24px}#custom-page .header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;background:var(--charcoal);transition:all 0.3s ease}#custom-page .header.scrolled{padding:16px 40px;box-shadow:0 2px 20px rgba(0,0,0,0.15)}#custom-page .logo{display:flex;align-items:center;gap:12px}#custom-page .logo span{font-family:'Tenor Sans',serif;font-size:14px;letter-spacing:4px;color:#fff}#custom-page .logo .dot{width:4px;height:4px;background:var(--gold);border-radius:50%}#custom-page .nav{display:flex;align-items:center;gap:32px}#custom-page .nav a{font-size:13px;color:rgba(255,255,255,0.7);transition:color 0.2s ease}#custom-page .nav a:hover,#custom-page .nav a.active{color:#fff}#custom-page .header-btn{padding:10px 20px;background:var(--gold-dark);color:#fff;font-size:12px;letter-spacing:1px;text-transform:uppercase}#custom-page .menu-btn{display:none;width:28px;height:18px;flex-direction:column;justify-content:space-between;cursor:pointer}#custom-page .menu-btn span{height:1px;background:#fff}#custom-page .page-hero{padding:160px 0 80px;background:var(--charcoal);text-align:center}#custom-page .page-hero h1{font-family:'Tenor Sans',serif;font-size:clamp(36px,5vw,56px);color:#fff;letter-spacing:2px;margin-bottom:20px}#custom-page .page-hero p{font-size:16px;color:rgba(255,255,255,0.6);max-width:600px;margin:0 auto}#custom-page .blog-section{padding:80px 0}#custom-page .featured-post{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;margin-bottom:60px;padding-bottom:60px;border-bottom:1px solid var(--stone)}#custom-page .featured-image{height:400px;overflow:hidden}#custom-page .featured-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}#custom-page .featured-post:hover .featured-image img{transform:scale(1.03)}#custom-page .featured-content{display:flex;flex-direction:column;justify-content:center}#custom-page .post-category{display:inline-block;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--cedar);margin-bottom:16px}#custom-page .featured-content h2{font-family:'Tenor Sans',serif;font-size:32px;letter-spacing:0.5px;margin-bottom:16px;line-height:1.3}#custom-page .featured-content h2 a:hover{color:var(--gold-dark)}#custom-page .post-meta{display:flex;gap:16px;font-size:13px;color:#888;margin-bottom:20px}#custom-page .featured-content p{font-size:15px;line-height:1.8;color:#555;margin-bottom:24px}#custom-page .read-more{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--charcoal);text-transform:uppercase;letter-spacing:1px}#custom-page .read-more svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;transition:transform 0.2s ease}#custom-page .read-more:hover svg{transform:translateX(4px)}#custom-page .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}#custom-page .blog-card{background:#fff;border:1px solid var(--stone);overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease}#custom-page .blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,0.08)}#custom-page .blog-card-image{height:220px;overflow:hidden}#custom-page .blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}#custom-page .blog-card:hover .blog-card-image img{transform:scale(1.05)}#custom-page .blog-card-content{padding:24px}#custom-page .blog-card .post-category{margin-bottom:12px}#custom-page .blog-card h3{font-family:'Tenor Sans',serif;font-size:20px;margin-bottom:12px;line-height:1.4}#custom-page .blog-card h3 a:hover{color:var(--gold-dark)}#custom-page .blog-card .post-meta{margin-bottom:14px}#custom-page .blog-card p{font-size:14px;line-height:1.7;color:#666}#custom-page .pagination{display:flex;justify-content:center;gap:8px;margin-top:60px}#custom-page .pagination a,#custom-page .pagination span{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--stone);font-size:14px;transition:all 0.2s ease}#custom-page .pagination a:hover,#custom-page .pagination span.active{background:var(--charcoal);border-color:var(--charcoal);color:#fff}#custom-page .footer{background:var(--charcoal);padding:60px 0 30px}#custom-page .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px;margin-bottom:50px}#custom-page .footer-brand .logo{margin-bottom:20px}#custom-page .footer-brand p{font-size:14px;color:rgba(255,255,255,0.5);line-height:1.7;margin-bottom:24px}#custom-page .footer-social{display:flex;gap:12px}#custom-page .footer-social a{width:40px;height:40px;border:1px solid rgba(255,255,255,0.15);display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}#custom-page .footer-social a:hover{background:var(--gold);border-color:var(--gold)}#custom-page .footer-social svg{width:16px;height:16px;fill:#fff}#custom-page .footer-social a:hover svg{fill:var(--charcoal)}#custom-page .footer-column h4{font-family:'Tenor Sans',serif;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#fff;margin-bottom:24px}#custom-page .footer-column a{display:block;font-size:14px;color:rgba(255,255,255,0.5);margin-bottom:12px}#custom-page .footer-column a:hover{color:var(--gold)}#custom-page .footer-bottom{padding-top:30px;border-top:1px solid rgba(255,255,255,0.1);display:flex;justify-content:space-between;align-items:center}#custom-page .footer-bottom p{font-size:13px;color:rgba(255,255,255,0.3)}#custom-page .footer-bottom a{color:var(--gold)}@media (max-width:1024px){#custom-page .featured-post{grid-template-columns:1fr}#custom-page .blog-grid{grid-template-columns:repeat(2,1fr)}#custom-page .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){#custom-page .header{padding:16px 20px}#custom-page .nav{display:none}#custom-page .menu-btn{display:flex}#custom-page .page-hero{padding:120px 0 60px}#custom-page .blog-grid{grid-template-columns:1fr}#custom-page .footer-grid{grid-template-columns:1fr}#custom-page .footer-bottom{flex-direction:column;gap:16px;text-align:center}}#custom-page .blog-card-content h2{font-size:20px;line-height:1.35;margin-bottom:10px}#custom-page .post-category{display:inline-block;text-decoration:none}#custom-page .blog-empty{padding:80px 0;text-align:center;opacity:.7}#custom-page .pagination{display:flex;gap:8px;justify-content:center;margin-top:50px;flex-wrap:wrap}#custom-page .pagination .page-numbers{padding:10px 16px;border:1px solid var(--stone);font-size:14px}#custom-page .pagination .current{background:var(--charcoal);color:var(--warm-white);border-color:var(--charcoal)}#custom-page .blog-card-image img,#custom-page .featured-image img{display:block;width:100%;height:100%;object-fit:cover}