:root{--smd-blue:#063b73;--smd-navy:#072a50;--smd-gold:#c8994b;--smd-light:#f3f6f9;--smd-ink:#182b3d}.site-header,.site-footer{display:none!important}body{margin:0;color:var(--smd-ink);background:#fff;font-family:Arial,Helvetica,sans-serif}.smd-header{position:relative;z-index:30;background:#fff;box-shadow:0 2px 16px #071f3514}.smd-top{max-width:1240px;margin:auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.smd-brand{display:flex;align-items:center;gap:15px;text-decoration:none;color:var(--smd-blue)}.smd-logo{width:120px;height:55px;object-fit:contain}.smd-brand span{display:flex;flex-direction:column}.smd-brand b{font-size:18px;letter-spacing:.05em}.smd-brand small{color:#8b6935;font-weight:700;margin-top:3px}.smd-actions{display:flex;gap:10px}.smd-actions a{padding:10px 17px;color:var(--smd-blue);font-weight:700;text-decoration:none}.smd-actions .smd-signup{background:var(--smd-gold);color:white;border-radius:5px}.smd-nav{background:var(--smd-blue)}.smd-nav ul{max-width:1240px;margin:auto;padding:0 24px;display:flex;list-style:none}.smd-nav a{display:block;padding:16px 18px;color:#fff;text-decoration:none;font-size:14px;font-weight:700}.smd-nav a:hover{background:#0a4d91}.smd-page{min-height:55vh}.smd-hero{min-height:520px;background:linear-gradient(120deg,#062f5d 0%,#0a5594 65%,#d2a353 65%);color:#fff;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden}.smd-hero-copy{padding:70px max(24px,calc((100vw - 1240px)/2))}.smd-kicker,.smd-title>span,.smd-heading span,.smd-split span{font-size:12px;letter-spacing:.18em;font-weight:800;color:#e4b96f}.smd-hero h1{font-size:clamp(44px,6vw,76px);line-height:.98;margin:16px 0}.smd-hero p{font-size:18px;line-height:1.6;max-width:600px}.smd-hero-buttons{display:flex;gap:12px;margin-top:28px}.smd-hero-buttons a,.smd-view,.smd-search button{padding:14px 20px;background:var(--smd-gold);color:#fff;text-decoration:none;border:0;border-radius:4px;font-weight:800}.smd-hero-buttons .ghost{background:transparent;border:1px solid #ffffff80}.smd-hero-car{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.smd-hero-car>img{width:110%;max-width:760px;filter:drop-shadow(0 30px 22px #0005)}.smd-plate{position:absolute;left:50%;top:58%;transform:translate(-50%,-50%);background:#fff;border-radius:3px;padding:2px 8px}.smd-plate .smd-logo{width:70px;height:28px}.smd-search{max-width:1120px;margin:-34px auto 0;position:relative;z-index:4;padding:0 20px}.smd-search form{display:flex;background:white;padding:14px;box-shadow:0 12px 35px #0b29452b;border-radius:6px}.smd-search input{flex:1;border:0;padding:12px;font-size:16px;outline:none}.smd-section{max-width:1240px;margin:auto;padding:72px 24px}.smd-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.smd-heading h2,.smd-section>h2{font-size:34px;margin:7px 0}.smd-heading a{color:var(--smd-blue);font-weight:800;text-decoration:none}.smd-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.smd-card{border:1px solid #e0e6eb;background:#fff;border-radius:7px;overflow:hidden;transition:.2s}.smd-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px #092d4c18}.smd-image{display:block;height:205px;position:relative;background:#e7ebef;overflow:hidden}.smd-image>img{width:100%;height:100%;object-fit:cover}.smd-watermark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.42;filter:drop-shadow(0 0 2px #fff) drop-shadow(0 0 3px #fff)}.smd-watermark .smd-logo{width:90px;height:42px}.smd-status{position:absolute;top:12px;left:12px;padding:7px 10px;border-radius:3px;background:#1c9b67;color:#fff;font-size:11px;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.smd-reserved{background:#d88b20}.smd-sold{background:#bf3232}.smd-coming{background:#396a9c}.smd-card-body{padding:18px}.smd-card h3{font-size:17px;line-height:1.35;margin:0 0 10px}.smd-card h3 a{color:var(--smd-navy);text-decoration:none}.smd-price{font-size:20px;font-weight:900;color:var(--smd-blue);margin-bottom:13px}.smd-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.smd-meta span{font-size:11px;background:var(--smd-light);padding:6px}.smd-view{display:block;text-align:center;padding:10px}.smd-empty{grid-column:1/-1;text-align:center;padding:60px;background:var(--smd-light);border-radius:7px}.smd-split{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:1240px;margin:auto;padding:0 24px 72px}.smd-split a{min-height:230px;padding:42px;background:linear-gradient(135deg,var(--smd-navy),#0d5d9d);color:#fff;text-decoration:none;border-radius:8px}.smd-split a:last-child{background:linear-gradient(135deg,#9a6c25,var(--smd-gold))}.smd-split h2{font-size:34px;margin:10px 0}.smd-chips{display:flex;flex-wrap:wrap;gap:9px}.smd-chips a{padding:10px 14px;border:1px solid #ccd6df;border-radius:22px;text-decoration:none;color:var(--smd-blue);font-size:13px;font-weight:700;background:#fff}.smd-chips a:hover{background:var(--smd-blue);color:#fff}.smd-title{padding:75px max(24px,calc((100vw - 1240px)/2));background:linear-gradient(130deg,var(--smd-navy),var(--smd-blue));color:#fff}.smd-title h1{font-size:clamp(38px,5vw,62px);margin:12px 0}.smd-title p{max-width:760px;font-size:18px;line-height:1.6}.smd-space{margin-top:55px!important}.smd-filter-note{padding:16px 20px;background:#eef5fb;border-left:4px solid var(--smd-gold);margin-bottom:30px}.smd-auction-title{background:linear-gradient(130deg,#311e0d,#a86f27)}.smd-auction-info{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.smd-auction-info>div,.smd-steps article{padding:28px;border:1px solid #e0e6eb;border-radius:7px}.smd-auction-info b,.smd-steps b{font-size:42px;color:var(--smd-gold)}.smd-auction-info h3{margin:12px 0 5px}.smd-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.smd-steps h2{font-size:20px}.smd-steps p,.smd-auction-info p{font-size:14px;line-height:1.55;color:#536576}.smd-warning,.smd-checkout-warning{margin-top:32px;padding:24px;border:2px solid var(--smd-gold);background:#fff9ed}.smd-legal{max-width:900px;font-size:17px;line-height:1.8}.smd-footer{background:#071f38;color:#d9e3eb;padding:55px 24px 20px}.smd-footer>div{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px}.smd-footer h4{color:#fff;margin-top:0}.smd-footer a{display:block;color:#d9e3eb;text-decoration:none;margin:11px 0}.smd-footer .smd-logo{filter:brightness(0) invert(1);width:110px}.smd-footer p{line-height:1.55;font-size:14px}.smd-copyright{text-align:center;border-top:1px solid #ffffff1c;margin:40px auto 0!important;padding-top:20px;max-width:1240px}.woocommerce div.product,.woocommerce-cart .site-main,.woocommerce-checkout .site-main,.woocommerce-account .site-main{max-width:1240px;margin:auto;padding:50px 24px}.woocommerce span.onsale{background:var(--smd-gold)}.woocommerce button.button.alt,.woocommerce a.button.alt{background:var(--smd-blue)}
@media(max-width:980px){.smd-grid{grid-template-columns:repeat(2,1fr)}.smd-hero{grid-template-columns:1fr}.smd-hero-car{min-height:310px}.smd-steps,.smd-auction-info{grid-template-columns:repeat(2,1fr)}.smd-footer>div{grid-template-columns:repeat(2,1fr)}.smd-nav ul{overflow:auto}.smd-nav a{white-space:nowrap}}
@media(max-width:620px){.smd-brand span{display:none}.smd-logo{width:90px}.smd-top{padding:10px 16px}.smd-actions a{padding:9px}.smd-nav ul{padding:0 10px}.smd-nav a{padding:13px 11px;font-size:12px}.smd-hero{min-height:auto}.smd-hero-copy{padding:52px 22px 20px}.smd-hero h1{font-size:42px}.smd-hero-car{min-height:240px}.smd-search{margin:0;padding:16px}.smd-search form{display:block}.smd-search button{width:100%}.smd-section{padding:48px 18px}.smd-grid,.smd-split,.smd-steps,.smd-auction-info,.smd-footer>div{grid-template-columns:1fr}.smd-split{padding:0 18px 48px}.smd-heading{align-items:start;gap:12px}.smd-heading h2{font-size:28px}.smd-image{height:230px}.smd-title{padding:55px 20px}.smd-footer{padding:45px 20px 18px}}

/* SMD full-width page shell */
.page-header,.entry-title{display:none!important}.site-main,.page-content,.content-area{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}body.page .site-main>article{padding:0!important;margin:0!important}body.page .entry-content{margin:0!important}

/* Use the logo already applied precisely to the vehicle plate artwork. */
.smd-hero .smd-plate{display:none!important}
:root{--smd-blue:#063b73;--smd-navy:#072a50;--smd-gold:#c8994b;--smd-light:#f3f6f9;--smd-ink:#182b3d}.site-header,.site-footer{display:none!important}body{margin:0;color:var(--smd-ink);background:#fff;font-family:Arial,Helvetica,sans-serif}.smd-header{position:relative;z-index:30;background:#fff;box-shadow:0 2px 16px #071f3514}.smd-top{max-width:1240px;margin:auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.smd-brand{display:flex;align-items:center;gap:15px;text-decoration:none;color:var(--smd-blue)}.smd-logo{width:120px;height:55px;object-fit:contain}.smd-brand span{display:flex;flex-direction:column}.smd-brand b{font-size:18px;letter-spacing:.05em}.smd-brand small{color:#8b6935;font-weight:700;margin-top:3px}.smd-actions{display:flex;gap:10px}.smd-actions a{padding:10px 17px;color:var(--smd-blue);font-weight:700;text-decoration:none}.smd-actions .smd-signup{background:var(--smd-gold);color:white;border-radius:5px}.smd-nav{background:var(--smd-blue)}.smd-nav ul{max-width:1240px;margin:auto;padding:0 24px;display:flex;list-style:none}.smd-nav a{display:block;padding:16px 18px;color:#fff;text-decoration:none;font-size:14px;font-weight:700}.smd-nav a:hover{background:#0a4d91}.smd-page{min-height:55vh}.smd-hero{min-height:520px;background:linear-gradient(120deg,#062f5d 0%,#0a5594 65%,#d2a353 65%);color:#fff;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden}.smd-hero-copy{padding:70px max(24px,calc((100vw - 1240px)/2))}.smd-kicker,.smd-title>span,.smd-heading span,.smd-split span{font-size:12px;letter-spacing:.18em;font-weight:800;color:#e4b96f}.smd-hero h1{font-size:clamp(44px,6vw,76px);line-height:.98;margin:16px 0}.smd-hero p{font-size:18px;line-height:1.6;max-width:600px}.smd-hero-buttons{display:flex;gap:12px;margin-top:28px}.smd-hero-buttons a,.smd-view,.smd-search button{padding:14px 20px;background:var(--smd-gold);color:#fff;text-decoration:none;border:0;border-radius:4px;font-weight:800}.smd-hero-buttons .ghost{background:transparent;border:1px solid #ffffff80}.smd-hero-car{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.smd-hero-car>img{width:110%;max-width:760px;filter:drop-shadow(0 30px 22px #0005)}.smd-plate{position:absolute;left:50%;top:58%;transform:translate(-50%,-50%);background:#fff;border-radius:3px;padding:2px 8px}.smd-plate .smd-logo{width:70px;height:28px}.smd-search{max-width:1120px;margin:-34px auto 0;position:relative;z-index:4;padding:0 20px}.smd-search form{display:flex;background:white;padding:14px;box-shadow:0 12px 35px #0b29452b;border-radius:6px}.smd-search input{flex:1;border:0;padding:12px;font-size:16px;outline:none}.smd-section{max-width:1240px;margin:auto;padding:72px 24px}.smd-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.smd-heading h2,.smd-section>h2{font-size:34px;margin:7px 0}.smd-heading a{color:var(--smd-blue);font-weight:800;text-decoration:none}.smd-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.smd-card{border:1px solid #e0e6eb;background:#fff;border-radius:7px;overflow:hidden;transition:.2s}.smd-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px #092d4c18}.smd-image{display:block;height:205px;position:relative;background:#e7ebef;overflow:hidden}.smd-image>img{width:100%;height:100%;object-fit:cover}.smd-watermark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.42;filter:drop-shadow(0 0 2px #fff) drop-shadow(0 0 3px #fff)}.smd-watermark .smd-logo{width:90px;height:42px}.smd-status{position:absolute;top:12px;left:12px;padding:7px 10px;border-radius:3px;background:#1c9b67;color:#fff;font-size:11px;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.smd-reserved{background:#d88b20}.smd-sold{background:#bf3232}.smd-coming{background:#396a9c}.smd-card-body{padding:18px}.smd-card h3{font-size:17px;line-height:1.35;margin:0 0 10px}.smd-card h3 a{color:var(--smd-navy);text-decoration:none}.smd-price{font-size:20px;font-weight:900;color:var(--smd-blue);margin-bottom:13px}.smd-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.smd-meta span{font-size:11px;background:var(--smd-light);padding:6px}.smd-view{display:block;text-align:center;padding:10px}.smd-empty{grid-column:1/-1;text-align:center;padding:60px;background:var(--smd-light);border-radius:7px}.smd-split{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:1240px;margin:auto;padding:0 24px 72px}.smd-split a{min-height:230px;padding:42px;background:linear-gradient(135deg,var(--smd-navy),#0d5d9d);color:#fff;text-decoration:none;border-radius:8px}.smd-split a:last-child{background:linear-gradient(135deg,#9a6c25,var(--smd-gold))}.smd-split h2{font-size:34px;margin:10px 0}.smd-chips{display:flex;flex-wrap:wrap;gap:9px}.smd-chips a{padding:10px 14px;border:1px solid #ccd6df;border-radius:22px;text-decoration:none;color:var(--smd-blue);font-size:13px;font-weight:700;background:#fff}.smd-chips a:hover{background:var(--smd-blue);color:#fff}.smd-title{padding:75px max(24px,calc((100vw - 1240px)/2));background:linear-gradient(130deg,var(--smd-navy),var(--smd-blue));color:#fff}.smd-title h1{font-size:clamp(38px,5vw,62px);margin:12px 0}.smd-title p{max-width:760px;font-size:18px;line-height:1.6}.smd-space{margin-top:55px!important}.smd-filter-note{padding:16px 20px;background:#eef5fb;border-left:4px solid var(--smd-gold);margin-bottom:30px}.smd-auction-title{background:linear-gradient(130deg,#311e0d,#a86f27)}.smd-auction-info{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.smd-auction-info>div,.smd-steps article{padding:28px;border:1px solid #e0e6eb;border-radius:7px}.smd-auction-info b,.smd-steps b{font-size:42px;color:var(--smd-gold)}.smd-auction-info h3{margin:12px 0 5px}.smd-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.smd-steps h2{font-size:20px}.smd-steps p,.smd-auction-info p{font-size:14px;line-height:1.55;color:#536576}.smd-warning,.smd-checkout-warning{margin-top:32px;padding:24px;border:2px solid var(--smd-gold);background:#fff9ed}.smd-legal{max-width:900px;font-size:17px;line-height:1.8}.smd-footer{background:#071f38;color:#d9e3eb;padding:55px 24px 20px}.smd-footer>div{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px}.smd-footer h4{color:#fff;margin-top:0}.smd-footer a{display:block;color:#d9e3eb;text-decoration:none;margin:11px 0}.smd-footer .smd-logo{filter:brightness(0) invert(1);width:110px}.smd-footer p{line-height:1.55;font-size:14px}.smd-copyright{text-align:center;border-top:1px solid #ffffff1c;margin:40px auto 0!important;padding-top:20px;max-width:1240px}.woocommerce div.product,.woocommerce-cart .site-main,.woocommerce-checkout .site-main,.woocommerce-account .site-main{max-width:1240px;margin:auto;padding:50px 24px}.woocommerce span.onsale{background:var(--smd-gold)}.woocommerce button.button.alt,.woocommerce a.button.alt{background:var(--smd-blue)}
@media(max-width:980px){.smd-grid{grid-template-columns:repeat(2,1fr)}.smd-hero{grid-template-columns:1fr}.smd-hero-car{min-height:310px}.smd-steps,.smd-auction-info{grid-template-columns:repeat(2,1fr)}.smd-footer>div{grid-template-columns:repeat(2,1fr)}.smd-nav ul{overflow:auto}.smd-nav a{white-space:nowrap}}
@media(max-width:620px){.smd-brand span{display:none}.smd-logo{width:90px}.smd-top{padding:10px 16px}.smd-actions a{padding:9px}.smd-nav ul{padding:0 10px}.smd-nav a{padding:13px 11px;font-size:12px}.smd-hero{min-height:auto}.smd-hero-copy{padding:52px 22px 20px}.smd-hero h1{font-size:42px}.smd-hero-car{min-height:240px}.smd-search{margin:0;padding:16px}.smd-search form{display:block}.smd-search button{width:100%}.smd-section{padding:48px 18px}.smd-grid,.smd-split,.smd-steps,.smd-auction-info,.smd-footer>div{grid-template-columns:1fr}.smd-split{padding:0 18px 48px}.smd-heading{align-items:start;gap:12px}.smd-heading h2{font-size:28px}.smd-image{height:230px}.smd-title{padding:55px 20px}.smd-footer{padding:45px 20px 18px}}

/* SMD full-width page shell */
.page-header,.entry-title{display:none!important}.site-main,.page-content,.content-area{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}body.page .site-main>article{padding:0!important;margin:0!important}body.page .entry-content{margin:0!important}
