/* MotoLog Home v4 — Magazine Front Door */

.site-content {
	display: block;
	padding: 0;
}

/* MotoLog v0.5.0 — dedicated brand pages */
.motolog-brand-page {
	--brand-red: #e60012;
	--brand-ink: #101113;
	background: #f4f4f2;
	color: var(--brand-ink);
}

.motolog-brand-page__shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.motolog-brand-page__hero {
	padding: 32px 0 0;
	background: #101113;
	color: #fff;
}

.motolog-brand-page__crumb {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 30px;
	color: #9b9da1;
	font-size: 14px;
}

.motolog-brand-page__crumb a { color: #fff; }
.motolog-brand-page__identity {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 330px);
	gap: 50px;
	align-items: center;
	min-height: 215px;
}

.motolog-brand-page__identity img {
	width: 100%;
	max-height: 150px;
	object-fit: contain;
}

.motolog-brand-page__eyebrow,
.motolog-brand-page__section-heading span {
	margin: 0 0 9px;
	color: var(--brand-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .18em;
}

.motolog-brand-page__identity h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 7vw, 88px);
	font-weight: 950;
	line-height: .95;
	letter-spacing: -.055em;
}

.motolog-brand-page__lead {
	max-width: 650px;
	margin: 24px 0 0;
	color: #b9bbbf;
	font-size: 16px;
	line-height: 1.7;
}

.motolog-brand-page__wordmark {
	color: #2c2e31;
	font-size: clamp(38px, 5vw, 70px);
	font-weight: 950;
	text-align: right;
}

.motolog-brand-page__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
	border-top: 1px solid #33363a;
}

