/*
Theme Name: VRM Engage
Theme URI: https://vrmengage.com/
Author: VRM Engage
Description: A self-contained WordPress recreation of the VRM Engage website, including the homepage, Learn article grid, imported article library, scheduler embed, and newsletter subscriber management.
Version: 1.0.9
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: vrm-engage
*/

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-300.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-300-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-500-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --vrm-blue: #1470af;
  --vrm-gold: #edaa45;
  --vrm-black: #000000;
  --vrm-white: #ffffff;
  --vrm-text: #000000;
  --vrm-shell: 1528px;
  --vrm-gutter: clamp(24px, 4vw, 64px);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--vrm-white);
  color: var(--vrm-text);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body.menu-is-open {
  overflow: hidden;
}

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

a {
  color: var(--vrm-blue);
  text-underline-offset: 0.16em;
}

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
  line-height: 1.3;
}

.shell {
  margin-inline: auto;
  max-width: var(--vrm-shell);
  padding-inline: var(--vrm-gutter);
  width: 100%;
}

.shell--article {
  max-width: 1078.8px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: #f1f1f1;
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 8px;
  padding: 14px 22px;
  top: 8px;
  width: auto;
  z-index: 100000;
}

.site-header {
  background: #fff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.13);
  color: #000;
  position: relative;
  width: 100%;
  z-index: 100;
}

.home .site-header {
  background: transparent;
  box-shadow: none;
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
}

.home .site-header.is-scrolled {
  background: transparent;
  box-shadow: none;
  position: absolute;
}

.site-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 100%;
  min-height: 139.375px;
  padding: 28px 4vw;
}

.site-logo {
  display: block;
  flex: 0 0 auto;
  position: relative;
  width: 250px;
}

.site-logo img {
  height: 50px;
  object-fit: contain;
  object-position: left center;
  width: 250px;
}

.site-logo__white,
.home .site-logo__black {
  display: none;
}

.home .site-logo__white {
  display: block;
}

.primary-navigation {
  align-items: center;
  display: flex;
  gap: clamp(32px, 5.4vw, 70px);
}

.primary-navigation__link {
  color: inherit;
  font-weight: 300;
  text-decoration: none;
}

.primary-navigation__link:hover,
.primary-navigation__link:focus-visible {
  text-decoration: underline;
}

.button {
  align-items: center;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.2;
  min-height: 62px;
  padding: 17px 32px;
  text-align: center;
  text-decoration: none;
  transition: filter 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  filter: brightness(0.94);
  transform: translateY(-1px);
}

.button--header,
.button--blue {
  background: var(--vrm-blue);
  color: #fff;
}

.button--header {
  min-height: 56px;
  min-width: 144px;
  padding: 16px 28px;
}

.button--gold {
  background: var(--vrm-gold);
  color: #fff;
}

.button--white {
  background: #fff;
  color: var(--vrm-blue);
}

.button--large {
  font-size: 17.68px;
  min-height: 66.40625px;
  min-width: 259.8125px;
}

.menu-toggle {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: none;
  height: 44px;
  padding: 9px;
  width: 44px;
}

.menu-toggle span:not(.screen-reader-text) {
  background: currentColor;
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: transform 150ms ease, opacity 150ms ease;
  width: 26px;
}

