@charset "UTF-8";
/* SalesLabel main SCSS entry */
/**
 * Bootstrap 5–compatible grid only (no components).
 * Use .container / .container-fluid, .row, .col / .col-* / .col-{sm|md|lg|xl|xxl}-*
 */
.container,
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-fluid {
  max-width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 1390px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

[class*=col-],
.col {
  flex: 0 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/**
 * Design tokens: base 16px, typography in rem, colors.
 */
:root {
  /* Base */
  --font-size-base: 16px;
  --transition-base: all 0.25s ease;
  /* Typography (rem from 16px) */
  --font-size-h1: 4rem; /* 64px */
  --font-size-h2: 3rem; /* 48px */
  --font-size-h3: 2.5rem; /* 40px */
  --font-size-h4: 2rem; /* 32px */
  --font-size-h5: 1.25rem; /* 20px */
  /* Colors */
  --font-color: #0A0A0C;
  --secondary-font-color: #616479;
  --primary-color: #0047FF;
  --dark-primary-color: #0A225C;
  --background-color: #fff;
  --secondary-bg: #F4F4F7;
  --footer-bg: #030712;
  --footer-color: #fff;
  --footer-secondary-color: #A8ABB8;
  --border-color: #E4E5E9;
  --category-hero-bg: #D5F0FF;
  --white: #fff;
  --dark: #030712;
  --woodsmoke-woodsmoke-50: #f4f4f7;
  --woodsmoke-woodsmoke-100: #e4e5e9;
  --woodsmoke-woodsmoke-200: #cbccd6;
  --woodsmoke-woodsmoke-300: #a8abb8;
  --woodsmoke-woodsmoke-400: #7c8094;
  --woodsmoke-woodsmoke-500: #616479;
  --woodsmoke-woodsmoke-600: #535567;
  --woodsmoke-woodsmoke-700: #484956;
  --woodsmoke-woodsmoke-800: #3f3f4b;
  --woodsmoke-woodsmoke-900: #383941;
  --woodsmoke-woodsmoke-950: #0a0a0c;
  --cerulean-blue-cerulean-blue-50: #e8f7ff;
  --cerulean-blue-cerulean-blue-100: #d5f0ff;
  --cerulean-blue-cerulean-blue-200: #b3e1ff;
  --cerulean-blue-cerulean-blue-300: #85caff;
  --cerulean-blue-cerulean-blue-400: #56a5ff;
  --cerulean-blue-cerulean-blue-500: #2f7fff;
  --cerulean-blue-cerulean-blue-600: #0c52ff;
  --cerulean-blue-cerulean-blue-700: #0047ff;
  --cerulean-blue-cerulean-blue-800: #0640cd;
  --cerulean-blue-cerulean-blue-900: #103e9f;
  --cerulean-blue-cerulean-blue-950: #0a225c;
  --white-80: rgba(255, 255, 255, 0.8);
  --font-family: "Basis Grotesque", sans-serif;
  --second-family: "Basis Grotesque Pro", sans-serif;
  --third-family: "Albert Sans", sans-serif;
}

/**
 * Basis Grotesque by Colophon Foundry (MyFonts webfont kit).
 * Regular (400) and Medium (500).
 */
@font-face {
  font-family: "Basis Grotesque";
  src: url("../fonts/basis-grotesque-regular/font.woff2") format("woff2"), url("../fonts/basis-grotesque-regular/font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basis Grotesque";
  src: url("../fonts/basis-grotesque-medium/font.woff2") format("woff2"), url("../fonts/basis-grotesque-medium/font.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/**
 * Home page styles (front-page.php).
 */
/**
 * Design tokens: base 16px, typography in rem, colors.
 */
:root {
  /* Base */
  --font-size-base: 16px;
  --transition-base: all 0.25s ease;
  /* Typography (rem from 16px) */
  --font-size-h1: 4rem; /* 64px */
  --font-size-h2: 3rem; /* 48px */
  --font-size-h3: 2.5rem; /* 40px */
  --font-size-h4: 2rem; /* 32px */
  --font-size-h5: 1.25rem; /* 20px */
  /* Colors */
  --font-color: #0A0A0C;
  --secondary-font-color: #616479;
  --primary-color: #0047FF;
  --dark-primary-color: #0A225C;
  --background-color: #fff;
  --secondary-bg: #F4F4F7;
  --footer-bg: #030712;
  --footer-color: #fff;
  --footer-secondary-color: #A8ABB8;
  --border-color: #E4E5E9;
  --category-hero-bg: #D5F0FF;
  --white: #fff;
  --dark: #030712;
  --woodsmoke-woodsmoke-50: #f4f4f7;
  --woodsmoke-woodsmoke-100: #e4e5e9;
  --woodsmoke-woodsmoke-200: #cbccd6;
  --woodsmoke-woodsmoke-300: #a8abb8;
  --woodsmoke-woodsmoke-400: #7c8094;
  --woodsmoke-woodsmoke-500: #616479;
  --woodsmoke-woodsmoke-600: #535567;
  --woodsmoke-woodsmoke-700: #484956;
  --woodsmoke-woodsmoke-800: #3f3f4b;
  --woodsmoke-woodsmoke-900: #383941;
  --woodsmoke-woodsmoke-950: #0a0a0c;
  --cerulean-blue-cerulean-blue-50: #e8f7ff;
  --cerulean-blue-cerulean-blue-100: #d5f0ff;
  --cerulean-blue-cerulean-blue-200: #b3e1ff;
  --cerulean-blue-cerulean-blue-300: #85caff;
  --cerulean-blue-cerulean-blue-400: #56a5ff;
  --cerulean-blue-cerulean-blue-500: #2f7fff;
  --cerulean-blue-cerulean-blue-600: #0c52ff;
  --cerulean-blue-cerulean-blue-700: #0047ff;
  --cerulean-blue-cerulean-blue-800: #0640cd;
  --cerulean-blue-cerulean-blue-900: #103e9f;
  --cerulean-blue-cerulean-blue-950: #0a225c;
  --white-80: rgba(255, 255, 255, 0.8);
  --font-family: "Basis Grotesque", sans-serif;
  --second-family: "Basis Grotesque Pro", sans-serif;
  --third-family: "Albert Sans", sans-serif;
}

/* =========================
   Home hero carousel
========================= */
.home-hero {
  position: relative;
  background-color: var(--primary-color);
}
.home-hero::before, .home-hero::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  right: 0;
}
@media (max-width: 768px) {
  .home-hero::before, .home-hero::after {
    display: none;
  }
}
.home-hero::before {
  top: 0;
  background: linear-gradient(90deg, #D5F0FF 0%, var(--primary-color) 100%);
}
.home-hero::after {
  bottom: 0;
  background: linear-gradient(280deg, #D5F0FF 0%, var(--primary-color) 92%);
}
@media (max-width: 992px) {
  .home-hero::before, .home-hero::after {
    width: 100%;
    height: 30%;
    left: 0;
    top: auto;
    bottom: auto;
  }
  .home-hero::before {
    bottom: 30%;
  }
  .home-hero::after {
    bottom: 0;
  }
}
.home-hero__heading {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.home-hero__carousel {
  position: relative;
  z-index: 2;
}
.home-hero__track {
  position: relative;
  overflow: hidden;
}
.home-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 3rem 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}
.home-hero__slide[data-active=true] {
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 992px) {
  .home-hero__slide {
    flex-direction: column;
    gap: 0;
  }
}
.home-hero__slide-link {
  text-decoration: none;
  color: inherit;
}
.home-hero__slide-content {
  flex: 1;
  min-width: 0;
  color: #fff;
}
@media (max-width: 992px) {
  .home-hero__slide-content {
    min-height: 240px;
  }
}
.home-hero__title {
  margin: 0 0 0.5rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1em;
}
@media (max-width: 1200px) {
  .home-hero__title {
    font-size: 2.5rem;
  }
}
.home-hero__desc {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
.home-hero__media {
  flex-shrink: 0;
  width: 58%;
}
@media (max-width: 992px) {
  .home-hero__media {
    width: 100%;
  }
}
.home-hero__media img {
  max-width: 100%;
  max-height: 455px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home-hero__controls {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 2.7rem;
  left: 0;
  z-index: 3;
}
@media (max-width: 992px) {
  .home-hero__controls {
    bottom: auto;
    top: 260px;
  }
}
@media (max-width: 768px) {
  .home-hero__controls {
    display: none;
  }
}
.home-hero__controls .home-hero__dot {
  padding: 6px 4px;
  margin: 0 -4px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s ease;
}
.home-hero__controls .home-hero__dot::before {
  content: "";
  display: block;
  width: 16px;
  height: 4px;
  border: 1px solid #fff;
  background: transparent;
  transition: background 0.2s ease;
}
.home-hero__controls .home-hero__dot:hover::before {
  background: rgba(255, 255, 255, 0.3);
}
.home-hero__controls .home-hero__dot[aria-current=true]::before {
  background: #fff;
}

/* =========================
   Home full-width banner (ratio-responsive)
========================= */
.home-banner {
  width: 100%;
  --home-banner-ratio: 31%; /* height/width (e.g. 100/4.65 ≈ 21.5 for ~4.65:1) */
}
@media (min-width: 1550px) {
  .home-banner {
    --home-banner-ratio: 22%;
  }
}
@media (max-width: 992px) {
  .home-banner {
    --home-banner-ratio: 115%;
  }
}
@media (max-width: 768px) {
  .home-banner {
    --home-banner-ratio: 150%;
  }
}
.home-banner__ratio {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.home-banner__ratio::before {
  content: "";
  display: block;
  padding-bottom: var(--home-banner-ratio);
}
.home-banner__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.home-banner__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.home-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-banner.home-banner--content-width {
  --home-banner-ratio: 29.7%;
}
@media (max-width: 992px) {
  .home-banner.home-banner--content-width {
    --home-banner-ratio: 45.5%;
  }
}
.home-banner.home-banner--content-width .home-banner__ratio {
  border-radius: 28px;
}
.home-banner.home-banner--home_banner_medium_2 {
  --home-banner-ratio: 23.2%;
}
@media (max-width: 992px) {
  .home-banner.home-banner--home_banner_medium_2 {
    --home-banner-ratio: 90%;
  }
}
.home-banner.home-banner--home_banner_medium_2 .home-banner__ratio {
  border-radius: 0;
}

/* =========================
   Home courses (repeater, 3 columns per row)
========================= */
.home-courses {
  padding: 5rem 0 0;
}
.home-courses__container {
  padding-bottom: 5rem;
  border-bottom: 1px solid var(--border-color);
}
.home-courses__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.home-courses__card {
  margin: 0;
}
.home-courses__link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.home-courses__media {
  position: relative;
  overflow: hidden;
}
.home-courses__media::before {
  content: "";
  display: block;
  padding-bottom: 58%;
}
.home-courses__media .home-courses__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-courses__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-courses__body {
  padding: 1rem 0 0;
}
.home-courses__title {
  margin: 0 0 0.5rem;
  font-size: var(--font-size-h5);
  font-weight: 500;
  line-height: 1.3;
}
.home-courses__title .home-courses__link {
  transition: var(--transition-base);
}
.home-courses__title .home-courses__link:hover {
  color: var(--primary-color);
}
.home-courses__for-who {
  margin: 0;
  font-size: 1rem;
  color: var(--secondary-font-color);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .home-courses__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .home-courses__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   Home newsletter (ACF title/description + CF7 shortcode)
========================= */
.home-newsletter {
  padding: 7rem 0;
  background: linear-gradient(90deg, #E8F6FC 0%, #D5F0FF 50%, #C5E9FC 100%);
}
.home-newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.5rem;
  max-width: 1140px;
}
.home-newsletter__content {
  flex: 1;
  min-width: 0;
}
.home-newsletter__title {
  margin: 0 0 0.7rem;
  font-size: var(--font-size-h4);
  font-weight: 500;
  line-height: 1.1;
  color: var(--font-color);
}
.home-newsletter__description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}
.home-newsletter__description a {
  color: var(--text-color);
  transition: var(--transition-base);
}
.home-newsletter__description a:hover {
  color: var(--primary-color);
}
.home-newsletter__form {
  flex-shrink: 0;
  width: 100%;
  max-width: 48%;
  align-self: end;
}
.home-newsletter__form .wpcf7-form-control-wrap {
  display: block;
}
.home-newsletter__form input[type=submit] {
  margin-top: 0.7rem;
  width: 100%;
  padding: 1rem 1.5rem;
  background: var(--primary-color);
  color: #fff;
  border: 0;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  border-radius: 0;
  transition: var(--transition-base);
}
.home-newsletter__form input[type=submit]:hover {
  background: var(--dark-primary-color);
}
.home-newsletter .wpcf7-spinner {
  position: absolute;
  bottom: 47px;
  right: 0rem;
}
@media (max-width: 991px) {
  .home-newsletter__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .home-newsletter__form {
    max-width: none;
  }
}

/* =========================
   Home section (category blocks)
========================= */
.home-section {
  padding: 5rem 0;
}
.home-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.home-section__title {
  font-size: var(--font-size-h3);
  margin: 0;
  line-height: 1;
  font-weight: 500;
}
.home-section__title-link {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-base);
}
.home-section__title-link:hover {
  color: var(--primary-color);
}
.home-section__title-icon {
  display: none;
}
.home-section__more {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: var(--secondary-font-color);
}
.home-section__more:hover {
  color: var(--primary-color);
}
.home-section__more span, .home-section__more svg {
  display: inline-block;
  vertical-align: middle;
}
.home-section__more svg {
  margin-left: 5px;
}
@media (max-width: 480px) {
  .home-section__header {
    margin-bottom: 1.5rem;
  }
  .home-section__title {
    flex: 1;
    margin: 0;
  }
  .home-section__title-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1rem var(--container-gutter, 1.5rem);
    background: linear-gradient(90deg, #FFFFFF 0%, #B3E1FF 100%);
    color: var(--font-color);
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .home-section__title-link:hover {
    color: var(--font-color);
    background-color: #cce5f6;
  }
  .home-section__title-text {
    flex: 1;
  }
  .home-section__title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--font-color);
  }
  .home-section__title-icon svg {
    display: block;
  }
  .home-section__more {
    display: none;
  }
}
.home-section__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.home-section .post-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.home-section .post-card__media {
  position: relative;
  overflow: hidden;
}
.home-section .post-card__media::before {
  content: "";
  display: block;
  padding-bottom: 58%;
}
.home-section .post-card__media .post-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-section .post-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-section .post-card__body {
  padding: 1rem 0 0;
}
.home-section .post-card__title {
  margin: 0 0 0.5rem;
  font-size: var(--font-size-h5);
  font-weight: 500;
  line-height: 1.3;
  transition: var(--transition-base);
}
.home-section .post-card__title:hover {
  cursor: pointer;
  color: var(--primary-color);
}
.home-section .post-card__date {
  font-size: 1rem;
  color: #616479;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.home-section .post-card__excerpt {
  margin: 0 0 0.7rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #3F3F4B;
}
.home-section__grid--two-cards {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575px) {
  .home-section__grid--two-cards {
    grid-template-columns: 1fr;
  }
}
.home-section__grid--two-cards .post-card__title {
  font-size: 1.5rem;
}
.home-section__grid--featured-center {
  grid-template-columns: 0.9fr minmax(376px, 1.9fr) 0.9fr;
  grid-template-rows: auto auto;
}
.home-section__grid--featured-center .post-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.home-section__grid--featured-center .post-card:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
  border-bottom: 1px solid var(--border-color);
}
.home-section__grid--featured-center .post-card:nth-child(3) {
  grid-column: 2;
  grid-row: 1/-1;
}
.home-section__grid--featured-center .post-card:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
}
.home-section__grid--featured-center .post-card:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
  border-bottom: 1px solid var(--border-color);
}
.home-section__grid--featured-center .post-card--featured {
  display: flex;
  flex-direction: column;
  min-height: 0;
  border: 1px solid var(--border-color);
}
.home-section__grid--featured-center .post-card--featured .post-card__media .post-card__link {
  display: block;
  height: 100%;
}
.home-section__grid--featured-center .post-card--featured .post-card__title {
  font-size: var(--font-size-h4);
  line-height: 1.1;
  margin-bottom: 1.45rem;
}
.home-section__grid--featured-center .post-card--featured .post-card__excerpt {
  font-size: 1.125rem;
  line-height: 1.25;
}
.home-section__grid--featured-center .post-card--featured .post-card__media {
  flex: 1;
  min-height: 0;
}
.home-section__grid--featured-center .post-card--featured .post-card__media .post-card__link {
  display: block;
  height: 100%;
}
.home-section__grid--featured-center .post-card--featured .post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section__grid--featured-center .post-card--featured .post-card__body {
  padding: 1.5rem 1.5rem;
}
@media (max-width: 992px) {
  .home-section__grid--featured-center {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .home-section__grid--featured-center .post-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .home-section__grid--featured-center .post-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    border-bottom: none;
  }
  .home-section__grid--featured-center .post-card:nth-child(3) {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .home-section__grid--featured-center .post-card:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
  .home-section__grid--featured-center .post-card:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  .home-section__grid--featured-center {
    grid-template-columns: 1fr;
  }
  .home-section__grid--featured-center .post-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .home-section__grid--featured-center .post-card:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .home-section__grid--featured-center .post-card:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .home-section__grid--featured-center .post-card:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }
  .home-section__grid--featured-center .post-card:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
  }
}
.home-section__grid--featured-hero {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
.home-section__grid--featured-hero .post-card--hero {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  min-height: 270px;
  margin-bottom: 2rem;
}
.home-section__grid--featured-hero .post-card__link--hero {
  text-decoration: none;
  color: inherit;
}
.home-section__grid--featured-hero .post-card__body--hero {
  flex: 1;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-section__grid--featured-hero .post-card__title--hero {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
.home-section__grid--featured-hero .post-card__date {
  font-size: 1rem;
  color: #616479;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.home-section__grid--featured-hero .post-card__media--hero {
  flex-shrink: 0;
  width: 66%;
  aspect-ratio: 4/2.24;
  overflow: hidden;
}
.home-section__grid--featured-hero .post-card__media--hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section__grid--featured-hero .post-card:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.home-section__grid--featured-hero .post-card:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
.home-section__grid--featured-hero .post-card:nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}
.home-section__grid--featured-hero .post-card:nth-child(5) {
  grid-column: 1;
  grid-row: 5;
}
@media (min-width: 992px) {
  .home-section__grid--featured-hero {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
  }
  .home-section__grid--featured-hero .post-card--hero {
    grid-column: 1/-1;
  }
  .home-section__grid--featured-hero .post-card:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .home-section__grid--featured-hero .post-card:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .home-section__grid--featured-hero .post-card:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
  }
  .home-section__grid--featured-hero .post-card:nth-child(5) {
    grid-column: 4;
    grid-row: 2;
  }
}
@media (max-width: 992px) {
  .home-section__grid--featured-hero {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
  }
  .home-section__grid--featured-hero .post-card__body--hero {
    padding: 0;
  }
  .home-section__grid--featured-hero .post-card--hero {
    grid-column: 1/-1;
    grid-row: 1;
    flex-direction: column-reverse;
    min-height: 0;
    align-items: baseline;
  }
  .home-section__grid--featured-hero .post-card:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .home-section__grid--featured-hero .post-card:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .home-section__grid--featured-hero .post-card:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
  .home-section__grid--featured-hero .post-card:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
}
@media (max-width: 480px) {
  .home-section__grid--featured-hero {
    grid-template-columns: 1fr;
  }
  .home-section__grid--featured-hero .post-card:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .home-section__grid--featured-hero .post-card:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .home-section__grid--featured-hero .post-card:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }
  .home-section__grid--featured-hero .post-card:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
  }
}
.home-section__grid--grid-banner {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
}
.home-section__grid--grid-banner .post-card:nth-child(1) {
  grid-column: 1/span 3;
  grid-row: 1;
}
.home-section__grid--grid-banner .post-card:nth-child(2) {
  grid-column: 4/span 3;
  grid-row: 1;
}
.home-section__grid--grid-banner .post-card:nth-child(3) {
  grid-column: 7/span 3;
  grid-row: 1;
}
.home-section__grid--grid-banner .post-card:nth-child(4) {
  grid-column: 10/span 3;
  grid-row: 1;
}
.home-section__grid--grid-banner .post-card:nth-child(5) {
  grid-column: 1/span 4;
  grid-row: 2;
}
.home-section__grid--grid-banner .post-card:nth-child(6) {
  grid-column: 5/span 4;
  grid-row: 2;
}
.home-section__grid--grid-banner .home-section__banner-slot {
  grid-column: 9/span 4;
  grid-row: 2;
}
.home-section__banner-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: #d5f0ff;
  height: 77%;
  padding: 1.5rem;
}
@media (max-width: 992px) {
  .home-section__banner-slot {
    min-height: auto;
    height: 72%;
  }
}
@media (max-width: 768px) {
  .home-section__banner-slot {
    height: 61%;
  }
}
@media (max-width: 480px) {
  .home-section__banner-slot {
    height: 100%;
  }
}
.home-section__banner-slot--has-image {
  padding: 0;
  overflow: hidden;
}
.home-section__banner-slot-link {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
@media (max-width: 992px) {
  .home-section__banner-slot-link {
    min-height: auto;
  }
}
.home-section__banner-slot-image {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  display: block;
}
@media (max-width: 992px) {
  .home-section__banner-slot-image {
    min-height: auto;
  }
}
.home-section__banner-slot-text {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #616479;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 992px) {
  .home-section__grid--grid-banner {
    grid-template-columns: 1fr 1fr;
  }
  .home-section__grid--grid-banner .post-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .home-section__grid--grid-banner .post-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .home-section__grid--grid-banner .post-card:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .home-section__grid--grid-banner .post-card:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .home-section__grid--grid-banner .post-card:nth-child(5) {
    grid-column: 1/-1;
    grid-row: 3;
  }
  .home-section__grid--grid-banner .post-card:nth-child(6) {
    grid-column: 1;
    grid-row: 4;
  }
  .home-section__grid--grid-banner .home-section__banner-slot {
    grid-column: 2;
    grid-row: 4;
  }
}
@media (max-width: 480px) {
  .home-section__grid--grid-banner {
    grid-template-columns: 1fr;
  }
  .home-section__grid--grid-banner .post-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .home-section__grid--grid-banner .post-card:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .home-section__grid--grid-banner .post-card:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .home-section__grid--grid-banner .post-card:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }
  .home-section__grid--grid-banner .post-card:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
  }
  .home-section__grid--grid-banner .post-card:nth-child(6) {
    grid-column: 1;
    grid-row: 6;
  }
  .home-section__grid--grid-banner .home-section__banner-slot {
    grid-column: 1;
    grid-row: 7;
  }
}
@media (max-width: 992px) {
  .home-section__grid--featured-hero .post-card__media--hero {
    width: 100%;
    max-width: none;
  }
}

