/*
Theme Name: ReadiSorb Classic
Theme URI: https://readisorb.com/
Author: Dotgarden
Description: Minimal bespoke classic theme for the ReadiSorb site.
Version: 0.1.18
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: readisorb-classic
*/

/* ── Avenir LT Std ───────────────────────────────────────── */
@font-face {
  font-family: "ReadiSorb Avenir";
  src: url("fonts/AvenirLTStd-Roman.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ReadiSorb Avenir";
  src: url("fonts/AvenirLTStd-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "ReadiSorb Avenir";
  src: url("fonts/AvenirLTStd-Heavy.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/* ── Helvetica Neue ──────────────────────────────────────── */
@font-face {
  font-family: "ReadiSorb Helvetica Neue";
  src: url("fonts/HelveticaNeue-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ReadiSorb Helvetica Neue";
  src: url("fonts/HelveticaNeue-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "ReadiSorb Helvetica Neue";
  src: url("fonts/HelveticaNeue-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --rs-content-width: 1200px;
  --rs-content-narrow: 860px;
  --rs-gap: 24px;
  --rs-avenir-family: "ReadiSorb Avenir", Arial, sans-serif;
  --rs-body-family: var(--rs-avenir-family);
  --rs-heading-family: var(--rs-avenir-family);
  --rs-helvetica-family: "ReadiSorb Helvetica Neue", Arial, sans-serif;
  --rs-body-weight: 400;
  --rs-heading-weight: 500;
  --rs-heavy-weight: 700;
  --rs-heading-tracking: -0.03em;
  --rs-heading-transform: uppercase;
  --rs-h1-size: clamp(1.4rem, 4vw, 2rem);
  --rs-h2-size: clamp(1.28rem, 3.3vw, 1.7rem);
  --rs-h3-size: clamp(1.16rem, 2.8vw, 1.42rem);
  --rs-h4-size: clamp(1.05rem, 2.2vw, 1.22rem);
  --rs-h5-size: clamp(0.97rem, 1.8vw, 1.06rem);
  --rs-h6-size: 0.9rem;
  --rs-body-size: 1.14rem;
  --rs-body-line-height: 1.74;
  --rs-body-tracking: -0.015em;
  --rs-text: #221d1a;
  --rs-green: var(--rs-text);
  --rs-red: var(--rs-text);
  --rs-blue: var(--rs-text);
  --rs-slate-blue: #5a7eb5;
  --rs-muted: #5d5550;
  --rs-surface: #ffffff;
  --rs-border: rgba(17, 17, 17, 0.12);
  --rs-accent: var(--rs-text);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--rs-text);
  background: var(--rs-surface);
  font-family: var(--rs-body-family);
  font-size: var(--rs-body-size);
  font-weight: var(--rs-body-weight);
  line-height: var(--rs-body-line-height);
  letter-spacing: var(--rs-body-tracking);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading,
.entry-title,
.page-title {
  margin: 0 0 0.55em;
  color: var(--rs-text);
  font-family: var(--rs-heading-family);
  font-weight: var(--rs-heading-weight);
  letter-spacing: var(--rs-heading-tracking);
  text-transform: var(--rs-heading-transform);
}

h1,
.entry-title,
.page-title {
  font-size: var(--rs-h1-size);
  line-height: 1;
}

h2 {
  font-size: var(--rs-h2-size);
  line-height: 1.02;
}

h3 {
  font-size: var(--rs-h3-size);
  line-height: 1.05;
}

h4 {
  font-size: var(--rs-h4-size);
  line-height: 1.08;
}

h5 {
  font-size: var(--rs-h5-size);
  line-height: 1.12;
}

h6 {
  font-size: var(--rs-h6-size);
  line-height: 1.18;
}

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

a {
  color: inherit;
}

.alignwide,
.wp-block-group.alignwide,
.wp-block-columns.alignwide {
  width: min(100%, var(--rs-content-width));
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100%;
}

.wp-block-group.rs-contained-60,
.rs-contained-60 {
  max-width: min(60%, var(--rs-content-width));
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 34px;
  padding-bottom: 46px;
  text-align: left;
}

.wp-block-group.rs-contained-60 .wp-block-group__inner-container,
.rs-contained-60 .wp-block-group__inner-container {
  text-align: left;
}

.wp-block-group.rs-contained-60 .wp-block-heading,
.wp-block-group.rs-contained-60 h1,
.wp-block-group.rs-contained-60 h2,
.wp-block-group.rs-contained-60 h3,
.rs-contained-60 .wp-block-heading,
.rs-contained-60 h1,
.rs-contained-60 h2,
.rs-contained-60 h3 {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
  font-size: clamp(1.65rem, 2.7vw, 2.12rem);
  line-height: 1.02;
  text-align: center;
}

.wp-block-group.rs-contained-60 p,
.wp-block-group.rs-contained-60 .wp-block-paragraph,
.rs-contained-60 p,
.rs-contained-60 .wp-block-paragraph {
  max-width: 48ch;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.18em;
  font-size: clamp(1.14rem, 1.55vw, 1.3rem);
  line-height: 1.72;
  letter-spacing: -0.02em;
  text-align: left !important;
}

.wp-block-group.rs-contained-60 p:last-child,
.rs-contained-60 p:last-child {
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header,
.site-footer,
.site-main,
.site-section {
  padding-left: clamp(16px, 3vw, 40px);
  padding-right: clamp(16px, 3vw, 40px);
}

.site-header__inner,
.site-footer__inner,
.site-main__inner,
.site-section__inner {
  width: 100%;
  max-width: var(--rs-content-width);
  margin: 0 auto;
}

.site-header {
  --rs-header-scale: 1;
  --rs-header-top-pad: calc(26px * var(--rs-header-scale));
  --rs-header-bottom-pad: calc(24px * var(--rs-header-scale));
  --rs-header-hover-rise: var(--rs-header-top-pad);
  --rs-header-logo-height: calc(104px * var(--rs-header-scale));
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.site-header__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
  min-height: 0;
  width: 100%;
  max-width: var(--rs-content-width);
  margin: 0 auto;
  padding-top: var(--rs-header-top-pad);
  padding-bottom: var(--rs-header-bottom-pad);
}

.site-branding {
  display: flex;
  align-items: flex-end;
  gap: 0;
  min-width: 0;
  flex: 0 0 auto;
}

.site-branding__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-branding__title {
  margin: 0;
  font-size: var(--rs-h1-size);
  font-weight: var(--rs-heading-weight);
  line-height: 1;
  text-transform: var(--rs-heading-transform);
  letter-spacing: var(--rs-heading-tracking);
}

.site-branding__title a {
  text-decoration: none;
}

.site-branding__tagline {
  margin: 4px 0 0;
  color: var(--rs-muted);
  font-size: 0.95rem;
}

.site-logo img,
.custom-logo {
  display: block;
  height: var(--rs-header-logo-height);
  width: auto;
  max-width: none;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 12px;
  padding: 8px 0 8px 14px;
  border: 0;
  background: transparent;
  color: var(--rs-text);
  font-family: var(--rs-heading-family);
  font-size: 1rem;
  font-weight: var(--rs-heading-weight);
  letter-spacing: var(--rs-heading-tracking);
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.nav-toggle__icon {
  display: inline-block;
  width: 22px;
  height: 14px;
  background:
    linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
    linear-gradient(currentColor, currentColor) 0 50% / 100% 2px no-repeat,
    linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
}

.primary-navigation ul,
.footer-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-navigation a,
.footer-navigation a {
  text-decoration: none;
}

.primary-navigation {
  --rs-nav-hover-bg: #f4f4f4;
  --rs-nav-item-gap: 12px;
  --rs-nav-link-pad-x: 20px;
  --rs-nav-link-pad-y: 16px;
  --rs-nav-column-width: 10.25rem;
  --rs-nav-submenu-pad-x: 26px;
  --rs-nav-top-offset: 50px;
  display: flex;
  align-items: center;
  align-self: flex-end;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin-left: auto;
  margin-top: 0;
  min-width: 0;
}

.primary-navigation .menu {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: flex-end;
  text-transform: uppercase;
  width: auto;
  gap: var(--rs-nav-item-gap);
  margin: 0;
  padding: 0;
}

.primary-navigation .menu > .menu-item {
  position: relative;
  flex: 0 0 auto;
  min-width: 0;
}

.primary-navigation .menu > .menu-item.menu-item-has-children {
  min-width: 0;
}

.primary-navigation .menu-item__row {
  display: flex;
  align-items: stretch;
  background: transparent;
  position: relative;
  transition: background-color 0.14s ease;
}

.primary-navigation .menu > .menu-item > .menu-item__row > .menu-link {
  display: block;
  padding: var(--rs-nav-link-pad-y) var(--rs-nav-link-pad-x);
  color: var(--rs-text);
  font-size: 1.22rem;
  font-family: var(--rs-heading-family);
  font-weight: var(--rs-heavy-weight);
  letter-spacing: var(--rs-heading-tracking);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.14s ease;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.primary-navigation .menu > .menu-item > .menu-item__row > .menu-link,
.primary-navigation .menu > .menu-item > .menu-item__row > .menu-link--nolink {
  position: relative;
}

.primary-navigation .menu > .menu-item > .menu-item__row > .menu-link::after,
.primary-navigation .menu > .menu-item > .menu-item__row > .menu-link--nolink::after {
  content: "";
  position: absolute;
  left: var(--rs-nav-link-pad-x);
  right: var(--rs-nav-link-pad-x);
  bottom: 9px;
  height: 2px;
  background: var(--wp--preset--color--orange, #e07040);
  opacity: 0;
  transform: scaleX(0.82);
  transform-origin: center;
  transition: opacity 0.14s ease, transform 0.14s ease;
}

.primary-navigation .menu > .menu-item.current-menu-item > .menu-item__row > .menu-link::after,
.primary-navigation .menu > .menu-item.current-menu-ancestor > .menu-item__row > .menu-link::after,
.primary-navigation .menu > .menu-item.current-menu-parent > .menu-item__row > .menu-link::after,
.primary-navigation .menu > .menu-item.current_page_item > .menu-item__row > .menu-link::after,
.primary-navigation .menu > .menu-item.current_page_parent > .menu-item__row > .menu-link::after,
.primary-navigation .menu > .menu-item.current_page_ancestor > .menu-item__row > .menu-link::after,
.primary-navigation .menu > .menu-item.current-menu-item > .menu-item__row > .menu-link--nolink::after,
.primary-navigation .menu > .menu-item.current-menu-ancestor > .menu-item__row > .menu-link--nolink::after,
.primary-navigation .menu > .menu-item.current-menu-parent > .menu-item__row > .menu-link--nolink::after,
.primary-navigation .menu > .menu-item.current_page_item > .menu-item__row > .menu-link--nolink::after,
.primary-navigation .menu > .menu-item.current_page_parent > .menu-item__row > .menu-link--nolink::after,
.primary-navigation .menu > .menu-item.current_page_ancestor > .menu-item__row > .menu-link--nolink::after {
  opacity: 1;
  transform: scaleX(1);
}

.primary-navigation .menu-item__row > .menu-link {
  flex: 1 1 auto;
}

.primary-navigation .menu > .menu-item.menu-item-has-children > .menu-item__row > .menu-link {
  text-align: center;
}

.primary-navigation .menu > .menu-item:hover > .menu-item__row,
.primary-navigation .menu > .menu-item:focus-within > .menu-item__row {
  background: var(--rs-nav-hover-bg);
}

.primary-navigation .menu > .menu-item:not(.menu-item-has-children):hover > .menu-item__row,
.primary-navigation .menu > .menu-item:not(.menu-item-has-children):focus-within > .menu-item__row {
  background: transparent;
}

.primary-navigation .menu > .menu-item:not(.menu-item-has-children):hover > .menu-item__row::after,
.primary-navigation .menu > .menu-item:not(.menu-item-has-children):focus-within > .menu-item__row::after {
  content: "";
  position: absolute;
  top: calc(-1 * (var(--rs-header-hover-rise) + var(--rs-nav-top-offset)));
  left: calc(var(--rs-nav-item-gap) / -2);
  right: calc(var(--rs-nav-item-gap) / -2);
  bottom: calc(-1 * var(--rs-header-bottom-pad));
  background: var(--rs-nav-hover-bg);
  z-index: -1;
}

.primary-navigation .menu-item-has-children > .menu-item__row > .menu-link--nolink {
  cursor: default;
}

.primary-navigation .menu > .menu-item.menu-item-has-children:hover > .menu-item__row::before,
.primary-navigation .menu > .menu-item.menu-item-has-children:focus-within > .menu-item__row::before {
  content: "";
  position: absolute;
  top: calc(-1 * (var(--rs-header-hover-rise) + var(--rs-nav-top-offset)));
  left: 50%;
  width: var(--rs-nav-column-width);
  bottom: calc(-1 * var(--rs-header-bottom-pad));
  background: var(--rs-nav-hover-bg);
  transform: translateX(-50%);
  z-index: -1;
}

.submenu-toggle {
  display: none !important;
}

.primary-navigation .sub-menu {
  position: absolute;
  top: calc(100% + var(--rs-header-bottom-pad));
  left: 50%;
  z-index: 1001;
  display: none;
  width: var(--rs-nav-column-width);
  min-width: var(--rs-nav-column-width);
  padding: 0;
  margin: 0;
  background: var(--rs-nav-hover-bg);
  border: 0;
  box-shadow: none;
  text-transform: none;
  flex-direction: column;
  gap: 0;
  transform: translateX(-50%);
}

.primary-navigation .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: var(--rs-header-bottom-pad);
  background: transparent;
  pointer-events: auto;
}

.primary-navigation .menu-item:hover > .sub-menu,
.primary-navigation .menu-item:focus-within > .sub-menu {
  display: flex;
}

.primary-navigation .sub-menu .menu-item {
  width: 100%;
}

.primary-navigation .sub-menu a,
.primary-navigation .sub-menu .menu-link {
  display: block;
  width: 100%;
  padding: 10px var(--rs-nav-submenu-pad-x);
  color: var(--rs-muted);
  font-size: 0.95rem;
  font-family: var(--rs-heading-family);
  font-weight: var(--rs-heavy-weight);
  line-height: 1.42;
  letter-spacing: -0.03em;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  transition: color 0.14s ease;
}

.primary-navigation .sub-menu a:hover,
.primary-navigation .sub-menu a:focus,
.primary-navigation .sub-menu .menu-link:hover,
.primary-navigation .sub-menu .menu-link:focus {
  background: #dddddd;
  color: #3b3b3b;
}

body:not(.home) .site-main {
  padding-top: 62px;
  padding-bottom: var(--rs-main-bottom-pad, 72px);
}

.site-main {
  --rs-main-bottom-pad: 72px;
  padding-top: 32px;
  padding-bottom: var(--rs-main-bottom-pad, 72px);
}

body:not(.single-products) .site-main:has(.entry-content > .rs-image-band:last-child),
body:not(.single-products) .site-main:has(.entry-content > .wp-block-acf-image-band:last-child .rs-image-band),
body:not(.single-products) .site-main:has(.entry-content > :last-child .rs-image-band:last-child),
body:not(.single-products) .site-main:has(.wp-block-post-content > .rs-image-band:last-child),
body:not(.single-products) .site-main:has(.wp-block-post-content > .wp-block-acf-image-band:last-child .rs-image-band),
body:not(.single-products) .site-main:has(.wp-block-post-content > :last-child .rs-image-band:last-child) {
  --rs-main-bottom-pad: 0px;
}

body.has-terminal-image-band:not(.single-products) .site-main {
  --rs-main-bottom-pad: 0px;
  padding-bottom: 0;
}

body.has-terminal-image-band:not(.single-products) .entry-content > :last-child,
body.has-terminal-image-band:not(.single-products) .entry-content > .wp-block-acf-image-band:last-child,
body.has-terminal-image-band:not(.single-products) .entry-content > :last-child:has(.rs-image-band),
body.has-terminal-image-band:not(.single-products) .entry-content .rs-image-band {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.entry-header,
.page-header {
  margin-bottom: 28px;
}

.entry-title,
.page-title {
  margin: 0;
  text-transform: none;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content p,
.entry-content li,
.entry-content blockquote,
.entry-content td,
.entry-content figcaption,
.archive-card__excerpt,
.site-footer__meta,
.site-footer__disclaimer {
  font-family: var(--rs-heading-family);
  font-size: 1.04em;
  font-weight: 400;
  line-height: var(--rs-body-line-height);
  letter-spacing: var(--rs-body-tracking);
}

.entry-content p {
  margin: 0 0 1.08em;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content :where(p, li, blockquote, td, figcaption) a:not(.wp-block-button__link):not(.wp-element-button):not([role="button"]):not([class*="button"]):not([class*="btn"]):not([class*="cta"]),
.research-single__content :where(p, li, blockquote, td, figcaption) a:not(.wp-block-button__link):not(.wp-element-button):not([role="button"]):not([class*="button"]):not([class*="btn"]):not([class*="cta"]) {
  color: var(--rs-slate-blue);
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.entry-content :where(p, li, blockquote, td, figcaption) a:not(.wp-block-button__link):not(.wp-element-button):not([role="button"]):not([class*="button"]):not([class*="btn"]):not([class*="cta"]):hover,
.entry-content :where(p, li, blockquote, td, figcaption) a:not(.wp-block-button__link):not(.wp-element-button):not([role="button"]):not([class*="button"]):not([class*="btn"]):not([class*="cta"]):focus,
.research-single__content :where(p, li, blockquote, td, figcaption) a:not(.wp-block-button__link):not(.wp-element-button):not([role="button"]):not([class*="button"]):not([class*="btn"]):not([class*="cta"]):hover,
.research-single__content :where(p, li, blockquote, td, figcaption) a:not(.wp-block-button__link):not(.wp-element-button):not([role="button"]):not([class*="button"]):not([class*="btn"]):not([class*="cta"]):focus {
  color: #466a9f;
}

/* Let Gutenberg blocks own the Contact page layout. */
body.page-id-136 .entry.entry--page,
body.page-contact .entry.entry--page {
  display: block;
}

body.page-id-136 .entry-content .gform_wrapper,
body.page-id-136 .entry-content [id^="gform_wrapper_"],
body.page-id-136 .entry.entry--page > .gform_wrapper,
body.page-id-136 .entry.entry--page > [id^="gform_wrapper_"],
body.page-contact .entry-content .gform_wrapper,
body.page-contact .entry-content [id^="gform_wrapper_"],
body.page-contact .entry.entry--page > .gform_wrapper,
body.page-contact .entry.entry--page > [id^="gform_wrapper_"] {
  background: #faf9f6;
  border: 1px solid rgba(26, 22, 20, 0.14);
  padding: 30px 32px 28px;
}

body.page-id-136 .entry-content .gform_heading,
body.page-contact .entry-content .gform_heading {
  margin-bottom: 22px;
}

body.page-id-136 .entry-content .gform_title,
body.page-contact .entry-content .gform_title {
  margin: 0 0 6px;
  color: var(--rs-text);
  font-family: var(--rs-heading-family);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 400;
  letter-spacing: var(--rs-heading-tracking);
  text-transform: none !important;
  line-height: 1.02;
}

body.page-id-136 .entry-content .gform_description,
body.page-contact .entry-content .gform_description {
  color: var(--rs-muted);
  font-family: var(--rs-heading-family);
  font-size: 1rem;
  letter-spacing: var(--rs-body-tracking);
}

body.page-id-136 .entry-content .gfield_label,
body.page-contact .entry-content .gfield_label {
  color: var(--rs-text);
  font-family: var(--rs-heading-family);
  font-weight: var(--rs-heavy-weight);
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

body.page-id-136 .entry-content input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
body.page-id-136 .entry-content select,
body.page-id-136 .entry-content textarea,
body.page-contact .entry-content input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
body.page-contact .entry-content select,
body.page-contact .entry-content textarea {
  border: 1px solid rgba(26, 22, 20, 0.18);
  background: #fff;
  color: var(--rs-text);
}

body .gform_wrapper select,
body .gform_wrapper.gravity-theme select,
body .gform-theme--framework select,
body .gfield select {
  background: #fff;
  color: var(--rs-text);
}

/* Gravity Forms theme polish */
body .gform_wrapper,
body .gform-theme--framework {
  padding: 30px 32px 28px;
  border: 1px solid rgba(26, 22, 20, 0.14);
  background: #faf9f6;
  color: var(--rs-text);
  font-family: var(--rs-body-family);
}

body .gform_wrapper .gform_heading,
body .gform-theme--framework .gform_heading {
  margin-bottom: 22px;
}

body .gform_wrapper .gform_title,
body .gform-theme--framework .gform_title {
  margin: 0 0 8px;
  color: var(--rs-text);
  font-family: var(--rs-heading-family);
  font-size: clamp(1.28rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  text-transform: none !important;
  line-height: 1.02;
}

body .gform_wrapper .gform_description,
body .gform_wrapper .gfield_description,
body .gform-theme--framework .gform_description,
body .gform-theme--framework .gfield_description,
body .gform_wrapper .ginput_counter {
  color: var(--rs-muted);
  font-family: var(--rs-body-family);
  font-size: 0.98rem;
  line-height: 1.45;
  letter-spacing: var(--rs-body-tracking);
}

body .gform_wrapper .gfield_label,
body .gform_wrapper legend.gfield_label,
body .gform-theme--framework .gfield_label,
body .gform-theme--framework legend.gfield_label {
  color: var(--rs-text);
  font-family: var(--rs-heading-family);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

body .gform_wrapper input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]),
body .gform_wrapper select,
body .gform_wrapper textarea,
body .gform-theme--framework input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]),
body .gform-theme--framework select,
body .gform-theme--framework textarea {
  min-height: 48px;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(34, 29, 26, 0.18);
  border-radius: 10px;
  background: #fff;
  color: var(--rs-text);
  font-family: var(--rs-body-family);
  font-size: 1rem;
  box-shadow: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body .gform_wrapper textarea,
body .gform-theme--framework textarea {
  min-height: 140px;
  resize: vertical;
}

body .gform_wrapper input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus,
body .gform-theme--framework input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):focus,
body .gform-theme--framework select:focus,
body .gform-theme--framework textarea:focus {
  outline: none;
  border-color: rgba(224, 112, 64, 0.65);
  box-shadow: 0 0 0 4px rgba(224, 112, 64, 0.12);
}

body .gform_wrapper .gchoice,
body .gform-theme--framework .gchoice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

body .gform_wrapper .gchoice label,
body .gform-theme--framework .gchoice label {
  color: var(--rs-text);
  font-family: var(--rs-body-family);
  font-size: 0.98rem;
  line-height: 1.4;
}

body .gform_wrapper .gfield_required,
body .gform-theme--framework .gfield_required {
  color: var(--wp--preset--color--orange, #e07040);
}

body .gform_wrapper .gform_validation_errors,
body .gform-theme--framework .gform_validation_errors {
  margin-bottom: 20px;
  border: 1px solid rgba(165, 26, 29, 0.18);
  border-radius: 12px;
  background: #faf9f6;
  box-shadow: none;
  color: var(--rs-text);
}

body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message,
body .gform-theme--framework .gfield_validation_message,
body .gform-theme--framework .validation_message {
  color: #8b2b24;
  font-family: var(--rs-body-family);
  font-size: 0.92rem;
  line-height: 1.35;
}

body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_footer button,
body .gform-theme--framework .gform_footer input[type="submit"],
body .gform-theme--framework .gform_footer button {
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  box-shadow: 0 10px 20px rgba(34, 29, 26, 0.08);
  font-family: var(--rs-heading-family);
  font-weight: 500;
}

body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_footer button:hover,
body .gform_wrapper .gform_footer input[type="submit"]:focus,
body .gform_wrapper .gform_footer button:focus,
body .gform-theme--framework .gform_footer input[type="submit"]:hover,
body .gform-theme--framework .gform_footer button:hover,
body .gform-theme--framework .gform_footer input[type="submit"]:focus,
body .gform-theme--framework .gform_footer button:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(34, 29, 26, 0.12);
}

body.page-id-136 .entry-content .gform_footer input[type="submit"],
body.page-id-136 .entry-content .gform_footer button,
body.page-contact .entry-content .gform_footer input[type="submit"],
body.page-contact .entry-content .gform_footer button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 1rem 1.95rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: var(--rs-slate-blue);
  color: #fff;
  font-family: var(--rs-heading-family);
  font-weight: var(--rs-heading-weight);
  font-size: 1.04rem;
  letter-spacing: -0.02em;
}

body.page-id-136 .entry-content a,
body.page-contact .entry-content a {
  color: var(--rs-slate-blue);
}

body.page-id-3032 .entry-content > .wp-block-columns,
body.page-purchase .entry-content > .wp-block-columns {
  align-items: stretch;
}

body.page-id-3032 .entry-content > .wp-block-columns > .wp-block-column,
body.page-purchase .entry-content > .wp-block-columns > .wp-block-column {
  display: flex;
}

body.page-id-3032 .rs-pathway-card,
body.page-purchase .rs-pathway-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 2rem 1.75rem 1.9rem;
  border: 1px solid rgba(34, 29, 26, 0.12);
  border-radius: 0 !important;
  background: #faf9f6;
}

body.page-id-3032 .rs-pathway-card > .wp-block-group__inner-container,
body.page-purchase .rs-pathway-card > .wp-block-group__inner-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100%;
}

body.page-id-3032 .rs-pathway-card > p,
body.page-purchase .rs-pathway-card > p {
  margin-bottom: 1.25em;
}

body.page-id-3032 .rs-pathway-card h2,
body.page-id-3032 .rs-pathway-card h3,
body.page-purchase .rs-pathway-card h2,
body.page-purchase .rs-pathway-card h3 {
  margin-bottom: 0.72em;
  text-align: center;
}

body.page-id-3032 .rs-pathway-card > .wp-block-group__inner-container > .wp-block-buttons,
body.page-purchase .rs-pathway-card > .wp-block-group__inner-container > .wp-block-buttons {
  margin-top: auto;
  justify-content: center;
}

body.page-id-3032 .rs-pathway-card .wp-block-button,
body.page-purchase .rs-pathway-card .wp-block-button {
  width: auto;
  text-align: center;
}

body.page-id-3032 .rs-pathway-card .wp-block-button__link,
body.page-purchase .rs-pathway-card .wp-block-button__link {
  background: var(--wp--preset--color--orange, #e07040) !important;
  border-color: var(--wp--preset--color--orange, #e07040) !important;
  color: #fff !important;
}

body.page-id-3032 .rs-pathway-card .wp-block-button__link:hover,
body.page-id-3032 .rs-pathway-card .wp-block-button__link:focus,
body.page-purchase .rs-pathway-card .wp-block-button__link:hover,
body.page-purchase .rs-pathway-card .wp-block-button__link:focus {
  background: #cf6437 !important;
  border-color: #cf6437 !important;
  filter: none;
}

.entry-content,
.archive-grid,
.research-layout,
.product-layout {
  width: 100%;
}

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

.archive-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.archive-card__title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.1;
  font-family: var(--rs-heading-family);
  font-weight: var(--rs-heading-weight);
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.archive-card__title a {
  text-decoration: none;
}

.archive-card__excerpt {
  color: var(--rs-muted);
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 600px);
  gap: 40px;
  align-items: start;
}

.product-gallery,
.product-summary {
  min-width: 0;
}

.site-button,
.entry-content .wp-block-button__link,
.entry-content .wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.35rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: var(--rs-heading-family);
  font-weight: var(--rs-heading-weight);
  letter-spacing: var(--rs-heading-tracking);
  text-decoration: none;
}

/* ── Research Module ───────────────────────────────────── */
.research-shell {
  --rs-research-heading-family: var(--rs-avenir-family);
  --rs-research-body-family: var(--rs-avenir-family);
  --rs-research-heading-weight: 500;
  --rs-research-body-weight: 400;
  --rs-research-surface: #fff;
  --rs-research-paper: var(--wp--preset--color--warm-paper, #faf9f6);
  --rs-research-muted: var(--rs-muted);
  --rs-research-border-soft: rgba(26, 22, 20, 0.14);
  --rs-research-border-subtle: rgba(26, 22, 20, 0.08);
  --rs-research-border-strong: rgba(26, 22, 20, 0.32);
  --rs-research-border-quiet: rgba(26, 22, 20, 0.07);
  --rs-research-image-border: rgba(26, 22, 20, 0.1);
  --rs-research-accent: var(--wp--preset--color--orange, #e07040);
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  --rs-body-family: var(--rs-research-body-family);
  --rs-body-weight: var(--rs-research-body-weight);
  --rs-heading-family: var(--rs-research-heading-family);
  --rs-heading-weight: var(--rs-research-heading-weight);
  font-family: var(--rs-research-body-family);
}

/* Gutenberg can still inject font-family utilities with !important.
   Keep a narrow reset for explicit font declarations instead of force-resetting every descendant. */
html body .research-shell :is(
  p,
  li,
  blockquote,
  td,
  figcaption,
  .research-shell__intro,
  .research-shell__intro p,
  .research-study-card__meta,
  .research-study-card__excerpt,
  .research-study-card__excerpt p,
  .research-study-card__pmid,
  .research-topic-card__text,
  .rs-research-nav__instruction,
  .rs-research-nav__link
):is([class*="-font-family"], [style*="font-family"]) {
  font-family: var(--rs-research-body-family) !important;
}

html body .research-shell :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .wp-block-heading,
  .entry-title,
  .page-title,
  .rs-research-nav__heading,
  .rs-research-nav__heading--link,
  .research-study-card__title,
  .research-topic-card__title
):is([class*="-font-family"], [style*="font-family"]) {
  font-family: var(--rs-research-heading-family) !important;
}

/* Research shell typography */
.research-shell__sidebar,
.research-shell__main {
  min-width: 0;
}

.research-shell__main,
.research-shell__main :where(p, li, blockquote, td, figcaption) {
  font-family: var(--rs-research-body-family);
  font-size: 1.04em;
  font-weight: var(--rs-research-body-weight);
  line-height: var(--rs-body-line-height);
  letter-spacing: var(--rs-body-tracking);
}

.research-shell--landing .entry-content,
.research-shell--landing .entry-content :where(p, li, blockquote, td, figcaption) {
  line-height: 1.62;
}

.research-shell__header {
  margin-bottom: 30px;
}

.research-shell__header :is(.entry-title, .page-title) {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 3.1vw, 2.15rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-transform: none;
}

.research-shell__intro {
  max-width: 44rem;
  color: var(--rs-research-muted);
}

.research-shell__intro p {
  margin: 0 0 1.08em;
}

.research-shell__intro p:last-child {
  margin-bottom: 0;
}

.research-shell--studies .entry-content.research-shell__intro {
  margin-bottom: 30px;
}

.research-shell--studies .entry-content.research-shell__intro > * + * {
  margin-top: 0.9em;
}

/* Research landing page */
.research-section + .research-section {
  margin-top: 56px;
}

.research-highlights {
  margin: 0 0 54px;
}

.research-highlights__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.research-highlights__link-card {
  display: block;
  padding: 20px 22px 18px;
  border: 1px solid var(--rs-research-border-soft);
  background: var(--rs-research-surface);
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.research-highlights__link-card:hover,
.research-highlights__link-card:focus-visible {
  background: var(--rs-research-paper);
  border-color: rgba(26, 22, 20, 0.24);
  transform: translateY(-1px);
  outline: none;
}

.research-highlights__link-card h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
  line-height: 1;
  letter-spacing: var(--rs-heading-tracking);
  text-transform: uppercase;
}

.research-highlights__link-card p {
  margin: 0;
  color: var(--rs-research-muted);
  line-height: 1.56;
}

.research-shell--landing .entry-content > .wp-block-columns {
  --wp--style--block-gap: 28px;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 50px 30px 30px;
  border: 1px solid var(--rs-research-border-soft);
  background: var(--rs-research-paper);
}

.research-shell--landing .entry-content > .wp-block-columns > .wp-block-column > * + * {
  margin-top: 0.85em;
}

.research-shell--landing .entry-content > .wp-block-columns > .wp-block-column :is(h3, h4) + p {
  margin-top: 0.35em;
}

.research-shell--landing .entry-content > .wp-block-columns .wp-block-image {
  margin: 0;
}

.research-shell--landing .entry-content > .wp-block-columns .wp-block-image + .wp-block-image {
  margin-top: 14px;
}

.research-shell--landing .entry-content > .wp-block-columns .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--rs-research-image-border);
  background: var(--rs-research-surface);
}

.research-section__heading {
  margin-bottom: 32px;
}

.research-section__heading p {
  max-width: 44rem;
  margin: 10px 0 0;
  color: var(--rs-research-muted);
}

/* Research listing cards */
.research-study-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.research-study-card {
  padding: 24px 26px;
  border: 1px solid var(--rs-research-border-subtle);
  background: var(--rs-research-paper);
}

.research-study-card__title {
  margin: 0 0 5px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.01em;
  text-transform: none;
}

.research-study-card__title a {
  color: var(--rs-text);
  text-decoration: none;
}

.research-study-card__title a:hover {
  text-decoration: underline;
}

.research-study-card__meta {
  margin: 0 0 12px;
  color: var(--rs-research-muted);
  font-size: 0.90rem;
  line-height: 1.5;
}

.research-study-card__excerpt {
  max-width: 50rem;
  margin-top: 0;
}

.research-study-card__excerpt p {
  margin: 0 0 0.9em;
  font-size: 1rem;
  line-height: 1.68;
}

.research-study-card__excerpt p:last-child {
  margin-bottom: 0;
}

.research-study-card__full-content {
  margin-top: 14px;
}

.research-study-card__full-content > :first-child {
  margin-top: 0;
}

.research-study-card__full-content p,
.rs-research-full-article p {
  margin: 0 0 1em;
  line-height: 1.68;
}

.research-study-card__full-content p:last-child,
.rs-research-full-article p:last-child {
  margin-bottom: 0;
}

.research-study-card__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--rs-research-border-quiet);
}

.research-study-card__link {
  padding-bottom: 1px;
  border-bottom: 1.5px solid currentColor;
  color: var(--rs-text);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.12s ease;
}

.research-study-card__link:hover {
  opacity: 0.6;
}

.research-study-card__pmid {
  color: var(--rs-research-muted);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

.research-study-card__pmid[href] {
  color: var(--rs-research-muted);
  text-decoration: none;
}

.research-study-card__pmid[href]:hover,
.research-study-card__pmid[href]:focus {
  color: var(--rs-text);
  text-decoration: none;
}

/* Research topic cards */
.research-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.research-topic-card {
  display: block;
  min-height: 100%;
  padding: 22px 22px 20px;
  border: 1px solid var(--rs-research-border-soft);
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.research-topic-card:hover,
.research-topic-card:focus-visible {
  background: var(--rs-research-paper);
  border-color: rgba(26, 22, 20, 0.26);
  transform: translateY(-1px);
  outline: none;
}

.research-topic-card__title {
  margin: 0 0 10px;
  font-size: 1.16rem;
  line-height: 1.06;
}

.research-topic-card__text {
  margin: 0;
  color: var(--rs-research-muted);
  font-size: 1rem;
  line-height: 1.58;
}

/* Research single article */
.research-single__content {
  max-width: 48rem;
}

.research-single__content .rs-research-meta {
  margin: 0 0 24px;
}

.research-single__content > * + * {
  margin-top: 1rem;
}

.research-single__content > p {
  margin: 0 0 1rem;
}

.research-single__content > p + p {
  margin-top: 0;
}

.research-single__content,
.research-single__content :where(p, li, blockquote, td, figcaption) {
  font-size: 1rem;
  line-height: 1.68;
}

.research-single__content :where(p, li, blockquote, td, figcaption) {
  max-width: 46rem;
}

.research-single__content :is(.wp-block-heading, h2, h3, h4, h5, h6) {
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-transform: none;
}

.research-single__content h2,
.research-single__content .wp-block-heading:is(h2) {
  font-size: clamp(1.45rem, 2.1vw, 1.8rem);
}

.research-single__content h3,
.research-single__content .wp-block-heading:is(h3) {
  font-size: clamp(1.28rem, 1.9vw, 1.56rem);
}

.research-single__content h4,
.research-single__content .wp-block-heading:is(h4) {
  font-size: clamp(1.14rem, 1.55vw, 1.28rem);
}

.research-single__content h5,
.research-single__content .wp-block-heading:is(h5),
.research-single__content h6,
.research-single__content .wp-block-heading:is(h6) {
  font-size: 1.02rem;
}

.research-single__content a {
  text-underline-offset: 0.14em;
}

.research-single__content :is(.wp-block-image, figure) {
  margin: 1.4rem 0;
}

.research-single__content :is(.wp-block-image img, figure img) {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--rs-research-image-border);
  background: var(--rs-research-surface);
}

.research-single__content figcaption {
  margin-top: 0.55rem;
  color: var(--rs-research-muted);
  font-size: 0.92rem;
}

.research-single__content :is(.wp-block-separator, hr) {
  margin: 1.75rem 0;
  border-color: rgba(26, 22, 20, 0.12);
}

.research-single__content .wp-element-button {
  margin-top: 0.2rem;
}

.research-single__links {
  margin-top: 18px;
}

.research-single__content > .rs-research-meta:last-child {
  margin-top: 32px;
  margin-bottom: 0;
}

/* Research sidebar nav */
.rs-research-nav {
  font-size: 1rem;
}

.rs-research-nav__section {
  margin: 0;
  border: 0;
}

.rs-research-nav__section + .rs-research-nav__section {
  margin-top: 1.65rem;
}

.rs-research-nav__heading--link + .rs-research-nav__heading--link,
.rs-research-nav__heading--link + .rs-research-nav__section {
  margin-top: 16px;
}

.rs-research-nav__heading,
.rs-research-nav__heading--link {
  display: block;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--rs-research-border-soft);
  background: var(--rs-research-surface);
  color: var(--rs-text);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.22;
  text-transform: uppercase;
  transition: background 0.14s ease, border-color 0.14s ease, color 0.14s ease;
}

.rs-research-nav__heading {
  position: relative;
  cursor: pointer;
  list-style: none;
}

.rs-research-nav__heading--static {
  cursor: default;
}

.rs-research-nav__heading::-webkit-details-marker {
  display: none;
}

.rs-research-nav__heading::after,
.rs-research-nav__section[open] > .rs-research-nav__heading::after {
  content: none;
}

.rs-research-nav__heading--link {
  text-decoration: none;
}

.rs-research-nav__heading:hover,
.rs-research-nav__heading:focus,
.rs-research-nav__heading--link:hover,
.rs-research-nav__heading--link:focus {
  background: var(--rs-research-paper);
  border-color: var(--rs-research-border-strong);
  color: var(--rs-text);
  text-decoration: none;
}

.rs-research-nav__heading--static:hover,
.rs-research-nav__heading--static:focus {
  background: var(--rs-research-surface);
  border-color: var(--rs-research-border-soft);
}

.rs-research-nav__heading--link.is-active,
.rs-research-nav__heading--static.is-active {
  background: var(--rs-research-paper);
  border-color: rgba(26, 22, 20, 0.28);
  box-shadow: inset 3px 0 0 var(--rs-research-accent);
  color: var(--rs-text);
}

.rs-research-nav__instruction {
  margin: 0.72rem 0 0.02rem 14px;
  color: var(--rs-research-muted);
  font-family: var(--rs-research-body-family);
  font-size: 0.88rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
}

.rs-research-nav__list {
  margin: 0;
  padding-top: 0.55rem;
  padding-left: 14px;
  list-style: none;
}

.rs-research-nav__item {
  margin: 0;
  padding-left: 0;
}

.rs-research-nav__item + .rs-research-nav__item {
  margin-top: 0.38rem;
}

.rs-research-nav__link {
  display: block;
  position: relative;
  padding: 0.08rem 0 0.08rem 0.9rem;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: var(--rs-research-muted);
  font-family: var(--rs-research-body-family);
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: var(--rs-body-tracking);
  line-height: 1.48;
  text-shadow: none;
  text-transform: none;
  text-decoration: none;
}

.rs-research-nav__link:hover,
.rs-research-nav__link:focus,
.rs-research-nav__link.is-active {
  color: var(--rs-text);
  background: none;
  background-image: none;
  border: 0;
  box-shadow: none;
  filter: none;
  transform: none;
  text-decoration: none;
}

.rs-research-nav__link.is-active {
  font-weight: 700;
}

.rs-research-nav__link.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22rem;
  bottom: 0.22rem;
  width: 2px;
  background: var(--rs-research-accent);
}

.site-footer {
  background: var(--rs-slate-blue);
  color: #fff;
  padding-top: 48px;
  padding-bottom: 48px;
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.site-footer__primary {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.site-footer__contact {
  max-width: 34rem;
}

.site-footer__brand {
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.18;
  text-transform: uppercase;
}

.site-footer__address {
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.98rem;
  line-height: 1.62;
}

.site-footer__address p {
  margin: 0;
}

.site-footer__contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.site-footer__contact-list li {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.94rem;
  line-height: 1.45;
}

.site-footer__contact-list span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-footer__quick-links {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}

.site-footer .rs-quick-links {
  justify-content: flex-end;
  gap: 10px 22px;
}

.site-footer .rs-quick-links__btn {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition: color .12s ease, text-decoration-color .12s ease;
}

.site-footer .rs-quick-links__btn:hover,
.site-footer .rs-quick-links__btn:focus {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
  filter: none;
  transform: none;
  box-shadow: none;
}

.site-footer .rs-quick-links__btn:active {
  transform: none;
  box-shadow: none;
}

.site-footer__widgets {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.94rem;
  line-height: 1.65;
  text-align: left;
}

.site-footer__widget + .site-footer__widget {
  margin-top: 18px;
}

.site-footer__widget-title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.24;
  text-transform: none;
}

.site-footer__widgets :where(p, ul, ol) {
  margin-top: 0;
}

.site-footer__secondary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.site-footer__disclaimer {
  max-width: 760px;
  margin: 0;
  text-align: left;
  font-size: 0.78rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer__disclaimer p {
  margin: 0;
}

.site-footer__disclaimer > div + div {
  margin-top: 12px;
}

.site-footer__compliance {
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

.site-footer__meta {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  line-height: 1.5;
  text-align: right;
}

.site-footer__meta p {
  margin: 0;
}

.site-footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

.site-footer__copyright-line {
  display: block;
}

.site-footer__copyright-line:last-child {
  white-space: nowrap;
}

.footer-navigation ul {
  justify-content: flex-end;
  gap: 8px 18px;
}

.footer-navigation a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  line-height: 1.45;
}

.footer-navigation + .site-footer__copyright {
  margin-top: 16px;
}

.site-main__inner--front-page {
  max-width: none;
  padding: 0;
}

body.home .site-main {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

body.home .wp-block-post-title,
body.home .wp-block-post-title a {
  color: var(--rs-text);
}

/* Legacy homepage product Query Loop fallback.
   The homepage now prefers the shortcode grid, but keep this grouped block tidy
   so older block content does not collapse if it is still present anywhere. */
.wp-block-query li.products .wp-block-post-title,
.wp-block-query li.products .wp-block-post-title a {
  font-family: var(--rs-heading-family);
  font-weight: var(--rs-heading-weight);
  letter-spacing: -0.03em;
}

body.home .wp-block-query {
  --rs-circle-size: 350px;
  --rs-home-query-columns: repeat(4, minmax(0, 1fr));
  --rs-home-query-gap: 28px 24px;
}

body.home .wp-block-query li.products .wp-block-post-featured-image {
  width: var(--rs-circle-size);
  height: var(--rs-circle-size);
  min-height: var(--rs-circle-size);
  max-height: var(--rs-circle-size);
  margin: 0 auto;
  overflow: hidden;
}

body.home .wp-block-query li.products .wp-block-post-featured-image a,
body.home .wp-block-query li.products .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
}

body.home .wp-block-query li.products .wp-block-post-featured-image img {
  object-fit: cover;
  object-position: center;
}

body.home .wp-block-query ul.wp-block-post-template {
  display: grid;
  grid-template-columns: var(--rs-home-query-columns);
  gap: var(--rs-home-query-gap);
  list-style: none;
  margin: 0;
  padding: 0;
}

body.home .wp-block-query ul.wp-block-post-template > li.wp-block-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
}

body.home .wp-block-query li.products .wp-block-columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
}

body.home .wp-block-query li.products .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 14px;
  margin: 0;
  padding: 0;
}

body.home .wp-block-query li.products .wp-block-post-title {
  max-width: 16ch;
  margin: 12px auto 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.08;
  text-transform: uppercase;
}

body.home .wp-block-query li.products .wp-block-post-title a {
  display: block;
  text-decoration: none;
}

body.home .rs-home-explainers {
  width: min(100%, 1180px);
  margin: clamp(56px, 7vw, 92px) auto clamp(26px, 4vw, 48px);
  padding: 0 clamp(22px, 4vw, 40px);
}

body.home .rs-home-explainers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
}

body.home .rs-home-explainers__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: clamp(30px, 3vw, 38px) clamp(28px, 2.8vw, 38px) clamp(28px, 3vw, 34px);
  border: 1px solid rgba(26, 22, 20, 0.18);
  background: rgba(255, 255, 255, 0.94);
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

body.home .rs-home-explainers__card:hover,
body.home .rs-home-explainers__card:focus-visible {
  border-color: rgba(26, 22, 20, 0.34);
  background: #faf9f6;
  transform: translateY(-2px);
  outline: none;
}

body.home .rs-home-explainers__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 182px;
  margin-bottom: 18px;
}

body.home .rs-home-explainers__icon {
  max-width: 190px;
  max-height: 150px;
  width: auto;
  height: auto;
}

body.home .rs-home-explainers__title {
  max-width: 13ch;
  margin: 0 0 14px;
  color: var(--rs-slate-blue);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.02;
  text-align: center;
  text-wrap: balance;
}

body.home .rs-home-explainers__text {
  max-width: 21ch;
  margin: 0;
  color: var(--rs-muted);
  font-size: clamp(1.06rem, 1.32vw, 1.24rem);
  line-height: 1.48;
  letter-spacing: -0.02em;
}

/* Tablet breakpoint */
@media (max-width: 1024px) {
  .research-highlights__grid {
    grid-template-columns: 1fr;
  }

  .research-highlights__links {
    grid-template-columns: 1fr;
  }

  .research-highlight-card--feature {
    grid-template-columns: 1fr;
  }

  .research-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .research-topic-grid {
    grid-template-columns: 1fr;
  }

  body.home .rs-home-explainers {
    margin-top: 46px;
    margin-bottom: 38px;
    padding-left: 24px;
    padding-right: 24px;
  }

  body.home .rs-home-explainers__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  body.home .rs-home-explainers__card {
    padding: 24px 24px 24px;
  }

  body.home .rs-home-explainers__icon-wrap {
    min-height: 148px;
    margin-bottom: 14px;
  }

  body.home .rs-home-explainers__icon {
    max-width: 156px;
    max-height: 124px;
  }

  body.home .rs-home-explainers__title {
    max-width: 12ch;
    font-size: clamp(1.28rem, 2.3vw, 1.6rem);
  }

  body.home .rs-home-explainers__text {
    font-size: 1rem;
  }

  .wp-block-group.rs-contained-60,
  .rs-contained-60 {
    max-width: min(74%, var(--rs-content-width));
    padding-top: 28px;
    padding-bottom: 38px;
  }

  .wp-block-group.rs-contained-60 .wp-block-heading,
  .wp-block-group.rs-contained-60 h1,
  .wp-block-group.rs-contained-60 h2,
  .wp-block-group.rs-contained-60 h3,
  .rs-contained-60 .wp-block-heading,
  .rs-contained-60 h1,
  .rs-contained-60 h2,
  .rs-contained-60 h3 {
    max-width: 20ch;
    font-size: clamp(1.6rem, 3vw, 2rem);
  }

  .site-header {
    --rs-header-top-pad: calc(8px * var(--rs-header-scale));
    --rs-header-bottom-pad: calc(10px * var(--rs-header-scale));
    --rs-header-hover-rise: var(--rs-header-top-pad);
    --rs-header-logo-height: calc(82px * var(--rs-header-scale));
    --rs-mobile-shell-pad: clamp(16px, 3vw, 40px);
    padding-left: 0;
    padding-right: 0;
  }

  .site-header__inner {
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    min-height: 0;
    padding-top: var(--rs-header-top-pad);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .site-branding {
    flex: 1 1 auto;
    padding-left: var(--rs-mobile-shell-pad);
    padding-bottom: var(--rs-header-bottom-pad);
  }

  .product-layout {
    grid-template-columns: 1fr;
  }

  .js .nav-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    margin-right: var(--rs-mobile-shell-pad);
    margin-bottom: var(--rs-header-bottom-pad);
  }

  .js .primary-navigation {
    display: none;
    position: static;
    left: auto;
    width: 100%;
    flex: 0 0 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    transform: none;
    justify-content: flex-start;
    background: #fff;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    border-bottom: 0;
  }

  .js .primary-navigation.is-open {
    display: block;
  }

  .primary-navigation .menu {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    gap: 0;
    padding-top: 0;
    border-top: 0;
  }

  .primary-navigation ul {
    gap: 0;
  }

  .primary-navigation .menu > .menu-item,
  .primary-navigation .sub-menu .menu-item {
    width: 100%;
  }

  .primary-navigation .menu-item__row {
    width: 100%;
    min-height: 55px;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    background: transparent;
    padding-right: 0;
  }

  .primary-navigation .menu > .menu-item > .menu-item__row > .menu-link {
    text-align: left;
    width: 100%;
    padding: 0 24px;
    min-height: 55px;
    display: flex;
    align-items: center;
    font-size: 1.14rem;
  }

  .primary-navigation .menu > .menu-item.menu-item-has-children > .menu-item__row > .menu-link,
  .primary-navigation .menu > .menu-item.menu-item-has-children > .menu-item__row > .menu-link--nolink {
    text-align: left;
  }

  .primary-navigation .menu-link,
  .primary-navigation .menu-link--nolink {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    line-height: 1;
  }

  .primary-navigation .menu > .menu-item:last-child > .menu-item__row {
    border-bottom: 0;
  }

  .primary-navigation .menu > .menu-item:hover > .menu-item__row,
  .primary-navigation .menu > .menu-item:focus-within > .menu-item__row,
  .primary-navigation .current-menu-item > .menu-item__row,
  .primary-navigation .current-menu-ancestor > .menu-item__row {
    background: transparent;
  }

  .primary-navigation .menu > .menu-item > .menu-item__row::before,
  .primary-navigation .menu > .menu-item > .menu-item__row::after {
    content: none !important;
  }

  .primary-navigation .menu > .menu-item > .menu-item__row > .menu-link::after,
  .primary-navigation .menu > .menu-item > .menu-item__row > .menu-link--nolink::after {
    left: 24px;
    right: 24px;
    bottom: 10px;
    height: 2px;
  }

  .submenu-toggle {
    display: none;
  }

  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .wp-block-query {
    --rs-circle-size: 240px;
    --rs-home-query-columns: repeat(2, minmax(0, 1fr));
  }

  .primary-navigation .sub-menu {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    background: #f4f4f4;
    transform: none;
    gap: 0;
    padding-right: 0;
  }

  .primary-navigation .menu-item.is-open > .sub-menu {
    display: flex !important;
  }

  .primary-navigation .menu-item.is-open > .menu-item__row {
    background: #efefef !important;
  }

  .primary-navigation .menu-item.is-open > .menu-item__row > .menu-link,
  .primary-navigation .menu-item.is-open > .menu-item__row > .menu-link--nolink {
    background: transparent;
  }

  .primary-navigation .sub-menu .menu-item__row {
    min-height: 0;
    border-bottom: 0;
    background: transparent;
  }

  .primary-navigation .sub-menu a,
  .primary-navigation .sub-menu .menu-link {
    width: 100%;
    padding: 15px 24px 15px 24px;
    min-height: 54px;
    display: flex;
    align-items: center;
    color: var(--rs-muted);
    font-size: 1rem;
    font-family: var(--rs-heading-family);
    font-weight: var(--rs-heavy-weight);
    line-height: 1.42;
    letter-spacing: var(--rs-heading-tracking);
    text-transform: none;
    border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  }

  .primary-navigation .sub-menu .menu-item:last-child > a,
  .primary-navigation .sub-menu .menu-item:last-child > .menu-link {
    border-bottom: 0;
  }

  .primary-navigation .menu > .menu-item > .menu-item__row:hover,
  .primary-navigation .menu > .menu-item:hover > .menu-item__row,
  .primary-navigation .menu > .menu-item > .menu-item__row:focus-within,
  .primary-navigation .menu > .menu-item > .menu-item__row > .menu-link:hover,
  .primary-navigation .menu > .menu-item > .menu-item__row > .menu-link:focus,
  .primary-navigation .menu > .menu-item > .menu-item__row > .menu-link--nolink:hover,
  .primary-navigation .menu > .menu-item > .menu-item__row > .menu-link--nolink:focus {
    background: #efefef !important;
  }

  .primary-navigation .menu-item.is-open:hover > .menu-item__row,
  .primary-navigation .menu-item.is-open:focus-within > .menu-item__row {
    background: #efefef !important;
  }

  .primary-navigation .menu-item:hover > .sub-menu,
  .primary-navigation .menu-item:focus-within > .sub-menu {
    display: none;
  }

  .primary-navigation .menu-item.is-open:hover > .sub-menu,
  .primary-navigation .menu-item.is-open:focus-within > .sub-menu {
    display: flex !important;
  }

  .primary-navigation .sub-menu a:hover,
  .primary-navigation .sub-menu a:focus,
  .primary-navigation .sub-menu .menu-link:hover,
  .primary-navigation .sub-menu .menu-link:focus {
    background: #dddddd;
    color: #3b3b3b;
  }

  .primary-navigation .current-menu-item > .menu-item__row > .menu-link,
  .primary-navigation .current-menu-ancestor > .menu-item__row > .menu-link,
  .primary-navigation .current-menu-item > .menu-item__row > .menu-link--nolink,
  .primary-navigation .current-menu-ancestor > .menu-item__row > .menu-link--nolink {
    color: var(--rs-text);
  }
}

/* Phone breakpoint */
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
    overflow-x: clip;
  }

  .research-highlights {
    margin-bottom: 42px;
  }

  .research-highlight-card {
    padding: 20px 18px 18px;
  }

  .research-shell--landing .entry-content > .wp-block-columns {
    display: block;
    padding: 18px;
  }

  .research-shell--landing .entry-content > .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 24px;
  }

  .research-section + .research-section {
    margin-top: 40px;
  }

  .research-study-card__links {
    gap: 10px;
  }

  body.home .rs-home-explainers {
    width: 100%;
    margin-top: 68px;
    margin-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
  }

  body.home .rs-home-explainers__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.home .rs-home-explainers__card {
    padding: 24px 20px 22px;
  }

  body.home .rs-home-explainers__icon-wrap {
    min-height: 132px;
    margin-bottom: 12px;
  }

  body.home .rs-home-explainers__icon {
    max-width: 144px;
    max-height: 112px;
  }

  body.home .rs-home-explainers__title {
    max-width: none;
    font-size: 1.42rem;
  }

  body.home .rs-home-explainers__text {
    max-width: 24ch;
    font-size: 1rem;
  }

  .wp-block-group.rs-contained-60,
  .rs-contained-60 {
    max-width: 100%;
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .wp-block-group.rs-contained-60 .wp-block-heading,
  .wp-block-group.rs-contained-60 h1,
  .wp-block-group.rs-contained-60 h2,
  .wp-block-group.rs-contained-60 h3,
  .rs-contained-60 .wp-block-heading,
  .rs-contained-60 h1,
  .rs-contained-60 h2,
  .rs-contained-60 h3 {
    max-width: none;
    margin-bottom: 22px;
    font-size: clamp(1.45rem, 8vw, 1.8rem);
  }

  .wp-block-group.rs-contained-60 p,
  .rs-contained-60 p {
    max-width: none;
    font-size: 1.08rem;
    line-height: 1.68;
  }

  .site-header {
    --rs-header-top-pad: calc(8px * var(--rs-header-scale));
    --rs-header-bottom-pad: calc(6px * var(--rs-header-scale));
    --rs-header-hover-rise: var(--rs-header-top-pad);
    --rs-header-logo-height: calc(68px * var(--rs-header-scale));
  }

  .site-header__inner {
    padding-top: var(--rs-header-top-pad);
    padding-bottom: 0;
  }

  .archive-grid {
    grid-template-columns: 1fr;
  }

  body:not(.home) .site-main {
    padding-top: 46px;
    --rs-main-bottom-pad: 56px;
    padding-bottom: var(--rs-main-bottom-pad, 56px);
  }

  .site-main {
    padding-top: 24px;
    --rs-main-bottom-pad: 56px;
    padding-bottom: var(--rs-main-bottom-pad, 56px);
  }

  body:not(.single-products) .site-main:has(.entry-content > .rs-image-band:last-child),
  body:not(.single-products) .site-main:has(.entry-content > .wp-block-acf-image-band:last-child .rs-image-band),
  body:not(.single-products) .site-main:has(.entry-content > :last-child .rs-image-band:last-child),
  body:not(.single-products) .site-main:has(.wp-block-post-content > .rs-image-band:last-child),
  body:not(.single-products) .site-main:has(.wp-block-post-content > .wp-block-acf-image-band:last-child .rs-image-band),
  body:not(.single-products) .site-main:has(.wp-block-post-content > :last-child .rs-image-band:last-child) {
    --rs-main-bottom-pad: 0px;
  }

  body.has-terminal-image-band:not(.single-products) .site-main {
    --rs-main-bottom-pad: 0px;
    padding-bottom: 0;
  }

  body.has-terminal-image-band:not(.single-products) .entry-content > :last-child,
  body.has-terminal-image-band:not(.single-products) .entry-content > .wp-block-acf-image-band:last-child,
  body.has-terminal-image-band:not(.single-products) .entry-content > :last-child:has(.rs-image-band),
  body.has-terminal-image-band:not(.single-products) .entry-content .rs-image-band {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  body.home .wp-block-query {
    --rs-circle-size: min(320px, calc(100vw - 48px));
    --rs-home-query-columns: 1fr;
  }

  body.home .wp-block-query li.products .wp-block-post-title {
    max-width: none;
  }

  body.page-id-136 .entry.entry--page,
  body.page-contact .entry.entry--page {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.page-id-136 .entry-content > p:nth-of-type(-n + 3),
  body.page-contact .entry-content > p:nth-of-type(-n + 3),
  body.page-id-136 .entry-content > .gform_wrapper,
  body.page-id-136 .entry-content > [id^="gform_wrapper_"],
  body.page-id-136 .entry-content > form,
  body.page-id-136 .entry.entry--page > .gform_wrapper,
  body.page-id-136 .entry.entry--page > [id^="gform_wrapper_"],
  body.page-id-136 .entry.entry--page > form,
  body.page-contact .entry-content > .gform_wrapper,
  body.page-contact .entry-content > [id^="gform_wrapper_"],
  body.page-contact .entry-content > form,
  body.page-contact .entry.entry--page > .gform_wrapper,
  body.page-contact .entry.entry--page > [id^="gform_wrapper_"],
  body.page-contact .entry.entry--page > form {
    grid-column: auto;
    max-width: none;
  }

  body.page-id-136 .entry-content .gform_wrapper,
  body.page-id-136 .entry-content [id^="gform_wrapper_"],
  body.page-id-136 .entry.entry--page > .gform_wrapper,
  body .gform_wrapper,
  body .gform-theme--framework {
    padding: 24px 20px 22px;
  }

  .site-branding__tagline {
    display: none;
  }

  .site-branding__title {
    font-size: clamp(1.2rem, 9vw, 1.8rem);
  }

  .site-footer .rs-quick-links {
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px 18px;
  }

  .site-footer__primary {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer__quick-links {
    justify-content: flex-start;
  }

  .site-footer__contact-list {
    flex-direction: column;
    gap: 8px;
  }

  .site-footer__secondary {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 22px;
  }

  .footer-navigation ul {
    justify-content: flex-start;
  }

  .site-footer__widgets,
  .site-footer__disclaimer,
  .site-footer__meta {
    text-align: left;
  }

  .site-footer__copyright {
    align-items: flex-start;
  }
}
