/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Alfa Agromech
Theme URI: https://alfa-agromech.ro/
Description: Modern WordPress theme for Alfa Agromech (agricultural machinery). Built on _tw (Greg Sullivan) with Tailwind CSS and the block editor.
Version: 0.1.0
Author: Alfa Agromech
Author URI: https://alfa-agromech.ro/
Text Domain: alfa-agromech
Requires at least: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.

Alfa Agromech is based on _tw https://underscoretw.com/, (C) 2021-2026 Greg Sullivan
Alfa Agromech is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: var(--font-body);
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --color-orange-100: oklch(0.95 0.05 65);
  --color-orange-400: oklch(0.78 0.17 60);
  --color-orange-500: oklch(0.72 0.19 55);
  --color-orange-600: oklch(0.65 0.18 52);
  --color-green-50: oklch(0.97 0.015 155);
  --color-green-100: oklch(0.94 0.03 155);
  --color-green-800: oklch(0.32 0.06 155);
  --color-green-900: oklch(0.24 0.05 155);
  --color-green-950: oklch(0.18 0.03 155);
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-extrabold: 800;
  --radius-lg: 12px;
  --shadow-lg: 0 12px 40px oklch(0.2 0.02 155 / 0.12);
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --radius: 4px;
  --color-cream: oklch(0.975 0.012 85);
  --color-paper: oklch(0.99 0.006 85);
  --color-ink: oklch(0.2 0.02 155);
  --color-ink-2: oklch(0.36 0.02 155);
  --color-ink-3: oklch(0.55 0.015 155);
  --color-line: oklch(0.88 0.012 150);
  --color-line-2: oklch(0.93 0.008 150);
  --color-background: var(--color-cream);
  --color-foreground: var(--color-ink);
  --color-primary: var(--color-green-800);
  --font-display: Archivo, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  --shadow-default: 0 4px 16px oklch(0.2 0.02 155 / 0.08),
		0 1px 2px oklch(0.2 0.02 155 / 0.06);
  --container-content: 760px;
  --container-wide: 1280px;
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800;900&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap");
*, ::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)) {
    ::placeholder {
      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;
}
body {
  background-color: var(--color-cream);
  font-family: var(--font-body);
  color: var(--color-ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 1.5;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
#content.site-main, main.site-main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.site-footer {
  flex-shrink: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--color-ink);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0;
  text-wrap: balance;
}
h1 {
  font-size: clamp(42px, 5.5vw, 78px);
  letter-spacing: -0.035em;
}
h2 {
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.028em;
}
h3 {
  font-size: clamp(20px, 1.8vw, 26px);
  letter-spacing: -0.02em;
}
p {
  margin: 0;
  text-wrap: pretty;
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.container-x {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 680px) {
  .container-x {
    padding: 0 16px;
  }
}
.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-ink-3);
  font-weight: 500;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: var(--radius);
  border: 2px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.12s ease,	background 0.15s ease,	color 0.15s ease,	box-shadow 0.15s ease;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0);
}
.btn-primary {
  background: var(--color-orange-500);
  color: #fff;
}
.btn-primary:hover {
  background: var(--color-orange-600);
  box-shadow: 0 6px 20px oklch(0.72 0.19 55 / 0.35);
}
.btn-dark {
  background: var(--color-green-900);
  color: var(--color-cream);
}
.btn-dark:hover {
  background: var(--color-green-950);
}
.btn-ghost {
  background: transparent;
  color: var(--color-ink);
  border-color: var(--color-ink);
}
.btn-ghost:hover {
  background: var(--color-ink);
  color: var(--color-cream);
}
.btn-ghost-light {
  background: transparent;
  color: var(--color-cream);
  border-color: oklch(1 0 0 / 0.35);
}
.btn-ghost-light:hover {
  background: oklch(1 0 0 / 0.1);
  border-color: var(--color-cream);
}
.btn-sm {
  padding: 9px 14px;
  font-size: 12px;
}
.btn-lg {
  padding: 18px 28px;
  font-size: 15px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--color-green-100);
  color: var(--color-green-800);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}
