*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--font-sans); /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */ /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root {
    color-scheme: light;

    /* Core colors */
    --background: #f8f6f0;
    --foreground: #1f2a2d;
    --card: #ffffff;
    --card-foreground: #1f2a2d;
    --popover: #ffffff;
    --popover-foreground: #1f2a2d;
    --primary: #173229;
    --primary-foreground: #f8f6f0;
    --secondary: #ece6d8;
    --secondary-foreground: #243133;
    --accent: #c79a52;
    --accent-foreground: #241a12;
    --muted: #ece8dc;
    --muted-foreground: #556266;
    --border: #d9d3c5;
    --input: #f1ede2;
    --ring: rgba(23, 50, 41, 0.28);
    --destructive: #b04a3a;
    --destructive-foreground: #fffaf3;

    /* Section surfaces */
    --surface-0: #fffdf8;
    --surface-1: #f8f4ed;
    --surface-2: #f3ede2;
    --surface-3: #eee6d8;
    --surface-dark: #10241f;
    --surface-dark-2: #173229;

    /* Decorative tones */
    --gold-soft: rgba(212, 172, 96, 0.18);
    --gold-line: rgba(209, 170, 94, 0.12);
    --forest-soft: rgba(22, 48, 41, 0.12);
    --white-soft: rgba(255, 255, 255, 0.7);

    /* Sizing */
    --radius-xs: 0.375rem;
    --radius-sm: 0.625rem;
    --radius-md: 1rem;
    --radius-lg: 1.5rem;
    --radius-xl: 2rem;
    --site-width: 80rem;
    --site-width-wide: 87.5rem;
    --site-gutter: 1.5rem;
    --section-space-y: clamp(4.5rem, 8vw, 7.5rem);
    --section-space-y-tight: clamp(3.5rem, 6vw, 5.5rem);

    /* Fonts */
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-sans: 'Inter', 'Segoe UI', Tahoma, sans-serif;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
    border-color: var(--border);
  }

  html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
  }

  body {
    margin: 0;
    background: var(--background);
    color: var(--foreground);
    font-family: var(--font-sans);
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  img,
  svg,
  video,
  canvas {
    display: block;
    max-width: 100%;
  }

  a {
    color: inherit;
    text-decoration: none;
    transition:
      color 180ms ease,
      opacity 180ms ease,
      border-color 180ms ease;
  }

  a:hover {
    color: inherit;
  }

  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    outline: 2px solid var(--ring);
    outline-offset: 2px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    font-family: var(--font-serif);
    color: var(--foreground);
  }

  p {
    margin: 0;
  }

  ul,
  ol {
    margin: 0;
    padding: 0;
  }
.site-main {
    min-height: calc(100vh - 14rem);
  }
.site-container,
  .site-content-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: var(--site-width);
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
  }
.site-section {
    position: relative;
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
.site-section-tight {
    position: relative;
    padding-top: var(--section-space-y-tight);
    padding-bottom: var(--section-space-y-tight);
  }
.site-section-surface {
    background-color: var(--surface-1);
  }
.site-navigation {
    position: relative;
    border-bottom: 1px solid rgb(217 211 197 / 0.6);
    background-color: rgb(248 246 240 / 0.85);
    backdrop-filter: blur(10px);
  }
.site-nav-toggle {
    position: relative;
    z-index: 80;
  }
.site-nav-toggle__icon {
    position: relative;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
  }
.site-nav-toggle__line {
    position: absolute;
    left: 0.1rem;
    width: 1.3rem;
    height: 2px;
    border-radius: 999px;
    background-color: currentColor;
    transform-origin: center;
    transition:
      transform 220ms ease,
      opacity 180ms ease,
      top 220ms ease;
  }
.site-nav-toggle__line:nth-child(1) {
    top: 0.34rem;
  }
.site-nav-toggle__line:nth-child(2) {
    top: 0.74rem;
  }
.site-nav-toggle__line:nth-child(3) {
    top: 1.14rem;
  }
.site-nav-toggle.is-open .site-nav-toggle__line:nth-child(1) {
    top: 0.74rem;
    transform: rotate(45deg);
  }
.site-nav-toggle.is-open .site-nav-toggle__line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0.3);
  }
.site-nav-toggle.is-open .site-nav-toggle__line:nth-child(3) {
    top: 0.74rem;
    transform: rotate(-45deg);
  }
.site-header {
    background:
      linear-gradient(180deg, rgba(248, 246, 240, 0.92) 0%, rgba(248, 246, 240, 0.82) 100%);
  }
.site-header a:hover,
  .site-navigation a:hover {
    color: var(--primary);
  }
.site-navigation .nav-find-craftsman {
    color: #fff;
    box-shadow:
      0 10px 22px -16px rgba(10, 23, 19, 0.7),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }
.site-navigation .nav-find-craftsman:hover,
  .site-navigation .nav-find-craftsman:focus-visible {
    color: #fff;
    background-color: rgba(26, 61, 52, 0.96);
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow:
      0 0 0 3px rgba(255, 255, 255, 0.16),
      0 16px 30px -18px rgba(10, 23, 19, 0.8),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }
.site-mobile-menu {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 70;
    padding: 0;
    opacity: 0;
    transform: translateY(-0.35rem);
    pointer-events: none;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }
.site-mobile-menu[data-open='true'] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
.site-mobile-menu__panel {
    width: 100%;
    border-top: 1px solid rgb(217 211 197 / 0.6);
    background-color: rgb(248 246 240 / 0.96);
    backdrop-filter: blur(12px);
    padding: 0.6rem var(--site-gutter) 1rem;
  }
body.site-mobile-menu-open {
    overflow-x: hidden;
  }
@keyframes site-mobile-menu-in {
    from {
      opacity: 0;
      transform: translateY(-0.35rem);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
.home-hero .hero-primary-cta,
  .home-hero .hero-secondary-cta {
    position: relative;
  }
.home-hero .hero-primary-cta:hover,
  .home-hero .hero-primary-cta:focus-visible {
    color: #fff;
    background-color: rgb(234 179 8 / 0.92);
    border-color: rgba(255, 245, 230, 0.58);
    box-shadow:
      0 0 0 3px rgba(255, 248, 235, 0.18),
      0 18px 36px -22px rgba(120, 74, 20, 0.5),
      0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  }
.home-hero .hero-secondary-cta:hover,
  .home-hero .hero-secondary-cta:focus-visible {
    color: #1a3d34;
    background-color: rgba(255, 255, 255, 0.98);
    border-color: rgba(255, 255, 255, 0.78);
    box-shadow:
      0 0 0 3px rgba(255, 255, 255, 0.18),
      0 18px 34px -24px rgba(10, 23, 19, 0.42);
  }
.site-footer {
    position: relative;
    color: rgba(248, 246, 240, 0.54);
  }
.site-footer a {
    color: rgba(248, 246, 240, 0.42);
    transition:
      color 180ms ease,
      opacity 180ms ease,
      background-color 180ms ease;
  }
.site-footer .site-footer-heading {
    font-family: var(--font-sans);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
  }
.site-footer a:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0.8);
  }
.site-main > section[id] {
    scroll-margin-top: 5.5rem;
  }
.site-main h1,
  .site-main h2 {
    text-wrap: balance;
  }
.site-main p {
    text-wrap: pretty;
    line-height: 1.62;
  }
.site-main svg {
    pointer-events: none;
  }
.home-section-cta {
    min-height: 2.875rem;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.4rem;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.1;
    box-shadow: 0 10px 24px -22px rgba(31, 42, 45, 0.55);
  }
.home-hero .site-container {
    padding-top: clamp(1.25rem, 2vw, 1.75rem);
  }
.page-hero-divider {
    color: rgba(199, 154, 82, 0.68);
  }
.page-hero-divider span:first-child {
    width: 2.65rem;
    background: currentColor;
  }