/* Hero: image positioning on section; default variant gets color and image size */
.category-hero {
  background-repeat: no-repeat;
  background-position: right center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .category-hero {
    padding: 5rem 0 10rem 0;
  }
}
@media (max-width: 628px) {
  .category-hero {
    padding: 2.5rem 0 3.75rem;
  }
}

.category-hero.category-hero--default {
  background-color: var(--category-hero-bg);
  min-height: 360px;
  position: relative;
}

/* Right-half background image: on a positioned div so 50% width × full height resolves */
.category-hero__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 992px) {
  .category-hero__bg-image {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0;
  }
}

.category-hero .container {
  position: relative;
  z-index: 1;
}

.category-hero--podcast {
  background-color: var(--cerulean-blue-cerulean-blue-950);
  min-height: 360px;
  position: relative;
}

.category-hero--podcast .category-hero__title,
.category-hero--podcast .category-hero__desc p,
.category-hero--podcast .category-hero__meta {
  color: var(--white);
}

.category-hero__inner {
  display: flex;
}

.category-hero__content {
  width: 45%;
  min-height: 360px;
}
@media (max-width: 992px) {
  .category-hero__content {
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .category-hero__content {
    min-height: 320px;
  }
}

.category-hero__content-wrapper {
  padding-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.category-hero__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--font-size-h1);
  line-height: 1;
  color: var(--woodsmoke-woodsmoke-950);
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .category-hero__title {
    font-size: 3.1rem;
  }
}
@media (max-width: 628px) {
  .category-hero__title {
    font-size: 2.8rem;
  }
}