.pill-accent {
  background: var(--color-orange-100);
  color: var(--color-orange-600);
}
.pill-dark {
  background: var(--color-green-950);
  color: var(--color-cream);
}
.pill-cream {
  background: var(--color-cream);
  color: var(--color-orange-600);
}
.pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-orange-500);
  flex-shrink: 0;
  box-shadow: 0 0 0 2px oklch(0.78 0.17 60 / 0.2);
}
.phone-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 13px;
}
.ticker {
  background: var(--color-green-950);
  color: oklch(0.85 0.03 85);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 8px 0;
  overflow: hidden;
  white-space: nowrap;
}
.ticker-inner {
  display: inline-flex;
  gap: 0;
  align-items: center;
  animation: alfa-ticker-scroll 40s linear infinite;
  padding-left: 24px;
}
@keyframes alfa-ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.ticker-inner span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.ticker-inner span::before {
  content: "\25C6";
  color: var(--color-orange-500);
  font-size: 8px;
  margin: 0 24px;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: oklch(0.975 0.012 85 / 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--color-line);
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 68px;
}
.navlink {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13.5px;
  color: var(--color-ink);
  padding: 8px 2px;
  position: relative;
  letter-spacing: 0.01em;
}
.navlink:hover {
  color: var(--color-orange-600);
}
.navlink.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--color-orange-500);
}
.nav-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 20px;
  color: var(--color-ink);
}
.logo img {
  height: 34px;
  width: auto;
  display: block;
}
.logo-square img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.hamburger {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
}
.hamburger:hover {
  background: var(--color-paper);
}
.hb {
  position: relative;
  width: 20px;
  height: 14px;
  display: block;
}
.hb > span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-ink);
  border-radius: 2px;
  transition: transform 0.2s ease,	opacity 0.15s ease,	top 0.2s ease;
}
.hb > span:nth-child(1) {
  top: 0;
}
.hb > span:nth-child(2) {
  top: 6px;
}
.hb > span:nth-child(3) {
  top: 12px;
}
.hb.is-open > span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
.hb.is-open > span:nth-child(2) {
  opacity: 0;
}
.hb.is-open > span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}
.mobile-menu {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-cream);
  z-index: 45;
  display: flex;
  overflow: hidden;
  animation: alfa-fade-in 0.18s ease;
}
@keyframes alfa-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mobile-menu-panel {
  width: 100%;
  height: 100%;
  background: var(--color-cream);
  display: flex;
  flex-direction: column;
  animation: alfa-slide-in 0.24s cubic-bezier(0.2, 0.7, 0.2, 1);
}
@keyframes alfa-slide-in {
  from {
    transform: translateY(-12px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.mobile-menu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--color-line);
}
.mobile-menu-links {
  flex: 1;
  padding: 12px 0;
  overflow-y: auto;
}
.mobile-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 22px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--color-ink);
  border-bottom: 1px solid var(--color-line-2);
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease;
}
.mobile-link:hover, .mobile-link.active {
  background: var(--color-green-50);
  color: var(--color-green-900);
}
.mobile-menu-foot {
  padding: 20px 22px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid var(--color-line);
  background: #fff;
}
.mobile-menu-foot .btn {
  justify-content: center;
}
.tile {
  background: var(--color-paper);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  overflow: hidden;
  display: block;
  cursor: pointer;
  transition: border-color 0.15s ease,	transform 0.15s ease,	box-shadow 0.15s ease;
}
.tile:hover {
  border-color: var(--color-green-800);
  transform: translateY(-2px);
  box-shadow: var(--shadow-default);
}
.tile-img {
  aspect-ratio: 4 / 3;
  background: var(--color-green-50);
  position: relative;
  overflow: hidden;
}
.tile-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile-body {
  padding: 14px 16px 16px;
}
.tile-cat {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-ink-3);
}
.tile-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-ink);
  margin-top: 6px;
  line-height: 1.25;
}
.tile-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.tile-sku {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--color-ink-3);
}
.tile-cta {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-green-800);
}
.tile-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: repeating-linear-gradient(	-45deg,	oklch(0.94 0.03 155) 0 12px,	oklch(0.92 0.035 155) 12px 24px	);
  color: var(--color-green-800);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tile-placeholder span {
  background: oklch(1 0 0 / 0.85);
  color: var(--color-ink);
  padding: 6px 10px;
  border-radius: 2px;
}
.tile.compact .tile-body {
  padding: 10px 12px 12px;
}
.tile.compact .tile-name {
  font-size: 14px;
}
.tile.compact .tile-cat {
  font-size: 10px;
}
.cat-card {
  display: block;
  background: var(--color-paper);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease,	border-color 0.2s ease,	box-shadow 0.2s ease;
}
.cat-card:hover {
  transform: translateY(-3px);
  border-color: var(--color-green-800);
  box-shadow: var(--shadow-default);
}
.cat-card .img {
  aspect-ratio: 5 / 4;
  background: var(--color-green-50);
  position: relative;
  overflow: hidden;
}
.cat-card .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat-card .img:empty::before, .cat-card .img-empty::before {
  content: "Fără poză";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: repeating-linear-gradient(	-45deg,	oklch(0.72 0.19 55) 0 12px,	oklch(0.68 0.18 52) 12px 24px	);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cat-card .body {
  padding: 18px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.cat-card .name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 19px;
  color: var(--color-ink);
  letter-spacing: -0.01em;
}
.cat-card .count {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-ink-3);
}
.cat-card .arr {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-green-900);
  color: var(--color-cream);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.cat-card:hover .arr {
  transform: rotate(-45deg);
  background: var(--color-orange-500);
}
.section {
  padding: 72px 0;
}
.section-sm {
  padding: 48px 0;
}
@media (max-width: 680px) {
  .section {
    padding: 48px 0;
  }
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.section-head .title-block {
  max-width: 640px;
}
.section-head .eyebrow {
  margin-bottom: 10px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.cat-feature-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.cat-feature-grid > .cat-card:first-child {
  grid-row: span 3;
}
.cat-feature-grid > .cat-card:first-child .img {
  aspect-ratio: auto;
  flex: 1;
  min-height: 320px;
}
.cat-feature-grid > .cat-card:first-child .name {
  font-size: 28px;
}
.cat-feature-grid > .cat-card:first-child {
  display: grid;
  grid-template-rows: 1fr auto;
}
.cat-feature-grid > .cat-card:not(:first-child) .img {
  aspect-ratio: 16 / 7;
  min-height: 0;
}
@media (max-width: 880px) {
  .cat-feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cat-feature-grid > .cat-card:first-child {
    grid-row: auto;
  }
  .cat-feature-grid > .cat-card:first-child .img {
    aspect-ratio: 5 / 4;
    min-height: 0;
  }
  .cat-feature-grid > .cat-card:first-child .name {
    font-size: 19px;
  }
  .cat-feature-grid > .cat-card:not(:first-child) .img {
    aspect-ratio: 5 / 4;
  }
}
@media (max-width: 560px) {
  .cat-feature-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 960px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .grid-4, .grid-3, .grid-2 {
    grid-template-columns: 1fr;
  }
}
.crumbs {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-ink-3);
  padding: 20px 0;
}
.crumbs a:hover {
  color: var(--color-orange-600);
}
.crumbs .sep {
  margin: 0 8px;
  color: var(--color-line);
}
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--color-green-900);
  color: var(--color-cream);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.stats-strip .stat {
  padding: 28px 24px;
  border-right: 1px solid oklch(1 0 0 / 0.08);
}
.stats-strip .stat:last-child {
  border-right: 0;
}
.stats-strip .num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -0.03em;
  color: var(--color-orange-400);
}
.stats-strip .lbl {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 6px;
  color: oklch(0.85 0.03 85);
}
@media (max-width: 760px) {
  .stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-strip .stat:nth-child(2) {
    border-right: 0;
  }
}
form.search {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-default);
  border: 1px solid var(--color-line);
  padding: 6px;
}
form.search input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 15px;
  background: transparent;
  color: var(--color-ink);
  min-width: 0;
}
form.search input::placeholder {
  color: var(--color-ink-3);
}
form.search .btn {
  padding: 12px 20px;
  font-size: 13px;
}
form.search .btn svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 560px) {
  form.search {
    flex-wrap: wrap;
    gap: 6px;
  }
  form.search input {
    width: 100%;
    padding: 10px 10px;
  }
  form.search .btn {
    width: 100%;
    justify-content: center;
  }
}
.hero-photo {
  background: var(--color-green-950);
  color: var(--color-cream);
  min-height: 620px;
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: visible;
}
.hero-photo .bg {
  position: absolute;
  inset: 0;
}
.hero-photo .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.hero-photo .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(	90deg,	oklch(0.18 0.03 155 / 0.92) 0%,	oklch(0.18 0.03 155 / 0.55) 60%,	oklch(0.18 0.03 155 / 0.3) 100%	);
}
.hero-photo .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
  width: 100%;
}
.hero-photo h1 {
  color: var(--color-cream);
  max-width: 900px;
}
.hero-photo h1 em {
  color: var(--color-orange-400);
  font-style: normal;
}
.hero-photo .sub {
  max-width: 560px;
  font-size: 17px;
  color: oklch(0.88 0.02 85);
  margin-top: 20px;
}
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.hero-pills .pill {
  padding: 9px 16px;
  font-size: 12px;
}
@media (max-width: 560px) {
  .hero-pills .pill {
    font-size: 11px;
    padding: 7px 12px;
  }
}
.featured-pop {
  position: fixed;
  right: max(24px, calc((100vw - var(--container-wide)) / 2 + 24px));
  top: 140px;
  width: 300px;
  background: var(--color-cream);
  color: var(--color-ink);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  box-shadow: 0 30px 70px oklch(0 0 0 / 0.45),	0 4px 12px oklch(0 0 0 / 0.25);
  z-index: 35;
  text-decoration: none;
  transform: rotate(-4deg);
  transform-origin: center top;
  animation: alfa-featured-drop 0.7s cubic-bezier(0.18, 0.9, 0.3, 1.15) 0.25s both;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.featured-pop:hover {
  transform: rotate(-1deg) translateY(-4px) scale(1.02);
}
@keyframes alfa-featured-drop {
  0% {
    transform: translateY(-160%) rotate(14deg);
    opacity: 0;
  }
  60% {
    transform: translateY(8px) rotate(-6deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotate(-4deg);
    opacity: 1;
  }
}
.featured-pop-ribbon {
  position: absolute;
  top: -14px;
  left: -14px;
  background: var(--color-orange-500);
  color: var(--color-green-950);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 999px;
  box-shadow: 0 6px 16px oklch(0 0 0 / 0.3);
  z-index: 2;
  transform: rotate(-6deg);
}
.featured-pop-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: none;
  background: oklch(1 0 0 / 0.92);
  color: var(--color-ink);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.15s ease;
}
.featured-pop-close:hover {
  background: #fff;
}
.featured-pop-img {
  aspect-ratio: 16 / 10;
  position: relative;
  background: var(--color-green-50);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
}
.featured-pop-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-pop-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.featured-pop-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-ink-2);
  font-weight: 600;
}
.featured-pop-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-ink);
  margin-top: 2px;
}
.featured-pop-meta {
  font-size: 12px;
  color: var(--color-ink-2);
  margin-top: 2px;
}
.featured-pop-cta {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
}
.featured-pop-cta svg {
  width: 14px;
  height: 14px;
}
.featured-pop-link {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  color: var(--color-ink-2);
  text-decoration: none;
  cursor: pointer;
  align-self: center;
}
.featured-pop-link:hover {
  color: var(--color-orange-600);
}
.featured-pop-link svg {
  width: 12px;
  height: 12px;
}
@media (max-width: 900px) {
  .featured-pop {
    width: 260px;
    right: 16px;
    top: 140px;
  }
}
@media (max-width: 640px) {
  .featured-pop {
    width: 210px;
    right: 8px;
    top: 130px;
  }
  .featured-pop-title {
    font-size: 14px;
  }
  .featured-pop-img {
    aspect-ratio: 16 / 9;
  }
  .featured-pop-body {
    padding: 10px 12px 12px;
  }
  .featured-pop-cta {
    margin-top: 8px;
    padding: 10px 12px;
    font-size: 13px;
  }
  .featured-pop-link {
    margin-top: 6px;
  }
}
.brand-feature {
  background: var(--color-green-950);
  color: var(--color-cream);
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.brand-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, oklch(0.35 0.06 155 / 0.6), transparent 50%),	radial-gradient(circle at 85% 80%, oklch(0.5 0.12 55 / 0.2), transparent 50%);
  pointer-events: none;
}
.brand-feature .container-x {
  position: relative;
}
.brand-feature-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 72px;
  align-items: start;
}
.brand-feature-side .eyebrow {
  color: var(--color-orange-400);
}
.brand-feature-side h2 {
  color: var(--color-cream);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin-top: 14px;
}
.brand-feature-side p {
  margin-top: 18px;
  color: oklch(0.85 0.02 85);
  font-size: 15px;
  line-height: 1.6;
  max-width: 340px;
}
.brand-feature-stats {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid oklch(1 0 0 / 0.1);
}
.brand-feature-stats > div {
  padding: 20px 20px 4px 20px;
  border-right: 1px solid oklch(1 0 0 / 0.1);
}
.brand-feature-stats > div:first-child {
  padding-left: 0;
}
.brand-feature-stats > div:last-child {
  border-right: 0;
  padding-right: 0;
}
.brand-feature-stats strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 36px;
  color: var(--color-cream);
  letter-spacing: -0.03em;
  line-height: 1;
}
.brand-feature-stats span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: oklch(0.78 0.02 85);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.brand-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.brand-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-height: 170px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px oklch(0 0 0 / 0.35);
}
.brand-card-logo {
  flex: 1;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 84px;
}
.brand-card-logo img {
  max-height: 80px;
  max-width: 92%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.brand-card-meta {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid var(--color-line-2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.brand-card-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  color: var(--color-ink);
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brand-card-origin {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--color-orange-600);
  background: oklch(0.97 0.03 60);
  padding: 3px 7px;
  border-radius: 3px;
  flex-shrink: 0;
}
@media (max-width: 1170px) {
  .brand-feature-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .brand-feature-side p {
    max-width: 640px;
  }
  .brand-feature-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 720px) {
  .brand-feature {
    padding: 56px 0;
  }
  .brand-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-feature-stats strong {
    font-size: 28px;
  }
}
.quote {
  background: var(--color-paper);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
}
.quote .mark {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 48px;
  color: var(--color-orange-500);
  line-height: 0.5;
  height: 20px;
}
.quote .body {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--color-ink-2);
  flex: 1;
}
.quote .author {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--color-ink);
  font-size: 14px;
}
.quote .place {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-ink-3);
  margin-top: 2px;
}
.site-footer {
  background: var(--color-green-950);
  color: oklch(0.85 0.02 85);
  padding: 72px 0 96px;
  margin-top: 0;
}
@media (max-width: 720px) {
  .site-footer {
    padding-bottom: 128px;
  }
}
.site-footer .footnote-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
}
.site-footer .grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 760px) {
  .site-footer .grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
.site-footer h5 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-orange-400);
  font-weight: 500;
  margin: 0 0 16px;
}
.site-footer a:not(.btn):not(.logo):not(.anpc-btn):not(.footnote a), .site-footer span:not(.btn):not(.logo):not(.anpc-btn) {
  display: block;
  padding: 5px 0;
  color: oklch(0.88 0.02 85);
  font-size: 14px;
}
.site-footer a:not(.btn):not(.logo):not(.anpc-btn):hover {
  color: var(--color-cream);
}
.site-footer .footnote {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.site-footer .footnote a {
  display: inline !important;
  padding: 0 !important;
  color: oklch(0.85 0.02 85);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-footer .footnote a:hover {
  color: var(--color-cream);
}
.site-footer .footnote > span:last-child {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.footnote {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid oklch(1 0 0 / 0.08);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: oklch(0.7 0.02 85);
  text-transform: uppercase;
  flex-wrap: wrap;
}
.floats {
  position: fixed;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 40;
  display: flex;
  gap: 8px;
  pointer-events: none;
}
.floats .float-btn {
  pointer-events: auto;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  height: 52px;
  line-height: 1;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 24px oklch(0 0 0 / 0.22);
}
.floats .float-btn.call {
  background: var(--color-orange-500);
  color: var(--color-green-950);
}
.floats .float-btn.call:hover {
  background: var(--color-orange-600);
}
.floats .float-btn.wa {
  background: #25d366;
  color: #083d22;
}
.floats .float-btn.wa:hover {
  background: #1dbd59;
}
.floats .float-btn svg {
  width: 18px;
  height: 18px;
  display: block;
}
@media (min-width: 720px) {
  .floats {
    left: auto;
    right: 20px;
    bottom: 20px;
    gap: 12px;
  }
  .floats .float-btn {
    flex: 0 0 auto;
    padding: 0 18px;
    height: 46px;
    font-size: 14px;
  }
  .floats .float-btn.call {
    display: none;
  }
}
body.menu-open .floats {
  display: none;
}
.btn-wa {
  background: #25d366;
  color: #083d22;
  border: 2px solid #25d366;
}
.btn-wa:hover {
  background: #1dbd59;
  border-color: #1dbd59;
  color: #083d22;
}
.btn-wa svg {
  fill: currentColor;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.spec-table tr {
  border-bottom: 1px solid var(--color-line-2);
}
.spec-table td {
  padding: 12px 0;
}
.spec-table td:first-child {
  color: var(--color-ink-3);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  width: 40%;
}
.spec-table td:last-child {
  font-weight: 500;
  color: var(--color-ink);
}
.desktop-nav {
  margin-left: 12px;
}
.desktop-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
}
.desktop-menu > li.menu-item {
  position: relative;
}
.desktop-menu .navlink {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 10px;
}
.desktop-menu .submenu-caret {
  opacity: 0.6;
}
.desktop-menu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-default);
  list-style: none;
  margin: 0;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
  z-index: 60;
}
.desktop-menu > li:hover > .submenu, .desktop-menu > li:focus-within > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.desktop-menu .submenu .submenu {
  top: 0;
  left: 100%;
  transform: translateX(4px);
}
.desktop-menu .submenu li:hover > .submenu, .desktop-menu .submenu li:focus-within > .submenu {
  transform: translateX(0);
}
.desktop-menu .submenu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.3;
}
.desktop-menu .submenu-link:hover, .desktop-menu .submenu-link:focus {
  background: var(--color-green-50);
  color: var(--color-green-900);
}
.desktop-menu .submenu .submenu-caret {
  width: 10px;
  height: 10px;
}
.desktop-menu .submenu-toggle {
  display: none;
}
.mobile-menu-links {
  flex: 1;
  overflow-y: auto;
  padding: 12px 0;
}
.mobile-menu-links ul.mobile-menu-ul, .mobile-menu-links ul.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu-links .menu-item {
  position: relative;
  border-bottom: 1px solid var(--color-line-2);
}
.mobile-menu-links .navlink, .mobile-menu-links .submenu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding: 18px 22px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--color-ink);
}
.mobile-menu-links .menu-depth-1 .navlink, .mobile-menu-links .menu-depth-1 .submenu-link, .mobile-menu-links .menu-depth-2 .navlink, .mobile-menu-links .menu-depth-2 .submenu-link {
  font-size: 15px;
  font-family: var(--font-body);
  font-weight: 500;
  padding: 12px 22px 12px 40px;
}
.mobile-menu-links .menu-depth-2 .navlink, .mobile-menu-links .menu-depth-2 .submenu-link {
  padding-left: 60px;
  color: var(--color-ink-2);
}
.mobile-menu-links .menu-item.has-submenu > a {
  padding-right: 60px;
}
.mobile-menu-links .submenu-caret {
  display: none;
}
.mobile-menu-links .submenu-toggle {
  position: absolute;
  right: 10px;
  top: 4px;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  color: var(--color-ink);
  cursor: pointer;
  padding: 0;
  transition: background 0.12s ease, transform 0.2s ease;
}
.mobile-menu-links .submenu-toggle:hover {
  background: var(--color-paper);
}
.mobile-menu-links .menu-item.is-open > .submenu-toggle {
  transform: rotate(180deg);
  background: var(--color-green-50);
}
.mobile-menu-links .submenu {
  display: none;
  background: var(--color-green-50);
}
.mobile-menu-links .menu-item.is-open > .submenu {
  display: block;
}
.woocommerce ul.products, ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce ul.products li.product, ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  list-style: none !important;
}
.woocommerce ul.products li.product::before, ul.products li.product::before, .woocommerce ul.products::before, .woocommerce ul.products::after, ul.products::before, ul.products::after {
  display: none !important;
  content: none !important;
}
@media (max-width: 960px) {
  .woocommerce ul.products,	ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 560px) {
  .woocommerce ul.products,	ul.products {
    grid-template-columns: 1fr !important;
  }
}
.woocommerce-pagination, nav.woocommerce-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.woocommerce-pagination ul.page-numbers, .woocommerce ul.page-numbers {
  display: inline-flex !important;
  gap: 8px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  border: 0 !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}