.page-hero-divider span:nth-child(2) {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 9999px;
    background: rgba(206, 172, 110, 0.8);
    box-shadow: 0 0 0 1px rgba(206, 172, 110, 0.16);
  }
.page-hero-divider span:last-child {
    width: 5.35rem;
    background: linear-gradient(90deg, rgba(206, 172, 110, 0.38) 0%, rgba(217, 211, 197, 0.18) 100%);
  }
.entry-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 56rem;
  font-size: 1rem;
  line-height: 2rem;
  color: var(--muted-foreground);
}
.entry-content--narrow {
  max-width: 48rem;
}
.entry-content--page.entry-content--narrow {
    max-width: 44rem;
  }
.entry-content > * {
  max-width: 100%;
  overflow-wrap: break-word;
}
.entry-content > :first-child {
  margin-top: 0px;
}
.entry-content > * + * {
  margin-top: 1.5rem;
}
.entry-content p {
  font-size: 1rem;
  line-height: 2rem;
  color: var(--muted-foreground);
}
.entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
  color: var(--foreground);
    line-height: 1.2;
}
.entry-content h2 {
  margin-top: 3rem;
  text-wrap: balance;
  font-family: var(--font-serif);
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  color: var(--foreground);
}
@media (min-width: 768px) {

  .entry-content h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.entry-content h3 {
  margin-top: 2.5rem;
  text-wrap: balance;
  font-family: var(--font-serif);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--foreground);
}
@media (min-width: 768px) {

  .entry-content h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.entry-content h4 {
  margin-top: 2rem;
  font-family: var(--font-sans);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--foreground);
}
.entry-content h5,
  .entry-content h6 {
  margin-top: 2rem;
  font-family: var(--font-sans);
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--foreground);
}
.entry-content h2 + p,
  .entry-content h3 + p,
  .entry-content h4 + p {
  margin-top: 1rem;
}
.entry-content--narrow > * + * {
  margin-top: 1.75rem;
}
.entry-content--narrow h2 {
  margin-top: 3.5rem;
  border-top-width: 1px;
  border-color: var(--border);
  padding-top: 2rem;
}
.entry-content--narrow h3 {
  margin-top: 2.5rem;
}
.entry-content--narrow p,
  .entry-content--narrow li {
    line-height: 1.92;
  }
.entry-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  color: var(--muted-foreground);
}
.entry-content ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  color: var(--muted-foreground);
}
.entry-content li {
  font-size: 1rem;
  line-height: 2rem;
  color: var(--muted-foreground);
}
.entry-content li + li {
  margin-top: 0.5rem;
}
.entry-content a {
  font-weight: 500;
  color: var(--primary);
  text-decoration-line: underline;
  text-decoration-color: var(--primary);
  text-underline-offset: 4px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.entry-content a:hover {
  color: var(--accent-foreground);
  text-decoration-color: var(--accent);
}
.entry-content strong {
  font-weight: 600;
  color: var(--foreground);
}
.entry-content blockquote,
  .entry-content .wp-block-quote,
  .entry-content .wp-block-pullquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-left-width: 4px;
  border-color: var(--accent);
  background-color: var(--secondary);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.entry-content blockquote p,
  .entry-content .wp-block-quote p,
  .entry-content .wp-block-pullquote p {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  line-height: 2rem;
  color: var(--foreground);
}
@media (min-width: 768px) {

  .entry-content blockquote p,
  .entry-content .wp-block-quote p,
  .entry-content .wp-block-pullquote p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.entry-content blockquote cite,
  .entry-content .wp-block-quote cite,
  .entry-content .wp-block-pullquote cite {
  margin-top: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: normal;
  color: var(--muted-foreground);
}
.entry-content figure,
  .entry-content .wp-block-image,
  .entry-content .wp-block-gallery,
  .entry-content .wp-block-table,
  .entry-content .wp-block-columns,
  .entry-content .wp-block-cover,
  .entry-content .wp-block-media-text,
  .entry-content .wp-block-group,
  .entry-content .wp-block-group.has-background,
  .entry-content .wp-block-buttons {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.entry-content figcaption,
  .entry-content .wp-element-caption {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--muted-foreground);
}
.entry-content img {
  border-radius: 1rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.entry-content table,
  .entry-content .wp-block-table table {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  font-size: 0.875rem;
  line-height: 1.25rem;
    border-collapse: collapse;
}
.entry-content th {
  border-bottom-width: 1px;
  border-color: var(--border);
  background-color: var(--muted);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  color: var(--foreground);
}
.entry-content td {
  border-bottom-width: 1px;
  border-color: var(--border);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  vertical-align: top;
  color: var(--muted-foreground);
}
.entry-content tr:last-child td {
  border-bottom-width: 0px;
}
.entry-content hr,
  .entry-content .wp-block-separator {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  max-width: 10rem;
  border-width: 0px;
  border-top-width: 1px;
  border-color: var(--border);
}
.entry-content--page.entry-content--narrow .wp-block-separator {
    border-top-color: rgba(199, 154, 82, 0.58);
  }
.entry-content .wp-block-group {
  border-radius: 1rem;
}
.entry-content .wp-block-group.has-background {
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--card);
  padding: 1.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.entry-content--page.entry-content--narrow .wp-block-group.has-background {
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 18px 36px -34px rgba(31, 42, 45, 0.18);
  }
.entry-content .wp-block-image {
  overflow: hidden;
}
.entry-content .wp-block-table {
  overflow-x: auto;
}
.entry-content .wp-block-columns {
  gap: 1.5rem;
}
@media (min-width: 768px) {

  .entry-content .wp-block-columns {
    gap: 2rem;
  }
}
.entry-content .wp-block-cover,
  .entry-content .wp-block-media-text {
  overflow: hidden;
  border-radius: 1.5rem;
}
.entry-content .wp-block-cover img,
  .entry-content .wp-block-cover-image img,
  .entry-content .wp-block-media-text img {
  border-radius: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.entry-content .wp-block-button,
  .entry-content .wp-block-buttons {
  margin-top: 2rem;
}
.entry-content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}
.entry-content .wp-block-button__link,
  .entry-content .wp-block-file__button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--primary);
  background-color: var(--primary);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--primary-foreground);
  text-decoration-line: none;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.entry-content .wp-block-button__link:hover,
  .entry-content .wp-block-file__button:hover {
  background-color: var(--accent);
  color: var(--accent-foreground);
}
.entry-content .alignwide {
    max-width: none;
    margin-left: clamp(-1rem, -2vw, -1.75rem);
    margin-right: clamp(-1rem, -2vw, -1.75rem);
  }
.entry-content .alignfull {
    width: auto;
    max-width: none;
    margin-left: min(calc(50% - 50vw), -1.5rem);
    margin-right: min(calc(50% - 50vw), -1.5rem);
  }
.entry-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(217, 211, 197, 0.78);
    color: var(--muted-foreground);
    font-size: 0.95rem;
  }
.entry-pagination__label {
    color: var(--foreground);
    font-weight: 600;
  }
.entry-pagination .post-page-numbers {
    display: inline-flex;
    min-width: 2.4rem;
    height: 2.4rem;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem;
    border: 1px solid rgba(217, 211, 197, 0.92);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.84);
    text-decoration: none;
  }
.entry-pagination .post-page-numbers.current {
    border-color: rgba(23, 50, 41, 0.24);
    background: rgba(23, 50, 41, 0.08);
    color: var(--foreground);
  }
.entry-featured-media {
    overflow: hidden;
    border: 1px solid rgba(217, 211, 197, 0.86);
    border-radius: 1.75rem;
    background: #ffffff;
    box-shadow: 0 24px 44px -34px rgba(31, 42, 45, 0.3);
  }
.entry-featured-media__image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
    box-shadow: none;
  }
.entry-actions {
    max-width: 48rem;
    margin: 2rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(217, 211, 197, 0.78);
  }
.entry-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
  }
.entry-back-link:hover {
    color: var(--accent-foreground);
  }
