/* ============================================================
   Wellness Latest — editorial magazine stylesheet
   Palette drawn from the logo: deep olive #43503e, sage #aab69c
   ============================================================ */

:root {
  --ink: #17342f;
  --ink-soft: #5a6c66;
  --ink-faint: #83928d;
  --olive: #07584e;
  --olive-deep: #063d37;
  --sage: #9dcc8f;
  --sage-light: #edf7ee;
  --paper: #fcfdf9;
  --paper-warm: #f3f7f1;
  --line: #dee9e1;
  --accent: #2f826f;
  --coral: #ff7d68;
  --serif: 'Newsreader', Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --shadow-card: 0 2px 4px rgba(7, 61, 55, .04), 0 16px 42px rgba(7, 61, 55, .08);
  --shadow-hover: 0 8px 16px rgba(7, 61, 55, .08), 0 24px 56px rgba(7, 61, 55, .14);
  --radius: 20px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(157, 204, 143, .12), transparent 24rem),
    var(--paper);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, .serif { font-family: var(--serif); font-weight: 700; color: var(--olive-deep); line-height: 1.12; letter-spacing: -0.025em; }

/* ---------- announcement bar ---------- */
.topbar {
  background: linear-gradient(90deg, var(--olive-deep), var(--olive));
  color: #eef1e6;
  font-size: .8rem;
  letter-spacing: .04em;
}
.topbar .container {
  display: flex; justify-content: center; align-items: center;
  padding-top: 8px; padding-bottom: 8px;
  position: relative; max-width: 1540px;
}
.topbar-note { display: inline-flex; align-items: center; gap: 8px; }
.topbar-note i { color: #b9e6a9; }
.topbar a { opacity: .85; }
.topbar a:hover { opacity: 1; text-decoration: underline; }
.topbar .social {
  position: absolute; right: 24px; top: 50%;
  transform: translateY(-50%);
}
.topbar .social a { margin-left: 14px; font-size: .85rem; }

/* ---------- header ---------- */
.site-header {
  background: rgba(252, 253, 249, .9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 100;
}
.site-header .container {
  display: flex; align-items: center; gap: 24px;
  min-height: 76px; max-width: 1540px;
}
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 205px; height: auto; max-height: 54px; object-fit: contain; }
.main-nav { display: flex; gap: 2px; margin-left: auto; align-items: center; flex-wrap: nowrap; }
.main-nav a {
  font-size: .82rem; font-weight: 600; color: var(--ink-soft);
  padding: 8px 11px; border-radius: 999px; transition: all .18s ease;
  white-space: nowrap;
}
.main-nav a:hover { color: var(--olive); background: var(--sage-light); }
.main-nav a.active { color: var(--olive); background: var(--sage-light); }
.header-search {
  border: 1px solid var(--line); background: var(--paper-warm);
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--ink-soft); transition: all .18s ease;
  flex-shrink: 0;
}
.header-search:hover { border-color: var(--sage); color: var(--olive); }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(7, 61, 55, .08); }
.nav-toggle {
  display: none; border: 1px solid var(--line); background: none;
  width: 38px; height: 38px; border-radius: 8px; cursor: pointer;
  color: var(--ink-soft); font-size: 1rem;
}

