
:root{
  --mtp-home-bg:#121316;
  --mtp-home-bg-alt:#0b0c0e;
  --mtp-home-surface:#191b1f;
  --mtp-home-surface-2:#212328;
  --mtp-home-line:#2b2e34;
  --mtp-home-text:#f3f2ee;
  --mtp-home-dim:#98999f;
  --mtp-home-dim2:#6d6f75;
  --mtp-home-accent:#ff5a1f;
  --mtp-home-amber:#ffb300;
  --mtp-home-max:1320px;
}

.mtp-home-redesign{
  background:var(--mtp-home-bg);
  color:var(--mtp-home-text);
  overflow:hidden;
}
.mtp-home-redesign *{box-sizing:border-box}
.mtp-home-wrap{
  width:min(var(--mtp-home-max),calc(100% - 80px));
  margin:0 auto;
}
.mtp-home-eyebrow{
  font:600 12px/1.2 monospace;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--mtp-home-accent);
  display:flex;align-items:center;gap:10px;
}
.mtp-home-eyebrow:before{content:"";width:18px;height:1px;background:currentColor}
.mtp-home-eyebrow.muted{color:var(--mtp-home-dim)}

.mtp-home-redesign h1,
.mtp-home-redesign h2,
.mtp-home-redesign h3{
  margin:0;
  text-transform:uppercase;
  line-height:.95;
  font-weight:800;
}

.mtp-home-hero{
  border-bottom:1px solid var(--mtp-home-line);
}
.mtp-home-hero-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:20px;
  align-items:center;
  min-height:600px;
}
.mtp-home-hero-copy h1{
  font-size:clamp(54px,6vw,78px);
  margin:22px 0 26px;
}
.mtp-home-hero-copy h1 span{
  color:var(--mtp-home-accent);
  display:block;
}
.mtp-home-hero-copy p{
  color:var(--mtp-home-dim);
  max-width:470px;
  font-size:16px;
  line-height:1.65;
  margin:0 0 32px;
}
.mtp-home-stats{
  display:flex;
  width:max-content;
  max-width:100%;
  border:1px solid var(--mtp-home-line);
  margin-bottom:34px;
}
.mtp-home-stats div{
  padding:14px 24px;
  border-right:1px solid var(--mtp-home-line);
}
.mtp-home-stats div:last-child{border-right:0}
.mtp-home-stats b{
  display:block;
  color:var(--mtp-home-amber);
  font:600 18px/1.2 monospace;
}
.mtp-home-stats span{
  color:var(--mtp-home-dim2);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:10px;
}
.mtp-home-btn-row{display:flex;gap:14px;flex-wrap:wrap}
.mtp-home-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 28px;
  background:var(--mtp-home-accent);
  color:#141414!important;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-size:13px;
  border:1px solid var(--mtp-home-accent);
  text-decoration:none!important;
}
.mtp-home-btn:hover{background:var(--mtp-home-amber);border-color:var(--mtp-home-amber)}
.mtp-home-btn.ghost{
  background:transparent;
  color:var(--mtp-home-text)!important;
  border-color:var(--mtp-home-line);
}
.mtp-home-btn.ghost:hover{background:var(--mtp-home-surface)}

.mtp-home-hero-art{
  min-height:560px;
  display:flex;
  align-items:center;
}
.mtp-home-blueprint-panel{
  position:relative;
  width:100%;
  height:520px;
  color:var(--mtp-home-accent);
  background:
    linear-gradient(180deg,rgba(255,90,31,.08),transparent 40%),
    repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,transparent 1px 34px),
    repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 34px),
    var(--mtp-home-surface);
  border:1px solid var(--mtp-home-line);
  clip-path:polygon(0 0,100% 0,100% 88%,88% 100%,0 100%);
}
.mtp-home-blueprint-tag{
  position:absolute;top:18px;left:18px;
  z-index:2;
  font:500 10px monospace;
  color:var(--mtp-home-dim2);
  letter-spacing:.07em;
}
.mtp-home-blueprint-tag b{color:var(--mtp-home-accent)}
.mtp-home-truck-svg{position:absolute;inset:0;width:100%;height:100%}

