html,
body {
  max-width: 100%;
}

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

html {
  background: #ffffff;
}

body {
  background: #ffffff;
  color: #181714;
  margin: 0;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.wp-site-blocks {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(24, 23, 20, 0.1);
  column-gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 100%;
  min-height: 74px;
  padding: 0 clamp(18px, 4vw, 56px);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 50;
}

.site-header .wp-block-site-title {
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  min-width: 0;
}

.site-header .wp-block-site-title a {
  text-decoration: none;
}

.site-header .wp-block-navigation {
  flex-shrink: 0;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-left: auto;
}

.site-header .wp-block-navigation-item__content {
  border-bottom: 1px solid transparent;
  padding: 4px 0;
  text-decoration: none;
}

.site-header .wp-block-navigation-item__content:hover,
.site-header .current-menu-item .wp-block-navigation-item__content,
.site-header .current-menu-ancestor .wp-block-navigation-item__content {
  border-bottom-color: currentColor;
}

.site-main {
  margin-inline: auto;
  padding: clamp(46px, 7vw, 92px) clamp(18px, 4vw, 56px) clamp(72px, 9vw, 132px);
  width: 100%;
}

.site-main > .wp-block-post-title:first-child,
.site-main > .wp-block-query-title:first-child,
.site-main > h1:first-child,
.wp-block-post-content > h1:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 0.98;
  margin-bottom: clamp(28px, 5vw, 58px);
  max-width: 980px;
}

.wp-block-post-content {
  margin-inline: auto;
}

.wp-block-post-content > :where(p, h1, h2, h3, h4, h5, h6, ul, ol, figure, .wp-block-group) {
  max-width: var(--wp--style--global--content-size);
}

.wp-block-post-content > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.wp-block-post-content > .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}

.wp-block-post-featured-image img {
  background: #e6ded2;
  display: block;
  height: auto;
  width: 100%;
}

.wp-block-post-title,
.wp-block-query-title,
.wp-block-heading {
  letter-spacing: 0;
}

.wp-block-post-content p {
  color: #332f2a;
}

.site-footer {
  border-top: 1px solid rgba(24, 23, 20, 0.1);
  color: #706b62;
  font-size: 0.9rem;
  padding: 32px clamp(18px, 4vw, 56px);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 782px) {
  .site-header {
    min-height: 64px;
    padding: 0 16px;
  }

  .site-header .wp-block-navigation__container {
    display: none;
  }

  .site-header .wp-block-navigation__responsive-container {
    display: inline-flex;
  }

  .site-main {
    padding: 32px 16px 64px;
  }

  .site-main > .wp-block-post-title:first-child,
  .site-main > .wp-block-query-title:first-child,
  .site-main > h1:first-child,
  .wp-block-post-content > h1:first-child {
    font-size: 2.35rem;
  }

  .wp-block-post-content > .alignfull {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
