.daily-hero {
  background: linear-gradient(120deg, #173f35, #315b43);
}

/* =========================================================
   RFT V4 — brand-first, practical, calm and refined
   ========================================================= */
:root {
  --rft-ink: #18231f;
  --rft-muted: #64716c;
  --rft-green: #173f35;
  --rft-green-2: #24594b;
  --rft-jade: #8ea99d;
  --rft-paper: #f7f3ea;
  --rft-paper-2: #eee7d9;
  --rft-gold: #b78a4c;
  --rft-line: rgba(23, 63, 53, .14);
  --rft-shadow: 0 28px 80px rgba(20, 49, 40, .12);
}

html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
body { color: var(--rft-ink); background: #fbfaf6; }
body.callback-sheet-open { overflow: hidden; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  transform: translateY(-160%);
  padding: 11px 16px;
  color: #fff;
  background: var(--rft-green);
  border-radius: 10px;
}
.skip-link:focus { transform: translateY(0); }

.home-v4 .container,
.service-v4 .wrap,
.articles-page .wrap,
.article-page .wrap { width: min(1180px, calc(100% - 48px)); }

.home-v4 h1,
.home-v4 h2,
.service-v4 h1,
.service-v4 h2,
.articles-page h1,
.article-page h1,
.article-page h2 {
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  letter-spacing: -.035em;
}

.home-v4 .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(250, 248, 242, .94);
  border-bottom: 1px solid rgba(23, 63, 53, .09);
  backdrop-filter: blur(18px);
}
.home-v4 .header-inner { min-height: 82px; }
.home-v4 .brand img { flex: 0 0 auto; width: 46px; height: 46px; }
.home-v4 .footer-brand img { width: 42px; height: 42px; }
.home-v4 .desktop-nav { display: flex; align-items: center; gap: 28px; }
.home-v4 .desktop-nav a { color: #34453f; font-size: 14px; }
.home-v4 .desktop-nav a:hover { color: var(--rft-green); }
.home-v4 .mobile-menu { display: none; }
.home-v4 .header-phone {
  display: grid;
  gap: 2px;
  padding: 10px 15px;
  color: #fff;
  background: var(--rft-green);
  border-radius: 14px;
}
.home-v4 .header-phone span { font-size: 10px; opacity: .72; }
.home-v4 .header-phone strong { font-size: 14px; letter-spacing: .02em; }

.home-v4-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 62px;
  background:
    radial-gradient(circle at 12% 4%, rgba(183, 138, 76, .12), transparent 30%),
    linear-gradient(135deg, #f9f5ed 0%, #f1eadc 58%, #e6dfd0 100%);
}
.home-v4-hero::after {
  content: "瑞蚨堂";
  position: absolute;
  right: -28px;
  bottom: -80px;
  color: rgba(23, 63, 53, .035);
  font: 700 190px/1 "Songti SC", serif;
  letter-spacing: -.08em;
  pointer-events: none;
}
.home-v4-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .62fr);
  gap: 72px;
  align-items: center;
}
.home-v4-hero-copy .eyebrow { color: var(--rft-gold); }
.home-v4-hero-copy h1 {
  max-width: 760px;
  margin: 14px 0 24px;
  color: var(--rft-green);
  font-size: clamp(56px, 6vw, 92px);
  line-height: 1.03;
}
.home-v4-hero-copy .hero-lead {
  max-width: 720px;
  color: #3f4f49;
  font-size: 18px;
  line-height: 1.95;
}
.home-v4 .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.home-v4 .btn { min-height: 50px; padding: 14px 20px; border-radius: 14px; font-weight: 700; }
.home-v4 .btn-primary { color: #fff; background: var(--rft-green); box-shadow: 0 14px 34px rgba(23,63,53,.2); }
.home-v4 .btn-secondary { color: var(--rft-green); background: #fff; border: 1px solid rgba(23,63,53,.18); }
.home-v4 .btn-quiet { color: var(--rft-green); border: 1px solid transparent; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 36px; color: #66726d; font-size: 12px; }
.hero-facts span { display: grid; gap: 4px; }
.hero-facts strong { color: var(--rft-green); font-size: 13px; }
.home-v4-hero-media { position: relative; min-height: 590px; }
.home-v4-hero-media video {
  width: 100%;
  height: 590px;
  object-fit: cover;
  border-radius: 180px 180px 26px 26px;
  box-shadow: var(--rft-shadow);
}
.home-v4-hero-media button {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(17, 47, 39, .72);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}
.home-v4-hero-media > div {
  position: absolute;
  left: -34px;
  bottom: 34px;
  display: grid;
  gap: 4px;
  padding: 20px 24px;
  color: var(--rft-green);
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(23,63,53,.16);
}
.home-v4-hero-media > div span { color: #71807a; font-size: 12px; }

.home-v4-proof { color: #fff; background: var(--rft-green); }
.home-v4-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-v4-proof-grid > * { display: grid; gap: 6px; min-height: 120px; padding: 28px 26px; color: inherit; border-right: 1px solid rgba(255,255,255,.12); }
.home-v4-proof-grid > *:last-child { border-right: 0; }
.home-v4-proof-grid strong { font: 700 22px/1.25 "Songti SC", serif; }
.home-v4-proof-grid span { color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.55; }

.home-v4 .section { padding: 96px 0; }
.home-v4 .section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 42px; }
.home-v4 .section-heading h2 { margin: 7px 0 0; color: var(--rft-green); font-size: clamp(36px, 4vw, 58px); line-height: 1.18; }
.home-v4 .section-heading > p { max-width: 480px; margin: 0; color: var(--rft-muted); line-height: 1.85; }

.home-v4-directions { background: #fbfaf6; }
.home-v4-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.home-v4-service-grid a {
  position: relative;
  min-height: 184px;
  padding: 26px;
  color: var(--rft-ink);
  background: #fff;
  border: 1px solid var(--rft-line);
  border-radius: 18px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.home-v4-service-grid a:hover { transform: translateY(-4px); border-color: rgba(183,138,76,.48); box-shadow: 0 20px 40px rgba(23,63,53,.08); }
.home-v4-service-grid span { color: var(--rft-gold); font: 700 12px/1 sans-serif; }
.home-v4-service-grid h3 { margin: 24px 0 9px; color: var(--rft-green); font: 700 23px/1.3 "Songti SC", serif; }
.home-v4-service-grid p { margin: 0; color: var(--rft-muted); font-size: 13px; line-height: 1.7; }
.home-v4-service-grid a:first-child,
.home-v4-service-grid a:nth-child(8) { color: #fff; background: var(--rft-green); }
.home-v4-service-grid a:first-child h3,
.home-v4-service-grid a:nth-child(8) h3 { color: #fff; }
.home-v4-service-grid a:first-child p,
.home-v4-service-grid a:nth-child(8) p { color: rgba(255,255,255,.68); }

.home-v4-callback { color: #fff; background: linear-gradient(135deg, #173f35, #24594b); }
.home-v4-callback-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.home-v4-callback h2 { margin: 8px 0 18px; color: #fff; font-size: clamp(38px, 4vw, 58px); }
.home-v4-callback p { color: rgba(255,255,255,.72); line-height: 1.8; }
.home-v4-callback .consultation-phone { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 26px; }
.home-v4-callback .consultation-phone span { width: 100%; color: rgba(255,255,255,.56); font-size: 12px; }
.home-v4-callback .consultation-phone a { color: #fff; font-size: 20px; font-weight: 700; }
.home-v4-callback .lead-form { padding: 28px; background: rgba(255,255,255,.98); border-radius: 22px; box-shadow: 0 30px 70px rgba(0,0,0,.18); }

.home-v4-method { background: var(--rft-paper); }
.home-v4-method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--rft-line); border-radius: 24px; overflow: hidden; }
.home-v4-method-grid article { min-height: 286px; padding: 34px 30px; background: rgba(255,255,255,.55); border-right: 1px solid var(--rft-line); }
.home-v4-method-grid article:last-child { border-right: 0; }
.home-v4-method-grid span { color: var(--rft-gold); font: 700 15px/1 "Songti SC", serif; }
.home-v4-method-grid h3 { margin: 50px 0 14px; color: var(--rft-green); font: 700 25px/1.35 "Songti SC", serif; }
.home-v4-method-grid p { margin: 0; color: var(--rft-muted); font-size: 14px; line-height: 1.8; }

.home-v4-reality-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: center; }
.home-v4-reality-grid h2 { margin: 10px 0 20px; color: var(--rft-green); font-size: clamp(40px, 4vw, 60px); line-height: 1.18; }
.home-v4-reality-grid > div:first-child p { color: var(--rft-muted); line-height: 1.9; }
.home-v4-gallery { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: 220px 220px; gap: 12px; }
.home-v4-gallery figure { position: relative; overflow: hidden; margin: 0; border-radius: 18px; }
.home-v4-gallery figure:first-child { grid-row: 1/3; }
.home-v4-gallery figure:nth-child(3), .home-v4-gallery figure:nth-child(4) { display: none; }
.home-v4-gallery img { width: 100%; height: 100%; object-fit: cover; }
.home-v4-gallery figcaption { position: absolute; left: 12px; bottom: 12px; padding: 8px 11px; color: #fff; background: rgba(12,34,28,.68); border-radius: 999px; font-size: 11px; backdrop-filter: blur(8px); }

.home-v4-reading { background: #edf0eb; }
.home-v4-reading-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.home-v4-reading-grid a { min-height: 236px; padding: 28px; color: inherit; background: #fff; border-radius: 18px; border: 1px solid rgba(23,63,53,.09); }
.home-v4-reading-grid span { color: var(--rft-gold); font-size: 12px; font-weight: 700; }
.home-v4-reading-grid h3 { margin: 32px 0 14px; color: var(--rft-green); font: 700 21px/1.5 "Songti SC", serif; }
.home-v4-reading-grid p { color: var(--rft-muted); font-size: 13px; line-height: 1.7; }

.home-v4-visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.home-v4-visit-grid li { display: flex; gap: 20px; padding: 28px; background: var(--rft-paper); border-radius: 18px; }
.home-v4-visit-grid > li > span { color: var(--rft-gold); font-size: 13px; font-weight: 800; }
.home-v4-visit-grid h3 { margin: 0 0 9px; color: var(--rft-green); font-size: 18px; }
.home-v4-visit-grid p { margin: 0; color: var(--rft-muted); font-size: 13px; line-height: 1.75; }

.home-v4-contact { padding: 84px 0; color: #fff; background: #102f28; }
.home-v4-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.home-v4-contact h2 { margin: 10px 0 12px; color: #fff; font-size: clamp(40px, 4vw, 60px); }
.home-v4-contact p { color: rgba(255,255,255,.62); }
.home-v4-contact-grid > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.home-v4-contact-grid a { display: grid; gap: 5px; padding: 18px; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; }
.home-v4-contact-grid a span { color: rgba(255,255,255,.55); font-size: 11px; }
.home-v4-contact-grid .map { grid-column: 1/3; text-align: center; background: rgba(255,255,255,.08); }

/* service pages */
.service-v4-hero { padding: 68px 0 54px; background: linear-gradient(135deg, #f7f2e8, #e9e5da); }
.service-v4-hero-grid { display: grid; grid-template-columns: 1.04fr .72fr; gap: 68px; align-items: center; }
.service-v4-hero h1 { margin: 10px 0 22px; color: var(--rft-green); font-size: clamp(54px, 6vw, 86px); line-height: 1.05; }
.location-page .service-v4-hero h1 { font-size: clamp(46px, 5vw, 72px); line-height: 1.12; }
.service-v4-hero .lead { max-width: 720px; color: #41514b; font-size: 17px; line-height: 1.9; }
.service-v4-hero .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.service-v4-hero .hero-actions a { padding: 14px 18px; border-radius: 13px; font-weight: 700; }
.service-v4-hero .primary-action { color: #fff; background: var(--rft-green); }
.service-v4-hero .secondary-action { color: var(--rft-green); background: #fff; border: 1px solid var(--rft-line); }
.service-v4-quick { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.service-v4-quick span { padding: 8px 11px; color: #58665f; background: rgba(255,255,255,.62); border: 1px solid rgba(23,63,53,.1); border-radius: 999px; font-size: 11px; }
.service-v4-hero figure { position: relative; overflow: hidden; height: 520px; margin: 0; border-radius: 160px 160px 22px 22px; box-shadow: var(--rft-shadow); }
.service-v4-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.service-v4-hero figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 12px 14px; color: #fff; background: rgba(15,45,37,.72); border-radius: 12px; font-size: 12px; text-align: center; backdrop-filter: blur(10px); }
.service-v4 .section { padding: 86px 0; }
.service-v4 .muted { background: var(--rft-paper); }
.service-v4-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.service-v4-split h2,
.service-v4 .section-head h2,
.service-v4-whole h2,
.service-v4-revisit h2 { color: var(--rft-green); font-size: clamp(34px, 4vw, 52px); line-height: 1.22; }
.location-page .service-v4-split h2 { font-size: 42px; }
.service-v4-split > div > p:last-child { color: var(--rft-muted); line-height: 1.85; }
.service-v4-split ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; list-style: none; }
.service-v4-split li { padding: 22px; color: #30423b; background: var(--rft-paper); border-radius: 15px; line-height: 1.65; }
.service-v4-axes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 36px; }
.service-v4-axes article { min-height: 240px; padding: 26px; background: #fff; border: 1px solid var(--rft-line); border-radius: 17px; }
.service-v4-axes span { color: var(--rft-gold); font-size: 12px; font-weight: 800; }
.service-v4-axes h3 { margin: 38px 0 12px; color: var(--rft-green); font: 700 22px/1.4 "Songti SC", serif; }
.service-v4-axes p { color: var(--rft-muted); font-size: 13px; line-height: 1.8; }
.service-v4-whole { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.service-v4-whole figure { overflow: hidden; margin: 0; border-radius: 22px; }
.service-v4-whole img { width: 100%; height: 450px; object-fit: cover; }
.service-v4-whole figcaption { padding: 12px; color: var(--rft-muted); background: var(--rft-paper); font-size: 11px; text-align: center; }
.service-v4-whole p { color: var(--rft-muted); line-height: 1.95; }
.service-v4-revisit { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.service-v4-revisit ol { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: revisit; }
.service-v4-revisit li { counter-increment: revisit; padding: 24px; background: #fff; border-radius: 15px; }
.service-v4-revisit li::before { content: "0" counter(revisit); display: block; margin-bottom: 20px; color: var(--rft-gold); font-size: 12px; font-weight: 800; }
.service-v4-reading { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.service-v4-reading a { display: flex; flex-direction: column; justify-content: space-between; min-height: 190px; padding: 24px; color: var(--rft-green); background: var(--rft-paper); border-radius: 16px; font: 700 18px/1.6 "Songti SC", serif; }
.service-v4-reading a span { align-self: flex-end; color: var(--rft-gold); }
.service-v4-reading .all { color: #fff; background: var(--rft-green); }
.service-v4-contact { color: #fff; background: var(--rft-green); }
.service-v4-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.service-v4-contact h2 { color: #fff; font-size: clamp(36px, 4vw, 52px); }
.service-v4-contact p { color: rgba(255,255,255,.65); }
.service-v4-contact-grid > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.service-v4-contact-grid a { padding: 16px; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; text-align: center; }
.service-v4-contact-grid .map { grid-column: 1/3; background: rgba(255,255,255,.08); }

/* article system */
.articles-page .article-index-hero { color: #fff; background: linear-gradient(135deg, #153a31 0%, #24594b 72%, #315d50 100%); }
.articles-page .article-index-hero::before { content: none; background: none; }
.articles-page .article-index-hero::after { opacity: .08; }
.articles-page .article-index-hero .eyebrow,
.articles-page .article-index-hero h1,
.articles-page .article-index-hero .lead { color: #fff; }
.articles-page .article-index-hero .lead { color: rgba(255,255,255,.76); }
.articles-page .article-index-stats { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; }
.articles-page .article-index-stats span { min-width: 170px; padding: 14px 16px; color: rgba(255,255,255,.75); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); border-radius: 13px; }
.articles-page .article-index-stats strong { color: #fff; }
.articles-page .article-index-intro { padding-top: 54px; }
.articles-page .article-tools { position: static; z-index: 20; padding: 20px; background: rgba(255,255,255,.94); border: 1px solid var(--rft-line); box-shadow: 0 18px 40px rgba(23,63,53,.09); backdrop-filter: blur(18px); }
.articles-page .article-tools label { grid-template-columns: minmax(220px, .8fr) minmax(340px, 1.2fr); }
.articles-page .article-category-jump { display: flex; overflow-x: auto; gap: 7px; padding-bottom: 2px; scrollbar-width: thin; }
.articles-page .article-category-jump button { flex: 0 0 auto; padding: 10px 13px; color: #52625b; background: var(--rft-paper); border: 1px solid transparent; border-radius: 999px; }
.articles-page .article-category-jump button.active { color: #fff; background: var(--rft-green); }
.articles-page .daily-principles { margin-top: 28px; }
.articles-page .article-show-more { min-width: 160px; }
.article-page .article-hero { background: linear-gradient(135deg, #f5efe4, #e9e5da); }
.article-page .article-meta { color: #6b7772; }
.article-page .article-cover img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.article-page .article-cover figcaption { color: #66736e; background: var(--rft-paper); }
.article-page .tcm-lens { padding: 34px; background: linear-gradient(135deg, #eef2ed, #f6f1e7); border-left: 4px solid var(--rft-gold); border-radius: 16px; }
.article-page .tcm-lens .section-kicker,
.article-page .revisit-note .section-kicker { margin-bottom: 8px; color: var(--rft-gold); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.article-page .revisit-note { padding: 30px 34px; background: #173f35; border-radius: 16px; }
.article-page .revisit-note h2,
.article-page .revisit-note p { color: #fff; }
.article-page .revisit-note p { color: rgba(255,255,255,.72); }
.article-page .article-factbox { border: 1px solid var(--rft-line); border-radius: 16px; }
.article-page .article-sidebar { max-height: calc(100vh - 110px); overflow-y: auto; }

/* universal navigation created during finalization */
.unified-topbar { position: sticky; top: 0; z-index: 900; background: rgba(250,248,242,.95); border-bottom: 1px solid rgba(23,63,53,.09); backdrop-filter: blur(16px); }
.unified-topbar .nav-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; padding: 0; }
.unified-topbar .brand { display: inline-flex; align-items: center; gap: 10px; color: var(--rft-green); white-space: nowrap; }
.unified-topbar .brand::before { display: none; content: none; }
.unified-topbar .brand img { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 10px; }
.unified-topbar .brand span { display: flex; flex-direction: column; line-height: 1.15; }
.unified-topbar .brand strong { font: 700 21px/1.15 "Songti SC", "STSong", serif; letter-spacing: .08em; }
.unified-topbar .brand small { margin-top: 4px; color: #71807a; font-size: 10px; letter-spacing: .12em; }
.unified-topbar .topnav { display: flex; align-items: center; gap: 24px; }
.unified-topbar .topnav a { color: #40524b; font-size: 13px; }
.unified-topbar .topnav .nav-call { padding: 10px 13px; color: #fff; background: var(--rft-green); border-radius: 11px; }
.unified-topbar .mobile-menu { display: none; }

@media (max-width: 980px) {
  .home-v4-hero-grid { grid-template-columns: 1fr .62fr; gap: 38px; }
  .home-v4-hero-media { min-height: 500px; }
  .home-v4-hero-media video { height: 500px; }
  .home-v4-service-grid { grid-template-columns: repeat(3, 1fr); }
  .home-v4-method-grid, .home-v4-reading-grid, .service-v4-axes, .service-v4-reading { grid-template-columns: 1fr 1fr; }
  .home-v4-method-grid article:nth-child(2) { border-right: 0; }
  .home-v4-method-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--rft-line); }
  .service-v4-hero-grid { gap: 38px; }
  .service-v4-hero figure { height: 440px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 74px; }
  .home-v4 .container,
  .service-v4 .wrap,
  .articles-page .wrap,
  .article-page .wrap { width: min(100% - 30px, 1180px); }
  .home-v4 .site-header { position: sticky; }
  .home-v4 .header-inner { min-height: 68px; }
  .home-v4 .brand img { width: 38px; height: 38px; }
  .home-v4 .desktop-nav, .home-v4 .header-phone { display: none; }
  .home-v4 .mobile-menu { display: block; margin-left: auto; }
  .home-v4 .mobile-menu summary { padding: 10px 13px; color: var(--rft-green); background: #fff; border: 1px solid var(--rft-line); border-radius: 11px; list-style: none; }
  .home-v4 .mobile-menu[open] nav { position: absolute; top: 62px; left: 15px; right: 15px; display: grid; padding: 12px; background: #fff; border: 1px solid var(--rft-line); border-radius: 14px; box-shadow: var(--rft-shadow); }
  .home-v4 .mobile-menu nav a { padding: 12px; color: var(--rft-green); border-bottom: 1px solid var(--rft-line); }
  .home-v4-hero { padding: 38px 0 26px; }
  .home-v4-hero::after { display: none; }
  .home-v4-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .home-v4-hero-copy h1 { margin-top: 9px; font-size: clamp(46px, 15vw, 68px); }
  .home-v4-hero-copy .hero-lead { font-size: 15px; line-height: 1.85; }
  .home-v4 .hero-actions { gap: 9px; margin-top: 24px; }
  .home-v4 .btn { flex: 1 1 calc(50% - 5px); min-height: 46px; padding: 12px 10px; text-align: center; font-size: 13px; }
  .home-v4 .btn-quiet { flex-basis: 100%; background: rgba(255,255,255,.5); }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
  .hero-facts span:last-child { grid-column: 1/3; }
  .home-v4-hero-media { min-height: 300px; }
  .home-v4-hero-media video { height: 300px; border-radius: 120px 120px 20px 20px; }
  .home-v4-hero-media > div { left: 12px; bottom: 12px; padding: 12px 15px; }
  .home-v4-proof-grid { grid-template-columns: 1fr 1fr; }
  .home-v4-proof-grid > * { min-height: 104px; padding: 20px 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .home-v4-proof-grid strong { font-size: 17px; }
  .home-v4 .section { padding: 62px 0; }
  .home-v4 .section-heading { display: block; margin-bottom: 28px; }
  .home-v4 .section-heading h2 { font-size: 36px; }
  .home-v4 .section-heading > p { margin-top: 16px; }
  .home-v4-service-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .home-v4-service-grid a { min-height: 154px; padding: 18px; }
  .home-v4-service-grid h3 { margin-top: 18px; font-size: 20px; }
  .home-v4-service-grid p { font-size: 12px; }
  .home-v4-callback-grid { grid-template-columns: 1fr; gap: 28px; }
  .home-v4-callback .lead-form { padding: 20px; }
  .home-v4-method-grid { grid-template-columns: 1fr; }
  .home-v4-method-grid article { min-height: auto; padding: 26px 24px; border-right: 0; border-bottom: 1px solid var(--rft-line); }
  .home-v4-method-grid article:last-child { border-bottom: 0; }
  .home-v4-method-grid h3 { margin-top: 24px; }
  .home-v4-reality-grid { grid-template-columns: 1fr; gap: 26px; }
  .home-v4-reality-grid h2 { font-size: 39px; }
  .home-v4-gallery { grid-template-rows: 230px 150px; }
  .home-v4-gallery figure:first-child { grid-column: 1/3; grid-row: 1; }
  .home-v4-gallery figure:nth-child(2) { grid-column: 1; grid-row: 2; }
  .home-v4-gallery figure:nth-child(3) { display: block; grid-column: 2; grid-row: 2; }
  .home-v4-reading-grid { grid-template-columns: 1fr; }
  .home-v4-reading-grid a { min-height: 170px; padding: 22px; }
  .home-v4-reading-grid h3 { margin-top: 22px; }
  .home-v4-visit-grid { grid-template-columns: 1fr; }
  .home-v4-contact { padding: 58px 0; }
  .home-v4-contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .home-v4-contact h2 { font-size: 36px; }
  .home-v4-contact-grid > div:last-child { grid-template-columns: 1fr; }
  .home-v4-contact-grid .map { grid-column: auto; }

  .service-v4-hero { padding: 36px 0 26px; }
  .service-v4-hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .service-v4-hero h1 { font-size: 50px; }
  .location-page .service-v4-hero h1 { font-size: 43px; }
  .service-v4-hero .lead { font-size: 15px; }
  .service-v4-hero figure { height: 300px; border-radius: 110px 110px 18px 18px; }
  .service-v4 .section { padding: 58px 0; }
  .service-v4-split, .service-v4-whole, .service-v4-revisit, .service-v4-contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .service-v4-split h2, .service-v4 .section-head h2, .service-v4-whole h2, .service-v4-revisit h2 { font-size: 36px; }
  .location-page .service-v4-split h2 { font-size: 34px; }
  .service-v4-split ul, .service-v4-revisit ol { grid-template-columns: 1fr; }
  .service-v4-axes, .service-v4-reading { grid-template-columns: 1fr; }
  .service-v4-axes article { min-height: auto; }
  .service-v4-axes h3 { margin-top: 24px; }
  .service-v4-whole img { height: 300px; }
  .service-v4-contact-grid > div:last-child { grid-template-columns: 1fr; }
  .service-v4-contact-grid .map { grid-column: auto; }

  .articles-page .article-index-hero { padding: 46px 0 38px; }
  .articles-page .article-index-hero h1 { font-size: 44px; }
  .articles-page .article-index-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .articles-page .article-index-stats span { min-width: 0; }
  .articles-page .article-index-stats span:last-child { grid-column: 1/3; }
  .articles-page .article-tools { top: 66px; padding: 14px; }
  .articles-page .article-tools { position: static; }
  .articles-page .article-tools label { grid-template-columns: 1fr; }
  .articles-page .daily-principles { grid-template-columns: 1fr; }
  .articles-page .article-card-grid { grid-template-columns: 1fr 1fr; }
  .articles-page .article-card-image { height: 126px; }
  .articles-page .article-card h2 { font-size: 17px; }
  .article-page .article-hero h1 { font-size: 38px; }
  .article-page .tcm-lens, .article-page .revisit-note { padding: 24px; }

  .unified-topbar .nav-wrap { min-height: 66px; }
  .unified-topbar .topnav { display: none; }
  .unified-topbar .mobile-menu { display: block; margin-left: auto; }
  .unified-topbar .mobile-menu summary { padding: 9px 12px; color: var(--rft-green); background: #fff; border: 1px solid var(--rft-line); border-radius: 10px; list-style: none; }
  .unified-topbar .mobile-menu[open] nav { position: absolute; top: 60px; left: 15px; right: 15px; display: grid; padding: 10px; background: #fff; border: 1px solid var(--rft-line); border-radius: 14px; box-shadow: var(--rft-shadow); }
  .unified-topbar .mobile-menu nav a { padding: 12px; color: var(--rft-green); border-bottom: 1px solid var(--rft-line); }
  .unified-topbar .mobile-menu nav a:last-child { border-bottom: 0; }

  .mobile-call, .mobile-actions { z-index: 1200; }
}

.callback-sheet { z-index: 5000; }
.lead-table .lead-delete { margin-left: 7px; color: #8d3028; background: #fff; border: 1px solid rgba(141,48,40,.32); }
.lead-table .lead-delete:hover { background: #fff4f1; }

@media (max-width: 430px) {
  .home-v4-hero-copy h1 { font-size: 47px; }
  .home-v4-service-grid { grid-template-columns: 1fr; }
  .home-v4-service-grid a { min-height: 132px; }
  .home-v4-proof-grid { grid-template-columns: 1fr; }
  .home-v4-proof-grid > * { min-height: 84px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts span:last-child { grid-column: auto; }
  .articles-page .article-card-grid { grid-template-columns: 1fr; }
  .articles-page .article-card { display: grid; grid-template-columns: 112px 1fr; }
  .articles-page .article-card-image { height: 100%; min-height: 150px; }
  .articles-page .article-card > div { padding: 15px; }
}

.daily-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.daily-principles article {
  min-height: 230px;
  padding: 30px;
  border: 1px solid rgba(49, 91, 67, 0.16);
  border-radius: 8px;
  background: #fffef9;
}

.daily-principles span {
  color: #a8792b;
  font-family: Georgia, serif;
  font-size: 13px;
}

.daily-principles h2 {
  margin: 30px 0 12px;
  color: #1e3d2b;
  font-size: 25px;
}

.daily-principles p {
  margin: 0;
  color: #65736e;
}

.daily-gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  grid-template-rows: 270px 270px;
  gap: 14px;
}

.daily-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #dde3da;
}

.daily-gallery figure:first-child {
  grid-row: 1 / 3;
}

.daily-gallery figure:last-child {
  grid-column: 2 / 4;
}

.daily-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.daily-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 38px 16px 14px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, .7));
  font-size: 13px;
}

.daily-video-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 54px;
  align-items: center;
}

.daily-video-grid video {
  display: block;
  width: 100%;
  max-height: 520px;
  background: #102d25;
}

.daily-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.daily-links a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid #315b43;
  border-radius: 6px;
  color: #315b43;
  font-weight: 800;
}

.daily-links a:first-child {
  color: #fff;
  background: #315b43;
}

.article-index-hero {
  background: linear-gradient(125deg, #173f35, #315b43 62%, #6d6544);
}

.article-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.article-category-jump {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.article-category-jump button,
.article-category-jump a {
  min-height: 50px;
  border: 1px solid rgba(49, 91, 67, .18);
  border-radius: 8px;
  color: #315b43;
  background: #fffef9;
  text-align: center;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.article-category-jump button.active {
  border-color: #315b43;
  color: #fffef9;
  background: #315b43;
}

.article-tools {
  margin-top: 42px;
  padding: 24px;
  border: 1px solid rgba(49, 91, 67, .14);
  border-radius: 12px;
  background: #f7f6ef;
}

.article-tools label {
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr);
  gap: 18px;
  align-items: center;
  color: #1e3d2b;
  font-weight: 800;
}

.article-tools input {
  width: 100%;
  min-height: 52px;
  padding: 10px 16px;
  border: 1px solid rgba(49, 91, 67, .28);
  border-radius: 8px;
  color: #1e3d2b;
  background: #fffef9;
  font: inherit;
}

.article-results {
  margin: 14px 0 0;
  color: #65736e;
  font-size: 14px;
}

.article-show-more {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 14px;
  border: 1px solid #315b43;
  border-radius: 8px;
  color: #315b43;
  background: #fffef9;
  font: inherit;
  font-weight: 800;
}

.article-show-more[hidden] {
  display: none;
}

.article-index-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.article-index-stats span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 254, 249, .25);
  border-radius: 999px;
  color: rgba(255, 254, 249, .82);
}

.article-index-stats strong {
  margin-right: 5px;
  color: #fffef9;
}

.legacy-article-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.legacy-article-links a {
  padding: 16px 18px;
  border: 1px solid rgba(49, 91, 67, .14);
  border-radius: 8px;
  color: #315b43;
  background: #fffef9;
  font-weight: 800;
}

.article-category-jump a {
  padding: 15px 18px;
  border: 1px solid rgba(49, 91, 67, .18);
  border-radius: 8px;
  color: #315b43;
  background: #fffef9;
  text-align: center;
  font-weight: 800;
}

.article-card {
  overflow: hidden;
  border: 1px solid rgba(49, 91, 67, .14);
  border-radius: 10px;
  background: #fffef9;
}

.article-card-image {
  display: block;
  height: 280px;
  overflow: hidden;
  background: #dfe6dc;
}

.article-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.article-card:hover .article-card-image img {
  transform: scale(1.025);
}

.article-card > div {
  padding: 26px 28px 30px;
}

.article-card span,
.article-meta,
.breadcrumbs {
  color: #7b856f;
  font-size: 13px;
}

.article-card h2 {
  margin: 9px 0 12px;
  color: #1e3d2b;
  font-size: 25px;
}

.article-card p {
  color: #65736e;
}

.article-read {
  color: #315b43;
  font-weight: 800;
}

.article-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
  padding: 38px;
  border-radius: 10px;
  color: #fffef9;
  background: #1e3d2b;
}

.article-cta h2 {
  margin-bottom: 8px;
}

.article-cta p {
  margin-bottom: 0;
  color: rgba(255, 254, 249, .78);
}

.article-cta > div:last-child {
  display: grid;
  gap: 10px;
}

.article-cta a {
  min-width: 190px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 254, 249, .3);
  border-radius: 6px;
  text-align: center;
  font-weight: 800;
}

.article-hero {
  padding: 88px 0 64px;
  border-bottom: 1px solid rgba(49, 91, 67, .16);
  background: #f1f2e9;
}

.breadcrumbs {
  display: flex;
  gap: 9px;
  margin-bottom: 34px;
}

.article-hero h1 {
  max-width: 900px;
  margin-bottom: 22px;
  color: #1e3d2b;
  font-size: clamp(38px, 6vw, 66px);
}

.article-lead {
  max-width: 780px;
  color: #59665d;
  font-size: 20px;
}

.article-meta {
  display: flex;
  gap: 18px;
  margin-top: 28px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 260px;
  gap: 70px;
  align-items: start;
  padding-top: 58px;
  padding-bottom: 82px;
}

.article-cover {
  margin: 0 0 44px;
}

.article-cover img {
  max-height: 560px;
  object-fit: cover;
  border-radius: 8px;
}

.article-cover figcaption {
  margin-top: 9px;
  color: #7b856f;
  font-size: 12px;
}

.article-section {
  padding: 10px 0 30px;
}

.article-section h2 {
  color: #1e3d2b;
  font-size: 30px;
}

.article-section p,
.article-section li {
  color: #3f4942;
  font-size: 17px;
  line-height: 1.9;
}

.article-section ul {
  padding: 18px 22px 18px 42px;
  border-left: 3px solid #a8792b;
  background: #f1f2e9;
}

.article-factbox {
  margin-top: 12px;
  padding: 28px;
  border-radius: 8px;
  color: #fffef9;
  background: #315b43;
}

.article-factbox p {
  margin: 8px 0;
  color: rgba(255, 254, 249, .82);
}

.article-factbox div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.article-factbox a {
  padding: 8px 12px;
  border: 1px solid rgba(255, 254, 249, .35);
  border-radius: 5px;
  font-weight: 800;
}

.article-boundary {
  margin: 28px 0;
  color: #7b856f;
  font-size: 13px;
}

.article-source {
  margin: 14px 0 24px;
  padding: 22px 24px;
  border-left: 3px solid #a8792b;
  background: #f7f6ef;
}

.article-source p {
  margin: 8px 0 0;
  color: #59665d;
  font-size: 14px;
  line-height: 1.7;
}

.article-source a {
  color: #315b43;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.clinic-philosophy {
  margin: 8px 0 24px;
  padding: 26px 28px 4px;
  border: 1px solid rgba(168, 121, 43, .2);
  border-radius: 10px;
  background: linear-gradient(145deg, #fbf8ee, #f1f2e9);
}

@media (max-width: 760px) {
  .article-tools {
    margin-top: 28px;
    padding: 18px;
  }

  .article-tools label {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .article-category-jump {
    display: flex;
    gap: 8px;
    margin-right: -18px;
    padding-right: 18px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .article-category-jump button,
  .article-category-jump a {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 10px 14px;
    scroll-snap-align: start;
  }

  .article-index-stats {
    display: grid;
    grid-template-columns: 1fr;
  }

  .legacy-article-links {
    grid-template-columns: 1fr 1fr;
  }

  .clinic-philosophy {
    padding: 20px 20px 2px;
  }
}

@media (max-width: 460px) {
  .legacy-article-links {
    grid-template-columns: 1fr;
  }
}

.article-next {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 26px;
  border-top: 1px solid rgba(49, 91, 67, .18);
}

.article-next a {
  padding: 18px;
  background: #f1f2e9;
}

.article-next span {
  display: block;
  color: #7b856f;
  font-size: 12px;
}

.article-next strong {
  color: #315b43;
}

.article-sidebar {
  position: sticky;
  top: 90px;
  display: grid;
  max-height: calc(100vh - 110px);
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(49, 91, 67, .16);
  background: #fffef9;
}

.article-sidebar > strong {
  margin-bottom: 12px;
  color: #1e3d2b;
}

.article-sidebar a {
  padding: 10px 0;
  border-bottom: 1px solid rgba(49, 91, 67, .1);
  color: #65736e;
  font-size: 13px;
}

.article-sidebar a.active {
  color: #9e3f2e;
  font-weight: 800;
}

.article-sidebar .all-articles {
  margin-top: 12px;
  border-bottom: 0;
  color: #315b43;
  font-weight: 800;
}

@media (max-width: 760px) {
  .daily-principles,
  .daily-video-grid,
  .article-card-grid,
  .article-cta,
  .article-layout,
  .article-next {
    grid-template-columns: 1fr;
  }

  .article-card-image {
    height: 220px;
  }

  .article-hero {
    padding: 58px 0 42px;
  }

  .article-layout {
    gap: 30px;
    padding-top: 34px;
  }

  .article-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    max-height: none;
    overflow: visible;
  }

  .article-sidebar > strong,
  .article-sidebar .sidebar-group-title,
  .article-sidebar .all-articles {
    grid-column: 1 / 3;
  }

  .articles-page .article-category-jump {
    gap: 8px;
  }

  .articles-page .article-category-jump a {
    padding: 11px 6px;
    font-size: 13px;
  }

  .articles-page .article-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .articles-page .article-card-image {
    height: 128px;
  }

  .articles-page .article-card > div {
    padding: 15px 13px 18px;
  }

  .articles-page .article-card h2 {
    margin: 7px 0 9px;
    font-size: 18px;
    line-height: 1.45;
  }

  .articles-page .article-card p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .articles-page .article-card span,
  .articles-page .article-read {
    font-size: 12px;
  }

  .article-cta {
    padding: 28px;
  }

  .daily-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 190px 190px;
  }

  .daily-gallery figure:first-child,
  .daily-gallery figure:last-child {
    grid-column: 1 / 3;
    grid-row: auto;
  }
}

/* V4 late cascade: article library must win over earlier generations. */
.articles-page .article-index-hero { color: #fff; background: linear-gradient(135deg, #153a31 0%, #24594b 72%, #315d50 100%); }
.articles-page .article-index-hero::before { content: none; background: none; }
.articles-page .article-index-hero .eyebrow,
.articles-page .article-index-hero h1 { color: #fff; }
.articles-page .article-index-hero .lead { color: rgba(255,255,255,.76); }
.articles-page .article-index-stats { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; }
.articles-page .article-index-stats span { min-width: 170px; padding: 14px 16px; color: rgba(255,255,255,.75); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); border-radius: 13px; }
.articles-page .article-index-stats strong { color: #fff; }
.articles-page .article-index-intro { padding-top: 54px; }
.articles-page .article-tools { position: static; z-index: 20; display: grid; gap: 15px; padding: 20px; background: rgba(255,255,255,.94); border: 1px solid var(--rft-line); border-radius: 18px; box-shadow: 0 18px 40px rgba(23,63,53,.09); backdrop-filter: blur(18px); }
.articles-page .article-tools label { display: grid; grid-template-columns: minmax(220px,.8fr) minmax(340px,1.2fr); gap: 16px; align-items: center; }
.articles-page .article-category-jump { display: flex; grid-template-columns: none; overflow-x: auto; gap: 7px; padding-bottom: 2px; scrollbar-width: thin; }
.articles-page .article-category-jump button { flex: 0 0 auto; padding: 10px 13px; color: #52625b; background: var(--rft-paper); border: 1px solid transparent; border-radius: 999px; }
.articles-page .article-category-jump button.active { color: #fff; background: var(--rft-green); }
.articles-page .daily-principles { margin-top: 28px; }
.articles-page .article-show-more { display: inline-flex; justify-content: center; min-width: 160px; padding: 11px 16px; color: var(--rft-green); background: #fff; border: 1px solid var(--rft-line); border-radius: 999px; font-weight: 800; }
.articles-page .article-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.article-page .article-cover img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.article-page .tcm-lens { padding: 34px; background: linear-gradient(135deg,#eef2ed,#f6f1e7); border-left: 4px solid var(--rft-gold); border-radius: 16px; }
.article-page .revisit-note { padding: 30px 34px; background: #173f35; border-radius: 16px; }
.article-page .revisit-note h2 { color: #fff; }
.article-page .revisit-note p { color: rgba(255,255,255,.72); }

@media (max-width: 760px) {
  .articles-page .article-index-hero { padding: 46px 0 38px; }
  .articles-page .article-index-hero h1 { font-size: 44px; }
  .articles-page .article-index-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .articles-page .article-index-stats span { min-width: 0; }
  .articles-page .article-index-stats span:last-child { grid-column: 1/3; }
  .articles-page .article-tools { top: 66px; padding: 14px; }
  .articles-page .article-tools { position: static; }
  .articles-page .article-tools label { grid-template-columns: 1fr; }
  .articles-page .article-category-jump { display: flex; }
  .articles-page .daily-principles { grid-template-columns: 1fr; }
  .articles-page .article-card-grid { grid-template-columns: 1fr 1fr; }
  .articles-page .article-card-image { height: 126px; }
  .articles-page .article-card h2 { font-size: 17px; }
  .article-page .tcm-lens,
  .article-page .revisit-note { padding: 24px; }
}

@media (max-width: 430px) {
  .articles-page .article-card-grid { grid-template-columns: 1fr; }
  .articles-page .article-card { display: grid; grid-template-columns: 112px 1fr; }
  .articles-page .article-card-image { height: 100%; min-height: 150px; }
  .articles-page .article-card > div { padding: 15px; }
}