.mtp-home-trust{
  background:var(--mtp-home-bg-alt);
  border-bottom:1px solid var(--mtp-home-line);
}
.mtp-home-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.mtp-home-trust-item{
  display:flex;
  gap:14px;
  align-items:center;
  padding:22px 18px 22px 0;
  border-right:1px solid var(--mtp-home-line);
}
.mtp-home-trust-item:last-child{border-right:0}
.mtp-home-trust-item>span{
  color:var(--mtp-home-accent);
  font-size:24px;
  width:28px;
}
.mtp-home-trust-item b{display:block;font-size:13px}
.mtp-home-trust-item small{display:block;color:var(--mtp-home-dim);font-size:12px;margin-top:3px}

.mtp-home-section{padding:88px 0}
.mtp-home-section-tight{padding-top:0}
.mtp-home-sec-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  border-bottom:1px solid var(--mtp-home-line);
  padding-bottom:22px;
  margin-bottom:44px;
}
.mtp-home-sec-head h2{font-size:36px}
.mtp-home-sec-head h2 span{
  color:var(--mtp-home-dim2);
  font:500 13px/1 monospace;
}
.mtp-home-sec-head>a{
  color:var(--mtp-home-dim);
  text-transform:uppercase;
  letter-spacing:.05em;
  font:500 12px/1.2 monospace;
}
.mtp-home-sec-head>a:hover{color:var(--mtp-home-accent)}

.mtp-home-cat-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:22px;
}
.mtp-home-cat-card{
  position:relative;
  height:340px;
  border:1px solid var(--mtp-home-line);
  background:var(--mtp-home-surface);
  overflow:hidden;
  color:inherit!important;
}
.mtp-home-cat-card:hover{border-color:var(--mtp-home-accent)}
.mtp-home-cat-art{
  position:absolute;inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
}
.mtp-home-cat-art-fallback{
  background:
    radial-gradient(circle at 65% 35%,rgba(255,90,31,.12),transparent 40%),
    linear-gradient(145deg,var(--mtp-home-surface-2),var(--mtp-home-bg-alt));
}
.mtp-home-cat-overlay{
  position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(8,8,9,.95) 0%,rgba(8,8,9,.2) 60%,transparent 78%);
}
.mtp-home-cat-content{
  position:absolute;left:26px;right:26px;bottom:24px;
}
.mtp-home-cat-content h3{font-size:27px;margin:8px 0 6px}
.mtp-home-count{color:var(--mtp-home-accent);font:500 12px monospace}

.mtp-home-prod-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.mtp-home-prod-card{
  border:1px solid var(--mtp-home-line);
  background:var(--mtp-home-surface);
  transition:.18s ease;
}
.mtp-home-prod-card:hover{transform:translateY(-3px);border-color:var(--mtp-home-dim2)}
.mtp-home-prod-thumb{
  position:relative;
  display:block;
  aspect-ratio:1/0.92;
  overflow:hidden;
  background:var(--mtp-home-surface-2);
  border-bottom:1px solid var(--mtp-home-line);
}
.mtp-home-prod-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover;
  margin:0!important;
}
.mtp-home-badge-new{
  position:absolute;top:10px;left:10px;z-index:2;
  padding:4px 8px;
  color:#141414;
  background:var(--mtp-home-accent);
  text-transform:uppercase;
  font:700 9px monospace;
}
.mtp-home-prod-body{padding:18px 18px 20px}
.mtp-home-prod-body h3{
  font:600 14px/1.35 inherit;
  text-transform:none;
  min-height:38px;
  margin:0 0 8px;
}
.mtp-home-stars{color:var(--mtp-home-amber);letter-spacing:2px;font-size:12px;margin-bottom:12px}
.mtp-home-prod-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}
.mtp-home-price{font:600 14px/1.2 monospace}
.mtp-home-add-btn{
  width:36px;height:36px;
  display:flex;align-items:center;justify-content:center;
  border:1px solid var(--mtp-home-line);
  color:var(--mtp-home-dim)!important;
}
.mtp-home-add-btn:hover{background:var(--mtp-home-accent);color:#141414!important;border-color:var(--mtp-home-accent)}

.mtp-home-promo{
  padding:0;
  border-top:1px solid var(--mtp-home-line);
  border-bottom:1px solid var(--mtp-home-line);
}
.mtp-home-promo-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  min-height:420px;
}
.mtp-home-promo-copy{
  background:var(--mtp-home-bg-alt);
  padding:64px max(40px,calc((100vw - var(--mtp-home-max))/2 + 40px));
  padding-right:56px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.mtp-home-promo-copy h2{font-size:44px;margin:18px 0 20px}
.mtp-home-promo-copy h2 span{display:block;color:var(--mtp-home-accent)}
.mtp-home-promo-copy p{max-width:390px;color:var(--mtp-home-dim);line-height:1.65;margin:0 0 28px}
.mtp-home-promo-art{
  position:relative;
  overflow:hidden;
  border-left:1px solid var(--mtp-home-line);
  background:
    radial-gradient(circle at 70% 50%,rgba(255,90,31,.18),transparent 50%),
    repeating-linear-gradient(45deg,rgba(255,255,255,.025) 0 2px,transparent 2px 26px),
    var(--mtp-home-surface);
}
.mtp-home-promo-lines{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,transparent 49.8%,rgba(255,90,31,.28) 50%,transparent 50.2%),
    linear-gradient(0deg,transparent 49.8%,rgba(255,255,255,.06) 50%,transparent 50.2%);
}
.mtp-home-promo-mark{
  position:absolute;
  right:9%;
  top:50%;
  transform:translateY(-50%);
  font-size:82px;
  line-height:.7;
  font-weight:900;
  color:#fff;
  text-align:right;
}
.mtp-home-promo-mark span{color:var(--mtp-home-accent)}

