*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:#202323;background:white;font-family:Arial,'Apple SD Gothic Neo','Malgun Gothic',sans-serif;line-height:1.65;letter-spacing:0}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}:root{--accent:#af3827;--light:#f7f7f5}.crowntools{--accent:#ae6400;--light:#f6f7f8}.wrap{width:min(1240px,calc(100% - 64px));margin:auto}header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #e3e5e5}.header-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;gap:13px;font-size:23px;font-weight:700;white-space:nowrap}.logo img{width:58px;height:64px;object-fit:contain}.crowntools .logo img{width:190px;height:70px}.desktop-nav{display:flex;gap:36px;align-items:center;font-size:15px;font-weight:600}.desktop-nav a:hover,.desktop-nav a[aria-current]{color:var(--accent)}.locale{font-size:12px;border-left:1px solid #ddd;padding-left:25px}.mobile-menu{display:none}main{min-height:65vh}.hero{position:relative;min-height:480px;height:min(650px,70vh);background:#303432;isolation:isolate;display:flex;align-items:center;color:white;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 58%;z-index:-2}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.77),rgba(0,0,0,.16));z-index:-1}.eyebrow{font-size:13px;font-weight:700;letter-spacing:0}.hero h1{font-size:64px;line-height:1.12;margin:24px 0;max-width:700px;overflow-wrap:anywhere}.hero h2{font-size:28px;font-weight:400;margin:0 0 15px}.hero p{max-width:420px;color:#eee}.link-button{display:inline-flex;align-items:center;gap:35px;background:var(--accent);color:white;padding:13px 23px;font-size:15px;margin-top:22px}.hero-caption{position:absolute;right:30px;bottom:18px;font-size:12px;color:#eee}.category-strip{border-bottom:1px solid #ddd;background:var(--light)}.category-strip .wrap{display:grid;grid-template-columns:repeat(6,1fr)}.category-strip a{text-align:center;padding:24px 5px;border-right:1px solid #ddd;font-size:15px}.category-strip a:hover{background:#fff;color:var(--accent)}section{padding:76px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:36px}h2{font-size:34px;line-height:1.3;margin:8px 0 0}h3{font-size:23px;margin:0 0 10px}.muted{color:#626868}.section-head p{margin:0}.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #ccc;border-left:1px solid #ddd}.category{padding:32px;min-height:215px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;position:relative;transition:background .2s}.category:hover{background:var(--light)}.category small{color:var(--accent);font-size:13px}.category h3{margin:25px 0 7px}.category p{font-size:14px;color:#626868;margin:0}.category .arrow{position:absolute;right:27px;top:26px;font-size:24px}.brand-band{background:#222827;color:#fff}.brand-band .wrap{display:grid;grid-template-columns:1fr 1fr;gap:70px}.brand-band h2{font-size:38px;max-width:480px}.brand-band p{color:#c9d0ce}.text-link{border-bottom:1px solid currentColor;display:inline-block;padding-bottom:5px;margin-top:20px}.page-title{background:var(--light);padding:55px 0;border-bottom:1px solid #ddd}.page-title h1{font-size:48px;line-height:1.2;margin:25px 0 12px}.breadcrumb{font-size:13px;color:#646969}.series-layout{display:grid;grid-template-columns:230px 1fr;gap:60px}.sidebar{display:flex;flex-direction:column;align-self:start;border-top:2px solid #232828}.sidebar a{padding:14px 12px;border-bottom:1px solid #ddd}.sidebar a[aria-current]{background:var(--accent);color:white}.empty{border-top:2px solid #242929;border-bottom:1px solid #ddd;padding:65px 20px;text-align:center;margin-top:30px}.empty h3{font-size:21px}.empty p{color:#65706d;font-size:15px}.content{max-width:850px}.content p{font-size:17px}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:45px;padding-top:30px;border-top:1px solid #ccc}.facts h3{font-size:19px}.facts p{font-size:15px;color:#68706c}footer{background:#f1f3f2;padding:40px 0;color:#5a625e;font-size:13px;border-top:1px solid #ddd}footer .wrap{display:flex;justify-content:space-between;gap:20px}footer strong{font-size:18px;color:#272c29}footer p{margin:6px 0}.crowntools .brand-band{background:#edf1ef;color:#222}.crowntools .brand-band p{color:#525d57}.crowntools .hero{height:min(560px,65vh)}@media(max-width:800px){.wrap{width:calc(100% - 36px)}.header-inner{height:76px}.desktop-nav{display:none}.logo{font-size:19px}.logo img{width:46px;height:55px}.crowntools .logo img{width:155px;height:60px}.mobile-menu{display:block}.mobile-menu summary{font-size:26px;list-style:none;cursor:pointer;padding:7px}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu nav{position:absolute;top:76px;left:0;right:0;background:white;border-bottom:1px solid #bbb;padding:12px 20px;max-height:75vh;overflow:auto}.mobile-menu nav a{display:block;padding:11px}.hero,.crowntools .hero{height:490px;min-height:0}.hero h1{font-size:40px;max-width:100%}.hero h2{font-size:23px}.hero p{font-size:15px;max-width:285px}.hero>img{object-position:52% center}.hero-caption{right:18px;font-size:11px}.category-strip .wrap{grid-template-columns:repeat(3,1fr)}.category-strip a{padding:16px 3px;font-size:14px}.categories{grid-template-columns:repeat(2,1fr)}.category{padding:20px;min-height:200px}.category small{font-size:11px}.category h3{font-size:21px}.category p{font-size:13px}.category .arrow{right:15px;top:15px}section{padding:45px 0}.section-head{display:block}.section-head p{margin-top:15px}h2{font-size:28px}.brand-band .wrap{grid-template-columns:1fr;gap:20px}.brand-band h2{font-size:30px}.page-title{padding:32px 0}.page-title h1{font-size:36px}.series-layout{grid-template-columns:1fr;gap:28px}.sidebar{display:grid;grid-template-columns:repeat(3,1fr);font-size:13px}.sidebar a{padding:12px 5px;text-align:center}.facts{grid-template-columns:1fr;gap:12px}footer .wrap{display:block}footer .wrap>div+div{margin-top:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}footer .footer-brand{display:flex;align-items:flex-start;gap:18px}.footer-logo img{width:64px;height:64px;object-fit:contain}.crowntools .footer-logo img{width:130px;height:55px}.footer-contact h2{font-size:16px;margin:0 0 14px}.footer-contact dl{margin:0}.footer-contact dl>div{display:grid;grid-template-columns:86px 1fr;gap:10px;margin:7px 0}.footer-contact dt{font-weight:600}.footer-contact dd{margin:0;overflow-wrap:anywhere}.footer-contact a:hover{text-decoration:underline}footer .footer-copyright{display:block;border-top:1px solid #d8ddda;margin-top:28px;padding-top:18px;font-size:12px}@media(max-width:800px){footer .footer-contact{margin-top:28px!important}.footer-logo img{width:52px;height:52px}.crowntools .footer-logo img{width:110px;height:48px}}
.turborex .hero>img{object-position:center 88%}
.turborex .hero:after{background:linear-gradient(90deg,transparent 25%,rgba(0,0,0,.75) 75%)}
.turborex .hero .wrap{padding-left:min(52%,680px)}
.turborex .hero h1{font-size:54px}
@media(max-width:800px){.turborex .hero{height:580px;align-items:flex-start}.turborex .hero .wrap{padding:30px 0 0}.turborex .hero h1{font-size:40px;margin:12px 0}.turborex .hero h2{font-size:23px}.turborex .hero p{margin:10px 0}.turborex .hero .link-button{margin-top:8px}.turborex .hero>img{object-position:30% bottom}.turborex .hero:after{background:linear-gradient(180deg,rgba(0,0,0,.87),rgba(0,0,0,.6) 43%,transparent 72%)}}
.category-image{display:block;width:100%;height:180px;object-fit:contain;margin-top:26px;background:#f4f5f5}.category h3{margin-top:18px}.series-photo{margin:28px 0}.series-photo img{display:block;width:100%;height:360px;object-fit:contain;background:#f4f5f5}.series-photo figcaption{font-size:12px;color:#626868;margin-top:10px}.series-photo a,.credits a,footer .footer-copyright a{text-decoration:underline}.credits article{padding:24px 0;border-bottom:1px solid #ddd}.credits img{width:180px;height:100px;object-fit:contain}.credits p{font-size:14px;overflow-wrap:anywhere}@media(max-width:800px){.category-image{height:110px}.series-photo img{height:240px}}