*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#fff;color:#626d75;font-family:"Helvetica Neue",Arial,sans-serif;font-weight:300}body{font-size:12px}
a{text-decoration:none;color:inherit}.header{height:81px;border-bottom:1px solid #ededed}
.header-inner{width:1130px;max-width:92%;height:81px;margin:auto;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:15px;color:#ed0b32;font-weight:700;font-size:30px;letter-spacing:2px}.crown{width:73px;height:45px;border-radius:50%;background:#ed0b32;display:flex;align-items:center;justify-content:center;color:white;font-size:34px;font-weight:700}
.nav{display:flex}.nav a{font-size:10px;padding:0 16px;height:28px;display:flex;align-items:center;border-left:1px solid #eee;color:#38434b}.nav a:first-child{border-left:0;color:#f0a000}
.page{width:1130px;max-width:92%;margin:auto}.intro{text-align:center;padding-top:32px;color:#69747c;font-size:12px}.intro span{color:#f0a000}
.hero-wrap{width:721px;max-width:100%;margin:25px auto 0}.slideshow{height:360px;position:relative;overflow:hidden;border-radius:2px;background:#f7f7f7}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .55s ease}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover;display:block;image-rendering:auto}
.caption{position:absolute;left:0;top:22px;width:244px;min-height:120px;background:rgba(30,30,30,.72);color:#fff;padding:13px 15px}.caption h2{font-size:18px;line-height:1.2;margin:0 0 12px;font-weight:600}.caption p{font-size:11px;line-height:1.55;margin:0;color:#eee}
.dots{text-align:center;height:35px;padding-top:14px}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#d8d8d8;margin:0 3px;cursor:pointer}.dot.active{background:#b9b9b9}
.about{padding-top:1px}.rule{height:1px;background:#eee;margin-bottom:9px}.about h2,.products h2{font-size:11px;color:#333;font-weight:400;margin:0 0 10px}.about p{font-size:10px;line-height:1.65;color:#69737c;margin:0}
.products{margin-top:43px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.product img{width:100%;height:128px;object-fit:cover;display:block;border-radius:3px}.product-title{font-size:10px;color:#3e474d;padding-top:8px}
footer{height:30px;margin-top:40px;border-top:1px solid #eee}
@media(max-width:800px){.header,.header-inner{height:auto}.header-inner{flex-direction:column;padding:12px 0}.nav{margin-top:10px}.slideshow{height:auto;aspect-ratio:721/360}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}}

/* Contact forms */
.contact-section{padding:40px 0 55px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}
.contact-section h2{font-size:15px;color:#333;font-weight:400;margin:0 0 12px}
.contact-section p{font-size:10px;line-height:1.7;margin:0 0 15px}
.contact-form label,.footer-form label{display:block;font-size:9px;color:#555;margin:0 0 4px}
.contact-form input,.contact-form textarea,.footer-form input,.footer-form textarea{width:100%;border:1px solid #ddd;background:#fff;padding:8px;font:inherit;font-size:10px;margin:0 0 10px;color:#555}
.contact-form textarea{height:115px;resize:vertical}
.contact-form button,.footer-form button{border:0;background:#ed0b32;color:#fff;padding:8px 15px;font-size:9px;cursor:pointer}
.contact-form button:hover,.footer-form button:hover{background:#c90025}
.form-status{font-size:10px!important;margin-top:10px!important}
.site-footer{border-top:1px solid #eee;margin-top:40px;padding:25px 0 30px}
.footer-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:45px;align-items:start}
.footer-title{font-size:11px;color:#333;margin:0 0 8px;font-weight:400}
.footer-info{font-size:9px;line-height:1.7;color:#777}
.footer-form{max-width:520px}
.footer-form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
@media(max-width:700px){
 .contact-grid,.footer-grid{grid-template-columns:1fr}
 .footer-form-row{grid-template-columns:1fr}
}

/* Archived Imperial Threads About page content */
.about-page-section{padding-top:40px}
.about-page-section + .about-page-section{padding-top:42px}
.testimonial-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.testimonial-list blockquote{margin:0;padding:15px 16px;border-left:2px solid #ed0b32;background:#fafafa;color:#69737c;font-size:10px;line-height:1.7;font-style:italic}
.work-with-us .work-item{margin:0 0 18px}
.work-with-us .work-item:last-child{margin-bottom:0}
.work-with-us h3{font-size:10px;color:#3e474d;font-weight:400;margin:0 0 5px}
.work-with-us p{margin:0}
@media(max-width:800px){.testimonial-list{grid-template-columns:1fr}}
