body {
  background:
    radial-gradient(circle at top left, rgba(183, 139, 54, 0.18), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(15, 107, 91, 0.18), transparent 24%),
    linear-gradient(180deg, #fff7ef 0%, #f8f0e7 48%, #f2e5d8 100%);
  text-wrap: pretty;
}

.wp-site-blocks {
  min-height: 100vh;
  overflow: clip;
}

body.home main.wp-block-group,
body.home .wp-block-post-content.is-layout-constrained {
  margin-left: auto;
  margin-right: auto;
  max-width: none !important;
  width: 100%;
}

body.page-template-page-no-title main.wp-block-group,
body.page-template-page-no-title .wp-block-post-content.is-layout-constrained {
  margin-left: auto;
  margin-right: auto;
  max-width: none !important;
  width: 100%;
}

body.page-template-page-no-title .wp-site-blocks > main.wp-block-group {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

body.page-template-page-no-title .wp-block-post-content.is-layout-constrained > * {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

body.page-template-page-no-title .wp-block-post-content > style:first-child + * {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

body.page-template-page-no-title .wp-block-post-title {
  display: none;
}

body.page-template-page-no-title main.wp-block-group {
  padding-top: 0 !important;
}

body.home .wp-block-post-content.is-layout-constrained > * {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

body.home #intro {
  margin-top: -24px !important;
  padding-top: 8px !important;
}

.ak-header-top-left .ak-header-round-link {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #4c4a46;
  background: #ffffff;
}

.ak-header-top-left .ak-header-round-link--1 {
  background: #2fd200;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.ak-header-top-left .ak-header-round-link.is-current {
  box-shadow: 0 0 0 2px rgba(200, 154, 60, 0.75) inset;
}

.ak-header-nav-link {
  font-size: 17px !important;
  font-weight: 700 !important;
}

.ak-header-nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}

.ak-header-subnav {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  min-width: 240px;
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 12px;
  background: rgba(14, 12, 10, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  z-index: 40;
}

.ak-header-nav-item:hover .ak-header-subnav,
.ak-header-nav-item:focus-within .ak-header-subnav {
  display: flex;
}

.ak-header-nav-link.is-current {
  color: #c89a3c !important;
}

.ak-header-nav-link--child {
  display: block;
  padding: 11px 14px !important;
  line-height: 1.45 !important;
  font-size: 15px !important;
  white-space: normal;
  border-radius: 12px;
  color: #f3eee7 !important;
}

.ak-header-subnav .ak-header-nav-link--child:hover {
  background: rgba(200, 154, 60, 0.16);
  color: #ffffff !important;
}

.ak-header-subnav .ak-header-nav-link--child.is-current {
  background: rgba(200, 154, 60, 0.2);
  color: #ffffff !important;
}

.ak-header-mobile-link {
  font-size: 19px !important;
  font-weight: 700 !important;
}

.ak-header-mobile-link.is-current {
  color: #c89a3c !important;
}

.ak-header-mobile-link--child {
  font-size: 16px !important;
  opacity: 0.9;
  padding-left: 22px !important;
}

.wp-block-post-featured-image img,
.wp-block-image img {
  border-radius: 28px;
}

.wp-block-button__link {
  box-shadow: 0 16px 36px rgba(15, 107, 91, 0.18);
  transition: transform 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
}

.wp-block-button__link:hover {
  opacity: 0.96;
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(15, 107, 91, 0.24);
}

.bluehill-card {
  border: 1px solid rgba(183, 139, 54, 0.22);
  border-radius: 30px;
  background: rgba(255, 250, 245, 0.88);
  box-shadow: 0 20px 60px rgba(32, 24, 23, 0.09);
  backdrop-filter: blur(14px);
}

.bluehill-card--dark {
  background: linear-gradient(145deg, rgba(32, 24, 23, 0.96), rgba(15, 107, 91, 0.92));
  border-color: rgba(255, 255, 255, 0.08);
  color: #fffaf5;
}

.bluehill-hero-shell {
  position: relative;
}

.bluehill-hero-shell::before {
  content: "";
  position: absolute;
  inset: 2rem 0 auto auto;
  width: 16rem;
  height: 16rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(183, 139, 54, 0.24), transparent 70%);
  pointer-events: none;
}

.bluehill-metric {
  color: #b78b36;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.bluehill-kicker {
  color: #b78b36;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bluehill-highlight {
  background: linear-gradient(120deg, rgba(183, 139, 54, 0.2), rgba(183, 95, 82, 0.16));
  border-radius: 999px;
  display: inline-flex;
  gap: 0.5rem;
  padding: 0.55rem 0.95rem;
}

.bluehill-header-shell {
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 245, 0.74);
  position: sticky;
  top: 0;
  z-index: 30;
}

.bluehill-header-main {
  gap: 1.5rem;
}

.bluehill-header-brand {
  gap: 1rem;
}

.bluehill-header-badge {
  color: #b78b36;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.bluehill-header-actions {
  gap: 1rem;
}

.bluehill-header-note {
  color: rgba(32, 24, 23, 0.72);
  font-size: 0.92rem;
  margin: 0.9rem 0 0;
}

.bluehill-header-cta {
  align-items: center;
  background: linear-gradient(135deg, #0f6b5b, #1d8a74);
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(15, 107, 91, 0.18);
  color: #fffaf5;
  display: inline-flex;
  font-weight: 700;
  min-height: 2.9rem;
  padding: 0 1.2rem;
  text-decoration: none;
}

.bluehill-footer-shell {
  margin-top: 4rem;
}

.bluehill-footer-tagline {
  color: rgba(255, 250, 245, 0.84);
  margin: 1rem 0 1.25rem;
  max-width: 40rem;
}

.bluehill-footer-meta,
.bluehill-footer-stack {
  color: rgba(255, 250, 245, 0.82);
  font-size: 0.95rem;
  line-height: 1.7;
}

.bluehill-footer-meta p,
.bluehill-footer-stack p {
  margin: 0 0 0.85rem;
}

.bluehill-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.bluehill-footer-links a {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #fffaf5;
  padding: 0.55rem 0.9rem;
  text-decoration: none;
}

.bluehill-footer-links a.is-current {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.34);
}

.bluehill-archive-title,
.bluehill-archive-display-title {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  width: 100%;
}

.bluehill-archive-display-title {
  font-size: 1.52064rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

.bluehill-archive-title::before,
.bluehill-archive-display-title::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 7px;
  background: linear-gradient(135deg, #c89a3c, #8c6a2f);
  box-shadow: 0 0 0 6px rgba(200, 154, 60, 0.12);
}

.bluehill-archive-main {
  margin-top: 0 !important;
}

.bluehill-archive-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px !important;
  width: 100%;
}

.bluehill-posts-overview {
  padding-top: 2.75rem;
}

.bluehill-archive-table-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  width: 100%;
}

.bluehill-single-main > .wp-block-post-title,
.bluehill-single-main > .wp-block-post-terms,
.bluehill-single-main > .wp-block-post-featured-image,
.bluehill-single-main > .wp-block-post-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  width: 100%;
}