.woocommerce-pagination ul.page-numbers li, .woocommerce ul.page-numbers li {
  display: inline-flex !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}
.woocommerce-pagination .page-numbers, .woocommerce ul.page-numbers li .page-numbers, .woocommerce ul.page-numbers li span.page-numbers {
  display: inline-grid !important;
  place-items: center !important;
  min-width: 40px;
  height: 40px;
  padding: 0 12px !important;
  border-radius: var(--radius) !important;
  border: 1px solid var(--color-line) !important;
  background: var(--color-paper) !important;
  color: var(--color-ink) !important;
  font-family: var(--font-mono) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  text-decoration: none !important;
}
.woocommerce-pagination .page-numbers:hover, .woocommerce ul.page-numbers li a.page-numbers:hover {
  border-color: var(--color-green-800) !important;
  color: var(--color-green-800) !important;
  background: var(--color-paper) !important;
}
.woocommerce-pagination .page-numbers.current, .woocommerce ul.page-numbers li span.current {
  background: var(--color-green-900) !important;
  color: var(--color-cream) !important;
  border-color: var(--color-green-900) !important;
}
@media (max-width: 1180px) {
  .desktop-nav {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .nav .desktop-cta {
    display: none;
  }
}
@media (min-width: 1181px) {
  .nav .hamburger {
    display: none;
  }
}
.page-contact + footer, .map-strip + footer {
  margin-top: 0;
}
.mobile-menu-links {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu-links .navlink, .mobile-menu-links .submenu-link {
  padding: 18px 22px;
  font-size: 20px;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.start {
  inset-inline-start: var(--spacing);
}
.end {
  inset-inline-end: var(--spacing);
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  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);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  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;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.max-w-none {
  max-width: none;
}
.resize {
  resize: both;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.text-wrap {
  text-wrap: wrap;
}
.uppercase {
  text-transform: uppercase;
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip-path: none;
  white-space: normal;
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  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-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