.category-hero__desc p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--woodsmoke-woodsmoke-950);
}

.category-hero__meta {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--woodsmoke-woodsmoke-950);
  position: absolute;
  bottom: 1rem;
  left: 0;
}
@media (max-width: 992px) {
  .category-hero__meta {
    display: none;
  }
}

.category .archive-grid {
  padding-top: 80px;
}

.category-archive__row {
  display: flex;
  gap: 24px;
}

.category-archive__item .post-card__title {
  font-size: unset;
  margin-top: 24px;
}

.category-archive__item .post-card__link {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: var(--woodsmoke-woodsmoke-950);
  width: 100%;
  transition: 0.3s ease all;
}

.category-archive__item .post-card__link:hover {
  color: var(--primary-color);
  transition: 0.3s ease all;
}

.category-archive__item .post-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.category-archive__item .post-card__date {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--woodsmoke-woodsmoke-500);
}

.category-archive__row.category-archive__row--three-up,
.category-archive__row.category-archive__row--four-up,
.category-archive__row.category-archive__row--three-up-alt,
.category-archive__row.category-archive__row--two-up-alt {
  margin-top: 32px;
  padding-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-top: 1px solid var(--woodsmoke-woodsmoke-100);
  border-bottom: 1px solid var(--woodsmoke-woodsmoke-100);
}

