*, ::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-body);
  /* 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;
  /* 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;
  /* 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 */
  vertical-align: middle;
  /* 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;
}

html {
  font-family: var(--font-body);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: oklch(var(--background-50));
  color: oklch(var(--foreground-900));
  font-size: 16px;
  line-height: 2.2;
  font-weight: 300;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: var(--font-heading);
  font-weight: 500;
  color: oklch(var(--foreground-950));
}

p {
  font-family: var(--font-body);
  color: oklch(var(--foreground-700));
}

a {
  color: oklch(var(--foreground-700));
  transition: color 0.2s ease;
}

a:hover {
  color: oklch(var(--primary-500));
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[28px\] {
  bottom: 28px;
}

.bottom-\[5px\] {
  bottom: 5px;
}

.bottom-auto {
  bottom: auto;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-\[18px\] {
  right: 18px;
}

.right-\[28px\] {
  right: 28px;
}

.right-\[36px\] {
  right: 36px;
}

.right-\[40px\] {
  right: 40px;
}

.right-\[6px\] {
  right: 6px;
}

.right-\[9\%\] {
  right: 9%;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-\[18px\] {
  top: 18px;
}

.top-\[28px\] {
  top: 28px;
}

.top-\[30px\] {
  top: 30px;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[6\] {
  z-index: 6;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mt-\[6px\] {
  margin-top: -6px;
}

.mb-\[1\.2em\] {
  margin-bottom: 1.2em;
}

.mb-\[1\.4em\] {
  margin-bottom: 1.4em;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[13px\] {
  margin-bottom: 13px;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[36px\] {
  margin-bottom: 36px;
}

.mb-\[6px\] {
  margin-bottom: 6px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.mr-\[12px\] {
  margin-right: 12px;
}

.mr-\[16px\] {
  margin-right: 16px;
}

.mr-\[26px\] {
  margin-right: 26px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[12px\] {
  margin-top: 12px;
}

.mt-\[14px\] {
  margin-top: 14px;
}

.mt-\[16px\] {
  margin-top: 16px;
}

.mt-\[18px\] {
  margin-top: 18px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[22px\] {
  margin-top: 22px;
}

.mt-\[24px\] {
  margin-top: 24px;
}

.mt-\[26px\] {
  margin-top: 26px;
}

.mt-\[28px\] {
  margin-top: 28px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[34px\] {
  margin-top: 34px;
}

.mt-\[36px\] {
  margin-top: 36px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.mt-\[8px\] {
  margin-top: 8px;
}

.mt-\[clamp\(44px\2c 6vw\2c 60px\)\] {
  margin-top: clamp(44px, 6vw, 60px);
}

.mt-\[clamp\(50px\2c 7vw\2c 80px\)\] {
  margin-top: clamp(50px, 7vw, 80px);
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-5 {
  height: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

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

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-5 {
  width: 1.25rem;
}

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-px {
  width: 1px;
}

.min-w-0 {
  min-width: 0px;
}

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.-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));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.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));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

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

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

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

.items-baseline {
  align-items: baseline;
}

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

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

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

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[22px\] {
  gap: 22px;
}

.gap-\[26px\] {
  gap: 26px;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-px {
  gap: 1px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-\[\#c9c6b8\] {
  --tw-border-opacity: 1;
  border-color: rgb(201 198 184 / var(--tw-border-opacity, 1));
}

.border-\[\#d5d2c5\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 210 197 / var(--tw-border-opacity, 1));
}

.border-\[\#d9d6c9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 214 201 / var(--tw-border-opacity, 1));
}

.border-\[\#dedbcf\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 219 207 / var(--tw-border-opacity, 1));
}

.border-\[\#dedbcf\]\/40 {
  border-color: rgb(222 219 207 / 0.4);
}

.border-\[\#e4e6e1\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 230 225 / var(--tw-border-opacity, 1));
}

.border-accent-500 {
  --tw-border-opacity: 1;
  border-color: oklch(var(--accent-500) / var(--tw-border-opacity, 1));
}

.border-accent-500\/50 {
  border-color: oklch(var(--accent-500) / 0.5);
}

.border-foreground-400 {
  --tw-border-opacity: 1;
  border-color: oklch(var(--foreground-400) / var(--tw-border-opacity, 1));
}

.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: oklch(var(--primary-500) / var(--tw-border-opacity, 1));
}

.border-primary-500\/35 {
  border-color: oklch(var(--primary-500) / 0.35);
}

.border-transparent {
  border-color: transparent;
}

.bg-\[\#34362f\]\/10 {
  background-color: rgb(52 54 47 / 0.1);
}

.bg-\[\#CFDEDB\]\/35 {
  background-color: rgb(207 222 219 / 0.35);
}

.bg-\[\#e9e6dc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 230 220 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f1efe8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 232 / var(--tw-bg-opacity, 1));
}

.bg-accent-500 {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent-500) / var(--tw-bg-opacity, 1));
}

.bg-background-50 {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--background-50) / var(--tw-bg-opacity, 1));
}

.bg-background-50\/70 {
  background-color: oklch(var(--background-50) / 0.7);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-foreground-800 {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--foreground-800) / var(--tw-bg-opacity, 1));
}

.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary-500) / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[22px\] {
  padding: 22px;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}

.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pb-\[1px\] {
  padding-bottom: 1px;
}

.pb-\[28px\] {
  padding-bottom: 28px;
}

.pb-\[4px\] {
  padding-bottom: 4px;
}

.pb-\[56px\] {
  padding-bottom: 56px;
}

.pb-\[5px\] {
  padding-bottom: 5px;
}

.pb-\[6px\] {
  padding-bottom: 6px;
}

.pb-\[clamp\(60px\2c 8vw\2c 90px\)\] {
  padding-bottom: clamp(60px, 8vw, 90px);
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[18px\] {
  padding-top: 18px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[2px\] {
  padding-top: 2px;
}

.pt-\[72px\] {
  padding-top: 72px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-middle {
  vertical-align: middle;
}

.font-body {
  font-family: var(--font-body);
}

.font-hand {
  font-family: var(--font-hand);
}

.font-heading {
  font-family: var(--font-heading);
}

.font-sans {
  font-family: var(--font-body);
}

.font-serif-jp {
  font-family: var(--font-serif-jp);
}

.text-\[10px\] {
  font-size: 10px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.not-italic {
  font-style: normal;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[1\.9\] {
  line-height: 1.9;
}

.leading-\[2\.0\] {
  line-height: 2.0;
}

.leading-\[2\.1\] {
  line-height: 2.1;
}

.leading-\[2\.2\] {
  line-height: 2.2;
}

.leading-\[2\.3\] {
  line-height: 2.3;
}

.leading-\[2\.4\] {
  line-height: 2.4;
}

.leading-\[2\.5\] {
  line-height: 2.5;
}

.leading-\[2\.6\] {
  line-height: 2.6;
}

.leading-\[2\.7\] {
  line-height: 2.7;
}

.leading-\[2\.9\] {
  line-height: 2.9;
}

.leading-\[2\] {
  line-height: 2;
}

.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}

.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}

.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}

.tracking-\[0\.06em\] {
  letter-spacing: 0.06em;
}

.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}

.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}

.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}

.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}

.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}

.tracking-\[0\.24em\] {
  letter-spacing: 0.24em;
}

.tracking-\[0\.26em\] {
  letter-spacing: 0.26em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-\[0\.34em\] {
  letter-spacing: 0.34em;
}

.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}

.tracking-\[0\.4em\] {
  letter-spacing: 0.4em;
}

.tracking-\[0\.5em\] {
  letter-spacing: 0.5em;
}

.text-\[\#34362f\] {
  --tw-text-opacity: 1;
  color: rgb(52 54 47 / var(--tw-text-opacity, 1));
}

.text-\[\#43463f\] {
  --tw-text-opacity: 1;
  color: rgb(67 70 63 / var(--tw-text-opacity, 1));
}

.text-\[\#4a4c45\] {
  --tw-text-opacity: 1;
  color: rgb(74 76 69 / var(--tw-text-opacity, 1));
}

.text-\[\#C28158\] {
  --tw-text-opacity: 1;
  color: rgb(194 129 88 / var(--tw-text-opacity, 1));
}

.text-accent-500 {
  --tw-text-opacity: 1;
  color: oklch(var(--accent-500) / var(--tw-text-opacity, 1));
}

.text-background-50 {
  --tw-text-opacity: 1;
  color: oklch(var(--background-50) / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-foreground-300 {
  --tw-text-opacity: 1;
  color: oklch(var(--foreground-300) / var(--tw-text-opacity, 1));
}

.text-foreground-500 {
  --tw-text-opacity: 1;
  color: oklch(var(--foreground-500) / var(--tw-text-opacity, 1));
}

.text-foreground-600 {
  --tw-text-opacity: 1;
  color: oklch(var(--foreground-600) / var(--tw-text-opacity, 1));
}

.text-foreground-700 {
  --tw-text-opacity: 1;
  color: oklch(var(--foreground-700) / var(--tw-text-opacity, 1));
}

.text-foreground-900 {
  --tw-text-opacity: 1;
  color: oklch(var(--foreground-900) / var(--tw-text-opacity, 1));
}

.text-primary-500 {
  --tw-text-opacity: 1;
  color: oklch(var(--primary-500) / var(--tw-text-opacity, 1));
}

.text-primary-700 {
  --tw-text-opacity: 1;
  color: oklch(var(--primary-700) / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.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-300 {
  transition-duration: 300ms;
}

.duration-400 {
  transition-duration: 400ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.\[justify-content\:safe_center\] {
  justify-content: safe center;
}

:root {
  /* Background scale — ほぼ白の紙 (anchor #fdfdfb) */
  --background-50: 0.992 0.001 95;
  --background-100: 0.965 0.003 150;
  --background-200: 0.940 0.005 140;
  --background-300: 0.910 0.006 140;
  --background-400: 0.870 0.008 140;
  --background-500: 0.820 0.010 140;
  --background-600: 0.730 0.010 140;
  --background-700: 0.600 0.009 140;
  --background-800: 0.440 0.007 140;
  --background-900: 0.320 0.006 140;
  --background-950: 0.200 0.004 140;
  /* Primary scale — 青緑 teal (anchor #5f8a83) */
  --primary-50: 0.975 0.006 180;
  --primary-100: 0.935 0.014 180;
  --primary-200: 0.870 0.026 180;
  --primary-300: 0.780 0.036 180;
  --primary-400: 0.675 0.044 180;
  --primary-500: 0.565 0.044 180;
  --primary-600: 0.485 0.041 180;
  --primary-700: 0.400 0.034 180;
  --primary-800: 0.325 0.028 180;
  --primary-900: 0.255 0.020 180;
  --primary-950: 0.190 0.014 180;
  /* Accent scale — ソフトグリーン soft sage (anchor #7b9b82) */
  --accent-50: 0.978 0.005 150;
  --accent-100: 0.945 0.014 150;
  --accent-200: 0.895 0.028 150;
  --accent-300: 0.830 0.045 150;
  --accent-400: 0.740 0.060 150;
  --accent-500: 0.636 0.116 259.8;
  /* #608BD1 */
  --accent-600: 0.555 0.063 150;
  --accent-700: 0.470 0.052 150;
  --accent-800: 0.390 0.042 150;
  --accent-900: 0.310 0.032 150;
  --accent-950: 0.230 0.022 150;
  /* Secondary scale — ごく淡いグレーアッシュ */
  --secondary-50: 0.988 0.002 100;
  --secondary-100: 0.960 0.004 100;
  --secondary-200: 0.925 0.006 100;
  --secondary-300: 0.880 0.007 100;
  --secondary-400: 0.830 0.007 100;
  --secondary-500: 0.770 0.006 100;
  --secondary-600: 0.690 0.008 100;
  --secondary-700: 0.585 0.008 100;
  --secondary-800: 0.460 0.006 100;
  --secondary-900: 0.335 0.005 100;
  --secondary-950: 0.210 0.004 100;
  /* Foreground scale — sumi ink tones (anchor #33352f) */
  --foreground-50: 0.975 0.002 105;
  --foreground-100: 0.920 0.004 108;
  --foreground-200: 0.830 0.006 108;
  --foreground-300: 0.710 0.008 108;
  --foreground-400: 0.580 0.009 108;
  --foreground-500: 0.470 0.010 110;
  --foreground-600: 0.410 0.010 110;
  --foreground-700: 0.345 0.010 110;
  --foreground-800: 0.280 0.009 110;
  --foreground-900: 0.235 0.008 110;
  --foreground-950: 0.185 0.006 110;
  /* Typography */
  --font-heading: 'Zen Old Mincho', 'Noto Serif JP', serif;
  --font-body: 'Noto Sans JP', sans-serif;
  --font-label: 'Noto Sans JP', sans-serif;
  --font-serif-en: 'Cormorant Garamond', serif;
  --font-serif-jp: 'Noto Serif JP', serif;
  --font-hand: 'Klee One', cursive;
}

