@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=DM+Sans:wght@400;500;600;700;800&display=swap');
:root{--paper:#f4f3ee;--ink:#20231f;--red:#c92d23;--green:#2a4638;--line:#cccfc5}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:17px;line-height:1.75}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:6px}header{height:92px;display:flex;align-items:center;justify-content:space-between;margin:0 5%;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:10px;font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:42px;font-weight:800;line-height:1;letter-spacing:-2px}.brand span{font-family:'DM Sans',sans-serif;font-size:12px;font-weight:700;letter-spacing:2px;border-left:1px solid;padding-left:12px}nav{display:flex;gap:30px;font-size:14px}nav a:hover{color:var(--red)}nav span{color:var(--red)}.origins{font-size:13px;letter-spacing:2px}.origins b{color:var(--red);margin:0 8px}main{overflow:hidden}.hero{margin:34px 5% 0}.hero-meta{display:flex;justify-content:space-between;font-size:12px;letter-spacing:2px}.hero-title{display:flex;justify-content:space-between;align-items:center;margin:40px 0 32px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;line-height:1.6;margin:0 0 20px}.hero .eyebrow{color:var(--red)}h1,h2,h3,p,figure{margin-top:0}h1,h2{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;letter-spacing:-.025em;line-height:.95;font-weight:600}h1{font-size:clamp(76px,9.5vw,154px);margin:0}h1 em,h2 em{font-style:normal;color:var(--red)}.hero-aside{display:flex;align-items:center;gap:36px;padding-right:30px}.hero-aside .jp{writing-mode:vertical-rl;font-family:serif;font-size:27px;letter-spacing:12px;border-left:1px solid var(--line);padding-left:24px}.hero-aside p{font-size:14px;line-height:1.65;margin:0}.hero-photo{margin:0;position:relative;background:#d9ded6;height:clamp(330px,42vw,600px);overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 59%;display:block}.hero-photo:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.6));pointer-events:none}.hero-photo figcaption{position:absolute;bottom:20px;left:26px;right:26px;z-index:1;display:flex;justify-content:space-between;color:white;font-size:12px;letter-spacing:2px}.hero-bottom{display:flex;justify-content:space-between;align-items:center;gap:40px;padding:28px 0 36px}.hero-bottom p{max-width:630px;margin:0;font-size:18px;line-height:1.6}.read-link{font-size:14px;border-bottom:1px solid var(--ink);padding-bottom:8px;white-space:nowrap}.read-link span{margin-left:48px;color:var(--red)}.spec-strip{background:var(--green);color:#fff;display:grid;grid-template-columns:repeat(4,1fr);padding:38px 5%;gap:20px}.spec-strip div+div{border-left:1px solid #758679;padding-left:32px}.spec-strip strong{font-family:'Barlow Condensed',sans-serif;font-size:58px;line-height:1;font-weight:500}.spec-strip strong span{font-family:'DM Sans',sans-serif;font-size:14px;margin-left:9px}.spec-strip p{font-size:13px;margin:12px 0 0;color:#e0e7df}.spec-note{margin:12px 5%;font-size:12px;color:#62675d}.spec-note a{text-decoration:underline}.review-layout{display:grid;grid-template-columns:250px minmax(0,780px);justify-content:space-between;gap:8%;margin:100px 8% 0 5%}.contents{align-self:start;position:sticky;top:35px}.contents>a{font-size:12px;display:flex;gap:16px;padding:10px 0;color:#73796c}.contents>a span{font-size:14px;color:var(--ink)}.contents>a:hover span,.contents>a.active span{color:var(--red)}.side-note{margin-top:60px;border-top:1px solid var(--line);padding-top:30px;font-family:'Barlow Condensed',sans-serif;font-size:36px;line-height:1.2;color:var(--green)}.side-note span{font-family:serif;font-size:28px}.side-note p{font-family:'DM Sans',sans-serif;font-size:12px;margin-top:20px}.chapter{padding-bottom:70px;margin-bottom:65px;border-bottom:1px solid var(--line);scroll-margin-top:40px}.chapter>.eyebrow{color:#62675d}.chapter>.eyebrow span{color:var(--red)}h2{font-size:clamp(48px,5.3vw,78px);margin-bottom:32px}p{margin-bottom:22px}.lead{font-size:23px;line-height:1.55}.chapter>p:not(.eyebrow):not(.lead){color:#4a5046}.heritage-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:40px 0}.heritage-grid>div{border-top:2px solid var(--ink);padding-top:22px}.country{font-family:'Barlow Condensed',sans-serif;font-size:40px;display:inline-block;line-height:1.4}.country.italy{color:var(--green)}.country.japan{color:var(--red)}h3{font-size:21px;line-height:1.4;margin:24px 0 12px}.heritage-grid h3{margin:14px 0 12px}.heritage-grid p{font-size:15px;line-height:1.65}blockquote{font-family:'Barlow Condensed',sans-serif;font-size:42px;line-height:1.15;color:var(--red);margin:42px 0;padding:10px 0 10px 25px;border-left:3px solid var(--red)}.callout{background:#e5e9e1;padding:30px;margin-top:36px}.callout h3{font-size:26px;margin:12px 0}.callout p:last-child{margin:0}.gear-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:36px 0 20px}.gear-grid>div{padding:26px;background:#e8e9e3}.gear-grid>div:last-child{background:#ebe1dc}.gear-grid .eyebrow{font-size:11px}.gear-grid h3{font-family:'Barlow Condensed',sans-serif;font-size:36px;margin:15px 0}.gear-grid p{font-size:15px}dl{font-size:13px;display:grid;grid-template-columns:1fr auto;gap:10px;margin:30px 0 0}dd{margin:0;text-align:right}dt,dd{border-top:1px solid #bcbfb5;padding-top:10px}.small{font-size:13px}details{border-top:1px solid var(--line)}details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-size:18px;font-weight:500;padding:24px 28px 24px 0;list-style:none;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:3px;font-size:24px;font-weight:400;top:17px}details[open] summary:after{content:'−'}summary span{color:var(--red);font-size:12px;margin-right:22px}details>div{padding:0 34px 10px 40px;font-size:16px}.verdict{background:var(--ink);color:var(--paper);padding:80px 8% 80px 5%;display:grid;grid-template-columns:1fr 1fr;gap:12%}.verdict .eyebrow{color:#b9c3b4}.verdict h2{font-size:clamp(55px,5.8vw,85px)}.verdict h2 em{color:#ee5e4b}.verdict p{color:#d1d6cb}.verdict-copy h3:first-child{margin-top:0}.verdict-copy h3{font-size:17px}.verdict-copy p{font-size:16px}.final-take{border-top:1px solid #62685c;padding-top:25px;margin-top:30px;font-weight:500;color:white!important}.sources{padding:70px 5%;max-width:1150px}.sources h2{font-size:44px}.sources>p:not(.eyebrow){font-size:14px;color:#5f6659}.source-links{display:flex;gap:12px 28px;flex-wrap:wrap;font-size:13px}.source-links a{border-bottom:1px solid var(--line)}.photo-credit{margin-top:30px}.photo-credit a{text-decoration:underline}footer{border-top:1px solid var(--line);padding:28px 5%;display:flex;align-items:center;justify-content:space-between;gap:30px}footer p{font-size:12px;margin:0}footer>a:last-child{font-size:12px;white-space:nowrap}.reading-progress{position:fixed;top:0;left:0;height:3px;background:var(--red);width:0;z-index:10}
@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:1000px){header nav{gap:18px}.origins{display:none}.hero-aside{padding-right:0;gap:20px}.hero-aside p{max-width:150px}.review-layout{grid-template-columns:190px minmax(0,1fr);gap:6%;margin-right:5%}.spec-strip strong{font-size:46px}.spec-strip div+div{padding-left:20px}.gear-grid{gap:15px}.gear-grid>div{padding:20px}.verdict{gap:7%}}@media(max-width:720px){header{height:76px;margin:0 6%}.brand{font-size:34px}header nav{gap:16px}header nav a{font-size:12px}header nav a:first-child,header nav a:nth-child(3){display:none}.brand span{font-size:10px;letter-spacing:1px}.hero{margin:25px 6% 0}.hero-meta{font-size:10px;letter-spacing:1px}.hero-meta>span:last-child{display:none}.hero-title{margin:28px 0}.hero .eyebrow{font-size:10px;letter-spacing:1.2px;max-width:250px}h1{font-size:clamp(65px,14vw,100px)}.hero-aside .jp{font-size:18px;letter-spacing:8px;padding-left:13px}.hero-aside p{display:none}.hero-photo{height:330px;margin:0 -6.85%}.hero-photo img{object-position:49% center}.hero-photo figcaption{left:6%;right:6%;font-size:10px}.hero-photo figcaption span:last-child{display:none}.hero-bottom{display:block;padding:24px 0 32px}.hero-bottom p{font-size:17px}.read-link{display:inline-block;margin-top:22px}.spec-strip{grid-template-columns:1fr 1fr;padding:30px 6%;gap:26px 20px}.spec-strip div+div{padding-left:20px}.spec-strip div:nth-child(3){border-left:0;padding-left:0}.spec-strip strong{font-size:47px}.spec-strip p{font-size:12px}.spec-note{margin:12px 6%}.review-layout{display:block;margin:50px 6% 0}.contents{position:static;display:flex;overflow-x:auto;gap:24px;padding-bottom:18px;margin-bottom:42px;border-bottom:1px solid var(--line)}.contents>.eyebrow,.side-note{display:none}.contents>a{white-space:nowrap;gap:9px}.chapter{padding-bottom:42px;margin-bottom:44px}.chapter h2{font-size:55px}.lead{font-size:21px}.heritage-grid{gap:22px}.heritage-grid h3{font-size:19px}.heritage-grid p{font-size:14px}.gear-grid{grid-template-columns:1fr}.gear-grid>div{padding:26px}blockquote{font-size:35px}.callout{padding:25px}summary{font-size:16px}summary span{margin-right:13px}details>div{padding-left:28px}.verdict{display:block;padding:50px 6%}.verdict h2{font-size:62px}.verdict-copy{margin-top:36px}.sources{padding:48px 6%}.sources h2{font-size:39px}footer{padding:28px 6%;flex-wrap:wrap;gap:22px}footer p{order:3;width:100%}.source-links{display:grid;gap:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
/* Espetrollo editorial identity */
.brand{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:36px;letter-spacing:-1.8px;gap:14px}.brand span{font-style:normal;font-size:10px;letter-spacing:1.3px;max-width:82px;line-height:1.4}.side-note{font-size:32px}.side-note .club-side-link{font-family:'DM Sans',sans-serif;font-size:13px;display:inline-block;border-bottom:1px solid var(--green);padding-bottom:6px}.club{background:#e4e8de;padding:70px 5%}.club-top{display:flex;justify-content:space-between;gap:24px;border-bottom:1px solid #b7bfb0;padding-bottom:18px;margin-bottom:40px}.club-top .eyebrow{margin:0;color:var(--green)}.club-languages{font-family:Georgia,serif;font-style:italic;font-size:18px;margin:0}.club-intro{display:grid;grid-template-columns:1.2fr 1fr;gap:9%;align-items:start}.club-intro h2{font-size:clamp(46px,4.7vw,70px)}.club-intro h2 em{color:var(--green)}.club-intro>div>p:last-child{font-size:16px;color:#495443}.club-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin-top:30px}.club-pillars>div{border-top:2px solid var(--green);padding-top:22px}.club-pillars .eyebrow{color:var(--green)}.club-pillars h3{font-family:'Barlow Condensed',sans-serif;font-size:32px;margin:15px 0}.club-pillars p{font-size:16px;line-height:1.7;max-width:360px}.club-next{border-top:1px solid #b7bfb0;margin-top:32px;padding-top:32px;display:flex;align-items:center;justify-content:space-between;gap:60px}.club-next>div{max-width:630px}.club-next .eyebrow{margin-bottom:12px}.club-next p:last-child{font-size:15px;margin:0}.instagram-link{display:flex;gap:35px;align-items:center;background:var(--green);color:white;white-space:nowrap;padding:16px 22px;font-size:14px}.instagram-link:hover{background:#192f23}.club-next a:focus-visible{outline-offset:5px}
@media(max-width:1000px){header nav{gap:17px}.brand{font-size:32px}.club-intro{gap:6%}.club-pillars{gap:24px}.club-next{gap:30px}}
@media(max-width:720px){header{height:auto;min-height:94px;flex-wrap:wrap;gap:18px;padding:20px 0 17px}.brand{font-size:34px}.brand span{font-size:10px;max-width:none}header nav{width:100%;justify-content:space-between;gap:14px}header nav a{font-size:13px}header nav a:first-child,header nav a:nth-child(3){display:block}.hero-meta>span:last-child{display:none}.club{padding:44px 6%}.club-top{display:block;margin-bottom:30px}.club-languages{margin-top:12px}.club-intro{display:block}.club-intro h2{font-size:49px}.club-pillars{grid-template-columns:1fr;gap:24px;margin-top:30px}.club-pillars p{max-width:none;margin-bottom:0}.club-next{display:block;margin-top:32px}.instagram-link{margin-top:24px;display:inline-flex}.club-next>div{max-width:none}footer .brand{font-size:32px}footer .brand span{max-width:72px}}
/* Page navigation and journal home */
header nav a[aria-current="page"]{color:var(--red);text-decoration:underline;text-underline-offset:6px}.nav-instagram{color:var(--green)}.back-journal:hover{text-decoration:underline}.home-intro{padding:34px 5% 40px}.home-intro>.eyebrow{color:var(--red);margin-top:45px}.home-intro h1{font-size:clamp(80px,10vw,150px)}.home-intro-bottom{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-top:28px}.home-intro-bottom p{max-width:560px;font-size:21px;margin:0}.home-feature{margin:10px 5% 70px;display:grid;grid-template-columns:1.2fr 1fr;background:var(--green);color:white}.feature-image{display:block;overflow:hidden;min-height:420px}.feature-image img{height:100%;width:100%;object-fit:cover;object-position:48% center;display:block}.feature-copy{padding:45px 40px}.feature-copy .eyebrow{color:#d9e0d4}.feature-copy h2{font-size:clamp(55px,5.7vw,84px);margin-bottom:25px}.feature-copy h2 em{color:#f3ab99}.feature-copy .feature-model{font-size:13px;letter-spacing:2px;font-weight:700;margin-bottom:14px}.feature-copy>p:not(.eyebrow):not(.feature-model){color:#e0e5dc;font-size:16px}.feature-copy .read-link{border-color:#d0d9c9;display:inline-block;margin-top:12px}.feature-copy .read-link span{color:#f3ab99}.home-club{border-top:1px solid var(--line);margin:0 5%;padding:40px 0;display:grid;grid-template-columns:1fr 2fr;gap:40px}.home-club>.eyebrow{color:var(--green)}.home-club h2{font-size:55px;margin-bottom:20px}.home-club p{max-width:520px}.home-club .read-link{display:inline-block}.home-credit{font-size:12px;color:#62675d;margin:20px 5% 35px}.home-credit a{text-decoration:underline}.club-intro h1{font-size:clamp(46px,4.7vw,70px);margin-bottom:32px}.club-intro h1 em{color:var(--green)}
@media(max-width:1000px){.home-feature{grid-template-columns:1fr 1fr}.feature-copy{padding:32px 26px}.feature-image{min-height:390px}header .origins{display:none}}
@media(max-width:720px){header nav{flex-wrap:wrap;justify-content:flex-start;gap:12px 23px}header nav a{font-size:14px}.home-intro{padding:25px 6% 30px}.home-intro>.eyebrow{margin-top:30px}.home-intro h1{font-size:clamp(69px,15vw,105px)}.home-intro-bottom{display:block}.home-intro-bottom p{font-size:19px}.home-feature{margin:0 6% 44px;display:block}.feature-image{height:270px;min-height:0}.feature-copy{padding:30px 25px}.feature-copy h2{font-size:60px}.home-club{margin:0 6%;display:block;padding:30px 0}.home-club h2{font-size:48px}.home-credit{margin:20px 6% 30px}.club-intro h1{font-size:49px}.hero-meta .back-journal{font-size:10px;letter-spacing:.5px}}
/* Automotive illustration: keep the complete car visible on every screen. */
.hero-photo{background:#f4f3ee;border:1px solid var(--line);height:auto;aspect-ratio:1.9;min-height:300px;padding:24px 30px 50px}.hero-photo img{object-fit:contain;object-position:center;width:100%;height:100%}.hero-photo:after{display:none}.hero-photo figcaption{color:var(--green);font-size:12px;letter-spacing:1.3px}.feature-image{background:#f4f3ee;border:1px solid var(--line);padding:25px;display:flex;align-items:center;justify-content:center}.feature-image img{object-fit:contain;object-position:center;height:auto;width:100%;max-height:480px}.home-credit{max-width:800px}
@media(max-width:720px){.hero-photo{margin:0;min-height:245px;aspect-ratio:auto;height:300px;padding:15px 12px 45px}.hero-photo figcaption{left:16px;right:16px;font-size:10px;bottom:16px}.feature-image{height:290px;padding:14px}.feature-image img{max-height:260px}}

/* Espetrollo wordmark based on the supplied reference. */
header .brand,footer .brand{display:inline-block;font-family:'DM Sans',Arial,sans-serif;font-size:26px;font-style:normal;font-weight:800;line-height:1.15;letter-spacing:.23em;color:#000;text-transform:uppercase;white-space:nowrap;flex-shrink:0}
header{flex-wrap:wrap;height:auto;min-height:92px;padding:20px 0}
@media(max-width:1000px){header .brand,footer .brand{font-size:23px;letter-spacing:.2em}}
@media(max-width:720px){header .brand,footer .brand{font-size:24px;letter-spacing:.2em}header{min-height:94px;padding:20px 0 17px}}
/* Classic editorial banner and straightforward navigation. */
header nav{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;gap:28px;align-items:center}
header nav a{font-size:14px;font-weight:600;letter-spacing:.065em;text-transform:uppercase;line-height:1.5;padding:6px 0}
.hero-meta,.hero>.eyebrow,.hero-title .eyebrow,.home-intro>.eyebrow,.club-top .eyebrow{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;letter-spacing:.09em}
.hero h1,.home-intro h1,.club-intro h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.055em;line-height:1.08}
.hero h1,.home-intro h1{font-size:clamp(52px,7.6vw,112px)}
.club-intro h1{font-size:clamp(38px,4.2vw,62px)}
.hero h1 em,.home-intro h1 em,.club-intro h1 em{font-style:italic}
.hero-title>div:first-child,.club-intro>*{min-width:0}
@media(max-width:1000px){header nav{gap:21px}.hero-aside{gap:16px}.hero-aside p{max-width:125px}}
@media(max-width:720px){header nav{gap:8px 21px;flex-wrap:wrap}header nav a{font-size:14px;letter-spacing:.045em}.hero h1,.home-intro h1{font-size:clamp(42px,9vw,64px)}.club-intro h1{font-size:clamp(36px,8vw,52px)}.hero-aside{display:none}}

/* Weekly journal and dedicated car features. */
.reviews-heading{margin:28px 5% 30px;padding-top:30px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:end;gap:25px}.reviews-heading .eyebrow{color:var(--red);margin-bottom:14px}.reviews-heading h2{font-family:Georgia,serif;font-size:clamp(36px,4vw,58px);font-weight:400;margin:0}.reviews-heading>p{font-size:14px;color:#62675d;margin:0}.home-feature{margin-bottom:32px}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:0 5% 70px}.review-card{background:#e7e8e0;min-width:0}.review-card:nth-child(2){background:#e4e8e9}.review-card-image{display:flex;background:#dddeda;aspect-ratio:4/3;align-items:center}.review-card-image img{display:block;width:100%;height:100%;object-fit:contain}.review-card-copy{padding:32px}.review-card-copy .eyebrow{color:var(--green)}.review-card h3{font-family:Georgia,serif;font-weight:400;font-size:clamp(32px,3.4vw,49px);line-height:1.13;letter-spacing:-.035em;margin:0 0 22px}.review-card h3 em{color:var(--red);font-weight:400}.review-card-copy>p{font-size:16px}.review-card .read-link{display:inline-block;margin-top:5px}.review-card-copy .card-credit{font-size:11px;line-height:1.5;color:#62675d;margin:25px 0 0}.card-credit a,.motor-photo figcaption a{text-decoration:underline}.motor-photo{margin:0 auto;max-width:1000px}.motor-photo img{width:100%;max-height:560px;object-fit:contain;display:block}.motor-photo figcaption{font-size:11px;color:#62675d;margin-top:12px}.motor-review .hero-title{max-width:1000px}.verdict .read-link{border-color:#d1d6cb}
@media(max-width:720px){.reviews-heading{margin:15px 6% 25px;display:block}.reviews-heading>p{margin-top:18px}.home-feature{margin-bottom:25px}.review-grid{grid-template-columns:1fr;margin:0 6% 44px;gap:25px}.review-card-copy{padding:28px 25px}.review-card h3{font-size:39px}.motor-photo img{max-height:none}.motor-photo figcaption{font-size:10px}}
/* Matching automotive studies across the journal. */
.review-card-image{background:var(--paper);aspect-ratio:3/2;padding:16px;border:1px solid var(--line)}
.review-card-image img{object-fit:contain;aspect-ratio:3/2}
.motor-photo img{background:var(--paper);aspect-ratio:3/2;max-height:600px;object-fit:contain}
@media(max-width:720px){.review-card-image{padding:10px}.motor-photo img{max-height:none}}

/* Journal: brand, car, review. */
.journal-intro{padding-bottom:45px}.brand-grid{margin:0 5% 80px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.brand-box{min-height:290px;padding:34px;display:flex;flex-direction:column;border:1px solid var(--line);background:#e7e8e0;transition:background .18s,border-color .18s}.brand-box h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(38px,4.7vw,68px);margin:22px 0 40px;line-height:1.05}.brand-box .eyebrow{color:var(--green)}.brand-box-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto;font-size:14px;border-top:1px solid #b9bfb3;padding-top:18px}.brand-box-bottom>span:last-child{font-size:25px}.brand-box-abarth{background:var(--green);color:var(--paper)}.brand-box-abarth .eyebrow{color:#d9e0d4}.brand-box-alfa-romeo{background:#eee0d9}.brand-box-toyota{background:#e2e7e8}.brand-box-soon{border-style:dashed;background:transparent;color:#61665b}.brand-box-soon h2{font-size:clamp(34px,4vw,56px);margin:22px 0}.brand-box-soon h2 em{font-style:italic;color:inherit}.brand-box-soon p{font-size:15px}a.brand-box:hover{border-color:var(--red);background:#dedfd3}a.brand-box-abarth:hover{background:#1d3428}.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px 16px;font-family:'Helvetica Neue',Arial,sans-serif;font-size:13px}.breadcrumbs a{text-decoration:underline;text-underline-offset:4px}.breadcrumbs>span{color:#62675d}.review-breadcrumbs{margin:26px 5% 0}.brand-cars{margin:0 5% 75px}.brand-car{display:grid;grid-template-columns:1.2fr 1fr;border:1px solid var(--line)}.brand-car-image{display:flex;align-items:center;background:var(--paper);padding:20px}.brand-car-image img{width:100%;height:auto;object-fit:contain}.brand-car-copy{padding:40px;background:var(--green);color:var(--paper)}.brand-car-copy h2{font-family:Georgia,serif;font-size:clamp(40px,4.5vw,65px);font-weight:400;margin-bottom:24px}.brand-car-copy .eyebrow{color:#d9e0d4}.brand-car-copy .read-link{display:inline-block;border-color:#d9e0d4}.brand-car-copy .read-link span{color:#f3ab99}.brand-car-credit{margin:18px 0 0}
@media(max-width:720px){.brand-grid{grid-template-columns:1fr;margin:0 6% 45px;gap:18px}.brand-box{min-height:230px;padding:28px}.brand-box h2{font-size:43px;margin:18px 0 32px}.brand-box-soon h2{font-size:38px}.brand-cars{margin:0 6% 45px}.brand-car{display:block}.brand-car-copy{padding:28px 25px}.review-breadcrumbs{margin:22px 6% 0}.journal-intro{padding-bottom:32px}}
@media(prefers-reduced-motion:reduce){.brand-box{transition:none}}