.category-archive__row.category-archive__row--three-up-alt,
.category-archive__row.category-archive__row--two-up-alt {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none !important;
}

.category-archive__item.category-archive__item--hero .post-card.post-card--hero {
  display: flex;
  flex-direction: row;
  gap: 24px;
  height: 100%;
}

.category-archive__item.category-archive__item--two-up {
  width: 50%;
}

.category-archive__item:not(.category-archive__item--four-up, .category-archive__item--three-up-alt, .category-archive__item--hero) .post-card__link,
.category-archive__item:not(.category-archive__item--four-up, .category-archive__item--three-up-alt, .category-archive__item--hero) .post-card__media {
  height: 370px;
}

.category-archive__item:not(.category-archive__item--four-up, .category-archive__item--three-up-alt, .category-archive__item--hero) .post-card__link img {
  width: 100%;
  object-fit: cover;
  height: 370px;
  aspect-ratio: 1/1;
}

.category-archive__grid.category-archive__grid--few-posts {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 160px;
}

.category-archive__item.category-archive__item--two-up-alt {
  width: 50%;
}

.category-archive__row.category-archive__row--hero .post-card__media.post-card__media--hero img {
  object-fit: cover;
  width: 100%;
}

.category-archive__item.category-archive__item--three-up .post-card__link,
.category-archive__item.category-archive__item--three-up .post-card__media {
  height: 250px;
}

