*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--dark:#1a1a1a;--darker:#111111;--cream:#f5f0e8;--orange:#e87c2b;--white:#ffffff;--gray:#6b6b6b;--light-gray:#f0ede8;--text:#2c2c2c;--font-sans:'Inter', 'Helvetica Neue', Arial, sans-serif;--nav-height:68px}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:16px;line-height:1.7;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--orange)}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:700;line-height:1.2;color:var(--dark)}h1{font-size:clamp(2rem, 5vw, 3.5rem)}h2{font-size:clamp(1.5rem, 3vw, 2.25rem)}h3{font-size:clamp(1.2rem, 2.5vw, 1.6rem)}h4{font-size:1.15rem}p{margin-bottom:1.2em}p:last-child{margin-bottom:0}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-pad{padding:80px 0}.section-pad-sm{padding:48px 0}#site-header{position:sticky;top:0;z-index:1000;background:var(--dark);border-bottom:3px solid var(--orange);height:var(--nav-height);display:flex;align-items:center}.admin-bar #site-header{top:32px}@media screen and (max-width:782px){.admin-bar #site-header{top:46px}}.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.site-logo a{font-size:1.35rem;font-weight:800;color:var(--white);letter-spacing:-.5px;text-transform:uppercase}.site-logo span{color:var(--orange)}#primary-menu{display:flex;align-items:center;gap:6px}#primary-menu li a{display:block;padding:8px 14px;font-size:.78rem;font-weight:600;color:var(--white);text-transform:uppercase;letter-spacing:1px;border-radius:3px;transition:background 0.2s,color 0.2s}#primary-menu li a:hover,#primary-menu li.current-menu-item a,#primary-menu li.current-page-ancestor a{background:var(--orange);color:var(--white)}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--white);transition:transform 0.3s}@media (max-width:860px){.menu-toggle{display:flex}#primary-menu{display:none;position:absolute;top:var(--nav-height);left:0;right:0;background:var(--darker);flex-direction:column;align-items:stretch;gap:0;padding:12px 0;border-top:1px solid rgb(255 255 255 / .1)}#primary-menu.is-open{display:flex}#primary-menu li a{padding:14px 24px;border-radius:0;font-size:.85rem;border-bottom:1px solid rgb(255 255 255 / .06)}}.hero{background:var(--cream);padding:100px 0 90px;text-align:center}.hero-eyebrow{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:2.5px;color:var(--orange);margin-bottom:20px}.hero h1{color:var(--dark);max-width:760px;margin:0 auto 20px}.hero-tagline{font-size:1.05rem;color:var(--gray);max-width:540px;margin:0 auto 36px}.btn{display:inline-block;padding:14px 32px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;border-radius:4px;transition:transform 0.2s,box-shadow 0.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .15)}.btn-primary{background:var(--orange);color:var(--white)}.btn-outline{border:2px solid var(--dark);color:var(--dark);margin-left:12px}.btn-outline:hover{background:var(--dark);color:var(--white)}.cat-section{display:grid;grid-template-columns:1fr 1fr;min-height:420px}.cat-section.reverse .cat-content{order:2}.cat-section.reverse .cat-image{order:1}.cat-content{display:flex;flex-direction:column;justify-content:center;padding:60px 56px}.cat-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:2.5px;color:var(--orange);margin-bottom:14px}.cat-content h2{margin-bottom:16px}.cat-content p{color:var(--gray);font-size:.95rem;margin-bottom:28px}.cat-image{background-size:cover;background-position:center;min-height:320px}.cat-section.light{background:var(--white)}.cat-section.dark{background:var(--dark)}.cat-section.dark .cat-content h2{color:var(--white)}.cat-section.dark .cat-label{color:var(--orange)}.cat-section.dark .cat-content p{color:rgb(255 255 255 / .65)}.cat-section.cream{background:var(--cream)}.cat-image-placeholder{background:var(--light-gray);min-height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem}@media (max-width:768px){.cat-section{grid-template-columns:1fr}.cat-section.reverse .cat-content,.cat-section.reverse .cat-image{order:unset}.cat-content{padding:48px 24px}.cat-image{min-height:240px}}.posts-section{background:var(--light-gray)}.posts-section h2.section-title{text-align:center;margin-bottom:48px;font-size:1.8rem}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media (max-width:900px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.posts-grid{grid-template-columns:1fr}}.post-card{background:var(--white);border-radius:8px;overflow:hidden;transition:transform 0.25s,box-shadow 0.25s;box-shadow:0 2px 12px rgb(0 0 0 / .06)}.post-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px rgb(0 0 0 / .12)}.post-card-thumb{aspect-ratio:16/9;background:var(--light-gray);overflow:hidden}.post-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}.post-card:hover .post-card-thumb img{transform:scale(1.04)}.post-card-body{padding:22px 22px 24px}.post-card-cat{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--orange);margin-bottom:8px;display:block}.post-card-body h3{font-size:1.05rem;margin-bottom:10px;line-height:1.35}.post-card-body h3 a:hover{color:var(--orange)}.post-card-body p{font-size:.88rem;color:var(--gray);margin-bottom:16px}.post-card-meta{font-size:.75rem;color:#999;display:flex;align-items:center;gap:8px}.archive-banner{background:var(--dark);padding:64px 0 56px;text-align:center;border-bottom:4px solid var(--orange)}.archive-banner h1{color:var(--white);margin-bottom:10px}.archive-banner p{color:rgb(255 255 255 / .55);font-size:1rem}.blog-layout{display:grid;grid-template-columns:1fr 320px;gap:48px;padding:64px 0}@media (max-width:900px){.blog-layout{grid-template-columns:1fr}}.single-post-banner{background:var(--dark);padding:56px 0 48px}.single-post-banner .post-cat-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--orange);margin-bottom:14px;display:block}.single-post-banner h1{color:var(--white);max-width:820px;margin-bottom:18px}.single-post-banner .post-meta{color:rgb(255 255 255 / .5);font-size:.82rem}.post-featured-image{width:100%;max-height:520px;object-fit:cover}.single-layout{display:grid;grid-template-columns:1fr 300px;gap:48px;padding:56px 0 80px}@media (max-width:900px){.single-layout{grid-template-columns:1fr}}.entry-content h2,.entry-content h3,.entry-content h4{margin:1.8em 0 .6em}.entry-content p{margin-bottom:1.4em;line-height:1.8}.entry-content ul,.entry-content ol{margin:1em 0 1.4em 1.8em}.entry-content li{margin-bottom:.5em}.entry-content blockquote{border-left:4px solid var(--orange);padding:16px 24px;margin:2em 0;background:var(--cream);font-style:italic;font-size:1.05rem}.entry-content img{border-radius:6px;margin:1.5em 0}.entry-content a{color:var(--orange);text-decoration:underline}.sidebar .widget{background:var(--light-gray);border-radius:8px;padding:24px;margin-bottom:28px}.sidebar .widget-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--dark);margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--orange)}.sidebar .widget ul li{padding:8px 0;border-bottom:1px solid rgb(0 0 0 / .07);font-size:.9rem}.sidebar .widget ul li:last-child{border-bottom:none}.sidebar .widget ul li a:hover{color:var(--orange)}#site-footer{background:var(--darker);color:rgb(255 255 255 / .7);padding:64px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px}@media (max-width:860px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}}.footer-brand .site-name{font-size:1.2rem;font-weight:800;color:var(--white);text-transform:uppercase;margin-bottom:14px}.footer-brand .site-name span{color:var(--orange)}.footer-brand p{font-size:.88rem;line-height:1.65}.footer-col h4{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--white);margin-bottom:16px}.footer-col ul li{margin-bottom:10px}.footer-col ul li a{font-size:.88rem;color:rgb(255 255 255 / .6);transition:color 0.2s}.footer-col ul li a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid rgb(255 255 255 / .1);padding:22px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-bottom p{font-size:.8rem;color:rgb(255 255 255 / .4)}.footer-bottom a{color:rgb(255 255 255 / .4)}.footer-bottom a:hover{color:var(--orange)}.page-banner{background:var(--cream);padding:56px 0 48px;border-bottom:3px solid var(--orange)}.page-banner h1{color:var(--dark)}.page-content{max-width:820px;padding:64px 24px;margin:0 auto}.pagination{display:flex;gap:8px;justify-content:center;padding:40px 0 20px}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:4px;font-size:.85rem;font-weight:600;background:var(--light-gray);color:var(--dark);transition:background 0.2s,color 0.2s}.pagination a:hover,.pagination .current{background:var(--orange);color:var(--white)}.text-center{text-align:center}.mt-4{margin-top:1.5rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.search-form{display:flex;gap:8px}.search-form input{flex:1;padding:10px 14px;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.search-form button{padding:10px 18px;background:var(--orange);color:var(--white);border:none;border-radius:4px;cursor:pointer;font-weight:600}