/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Atkinson Hyperlegible", "Segoe UI", sans-serif;
    --font-mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-workshop-ink: #111310;
    --color-field-paper: #F4F1E8;
    --color-hive-amber: #E4A11B;
    --color-canopy: #2F6B45;
    --color-tool-steel: #5F6B65;
    --color-clean-white: #FFFFFF;
    --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
    --radius-brand: 2px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .block {
    display: block;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
@layer base {
  :root {
    --field-content: 74rem;
    --field-reading: 46rem;
    --field-gutter: clamp(1.25rem, 4vw, 3.5rem);
    --field-rule: color-mix(in srgb, #111310 18%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --field-rule: color-mix(in srgb, var(--color-workshop-ink) 18%, transparent);
    }
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--color-field-paper);
    color: var(--color-workshop-ink);
    font-family: var(--font-sans);
    font-size: 1.0625rem;
    line-height: 1.68;
    text-rendering: optimizeLegibility;
  }
  h1,	h2,	h3,	h4,	h5,	h6 {
    margin-top: 0;
    color: var(--color-workshop-ink);
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.025em;
    text-wrap: balance;
  }
  h1 {
    font-size: clamp(3rem, 7vw, 6.4rem);
  }
  h2 {
    font-size: clamp(2.4rem, 5vw, 4.6rem);
  }
  h3 {
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    line-height: 1.05;
  }
  p,	li {
    text-wrap: pretty;
  }
  a {
    color: var(--color-canopy);
    text-decoration-thickness: 0.09em;
    text-underline-offset: 0.18em;
  }
  a:hover {
    color: var(--color-workshop-ink);
  }
  :focus-visible {
    outline: 3px solid var(--color-hive-amber);
    outline-offset: 4px;
  }
  ::selection {
    background: var(--color-hive-amber);
    color: var(--color-workshop-ink);
  }
  img {
    height: auto;
    max-width: 100%;
  }
  button,	input,	textarea,	select {
    font: inherit;
  }
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .screen-reader-text:focus {
    background: var(--color-field-paper);
    clip: auto !important;
    clip-path: none;
    color: var(--color-workshop-ink);
    display: block;
    font-weight: 700;
    height: auto;
    left: 1rem;
    padding: 0.8rem 1rem;
    top: 1rem;
    width: auto;
    z-index: 100000;
  }
}
@layer components {
  .field-shell {
    margin-inline: auto;
    max-width: var(--field-content);
    padding-inline: var(--field-gutter);
  }
  .field-kicker {
    align-items: center;
    color: var(--color-canopy);
    display: flex;
    font-family: var(--font-mono);
    font-size: 0.76rem;
    font-weight: 700;
    gap: 0.7rem;
    letter-spacing: 0.14em;
    line-height: 1.25;
    margin: 0 0 1rem;
    text-transform: uppercase;
  }
  .field-kicker::before {
    background: var(--color-hive-amber);
    content: "";
    display: inline-block;
    height: 0.7rem;
    width: 2.25rem;
  }
  .site-header {
    background: var(--color-workshop-ink);
    border-bottom: 1px solid rgba(244, 241, 232, 0.16);
    color: var(--color-field-paper);
    position: relative;
    z-index: 50;
  }
  .site-header::after {
    background: linear-gradient(90deg, var(--color-hive-amber) 0 23%, var(--color-canopy) 23% 40%, transparent 40%);
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
  }
  .site-header .field-shell {
    max-width: 88rem;
  }
  .site-header__inner {
    align-items: center;
    display: grid;
    gap: clamp(1rem, 1.5vw, 1.5rem);
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 2fr) auto;
    min-height: 7.25rem;
  }
  .site-brand {
    align-items: center;
    color: var(--color-field-paper);
    display: inline-flex;
    gap: 1rem;
    text-decoration: none;
  }
  .site-brand:hover {
    color: var(--color-hive-amber);
  }
  .site-brand__mark {
    display: block;
    max-width: 340px;
  }
  .site-brand__mark img {
    display: block;
    height: auto;
    max-height: 48px;
    width: auto;
  }
  .site-brand__logo {
    display: block;
    height: auto;
    max-width: 100%;
    width: clamp(15.5rem, 18vw, 17rem);
  }
  .site-brand__name {
    font-family: var(--font-display);
    font-size: 1.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
  }
  .site-tagline {
    color: rgba(244, 241, 232, 0.68);
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    margin-top: 0.5rem;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .site-nav ul {
    align-items: stretch;
    display: flex;
    gap: clamp(0.35rem, 0.7vw, 0.7rem);
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-nav li {
    align-items: stretch;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .site-nav a {
    align-items: center;
    color: var(--color-field-paper);
    display: inline-flex;
    font-family: var(--font-display);
    font-size: 0.94rem;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 0.03em;
    min-height: 3rem;
    padding-inline: 0.15rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .site-nav a::after {
    background: var(--color-hive-amber);
    bottom: -0.5rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 160ms ease;
    width: 100%;
  }
  .site-nav a:hover,	.site-nav .current-menu-item > a,	.site-nav .current_page_item > a {
    color: var(--color-hive-amber);
  }
  .site-nav a:hover::after,	.site-nav .current-menu-item > a::after,	.site-nav .current_page_item > a::after {
    transform: scaleX(1);
  }
  .header-action,	.field-button {
    background: var(--color-hive-amber);
    border: 2px solid var(--color-hive-amber);
    border-radius: var(--radius-brand);
    box-shadow: 4px 4px 0 var(--color-canopy);
    color: var(--color-workshop-ink);
    display: inline-flex;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.055em;
    padding: 0.72rem 1.05rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow 140ms ease, transform 140ms ease;
    white-space: nowrap;
  }
  .header-action:hover,	.field-button:hover {
    box-shadow: 1px 1px 0 var(--color-canopy);
    color: var(--color-workshop-ink);
    transform: translate(3px, 3px);
  }
  .mobile-nav {
    display: none;
  }
  .field-main {
    min-height: 65vh;
    overflow: clip;
  }
  .field-page-header {
    background-color: var(--color-workshop-ink);
    background-image: linear-gradient(rgba(228, 161, 27, 0.08) 1px, transparent 1px),	linear-gradient(90deg, rgba(228, 161, 27, 0.08) 1px, transparent 1px);
    background-size: 36px 36px;
    color: var(--color-field-paper);
    padding-block: clamp(4rem, 8vw, 7rem);
    position: relative;
  }
  .field-page-header::after {
    background: var(--color-hive-amber);
    clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
    content: "";
    height: 13rem;
    opacity: 0.13;
    position: absolute;
    right: clamp(-3rem, 4vw, 4rem);
    top: 50%;
    transform: translateY(-50%) rotate(8deg);
    width: 15rem;
  }
  .field-page-header .field-kicker,	.field-not-found .field-kicker,	.site-footer .field-kicker {
    color: var(--color-hive-amber);
  }
  .field-page-title {
    color: var(--color-field-paper);
    margin: 0;
    max-width: 16ch;
    position: relative;
    z-index: 1;
  }
  .field-content {
    margin-inline: auto;
    max-width: var(--field-content);
    padding: clamp(2.5rem, 6vw, 5.5rem) var(--field-gutter);
  }
  .field-content > :where(p, ul, ol, blockquote) {
    max-width: var(--field-reading);
  }
  .field-content > :where(h2, h3, h4) {
    max-width: 22ch;
  }
  .field-content .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--field-content);
  }
  .home .field-content {
    max-width: none;
    padding: 0;
  }
  .home .field-content > .wp-block-group {
    margin: 0 auto;
    position: relative;
  }
  .home .field-content > .wp-block-group:first-child {
    background-color: var(--color-workshop-ink) !important;
    background-image: linear-gradient(rgba(228, 161, 27, 0.065) 1px, transparent 1px),	linear-gradient(90deg, rgba(228, 161, 27, 0.065) 1px, transparent 1px);
    background-size: 42px 42px;
    isolation: isolate;
    min-height: min(680px, 76vh);
    padding-bottom: clamp(5rem, 8vw, 7rem) !important;
    padding-top: clamp(3.25rem, 3.5vw, 3.5rem) !important;
  }
  .home .field-content > .wp-block-group:first-child .wp-block-heading + .wp-block-paragraph {
    line-height: 1.35;
    margin-top: clamp(1.1rem, 1.8vw, 1.5rem) !important;
  }
  .home .field-content > .wp-block-group:first-child::after {
    background: var(--color-hive-amber);
    clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
    content: "";
    height: clamp(18rem, 36vw, 34rem);
    opacity: 0.085;
    position: absolute;
    right: clamp(-10rem, -3vw, -2rem);
    top: 50%;
    transform: translateY(-50%) rotate(10deg);
    width: clamp(21rem, 42vw, 40rem);
    z-index: -1;
  }
  .home .field-content > .wp-block-group:nth-child(2) {
    background: var(--color-hive-amber) !important;
    border-bottom: 1px solid var(--color-workshop-ink);
    border-top: 1px solid var(--color-workshop-ink);
  }
  .home .field-content > .wp-block-group:nth-child(2) strong {
    font-family: var(--font-display);
    font-size: 1.2rem;
    letter-spacing: 0.055em;
    text-transform: uppercase;
  }
  .home .field-content > .wp-block-group:nth-child(3) .wp-block-group__inner-container > .wp-block-heading:first-child + .wp-block-paragraph {
    line-height: 1.4;
    margin-bottom: clamp(2rem, 3vw, 2.75rem) !important;
    margin-top: clamp(1.15rem, 1.8vw, 1.5rem) !important;
  }
  .home .field-content .wp-block-paragraph + .wp-block-buttons {
    margin-top: clamp(1.5rem, 2.5vw, 2.25rem) !important;
  }
  .home .field-content > .wp-block-group:nth-child(5) .wp-block-heading + .wp-block-paragraph {
    line-height: 1.4;
    margin-top: clamp(1.15rem, 1.8vw, 1.5rem) !important;
  }
  .home .field-content > .wp-block-group:nth-child(4) .wp-block-group__inner-container > .wp-block-heading:first-child {
    line-height: 1.08;
    margin-bottom: clamp(2.25rem, 4vw, 3.75rem);
  }
  .home .field-content > .wp-block-group:nth-child(3) .wp-block-column,	.home .field-content > .wp-block-group:nth-child(4) .wp-block-column {
    border-left: 1px solid var(--field-rule);
    border-top: 4px solid var(--color-hive-amber);
    padding: clamp(1.25rem, 3vw, 2rem);
  }
  .home .field-content > .wp-block-group:nth-child(3) .wp-block-column:nth-child(even),	.home .field-content > .wp-block-group:nth-child(4) .wp-block-column:nth-child(even) {
    border-top-color: var(--color-canopy);
  }
  .field-content [style*="background-color:#00d084"] {
    background-color: var(--color-hive-amber) !important;
  }
  .field-content [style^="color:#00d084"],	.field-content [style*=";color:#00d084"] {
    color: var(--color-hive-amber) !important;
  }
  .field-content [style*="background-color:#111111"] {
    background-color: var(--color-workshop-ink) !important;
  }
  .field-content [style*="background-color:#f2f2ef"] {
    background-color: #E9E6DD !important;
  }
  .field-content .wp-block-button__link {
    border-radius: var(--radius-brand) !important;
    box-shadow: 4px 4px 0 var(--color-canopy);
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.045em;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow 140ms ease, transform 140ms ease;
  }
  .field-content .wp-block-button__link:hover {
    box-shadow: 1px 1px 0 var(--color-canopy);
    color: currentColor;
    transform: translate(3px, 3px);
  }
  .field-content figure.wp-block-image {
    margin-block: clamp(2rem, 5vw, 4rem);
  }
  .field-content figure.wp-block-image img {
    border: 1px solid var(--color-workshop-ink);
    box-shadow: 10px 10px 0 var(--color-hive-amber);
  }
  .field-content figcaption {
    color: var(--color-tool-steel);
    font-family: var(--font-mono);
    font-size: 0.78rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .field-content .wpcf7-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 1.15rem;
  }
  .field-content .wpcf7-form input[type="text"],	.field-content .wpcf7-form input[type="email"],	.field-content .wpcf7-form input[type="tel"],	.field-content .wpcf7-form input[type="number"],	.field-content .wpcf7-form input[type="date"],	.field-content .wpcf7-form select,	.field-content .wpcf7-form textarea {
    background: var(--color-clean-white);
    border: 1.5px solid var(--color-tool-steel);
    border-radius: var(--radius-brand);
    color: var(--color-workshop-ink);
    margin-top: 0.38rem;
    padding: 0.78rem 0.85rem;
    width: 100%;
  }
  .field-content .wpcf7-form textarea {
    min-height: 12rem;
    resize: vertical;
  }
  .field-content .wpcf7-form input:focus,	.field-content .wpcf7-form select:focus,	.field-content .wpcf7-form textarea:focus {
    border-color: var(--color-canopy);
    box-shadow: 0 0 0 3px rgba(47, 107, 69, 0.18);
    outline: 2px solid transparent;
  }
  .field-content .wpcf7-form input[type="checkbox"] {
    accent-color: var(--color-canopy);
    height: 1.15rem;
    margin-right: 0.55rem;
    width: 1.15rem;
  }
  .field-content .wpcf7-form input[type="submit"] {
    background: var(--color-hive-amber);
    border: 2px solid var(--color-workshop-ink);
    border-radius: var(--radius-brand);
    box-shadow: 5px 5px 0 var(--color-canopy);
    color: var(--color-workshop-ink);
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    padding: 0.85rem 1.4rem;
    text-transform: uppercase;
    transition: box-shadow 140ms ease, transform 140ms ease;
  }
  .field-content .wpcf7-form input[type="submit"]:hover {
    box-shadow: 2px 2px 0 var(--color-canopy);
    transform: translate(3px, 3px);
  }
  .field-content .wpcf7-not-valid-tip {
    color: #9B2C2C;
    font-family: var(--font-mono);
    font-size: 0.78rem;
  }
  .field-content .wpcf7 form .wpcf7-response-output {
    background: var(--color-clean-white);
    border: 2px solid var(--color-canopy);
    margin: 1.5rem 0 0;
    padding: 1rem;
  }
  .field-page-summary {
    color: rgba(244, 241, 232, 0.78);
    margin-top: 1.25rem;
    max-width: 42rem;
    position: relative;
    z-index: 1;
  }
  .field-meta {
    align-items: center;
    color: var(--color-tool-steel);
    display: flex;
    flex-wrap: wrap;
    font-family: var(--font-mono);
    font-size: 0.76rem;
    gap: 0.6rem;
    letter-spacing: 0.07em;
    margin: 0 0 1rem;
    text-transform: uppercase;
  }
  .field-page-header .field-meta {
    color: rgba(244, 241, 232, 0.7);
    margin-top: 1.35rem;
    position: relative;
    z-index: 1;
  }
  .field-featured-image {
    margin-block: clamp(2.5rem, 6vw, 5rem) 0;
  }
  .field-featured-image img {
    border: 1px solid var(--color-workshop-ink);
    box-shadow: 10px 10px 0 var(--color-hive-amber);
    display: block;
    width: 100%;
  }
  .field-article__content {
    padding-top: clamp(2.5rem, 5vw, 4.5rem);
  }
  .field-post-nav {
    border-top: 1px solid var(--field-rule);
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-block: 2.5rem;
  }
  .field-post-nav a {
    text-decoration: none;
  }
  .field-post-nav a > span {
    color: var(--color-tool-steel);
    display: block;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
  }
  .field-post-nav strong {
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1.05;
  }
  .field-post-nav__next {
    text-align: right;
  }
  .field-comments {
    border-top: 1px solid var(--field-rule);
    padding-top: 2.5rem;
  }
  .field-list {
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
    padding-block: clamp(3rem, 7vw, 6rem);
  }
  .field-card {
    background: var(--color-clean-white);
    border: 1px solid var(--color-workshop-ink);
    box-shadow: 8px 8px 0 var(--color-hive-amber);
    display: grid;
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
    overflow: hidden;
  }
  .field-card--text,	.field-card:not(:has(.field-card__media)) {
    grid-template-columns: 1fr;
  }
  .field-card__media {
    background: var(--color-workshop-ink);
    display: block;
    min-height: 100%;
    overflow: hidden;
  }
  .field-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
    width: 100%;
  }
  .field-card:hover .field-card__media img {
    transform: scale(1.025);
  }
  .field-card__body {
    padding: clamp(1.5rem, 4vw, 3rem);
  }
  .field-card h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 1rem;
    max-width: 18ch;
  }
  .field-card h2 a {
    color: var(--color-workshop-ink);
    text-decoration-color: var(--color-hive-amber);
  }
  .field-card__excerpt {
    max-width: 44rem;
  }
  .field-card__excerpt > :last-child {
    margin-bottom: 0;
  }
  .field-card__link {
    display: inline-flex;
    font-family: var(--font-display);
    font-weight: 700;
    gap: 0.55rem;
    letter-spacing: 0.045em;
    margin-top: 1.35rem;
    text-transform: uppercase;
  }
  .field-pagination {
    border-top: 1px solid var(--field-rule);
    padding-top: 2rem;
  }
  .field-pagination .nav-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .field-pagination .page-numbers {
    border: 1px solid var(--color-tool-steel);
    min-width: 2.65rem;
    padding: 0.45rem 0.75rem;
    text-align: center;
    text-decoration: none;
  }
  .field-pagination .page-numbers.current {
    background: var(--color-workshop-ink);
    border-color: var(--color-workshop-ink);
    color: var(--color-field-paper);
  }
  .field-empty-state {
    background: var(--color-clean-white);
    border-left: 5px solid var(--color-hive-amber);
    max-width: 48rem;
    padding: clamp(1.75rem, 5vw, 3.5rem);
  }
  .field-empty-state h2 {
    font-size: clamp(2.3rem, 5vw, 4rem);
    margin-bottom: 1rem;
  }
  .field-search-form {
    margin-top: 2rem;
    max-width: 38rem;
    position: relative;
    z-index: 1;
  }
  .field-search-form .search-form {
    align-items: stretch;
    display: flex;
    gap: 0.65rem;
  }
  .field-search-form label {
    flex: 1;
  }
  .field-search-form .search-field {
    background: var(--color-clean-white);
    border: 2px solid var(--color-hive-amber);
    border-radius: var(--radius-brand);
    color: var(--color-workshop-ink);
    height: 100%;
    padding: 0.8rem 0.9rem;
    width: 100%;
  }
  .field-search-form .search-submit {
    background: var(--color-hive-amber);
    border: 2px solid var(--color-hive-amber);
    border-radius: var(--radius-brand);
    color: var(--color-workshop-ink);
    cursor: pointer;
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.75rem 1.2rem;
    text-transform: uppercase;
  }
  .field-not-found {
    background-color: var(--color-workshop-ink);
    background-image: linear-gradient(rgba(228, 161, 27, 0.07) 1px, transparent 1px),	linear-gradient(90deg, rgba(228, 161, 27, 0.07) 1px, transparent 1px);
    background-size: 38px 38px;
    color: var(--color-field-paper);
    min-height: 70vh;
    padding-block: clamp(5rem, 11vw, 10rem);
  }
  .field-not-found h1 {
    color: var(--color-field-paper);
    font-size: clamp(3.5rem, 9vw, 8rem);
    max-width: 10ch;
  }
  .field-not-found p {
    color: rgba(244, 241, 232, 0.76);
    max-width: 42rem;
  }
  .field-not-found .field-button {
    margin-top: 2rem;
  }
  .site-footer {
    background: var(--color-workshop-ink);
    color: var(--color-field-paper);
    margin-top: clamp(3rem, 8vw, 7rem);
  }
  .site-footer__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
    padding-block: clamp(3.5rem, 7vw, 6rem);
  }
  .site-footer h2 {
    color: var(--color-field-paper);
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    margin-bottom: 1rem;
    max-width: 12ch;
  }
  .site-footer p {
    color: rgba(244, 241, 232, 0.72);
    max-width: 40rem;
  }
  .footer-nav ul {
    columns: 2;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer-nav li {
    break-inside: avoid;
    margin-bottom: 0.55rem;
  }
  .footer-nav a,	.site-footer a {
    color: var(--color-field-paper);
    text-decoration-color: var(--color-hive-amber);
  }
  .site-footer a:hover {
    color: var(--color-hive-amber);
  }
  .site-footer p + .field-button {
    margin-top: clamp(1.5rem, 2.5vw, 2.25rem);
  }
  .site-footer .field-button,	.site-footer .field-button:hover {
    color: var(--color-workshop-ink);
  }
  .site-footer__base {
    align-items: center;
    border-top: 1px solid rgba(244, 241, 232, 0.18);
    display: flex;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    gap: 1.5rem;
    justify-content: space-between;
    letter-spacing: 0.045em;
    padding-block: 1.25rem;
    text-transform: uppercase;
  }
  .social-link {
    align-items: center;
    display: inline-flex;
    gap: 0.55rem;
  }
  .social-link svg {
    height: 1.15rem;
    width: 1.15rem;
  }
  @media (min-width: 1181px) {
    .home .field-content > .wp-block-group:nth-child(3) .wp-block-group__inner-container > .wp-block-heading:first-child + .wp-block-paragraph {
      font-size: clamp(0.9rem, 1.2vw, 0.95rem);
      white-space: nowrap;
    }
  }
  @media (max-width: 1180px) {
    .site-header__inner {
      grid-template-columns: minmax(0, 1fr) auto;
      min-height: 6.25rem;
    }
    .site-nav,	.header-action {
      display: none;
    }
    .mobile-nav {
      display: block;
    }
    .mobile-nav summary {
      cursor: pointer;
      font-family: var(--font-display);
      font-weight: 700;
      letter-spacing: 0.055em;
      list-style: none;
      text-transform: uppercase;
    }
    .mobile-nav summary::-webkit-details-marker {
      display: none;
    }
    .mobile-nav summary::before {
      content: "Menu +";
    }
    .mobile-nav[open] summary::before {
      content: "Close ×";
    }
    .mobile-nav__panel {
      background: var(--color-workshop-ink);
      border-top: 1px solid rgba(244, 241, 232, 0.18);
      left: 0;
      padding: 1.25rem var(--field-gutter) 2rem;
      position: absolute;
      right: 0;
      top: 100%;
    }
    .mobile-nav__panel ul {
      display: grid;
      gap: 0;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .mobile-nav__panel a {
      border-bottom: 1px solid rgba(244, 241, 232, 0.14);
      color: var(--color-field-paper);
      display: block;
      font-family: var(--font-display);
      font-size: 1.35rem;
      font-weight: 700;
      padding: 0.72rem 0;
      text-decoration: none;
      text-transform: uppercase;
    }
    .site-footer__grid {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 800px) {
    .field-card {
      grid-template-columns: 1fr;
    }
    .field-card__media {
      aspect-ratio: 16 / 9;
    }
  }
  @media (max-width: 640px) {
    body {
      font-size: 1rem;
    }
    .site-brand__mark {
      max-width: 190px;
    }
    .site-tagline {
      display: none;
    }
    .field-content {
      padding-inline: 1.15rem;
    }
    .field-content .wp-block-columns {
      gap: 1.25rem;
    }
    .home .field-content > .wp-block-group:first-child {
      min-height: 0;
    }
    .field-post-nav {
      grid-template-columns: 1fr;
    }
    .field-post-nav__next {
      text-align: left;
    }
    .field-search-form .search-form {
      align-items: stretch;
      flex-direction: column;
    }
    .field-search-form .search-submit {
      width: 100%;
    }
    .site-footer__base {
      align-items: flex-start;
      flex-direction: column;
    }
    .footer-nav ul {
      columns: 1;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *,	*::before,	*::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