.mtp-home-coll-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.mtp-home-coll-card{
  position:relative;
  height:230px;
  border:1px solid var(--mtp-home-line);
  overflow:hidden;
  background:linear-gradient(160deg,var(--mtp-home-surface-2),var(--mtp-home-bg-alt));
}
.mtp-home-coll-card:hover{border-color:var(--mtp-home-accent)}
.mtp-home-coll-art{position:absolute;inset:0;background-size:cover;background-position:center}
.mtp-home-coll-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,8,9,.94),transparent 70%)}
.mtp-home-coll-content{position:absolute;left:20px;right:20px;bottom:18px}
.mtp-home-coll-content h3{font-size:18px;margin-bottom:4px}
.mtp-home-coll-content span{font-size:11px;color:var(--mtp-home-dim)}

.mtp-home-test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.mtp-home-test-grid article{
  border:1px solid var(--mtp-home-line);
  background:var(--mtp-home-surface);
  padding:28px;
}
.mtp-home-test-grid article>div{color:var(--mtp-home-amber);letter-spacing:2px;margin-bottom:16px}
.mtp-home-test-grid p{line-height:1.7;margin:0 0 20px}
.mtp-home-test-grid footer{display:flex;justify-content:space-between;gap:14px;font-size:11px;background:none!important;padding:0!important}
.mtp-home-test-grid footer span{color:var(--mtp-home-dim);font-family:monospace}
.mtp-home-test-grid footer b{color:#5c82a6;text-transform:uppercase;font:500 10px monospace}

.mtp-home-news{
  background:var(--mtp-home-bg-alt);
  border-top:1px solid var(--mtp-home-line);
  border-bottom:1px solid var(--mtp-home-line);
}
.mtp-home-news-grid{
  padding:56px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}
.mtp-home-news h2{font-size:28px;margin:14px 0 8px}
.mtp-home-news p{color:var(--mtp-home-dim);margin:0}
.mtp-home-news-form{display:flex;min-width:420px}
.mtp-home-news-form input{
  flex:1;
  min-width:0;
  background:var(--mtp-home-surface);
  border:1px solid var(--mtp-home-line);
  border-right:0;
  color:var(--mtp-home-text);
  padding:0 18px;
  outline:none;
}

/* Use redesign palette on homepage header/footer without changing product pages. */
body.home .site-header,
body.home header.site-header,
body.home .mtp-header{
  background:rgba(18,19,22,.94)!important;
  border-color:var(--mtp-home-line)!important;
}
body.home .site-footer,
body.home footer.site-footer{
  background:var(--mtp-home-bg-alt)!important;
}

@media(max-width:1100px){
  .mtp-home-hero-grid{grid-template-columns:1fr}
  .mtp-home-hero-art{display:none}
  .mtp-home-cat-grid{grid-template-columns:1fr}
  .mtp-home-prod-grid{grid-template-columns:repeat(2,1fr)}
  .mtp-home-coll-grid{grid-template-columns:repeat(2,1fr)}
  .mtp-home-test-grid{grid-template-columns:1fr}
  .mtp-home-promo-grid{grid-template-columns:1fr}
  .mtp-home-promo-art{display:none}
}
@media(max-width:780px){
  .mtp-home-wrap{width:min(100% - 32px,var(--mtp-home-max))}
  .mtp-home-hero-grid{min-height:auto;padding:62px 0}
  .mtp-home-hero-copy h1{font-size:52px}
  .mtp-home-stats{width:100%}
  .mtp-home-stats div{padding:12px 13px;flex:1}
  .mtp-home-trust-grid{grid-template-columns:1fr 1fr}
  .mtp-home-trust-item:nth-child(2){border-right:0}
  .mtp-home-section{padding:58px 0}
  .mtp-home-sec-head{align-items:flex-start}
  .mtp-home-sec-head h2{font-size:29px}
  .mtp-home-prod-grid{grid-template-columns:1fr}
  .mtp-home-coll-grid{grid-template-columns:1fr}
  .mtp-home-news-grid{align-items:stretch;flex-direction:column}
  .mtp-home-news-form{min-width:0;width:100%}
}


/* v1.1.49 — dynamic WooCommerce category grid */
.mtp-home-cat-grid .mtp-home-cat-card{
  min-width:0;
}
.mtp-home-cat-empty{
  grid-column:1/-1;
  padding:28px;
  border:1px solid var(--mtp-home-line);
  background:var(--mtp-home-surface);
  color:var(--mtp-home-dim);
}
@media(min-width:1200px){
  .mtp-home-cat-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}


/* ==========================================================
   v1.1.52 — homepage growth sections
   ========================================================== */
.mtp-home-sec-sub{
  margin:10px 0 0;
  color:var(--mtp-home-dim,#98999f);
  font-size:14px;
  line-height:1.6;
}

/* Shop Your Vehicle */
.mtp-home-vehicle-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:18px;
}
.mtp-home-vehicle-card{
  position:relative;
  min-height:190px;
  overflow:hidden;
  border:1px solid var(--mtp-home-line,#2b2e34);
  background:var(--mtp-home-surface,#191b1f);
}
.mtp-home-vehicle-art{
  position:absolute;inset:0;background-size:cover;background-position:center;
}
.mtp-home-vehicle-overlay{
  position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,10,11,.92),rgba(10,10,11,.18) 65%,transparent);
}
.mtp-home-vehicle-copy{
  position:absolute;left:20px;right:20px;bottom:18px;z-index:2;
}
.mtp-home-vehicle-copy span{
  font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#ff5a1f;
}
.mtp-home-vehicle-copy h3{
  margin:4px 0 0;font-family:'Rajdhani',sans-serif;font-size:24px;text-transform:uppercase;color:#f3f2ee;
}
.mtp-home-vehicle-card:hover{border-color:#ff5a1f}
.mtp-home-vehicle-empty,.mtp-home-build-empty{
  grid-column:1/-1;padding:24px;border:1px solid var(--mtp-home-line,#2b2e34);background:var(--mtp-home-surface,#191b1f);color:#98999f;
}

/* customization showcase */
.mtp-home-customize-section{
  padding:0;border-top:1px solid #2b2e34;border-bottom:1px solid #2b2e34;background:#0b0c0e;
}
.mtp-home-customize-grid{
  display:grid;grid-template-columns:1fr 1fr;min-height:390px;
}
.mtp-home-customize-copy{
  padding:56px 54px 56px 0;display:flex;flex-direction:column;justify-content:center;
}
.mtp-home-customize-copy h2{
  margin:14px 0 16px;font-family:'Rajdhani',sans-serif;font-size:44px;text-transform:uppercase;
}
.mtp-home-customize-copy p{max-width:470px;color:#98999f;line-height:1.7;margin-bottom:22px}
.mtp-home-swatches{display:flex;gap:10px;margin:0 0 26px}
.mtp-home-swatches span{
  width:32px;height:32px;border-radius:50%;background:var(--c);border:2px solid #2b2e34;box-shadow:inset 0 0 0 2px #121316;
}
.mtp-home-swatches span:first-child{border-color:#ff5a1f}
.mtp-home-swatches .carbon{
  background:repeating-linear-gradient(45deg,#111 0 4px,#333 4px 8px);
}
.mtp-home-customize-art{
  display:flex;align-items:center;justify-content:center;min-height:390px;
  border-left:1px solid #2b2e34;
  background:
    repeating-linear-gradient(0deg,rgba(255,255,255,.03) 0 1px,transparent 1px 34px),
    repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0 1px,transparent 1px 34px),
    #191b1f;
}
.mtp-home-customize-product{
  position:relative;width:min(70%,360px);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;
}
.mtp-home-customize-ring{
  position:absolute;inset:12%;border:18px solid #ff5a1f;border-radius:50%;box-shadow:inset 0 0 0 16px #151515;
}
.mtp-home-customize-logo{
  position:relative;z-index:2;font-family:'Rajdhani',sans-serif;font-size:34px;font-weight:700;color:#f3f2ee;
}
.mtp-home-customize-logo span{color:#ff5a1f}
.mtp-home-customize-caption{
  position:absolute;left:0;right:0;bottom:0;text-align:center;color:#6d6f75;font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:.12em;
}

/* why */
.mtp-home-why-grid{
  display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #2b2e34;
}
.mtp-home-why-grid article{
  min-width:0;padding:28px;border-right:1px solid #2b2e34;background:#191b1f;
}
.mtp-home-why-grid article:last-child{border-right:0}
.mtp-home-why-num{
  margin-bottom:18px;color:#ff5a1f;font-family:'JetBrains Mono',monospace;font-size:11px;
}
.mtp-home-why-grid h3{
  margin:0 0 10px;font-family:'Rajdhani',sans-serif;font-size:21px;text-transform:uppercase;
}
.mtp-home-why-grid p{margin:0;color:#98999f;font-size:13px;line-height:1.65}

/* customer builds */
.mtp-home-builds-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
}
.mtp-home-build-card{
  position:relative;min-height:260px;overflow:hidden;border:1px solid #2b2e34;background:#191b1f;
}
.mtp-home-build-art{position:absolute;inset:0;background-size:cover;background-position:center}
.mtp-home-build-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,10,11,.95),rgba(10,10,11,.08) 70%)}
.mtp-home-build-copy{position:absolute;left:18px;right:18px;bottom:16px;z-index:2}
.mtp-home-build-copy h3{margin:0 0 3px;font-family:'Rajdhani',sans-serif;text-transform:uppercase;font-size:18px}
.mtp-home-build-copy span{color:#98999f;font-size:11.5px}
.mtp-home-build-card:hover{border-color:#ff5a1f}

/* process */
.mtp-home-process-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #2b2e34;
}
.mtp-home-process-grid article{padding:28px;background:#191b1f;border-right:1px solid #2b2e34}
.mtp-home-process-grid article:last-child{border-right:0}
.mtp-home-process-grid span{display:block;margin-bottom:18px;color:#ff5a1f;font-family:'JetBrains Mono',monospace;font-size:11px}
.mtp-home-process-grid h3{margin:0 0 8px;font-family:'Rajdhani',sans-serif;font-size:22px;text-transform:uppercase}
.mtp-home-process-grid p{margin:0;color:#98999f;font-size:13px;line-height:1.6}

/* custom request */
.mtp-home-custom-request{
  padding:54px 0;border-top:1px solid #2b2e34;border-bottom:1px solid #2b2e34;
  background:linear-gradient(120deg,rgba(255,90,31,.08),transparent 55%),#191b1f;
}
.mtp-home-custom-request-grid{
  display:flex;align-items:center;justify-content:space-between;gap:40px;
}
.mtp-home-custom-request h2{
  margin:12px 0 10px;font-family:'Rajdhani',sans-serif;font-size:36px;text-transform:uppercase;
}
.mtp-home-custom-request p{max-width:680px;margin:0;color:#98999f;line-height:1.65}

@media(max-width:1050px){
  .mtp-home-customize-grid{grid-template-columns:1fr}
  .mtp-home-customize-copy{padding:46px 0}
  .mtp-home-customize-art{border-left:0;border-top:1px solid #2b2e34}
  .mtp-home-why-grid,.mtp-home-process-grid{grid-template-columns:1fr 1fr}
  .mtp-home-why-grid article:nth-child(2){border-right:0}
  .mtp-home-builds-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .mtp-home-why-grid,.mtp-home-process-grid,.mtp-home-builds-grid{grid-template-columns:1fr}
  .mtp-home-why-grid article,.mtp-home-process-grid article{border-right:0;border-bottom:1px solid #2b2e34}
  .mtp-home-custom-request-grid{align-items:flex-start;flex-direction:column}
}

/* v1.1.53 modular homepage */
.mtp-home-hero-mark{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);font-family:'Rajdhani',sans-serif;font-size:46px;font-weight:700;color:#f3f2ee}
.mtp-home-hero-mark span{color:#ff5a1f}
.mtp-home-hero-caption{position:absolute;left:0;right:0;bottom:34px;text-align:center;font-family:'JetBrains Mono',monospace;font-size:10.5px;letter-spacing:.12em;color:#6d6f75}


/* ==========================================================
   v1.1.55 — restore pre-builder homepage visual geometry
   Keep module ordering/content logic, restore original design.
   ========================================================== */

.mtp-home-redesign{
  background:#121316!important;
}

/* Restore wider original content canvas */
.mtp-home-wrap{
  width:min(1320px,calc(100% - 64px))!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Hero proportions closer to pre-builder design */
.mtp-home-hero{
  padding:54px 0 30px!important;
}
.mtp-home-hero-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(460px,.95fr)!important;
  gap:58px!important;
  align-items:stretch!important;
}
.mtp-home-hero-copy{
  padding:28px 0 18px!important;
}
.mtp-home-hero-copy h1{
  max-width:680px!important;
  font-size:clamp(58px,6vw,84px)!important;
  line-height:.92!important;
  letter-spacing:-.025em!important;
}
.mtp-home-hero-copy p{
  max-width:610px!important;
  font-size:15px!important;
  line-height:1.7!important;
}
.mtp-home-stats{
  max-width:470px!important;
  margin-top:26px!important;
}
.mtp-home-btn-row{
  margin-top:24px!important;
}

/* Restore blueprint-style hero panel */
.mtp-home-hero-art{
  min-height:420px!important;
}
.mtp-home-blueprint-panel{
  position:relative!important;
  min-height:420px!important;
  height:100%!important;
  overflow:hidden!important;
  border:1px solid #2b2e34!important;
  background:
    linear-gradient(120deg,rgba(255,90,31,.06),transparent 55%),
    repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,transparent 1px 34px),
    repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 34px),
    #191b1f!important;
}
.mtp-home-blueprint-panel:before{
  content:""!important;
  position:absolute!important;
  left:17%!important;
  right:17%!important;
  top:28%!important;
  bottom:24%!important;
  border:2px solid rgba(243,242,238,.22)!important;
  clip-path:polygon(16% 0,44% 0,52% 18%,83% 18%,100% 42%,100% 82%,90% 100%,10% 100%,0 82%,0 42%)!important;
}
.mtp-home-blueprint-panel:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    radial-gradient(circle at 38% 60%,transparent 0 30px,rgba(255,90,31,.9) 31px 32px,transparent 33px),
    radial-gradient(circle at 68% 60%,transparent 0 30px,rgba(255,90,31,.9) 31px 32px,transparent 33px)!important;
}
.mtp-home-blueprint-tag{
  position:absolute!important;
  left:22px!important;
  top:20px!important;
  z-index:3!important;
  color:#6d6f75!important;
  font-family:'JetBrains Mono',monospace!important;
  font-size:9.5px!important;
  letter-spacing:.12em!important;
}
.mtp-home-blueprint-tag b{color:#ff5a1f!important}
.mtp-home-hero-mark{display:none!important}
.mtp-home-hero-caption{
  bottom:20px!important;
  z-index:3!important;
}

/* Trust strip full/wide like before */
.mtp-home-trust{
  margin-top:0!important;
}
.mtp-home-trust-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

/* Restore section rhythm */
.mtp-home-section{
  padding:54px 0!important;
}
.mtp-home-section-tight{
  padding-top:40px!important;
  padding-bottom:44px!important;
}
.mtp-home-sec-head{
  margin-bottom:24px!important;
  padding-bottom:16px!important;
  border-bottom:1px solid #2b2e34!important;
}
.mtp-home-sec-head h2{
  font-size:30px!important;
  line-height:1!important;
  letter-spacing:-.01em!important;
}
.mtp-home-sec-head h2 span{
  color:#6d6f75!important;
  font-family:'JetBrains Mono',monospace!important;
  font-size:10px!important;
  letter-spacing:.08em!important;
  vertical-align:middle!important;
}

/* Category cards: keep original generous proportions */
.mtp-home-cat-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
}
.mtp-home-cat-card{
  min-height:285px!important;
}
.mtp-home-cat-content h3{
  font-size:25px!important;
}

/* Product cards wider / less cramped */
.mtp-home-prod-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
.mtp-home-prod-card{
  min-width:0!important;
}
.mtp-home-prod-thumb{
  aspect-ratio:1.08/1!important;
}
.mtp-home-prod-body{
  padding:14px 14px 13px!important;
}
.mtp-home-prod-body h3{
  min-height:38px!important;
  font-size:13.5px!important;
}

/* Make It Yours section restore wider split */
.mtp-home-customize-grid{
  grid-template-columns:minmax(0,1fr) minmax(500px,.9fr)!important;
}
.mtp-home-customize-copy{
  padding:58px 54px 58px 0!important;
}
.mtp-home-customize-art{
  min-height:430px!important;
}

/* Promo restore visual width/weight */
.mtp-home-promo-grid{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.35fr)!important;
  min-height:330px!important;
}
.mtp-home-promo-copy{
  padding:48px 48px 48px max(48px,calc((100vw - 1320px)/2))!important;
}

/* Why/process restore balanced columns */
.mtp-home-why-grid,
.mtp-home-process-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

/* Reviews width */
.mtp-home-test-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}

/* Customer builds and request sections wider */
.mtp-home-builds-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.mtp-home-custom-request-grid{
  width:min(1320px,calc(100% - 64px))!important;
}

/* Shop Your Vehicle follows same visual language */
.mtp-home-vehicle-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.mtp-home-vehicle-card{
  min-height:220px!important;
}

/* Newsletter width/alignment */
.mtp-home-news-grid{
  width:min(1320px,calc(100% - 64px))!important;
}

/* Responsive */
@media(max-width:1150px){
  .mtp-home-wrap,
  .mtp-home-custom-request-grid,
  .mtp-home-news-grid{
    width:min(100% - 48px,1320px)!important;
  }
  .mtp-home-hero-grid{
    grid-template-columns:1fr 1fr!important;
    gap:36px!important;
  }
  .mtp-home-customize-grid{
    grid-template-columns:1fr 1fr!important;
  }
}
@media(max-width:900px){
  .mtp-home-hero-grid,
  .mtp-home-customize-grid,
  .mtp-home-promo-grid{
    grid-template-columns:1fr!important;
  }
  .mtp-home-cat-grid,
  .mtp-home-prod-grid,
  .mtp-home-builds-grid,
  .mtp-home-vehicle-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .mtp-home-why-grid,
  .mtp-home-process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .mtp-home-promo-copy{
    padding:42px 24px!important;
  }
}
@media(max-width:620px){
  .mtp-home-wrap,
  .mtp-home-custom-request-grid,
  .mtp-home-news-grid{
    width:min(100% - 28px,1320px)!important;
  }
  .mtp-home-cat-grid,
  .mtp-home-prod-grid,
  .mtp-home-builds-grid,
  .mtp-home-vehicle-grid,
  .mtp-home-why-grid,
  .mtp-home-process-grid,
  .mtp-home-test-grid{
    grid-template-columns:1fr!important;
  }
  .mtp-home-hero-copy h1{
    font-size:50px!important;
  }
}

/* v1.1.56 — fixed hero headline + inline RHO blueprint */
.mtp-home-hero-title{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:0!important;margin:0 0 18px!important}
.mtp-home-hero-title .mtp-hero-line1,.mtp-home-hero-title .mtp-hero-line2{display:block!important;white-space:nowrap!important}
.mtp-home-hero-title .mtp-hero-line1{color:#f3f2ee!important}
.mtp-home-hero-title .mtp-hero-line2{color:#ff5a1f!important}
.mtp-home-blueprint-panel{position:relative!important}
.mtp-home-blueprint-panel:before,.mtp-home-blueprint-panel:after{display:none!important}
.mtp-rho-blueprint{position:absolute!important;inset:52px 18px 34px 18px!important;width:calc(100% - 36px)!important;height:calc(100% - 86px)!important;overflow:visible!important}
.mtp-rho-blueprint *{vector-effect:non-scaling-stroke}
.mtp-rho-body,.mtp-rho-wire,.mtp-rho-construction,.mtp-rho-dims,.mtp-rho-wheel,.mtp-rho-callouts{fill:none;stroke:#9da0a6;stroke-width:1.15;stroke-linecap:round;stroke-linejoin:round}
.mtp-rho-body{stroke:#a9acb1}.mtp-rho-wire{stroke:#6f737a;stroke-width:.72;opacity:.78}.mtp-rho-construction{stroke:#565a60;stroke-width:.65;stroke-dasharray:4 5;opacity:.72}.mtp-rho-dims{stroke:#6f737a;stroke-width:.7;opacity:.8}
.mtp-rho-dims text,.mtp-rho-callouts text{fill:#777b81;stroke:none;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:.05em}.mtp-rho-callouts{stroke:#60646a;stroke-width:.7;opacity:.86}
.mtp-rho-wheel ellipse{fill:#111316;stroke:#8e9298;stroke-width:1.05}.mtp-rho-wheel .mtp-rho-accent,.mtp-rho-accent{stroke:#ff5a1f!important;stroke-width:1.35!important;filter:url(#mtpRhoGlow)}
.mtp-rho-mesh{fill:none;stroke:#686c72;stroke-width:.55;opacity:.78}.mtp-rho-ram,.mtp-rho-rho,.mtp-rho-small{fill:#a9acb1;stroke:none;font-family:'Rajdhani',sans-serif;font-weight:700;letter-spacing:.08em}.mtp-rho-ram{font-size:27px}.mtp-rho-rho{font-size:19px}.mtp-rho-small{font-size:12px}
@media(max-width:1150px){.mtp-home-hero-title .mtp-hero-line1,.mtp-home-hero-title .mtp-hero-line2{white-space:normal!important}}
@media(max-width:900px){.mtp-rho-blueprint{inset:42px 10px 28px 10px!important;width:calc(100% - 20px)!important;height:calc(100% - 70px)!important}}


/* ==========================================================
   v1.1.57 — photographic RHO blueprint hero panel
   ========================================================== */

/* Keep headline on exactly two lines on desktop. */
.mtp-home-hero-title .mtp-hero-line1,
.mtp-home-hero-title .mtp-hero-line2{
  display:block!important;
  white-space:nowrap!important;
}
.mtp-home-hero-title .mtp-hero-line1{color:#f3f2ee!important}
.mtp-home-hero-title .mtp-hero-line2{color:#ff5a1f!important}

/* Remove all hand-drawn SVG blueprint styling from the previous version. */
.mtp-home-blueprint-image-panel:before,
.mtp-home-blueprint-image-panel:after{
  display:none!important;
}
.mtp-home-blueprint-image-panel{
  position:relative!important;
  min-height:420px!important;
  height:100%!important;
  overflow:hidden!important;
  border:1px solid #2b2e34!important;
  background:#0c0e10!important;
}
.mtp-home-rho-blueprint-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
.mtp-home-blueprint-image-panel .mtp-home-blueprint-tag{
  position:absolute!important;
  left:22px!important;
  top:18px!important;
  z-index:3!important;
  padding:5px 8px!important;
  background:rgba(10,11,13,.72)!important;
  border:1px solid rgba(255,255,255,.05)!important;
  color:#8a8d92!important;
  backdrop-filter:blur(3px)!important;
}
.mtp-home-blueprint-image-panel .mtp-home-blueprint-tag b{
  color:#ff5a1f!important;
}
.mtp-home-blueprint-image-panel .mtp-home-hero-caption{
  position:absolute!important;
  left:22px!important;
  right:auto!important;
  bottom:18px!important;
  z-index:3!important;
  padding:5px 8px!important;
  background:rgba(10,11,13,.72)!important;
  border:1px solid rgba(255,255,255,.05)!important;
  color:#6f7278!important;
  text-align:left!important;
}

/* Hide old SVG if it somehow remains cached in markup. */
.mtp-rho-blueprint{display:none!important}

@media(max-width:1150px){
  .mtp-home-hero-title .mtp-hero-line1,
  .mtp-home-hero-title .mtp-hero-line2{
    white-space:normal!important;
  }
}