.category-archive__item.category-archive__item--three-up .post-card__link img {
  height: 250px;
}

.category-archive__item.category-archive__item--three-up {
  width: 50%;
}

.category-archive__item--three-up-alt {
  width: 33.3333333333%;
}

.category-archive__item--three-up-alt img {
  max-height: 245px;
  width: 100%;
}

.category-archive__item--four-up {
  width: 25%;
}

.category-archive__item--four-up img {
  max-height: 180px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-archive__item--four-up .post-card__media {
  max-height: 180px;
}

.category-archive__item--four-up .post-card__link {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  width: 100%;
  max-height: 180px;
}

.category-archive__item--hero .post-card__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  color: var(--woodsmoke-woodsmoke-950);
}

.category-archive__item--hero .post-card.post-card--hero {
  height: 100%;
}

.category-archive__item--hero .post-card__date {
  margin-top: auto;
}

.category-archive__row.category-archive__row--hero .category-archive__item.category-archive__item--hero {
  width: 100%;
}

.category-archive__row.category-archive__row--hero .post-card__media.post-card__media--hero {
  width: 100%;
  max-height: 500px;
  max-width: 890px;
}

.category-archive__row.category-archive__row--hero .post-card__media.post-card__media--hero img {
  object-fit: cover;
  max-height: 100%;
}

.category-archive__row.category-archive__row--hero .post-card__body.post-card__body--hero {
  flex: 1;
}