.bluehill-single-main > .bluehill-archive-display-title,
.bluehill-single-main > .bluehill-archive-table-wrap {
  margin-bottom: 1.5rem;
}

.bluehill-single-main > .bluehill-archive-table-wrap {
  margin-bottom: 4.75rem;
}

.bluehill-single-main > .wp-block-post-terms {
  color: #9d9184;
  font-size: 1rem;
  margin: 0 auto 1.25rem;
  text-align: center;
}

.bluehill-single-main > .wp-block-post-terms a {
  color: inherit;
  text-decoration: none;
}

.bluehill-single-display-title {
  color: #2a231d;
  font-size: 2.35rem;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.28;
  margin: 0 auto 2.75rem;
  max-width: 900px;
  text-align: center;
  width: 100%;
}

#bluehill-single-focus {
  scroll-margin-top: 2rem;
}

.bluehill-single-focus-anchor {
  height: 0;
  margin: 0;
}

.bluehill-archive-query {
  margin-top: 0.5rem;
}

.bluehill-archive-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.bluehill-archive-table__col-title {
  width: 72%;
}

.bluehill-archive-table__col-time {
  width: 28%;
}

.bluehill-archive-table thead th {
  border-bottom: 1px solid #d8cec0;
  color: #908578;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 0 0.45rem;
  text-align: left;
  vertical-align: middle;
}

.bluehill-archive-table thead th:last-child {
  text-align: right;
}

.bluehill-archive-table tbody tr {
  border-bottom: 1px solid #ece3d7;
  height: 54px;
}

.bluehill-archive-table tbody tr.is-current {
  background: rgba(200, 154, 60, 0.08);
}

.bluehill-archive-table tbody td {
  padding: 0;
  vertical-align: middle;
}

.bluehill-archive-table__title,
.bluehill-archive-table__time {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  vertical-align: middle;
}

