/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-50: oklch(98% 0.016 73.684);
    --color-orange-100: oklch(95.4% 0.038 75.164);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-emerald-50: oklch(97.9% 0.021 166.113);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-stone-600: oklch(44.4% 0.011 73.639);
    --color-stone-700: oklch(37.4% 0.01 67.558);
    --color-stone-800: oklch(26.8% 0.007 34.298);
    --color-stone-900: oklch(21.6% 0.006 56.043);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.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;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-body: "Lora", Georgia, "Times New Roman", serif;
    --font-heading: "Playfair Display", Georgia, "Times New Roman", serif;
  }
}
@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;
  }
  :-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 {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-blue-200 {
    border-color: var(--color-blue-200);
  }
  .border-green-200 {
    border-color: var(--color-green-200);
  }
  .border-orange-100 {
    border-color: var(--color-orange-100);
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-stone-900 {
    background-color: var(--color-stone-900);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-green-50 {
    --tw-gradient-from: var(--color-green-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-orange-50 {
    --tw-gradient-from: var(--color-orange-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-white {
    --tw-gradient-via: var(--color-white);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-blue-50 {
    --tw-gradient-to: var(--color-blue-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-emerald-50 {
    --tw-gradient-to: var(--color-emerald-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-green-50 {
    --tw-gradient-to: var(--color-green-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-white {
    --tw-gradient-to: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .font-body {
    font-family: var(--font-body);
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-stone-600 {
    color: var(--color-stone-600);
  }
  .text-stone-700 {
    color: var(--color-stone-700);
  }
  .text-stone-800 {
    color: var(--color-stone-800);
  }
  .text-stone-900 {
    color: var(--color-stone-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
}
:root {
  --ink: #29251f;
  --muted: #655e54;
  --orange: #a94017;
  --green: #235d3b;
  --cream: #fff9f0;
  --line: #e9dfd0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
body {
  margin: 0;
  color: var(--ink);
  line-height: 1.65;
  overflow-wrap: break-word;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  flex-shrink: 0;
}
h1,h2,h3,h4 {
  font-family: var(--font-heading);
  color: #29251f;
  font-weight: 700;
  text-wrap: balance;
}
h1 {
  font-size: clamp(2.25rem,4.3vw,3.65rem);
  line-height: 1.12;
  letter-spacing: -.038em;
}
h2 {
  font-size: clamp(1.9rem,3vw,2.65rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.28;
  letter-spacing: -.018em;
}
a {
  text-underline-offset: 4px;
}
a,summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline: 3px solid #a6441b;
  outline-offset: 5px;
  border-radius: 4px;
}
[id] {
  scroll-margin-top: 108px;
}
#main-content:focus {
  outline: none;
}
.site-container {
  max-width: 1248px;
  margin-inline: auto;
  padding-inline: 32px;
}
.narrow {
  max-width: 880px;
}
.section-space {
  padding-block: 80px;
}
.section-tint {
  background: #f8faf3;
  border-top: 1px solid #e7eadf;
}
.section-heading {
  max-width: 740px;
  text-align: center;
  margin: 0 auto 44px;
}
.section-heading h2 {
  margin: 10px 0 18px;
}
.section-heading>p:last-child {
  color: var(--muted);
  font-size: 1.125rem;
  line-height: 1.75;
}
.eyebrow {
  font-size: .73rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 700;
  color: #55734a;
  line-height: 1.6;
}
.section-action {
  text-align: center;
  margin-top: 42px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 13px 21px;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition: background .2s,box-shadow .2s;
}
.button-primary {
  color: white;
  background: linear-gradient(115deg,#b94a1e,#a34019);
  box-shadow: 0 3px 8px #7a411212;
}
.button-primary:hover {
  background: #8a3411;
  box-shadow: 0 6px 16px #7a411226;
}
.button-secondary {
  background: #ffffffc9;
  border: 1.5px solid #477654;
  color: #235d3b;
}
.button-secondary:hover {
  background: #edf4e9;
}
.text-link {
  color: var(--accent,#276141);
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--tint,#fff0d8);
  color: var(--accent,#874719);
  border: 1px solid var(--line,#e9dabd);
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 7px 12px;
  text-decoration: none;
}
a.pill:hover {
  box-shadow: 0 2px 6px #332c1920;
}
.color-orange {
  --accent: #934015;
  --tint: #fff1e2;
  --line: #eed7bc;
}
.color-green {
  --accent: #295c3b;
  --tint: #edf5e9;
  --line: #cddfc3;
}
.color-amber {
  --accent: #805412;
  --tint: #fff6df;
  --line: #ead9ad;
}
.color-rose {
  --accent: #913b50;
  --tint: #fff0f1;
  --line: #eccdd3;
}
.color-teal {
  --accent: #276360;
  --tint: #edf7f4;
  --line: #c9e1db;
}
.color-emerald {
  --accent: #245e45;
  --tint: #eef6ee;
  --line: #c4d9c9;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  padding: 14px 22px;
  background: #fff;
  color: #263d28;
  border: 2px solid #a6441b;
  font-weight: 700;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  background: #fffefbf5;
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(140deg,#ffe6c6,#fdc78f);
  border: 1px solid #e5b582;
  font-size: 25px;
}
.brand-word {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -.04em;
  color: #342f26;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: .8rem;
  line-height: 1.4;
  font-weight: 600;
}
.desktop-nav>a:not(.button) {
  padding-block: 12px;
  color: #49493d;
}
.desktop-nav>a:hover,.desktop-nav [aria-current=page] {
  color: #a3421a;
  text-decoration: underline;
}
.desktop-nav .button {
  padding: 10px 14px;
  font-size: .79rem;
  min-height: 42px;
}
.mobile-nav {
  display: none;
}
.mobile-nav>summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #e6d9c6;
  background: #fffaf2;
  padding: 9px;
  min-height: 44px;
  border-radius: 10px;
  cursor: pointer;
  font-size: .85rem;
}
.mobile-nav>summary::-webkit-details-marker {
  display: none;
}
.mobile-panel {
  position: absolute;
  top: calc(100% - 1px);
  right: 16px;
  left: 16px;
  background: #fffefb;
  box-shadow: 0 15px 24px #4030191c;
  border: 1px solid #e9ddcb;
  border-radius: 0 0 16px 16px;
  padding: 12px;
  max-height: calc(100dvh - 100px);
  overflow-y: auto;
}
.mobile-panel a {
  display: block;
  padding: 11px 14px;
  font-size: .95rem;
  border-radius: 6px;
}
.mobile-panel a:hover {
  background: #fff1dd;
}
.mobile-panel [aria-current=page] {
  background: #eef5e9;
  color: #235d3b;
}
.homepage-hero {
  padding-block: 64px 72px;
  background: linear-gradient(180deg,#fff6e8 0%,#fffdf9 75%,#fff 100%);
}
.homepage-hero h1 {
  font-size: clamp(2.25rem,3.65vw,3.5rem);
  letter-spacing: -.045em;
  line-height: 1.15;
}
.homepage-hero .button {
  padding-inline: 16px;
  font-size: .88rem;
}
.homepage-hero .pill {
  font-size: .73rem;
}
.hero-tile {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid #e6d9c5;
  box-shadow: 0 6px 14px #442f1410;
}
.tile-offset {
  transform: translateY(20px);
}
.topic-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
}
.topic-card {
  background: linear-gradient(145deg,var(--tint,#fff6e9),#fffdfa);
  border: 1.5px solid var(--line,#e8d4b8);
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 3px 8px #382b1410;
  transition: box-shadow .2s,transform .2s;
}
.topic-card:hover {
  box-shadow: 0 8px 18px #403d1914;
  transform: translateY(-2px);
}
.topic-icon {
  display: block;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.topic-card h3 {
  margin-bottom: 12px;
}
.topic-card>p {
  font-size: 1rem;
  color: #635c51;
  line-height: 1.8;
  margin-bottom: 24px;
}
.topic-card .text-link {
  margin-top: auto;
}
.variety-card {
  border-radius: 24px;
  overflow: hidden;
  background: #fffdfa;
  border: 1px solid #dedcc7;
  box-shadow: 0 5px 12px #2f452410;
  display: flex;
  flex-direction: column;
}
.variety-card img {
  width: 100%;
  aspect-ratio: 1.4/1;
  object-fit: cover;
}
.variety-card>div {
  padding: 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.variety-card .eyebrow {
  font-size: .65rem;
  letter-spacing: .09em;
  margin-bottom: 12px;
}
.variety-card h3 {
  margin-bottom: 10px;
}
.variety-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: .97rem;
  line-height: 1.75;
  margin-bottom: 22px;
}
.variety-card .text-link {
  margin-top: auto;
}
.variety-strip {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
  margin-bottom: 36px;
}
.variety-strip img {
  border-radius: 16px;
  border: 1px solid #e4ddca;
}
.grow-step {
  padding: 6px 8px 8px;
}
.step-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e4efdd;
  border: 1px solid #bcd0ad;
  color: #315c38;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 22px;
}
.grow-step h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}
.grow-step p {
  color: #666257;
  font-size: .97rem;
  line-height: 1.8;
  margin-bottom: 18px;
}
.journal-section {
  background: #faf6ef;
  border-block: 1px solid #eee4d7;
}
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 28px;
}
.journal-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e9dfd2;
  box-shadow: 0 3px 12px #44301109;
  display: flex;
  flex-direction: column;
}
.card-image-link {
  display: block;
  background: #f3eee5;
}
.card-image-link img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.card-copy {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #686055;
  font-size: .75rem;
}
.card-meta a {
  color: var(--accent,#6b511f);
  font-weight: 700;
}
.card-meta .pill {
  font-size: .68rem;
  padding: 5px 9px;
}
.card-copy h3 {
  font-size: 1.42rem;
  line-height: 1.28;
  margin: 16px 0 13px;
}
.card-copy h3 a:hover {
  color: #9c401d;
  text-decoration: underline;
}
.card-copy>p {
  color: #696156;
  font-size: .94rem;
  line-height: 1.8;
  margin-bottom: 25px;
}
.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: .75rem;
  color: #6a6257;
  margin-top: auto;
  border-top: 1px solid #eee7dc;
  padding-top: 18px;
}
.card-bottom a {
  font-weight: 700;
  color: #345f39;
}
.explain-card {
  background: #fffdf8;
  border: 1px solid #ead7b8;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 3px 8px #382b1409;
}
.explain-card h3 {
  margin: 12px 0 16px;
  font-size: 1.7rem;
}
.explain-card>p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 24px;
}
.health-note {
  background: #edf4f8;
  border: 1px solid #cedee8;
  border-radius: 18px;
  padding: 24px 28px;
  color: #3e5260;
  font-size: .95rem;
  line-height: 1.8;
  margin-top: 36px;
}
.health-note a {
  text-decoration: underline;
  font-weight: 700;
}
.faq-list {
  display: grid;
  gap: 14px;
}
.faq-list details {
  border: 1px solid #e5dccd;
  border-radius: 16px;
  background: #fffdfa;
  overflow: hidden;
}
.faq-list summary {
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.03rem;
  line-height: 1.6;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:hover {
  background: #fcf5e9;
}
.faq-list summary span {
  color: #9a5125;
  font-size: 1.4rem;
  flex-shrink: 0;
  font-weight: 400;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details>div {
  padding: 0 24px 24px;
}
.faq-list details p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
  margin: 0 0 15px;
}
.site-footer {
  background: #28271f;
  color: #e3ded3;
  padding: 70px 0 28px;
  font-size: .88rem;
  line-height: 1.8;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.18fr 1.25fr;
  gap: 38px;
}
.footer-brand {
  font-family: var(--font-heading);
  font-size: 1.07rem;
  font-weight: 700;
  color: #fff3dd;
  letter-spacing: -.028em;
  display: block;
  margin: 0 0 20px;
}
.footer-grid h2 {
  color: #fff6e5;
  font-size: 1.1rem;
  margin-bottom: 18px;
  letter-spacing: 0;
}
.footer-grid p {
  margin-bottom: 16px;
}
.footer-grid nav a {
  display: block;
  margin-bottom: 9px;
}
.footer-note {
  color: #eeb887;
  font-style: italic;
}
.site-footer a:hover {
  color: #ffc78d;
  text-decoration: underline;
}
.email-link {
  color: #ffce9e;
  overflow-wrap: anywhere;
}
.footer-extra {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}
.footer-safety {
  margin-top: 40px;
  padding: 21px 0;
  border-top: 1px solid #4a473c;
  border-bottom: 1px solid #4a473c;
  font-size: .8rem;
  color: #d4cec0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding-top: 25px;
  color: #d4cec0;
  font-size: .75rem;
}
.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: .76rem;
  color: #736451;
  line-height: 1.65;
  margin-bottom: 38px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs [aria-current=page] {
  color: #5d5b50;
}
.chapter-hero {
  background: linear-gradient(135deg,#fff6e8,#fffdf8 70%,#f2f6ed);
  border-bottom: 1px solid #e9dfd0;
  padding: 28px 0 65px;
}
.chapter-split {
  display: grid;
  grid-template-columns: minmax(0,1.5fr) minmax(0,1fr);
  align-items: center;
  gap: 72px;
}
.chapter-split h1,.chapter-center h1 {
  margin: 16px 0 24px;
}
.chapter-art {
  width: 100%;
  max-width: 380px;
  justify-self: end;
  border: 1px solid #e6d9c5;
  border-radius: 30px;
  box-shadow: 0 7px 18px #57432610;
}
.chapter-center {
  max-width: 930px;
}
.chapter-center>div {
  max-width: 870px;
}
.chapter-intro {
  color: #655d51;
  font-size: 1.17rem;
  line-height: 1.85;
  max-width: 720px;
}
.reading-layout {
  display: grid;
  grid-template-columns: minmax(0,760px) minmax(240px,310px);
  justify-content: space-between;
  gap: 64px;
  align-items: start;
}
.reading-sidebar {
  position: sticky;
  top: 110px;
  min-width: 0;
}
.sidebar-panel {
  padding: 30px;
  border: 1px solid var(--line,#d9dfcc);
  background: var(--tint,#f4f7ee);
  border-radius: 22px;
}
.sidebar-panel h2 {
  font-size: 1.45rem;
  margin-bottom: 16px;
}
.sidebar-panel p {
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.75;
  margin-bottom: 18px;
}
.sidebar-panel>a {
  display: block;
  padding: 16px 0;
  border-top: 1px solid var(--line,#d9dfcc);
  color: var(--accent,#345f39);
  font-weight: 700;
  font-size: .96rem;
  line-height: 1.6;
}
.sidebar-panel .sidebar-small {
  font-size: .82rem;
}
.prose {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #504b43;
  min-width: 0;
}
.prose p {
  margin: 0 0 1.25em;
}
.prose h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: -.022em;
  margin: 1.9em 0 .8em;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose h3 {
  font-size: 1.3rem;
  margin: 1.65em 0 .7em;
}
.prose strong {
  color: #33342a;
  font-weight: 700;
}
.prose a {
  text-decoration: underline;
  color: #286043;
  text-decoration-thickness: 1px;
}
.prose a:hover {
  color: #a13f16;
}
.prose ol,.prose ul {
  padding-left: 1.4em;
  margin: 1.3em 0;
}
.prose ul {
  list-style: disc;
}
.prose ol {
  list-style: decimal;
}
.prose li {
  margin: .5em 0;
  padding-left: .25em;
}
.prose>p:first-child {
  font-size: 1.14rem;
}
.article-hero {
  background: linear-gradient(135deg,#fff5e5,#fffdf9 66%,#f2f6ed);
  border-bottom: 1px solid #e9dfd0;
  padding: 28px 0 56px;
}
.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.7fr) minmax(0,1fr);
  align-items: center;
  gap: 60px;
}
.article-hero h1 {
  font-size: clamp(2.15rem,3.5vw,3.2rem);
  margin: 20px 0 22px;
}
.article-feature {
  width: 100%;
  border-radius: 25px;
  border: 1px solid #e3d3bb;
  box-shadow: 0 7px 18px #57432612;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  font-size: .79rem;
  color: #686053;
  margin: 22px 0;
}
.article-meta a {
  color: #2e6142;
  text-decoration: underline;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0,760px) minmax(235px,300px);
  justify-content: space-between;
  gap: 70px;
  padding-top: 65px;
  padding-bottom: 70px;
  align-items: start;
}
.article-end {
  border-top: 1px solid #e7dfd1;
  padding-top: 24px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  font-size: .84rem;
  color: #716456;
}
.article-end a {
  color: #2e6142;
  text-decoration: underline;
}
.toc {
  border: 1px solid #e5d9c5;
  border-radius: 20px;
  background: #fffbf4;
  overflow: hidden;
}
.toc summary {
  list-style: none;
  cursor: pointer;
  padding: 21px 22px;
  font-size: 1.09rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.toc summary::-webkit-details-marker {
  display: none;
}
.toc summary span {
  font-size: 1.1rem;
  font-weight: 400;
}
.toc ol {
  margin: 0 22px 23px;
  padding: 0;
  list-style: none;
  max-height: calc(100dvh - 280px);
  overflow: auto;
}
.toc li {
  border-top: 1px solid #ece1cf;
}
.toc a {
  display: block;
  padding: 11px 1px;
  font-size: .85rem;
  line-height: 1.6;
  color: #5e594e;
}
.toc a:hover {
  color: #a13f16;
  text-decoration: underline;
}
.sidebar-note {
  padding: 27px 10px;
  font-size: .9rem;
  line-height: 1.8;
  color: #6a6256;
}
.sidebar-note>a {
  display: block;
  margin: 11px 0;
  font-weight: 700;
  color: #325f3d;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.tag {
  display: inline-block;
  border: 1px solid #dedfce;
  background: #f5f6ee;
  padding: 5px 10px;
  border-radius: 6px;
  color: #506046;
  font-size: .73rem;
  line-height: 1.6;
}
.tag:hover {
  background: #e8efdf;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}
.listing-label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  margin: 0 0 28px;
}
.listing-label h2 {
  font-size: 1.75rem;
}
.listing-label>span {
  font-size: .8rem;
  color: #70675a;
}
.tag-directory {
  margin-top: 65px;
  padding-top: 35px;
  border-top: 1px solid #e9e1d4;
}
.tag-directory h2 {
  font-size: 1.75rem;
}
.collection-note {
  max-width: 810px;
  margin-bottom: 42px;
  font-size: 1.08rem;
  color: #615b51;
  line-height: 1.85;
}
.collection-note p {
  margin-bottom: 18px;
}
.path-card {
  padding: 30px;
  border: 1px solid #d8dfcb;
  background: white;
  border-radius: 22px;
}
.path-card h3 {
  margin-bottom: 16px;
}
.path-card p {
  color: #696355;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.path-card ol {
  list-style: decimal;
  padding-left: 22px;
}
.path-card li {
  margin: 14px 0;
  padding-left: 5px;
  color: #316043;
  font-size: .94rem;
}
.path-card a {
  text-decoration: underline;
}
.resource-intro {
  max-width: 870px;
  margin-bottom: 40px;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 22px;
}
.resource-card {
  background: #fffdf8;
  border: 1px solid #e5dccb;
  padding: 28px;
  border-radius: 20px;
}
.resource-card h2 {
  font-size: 1.35rem;
  line-height: 1.4;
  margin-bottom: 13px;
}
.resource-card h3 {
  margin-bottom: 16px;
}
.resource-card p {
  color: #635f52;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 18px;
}
.resource-card .eyebrow {
  color: #55734a;
  font-size: .72rem;
  margin-bottom: 12px;
}
.sitemap-groups {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 32px;
}
.sitemap-groups>section {
  padding: 30px;
  background: #fffaf0;
  border: 1px solid #e5dccb;
  border-radius: 22px;
}
.sitemap-groups h2 {
  font-size: 1.65rem;
  margin-bottom: 22px;
}
.sitemap-groups li {
  margin: 14px 0;
  font-size: 1rem;
}
.sitemap-groups a {
  color: #315f3f;
  text-decoration: underline;
}
.not-found-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 60px;
}
@media (min-width:1400px) {
  .homepage-hero h1 {
    font-size: 3.5rem;
  }
}
@media (max-width:1199px) {
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .reading-layout,.article-layout {
    gap: 40px;
    grid-template-columns: minmax(0,1fr) 270px;
  }
  .chapter-split,.article-hero-grid {
    gap: 40px;
  }
  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1.2fr;
  }
  .footer-grid>div:last-child {
    grid-column: 1/-1;
    max-width: 520px;
  }
  .footer-extra {
    display: flex;
    gap: 25px;
  }
}
@media (max-width:1023px) {
  .homepage-hero>.max-w-7xl {
    max-width: 850px;
  }
  .homepage-hero .grid.grid-cols-2 {
    max-width: 640px;
    justify-self: center;
  }
  .homepage-hero h1 {
    max-width: 710px;
    font-size: 3.1rem;
  }
  .topic-grid,.journal-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .reading-layout,.article-layout {
    grid-template-columns: minmax(0,1fr);
    max-width: 860px;
    gap: 38px;
  }
  .reading-sidebar {
    position: static;
  }
  .article-layout>.reading-sidebar {
    order: -1;
  }
  .article-layout .sidebar-note {
    display: none;
  }
  .toc ol {
    max-height: 235px;
  }
  .chapter-split {
    grid-template-columns: minmax(0,1.6fr) minmax(0,1fr);
    gap: 35px;
  }
  .chapter-split h1 {
    font-size: 2.7rem;
  }
  .chapter-intro {
    font-size: 1.1rem;
  }
  .article-hero-grid {
    grid-template-columns: minmax(0,1.5fr) minmax(0,1fr);
    gap: 32px;
  }
  .article-hero h1 {
    font-size: 2.4rem;
  }
  .journal-card .card-copy {
    padding: 23px;
  }
}
@media (max-width:767px) {
  .site-container {
    padding-inline: 24px;
  }
  .header-inner {
    min-height: 74px;
  }
  .brand-word {
    font-size: 1.03rem;
  }
  .section-space {
    padding-block: 54px;
  }
  .section-heading {
    margin-bottom: 32px;
  }
  .section-heading>p:last-child {
    font-size: 1.03rem;
  }
  .homepage-hero {
    padding-block: 42px 62px;
  }
  .homepage-hero h1 {
    font-size: 2.7rem;
  }
  .homepage-hero .grid.grid-cols-2 {
    max-width: none;
  }
  .hero-tile {
    border-radius: 18px;
  }
  .tile-offset {
    transform: translateY(13px);
  }
  .chapter-split,.article-hero-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 36px;
  }
  .chapter-art {
    max-width: 330px;
    justify-self: center;
  }
  .article-feature {
    max-width: 400px;
    justify-self: center;
  }
  .chapter-split h1 {
    font-size: 2.5rem;
  }
  .article-hero h1 {
    font-size: 2.6rem;
  }
  .chapter-hero,.article-hero {
    padding: 23px 0 44px;
  }
  .breadcrumbs {
    margin-bottom: 28px;
    font-size: .72rem;
    gap: 7px;
  }
  .article-layout {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .prose {
    font-size: 1.05rem;
    line-height: 1.85;
  }
  .prose h2 {
    font-size: 1.65rem;
  }
  .prose>p:first-child {
    font-size: 1.08rem;
  }
  .topic-card {
    padding: 25px;
  }
  .footer-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 32px;
  }
  .footer-grid>div:first-child {
    grid-column: 1/-1;
    max-width: 430px;
  }
  .footer-grid>div:last-child {
    grid-column: 1/-1;
  }
  .site-footer {
    padding-top: 48px;
  }
  .listing-label {
    display: block;
  }
  .listing-label>span {
    display: block;
    margin-top: 8px;
  }
  .resource-grid,.sitemap-groups {
    grid-template-columns: minmax(0,1fr);
  }
  .health-note {
    padding: 23px;
  }
}
@media (max-width:639px) {
  .site-container {
    padding-inline: 20px;
  }
  .header-inner {
    gap: 10px;
  }
  .brand {
    gap: 8px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 21px;
  }
  .brand-word {
    font-size: .99rem;
  }
  .menu-label {
    display: none;
  }
  .mobile-nav>summary {
    padding: 9px;
    min-width: 42px;
  }
  .topic-grid,.journal-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 23px;
  }
  .homepage-hero h1 {
    font-size: 2.55rem;
  }
  .homepage-hero .button {
    width: 100%;
  }
  .homepage-hero .pill {
    font-size: .7rem;
  }
  .homepage-hero .flex.flex-wrap {
    gap: 9px;
    padding-top: 12px;
  }
  .chapter-intro {
    font-size: 1.07rem;
  }
  .card-copy {
    padding: 26px;
  }
  .card-copy h3 {
    font-size: 1.55rem;
  }
  .card-copy>p {
    font-size: 1rem;
  }
  .card-bottom {
    font-size: .78rem;
  }
  .variety-card img {
    aspect-ratio: 1.4/1;
  }
  .explain-card {
    padding: 26px;
  }
  .faq-list summary {
    padding: 19px;
    font-size: 1rem;
  }
  .faq-list details>div {
    padding-inline: 19px;
  }
  .footer-bottom nav {
    gap: 18px;
  }
  .footer-extra {
    flex-wrap: wrap;
    gap: 12px 22px;
  }
  .article-hero h1,.chapter-split h1 {
    font-size: 2.35rem;
  }
  .article-meta {
    font-size: .76rem;
    gap: 8px 16px;
  }
  .article-meta>span:first-child {
    flex-basis: 100%;
  }
  .tag {
    font-size: .7rem;
  }
  .grow-step {
    padding: 10px 0;
  }
}
@media (max-width:359px) {
  .site-container {
    padding-inline: 16px;
  }
  .header-inner {
    gap: 8px;
  }
  .brand {
    gap: 6px;
  }
  .brand-word {
    font-size: .87rem;
  }
  .brand-mark {
    width: 30px;
    height: 30px;
    font-size: 19px;
  }
  .homepage-hero h1 {
    font-size: 2.25rem;
  }
  .footer-grid {
    gap: 24px 20px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*::before,*::after {
    transition: none !important;
    animation: none !important;
  }
  .topic-card:hover {
    transform: none;
  }
}
@media print {
  .site-header,.site-footer,.reading-sidebar,.article-feature,.section-tint,.skip-link,.tags {
    display: none !important;
  }
  .site-container {
    max-width: none;
    padding: 0;
  }
  .article-layout,.reading-layout,.article-hero-grid {
    display: block;
  }
  .article-hero,.chapter-hero {
    background: white;
    padding: 0 0 20px;
  }
  .article-layout {
    padding-top: 20px;
  }
  body {
    font-size: 11pt;
  }
  a {
    color: inherit !important;
  }
  .prose {
    font-size: 11pt;
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