.archive-pagination__inner {
  padding-top: 80px;
  padding-bottom: 160px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.archive-pagination__inner span,
.archive-pagination__inner a {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  color: var(--woodsmoke-woodsmoke-950);
  padding: 20px;
  text-decoration: none;
  width: 100%;
  border: 1px solid var(--woodsmoke-woodsmoke-200);
  text-align: center;
}

.archive-pagination__prev,
.archive-pagination__next {
  width: 50%;
}

.category-archive__item .post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.category-archive__item .post-card__media {
  height: 100%;
  display: flex;
}

@media (max-width: 1420px) {
  .category-hero__inner {
    display: flex;
  }
  .category-hero__bg,
  .category-hero__content {
    width: 100%;
  }
  .category-hero__content {
    justify-content: flex-start;
  }
  .category-hero__content-wrapper {
    max-width: 700px;
  }
  .container.category-archive__container {
    padding-left: 32px;
    padding-right: 32px;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .category-archive__item .post-card__link,
  .category-archive__item .post-card__media {
    height: 100%;
  }
  .category-archive__item .post-card__link img {
    height: 100%;
  }
  .category-archive__row {
    flex-wrap: wrap;
  }
  .category-archive__item.category-archive__item--three-up,
  .category-archive__item.category-archive__item--two-up,
  .category-archive__item.category-archive__item--three-up-alt,
  .category-archive__item.category-archive__item--two-up-alt,
  .category-archive__item.category-archive__item--four-up {
    width: calc(50% - 12px);
  }
  .category-archive__row.category-archive__row--three-up,
  .category-archive__row.category-archive__row--four-up {
    margin-top: 0px;
    padding-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 50px;
    border-top: none !important;
    border-bottom: none !important;
  }
  .category-archive__row {
    row-gap: 50px;
  }
  .category-archive__row.category-archive__row--three-up-alt,
  .category-archive__row.category-archive__row--two-up-alt {
    border-bottom: none !important;
    margin-bottom: 0px;
  }
  .category-archive__item.category-archive__item--hero .post-card.post-card--hero {
    flex-direction: column-reverse;
  }
  .category-archive__item.category-archive__item--hero .post-card__title {
    margin-top: 0px;
  }
  .category-archive__item--four-up img {
    max-height: 100%;
  }
  .category-archive__item--hero .post-card__date {
    margin-top: 95px;
  }
  .category-archive__item .post-card__link {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .category-hero__content-wrapper {
    max-width: 450px;
  }
  .category-hero__inner {
    flex-direction: column;
  }
}
@media (max-width: 628px) {
  .category-archive__row {
    row-gap: 40px;
  }
  .category-archive__item.category-archive__item--three-up, .category-archive__item.category-archive__item--two-up, .category-archive__item.category-archive__item--three-up-alt, .category-archive__item.category-archive__item--two-up-alt, .category-archive__item.category-archive__item--four-up {
    width: 100%;
  }
  .category-archive__item--hero .post-card__date {
    margin-top: 8px;
  }
}
/**
 * Podcast category archive: first post full width, rest in two columns, pagination.
 */
.podcast-archive {
  padding-top: 80px;
  padding-bottom: 40px;
}

/* First post: same styles as home-section__grid--featured-hero hero card */
.podcast-archive__featured {
  width: 100%;
  margin-bottom: 1.5rem;
}

.podcast-archive__featured .post-card--hero {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 1.5rem;
  min-height: 270px;
}

.podcast-archive__featured .post-card__link--hero {
  text-decoration: none;
  color: inherit;
}

.podcast-archive__featured .post-card__body--hero {
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.podcast-archive__featured .post-card__title--hero {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.podcast-archive__featured .post-card__date {
  font-size: 1rem;
  color: #616479;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.podcast-archive__featured .post-card__media--hero {
  flex-shrink: 0;
  width: 66%;
  aspect-ratio: 4/2.24;
  overflow: hidden;
}
.podcast-archive__featured .post-card__media--hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Two-column grid: same styles as home-section__grid--two-cards */
.podcast-archive__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 575px) {
  .podcast-archive__grid {
    grid-template-columns: 1fr;
  }
}
.podcast-archive__grid .post-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.podcast-archive__grid .post-card__media {
  position: relative;
  overflow: hidden;
}
.podcast-archive__grid .post-card__media::before {
  content: "";
  display: block;
  padding-bottom: 58%;
}
.podcast-archive__grid .post-card__media .post-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.podcast-archive__grid .post-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.podcast-archive__grid .post-card__body {
  padding: 1rem 0 0;
}
.podcast-archive__grid .post-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  transition: var(--transition-base);
}
.podcast-archive__grid .post-card__title:hover {
  cursor: pointer;
  color: var(--primary-color);
}
.podcast-archive__grid .post-card__date {
  font-size: 1rem;
  color: #616479;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
}

/* Row separator (same as tag archive) */
.podcast-archive__separator {
  grid-column: 1/-1;
  height: 1px;
  background: var(--woodsmoke-woodsmoke-100);
  margin: 1.5rem 0;
}

.podcast-archive__pagination {
  padding-top: 80px;
  padding-bottom: 160px;
}

.podcast-archive__pagination .archive-pagination__inner {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .podcast-archive__featured .post-card--hero {
    flex-direction: column;
    min-height: 0;
  }
  .podcast-archive__featured .post-card__media--hero {
    width: 100%;
    max-width: none;
  }
}
/**
 * Design tokens: base 16px, typography in rem, colors.
 */
:root {
  /* Base */
  --font-size-base: 16px;
  --transition-base: all 0.25s ease;
  /* Typography (rem from 16px) */
  --font-size-h1: 4rem; /* 64px */
  --font-size-h2: 3rem; /* 48px */
  --font-size-h3: 2.5rem; /* 40px */
  --font-size-h4: 2rem; /* 32px */
  --font-size-h5: 1.25rem; /* 20px */
  /* Colors */
  --font-color: #0A0A0C;
  --secondary-font-color: #616479;
  --primary-color: #0047FF;
  --dark-primary-color: #0A225C;
  --background-color: #fff;
  --secondary-bg: #F4F4F7;
  --footer-bg: #030712;
  --footer-color: #fff;
  --footer-secondary-color: #A8ABB8;
  --border-color: #E4E5E9;
  --category-hero-bg: #D5F0FF;
  --white: #fff;
  --dark: #030712;
  --woodsmoke-woodsmoke-50: #f4f4f7;
  --woodsmoke-woodsmoke-100: #e4e5e9;
  --woodsmoke-woodsmoke-200: #cbccd6;
  --woodsmoke-woodsmoke-300: #a8abb8;
  --woodsmoke-woodsmoke-400: #7c8094;
  --woodsmoke-woodsmoke-500: #616479;
  --woodsmoke-woodsmoke-600: #535567;
  --woodsmoke-woodsmoke-700: #484956;
  --woodsmoke-woodsmoke-800: #3f3f4b;
  --woodsmoke-woodsmoke-900: #383941;
  --woodsmoke-woodsmoke-950: #0a0a0c;
  --cerulean-blue-cerulean-blue-50: #e8f7ff;
  --cerulean-blue-cerulean-blue-100: #d5f0ff;
  --cerulean-blue-cerulean-blue-200: #b3e1ff;
  --cerulean-blue-cerulean-blue-300: #85caff;
  --cerulean-blue-cerulean-blue-400: #56a5ff;
  --cerulean-blue-cerulean-blue-500: #2f7fff;
  --cerulean-blue-cerulean-blue-600: #0c52ff;
  --cerulean-blue-cerulean-blue-700: #0047ff;
  --cerulean-blue-cerulean-blue-800: #0640cd;
  --cerulean-blue-cerulean-blue-900: #103e9f;
  --cerulean-blue-cerulean-blue-950: #0a225c;
  --white-80: rgba(255, 255, 255, 0.8);
  --font-family: "Basis Grotesque", sans-serif;
  --second-family: "Basis Grotesque Pro", sans-serif;
  --third-family: "Albert Sans", sans-serif;
}

/**
 * Tag archive page styles.
 */
/* =========================
   Tag hero
========================= */
.tag-hero {
  position: relative;
  background-color: var(--cerulean-blue-cerulean-blue-200);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 7.4rem 0 8rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .tag-hero {
    padding: 5rem 0 10rem 0;
  }
}
/* Right-half background image: positioned layer */
.tag-hero__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 992px) {
  .tag-hero__bg-image {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0;
  }
}

.tag-hero .container {
  position: relative;
  z-index: 1;
}

.tag-hero__content {
  max-width: 600px;
}

.tag-hero__count {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  margin-bottom: 0.5rem;
}
@media (max-width: 628px) {
  .tag-hero__count {
    font-size: 1rem;
  }
}

.tag-hero__title {
  width: fit-content;
  background-color: var(--primary-color);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 4rem;
  line-height: 110%;
  color: var(--white);
  margin: 0;
  padding: 0.3rem;
}
@media (max-width: 992px) {
  .tag-hero__title {
    font-size: 3.1rem;
  }
}
@media (max-width: 628px) {
  .tag-hero__title {
    font-size: 2.8rem;
  }
}

/* =========================
   Tag archive layout
========================= */
.tag-archive {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 628px) {
  .tag-archive {
    padding-top: 2.5rem;
  }
}

.tag-archive__layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  .tag-archive__layout {
    grid-template-columns: 1fr;
  }
}

.tag-archive__main {
  grid-column: span 2;
  min-width: 0;
}
@media (max-width: 1200px) {
  .tag-archive__main {
    grid-column: span 1;
  }
}

/* Posts grid: 2 columns, banners span full width */
.tag-archive__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .tag-archive__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 628px) {
  .tag-archive__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   Sidebar
========================= */
.tag-archive__sidebar {
  grid-column: span 1;
}
@media (max-width: 768px) {
  .tag-archive__sidebar {
    display: none;
  }
}

.tag-archive__sidebar-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cerulean-blue-cerulean-blue-100);
  min-height: 400px;
  margin-top: 10rem;
}
@media (max-width: 992px) {
  .tag-archive__sidebar-banner {
    margin-top: 2.5rem;
  }
}
.tag-archive__sidebar-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   Row separator
========================= */
.tag-archive__separator {
  grid-column: 1/-1;
  height: 1px;
  background: var(--woodsmoke-woodsmoke-100);
  margin: 0.5rem 0;
}

