:root {
  --background: #f7f2ea;
  --header-bg: #faf7f2;
  --hero-bg: #ece2d4;
  --surface: #fffdf8;
  --surface-soft: #efe6da;
  --text: #2f2a25;
  --muted: #6e6258;
  --border: #ded2c3;
  --header-border: #e1d7c9;
  --accent: #3f5a4a;
  --accent-hover: #263b31;
  --accent-dark: #263b31;
  --terracotta: #a66f5b;
  --champagne: #c8aa7a;
}

@font-face {
  font-display: swap;
  font-family: "Julia Newsreader";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/newsreader-400.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Julia Newsreader";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/newsreader-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Julia Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-3-400.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Julia Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-3-600.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Julia Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-3-700.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: var(--gh-font-body, "Julia Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 17px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.narrow {
  width: min(820px, calc(100% - 32px));
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.brand-logo {
  display: block;
  height: auto;
}

.brand-logo-header {
  width: clamp(176px, 18vw, 260px);
}

.brand-logo-footer {
  width: min(240px, 100%);
}

.brand-name,
h1,
h2,
h3 {
  font-family: var(--gh-font-heading, "Julia Newsreader", Georgia, "Times New Roman", serif);
  font-weight: 400;
  letter-spacing: 0;
}

.brand-name {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.brand-role {
  margin-top: 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-header {
  border-bottom: 1px solid var(--header-border);
  background: var(--header-bg);
}

.header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-nav {
  display: flex;
  gap: clamp(16px, 2vw, 28px);
  color: var(--text);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(63, 90, 74, 0.92);
  border-radius: 999px;
  background: var(--accent);
  color: var(--surface);
  padding: 0 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.1;
  text-transform: uppercase;
}

.button:hover {
  background: var(--accent-hover);
}

.header-button {
  min-height: 40px;
  border-color: rgba(63, 90, 74, 0.34);
  background: transparent;
  color: var(--accent-dark);
  padding-inline: 20px;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.header-button:hover {
  border-color: var(--accent);
  background: transparent;
  color: var(--accent);
}

.hero {
  background: var(--hero-bg);
  padding: 78px 0 108px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(460px, 1.08fr) minmax(340px, 0.66fr);
  gap: clamp(58px, 6.8vw, 96px);
  align-items: center;
}

.eyebrow {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0 0 22px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow span {
  width: 34px;
  height: 1px;
  background: var(--champagne);
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(50px, 5.25vw, 76px);
  line-height: 1.01;
}

.lead {
  max-width: 540px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  align-items: center;
  margin-top: 38px;
}

.text-link,
.read-link,
.service-card a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.hero-image {
  justify-self: end;
  width: 100%;
  max-width: 470px;
}

.hero-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(222, 210, 195, 0.84);
  object-fit: cover;
  object-position: 68% center;
}

.section {
  padding: 108px 0;
}

.services-section {
  border-top: 1px solid rgba(222, 210, 195, 0.64);
  border-bottom: 1px solid rgba(222, 210, 195, 0.76);
  background:
    linear-gradient(180deg, rgba(247, 242, 234, 0.96), rgba(239, 230, 218, 0.74)),
    var(--background);
  padding: 118px 0;
}

.section-title {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-title p:last-child {
  max-width: 560px;
  margin: 16px auto 0;
  color: var(--muted);
  line-height: 1.7;
}

.kicker {
  margin: 0 0 12px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-title h2,
.about-preview h2,
.article-intro h2,
.cta-band h2,
.content-header h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.08;
}

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

.clinical-readings {
  border-top: 1px solid rgba(222, 210, 195, 0.7);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.64), rgba(247, 242, 234, 0.9)),
    var(--background);
}

.clinical-readings .article-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  border: 1px solid rgba(222, 210, 195, 0.96);
  background: rgba(255, 253, 248, 0.9);
  padding: 48px 42px 40px;
}

.service-card:nth-child(2) {
  border-color: rgba(200, 170, 122, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 253, 248, 0.82)),
    var(--surface);
}

.service-marker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(166, 111, 91, 0.42);
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.6;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 0;
  font-size: clamp(29px, 2.45vw, 36px);
  line-height: 1.08;
}

.service-card p,
.article-card p,
.content-body,
.content-header p {
  color: var(--muted);
  line-height: 1.72;
}

.service-card a {
  margin-top: auto;
  padding-top: 34px;
  align-self: flex-start;
}

.clinical-authority {
  border-top: 1px solid rgba(200, 170, 122, 0.32);
  border-bottom: 1px solid rgba(200, 170, 122, 0.26);
  background: var(--accent-dark);
  color: var(--surface);
  padding: 92px 0;
}

.clinical-authority-inner {
  max-width: 920px;
}

.clinical-authority .kicker {
  color: var(--champagne);
}

.clinical-authority h2 {
  max-width: 760px;
  margin: 0;
  color: var(--surface);
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.03;
}

.clinical-authority p:last-child {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255, 253, 248, 0.78);
  font-size: 19px;
  line-height: 1.75;
}