/* WordPress 管理バー表示時にヘッダーが隠れないように
   （Tailwind の utilities レイヤーより後に定義する必要があるためレイヤー外） */

body.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scrollDown {
  0% {
    top: -46px;
  }

  60%,
  100% {
    top: 46px;
  }
}

/* FV slideshow crossfade (2 slides) */

@keyframes fvSlide {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }

  12% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  62% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* Scroll indicator drop */

@keyframes fvDrop {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }

  45% {
    transform: scaleY(1);
    transform-origin: top;
  }

  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

/* Photo belt horizontal scroll */

@keyframes photoBelt {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Writing mode utilities */

.writing-vertical-rl {
  writing-mode: vertical-rl;
}

.writing-horizontal-tb {
  writing-mode: horizontal-tb;
}

@media (min-width: 768px) {
  .md\:writing-vertical-rl {
    writing-mode: vertical-rl;
  }
}

/* ------------------------------------------------------------------
 * ScrollReveal（React の ScrollReveal.tsx を素の JS + CSS で再現）
 * ------------------------------------------------------------------ */

.js-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease-out,
    transform 0.7s ease-out;
}

.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  [style*='fvSlide'],
  [style*='photoBelt'],
  [style*='fvDrop'] {
    animation: none !important;
  }
}

/* ------------------------------------------------------------------
 * 目次メニュー（MokujiMenu）
 * ------------------------------------------------------------------ */

