/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Nunito Sans", Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #172219;
    --color-paper: #fbf4e9;
    --color-forest: #263b2c;
    --color-berry: #8d1d49;
    --color-coral: #c76650;
    --color-gold: #e5c260;
    --font-display: "DM Serif Display", Georgia, serif;
    --font-condensed: "Barlow Condensed", Arial, sans-serif;
    --font-script: "Caveat", cursive;
  }
}
@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 {
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .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;
    }
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .text-center {
    text-align: center;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body.tfgh-body {
    margin: 0;
    background: var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-sans);
    line-height: 1.45;
  }
  img {
    display: block;
    max-width: 100%;
  }
  a {
    color: inherit;
  }
  button, input {
    font: inherit;
  }
  ::selection {
    background: #e8c6d3;
    color: #172219;
  }
}
@layer components {
  .tfgh-shell {
    width: min(1320px, calc(100% - 46px));
    margin-inline: auto;
  }
  .tfgh-main {
    overflow: hidden;
  }
  .tfgh-header {
    background: #fbf4e9;
    border-bottom: 1px solid #d8cebf;
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .admin-bar .tfgh-header {
    top: 32px;
  }
  .tfgh-header-main {
    min-height: 74px;
    display: grid;
    grid-template-columns: minmax(390px,1fr) auto auto;
    align-items: center;
    gap: 24px;
  }
  .tfgh-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    width: fit-content;
  }
  .tfgh-brand-mark {
    width: 35px;
    height: 48px;
    color: #60734f;
    flex: 0 0 auto;
  }
  .tfgh-brand-copy {
    display: grid;
    gap: 4px;
  }
  .tfgh-brand-name {
    font-family: var(--font-display);
    font-size: 37px;
    line-height: .88;
    color: #172219;
    white-space: nowrap;
    letter-spacing: -.025em;
  }
  .tfgh-brand-name em {
    font-size: .58em;
    margin-right: 5px;
    font-weight: 400;
  }
  .tfgh-brand-tagline {
    font-family: var(--font-condensed);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .32em;
    color: #66705f;
  }
  .tfgh-nav {
    display: flex;
    align-items: center;
    gap: 23px;
  }
  .tfgh-nav a {
    position: relative;
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font-condensed);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .055em;
  }
  .tfgh-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 2px;
    background: var(--color-berry);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
  }
  .tfgh-nav a:hover::after, .tfgh-nav a.is-active::after {
    transform: scaleX(1);
  }
  .tfgh-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .tfgh-search {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    text-decoration: none;
  }
  .tfgh-search svg {
    width: 20px;
    height: 20px;
  }
  .tfgh-header-leaf {
    width: 31px;
    height: 41px;
    color: #445f42;
  }
  .tfgh-mobile-menu {
    display: none;
    position: relative;
  }
  .tfgh-mobile-menu summary {
    list-style: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border: 1px solid #cabbab;
    border-radius: 50%;
    display: grid;
    place-content: center;
    gap: 4px;
    background: #fffaf2;
  }
  .tfgh-mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .tfgh-mobile-menu summary span {
    width: 18px;
    height: 2px;
    background: #172219;
    display: block;
  }
  .tfgh-mobile-panel {
    position: absolute;
    right: 0;
    top: 54px;
    width: 240px;
    background: #fffaf2;
    border: 1px solid #cdbfae;
    padding: 18px 20px;
    box-shadow: 0 18px 45px rgba(28,25,20,.16);
    display: grid;
    gap: 11px;
  }
  .tfgh-mobile-panel a {
    text-decoration: none;
    font-family: var(--font-condensed);
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .tfgh-kicker {
    margin: 0 0 5px;
    font-family: var(--font-condensed);
    color: #5e6b55;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
  }
  .tfgh-kicker.light {
    color: #eef0e6;
  }
  .tfgh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 28px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration: none;
    font-family: var(--font-condensed);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .08em;
    font-size: 12px;
    transition: transform .18s ease, background .18s ease;
  }
  .tfgh-btn:hover {
    transform: translateY(-2px);
  }
  .tfgh-btn-berry {
    background: var(--color-berry);
    color: #fff;
  }
  .tfgh-btn-outline {
    border-color: #666d65;
    background: rgba(255,255,255,.25);
  }
  .tfgh-home-hero {
    position: relative;
    background: #fbf4e9;
    border-bottom: 1px solid #d8cebf;
  }
  .tfgh-home-hero-grid {
    min-height: 430px;
    display: grid;
    grid-template-columns: 44% 56%;
  }
  .tfgh-home-hero-copy {
    position: relative;
    z-index: 2;
    padding: 36px 38px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .tfgh-home-hero-copy h1 {
    margin: 0;
    max-width: 650px;
    font-family: var(--font-display);
    font-size: clamp(46px,4vw,62px);
    line-height: .94;
    font-weight: 400;
    letter-spacing: -.028em;
    color: #1d2a20;
  }
  .tfgh-home-hero-copy h1 em {
    color: #b2553f;
    font-style: italic;
    font-weight: 400;
  }
  .tfgh-home-hero-text {
    max-width: 500px;
    margin: 13px 0 17px;
    font-size: 16px;
    line-height: 1.35;
    color: #33382f;
  }
  .tfgh-hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .tfgh-hero-notes {
    margin-top: 22px;
    padding-top: 11px;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 11px;
    border-top: 1px solid #d2c7b7;
  }
  .tfgh-hero-notes > div {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 7px;
    align-items: start;
  }
  .tfgh-note-icon {
    font-family: Georgia,serif;
    font-size: 23px;
    color: #4e6449;
    line-height: 1;
  }
  .tfgh-hero-notes p {
    margin: 0;
    display: grid;
    gap: 1px;
  }
  .tfgh-hero-notes strong {
    font-family: var(--font-condensed);
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 10px;
  }
  .tfgh-hero-notes small {
    font-size: 9px;
    line-height: 1.22;
    color: #555a52;
  }
  .tfgh-home-hero-photo {
    position: relative;
    min-height: 430px;
    margin-right: calc((1320px - 100vw) / 2);
    overflow: hidden;
  }
  .tfgh-hero-image-wrap {
    position: absolute;
    inset: 0;
  }
  .tfgh-hero-person {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 55%;
  }
  .tfgh-home-hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(251,244,233,.10),transparent 16%,rgba(18,29,20,.04));
    pointer-events: none;
  }
  .tfgh-hero-script {
    position: absolute;
    z-index: 3;
    right: 34px;
    top: 166px;
    color: #fff6e9;
    font-family: var(--font-script);
    font-size: 30px;
    font-weight: 600;
    line-height: .86;
    transform: rotate(-8deg);
    text-align: center;
    text-shadow: 0 2px 14px rgba(0,0,0,.28);
  }
  .tfgh-hero-botanical {
    position: absolute;
    z-index: 3;
    color: #425b40;
    opacity: .92;
    pointer-events: none;
  }
  .tfgh-hero-botanical-left {
    width: 82px;
    left: -5px;
    bottom: 8px;
    transform: rotate(-8deg);
  }
  .tfgh-share-section {
    padding: 26px 0 30px;
    background: #fbf4e9;
  }
  .tfgh-share-heading {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 58px;
    align-items: end;
    margin-bottom: 18px;
  }
  .tfgh-share-heading h2, .tfgh-lately-heading h2, .tfgh-about-copy h2, .tfgh-newsletter h2 {
    font-family: var(--font-display);
    font-weight: 400;
  }
  .tfgh-share-heading h2 {
    margin: 0;
    font-size: clamp(38px,3.7vw,58px);
    line-height: .92;
  }
  .tfgh-share-heading > p {
    margin: 0;
    max-width: 600px;
    color: #45483f;
    font-size: 14px;
    line-height: 1.45;
  }
  .tfgh-category-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
  }
  .tfgh-category-card {
    text-decoration: none;
    overflow: hidden;
    border: 1px solid rgba(31,42,33,.2);
    border-radius: 8px;
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .tfgh-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(34,42,33,.12);
  }
  .tfgh-category-image {
    aspect-ratio: 1.36/1;
    overflow: hidden;
    background: #ddd;
  }
  .tfgh-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
  }
  .tfgh-category-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,#eee1cf,#d8c7ae);
    color: #8d1d49;
    font-family: var(--font-display);
    font-size: 54px;
  }
  .tfgh-category-card:hover img {
    transform: scale(1.03);
  }
  .tfgh-category-copy {
    min-height: 105px;
    padding: 11px 14px 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 3px 9px;
  }
  .tfgh-category-copy strong {
    grid-column: 1/-1;
    font-family: var(--font-display);
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
  }
  .tfgh-category-copy span {
    align-self: end;
    font-family: var(--font-condensed);
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: 9px;
    line-height: 1.25;
  }
  .tfgh-category-copy i {
    align-self: end;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.75);
    font-style: normal;
    font-weight: 800;
  }
  .tfgh-card-sage {
    background: #dce4c7;
  }
  .tfgh-card-gold {
    background: #e7c465;
  }
  .tfgh-card-leaf {
    background: #667654;
    color: #fff;
  }
  .tfgh-card-coral {
    background: #c96952;
    color: #fff9ef;
  }
  .tfgh-card-plum {
    background: #8f2048;
    color: #fff8ef;
  }
  .tfgh-lately-section {
    background: #28402e;
    color: #fff8ed;
    padding: 26px 0 34px;
  }
  .tfgh-lately-heading {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
    margin-bottom: 16px;
  }
  .tfgh-lately-heading h2 {
    margin: 0;
    font-size: clamp(38px,3.8vw,59px);
    line-height: .95;
  }
  .tfgh-script-note {
    margin: 0;
    font-family: var(--font-script);
    font-size: 29px;
    color: #d9b7a4;
    transform: rotate(-2deg);
  }
  .tfgh-lately-heading > a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font-condensed);
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 800;
  }
  .tfgh-lately-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 12px;
  }
  .tfgh-lately-card {
    background: #fff8ef;
    color: #172219;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 6px 0 rgba(0,0,0,.05);
    transition: transform .18s ease;
  }
  .tfgh-lately-card:hover {
    transform: translateY(-4px);
  }
  .tfgh-lately-card > img {
    width: 100%;
    aspect-ratio: 1.28/1;
    object-fit: cover;
  }
  .tfgh-lately-card > div {
    padding: 10px 12px 13px;
  }
  .tfgh-lately-card strong {
    display: block;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.04;
  }
  .tfgh-lately-card p {
    margin: 7px 0 10px;
    font-size: 11px;
    line-height: 1.35;
    color: #4d514a;
  }
  .tfgh-lately-card small {
    font-family: var(--font-condensed);
    font-size: 9px;
    letter-spacing: .08em;
    color: #6c645c;
  }
  .tfgh-about-home {
    position: relative;
    background: linear-gradient(120deg,#fbf4e9 0 72%,#edf0dc 72%);
    padding: 34px 0 32px;
  }
  .tfgh-about-home-grid {
    display: grid;
    grid-template-columns: .72fr 1.25fr .82fr;
    gap: 34px;
    align-items: center;
  }
  .tfgh-about-photo {
    position: relative;
  }
  .tfgh-about-photo img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center 18%;
    clip-path: polygon(7% 1%,95% 3%,99% 91%,89% 98%,9% 96%,1% 88%,3% 8%);
  }
  .tfgh-about-stamp {
    position: absolute;
    left: -14px;
    bottom: 30px;
    padding: 8px 12px;
    background: rgba(251,244,233,.94);
    color: #7f2744;
    font-family: var(--font-script);
    font-size: 25px;
    line-height: .92;
    transform: rotate(-8deg);
  }
  .tfgh-about-copy h2 {
    margin: 0 0 12px;
    font-size: clamp(32px,3vw,48px);
    line-height: .96;
  }
  .tfgh-about-copy p:not(.tfgh-kicker) {
    color: #4b5149;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 18px;
  }
  .tfgh-about-copy .tfgh-btn {
    min-height: 42px;
  }
  .tfgh-about-side {
    display: grid;
    gap: 14px;
  }
  .tfgh-about-list {
    padding: 12px 14px 13px;
    background: #f3dfd1;
    color: #9a3d4f;
    font-family: var(--font-script);
    font-size: 26px;
    line-height: .92;
    text-align: center;
    transform: rotate(-2deg);
    clip-path: polygon(3% 4%,96% 1%,100% 91%,92% 99%,4% 96%,0 10%);
  }
  .tfgh-about-list span {
    display: block;
  }
  .tfgh-about-list b {
    font-weight: 500;
  }
  .tfgh-about-garden {
    position: relative;
    overflow: hidden;
    min-height: 145px;
    clip-path: polygon(3% 2%,98% 5%,96% 96%,5% 99%,1% 87%);
  }
  .tfgh-about-garden img {
    width: 100%;
    height: 155px;
    object-fit: cover;
  }
  .tfgh-about-garden span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-family: var(--font-script);
    font-size: 23px;
    line-height: .85;
    color: #fff7e9;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,.4);
    transform: rotate(-4deg);
  }
  .tfgh-newsletter {
    background: #2b422f;
    color: #fff9ec;
    padding: 25px 0 26px;
    border-top: 1px solid #1a281d;
  }
  .tfgh-newsletter-inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 52px;
    align-items: center;
  }
  .tfgh-newsletter h2 {
    margin: 0;
    font-size: clamp(31px,3vw,47px);
    line-height: .96;
  }
  .tfgh-newsletter p:not(.tfgh-kicker) {
    margin: 7px 0 0;
    color: #d8ddd3;
    font-size: 13px;
  }
  .tfgh-newsletter-form {
    display: grid;
    grid-template-columns: 1fr 150px;
    gap: 7px;
  }
  .tfgh-newsletter-form input {
    min-height: 42px;
    border: 0;
    border-radius: 3px;
    padding: 0 14px;
    background: #fffaf2;
    color: #172219;
  }
  .tfgh-newsletter-form button {
    min-height: 42px;
    border: 1px solid #d9a3b5;
    border-radius: 3px;
    background: var(--color-berry);
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-condensed);
    font-weight: 800;
    letter-spacing: .08em;
    cursor: default;
  }
  .tfgh-newsletter-form small {
    grid-column: 1/-1;
    font-size: 10px;
    color: #cfd6cc;
  }
  .tfgh-footer {
    background: #fbf4e9;
    color: #172219;
    padding: 19px 0 12px;
    border-top: 1px solid #d8cebf;
  }
  .tfgh-footer-main {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 35px;
    align-items: center;
  }
  .tfgh-footer .tfgh-brand-name {
    font-size: 28px;
  }
  .tfgh-footer .tfgh-brand-mark {
    width: 28px;
    height: 38px;
  }
  .tfgh-footer .tfgh-brand-tagline {
    font-size: 7px;
  }
  .tfgh-footer-nav {
    display: flex;
    gap: 20px;
  }
  .tfgh-footer-nav a {
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
  }
  .tfgh-social-dots {
    display: flex;
    gap: 8px;
  }
  .tfgh-social-dots a {
    text-decoration: none;
  }
  .tfgh-social-dots span {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #172219;
    color: #fff;
    display: grid;
    place-items: center;
    font-family: var(--font-condensed);
    font-size: 10px;
    letter-spacing: .03em;
    font-weight: 800;
    transition: transform .18s ease, background .18s ease;
  }
  .tfgh-social-dots a:hover span {
    transform: translateY(-2px);
    background: var(--color-berry);
  }
  .tfgh-footer-bottom {
    text-align: center;
    padding-top: 9px;
    font-size: 9px;
    color: #666b62;
  }
  .tfgh-archive {
    background: #fbf4e9;
    min-height: 65vh;
  }
  .tfgh-archive-hero {
    border-bottom: 1px solid #d8cebf;
    background: linear-gradient(115deg,#fbf4e9 0 70%,#eef1dc 70%);
    padding: 54px 0 48px;
  }
  .tfgh-archive-hero-inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 55px;
    align-items: end;
  }
  .tfgh-archive-hero h1 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(58px,7vw,96px);
    line-height: .88;
    font-weight: 400;
    letter-spacing: -.035em;
  }
  .tfgh-archive-intro {
    max-width: 520px;
  }
  .tfgh-archive-intro > p {
    margin: 0 0 8px;
    color: #4a5049;
    font-size: 15px;
    line-height: 1.5;
  }
  .tfgh-archive-intro .tfgh-script-note {
    display: block;
    color: #a04c55;
  }
  .tfgh-archive-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 18px 0 0;
  }
  .tfgh-archive-nav a {
    padding: 7px 12px;
    border: 1px solid #d0c3b3;
    border-radius: 999px;
    text-decoration: none;
    font-family: var(--font-condensed);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    background: #fffaf2;
  }
  .tfgh-archive-nav a:hover, .tfgh-archive-nav a.is-current {
    background: var(--color-forest);
    color: #fff;
    border-color: var(--color-forest);
  }
  .tfgh-blog-wrap {
    padding: 34px 0 90px;
  }
  .tfgh-blog-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px 20px;
  }
  .tfgh-post-card {
    background: #fffaf2;
    border: 1px solid #d7cbbb;
    border-radius: 8px;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .tfgh-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(34,42,33,.10);
  }
  .tfgh-post-card .thumb {
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #e8ddcd;
  }
  .tfgh-post-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
  }
  .tfgh-post-card:hover .thumb img {
    transform: scale(1.025);
  }
  .tfgh-post-card .body {
    padding: 20px;
  }
  .tfgh-post-meta {
    margin: 0;
    color: #6f665d;
    font-family: var(--font-condensed);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .tfgh-post-card h2 {
    font-family: var(--font-display);
    font-size: 31px;
    line-height: 1.05;
    margin: 7px 0 10px;
    font-weight: 400;
  }
  .tfgh-post-card h2 a {
    text-decoration: none;
  }
  .tfgh-post-excerpt {
    color: #535850;
    font-size: 13px;
    line-height: 1.5;
  }
  .tfgh-post-excerpt p {
    margin: 0 0 13px;
  }
  .tfgh-read-more {
    color: var(--color-berry);
    text-decoration: none;
    font-family: var(--font-condensed);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .tfgh-pagination {
    margin-top: 42px;
  }
  .tfgh-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }
  .tfgh-pagination a, .tfgh-pagination span {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #d1c4b5;
    border-radius: 999px;
    text-decoration: none;
    font-family: var(--font-condensed);
    font-size: 11px;
    font-weight: 800;
  }
  .tfgh-pagination .current, .tfgh-pagination a:hover {
    background: var(--color-forest);
    color: #fff;
    border-color: var(--color-forest);
  }
  .tfgh-archive-empty {
    max-width: 760px;
    margin: 36px auto 10px;
    padding: 46px 34px;
    text-align: center;
    background: #f3e7d6;
    border: 1px solid #ddcfbd;
    border-radius: 10px;
  }
  .tfgh-archive-empty .tfgh-script-note {
    color: #a04c55;
  }
  .tfgh-archive-empty h2 {
    margin: 7px 0 10px;
    font-family: var(--font-display);
    font-size: 46px;
    line-height: 1;
    font-weight: 400;
  }
  .tfgh-archive-empty p {
    margin: 0 auto 22px;
    max-width: 520px;
    color: #565c54;
  }
  .tfgh-about-page, .tfgh-work-page {
    background: var(--paper);
    color: #263128;
  }
  .tfgh-about-hero {
    padding: 54px 0 62px;
  }
  .tfgh-about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(340px,.75fr);
    gap: 54px;
    align-items: center;
  }
  .tfgh-about-hero-copy h1, .tfgh-work-hero h1, .tfgh-work-section h2, .tfgh-work-contact h2, .tfgh-about-close h2 {
    font-family: var(--font-display);
    font-weight: 400;
  }
  .tfgh-about-hero-copy h1 {
    margin: 6px 0 18px;
    font-size: clamp(54px,6vw,88px);
    line-height: .92;
  }
  .tfgh-about-hero-copy > p {
    max-width: 690px;
    font-size: 17px;
    line-height: 1.75;
  }
  .tfgh-about-lede {
    font-family: var(--font-display);
    font-size: 29px !important;
    line-height: 1.2 !important;
    color: var(--berry);
  }
  .tfgh-about-mantra {
    margin-top: 28px;
    font-family: var(--font-condensed);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .13em;
  }
  .tfgh-about-mantra span {
    color: var(--berry);
    padding: 0 5px;
  }
  .tfgh-about-hero-photo {
    position: relative;
    min-height: 560px;
  }
  .tfgh-about-hero-photo img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center 35%;
    border-radius: 170px 170px 12px 12px;
  }
  .tfgh-photo-note {
    position: absolute;
    right: -12px;
    bottom: 22px;
    padding: 8px 16px;
    background: var(--gold);
    transform: rotate(-3deg);
    font-family: var(--font-script);
    font-size: 28px;
  }
  .tfgh-about-story {
    padding: 62px 0;
    background: #fffaf2;
    border-top: 1px solid rgba(38,49,40,.12);
    border-bottom: 1px solid rgba(38,49,40,.12);
  }
  .tfgh-about-story-grid {
    display: grid;
    grid-template-columns: minmax(0,1.15fr) minmax(320px,.75fr);
    gap: 70px;
    align-items: start;
  }
  .tfgh-about-story-copy {
    max-width: 730px;
    font-size: 18px;
    line-height: 1.8;
  }
  .tfgh-about-story-copy p {
    margin: 0 0 22px;
  }
  .tfgh-about-stack {
    border-top: 1px solid rgba(38,49,40,.25);
  }
  .tfgh-about-stack a {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    padding: 18px 3px;
    border-bottom: 1px solid rgba(38,49,40,.25);
    color: inherit;
    text-decoration: none;
  }
  .tfgh-about-stack span {
    font-family: var(--font-condensed);
    font-size: 11px;
    letter-spacing: .1em;
    color: var(--berry);
  }
  .tfgh-about-stack strong {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 400;
  }
  .tfgh-about-stack a:hover strong {
    color: var(--berry);
  }
  .tfgh-about-collage {
    padding: 28px 0;
  }
  .tfgh-about-collage-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(4,1fr);
    gap: 10px;
  }
  .tfgh-about-collage-grid > div {
    height: 275px;
    overflow: hidden;
    border-radius: 7px;
  }
  .tfgh-about-collage-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tfgh-about-close {
    padding: 64px 0 72px;
    text-align: center;
  }
  .tfgh-about-close-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tfgh-about-close h2 {
    margin: 8px 0 24px;
    font-size: clamp(42px,5vw,66px);
  }
  .tfgh-work-hero {
    padding: 76px 0 72px;
    background: var(--forest);
    color: #fff8ed;
  }
  .tfgh-work-hero-inner {
    max-width: 950px;
  }
  .tfgh-work-hero .tfgh-kicker {
    color: var(--gold);
  }
  .tfgh-work-hero h1 {
    max-width: 900px;
    margin: 8px 0 22px;
    font-size: clamp(58px,7vw,96px);
    line-height: .92;
  }
  .tfgh-work-hero p {
    max-width: 780px;
    font-size: 17px;
    line-height: 1.72;
    color: rgba(255,248,237,.86);
  }
  .tfgh-work-hero .tfgh-work-lede {
    font-family: var(--font-display);
    font-size: 24px;
    line-height: 1.35;
    color: #fff8ed;
  }
  .tfgh-work-hero .tfgh-btn {
    margin-top: 20px;
  }
  .tfgh-work-section {
    padding: 66px 0;
  }
  .tfgh-work-two-col {
    display: grid;
    grid-template-columns: minmax(280px,.75fr) minmax(0,1.15fr);
    gap: 80px;
    align-items: start;
  }
  .tfgh-work-section h2, .tfgh-work-contact h2 {
    margin: 5px 0 0;
    font-size: clamp(42px,4.5vw,64px);
    line-height: .98;
  }
  .tfgh-work-copy {
    font-size: 18px;
    line-height: 1.8;
  }
  .tfgh-work-copy p {
    margin: 0 0 20px;
  }
  .tfgh-work-services {
    background: #fffaf2;
    border-top: 1px solid rgba(38,49,40,.12);
    border-bottom: 1px solid rgba(38,49,40,.12);
  }
  .tfgh-work-heading {
    margin-bottom: 30px;
  }
  .tfgh-work-heading h2 {
    max-width: 760px;
  }
  .tfgh-work-card-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
  }
  .tfgh-work-card-grid article {
    min-height: 230px;
    padding: 24px;
    border: 1px solid rgba(38,49,40,.18);
    border-radius: 8px;
    background: var(--paper);
  }
  .tfgh-work-card-grid article > span {
    font-family: var(--font-condensed);
    font-size: 11px;
    letter-spacing: .1em;
    color: var(--berry);
  }
  .tfgh-work-card-grid h3 {
    margin: 22px 0 10px;
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
  }
  .tfgh-work-card-grid p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
  }
  .tfgh-work-expect {
    background: var(--paper);
  }
  .tfgh-work-contact {
    padding: 70px 0 76px;
    background: var(--gold);
    text-align: center;
  }
  .tfgh-work-contact-inner {
    max-width: 820px;
  }
  .tfgh-work-contact p {
    max-width: 700px;
    margin: 18px auto 24px;
    font-size: 17px;
    line-height: 1.7;
  }
  .tfgh-work-contact .tfgh-btn {
    display: inline-flex;
  }
  .tfgh-work-business-note {
    margin-top: 28px !important;
    font-family: var(--font-condensed);
    font-size: 10px !important;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .72;
  }
  @media (max-width: 980px) {
    .tfgh-about-hero-grid, .tfgh-about-story-grid, .tfgh-work-two-col {
      grid-template-columns: 1fr;
      gap: 34px;
    }
    .tfgh-about-hero-photo {
      min-height: 480px;
      max-width: 620px;
    }
    .tfgh-about-hero-photo img {
      height: 480px;
    }
    .tfgh-about-collage-grid {
      grid-template-columns: repeat(3,1fr);
    }
    .tfgh-about-collage-grid > div {
      height: 220px;
    }
    .tfgh-about-collage-grid > div:first-child {
      grid-column: span 2;
    }
    .tfgh-work-card-grid {
      grid-template-columns: repeat(2,1fr);
    }
  }
  @media (max-width: 640px) {
    .tfgh-about-hero {
      padding: 34px 0 42px;
    }
    .tfgh-about-hero-copy h1 {
      font-size: 52px;
    }
    .tfgh-about-lede {
      font-size: 24px !important;
    }
    .tfgh-about-hero-photo, .tfgh-about-hero-photo img {
      min-height: 0;
      height: 430px;
    }
    .tfgh-photo-note {
      right: 6px;
      font-size: 23px;
    }
    .tfgh-about-story, .tfgh-work-section {
      padding: 46px 0;
    }
    .tfgh-about-collage-grid {
      grid-template-columns: repeat(2,1fr);
      gap: 7px;
    }
    .tfgh-about-collage-grid > div, .tfgh-about-collage-grid > div:first-child {
      height: 190px;
      grid-column: auto;
    }
    .tfgh-about-collage-grid > div:first-child {
      grid-column: 1 / -1;
      height: 250px;
    }
    .tfgh-work-hero {
      padding: 52px 0;
    }
    .tfgh-work-hero h1 {
      font-size: 54px;
    }
    .tfgh-work-card-grid {
      grid-template-columns: 1fr;
    }
    .tfgh-work-card-grid article {
      min-height: 0;
    }
  }
  :root {
    --paper: var(--color-paper);
    --forest: var(--color-forest);
    --berry: var(--color-berry);
    --gold: var(--color-gold);
  }
  .tfgh-search-page {
    background: #fbf4e9;
    min-height: 65vh;
  }
  .tfgh-search-hero {
    padding: 52px 0 46px;
    border-bottom: 1px solid #d8cebf;
    background: linear-gradient(115deg,#fbf4e9 0 69%,#f2e3d7 69%);
  }
  .tfgh-search-hero-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(min(100%,420px),1fr));
    gap: 44px;
    align-items: end;
  }
  .tfgh-search-hero h1 {
    margin: 0;
    max-width: 780px;
    font-family: var(--font-display);
    font-size: clamp(48px,6.5vw,88px);
    line-height: .92;
    font-weight: 400;
    letter-spacing: -.03em;
  }
  .tfgh-search-intro {
    max-width: 560px;
  }
  .tfgh-search-intro > p {
    margin: 0 0 16px;
    color: #4f554d;
    font-size: 15px;
    line-height: 1.5;
  }
  .tfgh-search-form {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 8px;
  }
  .tfgh-search-form label {
    min-width: 0;
  }
  .tfgh-search-field {
    width: 100%;
    min-height: 48px;
    border: 1px solid #bdb0a0;
    border-radius: 4px;
    background: #fffaf2;
    padding: 0 14px;
    color: #172219;
    outline: none;
  }
  .tfgh-search-field:focus {
    border-color: var(--color-berry);
    box-shadow: 0 0 0 3px rgba(141,29,73,.10);
  }
  .tfgh-search-submit {
    min-height: 48px;
    border: 0;
    border-radius: 4px;
    padding: 0 22px;
    background: var(--color-berry);
    color: #fff;
    cursor: pointer;
    font-family: var(--font-condensed);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .tfgh-search-results {
    padding: 36px 0 90px;
  }
  .tfgh-search-results-heading {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 18px;
  }
  .tfgh-search-results-heading span {
    font-family: var(--font-condensed);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #6d675f;
  }
  .tfgh-search-empty {
    max-width: 760px;
    margin: 16px auto 0;
    padding: 42px 34px;
    text-align: center;
    background: #f3e7d6;
    border: 1px solid #ddcfbd;
    border-radius: 10px;
  }
  .tfgh-search-empty .tfgh-script-note {
    color: #a04c55;
  }
  .tfgh-search-empty h2 {
    margin: 8px 0 10px;
    font-family: var(--font-display);
    font-size: 44px;
    line-height: 1;
    font-weight: 400;
  }
  .tfgh-search-empty p {
    margin: 0 auto 22px;
    max-width: 540px;
    color: #575d55;
  }
  .tfgh-search-empty .tfgh-search-form {
    max-width: 560px;
    margin: 0 auto;
  }
  .tfgh-single {
    padding: 38px 0 86px;
    background: #fbf4e9;
  }
  .tfgh-single-header {
    width: min(930px,calc(100% - 40px));
    margin: 0 auto 30px;
    text-align: center;
  }
  .tfgh-single-back {
    display: inline-block;
    margin-bottom: 18px;
    color: #5f665d;
    text-decoration: none;
    font-family: var(--font-condensed);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .tfgh-single-back:hover {
    color: var(--color-berry);
  }
  .tfgh-single-category {
    display: block;
    width: fit-content;
    margin: 0 auto 7px;
    text-decoration: none;
    color: var(--color-berry);
  }
  .tfgh-single-header h1 {
    font-family: var(--font-display);
    font-size: clamp(52px,6.2vw,84px);
    line-height: .94;
    font-weight: 400;
    margin: 7px 0 15px;
    letter-spacing: -.025em;
  }
  .tfgh-single-meta {
    display: flex;
    justify-content: center;
    gap: 9px;
    flex-wrap: wrap;
    font-family: var(--font-condensed);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #685e56;
  }
  .tfgh-single-deck {
    max-width: 760px;
    margin: 18px auto 0;
    font-size: 18px;
    line-height: 1.5;
    color: #4e554d;
  }
  .tfgh-single-hero {
    width: min(1040px,calc(100% - 40px));
    margin: 0 auto 42px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(31,34,28,.13);
    background: #efe2d1;
  }
  .tfgh-single-hero img {
    width: 100%;
    height: min(70vh,720px);
    object-fit: cover;
    object-position: center 52%;
  }
  .tfgh-article {
    width: min(760px,calc(100% - 40px));
    margin-inline: auto;
    font-size: 18px;
    line-height: 1.7;
  }
  .tfgh-article > p:first-child {
    font-size: 22px;
    line-height: 1.58;
    color: #31372f;
  }
  .tfgh-article p {
    margin: 0 0 1.35em;
  }
  .tfgh-article h2 {
    position: relative;
    font-family: var(--font-display);
    font-size: 43px;
    line-height: 1.05;
    font-weight: 400;
    margin: 54px 0 16px;
    letter-spacing: -.015em;
  }
  .tfgh-article h2::before {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    margin-bottom: 13px;
    background: var(--color-berry);
    border-radius: 999px;
  }
  .tfgh-article h3 {
    font-family: var(--font-condensed);
    font-size: 27px;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: .035em;
    margin: 34px 0 11px;
    color: #334533;
  }
  .tfgh-article strong {
    color: #29372d;
  }
  .tfgh-article a {
    color: var(--color-berry);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  .tfgh-article ul, .tfgh-article ol {
    margin: 22px 0 32px;
    padding: 22px 28px 22px 48px;
    background: #f3e7d6;
    border: 1px solid #dfd0bc;
    border-left: 5px solid var(--color-berry);
    border-radius: 6px;
  }
  .tfgh-article li {
    margin: 0 0 8px;
    padding-left: 3px;
  }
  .tfgh-article li:last-child {
    margin-bottom: 0;
  }
  .tfgh-article li::marker {
    color: var(--color-berry);
    font-weight: 800;
  }
  .tfgh-article figure {
    margin: 34px 0 38px;
  }
  .tfgh-article img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(38,41,34,.09);
  }
  .tfgh-article figcaption {
    margin-top: 8px;
    font-size: 12px;
    color: #71776e;
    text-align: center;
  }
  .tfgh-article blockquote {
    margin: 30px 0;
    padding: 18px 24px;
    border-left: 4px solid var(--color-coral);
    background: #f6e9e0;
    font-family: var(--font-display);
    font-size: 24px;
    line-height: 1.3;
  }
  .tfgh-article-footer {
    width: min(760px,calc(100% - 40px));
    margin: 56px auto 0;
    padding-top: 28px;
    border-top: 1px solid #d8cebf;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .tfgh-article-footer .tfgh-script-note {
    display: block;
    color: #a74e50;
    transform: rotate(-1deg);
  }
  .tfgh-article-footer p {
    margin: 8px 0 0;
    font-size: 12px;
    color: #626960;
  }
  .tfgh-article-footer p a {
    color: var(--color-berry);
    font-weight: 700;
  }
  @media (max-width: 1240px) {
    .tfgh-header-main {
      grid-template-columns: 1fr auto;
    }
    .tfgh-nav-desktop, .tfgh-search, .tfgh-header-leaf {
      display: none;
    }
    .tfgh-mobile-menu {
      display: block;
    }
    .tfgh-home-hero-grid {
      grid-template-columns: 49% 51%;
    }
    .tfgh-category-grid {
      grid-template-columns: repeat(3,1fr);
    }
    .tfgh-lately-grid {
      grid-template-columns: repeat(3,1fr);
    }
    .tfgh-lately-card:nth-child(n+4) {
      display: none;
    }
    .tfgh-about-home-grid {
      grid-template-columns: .8fr 1.2fr;
    }
    .tfgh-about-side {
      grid-column: 1/-1;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 780px) {
    .tfgh-shell {
      width: min(100% - 28px,1320px);
    }
    .admin-bar .tfgh-header {
      top: 0;
    }
    .tfgh-header {
      position: relative;
    }
    .tfgh-header-main {
      min-height: 78px;
    }
    .tfgh-brand-mark {
      width: 27px;
      height: 36px;
    }
    .tfgh-brand-name {
      font-size: 28px;
      white-space: normal;
      line-height: .9;
    }
    .tfgh-brand-tagline {
      display: none;
    }
    .tfgh-home-hero-grid {
      width: 100%;
      grid-template-columns: 1fr;
    }
    .tfgh-home-hero-copy {
      width: min(100% - 28px,1320px);
      margin-inline: auto;
      padding: 33px 0 20px;
    }
    .tfgh-home-hero-copy h1 {
      font-size: clamp(43px,12vw,57px);
      line-height: .95;
    }
    .tfgh-home-hero-text {
      font-size: 16px;
      margin: 15px 0 18px;
    }
    .tfgh-hero-notes {
      display: none;
    }
    .tfgh-home-hero-photo {
      min-height: 440px;
      margin-right: 0;
      width: 100%;
    }
    .tfgh-hero-person {
      object-position: center 55%;
    }
    .tfgh-hero-script {
      right: 22px;
      top: auto;
      bottom: 34px;
      font-size: 31px;
    }
    .tfgh-hero-botanical-left {
      display: none;
    }
    .tfgh-share-section {
      padding: 30px 0 34px;
    }
    .tfgh-share-heading {
      grid-template-columns: 1fr;
      gap: 9px;
      margin-bottom: 15px;
    }
    .tfgh-share-heading h2 {
      font-size: 43px;
    }
    .tfgh-share-heading > p {
      font-size: 13px;
    }
    .tfgh-category-grid {
      display: flex;
      overflow-x: auto;
      gap: 10px;
      scroll-snap-type: x mandatory;
      padding-bottom: 5px;
      margin-right: -14px;
    }
    .tfgh-category-card {
      min-width: 215px;
      flex: 0 0 215px;
      scroll-snap-align: start;
    }
    .tfgh-category-image {
      aspect-ratio: 1.25/1;
    }
    .tfgh-category-copy {
      min-height: 96px;
    }
    .tfgh-lately-section {
      padding: 30px 0 38px;
    }
    .tfgh-lately-heading {
      grid-template-columns: 1fr auto;
      gap: 8px;
    }
    .tfgh-lately-heading h2 {
      font-size: 43px;
    }
    .tfgh-script-note {
      grid-column: 1/-1;
      grid-row: 2;
      font-size: 25px;
    }
    .tfgh-lately-grid {
      display: flex;
      overflow-x: auto;
      gap: 10px;
      scroll-snap-type: x mandatory;
      margin-right: -14px;
      padding-bottom: 4px;
    }
    .tfgh-lately-card, .tfgh-lately-card:nth-child(n+4) {
      display: block;
      min-width: 235px;
      flex: 0 0 235px;
      scroll-snap-align: start;
    }
    .tfgh-about-home {
      padding: 36px 0;
      background: #fbf4e9;
    }
    .tfgh-about-home-grid {
      grid-template-columns: 1fr;
      gap: 22px;
    }
    .tfgh-about-photo {
      max-width: 390px;
    }
    .tfgh-about-copy h2 {
      font-size: 38px;
    }
    .tfgh-about-side {
      grid-column: auto;
      grid-template-columns: 1fr 1fr;
    }
    .tfgh-about-list {
      font-size: 22px;
    }
    .tfgh-newsletter-inner {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .tfgh-newsletter-form {
      grid-template-columns: 1fr 120px;
    }
    .tfgh-footer-main {
      grid-template-columns: 1fr;
      justify-items: center;
      text-align: center;
      gap: 16px;
    }
    .tfgh-footer-nav {
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px 18px;
    }
    .tfgh-blog-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .tfgh-archive-hero {
      padding: 38px 0 34px;
      background: #fbf4e9;
    }
    .tfgh-archive-hero-inner {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .tfgh-archive-hero h1 {
      font-size: 57px;
    }
    .tfgh-archive-nav {
      overflow-x: auto;
      flex-wrap: nowrap;
      padding-bottom: 5px;
    }
    .tfgh-archive-nav a {
      flex: 0 0 auto;
    }
    .tfgh-search-hero {
      padding: 38px 0 34px;
      background: #fbf4e9;
    }
    .tfgh-search-form {
      grid-template-columns: 1fr;
    }
    .tfgh-search-submit {
      width: 100%;
    }
  }
  @media (max-width: 520px) {
    .tfgh-brand-name {
      font-size: 24px;
    }
    .tfgh-home-hero-photo {
      min-height: 400px;
    }
    .tfgh-about-side {
      grid-template-columns: 1fr;
    }
    .tfgh-newsletter-form {
      grid-template-columns: 1fr;
    }
    .tfgh-newsletter-form small {
      grid-column: 1;
    }
    .tfgh-blog-grid {
      grid-template-columns: 1fr;
    }
    .tfgh-single {
      padding-top: 26px;
    }
    .tfgh-single-header {
      width: calc(100% - 32px);
    }
    .tfgh-single-header h1 {
      font-size: 46px;
    }
    .tfgh-single-deck {
      font-size: 16px;
    }
    .tfgh-single-hero {
      width: calc(100% - 28px);
      margin-bottom: 30px;
    }
    .tfgh-single-hero img {
      height: 470px;
      object-position: center 52%;
    }
    .tfgh-article {
      width: calc(100% - 32px);
      font-size: 17px;
    }
    .tfgh-article > p:first-child {
      font-size: 20px;
    }
    .tfgh-article h2 {
      font-size: 36px;
      margin-top: 44px;
    }
    .tfgh-article h3 {
      font-size: 24px;
    }
    .tfgh-article ul, .tfgh-article ol {
      padding: 18px 18px 18px 38px;
    }
    .tfgh-article-footer {
      width: calc(100% - 32px);
      align-items: flex-start;
      flex-direction: column;
    }
    .tfgh-article-footer .tfgh-btn {
      width: 100%;
    }
    .tfgh-search-hero h1 {
      font-size: 46px;
    }
    .tfgh-search-empty {
      padding: 34px 20px;
    }
  }
}
@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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