.about-preview {
  display: grid;
  grid-template-columns: minmax(300px, 0.56fr) minmax(0, 1fr);
  border-top: 1px solid rgba(222, 210, 195, 0.72);
  border-bottom: 1px solid rgba(222, 210, 195, 0.72);
  background: var(--surface-soft);
}

.about-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  object-position: center center;
}

.about-content {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 280px;
  gap: clamp(44px, 5vw, 68px);
  align-items: center;
  padding: 68px min(5.5vw, 76px);
}

.about-content p {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.72;
}

.facts p {
  margin: 0;
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}

.cta-band {
  border-top: 1px solid rgba(200, 170, 122, 0.3);
  border-bottom: 1px solid rgba(200, 170, 122, 0.24);
  background: var(--accent-dark);
  color: var(--surface);
  padding: 68px 0;
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.cta-band p {
  max-width: 440px;
  color: rgba(255, 253, 248, 0.78);
  line-height: 1.68;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.light {
  border-color: rgba(255, 253, 248, 0.9);
  background: var(--surface);
  color: var(--accent-dark);
}

.outline-light {
  border-color: rgba(200, 170, 122, 0.72);
  background: transparent;
  color: var(--surface);
}

.article-section {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(54px, 6vw, 76px);
}

.article-card {
  border: 1px solid rgba(222, 210, 195, 0.86);
  background: rgba(255, 253, 248, 0.74);
  padding: 18px;
}

.article-card img,
.placeholder-image {
  width: 100%;
  aspect-ratio: 5 / 3;
  background: var(--surface-soft);
  border: 1px solid rgba(222, 210, 195, 0.78);
  object-fit: cover;
}

.article-card h3 {
  margin: 20px 0 8px;
  font-size: 20px;
  line-height: 1.12;
}

.read-link {
  margin-top: 18px;
}

.article-list-section {
  margin-top: 72px;
  border-top: 1px solid rgba(222, 210, 195, 0.9);
  padding-top: 54px;
}

.article-list-heading {
  max-width: 640px;
  margin-bottom: 32px;
}

.article-list-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.08;
}

.article-list-heading p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.article-list {
  display: grid;
  gap: 18px;
}

.article-list-item {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  border: 1px solid rgba(222, 210, 195, 0.9);
  background: rgba(255, 253, 248, 0.74);
  padding: 18px;
}

.article-list-image {
  display: block;
  min-height: 150px;
  background: var(--surface-soft);
}

.article-list-image img,
.article-list-image .placeholder-image {
  width: 100%;
  height: 100%;
  min-height: 150px;
  border: 1px solid rgba(222, 210, 195, 0.76);
  object-fit: cover;
}

.article-list-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 12px 8px 0;
}

.article-list-date {
  margin: 0 0 10px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-list-title {
  margin: 0;
  font-size: clamp(25px, 2.2vw, 32px);
  line-height: 1.1;
}

.article-list-excerpt {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.article-list-link {
  margin-top: 18px;
  align-self: flex-start;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.section-footer-link {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.content-page {
  padding: 96px 0;
}

.post-page {
  padding: 0;
}

.post-hero {
  border-bottom: 1px solid rgba(222, 210, 195, 0.74);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.62), rgba(239, 230, 218, 0.5)),
    var(--surface-soft);
  padding: 70px 0 64px;
}

.post-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 0.72fr);
  gap: 64px;
  align-items: center;
}

.post-hero-copy {
  max-width: 760px;
}

.back-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.post-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 1.04;
}

.post-excerpt {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.post-feature {
  margin: 0;
}

.post-feature img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(222, 210, 195, 0.9);
  object-fit: cover;
}

.post-content-shell {
  position: relative;
  margin-top: 64px;
  margin-bottom: 78px;
}

.post-content-shell::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: -72px;
  width: 34px;
  height: 1px;
  background: var(--champagne);
}

.content-header {
  margin-bottom: 48px;
}

.content-header-cta {
  margin-top: 28px;
  text-decoration: none;
}

.content-body {
  font-size: 18px;
}

.post-page .content-body {
  color: #514b43;
  font-size: 20px;
  line-height: 1.82;
}

.post-page .content-body p {
  margin: 0 0 1.45em;
}