/* =========================
   Banners (inside the grid)
========================= */
.tag-archive__banner--side {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cerulean-blue-cerulean-blue-100);
  min-height: 200px;
}
.tag-archive__banner--side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tag-archive__banner--full {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag-archive__banner--full img {
  width: 100%;
  height: auto;
  display: block;
}

.tag-archive__banner-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.tag-archive__banner-text {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--woodsmoke-woodsmoke-500);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* =========================
   Post card overrides for tag archive
========================= */
.tag-archive__item .post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tag-archive__item .post-card__media {
  position: relative;
  overflow: hidden;
}
.tag-archive__item .post-card__media::before {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.tag-archive__item .post-card__media .post-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tag-archive__item .post-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tag-archive__item .post-card__title {
  font-size: unset;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .tag-archive__item .post-card__title {
    margin-top: 0.6rem;
  }
}

.tag-archive__item .post-card__link {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 110%;
  color: var(--woodsmoke-woodsmoke-950);
  width: 100%;
  transition: 0.3s ease all;
}

.tag-archive__item .post-card__link:hover {
  color: var(--primary-color);
}

.tag-archive__item .post-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tag-archive__item .post-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tag-archive__item .post-card__label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0.06em;
  color: var(--primary-color);
  text-decoration: none;
  transition: 0.3s ease all;
  background-color: #F4F4F7;
  padding: 0.3rem;
}
.tag-archive__item .post-card__label:hover {
  color: var(--dark-primary-color);
}

.tag-archive__item .post-card__date {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--woodsmoke-woodsmoke-500);
}

/* =========================
   Most Popular widget
========================= */
.most-popular__heading {
  font-family: var(--font-family);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background-color: var(--primary-color);
  color: #fff;
  margin: 0 0 1.5rem;
  text-align: center;
  padding: 0.15rem 0;
  line-height: 1;
  margin-bottom: 0;
}

.most-popular__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: popular;
}

.most-popular__item {
  counter-increment: popular;
  display: flex;
  gap: 16px;
  background-color: #F4F4F7;
  padding: 0.5rem;
  gap: 32px;
  margin-top: 0.3rem;
  align-items: center;
}
.most-popular__item::before {
  content: counter(popular);
  font-family: var(--font-family);
  font-size: 3rem;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 1;
  flex-shrink: 0;
  width: 1.5rem;
}

.most-popular__link {
  display: block;
  font-family: var(--font-family);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
  color: var(--woodsmoke-woodsmoke-950);
  text-decoration: none;
  transition: var(--transition-base);
}
.most-popular__link:hover {
  color: var(--primary-color);
}

/* =========================
   Pagination
========================= */
.tag-archive__pagination {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

/* Single post */
/* =========================
   Hero (separate section, .container width)
========================= */
.single-post__hero {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .single-post__hero {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}

.single-post__hero-inner {
  display: grid;
  gap: 2rem;
  align-items: start;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .single-post__hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
  }
}

.single-post__hero-content {
  min-width: 0;
}

.single-post__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--secondary-font-color, #616479);
  text-decoration: none;
  margin-bottom: 1rem;
}
.single-post__back:hover {
  color: var(--primary-color);
}

.single-post__hero .single-post__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--font-color);
  margin: 0 0 0.75rem;
}
.single-post__excerpt {
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--font-color);
  margin: 0 0 0.75rem;
}

.single-post__category {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}
.single-post__category a {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0.06em;
  color: var(--primary-color);
  text-decoration: none;
  transition: 0.3s ease all;
  background-color: #F4F4F7;
  padding: 0.3rem;
}
.single-post__category a:hover {
  color: var(--font-color);
}

.single-post__meta {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--secondary-font-color, #616479);
  margin-bottom: 1.25rem;
}

.single-post__meta-sep {
  margin: 0 0.25rem;
}

.single-post__share {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--secondary-font-color, #616479);
  text-decoration: none;
}
.single-post__share:hover {
  color: var(--primary-color);
}

.single-post__share-icon {
  width: 1em;
  height: 1em;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M4 12v8a2 2 0 002 2h12a2 2 0 002-2v-8'/%3E%3Cpolyline points='16 6 12 2 8 6'/%3E%3Cline x1='12' y1='2' x2='12' y2='15'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
  flex-shrink: 0;
}

.single-post__hero-media {
  overflow: hidden;
  min-width: 0;
}
.single-post__hero-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* =========================
   Body: content column + sidebar
========================= */
.single-post__body {
  padding-bottom: 4rem;
}

.single-post__layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 58%) minmax(0, 33%);
  gap: 9%;
}
@media (min-width: 1920px) {
  .single-post__layout {
    grid-template-columns: minmax(0, 58%) minmax(0, 33%);
    gap: 9%;
  }
}

/* Content column: constrained by grid (648px / 660px at 1920px) */
.single-post__article {
  padding-left: 15%;
}

.single-post__content p {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  line-height: 1.4;
}
.single-post__content h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}
.single-post__content h2 {
  font-size: 1.75rem;
  line-height: 1.4;
}
.single-post__content h2, .single-post__content h3, .single-post__content h4 {
  margin: 1.5rem 0 0.75rem;
}
.single-post__content a {
  color: var(--primary-color);
  text-decoration: underline;
}

