:root{--hot-rod-red: #DC2626;--hot-rod-red-hover: #B91C1C;--hot-rod-red-light: #FEF2F2;--hot-rod-red-dark: #991B1B;--gray-50: #FAFAFA;--gray-100: #F4F4F5;--gray-200: #E4E4E7;--gray-300: #D4D4D8;--gray-400: #A1A1AA;--gray-500: #71717A;--gray-600: #52525B;--gray-700: #3F3F46;--gray-800: #27272A;--gray-900: #18181B;--white: #FFFFFF;--black: #000000;--cream: #FAFAFA;--nav-width: 240px;--max-content: 1100px;--footer-height: 88px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 8px 24px rgba(0, 0, 0, .08);--shadow-lg: 0 16px 40px rgba(0, 0, 0, .12);--radius: 12px;--radius-lg: 16px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:var(--gray-800);background-color:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}::selection{background-color:var(--hot-rod-red-light);color:var(--hot-rod-red)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,h4{color:var(--gray-900);font-weight:700;line-height:1.2;letter-spacing:-.02em}h1{font-size:2.75rem}h2{font-size:1.75rem}h3{font-size:1.25rem}p{color:var(--gray-600);line-height:1.7}.accent{color:var(--hot-rod-red)}main{flex:1;display:flex;margin-left:var(--nav-width)}.page-container{width:100%;max-width:var(--max-content);margin:0 auto;padding:4rem 2.5rem 5rem}.navbar{position:fixed;left:0;top:0;height:100vh;width:var(--nav-width);background:var(--white);border-right:1px solid var(--gray-200);display:flex;flex-direction:column;z-index:1000;overflow-y:auto}.navbar-content{display:flex;flex-direction:column;gap:2rem;padding:2rem 1.25rem 0;height:100%}.navbar-brand{width:100%}.brand-link{display:inline-flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:var(--gray-900);letter-spacing:-.02em;transition:color .2s ease}.brand-dot{width:.6rem;height:.6rem;border-radius:50%;background:var(--hot-rod-red);flex-shrink:0}.brand-link:hover{color:var(--hot-rod-red)}.nav-section{display:flex;flex-direction:column;flex:1;min-height:0}.nav-label{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.5rem;padding:0 .5rem}.nav-links{display:flex;flex-direction:column;gap:.15rem;width:100%;flex:1;overflow-y:auto}.nav-link{display:block;padding:.55rem .6rem;border-radius:8px;color:var(--gray-600);font-size:.9rem;font-weight:500;line-height:1.4;transition:all .18s ease}.nav-link:hover{color:var(--gray-900);background:var(--gray-100)}.nav-link.active{color:var(--hot-rod-red);background:var(--hot-rod-red-light);font-weight:600}.nav-empty{padding:.55rem .6rem;color:var(--gray-400);font-size:.85rem}.contact-info{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;gap:.5rem;width:100%;height:var(--footer-height);flex-shrink:0;border-top:1px solid var(--gray-200)}.contact-info-item{display:flex;flex:1;align-items:center;justify-content:center;border:1px solid var(--gray-200);border-radius:8px;padding:.5rem;transition:all .2s ease}.contact-info-item:hover{border-color:var(--hot-rod-red);background:var(--gray-50)}.contact-info-item img{width:18px;height:18px;filter:grayscale(100%);opacity:.55;transition:all .2s ease;object-fit:contain}.contact-info-item:hover img{filter:grayscale(0%);opacity:1}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:absolute;top:1rem;right:1rem}.mobile-menu-toggle svg{width:1.5rem;height:1.5rem;color:var(--gray-800);stroke-width:2}.mobile-menu-toggle .close-icon,.navbar.open .mobile-menu-toggle .menu-icon{display:none}.navbar.open .mobile-menu-toggle .close-icon{display:block}.hero{padding-bottom:2.5rem;margin-bottom:3rem;border-bottom:1px solid var(--gray-200)}.hero-title{font-size:3rem;margin-bottom:.75rem}.hero-subtitle{font-size:1.35rem;font-weight:500;color:var(--gray-700);margin-bottom:1.25rem}.hero-text{font-size:1.05rem;max-width:60ch}.section{margin-bottom:3.5rem}.section-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-title{font-size:1.75rem}.section-link{font-size:.9rem;font-weight:600;color:var(--hot-rod-red);transition:opacity .2s ease}.section-link:hover{opacity:.7}.focus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.focus-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem;transition:all .2s ease}.focus-card:hover{border-color:var(--hot-rod-red);transform:translateY(-3px);box-shadow:var(--shadow-md)}.focus-icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:10px;background:var(--hot-rod-red-light);color:var(--hot-rod-red);margin-bottom:1rem}.focus-icon svg{width:1.4rem;height:1.4rem}.focus-card h3{margin-bottom:.4rem}.focus-card p{font-size:.9rem}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.gallery-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:all .25s ease}.gallery-card:hover{border-color:var(--hot-rod-red);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.gallery-thumb{aspect-ratio:16 / 10;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--hot-rod-red) 0%,var(--hot-rod-red-dark) 100%);color:var(--white)}.gallery-thumb svg{width:3rem;height:3rem;opacity:.92}.gallery-body{display:flex;flex-direction:column;gap:.6rem;padding:1.25rem 1.5rem 1.5rem;flex:1}.gallery-title{font-size:1.25rem}.gallery-tagline{font-size:.9rem;font-weight:500;color:var(--hot-rod-red)}.gallery-desc{font-size:.92rem;flex:1}.tag-row{display:flex;flex-wrap:wrap;gap:.4rem}.tag{font-size:.72rem;font-weight:500;background:var(--gray-100);color:var(--gray-600);border:1px solid var(--gray-200);border-radius:6px;padding:.2rem .6rem}.card-links{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.4rem}.card-link{font-size:.85rem;font-weight:600;color:var(--hot-rod-red);border:1px solid var(--hot-rod-red);border-radius:8px;padding:.4rem .85rem;transition:all .2s ease}.card-link:hover{background:var(--hot-rod-red);color:var(--white)}.gallery-card.placeholder{border-style:dashed}.gallery-card.placeholder .gallery-thumb{background:var(--gray-100);color:var(--gray-400)}.post-list{display:flex;flex-direction:column;gap:.5rem}.post-item{display:block;padding:1.5rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);transition:all .2s ease}.post-item:hover{border-color:var(--hot-rod-red);transform:translateY(-2px);box-shadow:var(--shadow-md)}.post-date{font-size:.8rem;color:var(--gray-500);margin-bottom:.4rem}.post-title{font-size:1.25rem;margin-bottom:.4rem}.post-item:hover .post-title{color:var(--hot-rod-red)}.post-desc{font-size:.95rem;margin-bottom:.75rem}.empty-state{padding:3rem 1.5rem;text-align:center;background:var(--white);border:1px dashed var(--gray-300);border-radius:var(--radius);color:var(--gray-500)}.footer{height:var(--footer-height);background:var(--white);border-top:1px solid var(--gray-200);margin-top:auto;margin-left:var(--nav-width);display:flex;align-items:center}.footer-content{width:100%;max-width:var(--max-content);margin:0 auto;padding:0 2.5rem;display:flex;align-items:center;justify-content:center;text-align:center}.footer-content p{margin:0;font-size:.85rem;color:var(--gray-500)}@media(max-width:900px){.focus-grid{grid-template-columns:1fr}}@media(max-width:768px){main{margin-left:0}.footer{margin-left:0}.navbar{left:-100%;width:80%;max-width:300px;transition:left .3s ease;box-shadow:2px 0 8px #0000001a}.navbar.open{left:0}.mobile-menu-toggle{display:flex;position:fixed;top:1rem;left:1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;padding:.5rem;width:2.5rem;height:2.5rem;z-index:1002;box-shadow:var(--shadow-sm)}.navbar.open .mobile-menu-toggle{left:calc(80vw - 3.5rem)}@media(min-width:375px){.navbar.open .mobile-menu-toggle{left:calc(min(80vw,300px) - 3.5rem)}}.page-container{padding:4.5rem 1.25rem 3rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.15rem}.footer-content{padding:0 1.25rem;justify-content:center;text-align:center}}