.post-page .content-body p:first-child::first-letter {
  float: left;
  margin: 0.12em 0.16em 0 0;
  color: var(--text);
  font-family: var(--gh-font-heading, "Julia Newsreader", Georgia, "Times New Roman", serif);
  font-size: 3.05em;
  line-height: 0.82;
}

.content-body a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.content-body h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
}

.content-body h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 24px;
}

.page-panel,
.page-split,
.page-list,
.faq-list,
.related-readings,
.service-list,
.contact-grid,
.page-cta,
.first-contact {
  margin: 52px 0;
}

.page-panel {
  border-left: 1px solid var(--champagne);
  background: rgba(255, 253, 248, 0.66);
  padding: 34px 38px;
}

.page-panel-intro {
  font-size: 20px;
}

.page-split,
.contact-grid,
.page-cta {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: clamp(42px, 5vw, 64px);
  align-items: start;
}

.page-list {
  border-top: 1px solid var(--border);
  padding-top: 44px;
}

.page-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.page-list li {
  border: 1px solid rgba(222, 210, 195, 0.9);
  background: rgba(255, 253, 248, 0.76);
  padding: 22px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  border: 1px solid rgba(222, 210, 195, 0.9);
  background: rgba(255, 253, 248, 0.72);
  padding: 0;
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  padding: 24px 58px 24px 26px;
  color: var(--text);
  font-family: var(--gh-font-heading, "Julia Newsreader", Georgia, "Times New Roman", serif);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.16;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 26px;
  color: var(--green);
  font-family: var(--gh-font-body, Inter, Arial, sans-serif);
  font-size: 22px;
  font-weight: 400;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 780px;
  margin: 0;
  padding: 0 26px 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.related-readings {
  border-top: 1px solid rgba(222, 210, 195, 0.9);
  padding-top: 46px;
}

.related-readings-header {
  max-width: 620px;
  margin-bottom: 26px;
}

.related-readings-header h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
}

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

.related-grid article {
  border: 1px solid rgba(222, 210, 195, 0.9);
  background: rgba(255, 253, 248, 0.72);
  padding: 24px;
}

.related-grid h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.1;
}

.related-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}

.service-list {
  display: grid;
  gap: 22px;
}

.service-list article {
  display: grid;
  grid-template-columns: 54px minmax(220px, 0.54fr) 1fr;
  gap: 28px;
  align-items: start;
  border-top: 1px solid rgba(222, 210, 195, 0.9);
  padding: 36px 0;
}

.service-list span {
  color: var(--terracotta);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.service-list p,
.contact-card p,
.contact-details p,
.page-cta p {
  margin: 0;
}

.contact-card {
  border: 1px solid rgba(222, 210, 195, 0.84);
  background: var(--surface-soft);
  padding: 42px;
}

.contact-card h2 {
  margin-bottom: 18px;
}

.contact-card .button {
  margin-top: 24px;
  text-decoration: none;
}

.contact-details {
  display: grid;
  gap: 18px;
}

.contact-details article {
  border: 1px solid rgba(222, 210, 195, 0.88);
  background: rgba(255, 253, 248, 0.74);
  padding: 28px;
}

.page-cta {
  align-items: center;
  border-top: 1px solid rgba(222, 210, 195, 0.9);
  padding-top: 48px;
}

.page-cta .button {
  justify-self: end;
  text-decoration: none;
}

.content-body .button {
  text-decoration: none;
}

.post-contact-cta {
  margin-top: 60px;
  border-top: 1px solid rgba(222, 210, 195, 0.9);
  border-bottom: 1px solid rgba(222, 210, 195, 0.9);
  background: rgba(255, 253, 248, 0.64);
  padding: 38px;
}

.post-contact-cta h2 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
}

.post-contact-cta p:not(.kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.post-contact-cta .button {
  margin-top: 24px;
  text-decoration: none;
}

.first-contact {
  border-top: 1px solid rgba(222, 210, 195, 0.9);
  border-bottom: 1px solid rgba(222, 210, 195, 0.9);
  padding: 52px 0;
}

.first-contact-heading {
  max-width: 620px;
  margin-bottom: 28px;
}

.first-contact-heading h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
}

.first-contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.first-contact-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border: 1px solid rgba(222, 210, 195, 0.88);
  background: rgba(255, 253, 248, 0.72);
  padding: 24px;
}