.bluehill-archive-table__title a {
  color: #4f3f2f;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
}

.bluehill-archive-table tbody tr.is-current .bluehill-archive-table__title a {
  font-weight: 600;
}

.bluehill-archive-table__time {
  color: #8f8375;
  font-size: 0.95rem;
  line-height: 1.35;
  text-align: right;
  white-space: nowrap;
}

.bluehill-archive-empty {
  color: #5a534a;
  padding: 1.4rem 0;
}

.bluehill-archive-list-head,
.bluehill-archive-list-row {
  align-items: center;
}

.bluehill-archive-list-head {
  font-size: 1.408rem;
}

.bluehill-archive-list-head > .wp-block-column,
.bluehill-archive-list-row > .wp-block-column {
  display: flex;
  align-items: center;
}

.bluehill-archive-list-head > .wp-block-column {
  justify-content: flex-start;
}

.bluehill-archive-list-head > .wp-block-column:last-child,
.bluehill-archive-list-row > .wp-block-column:last-child {
  justify-content: flex-end;
}

.bluehill-archive-list-head > .wp-block-column:last-child {
  justify-content: flex-start;
}

.bluehill-archive-list-head p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding-left: 50px;
  text-align: left;
  line-height: 1.2;
}

.bluehill-archive-list-head .has-text-align-right {
  justify-content: flex-start;
  text-align: left !important;
  width: 100%;
}

.bluehill-archive-list-row {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  min-height: 51px;
}

.bluehill-archive-post-title {
  display: flex;
  align-items: center;
  font-size: 1.2672rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.bluehill-archive-post-title a {
  display: inline-flex;
  align-items: center;
  font-weight: inherit;
  line-height: 1;
  text-decoration: none;
}

.bluehill-archive-date-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  min-height: 100%;
}

.bluehill-archive-post-date {
  display: inline-flex;
  align-items: center;
  font-size: 0.90112rem;
  line-height: 1;
  margin: 0;
  transform: translateY(1px);
  white-space: nowrap;
}

.bluehill-archive-pagination {
  align-items: center;
  font-size: 1.1rem;
  gap: 1rem;
}

.bluehill-archive-pagination a,
.bluehill-archive-pagination span {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-width: 2.5rem;
}

@media (max-width: 1000px) {
  .ak-header-top-left .ak-header-round-link {
    width: 52px;
    height: 52px;
  }

  .ak-header-subnav {
    display: none !important;
  }

  .bluehill-archive-title {
    font-size: 2.56rem;
    gap: 14px;
  }

  .bluehill-archive-display-title {
    font-size: 1.0368rem;
    gap: 14px;
  }

  .bluehill-archive-title::before,
  .bluehill-archive-display-title::before {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
    border-radius: 6px;
  }

  .bluehill-archive-table thead th {
    font-size: 0.82rem;
  }

  .bluehill-archive-table tbody tr {
    height: 42px;
  }

  .bluehill-archive-table__title a {
    font-size: 0.82rem;
  }

  .bluehill-archive-table__time {
    font-size: 0.82rem;
  }

  .bluehill-single-main > .bluehill-archive-table-wrap {
    margin-bottom: 3rem;
  }

  .bluehill-single-main > .wp-block-post-terms {
    font-size: 0.9rem;
  }

  .bluehill-single-display-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .bluehill-archive-list-head {
    font-size: 0.96rem;
  }

  .bluehill-archive-post-title {
    font-size: 0.864rem;
  }

  .bluehill-archive-post-date {
    font-size: 0.6144rem;
  }

  .bluehill-archive-list-row {
    min-height: 42px;
  }
}

.bluehill-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  padding-top: 1rem;
}

.bluehill-footer-login {
  width: 26px;
  height: 26px;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(232, 223, 215, 0.78);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
  display: inline-flex;
  justify-content: center;
  opacity: 0.96;
  text-decoration: none;
  transition: opacity 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.bluehill-footer-login:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.96);
  opacity: 1;
  transform: translateY(-1px);
}

.bluehill-footer-login svg {
  display: block;
  fill: #f5efe8;
  height: 12px;
  width: 12px;
}

@media (max-width: 900px) {
  .bluehill-header-actions {
    align-items: flex-start;
    width: 100%;
  }

  .bluehill-header-note {
    font-size: 0.85rem;
  }

  .bluehill-footer-bottom {
    gap: 0.75rem;
  }

  .bluehill-footer-links {
    margin-bottom: 1rem;
  }
}
