:root{--navy:#071d33;--navy2:#102941;--blue:#2878e8;--blue2:#175eae;--ink:#111b27;--muted:#647181;--pale:#f3f6f9;--line:#dce3ea;--white:#fff;--shell:min(1280px,calc(100% - 48px));--shadow:0 16px 40px rgba(10,35,59,.1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.skip{position:absolute;left:-999px}.skip:focus{left:12px;top:12px;z-index:1000;background:#fff;padding:10px}.shell{width:var(--shell);margin-inline:auto}.contact-bar{height:34px;color:#dbe6f1;background:#061728;font-size:12px}.contact-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.contact-inner div{display:flex;gap:25px}.site-header{position:relative;z-index:40;background:var(--navy)}.nav-wrap{height:72px;background:rgba(7,29,51,.98)}.nav-inner{height:100%;display:flex;align-items:center}.brand{width:158px;margin-right:auto}.brand img{width:158px;height:48px;object-fit:contain;filter:brightness(0) invert(1)}.main-nav{display:flex;align-items:center;gap:30px;height:100%;color:#fff;font-size:14px}.main-nav>a:not(.button),.nav-group>button{border:0;background:none;color:inherit;padding:26px 0;white-space:nowrap;cursor:pointer}.main-nav a.current:not(.button){color:#5da0ff}.nav-group{height:100%;position:relative}.submenu{display:none;position:absolute;top:66px;left:-18px;width:190px;background:#fff;color:var(--ink);box-shadow:var(--shadow);padding:8px;border-radius:8px}.submenu a{display:block;padding:10px 12px;border-radius:5px}.submenu a:hover{background:var(--pale);color:var(--blue)}.nav-group:hover .submenu{display:block}.button{display:inline-flex;min-height:46px;padding:0 25px;align-items:center;justify-content:center;border:1px solid var(--blue);border-radius:5px;background:var(--blue);color:#fff;font-weight:700;font-size:14px;letter-spacing:.01em;transition:.2s}.button:hover{background:var(--blue2);border-color:var(--blue2);transform:translateY(-1px)}.button.ghost{background:rgba(7,29,51,.2);border-color:rgba(255,255,255,.65);color:#fff}.button.outline{background:#fff;border-color:#b8c5d3;color:#26384a}.button.white{background:#fff;border-color:#fff;color:var(--navy)}.nav-cta{min-height:44px;margin-left:2px}.menu-toggle{display:none}.eyebrow{margin:0 0 12px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.16em}.eyebrow.light{color:#8cbcff}h1,h2,h3,p{margin-top:0}h1{font-size:54px;line-height:1.05;letter-spacing:-.035em}h2{font-size:38px;line-height:1.12;letter-spacing:-.025em}h3{font-size:21px;line-height:1.25}p{color:var(--muted)}.hero{position:relative;color:#fff}.home-hero{height:610px;background:url("home-hero-clean.png") center/cover no-repeat}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,18,32,.25),rgba(3,18,32,.12) 48%,rgba(3,18,32,.5))}.hero-center{position:absolute;left:50%;top:49%;width:min(880px,90%);transform:translate(-50%,-50%);text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.35)}.hero-center h1{margin-bottom:18px}.hero-center p:not(.eyebrow){color:#edf4fb;font-size:18px}.actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.hero-center .actions{justify-content:center}.section{padding:92px 0}.section.compact{padding:34px 0}.section.pale{background:var(--pale)}.sourcing-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.sourcing-tile{position:relative;min-height:238px;border-radius:12px;overflow:hidden;color:#fff;background:linear-gradient(90deg,rgba(5,20,35,.9),rgba(5,20,35,.25)),var(--tile) center/cover}.sourcing-tile span{position:absolute;inset:0;padding:45px;display:flex;align-items:flex-start;flex-direction:column}.sourcing-tile b{font-size:28px}.sourcing-tile small{margin-top:7px;font-size:16px}.sourcing-tile em{margin-top:auto;color:#fff;font-style:normal;font-weight:700}.dark-band{padding:88px 0;background:var(--navy);color:#fff}.dark-band p{color:#b6c3cf}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.stats-intro .button{margin-top:12px}.stat-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(255,255,255,.08)}.stat-grid div{min-height:125px;padding:27px 32px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column}.stat-grid strong{color:#3f8dff;font-size:42px;line-height:1}.stat-grid span{color:#b9c4cf}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:38px}.section-head h2,.center-head h2{margin-bottom:0}.text-link{color:var(--blue);font-weight:700}.advantage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.adv-card{min-height:390px;border-radius:13px;padding:30px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:linear-gradient(180deg,rgba(4,22,38,.15),rgba(4,22,38,.92)),var(--bg) center/cover;overflow:hidden}.adv-card img{width:54px;height:54px;object-fit:contain;margin-bottom:23px;filter:brightness(0) invert(1)}.adv-card h3{margin:0;font-size:24px}.mini-process{display:grid;grid-template-columns:repeat(8,1fr);position:relative}.mini-process:before{content:"";position:absolute;left:5%;right:5%;top:25px;height:2px;background:#bfcddd}.mini-process div{text-align:center;position:relative}.mini-process i{position:relative;z-index:1;display:grid;place-items:center;width:52px;height:52px;margin:0 auto 17px;border-radius:50%;background:var(--blue);color:#fff;font-style:normal;font-weight:bold}.mini-process b{display:block;font-size:13px}.two-feeds{display:grid;grid-template-columns:1fr 1fr;gap:55px}.two-feeds .section-head{margin-bottom:22px}.project-strip{display:grid;grid-template-columns:46% 1fr;border:1px solid var(--line);border-radius:12px;overflow:hidden;min-height:230px}.project-strip img{width:100%;height:100%;object-fit:cover}.project-strip>div{padding:27px}.tag{display:inline-block;color:var(--blue);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.insight-list{display:grid;gap:16px}.insight-list a{display:grid;grid-template-columns:160px 1fr;gap:18px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:16px}.insight-list img{width:160px;height:100px;object-fit:cover;border-radius:8px}.insight-list small{display:block;color:var(--blue);margin-bottom:5px}.quote-split{display:grid;grid-template-columns:1fr 1.08fr;min-height:580px;background:#0f4165}.quote-image{background:url("quote-export-banner.png") center/cover}.quote-panel{padding:70px max(40px,calc((100vw - 1280px)/2));padding-left:65px;color:#fff}.quote-panel h2{font-size:44px}.mini-form,.full-form{display:grid;grid-template-columns:1fr 1fr;gap:17px}.mini-form label,.full-form label{font-size:12px;font-weight:700}.mini-form input,.mini-form textarea,.full-form input,.full-form select,.full-form textarea{width:100%;height:48px;margin-top:6px;border:0;border-radius:5px;background:#f1f6fb;padding:11px}.mini-form textarea,.full-form textarea{height:94px;resize:vertical}.wide{grid-column:1/-1}.subhero{min-height:500px;color:#fff;display:flex;align-items:center;background-position:center;background-size:cover;position:relative}.subhero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,35,.9),rgba(3,20,35,.55) 50%,rgba(3,20,35,.15))}.subhero .shell{position:relative}.subhero h1{max-width:790px}.subhero p:not(.eyebrow){max-width:650px;color:#dce6ef;font-size:17px}.new-hero{background-image:url("new-vehicles-hero-v12.jpg")}.used-hero{background-image:url("used-vehicle-inspection-hero-v12.jpg")}.projects-hero{background-image:url("projects-roro-hero-v12.jpg")}.insights-hero{background-image:url("insights-port-hero-v12.jpg")}.about-hero{background-image:url("about-buying-office-v12.jpg")}.request-hero{background-image:url("request-showroom-hero-v12.jpg")}.center-head{text-align:center;max-width:760px;margin:0 auto 44px}.center-head.light h2{color:#fff}.logo-wall{display:grid;grid-template-columns:repeat(10,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.logo-wall div{min-height:104px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;place-items:center;padding:13px;position:relative}.logo-wall img{max-height:39px;max-width:65px}.logo-wall span{font-size:9px;text-transform:uppercase;color:#7b8793}.process-band{background:#0b2b48}.four-steps{display:grid;grid-template-columns:repeat(4,1fr)}.four-steps>div{padding:34px;border-left:1px solid rgba(255,255,255,.13)}.four-steps i{display:block;margin-bottom:55px;color:#4696ff;font-size:26px;font-style:normal;font-weight:bold}.four-steps p{font-size:14px}.feature-split{gap:70px}.feature-photo{min-height:470px;border-radius:12px;background-size:cover;background-position:center}.new-detail{background-image:url("category-new-cars.jpg")}.used-detail{background-image:url("used-vehicle-sprite.jpg")}.about-detail{background-image:url("vehicle-lineup.webp");background-color:#edf2f7;background-size:90%;background-repeat:no-repeat}.check-list{list-style:none;padding:0;margin:25px 0 32px}.check-list li{padding:12px 0 12px 31px;border-bottom:1px solid var(--line);position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:#25a363;font-weight:bold}.service-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-columns>div{padding:40px;background:#fff;border-top:3px solid var(--blue);box-shadow:var(--shadow)}.service-columns span{color:#adc5df;font-size:44px;font-weight:bold}.cta{padding:62px max(24px,calc((100vw - 1280px)/2));background:linear-gradient(110deg,#0d3151,#145789);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:35px}.cta h2{margin-bottom:8px}.cta p:not(.eyebrow){margin-bottom:0;color:#c9d8e5}.trust-points{display:flex;gap:28px;margin-top:28px}.trust-points span{font-weight:bold}.vehicle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.vehicle-grid article{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 9px 25px rgba(10,35,59,.07)}.vehicle-grid article>div:last-child{padding:24px}.vehicle-grid h3{margin-bottom:5px}.vehicle-grid p{margin-bottom:10px}.vehicle-grid small{display:block;min-height:42px;color:#7b8795}.vehicle-grid .button{width:100%;margin-top:18px}.vehicle-image{height:225px;background:url("used-vehicle-sprite.jpg") var(--pos)/300% 200%;position:relative}.vehicle-image span{position:absolute;left:14px;top:14px;background:var(--blue);color:#fff;padding:7px 10px;border-radius:4px;font-size:11px;font-weight:bold}.inspection-table{background:#fff;color:var(--ink);border-radius:12px;overflow:hidden}.inspection-table div{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:25px;padding:27px 34px;border-bottom:1px solid var(--line)}.inspection-table em{color:var(--muted);font-style:normal}.split-hero{display:grid;grid-template-columns:.9fr 1.1fr;min-height:560px}.split-copy{padding:105px max(45px,calc((100vw - 1280px)/2));padding-right:75px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.split-copy p:not(.eyebrow){font-size:17px}.split-visual{background-position:center;background-size:cover}.how-photo{background-image:url("how-buying-process-v12.jpg")}.route-process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}.route-process>div{min-height:185px;background:#fff;border:1px solid var(--line);padding:25px;border-radius:9px;position:relative}.route-process i{display:inline-grid;place-items:center;width:42px;height:42px;background:#e7f1ff;color:var(--blue);border-radius:50%;font-style:normal;font-weight:bold}.route-process h3{margin:22px 0 7px}.route-process p{font-size:13px;margin:0}.role-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.role-grid>div{padding:42px;border:1px solid var(--line);border-radius:12px}.approval-strip{background:#123b64;color:#fff;padding:55px 0}.approval-strip .shell>div{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.approval-strip span{padding:20px;border:1px solid rgba(255,255,255,.2);border-radius:8px}.approval-strip span b{display:inline-grid;place-items:center;width:28px;height:28px;margin-right:10px;background:var(--blue);border-radius:50%}.approval-strip p{color:#c8d5e0}.simple-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.simple-cards>div{padding:34px;background:#fff;border:1px solid var(--line);border-radius:10px}.simple-cards b{font-size:18px}.simple-cards p{font-size:14px;margin:10px 0 0}.pricing{border:1px solid var(--line);border-radius:10px;overflow:hidden}.pricing div{display:flex;justify-content:space-between;padding:24px 28px;border-bottom:1px solid var(--line)}.pricing b{color:var(--blue)}.featured-project{display:grid;grid-template-columns:1.25fr 1fr;min-height:480px;border-radius:12px;overflow:hidden;background:var(--navy);color:#fff}.featured-project>img{width:100%;height:100%;object-fit:cover}.featured-project>div{padding:55px}.featured-project p{color:#bdc9d4}.featured-project dl div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.14)}.featured-project dt{color:#8eabc5}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.project-grid article{display:grid;grid-template-columns:48% 1fr;background:#fff;border-radius:11px;overflow:hidden;border:1px solid var(--line)}.project-grid img{width:100%;height:100%;min-height:290px;object-fit:cover}.project-grid article>div{padding:30px}.project-grid a,.lead-story a,.side-stories a{color:var(--blue);font-weight:bold}.pagination{display:flex;justify-content:center;gap:10px;margin-top:40px}.pagination>*{min-width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:5px;color:#6d7883}.pagination .active{background:var(--blue);border-color:var(--blue);color:#fff}.selected-insights{display:grid;grid-template-columns:1.45fr .8fr;gap:25px}.lead-story{position:relative;min-height:540px;border-radius:12px;overflow:hidden;color:#fff}.lead-story:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,20,35,.94),transparent 70%)}.lead-story img{position:absolute;width:100%;height:100%;object-fit:cover}.lead-story>div{position:absolute;z-index:1;bottom:0;padding:42px}.lead-story p{color:#dae3ec}.side-stories{display:grid;gap:24px}.side-stories article{display:grid;grid-template-columns:42% 1fr;border:1px solid var(--line);border-radius:10px;overflow:hidden}.side-stories img{width:100%;height:100%;object-fit:cover}.side-stories div{padding:24px}.tabs{display:flex;gap:35px;border-bottom:1px solid var(--line);margin-bottom:32px}.tabs a{padding:0 0 13px;color:#687582}.tabs a.active{color:var(--blue);border-bottom:2px solid var(--blue)}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.news-grid article{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.news-grid img{width:100%;height:225px;object-fit:cover}.news-grid article>div{padding:26px}.news-grid span{color:var(--blue);font-size:12px;font-weight:bold}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.team-grid article{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.team-grid img{width:100%;aspect-ratio:1/1;object-fit:cover}.team-grid h3{margin:18px 20px 5px}.team-grid p{margin:0 20px 22px}.principles>div{display:grid;grid-template-columns:70px 1fr;align-items:center;border-bottom:1px solid rgba(255,255,255,.15);padding:19px 0}.principles b{color:#4b94f7;font-size:24px}.contact-methods .shell{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:-70px;position:relative;z-index:2}.contact-methods a{background:#fff;box-shadow:var(--shadow);border-radius:10px;padding:27px;display:flex;flex-direction:column}.contact-methods b{font-size:19px}.contact-methods span{color:var(--muted)}.request-layout{display:grid;grid-template-columns:1fr 330px;gap:30px;align-items:start}.request-card,.request-aside{background:#fff;border-radius:12px;padding:42px;box-shadow:0 10px 35px rgba(10,35,59,.08)}.request-aside{padding:30px}.contact-box{background:var(--navy);color:#fff;padding:25px;border-radius:8px;margin-top:28px}.contact-box p{color:#bdc9d4}.contact-box .button{width:100%}.trust-strip{padding:28px 0;background:var(--navy);color:#fff}.trust-strip .shell{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{font-weight:bold;cursor:pointer}.faq details p{margin:12px 0 0}.floating-tools{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:30;background:#fff;border-radius:10px;box-shadow:var(--shadow);overflow:hidden}.floating-tools a{width:82px;height:76px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:1px solid var(--line);color:var(--blue);font-size:11px}.floating-tools b{font-size:18px}.floating-tools a:hover{background:var(--blue);color:#fff}.site-footer{padding:70px 0 25px;background:#061728;color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.footer-grid img{width:165px;filter:brightness(0) invert(1);margin-bottom:20px}.footer-grid p,.footer-grid span{color:#8fa1b2}.footer-grid h3{font-size:15px}.footer-grid a,.footer-grid span{display:block;margin:9px 0;font-size:13px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:22px;color:#7f92a3;font-size:11px}.muted{color:var(--muted)}
@media(max-width:1050px){.main-nav{gap:18px}.logo-wall{grid-template-columns:repeat(8,1fr)}.mini-process{grid-template-columns:repeat(4,1fr);gap:24px}.mini-process:before{display:none}.advantage-grid{grid-template-columns:repeat(2,1fr)}.simple-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){:root{--shell:min(100% - 30px,1280px)}h1{font-size:39px}h2{font-size:31px}.contact-bar{display:none}.nav-wrap{height:66px}.brand{width:135px}.brand img{width:135px}.menu-toggle{display:block;border:0;background:none;color:#fff;font-size:25px}.main-nav{display:none;position:absolute;top:66px;left:0;right:0;height:auto;padding:15px;background:var(--navy);flex-direction:column;align-items:stretch;gap:0}.main-nav.open{display:flex}.main-nav>a:not(.button),.nav-group>button{width:100%;padding:12px;text-align:left}.nav-group{height:auto}.submenu{position:static;display:block;background:transparent;color:#fff;box-shadow:none;padding-left:20px}.nav-cta{margin:10px 0}.home-hero{height:570px}.hero-center h1 br{display:none}.section{padding:65px 0}.sourcing-grid,.split,.two-feeds,.quote-split,.split-hero,.featured-project,.selected-insights,.request-layout,.faq{grid-template-columns:1fr}.quote-image{min-height:340px}.quote-panel{padding:55px 25px}.advantage-grid,.service-columns,.vehicle-grid,.news-grid,.team-grid,.project-grid{grid-template-columns:repeat(2,1fr)}.logo-wall{grid-template-columns:repeat(5,1fr)}.four-steps{grid-template-columns:repeat(2,1fr)}.route-process{grid-template-columns:repeat(2,1fr)}.inspection-table div{grid-template-columns:1fr}.split-visual{min-height:420px}.split-copy{padding:70px 30px}.cta{align-items:flex-start;flex-direction:column}.contact-methods .shell{grid-template-columns:1fr;margin-top:-35px}.trust-strip .shell{grid-template-columns:repeat(2,1fr);gap:18px}.footer-grid{grid-template-columns:1fr 1fr}.floating-tools{right:8px}.floating-tools a{width:52px;height:52px}.floating-tools span{display:none}}
@media(max-width:540px){h1{font-size:33px}.hero-center p:not(.eyebrow){font-size:15px}.sourcing-grid,.advantage-grid,.service-columns,.vehicle-grid,.news-grid,.team-grid,.project-grid,.role-grid,.simple-cards{grid-template-columns:1fr}.sourcing-tile{min-height:210px}.adv-card{min-height:330px}.stat-grid{grid-template-columns:1fr 1fr}.stat-grid div{padding:22px 18px}.mini-process,.route-process{grid-template-columns:repeat(2,1fr)}.two-feeds .section-head{align-items:flex-start;flex-direction:column}.project-strip,.project-grid article{grid-template-columns:1fr}.project-strip img{height:210px}.logo-wall{grid-template-columns:repeat(3,1fr)}.four-steps{grid-template-columns:1fr}.four-steps i{margin-bottom:20px}.full-form,.mini-form{grid-template-columns:1fr}.wide{grid-column:auto}.request-card{padding:28px 20px}.tabs{overflow:auto;gap:25px}.tabs a{white-space:nowrap}.trust-points{gap:12px;flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}}
.used-detail{background-image:url("used-vehicle-inspection-hero-v12.jpg")}
@media(max-width:540px){.route-process{grid-template-columns:repeat(2,minmax(0,1fr))}.route-process>div{min-width:0;padding:20px 16px}.route-process h3{font-size:17px;overflow-wrap:anywhere}}
.vehicle-image{height:auto;aspect-ratio:16/9;background:none;overflow:hidden}
.vehicle-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.vehicle-image span{z-index:1}
.vehicle-image em{position:absolute;right:12px;bottom:10px;z-index:1;padding:6px 9px;border-radius:4px;background:#fff;color:#1ca458;font-size:10px;font-style:normal;font-weight:700;box-shadow:0 3px 10px rgba(7,29,51,.14)}
.vehicle-grid article>div:last-child{display:flex;min-height:340px;flex-direction:column}
.vehicle-grid h3{margin-bottom:4px}
.vehicle-price{color:#183f91;font-weight:800}
.vehicle-price-link{margin-bottom:15px;color:var(--blue);font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:5px}
.vehicle-grid ul{list-style:none;margin:0 0 20px;padding:0;color:#66758a;font-size:13px}
.vehicle-grid li{margin:8px 0}
.vehicle-grid li::first-letter{color:#1ca458}
.vehicle-whatsapp{margin-top:auto!important;background:#1e438c;border-color:#1e438c}
@media(max-width:820px){.vehicle-grid article>div:last-child{min-height:330px}}
/* Strict local parity layer. The approved visual references are the source of truth. */
:root{--parity-shell:min(1280px,calc(100% - 72px))}
.shell{width:var(--parity-shell)}
body{background:#fff;color:#0c2244}
h1,h2,h3{color:inherit;text-wrap:balance}
p{color:#5e6c80;text-wrap:pretty}
.section{padding:72px 0}
.section.compact{padding:42px 0}
.center-head{margin-bottom:30px}
.section-head{margin-bottom:28px}

/* Route-specific header treatment from the approved visuals. */
body:not([data-route="home"]):not([data-route="how"]) .nav-wrap{background:#fff;border-bottom:1px solid #dbe4ef}
body:not([data-route="home"]):not([data-route="how"]) .brand img{filter:none}
body:not([data-route="home"]):not([data-route="how"]) .main-nav{color:#0b2850}
body:not([data-route="home"]):not([data-route="how"]) .nav-group>button{color:#0b2850}
body:not([data-route="home"]):not([data-route="how"]) .submenu{color:#0b2850}
.main-nav>a.current:not(.button){border-bottom:3px solid #2878e8;color:#2878e8}
.brand{width:190px}.brand img{width:190px}
.nav-cta{margin-left:8px}

/* Home */
.parity-home-hero{height:calc(100svh - 106px);min-height:610px;background-position:center}
.parity-home-hero .hero-center{top:48%}
.parity-home-hero .hero-center h1{font-size:clamp(42px,4.1vw,64px)}
.parity-home-hero .hero-shade{background:linear-gradient(180deg,rgba(3,18,32,.14),rgba(3,18,32,.28))}
.sourcing-tile span{padding:38px}
.sourcing-tile em.button{margin-top:auto;min-height:48px;font-size:14px}
.parity-home-models{padding-top:30px}
.parity-three-models .vehicle-image{aspect-ratio:1.58}
.parity-about-band{padding:56px 0}
.parity-about-band .split{grid-template-columns:.8fr 1.2fr}
.parity-about-band .stat-grid div{min-height:105px}
.parity-about-band .stat-grid strong{font-size:38px}
.parity-home-route{padding:45px 0}
.parity-process-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.parity-process-cards div{display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto;padding:16px;border:1px solid #dbe4ef;border-radius:8px;background:#fff}
.parity-process-cards i{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border:2px solid #2878e8;border-radius:9px;color:#2878e8;font-style:normal;font-weight:800}
.parity-process-cards b{font-size:14px}.parity-process-cards small{color:#758296}
.parity-home-feeds{padding-top:18px}
.parity-feed-columns{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.parity-feed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.parity-feed-grid article{border:1px solid #dbe4ef;border-radius:7px;overflow:hidden;background:#fff}
.parity-feed-grid img{width:100%;aspect-ratio:1.5;object-fit:cover}
.parity-feed-image{display:block;width:100%;aspect-ratio:1.5;background:#edf2f7 center/cover no-repeat}
.parity-feed-grid h3{min-height:58px;margin:12px 12px 5px;font-size:14px}
.parity-feed-grid time{display:block;margin:0 12px 13px;color:#7b8796;font-size:11px}
.quote-split{min-height:570px}
.quote-panel{padding-top:45px;padding-bottom:45px}
.mini-form select{width:100%;height:48px;margin-top:6px;border:0;border-radius:5px;background:#f1f6fb;padding:11px}

/* Shared hero backgrounds */
.parity-new-hero{background-image:linear-gradient(90deg,rgba(4,25,49,.94),rgba(4,25,49,.36)),url("new-vehicles-hero-v12.jpg")}
.parity-used-hero{background-image:linear-gradient(90deg,rgba(4,25,49,.94),rgba(4,25,49,.25)),url("used-vehicle-inspection-hero-v12.jpg")}
.parity-projects-hero{background-image:linear-gradient(90deg,rgba(4,25,49,.94),rgba(4,25,49,.20)),url("projects-roro-hero-v12.jpg")}
.parity-insights-hero{background-image:linear-gradient(90deg,rgba(4,25,49,.94),rgba(4,25,49,.20)),url("insights-port-hero-v12.jpg")}
.parity-request-hero{background-image:linear-gradient(90deg,rgba(4,25,49,.94),rgba(4,25,49,.24)),url("request-showroom-hero-v12.jpg")}
.parity-new-hero:before,.parity-used-hero:before,.parity-projects-hero:before,.parity-insights-hero:before,.parity-request-hero:before{display:none}
.subhero{min-height:470px}

/* New vehicles */
.parity-brand-section{padding-bottom:30px}
.brand-group-title{margin:28px 0 14px;color:#1762cf;font-size:17px}
.parity-logo-wall{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.parity-logo-wall>div{height:72px;display:flex;align-items:center;justify-content:center;gap:15px;border:1px solid #dbe4ef;border-radius:7px;background:#fff}
.parity-logo-wall img{max-width:70px;max-height:34px}
.parity-logo-wall span{text-transform:uppercase;font-size:12px;font-weight:700}
.brand-text-mark{font-size:18px;letter-spacing:.02em;color:#142845}
.parity-clear-process{padding-top:34px;padding-bottom:44px}
.parity-four-process{display:grid;grid-template-columns:repeat(4,1fr);position:relative}
.parity-four-process:before{content:"";position:absolute;left:9%;right:9%;top:21px;border-top:1px dashed #9cb9e2}
.parity-four-process>div{position:relative;text-align:center;padding:0 25px;border-right:1px solid #dbe4ef}
.parity-four-process>div:last-child{border-right:0}
.parity-four-process i{position:relative;z-index:1;display:grid;place-items:center;width:42px;height:42px;margin:0 auto 34px;border-radius:50%;background:#1255ba;color:#fff;font-style:normal;font-weight:800}
.parity-four-process b{display:block}.parity-four-process p{font-size:13px}
.parity-send-panel{display:grid;grid-template-columns:.72fr 1.28fr;border:1px solid #dbe4ef;border-radius:10px;overflow:hidden}
.parity-send-panel>div{padding:34px}.parity-send-panel>img{width:100%;height:100%;min-height:300px;object-fit:cover}
.parity-export-band{padding:28px 36px;border-radius:10px;background:linear-gradient(110deg,#082a58,#0a4a90);color:#fff;text-align:center}
.parity-export-band>div{display:grid;grid-template-columns:repeat(3,1fr)}
.parity-export-band article{padding:18px 30px;text-align:left;border-right:1px solid rgba(255,255,255,.25)}
.parity-export-band article:last-child{border-right:0}.parity-export-band p{color:#dce7f2;font-size:13px}
.parity-map-cta{padding:24px 36px 10px;text-align:center;background:#f6f9fd}
.parity-map-cta>div{width:min(760px,100%);margin:auto;padding:25px 50px;border-radius:10px;background:#072d63;color:#fff}
.parity-map-cta .actions{justify-content:center}.parity-map-cta p{color:#dbe7f3}
.parity-map-cta.light>div{background:transparent;color:#0c2244}
.parity-map-cta.light p{color:#5e6c80}

/* Used vehicles */
.parity-used-hero .shell{padding-top:18px}
.vehicle-grid{gap:20px}
.vehicle-grid article>div:last-child{min-height:340px;padding:22px}
.vehicle-grid ul{flex:0 0 auto}
.parity-check-panel{display:grid;grid-template-columns:1fr 1.1fr;border:1px solid #dbe4ef;border-radius:10px;overflow:hidden}
.parity-check-panel>img{width:100%;height:100%;object-fit:cover}
.parity-check-panel>div{padding:34px}
.parity-check-panel article{padding:12px 0;border-bottom:1px solid #dbe4ef}
.parity-check-panel article p{margin:4px 0;font-size:13px}
.parity-condition-band{padding:42px 0;background:linear-gradient(100deg,#062958,#0a4f96);color:#fff}
.parity-condition-band .center-head{margin-bottom:18px}
.parity-condition-band .center-head p{color:#d5e3ef}
.parity-condition-band .shell>div:last-child{display:grid;grid-template-columns:repeat(3,1fr)}
.parity-condition-band article{padding:22px 38px;border-right:1px solid rgba(255,255,255,.25)}
.parity-condition-band article:last-child{border:0}.parity-condition-band p{color:#d8e3ed;font-size:13px}
.parity-inspection-rows{border:1px solid #dbe4ef;border-radius:9px}
.parity-inspection-rows article{display:grid;grid-template-columns:58px 1fr 1fr;gap:20px;align-items:center;padding:22px;border-bottom:1px solid #dbe4ef}
.parity-inspection-rows article:last-child{border:0}
.parity-inspection-rows i{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#1263db;color:#fff;font-style:normal}
.parity-inspection-rows p,.parity-inspection-rows li{font-size:13px}.parity-inspection-rows ul{list-style:"✓  ";color:#288b53}
.parity-inline-cta{padding:24px 0;background:#edf4ff}
.parity-inline-cta .shell{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:18px 24px;border-radius:9px}
.parity-inline-cta h2{margin-bottom:4px;font-size:25px}.parity-inline-cta p{margin:0}
.parity-inline-cta.dark{background:#fff}.parity-inline-cta.dark .shell{background:#082b5b;color:#fff}.parity-inline-cta.dark p{color:#d3deea}

/* How it works */
.parity-how-hero{display:grid;grid-template-columns:.96fr 1.04fr;min-height:580px;background:linear-gradient(120deg,#061e40,#073d78);color:#fff}
.parity-how-copy{padding:95px max(52px,calc((100vw - 1280px)/2));padding-right:60px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.parity-how-copy p:not(.eyebrow){color:#d7e2ee;font-size:18px}
.parity-how-scenes{display:grid;grid-template-rows:repeat(3,1fr)}
.parity-how-scenes>div{position:relative;background:linear-gradient(90deg,rgba(3,20,40,.3),rgba(3,20,40,.12)),var(--scene) center/cover}
.parity-how-scenes span{position:absolute;left:45px;bottom:28px;padding-left:20px;border-left:3px solid #fff;font-weight:700}
.parity-route-section{background:#eef5fd}
.parity-route{display:grid;grid-template-columns:repeat(4,1fr);position:relative;padding:25px 0;border:4px solid #1767de;border-left-width:3px;border-radius:44px 44px 0 44px}
.parity-route article{text-align:center;padding:0 28px;min-height:190px}
.parity-route i{display:grid;place-items:center;width:46px;height:46px;margin:-50px auto 25px;border-radius:50%;background:#1767de;color:#fff;font-style:normal;font-weight:800}
.parity-route h3{font-size:17px}.parity-route p{font-size:13px}
.parity-route article:nth-child(n+5){display:flex;flex-direction:column;justify-content:flex-end}
.parity-route article:nth-child(n+5) i{order:3;margin:22px auto -50px}
.parity-roles{display:grid;grid-template-columns:.8fr 1.2fr;border:1px solid #dbe4ef;border-radius:9px;overflow:hidden}
.parity-roles>div{padding:34px}.parity-roles>div:last-child{background:#072b5d;color:#fff}.parity-roles>div:last-child p{color:#d8e3ed}
.parity-gates{padding:30px 0;background:linear-gradient(110deg,#062857,#0b4a90);color:#fff;text-align:center}
.parity-gates .shell>div{display:grid;grid-template-columns:repeat(3,1fr)}
.parity-gates article{display:grid;grid-template-columns:85px 1fr;text-align:left;padding:15px 30px;border-right:1px solid rgba(255,255,255,.25)}
.parity-gates strong{font-size:46px;color:#2380ff}.parity-gates span{display:flex;flex-direction:column}.parity-gates p{margin:10px 0 0;color:#d7e1ea}
.parity-fee-table{border:1px solid #cfdbea;border-radius:8px;overflow:hidden}
.parity-fee-table>div{display:grid;grid-template-columns:.8fr 1.3fr .55fr;border-bottom:1px solid #dbe4ef}
.parity-fee-table>div>*{padding:17px 24px;border-right:1px solid #dbe4ef}
.parity-fee-table strong{color:#0a5ad1;text-align:center;font-size:20px}.parity-fee-table small{display:block;color:#758296;font-size:11px}
.center-note{text-align:center;font-size:12px}
.parity-receive{display:grid;grid-template-columns:repeat(4,1fr)}
.parity-receive article{text-align:center;padding:16px}
.parity-receive i{display:grid;place-items:center;width:28px;height:28px;margin:0 auto 15px;border-radius:50%;background:#1767de;color:#fff;font-style:normal}
.parity-receive b{display:block}.parity-receive p{font-size:12px}

/* Projects */
.parity-feature-project{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);margin-top:28px;border:1px solid #dbe4ef;border-radius:9px;overflow:hidden;background:#fff}
.parity-feature-project>img{width:100%;height:100%;min-height:480px;max-height:540px;object-fit:cover;object-position:center}
.parity-feature-project>div{display:flex;flex-direction:column;justify-content:center;padding:52px}
.parity-feature-project>div h2{margin:12px 0 22px;font-size:40px}
.parity-feature-project>div time{margin:10px 0 4px;color:#102a4d;font-weight:700;font-variant-numeric:tabular-nums}
.parity-feature-project>div p{max-width:48ch}
.featured-route{display:flex;align-items:center;gap:15px;color:#52647a;font-weight:700}
.featured-route span{color:#2878e8}
.subsection-title{margin-top:36px}
.parity-project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.parity-project-grid article{padding-bottom:24px;border:1px solid #dbe4ef;border-radius:8px;overflow:hidden}
.parity-project-grid img{width:100%;aspect-ratio:2.2;object-fit:cover}
.parity-project-grid h3,.parity-project-grid p,.parity-project-grid time,.parity-project-grid a{display:block;margin-left:20px;margin-right:20px}
.parity-project-grid h3{margin-top:18px;margin-bottom:6px}.parity-project-grid p{margin-bottom:5px}.parity-project-grid time{color:#778597;font-size:12px}.parity-project-grid a{margin-top:12px;color:#1767de;font-weight:700}
.parity-project-approval{padding:42px 0;background:#062b5c;color:#fff;text-align:center}
.parity-project-approval .shell>div{display:grid;grid-template-columns:repeat(3,1fr)}
.parity-project-approval article{padding:20px 45px;border-right:1px solid rgba(255,255,255,.25)}
.parity-project-approval p{color:#d5e2ed;font-size:13px}

/* Insights */
.parity-selected-insight{display:grid;grid-template-columns:1.18fr .72fr .62fr;margin:18px 0 30px;border:1px solid #dbe4ef;border-radius:9px;overflow:hidden}
.parity-selected-insight>img{width:100%;height:100%;min-height:390px;object-fit:cover}
.parity-selected-insight>div{padding:32px}.parity-selected-insight>div time{display:block;margin:30px 0;color:#65758a}
.parity-selected-insight a,.parity-six-news a{color:#1767de;font-weight:700}
.parity-selected-insight aside{padding:18px;background:#f5f7fa}
.parity-selected-insight aside article{display:grid;grid-template-columns:86px 1fr;gap:14px;padding:10px 0;border-bottom:1px solid #dbe4ef}
.parity-selected-insight aside img{width:86px;height:110px;object-fit:cover}.parity-selected-insight aside h3{font-size:14px}.parity-selected-insight aside span{color:#1767de;font-size:10px;font-weight:700}
.parity-six-news article>div{position:relative}.parity-six-news time{float:right;color:#778597;font-size:11px}.parity-six-news a{font-size:13px}

/* About */
.parity-about-hero{display:grid;grid-template-columns:.86fr 1.14fr;min-height:550px;background:#edf5ff}
.parity-about-hero>div{padding:90px max(48px,calc((100vw - 1280px)/2));padding-right:60px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.parity-about-hero>img{width:100%;height:100%;object-fit:cover}
.parity-story{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center;margin-bottom:55px}
.parity-story img{width:100%;border-radius:10px}
.parity-coord i{display:block;margin-bottom:20px;color:#1767de;font-size:40px;font-style:normal}
.parity-team-route{padding:44px 0;background:linear-gradient(110deg,#063068,#0b56a3);color:#fff;text-align:center}
.parity-team-route .shell>div{display:flex;align-items:center;justify-content:space-around}
.parity-team-route span{display:flex;flex-direction:column;align-items:center;gap:10px;font-size:22px}
.parity-team-route i{display:grid;place-items:center;width:66px;height:66px;border-radius:50%;background:#fff;color:#1767de;font-style:normal;font-size:15px}
.parity-capability{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.parity-capability>div:first-child{position:relative}.parity-capability>div:first-child img{border-radius:10px}.parity-capability>div:first-child b{position:absolute;left:20px;bottom:15px;background:#fff;padding:7px 12px;border-radius:5px}
.parity-capability article{padding:10px 0 10px 46px;border-bottom:1px solid #dbe4ef}.parity-capability article p{margin:4px 0;font-size:13px}

/* Request */
.parity-start-ways{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.parity-start-ways article{display:grid;grid-template-columns:65px 1fr;gap:15px;padding:24px;border:1px solid #dbe4ef;border-radius:8px}
.parity-start-ways i{color:#1767de;font-size:40px;font-style:normal}.parity-start-ways p{margin:5px 0;font-size:13px}
.request-layout{grid-template-columns:1fr 340px}
.request-card,.request-aside{box-shadow:0 10px 28px rgba(10,35,59,.07);border:1px solid #dbe4ef}
.full-form h3{margin:15px 0 0;padding-bottom:10px;border-bottom:1px solid #dbe4ef;color:#1260cc}
.full-form input[type="file"]{padding:11px;background:#fff;border:1px dashed #9aaabc}
.parity-consent{display:flex;gap:10px;align-items:flex-start;font-weight:400!important}.parity-consent input{width:17px!important;height:17px!important;margin:2px 0!important}
.contact-box .button{margin-top:10px}
.parity-next{margin-top:20px;padding:25px;border:1px solid #dbe4ef;border-radius:8px}
.parity-next article{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:14px 0}
.parity-next i{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#1767de;color:#fff;font-style:normal}.parity-next p{margin:3px 0;font-size:12px}
.privacy-note{margin-top:20px;padding:20px;border:1px solid #dbe4ef;border-radius:8px}
.parity-faq{border:1px solid #dbe4ef;border-radius:7px}.parity-faq details{padding:15px 20px;border-bottom:1px solid #dbe4ef}
.parity-faq details:last-child{border:0}

/* Footer */
.parity-footer{grid-template-columns:1.35fr repeat(4,1fr);gap:36px}
.parity-footer h3{margin-bottom:16px}

@media(max-width:1050px){
  .parity-logo-wall{grid-template-columns:repeat(3,1fr)}
  .parity-feed-columns{grid-template-columns:1fr}
  .parity-feature-project{grid-template-columns:1fr 1fr}
  .parity-selected-insight{grid-template-columns:1fr 1fr}.parity-selected-insight aside{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
  :root{--parity-shell:min(100% - 30px,1280px)}
  body:not([data-route="home"]):not([data-route="how"]) .menu-toggle{color:#0b2850}
  .parity-home-hero{height:calc(100svh - 66px);min-height:560px}
  .parity-process-cards,.parity-four-process,.parity-route,.parity-receive{grid-template-columns:repeat(2,1fr)}
  .parity-feed-grid{grid-template-columns:repeat(3,1fr)}
  .parity-logo-wall{grid-template-columns:repeat(2,1fr)}
  .parity-send-panel,.parity-check-panel,.parity-how-hero,.parity-about-hero,.parity-story,.parity-capability{grid-template-columns:1fr}
  .parity-how-scenes{min-height:600px}
  .parity-route{border:0;border-radius:0;gap:15px}.parity-route article{border:1px solid #b9cce5;border-radius:12px;padding:25px}.parity-route i,.parity-route article:nth-child(n+5) i{margin:0 auto 15px;order:0}.parity-route article:nth-child(n+5){display:block}
  .parity-roles{grid-template-columns:1fr}
  .parity-gates .shell>div,.parity-condition-band .shell>div:last-child{grid-template-columns:1fr}
  .parity-gates article,.parity-condition-band article{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}
  .parity-project-grid{grid-template-columns:1fr}
  .parity-selected-insight{grid-template-columns:1fr}.parity-selected-insight aside{grid-column:auto}
  .parity-about-hero>img{min-height:420px}
  .parity-team-route .shell>div{flex-wrap:wrap;gap:20px}
  .parity-footer{grid-template-columns:1fr 1fr}
  .request-layout{grid-template-columns:1fr}
}
@media(max-width:540px){
  .parity-three-models,.parity-feed-grid,.parity-process-cards,.parity-logo-wall,.parity-four-process,.parity-route,.parity-start-ways{grid-template-columns:1fr}
  .parity-home-hero .hero-center h1{font-size:34px}
  .parity-about-band .split{grid-template-columns:1fr}
  .parity-export-band>div,.parity-condition-band .shell>div:last-child,.parity-project-approval .shell>div{grid-template-columns:1fr}
  .parity-export-band article{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}
  .parity-inspection-rows article{grid-template-columns:45px 1fr}.parity-inspection-rows ul{grid-column:2}
  .parity-inline-cta .shell{align-items:flex-start;flex-direction:column}
  .parity-fee-table>div{grid-template-columns:1fr}.parity-fee-table>div>*{border-right:0;border-bottom:1px solid #dbe4ef}
  .parity-feature-project{grid-template-columns:1fr}.parity-feature-project>img{min-height:280px;max-height:340px}.parity-feature-project>div{padding:30px 24px}.parity-feature-project>div h2{font-size:30px}.featured-route{align-items:flex-start;flex-direction:column;gap:2px}.featured-route span{display:none}
  .parity-selected-insight aside{display:block}
  .parity-team-route .shell>div>span:nth-child(even){display:none}
  .parity-footer{grid-template-columns:1fr}
}

/* WordPress production adapters: approved prototype structure + dynamic content. */
.sauri-v2,
.sauri-auto-home {
	--shell: min(1280px, calc(100% - 48px));
	color: var(--ink);
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.sauri-v2 .sauri-wrap,
.sauri-auto-home .sauri-wrap {
	width: var(--shell);
	max-width: none;
	margin-inline: auto;
	padding-inline: 0;
}

.sauri-auto-home .sauri-heading-row,
.sauri-v2 .sauri-heading-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 38px;
}

.sauri-auto-home .sauri-primary,
.sauri-v2 .sauri-primary,
.sauri-auto-home .sauri-advantage-service,
.sauri-auto-home .sauri-section-more,
.sauri-v2 .sauri-home-used-more {
	display: inline-flex;
	min-height: 46px;
	padding: 0 25px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--blue);
	border-radius: 5px;
	background: var(--blue);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.sauri-auto-home .sauri-advantage-service,
.sauri-auto-home .sauri-section-more,
.sauri-v2 .sauri-home-used-more {
	border-color: #b8c5d3;
	background: #fff;
	color: #26384a;
}

.parity-logo-wall > a {
	display: flex;
	height: 72px;
	align-items: center;
	justify-content: center;
	gap: 15px;
	border: 1px solid #dbe4ef;
	border-radius: 7px;
	background: #fff;
	text-decoration: none;
}

.parity-logo-wall > a img {
	width: auto;
	max-width: 70px;
	height: auto;
	max-height: 34px;
	object-fit: contain;
}

.parity-logo-wall > a span {
	color: #142845;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.sauri-used-model-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.sauri-used-model-card {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid #dce3ea;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 9px 25px rgba(10, 35, 59, .07);
}

.sauri-used-model-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #eef2f6;
}

.sauri-used-model-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sauri-used-status {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 7px 10px;
	border-radius: 4px;
	background: var(--blue);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.sauri-used-availability {
	position: absolute;
	right: 12px;
	bottom: 10px;
	padding: 7px 10px;
	border-radius: 4px;
	background: #fff;
	color: #1ca458;
	font-size: 11px;
	font-weight: 700;
	box-shadow: 0 3px 10px rgba(7, 29, 51, .14);
}

.sauri-used-model-body {
	display: flex;
	min-height: 340px;
	padding: 24px;
	flex: 1;
	flex-direction: column;
}

.sauri-used-model-body h2 {
	margin-bottom: 5px;
	font-size: 24px;
}

.sauri-used-price {
	margin-bottom: 8px;
	color: #183f91;
	font-weight: 800;
}

.sauri-used-check-price {
	margin-bottom: 15px;
	color: var(--blue);
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.sauri-used-model-body ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	color: #66758a;
	font-size: 13px;
}

.sauri-used-model-body li {
	margin: 8px 0;
}

.sauri-used-model-body li::before {
	content: "✓";
	margin-right: 8px;
	color: #1ca458;
	font-weight: 800;
}

.sauri-used-quote-button {
	display: inline-flex;
	min-height: 46px;
	margin-top: auto;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: #1e438c;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.parity-feature-project > a {
	display: block;
	min-width: 0;
}

.parity-feature-project > a img {
	width: 100%;
	height: 100%;
	min-height: 480px;
	max-height: 540px;
	object-fit: cover;
	object-position: center;
}

.parity-project-grid article > a:first-child {
	margin: 0;
}

.parity-project-grid article > a:first-child img {
	width: 100%;
	aspect-ratio: 2.2;
	object-fit: cover;
}

.sauri-news-featured {
	display: grid;
	grid-template-columns: 1.18fr .82fr;
	overflow: hidden;
	margin: 18px 0 30px;
	border: 1px solid #dbe4ef;
	border-radius: 9px;
}

.sauri-news-featured-image img {
	width: 100%;
	height: 100%;
	min-height: 390px;
	object-fit: cover;
}

.sauri-news-featured > div {
	padding: 42px;
}

.sauri-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.sauri-news-card {
	overflow: hidden;
	border: 1px solid #dbe4ef;
	border-radius: 10px;
	background: #fff;
}

.sauri-news-image img {
	width: 100%;
	aspect-ratio: 1.5;
	object-fit: cover;
}

.sauri-news-card > div {
	padding: 24px;
}

.sauri-pagination ul {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}

.sauri-pagination a,
.sauri-pagination span {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid #dce3ea;
	border-radius: 5px;
}

.sauri-pagination .current,
.sauri-pagination-single > span {
	border-color: var(--blue);
	background: var(--blue);
	color: #fff;
}

@media (max-width: 820px) {
	.sauri-v2,
	.sauri-auto-home {
		--shell: min(100% - 30px, 1280px);
	}

	.sauri-used-model-grid,
	.sauri-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.parity-feature-project > a img {
		min-height: 360px;
	}
}

@media (max-width: 540px) {
	.sauri-auto-home .sauri-heading-row,
	.sauri-v2 .sauri-heading-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.sauri-used-model-grid,
	.sauri-news-grid {
		grid-template-columns: 1fr;
	}

	.parity-feature-project > a img {
		min-height: 280px;
		max-height: 340px;
	}
}

/* Theme boundary: keep the approved Sauri pages independent from Astra page chrome. */
body.sauri-catalog-page .site-content > .ast-container {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.sauri-catalog-page #primary,
body.sauri-catalog-page .site-main,
body.sauri-catalog-page .site-main > article {
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
}

body.sauri-catalog-page .entry-header {
	display: none;
}

body.sauri-catalog-page .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.sauri-catalog-page .entry-content > .sauri-v2,
body.sauri-catalog-page .entry-content > .sauri-auto-home {
	position: relative;
	left: auto;
	width: 100%;
	max-width: none;
	margin: 0;
	transform: none;
}

/* The contact row and navigation share one right edge, matching the approved header. */
body.sauri-catalog-page .sauri-contact-bar .sauri-wrap,
body.sauri-catalog-page .site-header .site-primary-header-wrap,
body.sauri-catalog-page .site-header .ast-container {
	width: min(calc(100% - 64px), 1280px);
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 0;
}

body.sauri-catalog-page .site-header .site-primary-header-wrap .ast-builder-grid-row,
body.sauri-catalog-page .site-header .site-header-primary-section-left {
	width: 100%;
}

body.sauri-catalog-page .site-header .site-header-primary-section-left {
	justify-content: space-between;
}

body.sauri-catalog-page .site-header .ast-builder-menu-1 {
	margin-left: auto;
}

@media (min-width: 922px) {
	body.sauri-catalog-page .site-header .site-primary-header-wrap .ast-builder-grid-row {
		grid-template-columns: minmax(0, 1fr) 0;
		column-gap: 0;
	}

	body.sauri-catalog-page .site-header .site-header-primary-section-right {
		width: 0;
	}
}

body.sauri-catalog-page .sauri-contact-bar {
	min-height: 34px;
	font-size: 12px;
}

body.sauri-catalog-page .site-header .main-header-bar,
body.sauri-catalog-page .site-header .main-header-menu > .menu-item > .menu-link {
	min-height: 72px;
}

body.sauri-catalog-page .site-header .custom-logo {
	width: 174px;
	max-width: 174px;
}

body.sauri-catalog-page .site-header .main-header-menu > .menu-item > .menu-link {
	padding-inline: 17px;
}

body.sauri-catalog-page .site-header .main-header-menu > .sauri-nav-cta {
	margin-left: 18px;
}

body.sauri-catalog-page .site-header .main-header-menu > .sauri-nav-cta > .menu-link {
	min-height: 44px;
	padding-inline: 22px;
}

body.home.sauri-catalog-page .site-header {
	top: 34px;
	background: transparent;
}

body.home.sauri-catalog-page .site-title a {
	color: #fff;
}

body.sauri-catalog-page:not(.home) .site-header {
	background: #fff;
}

/* Inner-page chrome: one stable white header with no Astra breadcrumb gap. */
body.sauri-catalog-page:not(.home) .site-header {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	width: 100%;
	border-bottom: 1px solid #dbe4ef;
	background: #fff !important;
}

body.sauri-catalog-page:not(.home) .site-header .main-header-bar,
body.sauri-catalog-page:not(.home) .site-header .ast-primary-header-bar {
	border: 0;
	background: #fff !important;
}

body.sauri-catalog-page:not(.home) .site-header .custom-logo {
	filter: none !important;
}

body.sauri-catalog-page:not(.home) .site-header .main-header-menu > .menu-item > .menu-link {
	color: #14233a !important;
}

body.sauri-catalog-page:not(.home) .site-header .main-header-menu > .current-menu-item > .menu-link,
body.sauri-catalog-page:not(.home) .site-header .main-header-menu > .current-menu-ancestor > .menu-link,
body.sauri-catalog-page:not(.home) .site-header .main-header-menu > .menu-item > .menu-link:hover {
	color: #2878e8 !important;
}

body.sauri-catalog-page:not(.home) .site-header .main-header-menu > .sauri-nav-cta > .menu-link,
body.sauri-catalog-page:not(.home) .site-header .main-header-menu > .sauri-nav-cta > .menu-link:hover {
	color: #fff !important;
}

body.sauri-catalog-page .ast-breadcrumbs-wrapper,
body.sauri-catalog-page .ast-header-breadcrumb {
	display: none !important;
}

body.sauri-catalog-page:not(.home) #content.site-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.sauri-catalog-page .sauri-projects-page.sauri-v2,
body.sauri-catalog-page .sauri-news-page.sauri-v2 {
	padding-top: 0;
}

/* Astra applies heading colors after plugin styles; dark Sauri panels opt back into white. */
body.sauri-catalog-page .sauri-v2 h1,
body.sauri-catalog-page .sauri-v2 h2,
body.sauri-catalog-page .sauri-v2 h3,
body.sauri-catalog-page .sauri-auto-home h1,
body.sauri-catalog-page .sauri-auto-home h2,
body.sauri-catalog-page .sauri-auto-home h3 {
	color: var(--ink);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.035em;
}

body.sauri-catalog-page .sauri-v2 .hero h1,
body.sauri-catalog-page .sauri-v2 .subhero h1,
body.sauri-catalog-page .sauri-v2 .parity-how-hero h1,
body.sauri-catalog-page .sauri-v2 .parity-export-band h2,
body.sauri-catalog-page .sauri-v2 .parity-condition-band h2,
body.sauri-catalog-page .sauri-v2 .parity-project-approval h2,
body.sauri-catalog-page .sauri-v2 .parity-team-route h2,
body.sauri-catalog-page .sauri-v2 .parity-inline-cta.dark h2,
body.sauri-catalog-page .sauri-v2 .parity-roles > div:last-child h3,
body.sauri-catalog-page .sauri-auto-home .hero h1,
body.sauri-catalog-page .sauri-auto-home .dark-band h2,
body.sauri-catalog-page .sauri-auto-home .adv-card h3,
body.sauri-catalog-page .sauri-auto-home .quote-panel h2 {
	color: #fff;
}

body.sauri-catalog-page .sauri-v2 .button,
body.sauri-catalog-page .sauri-auto-home .button {
	color: #fff;
	text-decoration: none;
}

body.sauri-catalog-page .sauri-v2 .button.white,
body.sauri-catalog-page .sauri-auto-home .button.white {
	color: var(--navy);
}

body.sauri-catalog-page .sauri-v2 .button.outline,
body.sauri-catalog-page .sauri-auto-home .button.outline {
	color: #26384a;
}

body.sauri-catalog-page .sauri-v2 .parity-feature-project h2 a,
body.sauri-catalog-page .sauri-v2 .parity-project-grid h3,
body.sauri-catalog-page .sauri-v2 .parity-project-grid h3 a,
body.sauri-catalog-page .sauri-auto-home .parity-feed-grid a {
	text-decoration: none;
}

body.sauri-catalog-page .sauri-v2 .parity-map-cta:not(.light) h2 {
	color: #fff;
}

body.sauri-catalog-page .sauri-auto-home .sauri-quote-panel h2 {
	color: #fff;
}

body.sauri-catalog-page .sauri-v2 .subhero .sauri-wrap {
	position: relative;
}

body.sauri-catalog-page .sauri-v2 .parity-condition-band .sauri-wrap > div:last-child,
body.sauri-catalog-page .sauri-v2 .parity-project-approval .sauri-wrap > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.sauri-catalog-page .sauri-v2 .parity-inline-cta .sauri-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 18px 24px;
	border-radius: 9px;
}

body.sauri-catalog-page .sauri-v2 .parity-inline-cta.dark .sauri-wrap {
	background: #082b5b;
	color: #fff;
}

body.sauri-catalog-page .sauri-v2 .parity-team-route .sauri-wrap > div {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

body.sauri-catalog-page .sauri-v2 .sauri-team-photo {
	width: 100%;
	aspect-ratio: 1 / 1;
	background: var(--team-photo) center / cover no-repeat;
}

@media (max-width: 921px) {
	body.sauri-catalog-page .sauri-contact-bar .sauri-wrap,
	body.sauri-catalog-page .site-header .site-primary-header-wrap,
	body.sauri-catalog-page .site-header .ast-container {
		width: min(calc(100% - 36px), 1280px);
	}

	body.sauri-catalog-page .sauri-v2 .parity-team-route .sauri-wrap > div {
		flex-wrap: wrap;
		gap: 20px;
	}
}

@media (max-width: 640px) {
	body.sauri-catalog-page .sauri-contact-bar .sauri-wrap,
	body.sauri-catalog-page .site-header .site-primary-header-wrap,
	body.sauri-catalog-page .site-header .ast-container {
		width: min(calc(100% - 28px), 1280px);
	}

	body.sauri-catalog-page .sauri-v2 .parity-condition-band .sauri-wrap > div:last-child,
	body.sauri-catalog-page .sauri-v2 .parity-project-approval .sauri-wrap > div {
		grid-template-columns: 1fr;
	}

	body.sauri-catalog-page .sauri-v2 .parity-inline-cta .sauri-wrap {
		align-items: flex-start;
		flex-direction: column;
	}

	body.sauri-catalog-page .sauri-v2 .parity-team-route .sauri-wrap > div > span:nth-child(even) {
		display: none;
	}
}