/* Sidebar: constrained by grid (432px) */
.single-post__sidebar {
  min-width: 0;
}
@media (max-width: 768px) {
  .single-post__sidebar {
    display: none;
  }
}

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

body,
h1, h2, h3, h4, h5, h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  font-size: var(--font-size-base);
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Basis Grotesque", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: var(--font-color);
  background-color: var(--background-color);
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

p {
  font-size: 1rem;
}

ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

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

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

button {
  border: none;
  background: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* =========================
   Header
========================= */
.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(10, 10, 12, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.site-header .header-inner {
  max-width: 95%;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .site-header .header-inner {
    position: relative;
    justify-content: center;
    padding: 0 1rem;
  }
}

/* =========================
   Logo
========================= */
.site-logo {
  display: flex;
  align-items: center;
}
.site-logo img {
  height: 24px;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .site-logo img {
    height: 20px;
  }
}
@media (max-width: 992px) {
  .site-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* =========================
   Navigation
========================= */
.primary-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .primary-nav {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid rgba(10, 10, 12, 0.08);
    padding: 1rem 1.5rem 1.5rem;
    z-index: 999;
    transition: var(--transition-base);
  }
}
.primary-nav .menu {
  display: flex;
  align-items: center;
  gap: 1.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primary-nav .menu {
    gap: 1.1rem;
  }
}
@media (max-width: 992px) {
  .primary-nav .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.primary-nav .menu li {
  position: relative;
}
.primary-nav .menu a {
  font-size: 1.125rem; /* 18px */
  font-weight: 400;
  color: var(--font-color);
  text-decoration: none;
  transition: var(--transition-base);
}
.primary-nav .menu a:hover {
  color: var(--primary-color);
}
@media (max-width: 1300px) {
  .primary-nav .menu a {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .primary-nav .menu a {
    font-size: 0.95rem;
    text-align: center;
    display: inline-block;
  }
}
.primary-nav .menu .current-menu-item > a {
  color: var(--primary-color);
}

@media (max-width: 992px) {
  body.is-nav-open .primary-nav {
    opacity: 1;
    visibility: visible;
  }
}
/* =========================
   Right section
========================= */
.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1200px) {
  .header-right {
    gap: 10px;
  }
}

/* =========================
   Language switcher
========================= */
.lang-switcher {
  display: flex;
  gap: 1px;
  background-color: var(--secondary-bg);
  padding: 1px;
  list-style: none;
}
.lang-switcher a {
  text-decoration: none;
  color: #7C8094;
  padding: 0.1rem 0.5rem;
  transition: var(--transition-base);
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
}
.lang-switcher a:hover {
  color: var(--primary-color);
}
.lang-switcher .current-lang a,
.lang-switcher .current-language a {
  background: #fff;
  color: var(--primary-color);
}
@media (max-width: 992px) {
  .lang-switcher {
    display: none;
  }
}

/* =========================
   Search button
========================= */
.search-toggle {
  background: none;
  border: none;
  font-size: 0.75rem; /* 12px */
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--secondary-font-color);
  padding: 0.25rem;
  transition: var(--transition-base);
  letter-spacing: 0.03rem;
}
.search-toggle svg {
  vertical-align: middle;
  margin-right: 4px;
}
.search-toggle:hover {
  color: var(--primary-color);
}
.search-toggle span {
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 992px) {
  .search-toggle {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.25rem 0;
  }
  .search-toggle span {
    display: none;
  }
}

/* =========================
   Burger button (mobile)
========================= */
.burger-toggle {
  display: none;
  padding: 0;
}
.burger-toggle .burger-toggle__icon {
  display: block;
}
.burger-toggle .burger-toggle__icon--close {
  display: none;
}
@media (max-width: 992px) {
  .burger-toggle {
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 992px) {
  body.is-nav-open .burger-toggle__icon--open {
    display: none;
  }
  body.is-nav-open .burger-toggle__icon--close {
    display: block;
  }
}
/* =========================
   Footer
========================= */
.site-footer {
  background-color: var(--footer-bg);
  color: var(--footer-color);
  padding: 7.5rem 1.5rem 2rem 0;
  position: relative;
}
.site-footer .footer-container {
  max-width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 4rem;
  row-gap: 3rem;
  align-items: start;
}
@media (max-width: 1200px) {
  .site-footer .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.site-footer a {
  color: var(--footer-color);
  text-decoration: none;
  transition: var(--transition-base);
}
.site-footer a:hover {
  color: var(--footer-secondary-color);
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-left .footer-logo {
  display: inline-block;
  width: fit-content;
}
.footer-left .footer-logo img {
  height: 48px;
  width: auto;
  display: block;
}
.footer-left .footer-copyright {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.5;
}

.footer-nav-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 3rem;
  justify-content: start;
  max-width: 825px;
}
@media (max-width: 992px) {
  .footer-nav-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .footer-nav-columns {
    grid-template-columns: 1fr;
  }
}

.footer-nav-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-nav-title {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  color: var(--footer-secondary-color);
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.footer-menu li {
  margin: 0;
}
.footer-menu a {
  font-size: 1.125rem;
  line-height: 1.5;
  display: inline-block;
}
.footer-menu a:hover {
  color: var(--primary-color);
}

.footer-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 2rem;
  margin: auto;
  margin-top: 6rem;
  max-width: 95%;
}
@media (max-width: 1200px) {
  .footer-bottom-right {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
  }
}
.footer-bottom-right .footer-nav-column--legal {
  text-align: right;
}
@media (max-width: 1200px) {
  .footer-bottom-right .footer-nav-column--legal {
    text-align: left;
  }
}

.footer-designed {
  opacity: 0.8;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.5;
  margin-top: auto;
}
.footer-designed span {
  display: inline-block;
}
.footer-designed .footer-brandson-logo {
  display: inline-flex;
  align-items: center;
}
.footer-designed .footer-brandson-logo img {
  height: auto;
  width: auto;
  max-height: 30px;
  display: block;
  margin-left: 0.4rem;
}

input[type=email],
input[type=text] {
  width: 100%;
  padding: 0.75rem;
  border: 0;
  border-bottom: 1px solid var(--font-color);
  background: transparent;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--font-color);
}
input[type=email]::placeholder,
input[type=text]::placeholder {
  color: var(--secondary-font-color);
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin-top: 0.5rem;
  margin-left: 0;
  margin-right: 0;
}

/*# sourceMappingURL=main.css.map */
