/* 蚂蚁养花指南 · Editorial botanical design system */
:root {
  --ink: #10271d;
  --forest: #163f2d;
  --green: #2d694c;
  --sage: #8ba692;
  --cream: #f7f5ee;
  --paper: #fdfcf8;
  --gold: #b9975b;
  --line: rgba(16, 39, 29, .12);
  --muted: #66756d;
  --shadow: 0 24px 64px rgba(16, 39, 29, .10);
  --serif: "Noto Serif SC", "Songti SC", STSong, Georgia, serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(16,39,29,.96); box-shadow: 0 8px 30px rgba(8,25,17,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: var(--serif); font-size: 17px; font-weight: 600; letter-spacing: .06em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.53); font-size: 8px; letter-spacing: .22em; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { position: relative; padding: 9px 14px; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 500; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; right: 14px; bottom: 3px; left: 14px; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .25s; }
.main-nav a:hover, .main-nav a.on { color: #fff; }
.main-nav a:hover::after, .main-nav a.on::after { transform: scaleX(1); }
.menu-btn { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.menu-btn span { width: 18px; height: 1.5px; border-radius: 2px; background: currentColor; transition: .25s; }
.menu-btn.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-btn.open span:nth-child(2) { opacity: 0; }
.menu-btn.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Hero */
.hero { position: relative; min-height: 610px; overflow: hidden; color: #fff; background: var(--forest); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; top: -240px; right: -120px; border-radius: 50%; background: rgba(185,151,91,.11); filter: blur(2px); }
.hero .container { position: relative; z-index: 1; min-height: 610px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 52px; }
.hero-content { padding: 72px 0; }
.eyebrow, .section-kicker { display: block; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin-top: 23px; font-family: var(--serif); font-size: clamp(42px, 5.2vw, 72px); font-weight: 500; line-height: 1.2; letter-spacing: -.045em; }
.hero h1 em { color: #e1d1a5; font-style: normal; }
.hero-content > p { max-width: 590px; margin-top: 24px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.9; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 34px; }
.hero-primary { display: inline-flex; align-items: center; gap: 22px; padding: 14px 20px 14px 23px; border-radius: 4px; background: #e2d1a3; color: var(--ink); font-size: 13px; font-weight: 700; transition: transform .25s, box-shadow .25s, background .25s; }
.hero-primary:hover { transform: translateY(-2px); background: #eadbb4; box-shadow: 0 14px 30px rgba(0,0,0,.2); }
.hero-primary span { font-size: 17px; }
.hero-stat { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.55); }
.hero-stat strong { color: #fff; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.hero-stat small { max-width: 72px; font-size: 11px; line-height: 1.4; }
.hero-visual { position: relative; width: min(420px, 100%); aspect-ratio: 1; justify-self: end; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.orbit-one { inset: 8%; }
.orbit-two { inset: 21%; border-color: rgba(185,151,91,.34); }
.hero-plant { position: absolute; inset: 19% 22% 12%; }
.stem { position: absolute; bottom: 19%; left: calc(50% - 2px); width: 4px; height: 61%; border-radius: 5px; background: linear-gradient(#adc7ae, #6f987b); transform: rotate(-3deg); transform-origin: bottom; }
.leaf { position: absolute; z-index: 1; width: 38%; height: 22%; border: 1px solid rgba(230,240,224,.58); background: linear-gradient(145deg, rgba(173,199,174,.48), rgba(68,119,87,.72)); box-shadow: inset 0 0 24px rgba(255,255,255,.08); }
.leaf::after { content: ""; position: absolute; top: 49%; width: 72%; height: 1px; background: rgba(226,236,217,.4); }
.leaf-a { top: 17%; left: 49%; border-radius: 100% 0 100% 0; transform: rotate(-8deg); }
.leaf-a::after, .leaf-c::after { left: 0; transform: rotate(-25deg); transform-origin: left; }
.leaf-b { top: 36%; left: 12%; border-radius: 0 100% 0 100%; transform: rotate(5deg); }
.leaf-b::after, .leaf-d::after { right: 0; transform: rotate(25deg); transform-origin: right; }
.leaf-c { top: 50%; left: 47%; width: 34%; border-radius: 100% 0 100% 0; transform: rotate(4deg); }
.leaf-d { top: 3%; left: 18%; width: 31%; border-radius: 0 100% 0 100%; transform: rotate(-7deg); }
.pot { position: absolute; z-index: 2; bottom: 2%; left: 30%; width: 42%; height: 25%; border-radius: 5px 5px 30px 30px; background: linear-gradient(150deg, #d7c28d, #9d7848); box-shadow: 0 20px 28px rgba(0,0,0,.18); }
.pot::before { content: ""; position: absolute; top: -9px; left: -7%; width: 114%; height: 18px; border-radius: 4px; background: #dfce9e; }
.visual-note { position: absolute; padding: 7px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 100px; background: rgba(16,39,29,.55); color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .12em; backdrop-filter: blur(6px); }
.note-one { top: 20%; right: -2%; }
.note-two { bottom: 17%; left: -1%; }

/* Sections */
.section { padding: 92px 0; }
.section-soft { background: var(--cream); }
.section-heading { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-title { margin-top: 8px; font-family: var(--serif); font-size: clamp(28px, 3vw, 38px); font-weight: 500; line-height: 1.3; letter-spacing: -.025em; }
.section-heading > p { max-width: 390px; color: var(--muted); font-size: 14px; }
.columns-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.column-card { position: relative; min-height: 190px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; justify-content: space-between; transition: background .25s, color .25s, transform .25s, box-shadow .25s; }
.column-card:hover { z-index: 1; color: #fff; background: var(--forest); box-shadow: var(--shadow); transform: translateY(-4px); }
.column-index { color: var(--gold); font-family: Georgia, serif; font-size: 12px; letter-spacing: .12em; }
.column-card h3 { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.column-card p { margin-top: 4px; color: var(--muted); font-size: 12px; }
.column-card:hover p { color: rgba(255,255,255,.55); }
.card-arrow { position: absolute; right: 22px; bottom: 23px; color: var(--sage); font-size: 17px; transition: transform .25s; }
.column-card:hover .card-arrow { color: #e2d1a3; transform: translate(3px,-3px); }

/* Article cards */
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: 3px; background: var(--paper); transition: transform .3s, box-shadow .3s; }
.article-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.article-card-img { width: 100%; height: 218px; object-fit: cover; transition: transform .5s; }
.article-card:hover .article-card-img { transform: scale(1.035); }
.article-card-img.placeholder { display: grid; height: 218px; place-items: center; color: rgba(22,63,45,.7); background: radial-gradient(circle at 70% 25%, rgba(185,151,91,.18), transparent 35%), linear-gradient(145deg,#dce8dd,#edf0e6); font-family: var(--serif); font-size: 44px; }
.article-card-body { position: relative; z-index: 1; min-height: 175px; padding: 24px; background: var(--paper); }
.article-label, .article-category { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.article-card-body h3 { margin-top: 11px; min-height: 50px; font-family: var(--serif); font-size: 18px; font-weight: 600; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.read-more { display: flex; margin-top: 20px; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; }
.read-more b, .article-row-meta b { color: var(--green); font-size: 16px; transition: transform .2s; }
.article-card:hover .read-more b { transform: translateX(4px); }

/* Search */
.search-box { display: flex; margin-top: 26px; max-width: 560px; border: 1px solid rgba(255,255,255,.22); border-radius: 4px; background: rgba(255,255,255,.08); }
.hero-search { margin-top: 22px; max-width: 520px; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.1); }
.search-box input { flex: 1; min-width: 0; padding: 13px 18px; border: 0; outline: 0; background: transparent; color: #fff; font-size: 14px; }
.search-box input::placeholder { color: rgba(255,255,255,.45); }
.search-box button { padding: 13px 24px; border: 0; border-left: 1px solid rgba(255,255,255,.18); background: transparent; color: #e2d1a3; font-size: 13px; font-weight: 700; cursor: pointer; transition: background .2s; }
.search-box button:hover { background: rgba(226,209,163,.14); }
.search-box + .page-lead strong { color: #e2d1a3; font-size: 17px; }
.highlight strong { color: #a3512b; font-style: normal; }
.category-content .article-row-body h3 .highlight strong { font-family: var(--serif); }
.article-row-body p .highlight strong { color: #b2601f; }

/* Category */
.page-hero { padding: 56px 0 62px; color: #fff; background: var(--forest); }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 30px; color: rgba(255,255,255,.48); font-size: 12px; flex-wrap: wrap; }
.breadcrumb a { color: rgba(255,255,255,.72); transition: color .2s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span:last-child { max-width: 520px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.page-heading { margin-top: 9px; font-family: var(--serif); font-size: clamp(36px,5vw,56px); font-weight: 500; letter-spacing: -.04em; }
.page-lead { margin-top: 12px; color: rgba(255,255,255,.57); font-size: 14px; }
.category-content { padding-top: 52px; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.chip { padding: 8px 16px; border: 1px solid var(--line); border-radius: 2px; background: #fff; color: var(--muted); font-size: 12px; font-weight: 600; transition: all .2s; }
.chip:hover, .chip.on { border-color: var(--forest); background: var(--forest); color: #fff; }
.article-list { border-top: 1px solid var(--ink); }
.article-row { display: grid; grid-template-columns: 220px 1fr; gap: 30px; min-height: 174px; padding: 26px 10px; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s; }
.article-row:hover { padding-inline: 18px; background: var(--cream); }
.article-row-img { width: 220px; height: 146px; border-radius: 2px; object-fit: cover; }
.row-placeholder { display: grid; place-items: center; color: rgba(22,63,45,.5); background: linear-gradient(145deg, #dce8dd, #f1eee2); font-family: var(--serif); font-size: 34px; }
.article-row-body { min-width: 0; align-self: center; }
.article-row-body h3 { margin: 7px 0; font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.45; }
.article-row-body p { color: var(--muted); font-size: 13px; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.article-row-meta { display: inline-flex; align-items: center; gap: 10px; margin-top: 13px; color: var(--muted); font-size: 11px; }
.empty-tip { padding: 70px 0; text-align: center; color: #8b9891; font-size: 14px; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 34px; }
.page-btn { padding: 9px 17px; border: 1px solid var(--line); border-radius: 2px; background: #fff; color: var(--ink); font-size: 12px; transition: all .2s; }
.page-btn:hover { border-color: var(--forest); background: var(--forest); color: #fff; }
.page-info { color: var(--muted); font-size: 12px; }

/* Article detail */
.article-page { padding: 34px 0 88px; background: linear-gradient(var(--cream) 0 330px, var(--paper) 330px); }
.article-page > .container > .breadcrumb { color: var(--muted); }
.article-page > .container > .breadcrumb a { color: var(--green); }
.article-page > .container > .breadcrumb a:hover { color: var(--ink); }
.article-detail { max-width: 880px; margin: 0 auto; padding: 62px 70px 70px; border: 1px solid var(--line); background: #fff; box-shadow: 0 22px 70px rgba(16,39,29,.08); }
.article-category { display: block; margin-bottom: 14px; }
.article-detail h1 { max-width: 760px; font-family: var(--serif); font-size: clamp(30px,4vw,46px); font-weight: 600; line-height: 1.35; letter-spacing: -.035em; }
.article-meta { display: flex; gap: 0; margin: 22px 0 32px; color: #819087; font-size: 11px; flex-wrap: wrap; }
.article-meta span + span::before { content: "·"; margin: 0 12px; color: var(--gold); }
.article-cover { width: calc(100% + 140px); max-width: none; max-height: 500px; margin: 0 -70px 42px; object-fit: cover; }
.article-content { color: #2d3d35; font-family: var(--serif); font-size: 16px; line-height: 2; }
.article-content > p:first-child { font-size: 17px; color: #24372e; }
.article-content img { max-width: 100%; height: auto; margin: 28px auto; border-radius: 2px; }
.article-content p { margin-bottom: 18px; }
.article-content h2 { margin: 42px 0 17px; padding-bottom: 10px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 24px; line-height: 1.5; }
.article-content h3 { margin: 30px 0 12px; color: var(--ink); font-size: 20px; }
.article-content ul, .article-content ol { margin: 12px 0 22px 25px; }
.article-content li { margin-bottom: 8px; padding-left: 3px; }
.article-content a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.article-content blockquote { margin: 26px 0; padding: 21px 24px; border-left: 3px solid var(--gold); background: var(--cream); color: #486055; }
.article-content table { width: 100%; margin: 24px 0; border-collapse: collapse; font-family: var(--sans); font-size: 13px; }
.article-content th, .article-content td { border: 1px solid var(--line); padding: 11px 13px; text-align: left; }
.article-content th { background: var(--cream); color: var(--ink); }
.article-nav { max-width: 880px; margin: 28px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.article-nav-prev, .article-nav-next { min-width: 0; padding: 19px 21px; border: 1px solid var(--line); border-radius: 2px; background: #fff; transition: border .2s, background .2s; }
.article-nav-prev:hover, .article-nav-next:hover { border-color: var(--sage); background: var(--cream); }
.article-nav-next { text-align: right; }
.article-nav span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; }
.article-nav strong { color: var(--ink); font-family: var(--serif); font-size: 14px; font-weight: 600; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.article-cta { max-width: 880px; margin: 48px auto 0; padding: 42px 28px; text-align: center; color: #fff; background: var(--forest); }
.article-cta::before { content: "ANT FLOWER GUIDE"; display: block; margin-bottom: 8px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .22em; }
.article-cta p { margin-bottom: 18px; font-family: var(--serif); font-size: 18px; }
.cta-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.btn-primary { display: inline-flex; align-items: center; justify-content: center; padding: 10px 22px; border: 1px solid rgba(255,255,255,.45); border-radius: 2px; color: #fff; font-size: 12px; transition: all .2s; }
.btn-primary:hover { border-color: #e2d1a3; background: #e2d1a3; color: var(--ink); }
.btn-share { display: inline-flex; align-items: center; justify-content: center; padding: 10px 22px; border: 1px solid var(--gold); border-radius: 2px; background: var(--gold); color: var(--ink); font-size: 12px; cursor: pointer; transition: all .2s; }
.btn-share:hover { background: #f3e6c4; border-color: #f3e6c4; }
#toastMsg { position: fixed; left: 50%; bottom: 42px; transform: translateX(-50%) translateY(8px); padding: 11px 20px; border-radius: 2px; background: rgba(12,33,24,.94); color: #fff; font-size: 13px; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; z-index: 999; }
#toastMsg.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* Article two-column layout */
.article-layout { display: grid; grid-template-columns: minmax(0, 880px) 300px; gap: 34px; justify-content: center; align-items: start; }
.article-main { min-width: 0; }
.article-main .article-detail { max-width: none; margin-inline: 0; }
.article-main .article-nav { max-width: none; margin-inline: 0; }
.article-main .article-cta { max-width: none; margin-inline: 0; }
.article-side { position: sticky; top: 24px; }
.related-box { padding: 30px 26px 26px; border: 1px solid var(--line); border-radius: 2px; background: #fff; box-shadow: 0 12px 38px rgba(16,39,29,.06); }
.related-title { margin-top: 8px; font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1.3; letter-spacing: -.02em; }
.related-list { margin-top: 16px; border-top: 1px solid var(--line); }
.related-item { display: block; padding: 15px 2px; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }
.related-item:hover { padding-inline: 10px; background: var(--cream); }
.related-item h3 { font-family: var(--serif); font-size: 15px; font-weight: 600; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.related-item p { margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Footer */
.site-footer { padding: 48px 0; border-top: 1px solid rgba(255,255,255,.08); background: #0c2118; color: #fff; }
.footer-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--serif); font-size: 18px; font-weight: 600; letter-spacing: .05em; }
.footer-brand span { margin-top: 7px; color: rgba(255,255,255,.46); font-size: 12px; }
.footer-meta { color: rgba(255,255,255,.4); font-size: 10px; text-align: right; letter-spacing: .08em; }
.footer-meta a { display: inline-block; margin-top: 5px; transition: color .2s; }
.footer-meta a:hover { color: #e2d1a3; }

@media (max-width: 980px) {
  .menu-btn { display: flex; }
  .main-nav { display: none; position: absolute; inset: 76px 0 auto; max-height: calc(100vh - 76px); overflow-y: auto; flex-direction: column; align-items: stretch; padding: 12px 24px 20px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(16,39,29,.98); box-shadow: 0 22px 35px rgba(0,0,0,.18); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .main-nav a::after { display: none; }
  .hero, .hero .container { min-height: 560px; }
  .hero .container { grid-template-columns: 1fr .65fr; gap: 20px; }
  .hero-visual { transform: translateX(30px); }
  .columns-grid { grid-template-columns: repeat(2, 1fr); }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; gap: 28px; }
  .article-side { position: static; }
  .related-box { padding: 26px 24px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand-copy strong { font-size: 15px; }
  .main-nav { inset: 68px 0 auto; }
  .hero, .hero .container { min-height: 570px; }
  .hero .container { display: block; }
  .hero-content { position: relative; z-index: 2; padding: 65px 0 56px; }
  .hero h1 { font-size: clamp(39px, 12vw, 55px); }
  .hero-content > p { max-width: 88%; font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { position: absolute; right: -126px; bottom: -80px; width: 390px; opacity: .3; transform: none; }
  .section { padding: 62px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 28px; }
  .section-heading > p { font-size: 13px; }
  .columns-grid { grid-template-columns: 1fr; }
  .column-card { min-height: 150px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card-img, .article-card-img.placeholder { height: 210px; }
  .article-card-body { min-height: 160px; }
  .page-hero { padding: 36px 0 45px; }
  .breadcrumb { margin-bottom: 22px; }
  .category-content { padding-top: 35px; }
  .article-row { grid-template-columns: 108px 1fr; gap: 17px; min-height: 132px; padding: 18px 0; }
  .article-row:hover { padding-inline: 7px; }
  .article-row-img { width: 108px; height: 102px; }
  .article-row-body h3 { margin: 5px 0; font-size: 16px; }
  .article-row-body p { -webkit-line-clamp: 1; font-size: 12px; }
  .article-row-meta { margin-top: 6px; }
  .article-page { padding-top: 24px; background: linear-gradient(var(--cream) 0 230px, var(--paper) 230px); }
  .article-page > .container { width: 100%; }
  .article-page > .container > .breadcrumb { padding: 0 16px; }
  .article-detail { padding: 38px 24px 46px; border-inline: 0; }
  .article-detail h1 { font-size: 29px; }
  .article-cover { width: calc(100% + 48px); margin: 0 -24px 32px; }
  .article-content { font-size: 15px; line-height: 1.95; }
  .article-content h2 { font-size: 21px; }
  .article-nav { grid-template-columns: 1fr; padding: 0 16px; }
  .article-nav-next { text-align: left; }
  .article-cta { margin: 35px 16px 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
  .footer-meta { text-align: left; }
}

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