/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: "PrimaryFont";
  src: url("../fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PrimaryFont";
  src: url("../fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "PrimaryFont";
  src: url("../fonts/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SecondaryFont";
  src: url("../fonts/Karla-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SignatureFont";
  src: url("../fonts/Thesignature.otf") format("opentype");
}
::-webkit-scrollbar {
  width: 4px;
}
.debug * {
  outline: 1px solid purple;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border-radius: 1px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body {
  background-color: #eee;
  font-family: "PrimaryFont", sans-serif;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --hoku-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --hoku-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --hoku-color-gray-300: oklch(87.2% 0.01 258.338);
    --hoku-color-neutral-200: oklch(92.2% 0 0);
    --hoku-color-black: #000;
    --hoku-color-white: #fff;
    --hoku-spacing: 0.25rem;
    --hoku-container-7xl: 80rem;
    --hoku-text-sm: 0.875rem;
    --hoku-text-sm--line-height: calc(1.25 / 0.875);
    --hoku-text-lg: 1.125rem;
    --hoku-text-lg--line-height: calc(1.75 / 1.125);
    --hoku-text-xl: 1.25rem;
    --hoku-text-xl--line-height: calc(1.75 / 1.25);
    --hoku-text-2xl: 1.5rem;
    --hoku-text-2xl--line-height: calc(2 / 1.5);
    --hoku-text-3xl: 1.875rem;
    --hoku-text-3xl--line-height: calc(2.25 / 1.875);
    --hoku-text-4xl: 2.25rem;
    --hoku-text-4xl--line-height: calc(2.5 / 2.25);
    --hoku-text-5xl: 3rem;
    --hoku-text-5xl--line-height: 1;
    --hoku-text-7xl: 4.5rem;
    --hoku-text-7xl--line-height: 1;
    --hoku-text-9xl: 8rem;
    --hoku-text-9xl--line-height: 1;
    --hoku-font-weight-semibold: 600;
    --hoku-font-weight-bold: 700;
    --hoku-leading-relaxed: 1.625;
    --hoku-radius-2xl: 1rem;
    --hoku-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --hoku-blur-xl: 24px;
    --hoku-default-transition-duration: 150ms;
    --hoku-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --hoku-default-font-family: var(--hoku-font-sans);
    --hoku-default-mono-font-family: var(--hoku-font-mono);
    --hoku-color-primary: #eee;
    --hoku-color-primary-dark: #b6b6b6;
    --hoku-color-accent: #eb152b;
    --hoku-color-accent-light: #df9999;
    --hoku-color-info: #e57726;
    --hoku-color-info-background: #fffaeb;
    --hoku-color-info-blue: #f5f9fb;
    --hoku-color-card-button: #2ecc71;
    --hoku-color-discount-badge: #e04e83;
    --hoku-color-discount-badge-background: #ffd6e4;
    --hoku-color-res-cat: #7a45be;
    --hoku-color-res-cat-background: #f1eeff;
    --hoku-font-secondary: "SecondaryFont", sans-serif;
    --hoku-font-signature: "SignatureFont", cursive;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--hoku-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--hoku-default-font-feature-settings, normal);
    font-variation-settings: var(--hoku-default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--hoku-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--hoku-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--hoku-default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .hoku\:absolute {
    position: absolute;
  }
  .hoku\:fixed {
    position: fixed;
  }
  .hoku\:relative {
    position: relative;
  }
  .hoku\:top-0 {
    top: calc(var(--hoku-spacing) * 0);
  }
  .hoku\:top-full {
    top: 100%;
  }
  .hoku\:right-0 {
    right: calc(var(--hoku-spacing) * 0);
  }
  .hoku\:left-0 {
    left: calc(var(--hoku-spacing) * 0);
  }
  .hoku\:z-50 {
    z-index: 50;
  }
  .hoku\:container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .hoku\:mx-6 {
    margin-inline: calc(var(--hoku-spacing) * 6);
  }
  .hoku\:mx-auto {
    margin-inline: auto;
  }
  .hoku\:mt-2 {
    margin-top: calc(var(--hoku-spacing) * 2);
  }
  .hoku\:mt-20 {
    margin-top: calc(var(--hoku-spacing) * 20);
  }
  .hoku\:mt-auto {
    margin-top: auto;
  }
  .hoku\:ml-1 {
    margin-left: calc(var(--hoku-spacing) * 1);
  }
  .hoku\:flex {
    display: flex;
  }
  .hoku\:grid {
    display: grid;
  }
  .hoku\:hidden {
    display: none;
  }
  .hoku\:inline-block {
    display: inline-block;
  }
  .hoku\:h-6 {
    height: calc(var(--hoku-spacing) * 6);
  }
  .hoku\:h-10 {
    height: calc(var(--hoku-spacing) * 10);
  }
  .hoku\:h-full {
    height: 100%;
  }
  .hoku\:h-screen {
    height: 100vh;
  }
  .hoku\:min-h-screen {
    min-height: 100vh;
  }
  .hoku\:w-6 {
    width: calc(var(--hoku-spacing) * 6);
  }
  .hoku\:w-10 {
    width: calc(var(--hoku-spacing) * 10);
  }
  .hoku\:w-full {
    width: 100%;
  }
  .hoku\:w-screen {
    width: 100vw;
  }
  .hoku\:max-w-7xl {
    max-width: var(--hoku-container-7xl);
  }
  .hoku\:flex-1 {
    flex: 1;
  }
  .hoku\:basis-1\/3 {
    flex-basis: calc(1/3 * 100%);
  }
  .hoku\:origin-bottom-left {
    transform-origin: bottom left;
  }
  .hoku\:-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .hoku\:translate-y-0 {
    --tw-translate-y: calc(var(--hoku-spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .hoku\:-rotate-10 {
    rotate: calc(10deg * -1);
  }
  .hoku\:cursor-pointer {
    cursor: pointer;
  }
  .hoku\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .hoku\:flex-col {
    flex-direction: column;
  }
  .hoku\:items-baseline {
    align-items: baseline;
  }
  .hoku\:items-center {
    align-items: center;
  }
  .hoku\:items-start {
    align-items: flex-start;
  }
  .hoku\:justify-between {
    justify-content: space-between;
  }
  .hoku\:justify-center {
    justify-content: center;
  }
  .hoku\:gap-1 {
    gap: calc(var(--hoku-spacing) * 1);
  }
  .hoku\:gap-2 {
    gap: calc(var(--hoku-spacing) * 2);
  }
  .hoku\:gap-3 {
    gap: calc(var(--hoku-spacing) * 3);
  }
  .hoku\:gap-4 {
    gap: calc(var(--hoku-spacing) * 4);
  }
  .hoku\:gap-5 {
    gap: calc(var(--hoku-spacing) * 5);
  }
  .hoku\:gap-6 {
    gap: calc(var(--hoku-spacing) * 6);
  }
  .hoku\:gap-7 {
    gap: calc(var(--hoku-spacing) * 7);
  }
  .hoku\:gap-8 {
    gap: calc(var(--hoku-spacing) * 8);
  }
  .hoku\:gap-20 {
    gap: calc(var(--hoku-spacing) * 20);
  }
  .hoku\:space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--hoku-spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--hoku-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .hoku\:self-end {
    align-self: flex-end;
  }
  .hoku\:overflow-hidden {
    overflow: hidden;
  }
  .hoku\:rounded {
    border-radius: 0.25rem;
  }
  .hoku\:rounded-2xl {
    border-radius: var(--hoku-radius-2xl);
  }
  .hoku\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .hoku\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .hoku\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .hoku\:border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .hoku\:border-accent {
    border-color: var(--hoku-color-accent);
  }
  .hoku\:border-gray-300 {
    border-color: var(--hoku-color-gray-300);
  }
  .hoku\:border-primary-dark {
    border-color: var(--hoku-color-primary-dark);
  }
  .hoku\:bg-black {
    background-color: var(--hoku-color-black);
  }
  .hoku\:bg-card-button {
    background-color: var(--hoku-color-card-button);
  }
  .hoku\:bg-discount-badge-background {
    background-color: var(--hoku-color-discount-badge-background);
  }
  .hoku\:bg-info-background {
    background-color: var(--hoku-color-info-background);
  }
  .hoku\:bg-info-blue {
    background-color: var(--hoku-color-info-blue);
  }
  .hoku\:bg-neutral-200 {
    background-color: var(--hoku-color-neutral-200);
  }
  .hoku\:bg-primary\/25 {
    background-color: var(--hoku-color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--hoku-color-primary) 25%, transparent);
    }
  }
  .hoku\:bg-white {
    background-color: var(--hoku-color-white);
  }
  .hoku\:bg-white\/80 {
    background-color: var(--hoku-color-white);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--hoku-color-white) 80%, transparent);
    }
  }
  .hoku\:bg-\[linear-gradient\(155deg\,\#F1F5F9\,\#E0FFED\)\] {
    background-image: linear-gradient(155deg,#F1F5F9,#E0FFED);
  }
  .hoku\:object-cover {
    object-fit: cover;
  }
  .hoku\:p-6 {
    padding: calc(var(--hoku-spacing) * 6);
  }
  .hoku\:px-4 {
    padding-inline: calc(var(--hoku-spacing) * 4);
  }
  .hoku\:px-6 {
    padding-inline: calc(var(--hoku-spacing) * 6);
  }
  .hoku\:px-8 {
    padding-inline: calc(var(--hoku-spacing) * 8);
  }
  .hoku\:px-9 {
    padding-inline: calc(var(--hoku-spacing) * 9);
  }
  .hoku\:px-10 {
    padding-inline: calc(var(--hoku-spacing) * 10);
  }
  .hoku\:py-1 {
    padding-block: calc(var(--hoku-spacing) * 1);
  }
  .hoku\:py-2 {
    padding-block: calc(var(--hoku-spacing) * 2);
  }
  .hoku\:py-3 {
    padding-block: calc(var(--hoku-spacing) * 3);
  }
  .hoku\:py-4 {
    padding-block: calc(var(--hoku-spacing) * 4);
  }
  .hoku\:py-6 {
    padding-block: calc(var(--hoku-spacing) * 6);
  }
  .hoku\:py-8 {
    padding-block: calc(var(--hoku-spacing) * 8);
  }
  .hoku\:py-12 {
    padding-block: calc(var(--hoku-spacing) * 12);
  }
  .hoku\:py-20 {
    padding-block: calc(var(--hoku-spacing) * 20);
  }
  .hoku\:py-24 {
    padding-block: calc(var(--hoku-spacing) * 24);
  }
  .hoku\:pt-3 {
    padding-top: calc(var(--hoku-spacing) * 3);
  }
  .hoku\:pt-6 {
    padding-top: calc(var(--hoku-spacing) * 6);
  }
  .hoku\:pt-8 {
    padding-top: calc(var(--hoku-spacing) * 8);
  }
  .hoku\:pt-20 {
    padding-top: calc(var(--hoku-spacing) * 20);
  }
  .hoku\:pb-4 {
    padding-bottom: calc(var(--hoku-spacing) * 4);
  }
  .hoku\:pb-12 {
    padding-bottom: calc(var(--hoku-spacing) * 12);
  }
  .hoku\:text-left {
    text-align: left;
  }
  .hoku\:font-secondary {
    font-family: var(--hoku-font-secondary);
  }
  .hoku\:font-signature {
    font-family: var(--hoku-font-signature);
  }
  .hoku\:text-2xl {
    font-size: var(--hoku-text-2xl);
    line-height: var(--tw-leading, var(--hoku-text-2xl--line-height));
  }
  .hoku\:text-4xl {
    font-size: var(--hoku-text-4xl);
    line-height: var(--tw-leading, var(--hoku-text-4xl--line-height));
  }
  .hoku\:text-5xl {
    font-size: var(--hoku-text-5xl);
    line-height: var(--tw-leading, var(--hoku-text-5xl--line-height));
  }
  .hoku\:text-lg {
    font-size: var(--hoku-text-lg);
    line-height: var(--tw-leading, var(--hoku-text-lg--line-height));
  }
  .hoku\:text-sm {
    font-size: var(--hoku-text-sm);
    line-height: var(--tw-leading, var(--hoku-text-sm--line-height));
  }
  .hoku\:text-xl {
    font-size: var(--hoku-text-xl);
    line-height: var(--tw-leading, var(--hoku-text-xl--line-height));
  }
  .hoku\:leading-relaxed {
    --tw-leading: var(--hoku-leading-relaxed);
    line-height: var(--hoku-leading-relaxed);
  }
  .hoku\:font-bold {
    --tw-font-weight: var(--hoku-font-weight-bold);
    font-weight: var(--hoku-font-weight-bold);
  }
  .hoku\:font-semibold {
    --tw-font-weight: var(--hoku-font-weight-semibold);
    font-weight: var(--hoku-font-weight-semibold);
  }
  .hoku\:text-accent {
    color: var(--hoku-color-accent);
  }
  .hoku\:text-accent-light {
    color: var(--hoku-color-accent-light);
  }
  .hoku\:text-black {
    color: var(--hoku-color-black);
  }
  .hoku\:text-discount-badge {
    color: var(--hoku-color-discount-badge);
  }
  .hoku\:text-info {
    color: var(--hoku-color-info);
  }
  .hoku\:text-primary-dark {
    color: var(--hoku-color-primary-dark);
  }
  .hoku\:text-white {
    color: var(--hoku-color-white);
  }
  .hoku\:uppercase {
    text-transform: uppercase;
  }
  .hoku\:underline {
    text-decoration-line: underline;
  }
  .hoku\:underline-offset-2 {
    text-underline-offset: 2px;
  }
  .hoku\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--hoku-blur-xl));
    -webkit-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-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,);
  }
  .hoku\:transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--hoku-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--hoku-default-transition-duration));
  }
  .hoku\:transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--hoku-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--hoku-default-transition-duration));
  }
  .hoku\:duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .hoku\:ease-in-out {
    --tw-ease: var(--hoku-ease-in-out);
    transition-timing-function: var(--hoku-ease-in-out);
  }
  .hoku\:group-hover\:text-accent {
    &:is(:where(.hoku\:group):hover *) {
      @media (hover: hover) {
        color: var(--hoku-color-accent);
      }
    }
  }
  .hoku\:group-hover\:text-black {
    &:is(:where(.hoku\:group):hover *) {
      @media (hover: hover) {
        color: var(--hoku-color-black);
      }
    }
  }
  .hoku\:last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .hoku\:hover\:bg-accent {
    &:hover {
      @media (hover: hover) {
        background-color: var(--hoku-color-accent);
      }
    }
  }
  .hoku\:hover\:text-accent {
    &:hover {
      @media (hover: hover) {
        color: var(--hoku-color-accent);
      }
    }
  }
  .hoku\:hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--hoku-color-white);
      }
    }
  }
  .hoku\:hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hoku\:active\:bg-res-cat-background {
    &:active {
      background-color: var(--hoku-color-res-cat-background);
    }
  }
  .hoku\:active\:text-res-cat {
    &:active {
      color: var(--hoku-color-res-cat);
    }
  }
  .hoku\:first\:active\:rounded-l-full {
    &:first-child {
      &:active {
        border-top-left-radius: calc(infinity * 1px);
        border-bottom-left-radius: calc(infinity * 1px);
      }
    }
  }
  .hoku\:last\:active\:rounded-r-full {
    &:last-child {
      &:active {
        border-top-right-radius: calc(infinity * 1px);
        border-bottom-right-radius: calc(infinity * 1px);
      }
    }
  }
  .hoku\:sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .hoku\:sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .hoku\:md\:mx-8 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--hoku-spacing) * 8);
    }
  }
  .hoku\:md\:mx-10 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--hoku-spacing) * 10);
    }
  }
  .hoku\:md\:mx-24 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--hoku-spacing) * 24);
    }
  }
  .hoku\:md\:ml-0 {
    @media (width >= 48rem) {
      margin-left: calc(var(--hoku-spacing) * 0);
    }
  }
  .hoku\:md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .hoku\:md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .hoku\:md\:max-w-7xl {
    @media (width >= 48rem) {
      max-width: var(--hoku-container-7xl);
    }
  }
  .hoku\:md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--hoku-spacing) * 0);
    }
  }
  .hoku\:md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--hoku-spacing) * 5);
    }
  }
  .hoku\:md\:p-7 {
    @media (width >= 48rem) {
      padding: calc(var(--hoku-spacing) * 7);
    }
  }
  .hoku\:md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--hoku-spacing) * 10);
    }
  }
  .hoku\:md\:px-20 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--hoku-spacing) * 20);
    }
  }
  .hoku\:md\:py-5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--hoku-spacing) * 5);
    }
  }
  .hoku\:md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--hoku-spacing) * 16);
    }
  }
  .hoku\:md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--hoku-spacing) * 0);
    }
  }
  .hoku\:md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--hoku-text-2xl);
      line-height: var(--tw-leading, var(--hoku-text-2xl--line-height));
    }
  }
  .hoku\:md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--hoku-text-3xl);
      line-height: var(--tw-leading, var(--hoku-text-3xl--line-height));
    }
  }
  .hoku\:md\:text-7xl {
    @media (width >= 48rem) {
      font-size: var(--hoku-text-7xl);
      line-height: var(--tw-leading, var(--hoku-text-7xl--line-height));
    }
  }
  .hoku\:lg\:mx-24 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--hoku-spacing) * 24);
    }
  }
  .hoku\:lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .hoku\:lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .hoku\:lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .hoku\:lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--hoku-spacing) * 0);
    }
  }
  .hoku\:lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--hoku-spacing) * 16);
    }
  }
  .hoku\:lg\:px-32 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--hoku-spacing) * 32);
    }
  }
  .hoku\:lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--hoku-spacing) * 20);
    }
  }
  .hoku\:lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--hoku-text-3xl);
      line-height: var(--tw-leading, var(--hoku-text-3xl--line-height));
    }
  }
  .hoku\:lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--hoku-text-4xl);
      line-height: var(--tw-leading, var(--hoku-text-4xl--line-height));
    }
  }
  .hoku\:lg\:text-9xl {
    @media (width >= 64rem) {
      font-size: var(--hoku-text-9xl);
      line-height: var(--tw-leading, var(--hoku-text-9xl--line-height));
    }
  }
  .hoku\:lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--hoku-text-lg);
      line-height: var(--tw-leading, var(--hoku-text-lg--line-height));
    }
  }
  .hoku\:xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
.project-hover-badge.is-global {
  position: fixed;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ef4444;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.6);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
