.gutenkit a:where(:not(.wp-element-button)):focus{text-decoration:none}:root{--bg-cream:#FAF9F2;--navy-primary:#1A2033;--gold-accent:#FDC808;--text-main:#1A2033;--text-muted:#4b5563;--white:#ffffff;--radius-card:16px;--shadow-card:0 10px 30px -10px rgba(0,0,0,0.08)}*{margin:0;padding:0;box-sizing:border-box}body,html{overflow-x:hidden}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(180deg,#fffefd 0,#f5f3ed 100%);line-height:1.6;min-height:100vh}a,h1,h2,h4{color:var(--navy-primary)}h1,h2,h4{font-family:"Merriweather",serif;font-weight:900}a{text-decoration:none;transition:color .2s}.footer-col ul li a i,.main-nav a:hover,.post-card-title a:hover,a:hover{color:var(--gold-accent)}img{max-width:100%;height:auto}.container{max-width:1100px;margin:0 auto;padding:0 24px}.site-header{padding:20px 0;position:sticky;top:0;background:rgb(250 249 242/.95);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgb(0 0 0/.03)}.header-inner{justify-content:space-between}.header-inner,.logo,.main-nav{display:flex;align-items:center}.logo{width:48px;height:48px;background:var(--navy-primary);border-radius:12px;justify-content:center;color:var(--gold-accent);font-family:"Merriweather",serif;font-weight:900;font-size:24px;text-decoration:none;position:relative}.logo::after{content:"";position:absolute;top:6px;right:6px;width:8px;height:8px;background:var(--gold-accent);border-radius:50%}.main-nav{gap:30px}.main-nav a,body{color:var(--text-main)}.main-nav a{font-weight:600;font-size:15px}.btn-nav,.btn-nav:hover{color:var(--navy-primary)!important}.btn-nav{background:linear-gradient(135deg,#fdc808 0,#e6b500 100%);padding:12px 24px;border-radius:8px;font-weight:700;box-shadow:0 4px 12px rgb(253 200 8/.3);transition:all .2s}.btn-nav:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(253 200 8/.4)}.blog-header{text-align:center;padding:60px 0 40px}.blog-header h1{font-size:clamp(32px,4vw,44px);margin-bottom:15px}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:60px}.post-card{background:var(--bg-cream);border:2px solid var(--navy-primary);border-radius:var(--radius-card);overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.post-card:hover{border-color:var(--gold-accent);box-shadow:0 8px 30px rgb(253 200 8/.15);transform:translateY(-4px)}.post-card-image{width:100%;height:200px;overflow:hidden}.post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.post-card:hover .post-card-image img{transform:scale(1.05)}.post-card-content{padding:25px;flex-grow:1;display:flex;flex-direction:column}.footer-col h4,.post-card-category{font-weight:700;text-transform:uppercase}.post-card-category{display:inline-block;background:var(--navy-primary);color:#fff;padding:4px 12px;border-radius:50px;font-size:11px;letter-spacing:.5px;margin-bottom:12px;width:fit-content;transition:all .2s}.post-card:hover .post-card-category{background:var(--gold-accent);color:var(--navy-primary)}.post-card-title{font-size:18px;font-weight:700;line-height:1.3;margin-bottom:12px;color:var(--navy-primary)}.post-card-title a{color:inherit}.post-card-excerpt{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:20px;flex-grow:1}.post-card-meta{font-size:13px;color:var(--text-muted);padding-top:15px;border-top:1px solid rgb(0 0 0/.05);display:flex;justify-content:space-between;align-items:center}.footer-col ul li a,.post-card-date,.read-more-link{display:flex;align-items:center;gap:6px}.read-more-link{color:var(--gold-accent);font-weight:600;gap:5px}.read-more-link:hover{color:var(--navy-primary)}.pagination{display:flex;justify-content:center;gap:10px;margin:60px 0}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;min-width:45px;height:45px;padding:0 15px;background:var(--bg-cream);border:2px solid var(--navy-primary);border-radius:8px;color:var(--navy-primary);font-weight:600;transition:all .2s}.pagination a:hover{background:var(--gold-accent);border-color:var(--gold-accent)}.pagination .current{background:var(--navy-primary);color:#fff}.site-footer{background:var(--navy-primary);color:rgb(255 255 255/.7);padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:60px;margin-bottom:50px}.footer-col h4{color:var(--gold-accent);font-family:"Inter",sans-serif;font-size:12px;letter-spacing:1.5px;margin-bottom:20px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:12px}.footer-col ul li a{color:rgb(255 255 255/.7);font-size:15px;gap:10px}.footer-col ul li a:hover{color:#fff}.footer-col ul li a i{width:20px}.footer-bottom{padding-top:30px;border-top:1px solid rgb(255 255 255/.1);text-align:center;font-size:14px}.menu-toggle{display:none;background:0 0;border:0;cursor:pointer;padding:10px;z-index:1001}.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy-primary);margin:5px 0;transition:all .3s}@media (max-width:900px){.posts-grid{grid-template-columns:repeat(2,1fr);gap:20px}.footer-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.menu-toggle{display:block}.main-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;height:100dvh;background:var(--white);flex-direction:column;justify-content:flex-start;padding:100px 30px 30px;gap:0;box-shadow:-5px 0 30px rgb(0 0 0/.1);transition:right .3s ease;z-index:1001}.main-nav a{display:block!important;padding:15px 0;border-bottom:1px solid rgb(0 0 0/.05);font-size:16px}.main-nav .btn-nav{margin-top:20px;text-align:center;width:100%}}@media (max-width:600px){.posts-grid{grid-template-columns:1fr}.blog-header h1{font-size:28px}}.far,.fas{display:inline-block;width:1em;height:1em;vertical-align:-.125em;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.fa-user{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z'/%3E%3C/svg%3E")}.fa-envelope{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3E%3C/svg%3E")}.fa-arrow-right{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E")}.fa-chevron-right{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E")}.fa-chevron-left{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E")}.fa-calendar-alt{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'/%3E%3C/svg%3E")}