:root {
  --sacola-primary: #125c45;
  --sacola-primary-strong: #0c4533;
  --sacola-accent: #d8a31a;
  --sacola-bg: #f5f7f6;
  --sacola-surface: #fff;
  --sacola-text: #17201d;
  --sacola-muted: #66726d;
  --sacola-border: #d9e1de;
  --sacola-radius: .75rem;
  --sacola-shadow: 0 .5rem 1.75rem rgba(16, 42, 34, .08);
  --sacola-shell: 1180px;
}

:root[data-color-mode="dark"] {
  --sacola-bg: #101714;
  --sacola-surface: #18211e;
  --sacola-text: #eef5f2;
  --sacola-muted: #a9b8b2;
  --sacola-border: #31423c;
  --sacola-primary: #5fd2aa;
  --sacola-primary-strong: #9ae5ca;
  --sacola-shadow: 0 .5rem 1.75rem rgba(0, 0, 0, .22);
}

* { box-sizing: border-box; min-width: 0; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; background: var(--sacola-bg); color: var(--sacola-text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.7; }
body { max-width: 100%; overflow-x: clip; }
a { color: var(--sacola-primary); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--sacola-primary-strong); }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--sacola-accent); outline-offset: 3px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; padding: .75rem 1rem; background: var(--sacola-surface); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.site-shell { width: min(calc(100% - 2rem), var(--sacola-shell)); margin-inline: auto; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--sacola-border); background: color-mix(in srgb, var(--sacola-surface) 94%, transparent); backdrop-filter: blur(12px); }
.site-header__inner { min-height: 4.5rem; display: flex; align-items: center; gap: 1rem; }
.site-branding { margin-right: auto; }
.site-title { color: var(--sacola-text); font-size: 1.2rem; font-weight: 800; text-decoration: none; }
.custom-logo { max-height: 3rem; width: auto; }
.primary-navigation ul { display: flex; align-items: center; gap: 1.25rem; margin: 0; padding: 0; list-style: none; }
.primary-navigation a { color: var(--sacola-text); font-weight: 650; text-decoration: none; }
.header-actions { display: flex; gap: .4rem; }
.header-button { width: 2.75rem; height: 2.75rem; border: 1px solid var(--sacola-border); border-radius: 50%; background: var(--sacola-surface); color: var(--sacola-text); cursor: pointer; }
.menu-toggle { display: none; }
.header-search { padding-block: .75rem; }
.sacola-search-form { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .6rem; width: 100%; padding: .45rem .45rem .45rem 1rem; border: 1px solid var(--sacola-border); border-radius: 999px; background: var(--sacola-bg); box-shadow: 0 .25rem 1rem rgba(16, 42, 34, .06); }
.sacola-search-form:focus-within { border-color: var(--sacola-primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--sacola-primary) 20%, transparent); }
.sacola-search-form__icon { color: var(--sacola-muted); font-size: 1.35rem; }
.sacola-search-form__field { width: 100%; min-height: 2.75rem; padding: .4rem; border: 0; outline: 0; background: transparent; color: var(--sacola-text); }
.sacola-search-form__submit { min-height: 2.75rem; padding-inline: 1.2rem; border: 0; border-radius: 999px; background: var(--sacola-primary); color: #fff; font-weight: 750; cursor: pointer; }
.sacola-search-form__submit:hover { background: var(--sacola-primary-strong); }
.site-main { min-height: 65vh; }
.content-shell, .archive-shell { padding-block: clamp(2rem, 5vw, 4.5rem); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(1.25rem, 3vw, 2.5rem); align-items: start; }
.sacola-sidebar-left .content-layout, .sacola-sidebar-right .content-layout { grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr); }
.sacola-sidebar-right .content-layout { grid-template-columns: minmax(0, 1fr) minmax(14rem, 18rem); }
.site-sidebar { display: grid; gap: 1rem; }
.sidebar-widget { padding: 1.1rem; border: 1px solid var(--sacola-border); border-radius: var(--sacola-radius); background: var(--sacola-surface); }
.sidebar-widget__title { margin-top: 0; font-size: 1.15rem; }
.single-entry { max-width: 800px; margin-inline: auto; padding: clamp(1.25rem, 4vw, 3.5rem); border: 1px solid var(--sacola-border); border-radius: var(--sacola-radius); background: var(--sacola-surface); box-shadow: var(--sacola-shadow); }
.sacola-width-narrow .single-entry { max-width: 680px; }
.sacola-width-wide .single-entry { max-width: 1100px; }
.sacola-width-full .content-shell { width: 100%; max-width: none; }
.sacola-width-full .content-layout { width: 100%; }
.sacola-width-full .single-entry { width: 100%; max-width: none; margin-inline: 0; border-inline: 0; border-radius: 0; }
.sacola-sidebar-left .single-entry, .sacola-sidebar-right .single-entry { width: 100%; max-width: none; }
.sacola-margin-top-none .content-shell { padding-top: 0; }
.sacola-margin-top-small .content-shell { padding-top: 1rem; }
.sacola-margin-top-large .content-shell { padding-top: clamp(4rem, 8vw, 7rem); }
.sacola-margin-bottom-none .content-shell { padding-bottom: 0; }
.sacola-margin-bottom-small .content-shell { padding-bottom: 1rem; }
.sacola-margin-bottom-large .content-shell { padding-bottom: clamp(4rem, 8vw, 7rem); }
.sacola-hide-title .sacola-dynamic-template h1:first-of-type { display: none; }
.entry-title, .single-entry h1 { font-size: clamp(2rem, 5vw, 3.75rem); line-height: 1.08; letter-spacing: -.04em; }
.single-entry h2 { margin-top: 2.5rem; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.2; }
.single-entry table { width: 100%; border-collapse: collapse; }
.single-entry th, .single-entry td { padding: .8rem; border-bottom: 1px solid var(--sacola-border); text-align: left; vertical-align: top; }
.entry-content, .sacola-dynamic-template, .wp-block-group, .wp-block-columns, .wp-block-column { max-width: 100%; }
.entry-content iframe, .entry-content video, .entry-content canvas, .entry-content svg, .sacola-dynamic-template iframe, .sacola-dynamic-template video { max-width: 100%; }
.entry-content pre, .entry-content .wp-block-table, .sacola-dynamic-template pre, .sacola-dynamic-template .wp-block-table { max-width: 100%; overflow-x: auto; }
.entry-content pre { white-space: pre; }
.archive-header { max-width: 760px; margin-bottom: 2rem; }
.archive-header h1 { font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.08; }
.entry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.entry-card { overflow: hidden; border: 1px solid var(--sacola-border); border-radius: var(--sacola-radius); background: var(--sacola-surface); box-shadow: var(--sacola-shadow); }
.entry-card__image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.entry-card__body { padding: 1.25rem; }
.entry-card__meta { color: var(--sacola-muted); font-size: .875rem; }
.entry-card__title { margin: .35rem 0; font-size: 1.3rem; line-height: 1.25; }
.entry-card__title a { color: var(--sacola-text); text-decoration: none; }
.site-footer { padding-block: 3rem 1.25rem; border-top: 1px solid var(--sacola-border); background: var(--sacola-surface); }
.footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--sacola-border); color: var(--sacola-muted); }
.site-footer__bottom ul { display: flex; gap: 1rem; list-style: none; padding: 0; }
.site-footer__bottom nav a { display: inline-block; padding: .35rem .65rem; border-radius: 999px; color: var(--sacola-text); font-weight: 650; text-decoration: none; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.site-footer__bottom nav a:hover, .site-footer__bottom nav a:focus-visible { background: color-mix(in srgb, var(--sacola-primary) 12%, transparent); color: var(--sacola-primary); transform: translateY(-1px); }
.site-footer__bottom--center { justify-content: center; flex-wrap: wrap; text-align: center; }
.site-footer__bottom--center nav, .site-footer__bottom--center p { flex-basis: 100%; }
.site-footer__bottom--center ul { justify-content: center; }
.site-footer__bottom--right { justify-content: flex-end; text-align: right; }
.back-to-top { position: fixed; right: 1rem; bottom: 1rem; width: 3rem; height: 3rem; border: 0; border-radius: 50%; background: var(--sacola-primary); color: var(--sacola-surface); box-shadow: var(--sacola-shadow); cursor: pointer; }

@media (max-width: 900px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .primary-navigation { position: absolute; inset: 4.5rem 1rem auto; display: none; padding: 1rem; border: 1px solid var(--sacola-border); border-radius: var(--sacola-radius); background: var(--sacola-surface); box-shadow: var(--sacola-shadow); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation ul { align-items: stretch; flex-direction: column; }
  .entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sacola-sidebar-left .content-layout, .sacola-sidebar-right .content-layout { grid-template-columns: 1fr; }
  .sacola-sidebar-left .site-sidebar, .sacola-sidebar-right .site-sidebar { order: 2; }
}

@media (max-width: 600px) {
  .site-shell { width: min(calc(100% - 1.25rem), var(--sacola-shell)); }
  .entry-grid, .footer-grid { grid-template-columns: 1fr; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .site-footer__bottom--center { align-items: center; }
  .site-footer__bottom--right { align-items: flex-end; }
  .single-entry { padding: 1.2rem; }
  .sacola-search-form { grid-template-columns: auto 1fr; border-radius: 1rem; }
  .sacola-search-form__submit { grid-column: 1 / -1; width: 100%; }
}

@supports not (overflow: clip) {
  html, body { overflow-x: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