/* ---------- hero ---------- */
.hero { padding: 42px 0 24px; }
.hero-intro {
  display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  gap: clamp(42px, 6vw, 78px); align-items: center; margin-bottom: 30px;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
  color: var(--accent); font-size: .75rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
}
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255, 125, 104, .12); }
.hero-intro h1 { max-width: 830px; font-size: clamp(2.8rem, 4.4vw, 4.45rem); line-height: 1.02; }
.hero-intro h1 > span { display: block; }
.hero-intro h1 em { color: var(--olive); font-weight: 600; }
.hero-intro-copy { max-width: 390px; justify-self: end; padding: 8px 0 8px 30px; border-left: 1px solid var(--line); }
.hero-intro-copy p { color: var(--ink-soft); font-size: .98rem; line-height: 1.7; }
.hero-proof { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 18px; color: var(--olive); font-size: .74rem; font-weight: 700; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }
.hero-proof i { color: var(--coral); }
.hero-grid {
  display: grid; grid-template-columns: 1.65fr 1fr; gap: 20px;
}
.hero-feature {
  position: relative; border-radius: var(--radius); overflow: hidden;
  min-height: 460px; display: flex; align-items: flex-end;
  box-shadow: var(--shadow-card); cursor: pointer;
}
.hero-feature .cover, .hero-card .cover { transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.hero-feature:hover .cover, .hero-card:hover .cover { transform: scale(1.035); }
.hero-feature .cover { position: absolute; inset: 0; }
.hero-feature .hero-body {
  position: relative; padding: 80px 40px 38px;
  background: linear-gradient(transparent, rgba(3, 40, 36, .9));
  color: #f4f6ee; width: 100%;
}
.hero-feature h2 { color: #fff; font-size: clamp(1.75rem, 2.5vw, 2.3rem); margin: 12px 0; max-width: 720px; }
.hero-feature p { color: #dfe4d4; font-size: .98rem; max-width: 620px; }
.hero-side { display: flex; flex-direction: column; gap: 20px; }
.hero-card {
  flex: 1; border-radius: var(--radius); overflow: hidden; position: relative;
  min-height: 220px; display: flex; align-items: flex-end;
  box-shadow: var(--shadow-card); cursor: pointer;
}
.hero-card .cover { position: absolute; inset: 0; }
.hero-card .hero-body {
  position: relative; padding: 20px; width: 100%;
  background: linear-gradient(transparent, rgba(3, 40, 36, .88));
  color: #f4f6ee;
}
.hero-card h3 { color: #fff; font-size: 1.25rem; margin-top: 8px; }

/* category chip on covers */
.chip {
  display: inline-block; font-size: .68rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--olive); background: rgba(255,255,255,.94);
  padding: 5px 12px; border-radius: 999px;
}

/* ---------- trust strip ---------- */
.trust-strip { padding: 22px 0 8px; }
.trust-strip .container {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line); border-radius: var(--radius);
  background: rgba(255,255,255,.72); box-shadow: 0 14px 38px rgba(7,61,55,.05);
}
.trust-strip .container > div { padding: 18px 24px; display: flex; align-items: baseline; gap: 9px; }
.trust-strip .container > div + div { border-left: 1px solid var(--line); }
.trust-strip strong { font-family: var(--serif); color: var(--olive-deep); font-size: 1.55rem; }
.trust-strip span { color: var(--ink-faint); font-size: .76rem; font-weight: 600; }

/* ---------- cover art (photo or gradient fallback) ---------- */
.cover { display: flex; align-items: center; justify-content: center; }
.cover.photo {
  background-size: cover; background-position: center; background-color: #3a4536;
}
.cover:not(.photo)::after {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 18px 18px; pointer-events: none;
}
.cover .cover-icon {
  font-size: 3.2rem; color: rgba(255,255,255,.55); z-index: 1;
}
/* photo avatars */
.avatar { overflow: hidden; }
.avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- section headers ---------- */
.section { padding: 74px 0 8px; }
.section-head {
  display: flex; align-items: end; justify-content: space-between;
  border-bottom: 1px solid var(--line); padding-bottom: 18px; margin-bottom: 30px;
}
.section-head h2 { font-size: clamp(2rem, 3vw, 2.65rem); }
.section-head .more {
  font-size: .85rem; font-weight: 600; color: var(--accent);
  letter-spacing: .03em;
}
.section-head .more:hover { text-decoration: underline; }
.section-sub { color: var(--ink-faint); font-size: .92rem; margin-top: 4px; }

/* ---------- category pills ---------- */
.pills { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.pill {
  border: 1px solid var(--line); background: var(--paper);
  color: var(--ink-soft); font-size: .88rem; font-weight: 500;
  padding: 9px 18px; border-radius: 999px; cursor: pointer;
  transition: all .18s ease; font-family: var(--sans);
}
.pill:hover { border-color: var(--sage); color: var(--olive); }
.pill.active { background: var(--olive); border-color: var(--olive); color: #fff; box-shadow: 0 8px 18px rgba(7,88,78,.16); }

/* ---------- article cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 24px; }
.card {
  background: #fff; border: 1px solid rgba(222,233,225,.88); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease; cursor: pointer;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: transparent; }
.card .cover { height: 210px; position: relative; overflow: hidden; }
.card .cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(3,47,43,.08)); }
.card .cover .cover-icon { font-size: 2.4rem; }
.card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.card-cat {
  font-size: .7rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 8px;
}
.card h3 { font-size: 1.34rem; margin-bottom: 11px; }
.card h3 a:hover { color: var(--accent); }
.card .excerpt {
  font-size: .88rem; color: var(--ink-soft);
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden; margin-bottom: 16px; flex: 1;
}
.card-meta {
  display: flex; align-items: center; gap: 10px;
  font-size: .78rem; color: var(--ink-faint);
  border-top: 1px solid var(--line); padding-top: 15px; flex-wrap: wrap;
}
.avatar {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .02em;
}
.card-meta .dot::before { content: '·'; margin: 0 6px; }

/* ---------- trending ---------- */
.trending-wrap {
  background: linear-gradient(135deg, #edf6ee, #f8faf4); border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); margin-top: 56px;
}
.trending-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trend-item { display: flex; gap: 16px; cursor: pointer; padding: 14px 16px; border-radius: 16px; transition: background .2s ease, transform .2s ease; }
.trend-item:hover { background: rgba(255,255,255,.8); transform: translateY(-2px); }
.trend-num {
  font-family: var(--serif); font-size: 2.6rem; line-height: 1;
  color: var(--sage); font-weight: 700; flex-shrink: 0;
}
.trend-item:hover .trend-num { color: var(--olive); }
.trend-item h4 {
  font-family: var(--serif); font-size: .98rem; font-weight: 600;
  color: var(--olive-deep); line-height: 1.35;
}
.trend-item:hover h4 { color: var(--accent); }
.trend-item .trend-meta { font-size: .74rem; color: var(--ink-faint); margin-top: 6px; }

/* ---------- experts ---------- */
.experts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.expert-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; display: flex; gap: 18px; transition: box-shadow .2s ease, transform .2s ease;
}
.expert-card:hover { box-shadow: var(--shadow-card); transform: translateY(-3px); }
.expert-card .avatar { width: 56px; height: 56px; font-size: 1.05rem; }
.expert-card h4 { font-family: var(--serif); font-size: 1.05rem; color: var(--olive-deep); }
.expert-card .role {
  font-size: .72rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--accent); margin: 3px 0 8px;
}
.expert-card p { font-size: .84rem; color: var(--ink-soft); line-height: 1.6; }

/* ---------- newsletter ---------- */
.form-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.news-form button:disabled { cursor: wait; opacity: .72; }
.news-feedback { margin-top: 12px; font-size: .86rem; }
.news-feedback--pending { color: #d9e8d2; }
.news-feedback--error { color: #ffd0c8; }
.newsletter {
  margin: 76px 0; border-radius: 28px; overflow: hidden;
  background: linear-gradient(125deg, #063d37 0%, #09695d 100%); color: #eef1e6; position: relative;
  box-shadow: 0 26px 70px rgba(6,61,55,.18);
}
.newsletter::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 20px 20px;
}
.newsletter .inner {
  position: relative; padding: 54px 64px; text-align: left;
  max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 150px 1fr; gap: 42px; align-items: center;
}
.newsletter-mark { width: 144px; height: 144px; border-radius: 38px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); display: grid; place-items: center; transform: rotate(-3deg); }
.newsletter-mark img { width: 108px; height: 108px; object-fit: contain; }
.newsletter-kicker { color: #bce4af; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.newsletter h2 { color: #fff; font-size: clamp(1.9rem, 3vw, 2.6rem); margin: 7px 0 10px; }
.newsletter p { color: #c9d2ba; font-size: .95rem; margin-bottom: 26px; }
.news-form { display: flex; gap: 10px; max-width: 590px; margin: 0; }
.news-form input {
  flex: 1; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.1);
  color: #fff; padding: 14px 20px; border-radius: 999px; font-size: .92rem;
  font-family: var(--sans); outline: none;
}
.news-form input::placeholder { color: #a9b59b; }
.news-form input:focus { border-color: var(--sage); background: rgba(255,255,255,.16); }
.btn {
  background: #b4e49f; color: var(--olive-deep); border: none;
  padding: 13px 26px; border-radius: 999px; font-size: .9rem; font-weight: 600;
  cursor: pointer; transition: all .18s ease; font-family: var(--sans);
  white-space: nowrap;
}
.btn:hover { background: #fff; }
.news-note { font-size: .74rem; color: #aebead; margin-top: 14px; }
.news-note i { margin-right: 5px; }
.news-success {
  font-family: var(--serif); font-size: 1.15rem; color: #fff; padding: 8px 0;
}

/* ---------- footer ---------- */
.site-footer {
  background: #032f2b; color: #b7c9c1; margin-top: 64px;
  font-size: .88rem;
}
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px; padding: 56px 0 36px;
}
.site-footer .footer-brand { display: inline-flex; background: #f8fbf5; padding: 10px 14px; border-radius: 14px; margin-bottom: 18px; }
.site-footer .brand img { width: 194px; height: auto; max-height: none; margin: 0; }
.site-footer .tagline { color: #93a184; max-width: 300px; line-height: 1.7; }
.site-footer h5 {
  color: #e7ebdc; font-size: .82rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px;
  font-family: var(--sans);
}
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 10px; }
.site-footer a:hover { color: #fff; }
.footer-disclaimer {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 22px 0; font-size: .76rem; color: #87947b; line-height: 1.7;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 18px 0 26px; display: flex; justify-content: space-between;
  font-size: .78rem; color: #87947b; flex-wrap: wrap; gap: 8px;
}

/* ---------- search overlay ---------- */
.search-overlay {
  position: fixed; inset: 0; background: rgba(3, 47, 43, .56);
  backdrop-filter: blur(8px); z-index: 200;
  display: none; align-items: flex-start; justify-content: center;
  padding: 12vh 20px 20px;
}
.search-overlay.open { display: flex; }
.search-box {
  background: var(--paper); border-radius: 24px;
  width: 100%; max-width: 620px; overflow: hidden;
  box-shadow: var(--shadow-hover);
}
.search-input-row {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 22px; border-bottom: 1px solid var(--line);
}
.search-input-row i { color: var(--ink-faint); }
.search-input-row input {
  flex: 1; border: none; outline: none; font-size: 1.05rem;
  font-family: var(--sans); color: var(--ink); background: none;
}
.search-input-row kbd {
  font-size: .68rem; color: var(--ink-faint); border: 1px solid var(--line);
  border-radius: 5px; padding: 3px 7px; font-family: var(--sans);
}
.search-results { max-height: 46vh; overflow-y: auto; padding: 10px; }
.search-hint { padding: 26px; text-align: center; color: var(--ink-faint); font-size: .9rem; }
.search-item {
  display: block; padding: 12px 14px; border-radius: 10px; cursor: pointer;
}
.search-item:hover { background: var(--sage-light); }
.search-item .card-cat { margin-bottom: 2px; }
.search-item h4 { font-family: var(--serif); font-size: .98rem; color: var(--olive-deep); }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(255, 125, 104, .5); outline-offset: 3px;
}

/* ---------- article page ---------- */
.article-hero { padding: 40px 0 0; }
.breadcrumb { font-size: .8rem; color: var(--ink-faint); margin-bottom: 22px; }
.breadcrumb a:hover { color: var(--accent); text-decoration: underline; }
.article-head { max-width: 780px; margin: 0 auto; text-align: center; }
.article-head h1 { font-size: clamp(2.35rem, 5vw, 4.3rem); margin: 14px 0 18px; }
.article-head .standfirst { font-size: 1.05rem; color: var(--ink-soft); line-height: 1.7; }
.article-meta {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  margin-top: 24px; font-size: .82rem; color: var(--ink-faint); flex-wrap: wrap;
}
.article-meta .avatar { width: 40px; height: 40px; font-size: .8rem; }
.article-meta .who { text-align: left; }
.article-meta .who strong { display: block; color: var(--ink); font-size: .88rem; }
.article-cover {
  max-width: 980px; margin: 34px auto 0; height: 380px;
  border-radius: var(--radius); overflow: hidden; position: relative;
  box-shadow: var(--shadow-card);
}
.article-cover .cover { position: absolute; inset: 0; }
.article-cover .cover .cover-icon { font-size: 5rem; }
.article-body {
  max-width: 700px; margin: 0 auto; padding: 44px 24px 20px;
  font-size: 1.06rem; line-height: 1.85; color: #39413a;
}
.article-body p { margin-bottom: 1.5em; }
.article-body h2 {
  font-size: 1.5rem; margin: 1.8em 0 .8em;
}
.article-body ul {
  margin: 0 0 1.5em 1.3em;
}
.article-body li { margin-bottom: .6em; }
.takeaways {
  max-width: 700px; margin: 8px auto 40px; padding: 0 24px;
}
.takeaways .box {
  background: var(--sage-light); border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius) var(--radius) 0; padding: 26px 30px;
}
.takeaways h3 { font-size: 1.15rem; margin-bottom: 12px; }
.takeaways ul { margin-left: 1.2em; font-size: .95rem; color: var(--ink-soft); }
.takeaways li { margin-bottom: .5em; }
.author-box {
  max-width: 700px; margin: 0 auto 48px; padding: 0 24px;
}
.author-box .inner {
  display: flex; gap: 20px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
}
.author-box .avatar { width: 64px; height: 64px; font-size: 1.2rem; }
.author-box .role { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin: 2px 0 8px; }
.author-box p { font-size: .88rem; color: var(--ink-soft); }
.author-box h4 { font-family: var(--serif); font-size: 1.1rem; color: var(--olive-deep); }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero-intro { grid-template-columns: 1fr; gap: 20px; }
  .hero-intro-copy { max-width: 680px; justify-self: start; padding: 0; border-left: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-side { flex-direction: row; }
  .hero-feature { min-height: 440px; }
  .newsletter .inner { grid-template-columns: 110px 1fr; padding: 46px 48px; gap: 30px; }
  .newsletter-mark { width: 108px; height: 108px; border-radius: 28px; }
  .newsletter-mark img { width: 82px; height: 82px; }
  .cards, .experts-grid { grid-template-columns: repeat(2, 1fr); }
  .trending-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1180px) {
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(252,253,249,.98); border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 32px rgba(7,61,55,.1);
    flex-direction: column; align-items: stretch; padding: 12px 24px 20px; gap: 2px;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 14px; border-radius: 10px; font-size: .9rem; }
  .nav-toggle { display: flex; align-items: center; justify-content: center; margin-left: auto; }
  .site-header .container { min-height: 74px; }
  .brand img { width: 198px; }
}
@media (max-width: 640px) {
  .topbar .social { display: none; }
  .topbar .container { justify-content: flex-start; font-size: .72rem; }
  .header-search { margin-left: 0; }
  .site-header .container { gap: 12px; }
  .brand img { width: 164px; }
  .hero { padding-top: 38px; }
  .hero-intro { margin-bottom: 28px; }
  .hero-intro h1 { font-size: clamp(2.55rem, 13vw, 3.7rem); }
  .hero-intro-copy p { font-size: .95rem; }
  .hero-feature { min-height: 430px; }
  .hero-feature .hero-body { padding: 72px 24px 26px; }
  .hero-feature p { display: none; }
  .hero-side { flex-direction: column; }
  .hero-card { min-height: 220px; }
  .trust-strip .container { grid-template-columns: 1fr 1fr; }
  .trust-strip .container > div { padding: 18px 16px; display: block; }
  .trust-strip .container > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-strip .container > div:nth-child(4) { border-top: 1px solid var(--line); }
  .trust-strip strong, .trust-strip span { display: block; }
  .section { padding-top: 58px; }
  .section-head h2 { font-size: 2.15rem; }
  .cards, .experts-grid, .trending-grid, .footer-grid { grid-template-columns: 1fr; }
  .newsletter { margin: 58px 0; border-radius: 22px; }
  .newsletter .inner { display: block; padding: 38px 24px; }
  .newsletter-mark { width: 74px; height: 74px; border-radius: 20px; margin-bottom: 24px; }
  .newsletter-mark img { width: 58px; height: 58px; }
  .news-form { flex-direction: column; }
  .news-form .btn { width: 100%; }
  .site-footer { margin-top: 40px; }
  .footer-grid { gap: 30px; }
  .article-cover { height: 220px; }
}

/* ---------- content pages (About / Contact / Cookies…) ---------- */
.page-updated { font-size: .78rem; color: var(--ink-faint); margin-top: 14px; letter-spacing: .03em; }
.page-body { padding-bottom: 60px; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 10px 0 34px; }
.contact-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; text-align: center;
}
.contact-icon {
  width: 46px; height: 46px; margin: 0 auto 12px; border-radius: 50%;
  background: var(--sage-light); color: var(--olive);
  display: flex; align-items: center; justify-content: center; font-size: 1.05rem;
}
.contact-card h4 { font-family: var(--serif); font-size: 1rem; color: var(--olive-deep); margin-bottom: 6px; }
.contact-mail { color: var(--accent); font-weight: 600; font-size: .9rem; }
.contact-mail:hover { text-decoration: underline; }
.contact-card p { font-size: .8rem; color: var(--ink-faint); margin-top: 8px; }
.contact-form-wrap h2 { margin-bottom: 18px; }
#contact-form { display: flex; flex-direction: column; gap: 14px; }
#contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#contact-form input, #contact-form select, #contact-form textarea {
  border: 1px solid var(--line); border-radius: 10px; padding: 13px 16px;
  font-family: var(--sans); font-size: .94rem; color: var(--ink);
  background: #fff; outline: none; width: 100%;
}
#contact-form input:focus, #contact-form select:focus, #contact-form textarea:focus { border-color: var(--sage); }
.btn-olive { background: var(--olive); color: #fff; align-self: flex-start; }
.btn-olive:hover { background: var(--olive-deep); }
.btn-ghost { background: none; border: 1px solid var(--line); color: var(--ink-soft); }
.btn-ghost:hover { border-color: var(--sage); color: var(--olive); background: var(--paper-warm); }
.contact-success {
  background: var(--sage-light); border-radius: var(--radius);
  padding: 26px 30px; color: var(--olive-deep); line-height: 1.7;
}

.cookie-panel { margin: 18px 0 22px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.cookie-row {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 20px 24px; background: #fff;
}
.cookie-row + .cookie-row { border-top: 1px solid var(--line); }
.cookie-text h4 { font-family: var(--serif); font-size: 1.02rem; color: var(--olive-deep); }
.cookie-text p { font-size: .85rem; color: var(--ink-soft); margin-top: 4px; }
.cookie-always {
  font-family: var(--sans); font-size: .66rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--accent); background: var(--sage-light);
  padding: 3px 9px; border-radius: 999px; vertical-align: middle; margin-left: 8px;
}
.switch { position: relative; width: 48px; height: 26px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch .slider {
  position: absolute; inset: 0; border-radius: 999px; background: #cfd4c4;
  transition: background .2s ease; cursor: pointer;
}
.switch .slider::before {
  content: ''; position: absolute; width: 20px; height: 20px; border-radius: 50%;
  background: #fff; top: 3px; left: 3px; transition: transform .2s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.switch input:checked + .slider { background: var(--accent); }
.switch input:checked + .slider::before { transform: translateX(22px); }
.switch.disabled .slider { opacity: .55; cursor: not-allowed; }
.cookie-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cookie-saved { color: var(--accent); font-weight: 600; font-size: .9rem; margin-top: 14px; }

@media (max-width: 760px) {
  .contact-grid { grid-template-columns: 1fr; }
  #contact-form .form-row { grid-template-columns: 1fr; }
}

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