.motolog-brand-page__stats div { box-sizing: border-box; padding: 19px 0 22px; border-right: 1px solid #33363a; }
.motolog-brand-page__stats div:last-child { border-right: 0; }
.motolog-brand-page__stats strong { display: block; font-size: 28px; font-weight: 950; }
.motolog-brand-page__stats span { display: block; margin-top: 4px; color: #92959a; font-size: 14px; }
.motolog-brand-page__stats div:nth-child(n+2) { padding-left: 20px; }

.motolog-brand-page__content {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 56px;
	padding-block: 70px 100px;
}

.motolog-brand-page__filters section {
	margin-bottom: 38px;
	padding-top: 16px;
	border-top: 3px solid var(--brand-ink);
}

.motolog-brand-page__filters h2 { margin: 0 0 17px; font-size: 15px; }
.motolog-brand-page__filters ul { margin: 0; padding: 0; list-style: none; }
.motolog-brand-page__filters li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #d8d8d5; font-size: 13px; }
.motolog-brand-page__filters li strong { color: var(--brand-red); }
.motolog-brand-page__filters p { color: #777; font-size: 13px; }

.motolog-brand-page__section-heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 28px;
	padding-bottom: 17px;
	border-bottom: 3px solid var(--brand-ink);
}

.motolog-brand-page__section-heading h2 { margin: 0; font-size: clamp(25px, 3vw, 38px); letter-spacing: -.04em; }
.motolog-brand-page__section-heading > strong { color: #777; font-size: 11px; letter-spacing: .12em; }
.motolog-brand-page__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 24px; }
.motolog-brand-article { overflow: hidden; background: #fff; border-bottom: 3px solid var(--brand-ink); }
.motolog-brand-article__media { display: flex; aspect-ratio: 16 / 9; background: #24262a; color: #6c6f74; align-items: center; justify-content: center; font-size: 28px; font-weight: 900; }
.motolog-brand-article__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.motolog-brand-article:hover .motolog-brand-article__media img { transform: scale(1.025); }
.motolog-brand-article__body { padding: 22px 22px 24px; }
.motolog-brand-article__meta { display: flex; gap: 12px; color: #777; font-size: 11px; }
.motolog-brand-article__meta span { color: var(--brand-red); font-weight: 800; }
.motolog-brand-article h3 { margin: 11px 0; font-size: 21px; line-height: 1.35; letter-spacing: -.025em; }
.motolog-brand-article h3 a { color: var(--brand-ink); }
.motolog-brand-article__body p { min-height: 3.3em; margin: 0 0 19px; color: #686a6d; font-size: 13px; line-height: 1.65; }
.motolog-brand-article__more { color: var(--brand-ink); font-size: 12px; font-weight: 900; }
.motolog-brand-page .navigation.pagination { margin-top: 48px; }
.motolog-brand-page .nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.motolog-brand-page .page-numbers { padding: 9px 13px; background: #fff; color: var(--brand-ink); font-size: 12px; font-weight: 800; }
.motolog-brand-page .page-numbers.current { background: var(--brand-red); color: #fff; }
.motolog-brand-page__empty { padding: 60px 30px; background: #fff; text-align: center; }

@media (max-width: 800px) {
	.motolog-brand-page__shell { width: min(100% - 28px, 1180px); }
	.motolog-brand-page__hero { padding-top: 22px; }
	.motolog-brand-page__crumb { margin-bottom: 22px; }
	.motolog-brand-page__identity { grid-template-columns: 1fr; gap: 28px; min-height: 0; }
	.motolog-brand-page__identity img { width: min(240px, 65%); justify-self: start; }
	.motolog-brand-page__wordmark { text-align: left; }
	.motolog-brand-page__stats { margin-top: 26px; }
	.motolog-brand-page__stats div:nth-child(n+2) { padding-left: 12px; }
	.motolog-brand-page__content { grid-template-columns: 1fr; gap: 24px; padding-block: 44px 70px; }
	.motolog-brand-page__filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
	.motolog-brand-page__filters section { margin: 0; }
}

@media (max-width: 560px) {
	.motolog-brand-page__lead { font-size: 14px; }
	.motolog-brand-page__stats strong { font-size: 22px; }
	.motolog-brand-page__stats div { padding: 18px 10px 20px 0; }
	.motolog-brand-page__filters, .motolog-brand-page__grid { grid-template-columns: 1fr; }
	.motolog-brand-page__section-heading > strong { display: none; }
}

/* =========================================================
   MotoLog Article v1.0 — Hybrid magazine single template
   ========================================================= */

.single-post .site-header,
.single-post .widget-area { display: none; }
.single-post .site-content,
.single-post #page { margin-top: 0; padding-top: 0; }
.motolog-article-page { --article-red:#e60012; --article-black:#111214; --article-line:#e4e4e4; background:#fff; color:#171717; }
.motolog-article-page *, .motolog-article-page *::before, .motolog-article-page *::after { box-sizing:border-box; }
.motolog-article-search { position:relative; display:block; width:44px; height:44px; border-radius:50%; color:#111; }
.motolog-article-search span::before { position:absolute; top:11px; left:10px; width:17px; height:17px; border:3px solid currentColor; border-radius:50%; content:""; }
.motolog-article-search span::after { position:absolute; top:29px; left:27px; width:11px; height:3px; content:""; background:currentColor; transform:rotate(45deg); transform-origin:left center; }

.motolog-article-hero { overflow:hidden; border-bottom:1px solid var(--article-line); background:#f4f4f3; }
.motolog-article-hero__grid { display:grid; grid-template-columns:minmax(0,.88fr) minmax(440px,1.12fr); min-height:530px; padding-block:58px; align-items:center; gap:clamp(42px,5vw,86px); }
.motolog-article-hero__copy--editorial { align-self:stretch; display:flex; min-height:0; padding-top:48px; flex-direction:column; }
.motolog-article-kicker { display:inline-flex; align-items:center; gap:10px; color:var(--article-red); font-size:13px; font-weight:950; letter-spacing:.16em; text-decoration:none; }
.motolog-article-kicker::before { width:34px; height:4px; content:""; background:var(--article-red); transform:skewX(-22deg); }
.motolog-article-hero h1 { max-width:790px; margin:20px 0 22px; color:#0b0b0c; font-size:clamp(38px,4.15vw,66px); font-weight:950; letter-spacing:-.055em; line-height:1.08; word-break:keep-all; }
.motolog-article-deck { max-width:680px; margin:0; color:#555; font-size:18px; font-weight:520; line-height:1.75; word-break:keep-all; }
.motolog-editorial-title { position:relative; padding:0 0 8px 38px; }
.motolog-editorial-title::before { position:absolute; top:27px; bottom:0; left:18px; width:4px; content:""; background:var(--article-red); }
.motolog-editorial-title::after { position:absolute; top:27px; left:18px; width:58px; height:34px; content:""; background:var(--article-red); clip-path:polygon(0 0,100% 0,100% 4px,34px 4px,4px 34px,4px 100%,0 100%); }
.motolog-editorial-title .motolog-article-kicker { position:relative; z-index:1; display:inline-block; margin-left:-20px; padding:0 8px 7px 0; background:#f4f4f3; font-size:16px; line-height:1; letter-spacing:0; }
.motolog-editorial-title .motolog-article-kicker::before { display:none; }
.motolog-article-hero .motolog-editorial-title h1 { position:relative; z-index:1; max-width:790px; margin:22px 0 8px; color:#0b0b0c; font-size:clamp(26px,3vw,36px); font-weight:950; letter-spacing:-.045em; line-height:1.2; word-break:keep-all !important; overflow-wrap:normal !important; }
.motolog-editorial-title__copy { position:relative; z-index:1; max-width:680px; margin:0; color:#151515; font-size:22px; font-weight:800; letter-spacing:-.035em; line-height:1.45; word-break:keep-all !important; overflow-wrap:normal !important; }
.motolog-hero-keywords { display:flex; flex-wrap:wrap; gap:8px; margin:24px 0 0; padding:0; list-style:none; }
.motolog-editorial-title + .motolog-hero-keywords { margin-left:18px; }
.motolog-editorial-title ~ .motolog-article-meta { margin-left:18px; }
.motolog-hero-keywords li { display:inline-flex; align-items:center; min-height:32px; padding:7px 11px; border:1px solid #d1d1d1; color:#262626; background:rgba(255,255,255,.58); font-size:12px; font-weight:800; line-height:1.2; word-break:keep-all; }
.motolog-hero-keywords li::before { width:5px; height:5px; margin-right:7px; border-radius:50%; content:""; background:var(--article-red); }
.motolog-hero-verdict { max-width:560px; margin:20px 0 0 18px; padding-top:15px; border-top:1px solid #c7c7c7; color:#5d5d5d; font-size:14px; font-weight:650; letter-spacing:-.015em; line-height:1.7; word-break:keep-all; }
.motolog-article-hero__copy--editorial .motolog-article-meta { margin-top:auto; padding-top:22px; }
.motolog-article-meta { display:flex; flex-wrap:wrap; gap:0; margin-top:30px; color:#777; font-size:12px; font-weight:700; letter-spacing:.02em; }
.motolog-article-meta span { display:flex; align-items:center; }
.motolog-article-meta span+span::before { width:3px; height:3px; margin:0 11px; border-radius:50%; content:""; background:#aaa; }
.motolog-article-hero__media { position:relative; aspect-ratio:16/10; margin:0; overflow:hidden; background:#ddd; box-shadow:18px 18px 0 var(--article-red); }
.motolog-article-hero__media::after { position:absolute; z-index:1; inset:0; content:""; box-shadow:inset 0 0 0 1px rgba(0,0,0,.1); pointer-events:none; }
.motolog-article-hero__media img { display:block; width:100%; height:100%; object-fit:cover; }
.motolog-hero-image-overlay { position:absolute; z-index:2; left:18px; display:flex; align-items:center; }
.motolog-hero-image-overlay--top { top:18px; gap:9px; }
.motolog-hero-wordmark { display:inline-flex; align-items:baseline; color:#171719; font-size:22px; font-style:italic; font-weight:950; letter-spacing:-.07em; line-height:1; text-shadow:-1px -1px 0 rgba(255,255,255,.92),1px -1px 0 rgba(255,255,255,.92),-1px 1px 0 rgba(255,255,255,.92),1px 1px 0 rgba(255,255,255,.92); }
.motolog-hero-wordmark strong { color:var(--article-red); font:inherit; }
.motolog-hero-content-badge { display:inline-flex; align-items:center; min-height:22px; padding:4px 10px; border-radius:2px; color:#fff; background:rgba(46,46,48,.82); font-size:9px; font-weight:900; letter-spacing:.14em; line-height:1; }
.motolog-hero-image-overlay--ai { bottom:16px; padding:6px 9px; color:#eee; background:rgba(10,10,11,.72); font-size:9px; font-weight:800; letter-spacing:.08em; }

@media (max-width: 620px) {
  .motolog-hero-image-overlay { left:10px; }
  .motolog-hero-image-overlay--top { top:10px; gap:7px; }
  .motolog-hero-wordmark { font-size:18px; }
  .motolog-hero-content-badge { min-height:19px; padding:3px 8px; font-size:8px; }
  .motolog-hero-image-overlay--ai { bottom:10px; padding:5px 7px; font-size:9px; }
}

.motolog-evaluation { background:var(--article-black); color:#fff; }
.motolog-evaluation__inner { display:grid; grid-template-columns:1.2fr repeat(4,1fr); min-height:138px; align-items:stretch; }
.motolog-evaluation__heading, .motolog-evaluation__item { display:flex; flex-direction:column; justify-content:center; padding:26px 30px; border-right:1px solid rgba(255,255,255,.14); }
.motolog-evaluation__heading { padding-left:0; }
.motolog-evaluation__heading span, .motolog-evaluation__item>span { color:#aaa; font-size:10px; font-weight:900; letter-spacing:.15em; }
.motolog-evaluation__heading strong { margin-top:6px; font-size:24px; font-weight:950; letter-spacing:-.04em; }
.motolog-evaluation__heading strong::after { display:block; width:44px; height:4px; margin-top:12px; content:""; background:var(--article-red); }
.motolog-evaluation__item strong { margin-top:7px; font-size:25px; line-height:1; }
.motolog-evaluation__item strong small { margin-left:2px; color:#777; font-size:10px; }
.motolog-evaluation__item strong.is-text { color:#eee; font-size:13px; line-height:1.4; }
.motolog-evaluation__item i { display:block; width:100%; height:3px; margin-top:13px; overflow:hidden; background:#3b3b3d; }
.motolog-evaluation__item i b { display:block; height:100%; background:var(--article-red); }

.motolog-key-specs { border-bottom:1px solid var(--article-line); background:#fff; }
.motolog-key-specs__grid { display:grid; grid-template-columns:repeat(6,1fr); }
.motolog-key-specs__grid>div { position:relative; min-width:0; padding:29px 22px; border-right:1px solid var(--article-line); text-align:center; }
.motolog-key-specs__grid>div:first-child { border-left:1px solid var(--article-line); }
.motolog-key-specs span { display:block; margin-bottom:9px; color:#888; font-size:11px; font-weight:800; }
.motolog-key-specs strong { display:block; overflow:hidden; color:#151515; font-size:20px; font-weight:950; letter-spacing:-.03em; text-overflow:ellipsis; white-space:nowrap; }
.motolog-key-specs small { margin-left:3px; color:#777; font-size:11px; }

.motolog-article-layout { display:grid; grid-template-columns:minmax(0,1fr) 280px; justify-content:space-between; gap:clamp(18px,2.2vw,36px); padding-block:72px 90px; }
.motolog-article-main { min-width:0; }
.motolog-article-summary { position:relative; padding:31px 34px 32px; border-top:5px solid var(--article-black); background:#f4f4f3; }
.motolog-article-summary span, .motolog-sidebar-card>span, .motolog-verdict-grid>div>span { color:var(--article-red); font-size:10px; font-weight:950; letter-spacing:.16em; }
.motolog-article-summary h2 { margin:6px 0 10px; font-size:22px; font-weight:950; letter-spacing:-.035em; }
.motolog-article-summary p { margin:0; color:#464646; font-size:16px; line-height:1.8; }

.motolog-article-toc { margin:42px 0 54px; border:1px solid #dedede; }
.motolog-article-toc button { display:flex; width:100%; align-items:center; gap:11px; padding:18px 22px; border:0; background:#fff; color:#111; font-size:12px; font-weight:950; letter-spacing:.14em; cursor:pointer; text-align:left; }
.motolog-article-toc button span { color:#888; font-size:12px; letter-spacing:0; }
.motolog-article-toc button::after { margin-left:auto; content:"−"; color:var(--article-red); font-size:20px; }
.motolog-article-toc button[aria-expanded="false"]::after { content:"+"; }
.motolog-article-toc ol { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px 26px; margin:0; padding:20px 25px 24px 48px; border-top:1px solid #e8e8e8; background:#fafafa; }
.motolog-article-toc li { padding-left:3px; color:var(--article-red); font-size:12px; font-weight:900; }
.motolog-article-toc li.is-sub { margin-left:13px; }
.motolog-article-toc a { color:#383838; font-size:13px; font-weight:700; line-height:1.45; text-decoration:none; }
.motolog-article-toc a:hover { color:var(--article-red); }

.motolog-article-content { color:#292929; font-size:17px; line-height:1.88; word-break:keep-all; }
.motolog-article-content>p { margin:0 0 27px; }
.motolog-article-content h2 { position:relative; margin:78px 0 24px; min-height:52px; padding:7px 0 15px 70px; color:#111; font-size:31px; font-weight:950; letter-spacing:-.045em; line-height:1.28; }
.motolog-article-content h2::before { display:none; }
.motolog-road-heading__decor { position:absolute; inset:0; display:block; overflow:visible; pointer-events:none; }
.motolog-road-heading__building { position:absolute; bottom:8px; left:2px; z-index:1; width:56px; height:62px; color:#a8a8aa; }
.motolog-road-heading__building svg { display:block; width:100%; height:100%; overflow:visible; }
.motolog-road-heading__road { position:absolute; right:0; bottom:6px; left:0; z-index:2; height:4px; overflow:hidden; background:#b7b7b7; transform:scaleX(.08); transform-origin:left center; transition:transform .65s ease-out; }
.motolog-road-heading__road::after { position:absolute; top:1px; right:0; left:0; height:1px; content:""; background:repeating-linear-gradient(90deg,transparent 0 13px,#fff 13px 22px); opacity:.9; }
.motolog-road-heading__bike { position:absolute; bottom:7px; left:0; z-index:3; width:50px; height:35px; opacity:0; background:url("../images/decor/cruiser-rider.png") no-repeat center bottom/contain; transform:translateX(0); transition:left 1s cubic-bezier(.22,.75,.22,1),opacity .18s ease; }
.motolog-road-heading__bike::after { position:absolute; top:13px; left:6px; width:3px; height:3px; content:""; border-radius:50%; background:var(--article-red); box-shadow:0 0 3px rgba(237,28,36,.65); }
.motolog-road-heading.is-road-visible .motolog-road-heading__road { transform:scaleX(1); }
.motolog-road-heading.is-road-visible .motolog-road-heading__bike { left:calc(100% - 56px); opacity:1; }
@media (prefers-reduced-motion:reduce) {
	.motolog-road-heading__road,.motolog-road-heading__bike { transition:none; }
}
.motolog-article-content h3 { margin:48px 0 18px; color:#171717; font-size:23px; font-weight:900; letter-spacing:-.035em; line-height:1.35; }
.motolog-article-content h4 { margin:36px 0 15px; font-size:19px; font-weight:900; }
.motolog-article-content a { color:var(--article-red); text-underline-offset:3px; }
.motolog-article-content img { height:auto; margin-block:18px; }
.motolog-article-content figure { max-width:100%; margin:38px 0; }
.motolog-article-content figcaption { color:#777; font-size:12px; line-height:1.6; }
.motolog-article-content blockquote { margin:38px 0; padding:24px 30px; border:0; border-left:5px solid var(--article-red); background:#f5f5f4; color:#222; font-size:19px; font-weight:750; line-height:1.7; }
.motolog-article-content ul, .motolog-article-content ol { margin:24px 0 30px; padding-left:25px; }
.motolog-article-content li { margin-bottom:9px; }
.motolog-article-content table { display:table; width:100%; margin:36px 0; border-collapse:collapse; border-top:3px solid #111; font-size:14px; line-height:1.55; }
.motolog-article-content .motolog-equipment-guide-table { font-size:15px; line-height:1.65; }
.motolog-article-content .motolog-equipment-guide-table th,
.motolog-article-content .motolog-equipment-guide-table td { padding:13px 14px; white-space:normal; vertical-align:top; }
.motolog-article-content th { background:#f1f1f0; font-weight:900; }
.motolog-article-content th, .motolog-article-content td { padding:15px 17px; border:1px solid #dedede; text-align:left; }

.motolog-verdict-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:74px; }
.motolog-verdict-grid>div { min-height:210px; padding:28px 30px; border-top:5px solid #111; background:#f5f5f4; }
.motolog-verdict-grid>div.is-final { grid-column:1/-1; min-height:0; border-top-color:var(--article-red); background:#111; color:#fff; }
.motolog-verdict-grid h2 { margin:7px 0 14px; font-size:22px; font-weight:950; }
.motolog-verdict-grid p { margin:0; color:#555; font-size:14px; line-height:1.75; }
.motolog-verdict-grid .is-final p { color:#d6d6d6; }

.motolog-article-footer { margin-top:55px; padding-top:32px; border-top:1px solid #ddd; }
.motolog-author-card { display:flex; align-items:center; gap:20px; }
.motolog-author-card img { border-radius:50%; }
.motolog-author-card span { display:block; color:var(--article-red); font-size:9px; font-weight:950; letter-spacing:.15em; }
.motolog-author-card strong { font-size:17px; }
.motolog-author-card p { margin:5px 0 0; color:#777; font-size:12px; }
.motolog-article-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:25px; }
.motolog-article-tags a { padding:6px 10px; border:1px solid #ddd; color:#555; font-size:11px; text-decoration:none; }

.motolog-article-sidebar { min-width:0; }
.motolog-sidebar-card { margin-bottom:22px; padding:25px; border:1px solid #ddd; background:#fff; }
.motolog-sidebar-card--recommend { border:0; border-top:5px solid var(--article-red); background:#111; color:#fff; }
.motolog-sidebar-card h2 { margin:7px 0 15px; font-size:20px; font-weight:950; letter-spacing:-.035em; }
.motolog-sidebar-card p { margin:0; color:#777; font-size:13px; line-height:1.7; }
.motolog-sidebar-card--recommend p { color:#ccc; }
.motolog-sidebar-ad { display:flex; min-height:250px; margin-bottom:22px; align-items:center; justify-content:center; flex-direction:column; border:1px dashed #ccc; background:#fafafa; color:#aaa; }
.motolog-sidebar-ad span { font-size:8px; letter-spacing:.18em; }
.motolog-sidebar-ad p { margin:5px 0 0; font-size:11px; }
.motolog-related-list a { display:grid; grid-template-columns:82px minmax(0,1fr); align-items:center; gap:12px; padding:13px 0; border-top:1px solid #eee; color:#222; text-decoration:none; }
.motolog-related-list img { width:82px; height:62px; object-fit:cover; }
.motolog-related-list strong { font-size:12px; line-height:1.5; }
.motolog-sidebar-card--newsletter { background:#f0f0ef; }
.motolog-sidebar-card--newsletter a { display:inline-block; margin-top:17px; color:var(--article-red); font-size:12px; font-weight:900; text-decoration:none; }

.motolog-post-navigation { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1px; margin-bottom:80px; background:#ddd; border:1px solid #ddd; }
.motolog-post-navigation>div { min-height:120px; padding:25px 30px; background:#fff; }
.motolog-post-navigation>div:last-child { text-align:right; }
.motolog-post-navigation span { display:block; margin-bottom:8px; color:#999; font-size:10px; font-weight:850; letter-spacing:.08em; }
.motolog-post-navigation a { color:#222; font-size:15px; font-weight:850; line-height:1.5; text-decoration:none; }

@media (max-width:1120px) {
	.motolog-article-hero__grid { grid-template-columns:1fr 1fr; min-height:460px; }
	.motolog-article-hero__copy--editorial { padding-top:28px; }
	.motolog-evaluation__inner { grid-template-columns:1fr repeat(4,1fr); }
	.motolog-evaluation__heading, .motolog-evaluation__item { padding-inline:18px; }
	.motolog-article-layout { grid-template-columns:minmax(0,1fr) 270px; gap:clamp(18px,2.2vw,28px); }
	.motolog-key-specs__grid { grid-template-columns:repeat(3,1fr); }
	.motolog-key-specs__grid>div:nth-child(4) { border-left:1px solid var(--article-line); }
}

@media (max-width:900px) {
	.motolog-article-hero__grid { grid-template-columns:1fr; padding-block:42px 55px; }
	.motolog-article-hero__copy--editorial { align-self:auto; padding-top:0; }
	.motolog-article-hero__copy--editorial .motolog-article-meta { margin-top:30px; padding-top:0; }
	.motolog-hero-verdict { max-width:none; font-size:14px; }
	.motolog-article-hero__media { max-width:760px; }
	.motolog-evaluation__inner { grid-template-columns:repeat(2,1fr); }
	.motolog-evaluation__heading { grid-column:1/-1; min-height:105px; padding-left:0; border-bottom:1px solid rgba(255,255,255,.14); }
	.motolog-evaluation__item { min-height:110px; }
}

@media (max-width:760px) {
	.motolog-article-layout { grid-template-columns:1fr; }
	.motolog-article-sidebar { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
	.motolog-sidebar-card, .motolog-sidebar-ad { margin:0; }
}

@media (max-width:680px) {
	.single-post .motolog-header-v4__inner { grid-template-columns:minmax(0,1fr) 42px; min-height:76px; gap:10px; }
	.single-post .motolog-logo-v4 { width:178px; height:67px; }
	.single-post .motolog-nav-v4 { display:none; }
	.single-post .motolog-utility-v4__inner { padding-inline:18px; }
	.single-post .motolog-utility-v4__inner>strong { font-size:8px; letter-spacing:.12em; }
	.single-post .motolog-social-v4 { gap:10px; font-size:9px; }
	.motolog-article-hero__grid { gap:34px; padding-top:34px; }
	.motolog-article-hero h1 { margin-top:15px; font-size:37px; }
	.motolog-editorial-title { padding-left:32px; }
	.motolog-editorial-title::before { left:13px; }
	.motolog-editorial-title::after { left:13px; width:50px; height:30px; clip-path:polygon(0 0,100% 0,100% 4px,30px 4px,4px 30px,4px 100%,0 100%); }
	.motolog-editorial-title .motolog-article-kicker { margin-left:-19px; font-size:14px; }
	.motolog-article-hero .motolog-editorial-title h1 { margin-top:20px; font-size:clamp(26px,7.6vw,32px); }
	.motolog-editorial-title__copy { font-size:18px; line-height:1.45; }
	.motolog-hero-keywords { gap:6px; margin-top:18px; }
	.motolog-editorial-title + .motolog-hero-keywords { margin-left:13px; }
	.motolog-editorial-title ~ .motolog-article-meta { margin-left:13px; }
	.motolog-hero-keywords li { min-height:29px; padding:6px 9px; font-size:11px; }
	.motolog-article-deck { font-size:15px; line-height:1.7; }
	.motolog-article-hero__media { box-shadow:8px 9px 0 var(--article-red); }
	.motolog-evaluation__inner { grid-template-columns:1fr 1fr; }
	.motolog-evaluation__heading { padding-left:0; }
	.motolog-evaluation__item { padding:21px 17px; }
	.motolog-key-specs__grid { grid-template-columns:repeat(2,1fr); }
	.motolog-key-specs__grid>div:nth-child(odd) { border-left:1px solid var(--article-line); }
	.motolog-article-layout { gap:55px; padding-block:45px 65px; }
	.motolog-article-summary { padding:25px 23px; }
	.motolog-article-summary p, .motolog-article-content { font-size:16px; }
	.motolog-article-toc ol { grid-template-columns:1fr; }
	.motolog-article-content h2 { margin-top:66px; min-height:48px; padding:7px 0 14px 58px; font-size:27px; }
	.motolog-road-heading__building { bottom:8px; width:46px; height:52px; }
	.motolog-road-heading__bike { bottom:7px; width:41px; height:28px; }
	.motolog-road-heading.is-road-visible .motolog-road-heading__bike { left:calc(100% - 47px); }
	.motolog-article-content h3 { font-size:21px; }
	.motolog-article-content table { display:block; overflow-x:auto; white-space:nowrap; }
	.motolog-article-content .motolog-equipment-guide-table { font-size:14px; white-space:normal; }
	.motolog-verdict-grid { grid-template-columns:1fr; }
	.motolog-verdict-grid>div.is-final { grid-column:auto; }
	.motolog-article-sidebar { grid-template-columns:1fr; }
	.motolog-post-navigation { grid-template-columns:1fr; }
	.motolog-post-navigation>div:last-child { text-align:left; }
}

.content-area {
	width: 100%;
}

.widget-area,
.motolog-front-page .site-header {
	display: none;
}

.motolog-front-page .site-content,
.motolog-front-page #page {
	margin-top: 0;
	padding-top: 0;
}

.motolog-home-v4 {
	background: var(--motolog-surface);
}

.motolog-utility-v4 {
	background: var(--motolog-black);
	color: rgba(255, 255, 255, 0.78);
}

.motolog-utility-v4__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 32px;
	font-size: 11px;
	letter-spacing: 0.05em;
}

.motolog-utility-v4__inner nav {
	display: flex;
	gap: 18px;
}

.motolog-utility-v4 a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.motolog-header-v4 {
	position: sticky;
	z-index: 100;
	top: 0;
	border-bottom: 1px solid var(--motolog-gray-200);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 8px 24px rgba(17, 18, 20, 0.05);
	backdrop-filter: blur(14px);
}

.motolog-header-v4__inner {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr) 48px;
	align-items: center;
	gap: 32px;
	min-height: 108px;
}

.motolog-logo-v4 {
	display: flex;
	align-items: center;
	width: 250px;
	height: 96px;
}

.motolog-logo-v4 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

.motolog-nav-v4 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(30px, 3.4vw, 54px);
}

.motolog-nav-v4 a {
	position: relative;
	padding-block: 41px;
	color: var(--motolog-black);
	font-size: 16px;
	font-weight: 850;
	letter-spacing: -0.02em;
	text-decoration: none;
}

.motolog-nav-v4 a::after {
	position: absolute;
	right: 0;
	bottom: 29px;
	left: 0;
	height: 2px;
	content: "";
	background: var(--motolog-red);
	transform: scaleX(0);
	transition: transform 0.2s ease;
}

.motolog-nav-v4 a:hover::after {
	transform: scaleX(1);
}

.motolog-search-toggle-v4 {
	position: relative;
	width: 44px;
	height: 44px;
	border: 1px solid var(--motolog-gray-200);
	border-radius: 50%;
	background: var(--motolog-white);
	cursor: pointer;
}

.motolog-search-toggle-v4 span {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 15px;
	height: 15px;
	border: 2px solid var(--motolog-black);
	border-radius: 50%;
}

.motolog-search-toggle-v4 span::after {
	position: absolute;
	right: -7px;
	bottom: -5px;
	width: 8px;
	height: 2px;
	content: "";
	background: var(--motolog-black);
	transform: rotate(45deg);
}

.motolog-search-panel-v4 {
	border-top: 1px solid var(--motolog-gray-200);
	background: var(--motolog-white);
}

.motolog-search-form-v4 {
	display: flex;
	gap: 10px;
	padding-block: 18px;
}

.motolog-search-form-v4 input {
	flex: 1;
	min-height: 48px;
	padding: 0 16px;
	border: 1px solid var(--motolog-gray-200);
	border-radius: var(--motolog-radius-md);
}

.motolog-search-form-v4 button {
	min-width: 92px;
	border: 0;
	border-radius: var(--motolog-radius-md);
	background: var(--motolog-black);
	color: white;
	font-weight: 800;
}

.motolog-topic-v4 {
	background: #202226;
}

.motolog-topic-v4__inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.motolog-topic-v4 a {
	padding: 15px 18px;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.motolog-topic-v4 a:hover {
	color: white;
	background: rgba(255, 255, 255, 0.05);
}

.motolog-hero-v4 {
	background: var(--motolog-black);
}

.motolog-hero-v4__article {
	position: relative;
	min-height: clamp(680px, 72vw, 900px);
	overflow: hidden;
}

.motolog-hero-v4__article::after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.9) 0%,
			rgba(0, 0, 0, 0.58) 42%,
			rgba(0, 0, 0, 0.05) 78%
		),
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.04),
			rgba(0, 0, 0, 0.36)
		);
	pointer-events: none;
}

.motolog-hero-v4__media,
.motolog-hero-v4__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.motolog-hero-v4__media img {
	position: absolute;
	inset: 0;
	object-fit: cover;
	object-position: center;
}

.motolog-hero-v4__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	min-height: clamp(680px, 72vw, 900px);
	color: white;
}

.motolog-hero-v4__kicker {
	margin-bottom: 20px;
	color: var(--motolog-red);
	font-size: 14px;
	font-weight: 950;
	font-style: italic;
	letter-spacing: 0.08em;
}

.motolog-hero-v4 h1 {
	max-width: 900px;
	margin: 0 0 22px;
	font-size: clamp(54px, 7vw, 94px);
	line-height: 1;
	letter-spacing: -0.06em;
}

.motolog-hero-v4 h1 a {
	color: white;
	text-decoration: none;
}

.motolog-hero-v4 p {
	max-width: 700px;
	margin: 0 0 32px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 19px;
	line-height: 1.75;
}

.motolog-hero-v4__actions {
	display: flex;
	align-items: center;
	gap: 22px;
}

.motolog-hero-v4__actions > span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
}

.motolog-hero-v4__button {
	display: inline-flex;
	align-items: center;
	min-height: 54px;
	padding: 0 28px;
	border-radius: 6px;
	background: var(--motolog-red);
	color: white;
	font-weight: 850;
	text-decoration: none;
}

.motolog-section-v4 {
	padding-block: 60px;
}

.motolog-section-v4--dark {
	background: #181a1e;
}

.motolog-heading-v4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.motolog-heading-v4 h2 {
	position: relative;
	margin: 0;
	padding-left: 16px;
	font-size: 31px;
	letter-spacing: -0.045em;
}

.motolog-heading-v4 h2::before {
	position: absolute;
	top: 0.12em;
	bottom: 0.12em;
	left: 0;
	width: 4px;
	content: "";
	background: var(--motolog-red);
}

.motolog-heading-v4 a {
	color: var(--motolog-black);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.motolog-heading-v4--light h2 {
	color: white;
}

.motolog-heading-v4--image {
	margin-bottom: 18px;
}

.motolog-heading-v4__title-image {
	display: block;
	height: auto;
	max-width: 100%;
}

.motolog-heading-v4__title-image--latest {
	width: 238px;
}

.motolog-heading-v4__title-image--editorial {
	width: 350px;
}

.motolog-heading-v4__title-image--brand {
	width: 268px;
}

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

.motolog-latest-card-v4 {
	overflow: hidden;
	border: 1px solid var(--motolog-gray-200);
	border-radius: 14px;
	background: white;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.motolog-latest-card-v4:hover {
	transform: translateY(-5px);
	box-shadow: var(--motolog-shadow-md);
}

.motolog-latest-card-v4__media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--motolog-gray-200);
}

.motolog-latest-card-v4__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.motolog-latest-card-v4:hover img {
	transform: scale(1.04);
}

.motolog-latest-card-v4__body {
	padding: 22px;
}

.motolog-card-category,
.motolog-card-category a {
	margin-bottom: 10px;
	color: var(--motolog-red);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-decoration: none;
	text-transform: uppercase;
}

.motolog-latest-card-v4 h3 {
	margin: 0 0 13px;
	font-size: 23px;
	line-height: 1.3;
	letter-spacing: -0.03em;
}

.motolog-latest-card-v4 h3 a {
	color: var(--motolog-black);
	text-decoration: none;
}

.motolog-latest-card-v4 p {
	margin: 0 0 18px;
	color: var(--motolog-gray-500);
	font-size: 14px;
	line-height: 1.7;
}

.motolog-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	color: var(--motolog-gray-500);
	font-size: 11px;
}

.motolog-editorial-v4 {
	display: grid;
	grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.5fr);
	gap: 28px;
	align-items: stretch;
}

.motolog-popular-v4 {
	padding: 30px;
	border: 1px solid var(--motolog-gray-200);
	border-radius: 15px;
	background: white;
}

.motolog-popular-list-v4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.motolog-popular-list-v4 li {
	display: grid;
	grid-template-columns: 32px 98px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid var(--motolog-gray-200);
}

.motolog-popular-list-v4__rank {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 5px;
	background: var(--motolog-red);
	color: white;
	font-size: 12px;
	font-weight: 900;
}

.motolog-popular-list-v4__thumb {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 8px;
	background: var(--motolog-gray-200);
}

.motolog-popular-list-v4__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.motolog-popular-list-v4 h3 {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.45;
}

.motolog-popular-list-v4 h3 a {
	color: var(--motolog-black);
	text-decoration: none;
}

.motolog-popular-list-v4 li div > span,
.motolog-featured-v4 article span {
	color: var(--motolog-gray-500);
	font-size: 10px;
}

.motolog-featured-v4 {
	padding: 32px;
	border-radius: 15px;
	background:
		linear-gradient(
			135deg,
			#141518,
			#292c32
		);
	color: white;
}

.motolog-featured-grid-v4 {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(290px, 0.7fr);
	gap: 26px;
}

.motolog-featured-lead-v4 {
	padding-right: 26px;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.motolog-featured-lead-v4__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 11px;
	background: #333;
}

.motolog-featured-lead-v4__media img,
.motolog-featured-small-v4__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.motolog-featured-lead-v4 h3 {
	margin: 14px 0 10px;
	font-size: 29px;
	line-height: 1.26;
	letter-spacing: -0.04em;
}

.motolog-featured-lead-v4 h3 a,
.motolog-featured-small-v4 h3 a {
	color: white;
	text-decoration: none;
}

.motolog-featured-lead-v4 p {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.68;
}

.motolog-featured-small-v4 {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.motolog-featured-small-v4__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 8px;
	background: #333;
}

.motolog-featured-small-v4 h3 {
	margin: 0 0 7px;
	font-size: 14px;
	line-height: 1.45;
}

.motolog-featured-empty-v4 {
	display: grid;
	min-height: 320px;
	place-items: center;
	color: rgba(255, 255, 255, 0.66);
	text-align: center;
}

.motolog-category-hubs-v4 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.motolog-category-hubs-v4 a {
	min-height: 210px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 13px;
	background: #22252a;
	color: white;
	text-decoration: none;
	transition:
		transform 0.2s ease,
		background 0.2s ease;
}

.motolog-category-hubs-v4 a:hover {
	transform: translateY(-5px);
	background: #2a2d33;
}

.motolog-category-hubs-v4 span {
	margin-bottom: 9px;
	color: var(--motolog-red);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.motolog-category-hubs-v4 strong {
	font-size: 25px;
	letter-spacing: -0.04em;
}

.motolog-category-hubs-v4 small {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
}

.motolog-start-v4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 40px;
	border-radius: 15px;
	background: white;
	box-shadow: var(--motolog-shadow-sm);
}

.motolog-start-v4 span {
	color: var(--motolog-red);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.motolog-start-v4 h2 {
	margin: 8px 0;
	font-size: 36px;
	letter-spacing: -0.045em;
}

.motolog-start-v4 p {
	margin: 0;
	color: var(--motolog-gray-500);
}

.motolog-start-v4 > a {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 0 24px;
	border-radius: var(--motolog-radius-pill);
	background: var(--motolog-black);
	color: white;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.motolog-image-fallback,
.motolog-empty-state {
	display: grid;
	place-items: center;
	min-height: 250px;
	background: white;
	text-align: center;
}

@media (max-width: 1120px) {
	.motolog-utility-v4__inner {
		padding-inline: 22px;
	}

	.motolog-header-v4__inner {
		grid-template-columns: 210px minmax(0, 1fr) 44px;
		min-height: 92px;
	}

	.motolog-logo-v4 {
		width: 200px;
		height: 82px;
	}

	.motolog-nav-v4 {
		gap: 24px;
	}

	.motolog-nav-v4 a {
		font-size: 14px;
		padding-block: 34px;
	}

	.motolog-hero-v4__article,
	.motolog-hero-v4__content {
		min-height: 680px;
	}

	.motolog-latest-grid-v4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.motolog-editorial-v4 {
		grid-template-columns: 1fr;
	}

	.motolog-category-hubs-v4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.motolog-utility-v4 {
		display: none;
	}

	.motolog-header-v4__inner {
		grid-template-columns: 165px minmax(0, 1fr) 44px;
		min-height: 74px;
	}

	.motolog-logo-v4 {
		width: 156px;
		height: 64px;
	}

	.motolog-nav-v4 {
		display: none;
	}

	.motolog-topic-v4__inner {
		overflow-x: auto;
		grid-template-columns: repeat(4, minmax(125px, 1fr));
	}

	.motolog-hero-v4__article,
	.motolog-hero-v4__content {
		min-height: 590px;
	}

	.motolog-hero-v4__article::after {
		background:
			linear-gradient(
				90deg,
				rgba(0, 0, 0, 0.88),
				rgba(0, 0, 0, 0.24)
			);
	}

	.motolog-hero-v4 h1 {
		font-size: 47px;
	}

	.motolog-hero-v4 p {
		display: none;
	}

	.motolog-hero-v4__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.motolog-latest-grid-v4,
	.motolog-category-hubs-v4 {
		grid-template-columns: 1fr;
	}

	.motolog-featured-grid-v4 {
		grid-template-columns: 1fr;
	}

	.motolog-featured-lead-v4 {
		padding-right: 0;
		padding-bottom: 24px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.motolog-start-v4 {
		align-items: flex-start;
		flex-direction: column;
		padding: 30px;
	}
}

/* MotoLog Home v4.1 — Front Door Final */

/* 로고와 헤더 비율 */
.motolog-header-v4__inner {
	grid-template-columns: 310px minmax(0, 1fr) 48px;
	min-height: 112px;
}

.motolog-logo-v4 {
	width: 295px;
	height: 102px;
}

/* Hero 텍스트 가독성 */
.motolog-hero-v4__content {
	justify-content: flex-end;
	padding-bottom: clamp(72px, 8vw, 112px);
}

.motolog-hero-v4__copy {
	width: min(660px, 58%);
	padding-left: clamp(4px, 1vw, 14px);
}

.motolog-hero-v4 h1 {
	max-width: 660px;
	font-size: clamp(48px, 5.6vw, 82px);
	line-height: 1.03;
}

.motolog-hero-v4 p {
	max-width: 610px;
}

/* 최신 콘텐츠 고정 CTA */
.motolog-latest-cta-v4 {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	min-height: 100%;
	padding: 28px;
	border-radius: 14px;
	background: linear-gradient(145deg, #17181b, #2a2d33);
	color: white;
	box-shadow: var(--motolog-shadow-sm);
}

.motolog-latest-cta-v4__eyebrow {
	margin-bottom: 14px;
	color: var(--motolog-red);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.13em;
}

.motolog-latest-cta-v4 h3 {
	margin: 0 0 14px;
	font-size: 27px;
	line-height: 1.22;
	letter-spacing: -0.045em;
}

.motolog-latest-cta-v4 p {
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	line-height: 1.7;
}

.motolog-latest-cta-v4__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.motolog-latest-cta-v4__links a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--motolog-radius-pill);
	color: white;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.motolog-latest-cta-v4__links a:first-child {
	border-color: var(--motolog-red);
	background: var(--motolog-red);
}

@media (max-width: 1120px) {
	.motolog-header-v4__inner {
		grid-template-columns: 235px minmax(0, 1fr) 44px;
		min-height: 96px;
	}

	.motolog-logo-v4 {
		width: 225px;
		height: 86px;
	}

	.motolog-hero-v4__copy {
		width: min(650px, 68%);
	}
}

@media (max-width: 760px) {
	.motolog-header-v4__inner {
		grid-template-columns: 175px minmax(0, 1fr) 44px;
		min-height: 76px;
	}

	.motolog-logo-v4 {
		width: 166px;
		height: 66px;
	}

	.motolog-hero-v4__content {
		justify-content: flex-end;
		padding-bottom: 54px;
	}

	.motolog-hero-v4__copy {
		width: 100%;
		padding-left: 0;
	}

	.motolog-hero-v4 h1 {
		font-size: 44px;
	}

	.motolog-latest-cta-v4 {
		min-height: 280px;
	}
}

/* =========================================================
   MotoLog Homepage v1.2 Final — Header & Hero Alignment
   Header, social bar, monthly cover and brand hub
   ========================================================= */

/* Shared horizontal alignment: brand bar, header, topic strip and Hero */
.motolog-utility-v4 .motolog-shell,
.motolog-header-v4 .motolog-shell,
.motolog-topic-v4 .motolog-shell,
.motolog-monthly-cover .motolog-shell {
	width: min(var(--motolog-shell), calc(100% - 40px));
	margin-inline: auto;
}

/* Black brand bar */
.motolog-utility-v4 {
	background: #111214;
	color: rgba(255, 255, 255, 0.78);
}

.motolog-utility-v4__inner {
	min-height: 36px;
	padding-inline: 32px;
}

.motolog-utility-v4__inner > strong {
	color: rgba(255, 255, 255, 0.72);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.16em;
}

.motolog-social-v4 {
	display: flex;
	align-items: center;
	gap: 20px;
}

.motolog-social-v4 a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0;
	text-decoration: none;
	transition: color 0.2s ease;
}

.motolog-social-v4 a span {
	display: inline-grid;
	min-width: 17px;
	height: 17px;
	place-items: center;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.motolog-social-v4 a:hover,
.motolog-social-v4 a:focus-visible {
	color: var(--motolog-red);
}

/* Header and navigation alignment */
.motolog-header-v4 {
	background: transparent;
	box-shadow: none;
}

.motolog-header-v4__inner {
	grid-template-columns: 285px minmax(0, 1fr) 48px;
	min-height: 108px;
	padding-inline: 14px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 8px 24px rgba(17, 18, 20, 0.06);
}

.motolog-logo-v4 {
	width: 265px;
	height: 96px;
}

.motolog-topic-v4 {
	margin-bottom: 0;
	background: transparent;
}

.motolog-topic-v4__inner {
	background: #202226;
}

.motolog-topic-v4 a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.motolog-topic-v4 a span {
	color: var(--motolog-red);
	font-size: 11px;
}

/* Monthly magazine cover */
.motolog-monthly-cover {
	padding: 8px 0 8px;
	background: var(--motolog-surface);
}

.motolog-monthly-cover__link {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 15px;
	background: #111;
	box-shadow: 0 26px 64px rgba(0, 0, 0, 0.24);
}

.motolog-monthly-cover__link::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.72) 100%);
	pointer-events: none;
}

.motolog-monthly-cover__link.has-custom-cover::after {
	display: none;
}

.motolog-monthly-cover__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
	transition:
		transform 0.35s ease,
		filter 0.35s ease;
}

.motolog-monthly-cover__link:hover .motolog-monthly-cover__image {
	transform: scale(1.01);
	filter: brightness(1.025);
}

.motolog-monthly-cover__overlay {
	position: absolute;
	right: clamp(22px, 4vw, 58px);
	bottom: clamp(22px, 4vw, 54px);
	left: clamp(22px, 4vw, 58px);
	z-index: 1;
	display: flex;
	max-width: 900px;
	flex-direction: column;
	gap: 8px;
	color: #fff;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.48);
}

.motolog-monthly-cover__overlay small {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.18em;
}

.motolog-monthly-cover__overlay strong {
	font-size: clamp(26px, 4.4vw, 64px);
	font-weight: 950;
	letter-spacing: -0.045em;
	line-height: 1.08;
	word-break: keep-all;
}

.motolog-monthly-cover__link:focus-visible {
	outline: 3px solid var(--motolog-red);
	outline-offset: 4px;
}

.motolog-monthly-cover__note {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 13px;
	margin: 11px 0 0;
	color: var(--motolog-gray-500);
	font-size: 11px;
	text-align: center;
}

.motolog-monthly-cover__note strong {
	color: var(--motolog-black);
	font-weight: 850;
}

.motolog-monthly-cover__note strong::after {
	margin-left: 13px;
	color: var(--motolog-gray-300);
	content: "•";
}

/* Brand hub */
.motolog-brand-hub__more {
	color: rgba(255, 255, 255, 0.72) !important;
}

.motolog-brand-hub {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}

.motolog-brand-hub a {
	display: flex;
	min-height: 165px;
	justify-content: flex-end;
	flex-direction: column;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background:
		linear-gradient(
			145deg,
			#22252a,
			#1c1e22
		);
	color: white;
	text-decoration: none;
	transition:
		transform 0.2s ease,
		border-color 0.2s ease,
		background 0.2s ease;
}

.motolog-brand-hub a:hover {
	transform: translateY(-4px);
	border-color: rgba(227, 29, 47, 0.72);
	background: #282b31;
}

.motolog-brand-hub span {
	margin-bottom: auto;
	color: var(--motolog-red);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.motolog-brand-hub strong {
	margin-top: 38px;
	font-size: 21px;
	letter-spacing: -0.03em;
}

.motolog-brand-hub small {
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.54);
	font-size: 11px;
	line-height: 1.4;
}

@media (max-width: 1120px) {
	.motolog-header-v4__inner {
		grid-template-columns: 220px minmax(0, 1fr) 44px;
		min-height: 94px;
	}

	.motolog-logo-v4 {
		width: 205px;
		height: 82px;
	}

	.motolog-brand-hub {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.motolog-utility-v4 {
		display: block;
	}

	.motolog-utility-v4__inner {
		min-height: 34px;
		padding-inline: 14px;
	}

	.motolog-utility-v4__inner > strong {
		display: none;
	}

	.motolog-social-v4 {
		width: 100%;
		justify-content: flex-end;
	}

	.motolog-header-v4__inner {
		grid-template-columns: 175px minmax(0, 1fr) 44px;
		min-height: 76px;
		padding-inline: 8px;
	}

	.motolog-logo-v4 {
		width: 165px;
		height: 66px;
	}

	.motolog-monthly-cover {
		padding-top: 6px;
	}

	.motolog-monthly-cover__link {
		border-radius: 9px;
	}

	.motolog-monthly-cover__image {
		aspect-ratio: auto;
		object-fit: contain;
	}

	.motolog-monthly-cover__overlay {
		right: 18px;
		bottom: 17px;
		left: 18px;
	}

	.motolog-monthly-cover__overlay strong {
		font-size: clamp(22px, 7vw, 34px);
	}

	.motolog-monthly-cover__note {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
		padding-inline: 4px;
		text-align: left;
	}

	.motolog-monthly-cover__note strong::after {
		display: none;
	}

	.motolog-brand-hub {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.motolog-brand-hub {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
   MotoLog Homepage v2.0 — Magazine Edition refinements
   ========================================================= */

/* More compact, editorial header rhythm */
.motolog-utility-v4__inner {
	padding-inline: 30px;
}

.motolog-header-v4__inner {
	grid-template-columns: 275px minmax(0, 1fr) 48px;
	min-height: 102px;
}

.motolog-logo-v4 {
	width: 255px;
	height: 92px;
}

.motolog-topic-v4 a {
	padding-block: 13px;
}

/* Keep quick navigation and monthly cover visually connected */
.motolog-monthly-cover {
	padding-top: 6px;
}

/* Four-column magazine review row */
.motolog-latest-grid-v4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.motolog-latest-card-v4__body {
	padding: 18px;
}

.motolog-latest-card-v4 h3 {
	font-size: 20px;
}

.motolog-latest-card-v4 p {
	font-size: 13px;
}

/* Stronger editorial balance */
.motolog-editorial-v4 {
	grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.52fr);
	gap: 24px;
}

.motolog-featured-grid-v4 {
	grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.62fr);
}

.motolog-featured-lead-v4__media {
	aspect-ratio: 16 / 10;
}

/* Brand hub with magazine-like horizontal cards */
.motolog-brand-hub {
	gap: 10px;
}

.motolog-brand-hub a {
	min-height: 148px;
	padding: 20px;
}

.motolog-brand-hub strong {
	font-size: 20px;
}

@media (max-width: 1120px) {
	.motolog-latest-grid-v4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.motolog-editorial-v4 {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.motolog-utility-v4__inner {
		padding-inline: 14px;
	}

	.motolog-latest-grid-v4 {
		grid-template-columns: 1fr;
	}

	.motolog-monthly-cover {
		padding-top: 4px;
	}
}



/* =========================================================
   MotoLog Homepage v2.2 — Brand logo cards
   ========================================================= */

.motolog-brand-hub a {
	position: relative;
	align-items: flex-start;
}

.motolog-brand-hub a > img {
	display: block;
	width: 100%;
	max-width: 128px;
	height: 42px;
	margin: 18px 0 10px;
	object-fit: contain;
	object-position: left center;
	opacity: 0.94;
	transition:
		transform 0.2s ease,
		opacity 0.2s ease;
}

.motolog-brand-hub a:hover > img {
	transform: translateY(-2px);
	opacity: 1;
}

.motolog-brand-hub strong {
	margin-top: 4px;
}

@media (max-width: 760px) {
	.motolog-brand-hub a > img {
		max-width: 118px;
		height: 38px;
		margin-top: 14px;
	}
}


/* =========================================================
   MotoLog Homepage v2.3 — Recognizable brand identity cards
   ========================================================= */

.motolog-brand-hub a {
	align-items: center;
	justify-content: flex-start;
	min-height: 178px;
	text-align: center;
}

.motolog-brand-hub a > span {
	align-self: flex-start;
}

.motolog-brand-hub a > img {
	width: 100%;
	max-width: 165px;
	height: 66px;
	margin: 18px auto 12px;
	object-fit: contain;
	object-position: center;
	opacity: 1;
}

.motolog-brand-hub a > small {
	margin-top: auto;
	color: rgba(255, 255, 255, 0.64);
	text-align: center;
}

@media (max-width: 760px) {
	.motolog-brand-hub a > img {
		max-width: 150px;
		height: 58px;
	}
}


/* =========================================================
   MotoLog Homepage v2.4 — Brand Hub Pro
   ========================================================= */

.motolog-brand-hub {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.motolog-brand-card {
	position: relative;
	display: flex;
	min-height: 285px;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	padding: 22px 22px 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 14px;
	background:
		linear-gradient(
			145deg,
			rgba(41, 44, 50, 0.98),
			rgba(27, 29, 33, 0.98)
		);
	text-align: center;
}

.motolog-brand-card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	content: "";
	background: rgba(255, 255, 255, 0.12);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.24s ease;
}

.motolog-brand-card:hover::before {
	transform: scaleX(1);
}

.motolog-brand-card--honda::before {
	background: #d71920;
}

.motolog-brand-card--yamaha::before {
	background: #1d4f91;
}

.motolog-brand-card--bmw::before {
	background: #1c69d4;
}

.motolog-brand-card--triumph::before {
	background: #b9a06a;
}

.motolog-brand-card--ktm::before {
	background: #ff6600;
}

.motolog-brand-card--suzuki::before {
	background: #005bac;
}

.motolog-brand-card__number {
	align-self: flex-start;
	margin-bottom: 5px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.motolog-brand-card > img {
	display: block;
	width: 100%;
	max-width: 250px;
	height: 92px;
	margin: 5px auto 8px;
	object-fit: contain;
	object-position: center;
}

.motolog-brand-card ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7px;
	margin: 4px 0 20px;
	padding: 0;
	list-style: none;
}

.motolog-brand-card li {
	padding: 6px 9px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	color: rgba(255, 255, 255, 0.7);
	font-size: 10px;
	line-height: 1;
}

.motolog-brand-card > strong {
	margin-top: auto;
	color: white;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: -0.01em;
}

.motolog-brand-card:hover {
	transform: translateY(-5px);
	border-color: rgba(255, 255, 255, 0.17);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1120px) {
	.motolog-brand-hub {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.motolog-brand-hub {
		grid-template-columns: 1fr;
	}

	.motolog-brand-card {
		min-height: 260px;
	}
}


/* =========================================================
   MotoLog Homepage v2.6 — Simple Brand Hub
   ========================================================= */

.motolog-brand-hub {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.motolog-brand-card {
	display: flex;
	min-height: 240px;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	padding: 22px;
	text-align: center;
}

.motolog-brand-card__number {
	align-self: flex-start;
}

.motolog-brand-card > img {
	display: block;
	width: 100%;
	max-width: 230px;
	height: 88px;
	margin: 8px auto 10px;
	object-fit: contain;
	object-position: center;
}

.motolog-brand-card > p {
	max-width: 240px;
	margin: 2px auto 18px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	line-height: 1.6;
}

.motolog-brand-card > strong {
	margin-top: auto;
	color: white;
	font-size: 12px;
	font-weight: 850;
}

.motolog-brand-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1120px) {
	.motolog-brand-hub {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.motolog-brand-hub {
		grid-template-columns: 1fr;
	}

	.motolog-brand-card {
		min-height: 220px;
	}
}


/* =========================================================
   MotoLog Homepage v2.7 — Starter Guide
   ========================================================= */

html {
	scroll-behavior: smooth;
}

#motolog-brand-hub {
	scroll-margin-top: 130px;
}

.motolog-starter-guide {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.7fr);
	gap: 30px;
	padding: 38px;
	border: 1px solid var(--motolog-gray-200);
	border-radius: 16px;
	background: white;
	box-shadow: var(--motolog-shadow-sm);
}

.motolog-starter-guide__intro {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-right: 26px;
	border-right: 1px solid var(--motolog-gray-200);
}

.motolog-starter-guide__intro > span {
	color: var(--motolog-red);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.motolog-starter-guide__intro h2 {
	margin: 10px 0 12px;
	font-size: clamp(29px, 3vw, 40px);
	line-height: 1.1;
	letter-spacing: -0.05em;
}

.motolog-starter-guide__intro p {
	margin: 0;
	color: var(--motolog-gray-500);
	font-size: 13px;
	line-height: 1.75;
}

.motolog-starter-guide__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.motolog-starter-guide__grid a {
	position: relative;
	display: flex;
	min-height: 164px;
	justify-content: flex-end;
	flex-direction: column;
	padding: 20px;
	overflow: hidden;
	border: 1px solid var(--motolog-gray-200);
	border-radius: 12px;
	background: #fafafa;
	color: var(--motolog-black);
	text-decoration: none;
	transition:
		transform 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background 0.2s ease;
}

.motolog-starter-guide__grid a::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	content: "";
	background: var(--motolog-red);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.22s ease;
}

.motolog-starter-guide__grid a:hover {
	transform: translateY(-4px);
	border-color: rgba(227, 29, 47, 0.28);
	background: white;
	box-shadow: var(--motolog-shadow-sm);
}

.motolog-starter-guide__grid a:hover::before {
	transform: scaleX(1);
}

.motolog-starter-guide__grid span {
	margin-bottom: auto;
	color: var(--motolog-red);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.motolog-starter-guide__grid strong {
	margin-top: 26px;
	font-size: 20px;
	letter-spacing: -0.035em;
}

.motolog-starter-guide__grid small {
	margin-top: 7px;
	color: var(--motolog-gray-500);
	font-size: 11px;
	line-height: 1.5;
}

.motolog-starter-guide__grid b {
	margin-top: 15px;
	font-size: 11px;
	font-weight: 850;
}

@media (max-width: 960px) {
	.motolog-starter-guide {
		grid-template-columns: 1fr;
	}

	.motolog-starter-guide__intro {
		padding: 0 0 26px;
		border-right: 0;
		border-bottom: 1px solid var(--motolog-gray-200);
	}
}

@media (max-width: 620px) {
	.motolog-starter-guide {
		padding: 26px 20px;
	}

	.motolog-starter-guide__grid {
		grid-template-columns: 1fr;
	}
}


/* =========================================================
   MotoLog Homepage v2.8 — Compact Visual Guide
   ========================================================= */

.motolog-visual-guide {
	display: grid;
	grid-template-columns: minmax(190px, 0.86fr) minmax(0, 3.14fr);
	min-height: 220px;
	overflow: hidden;
	border: 1px solid var(--motolog-gray-200);
	border-radius: 15px;
	background: white;
	box-shadow: var(--motolog-shadow-sm);
}

.motolog-visual-guide__lead {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 16px 22px;
	border-right: 1px solid var(--motolog-gray-200);
}

.motolog-visual-guide__lead > span {
	align-self: flex-start;
	margin-bottom: 2px;
	color: var(--motolog-red);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.motolog-visual-guide__lead > img {
	display: block;
	width: 100%;
	max-width: 245px;
	height: 132px;
	object-fit: contain;
	object-position: center;
}

.motolog-visual-guide__items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.motolog-visual-guide__items > a {
	display: grid;
	grid-template-rows: 102px 1fr;
	min-width: 0;
	padding: 12px 14px 14px;
	border-right: 1px solid var(--motolog-gray-200);
	color: var(--motolog-black);
	text-decoration: none;
	transition: background 0.2s ease;
}

.motolog-visual-guide__items > a:last-child {
	border-right: 0;
}

.motolog-visual-guide__items > a:hover {
	background: #fafafa;
}

.motolog-visual-guide__items > a > img {
	display: block;
	width: 100%;
	height: 98px;
	object-fit: contain;
	object-position: center bottom;
	transition: transform 0.22s ease;
}

.motolog-visual-guide__items > a:hover > img {
	transform: translateY(-2px);
}

.motolog-visual-guide__items > a > div {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding-top: 2px;
}

.motolog-visual-guide__items span {
	display: inline-grid;
	width: 25px;
	height: 25px;
	place-items: center;
	margin-bottom: 5px;
	border-radius: 50%;
	background: var(--motolog-red);
	color: white;
	font-size: 9px;
	font-weight: 900;
}

.motolog-visual-guide__items strong {
	font-size: clamp(13px, 1.1vw, 17px);
	line-height: 1.15;
	letter-spacing: -0.04em;
	white-space: nowrap;
}

.motolog-visual-guide__items b {
	margin-top: auto;
	padding-top: 8px;
	font-size: 10px;
	font-weight: 850;
}

.motolog-visual-guide__items > a:hover b {
	color: var(--motolog-red);
}

@media (max-width: 1050px) {
	.motolog-visual-guide {
		grid-template-columns: 210px minmax(0, 1fr);
	}

	.motolog-visual-guide__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.motolog-visual-guide__items > a:nth-child(2) {
		border-right: 0;
	}

	.motolog-visual-guide__items > a:nth-child(-n+2) {
		border-bottom: 1px solid var(--motolog-gray-200);
	}
}

@media (max-width: 680px) {
	.motolog-visual-guide {
		grid-template-columns: 1fr;
	}

	.motolog-visual-guide__lead {
		padding: 14px 18px 8px;
		border-right: 0;
		border-bottom: 1px solid var(--motolog-gray-200);
	}

	.motolog-visual-guide__lead > img {
		max-width: 220px;
		height: 115px;
	}

	.motolog-visual-guide__items {
		grid-template-columns: 1fr 1fr;
	}
}


/* =========================================================
   MotoLog Homepage v2.9 — Final Visual Guide
   ========================================================= */

.motolog-visual-guide--final {
	grid-template-columns: minmax(235px, 1.08fr) minmax(0, 3.92fr);
	min-height: 226px;
}

.motolog-visual-guide--final .motolog-visual-guide__lead {
	padding: 12px 20px;
}

.motolog-visual-guide--final .motolog-visual-guide__lead > img {
	width: 100%;
	max-width: 290px;
	height: 190px;
	object-fit: contain;
	object-position: center;
}

.motolog-visual-guide--final .motolog-visual-guide__items > a {
	grid-template-rows: 126px 1fr;
	padding: 12px 14px 16px;
	text-align: center;
}

.motolog-visual-guide--final .motolog-visual-guide__items > a > img {
	width: 100%;
	height: 122px;
	object-fit: contain;
	object-position: center bottom;
}

.motolog-visual-guide--final .motolog-visual-guide__items > a > div {
	align-items: center;
	justify-content: flex-start;
	padding-top: 2px;
	text-align: center;
}

.motolog-visual-guide--final .motolog-visual-guide__items strong {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	font-size: clamp(14px, 1.12vw, 18px);
	line-height: 1.2;
	white-space: nowrap;
}

.motolog-visual-guide--final .motolog-visual-guide__items strong i {
	color: var(--motolog-red);
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	transform: rotate(-7deg);
}

.motolog-visual-guide--final .motolog-visual-guide__items b {
	display: inline-flex;
	min-width: 112px;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	margin-top: 14px;
	padding: 8px 18px;
	border: 1.5px solid var(--motolog-red);
	border-radius: 999px;
	background: white;
	color: var(--motolog-red);
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	transition:
		background 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.motolog-visual-guide--final .motolog-visual-guide__items > a:hover b {
	background: var(--motolog-red);
	color: white;
	transform: translateY(-1px);
}

@media (max-width: 1050px) {
	.motolog-visual-guide--final {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.motolog-visual-guide--final .motolog-visual-guide__lead > img {
		max-width: 245px;
		height: 165px;
	}
}

@media (max-width: 680px) {
	.motolog-visual-guide--final {
		grid-template-columns: 1fr;
	}

	.motolog-visual-guide--final .motolog-visual-guide__lead > img {
		max-width: 260px;
		height: 165px;
	}

	.motolog-visual-guide--final .motolog-visual-guide__items > a {
		grid-template-rows: 112px 1fr;
	}

	.motolog-visual-guide--final .motolog-visual-guide__items > a > img {
		height: 108px;
	}
}


/* =========================================================
   MotoLog Homepage v3.0 — Final Guide
   Red checks, red text links, no button capsules
   ========================================================= */

.motolog-visual-guide--final .motolog-visual-guide__items > a {
	text-align: center;
}

.motolog-visual-guide--final .motolog-visual-guide__items > a > img {
	height: 130px;
	transform: scale(1.04);
	transform-origin: center bottom;
}

.motolog-visual-guide--final .motolog-visual-guide__items > a:hover > img {
	transform: scale(1.08) translateY(-2px);
}

.motolog-visual-guide--final .motolog-visual-guide__items > a > div {
	align-items: center;
	justify-content: flex-start;
	text-align: center;
}

.motolog-visual-guide--final .motolog-visual-guide__items strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	color: var(--motolog-black);
	text-align: center;
}

.motolog-visual-guide--final .motolog-visual-guide__items strong i {
	display: inline-block !important;
	color: #e31d2f !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 22px !important;
	font-style: normal !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	-webkit-text-fill-color: #e31d2f !important;
	transform: rotate(-7deg);
}

.motolog-visual-guide--final .motolog-visual-guide__items b {
	display: inline-block !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin-top: 13px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #e31d2f !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	-webkit-text-fill-color: #e31d2f !important;
	transition:
		color 0.2s ease,
		transform 0.2s ease,
		letter-spacing 0.2s ease;
}

.motolog-visual-guide--final .motolog-visual-guide__items > a:hover b {
	background: transparent !important;
	color: #b91020 !important;
	-webkit-text-fill-color: #b91020 !important;
	transform: translateY(-1px);
	letter-spacing: 0.02em;
}

.motolog-visual-guide--final .motolog-visual-guide__items > a:focus-visible {
	outline: 2px solid #e31d2f;
	outline-offset: -4px;
}

@media (max-width: 680px) {
	.motolog-visual-guide--final .motolog-visual-guide__items > a > img {
		height: 114px;
		transform: scale(1.03);
	}

	.motolog-visual-guide--final .motolog-visual-guide__items strong i {
		font-size: 19px !important;
	}
}


/* =========================================================
   MotoLog Homepage v3.1 — One Line Brand Hub
   ========================================================= */

#motolog-brand-hub {
	padding-top: 26px;
	padding-bottom: 24px;
}

#motolog-brand-hub .motolog-heading-v4 {
	margin-bottom: 14px;
}

#motolog-brand-hub .motolog-brand-hub__more {
	margin-right: 36px;
}

#motolog-brand-hub .motolog-brand-hub {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

#motolog-brand-hub .motolog-brand-card {
	min-height: 150px;
	padding: 18px 12px 16px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#motolog-brand-hub .motolog-brand-card > img {
	width: 100%;
	max-width: 138px;
	height: 58px;
	margin: 0 auto 18px;
	object-fit: contain;
	object-position: center;
}

#motolog-brand-hub .motolog-brand-card > p,
#motolog-brand-hub .motolog-brand-card__number {
	display: none !important;
}

#motolog-brand-hub .motolog-brand-card > strong {
	margin-top: auto;
	color: rgba(255, 255, 255, 0.86);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: -0.01em;
	transition:
		color 0.2s ease,
		transform 0.2s ease;
}

#motolog-brand-hub .motolog-brand-card:hover > strong {
	color: #ffffff;
	transform: translateY(-1px);
}

#motolog-brand-hub .motolog-brand-card:hover {
	transform: translateY(-4px);
}

@media (max-width: 1050px) {
	#motolog-brand-hub .motolog-brand-hub {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	#motolog-brand-hub .motolog-brand-card {
		flex: 0 0 170px;
		scroll-snap-align: start;
	}
}

@media (max-width: 620px) {
	#motolog-brand-hub {
		padding-top: 22px;
		padding-bottom: 22px;
	}

	#motolog-brand-hub .motolog-brand-hub__more {
		margin-right: 8px;
	}

	#motolog-brand-hub .motolog-brand-card {
		flex-basis: 150px;
		min-height: 138px;
	}

	#motolog-brand-hub .motolog-brand-card > img {
		max-width: 120px;
		height: 52px;
	}
}


/* =========================================================
   MotoLog Homepage v3.3 — Brand trademark notice
   ========================================================= */

.motolog-brand-trademark-note {
	max-width: 920px;
	margin: 12px auto 0;
	color: rgba(255, 255, 255, 0.52);
	font-size: 11px;
	line-height: 1.7;
	text-align: center;
	word-break: keep-all;
}

@media (max-width: 620px) {
	.motolog-brand-trademark-note {
		margin-top: 12px;
		padding: 0 8px;
		font-size: 10px;
	}
}

/* =========================================================
   MotoLog Homepage v3.4.3 — Editorial Pick 1 + 3 Layout
   ========================================================= */

#motolog-popular-v4 + .motolog-featured-v4 {
	min-width: 0;
}

.motolog-featured-v4 {
	padding: 32px;
}

.motolog-featured-grid-v4 {
	display: grid;
	grid-template-columns: minmax(0, 1.62fr) minmax(250px, 0.78fr);
	gap: 28px;
	align-items: stretch;
}

.motolog-featured-lead-v4 {
	display: flex;
	min-width: 0;
	padding-right: 28px;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
	flex-direction: column;
}

.motolog-featured-lead-v4__media {
	position: relative;
	aspect-ratio: 16 / 10;
	border-radius: 12px;
}

.motolog-featured-pick-v4 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 7px 16px 8px;
	border-radius: 0 7px 0 0;
	background: var(--motolog-red);
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.motolog-featured-lead-v4__body {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
}

.motolog-featured-lead-v4 h3 {
	margin: 16px 0 10px;
	font-size: clamp(25px, 2vw, 33px);
	line-height: 1.24;
}

.motolog-featured-lead-v4 p {
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 1.72;
}

.motolog-featured-lead-v4__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.motolog-featured-side-v4 {
	display: grid;
	min-width: 0;
	grid-template-rows: repeat(3, minmax(0, 1fr));
}

.motolog-featured-small-v4 {
	display: grid;
	min-width: 0;
	grid-template-columns: 120px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.motolog-featured-small-v4:first-child {
	padding-top: 0;
}

.motolog-featured-small-v4:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.motolog-featured-small-v4__media {
	aspect-ratio: 4 / 3;
	border-radius: 9px;
}

.motolog-featured-small-v4__body {
	display: flex;
	min-width: 0;
	align-self: stretch;
	justify-content: center;
	flex-direction: column;
}

.motolog-featured-small-v4 h3 {
	margin: 0 0 9px;
	font-size: 15px;
	line-height: 1.48;
}

.motolog-featured-readmore-v4 {
	display: inline-block;
	margin-top: 12px;
	color: var(--motolog-red) !important;
	font-size: 11px;
	font-weight: 850;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.motolog-featured-lead-v4__footer .motolog-featured-readmore-v4 {
	margin-top: 0;
	color: var(--motolog-red) !important;
	font-size: 12px;
}

.motolog-featured-readmore-v4:hover {
	transform: translateX(2px);
	color: #ff3344 !important;
}

@media (max-width: 1180px) {
	.motolog-featured-grid-v4 {
		grid-template-columns: minmax(0, 1.35fr) minmax(230px, 0.65fr);
		gap: 22px;
	}

	.motolog-featured-lead-v4 {
		padding-right: 22px;
	}

	.motolog-featured-small-v4 {
		grid-template-columns: 105px minmax(0, 1fr);
		gap: 13px;
	}
}

@media (max-width: 900px) {
	.motolog-featured-grid-v4 {
		grid-template-columns: 1fr;
	}

	.motolog-featured-lead-v4 {
		padding-right: 0;
		padding-bottom: 26px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	.motolog-featured-side-v4 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: none;
		gap: 14px;
	}

	.motolog-featured-small-v4,
	.motolog-featured-small-v4:first-child,
	.motolog-featured-small-v4:last-child {
		display: block;
		padding: 0;
		border-bottom: 0;
	}

	.motolog-featured-small-v4__media {
		margin-bottom: 12px;
	}
}

@media (max-width: 620px) {
	.motolog-featured-v4 {
		padding: 24px 18px;
	}

	.motolog-featured-side-v4 {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
	}

	.motolog-featured-small-v4,
	.motolog-featured-small-v4:first-child,
	.motolog-featured-small-v4:last-child {
		display: grid;
		grid-template-columns: 110px minmax(0, 1fr);
		gap: 14px;
		padding: 15px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}

	.motolog-featured-small-v4:last-child {
		border-bottom: 0;
	}

	.motolog-featured-small-v4__media {
		margin-bottom: 0;
	}

	.motolog-featured-lead-v4__footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}

/* =========================================================
   MotoLog Homepage v3.4.5 — Editorial color force fix
   Explicit colors and high-specificity rules prevent overrides.
   ========================================================= */
.motolog-featured-v4 .motolog-featured-lead-v4__media {
	position: relative !important;
}

.motolog-featured-v4 .motolog-featured-lead-v4__media .motolog-featured-pick-v4 {
	position: absolute !important;
	z-index: 10 !important;
	left: 0 !important;
	bottom: 0 !important;
	display: inline-flex !important;
	width: auto !important;
	min-width: 0 !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 8px 17px 9px !important;
	border: 0 !important;
	border-radius: 0 7px 0 0 !important;
	background-color: #e60012 !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	letter-spacing: -0.02em !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	opacity: 1 !important;
}

.motolog-featured-v4 a.motolog-featured-readmore-v4,
.motolog-featured-v4 .motolog-featured-lead-v4__footer a.motolog-featured-readmore-v4,
.motolog-featured-v4 .motolog-featured-small-v4__body a.motolog-featured-readmore-v4 {
	color: #ed1c24 !important;
	-webkit-text-fill-color: #ed1c24 !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

.motolog-featured-v4 a.motolog-featured-readmore-v4:visited,
.motolog-featured-v4 a.motolog-featured-readmore-v4:hover,
.motolog-featured-v4 a.motolog-featured-readmore-v4:focus {
	color: #ff3344 !important;
	-webkit-text-fill-color: #ff3344 !important;
}

/* =========================================================
   MotoLog Homepage v3.5.1 — Larger Latest Review Thumbnails
   ========================================================= */
#motolog-latest-compact-v4 .motolog-popular-list-v4 li {
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 16px;
	padding: 17px 0;
}

#motolog-latest-compact-v4 .motolog-popular-list-v4__thumb {
	width: 112px;
	aspect-ratio: 16 / 10;
	border-radius: 9px;
}

#motolog-latest-compact-v4 .motolog-popular-list-v4 h3 {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.48;
	word-break: keep-all;
}

#motolog-latest-compact-v4 .motolog-popular-list-v4 li div > span {
	font-size: 10px;
}

@media (max-width: 1120px) {
	#motolog-latest-compact-v4 .motolog-popular-list-v4 li {
		grid-template-columns: 128px minmax(0, 1fr);
	}

	#motolog-latest-compact-v4 .motolog-popular-list-v4__thumb {
		width: 128px;
	}
}

@media (max-width: 620px) {
	#motolog-latest-compact-v4 {
		padding: 24px 20px;
	}

	#motolog-latest-compact-v4 .motolog-popular-list-v4 li {
		grid-template-columns: 104px minmax(0, 1fr);
		gap: 13px;
		padding: 14px 0;
	}

	#motolog-latest-compact-v4 .motolog-popular-list-v4__thumb {
		width: 104px;
	}
}


/* =========================================================
   MotoLog Homepage v3.6 — Section title images
   ========================================================= */

#motolog-latest-compact-v4 .motolog-heading-v4--image {
	margin-bottom: 14px;
}

#motolog-latest-compact-v4 .motolog-heading-v4__title-image--latest {
	width: 220px;
}

.motolog-featured-v4 .motolog-heading-v4--image {
	margin-bottom: 16px;
}

#motolog-brand-hub .motolog-heading-v4--image {
	margin-bottom: 12px;
}

@media (max-width: 900px) {
	.motolog-heading-v4__title-image--editorial {
		width: 300px;
	}

	.motolog-heading-v4__title-image--brand {
		width: 238px;
	}
}

@media (max-width: 620px) {
	.motolog-heading-v4--image {
		margin-bottom: 12px;
	}

	#motolog-latest-compact-v4 .motolog-heading-v4__title-image--latest {
		width: 190px;
	}

	.motolog-heading-v4__title-image--editorial {
		width: 260px;
	}

	.motolog-heading-v4__title-image--brand {
		width: 214px;
	}
}


/* MotoLog v3.6.3 — stronger paint title presence */
#motolog-latest-compact-v4 .motolog-heading-v4--image,
.motolog-featured-v4 .motolog-heading-v4--image,
#motolog-brand-hub .motolog-heading-v4--image {
	overflow: visible;
}

.motolog-heading-v4__title-image {
	filter: drop-shadow(0 1px 0 rgba(0,0,0,.08));
}


/* =========================================================
   MotoLog Homepage v3.6.6 — Utility bar and topic bar alignment
   ========================================================= */

.motolog-utility-v4__inner {
	min-height: 40px;
	padding-inline: 30px;
}

.motolog-utility-v4__inner > strong {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-shadow: 0 0 10px rgba(230, 0, 18, 0.12);
}

.motolog-utility-v4__inner > strong::after {
	content: "";
	width: 34px;
	height: 2px;
	margin-left: 10px;
	border-radius: 999px;
	background: linear-gradient(90deg, #e60012 0%, rgba(230, 0, 18, 0.22) 100%);
}

.motolog-topic-v4__inner {
	min-height: 40px;
	align-items: stretch;
}

.motolog-topic-v4 a {
	min-height: 40px;
	padding: 0 18px;
}

@media (max-width: 760px) {
	.motolog-topic-v4__inner {
		min-height: 38px;
	}

	.motolog-topic-v4 a {
		min-height: 38px;
		padding: 0 12px;
	}
}


/* =========================================================
   MotoLog Homepage v3.6.7 — Final balance refinements
   1) Latest review readability
   2) Distinct section-title brush rhythm
   3) Brand notice readability
   4) Starter-guide vertical alignment
   ========================================================= */

/* Latest review: stronger visual weight without widening the column */
#motolog-latest-compact-v4 {
	padding-inline: 24px;
}

#motolog-latest-compact-v4 .motolog-popular-list-v4 li {
	grid-template-columns: 122px minmax(0, 1fr);
	gap: 17px;
	padding: 18px 0;
}

#motolog-latest-compact-v4 .motolog-popular-list-v4__thumb {
	width: 122px;
	border-radius: 10px;
}

#motolog-latest-compact-v4 .motolog-popular-list-v4 h3 {
	font-size: 15px;
	line-height: 1.5;
}

#motolog-latest-compact-v4 .motolog-popular-list-v4 li div > span {
	font-size: 10.5px;
}

/* Title images: deliberately different strengths */
#motolog-latest-compact-v4 .motolog-heading-v4__title-image--latest {
	width: 205px;
}

.motolog-featured-v4 .motolog-heading-v4__title-image--editorial {
	width: 360px;
}

#motolog-brand-hub .motolog-heading-v4__title-image--brand {
	width: 252px;
}

/* Trademark notice: still discreet, but readable */
.motolog-brand-trademark-note {
	max-width: 980px;
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.64);
	font-size: 12px;
	line-height: 1.72;
}

/* Starter guide: align the phrase art with the four guide cards */
.motolog-visual-guide--final {
	align-items: stretch;
}

.motolog-visual-guide--final .motolog-visual-guide__lead {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 6px;
	padding-bottom: 18px;
}

.motolog-visual-guide--final .motolog-visual-guide__lead > img {
	transform: translateY(-7px);
}

.motolog-visual-guide--final .motolog-visual-guide__items {
	align-items: stretch;
}

@media (max-width: 1120px) {
	#motolog-latest-compact-v4 .motolog-popular-list-v4 li {
		grid-template-columns: 132px minmax(0, 1fr);
	}

	#motolog-latest-compact-v4 .motolog-popular-list-v4__thumb {
		width: 132px;
	}
}

@media (max-width: 680px) {
	#motolog-latest-compact-v4 {
		padding-inline: 20px;
	}

	#motolog-latest-compact-v4 .motolog-popular-list-v4 li {
		grid-template-columns: 108px minmax(0, 1fr);
		gap: 13px;
	}

	#motolog-latest-compact-v4 .motolog-popular-list-v4__thumb {
		width: 108px;
	}

	#motolog-latest-compact-v4 .motolog-popular-list-v4 h3 {
		font-size: 14px;
	}

	.motolog-brand-trademark-note {
		font-size: 10.5px;
	}

	.motolog-visual-guide--final .motolog-visual-guide__lead > img {
		transform: translateY(-3px);
	}
}

/* Article v3.7.1: factual key-summary strip (no ratings). */
.motolog-key-summary .motolog-evaluation__item {
	position: relative;
	padding-left: 68px;
}

.motolog-key-summary .motolog-evaluation__item > span:not(.motolog-summary-icon) {
	color: #b8b8b8;
}

.motolog-key-summary .motolog-evaluation__item strong.is-text {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 8px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.motolog-key-summary .motolog-evaluation__item strong.is-category {
	display: block;
	min-height: 0;
	white-space: pre-line;
	-webkit-line-clamp: unset;
}

.motolog-summary-icon {
	position: absolute;
	top: 50%;
	left: 24px;
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	transform: translateY(-50%);
}

.motolog-summary-icon::before,
.motolog-summary-icon::after {
	position: absolute;
	content: "";
}

.motolog-summary-icon--note::before {
	top: 8px;
	left: 8px;
	width: 12px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 2px;
}

.motolog-summary-icon--note::after {
	right: 7px;
	bottom: 6px;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid var(--article-red);
	transform: rotate(-35deg);
}

.motolog-summary-icon--spec::before {
	top: 13px;
	left: 6px;
	width: 16px;
	height: 3px;
	border-radius: 3px;
	background: #fff;
	transform: rotate(-35deg);
}

.motolog-summary-icon--spec::after {
	top: 7px;
	right: 6px;
	width: 6px;
	height: 6px;
	border: 2px solid var(--article-red);
	border-radius: 50%;
}

.motolog-summary-icon--category::before {
	top: 7px;
	left: 7px;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.motolog-summary-icon--category::after {
	top: 11px;
	left: 11px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--article-red);
}

.motolog-summary-icon--time::before {
	top: 6px;
	left: 6px;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.motolog-summary-icon--time::after {
	top: 10px;
	left: 14px;
	width: 5px;
	height: 7px;
	border-bottom: 2px solid var(--article-red);
	border-left: 2px solid var(--article-red);
}

@media (max-width: 1120px) {
	.motolog-key-summary .motolog-evaluation__item {
		padding-left: 58px;
	}

	.motolog-summary-icon {
		left: 16px;
	}
}

@media (max-width: 680px) {
	.motolog-key-summary .motolog-evaluation__item {
		min-height: 126px;
		padding: 22px 16px 22px 58px;
	}

	.motolog-key-summary .motolog-evaluation__item strong.is-text {
		font-size: 12px;
	}
}

/* Article v3.7.2: align and enlarge the key-summary strip. */
.motolog-key-summary .motolog-evaluation__inner {
	min-height: 154px;
	align-items: stretch;
}

.motolog-key-summary .motolog-evaluation__heading,
.motolog-key-summary .motolog-evaluation__item {
	min-height: 154px;
	justify-content: center;
	padding-top: 28px;
	padding-bottom: 28px;
}

.motolog-key-summary .motolog-evaluation__heading > span,
.motolog-key-summary .motolog-evaluation__item > span:not(.motolog-summary-icon) {
	font-size: 11.5px;
	line-height: 1.25;
}

.motolog-key-summary .motolog-evaluation__heading strong {
	margin-top: 8px;
	font-size: 26px;
	line-height: 1.15;
}

.motolog-key-summary .motolog-evaluation__item strong.is-text {
	min-height: 44px;
	margin-top: 9px;
	font-size: 14.5px;
	line-height: 1.55;
}

@media (max-width: 1120px) {
	.motolog-key-summary .motolog-evaluation__inner,
	.motolog-key-summary .motolog-evaluation__heading,
	.motolog-key-summary .motolog-evaluation__item {
		min-height: 146px;
	}

	.motolog-key-summary .motolog-evaluation__item strong.is-text {
		font-size: 13.5px;
	}
}

@media (max-width: 680px) {
	.motolog-key-summary .motolog-evaluation__inner {
		min-height: 0;
	}

	.motolog-key-summary .motolog-evaluation__heading,
	.motolog-key-summary .motolog-evaluation__item {
		min-height: 132px;
		padding-top: 23px;
		padding-bottom: 23px;
	}

	.motolog-key-summary .motolog-evaluation__heading strong {
		font-size: 24px;
	}

	.motolog-key-summary .motolog-evaluation__item strong.is-text {
		font-size: 13px;
	}
}

/* Article v3.7.3: TOC numbering, closing statement and verdict polish. */
.motolog-article-toc ol {
	counter-reset: motolog-toc;
	padding-left: 30px;
	list-style: none;
}

.motolog-article-toc li,
.motolog-article-toc li.is-sub {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: start;
	margin-left: 0;
	padding-left: 0;
	counter-increment: motolog-toc;
}

.motolog-article-toc li::before {
	content: counter(motolog-toc) ".";
	padding-right: 7px;
	color: var(--article-red);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.motolog-article-toc li a {
	display: block;
	min-width: 0;
	line-height: 1.5;
}

.motolog-article-content .motolog-closing-line {
	margin-right: 0;
	margin-left: auto;
	text-align: right;
}

.motolog-article-content .motolog-closing-line.is-ko {
	margin-top: 54px;
	margin-bottom: 3px;
	font-weight: 850;
}

.motolog-article-content .motolog-closing-line.is-en {
	margin-top: 0;
	font-weight: 800;
}

.motolog-verdict-grid > div {
	display: flex;
	flex-direction: column;
}

.motolog-verdict-grid p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.motolog-verdict-grid .is-final p {
	max-width: 100%;
	-webkit-line-clamp: 3;
}

@media (max-width: 680px) {
	.motolog-article-toc ol {
		padding-left: 21px;
	}

	.motolog-article-toc li,
	.motolog-article-toc li.is-sub {
		grid-template-columns: 32px minmax(0, 1fr);
	}

	.motolog-article-content .motolog-closing-line.is-ko {
		margin-top: 44px;
	}
}

/* MotoLog v0.6.0 — beginner guide hub and detail pages */
.motolog-guide-page {
	--guide-red: #e60012;
	--guide-ink: #101113;
	background: #f4f4f2;
	color: var(--guide-ink);
}

.motolog-guide-shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.motolog-guide-hero {
	padding: 34px 0 58px;
	background: var(--guide-ink);
	color: #fff;
}

.motolog-guide-crumb {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
	margin-bottom: 54px;
	color: #92959a;
	font-size: 13px;
}

.motolog-guide-crumb a { color: #fff; }
.motolog-guide-kicker {
	margin: 0 0 14px;
	color: var(--guide-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .18em;
}

.motolog-guide-hero h1 {
	max-width: 850px;
	margin: 0;
	color: #fff;
	font-size: clamp(43px, 6.8vw, 86px);
	font-weight: 950;
	line-height: 1.03;
	letter-spacing: -.055em;
}

.motolog-guide-intro {
	max-width: 680px;
	margin: 25px 0 0;
	color: #b9bbbf;
	font-size: 16px;
	line-height: 1.75;
}

.motolog-guide-body { padding-block: 62px 100px; }
.motolog-guide-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
}

.motolog-guide-card {
	display: grid;
	grid-template-columns: minmax(180px, .9fr) 1.1fr;
	min-height: 290px;
	overflow: hidden;
	background: #fff;
	border-bottom: 4px solid var(--guide-ink);
	color: var(--guide-ink);
}

.motolog-guide-card__media { position: relative; overflow: hidden; background: #232529; }
.motolog-guide-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.motolog-guide-card:hover .motolog-guide-card__media img { transform: scale(1.035); }
.motolog-guide-card__media > span {
	position: absolute;
	top: 15px;
	left: 15px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	background: var(--guide-red);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}

.motolog-guide-card__body { display: flex; flex-direction: column; padding: 30px 27px 27px; }
.motolog-guide-card__body p { margin: 0 0 8px; color: var(--guide-red); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.motolog-guide-card__body h2 { margin: 0 0 13px; font-size: 27px; letter-spacing: -.04em; }
.motolog-guide-card__body > span { color: #6d6f73; font-size: 13px; line-height: 1.65; }
.motolog-guide-card__body strong { margin-top: auto; padding-top: 25px; font-size: 12px; }

.motolog-guide-detail-lead {
	display: grid;
	grid-template-columns: minmax(280px, .8fr) 1.2fr;
	min-height: 330px;
	margin-bottom: 70px;
	background: #fff;
}

.motolog-guide-detail-lead img { width: 100%; height: 100%; object-fit: cover; }
.motolog-guide-detail-lead > div { display: flex; flex-direction: column; justify-content: center; padding: 50px; }
.motolog-guide-detail-lead span,
.motolog-guide-section-title span { color: var(--guide-red); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.motolog-guide-detail-lead p { margin: 17px 0 0; font-size: clamp(19px, 2.5vw, 31px); font-weight: 800; line-height: 1.55; letter-spacing: -.035em; }

.motolog-guide-steps { border-top: 4px solid var(--guide-ink); }
.motolog-guide-steps section {
	display: grid;
	grid-template-columns: 115px minmax(0, 1fr);
	gap: 30px;
	padding: 46px 0;
	border-bottom: 1px solid #cfd0cd;
}

.motolog-guide-step-number { color: var(--guide-red); font-size: 38px; font-weight: 950; }
.motolog-guide-steps h2 { margin: 0 0 15px; font-size: 29px; letter-spacing: -.035em; }
.motolog-guide-steps p { max-width: 780px; margin: 0; color: #55585c; font-size: 15px; line-height: 1.8; }
.motolog-guide-steps ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: 25px 0 0; padding: 0; list-style: none; }
.motolog-guide-steps li { position: relative; padding: 13px 13px 13px 34px; background: #fff; font-size: 13px; font-weight: 750; }
.motolog-guide-steps li::before { position: absolute; top: 12px; left: 13px; color: var(--guide-red); content: '✓'; font-weight: 950; }

.motolog-guide-related { margin-top: 78px; }
.motolog-guide-section-title { margin-bottom: 24px; padding-bottom: 17px; border-bottom: 4px solid var(--guide-ink); }
.motolog-guide-section-title h2 { margin: 6px 0 0; font-size: 31px; letter-spacing: -.04em; }
.motolog-guide-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.motolog-guide-related article { background: #fff; border-bottom: 3px solid var(--guide-ink); }
.motolog-guide-related article a { display: block; padding-bottom: 22px; color: var(--guide-ink); }
.motolog-guide-related article img { width: 100%; aspect-ratio: 16 / 9; margin-bottom: 17px; object-fit: cover; }
.motolog-guide-related article span { display: block; padding: 0 20px; color: #777; font-size: 10px; }
.motolog-guide-related article h3 { margin: 8px 0 0; padding: 0 20px; font-size: 18px; line-height: 1.45; }
.motolog-guide-related__empty { padding: 45px 25px; background: #fff; color: #777; text-align: center; }

@media (max-width: 900px) {
	.motolog-guide-grid { grid-template-columns: 1fr; }
	.motolog-guide-card { min-height: 260px; }
	.motolog-guide-detail-lead { grid-template-columns: .9fr 1.1fr; }
	.motolog-guide-steps ul { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
	.motolog-guide-shell { width: min(100% - 28px, 1180px); }
	.motolog-guide-hero { padding: 25px 0 43px; }
	.motolog-guide-crumb { margin-bottom: 38px; }
	.motolog-guide-intro { font-size: 14px; }
	.motolog-guide-body { padding-block: 38px 70px; }
	.motolog-guide-card { grid-template-columns: 1fr; min-height: 0; }
	.motolog-guide-card__media { aspect-ratio: 16 / 8; }
	.motolog-guide-card__body { min-height: 205px; padding: 24px 21px; }
	.motolog-guide-detail-lead { grid-template-columns: 1fr; min-height: 0; margin-bottom: 50px; }
	.motolog-guide-detail-lead img { aspect-ratio: 16 / 9; }
	.motolog-guide-detail-lead > div { padding: 29px 23px 34px; }
	.motolog-guide-steps section { grid-template-columns: 55px minmax(0, 1fr); gap: 10px; padding: 34px 0; }
	.motolog-guide-step-number { font-size: 25px; }
	.motolog-guide-steps h2 { font-size: 23px; }
	.motolog-guide-related-grid { grid-template-columns: 1fr; }
}

/* MotoLog v0.7.0 — editorial content hubs */
.motolog-channel-page {
	--channel-red: #e60012;
	--channel-ink: #101113;
	background: #f4f4f2;
	color: var(--channel-ink);
}

.motolog-channel-shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.motolog-channel-hero { padding: 34px 0 38px; background: var(--channel-ink); color: #fff; }
.motolog-channel-crumb { display: flex; gap: 9px; margin-bottom: 50px; color: #919398; font-size: 13px; }
.motolog-channel-crumb a { color: #fff; }
.motolog-channel-hero > div > p { margin: 0 0 10px; color: var(--channel-red); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.motolog-channel-hero h1 { margin: 0; color: #fff; font-size: clamp(45px, 7vw, 84px); font-weight: 950; line-height: 1; letter-spacing: -.055em; }
.motolog-channel-hero__bottom { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-top: 30px; padding-top: 24px; border-top: 1px solid #34363a; }
.motolog-channel-hero__bottom > p { max-width: 680px; margin: 0; color: #b8babf; font-size: 15px; line-height: 1.7; }
.motolog-channel-hero__bottom > strong { color: #8f9297; font-size: 11px; letter-spacing: .12em; }

.motolog-channel-tabs { background: #fff; border-bottom: 1px solid #d8d9d7; }
.motolog-channel-tabs > div { display: flex; overflow-x: auto; }
.motolog-channel-tabs a { flex: 0 0 auto; padding: 18px 25px; color: #696b6f; border-bottom: 3px solid transparent; font-size: 13px; font-weight: 850; }
.motolog-channel-tabs a:first-child { padding-left: 0; }
.motolog-channel-tabs a[aria-current='page'] { color: var(--channel-ink); border-bottom-color: var(--channel-red); }

.motolog-channel-body { padding-block: 62px 100px; }
.motolog-channel-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; padding-bottom: 17px; border-bottom: 4px solid var(--channel-ink); }
.motolog-channel-heading span { color: var(--channel-red); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.motolog-channel-heading h2 { margin: 5px 0 0; font-size: 32px; letter-spacing: -.04em; }
.motolog-channel-heading > p { margin: 0; color: #777; font-size: 12px; }
.motolog-channel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 24px; }
.motolog-channel-card { display: flex; overflow: hidden; flex-direction: column; background: #fff; border-bottom: 3px solid var(--channel-ink); }
.motolog-channel-card__media { position: relative; display: flex; aspect-ratio: 16 / 9; align-items: center; justify-content: center; overflow: hidden; background: #24262a; color: #fff; text-decoration: none; }
.motolog-channel-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.motolog-channel-card:hover .motolog-channel-card__media img { transform: scale(1.03); }
.motolog-channel-card__overlay { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: block; padding: 54px 20px 18px; background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.82) 58%, rgba(0,0,0,.94) 100%); color: #fff; text-align: left; }
.motolog-channel-card__overlay-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 7px; color: rgba(255,255,255,.78); font-size: 9px; }
.motolog-channel-card__overlay-meta strong { color: #ff2b35; font-weight: 950; letter-spacing: .1em; }
.motolog-channel-card__overlay h2 { display: -webkit-box; overflow: hidden; margin: 0; color: #fff; font-size: 20px; font-weight: 900; line-height: 1.3; letter-spacing: -.025em; text-decoration: none; word-break: keep-all; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.motolog-channel-card__body { display: flex; flex: 1; flex-direction: column; padding: 17px 21px 21px; }
.motolog-channel-card__body > p { margin: 0 0 20px; color: #66696c; font-size: 13px; line-height: 1.65; }
.motolog-channel-card__badges { display: flex; flex-wrap: wrap; gap: 7px 12px; min-height: 22px; margin: 0 0 16px; padding: 0; list-style: none; }
.motolog-channel-card__badges li { max-width: 100%; overflow: hidden; padding: 0; color: #5d6064; font-size: 10px; font-weight: 750; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.motolog-channel-card__badges li::before { content: "#"; margin-right: 2px; color: var(--channel-red); font-weight: 950; }
.motolog-channel-card__footer { display: flex; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 16px; border-top: 1px solid #e2e2df; font-size: 11px; }
.motolog-channel-card__footer > span { color: #777; }
.motolog-channel-card__footer a { color: var(--channel-ink); font-weight: 900; }
.motolog-channel-page .page-numbers { display: inline-block; margin-top: 45px; padding: 9px 13px; background: #fff; color: var(--channel-ink); font-size: 12px; font-weight: 850; }
.motolog-channel-page .page-numbers.current { background: var(--channel-red); color: #fff; }
.motolog-channel-empty { padding: 75px 30px; background: #fff; text-align: center; }
.motolog-channel-empty > strong { color: var(--channel-red); font-size: 10px; letter-spacing: .15em; }
.motolog-channel-empty h2 { margin: 10px 0; font-size: 30px; }
.motolog-channel-empty p { margin: 0 0 23px; color: #6c6f72; }
.motolog-channel-empty a { color: var(--channel-ink); font-size: 12px; font-weight: 900; }

@media (max-width: 900px) {
	.motolog-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.motolog-channel-shell { width: min(100% - 28px, 1180px); }
	.motolog-channel-hero { padding: 25px 0 32px; }
	.motolog-channel-crumb { margin-bottom: 36px; }
	.motolog-channel-hero__bottom { align-items: start; flex-direction: column; }
	.motolog-channel-tabs a { padding-inline: 16px; }
	.motolog-channel-body { padding-block: 42px 70px; }
	.motolog-channel-heading > p { display: none; }
	.motolog-channel-grid { grid-template-columns: 1fr; }
}

/* MotoLog v0.7.1 — dynamic brand mega menu */
.motolog-brand-menu { position: relative; align-self: stretch; display: flex; align-items: center; }
.motolog-brand-menu__toggle {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--motolog-black);
	font-size: 16px;
	font-weight: 850;
	letter-spacing: -.02em;
	cursor: pointer;
}

.motolog-brand-menu__toggle::after {
	position: absolute;
	right: 0;
	bottom: 29px;
	left: 0;
	height: 2px;
	content: '';
	background: var(--motolog-red);
	transform: scaleX(0);
	transition: transform .2s ease;
}

.motolog-brand-menu:hover .motolog-brand-menu__toggle::after,
.motolog-brand-menu:focus-within .motolog-brand-menu__toggle::after,
.motolog-brand-menu.is-open .motolog-brand-menu__toggle::after { transform: scaleX(1); }
.motolog-brand-menu__chevron { width: 7px; height: 7px; margin-top: -4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
.motolog-brand-menu.is-open .motolog-brand-menu__chevron { margin-top: 3px; transform: rotate(225deg); }
.motolog-brand-menu__panel {
	position: absolute;
	z-index: 120;
	top: calc(100% - 1px);
	left: 50%;
	width: min(650px, calc(100vw - 48px));
	padding: 24px;
	border: 1px solid #e1e2e3;
	background: #fff;
	box-shadow: 0 22px 55px rgba(17, 18, 20, .18);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -12px);
	visibility: hidden;
	transition: opacity .2s ease, transform .24s ease, visibility 0s linear .24s;
}

.motolog-brand-menu:hover .motolog-brand-menu__panel,
.motolog-brand-menu:focus-within .motolog-brand-menu__panel,
.motolog-brand-menu.is-open .motolog-brand-menu__panel {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
	visibility: visible;
	transition-delay: 0s;
}

.motolog-brand-menu__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; padding-bottom: 15px; border-bottom: 3px solid #111214; }
.motolog-brand-menu__heading > div { display: grid; gap: 4px; }
.motolog-brand-menu__heading > div > span { color: var(--motolog-red); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.motolog-brand-menu__heading strong { font-size: 22px; letter-spacing: -.035em; }
.motolog-brand-menu__heading small { color: #85878b; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.motolog-brand-menu__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.motolog-nav-v4 .motolog-brand-menu__grid a {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-content: center;
	min-height: 74px;
	padding: 10px 13px;
	background: #f5f5f3;
	color: #111214;
	font-size: 12px;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.motolog-nav-v4 .motolog-brand-menu__grid a::after,
.motolog-nav-v4 .motolog-brand-menu__all::after { display: none; }
.motolog-nav-v4 .motolog-brand-menu__grid a:hover { background: #111214; color: #fff; }
.motolog-brand-menu__grid img { width: 100%; height: 32px; margin-bottom: 4px; object-fit: contain; object-position: left center; }
.motolog-brand-menu__grid b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.motolog-brand-menu__grid span { overflow: hidden; color: #777a7e; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.motolog-brand-menu__grid a:hover span { color: #b7b9bc; }
.motolog-brand-menu__empty { margin: 0; padding: 22px; background: #f5f5f3; color: #6f7276; font-size: 12px; text-align: center; }
.motolog-nav-v4 .motolog-brand-menu__all { display: flex; justify-content: space-between; margin-top: 16px; padding: 15px 0 0; border-top: 1px solid #e1e2e3; color: #111214; font-size: 12px; font-weight: 900; }

@media (max-width: 1120px) {
	.motolog-brand-menu__toggle { font-size: 14px; }
	.motolog-brand-menu__toggle::after { bottom: 23px; }
	.motolog-brand-menu__panel { width: min(580px, calc(100vw - 36px)); }
}

@media (prefers-reduced-motion: reduce) {
	.motolog-brand-menu__panel,
	.motolog-brand-menu__chevron { transition: none; }
}

/* MotoLog v0.7.2 — all brands index */
.motolog-brands-page { --brands-red: #e60012; --brands-ink: #101113; background: #f4f4f2; color: var(--brands-ink); }
.motolog-brands-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.motolog-brands-hero { padding: 34px 0 38px; background: var(--brands-ink); color: #fff; }
.motolog-brands-crumb { display: flex; gap: 9px; margin-bottom: 50px; color: #919398; font-size: 13px; }
.motolog-brands-crumb a { color: #fff; }
.motolog-brands-hero > div > p { margin: 0 0 10px; color: var(--brands-red); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.motolog-brands-hero h1 { margin: 0; color: #fff; font-size: clamp(45px, 7vw, 84px); font-weight: 950; line-height: 1; letter-spacing: -.055em; }
.motolog-brands-hero__bottom { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 30px; padding-top: 24px; border-top: 1px solid #34363a; }
.motolog-brands-hero__bottom > p { max-width: 680px; margin: 0; color: #b8babf; font-size: 15px; line-height: 1.7; }
.motolog-brands-hero__bottom > strong { color: #8f9297; font-size: 11px; letter-spacing: .12em; }
.motolog-brands-body { padding-block: 62px 100px; }
.motolog-brands-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; padding-bottom: 17px; border-bottom: 4px solid var(--brands-ink); }
.motolog-brands-toolbar > div > span { color: var(--brands-red); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.motolog-brands-toolbar h2 { margin: 5px 0 0; font-size: 32px; letter-spacing: -.04em; }
.motolog-brands-toolbar input { width: min(290px, 100%); min-height: 43px; padding: 0 15px; border: 1px solid #cfd0ce; background: #fff; font-size: 13px; }
.motolog-brands-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.motolog-brands-card { overflow: hidden; background: #fff; border-bottom: 3px solid var(--brands-ink); }
.motolog-brands-card[hidden] { display: none; }
.motolog-brands-card > a { display: flex; min-height: 360px; padding: 26px; flex-direction: column; color: var(--brands-ink); }
.motolog-brands-card__logo { display: flex; height: 86px; align-items: center; margin-bottom: 28px; }
.motolog-brands-card__logo img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.motolog-brands-card__logo > strong { color: #d1d2d3; font-size: 32px; font-weight: 950; letter-spacing: -.04em; }
.motolog-brands-card__heading { display: flex; align-items: end; justify-content: space-between; gap: 15px; padding-bottom: 16px; border-bottom: 2px solid var(--brands-ink); }
.motolog-brands-card__heading h2 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.motolog-brands-card__heading span { color: var(--brands-red); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.motolog-brands-card__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }
.motolog-brands-card__facts > div { padding-right: 14px; }
.motolog-brands-card__facts > div + div { padding-left: 14px; border-left: 1px solid #dddeda; }
.motolog-brands-card__facts span { display: block; margin-bottom: 5px; color: #85878b; font-size: 10px; }
.motolog-brands-card__facts strong { display: block; overflow: hidden; font-size: 12px; line-height: 1.55; text-overflow: ellipsis; }
.motolog-brands-card__more { display: block; margin-top: auto; padding-top: 24px; font-size: 12px; font-weight: 900; }
.motolog-brands-card:hover { border-bottom-color: var(--brands-red); transform: translateY(-3px); transition: transform .2s ease; }
.motolog-brands-empty { padding: 60px 25px; background: #fff; color: #777; text-align: center; }

@media (max-width: 900px) {
	.motolog-brands-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.motolog-brands-shell { width: min(100% - 28px, 1180px); }
	.motolog-brands-hero { padding: 25px 0 32px; }
	.motolog-brands-crumb { margin-bottom: 36px; }
	.motolog-brands-hero__bottom { align-items: start; flex-direction: column; }
	.motolog-brands-body { padding-block: 42px 70px; }
	.motolog-brands-toolbar { align-items: stretch; flex-direction: column; }
	.motolog-brands-toolbar input { width: 100%; }
	.motolog-brands-grid { grid-template-columns: 1fr; }
	.motolog-brands-card > a { min-height: 330px; }
}

/* MotoLog v0.7.3 — compact, cleaner brand index cards */
.motolog-brands-page a,
.motolog-brands-page a:hover,
.motolog-brands-page a:focus,
.motolog-brands-page a:visited {
	text-decoration: none !important;
}

.motolog-brands-page a::after { text-decoration: none !important; }
.motolog-brands-crumb { font-size: 15px; }
.motolog-brands-hero > div > p { font-size: 13px; }
.motolog-brands-hero__bottom > p { font-size: 17px; }
.motolog-brands-hero__bottom > strong { font-size: 13px; }
.motolog-brands-toolbar > div > span { font-size: 12px; }
.motolog-brands-toolbar h2 { font-size: 36px; }
.motolog-brands-toolbar input { font-size: 15px; }
.motolog-brands-card {
	border-bottom: 0;
	transition: transform .2s ease, box-shadow .2s ease;
}

.motolog-brands-card > a {
	min-height: 205px;
	padding: 28px;
}

.motolog-brands-card__logo {
	height: 92px;
	margin-bottom: 24px;
}

.motolog-brands-card__logo > strong { font-size: 36px; }
.motolog-brands-card__heading {
	align-items: center;
	padding-bottom: 0;
	border-bottom: 0;
}

.motolog-brands-card__heading h2 {
	margin: 0;
	font-size: 29px;
	line-height: 1.2;
	text-decoration: none !important;
}

.motolog-brands-card__heading span {
	font-size: 12px;
	text-decoration: none !important;
}

.motolog-brands-card:hover {
	border-bottom-color: transparent;
	box-shadow: 0 12px 30px rgba(17, 18, 20, .09);
}

@media (max-width: 620px) {
	.motolog-brands-card > a { min-height: 195px; }
	.motolog-brands-card__heading h2 { font-size: 26px; }
}

/* MotoLog v0.7.4 — all-brands card inside the mega-menu grid */
.motolog-nav-v4 .motolog-brand-menu__grid .motolog-brand-menu__all-card {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	background: #111214;
	color: #fff;
}

.motolog-nav-v4 .motolog-brand-menu__grid .motolog-brand-menu__all-card:hover {
	background: var(--motolog-red);
	color: #fff;
}

.motolog-brand-menu__all-card strong {
	font-size: 15px;
	line-height: 1.25;
}

.motolog-brand-menu__grid .motolog-brand-menu__all-card span {
	color: #c6c8cb;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
}

.motolog-brand-menu__all-card i { margin-left: 3px; font-style: normal; }
.motolog-brand-menu__all-card:hover span { color: #fff; }

/* MotoLog v0.7.5 — polished mega-menu, guide cards and editorial hero art */
.motolog-nav-v4 .motolog-brand-menu__grid .motolog-brand-menu__all-card,
.motolog-nav-v4 .motolog-brand-menu__grid .motolog-brand-menu__all-card:hover,
.motolog-nav-v4 .motolog-brand-menu__grid .motolog-brand-menu__all-card:focus-visible {
	background: #111214 !important;
	color: #fff !important;
}

.motolog-nav-v4 .motolog-brand-menu__grid .motolog-brand-menu__all-card {
	border: 1px solid transparent;
	box-shadow: 0 0 0 rgba(230, 0, 18, 0);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.motolog-nav-v4 .motolog-brand-menu__grid .motolog-brand-menu__all-card:hover,
.motolog-nav-v4 .motolog-brand-menu__grid .motolog-brand-menu__all-card:focus-visible {
	transform: translateY(-3px);
	border-color: var(--motolog-red);
	box-shadow: 0 10px 22px rgba(230, 0, 18, .2), inset 0 0 0 1px var(--motolog-red);
}

.motolog-nav-v4 .motolog-brand-menu__grid .motolog-brand-menu__all-card span,
.motolog-nav-v4 .motolog-brand-menu__grid .motolog-brand-menu__all-card:hover span,
.motolog-nav-v4 .motolog-brand-menu__grid .motolog-brand-menu__all-card:focus-visible span {
	color: var(--motolog-red) !important;
}

.motolog-brand-menu__all-card i {
	display: inline-block;
	transition: transform .22s ease;
}

.motolog-brand-menu__all-card:hover i,
.motolog-brand-menu__all-card:focus-visible i { transform: translateX(4px); }

.motolog-visual-guide__lead > a { display: block; }

.motolog-guide-page a,
.motolog-guide-card,
.motolog-guide-card:hover,
.motolog-guide-card:focus,
.motolog-guide-card * {
	text-decoration: none !important;
}

.motolog-guide-card__body strong {
	align-self: flex-end;
	margin-top: auto;
	padding: 11px 15px;
	background: var(--guide-ink);
	color: #fff;
	font-size: 12px;
	line-height: 1;
	transition: background .2s ease, transform .2s ease;
}

.motolog-guide-card:hover .motolog-guide-card__body strong,
.motolog-guide-card:focus-visible .motolog-guide-card__body strong {
	background: var(--guide-red);
	transform: translateX(2px);
}

.motolog-channel-hero > .motolog-channel-shell,
.motolog-guide-hero > .motolog-guide-shell {
	position: relative;
	overflow: hidden;
}

.motolog-channel-hero__image,
.motolog-guide-hero__image {
	position: absolute;
	z-index: 0;
	right: -2%;
	bottom: 18px;
	width: 48%;
	height: 82%;
	object-fit: contain;
	object-position: right center;
	pointer-events: none;
}

.motolog-channel-hero .motolog-channel-crumb,
.motolog-channel-hero > div > p,
.motolog-channel-hero h1,
.motolog-channel-hero__bottom,
.motolog-guide-hero .motolog-guide-crumb,
.motolog-guide-hero .motolog-guide-kicker,
.motolog-guide-hero h1,
.motolog-guide-hero .motolog-guide-intro {
	position: relative;
	z-index: 1;
}

.motolog-channel-page--reviews .motolog-channel-hero h1,
.motolog-channel-page--new-bikes .motolog-channel-hero h1,
.motolog-channel-page--reviews .motolog-channel-hero > div > p,
.motolog-channel-page--new-bikes .motolog-channel-hero > div > p,
.motolog-guide-page--hub .motolog-guide-hero h1,
.motolog-guide-page--hub .motolog-guide-kicker,
.motolog-guide-page--hub .motolog-guide-intro { max-width: 53%; }

@media (max-width: 760px) {
	.motolog-channel-hero__image,
	.motolog-guide-hero__image {
		right: -20%;
		width: 70%;
		opacity: .38;
	}

	.motolog-channel-page--reviews .motolog-channel-hero h1,
	.motolog-channel-page--new-bikes .motolog-channel-hero h1,
	.motolog-channel-page--reviews .motolog-channel-hero > div > p,
	.motolog-channel-page--new-bikes .motolog-channel-hero > div > p,
	.motolog-guide-page--hub .motolog-guide-hero h1,
	.motolog-guide-page--hub .motolog-guide-kicker,
	.motolog-guide-page--hub .motolog-guide-intro { max-width: 72%; }
}

/* MotoLog v0.7.6 — guide hero summary divider */
.motolog-guide-page--hub .motolog-guide-hero__bottom {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid #34363a;
}

.motolog-guide-page--hub .motolog-guide-hero__bottom .motolog-guide-intro {
	max-width: 620px;
	margin: 0;
}

/* MotoLog v0.7.7 — unified channel hero art, soft edges and shorter dividers */
.motolog-channel-hero__image,
.motolog-guide-hero__image {
	right: 0;
	bottom: 18px;
	width: min(48%, 530px);
	height: 220px;
	object-fit: cover;
	object-position: right center;
	-webkit-mask-image: radial-gradient(ellipse 78% 86% at 70% 52%, #000 48%, rgba(0, 0, 0, .92) 62%, transparent 100%);
	mask-image: radial-gradient(ellipse 78% 86% at 70% 52%, #000 48%, rgba(0, 0, 0, .92) 62%, transparent 100%);
}

.motolog-channel-hero h1,
.motolog-channel-hero > div > p,
.motolog-guide-page--hub .motolog-guide-hero h1,
.motolog-guide-page--hub .motolog-guide-kicker,
.motolog-guide-page--hub .motolog-guide-intro { max-width: 53%; }

.motolog-channel-hero__bottom,
.motolog-guide-page--hub .motolog-guide-hero__bottom {
	position: relative;
	border-top: 0;
}

.motolog-channel-hero__bottom::before,
.motolog-guide-page--hub .motolog-guide-hero__bottom::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 53%;
	height: 1px;
	background: #34363a;
	content: '';
}

.motolog-channel-hero__bottom > p { max-width: 53%; }

@media (max-width: 760px) {
	.motolog-channel-hero__image,
	.motolog-guide-hero__image {
		right: -12%;
		width: 72%;
		height: 170px;
		opacity: .42;
	}

	.motolog-channel-hero__bottom::before,
	.motolog-guide-page--hub .motolog-guide-hero__bottom::before { width: 72%; }

	.motolog-channel-hero__bottom > p { max-width: 72%; }
}

/* MotoLog v0.7.9 — latest-review notebook binding */
#motolog-latest-compact-v4 {
	position: relative;
	overflow: visible;
	padding-left: 34px;
}

#motolog-latest-compact-v4::after {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 17px;
	width: 1px;
	background: rgba(35, 37, 41, .1);
	content: '';
}

.motolog-notebook-spring {
	position: absolute;
	z-index: 3;
	top: 26px;
	bottom: 26px;
	left: -18px;
	display: flex;
	width: 36px;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	pointer-events: none;
}

.motolog-notebook-spring i {
	position: relative;
	display: block;
	width: 35px;
	height: 14px;
	border: 0;
	background: none;
}

/* Draw two oval wires while omitting the 12-to-3 o'clock quarter. */
.motolog-notebook-spring i::before,
.motolog-notebook-spring i::after {
	position: absolute;
	border: 1px solid #34373c;
	border-radius: 50%;
	content: '';
	-webkit-mask-image: conic-gradient(from 0deg, transparent 0deg 90deg, #000 90deg 360deg);
	mask-image: conic-gradient(from 0deg, transparent 0deg 90deg, #000 90deg 360deg);
}

.motolog-notebook-spring i::before { inset: 0; }
.motolog-notebook-spring i::after { inset: 3px 2px; }

.motolog-notebook-spring i > b {
	position: absolute;
	z-index: 4;
	top: 50%;
	right: -4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #b9bcc0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .18);
	transform: translate(50%, -50%);
}

.motolog-notebook-holes {
	display: none;
}

#motolog-latest-compact-v4::after { z-index: 7; }

@media (max-width: 680px) {
	#motolog-latest-compact-v4 { margin-left: 14px; padding-left: 28px; }
	#motolog-latest-compact-v4::after { left: 13px; }
	.motolog-notebook-spring { left: -15px; width: 30px; }
	.motolog-notebook-spring i { width: 29px; height: 12px; }
	.motolog-notebook-holes { left: 8px; }
}

/* MotoLog v0.9.0 — shared footer across all theme templates */
.site-info {
	padding: 0;
	background: #111214;
}

.inside-site-info {
	display: block;
	width: 100%;
	max-width: none;
	padding: 0;
}

.copyright-bar {
	width: 100%;
	margin: 0;
	text-align: left;
}

.motolog-footer-v4 {
	background: #111214;
	color: #fff;
}

.motolog-footer-v4 .motolog-shell {
	width: min(var(--motolog-shell, 1180px), calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
}

.motolog-footer-v4__main {
	display: grid;
	grid-template-columns: minmax(260px, 1.45fr) repeat(2, minmax(135px, .7fr)) minmax(170px, .8fr);
	gap: 42px;
	padding-top: 52px;
	padding-bottom: 48px;
}

.motolog-footer-v4__brand { max-width: 340px; }
.motolog-footer-v4__logo {
	display: inline-flex;
	width: 154px;
	margin-bottom: 18px;
	padding: 8px 10px;
	border-radius: 8px;
	background: #fff;
}

.motolog-footer-v4__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.motolog-footer-v4__brand p {
	margin: 0;
	color: #aeb1b6;
	font-size: 14px;
	line-height: 1.8;
}

.motolog-footer-v4__nav,
.motolog-footer-v4__social {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.motolog-footer-v4__nav strong,
.motolog-footer-v4__social > strong {
	margin-bottom: 18px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .04em;
}

.motolog-footer-v4__nav a {
	margin-bottom: 10px;
	color: #aeb1b6;
	font-size: 13px;
	text-decoration: none;
	transition: color .2s ease, transform .2s ease;
}

.motolog-footer-v4__nav a:hover,
.motolog-footer-v4__nav a:focus-visible {
	color: #fff;
	transform: translateX(3px);
}

.motolog-footer-v4__social > div {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.motolog-footer-v4__social a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 11px;
	border: 1px solid #393b40;
	border-radius: 999px;
	color: #d6d7da;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.motolog-footer-v4__social a:hover,
.motolog-footer-v4__social a:focus-visible {
	border-color: var(--motolog-red);
	color: #fff;
	transform: translateY(-2px);
}

.motolog-footer-v4__social a span {
	color: var(--motolog-red);
	font-weight: 950;
}

.motolog-footer-v4__bottom { border-top: 1px solid #2d2f33; }
.motolog-footer-v4__bottom > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	min-height: 68px;
}

.motolog-footer-v4__bottom p {
	margin: 0;
	color: #85888e;
	font-size: 12px;
}

.motolog-footer-v4__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.motolog-footer-v4__bottom a {
	color: #aeb1b6;
	font-size: 12px;
	text-decoration: none;
}

.motolog-footer-v4__bottom a:hover,
.motolog-footer-v4__bottom a:focus-visible { color: #fff; }

@media (max-width: 900px) {
	.motolog-footer-v4__main {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 34px 25px;
	}

	.motolog-footer-v4__brand {
		grid-column: 1 / -1;
		max-width: 460px;
	}
}

@media (max-width: 620px) {
	.motolog-footer-v4__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 39px;
		padding-bottom: 36px;
	}

	.motolog-footer-v4__brand,
	.motolog-footer-v4__social { grid-column: 1 / -1; }
	.motolog-footer-v4__bottom > div {
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		padding-top: 18px;
		padding-bottom: 18px;
	}
}

/* MotoLog v0.9.2 — shared layout for About, Contact, Privacy and Terms */
.motolog-info-page {
	--info-red: #e60012;
	--info-ink: #101113;
	background: #f4f4f2;
	color: var(--info-ink);
}

.motolog-info-shell {
	width: min(980px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
}

.motolog-info-hero {
	padding: 34px 0 47px;
	background: var(--info-ink);
	color: #fff;
}

.motolog-info-crumb {
	display: flex;
	gap: 9px;
	margin-bottom: 43px;
	color: #92959a;
	font-size: 13px;
}

.motolog-info-crumb a {
	color: #fff;
	text-decoration: none;
}

.motolog-info-hero > div > p {
	margin: 0 0 11px;
	color: var(--info-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .18em;
}

.motolog-info-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(44px, 6.7vw, 78px);
	font-weight: 950;
	line-height: 1;
	letter-spacing: -.055em;
}

.motolog-info-body { padding: 58px 0 92px; }
.motolog-info-content {
	padding: clamp(30px, 5vw, 58px);
	border-top: 5px solid var(--info-ink);
	background: #fff;
}

.motolog-info-content > :first-child { margin-top: 0; }
.motolog-info-content > :last-child { margin-bottom: 0; }
.motolog-info-content p,
.motolog-info-content li {
	color: #4d5054;
	font-size: 16px;
	line-height: 1.9;
}

.motolog-info-content p { margin: 0 0 25px; }
.motolog-info-content h2,
.motolog-info-content h3 {
	position: relative;
	margin: 48px 0 20px;
	padding-top: 21px;
	border-top: 1px solid #d5d6d3;
	color: var(--info-ink);
	font-weight: 900;
	letter-spacing: -.035em;
}

.motolog-info-content h2 { font-size: 30px; }
.motolog-info-content h3 { font-size: 22px; }
.motolog-info-content ul,
.motolog-info-content ol { margin: 0 0 28px; padding-left: 23px; }
.motolog-info-content li + li { margin-top: 7px; }
.motolog-info-content hr {
	display: none;
}

.motolog-info-content a {
	color: var(--info-red);
	font-weight: 800;
	text-underline-offset: 3px;
}

.motolog-info-content a[href^='mailto:'] {
	display: inline-flex;
	align-items: center;
	min-height: 45px;
	padding: 0 17px;
	background: var(--info-ink);
	color: #fff;
	text-decoration: none;
}

@media (max-width: 650px) {
	.motolog-info-shell { width: min(100% - 28px, 980px); }
	.motolog-info-hero { padding: 25px 0 36px; }
	.motolog-info-crumb { margin-bottom: 34px; }
	.motolog-info-body { padding: 34px 0 65px; }
	.motolog-info-content { padding: 28px 21px 34px; }
	.motolog-info-content p,
	.motolog-info-content li { font-size: 14px; }
	.motolog-info-content h2 { font-size: 25px; }
}

/* MotoLog v0.9.3 — improve information-page reading size and content width */
.motolog-info-body {
	width: min(1080px, calc(100% - 40px));
}

.motolog-info-content {
	padding: clamp(38px, 5.2vw, 64px);
}

.motolog-info-content p,
.motolog-info-content li {
	font-size: 18px;
	line-height: 1.85;
}

.motolog-info-content h2 { font-size: 32px; }
.motolog-info-content h3 { font-size: 24px; }

@media (max-width: 650px) {
	.motolog-info-body {
		width: min(100% - 28px, 1080px);
	}

	.motolog-info-content {
		padding: 30px 23px 38px;
	}

	.motolog-info-content p,
	.motolog-info-content li {
		font-size: 16px;
		line-height: 1.8;
	}
}

/* MotoLog v0.9.5 — final operations, accessibility and integration slots */
.motolog-sidebar-ad-slot {
	margin-bottom: 22px;
	overflow: hidden;
}
.motolog-sidebar-ad-slot:empty {
	display: none;
}

.motolog-sidebar-ad-slot iframe,
.motolog-sidebar-ad-slot img {
	max-width: 100%;
}

@media (max-width: 650px) {
	.motolog-featured-card-v4__more,
	.motolog-featured-side-v4__item a:last-child,
	.motolog-brand-trademark-note,
	.motolog-footer-v4__bottom a,
	.motolog-guide-card__body p,
	.motolog-guide-section-title span,
	.motolog-guide-related article span,
	.motolog-channel-card__meta,
	.motolog-channel-card__footer,
	.motolog-brands-card__facts span {
		font-size: 12px;
	}
}

/* MotoLog v0.9.4 — wider information-page content panel */
.motolog-info-body {
	width: min(1160px, calc(100% - 40px));
}

.motolog-info-content {
	padding-right: clamp(32px, 4.2vw, 54px);
	padding-left: clamp(32px, 4.2vw, 54px);
}

@media (max-width: 650px) {
	.motolog-info-body {
		width: min(100% - 28px, 1160px);
	}

	.motolog-info-content {
		padding-right: 22px;
		padding-left: 22px;
	}
}

/* MotoLog v1.0.4 — tour article editor note and verified Naver route card */
.motolog-tour-editor-note {
	margin: 0 0 28px;
	padding: 22px 26px;
	border-left: 5px solid #e60012;
	background: #f4f4f3;
}

.motolog-tour-editor-note strong {
	color: #e60012;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: .16em;
}

.motolog-tour-editor-note p {
	margin: 8px 0 0;
	color: #333;
	font-size: 15px;
	line-height: 1.75;
}

.motolog-tour-route-card {
	margin: 0 0 42px;
	padding: 28px;
	border-top: 5px solid #e60012;
	background: #111214;
	color: #fff;
}

.motolog-tour-route-card__head span {
	color: #ff5966;
	font-size: 10px;
	font-weight: 950;
	letter-spacing: .16em;
}

.motolog-tour-route-card__head h2 {
	margin: 7px 0 22px;
	padding: 0;
	color: #fff;
	font-size: 25px;
}

.motolog-tour-route-card__head h2::before {
	display: none;
}

.motolog-tour-route-card__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid #383a3e;
}

.motolog-tour-route-card__stats > div {
	padding: 17px;
	border-right: 1px solid #383a3e;
}

.motolog-tour-route-card__stats > div:last-child {
	border-right: 0;
}

.motolog-tour-route-card__stats small {
	display: block;
	margin-bottom: 6px;
	color: #aaa;
	font-size: 11px;
}

.motolog-tour-route-card__stats strong {
	color: #fff;
	font-size: 16px;
	line-height: 1.45;
}

.motolog-tour-route-card__link {
	display: inline-block;
	margin-top: 20px;
	color: #ff3647 !important;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

.motolog-tour-route-card__source {
	margin: 16px 0 0 !important;
	padding-top: 14px;
	border-top: 1px solid #303033;
	color: #d7d7d7;
	font-size: 12px;
	line-height: 1.7;
}

.motolog-tour-route-card__notice {
	margin: 14px 0 0 !important;
	color: #aaa;
	font-size: 12px;
	line-height: 1.65;
}

@media (max-width: 650px) {
	.motolog-tour-editor-note {
		padding: 19px 20px;
	}

	.motolog-tour-route-card {
		padding: 23px 20px;
	}

	.motolog-tour-route-card__stats {
		grid-template-columns: 1fr;
	}

	.motolog-tour-route-card__stats > div {
		border-right: 0;
		border-bottom: 1px solid #383a3e;
	}

	.motolog-tour-route-card__stats > div:last-child {
		border-bottom: 0;
	}
}

/* MotoLog v1.0.6 — channel-aware article summary and comparison cards */
.motolog-key-summary .motolog-evaluation__item strong.is-multiline {
	display: block;
	overflow: hidden;
	white-space: pre-line;
}

.motolog-compare-verdict {
	gap: 14px;
}

.motolog-compare-verdict.count-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.motolog-compare-verdict > .is-compare-model {
	min-width: 0;
	border-top: 5px solid #111;
	background: #f5f5f4;
}

.motolog-compare-verdict > .model-1 > span {
	color: #e60012;
}

.motolog-compare-verdict > .model-2 > span {
	color: #111;
}

.motolog-compare-verdict > .model-3 > span {
	color: #a87900;
}

.motolog-compare-verdict > .is-compare-model h2 {
	overflow-wrap: anywhere;
}

.motolog-compare-verdict > .is-final {
	grid-column: 1 / -1;
}

@media (max-width: 900px) {
	.motolog-compare-verdict.count-3 {
		grid-template-columns: 1fr;
	}

	.motolog-compare-verdict.count-3 > .is-final {
		grid-column: auto;
	}
}

@media (max-width: 650px) {
	.motolog-key-summary .motolog-evaluation__item strong.is-multiline {
		white-space: pre-line;
	}
}

/* MotoLog v1.0.7 — comparison specifications use one model per row */
.motolog-compare-specs {
	border-bottom: 1px solid #d9d9d9;
	background: #fff;
}

.motolog-compare-specs__scroll {
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	-webkit-overflow-scrolling: touch;
}

.motolog-compare-specs table {
	width: 100%;
	min-width: 880px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.motolog-compare-specs th,
.motolog-compare-specs td {
	padding: 17px 18px;
	border: 0;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #e7e7e7;
	color: #171717;
	font-size: 13px;
	line-height: 1.45;
	text-align: center;
	vertical-align: middle;
}

.motolog-compare-specs tr > *:last-child {
	border-right: 0;
}

.motolog-compare-specs thead th {
	padding-top: 14px;
	padding-bottom: 14px;
	background: #f3f3f2;
	color: #666;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .04em;
}

.motolog-compare-specs tbody th {
	font-size: 14px;
	font-weight: 950;
	text-align: left;
}

.motolog-compare-specs tbody th span {
	display: inline-block;
	margin-right: 8px;
	color: #e60012;
}

.motolog-compare-specs tbody tr:nth-child(2) th span {
	color: #111;
}

.motolog-compare-specs tbody tr:nth-child(3) th span {
	color: #a87900;
}

.motolog-compare-specs tbody tr:last-child > * {
	border-bottom: 0;
}

@media (max-width: 650px) {
	.motolog-compare-specs__scroll {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.motolog-compare-specs table {
		min-width: 820px;
	}

	.motolog-compare-specs th,
	.motolog-compare-specs td {
		padding: 15px 14px;
	}
}
