/*
Theme Name: 美浪 Meilang
Theme URI: https://cosmex.cn
Author: 美浪
Description: 美浪行业媒体 V1 自定义主题。
Version: 0.20.0
Text Domain: meilang
*/

:root {
  --ml-purple: #5c1190;
  --ml-ink: #1f1a17;
  --ml-muted: #77716d;
  --ml-line: #dfdcda;
  --ml-soft: #f6f4f2;
  --ml-white: #ffffff;
  --ml-max: 1240px;
  --ml-reading: 720px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ml-ink);
  background: var(--ml-white);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--ml-purple); }
img { display: block; max-width: 100%; height: auto; }
.ml-cover-image { object-fit: cover; }
button, input, select { font: inherit; }

.ml-shell { width: min(calc(100% - 48px), var(--ml-max)); margin-inline: auto; }
.ml-header { border-bottom: 1px solid var(--ml-line); background: rgba(255,255,255,.98); }
.ml-header-inner { min-height: 126px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.ml-brand { grid-column: 2; display: inline-flex; justify-content: center; }
.ml-brand img { width: 190px; max-height: 72px; object-fit: contain; }
.ml-search-toggle { grid-column: 3; justify-self: end; border: 0; background: none; cursor: pointer; padding: 10px 0 10px 14px; letter-spacing: .12em; font-size: 12px; font-weight: 700; }
.ml-search-toggle:hover { color: var(--ml-purple); }

.ml-search-panel { visibility: hidden; opacity: 0; position: fixed; inset: 0; z-index: 50; background: rgba(255,255,255,.988); transition: opacity .2s ease, visibility .2s ease; }
.ml-search-panel.is-open { visibility: visible; opacity: 1; }
.ml-search-panel-inner { width: min(calc(100% - 48px), 980px); margin: 13vh auto 0; }
.ml-search-close { float: right; border: 0; background: none; color: var(--ml-ink); font-size: 34px; line-height: 1; cursor: pointer; padding: 4px; }
.ml-search-close:hover { color: var(--ml-purple); }
.ml-search-eyebrow { margin: 0 0 18px; color: var(--ml-purple); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.ml-search-title { max-width: 760px; font-size: clamp(38px, 6vw, 72px); font-weight: 740; line-height: 1.04; margin: 0 0 18px; letter-spacing: -.045em; }
.ml-search-help { margin: 0 0 42px; color: var(--ml-muted); font-size: 14px; line-height: 1.7; }
.ml-search-form { display: flex; align-items: center; gap: 22px; border-bottom: 2px solid var(--ml-ink); }
.ml-search-form input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 18px 0 17px; color: var(--ml-ink); font-size: clamp(21px, 3vw, 34px); background: transparent; }
.ml-search-form input::placeholder { color: #aaa5a1; opacity: 1; }
.ml-search-form button { flex: 0 0 auto; border: 0; background: none; cursor: pointer; padding: 16px 0; font-size: 12px; font-weight: 800; letter-spacing: .12em; color: var(--ml-purple); }
.ml-search-keyhint { margin: 15px 0 0; color: #aaa5a1; font-size: 11px; letter-spacing: .04em; }

.ml-main { padding-bottom: 100px; }
.ml-section { padding-top: 90px; }
.ml-section-title { display: flex; align-items: baseline; gap: 24px; margin: 0 0 28px; font-size: 14px; letter-spacing: .18em; font-weight: 800; }
.ml-section-title::after { content: ""; height: 1px; background: var(--ml-ink); opacity: .72; flex: 1; }

.ml-hero { padding-top: 42px; }
.ml-hero-link { display: block; }
.ml-hero-image { aspect-ratio: 16 / 8.8; overflow: hidden; background: var(--ml-soft); }
.ml-hero-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.ml-hero-link:hover .ml-hero-image img { transform: scale(1.008); }
.ml-hero-content { width: 100%; max-width: none; padding-top: 30px; }
.ml-hero-title { width: 100%; max-width: none; margin: 0 0 18px; font-size: clamp(42px, 5.15vw, 76px); line-height: 1.03; letter-spacing: -.042em; font-weight: 760; }
.ml-deck { margin: 0; max-width: 820px; color: #4e4945; font-size: clamp(17px, 2vw, 22px); line-height: 1.7; }
.ml-meta { display: flex; flex-wrap: wrap; gap: 9px 0; margin-top: 18px; color: var(--ml-muted); font-size: 12px; letter-spacing: .035em; }
.ml-meta > * + *::before { content: "·"; display: inline-block; margin: 0 12px; color: #aaa39e; }
.ml-view { white-space: nowrap; }

.ml-latest-list { border-top: 0; }
.ml-latest-item { display: grid; grid-template-columns: minmax(220px, 31%) minmax(0, 1fr); gap: 34px; padding: 30px 0; border-bottom: 1px solid rgba(31,26,23,.12); transition: background-color .25s ease; }
.ml-latest-item:nth-child(6n+4),
.ml-latest-item:nth-child(6n+5),
.ml-latest-item:nth-child(6n+6) { background: #f7f6f3; margin-inline: -12px; padding-inline: 12px; }
.ml-latest-thumb { aspect-ratio: 16 / 10; overflow: hidden; background: var(--ml-soft); }
.ml-latest-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ml-latest-item:hover .ml-latest-thumb img { transform: scale(1.012); }
.ml-latest-copy { align-self: start; padding-top: 1px; }
.ml-latest-title { margin: 0 0 12px; font-size: clamp(23px, 2.15vw, 31px); line-height: 1.24; letter-spacing: -.021em; max-width: 900px; }
.ml-latest-excerpt { margin: 0; color: #56514d; font-size: 15px; line-height: 1.74; max-width: 820px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.ml-latest-copy .ml-meta { margin-top: 22px; }
.ml-latest-item.is-appended { opacity: 0; transform: translateY(14px); transition: opacity .42s ease, transform .42s ease; }
.ml-latest-item.is-appended.is-visible { opacity: 1; transform: none; }
.ml-more-wrap { text-align: center; padding-top: 34px; }
.ml-more { appearance: none; border: 0; border-bottom: 1px solid var(--ml-ink); background: transparent; color: var(--ml-ink); cursor: pointer; padding: 0 0 7px; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.ml-more:hover { color: var(--ml-purple); border-color: var(--ml-purple); }
.ml-more:disabled { cursor: wait; opacity: .58; }
.ml-more-status { min-height: 18px; margin: 12px 0 0; color: var(--ml-muted); font-size: 12px; }

.ml-card-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--ml-soft); }
.ml-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ml-card:hover img { transform: scale(1.012); }
.ml-card-title { margin: 14px 0 0; font-size: 22px; line-height: 1.3; letter-spacing: -.016em; }

.ml-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 26px; }
.ml-video-card > a { display: block; color: inherit; }
.ml-video-card .ml-card-image { aspect-ratio: 16 / 9; }
.ml-video-card .ml-card-image::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.07); opacity: 0; transition: opacity .22s ease; pointer-events: none; }
.ml-video-card:hover .ml-card-image::after { opacity: 1; }
.ml-video-card:hover .ml-card-image img { transform: none; }
.ml-video-card .ml-card-title { margin-top: 13px; font-size: clamp(18px, 1.75vw, 23px); line-height: 1.3; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.ml-video-card > a:hover { color: inherit; }
.ml-video-card > a:hover .ml-card-title { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.ml-play { position: absolute; z-index: 1; inset: 50% auto auto 50%; translate: -50% -50%; width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; padding-left: 3px; background: rgba(18,15,13,.56); color: white; font-size: 15px; box-shadow: 0 4px 16px rgba(0,0,0,.12); transition: background-color .22s ease, transform .22s ease; }
.ml-video-card:hover .ml-play { background: var(--ml-purple); transform: scale(1.03); }
.ml-video-meta { display: flex; align-items: baseline; justify-content: flex-start; gap: 0; margin-top: 9px; color: var(--ml-muted); font-size: 11px; line-height: 1.45; }
.ml-video-date-mobile { display: none; }
.ml-video-meta .ml-platform::before { content: "·"; display: inline-block; margin: 0 7px; color: #aaa39e; font-weight: 400; }
.ml-platform { color: #514b47; font-weight: 650; }
.ml-platform-arrow { color: var(--ml-purple); }
.ml-video-card > a:hover .ml-platform { color: var(--ml-purple); }

.ml-feature-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(270px, .85fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 28px; }
.ml-feature-card-1 { grid-row: 1 / 3; }
.ml-feature-card > a { display: block; color: inherit; }
.ml-feature-card .ml-card-image { background: #f7f6f3; }
.ml-feature-card .ml-card-image img { width: 100%; height: 100%; object-fit: cover; }
.ml-feature-card .ml-card-image.is-contain img { object-fit: contain; transform: none; }
.ml-feature-card:hover .ml-card-image.is-contain img { transform: none; }
.ml-feature-card-1 .ml-card-image { aspect-ratio: 4 / 3; }
.ml-feature-card-1 .ml-feature-kicker { display: inline-block; margin-top: 17px; color: var(--ml-purple); font-size: 10.5px; line-height: 1; font-weight: 800; letter-spacing: .16em; }
.ml-feature-card-1 .ml-card-title { margin-top: 9px; color: var(--ml-ink); font-size: clamp(30px, 3.25vw, 44px); line-height: 1.16; letter-spacing: -.026em; }
.ml-feature-excerpt { margin: 13px 0 0; max-width: 92%; color: #57514d; font-size: 15px; line-height: 1.72; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.ml-feature-card-1 .ml-meta { margin-top: 15px; }
.ml-feature-card-2 .ml-card-image,
.ml-feature-card-3 .ml-card-image { aspect-ratio: 16 / 9; }
.ml-feature-card-2 .ml-card-title,
.ml-feature-card-3 .ml-card-title { color: var(--ml-ink); font-size: clamp(19px, 2vw, 25px); line-height: 1.28; }
.ml-feature-card > a:hover .ml-card-title { color: var(--ml-purple); }

.ml-most-list { margin: 0; padding: 0; list-style: none; }
.ml-most-item { display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: 18px; align-items: start; padding: 19px 0 20px; border-bottom: 1px solid rgba(31,26,23,.12); }
.ml-most-num { padding-top: .08em; font-family: Georgia, "Times New Roman", serif; font-size: 38px; color: #d0cdca; line-height: 1; }
.ml-most-title { max-width: 1120px; font-size: clamp(20px, 2.25vw, 29px); line-height: 1.28; letter-spacing: -.015em; transition: color .18s ease; }
.ml-most-title:hover { color: var(--ml-purple); }

.ml-footer { margin-top: 90px; background: var(--ml-ink); color: white; border-top: 5px solid var(--ml-purple); }
.ml-footer-inner { padding: 58px 0 48px; }
.ml-footer-logo { width: 180px; margin-bottom: 36px; }
.ml-footer-links { display: flex; flex-wrap: wrap; gap: 16px 28px; font-size: 13px; }
.ml-footer-links a:hover { color: #d7b8ed; }
.ml-footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); color: #c8c1bd; font-size: 12px; line-height: 1.8; }

.ml-article { padding-top: 1px; }
.ml-article-header { width: min(calc(100% - 48px), 1100px); margin: 72px auto 40px; }
.ml-kicker { color: var(--ml-purple); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.ml-article-title { margin: 14px 0 20px; max-width: 1060px; font-size: clamp(44px, 4.7vw, 64px); line-height: 1.08; letter-spacing: -.038em; font-weight: 760; }
.ml-article-deck { margin: 0 0 20px; max-width: 900px; font-size: clamp(19px, 2vw, 24px); line-height: 1.62; color: #5b5551; }
.ml-article-meta { margin-top: 0; font-size: 12px; }
.ml-image-caption, .ml-article-body figcaption, .ml-article-body .wp-caption-text { margin: 10px 0 0; color: #8a837e; font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 11px; line-height: 1.6; }
.ml-article-body { width: min(calc(100% - 48px), var(--ml-reading)); margin: 0 auto; font-family: Georgia, "Noto Serif SC", "Songti SC", serif; font-size: 18px; line-height: 1.96; }
.ml-article-body p { margin: 0 0 1.5em; }
.ml-article-body h2, .ml-article-body h3 { font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; color: var(--ml-ink); letter-spacing: -.02em; }
.ml-article-body h2 { margin: 2.2em 0 .82em; font-size: 30px; line-height: 1.34; }
.ml-article-body h3 { margin: 2em 0 .72em; font-size: 23px; line-height: 1.4; }
.ml-article-body blockquote { margin: 2.35em -70px; padding: 2px 0 2px 24px; border-left: 3px solid var(--ml-purple); font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 27px; line-height: 1.52; font-weight: 700; }
.ml-article-body img { max-width: 100%; height: auto !important; margin: 2em auto; }
.ml-article-body figure, .ml-article-body .wp-caption { max-width: 100% !important; margin: 2.2em auto; }
.ml-article-body figure img, .ml-article-body .wp-caption img { margin: 0 auto; }
.ml-article-body a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.ml-article-end { width: min(calc(100% - 48px), var(--ml-reading)); margin: 68px auto 0; text-align: center; color: #aaa39e; font-size: 11px; font-weight: 750; letter-spacing: .18em; }

.ml-mobile-share { display: none; }
.ml-share-status { display: block; min-height: 18px; margin-top: 10px; color: var(--ml-muted); font-size: 11px; text-align: center; }
.ml-wechat-guide { visibility: hidden; opacity: 0; position: fixed; inset: 0; z-index: 100; background: rgba(20,17,15,.72); transition: opacity .18s ease, visibility .18s ease; }
.ml-wechat-guide.is-open { visibility: visible; opacity: 1; }
.ml-wechat-guide-close { position: absolute; top: 22px; left: 20px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: white; font-size: 28px; line-height: 1; }
.ml-wechat-guide-arrow { position: absolute; top: 18px; right: 24px; color: white; font-size: 44px; line-height: 1; transform: rotate(-12deg); }
.ml-wechat-guide-card { position: absolute; top: 82px; right: 18px; width: min(300px, calc(100% - 36px)); padding: 18px 20px; background: white; color: var(--ml-ink); }
.ml-wechat-guide-card strong { font-size: 16px; }
.ml-wechat-guide-card p { margin: 8px 0 0; color: #655f5b; font-size: 13px; line-height: 1.65; }

.ml-related { padding-top: 78px; }
.ml-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.ml-related-link { display: block; }
.ml-related-image { aspect-ratio: 16 / 10; overflow: hidden; background: var(--ml-soft); }
.ml-related-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.ml-related-link:hover .ml-related-image img { transform: scale(1.01); }
.ml-related-title { margin: 14px 0 0; font-size: 20px; line-height: 1.34; letter-spacing: -.015em; }
.ml-related-date { display: block; margin-top: 10px; color: var(--ml-muted); font-size: 11px; }

.ml-search-page { padding-top: 68px; }
.ml-search-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: end; padding-bottom: 28px; border-bottom: 1px solid rgba(31,26,23,.17); }
.ml-search-kicker { margin: 0 0 13px; color: var(--ml-purple); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.ml-search-results-title { margin: 0; font-size: clamp(38px, 5.2vw, 68px); line-height: 1.06; letter-spacing: -.04em; font-weight: 740; }
.ml-search-count { margin: 0 0 7px; color: var(--ml-muted); font-size: 12px; white-space: nowrap; }
.ml-search-refine { margin-top: 28px; max-width: 760px; }
.ml-search-refine .ml-search-form { border-bottom-width: 1px; }
.ml-search-refine .ml-search-form input { font-size: clamp(18px, 2.2vw, 25px); padding-block: 13px; }
.ml-search-results-list { margin-top: 26px; }
.ml-search-result { display: grid; grid-template-columns: minmax(190px, 28%) minmax(0, 1fr); gap: 32px; padding: 28px 0; border-bottom: 1px solid rgba(31,26,23,.12); }
.ml-search-result-thumb { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #f4f2ef; }
.ml-search-result-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.ml-search-result:hover .ml-search-result-thumb img { transform: scale(1.01); }
.ml-search-result-thumb.is-empty { display: grid; place-items: center; color: #c1bbb6; font-family: Georgia, "Times New Roman", serif; font-size: 22px; letter-spacing: .08em; }
.ml-search-result-copy { align-self: start; }
.ml-search-subjects { display: flex; flex-wrap: wrap; gap: 8px 12px; margin: 0 0 9px; color: var(--ml-purple); font-size: 10.5px; font-weight: 750; letter-spacing: .06em; }
.ml-search-result-title { max-width: 900px; margin: 0 0 11px; font-size: clamp(23px, 2.2vw, 31px); line-height: 1.24; letter-spacing: -.02em; }
.ml-search-result-excerpt { max-width: 860px; margin: 0; color: #57514d; font-size: 15px; line-height: 1.74; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.ml-search-result .ml-meta { margin-top: 18px; }
.ml-search-mark { background: #f0e8f5; color: inherit; padding: 0 .08em; }
.ml-search-pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 42px; }
.ml-search-pagination .page-numbers { min-width: 34px; height: 34px; display: inline-grid; place-items: center; padding: 0 8px; border-bottom: 1px solid transparent; color: #68615d; font-size: 12px; }
.ml-search-pagination .page-numbers.current { color: var(--ml-ink); border-color: var(--ml-ink); font-weight: 800; }
.ml-search-pagination a.page-numbers:hover { color: var(--ml-purple); border-color: var(--ml-purple); }
.ml-search-empty { padding: 64px 0 20px; max-width: 760px; }
.ml-search-empty-title { margin: 0 0 13px; font-size: clamp(28px, 4vw, 44px); line-height: 1.16; letter-spacing: -.025em; }
.ml-search-empty p { margin: 0 0 28px; color: var(--ml-muted); line-height: 1.75; }
.ml-search-home-link { display: inline-block; margin-top: 26px; border-bottom: 1px solid var(--ml-ink); padding-bottom: 4px; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.ml-empty { padding: 50px 0; color: var(--ml-muted); }

@media (max-width: 920px) {
  .ml-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ml-feature-grid { grid-template-columns: 1.35fr .85fr; }
}

@media (max-width: 760px) {
  .ml-shell { width: min(calc(100% - 30px), var(--ml-max)); }
  .ml-header-inner { min-height: 74px; grid-template-columns: 1fr auto; }
  .ml-brand { grid-column: 1; justify-self: start; }
  .ml-brand img { width: 112px; max-height: 42px; }
  .ml-search-toggle { grid-column: 2; font-size: 0; }
  .ml-search-toggle::after { content: "搜索"; font-size: 13px; letter-spacing: .05em; }
  .ml-search-panel-inner { width: calc(100% - 30px); margin-top: 10vh; }
  .ml-search-title { margin-bottom: 14px; font-size: clamp(38px, 12vw, 56px); }
  .ml-search-help { margin-bottom: 30px; font-size: 13px; }
  .ml-search-form { gap: 12px; }
  .ml-search-form input { font-size: 20px; }
  .ml-search-keyhint { display: none; }
  .ml-section { padding-top: 62px; }
  .ml-section-title { gap: 18px; margin-bottom: 22px; }
  .ml-hero { padding-top: 24px; }
  .ml-hero-image { aspect-ratio: 4 / 3; }
  .ml-hero-content { padding-top: 20px; }
  .ml-hero-title { font-size: 35px; line-height: 1.045; letter-spacing: -.036em; margin-bottom: 17px; }
  .ml-deck { max-width: 94%; font-size: 16px; line-height: 1.68; }
  .ml-latest-item { grid-template-columns: 1fr; gap: 13px; padding: 22px 0; }
  .ml-latest-item:nth-child(6n+4),
  .ml-latest-item:nth-child(6n+5),
  .ml-latest-item:nth-child(6n+6) { margin-inline: -15px; padding-inline: 15px; }
  .ml-latest-title { font-size: 23.5px; line-height: 1.23; }
  .ml-latest-excerpt { font-size: 14px; line-height: 1.66; -webkit-line-clamp: 2; }
  .ml-latest-copy .ml-meta { margin-top: 14px; }
  .ml-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 14px; }
  .ml-video-card .ml-card-title { margin-top: 11px; font-size: 16.5px; line-height: 1.3; }
  .ml-play { width: 40px; height: 40px; padding-left: 2px; font-size: 12px; box-shadow: 0 3px 12px rgba(0,0,0,.1); }
  .ml-video-meta { margin-top: 8px; font-size: 10.5px; white-space: nowrap; }
  .ml-video-date-desktop { display: none; }
  .ml-video-date-mobile { display: inline; }
  .ml-video-meta .ml-platform::before { margin-inline: 6px; }
  .ml-feature-grid { grid-template-columns: 1fr; grid-template-rows: auto; gap: 36px; }
  .ml-feature-card-1 { grid-row: auto; padding-bottom: 4px; border-bottom: 1px solid rgba(31,26,23,.12); }
  .ml-feature-card-1 .ml-card-image { aspect-ratio: 4 / 3; }
  .ml-feature-card-1 .ml-feature-kicker { margin-top: 16px; font-size: 10px; }
  .ml-feature-card-1 .ml-card-title { margin-top: 8px; font-size: 28px; line-height: 1.18; }
  .ml-feature-excerpt { max-width: 100%; margin-top: 11px; font-size: 14px; line-height: 1.66; }
  .ml-feature-card-1 .ml-meta { margin: 14px 0 26px; }
  .ml-feature-card-2 .ml-card-title, .ml-feature-card-3 .ml-card-title { font-size: 20.5px; line-height: 1.3; }
  .ml-feature-card-2 .ml-meta, .ml-feature-card-3 .ml-meta { margin-top: 13px; }
  .ml-most-item { grid-template-columns: 44px minmax(0, 1fr); gap: 11px; padding: 17px 0 18px; }
  .ml-most-num { padding-top: .12em; font-size: 27px; }
  .ml-most-title { font-size: 20.5px; line-height: 1.3; }
  .ml-search-page { padding-top: 40px; }
  .ml-search-heading { grid-template-columns: 1fr; gap: 10px; padding-bottom: 20px; }
  .ml-search-count { margin: 0; }
  .ml-search-refine { margin-top: 18px; }
  .ml-search-result { grid-template-columns: 1fr; gap: 13px; padding: 22px 0; }
  .ml-search-result-title { font-size: 25px; line-height: 1.25; }
  .ml-search-result-excerpt { font-size: 14px; line-height: 1.7; -webkit-line-clamp: 2; }
  .ml-search-result .ml-meta { margin-top: 13px; }
  .ml-search-subjects { margin-bottom: 7px; }
  .ml-search-empty { padding-top: 46px; }
  .ml-article-header { width: min(calc(100% - 30px), 1100px); margin: 38px auto 28px; }
  .ml-kicker { font-size: 10px; }
  .ml-article-title { margin-top: 11px; font-size: 35px; line-height: 1.1; letter-spacing: -.032em; }
  .ml-article-deck { margin-bottom: 17px; font-size: 17px; line-height: 1.62; }
  .ml-article-meta { font-size: 11px; }
  .ml-image-caption { width: calc(100% - 30px); margin: 9px auto 0; }
  .ml-article-body { width: min(calc(100% - 30px), var(--ml-reading)); font-size: 17px; line-height: 1.9; }
  .ml-article-body h2 { font-size: 25px; }
  .ml-article-body h3 { font-size: 21px; }
  .ml-article-body blockquote { margin: 2em 0; padding-left: 18px; font-size: 23px; }
  .ml-article-end { width: calc(100% - 30px); margin-top: 52px; }
  .ml-mobile-share { display: block; width: calc(100% - 30px); margin: 28px auto 0; }
  .ml-mobile-share::before { content: ""; display: block; height: 1px; margin-bottom: 22px; background: rgba(31,26,23,.12); }
  .ml-mobile-share { text-align: center; }
  .ml-share-button { width: calc(50% - 6px); min-height: 44px; border: 1px solid #cbc6c2; background: white; color: var(--ml-ink); font-size: 13px; font-weight: 700; }
  .ml-share-button + .ml-share-button { margin-left: 8px; }
  .ml-share-button-primary { border-color: var(--ml-purple); color: var(--ml-purple); }
  .ml-related { padding-top: 60px; }
  .ml-related-grid { grid-template-columns: 1fr; gap: 30px; }
  .ml-related-title { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