.mokuji-menu {
  opacity: 0;
  visibility: hidden;
}

.mokuji-menu.is-open {
  opacity: 1;
  visibility: visible;
}

body.is-menu-open {
  overflow: hidden;
}

/* ------------------------------------------------------------------
 * サイトヘッダー（スクロール状態）
 * ------------------------------------------------------------------ */

.site-header {
  opacity: 0;
  transform: translateY(-0.5rem);
}

.site-header.is-shown {
  opacity: 1;
  transform: translateY(0);
}

.site-header.is-scrolled {
  background-color: rgb(253 253 251 / 0.95);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

/* ------------------------------------------------------------------
 * 投稿本文（お知らせ詳細のエディタ出力）
 * ------------------------------------------------------------------ */

.entry-content > * {
  margin-bottom: 1.6em;
}

.entry-content p {
  font-size: 15px;
  line-height: 2.1;
  color: oklch(var(--foreground-700));
}

.entry-content h2 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 19px;
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  padding-left: 14px;
  border-left: 3px solid oklch(var(--primary-500));
  color: oklch(var(--foreground-900));
}

.entry-content h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 16.5px;
  margin-top: 1.6em;
  margin-bottom: 0.7em;
  color: oklch(var(--foreground-900));
}

.entry-content a {
  color: oklch(var(--primary-700));
  border-bottom: 1px solid oklch(var(--accent-500));
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.4em;
  font-size: 15px;
  line-height: 2.1;
  color: oklch(var(--foreground-700));
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content li {
  margin-bottom: 0.5em;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content blockquote {
  border-left: 3px solid oklch(var(--accent-500));
  padding-left: 20px;
  color: #4a4c45;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.entry-content th,
.entry-content td {
  border: 1px solid #dedbcf;
  padding: 10px 14px;
  text-align: left;
}

/* ------------------------------------------------------------------
 * Contact Form 7
 * デザイン上の見た目は React 版 TegamiSection.tsx を踏襲
 * ------------------------------------------------------------------ */

.mz-form .wpcf7-form-control-wrap {
  display: block;
}

.mz-form input[type='text'],
.mz-form input[type='tel'],
.mz-form input[type='email'],
.mz-form input[type='url'],
.mz-form input[type='number'],
.mz-form input[type='date'],
.mz-form select,
.mz-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c9c6b8;
  background: transparent;
  padding: 10px 4px;
  font-family: var(--font-body);
  font-size: 15px;
  color: oklch(var(--foreground-900));
  border-radius: 0;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.mz-form textarea {
  /* CF7 のデフォルト rows=10 を打ち消して初期高さを固定する
     （min-height だけでは下限にしかならず、行数由来の高さが優先されるため） */
  height: 200px;
  min-height: 200px;
  line-height: 1.9;
  resize: vertical;
}

.mz-form input:focus,
.mz-form select:focus,
.mz-form textarea:focus {
  outline: none;
  border-color: oklch(var(--primary-500));
}

.mz-form input::-moz-placeholder, .mz-form textarea::-moz-placeholder {
  color: oklch(var(--foreground-400));
}

.mz-form input::placeholder,
.mz-form textarea::placeholder {
  color: oklch(var(--foreground-400));
}

.mz-form input[type='checkbox'],
.mz-form input[type='radio'] {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #5f8a83;
  margin-top: 8px;
}

.mz-form .wpcf7-list-item {
  margin: 0;
  display: block;
}

.mz-form .wpcf7-list-item > label {
  display: flex;
  align-items: center;
}

.mz-form .wpcf7-list-item-label {
  font-size: 13px;
  line-height: 2.1;
  color: #4a4c45;
  margin-left: 14px;
}

.mz-form .wpcf7-submit {
  font-family: var(--font-heading);
  color: #fff;
  background-color: oklch(var(--accent-500));
  border-radius: 9999px;
  letter-spacing: 0.3em;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  font-size: 13.5px;
  padding: 18px 56px;
  width: auto;
}

.mz-form .wpcf7-submit:hover {
  background-color: oklch(var(--primary-600));
}

.mz-form .wpcf7-spinner {
  display: block;
  margin: 16px auto 0;
}

.mz-form .wpcf7-not-valid-tip {
  font-family: var(--font-body);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: #b4543f;
  margin-top: 8px;
}

.wpcf7 form .wpcf7-response-output {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
  max-width: 680px;
  margin: 32px auto 0;
  padding: 18px 22px;
  border-width: 1px;
  border-radius: 4px;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: oklch(var(--accent-500));
  background: rgb(255 255 255 / 0.6);
  color: oklch(var(--foreground-800));
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #b4543f;
  background: rgb(255 255 255 / 0.6);
  color: #8d4232;
}

/* 送信完了時にフォーム本体と見出しを隠す（React 版の submitted 表示を再現） */

.mz-form.mz-form--sent .mz-form__fields,
.mz-form.mz-form--sent .mz-form__submit,
#mz-form-head.mz-form--sent {
  display: none;
}

/* 送信完了時、CF7 のレスポンス表示は控えめに（独自メッセージを主役にする） */

.mz-form--sent + .wpcf7-response-output {
  display: none;
}

/* スクリーンリーダー用 */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  z-index: 200;
  top: 8px;
  left: 8px;
  padding: 12px 20px;
  background: #fff;
  color: oklch(var(--foreground-900));
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-\[\#dedbcf\]:last-child {
  --tw-border-opacity: 1;
  border-color: rgb(222 219 207 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-500:hover {
  --tw-border-opacity: 1;
  border-color: oklch(var(--accent-500) / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#34362f\]\/20:hover {
  background-color: rgb(52 54 47 / 0.2);
}

.hover\:bg-\[\#f1efe8\]\/40:hover {
  background-color: rgb(241 239 232 / 0.4);
}

.hover\:bg-\[\#f1efe8\]\/60:hover {
  background-color: rgb(241 239 232 / 0.6);
}

.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary-500) / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary-600) / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[\#34362f\]:hover {
  --tw-text-opacity: 1;
  color: rgb(52 54 47 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-500:hover {
  --tw-text-opacity: 1;
  color: oklch(var(--accent-500) / var(--tw-text-opacity, 1));
}

.hover\:text-background-50:hover {
  --tw-text-opacity: 1;
  color: oklch(var(--background-50) / var(--tw-text-opacity, 1));
}

.hover\:text-foreground-900:hover {
  --tw-text-opacity: 1;
  color: oklch(var(--foreground-900) / var(--tw-text-opacity, 1));
}

.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: oklch(var(--primary-500) / var(--tw-text-opacity, 1));
}

.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: oklch(var(--primary-700) / var(--tw-text-opacity, 1));
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:border-primary-500:focus {
  --tw-border-opacity: 1;
  border-color: oklch(var(--primary-500) / var(--tw-border-opacity, 1));
}

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

.group:hover .group-hover\:translate-x-\[2px\] {
  --tw-translate-x: 2px;
  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\:translate-x-\[6px\] {
  --tw-translate-x: 6px;
  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\:bg-accent-600 {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent-600) / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

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

@media (min-width: 768px) {
  .md\:bottom-\[28px\] {
    bottom: 28px;
  }

  .md\:left-\[40px\] {
    left: 40px;
  }

  .md\:right-\[12\%\] {
    right: 12%;
  }

  .md\:right-\[40px\] {
    right: 40px;
  }

  .md\:top-auto {
    top: auto;
  }

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

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

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mt-\[4px\] {
    margin-top: 4px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

  .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\:grid-cols-\[0\.85fr_1\.15fr\] {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .md\:grid-cols-\[1\.15fr_1fr\] {
    grid-template-columns: 1.15fr 1fr;
  }

  .md\:grid-cols-\[1\.1fr_1fr\] {
    grid-template-columns: 1.1fr 1fr;
  }

  .md\:grid-cols-\[1\.4fr_1fr_1fr\] {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .md\:grid-cols-\[190px_1fr\] {
    grid-template-columns: 190px 1fr;
  }

  .md\:grid-cols-\[1fr_1\.15fr\] {
    grid-template-columns: 1fr 1.15fr;
  }

  .md\:grid-cols-\[minmax\(80px\2c auto\)_1fr\] {
    grid-template-columns: minmax(80px,auto) 1fr;
  }

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

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

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

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

  .md\:gap-\[14px\] {
    gap: 14px;
  }

  .md\:gap-\[18px\] {
    gap: 18px;
  }

  .md\:gap-\[22px\] {
    gap: 22px;
  }

  .md\:gap-\[24px\] {
    gap: 24px;
  }

  .md\:gap-\[28px\] {
    gap: 28px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:p-\[24px\] {
    padding: 24px;
  }

  .md\:p-\[26px\] {
    padding: 26px;
  }

  .md\:px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px;
  }

  .md\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:px-\[36px\] {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:py-\[26px\] {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .md\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:py-\[36px\] {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .md\:pl-\[clamp\(40px\2c 6vw\2c 90px\)\] {
    padding-left: clamp(40px, 6vw, 90px);
  }

  .md\:pt-\[40px\] {
    padding-top: 40px;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-foreground-500 {
    --tw-text-opacity: 1;
    color: oklch(var(--foreground-500) / var(--tw-text-opacity, 1));
  }
}