.first-contact-list span {
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.first-contact-list p {
  margin: 0;
  color: var(--muted);
}

.content-body .kg-width-wide {
  width: min(1040px, calc(100vw - 32px));
  margin-left: 50%;
  transform: translateX(-50%);
}

.content-body .kg-width-full {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.post-feature-image {
  width: 100%;
  margin-bottom: 42px;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(222, 210, 195, 0.86);
  object-fit: cover;
}

.post-footer {
  margin-top: 54px;
  border-top: 1px solid rgba(222, 210, 195, 0.9);
  padding-top: 28px;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: var(--surface-soft);
  padding: 48px 0 22px;
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 0.9fr 0.75fr;
  gap: 42px;
}

.footer-grid h2 {
  margin: 0 0 14px;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid a {
  display: block;
  margin: 7px 0;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-brand .brand-role {
  display: block;
  margin-top: 8px;
}

.footer-bottom {
  margin-top: 32px;
  border-top: 1px solid var(--border);
  padding-top: 16px;
  font-size: 12px;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  display: none;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 253, 248, 0.38);
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 12px 28px rgba(47, 42, 37, 0.18);
  color: var(--surface);
  padding: 12px 18px 12px 12px;
  text-decoration: none;
}

.whatsapp-float:hover {
  background: var(--accent-hover);
}

.whatsapp-float-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 20px;
  line-height: 1;
}

.whatsapp-float-text {
  display: grid;
  gap: 2px;
  line-height: 1.1;
}

.whatsapp-float-text strong {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.whatsapp-float-text small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

@media (max-width: 940px) {
  .site-header {
    background: var(--header-bg);
  }

  .header-inner {
    min-height: 68px;
    padding-block: 10px;
  }

  .brand-logo-header {
    width: auto;
    max-width: min(240px, 72vw);
    max-height: 48px;
    object-fit: contain;
  }

  .site-nav,
  .header-button {
    display: none;
  }

  .hero-grid,
  .post-hero-grid,
  .about-preview,
  .about-content,
  .cta-inner,
  .article-section,
  .page-split,
  .contact-grid,
  .page-cta,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-image {
    justify-self: start;
    max-width: 560px;
  }

  .hero {
    padding: 54px 0 76px;
  }

  .section,
  .content-page {
    padding: 74px 0;
  }

  .clinical-authority {
    padding: 74px 0;
  }

  .section-title {
    margin-bottom: 34px;
  }

  .post-hero {
    padding: 54px 0 58px;
  }

  .post-feature {
    max-width: 620px;
  }

  .post-content-shell::before {
    display: none;
  }

  .service-grid,
  .article-grid,
  .clinical-readings .article-grid,
  .page-list ul,
  .related-grid,
  .article-list-item,
  .service-list article,
  .first-contact-list {
    grid-template-columns: 1fr;
  }

  .article-list-content {
    padding: 8px 4px 4px;
  }

  .page-cta .button {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .header-inner {
    min-height: 66px;
    padding-block: 9px;
  }

  .brand-logo-header {
    max-width: min(220px, 76vw);
    max-height: 46px;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1.05;
  }

  .hero {
    padding: 40px 0 64px;
  }

  .lead {
    font-size: 16px;
  }

  .post-hero h1 {
    font-size: 42px;
  }

  .post-excerpt,
  .post-page .content-body {
    font-size: 18px;
  }

  .post-page .content-body p:first-child::first-letter {
    float: none;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
  }

  .button,
  .text-link {
    width: 100%;
  }

  .button {
    min-height: 50px;
  }

  .eyebrow {
    gap: 10px;
    font-size: 11px;
    letter-spacing: 0.09em;
  }

  .eyebrow span {
    width: 28px;
  }

  .about-content,
  .service-card {
    padding-inline: 24px;
  }

  .service-card,
  .contact-card,
  .contact-details article,
  .page-list li,
  .related-grid article,
  .article-list-item,
  .first-contact-list article {
    padding: 26px;
  }

  .article-list-section {
    margin-top: 54px;
    padding-top: 42px;
  }

  .article-list-image,
  .article-list-image img,
  .article-list-image .placeholder-image {
    min-height: 190px;
  }

  .post-contact-cta {
    padding: 30px 24px;
  }

  .service-card {
    min-height: auto;
    padding-top: 34px;
  }

  .service-marker {
    margin-bottom: 20px;
  }

  .clinical-authority {
    padding: 58px 0;
  }

  .clinical-authority h2 {
    font-size: 38px;
  }

  .clinical-authority p:last-child {
    font-size: 17px;
  }

  .page-panel {
    padding: 28px 24px;
  }

  .page-panel,
  .page-split,
  .page-list,
  .service-list,
  .contact-grid,
  .page-cta,
  .first-contact {
    margin: 42px 0;
  }

  .whatsapp-float {
    display: inline-grid;
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
    place-items: center;
    padding: 0;
  }

  .whatsapp-float-icon {
    width: 34px;
    height: 34px;
    background: transparent;
    font-size: 18px;
  }

  .whatsapp-float-text {
    display: none;
  }
}