.entry-back-link svg {
    width: 1rem;
    height: 1rem;
  }
.entry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
  }
.entry-card {
    overflow: hidden;
    border: 1px solid rgba(217, 211, 197, 0.82);
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 18px 34px -30px rgba(31, 42, 45, 0.26);
    transition:
      transform 220ms ease,
      box-shadow 220ms ease,
      border-color 220ms ease;
  }
.entry-card:hover {
    transform: translateY(-4px);
    border-color: rgba(199, 154, 82, 0.3);
    box-shadow: 0 22px 40px -28px rgba(31, 42, 45, 0.32);
  }
.entry-card__link {
    display: flex;
    height: 100%;
    flex-direction: column;
  }
.entry-card__media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(248, 246, 240, 0.96) 0%, rgba(236, 230, 216, 0.92) 100%);
  }
.entry-card__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
    box-shadow: none;
    transition: transform 600ms ease;
  }
.entry-card:hover .entry-card__image {
    transform: scale(1.03);
  }
.entry-card__placeholder {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
    font-family: var(--font-serif);
    font-size: 1.15rem;
    line-height: 1.35;
    color: rgba(31, 42, 45, 0.72);
  }
.entry-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.5rem;
  }
.entry-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted-foreground);
  }
.entry-card__category {
    color: var(--accent);
  }
.entry-card__meta-separator {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 9999px;
    background: rgba(217, 211, 197, 1);
  }
.entry-card__title {
    margin-top: 0.95rem;
    font-size: clamp(1.35rem, 1.18rem + 0.32vw, 1.72rem);
    line-height: 1.2;
  }
.entry-card__excerpt {
    margin-top: 0.85rem;
    color: var(--muted-foreground);
    line-height: 1.7;
  }
.entry-card__more {
    margin-top: auto;
    padding-top: 1.25rem;
    font-weight: 600;
    color: var(--primary);
  }
.archive-pagination {
    display: flex;
    justify-content: center;
    margin-top: 4.5rem;
  }
.archive-pagination .nav-links {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(217, 211, 197, 0.82);
    border-radius: 9999px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 22px 40px -34px rgba(31, 42, 45, 0.26);
  }
.archive-pagination .page-numbers {
    display: inline-flex;
    min-width: 2.9rem;
    height: 2.9rem;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    border: 1px solid rgba(217, 211, 197, 0.94);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--foreground);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 12px 24px -24px rgba(31, 42, 45, 0.4);
    transition:
      background-color 180ms ease,
      border-color 180ms ease,
      color 180ms ease,
      transform 180ms ease,
      box-shadow 180ms ease;
  }
.archive-pagination .page-numbers.prev,
  .archive-pagination .page-numbers.next {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    background: rgba(243, 237, 226, 0.96);
    color: var(--primary);
  }
.archive-pagination .page-numbers:hover,
  .archive-pagination .page-numbers:focus-visible {
    border-color: rgba(199, 154, 82, 0.42);
    background: rgba(236, 230, 216, 0.98);
    color: var(--primary);
    transform: translateY(-1px);
    box-shadow: 0 16px 28px -24px rgba(31, 42, 45, 0.46);
  }
.archive-pagination .page-numbers.current {
    border-color: rgba(23, 50, 41, 0.2);
    background: var(--primary);
    color: var(--primary-foreground);
    box-shadow: 0 18px 30px -26px rgba(10, 23, 19, 0.72);
  }
.entry-empty {
    max-width: 42rem;
    margin: 0 auto;
    padding: 2.25rem;
    border: 1px solid rgba(217, 211, 197, 0.82);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.78);
    text-align: center;
    box-shadow: 0 18px 36px -30px rgba(31, 42, 45, 0.18);
  }
.entry-empty h2 {
    font-size: clamp(1.6rem, 1.4rem + 0.4vw, 2rem);
  }
.entry-empty p {
    margin-top: 0.85rem;
    color: var(--muted-foreground);
  }
@media (max-width: 1024px) {
    .archive-pagination {
      margin-top: 3.5rem;
    }

    .archive-pagination .nav-links {
      border-radius: 1.75rem;
    }

    .entry-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
@media (max-width: 640px) {
    .archive-pagination .nav-links {
      gap: 0.55rem;
      padding: 0.8rem;
    }

    .archive-pagination .page-numbers {
      min-width: 2.65rem;
      height: 2.65rem;
      padding: 0 0.9rem;
      font-size: 0.9rem;
    }

    .archive-pagination .page-numbers.prev,
    .archive-pagination .page-numbers.next {
      min-width: auto;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
@media (max-width: 768px) {
    .entry-content .alignwide,
    .entry-content .alignfull {
      margin-left: 0;
      margin-right: 0;
    }

    .entry-grid {
      grid-template-columns: 1fr;
    }
  }
.site-footer > .relative > div:last-child {
    border-top-color: rgba(248, 246, 240, 0.08);
    color: rgba(248, 246, 240, 0.32);
  }
.site-footer > .relative > div:last-child a {
    color: rgba(248, 246, 240, 0.34);
  }
.site-footer > .relative > div:last-child a:hover {
    color: rgba(248, 246, 240, 0.58);
  }
.map-shell {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(217, 211, 197, 0.88);
    background: #f8f5f0;
    box-shadow: 0 24px 52px -34px rgba(31, 42, 45, 0.2);
  }
.map-inner {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: inherit;
  }
.google-map-stage {
    height: 100%;
    width: 100%;
    min-height: inherit;
    overflow: hidden;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(253, 251, 247, 0.98) 0%, rgba(246, 239, 228, 0.98) 100%);
  }
.google-map-status[hidden] {
    display: none;
  }
.google-map-status-card {
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 46px -32px rgba(67, 54, 29, 0.28);
    backdrop-filter: blur(10px);
  }
@media (max-width: 640px) {
    .map-shell {
      box-shadow: 0 18px 36px -30px rgba(31, 42, 45, 0.18);
    }
  }
.gmap-overlay-root {
    position: absolute;
    inset: 5px;
    z-index: 30;
    pointer-events: none;
    overflow: hidden;
    border-radius: calc(2rem - 5px);
  }
.gmap-card {
    position: absolute;
    inset: 0;
    z-index: 40;
    color: #020617;
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease;
    border-radius: inherit;
  }
.gmap-card[data-open='true'] {
    opacity: 1;
    pointer-events: auto;
  }
.gmap-in {
    position: relative;
    display: grid;
    height: 100%;
    background: #ffffff;
    grid-template-columns: 34% minmax(0, 1fr);
  }
.gmap-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 30;
    display: inline-flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    color: #a8a29e;
    transition: color 150ms ease;
  }
.gmap-close:hover {
    color: #57534e;
  }
.gmap-close-ico {
    position: relative;
    display: block;
    height: 1rem;
    width: 1rem;
  }
.gmap-close-line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1rem;
    height: 1.5px;
    background: currentColor;
  }
.gmap-close-line--a {
    transform: translate(-50%, -50%) rotate(45deg);
  }