.section--image {
  background-image: var(--section-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.section--image > *:not(.section-overlay) {
  position: relative;
  z-index: 2;
}

.section-overlay {
  background: #000;
  inset: 0;
  opacity: 0.28;
  position: absolute;
  z-index: 1;
}

.home-hero {
  align-items: center;
  display: flex;
  min-height: 891.1875px;
  padding: 119.3125px 0 104.1225px;
}

.home-hero__content h1 {
  color: #fff;
  font-size: clamp(42px, 4.74vw, 66.4px);
  line-height: 1.232;
  margin-bottom: 32px;
  max-width: clamp(963.953125px, calc(739.63px + 16.01vw), 1047.0625px);
}

.home-hero__content em,
.services-section em {
  font-weight: 500;
}

.circled-word {
  display: inline-block;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.circled-word::after {
  border: 5px solid var(--vrm-blue);
  border-radius: 50%;
  content: "";
  inset: 3% -7% -4%;
  pointer-events: none;
  position: absolute;
  transform: rotate(-5deg);
  z-index: -1;
}

.circled-word--white::after {
  border-color: #fff;
}

.services-section {
  background: transparent;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  padding: 92.453125px 0 176.5px;
  position: relative;
  z-index: 3;
}

.services-section::before {
  background: var(--vrm-blue);
  clip-path: polygon(0 0, 100% 84px, 100% calc(100% - 84px), 0 100%);
  content: "";
  inset: -84px 0 0;
  position: absolute;
  z-index: 0;
}

.services-grid {
  align-items: center;
  display: grid;
  gap: 11px clamp(119.3125px, 8.5vw, 128.5625px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.service-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-image--guests {
  height: 714.28125px;
}

.service-image--calendar {
  height: 608.25px;
}

.service-copy h2 {
  font-size: clamp(39px, 4.74vw, 66.4px);
  line-height: 1.232;
  margin-bottom: 22px;
}

.service-copy p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 52px;
}

.service-copy--calendar {
  align-self: start;
  grid-column: 1;
  grid-row: 2;
  padding-top: 154.8125px;
}

.service-copy--guests {
  align-self: start;
  padding-top: 38.703125px;
}

.service-image--calendar {
  grid-column: 2;
  grid-row: 2;
}

.quote-section {
  background: #fff;
  padding: 84.921875px 0 85px;
}

.quote-section__inner {
  max-width: 1076px;
  text-align: center;
}

.quote-section blockquote {
  margin: 0;
}

.quote-section blockquote h2 {
  font-size: clamp(30px, 3.3vw, 46.24px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 32px;
}

.quote-section cite {
  font-style: normal;
}

.consultation-section {
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 91%);
  display: flex;
  min-height: 1010.65625px;
  padding: 189.64px 0 170.36px;
  text-align: center;
}

.consultation-section .section-overlay {
  opacity: 0.36;
}

.consultation-section__content {
  max-width: 1076px;
}

.consultation-section h2 {
  font-size: clamp(40px, 4.74vw, 66.4px);
  line-height: 1.232;
  margin-bottom: 32px;
}

.consultation-section p {
  margin-bottom: 52px;
}

.consultation-section .button--large {
  min-width: 313.984375px;
}

.newsletter-section {
  background: var(--vrm-gold);
  color: #fff;
  margin-top: 0;
  padding: 94.734375px 0 256.8125px;
  position: relative;
  text-align: center;
}

.newsletter-section::before {
  background: var(--vrm-gold);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  content: "";
  height: 92px;
  left: 0;
  position: absolute;
  right: 0;
  top: -91px;
}

.newsletter-section h2 {
  font-size: 36.16px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.newsletter-section__inner > p:not(.newsletter-section__privacy) {
  margin-bottom: 40px;
}

.newsletter-form {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr 1fr auto;
  margin: 0 auto;
  max-width: 1005px;
}

.newsletter-form input {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  color: #000;
  min-height: 66px;
  min-width: 0;
  padding: 17px 31px;
  width: 100%;
}

.newsletter-form input::placeholder {
  color: #8d8d8d;
  opacity: 0.72;
}

.newsletter-section__privacy {
  line-height: 1.6113;
  margin: 40px 0 0;
}

.form-honeypot {
  left: -9999px;
  position: absolute;
}

.form-message {
  margin: -12px auto 26px;
  max-width: 940px;
  padding: 13px 18px;
}

.form-message--success {
  background: rgba(255, 255, 255, 0.92);
  color: #174a2e;
}

.form-message--error {
  background: rgba(84, 10, 10, 0.92);
  color: #fff;
}

.site-footer {
  background: #fff;
  color: #000;
  padding: 138.3125px 0 131.1px;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: var(--vrm-shell);
  padding-inline: var(--vrm-gutter);
}

.footer-logo {
  display: inline-block;
  margin-bottom: 8.46875px;
  width: 259.8125px;
}

.footer-logo img {
  width: 100%;
}

.site-footer h2 {
  font-size: 36.16px;
  line-height: 1.3326;
  margin-left: 54.15625px;
  margin-bottom: 32px;
}

.site-footer__copyright {
  font-size: 14px;
  margin-left: 54.15625px;
  margin-bottom: 0;
}

.site-footer__links {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 48.6px;
  margin-top: -7.203125px;
  padding-right: 61.05px;
}

.site-footer__links > a {
  color: #3c6e8c;
}

.social-links {
  align-items: center;
  display: flex;
  gap: 18px;
}

.social-links a {
  color: #000;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.social-linkedin {
  font-weight: 700;
}

/* Learn grid */
.learn-page,
.single-article-page,
.standard-page,
.not-found-page,
.get-started-page {
  background: #fff;
}

.learn-intro {
  padding-bottom: 92px;
  padding-top: 76px;
}

.learn-intro h1 {
  font-size: clamp(46px, 4.85vw, 62px);
  line-height: 1.23;
  margin-bottom: 55px;
}

.learn-intro p {
  font-size: clamp(19px, 1.85vw, 24px);
  line-height: 1.65;
  margin: 0;
  max-width: 930px;
}

.article-grid-section {
  padding-bottom: 116px;
}

.article-grid {
  display: grid;
  gap: 82px 44px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-card__image {
  aspect-ratio: 3 / 2;
  display: block;
  margin-bottom: 27px;
  overflow: hidden;
}

.article-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.article-card__image:hover img,
.article-card__image:focus-visible img {
  transform: scale(1.018);
}

.article-card time {
  display: block;
  font-size: 14px;
  margin-bottom: 24px;
}

.article-card h2 {
  font-size: clamp(27px, 2.6vw, 36px);
  line-height: 1.28;
  margin-bottom: 32px;
}

.article-card h2 a {
  color: #000;
  text-decoration: none;
}

.article-card__more {
  color: #000;
  text-decoration: underline;
}

/* Article */
.single-article {
  padding-bottom: 42.015625px;
  padding-top: 56.03125px;
}

.single-article__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1.2;
  margin-bottom: 32px;
}

.single-article > h1 {
  font-size: clamp(46.384px, calc(16px + 3.6vw), 66.4px);
  line-height: 1.4;
  margin-bottom: 50px;
}

.single-article__content h2 {
  font-size: clamp(34.2304px, calc(16px + 2.16vw), 46.24px);
  line-height: 1.3;
  margin: 32px 0;
}

.single-article__content > h2:first-child {
  margin-top: 0;
}

.single-article__content h3 {
  font-size: clamp(28.1536px, calc(16px + 1.44vw), 36.16px);
  line-height: 1.33333;
  margin: 32px 0;
}

.single-article__content h4 {
  font-size: clamp(18.0256px, calc(16px + .24vw), 19.36px);
  line-height: 1.3888;
  margin: 32px 0;
}

.single-article__content p {
  margin: 16px 0;
}

.single-article__content ul,
.single-article__content ol {
  margin: 16px 0;
  padding-left: 40px;
}

.single-article__content li {
  margin-bottom: 0;
}

.single-article__content li p {
  margin: 8px 0;
}

.single-article__content a {
  color: #4e829f;
}

.single-article__author {
  margin-top: 42.03125px;
  width: 100%;
}

.single-article__content > :last-child {
  margin-bottom: 0;
}

.single-article__author a {
  color: #000;
  display: block;
  padding-top: 16px;
  text-decoration: none;
  width: 100.734375px;
}

.single-article__author img {
  border-radius: 50%;
  height: 50px;
  margin-bottom: 16px;
  object-fit: cover;
  width: 50px;
}

.single-article__author-name {
  display: block;
  font-size: 14.3188px;
  line-height: 1.8;
  white-space: nowrap;
}

.article-pagination {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  left: 50%;
  margin-top: 140.0625px;
  position: relative;
  transform: translateX(-50%);
  width: calc(100vw - var(--vrm-gutter) - var(--vrm-gutter));
}

.article-pagination__link {
  color: #000;
  display: flex;
  font-size: 16px;
  line-height: 1;
  position: relative;
  text-decoration: none;
  width: 50%;
}

.article-pagination__link--next {
  margin-left: auto;
  text-align: right;
}

.article-pagination__label {
  display: none;
}

.article-pagination__title {
  display: block;
  flex: 0 0 auto;
  font-size: clamp(28.1536px, calc(16px + 1.44vw), 36.16px);
  font-weight: 500;
  line-height: 1;
  width: 100%;
}

.article-pagination__link--next::after {
  content: "›";
  flex: 0 0 43px;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  text-align: right;
  width: 43px;
}

.standard-page,
.not-found-page {
  min-height: 55vh;
  padding-bottom: 100px;
  padding-top: 70px;
}

.standard-page > h1,
.not-found-page > h1,
.standard-page article > h1 {
  font-size: clamp(42px, 4.85vw, 62px);
}

/* Get Started */
.get-started-hero {
  align-items: center;
  display: flex;
  min-height: 785px;
  padding: 150px 0;
  text-align: center;
}

.get-started-hero .section-overlay {
  opacity: 0.3;
}

.get-started-hero__content h1 {
  font-size: clamp(48px, 5.5vw, 72px);
  margin-bottom: 14px;
}

.get-started-hero__content p {
  font-size: 22px;
  margin-bottom: 34px;
}

.membership-section {
  padding: 100px 0 120px;
  text-align: center;
}

.membership-section h2 {
  font-size: clamp(32px, 3.4vw, 44px);
  margin-bottom: 28px;
}

.membership-divider {
  color: var(--vrm-gold);
  font-size: 70px;
  line-height: 1;
  margin: 20px 0 32px;
}

.acuity-embed {
  margin: 60px auto 0;
  max-width: 980px;
  overflow: hidden;
}

.acuity-embed iframe {
  border: 0;
  display: block;
  min-height: 900px;
  width: 100%;
}

@media (max-width: 900px) {
  .site-header__inner {
    min-height: 104px;
    padding-block: 22px;
  }

  .site-logo,
  .site-logo img {
    height: auto;
    width: 200px;
  }

  .menu-toggle {
    display: block;
    z-index: 102;
  }

  .primary-navigation {
    align-items: stretch;
    background: rgba(21, 34, 52, 0.98);
    color: #fff;
    display: none;
    flex-direction: column;
    gap: 28px;
    inset: 0;
    justify-content: center;
    padding: 80px var(--vrm-gutter);
    position: fixed;
    text-align: center;
    z-index: 101;
  }

  .primary-navigation.is-open {
    display: flex;
  }

  .primary-navigation__link {
    font-size: 22px;
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .home-hero {
    min-height: 690px;
    padding-top: 160px;
  }

  .services-grid {
    gap: 50px;
  }

  .service-image--guests,
  .service-image--calendar {
    height: 500px;
  }

  .newsletter-form {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-form .button {
    width: 100%;
  }
}

@media (max-width: 700px) {
  :root {
    --vrm-gutter: 28px;
  }

  body {
    line-height: 1.8;
  }

  .site-header__inner {
    min-height: 83.78125px;
    padding: 20px 33.109375px;
  }

  .site-logo,
  .site-logo img {
    width: 130px;
  }

  .home-hero {
    background-position: center;
    min-height: 772.984375px;
    padding-bottom: 23.4px;
    padding-top: 83.78125px;
  }

  .home-hero__content h1 {
    font-size: 46.384px;
    margin-bottom: 72px;
  }

  .home-hero .button,
  .services-section .button {
    font-size: 17.0128px;
    min-height: 59px;
    min-width: 166.109375px;
    padding: 0 19.2px;
  }

  .services-section {
    padding: 55.703125px 0 79.09375px;
  }

  .services-section::before {
    clip-path: polygon(0 0, 100% 20px, 100% calc(100% - 20px), 0 100%);
    inset: -20px 0 0;
  }

  .services-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .service-copy {
    display: contents;
  }

  .service-image,
  .service-copy h2,
  .service-copy p {
    width: 100%;
  }

  .service-copy--guests h2 {
    margin: 0 0 11px;
    order: 1;
  }

  .service-image--guests {
    height: 374px;
    margin-bottom: 21px;
    order: 2;
  }

  .service-copy--guests p {
    line-height: 1.8;
    margin: 0 0 21px;
    order: 3;
  }

  .service-copy--guests .button {
    margin-bottom: 46px;
    order: 4;
  }

  .service-image--calendar {
    height: 339px;
    margin-bottom: 53.359375px;
    order: 5;
  }

  .service-copy--calendar h2 {
    margin: 0 0 53.359375px;
    order: 6;
  }

  .service-copy--calendar p {
    line-height: 1.8;
    margin: 0 0 11px;
    order: 7;
  }

  .service-copy--calendar .button {
    order: 8;
  }

  .service-copy h2 {
    font-size: 46.384px;
    line-height: 1.232;
  }

  .quote-section {
    padding: 27.84375px 0 27.84375px;
  }

  .quote-section blockquote h2 {
    font-size: 34.2304px;
    line-height: 1.2992;
  }

  .consultation-section {
    display: block;
    min-height: 838.015625px;
    padding: 15.59375px 0 134.796875px;
  }

  .consultation-section h2 {
    font-size: 46.384px;
    line-height: 1.232;
  }

  .consultation-section p {
    line-height: 1.8;
    margin-bottom: 81px;
  }

  .consultation-section .button--large {
    min-height: 59px;
    min-width: 100%;
    width: 100%;
  }

  .newsletter-section {
    padding-bottom: 65.828125px;
    padding-top: 15.59375px;
  }

  .newsletter-section h2 {
    font-size: 28.1536px;
    line-height: 1.4;
    margin: 0 auto 16px;
    max-width: 291.734375px;
  }

  .newsletter-section__inner > p:not(.newsletter-section__privacy) {
    line-height: 1.8;
    margin: 0 auto 40px;
    max-width: 291.734375px;
  }

  .newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 280px;
  }

  .newsletter-form input {
    min-height: 65.984375px;
  }

  .newsletter-form .button {
    align-self: center;
    margin-top: 16px;
    min-height: 63.984375px;
    width: 127.421875px;
  }

  .newsletter-section__privacy {
    font-size: 14.9872px;
    line-height: 1.8;
    margin: 40px auto 0;
    max-width: 343.21875px;
  }

  .site-footer {
    padding: 98.953125px 0 135.765625px;
  }

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

  .footer-logo {
    margin-bottom: 66.2px;
    max-width: 100%;
    width: 343.21875px;
  }

  .site-footer h2 {
    font-size: 28.1536px;
    line-height: 1.3328;
    margin-left: 0;
  }

  .site-footer__copyright {
    font-size: 14.9872px;
    line-height: 1.8;
    margin-left: 0;
  }

  .site-footer__links {
    align-items: flex-start;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    margin-top: 0;
    padding-right: 0;
    width: 100%;
  }

  .site-footer__links > a {
    font-size: 14.9872px;
    line-height: 1.8;
  }

  .learn-intro {
    padding-bottom: 137.61px;
    padding-top: 101.90625px;
  }

  .learn-intro h1 {
    font-size: 46.384px;
    line-height: 1.232;
    margin-bottom: 32px;
  }

  .learn-intro p {
    font-size: 20.0512px;
    line-height: 1.8;
  }

  .article-grid {
    gap: 30px;
    padding-top: 15.65625px;
  }

  .article-card {
    padding-top: 0;
  }

  .article-card:first-child {
    margin-bottom: -15px;
  }

  .article-card__image {
    aspect-ratio: 1.49357;
    margin-bottom: 19.5px;
  }

  .article-card time {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 7.796875px;
  }

  .article-card h2 {
    font-size: 28.1536px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .article-card__more {
    display: block;
    font-size: 14.9872px;
    line-height: 1.8;
    min-height: 35.78125px;
  }

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

  .article-grid-section {
    padding-bottom: 60.59375px;
  }

  .single-article {
    padding-bottom: 11.6875px;
    padding-top: 23.390625px;
  }

  .single-article__meta {
    margin-bottom: 19.1875px;
  }

  .single-article__author {
    margin-top: 28.6875px;
    width: 105.453125px;
  }

  .single-article__author a {
    width: 105.453125px;
  }

  .single-article__author-name {
    font-size: 14.9872px;
  }

  .single-article > h1 {
    font-size: 46.384px;
    line-height: 1.4;
    margin-bottom: 67px;
  }

  .single-article__content h2 {
    font-size: 34.2304px;
  }

  .single-article__content h3 {
    font-size: 28.1536px;
  }

  .article-pagination__link {
    min-height: 112.625px;
  }

  .article-pagination {
    margin-top: 46.765625px;
  }

  .article-pagination__title {
    font-size: 28.1536px;
    width: 166.8125px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
