:root {
  --ink: #17211d; --muted: #64706a; --line: #dfe5e1; --paper: #f7f8f5; --white: #fff;
  --green: #155f4d; --green-dark: #0d4639; --lime: #dbe987; --blue: #aacddd; --rose: #d7aba5;
  --shell: min(1180px, calc(100% - 48px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.eyebrow { display: inline-block; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247,248,245,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { height: 76px; display: flex; align-items: center; gap: 48px; }
.brand { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.brand img { width: 32px; height: 32px; object-fit: contain; }
.brand span { font-size: 19px; font-weight: 800; letter-spacing: -.03em; }
.brand em { padding-left: 9px; border-left: 1px solid #b8c0bc; color: var(--muted); font-size: 13px; font-style: normal; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-right: auto; }
.main-nav a { position: relative; padding: 28px 0 25px; color: #48534e; font-size: 14px; font-weight: 650; }
.main-nav a::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--green); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.text-button { padding: 8px; border: 0; background: transparent; cursor: pointer; font-size: 14px; font-weight: 650; }
.solid-button, .outline-button, .light-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border: 1px solid var(--green); border-radius: 4px; cursor: pointer; font-size: 14px; font-weight: 750; transition: transform .18s ease, background .18s ease; }
.solid-button { color: white; background: var(--green); }
.solid-button:hover, .light-button:hover { transform: translateY(-2px); }
.solid-button.compact { min-height: 40px; padding: 0 18px; }
.outline-button { color: var(--green); background: transparent; }
.lead-story { padding: 68px 0 64px; border-bottom: 1px solid var(--line); }
.lead-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: 72px; align-items: center; }
.lead-copy h1 { max-width: 650px; margin: 18px 0 22px; font-family: "Songti SC", STSong, serif; font-size: clamp(42px, 4.5vw, 66px); font-weight: 700; line-height: 1.16; letter-spacing: -.045em; }
.lead-copy > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.lead-actions { display: flex; gap: 12px; margin-top: 30px; }
.journal-stats { display: flex; gap: 40px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); }
.journal-stats div { display: grid; gap: 3px; }
.journal-stats strong { font-family: Georgia, serif; font-size: 25px; }
.journal-stats span { color: var(--muted); font-size: 12px; }
.featured-story { display: grid; grid-template-columns: 42% 58%; min-height: 430px; overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(31,53,44,.08); }
.featured-art { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; color: #eaf5ef; background: var(--green-dark); }
.featured-art::after { position: absolute; right: -70px; bottom: -92px; width: 230px; height: 230px; border: 42px solid rgba(219,233,135,.8); border-radius: 50%; content: ""; }
.featured-art span { font-family: Georgia, serif; font-size: 68px; color: rgba(255,255,255,.18); }
.featured-art b { position: relative; z-index: 1; font-family: "Songti SC", serif; font-size: 26px; writing-mode: vertical-rl; letter-spacing: .15em; }
.featured-content { display: flex; flex-direction: column; padding: 38px 36px; }
.story-meta { color: var(--green); font-size: 12px; font-weight: 750; letter-spacing: .04em; }
.story-meta.member { color: #a3662d; }
.featured-content h2 { margin: 20px 0 16px; font-family: "Songti SC", serif; font-size: 31px; line-height: 1.4; }
.featured-content p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.read-link { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--green); font-size: 14px; font-weight: 750; }
.read-link i { font-style: normal; transition: transform .18s ease; }
a:hover .read-link i { transform: translateX(4px); }
.topic-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.topic-strip .shell { display: flex; align-items: center; gap: 28px; min-height: 76px; }
.strip-label { color: var(--muted); font-size: 12px; font-weight: 750; white-space: nowrap; }
.topic-links { display: flex; align-items: center; gap: 8px; overflow-x: auto; }
.topic-links button { padding: 9px 15px; border: 0; border-radius: 100px; background: transparent; white-space: nowrap; cursor: pointer; font-size: 13px; }
.topic-links button:hover, .topic-links button.active { color: white; background: var(--green); }
.latest-section { padding: 76px 0 88px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; }
.section-heading h2 { margin: 10px 0 0; font-family: "Songti SC", serif; font-size: 38px; }
.search-box { position: relative; width: min(310px, 100%); }
.search-box input { width: 100%; height: 44px; padding: 0 42px 0 15px; border: 1px solid var(--line); border-radius: 4px; outline: none; background: white; }
.search-box input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(21,95,77,.09); }
.search-box i { position: absolute; top: 8px; right: 14px; color: var(--muted); font-size: 22px; font-style: normal; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.story-card { min-width: 0; background: var(--white); border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.story-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(31,53,44,.08); }
.story-card > a { display: block; height: 100%; }
.card-art { height: 184px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.card-art span { align-self: flex-start; padding: 6px 10px; border: 1px solid rgba(23,33,29,.2); border-radius: 100px; font-size: 11px; font-weight: 750; }
.card-art strong { align-self: flex-end; font-family: "Songti SC", serif; font-size: 36px; letter-spacing: -.06em; }
.art-food { background: var(--lime); }
.art-brain { background: var(--blue); }
.art-supplement { background: var(--rose); }
.card-body { display: flex; min-height: 265px; flex-direction: column; padding: 26px; }
.card-body h3 { margin: 14px 0 12px; font-family: "Songti SC", serif; font-size: 22px; line-height: 1.45; }
.card-body p { margin: 0 0 25px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.section-end { display: flex; align-items: center; gap: 14px; margin-top: 30px; color: var(--muted); font-size: 12px; }
.section-end::before, .section-end::after { height: 1px; flex: 1; background: var(--line); content: ""; }
.membership-band { padding: 58px 0; color: white; background: var(--green-dark); }
.membership-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.membership-band .eyebrow { color: #bcdaca; }
.membership-band h2 { margin: 10px 0 9px; font-family: "Songti SC", serif; font-size: 34px; }
.membership-band p { margin: 0; color: #bcd0c8; line-height: 1.75; }
.light-button { flex: 0 0 auto; color: var(--green-dark); background: #edf5ef; border-color: #edf5ef; }
.site-footer { padding: 58px 0 22px; color: #59645f; background: #eef1ed; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 54px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.footer-grid > div:first-child { padding-right: 30px; }
.footer-grid p { margin: 8px 0 0; line-height: 1.8; }
.footer-grid strong { margin-bottom: 5px; color: var(--ink); }
.footer-grid a:hover { color: var(--green); }
.footer-brand { align-self: flex-start; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 46px; padding-top: 20px; border-top: 1px solid #d6ddd8; font-size: 12px; }
@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .main-nav { display: none; } .header-actions { margin-left: auto; }
  .lead-grid { grid-template-columns: 1fr; gap: 44px; }
  .featured-story { min-height: 360px; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card:last-child { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .header-inner { height: 66px; } .brand em, .text-button { display: none; } .solid-button.compact { padding: 0 13px; }
  .lead-story { padding: 46px 0; } .lead-copy h1 { font-size: 39px; } .journal-stats { gap: 20px; }
  .featured-story { grid-template-columns: 1fr; } .featured-art { min-height: 190px; } .featured-art b { writing-mode: horizontal-tb; }
  .topic-strip .shell { align-items: flex-start; flex-direction: column; gap: 10px; padding: 18px 0; } .topic-links { width: 100%; }
  .section-heading { align-items: stretch; flex-direction: column; } .story-grid { grid-template-columns: 1fr; } .story-card:last-child { grid-column: auto; }
  .membership-band-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; } .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

/* Product-style editorial system: keeps the established soft green website language. */
:root { --paper: #f4f7f3; --line: #e2e9e4; --green: #198767; --green-dark: #0d5c48; }
.lead-copy h1, .featured-content h2, .section-heading h2, .membership-band h2, .card-body h3,
.article-header h1, .article-content h2, .article-content h3, .plans-heading h2, .member-hero h1,
.reader-plan h3, .member-account h2, .sidebar-card h2, .article-paywall h2 { font-family: inherit; }
.solid-button, .outline-button, .light-button { border-radius: 10px; }
.lead-story { padding: 58px 0 66px; background: radial-gradient(circle at 10% 8%, #e9f4e9 0, transparent 34%), var(--paper); }
.lead-copy h1 { max-width: 620px; font-size: clamp(42px, 4.2vw, 62px); font-weight: 750; line-height: 1.18; letter-spacing: -.045em; }
.featured-story { grid-template-columns: minmax(0, 1.6fr) minmax(175px, .65fr); min-height: 390px; border-radius: 26px; border: 1px solid #e5ebe6; box-shadow: 0 22px 60px rgba(28,69,53,.08); }
.featured-content { gap: 0; padding: 42px; }
.featured-content .topic-badge { align-self: flex-start; margin-bottom: 16px; }
.featured-content .read-link { margin-top: auto; }
.featured-aside { display: flex; flex-direction: column; justify-content: space-between; padding: 34px 28px; color: var(--green-dark); background: #e5f4eb; }
.featured-aside > span { font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.featured-aside strong { color: rgba(13,92,72,.15); font-size: 82px; line-height: 1; }
.featured-aside p { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.7; }
.featured-art { display: none; }
.topic-strip { background: rgba(255,255,255,.8); }
.topic-links button { border-radius: 10px; }
.story-grid { gap: 18px; }
.story-card { overflow: hidden; border-radius: 20px; border-color: #e4ebe6; box-shadow: 0 8px 24px rgba(25,68,52,.035); }
.story-card:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(25,68,52,.08); }
.card-art { display: none; }
.card-body { min-height: 300px; padding: 28px; }
.card-topline, .card-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.card-body h3 { margin: 24px 0 14px; font-size: 21px; font-weight: 750; line-height: 1.5; letter-spacing: -.02em; }
.card-body p { display: -webkit-box; overflow: hidden; margin-bottom: 26px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.card-footer { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.card-footer .read-link { margin: 0; }
.topic-badge, .member-label, .plan-pill { display: inline-flex; align-items: center; min-height: 28px; padding: 0 11px; border-radius: 100px; font-size: 11px; font-weight: 750; }
.member-label { color: #876035; background: #fff5e7; }
.tone-lime { color: #466519; background: #edf6d9; }
.tone-green { color: #176a52; background: #e0f2e9; }
.tone-rose { color: #80504b; background: #f5e6e4; }
.tone-blue { color: #416878; background: #e3f1f6; }
.tone-sand { color: #7d6038; background: #f7ecd9; }
.tone-lavender { color: #625982; background: #ede9f8; }
.tone-aqua { color: #3d6f6c; background: #e1f2ef; }
.empty-results { padding: 70px 20px; color: var(--muted); text-align: center; }
.membership-band { background: linear-gradient(120deg, #0d5c48, #15765c); }

/* Shared account and membership guidance modals */
body.modal-open { overflow: hidden; }
.journal-modal[hidden] { display: none; }
.journal-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(15,29,23,.52); backdrop-filter: blur(5px); cursor: default; }
.modal-panel { position: relative; z-index: 1; width: min(480px, 100%); max-height: min(760px, calc(100vh - 40px)); overflow-y: auto; padding: 36px; border-radius: 24px; background: white; box-shadow: 0 28px 80px rgba(10,35,26,.22); }
.modal-panel h2 { margin: 10px 0 8px; font-size: 28px; }
.modal-copy { margin: 0 0 24px; color: var(--muted); }
.modal-close { position: absolute; top: 16px; right: 18px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f1f4f1; cursor: pointer; font-size: 24px; line-height: 1; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin: 26px 0 22px; padding: 4px; border-radius: 12px; background: #f1f4f1; }
.auth-tabs button { height: 40px; border: 0; border-radius: 9px; background: transparent; cursor: pointer; }
.auth-tabs button.active { color: var(--green-dark); background: white; box-shadow: 0 3px 10px rgba(25,68,52,.07); font-weight: 750; }
.auth-modal-panel > h2 { margin-top: 0; }
.auth-intro { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.journal-form { display: none; }
.journal-form.active { display: grid; gap: 17px; }
.journal-form > label:not(.consent-row) { display: grid; gap: 8px; font-size: 13px; font-weight: 700; }
.journal-form input[type="email"], .journal-form input[type="password"], .journal-form input[type="text"] { width: 100%; height: 48px; padding: 0 14px; border: 1px solid #dce4df; border-radius: 10px; outline: none; background: #fbfcfb; }
.journal-form input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(25,135,103,.1); }
.password-field { position: relative; display: block; }
.password-field input { padding-right: 58px !important; }
.password-field button { position: absolute; top: 50%; right: 9px; min-width: 40px; padding: 6px; border: 0; transform: translateY(-50%); color: var(--green); background: transparent; cursor: pointer; font-size: 12px; }
.consent-row { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.consent-row input { margin-top: 3px; accent-color: var(--green); }
.consent-row a { color: var(--green); }
.full { width: 100%; }
.form-status { min-height: 20px; margin: 0; color: #ad542e; font-size: 12px; text-align: center; }
.form-status[data-state="success"] { color: var(--green); }
.account-pill { display: flex; align-items: center; gap: 9px; min-width: 0; }
.account-pill > span { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--green); font-size: 13px; font-weight: 800; }
.account-pill div { display: grid; max-width: 170px; }
.account-pill strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; }
.account-pill small { color: var(--muted); font-size: 10px; }

/* Article detail */
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 290px; gap: 58px; align-items: start; padding-top: 52px; padding-bottom: 90px; }
.article-main { min-width: 0; }
.back-link { display: inline-block; margin-bottom: 34px; color: var(--muted); font-size: 13px; }
.article-header { padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.article-header h1 { margin: 18px 0 18px; font-size: clamp(36px, 5vw, 54px); font-weight: 780; line-height: 1.25; letter-spacing: -.04em; }
.article-header > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 22px; color: #718078; font-size: 12px; }
.article-content { position: relative; padding: 36px 0 16px; color: #29352f; font-size: 17px; line-height: 1.95; }
.article-content h2 { margin: 48px 0 15px; color: var(--ink); font-size: 27px; line-height: 1.4; }
.article-content h3 { margin: 30px 0 12px; color: var(--ink); font-size: 20px; }
.article-content p { margin: 0 0 20px; }
.article-content ul, .article-content ol { margin: 0 0 22px; padding-left: 24px; }
.article-content li { margin-bottom: 8px; }
.article-content a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.article-content code { padding: 2px 5px; border-radius: 4px; background: #eef2ee; }
.article-content.locked { max-height: 900px; overflow: hidden; }
.article-content.locked::after { position: absolute; right: 0; bottom: 0; left: 0; height: 320px; background: linear-gradient(transparent, var(--paper) 86%); content: ""; }
.article-table { overflow-x: auto; margin: 24px 0; }
.article-table table { width: 100%; border-collapse: collapse; font-size: 14px; }
.article-table th, .article-table td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.article-table th { background: #eef4ef; }
.article-paywall { position: relative; z-index: 2; display: flex; align-items: center; flex-direction: column; margin-top: -45px; padding: 42px; border: 1px solid #dce9df; border-radius: 22px; background: white; box-shadow: 0 18px 50px rgba(25,68,52,.08); text-align: center; }
.lock-mark { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; color: white; background: var(--green); font-size: 13px; font-weight: 800; }
.article-paywall h2 { margin: 18px 0 9px; font-size: 25px; }
.article-paywall p { margin: 0 0 22px; color: var(--muted); line-height: 1.7; }
.article-paywall > span, .inline-button { margin-top: 13px; color: var(--muted); font-size: 12px; }
.inline-button { border: 0; background: transparent; color: var(--green); cursor: pointer; }
.article-notice { margin-top: 34px; padding: 20px 22px; border-radius: 16px; background: #eef3ef; }
.article-notice strong { font-size: 13px; }
.article-notice p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.article-sidebar { position: sticky; top: 106px; display: grid; gap: 18px; }
.sidebar-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.sidebar-card h2 { margin: 9px 0 18px; font-size: 19px; }
.sidebar-card > a:not(.outline-button) { display: grid; gap: 7px; padding: 15px 0; border-top: 1px solid var(--line); }
.sidebar-card > a span { color: var(--muted); font-size: 11px; }
.sidebar-card > a strong { font-size: 13px; line-height: 1.55; }
.member-sidebar { color: white; background: var(--green-dark); border-color: var(--green-dark); }
.member-sidebar p { color: #bed5cc; font-size: 13px; line-height: 1.7; }
.member-sidebar .outline-button { min-height: 40px; margin-top: 8px; border-color: #8fc4b1; color: white; }

/* Membership */
.member-hero { padding: 78px 0 70px; text-align: center; background: radial-gradient(circle at 50% 0, #e0f3e7 0, transparent 58%); }
.member-hero-inner { max-width: 820px; }
.member-hero h1 { margin: 18px 0; font-size: clamp(40px, 5vw, 60px); line-height: 1.2; letter-spacing: -.045em; }
.member-hero p { max-width: 690px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.8; }
.member-highlights { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; color: var(--green-dark); font-size: 13px; font-weight: 700; }
.plans-section { padding: 72px 0 84px; background: white; }
.plans-heading { max-width: 680px; margin: 0 auto 34px; text-align: center; }
.plans-heading h2 { margin: 10px 0; font-size: 36px; }
.plans-heading p { margin: 0; color: var(--muted); }
.reader-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 420px)); justify-content: center; gap: 20px; }
.reader-plan { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fbfcfb; }
.reader-plan.featured { border-color: #a8d2c0; background: #f4faf6; box-shadow: 0 16px 40px rgba(25,68,52,.07); }
.plan-pill { color: var(--green-dark); background: #dff2e8; }
.plan-pill.subtle { color: #6c756f; background: #eaeeeb; }
.reader-plan h3 { margin: 18px 0 5px; font-size: 24px; }
.plan-desc { margin: 0; color: var(--muted); font-size: 13px; }
.plan-price { display: flex; align-items: baseline; gap: 5px; margin: 24px 0; }
.plan-price span { font-size: 17px; font-weight: 700; }
.plan-price strong { color: var(--green-dark); font-size: 52px; line-height: 1; }
.plan-price small { color: var(--muted); }
.reader-plan ul { display: grid; flex: 1; gap: 13px; margin: 0 0 28px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: #405048; font-size: 13px; }
.reader-plan li::before { margin-right: 9px; color: var(--green); content: "✓"; }
.member-account { display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 860px; margin: 22px auto 0; padding: 24px 28px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.member-account h2 { margin: 7px 0 4px; font-size: 20px; }
.member-account p { margin: 0; color: var(--muted); font-size: 13px; }
.member-account-section { padding: 18px 0 70px; background: var(--paper); }
.member-account-copy { min-width: 0; }
.member-sync-form { flex: 0 1 440px; }
.member-sync-form > label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; }
.member-sync-form > div { display: grid; grid-template-columns: minmax(180px, 1fr) auto; gap: 10px; }
.member-sync-form input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid #d3ddd7; border-radius: 6px; outline: none; background: #fbfcfb; }
.member-sync-form input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(25,135,103,.1); }
.member-sync-form .form-status { margin-top: 7px; text-align: left; }
.member-value-heading { max-width: 680px; margin: 70px auto 28px; text-align: center; }
.member-value-heading h2 { margin: 10px 0; font-size: 30px; }
.member-value-heading p { margin: 0; color: var(--muted); line-height: 1.7; }
.member-value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 900px; margin: 0 auto; }
.member-value-grid article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fbfcfb; }
.member-value-grid article > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: var(--green-dark); background: #e4f3e9; font-size: 12px; font-weight: 800; }
.member-value-grid h3 { margin: 1px 0 8px; font-size: 17px; }
.member-value-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.topic-coverage { padding: 74px 0 84px; border-top: 1px solid var(--line); background: #f3f6f2; }
.topic-coverage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 960px; margin: 0 auto; }
.topic-coverage-grid a { display: flex; align-items: center; min-height: 76px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; color: #26352e; background: white; font-size: 14px; font-weight: 700; line-height: 1.45; transition: border-color .2s ease, transform .2s ease; }
.topic-coverage-grid a:hover { transform: translateY(-2px); border-color: #9dc9b6; }
.member-faq { padding: 74px 0 90px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 900px; margin: 0 auto; }
.faq-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.faq-grid h3 { margin: 0 0 10px; font-size: 17px; }
.faq-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.compact-footer { padding-top: 22px; }
.compact-footer .footer-bottom { margin-top: 0; }
.compact-footer .footer-bottom div { display: flex; flex-wrap: wrap; gap: 20px; }

@media (max-width: 980px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .featured-story { grid-template-columns: 1fr; }
  .featured-aside { display: none; }
  .article-layout { padding-top: 34px; }
  .article-header h1 { font-size: 36px; }
  .article-sidebar, .reader-plans, .faq-grid, .member-value-grid { grid-template-columns: 1fr; }
  .topic-coverage-grid { grid-template-columns: 1fr 1fr; }
  .member-account { align-items: flex-start; flex-direction: column; }
  .member-sync-form { width: 100%; flex-basis: auto; }
}
@media (max-width: 480px) {
  .topic-coverage-grid { grid-template-columns: 1fr; }
  .member-sync-form > div { grid-template-columns: 1fr; }
}

/* Legal and governance pages */
.legal-hero { padding: 62px 0 50px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 12% 0, #e4f3e8 0, transparent 38%); }
.legal-hero h1 { margin: 14px 0 10px; font-size: 44px; letter-spacing: -.035em; }
.legal-hero p { margin: 0; color: var(--muted); line-height: 1.7; }
.legal-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); justify-content: center; gap: 60px; align-items: start; padding-top: 58px; padding-bottom: 90px; }
.legal-index { position: sticky; top: 105px; display: grid; gap: 6px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.legal-index strong { margin-bottom: 7px; font-size: 13px; }
.legal-index a { padding: 8px 9px; border-radius: 8px; color: var(--muted); font-size: 12px; }
.legal-index a:hover { color: var(--green-dark); background: #edf5ef; }
.legal-content { padding: 38px 42px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.legal-content h2 { margin: 42px 0 14px; font-size: 23px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #435048; font-size: 14px; line-height: 1.9; }
.legal-content ol, .legal-content ul { padding-left: 22px; }
.complaint-layout-news { display: grid; grid-template-columns: 340px minmax(0, 620px); justify-content: center; gap: 24px; align-items: start; padding-top: 58px; padding-bottom: 90px; }
.contact-panel, .complaint-form-news { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.contact-panel { position: sticky; top: 105px; }
.contact-panel h2, .complaint-form-news h2 { margin: 10px 0 8px; font-size: 25px; }
.contact-panel > p, .complaint-form-news > p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.contact-panel dl { display: grid; gap: 0; margin: 0; }
.contact-panel dl > div { padding: 14px 0; border-top: 1px solid var(--line); }
.contact-panel dt { margin-bottom: 5px; color: var(--muted); font-size: 11px; }
.contact-panel dd { margin: 0; font-size: 13px; line-height: 1.65; }
.contact-panel a { color: var(--green); }
.complaint-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 820px) {
  .legal-layout, .complaint-layout-news { grid-template-columns: 1fr; }
  .legal-index, .contact-panel { position: static; }
  .legal-index { grid-template-columns: repeat(3, 1fr); }
  .legal-index strong { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .legal-content { padding: 28px 22px; }
  .legal-index { grid-template-columns: 1fr 1fr; }
  .governance-card-wide { grid-template-columns: 1fr; }
}