.gmap-close-line--b {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
.gmap-logo {
    position: absolute;
    bottom: clamp(0.875rem, 3vw, 1.25rem);
    left: 17%;
    z-index: 20;
    display: flex;
    height: clamp(3.5rem, 14vw, 4.5rem);
    width: clamp(3.5rem, 14vw, 4.5rem);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 3px solid #ffffff;
    border-radius: 9999px;
    background-color: #ffffff;
    box-shadow: 0 16px 28px -14px rgba(15, 23, 42, 0.5);
    text-decoration: none;
    transform: translateX(-50%);
  }
.gmap-logo-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.gmap-logo-fallback {
    padding: 0 0.5rem;
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
  }
.gmap-debug {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    display: none;
    border-radius: 0.375rem;
    background: rgba(0, 0, 0, 0.75);
    padding: 0.25rem 0.5rem;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    pointer-events: none;
  }
.gmap-media {
    position: relative;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    background: #e2e8f0;
  }
.gmap-photo {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
.gmap-body {
    position: relative;
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    background: #ffffff;
    padding: 1rem 1rem 1rem calc(clamp(1rem, 4vw, 1.35rem) + 0.35rem);
  }
.gmap-head {
    min-width: 0;
    padding-right: 2rem;
  }
.gmap-kicker {
    margin-bottom: 0.375rem;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #78716c;
  }
.gmap-name {
    display: -webkit-box;
    overflow: hidden;
    font-family: var(--font-serif);
    font-size: clamp(18px, 4.5vw, 24px);
    line-height: 1.05;
    font-weight: 500;
    color: #000000;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
.gmap-name-link {
    color: inherit;
    text-decoration: none;
    transition: color 150ms ease;
  }
.gmap-name-link:hover {
    color: #44403c;
  }
.gmap-card[data-layout='square'] .gmap-name {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
.gmap-addr {
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
    margin-top: 0.875rem;
  }
.gmap-addr-main {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: flex-start;
    gap: 0.5rem;
  }
.gmap-addr-ico,
  .gmap-phone-ico {
    flex-shrink: 0;
    color: #78716c;
  }
.gmap-addr-ico {
    margin-top: 0.125rem;
    height: 1rem;
    width: 1rem;
  }
.gmap-addr-text {
    display: -webkit-box;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.35;
    color: #44403c;
    text-decoration: none;
    transition: color 150ms ease;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
.gmap-addr-text:hover {
    color: #0f172a;
  }
.gmap-card[data-layout='square'] .gmap-addr {
    margin-top: 1rem;
    gap: 0.375rem;
  }
.gmap-card[data-layout='square'] .gmap-addr-text {
    display: flex;
    flex-direction: column;
    overflow: visible;
    row-gap: 0.125rem;
  }
.gmap-addr-line,
  .gmap-addr-prefix,
  .gmap-addr-street,
  .gmap-addr-postal,
  .gmap-addr-city {
    display: inline;
  }
.gmap-addr-prefix,
  .gmap-addr-postal {
    color: #78716c;
  }
.gmap-addr-line--street::after,
  .gmap-addr-prefix::after,
  .gmap-addr-postal::after {
    content: ' ';
  }
.gmap-card[data-layout='square'] .gmap-addr-line {
    display: block;
  }
.gmap-card[data-layout='square'] .gmap-addr-line--street {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
.gmap-card[data-layout='square'] .gmap-addr-line--city {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25rem;
  }
.gmap-card[data-layout='square'] .gmap-addr-line--street::after,
  .gmap-card[data-layout='square'] .gmap-addr-prefix::after,
  .gmap-card[data-layout='square'] .gmap-addr-postal::after {
    content: none;
  }
.gmap-card[data-layout='square'] .gmap-addr-prefix {
    display: none;
  }
.gmap-card[data-layout='square'] .gmap-addr-postal {
    display: inline;
  }
.gmap-addr-prefix:empty,
  .gmap-addr-postal:empty,
  .gmap-addr-city:empty {
    display: none;
  }
.gmap-nav {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 0.125rem;
    height: 1.75rem;
    width: 1.75rem;
    border-radius: 0.375rem;
    background: #facc15;
    color: #000000;
    text-decoration: none;
    transform: rotate(45deg);
    transition: background-color 150ms ease;
  }
.gmap-nav:hover {
    background: #fde047;
  }
.gmap-nav-ico {
    height: 1rem;
    width: 1rem;
    transform: rotate(-45deg);
  }
.gmap-phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.875rem;
  }
.gmap-card[data-layout='square'] .gmap-phone {
    margin-top: 1rem;
  }
.gmap-phone-ico {
    height: 1rem;
    width: 1rem;
  }
.gmap-phone-text {
    min-width: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #292524;
    text-decoration: none;
    transition: color 150ms ease;
  }
.gmap-phone-text:hover {
    color: #000000;
  }
.gmap-phone-text--empty,
  .gmap-phone-text--empty:hover {
    font-weight: 400;
    color: #a8a29e;
  }
.gmap-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
  }
.gmap-spec {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e7e5e4;
    border-radius: 9999px;
    background: #fafaf9;
    padding: 0.25rem 0.625rem;
    font-size: 11px;
    line-height: 1.2;
    color: #44403c;
  }
@media (min-width: 768px) {
    .gmap-card {
      inset-block: 0;
      left: 0;
      right: auto;
      width: 34%;
      min-width: 360px;
      max-width: 420px;
      height: 100%;
      transform: translateX(-100%);
      transition: opacity 300ms ease-out, transform 300ms ease-out;
      box-shadow: 0 24px 60px -28px rgba(15, 23, 42, 0.28);
    }

    .gmap-card[data-open='true'] {
      transform: translateX(0);
    }

    .gmap-in {
      grid-template-columns: minmax(0, 1fr);
      grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    }

    .gmap-close {
      top: 1rem;
      right: 1rem;
      height: 2.5rem;
      width: 2.5rem;
      border-radius: 9999px;
      background: rgba(255, 255, 255, 0.95);
      color: #334155;
      box-shadow: 0 0 0 1px rgba(203, 213, 225, 0.95), 0 12px 24px -16px rgba(15, 23, 42, 0.55);
    }

    .gmap-close:hover {
      background: #ffffff;
    }

    .gmap-logo {
      top: 1.5rem;
      bottom: auto;
      left: 1.5rem;
      height: 5rem;
      width: 5rem;
      border-width: 4px;
      background: #f1f5f9;
      transform: none;
    }

    .gmap-logo-fallback {
      font-size: 0.875rem;
      color: #475569;
    }

    .gmap-photo {
      -o-object-position: 50% 28%;
         object-position: 50% 28%;
    }

    .gmap-body {
      padding: clamp(1rem, 2vw, 1.5rem) clamp(1.25rem, 2.5vw, 2rem);
    }

    .gmap-head {
      padding-right: 2.5rem;
    }

    .gmap-kicker {
      margin-bottom: 0.25rem;
      font-size: 11px;
      letter-spacing: 0.14em;
      color: #a8a29e;
    }

    .gmap-name {
      font-size: clamp(22px, 2.4vw, 28px);
      line-clamp: unset;
      -webkit-line-clamp: unset;
    }

    .gmap-addr {
      gap: 0.75rem;
      margin-top: 1rem;
    }

    .gmap-addr-main {
      gap: 0.75rem;
    }

    .gmap-addr-ico,
    .gmap-phone-ico {
      height: 1.25rem;
      width: 1.25rem;
    }

    .gmap-addr-text {
      display: flex;
      flex-direction: column;
      font-size: clamp(13px, 1.3vw, 15px);
      line-clamp: unset;
      -webkit-line-clamp: unset;
    }

    .gmap-addr-prefix,
    .gmap-addr-postal,
    .gmap-addr-line,
    .gmap-addr-street,
    .gmap-addr-city {
      display: block;
    }

    .gmap-addr-line--street,
    .gmap-addr-line--city {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 0.25rem;
    }

    .gmap-addr-line--street::after,
    .gmap-addr-prefix::after,
    .gmap-addr-postal::after {
      content: none;
    }

    .gmap-nav {
      display: inline-flex;
    }

    .gmap-phone {
      gap: 0.75rem;
      margin-top: 0.75rem;
    }

    .gmap-phone-text {
      font-size: clamp(13px, 1.3vw, 16px);
      font-weight: 400;
    }

    .gmap-card[data-layout='square'] {
      --gmap-square-gap: clamp(0.875rem, 1.8vw, 1.5rem);
      top: var(--gmap-square-gap);
      left: var(--gmap-square-gap);
      right: auto;
      bottom: auto;
      width: 34%;
      min-width: 18rem;
      max-width: min(24rem, calc(100% - (var(--gmap-square-gap) * 2)));
      height: auto;
      transform: none;
      visibility: hidden;
      box-shadow: none;
    }

    .gmap-card[data-layout='square'][data-open='true'] {
      visibility: visible;
      transform: none;
    }

    .gmap-card[data-layout='square'][data-open='false'] {
      visibility: hidden;
      transform: none;
    }

    .gmap-card[data-layout='square'] .gmap-in {
      height: clamp(22rem, 60vh, 40rem);
      min-height: 22rem;
      max-height: calc(100dvh - (var(--gmap-square-gap) * 2));
      overflow: hidden;
      border: 1px solid rgba(226, 232, 240, 0.95);
      border-radius: 1.5rem;
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 24px 60px -28px rgba(15, 23, 42, 0.38);
      grid-template-rows: minmax(11rem, 44%) minmax(0, 1fr);
    }

    .gmap-card[data-layout='square'] .gmap-body {
      min-height: 0;
      overflow-y: auto;
      padding-top: clamp(1rem, 1.8vw, 1.35rem);
      padding-bottom: clamp(1rem, 1.8vw, 1.35rem);
    }

    .gmap-card[data-layout='square'] .gmap-name {
      display: block;
      line-clamp: unset;
      -webkit-line-clamp: unset;
    }

    .gmap-card[data-layout='square'] .gmap-addr-main {
      display: inline-flex;
      flex: 0 1 auto;
      max-width: 100%;
    }

    .gmap-card[data-layout='square'] .gmap-addr-text {
      flex: 0 1 auto;
      max-width: min(100%, 16rem);
    }

    .gmap-card[data-layout='square'] .gmap-addr-line--street {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 0.25rem;
      overflow: visible;
      line-clamp: unset;
      -webkit-line-clamp: unset;
    }

    .gmap-card[data-layout='square'] .gmap-addr-prefix,
    .gmap-card[data-layout='square'] .gmap-addr-postal {
      display: block;
    }

    .gmap-card[data-layout='square'][data-fullscreen='true'] {
      top: 24px;
      left: 24px;
      --gmap-square-gap: 24px;
    }
  }
@media (max-width: 640px) {
    .gmap-overlay-root {
      inset: 4px;
      border-radius: calc(2rem - 4px);
    }
  }
.faq-item summary::-webkit-details-marker {
    display: none;
  }
.faq-item summary {
    list-style: none;
  }
.faq-item[open] .faq-plus {
    transform: rotate(45deg);
    color: var(--accent);
    border-color: rgba(199, 154, 82, 0.35);
  }
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-8 {
  left: 2rem;
  right: 2rem;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-bottom-8 {
  bottom: -2rem;
}
.-left-10 {
  left: -2.5rem;
}
.-left-20 {
  left: -5rem;
}
.-left-4 {
  left: -1rem;
}
.-right-10 {
  right: -2.5rem;
}
.-right-20 {
  right: -5rem;
}
.-right-4 {
  right: -1rem;
}
.-right-6 {
  right: -1.5rem;
}
.-top-4 {
  top: -1rem;
}
.-top-8 {
  top: -2rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.bottom-1\/4 {
  bottom: 25%;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/4 {
  left: 25%;
}
.left-5 {
  left: 1.25rem;
}
.left-6 {
  left: 1.5rem;
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-1\/4 {
  right: 25%;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-3 {
  top: 0.75rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[3\.75rem\] {
  margin-left: 3.75rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[1468\/1672\] {
  aspect-ratio: 1468/1672;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-44 {
  height: 11rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[92\%\] {
  height: 92%;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[34px\] {
  max-height: 34px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[210px\] {
  min-height: 210px;
}
.min-h-\[31rem\] {
  min-height: 31rem;
}
.min-h-\[45vh\] {
  min-height: 45vh;
}
.min-h-\[58vh\] {
  min-height: 58vh;
}
.min-h-\[75vh\] {
  min-height: 75vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[92\%\] {
  width: 92%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[22rem\] {
  max-width: 22rem;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[58px\] {
  max-width: 58px;
}
.max-w-\[740px\] {
  max-width: 740px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-site {
  max-width: var(--site-width);
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.scroll-mt-24 {
  scroll-margin-top: 6rem;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.text-balance {
  text-wrap: balance;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[1\.9rem\] {
  border-radius: 1.9rem;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[calc\(1\.9rem-6px\)\] {
  border-radius: calc(1.9rem - 6px);
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#b8914b\]\/35 {
  border-color: rgb(184 145 75 / 0.35);
}
.border-\[\#cdb487\]\/35 {
  border-color: rgb(205 180 135 / 0.35);
}
.border-\[rgba\(212\2c 168\2c 93\2c 0\.6\)\] {
  border-color: rgba(212,168,93,0.6);
}
.border-amber-100\/10 {
  border-color: rgb(254 243 199 / 0.1);
}
.border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}
.border-background {
  border-color: var(--background);
}
.border-border {
  border-color: var(--border);
}
.border-card {
  border-color: var(--card);
}
.border-emerald-400\/25 {
  border-color: rgb(52 211 153 / 0.25);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.bg-\[\#1a3d34\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 61 52 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1a3d34\]\/90 {
  background-color: rgb(26 61 52 / 0.9);
}
.bg-\[\#f8f5f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#faf8f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 244 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(245\2c 240\2c 232\2c 0\.5\)\] {
  background-color: rgba(245,240,232,0.5);
}
.bg-\[rgba\(245\2c 240\2c 232\2c 0\.7\)\] {
  background-color: rgba(245,240,232,0.7);
}
.bg-accent {
  background-color: var(--accent);
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-background {
  background-color: var(--background);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-border {
  background-color: var(--border);
}
.bg-card {
  background-color: var(--card);
}
.bg-current {
  background-color: currentColor;
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-input {
  background-color: var(--input);
}
.bg-muted {
  background-color: var(--muted);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  background-color: var(--primary);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-\[linear-gradient\(180deg\2c \#fdfbf7_0\%\2c \#f6efe4_100\%\)\] {
  background-image: linear-gradient(180deg,#fdfbf7 0%,#f6efe4 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c rgba\(16\2c 36\2c 31\2c 0\.24\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(16,36,31,0.24) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(245\2c 240\2c 232\2c 0\.64\)_0\%\2c rgba\(245\2c 240\2c 232\2c 0\.54\)_55\%\2c rgba\(245\2c 240\2c 232\2c 0\.40\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(245,240,232,0.64) 0%,rgba(245,240,232,0.54) 55%,rgba(245,240,232,0.40) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(248\2c 246\2c 240\2c 0\.08\)_0\%\2c rgba\(248\2c 246\2c 240\2c 0\.02\)_55\%\2c rgba\(248\2c 246\2c 240\2c 0\.12\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(248,246,240,0.08) 0%,rgba(248,246,240,0.02) 55%,rgba(248,246,240,0.12) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(248\2c 246\2c 240\2c 0\.2\)_0\%\2c rgba\(248\2c 246\2c 240\2c 0\)_52\%\2c rgba\(248\2c 246\2c 240\2c 0\.8\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(248,246,240,0.2) 0%,rgba(248,246,240,0) 52%,rgba(248,246,240,0.8) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(248\2c 246\2c 240\2c 0\.4\)_0\%\2c rgba\(248\2c 246\2c 240\2c 0\)_55\%\2c rgba\(248\2c 246\2c 240\2c 0\.6\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(248,246,240,0.4) 0%,rgba(248,246,240,0) 55%,rgba(248,246,240,0.6) 100%);
}
.bg-\[radial-gradient\(circle_at_18\%_20\%\2c rgba\(212\2c 168\2c 93\2c 0\.18\)\2c transparent_32\%\)\2c radial-gradient\(circle_at_82\%_18\%\2c rgba\(255\2c 255\2c 255\2c 0\.06\)\2c transparent_28\%\)\] {
  background-image: radial-gradient(circle at 18% 20%,rgba(212,168,93,0.18),transparent 32%),radial-gradient(circle at 82% 18%,rgba(255,255,255,0.06),transparent 28%);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-amber-500\/10 {
  --tw-gradient-from: rgb(245 158 11 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/30 {
  --tw-gradient-from: rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-border {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--border) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-border {
  --tw-gradient-to: var(--border) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-right {
  -o-object-position: right;
     object-position: right;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[6px\] {
  padding: 6px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-\[66px\] {
  padding-right: 66px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-serif {
  font-family: var(--font-serif);
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.08\] {
  line-height: 1.08;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.62\] {
  line-height: 1.62;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#1a3d34\] {
  --tw-text-opacity: 1;
  color: rgb(26 61 52 / var(--tw-text-opacity, 1));
}
.text-\[\#1a3d34\]\/70 {
  color: rgb(26 61 52 / 0.7);
}
.text-\[\#b8914b\]\/45 {
  color: rgb(184 145 75 / 0.45);
}
.text-accent {
  color: var(--accent);
}
.text-accent-foreground {
  color: var(--accent-foreground);
}
.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}
.text-card {
  color: var(--card);
}
.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}
.text-foreground {
  color: var(--foreground);
}
.text-muted-foreground {
  color: var(--muted-foreground);
}
.text-primary {
  color: var(--primary);
}
.text-primary-foreground {
  color: var(--primary-foreground);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[0\.02\] {
  opacity: 0.02;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_14px_34px_rgba\(0\2c 0\2c 0\2c 0\.32\)\] {
  --tw-shadow: 0 14px 34px rgba(0,0,0,0.32);
  --tw-shadow-colored: 0 14px 34px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_26px_60px_-32px_rgba\(95\2c 72\2c 37\2c 0\.35\)\] {
  --tw-shadow: 0 26px 60px -32px rgba(95,72,37,0.35);
  --tw-shadow-colored: 0 26px 60px -32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_24px_-18px_rgba\(95\2c 72\2c 37\2c 0\.4\)\] {
  --tw-shadow: 0 8px 24px -18px rgba(95,72,37,0.4);
  --tw-shadow-colored: 0 8px 24px -18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-amber-900\/30 {
  --tw-shadow-color: rgb(120 53 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline {
  outline-style: solid;
}
.outline-2 {
  outline-width: 2px;
}
.outline-white {
  outline-color: #fff;
}
.blur-2xl {
  --tw-blur: blur(40px);
  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);
}
.blur-3xl {
  --tw-blur: blur(64px);
  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);
}
.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);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Theme-level CSS entry for Dziecko Cechu */

/*
 * Background system for future homepage and section migration.
 * These classes are intentionally generic so they can be reused
 * before specific template-parts are introduced.
 */
.bgfx-hero,
.bgfx-surface,
.bgfx-surface-c + section,
.bgfx-transition,
.bgfx-footer,
.bgfx-transition + section {
  position: relative;
  isolation: isolate;
  background-repeat: no-repeat;
}

.bgfx-hero {
  background-color: #10241f;
  background-image:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.035) 0%, transparent 30%),
    linear-gradient(180deg, rgba(5, 16, 13, 0.18) 0%, rgba(5, 16, 13, 0.06) 24%, rgba(5, 16, 13, 0.14) 100%),
    linear-gradient(135deg, #10241f 0%, #17312a 34%, #143029 66%, #0c1b18 100%);
  color: var(--primary-foreground);
}

.bgfx-hero-layer {
  overflow: hidden;
  background-image:
    radial-gradient(circle at 78% 14%, rgba(212, 172, 96, 0.13) 0%, rgba(212, 172, 96, 0.04) 14%, transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(188, 149, 78, 0.11) 0%, rgba(188, 149, 78, 0.03) 16%, transparent 34%),
    radial-gradient(circle at 46% 28%, rgba(255, 246, 227, 0.045) 0%, transparent 24%),
    radial-gradient(circle at 54% 58%, rgba(20, 48, 41, 0.22) 0%, transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 20%, transparent 78%, rgba(0, 0, 0, 0.08) 100%);
}

.bgfx-hero-layer::before,
.bgfx-hero-layer::after,
.bgfx-surface::before,
.bgfx-surface::after,
.bgfx-surface-c + section::before,
.bgfx-surface-c + section::after,
.bgfx-transition::before,
.bgfx-transition::after,
.bgfx-footer::before,
.bgfx-transition + section::before,
.bgfx-transition + section::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bgfx-hero-layer::before {
  background-image: url('../images/patterns/hero-footer-voronoi.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 1) 18%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 0.94) 100%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 1) 18%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 0.94) 100%);
  opacity: 0.92;
}

.bgfx-hero-layer-no-iso::before {
  opacity: 0;
}

.bgfx-hero-layer::after {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 0%, transparent 24%, transparent 82%, rgba(0, 0, 0, 0.08) 100%);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.94) 18%, rgba(0, 0, 0, 0.94) 82%, rgba(0, 0, 0, 0.88) 100%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.94) 18%, rgba(0, 0, 0, 0.94) 82%, rgba(0, 0, 0, 0.88) 100%);
  opacity: 0.34;
}

.bgfx-surface {
  background-size: auto, auto, auto, cover;
  background-position: top left, top right, bottom center, center;
}

.bgfx-surface-a {
  background-image:
    linear-gradient(160deg, rgba(255, 255, 255, 0.18) 0%, transparent 28%, transparent 74%, rgba(221, 209, 188, 0.06) 100%),
    linear-gradient(180deg, rgba(252, 250, 245, 0.985) 0%, rgba(247, 242, 233, 0.992) 62%, rgba(243, 237, 228, 1) 100%);
}

.bgfx-surface-a::before {
  background-image: none;
  opacity: 0;
}

.bgfx-surface-a::after {
  background-image:
    linear-gradient(12deg, transparent 12%, rgba(255, 255, 255, 0.18) 34%, rgba(212, 199, 176, 0.04) 52%, transparent 72%);
  background-repeat: no-repeat;
  opacity: 0.42;
}

.bgfx-surface-b {
  background-image:
    linear-gradient(150deg, rgba(255, 255, 255, 0.14) 0%, transparent 24%, transparent 76%, rgba(212, 182, 132, 0.05) 100%),
    linear-gradient(180deg, rgba(248, 243, 235, 0.975) 0%, rgba(242, 237, 228, 1) 100%);
}

.bgfx-surface-b::before {
  background-image:
    linear-gradient(18deg, transparent 16%, rgba(255, 255, 255, 0.16) 36%, rgba(217, 188, 140, 0.04) 56%, transparent 74%),
    radial-gradient(120% 70% at 110% 28%, rgba(113, 143, 123, 0.07) 0%, transparent 54%);
  opacity: 0.48;
}

.bgfx-surface-b::after {
  background-image: none;
  opacity: 0;
}

.bgfx-surface-c {
  background-image:
    linear-gradient(148deg, rgba(255, 255, 255, 0.14) 0%, transparent 20%, transparent 78%, rgba(209, 181, 132, 0.045) 100%),
    linear-gradient(180deg, rgba(255, 251, 245, 0.975) 0%, rgba(241, 244, 235, 0.978) 100%);
}

.bgfx-surface-c::before {
  background-image:
    repeating-linear-gradient(30deg, rgba(44, 74, 65, 0.014) 0 1px, transparent 1px 32px),
    repeating-linear-gradient(150deg, rgba(44, 74, 65, 0.012) 0 1px, transparent 1px 32px),
    repeating-linear-gradient(90deg, rgba(181, 151, 104, 0.01) 0 1px, transparent 1px 28px);
  -webkit-mask-image: radial-gradient(circle at 74% 46%, black 0%, rgba(0, 0, 0, 0.92) 18%, transparent 40%);
          mask-image: radial-gradient(circle at 74% 46%, black 0%, rgba(0, 0, 0, 0.92) 18%, transparent 40%);
  opacity: 0.34;
}

.bgfx-surface-c::after {
  background-image:
    linear-gradient(14deg, transparent 26%, rgba(255, 255, 255, 0.12) 42%, transparent 60%);
  background-repeat: no-repeat;
  opacity: 0.34;
}

.bgfx-surface-c + section {
  background-image:
    linear-gradient(155deg, rgba(255, 255, 255, 0.12) 0%, transparent 24%, transparent 78%, rgba(188, 175, 150, 0.04) 100%),
    linear-gradient(180deg, rgba(249, 246, 239, 0.985) 0%, rgba(244, 240, 232, 1) 100%);
}

.bgfx-surface-c + section::before {
  background-image:
    linear-gradient(18deg, transparent 18%, rgba(255, 255, 255, 0.14) 38%, rgba(205, 192, 170, 0.035) 54%, transparent 72%);
  opacity: 0.34;
}

.bgfx-surface-c + section::after {
  background-image: none;
  opacity: 0;
}

.bgfx-mineral-soft,
.bgfx-travertine-soft,
.bgfx-stucco-soft {
  background-size: cover;
  background-position: center;
}

.bgfx-mineral-soft::before,
.bgfx-mineral-soft::after,
.bgfx-travertine-soft::before,
.bgfx-travertine-soft::after,
.bgfx-stucco-soft::before,
.bgfx-stucco-soft::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bgfx-mineral-soft {
  background-color: #f5f0e7;
  background-image:
    linear-gradient(180deg, rgba(255, 251, 245, 0.985) 0%, rgba(246, 240, 231, 0.99) 48%, rgba(240, 234, 224, 1) 100%);
}

.bgfx-mineral-soft::before {
  background-image:
    radial-gradient(160% 116% at 14% 18%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 18%, transparent 44%),
    radial-gradient(136% 110% at 84% 22%, rgba(216, 198, 168, 0.12) 0%, rgba(216, 198, 168, 0.045) 16%, transparent 42%),
    radial-gradient(148% 124% at 46% 74%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 16%, transparent 38%),
    linear-gradient(112deg, transparent 0%, rgba(255, 255, 255, 0.075) 16%, transparent 34%, rgba(225, 213, 190, 0.04) 56%, transparent 76%, rgba(255, 255, 255, 0.05) 92%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.62;
}

.bgfx-mineral-soft::after {
  background-image:
    radial-gradient(52px 28px at 16% 22%, rgba(207, 191, 165, 0.038) 0%, transparent 76%),
    radial-gradient(64px 30px at 34% 66%, rgba(255, 255, 255, 0.06) 0%, transparent 74%),
    radial-gradient(48px 24px at 58% 32%, rgba(211, 196, 171, 0.035) 0%, transparent 74%),
    radial-gradient(60px 30px at 82% 64%, rgba(255, 255, 255, 0.058) 0%, transparent 74%),
    linear-gradient(18deg, transparent 0%, rgba(255, 255, 255, 0.038) 32%, transparent 44%, rgba(216, 203, 180, 0.024) 58%, transparent 72%, rgba(255, 255, 255, 0.03) 88%, transparent 100%);
  background-repeat: no-repeat;
  background-size:
    280px 160px,
    320px 180px,
    260px 140px,
    320px 180px,
    100% 100%;
  filter: blur(0.2px);
  opacity: 0.3;
}

.bgfx-travertine-soft {
  background-color: #f4eee2;
  background-image:
    linear-gradient(180deg, rgba(251, 247, 240, 0.985) 0%, rgba(244, 238, 228, 0.99) 54%, rgba(238, 232, 220, 1) 100%);
}

.bgfx-travertine-soft::before {
  background-image:
    radial-gradient(138% 104% at 18% 18%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.1) 18%, transparent 44%),
    radial-gradient(128% 96% at 78% 28%, rgba(212, 191, 156, 0.1) 0%, rgba(212, 191, 156, 0.038) 18%, transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, transparent 24%, rgba(219, 205, 181, 0.03) 48%, transparent 72%, rgba(255, 255, 255, 0.04) 100%),
    repeating-linear-gradient(0deg, transparent 0 24px, rgba(219, 205, 181, 0.028) 24px 25px, transparent 25px 54px);
  background-repeat: no-repeat;
  opacity: 0.7;
}

.bgfx-travertine-soft::after {
  background-image:
    radial-gradient(20px 7px at 18% 24%, rgba(196, 180, 152, 0.046) 0%, transparent 72%),
    radial-gradient(16px 6px at 38% 58%, rgba(196, 180, 152, 0.038) 0%, transparent 72%),
    radial-gradient(18px 7px at 62% 34%, rgba(196, 180, 152, 0.04) 0%, transparent 72%),
    radial-gradient(22px 8px at 82% 68%, rgba(196, 180, 152, 0.038) 0%, transparent 72%),
    radial-gradient(18px 7px at 28% 78%, rgba(196, 180, 152, 0.034) 0%, transparent 72%),
    linear-gradient(94deg, transparent 0%, rgba(255, 255, 255, 0.042) 18%, transparent 34%, rgba(214, 199, 173, 0.026) 56%, transparent 74%, rgba(255, 255, 255, 0.036) 90%, transparent 100%);
  background-repeat: no-repeat;
  background-size:
    200px 104px,
    200px 104px,
    220px 112px,
    220px 112px,
    200px 104px,
    100% 100%;
  filter: blur(0.3px);
  opacity: 0.3;
}

.bgfx-stucco-soft {
  background-color: #f6f1e7;
  background-image:
    linear-gradient(180deg, rgba(255, 252, 246, 0.985) 0%, rgba(246, 240, 232, 0.99) 50%, rgba(241, 235, 226, 1) 100%);
}

.bgfx-stucco-soft::before {
  background-image:
    radial-gradient(152% 118% at 16% 16%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.11) 18%, transparent 46%),
    radial-gradient(142% 108% at 82% 24%, rgba(214, 197, 167, 0.1) 0%, rgba(214, 197, 167, 0.035) 16%, transparent 42%),
    radial-gradient(146% 118% at 52% 72%, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0.06) 14%, transparent 36%),
    linear-gradient(12deg, transparent 0%, rgba(255, 255, 255, 0.05) 18%, transparent 34%, rgba(221, 208, 188, 0.03) 52%, transparent 70%, rgba(255, 255, 255, 0.038) 88%, transparent 100%);
  background-repeat: no-repeat;
  opacity: 0.6;
}

.bgfx-stucco-soft::after {
  background-image:
    radial-gradient(54px 26px at 20% 72%, rgba(203, 187, 159, 0.038) 0%, transparent 74%),
    radial-gradient(66px 30px at 76% 34%, rgba(255, 255, 255, 0.07) 0%, transparent 74%),
    radial-gradient(48px 22px at 52% 18%, rgba(221, 208, 188, 0.03) 0%, transparent 74%),
    linear-gradient(28deg, transparent 0%, rgba(255, 255, 255, 0.03) 24%, transparent 40%, rgba(222, 209, 188, 0.022) 56%, transparent 72%, rgba(255, 255, 255, 0.026) 88%, transparent 100%);
  background-repeat: no-repeat;
  filter: blur(0.4px);
  background-size:
    280px 150px,
    320px 170px,
    260px 136px,
    100% 100%;
  opacity: 0.24;
}

.bgfx-transition {
  background-image:
    radial-gradient(120% 76% at 50% 42%, rgba(255, 255, 255, 0.16) 0%, rgba(215, 185, 139, 0.05) 28%, transparent 58%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, transparent 30%, transparent 78%, rgba(113, 144, 123, 0.04) 100%),
    linear-gradient(180deg, rgba(247, 243, 235, 0.968) 0%, rgba(238, 243, 235, 0.982) 100%);
  background-size: auto, auto, cover;
  background-position: center, center, center;
}

.bgfx-transition::before {
  background-image:
    linear-gradient(18deg, transparent 24%, rgba(255, 255, 255, 0.12) 42%, rgba(210, 181, 135, 0.035) 56%, transparent 72%);
  opacity: 0.36;
}

.bgfx-transition::after {
  background-image: none;
  opacity: 0;
}

.bgfx-transition + section {
  background-image:
    linear-gradient(160deg, rgba(255, 255, 255, 0.12) 0%, transparent 24%, transparent 82%, rgba(201, 189, 166, 0.035) 100%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.99) 0%, rgba(246, 242, 235, 1) 100%);
}

.bgfx-transition + section::before {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 18%, rgba(205, 190, 163, 0.025) 100%);
  opacity: 0.36;
}

.bgfx-transition + section::after {
  background-image: none;
  opacity: 0;
}

.bgfx-footer {
  background-image:
    radial-gradient(circle at 74% 18%, rgba(212, 172, 96, 0.07) 0%, rgba(212, 172, 96, 0.015) 20%, transparent 40%),
    radial-gradient(circle at 22% 78%, rgba(188, 149, 78, 0.06) 0%, rgba(188, 149, 78, 0.015) 18%, transparent 34%),
    linear-gradient(135deg, rgba(16, 36, 31, 0.985) 0%, rgba(22, 48, 41, 0.985) 50%, rgba(18, 40, 34, 0.99) 100%);
  background-size: auto, auto, cover;
  background-position: center, center, center;
}

.bgfx-footer::before {
  background-image: url('../images/patterns/hero-footer-voronoi.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.96) 24%, rgba(0, 0, 0, 0.96) 82%, rgba(0, 0, 0, 0.88) 100%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.96) 24%, rgba(0, 0, 0, 0.96) 82%, rgba(0, 0, 0, 0.88) 100%);
  opacity: 0.42;
}

@media (max-width: 1024px) {
  :root {
    --site-gutter: 1.25rem;
  }

  .bgfx-hero-layer::before {
    opacity: 0.56;
  }

  .bgfx-hero-layer::after {
    opacity: 0.28;
  }

  .bgfx-surface,
  .bgfx-surface-c + section,
  .bgfx-transition,
  .bgfx-footer,
  .bgfx-transition + section {
    background-size: auto, auto, auto, cover;
  }

  .bgfx-surface-a::before,
  .bgfx-surface-b::before,
  .bgfx-surface-c::before,
  .bgfx-mineral-soft::before,
  .bgfx-travertine-soft::before,
  .bgfx-surface-c + section::before,
  .bgfx-transition + section::before,
  .bgfx-footer::before {
    opacity: 0.24;
  }

  .bgfx-surface-a::after,
  .bgfx-mineral-soft::before,
  .bgfx-travertine-soft::before,
  .bgfx-stucco-soft::before,
  .bgfx-mineral-soft::after,
  .bgfx-travertine-soft::after,
  .bgfx-surface-c::after,
  .bgfx-transition::before {
    opacity: 0.28;
  }

  .bgfx-mineral-soft::after,
  .bgfx-travertine-soft::after,
  .bgfx-stucco-soft::after {
    opacity: 0.26;
  }
}

@media (max-width: 640px) {
  :root {
    --site-gutter: 1rem;
  }

  .site-main {
    min-height: calc(100vh - 12rem);
  }

  .bgfx-hero-layer {
    background-image:
      radial-gradient(circle at 74% 14%, rgba(211, 169, 92, 0.11) 0%, transparent 24%),
      radial-gradient(circle at 18% 84%, rgba(197, 152, 76, 0.1) 0%, transparent 28%),
      radial-gradient(circle at 54% 56%, rgba(20, 48, 41, 0.2) 0%, transparent 40%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.014) 0%, transparent 20%, transparent 78%, rgba(0, 0, 0, 0.08) 100%);
  }

  .bgfx-hero-layer::before {
    background-image: url('../images/patterns/hero-footer-voronoi.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.52;
  }

  .bgfx-hero-layer::after {
    opacity: 0.24;
  }

  .bgfx-surface-a::before,
  .bgfx-surface-b::before,
  .bgfx-surface-c::before,
  .bgfx-mineral-soft::before,
  .bgfx-travertine-soft::before,
  .bgfx-stucco-soft::before,
  .bgfx-surface-c + section::before,
  .bgfx-transition + section::before,
  .bgfx-footer::before {
    opacity: 0.18;
  }

  .bgfx-surface-a::after,
  .bgfx-surface-b::after,
  .bgfx-surface-c::after,
  .bgfx-mineral-soft::after,
  .bgfx-travertine-soft::after,
  .bgfx-stucco-soft::after,
  .bgfx-transition::before,
  .bgfx-transition::after,
  .bgfx-surface-c + section::after,
  .bgfx-transition + section::after {
    opacity: 0.22;
  }
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#145a4a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 90 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.hover\:bg-foreground:hover {
  background-color: var(--foreground);
}

.hover\:bg-muted:hover {
  background-color: var(--muted);
}

.hover\:bg-orange-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  background-color: var(--primary);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-\[\#1a3d34\]:hover {
  --tw-text-opacity: 1;
  color: rgb(26 61 52 / var(--tw-text-opacity, 1));
}

.hover\:text-accent:hover {
  color: var(--accent);
}

.hover\:text-background:hover {
  color: var(--background);
}

.hover\:text-foreground:hover {
  color: var(--foreground);
}

.hover\:text-primary:hover {
  color: var(--primary);
}

.hover\:text-primary-foreground:hover {
  color: var(--primary-foreground);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group:hover .group-hover\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-primary {
  color: var(--primary);
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (max-width: 430px) {

  .max-\[430px\]\:ml-0 {
    margin-left: 0px;
  }

  .max-\[430px\]\:block {
    display: block;
  }
}

@media (min-width: 640px) {

  .sm\:-bottom-10 {
    bottom: -2.5rem;
  }

  .sm\:-left-12 {
    left: -3rem;
  }

  .sm\:-right-12 {
    right: -3rem;
  }

  .sm\:-top-10 {
    top: -2.5rem;
  }

  .sm\:bottom-4 {
    bottom: 1rem;
  }

  .sm\:bottom-5 {
    bottom: 1.25rem;
  }

  .sm\:bottom-7 {
    bottom: 1.75rem;
  }

  .sm\:left-7 {
    left: 1.75rem;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }

  .sm\:h-\[320px\] {
    height: 320px;
  }

  .sm\:h-\[96\%\] {
    height: 96%;
  }

  .sm\:min-h-0 {
    min-height: 0px;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-\[96\%\] {
    width: 96%;
  }

  .sm\:max-w-\[360px\] {
    max-width: 360px;
  }

  .sm\:max-w-\[378px\] {
    max-width: 378px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:min-h-\[400px\] {
    min-height: 400px;
  }

  .md\:min-h-\[85vh\] {
    min-height: 85vh;
  }

  .md\:w-\[120px\] {
    width: 120px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:-bottom-8 {
    bottom: -2rem;
  }

  .lg\:-left-8 {
    left: -2rem;
  }

  .lg\:-right-6 {
    right: -1.5rem;
  }

  .lg\:-right-8 {
    right: -2rem;
  }

  .lg\:left-16 {
    left: 4rem;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[21\/9\] {
    aspect-ratio: 21/9;
  }

  .lg\:aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-\[360px\] {
    height: 360px;
  }

  .lg\:max-h-\[26\.25rem\] {
    max-height: 26.25rem;
  }

  .lg\:min-h-\[380px\] {
    min-height: 380px;
  }

  .lg\:w-11 {
    width: 2.75rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-\[136px\] {
    width: 136px;
  }

  .lg\:max-w-\[26rem\] {
    max-width: 26rem;
  }

  .lg\:max-w-\[410px\] {
    max-width: 410px;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[minmax\(18rem\2c 22rem\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(18rem,22rem) minmax(0,1fr);
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-\[4\.5rem\] {
    padding-top: 4.5rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .lg\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {

  .xl\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .xl\:text-\[4\.5rem\] {
    font-size: 4.5rem;
  }

  .xl\:text-\[4rem\] {
    font-size: 4rem;
  }
}
