:root {
  --font-body: "Merriweather", serif;
  --font-heading: "Oswald", sans-serif;
  --font-nav: "Merriweather", serif;
  --accent-color: #db4a37;
  --link-color: #db4a36;
  --border-color: #e0e0e0;
  --text-color: #111111;
  --bg-color: #ffffff;
  --content-width: 1080px;
}

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

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  color: var(--text-color);
  background: var(--bg-color);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: var(--link-color);
  text-decoration: none;
  transition: color 0.15s ease-out, opacity 0.15s ease-out, transform 0.15s ease-out;
}

a:hover {
  color: #000000;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent-color);
  outline-offset: 2px;
}

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

.container {
  width: min(96%, var(--content-width));
  margin: 0 auto;
}

.container--main {
  width: min(96%, var(--content-width));
}

.container--single-header {
  width: min(96%, 820px);
}

.row {
  display: flex;
  align-items: center;
}

.col {
  min-width: 0;
}

.col-1-6 {
  width: 16.666%;
}

.col-2-3 {
  width: 66.666%;
}

.col-1-2 {
  width: 50%;
}

.col-1-1 {
  width: 100%;
}

.col-0-1 {
  width: 0;
}

.text-logo {
  display: inline-block;
  color: inherit;
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.slogan {
  margin: 8px 0 0;
  color: #777;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.builder56 .thumbnail56 {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: #f6f6f6;
}

.thumbnail56--ratio-3x2 {
  aspect-ratio: 3/2;
}

.thumbnail56--ratio-16x10 {
  aspect-ratio: 16/10;
}

.thumbnail56--ratio-1x1 {
  aspect-ratio: 1/1;
}

.thumbnail56--ratio-16x9 {
  aspect-ratio: 16/9;
}

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

.title56 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1.2;
  color: #111;
}

.builder56.sectionlist .title56 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  color: inherit;
}

.title56 a:hover {
  color: var(--accent-color);
}

.excerpt56 {
  margin: 10px 0 0;
  color: #2c2c2c;
  font-size: 15px;
}

.meta56 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  color: #666;
  font-size: 13px;
}

.meta56__item {
  display: inline-flex;
  align-items: center;
}

.meta56__item + .meta56__item::before {
  content: "•";
  margin-right: 8px;
}

.read-more56 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--accent-color);
  border-radius: 0;
  background: var(--accent-color);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 15px;
  letter-spacing: 0.2px;
}

.read-more56:hover {
  background: #c63f2e;
  border-color: #c63f2e;
  color: #fff;
}

.read-more56:active {
  transform: translateY(1px);
}

.read-more56[disabled] {
  opacity: 0.55;
  pointer-events: none;
}

.heading56 {
  margin: 0 0 28px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.4vw, 36px);
  letter-spacing: 0.5px;
}

.heading56--border-bottom {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 14px;
}

.builder56__section {
  padding: 42px 0;
}

.builder56__section.section56 {
  height: auto;
  clear: both;
}

.post56 {
  position: relative;
}

.post56--grid .post56__text {
  padding-top: 14px;
  display: flex;
  flex-direction: column;
}

.post56--feature .title56 {
  font-size: clamp(30px, 2.8vw, 44px);
}

.post56--feature .excerpt56 {
  font-size: 16px;
}

.post56--grid .title56,
.post56--grid .excerpt56,
.post56--grid .meta56 {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.empty56 {
  margin: 0;
  color: #777;
}

@media only screen and (max-width: 840px) {
  .col-1-6,
  .col-2-3,
  .col-1-2,
  .col-0-1 {
    width: auto;
  }

  .row {
    gap: 10px;
  }

  .builder56__section {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 600px) {
  .container,
  .container--main,
  .container--single-header {
    width: min(94%, var(--content-width));
  }

  .title56 {
    font-size: 22px;
  }

  .post56--feature .title56 {
    font-size: 30px;
  }
}
