/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-orange-50: oklch(98% 0.016 73.684);
    --color-orange-200: oklch(90.1% 0.076 70.697);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-stone-50: oklch(98.5% 0.001 106.423);
    --color-stone-100: oklch(97% 0.001 106.424);
    --color-stone-200: oklch(92.3% 0.003 48.717);
    --color-stone-300: oklch(86.9% 0.005 56.366);
    --color-stone-400: oklch(70.9% 0.01 56.259);
    --color-stone-500: oklch(55.3% 0.013 58.071);
    --color-stone-600: oklch(44.4% 0.011 73.639);
    --color-stone-700: oklch(37.4% 0.01 67.558);
    --color-stone-800: oklch(26.8% 0.007 34.298);
    --color-stone-900: oklch(21.6% 0.006 56.043);
    --color-stone-950: oklch(14.7% 0.004 49.25);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-sm: 8px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-heading: "Inter", "SUIT", "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", ui-sans-serif, system-ui, sans-serif;
    --color-brand-50: #fff7ed;
    --color-brand-100: #ffedd5;
    --color-brand-300: #fdba74;
    --color-brand-400: #ff8022;
    --color-brand-600: #ff6e1a;
    --color-brand-700: #ff5e14;
    --color-brand-800: #e04d00;
    --color-site-footer-bg: #152332;
    --color-site-body: var(--color-stone-600);
    --color-site-heading: var(--color-stone-900);
    --radius-card: 0;
    --radius-btn: 0;
    --radius-pill: 0;
    --touch-target-min: 2.75rem;
    --line-height-relaxed: 1.65;
    --text-max-prose: 65ch;
    --site-topbar-height: 0px;
    --site-header-main-height: 3.5rem;
    --site-sticky-header-offset: var(--site-header-main-height);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .isolate {
    isolation: isolate;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[100000\] {
    z-index: 100000;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-auto {
    grid-column: auto;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .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;
    }
  }
  .container\! {
    width: 100% !important;
    @media (width >= 40rem) {
      max-width: 40rem !important;
    }
    @media (width >= 48rem) {
      max-width: 48rem !important;
    }
    @media (width >= 64rem) {
      max-width: 64rem !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
    @media (width >= 96rem) {
      max-width: 96rem !important;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-auto {
    margin: auto;
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .me-3 {
    margin-inline-end: calc(var(--spacing) * 3);
  }
  .me-auto {
    margin-inline-end: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1\.5 {
    margin-right: calc(var(--spacing) * 1.5);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-0\.5 {
    margin-left: calc(var(--spacing) * 0.5);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-9 {
    min-height: calc(var(--spacing) * 9);
  }
  .min-h-\[3\.25rem\] {
    min-height: 3.25rem;
  }
  .min-h-\[50vh\] {
    min-height: 50vh;
  }
  .min-h-\[var\(--touch-target-min\)\] {
    min-height: var(--touch-target-min);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .min-h-svh {
    min-height: 100svh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-9 {
    min-width: calc(var(--spacing) * 9);
  }
  .min-w-\[2\.25rem\] {
    min-width: 2.25rem;
  }
  .min-w-\[7\.5rem\] {
    min-width: 7.5rem;
  }
  .min-w-\[10rem\] {
    min-width: 10rem;
  }
  .min-w-\[12rem\] {
    min-width: 12rem;
  }
  .min-w-\[var\(--touch-target-min\)\] {
    min-width: var(--touch-target-min);
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .scroll-mt-4 {
    scroll-margin-top: calc(var(--spacing) * 4);
  }
  .scroll-mt-\[var\(--site-sticky-header-offset\)\] {
    scroll-margin-top: var(--site-sticky-header-offset);
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-none {
    list-style-type: none;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-1\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-slate-100 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-slate-100);
    }
  }
  .divide-slate-200 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-slate-200);
    }
  }
  .divide-stone-100 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-stone-100);
    }
  }
  .divide-stone-900\/10 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, oklch(21.6% 0.006 56.043) 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-stone-900) 10%, transparent);
      }
    }
  }
  .self-center {
    align-self: center;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[var\(--radius-card\)\] {
    border-radius: var(--radius-card);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-brand-600 {
    border-color: var(--color-brand-600);
  }
  .border-brand-700 {
    border-color: var(--color-brand-700);
  }
  .border-orange-200 {
    border-color: var(--color-orange-200);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-slate-100 {
    border-color: var(--color-slate-100);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .border-stone-100 {
    border-color: var(--color-stone-100);
  }
  .border-stone-200 {
    border-color: var(--color-stone-200);
  }
  .border-stone-300 {
    border-color: var(--color-stone-300);
  }
  .border-stone-900 {
    border-color: var(--color-stone-900);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-brand-50 {
    background-color: var(--color-brand-50);
  }
  .bg-brand-700 {
    background-color: var(--color-brand-700);
  }
  .bg-brand-800 {
    background-color: var(--color-brand-800);
  }
  .bg-orange-50 {
    background-color: var(--color-orange-50);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-stone-50 {
    background-color: var(--color-stone-50);
  }
  .bg-stone-100 {
    background-color: var(--color-stone-100);
  }
  .bg-stone-200 {
    background-color: var(--color-stone-200);
  }
  .bg-stone-500 {
    background-color: var(--color-stone-500);
  }
  .bg-stone-600 {
    background-color: var(--color-stone-600);
  }
  .bg-stone-800 {
    background-color: var(--color-stone-800);
  }
  .bg-stone-900 {
    background-color: var(--color-stone-900);
  }
  .bg-stone-900\/20 {
    background-color: color-mix(in srgb, oklch(21.6% 0.006 56.043) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-stone-900) 20%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .\!p-6 {
    padding: calc(var(--spacing) * 6) !important;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-base\/7 {
    font-size: var(--text-base);
    line-height: calc(var(--spacing) * 7);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-brand-600 {
    color: var(--color-brand-600);
  }
  .text-brand-700 {
    color: var(--color-brand-700);
  }
  .text-brand-800 {
    color: var(--color-brand-800);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-800 {
    color: var(--color-slate-800);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-stone-400 {
    color: var(--color-stone-400);
  }
  .text-stone-500 {
    color: var(--color-stone-500);
  }
  .text-stone-600 {
    color: var(--color-stone-600);
  }
  .text-stone-700 {
    color: var(--color-stone-700);
  }
  .text-stone-800 {
    color: var(--color-stone-800);
  }
  .text-stone-900 {
    color: var(--color-stone-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-brand-600\/30 {
    text-decoration-color: color-mix(in srgb, #ff6e1a 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix(in oklab, var(--color-brand-600) 30%, transparent);
    }
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-brand-600\/25 {
    --tw-ring-color: color-mix(in srgb, #ff6e1a 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-brand-600) 25%, transparent);
    }
  }
  .ring-brand-600\/30 {
    --tw-ring-color: color-mix(in srgb, #ff6e1a 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-brand-600) 30%, transparent);
    }
  }
  .ring-stone-300 {
    --tw-ring-color: var(--color-stone-300);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-1 {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .-outline-offset-1 {
    outline-offset: calc(1px * -1);
  }
  .outline-stone-300 {
    outline-color: var(--color-stone-300);
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .drop-shadow-md {
    --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.12)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .\[xml\:lang\] {
    xml: lang;
  }
  .not-in-aria-expanded\:hidden {
    &:not(:where(*[aria-expanded="true"]) *) {
      display: none;
    }
  }
  .group-open\:rotate-180 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      rotate: 180deg;
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:bg-stone-900\/40 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(21.6% 0.006 56.043) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-stone-900) 40%, transparent);
        }
      }
    }
  }
  .group-hover\:text-brand-800 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
  }
  .peer-checked\:translate-x-5 {
    &:is(:where(.peer):checked ~ *) {
      --tw-translate-x: calc(var(--spacing) * 5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .peer-checked\:bg-brand-600 {
    &:is(:where(.peer):checked ~ *) {
      background-color: var(--color-brand-600);
    }
  }
  .peer-focus-visible\:ring-2 {
    &:is(:where(.peer):focus-visible ~ *) {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .peer-focus-visible\:ring-brand-600 {
    &:is(:where(.peer):focus-visible ~ *) {
      --tw-ring-color: var(--color-brand-600);
    }
  }
  .peer-focus-visible\:ring-offset-2 {
    &:is(:where(.peer):focus-visible ~ *) {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .marker\:content-none {
    & *::marker {
      --tw-content: none;
      content: none;
    }
    &::marker {
      --tw-content: none;
      content: none;
    }
    & *::-webkit-details-marker {
      --tw-content: none;
      content: none;
    }
    &::-webkit-details-marker {
      --tw-content: none;
      content: none;
    }
  }
  .file\:mr-4 {
    &::file-selector-button {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .file\:border-0 {
    &::file-selector-button {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .file\:bg-stone-100 {
    &::file-selector-button {
      background-color: var(--color-stone-100);
    }
  }
  .file\:px-4 {
    &::file-selector-button {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .file\:py-2 {
    &::file-selector-button {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .file\:text-sm {
    &::file-selector-button {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .file\:font-medium {
    &::file-selector-button {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .file\:text-stone-700 {
    &::file-selector-button {
      color: var(--color-stone-700);
    }
  }
  .placeholder\:text-stone-400 {
    &::placeholder {
      color: var(--color-stone-400);
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:inset-0 {
    &::before {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .checked\:border-brand-700 {
    &:checked {
      border-color: var(--color-brand-700);
    }
  }
  .checked\:border-red-600 {
    &:checked {
      border-color: var(--color-red-600);
    }
  }
  .checked\:bg-brand-700 {
    &:checked {
      background-color: var(--color-brand-700);
    }
  }
  .checked\:bg-red-600 {
    &:checked {
      background-color: var(--color-red-600);
    }
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:border-brand-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-brand-300);
      }
    }
  }
  .hover\:border-brand-600 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-brand-600);
      }
    }
  }
  .hover\:border-stone-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-stone-300);
      }
    }
  }
  .hover\:border-stone-400 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-stone-400);
      }
    }
  }
  .hover\:bg-slate-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-50);
      }
    }
  }
  .hover\:bg-slate-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-200);
      }
    }
  }
  .hover\:bg-stone-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-stone-50);
      }
    }
  }
  .hover\:bg-stone-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-stone-700);
      }
    }
  }
  .hover\:bg-stone-900 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-stone-900);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-brand-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
  }
  .hover\:text-stone-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-stone-900);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:ring-2 {
    &:hover {
      @media (hover: hover) {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:file\:bg-stone-200 {
    &:hover {
      @media (hover: hover) {
        &::file-selector-button {
          background-color: var(--color-stone-200);
        }
      }
    }
  }
  .focus\:fixed {
    &:focus {
      position: fixed;
    }
  }
  .focus\:top-4 {
    &:focus {
      top: calc(var(--spacing) * 4);
    }
  }
  .focus\:left-4 {
    &:focus {
      left: calc(var(--spacing) * 4);
    }
  }
  .focus\:z-\[100001\] {
    &:focus {
      z-index: 100001;
    }
  }
  .focus\:m-0 {
    &:focus {
      margin: calc(var(--spacing) * 0);
    }
  }
  .focus\:inline-flex {
    &:focus {
      display: inline-flex;
    }
  }
  .focus\:h-auto {
    &:focus {
      height: auto;
    }
  }
  .focus\:min-h-11 {
    &:focus {
      min-height: calc(var(--spacing) * 11);
    }
  }
  .focus\:w-auto {
    &:focus {
      width: auto;
    }
  }
  .focus\:max-w-\[min\(100vw-2rem\,18rem\)\] {
    &:focus {
      max-width: min(100vw - 2rem, 18rem);
    }
  }
  .focus\:min-w-\[min\(100vw-2rem\,18rem\)\] {
    &:focus {
      min-width: min(100vw - 2rem, 18rem);
    }
  }
  .focus\:overflow-visible {
    &:focus {
      overflow: visible;
    }
  }
  .focus\:border-brand-600 {
    &:focus {
      border-color: var(--color-brand-600);
    }
  }
  .focus\:bg-brand-800 {
    &:focus {
      background-color: var(--color-brand-800);
    }
  }
  .focus\:p-3 {
    &:focus {
      padding: calc(var(--spacing) * 3);
    }
  }
  .focus\:px-5 {
    &:focus {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .focus\:font-semibold {
    &:focus {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .focus\:whitespace-normal {
    &:focus {
      white-space: normal;
    }
  }
  .focus\:text-white {
    &:focus {
      color: var(--color-white);
    }
  }
  .focus\:underline {
    &:focus {
      text-decoration-line: underline;
    }
  }
  .focus\:underline-offset-2 {
    &:focus {
      text-underline-offset: 2px;
    }
  }
  .focus\:shadow-\[0_0_0_2px_var\(--color-brand-700\)\,0_4px_14px_rgb\(0_0_0\/0\.2\)\] {
    &:focus {
      --tw-shadow: 0 0 0 2px var(--tw-shadow-color, var(--color-brand-700)), 0 4px 14px var(--tw-shadow-color, rgb(0 0 0/0.2));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-brand-600\/25 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, #ff6e1a 25%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-brand-600) 25%, transparent);
      }
    }
  }
  .focus\:outline {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus\:outline-2 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus\:outline-3 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 3px;
    }
  }
  .focus\:-outline-offset-2 {
    &:focus {
      outline-offset: calc(2px * -1);
    }
  }
  .focus\:outline-offset-2 {
    &:focus {
      outline-offset: 2px;
    }
  }
  .focus\:outline-brand-600 {
    &:focus {
      outline-color: var(--color-brand-600);
    }
  }
  .focus\:outline-white {
    &:focus {
      outline-color: var(--color-white);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus\:\[clip-path\:none\] {
    &:focus {
      clip-path: none;
    }
  }
  .focus-visible\:outline {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-2 {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
  .focus-visible\:outline-brand-600 {
    &:focus-visible {
      outline-color: var(--color-brand-600);
    }
  }
  .focus-visible\:outline-stone-400 {
    &:focus-visible {
      outline-color: var(--color-stone-400);
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:bg-stone-100 {
    &:disabled {
      background-color: var(--color-stone-100);
    }
  }
  .disabled\:text-stone-500 {
    &:disabled {
      color: var(--color-stone-500);
    }
  }
  .in-aria-expanded\:hidden {
    :where(*[aria-expanded="true"]) & {
      display: none;
    }
  }
  .sm\:col-span-3 {
    @media (width >= 40rem) {
      grid-column: span 3 / span 3;
    }
  }
  .sm\:col-span-4 {
    @media (width >= 40rem) {
      grid-column: span 4 / span 4;
    }
  }
  .sm\:ms-auto {
    @media (width >= 40rem) {
      margin-inline-start: auto;
    }
  }
  .sm\:mt-10 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .sm\:mb-10 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:line-clamp-3 {
    @media (width >= 40rem) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:h-24 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 24);
    }
  }
  .sm\:w-24 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 24);
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:max-w-xs {
    @media (width >= 40rem) {
      max-width: var(--container-xs);
    }
  }
  .sm\:min-w-\[12rem\] {
    @media (width >= 40rem) {
      min-width: 12rem;
    }
  }
  .sm\:min-w-\[14rem\] {
    @media (width >= 40rem) {
      min-width: 14rem;
    }
  }
  .sm\:flex-initial {
    @media (width >= 40rem) {
      flex: 0 auto;
    }
  }
  .sm\:flex-none {
    @media (width >= 40rem) {
      flex: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-6 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:flex-wrap {
    @media (width >= 40rem) {
      flex-wrap: wrap;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:items-end {
    @media (width >= 40rem) {
      align-items: flex-end;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:gap-5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:gap-x-6 {
    @media (width >= 40rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:gap-y-14 {
    @media (width >= 40rem) {
      row-gap: calc(var(--spacing) * 14);
    }
  }
  .sm\:p-4 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:p-5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-5 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .sm\:py-5 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .sm\:py-10 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-16 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .sm\:pb-10 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:pb-16 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-24 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 24);
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 64rem) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:mt-12 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:mt-14 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:mb-6 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:max-w-72 {
    @media (width >= 64rem) {
      max-width: calc(var(--spacing) * 72);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:gap-7 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .lg\:gap-x-10 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-y-16 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:pt-12 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:pt-14 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:pb-12 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:pl-2 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 2);
    }
  }
  .lg\:pl-6 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:gap-x-14 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 14);
    }
  }
  .xl\:pl-6 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .xl\:pl-10 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .\[\&_a\]\:text-sm {
    & a {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .\[\&_a\]\:leading-relaxed {
    & a {
      --tw-leading: var(--leading-relaxed);
      line-height: var(--leading-relaxed);
    }
  }
  .\[\&_a\]\:font-semibold {
    & a {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .\[\&_a\]\:text-stone-600 {
    & a {
      color: var(--color-stone-600);
    }
  }
  .\[\&_a\]\:text-stone-900 {
    & a {
      color: var(--color-stone-900);
    }
  }
  .\[\&_a\]\:no-underline {
    & a {
      text-decoration-line: none;
    }
  }
  .\[\&_a\]\:hover\:text-brand-800 {
    & a {
      &:hover {
        @media (hover: hover) {
          color: var(--color-brand-800);
        }
      }
    }
  }
  .\[\&_img\]\:h-full {
    & img {
      height: 100%;
    }
  }
  .\[\&_img\]\:max-h-full {
    & img {
      max-height: 100%;
    }
  }
  .\[\&_img\]\:w-full {
    & img {
      width: 100%;
    }
  }
  .\[\&_img\]\:max-w-full {
    & img {
      max-width: 100%;
    }
  }
  .\[\&_img\]\:object-contain {
    & img {
      object-fit: contain;
    }
  }
  .\[\&_img\]\:object-cover {
    & img {
      object-fit: cover;
    }
  }
  .\[\&\>li\]\:m-0 {
    &>li {
      margin: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>li\]\:list-none {
    &>li {
      list-style-type: none;
    }
  }
}
.hb-page {
  --hb-max: 1220px;
  --hb-radius-sm: 0.25rem;
  --hb-radius: 0.75rem;
  --hb-radius-lg: 0.75rem;
  --hb-radius-pill: 9999px;
  --hb-shadow: 0 4px 24px rgb(0 0 0 / 0.06);
  --hb-shadow-lg: 0 12px 40px rgb(0 0 0 / 0.08);
  --font-sans: 'Pretendard', 'Noto Sans KR', Dotum, Helvetica, AppleGothic, Gulim, 'Roboto', '굴림', sans-serif;
  --font-heading: 'Pretendard', 'Noto Sans KR', Dotum, Helvetica, AppleGothic, Gulim, 'Roboto', '굴림', sans-serif;
  font-family: 'Pretendard', 'Noto Sans KR', Dotum, Helvetica, AppleGothic, Gulim, 'Roboto', '굴림', sans-serif;
  background: #fff;
  color: var(--color-stone-900, #1c1917);
  overflow-x: clip;
}
.hb-page .site-topbar, .hb-page .site-header, .hb-page .site-footer, .hb-page .site-scroll-top {
  display: none !important;
}
.hb-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  transition: box-shadow 200ms ease;
}
.hb-header__top {
  position: relative;
  z-index: 2;
  overflow: visible;
  border-bottom: 1px solid var(--color-stone-100, #f5f5f4);
  background: #fff;
}
.hb-header:has(.hb-nav__item:hover) .hb-header__top, .hb-header.is-mega-open .hb-header__top, .hb-header.is-search-open .hb-header__top {
  border-bottom-color: transparent;
}
.hb-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  max-width: var(--hb-max);
  margin: 0 auto;
  padding: 1rem 1.25rem;
  overflow: visible;
  transition: padding 200ms ease;
}
@media (min-width: 1024px) {
  .hb-header__inner {
    padding: 1.125rem 2rem;
  }
}
@media (max-width: 1023px) {
  .hb-header__inner {
    grid-template-columns: auto 1fr auto;
    padding-right: 0.375rem;
  }
  .hb-header__mobile-actions {
    grid-column: 3;
    gap: 0.125rem;
    margin-right: 0;
  }
  .hb-header__mobile-actions .hb-header__util-btn {
    width: 2.75rem;
    height: 2.75rem;
  }
  .hb-header__mobile-actions .hb-header__search-btn {
    width: 2.25rem;
    margin-right: -0.125rem;
    justify-content: flex-end;
  }
  .hb-header__mobile-actions .hb-mobile-menu-btn {
    margin-right: 0.125rem;
  }
}
.hb-header__mobile-actions {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  justify-self: end;
}
@media (min-width: 1024px) {
  .hb-header__mobile-actions {
    display: none;
  }
}
.hb-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.50rem;
  flex-shrink: 0;
  grid-column: 1;
  min-width: 0;
  height: 60px;
  max-height: 60px;
  text-decoration: none;
  transition: height 200ms ease, max-height 200ms ease;
}
.hb-logo__symbol {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: 50px;
  max-height: 50px;
  object-fit: contain;
  transition: height 200ms ease, max-height 200ms ease;
}
.hb-logo__wordmark {
  display: block;
  flex-shrink: 0;
  height: 43px;
  max-height: 43px;
  width: auto;
  object-fit: contain;
  transition: height 200ms ease, max-height 200ms ease;
}
@media (max-width: 1023px) {
  .hb-header__inner > .hb-logo {
    gap: 0.4375rem;
    height: 48px;
    max-height: 48px;
  }
  .hb-header__inner > .hb-logo .hb-logo__symbol {
    height: 40px;
    max-height: 40px;
  }
  .hb-header__inner > .hb-logo .hb-logo__wordmark {
    height: 32px;
    max-height: 32px;
  }
}
@media (max-width: 767px) {
  .hb-mobile-nav__logo, .hb-footer__logo {
    gap: 0.4375rem;
    height: 48px;
    max-height: 48px;
  }
  .hb-mobile-nav__logo .hb-logo__symbol, .hb-footer__logo .hb-logo__symbol {
    height: 40px;
    max-height: 40px;
  }
  .hb-mobile-nav__logo .hb-logo__wordmark, .hb-footer__logo .hb-logo__wordmark {
    height: 32px;
    max-height: 32px;
  }
}
.hb-header.is-scrolled {
  box-shadow: 0 1px 0 rgb(0 0 0 / 0.05), 0 6px 16px rgb(0 0 0 / 0.06);
}
.hb-header.is-scrolled .hb-header__inner {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .hb-header.is-scrolled .hb-header__inner {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
.hb-header.is-scrolled .hb-header__inner > .hb-logo {
  height: 54px;
  max-height: 54px;
}
.hb-header.is-scrolled .hb-header__inner > .hb-logo .hb-logo__symbol {
  height: 45px;
  max-height: 45px;
}
.hb-header.is-scrolled .hb-header__inner > .hb-logo .hb-logo__wordmark {
  height: 39px;
  max-height: 39px;
}
.hb-header.is-scrolled .hb-nav__link {
  font-size: 1rem;
}
.hb-header.is-scrolled .hb-header__cta-btn {
  height: 1.875rem;
  font-size: 0.8125rem;
}
@media (max-width: 1023px) {
  .hb-header.is-scrolled .hb-header__inner > .hb-logo {
    height: 44px;
    max-height: 44px;
  }
  .hb-header.is-scrolled .hb-header__inner > .hb-logo .hb-logo__symbol {
    height: 36px;
    max-height: 36px;
  }
  .hb-header.is-scrolled .hb-header__inner > .hb-logo .hb-logo__wordmark {
    height: 30px;
    max-height: 30px;
  }
}
.hb-nav {
  display: none;
  grid-column: 3;
  justify-self: center;
}
@media (min-width: 1024px) {
  .hb-nav {
    display: block;
  }
}
.hb-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .hb-nav__list {
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .hb-nav__list {
    gap: 2.25rem;
  }
}
.hb-nav__item {
  margin: 0;
}
.hb-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--color-stone-900, #1c1917);
  text-decoration: none;
  white-space: nowrap;
  transition: color 150ms, font-size 200ms ease;
}
.hb-nav__item:hover .hb-nav__link {
  color: #f59e0b;
}
.hb-header__utils {
  display: none;
  align-items: center;
  gap: 0.5rem;
  grid-column: 5;
  justify-self: end;
}
@media (min-width: 1024px) {
  .hb-header__utils {
    display: flex;
  }
}
.hb-header__util-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--color-stone-900, #1c1917);
  text-decoration: none;
  cursor: pointer;
  transition: color 150ms, opacity 150ms;
}
.hb-header__util-btn svg {
  width: 1.375rem;
  height: 1.375rem;
}
.hb-header__util-btn:hover {
  color: #f59e0b;
}
.hb-header__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  box-sizing: border-box;
  height: 2rem;
  margin-left: 0.375rem;
  padding: 0 0.875rem;
  border-radius: var(--hb-radius-pill);
  background: #f59e0b;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  align-self: center;
  transition: background 150ms, opacity 150ms, height 200ms ease, font-size 200ms ease;
}
.hb-header__cta-btn-icon {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}
.hb-header__cta-btn:hover {
  background: #d97706;
}
.hb-header__search-btn-icon--close {
  display: none;
}
.hb-header__search-btn[aria-expanded="true"] .hb-header__search-btn-icon--search {
  display: none;
}
.hb-header__search-btn[aria-expanded="true"] .hb-header__search-btn-icon--close {
  display: block;
}
.hb-header__search-btn[aria-expanded="true"] {
  color: var(--color-stone-900, #1c1917);
}
.hb-header__search-btn[aria-expanded="true"]:hover, .hb-header__search-btn[aria-expanded="true"]:focus-visible {
  color: #f59e0b;
}
.hb-search-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2;
  background: #fff;
  border-top: 1px solid #f5f5f4;
  border-bottom: 1px solid var(--color-stone-100, #f5f5f4);
  box-shadow: 0 12px 20px -4px rgb(0 0 0 / 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms ease, visibility 200ms ease;
}
.hb-header.is-search-open .hb-search-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hb-header.is-search-open .hb-mega, .hb-header.is-search-open .hb-nav__dropdown {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.hb-search-panel__inner {
  max-width: var(--hb-max);
  margin: 0 auto;
  padding: 2.5rem 1.25rem 3rem;
}
@media (min-width: 1024px) {
  .hb-search-panel__inner {
    padding: 3rem 2rem 3.5rem;
  }
}
.hb-mobile-search-btn {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-stone-800, #292524);
  text-align: left;
  cursor: pointer;
}
.hb-mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 60;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: rgb(0 0 0 / 0.35);
  transition: opacity 200ms ease, visibility 200ms ease;
}
.hb-mobile-nav.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.hb-mobile-nav__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
}
.hb-mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0.375rem 1rem 1.25rem;
  border-bottom: 1px solid var(--color-stone-100, #f5f5f4);
}
.hb-mobile-nav__logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}
.hb-mobile-nav__header-utils {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .hb-mobile-nav__header-utils .hb-mobile-nav__util-btn {
    width: 2.75rem;
    height: 2.75rem;
  }
  .hb-mobile-nav__header-utils .hb-mobile-nav__util-btn:not(.hb-mobile-nav__close) {
    width: 2.25rem;
    margin-right: -0.125rem;
    justify-content: flex-end;
  }
  .hb-mobile-nav__header-utils .hb-mobile-nav__close {
    width: 2.75rem;
    margin-right: 0.125rem;
  }
  .hb-mobile-nav__header-utils .hb-mobile-nav__util-btn svg {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.hb-mobile-nav__util-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--color-stone-900, #1c1917);
  text-decoration: none;
  cursor: pointer;
}
.hb-mobile-nav__util-btn svg {
  width: 1.375rem;
  height: 1.375rem;
}
.hb-mobile-nav__body {
  flex: 1;
  overflow-y: auto;
}
.hb-mobile-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hb-mobile-nav__item {
  border-bottom: 1px solid var(--color-stone-100, #f5f5f4);
}
.hb-mobile-nav__toggle, .hb-mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.125rem 1.25rem;
  border: none;
  background: #fff;
  font-family: inherit;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-stone-900, #1c1917);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.hb-mobile-nav__item.is-open .hb-mobile-nav__toggle {
  color: #f59e0b;
}
.hb-mobile-nav__chevron {
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
  color: var(--color-stone-500, #78716c);
  transition: transform 200ms ease, color 200ms ease;
}
.hb-mobile-nav__item.is-open .hb-mobile-nav__chevron {
  transform: rotate(180deg);
  color: #f59e0b;
}
.hb-mobile-nav__sub {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
}
.hb-mobile-nav__item.is-open .hb-mobile-nav__sub {
  display: block;
}
.hb-mobile-nav__sub a {
  display: block;
  padding: 0.1875rem 1.25rem 0.1875rem 2rem;
  border-top: none;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-stone-600, #57534e);
  text-decoration: none;
  transition: color 150ms ease;
}
.hb-mobile-nav__sub a:hover {
  color: #f59e0b;
}
.hb-mobile-nav__sub a:last-child {
  padding-bottom: 1.5rem;
}
.hb-mobile-nav__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.75rem;
  background: #f59e0b;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 150ms;
}
.hb-mobile-nav__cta:hover {
  background: #d97706;
}
.hb-page.is-mobile-nav-open {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hb-mobile-nav {
    display: none;
  }
}
.hb-mega {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 3;
  min-height: 0;
  background: #fff;
  border-top: 1px solid #f5f5f4;
  border-bottom: 1px solid var(--color-stone-100, #f5f5f4);
  box-shadow: 0 12px 20px -4px rgb(0 0 0 / 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms ease, visibility 200ms ease;
}
@media (min-width: 1024px) {
  .hb-mega {
    display: block;
  }
}
.hb-header:has(.hb-nav__item:hover) .hb-mega, .hb-header:has(.hb-nav__dropdown:hover) .hb-mega, .hb-header.is-mega-open .hb-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hb-nav__dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  min-width: 8.5rem;
  max-width: 11rem;
  padding: 1.5rem 0 2rem;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms ease, visibility 200ms ease;
}
.hb-header:has(.hb-nav__item:hover) .hb-nav__item--has-sub .hb-nav__dropdown, .hb-header:has(.hb-nav__dropdown:hover) .hb-nav__item--has-sub .hb-nav__dropdown, .hb-header.is-mega-open .hb-nav__item--has-sub .hb-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hb-nav__sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hb-nav__sub li + li {
  margin-top: 0.125rem;
}
.hb-nav__sub a {
  display: block;
  padding: 0.5rem 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--color-stone-600, #57534e);
  text-decoration: none;
  white-space: nowrap;
  transition: color 150ms;
}
.hb-nav__sub a:hover {
  color: #f59e0b;
}
.hb-nav__item--has-sub:hover .hb-nav__sub a:hover {
  color: #f59e0b;
}
.hb-btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.5rem;
  border: none;
  border-radius: var(--hb-radius-pill);
  background: var(--color-stone-900, #1c1917);
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background 150ms, transform 150ms;
}
.hb-btn-pill:hover {
  background: var(--color-stone-800, #292524);
}
.hb-btn-pill--brand {
  background: #f59e0b;
}
.hb-btn-pill--brand:hover {
  background: #d97706;
}
.hb-btn-pill--outline {
  border: 1px solid var(--color-stone-200, #e7e5e4);
  background: #fff;
  color: var(--color-stone-800, #292524);
}
.hb-btn-pill--outline:hover {
  border-color: var(--color-stone-300, #d6d3d1);
  background: var(--color-stone-50, #fafaf9);
}
.hb-btn-pill--white {
  background: #fff;
  color: var(--color-stone-900, #1c1917);
}
.hb-btn-pill--white:hover {
  background: var(--color-stone-100, #f5f5f4);
}
.hb-btn-pill--lg {
  min-height: 3.25rem;
  padding: 0 2rem;
  font-size: 1rem;
}
.hb-btn-pill--outline-light {
  border: 1px solid rgb(255 255 255 / 0.55);
  background: rgb(255 255 255 / 0.08);
  color: #fff;
}
.hb-btn-pill--outline-light:hover {
  border-color: #fff;
  background: rgb(255 255 255 / 0.18);
}
.hb-hero {
  width: 100%;
  margin: 0;
  padding: 0;
}
.hb-hero-slider {
  position: relative;
  width: 100%;
  min-height: clamp(22rem, 52vh, 36rem);
  overflow: hidden;
}
.hb-hero-slider__slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.hb-hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.25rem 5rem;
  text-align: center;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 600ms ease, visibility 600ms ease;
}
.hb-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.hb-hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient( 180deg, rgb(0 0 0 / 0.45) 0%, rgb(0 0 0 / 0.55) 55%, rgb(0 0 0 / 0.65) 100% );
}
.hb-hero-slide__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--hb-max);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hb-hero-slide {
    padding: 5.5rem 2rem 6rem;
  }
}
@media (min-width: 1024px) {
  .hb-hero-slide {
    padding: 7rem 2rem 7.5rem;
  }
}
.hb-hero__title {
  margin: 0 auto;
  max-width: 52rem;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4.5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 2px 16px rgb(0 0 0 / 0.35);
}
.hb-hero__lead {
  margin: 1.25rem auto 0;
  max-width: 36rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgb(255 255 255 / 0.88);
  text-shadow: 0 1px 8px rgb(0 0 0 / 0.3);
}
.hb-hero__cta {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.hb-hero-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  background: none;
  color: rgb(255 255 255 / 0.7);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 150ms ease, opacity 150ms ease, visibility 150ms ease;
}
.hb-hero-slider__nav svg {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.hb-hero-slider__nav:hover:not(:disabled):not(.is-disabled) {
  color: #fff;
}
.hb-hero-slider__nav:not(.is-disabled):not(:disabled) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.hb-hero-slider:hover .hb-hero-slider__nav:not(.is-disabled):not(:disabled), .hb-hero-slider:focus-within .hb-hero-slider__nav:not(.is-disabled):not(:disabled) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hb-hero-slider__nav.is-disabled, .hb-hero-slider__nav:disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.hb-hero-slider__nav--prev {
  left: 1rem;
}
.hb-hero-slider__nav--next {
  right: 1rem;
}
@media (min-width: 768px) {
  .hb-hero-slider__nav svg {
    width: 3rem;
    height: 3rem;
  }
  .hb-hero-slider__nav--prev {
    left: 1.5rem;
  }
  .hb-hero-slider__nav--next {
    right: 1.5rem;
  }
}
.hb-hero-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  z-index: 2;
  display: flex;
  gap: 0.5rem;
  transform: translateX(-50%);
}
.hb-hero-slider__dot {
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.45);
  cursor: pointer;
  transition: transform 150ms, background 150ms;
}
.hb-hero-slider__dot.is-active {
  background: #fff;
  transform: scale(1.2);
}
.hb-page-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(16rem, 38vh, 28rem);
  padding: 3.5rem 1.25rem 4rem;
  text-align: center;
  background-image: var(--hb-page-banner-bg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hb-page-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient( 180deg, rgb(0 0 0 / 0.45) 0%, rgb(0 0 0 / 0.55) 55%, rgb(0 0 0 / 0.65) 100% );
}
.hb-page-banner__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--hb-max);
  margin: 0 auto;
}
.hb-page-banner__title {
  margin: 0 auto;
  max-width: 52rem;
  font-family: var(--font-heading);
  font-size: clamp(1.625rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 2px 16px rgb(0 0 0 / 0.35);
}
.hb-page-banner__lead {
  margin: 1rem auto 0;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgb(255 255 255 / 0.88);
  text-shadow: 0 1px 8px rgb(0 0 0 / 0.3);
}
.hb-page-banner__cta {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .hb-page-banner {
    padding: 4.5rem 2rem 5rem;
  }
  .hb-page-banner__lead {
    margin-top: 1.125rem;
    font-size: 1.0625rem;
  }
  .hb-page-banner__cta {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .hb-page-banner {
    padding: 5rem 2rem 5.5rem;
  }
}
.hb-service-showcase__intro {
  max-width: 42rem;
  margin: 0 auto 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hb-service-showcase__intro {
    margin-bottom: 3.5rem;
  }
}
.hb-service-showcase__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: var(--color-stone-900, #1c1917);
}
.hb-service-showcase__subtitle {
  margin: 0.625rem 0 0;
  font-family: var(--font-heading);
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #d97706;
}
.hb-service-showcase__desc {
  margin: 1.125rem 0 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-stone-500, #78716c);
}
.hb-service-showcase__list {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .hb-service-showcase__list {
    gap: 1.5rem;
  }
}
.hb-service-showcase__card {
  display: grid;
  gap: 1.75rem;
  padding: 1.75rem;
  border-radius: var(--hb-radius);
  background: var(--color-stone-50, #fafaf9);
}
@media (min-width: 768px) {
  .hb-service-showcase__card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 2.5rem;
    padding: 2.5rem 3rem;
  }
}
.hb-service-showcase__card-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--color-stone-900, #1c1917);
}
.hb-service-showcase__card-body {
  margin: 0.875rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--color-stone-600, #57534e);
}
.hb-service-showcase__card-list {
  margin: 0.875rem 0 0;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--color-stone-600, #57534e);
}
.hb-service-showcase__card-list > li {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
}
.hb-service-showcase__card-list li + li {
  margin-top: 0.625rem;
}
.hb-service-showcase__visual-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12.5rem;
  padding: 1.5rem;
  border-radius: calc(var(--hb-radius) - 0.25rem);
  background: var(--color-stone-100, #f5f5f4);
}
@media (min-width: 768px) {
  .hb-service-showcase__visual-frame {
    min-height: 15rem;
    padding: 2rem;
  }
}
.hb-service-showcase__list > .hb-service-showcase__card:nth-child(1) .hb-service-showcase__visual-frame {
  background: #b6e2fb;
}
.hb-service-showcase__list > .hb-service-showcase__card:nth-child(2) .hb-service-showcase__visual-frame {
  background: #bcf1e9;
}
.hb-service-showcase__list > .hb-service-showcase__card:nth-child(3) .hb-service-showcase__visual-frame {
  background: #fed1bc;
}
.hb-service-showcase__list > .hb-service-showcase__card:nth-child(4) .hb-service-showcase__visual-frame {
  background: #dfcef8;
}
.hb-service-showcase--rental .hb-service-showcase__list > .hb-service-showcase__card:nth-child(1) .hb-service-showcase__visual-frame {
  background: #bde6dd;
}
.hb-service-showcase--rental .hb-service-showcase__list > .hb-service-showcase__card:nth-child(2) .hb-service-showcase__visual-frame {
  background: #dfcdf7;
}
.hb-service-showcase__visual-img {
  display: block;
  width: 100%;
  max-width: 18rem;
  height: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .hb-service-showcase__card--reverse .hb-service-showcase__content {
    order: 2;
  }
  .hb-service-showcase__card--reverse .hb-service-showcase__visual {
    order: 1;
  }
}
.hb-service-steps {
  padding-bottom: 5rem;
}
@media (min-width: 1024px) {
  .hb-service-steps {
    padding-bottom: 6rem;
  }
}
.hb-service-steps__head {
  margin-bottom: 2.5rem;
  text-align: center;
}
.hb-service-steps__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
  color: var(--color-stone-900, #1c1917);
}
.hb-service-steps__desc {
  margin: 0.75rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-stone-500, #78716c);
}
.hb-service-steps__grid {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 640px) {
  .hb-service-steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .hb-service-steps__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .hb-service-steps__grid--5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .hb-service-steps__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.hb-service-steps__item {
  padding: 1.5rem 1.25rem;
  border: 1px solid var(--color-stone-100, #f5f5f4);
  border-radius: 0.375rem;
  background: #fff;
}
.hb-service-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgb(245 158 11 / 0.12);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #d97706;
}
.hb-service-steps__item-title {
  margin: 0.875rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-stone-900, #1c1917);
}
.hb-service-steps__item-body {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--color-stone-500, #78716c);
}
.hb-location__intro {
  max-width: 42rem;
  margin: 0 auto 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hb-location__intro {
    margin-bottom: 3.5rem;
  }
}
.hb-location__grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .hb-location__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.5rem;
  }
}
.hb-location__map {
  overflow: hidden;
  min-height: 18rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.375rem;
  background: var(--color-stone-100, #f5f5f4);
  aspect-ratio: 4 / 3;
}
.hb-location__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 18rem;
  border: 0;
}
.hb-location__info {
  padding: 0;
}
@media (min-width: 1024px) {
  .hb-location__info {
    padding: 0 0 0 1.5rem;
  }
}
.hb-location__desc {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--color-stone-600, #57534e);
}
.hb-location__desc + .hb-location__desc {
  margin-top: 1rem;
}
.hb-location__highlights {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hb-location__highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  margin: 0;
}
.hb-location__highlight + .hb-location__highlight {
  margin-top: 1.25rem;
}
.hb-location__highlight-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.375rem;
  background: var(--color-stone-100, #f5f5f4);
  color: #d97706;
}
.hb-location__highlight-svg {
  width: 1.25rem;
  height: 1.25rem;
}
.hb-location__highlight-text {
  margin: 0.125rem 0 0;
  min-width: 0;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--color-stone-600, #57534e);
}
.hb-location__contact {
  margin: 2.25rem 0 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--color-stone-200, #e7e5e4);
  border-bottom: 1px solid var(--color-stone-200, #e7e5e4);
  list-style: none;
}
.hb-location__contact-item {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 2rem;
  margin: 0;
  padding-left: 1rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--color-stone-800, #292524);
}
.hb-location__contact-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: var(--color-stone-800, #292524);
}
.hb-location__contact-item + .hb-location__contact-item {
  margin-top: 0.875rem;
}
.hb-location__contact-label {
  flex: 0 0 7.5rem;
  font-weight: 500;
  color: var(--color-stone-800, #292524);
}
.hb-location__contact-value {
  min-width: 0;
  color: var(--color-stone-700, #44403c);
}
.hb-location__contact-value a {
  color: inherit;
  text-decoration: none;
}
.hb-location__contact-value a:hover {
  color: #d97706;
}
.hb-location__contact-item--sub .hb-location__contact-value, .hb-location__contact-item--sub .hb-location__contact-value a {
  font-size: 0.875rem;
}
.hb-location__actions {
  margin-top: 1.75rem;
}
a.hb-product-detail__action-btn.hb-location__action-btn--naver, button.hb-product-detail__action-btn.hb-location__action-btn--naver {
  border-color: #03c75a;
  background: #03c75a;
  color: #fff;
}
a.hb-product-detail__action-btn.hb-location__action-btn--naver:hover, button.hb-product-detail__action-btn.hb-location__action-btn--naver:hover {
  border-color: #02b351;
  background: #02b351;
  color: #fff;
}
a.hb-product-detail__action-btn.hb-location__action-btn--directions:hover, button.hb-product-detail__action-btn.hb-location__action-btn--directions:hover {
  border-color: #d97706;
  color: #d97706;
}
.hb-greeting {
  position: relative;
  padding: 4rem 0 5rem;
}
.hb-greeting::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--color-stone-50, #fafaf9);
  box-shadow: 0 0 0 100vmax var(--color-stone-50, #fafaf9);
  clip-path: inset(0 -100vmax);
}
@media (min-width: 1024px) {
  .hb-greeting {
    padding: 5rem 0 6rem;
  }
}
.hb-greeting__inner {
  max-width: var(--hb-max);
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 1024px) {
  .hb-greeting__inner {
    padding: 0 2rem;
  }
}
.hb-greeting__grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .hb-greeting__grid {
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
    gap: 4rem;
    align-items: center;
  }
}
.hb-greeting__visual {
  margin: 0;
  overflow: hidden;
  border-top-right-radius: 2.5rem;
  background: var(--color-stone-200, #e7e5e4);
}
.hb-greeting__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}
.hb-greeting__eyebrow {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-stone-900, #1c1917);
}
.hb-greeting__headline {
  margin: 0.75rem 0 0;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: var(--color-stone-900, #1c1917);
}
.hb-greeting__body {
  margin-top: 2rem;
}
.hb-greeting__body p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--color-stone-700, #44403c);
}
.hb-greeting__body p + p {
  margin-top: 1.25rem;
}
.hb-greeting__sign {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-top: 2.5rem;
}
.hb-greeting__sign-role {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color-stone-700, #44403c);
}
.hb-greeting__sign-name {
  margin: 0;
  font-family: "Nanum Brush Script", "Segoe Script", "Apple Chancery", cursive;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 400;
  line-height: 1;
  color: var(--color-stone-900, #1c1917);
}
.hb-about {
  position: relative;
  padding: 4rem 0 5rem;
}
.hb-about::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--color-stone-50, #fafaf9);
  box-shadow: 0 0 0 100vmax var(--color-stone-50, #fafaf9);
  clip-path: inset(0 -100vmax);
}
@media (min-width: 1024px) {
  .hb-about {
    padding: 5rem 0 6rem;
  }
}
.hb-about__inner {
  max-width: var(--hb-max);
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 1024px) {
  .hb-about__inner {
    padding: 0 2rem;
  }
}
.hb-about__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .hb-about__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 4rem;
  }
}
.hb-about__hero {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .hb-about__hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 4rem;
    align-items: center;
  }
}
.hb-about__content {
  min-width: 0;
}
.hb-about__visual {
  margin: 0;
  overflow: hidden;
  border-top-right-radius: 2.5rem;
  background: var(--color-stone-200, #e7e5e4);
}
.hb-about__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.hb-about__eyebrow {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-stone-900, #1c1917);
}
.hb-about__headline {
  margin: 0.75rem 0 0;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: var(--color-stone-900, #1c1917);
}
.hb-about__body {
  margin: 2rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--color-stone-700, #44403c);
}
.hb-about__body p {
  margin: 0;
}
.hb-about__body p + p {
  margin-top: 1.25rem;
}
.hb-about__sign {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-top: 2.5rem;
}
.hb-about__sign-role {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color-stone-700, #44403c);
}
.hb-about__sign-name {
  margin: 0;
  font-family: "Nanum Brush Script", "Segoe Script", "Apple Chancery", cursive;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 400;
  line-height: 1;
  color: var(--color-stone-900, #1c1917);
}
.hb-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}
.hb-about-gallery {
  position: relative;
  padding: 4rem 0 5rem;
}
.hb-about-gallery::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--color-white, #fff);
  box-shadow: 0 0 0 100vmax var(--color-white, #fff);
  clip-path: inset(0 -100vmax);
}
@media (min-width: 1024px) {
  .hb-about-gallery {
    padding: 5rem 0 6rem;
  }
}
.hb-about-gallery__inner {
  max-width: var(--hb-max);
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 1024px) {
  .hb-about-gallery__inner {
    padding: 0 2rem;
  }
}
.hb-about-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 1024px) {
  .hb-about-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.hb-about-gallery__item {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: var(--hb-radius);
  background: var(--color-white, #fff);
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.06);
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.hb-about-gallery__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.08);
}
.hb-about-gallery__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.hb-about-gallery__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}
.hb-about-gallery__item:hover .hb-about-gallery__media img {
  transform: scale(1.04);
}
.hb-about-gallery__caption {
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-stone-900, #1c1917);
  border-top: 1px solid var(--color-stone-100, #f5f5f4);
}
.hb-history {
  max-width: var(--hb-max);
  margin: 0 auto;
  padding: 4rem 1.25rem 5rem;
}
@media (min-width: 1024px) {
  .hb-history {
    padding: 5rem 2rem 6rem;
  }
}
.hb-history__group + .hb-history__group {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .hb-history__group + .hb-history__group {
    margin-top: 3.5rem;
  }
}
.hb-history__era {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--color-stone-900, #1c1917);
}
.hb-history__timeline {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0 0 0 1.5rem;
  border-left: 2px solid var(--color-stone-200, #e7e5e4);
}
.hb-history__item {
  position: relative;
  padding-bottom: 2rem;
}
.hb-history__item:last-child {
  padding-bottom: 0;
}
.hb-history__item::before {
  content: "";
  position: absolute;
  left: calc(-1.5rem - 6px);
  top: 0.375rem;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-white, #fff);
  border-radius: 50%;
  background: var(--color-brand-600, #ff6e1a);
  box-shadow: 0 0 0 1px var(--color-stone-200, #e7e5e4);
}
.hb-history__date {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-stone-800, #292524);
}
.hb-history__title {
  margin: 0.25rem 0 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-stone-900, #1c1917);
}
.hb-history__desc {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--color-stone-600, #57534e);
}
.hb-history__empty {
  margin: 2.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--color-stone-600, #57534e);
}
.hb-catalog {
  position: relative;
  padding: 4rem 0 5rem;
}
.hb-catalog::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgb(255 248 236 / 50%);
}
.hb-catalog--list::before {
  display: none;
}
.hb-catalog--list {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .hb-catalog {
    padding: 5rem 0 6rem;
  }
  .hb-catalog--list {
    padding-top: 2.5rem;
  }
}
.hb-catalog__inner {
  max-width: var(--hb-max);
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 1024px) {
  .hb-catalog__inner {
    padding: 0 2rem;
  }
}
.hb-catalog-search__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--color-stone-900, #1c1917);
}
.hb-catalog-search__keyword {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 34rem;
  margin: 2rem auto 0;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--color-stone-200, #e7e5e4);
}
.hb-catalog-search__keyword input {
  flex: 1;
  width: 100%;
  padding: 0.25rem 2.75rem 0.25rem 0;
  border: none;
  background: transparent;
  font-size: 1rem;
  color: var(--color-stone-900, #1c1917);
  outline: none;
}
.hb-catalog-search__keyword input::placeholder {
  color: var(--color-stone-400, #a8a29e);
}
.hb-catalog-search__keyword button {
  position: absolute;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--color-stone-500, #78716c);
  cursor: pointer;
}
.hb-catalog-search__keyword button:hover {
  color: var(--color-stone-900, #1c1917);
}
.hb-catalog-search__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.hb-catalog-search__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.4375rem 0.875rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 999px;
  background: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-stone-600, #57534e);
  text-decoration: none;
  transition: border-color 150ms ease, color 150ms ease;
}
.hb-catalog-search__tag:hover {
  border-color: var(--color-stone-400, #a8a29e);
  color: var(--color-stone-900, #1c1917);
}
.hb-catalog-search__tag.is-active {
  border-color: var(--color-brand-600, #ff6e1a);
  background: rgb(255 110 26 / 0.12);
  color: var(--color-brand-800, #9a3412);
}
.hb-catalog-search__filter {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.375rem;
  background: #fff;
}
@media (min-width: 768px) {
  .hb-catalog-search__filter {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    align-items: end;
    gap: 1rem 0.75rem;
    padding: 1.5rem 1.25rem;
  }
}
.hb-catalog-search__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hb-catalog-search__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-stone-500, #78716c);
}
.hb-catalog-search__field select {
  width: 100%;
  min-height: 2.75rem;
  padding: 0 2.25rem 0 0.875rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.375rem;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2378716c' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 0.875rem center;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color-stone-700, #44403c);
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: border-color 150ms ease;
}
.hb-catalog-search__field select:focus {
  border-color: var(--color-stone-400, #a8a29e);
}
.hb-catalog-search__submit {
  min-height: 2.75rem;
  padding: 0 1.5rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.375rem;
  background: #fff;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-stone-900, #1c1917);
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 200ms ease, background 200ms ease;
}
.hb-catalog-search__submit:hover {
  border-color: var(--color-stone-400, #a8a29e);
  background: var(--color-stone-50, #fafaf9);
}
@media (max-width: 767px) {
  .hb-catalog-search__submit {
    width: 100%;
    min-height: 2.5rem;
    font-size: 0.875rem;
  }
}
.hb-catalog-divider {
  display: none;
}
.hb-section {
  max-width: var(--hb-max);
  margin: 0 auto;
  padding: 0 1.25rem 5rem;
}
@media (min-width: 1024px) {
  .hb-section {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 6rem;
  }
}
.hb-section__label {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-brand-600, #ff6e1a);
}
.hb-section__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
  color: var(--color-stone-900, #1c1917);
}
.hb-section__title-accent, .hb-cta-banner__title-accent {
  color: #d97706;
}
.hb-section__desc {
  margin: 0.75rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-stone-500, #78716c);
}
.hb-features {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .hb-features {
    padding-top: 5rem;
  }
}
.hb-service-showcase {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .hb-service-showcase {
    padding-top: 5rem;
  }
}
.hb-section.hb-location {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .hb-section.hb-location {
    padding-top: 5rem;
  }
}
.hb-features-intro {
  margin-bottom: 2.75rem;
  text-align: left;
}
.hb-features-intro__title-break {
  display: block;
}
@media (min-width: 640px) {
  .hb-features-intro__title-break {
    display: none;
  }
}
@media (min-width: 768px) {
  .hb-features-intro {
    margin-bottom: 3.5rem;
  }
}
.hb-features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .hb-features-grid {
    gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .hb-features-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
  .hb-features-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.hb-feature-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "content content" "visual arrow";
  align-items: end;
  column-gap: 0.625rem;
  min-height: 0;
  padding: 1rem 1rem 0.875rem 1.125rem;
  border-radius: var(--hb-radius);
  overflow: hidden;
  transition: transform 250ms ease, box-shadow 250ms ease;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 640px) and (max-width: 1279px) {
  .hb-feature-card {
    padding: 1.125rem 1rem 1rem 1.125rem;
  }
}
@media (min-width: 1280px) {
  .hb-feature-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    justify-content: flex-start;
    min-height: 18rem;
    padding: 2rem;
  }
}
a.hb-feature-card {
  cursor: pointer;
}
a.hb-feature-card:focus-visible {
  outline: 2px solid var(--color-brand-600, #d97706);
  outline-offset: 3px;
}
@media (min-width: 1280px) {
  .hb-feature-card__body {
    max-width: none;
    font-size: 0.875rem;
  }
  .hb-feature-card__visual {
    min-height: 6.5rem;
    margin-top: 1.25rem;
  }
  .hb-feature-card__art {
    max-width: 12rem;
  }
}
.hb-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgb(0 0 0 / 0.08);
}
.hb-feature-card--lavender {
  background: linear-gradient(180deg, #fde8de 0%, #ffd9c6 42%, #ffd9c6 100%);
}
.hb-feature-card--mint {
  background: linear-gradient(180deg, #f1eafc 0%, #e0cff9 42%, #e0cff9 100%);
}
.hb-feature-card--peach {
  background: linear-gradient(180deg, #d4fdf7 0%, #b7f6ed 42%, #b7f6ed 100%);
}
.hb-feature-card--sky {
  background: linear-gradient(180deg, #d1ecfc 0%, #b6e2fb 42%, #b6e2fb 100%);
}
.hb-feature-card__content {
  position: relative;
  z-index: 1;
  grid-area: content;
  min-width: 0;
}
@media (min-width: 1280px) {
  .hb-feature-card__content {
    flex: 1;
    padding-right: 2.75rem;
  }
}
.hb-feature-card__arrow {
  grid-area: arrow;
  position: static;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: end;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 0.5rem;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.72);
  color: var(--color-stone-800, #292524);
  pointer-events: none;
  transition: background 150ms ease;
}
.hb-feature-card__arrow svg {
  width: 0.875rem;
  height: 0.875rem;
}
.hb-feature-card:hover .hb-feature-card__arrow {
  background: #fff;
}
@media (min-width: 1280px) {
  .hb-feature-card__arrow {
    position: absolute;
    top: 1.75rem;
    right: 1.25rem;
    bottom: auto;
    align-self: auto;
    justify-self: auto;
    width: 2.25rem;
    height: 2.25rem;
    margin-top: 0;
  }
  .hb-feature-card__arrow svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.hb-feature-card__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.0625rem, 2.8vw, 1.1875rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--color-stone-900, #1c1917);
}
@media (min-width: 1280px) {
  .hb-feature-card__title {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    line-height: 1.35;
  }
}
.hb-feature-card__body {
  margin: 0.375rem 0 0;
  max-width: none;
  font-size: 0.9375rem;
  line-height: 1.45;
  letter-spacing: -0.035em;
  color: var(--color-stone-800, #292524);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .hb-feature-card__body {
    margin: 0.75rem 0 0;
    line-height: 1.65;
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }
}
.hb-feature-card__visual {
  position: relative;
  grid-area: visual;
  display: flex;
  flex-shrink: 0;
  align-items: flex-end;
  justify-content: flex-start;
  width: auto;
  min-height: 0;
  margin-top: 0.5rem;
}
.hb-feature-card__visual:has(.hb-feature-card__img) {
  min-height: 0;
  padding-bottom: 0;
}
@media (min-width: 1280px) {
  .hb-feature-card__visual {
    flex-shrink: initial;
    align-items: flex-end;
    justify-content: center;
    min-height: 7.5rem;
    margin-top: auto;
  }
  .hb-feature-card__visual:has(.hb-feature-card__img) {
    min-height: 6rem;
    padding-bottom: 0.125rem;
  }
}
.hb-feature-card__art {
  width: 100%;
  max-width: 15rem;
  height: auto;
}
.hb-feature-card__img {
  display: block;
  width: 100%;
  max-width: 4.25rem;
  height: auto;
  object-fit: contain;
  transform: none;
}
@media (min-width: 640px) and (max-width: 1279px) {
  .hb-feature-card__img {
    max-width: 5.5rem;
  }
}
@media (min-width: 1280px) {
  .hb-feature-card__img {
    max-width: 9.5rem;
    transform: translateY(0.625rem);
  }
}
.hb-solutions {
  position: relative;
  padding: 4rem 0 5rem;
}
.hb-solutions::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--color-stone-50, #fafaf9);
}
@media (min-width: 768px) {
  .hb-solutions {
    padding: 6rem 0;
  }
}
.hb-solutions__inner {
  max-width: var(--hb-max);
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 1024px) {
  .hb-solutions__inner {
    padding: 0 2rem;
  }
}
.hb-solutions__head {
  max-width: 42rem;
  margin: 0 auto 4rem;
  text-align: center;
}
.hb-solutions__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.875rem, 3.5vw, 2.25rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
  color: var(--color-stone-900, #1c1917);
}
.hb-solutions__desc {
  margin: 1rem 0 0;
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--color-stone-500, #78716c);
}
.hb-solutions__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .hb-solutions__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.hb-solutions-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  border: 1px solid var(--color-stone-100, #f5f5f4);
  border-radius: var(--hb-radius);
  background: #fff;
  box-shadow: var(--hb-shadow);
  color: inherit;
  text-decoration: none;
  transition: box-shadow 300ms ease, transform 300ms ease;
}
@media (min-width: 768px) {
  .hb-solutions-card {
    padding: 2.5rem;
  }
}
.hb-solutions-card:hover {
  box-shadow: var(--hb-shadow-lg);
  transform: translateY(-2px);
}
.hb-solutions-card__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 2rem;
  border-radius: 0.375rem;
  background: var(--color-stone-50, #fafaf9);
  transition: background 200ms ease;
}
.hb-solutions-card:hover .hb-solutions-card__icon-wrap {
  background: rgb(245 158 11 / 0.08);
}
.hb-solutions-card__icon {
  width: 1.75rem;
  height: 1.75rem;
  color: var(--color-stone-700, #44403c);
  transition: color 200ms ease;
}
.hb-solutions-card:hover .hb-solutions-card__icon {
  color: #f59e0b;
}
.hb-solutions-card__title {
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-stone-900, #1c1917);
}
.hb-solutions-card__body {
  flex: 1;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-stone-500, #78716c);
}
.hb-solutions-card__more {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-brand-600, #ff6e1a);
  transition: transform 200ms ease;
}
.hb-solutions-card:hover .hb-solutions-card__more {
  transform: translateX(0.25rem);
}
.hb-solutions-card__more-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
}
.hb-action-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .hb-action-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.hb-action-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 14rem;
  padding: 2rem;
  border-radius: var(--hb-radius-lg);
  text-decoration: none;
  transition: transform 200ms, box-shadow 200ms;
}
.hb-action-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--hb-shadow-lg);
}
.hb-action-card--amber {
  background: #fef9c3;
}
.hb-action-card--blue {
  background: #dbeafe;
}
.hb-action-card__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--color-stone-900, #1c1917);
}
.hb-action-card__desc {
  margin: 0.75rem 0 0;
  max-width: 20rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--color-stone-600, #57534e);
}
.hb-action-card__arrow {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.7);
  color: var(--color-stone-800, #292524);
  transition: background 150ms;
}
.hb-action-card:hover .hb-action-card__arrow {
  background: #fff;
}
.hb-brands {
  position: relative;
  text-align: center;
  background: var(--color-stone-100, #f5f5f4);
  box-shadow: 0 0 0 100vmax var(--color-stone-100, #f5f5f4);
  clip-path: inset(0 -100vmax);
}
.hb-brands__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem 3rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}
.hb-brands__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb-brands__item img {
  display: block;
  width: auto;
  height: 2rem;
  max-width: 9rem;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
  transition: filter 200ms ease, opacity 200ms ease, transform 200ms ease;
}
@media (min-width: 768px) {
  .hb-brands__item img {
    height: 2.25rem;
    max-width: 10rem;
  }
}
.hb-brands__item:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}
.hb-brands__action {
  margin-top: 2.5rem;
}
.hb-products {
  padding: 0;
  background: transparent;
}
.hb-products-header {
  margin-bottom: 0;
}
.hb-catalog-products > .hb-products-header:not(:has(.hb-products-tabs)) {
  margin-bottom: 2.75rem;
}
@media (min-width: 768px) {
  .hb-catalog-products > .hb-products-header:not(:has(.hb-products-tabs)) {
    margin-bottom: 3.5rem;
  }
}
.hb-products-header__breadcrumb.hb-breadcrumb {
  margin-bottom: 1.75rem;
}
.hb-breadcrumb__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #28a745;
  text-decoration: none;
  transition: color 150ms ease;
}
.hb-breadcrumb__home svg {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
}
.hb-breadcrumb__home:hover, .hb-breadcrumb__list .hb-breadcrumb__home:hover {
  color: #f59e0b;
}
.hb-products-header__intro {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hb-products-header__intro {
    margin-bottom: 3rem;
  }
}
.hb-products-header__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: var(--color-stone-900, #1c1917);
}
.hb-products-header__desc {
  margin: 0.875rem auto 0;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-stone-500, #78716c);
}
.hb-products-tabs {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--color-stone-200, #e7e5e4);
}
.hb-products-tabs__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.875rem 0.5rem;
  border: 0;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-stone-500, #78716c);
  text-align: center;
  text-decoration: none;
  background: transparent;
  transition: color 200ms ease, border-color 200ms ease;
}
a.hb-products-tabs__btn:hover {
  color: #f59e0b;
}
.hb-products-tabs__btn.is-active {
  color: #d97706;
  border-bottom-color: #d97706;
}
.hb-catalog-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
  margin-top: 1.5rem;
}
.hb-catalog-main {
  min-width: 0;
}
.hb-catalog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hb-catalog-sidebar__drawer {
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
}
.hb-catalog-sidebar__toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-stone-900, #1c1917);
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.hb-catalog-sidebar__toggle::-webkit-details-marker {
  display: none;
}
.hb-catalog-sidebar__toggle-label {
  flex: 1;
  min-width: 0;
}
.hb-catalog-sidebar__toggle-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.375rem;
  height: 1.375rem;
  padding: 0 0.375rem;
  border-radius: 999px;
  background: var(--color-brand-600, #ff6e1a);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.hb-catalog-sidebar__toggle-icon {
  flex-shrink: 0;
  color: var(--color-stone-500, #78716c);
  transition: transform 150ms ease;
}
.hb-catalog-sidebar__drawer[open] .hb-catalog-sidebar__toggle-icon {
  transform: rotate(180deg);
}
.hb-catalog-sidebar__panel {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 0 1rem 1.25rem;
  border-top: 1px solid var(--color-stone-100, #f5f5f4);
}
.hb-catalog-sidebar__section {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hb-catalog-sidebar__title {
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--color-stone-900, #1c1917);
}
.hb-catalog-sidebar__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.hb-catalog-sidebar__link {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color-stone-600, #57534e);
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease;
}
.hb-catalog-sidebar__link:hover {
  background: var(--color-stone-100, #f5f5f4);
  color: var(--color-stone-900, #1c1917);
}
.hb-catalog-sidebar__link.is-active {
  background: rgb(255 110 26 / 0.12);
  color: var(--color-brand-800, #9a3412);
  font-weight: 600;
}
.hb-catalog-sidebar__filter-group {
  margin: 0 0 1.25rem;
  padding: 0;
  border: 0;
  min-width: 0;
}
.hb-catalog-sidebar__filter-group:last-child {
  margin-bottom: 0;
}
.hb-catalog-sidebar .hb-catalog-search__tags {
  justify-content: flex-start;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  gap: 0.375rem;
}
.hb-catalog-sidebar .hb-catalog-sidebar__tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-direction: unset;
  align-items: stretch;
  gap: 0.5rem;
}
.hb-catalog-sidebar .hb-catalog-search__tag {
  width: 100%;
  justify-content: flex-start;
  border-radius: 0.375rem;
}
.hb-catalog-sidebar .hb-catalog-sidebar__tags .hb-catalog-search__tag {
  width: auto;
  min-width: 0;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (min-width: 1024px) {
  .hb-catalog-layout {
    grid-template-columns: minmax(13rem, 15.5rem) minmax(0, 1fr);
    gap: 2.5rem 3rem;
    margin-top: 2rem;
  }
  .hb-catalog-sidebar__drawer {
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }
  .hb-catalog-sidebar__toggle {
    display: none;
  }
  .hb-catalog-sidebar__panel {
    display: flex !important;
    gap: 1.75rem;
    padding: 0;
    border-top: 0;
  }
}
.hb-catalog-main > #site-list-toolbar .hb-products-head {
  margin-top: 0;
}
.hb-products-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hb-products-head {
    margin-top: 1.75rem;
    margin-bottom: 2.25rem;
  }
}
.hb-products-count {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-stone-600, #57534e);
}
.hb-products-count strong {
  font-weight: 700;
  color: var(--color-stone-900, #1c1917);
}
.hb-products-sort {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.hb-products-sort__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-stone-600, #57534e);
  text-decoration: none;
  background: transparent;
}
.hb-products-sort__btn + .hb-products-sort__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0.75rem;
  background: var(--color-stone-300, #d6d3d1);
  transform: translateY(-50%);
}
.hb-products-sort__btn.is-active {
  color: var(--color-stone-900, #1c1917);
  font-weight: 700;
  background: transparent;
}
.hb-products-sort__btn:last-child {
  padding-right: 0;
}
.hb-products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .hb-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .hb-products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
  .hb-products-grid--list, .hb-catalog--list .hb-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1023px) {
  .hb-products-grid--list, .hb-catalog--list .hb-products-grid {
    gap: 2.75rem;
  }
  .hb-catalog--list .hb-product-card--info-below .hb-product-card__name {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
@media (max-width: 639px) {
  .hb-products-grid--list, .hb-catalog--list .hb-products-grid {
    gap: 3rem;
  }
  .hb-catalog--list .hb-product-card--info-below .hb-product-card__name {
    font-size: 1.1875rem;
  }
}
.hb-catalog-categories {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .hb-catalog-categories {
    gap: 3rem;
  }
}
.hb-catalog-category__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.hb-catalog-category__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.1875rem, 2.8vw, 1.375rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.025em;
  color: var(--color-stone-900, #1c1917);
}
.hb-catalog-category__more {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-stone-500, #78716c);
  text-decoration: none;
  transition: color 150ms ease, transform 150ms ease;
}
.hb-catalog-category__more-icon {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}
.hb-catalog-category__more:hover {
  color: var(--color-brand-600, #ff6e1a);
  transform: translateX(0.125rem);
}
.hb-catalog-category__track {
  --hb-catalog-slide-gap: 1rem;
  --hb-catalog-slide-visible: 1.5;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--hb-catalog-slide-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-inline: -0.5rem -1.25rem;
  padding-inline: 0.5rem 1.25rem;
  padding-bottom: 0.25rem;
}
.hb-catalog-category__track::-webkit-scrollbar {
  display: none;
}
.hb-catalog-category__track > .hb-product-card {
  flex: 0 0 calc((100% - var(--hb-catalog-slide-gap)) / var(--hb-catalog-slide-visible));
  scroll-snap-align: start;
  min-width: 0;
}
@media (min-width: 640px) {
  .hb-catalog-category__track {
    margin-inline: -2rem;
    padding-inline: 2rem;
  }
}
@media (min-width: 1024px) {
  .hb-catalog-category__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.5rem;
    overflow: visible;
    margin-inline: 0;
    padding-inline: 0;
    padding-bottom: 0;
    scroll-snap-type: none;
  }
  .hb-catalog-category__track > .hb-product-card {
    flex: none;
    min-width: 0;
  }
}
.hb-bbs-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .hb-bbs-head {
    margin-bottom: 1.5rem;
  }
}
.hb-bbs-head__count {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-stone-600, #57534e);
}
.hb-bbs-head__count strong {
  font-weight: 700;
  color: var(--color-stone-900, #1c1917);
}
.hb-bbs-head__search {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 28rem;
}
.hb-bbs-head__search-select {
  flex-shrink: 0;
  width: 5.5rem;
  padding: 0.625rem 1.75rem 0.625rem 0.875rem;
  border: 1px solid var(--color-stone-300, #d6d3d1);
  border-right: none;
  border-radius: 0;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2378716c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 0.625rem center;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-stone-700, #44403c);
  appearance: none;
  cursor: pointer;
  outline: none;
}
.hb-bbs-head__search-select:focus {
  border-color: var(--color-stone-400, #a8a29e);
}
.hb-bbs-head__search-input {
  flex: 1;
  min-width: 0;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--color-stone-300, #d6d3d1);
  border-right: none;
  border-radius: 0;
  background: #fff;
  font-size: 0.875rem;
  color: var(--color-stone-900, #1c1917);
  outline: none;
}
.hb-bbs-head__search-input::placeholder {
  color: var(--color-stone-400, #a8a29e);
}
.hb-bbs-head__search-input:focus {
  border-color: var(--color-stone-400, #a8a29e);
}
.hb-bbs-head__search-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #f59e0b;
  color: #fff;
  cursor: pointer;
  transition: background 150ms ease;
}
.hb-bbs-head__search-btn:hover {
  background: #d97706;
}
.hb-bbs-head__search-btn svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}
.hb-bbs-table-wrap {
  overflow-x: auto;
  border-top: 2px solid var(--color-stone-900, #1c1917);
}
.hb-bbs-table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  table-layout: fixed;
}
.hb-bbs-table__th {
  padding: 1rem 0.75rem;
  border-bottom: 1px solid var(--color-stone-300, #d6d3d1);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--color-stone-500, #78716c);
  background: #fff;
}
.hb-bbs-table__th--cat {
  width: 7rem;
}
.hb-bbs-table__th--date {
  width: 8.5rem;
}
.hb-bbs-table tbody tr {
  border-bottom: 1px solid var(--color-stone-200, #e7e5e4);
}
.hb-bbs-table tbody tr:hover td {
  background: rgb(245 158 11 / 0.1);
}
.hb-bbs-table__cat, .hb-bbs-table__date {
  padding: 1.125rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  color: var(--color-stone-600, #57534e);
  vertical-align: middle;
}
.hb-bbs-table__title {
  padding: 1.125rem 1rem;
  text-align: left;
  vertical-align: middle;
}
.hb-bbs-table__link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  max-width: 100%;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-stone-900, #1c1917);
  text-decoration: none;
}
.hb-bbs-table__subject {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hb-bbs-table__attach {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  color: var(--color-stone-400, #a8a29e);
}
.hb-bbs-table__attach svg {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
}
.hb-bbs-table__date time {
  color: inherit;
}
.hb-bbs-table__empty {
  padding: 3rem 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: var(--color-stone-500, #78716c);
}
.hb-bbs-admin-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.hb-catalog--bbs .hb-products-header__intro {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .hb-catalog--bbs .hb-products-header__intro {
    margin-bottom: 3rem;
  }
}
.hb-catalog--bbs .hb-products-footer {
  margin-top: 2.5rem;
}
.hb-faq-categories {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--color-stone-200, #e7e5e4);
}
.hb-faq-categories__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.875rem 0.5rem;
  border: 0;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-stone-500, #78716c);
  text-align: center;
  text-decoration: none;
  background: transparent;
  transition: color 200ms ease, border-color 200ms ease;
}
a.hb-faq-categories__btn:hover {
  color: #f59e0b;
}
.hb-faq-categories__btn.is-active {
  color: #d97706;
  border-bottom-color: #d97706;
}
.hb-catalog--contact {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .hb-catalog--contact {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}
.hb-contact-complete {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hb-contact-form-panel .hb-contact-complete {
  width: 100%;
}
.hb-contact-complete__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 0 1.25rem;
  border-radius: 50%;
  background: #fff7ed;
  color: #d97706;
}
.hb-contact-form-panel .hb-contact-form__headline {
  margin-top: 0;
}
.hb-contact-complete__message {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--color-stone-700, #44403c);
}
.hb-contact-complete__note {
  margin-top: 0.5rem;
}
.hb-contact-complete__actions {
  width: 100%;
  margin-top: 1.75rem;
}
@media (min-width: 640px) {
  .hb-contact-complete__actions {
    flex-wrap: wrap;
  }
}
.hb-contact-layout {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}
.hb-contact-form-panel {
  order: 1;
}
.hb-contact-sidebar {
  order: 2;
}
@media (min-width: 1024px) {
  .hb-contact-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.55fr);
    gap: 3rem;
  }
  .hb-contact-form-panel, .hb-contact-sidebar {
    order: unset;
  }
}
.hb-contact-sidebar__card {
  display: flex;
  gap: 1.25rem;
  padding: 1.75rem;
  border-radius: 0.75rem;
  background: var(--color-stone-50, #fafaf9);
  border: 1px solid var(--color-stone-200, #e7e5e4);
}
.hb-contact-sidebar__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  color: #f59e0b;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  flex-shrink: 0;
}
.hb-contact-sidebar__lead {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-stone-900, #1c1917);
}
.hb-contact-sidebar__phones {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hb-contact-sidebar__phone-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.hb-contact-sidebar__phone-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-stone-500, #78716c);
}
.hb-contact-sidebar__phone {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--color-stone-900, #1c1917);
  text-decoration: none;
}
.hb-contact-sidebar__phone:hover {
  color: #d97706;
}
.hb-contact-sidebar__phone-group--sub .hb-contact-sidebar__phone {
  font-size: 1.25rem;
  font-weight: 600;
}
.hb-contact-sidebar__hours {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-stone-200, #e7e5e4);
}
.hb-contact-sidebar__hours-title {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-stone-500, #78716c);
}
.hb-contact-sidebar__hours-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-stone-800, #292524);
}
.hb-contact-sidebar__hours-label {
  font-weight: 600;
  color: var(--color-stone-700, #44403c);
}
.hb-contact-sidebar__hours-time {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-stone-900, #1c1917);
}
.hb-contact-sidebar__hours-closed {
  margin: 0.375rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--color-stone-500, #78716c);
}
.hb-contact-sidebar__note {
  margin: 1.25rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--color-stone-500, #78716c);
}
.hb-contact-faq {
  margin-top: 2.5rem;
}
.hb-contact-faq__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.hb-contact-faq__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-stone-900, #1c1917);
}
.hb-contact-faq__view-all {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-stone-800, #292524);
  text-decoration: none;
}
.hb-contact-faq__view-all:hover {
  color: #d97706;
}
.hb-contact-faq__list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.hb-contact-faq__item {
  border: 1px solid var(--color-stone-200, #e7e5e4);
  background: #fff;
}
.hb-contact-faq__item + .hb-contact-faq__item {
  margin-top: 0.75rem;
}
.hb-contact-faq__item summary {
  cursor: pointer;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-stone-800, #292524);
  list-style: none;
}
.hb-contact-faq__item summary::-webkit-details-marker {
  display: none;
}
.hb-contact-faq__answer {
  margin: 0;
  padding: 0 1rem 1rem;
  border-top: 1px solid var(--color-stone-100, #f5f5f4);
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--color-stone-600, #57534e);
}
.hb-contact-form-panel {
  border: 1px solid var(--color-stone-200, #e7e5e4);
  background: #fff;
  padding: 1.5rem;
}
.hb-contact-form-panel__tabs {
  margin: -1.5rem -1.5rem 1.5rem;
}
.hb-contact-form-panel__tabs .hb-contact-tab__suffix {
  display: none;
}
@media (min-width: 640px) {
  .hb-contact-form-panel__tabs .hb-contact-tab__suffix {
    display: inline;
  }
}
@media (min-width: 768px) {
  .hb-contact-form-panel {
    padding: 2rem;
  }
  .hb-contact-form-panel__tabs {
    margin: -2rem -2rem 1.75rem;
  }
}
.hb-contact-form__headline {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--color-stone-900, #1c1917);
}
.hb-contact-form__lead {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--color-stone-600, #57534e);
}
.hb-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
}
.hb-contact-form__grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .hb-contact-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.hb-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.hb-contact-form__field--full {
  grid-column: 1 / -1;
}
.hb-contact-form__label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-stone-800, #292524);
}
.hb-contact-form__required {
  color: #dc2626;
}
.hb-contact-form__input, .hb-contact-form__textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--color-stone-300, #d6d3d1);
  border-radius: 0.25rem;
  background: #fff;
  font: inherit;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--color-stone-900, #1c1917);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.hb-contact-form__input:focus, .hb-contact-form__textarea:focus {
  outline: none;
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgb(245 158 11 / 0.15);
}
.hb-contact-form__file-field {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  min-height: 2.75rem;
  padding: 0.375rem 0.875rem 0.375rem 0.375rem;
  border: 1px solid var(--color-stone-300, #d6d3d1);
  border-radius: 0.25rem;
  background: var(--color-stone-50, #fafaf9);
}
.hb-contact-form__file-field:focus-within {
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgb(245 158 11 / 0.15);
}
.hb-contact-form__file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hb-contact-form__file-btn {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 1rem;
  border: 1px solid var(--color-stone-300, #d6d3d1);
  border-radius: var(--hb-radius-pill, 9999px);
  background: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-stone-800, #292524);
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}
.hb-contact-form__file-btn:hover {
  border-color: var(--color-stone-400, #a8a29e);
  background: #fff;
  color: #d97706;
}
.hb-contact-form__file-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-stone-500, #78716c);
}
.hb-contact-form__file-name.is-selected {
  font-weight: 500;
  color: var(--color-stone-900, #1c1917);
}
.hb-contact-form__privacy {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background: var(--color-stone-50, #fafaf9);
}
.hb-contact-form__privacy-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.hb-contact-form__privacy-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  border: 1px solid var(--color-stone-300, #d6d3d1);
  accent-color: #f59e0b;
  cursor: pointer;
}
.hb-contact-form__privacy-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-stone-800, #292524);
}
.hb-contact-form__privacy-link {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0.8125rem;
  color: var(--color-stone-500, #78716c);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.hb-contact-form__privacy-link:hover {
  color: #d97706;
}
.hb-privacy-modal {
  position: fixed;
  inset: 0;
  width: calc(100% - 2rem);
  max-width: 34rem;
  height: fit-content;
  max-height: min(72vh, 32rem);
  margin: auto;
  padding: 0;
  border: none;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.hb-privacy-modal:not([open]) {
  display: none;
}
.hb-privacy-modal[open] {
  display: flex;
  flex-direction: column;
}
.hb-privacy-modal::backdrop {
  background: rgba(28, 25, 23, 0.5);
}
.hb-privacy-modal__inner {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: min(72vh, 32rem);
}
.hb-privacy-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--color-stone-200, #e7e5e4);
}
.hb-privacy-modal__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-stone-900, #1c1917);
}
.hb-privacy-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 0.25rem;
  background: transparent;
  color: var(--color-stone-500, #78716c);
  cursor: pointer;
  transition: background 150ms, color 150ms;
}
.hb-privacy-modal__close:hover {
  background: var(--color-stone-100, #f5f5f4);
  color: var(--color-stone-900, #1c1917);
}
.hb-privacy-modal__content {
  flex: 1;
  min-height: 0;
  padding: 1rem 1.25rem 1.25rem;
  overflow-y: auto;
  font-size: 0.875rem;
  line-height: 1.65;
}
.hb-contact-form__hint {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--color-stone-500, #78716c);
}
.hb-contact-form__product {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  background: var(--color-stone-50, #fafaf9);
}
.hb-contact-form__product-thumb {
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  background: #fff;
}
.hb-contact-form__product-id {
  margin: 0;
  font-size: 0.75rem;
  color: var(--color-stone-500, #78716c);
}
.hb-contact-form__product-name {
  margin: 0.25rem 0 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--color-stone-900, #1c1917);
}
.hb-contact-form__product-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-stone-800, #292524);
  text-decoration: none;
}
.hb-contact-form__product-link:hover {
  color: #d97706;
}
.hb-contact-form__captcha {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-top: 0.25rem;
}
.hb-contact-form__actions {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
@media (min-width: 640px) {
  .hb-contact-form__actions {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.hb-contact-form__actions .hb-btn-pill {
  width: 100%;
}
@media (min-width: 640px) {
  .hb-contact-form__actions .hb-btn-pill {
    width: auto;
  }
}
.hb-contact-form .site-contact-editor {
  margin-top: 0.25rem;
}
.hb-catalog--bbs-view .hb-products-header {
  margin-bottom: 0;
}
.hb-catalog--bbs-view .hb-products-header__breadcrumb.hb-breadcrumb {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hb-catalog--bbs-view .hb-products-header__breadcrumb.hb-breadcrumb {
    margin-bottom: 2.5rem;
  }
}
.hb-bbs-view {
  border-top: 2px solid var(--color-stone-900, #1c1917);
}
.hb-bbs-view__head {
  padding: 1.75rem 1.25rem 1.5rem;
  border-bottom: 1px solid var(--color-stone-200, #e7e5e4);
}
@media (min-width: 768px) {
  .hb-bbs-view__head {
    padding: 2rem 1.5rem 1.75rem;
  }
}
.hb-bbs-view__cat {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-stone-500, #78716c);
}
.hb-bbs-view__title {
  margin: 0.875rem 0 0;
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--color-stone-900, #1c1917);
}
.hb-bbs-view__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: 1rem;
  font-size: 0.8125rem;
  line-height: 1;
  color: var(--color-stone-500, #78716c);
}
.hb-bbs-view__meta-divider {
  color: var(--color-stone-300, #d6d3d1);
}
.hb-bbs-view__body {
  padding: 2rem 1.25rem 3rem;
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--color-stone-700, #44403c);
}
@media (min-width: 768px) {
  .hb-bbs-view__body {
    padding: 2rem 1.5rem 3.5rem;
  }
}
.hb-bbs-view__body p {
  margin: 0;
}
.hb-bbs-view__body p + p, .hb-bbs-view__body p + h3, .hb-bbs-view__body ul + p, .hb-bbs-view__body table + p {
  margin-top: 1.25rem;
}
.hb-bbs-view__body h3 {
  margin: 2rem 0 0;
  font-family: var(--font-heading);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-stone-900, #1c1917);
}
.hb-bbs-view__body ul {
  margin: 0.875rem 0 0;
  padding-left: 1.25rem;
}
.hb-bbs-view__body li + li {
  margin-top: 0.375rem;
}
.hb-bbs-view__table {
  width: 100%;
  margin-top: 1rem;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.hb-bbs-view__table th, .hb-bbs-view__table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  text-align: left;
  vertical-align: middle;
}
.hb-bbs-view__table th {
  font-weight: 600;
  color: var(--color-stone-700, #44403c);
  background: var(--color-stone-50, #fafaf9);
}
.hb-bbs-view__table td {
  color: var(--color-stone-600, #57534e);
}
.hb-bbs-view__files {
  padding: 1.5rem 1.25rem 2rem;
  border-top: 1px solid var(--color-stone-200, #e7e5e4);
}
@media (min-width: 768px) {
  .hb-bbs-view__files {
    padding-inline: 1.5rem;
  }
}
.hb-bbs-view__files-inner {
  display: grid;
  grid-template-columns: 5.75rem minmax(0, 1fr);
  gap: 0.75rem 1rem;
  align-items: start;
}
.hb-bbs-view__files-label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-stone-800, #292524);
}
.hb-bbs-view__files-label svg {
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  color: var(--color-stone-400, #a8a29e);
}
.hb-bbs-view__files-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hb-bbs-view__files-list li + li {
  margin-top: 0.5rem;
}
.hb-bbs-view__file {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-stone-700, #44403c);
  text-decoration: none;
  transition: color 150ms ease;
}
.hb-bbs-view__file:hover {
  color: #f59e0b;
}
.hb-bbs-view__file svg {
  flex-shrink: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  color: var(--color-stone-400, #a8a29e);
}
.hb-bbs-view__file-size {
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--color-stone-400, #a8a29e);
}
.hb-bbs-neighbors {
  border-top: 1px solid var(--color-stone-200, #e7e5e4);
}
.hb-bbs-neighbors__item {
  display: grid;
  grid-template-columns: 5.75rem minmax(0, 1fr) auto;
  gap: 0.75rem 1rem;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--color-stone-200, #e7e5e4);
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--color-stone-600, #57534e);
  text-decoration: none;
  transition: background 150ms ease;
}
@media (min-width: 768px) {
  .hb-bbs-neighbors__item {
    padding-inline: 1.5rem;
  }
}
a.hb-bbs-neighbors__item:hover {
  background: rgb(245 158 11 / 0.1);
}
.hb-bbs-neighbors__item.is-empty {
  color: var(--color-stone-400, #a8a29e);
}
.hb-bbs-neighbors__label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  color: var(--color-stone-500, #78716c);
}
.hb-bbs-neighbors__label svg {
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
}
a.hb-bbs-neighbors__item .hb-bbs-neighbors__title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  color: var(--color-stone-900, #1c1917);
}
.hb-bbs-neighbors__date {
  flex-shrink: 0;
  font-size: 0.8125rem;
  color: var(--color-stone-500, #78716c);
}
.hb-bbs-view__actions {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .hb-bbs-view__actions {
    margin-top: 3rem;
  }
}
.hb-page .hb-product-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--hb-radius);
  background: var(--color-stone-200, #e7e5e4);
  text-decoration: none;
  color: inherit;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.hb-page .hb-product-card:hover, .hb-page .hb-product-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgb(0 0 0 / 0.12);
}
.hb-page .hb-product-card__visual {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: inherit;
}
.hb-page .hb-product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 450ms ease;
}
.hb-page .hb-product-card:hover .hb-product-card__img, .hb-page .hb-product-card:focus-visible .hb-product-card__img {
  transform: scale(1.06);
}
.hb-product-card__badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  left: auto;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-stone-900, #1c1917);
}
.hb-product-card__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.375rem;
}
.hb-product-card__badges--overlay {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  left: auto;
  z-index: 2;
  max-width: calc(100% - 1.5rem);
}
.hb-product-card__badge--fuel {
  background: #ecfdf5;
  color: #047857;
}
.hb-product-card__badge--status {
  font-weight: 700;
  border: 1px solid transparent;
  box-shadow: 0 1px 2px rgb(15 23 42 / 0.08);
}
.hb-product-card__badge--status-rented {
  background: #ffedd5;
  color: #9a3412;
  border-color: #fb923c;
}
.hb-product-card__badge--status-sold-out {
  background: #fee2e2;
  color: #991b1b;
  border-color: #f87171;
  box-shadow: 0 1px 3px rgb(153 27 27 / 0.18);
}
.hb-product-status {
  display: inline-flex;
  align-items: center;
  min-height: 1.625rem;
  padding: 0 0.625rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid transparent;
}
.hb-product-status--rented {
  background: #ffedd5;
  color: #9a3412;
  border-color: #fb923c;
}
.hb-product-status--sold-out {
  background: #fee2e2;
  color: #991b1b;
  border-color: #f87171;
}
.hb-product-card__meta-text--rented {
  color: #9a3412;
  font-weight: 600;
}
.hb-product-card__meta-text--sold-out {
  color: #991b1b;
  font-weight: 600;
}
.hb-product-summary__cta-btn.is-disabled.hb-product-summary__cta-btn--status-rented {
  background: #ffedd5;
  color: #9a3412;
  border: 1px solid #fb923c;
  opacity: 1;
}
.hb-product-summary__cta-btn.is-disabled.hb-product-summary__cta-btn--status-sold-out {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #f87171;
  opacity: 1;
}
.hb-product-summary__cta-btn.is-disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}
.hb-product-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 2.5rem 1rem 1rem;
  background: linear-gradient(180deg, transparent 0%, rgb(0 0 0 / 0.18) 38%, rgb(0 0 0 / 0.62) 100%);
}
.hb-product-card__meta {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(255 255 255 / 0.88);
}
.hb-product-card__name {
  margin: 0.25rem 0 0;
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #fff;
}
.hb-page .hb-product-card--info-below {
  display: flex;
  flex-direction: column;
  background: transparent;
  overflow: visible;
  border-radius: 0;
  text-decoration: none;
  color: inherit;
}
.hb-page .hb-product-card--info-below:hover, .hb-page .hb-product-card--info-below:focus-within {
  transform: none;
  box-shadow: none;
}
.hb-page .hb-product-card--info-below .hb-product-card__visual {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  border-radius: var(--hb-radius);
  background: var(--color-stone-200, #e7e5e4);
  overflow: hidden;
}
.hb-page .hb-product-card--info-below .hb-product-card__visual .hb-product-card__badges--overlay {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  left: auto;
  z-index: 3;
  margin-top: 0;
  justify-content: flex-end;
}
.hb-page .hb-product-card--info-below .hb-product-card__visual .hb-product-card__badges--overlay .hb-product-card__badge {
  position: static;
  top: auto;
  right: auto;
}
.hb-page .hb-product-card--info-below .hb-product-card__img {
  transition: opacity 250ms ease;
}
.hb-page .hb-product-card--info-below:hover .hb-product-card__img, .hb-page .hb-product-card--info-below:focus-within .hb-product-card__img {
  transform: none;
  opacity: 0.75;
}
.hb-page .hb-product-card--info-below .hb-product-card__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 0;
}
.hb-page .hb-product-card--info-below .hb-product-card__info {
  flex: 1;
  min-width: 0;
}
.hb-page .hb-product-card--info-below .hb-product-card__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-stone-900, #1c1917);
}
.hb-page .hb-product-card--info-below .hb-product-card__name a {
  position: static;
  color: inherit;
  text-decoration: none;
}
.hb-page .hb-product-card--info-below .hb-product-card__name a:focus-visible {
  outline: 2px solid var(--color-brand-600, #ea580c);
  outline-offset: 2px;
  border-radius: 0.125rem;
}
.hb-page .hb-product-card--info-below .hb-product-card__stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hb-page .hb-product-card--info-below .hb-product-card__meta {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--color-stone-600, #57534e);
}
.hb-page .hb-product-card--info-below .hb-product-card__body .hb-product-card__badges {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin-top: 0.125rem;
  justify-content: flex-end;
}
.hb-page .hb-product-card--info-below .hb-product-card__body .hb-product-card__badge {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.hb-products-footer {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.hb-products-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  color: #d97706;
  text-decoration: none;
  background: none;
  border: none;
  transition: transform 200ms ease;
}
.hb-products-more-btn:hover {
  transform: translateY(-3px);
}
.hb-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
.hb-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.625rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-stone-700, #44403c);
  text-decoration: none;
  background: #fff;
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
}
a.hb-pagination__btn:hover {
  border-color: #f59e0b;
  color: #d97706;
}
.hb-pagination__btn.is-active {
  border-color: #f59e0b;
  color: #d97706;
  background: rgb(245 158 11 / 0.1);
}
.hb-pagination__btn--icon {
  padding: 0 0.5rem;
}
.hb-pagination__btn--icon svg {
  width: 1.125rem;
  height: 1.125rem;
}
.hb-product-view {
  padding: 2rem 0 4rem;
}
@media (min-width: 1024px) {
  .hb-product-view {
    padding: 2.5rem 0 5rem;
  }
}
.hb-product-view__inner {
  max-width: var(--hb-max);
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 1024px) {
  .hb-product-view__inner {
    padding: 0 2rem;
  }
}
.hb-breadcrumb {
  margin-bottom: 1.5rem;
}
.hb-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  color: var(--color-stone-400, #a8a29e);
}
.hb-breadcrumb__list li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.hb-breadcrumb__list li:not(:first-child):not(:last-child) {
  font-weight: 400;
  color: var(--color-stone-400, #a8a29e);
}
.hb-breadcrumb__list li + li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4375rem;
  height: 0.6875rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M1 1 5 5 1 9' stroke='%23d1d1d1' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}
.hb-breadcrumb__list a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  transition: color 150ms ease;
}
.hb-breadcrumb__list li:not(:first-child):not(:last-child) a:hover {
  color: inherit;
}
.hb-breadcrumb__list [aria-current="page"] {
  color: var(--color-stone-800, #292524);
  font-weight: 500;
}
.hb-product-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .hb-product-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 4.5rem;
    align-items: start;
  }
}
.hb-product-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: transparent;
}
.hb-product-gallery__main {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.375rem;
  background: #fff;
}
.hb-product-gallery__main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb-product-gallery__thumbs {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  background: transparent;
}
.hb-product-gallery__thumb {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: calc((100% - 4 * 0.625rem) / 5);
  max-width: calc((100% - 4 * 0.625rem) / 5);
  aspect-ratio: 1;
  height: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.375rem;
  background: #fff;
  cursor: pointer;
  transition: border-color 150ms ease;
}
.hb-product-gallery__thumb.is-active {
  border-color: #d97706;
  box-shadow: 0 0 0 1px #d97706;
}
.hb-product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb-product-summary__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.hb-product-summary__category {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  color: #d97706;
  text-decoration: none;
}
.hb-product-summary__category:hover {
  color: #b45309;
}
.hb-product-summary__back {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-stone-600, #57534e);
  text-decoration: none;
  background: #fff;
  transition: border-color 150ms ease, color 150ms ease;
}
.hb-product-summary__back svg {
  width: 0.875rem;
  height: 0.875rem;
}
.hb-product-summary__back:hover {
  border-color: var(--color-stone-300, #d6d3d1);
  color: var(--color-stone-900, #1c1917);
}
.hb-product-summary__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4.5vw, 2.375rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--color-stone-900, #1c1917);
}
.hb-product-summary__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.hb-product-summary__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.25rem;
  background: var(--color-stone-100, #f5f5f4);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-stone-600, #57534e);
}
.hb-product-summary__desc {
  margin: 1.5rem 0 0;
}
.hb-product-summary__desc p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--color-stone-700, #44403c);
}
.hb-product-summary__desc p + p {
  margin-top: 0.5rem;
}
.hb-product-summary__specs {
  margin: 2rem 0 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--color-stone-200, #e7e5e4);
  border-bottom: 1px solid var(--color-stone-200, #e7e5e4);
}
.hb-product-summary__spec {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.75rem 1rem;
  align-items: baseline;
}
.hb-product-summary__spec + .hb-product-summary__spec {
  margin-top: 1rem;
}
.hb-product-summary__spec dt {
  position: relative;
  margin: 0;
  padding-left: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-stone-900, #1c1917);
}
.hb-product-summary__spec dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: var(--color-stone-900, #1c1917);
}
.hb-product-summary__spec dd {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--color-stone-500, #78716c);
}
.hb-product-summary__cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2rem;
}
@media (min-width: 480px) {
  .hb-product-summary__cta {
    flex-direction: row;
  }
}
.hb-product-summary__cta-btn {
  flex: 1;
  min-width: 0;
}
.hb-product-summary__info {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding: 1rem 1.125rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.5rem;
  background: var(--color-stone-50, #fafaf9);
}
.hb-product-summary__info--rented {
  border-color: #fed7aa;
  background: #fff7ed;
}
.hb-product-summary__info--sold-out {
  border-color: #fecaca;
  background: #fef2f2;
}
.hb-product-summary__info-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  color: var(--color-stone-500, #78716c);
}
.hb-product-summary__info--rented .hb-product-summary__info-icon {
  color: #9a3412;
}
.hb-product-summary__info--sold-out .hb-product-summary__info-icon {
  color: #991b1b;
}
.hb-product-summary__info-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hb-product-summary__info-body {
  min-width: 0;
  flex: 1;
}
.hb-product-summary__info-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--color-stone-600, #57534e);
}
.hb-product-summary__info-link, .hb-product-summary__info-tel {
  display: inline-flex;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #d97706;
  text-decoration: none;
}
.hb-product-summary__info-link + .hb-product-summary__info-tel {
  margin-left: 0.75rem;
}
.hb-product-summary__info-link:hover, .hb-product-summary__info-tel:hover {
  text-decoration: underline;
}
.hb-product-summary__info--sold-out .hb-product-summary__info-link, .hb-product-summary__info--sold-out .hb-product-summary__info-tel {
  color: #b45309;
}
.hb-product-summary__info--rented .hb-product-summary__info-link, .hb-product-summary__info--rented .hb-product-summary__info-tel {
  color: #c2410c;
}
.hb-product-detail {
  margin-top: 3.5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--color-stone-200, #e7e5e4);
}
.hb-product-detail__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.hb-product-detail__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-stone-900, #1c1917);
}
.hb-product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.hb-product-detail__action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-height: 2.25rem;
  padding: 0 1rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-stone-600, #57534e);
  text-decoration: none;
  background: #fff;
  cursor: pointer;
  transition: border-color 150ms ease, color 150ms ease;
}
.hb-product-detail__action-btn svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
a.hb-product-detail__action-btn:hover, button.hb-product-detail__action-btn:hover {
  border-color: var(--color-stone-300, #d6d3d1);
  color: var(--color-stone-900, #1c1917);
}
.hb-product-spec__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--color-stone-200, #e7e5e4);
}
.hb-product-spec__table th, .hb-product-spec__table td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--color-stone-200, #e7e5e4);
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
.hb-product-spec__table th {
  width: 8.5rem;
  font-weight: 600;
  color: var(--color-stone-700, #44403c);
  background: var(--color-stone-50, #fafaf9);
}
.hb-product-spec__table td {
  color: var(--color-stone-800, #292524);
}
.hb-product-spec__table a {
  color: inherit;
  text-decoration: none;
}
.hb-product-spec__table a:hover {
  color: #d97706;
  text-decoration: underline;
}
@media (min-width: 640px) {
  .hb-product-spec__table th {
    width: 10rem;
    padding: 1rem 1.25rem;
  }
  .hb-product-spec__table td {
    padding: 1rem 1.25rem;
  }
}
.hb-product-related {
  margin-top: 3.5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--color-stone-200, #e7e5e4);
}
.hb-product-related__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.hb-product-related__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-stone-900, #1c1917);
}
.hb-product-related__nav {
  display: flex;
  gap: 0.5rem;
}
.hb-product-related__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.25rem;
  color: var(--color-stone-600, #57534e);
  background: #fff;
  cursor: pointer;
  transition: border-color 150ms ease, color 150ms ease;
}
.hb-product-related__nav-btn:hover {
  border-color: #f59e0b;
  color: #d97706;
}
.hb-product-related__nav-btn svg {
  width: 1.125rem;
  height: 1.125rem;
}
.hb-product-related__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hb-product-related__track::-webkit-scrollbar {
  display: none;
}
.hb-product-related__card {
  flex: 0 0 calc((100% - 1rem) / 1.5);
  min-width: 0;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 1024px) {
  .hb-product-related__card {
    flex: 0 0 calc((100% - 4rem) / 5);
  }
}
.hb-product-related__visual {
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.375rem;
  background: var(--color-stone-50, #fafaf9);
}
.hb-product-related__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb-product-related__id {
  margin: 0.75rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-stone-900, #1c1917);
}
.hb-product-related__meta {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--color-stone-500, #78716c);
}
.hb-product-guide {
  margin-top: 3.5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--color-stone-200, #e7e5e4);
}
.hb-product-guide__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-stone-900, #1c1917);
}
.hb-product-guide__intro {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--color-stone-600, #57534e);
}
.hb-product-guide__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .hb-product-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
.hb-product-guide__card {
  padding: 1.5rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.375rem;
  background: var(--color-stone-50, #fafaf9);
}
@media (min-width: 768px) {
  .hb-product-guide__card {
    padding: 2rem;
  }
}
.hb-product-guide__card-title {
  margin: 0 0 1.25rem;
  padding-bottom: 1rem;
  width: 100%;
  border-bottom: 1px solid var(--color-stone-200, #e7e5e4);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--color-stone-900, #1c1917);
}
.hb-product-guide__sub-title {
  margin: 1.5rem 0 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--color-stone-800, #292524);
}
.hb-product-guide__list {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--color-stone-600, #57534e);
}
.hb-product-guide__list > li {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
}
.hb-product-guide__list > li + li {
  margin-top: 0.5rem;
}
.hb-product-guide__note {
  margin: 1.5rem 0 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #d97706;
}
.hb-board__inner {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .hb-board__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 2rem;
  }
}
.hb-notice-card {
  padding: 1.75rem 1.5rem 1.5rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.375rem;
  background: #fff;
}
@media (min-width: 768px) {
  .hb-notice-card {
    padding: 2rem 2rem 1.75rem;
  }
}
.hb-notice-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.hb-notice-card__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color-stone-900, #1c1917);
}
.hb-notice-card__more {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-stone-500, #78716c);
  text-decoration: none;
  transition: color 150ms ease;
}
.hb-notice-card__more:hover {
  color: var(--color-stone-900, #1c1917);
}
.hb-notice-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hb-notice-card__list li + li {
  margin-top: 0.875rem;
}
.hb-notice-card__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--color-stone-800, #292524);
  text-decoration: none;
  transition: color 150ms ease;
}
.hb-notice-card__list a:hover {
  color: var(--color-brand-700, #ff5e14);
}
.hb-notice-card__text {
  min-width: 0;
  font-weight: 500;
}
.hb-notice-card__prefix {
  margin-right: 0.375rem;
  color: var(--color-stone-500, #78716c);
  font-weight: 500;
}
.hb-notice-card__badge {
  flex-shrink: 0;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  background: #fef2f2;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ef4444;
}
.hb-board-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 2rem 1.5rem;
  border-radius: 0.375rem;
  background: var(--color-stone-50, #fafaf9);
}
@media (min-width: 768px) {
  .hb-board-cta {
    padding: 2.5rem 2rem;
  }
}
.hb-board-cta__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: var(--color-stone-900, #1c1917);
}
.hb-board-cta__desc {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--color-stone-500, #78716c);
}
.hb-board-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.hb-cta-banner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 4rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hb-cta-banner {
    padding: 5rem 0;
  }
}
.hb-page .hb-cta-banner + .hb-footer {
  margin-top: 0;
}
.hb-cta-banner__bg {
  position: absolute;
  inset: 0;
  background-color: #002454;
  background-image: url("../img/banner/bg-banner-1.webp");
  background-size: cover;
  background-position: center;
  filter: blur(8px);
  transform: scale(1.06);
}
.hb-cta-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 36 84 / 0.78);
}
.hb-cta-banner__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--hb-max);
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .hb-cta-banner__inner {
    padding: 0 2rem;
  }
}
.hb-cta-banner__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: #fff;
}
.hb-cta-banner__desc {
  margin: 1rem auto 0;
  max-width: 36rem;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 1.65;
  color: rgb(255 255 255 / 0.92);
}
.hb-cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
}
.hb-cta-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.25rem;
  padding: 0 1.75rem;
  border-radius: var(--hb-radius-pill);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 150ms ease, border-color 150ms ease, opacity 150ms ease;
}
.hb-cta-banner__btn-icon {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.hb-cta-banner__btn--primary, .hb-cta-banner__btn--primary-alt {
  color: #fff;
}
.hb-cta-banner__btn--primary .hb-cta-banner__btn-text, .hb-cta-banner__btn--primary-alt .hb-cta-banner__btn-text {
  color: #fff;
}
.hb-cta-banner__btn--primary {
  background: #f59e0b;
}
.hb-cta-banner__btn--primary:hover {
  background: #d97706;
  color: #fff;
}
.hb-cta-banner__btn--primary-alt {
  background: #d97706;
}
.hb-cta-banner__btn--primary-alt:hover {
  background: #b45309;
  color: #fff;
}
.hb-cta-banner__btn--outline {
  border: 1px solid rgb(255 255 255 / 0.42);
  background: rgb(255 255 255 / 0.06);
  color: #fff;
}
.hb-cta-banner__btn--outline:hover {
  border-color: rgb(255 255 255 / 0.72);
  background: rgb(255 255 255 / 0.12);
}
@media (max-width: 767px) {
  .hb-cta-banner__btn--tel {
    gap: 0;
    min-width: 2.75rem;
    padding: 0;
    border-radius: 50%;
  }
  .hb-cta-banner__btn--tel .hb-cta-banner__btn-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .hb-cta-banner__btn--tel .hb-cta-banner__btn-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.hb-page .hb-footer, .hb-footer {
  border-top: 1px solid var(--color-stone-100, #f5f5f4);
  background: #fff;
  padding: 2.5rem 0 3rem;
}
@media (min-width: 1024px) {
  .hb-page .hb-footer, .hb-footer {
    padding: 3rem 0 3.5rem;
  }
}
.hb-footer__inner {
  max-width: var(--hb-max);
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 1024px) {
  .hb-footer__inner {
    padding: 0 2rem;
  }
}
.hb-footer__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}
@media (max-width: 1023px) {
  .hb-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.hb-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  height: 60px;
  max-height: 60px;
  text-decoration: none;
}
.hb-footer__legal {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.hb-footer__legal a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-stone-600, #57534e);
  text-decoration: none;
  transition: color 150ms ease;
}
.hb-footer__legal a:hover {
  color: var(--color-stone-900, #1c1917);
}
.hb-footer__divider {
  display: block;
  width: 1px;
  height: 0.875rem;
  background: var(--color-stone-300, #d6d3d1);
}
.hb-footer__bottom {
  margin-top: 2rem;
}
.hb-footer__info {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 100%;
}
.hb-footer__info-group {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.hb-footer__info-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.375rem 0.625rem;
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--color-stone-600, #57534e);
}
@media (min-width: 768px) {
  .hb-footer__info-line {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.hb-footer__info-line--inline {
  column-gap: 0.5rem;
  row-gap: 0.375rem;
}
.hb-footer__info-rows {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem 0;
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--color-stone-600, #57534e);
}
@media (min-width: 768px) {
  .hb-footer__info-rows {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
@media (min-width: 1024px) {
  .hb-footer__info-rows {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem 1.5rem;
  }
}
.hb-footer__info-rows .hb-footer__info-piece {
  min-width: 0;
  align-items: flex-start;
}
.hb-footer__info-term {
  flex-shrink: 0;
  min-width: 4.75rem;
  font-weight: 600;
  color: var(--color-stone-700, #44403c);
}
.hb-footer__info-line--company {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--color-stone-800, #292524);
}
@media (min-width: 768px) {
  .hb-footer__info-line--company {
    font-size: 1rem;
  }
}
.hb-footer__info-desc {
  flex: 1 1 14rem;
  min-width: 0;
}
.hb-footer__info-piece {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.25rem 0.375rem;
  min-width: 0;
  overflow-wrap: anywhere;
}
.hb-footer__info-piece-label {
  font-weight: 600;
  color: var(--color-stone-700, #44403c);
}
.hb-footer__info-sep {
  color: var(--color-stone-300, #d6d3d1);
}
.hb-footer__copy {
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--color-stone-500, #78716c);
}
.hb-footer__copy-line {
  display: inline;
}
.hb-footer__copy-line + .hb-footer__copy-line::before {
  content: " ";
}
@media (min-width: 768px) {
  .hb-footer__copy {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .hb-footer__top {
    align-items: flex-start;
    width: 100%;
  }
  .hb-footer__legal {
    flex-wrap: wrap;
    row-gap: 0.375rem;
  }
  .hb-footer__info-piece {
    display: grid;
    grid-template-columns: 4.375rem minmax(0, 1fr);
    column-gap: 0.5rem;
    align-items: baseline;
  }
  .hb-footer__info-piece-label {
    flex-shrink: 0;
  }
  .hb-footer__copy {
    margin-top: 0.75rem;
    line-height: 1.55;
    word-break: keep-all;
  }
  .hb-footer__copy-line {
    display: block;
  }
  .hb-footer__copy-line + .hb-footer__copy-line {
    margin-top: 0.125rem;
  }
  .hb-footer__copy-line + .hb-footer__copy-line::before {
    content: none;
  }
}
.hb-footer__link {
  color: inherit;
  text-decoration: none;
}
.hb-footer__link:hover {
  color: var(--color-stone-800, #292524);
  text-decoration: underline;
}
.hb-footer__social {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.hb-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.375rem;
  background: var(--color-stone-100, #f5f5f4);
  color: var(--color-stone-500, #78716c);
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease;
}
.hb-footer__social-link svg {
  width: 1.125rem;
  height: 1.125rem;
}
.hb-footer__social-link--blog span {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-heading);
}
.hb-footer__social-link:hover {
  background: var(--color-stone-200, #e7e5e4);
  color: var(--color-stone-700, #44403c);
}
.hb-link {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-brand-700, #ff5e14);
  text-decoration: none;
}
.hb-link:hover {
  color: var(--color-brand-800, #e04d00);
}
.hb-sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.375rem;
  overflow: hidden;
  background: #fff;
}
.hb-sitemap__item + .hb-sitemap__item {
  border-top: 1px solid var(--color-stone-100, #f5f5f4);
}
.hb-sitemap__link {
  display: grid;
  gap: 0.25rem;
  padding: 1.125rem 1.25rem;
  text-decoration: none;
  transition: background-color 150ms ease;
}
@media (min-width: 640px) {
  .hb-sitemap__link {
    grid-template-columns: 9rem 8rem 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
  }
}
a.hb-sitemap__link:hover {
  background: var(--color-stone-50, #fafaf9);
}
.hb-sitemap__name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-stone-900, #1c1917);
}
.hb-sitemap__path {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #d97706;
}
.hb-sitemap__desc {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--color-stone-500, #78716c);
}
.hb-sitemap--compact .hb-sitemap__link {
  grid-template-columns: 1fr auto;
}
.hb-sitemap--compact .hb-sitemap__desc {
  display: none;
}
.hb-mobile-menu-btn {
  display: inline-flex;
}
.hb-mobile-menu-btn__icon {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
}
.hb-quick {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 45;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.625rem;
}
.hb-quick__btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
  color: var(--color-stone-800, #292524);
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: width 320ms ease, box-shadow 200ms ease;
}
.hb-quick__btn--consult, .hb-quick__btn--inquiry {
  background: #fff;
  border: 1px solid #d5dae6;
}
.hb-quick__btn--top {
  background: #022954;
  color: #fff;
}
.hb-quick__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
}
.hb-quick__icon svg {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
}
.hb-quick__btn--consult .hb-quick__icon svg, .hb-quick__btn--top .hb-quick__icon svg {
  width: 22px;
  height: 22px;
}
.hb-quick__label {
  flex-shrink: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  padding-left: 0;
  font-size: 13px;
  transition: max-width 320ms ease, opacity 220ms ease, padding 320ms ease;
}
.hb-quick__btn:hover, .hb-quick__btn:focus-visible {
  width: auto;
  box-shadow: 0 4px 16px rgb(15 23 42 / 0.12);
}
.hb-quick__btn:hover .hb-quick__label, .hb-quick__btn:focus-visible .hb-quick__label {
  max-width: 11rem;
  opacity: 1;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .hb-quick {
    right: 1.5rem;
    bottom: 1.5rem;
    gap: 0.75rem;
  }
  .hb-quick__btn {
    font-size: 0.9375rem;
  }
  .hb-quick__btn:hover .hb-quick__label, .hb-quick__btn:focus-visible .hb-quick__label {
    max-width: 12rem;
    padding-left: 1.125rem;
  }
}
@media (hover: none) {
  .hb-quick__btn {
    width: auto;
    padding-left: 0.25rem;
  }
  .hb-quick__label {
    max-width: 12rem;
    opacity: 1;
    padding-left: 0.875rem;
  }
}
.hb-sitemap-fab {
  position: fixed;
  z-index: 40;
  bottom: 1.25rem;
  left: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.08);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-stone-700, #44403c);
  text-decoration: none;
  transition: border-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}
.hb-sitemap-fab svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.hb-sitemap-fab:hover {
  border-color: #f59e0b;
  color: #d97706;
  box-shadow: 0 6px 16px rgb(0 0 0 / 0.1);
}
@media (max-width: 1023px) {
  .hb-header__mobile-actions .hb-header__util-btn {
    width: 2.75rem;
    height: 2.75rem;
  }
  .hb-header__mobile-actions .hb-header__util-btn svg, .hb-header__mobile-actions .hb-mobile-menu-btn__icon {
    width: 1.625rem;
    height: 1.625rem;
  }
}
@media (max-width: 767px) {
  .hb-header__util-btn {
    width: 2.75rem;
    height: 2.75rem;
  }
  .hb-header__util-btn svg, .hb-mobile-menu-btn__icon {
    width: 1.625rem;
    height: 1.625rem;
  }
  .hb-mobile-nav__util-btn {
    width: 2.75rem;
    height: 2.75rem;
  }
  .hb-mobile-nav__util-btn svg {
    width: 1.625rem;
    height: 1.625rem;
  }
  .hb-mobile-nav__cta {
    min-height: 3.25rem;
    font-size: 0.9375rem;
  }
  .hb-btn-pill {
    min-height: 2.5rem;
    padding: 0 1.25rem;
    font-size: 0.8125rem;
  }
  .hb-btn-pill--lg {
    min-height: 2.75rem;
    padding: 0 1.5rem;
    font-size: 0.9375rem;
  }
  .hb-cta-banner__btn {
    min-height: 2.75rem;
    padding: 0 1.5rem;
    font-size: 0.9375rem;
  }
  .hb-cta-banner__btn--tel {
    min-height: 2.75rem;
    padding: 0;
  }
  .hb-quick__btn, .hb-quick__icon {
    width: 2.75rem;
    height: 2.75rem;
  }
  .hb-quick__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .hb-quick__btn--consult .hb-quick__icon svg, .hb-quick__btn--top .hb-quick__icon svg {
    width: 20px;
    height: 20px;
  }
  .hb-products-header__breadcrumb.hb-breadcrumb {
    margin-bottom: 1.25rem;
  }
  .hb-breadcrumb__list {
    font-size: 0.75rem;
    gap: 0.25rem 0.375rem;
  }
  .hb-products-header__intro {
    margin-bottom: 1.75rem;
  }
  .hb-products-header__title {
    font-size: clamp(1.375rem, 5.5vw, 2.5rem);
  }
  .hb-products-header__desc {
    margin-top: 0.625rem;
    padding: 0 0.25rem;
    font-size: 0.875rem;
    line-height: 1.55;
  }
  .hb-products-tabs__btn {
    min-height: 2.75rem;
    padding: 0.625rem 0.375rem;
    font-size: 0.8125rem;
  }
  .hb-products-head {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .hb-products-sort {
    justify-content: flex-end;
    width: 100%;
  }
  .hb-products-sort__btn {
    min-height: 2.25rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
  }
  .hb-products-footer {
    margin-top: 2rem;
  }
  .hb-pagination {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.25rem;
    margin: 0 -0.25rem;
    padding: 0 0.25rem 0.125rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .hb-pagination::-webkit-scrollbar {
    display: none;
  }
  .hb-pagination__btn {
    flex-shrink: 0;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    font-size: 0.8125rem;
  }
  .hb-pagination__btn--icon {
    min-width: 2rem;
    padding: 0 0.375rem;
  }
  .hb-pagination__btn--icon svg {
    width: 1rem;
    height: 1rem;
  }
  .hb-sitemap-fab {
    bottom: 1rem;
    left: 1rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.6875rem;
  }
  .hb-sitemap-fab svg {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.hb-auth {
  box-sizing: border-box;
  width: 100%;
  max-width: 28rem;
  margin-inline: auto;
  padding: 2rem 1rem 3rem;
}
.hb-auth--legal {
  max-width: 48rem;
}
@media (min-width: 640px) {
  .hb-auth {
    padding: 3rem 1rem 4rem;
  }
}
.hb-auth .site-auth-header {
  margin-bottom: 2rem;
  text-align: center;
}
.hb-auth .site-auth-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-stone-900, #1c1917);
}
.hb-auth .site-auth-lead {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--color-stone-600, #57534e);
}
.hb-auth .site-auth-card {
  padding: 1.5rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.375rem;
  background: #fff;
  box-shadow: none;
}
@media (min-width: 640px) {
  .hb-auth .site-auth-card {
    padding: 2rem;
  }
}
.hb-auth .site-auth-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-stone-800, #292524);
}
.hb-auth .site-auth-input, .hb-auth .site-auth-input--readonly {
  min-height: 2.75rem;
  border-radius: 0.25rem;
}
.hb-auth .site-auth-input:focus {
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgb(245 158 11 / 0.15);
}
.hb-auth .site-auth-btn-primary {
  min-height: 2.75rem;
  border: 0;
  border-radius: 999px;
  background: var(--color-brand-600, #ff6e1a);
  font-weight: 600;
  box-shadow: none;
  transform: none;
}
.hb-auth .site-auth-btn-primary:hover {
  background: var(--color-brand-700, #ea580c);
  transform: none;
}
.hb-auth .site-auth-link {
  color: var(--color-brand-700, #c2410c);
}
.hb-auth .site-auth-link:hover {
  color: var(--color-brand-800, #9a3412);
}
.hb-auth .site-auth-foot {
  margin-top: 2rem;
  font-size: 0.875rem;
  color: var(--color-stone-600, #57534e);
}
.hb-auth .site-auth-kicker {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-stone-900, #1c1917);
}
.hb-auth .site-auth-legal-scroll {
  max-height: 12rem;
  border-radius: 0.25rem;
  background: var(--color-stone-50, #fafaf9);
}
.hb-auth .site-auth-check {
  accent-color: var(--color-brand-600, #ff6e1a);
}
.hb-auth .site-auth-divider {
  border-color: var(--color-stone-200, #e7e5e4);
}
.hb-catalog--search .hb-catalog-search {
  margin-top: 0;
}
.hb-search-results {
  margin-top: 2.5rem;
  border-top: 1px solid var(--color-stone-200, #e7e5e4);
}
.hb-search-results__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.25rem 0;
}
.hb-search-results__count {
  margin: 0;
  font-size: 0.875rem;
  color: var(--color-stone-600, #57534e);
}
.hb-search-results__count strong {
  font-weight: 700;
  color: var(--color-stone-900, #1c1917);
}
.hb-search-results__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.375rem;
  background: #fff;
}
.hb-search-results__item + .hb-search-results__item {
  border-top: 1px solid var(--color-stone-100, #f5f5f4);
}
.hb-search-results__link {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  transition: background-color 150ms ease;
}
@media (min-width: 640px) {
  .hb-search-results__link {
    gap: 1.25rem;
    padding: 1.25rem;
  }
}
.hb-search-results__link:hover {
  background: var(--color-stone-50, #fafaf9);
}
.hb-search-results__thumb {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.25rem;
  background: var(--color-stone-100, #f5f5f4);
  color: var(--color-stone-400, #a8a29e);
}
@media (min-width: 640px) {
  .hb-search-results__thumb {
    width: 6rem;
    height: 6rem;
  }
}
.hb-search-results__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb-search-results__body {
  min-width: 0;
  flex: 1;
}
.hb-search-results__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-stone-900, #1c1917);
}
.hb-search-results__link:hover .hb-search-results__title {
  color: var(--color-brand-800, #9a3412);
}
.hb-search-results__snippet {
  margin: 0.375rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--color-stone-600, #57534e);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hb-search-results__empty {
  padding: 3rem 1.5rem;
  border: 1px dashed var(--color-stone-300, #d6d3d1);
  border-radius: 0.375rem;
  background: var(--color-stone-50, #fafaf9);
  text-align: center;
}
.hb-search-results__empty p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--color-stone-600, #57534e);
}
.hb-search-results__empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.hb-error {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  text-align: center;
}
.hb-error__card {
  width: 100%;
  max-width: 32rem;
  padding: 2rem;
  border: 1px solid var(--color-stone-200, #e7e5e4);
  border-radius: 0.375rem;
  background: #fff;
}
@media (min-width: 640px) {
  .hb-error__card {
    padding: 2.5rem;
  }
}
.hb-error__code {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(3rem, 12vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--color-brand-700, #c2410c);
}
.hb-error__title {
  margin: 1rem 0 0;
  font-family: var(--font-heading);
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: var(--color-stone-900, #1c1917);
}
.hb-error__desc {
  max-width: 24rem;
  margin: 1rem auto 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--color-stone-600, #57534e);
}
.hb-error__desc a {
  font-weight: 600;
  color: var(--color-brand-700, #c2410c);
  text-decoration: none;
}
.hb-error__desc a:hover {
  color: var(--color-brand-800, #9a3412);
  text-decoration: underline;
}
.hb-error__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .hb-error__actions {
    flex-direction: row;
    justify-content: center;
  }
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter/InterVariable.woff2") format("woff2");
  unicode-range: U+0020-007E, U+00A0-00FF, U+0100-024F, U+0259, U+1E00-1EFF, U+2000-206F, U+20AC, U+2122, U+2190-2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter/InterVariable-Italic.woff2") format("woff2");
  unicode-range: U+0020-007E, U+00A0-00FF, U+0100-024F, U+0259, U+1E00-1EFF, U+2000-206F, U+20AC, U+2122, U+2190-2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/suit/SUIT-Variable.woff2") format("woff2");
}
@media (min-width: 640px) {
  :root {
    --site-topbar-height: 2.75rem;
    --site-header-main-height: 4rem;
    --site-sticky-header-offset: calc(var(--site-topbar-height) + var(--site-header-main-height));
  }
}
@media (min-width: 1280px) {
  :root {
    --site-header-main-height: 4.5rem;
    --site-sticky-header-offset: calc(var(--site-topbar-height) + var(--site-header-main-height));
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-padding-top: var(--site-sticky-header-offset);
  }
  body {
    background-color: var(--color-white);
    color: var(--color-stone-900);
  }
  :where(h1, h2, h3, h4, h5, h6) {
    font-family: var(--font-heading);
  }
  a {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
}
@layer components {
  .site-container {
    margin-inline: auto;
    width: 100%;
    max-width: var(--container-7xl);
    padding-inline: calc(var(--spacing) * 4);
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  #site-list-filter {
    scroll-margin-top: calc(var(--site-sticky-header-offset) + 1rem);
  }
  #site-list-toolbar {
    scroll-margin-top: calc(var(--site-sticky-header-offset) + 1rem);
  }
  .site-home-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 400px;
    align-items: center;
    overflow: hidden;
    background-color: var(--color-stone-900);
    @media (width >= 40rem) {
      min-height: 500px;
    }
    @media (width >= 48rem) {
      min-height: 560px;
    }
    @media (width >= 64rem) {
      min-height: 640px;
    }
    @media (width >= 80rem) {
      min-height: 720px;
    }
  }
  .site-home-hero__media {
    position: absolute;
    inset: calc(var(--spacing) * 0);
  }
  .site-home-hero__video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .site-home-hero__scrim {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    background: linear-gradient( to right, rgb(0 0 0 / 0.62) 0%, rgb(0 0 0 / 0.38) 45%, rgb(0 0 0 / 0.28) 100% );
  }
  .site-about-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-stone-200);
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: var(--color-white);
    --tw-gradient-via: color-mix(in oklab, var(--color-brand-50) 50%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
    --tw-gradient-to: var(--color-stone-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .site-about-hero__grid {
    pointer-events: none;
    position: absolute;
    inset: calc(var(--spacing) * 0);
    opacity: 60%;
    background-image: linear-gradient(to right, color-mix(in srgb, #ff6e1a 6%, transparent) 1px, transparent 1px), linear-gradient(to bottom, color-mix(in srgb, oklch(55.3% 0.013 58.071) 8%, transparent) 1px, transparent 1px);
    @supports (color: color-mix(in lab, red, red)) {
      background-image: linear-gradient(to right, color-mix(in srgb, var(--color-brand-600) 6%, transparent) 1px, transparent 1px), linear-gradient(to bottom, color-mix(in srgb, var(--color-stone-500) 8%, transparent) 1px, transparent 1px);
    }
    background-size: 3.5rem 3.5rem;
    mask-image: linear-gradient(135deg, black 0%, transparent 72%);
  }
  .site-about-hero__glow {
    pointer-events: none;
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * -20);
    height: 100%;
    width: min(50vw, 24rem);
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: color-mix(in oklab, var(--color-brand-100) 50%, transparent);
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .site-about-hero__slant {
    pointer-events: none;
    position: absolute;
    top: calc(1 / 2 * 100%);
    right: calc(var(--spacing) * -16);
    height: 130%;
    width: 1px;
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    rotate: 18deg;
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: transparent;
    --tw-gradient-via: color-mix(in oklab, var(--color-brand-400) 35%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .site-about-hero__line-h {
    pointer-events: none;
    position: absolute;
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: 1px;
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: transparent;
    --tw-gradient-via: color-mix(in oklab, var(--color-brand-400) 40%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .site-about-hero__line-v {
    pointer-events: none;
    position: absolute;
    top: calc(var(--spacing) * 8);
    bottom: calc(var(--spacing) * 8);
    left: calc(var(--spacing) * 6);
    display: none;
    width: 1px;
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: color-mix(in oklab, var(--color-brand-300) 0%, transparent);
    --tw-gradient-via: color-mix(in oklab, var(--color-brand-400) 30%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
    --tw-gradient-to: color-mix(in oklab, var(--color-brand-300) 0%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    @media (width >= 64rem) {
      display: block;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .site-home-hero__video {
      display: none;
    }
    .site-home-hero {
      --tw-gradient-position: to bottom right in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
      --tw-gradient-from: var(--color-brand-800);
      --tw-gradient-via: var(--color-stone-900);
      --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-via-stops);
      --tw-gradient-to: var(--color-stone-950);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .product-slider {
    display: flex;
    flex-wrap: nowrap;
    gap: calc(var(--spacing) * 4);
    overflow-x: auto;
    padding-bottom: calc(var(--spacing) * 2);
    scrollbar-width: thin;
  }
  .product-slider > * {
    width: min(100%, 260px);
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .product-slider {
    scroll-snap-type: x mandatory;
  }
  .site-item-related-track {
    display: flex;
    flex-wrap: nowrap;
    gap: calc(var(--spacing) * 4);
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: calc(var(--spacing) * 2);
    scrollbar-width: thin;
    scroll-snap-type: x mandatory;
  }
  .site-item-related-track::-webkit-scrollbar {
    height: 4px;
  }
  .site-item-related-track::-webkit-scrollbar-thumb {
    border-radius: calc(infinity * 1px);
    background-color: var(--color-stone-400);
  }
  .site-item-related-slide {
    width: 12rem;
    flex-shrink: 0;
    scroll-snap-align: start;
    @media (width >= 40rem) {
      width: 14rem;
    }
  }
  .site-item-related-slide .site-rec-product-col {
    width: 100%;
    min-width: calc(var(--spacing) * 0);
  }
  .site-item-related-nav {
    display: inline-flex;
    height: calc(var(--spacing) * 10);
    width: calc(var(--spacing) * 10);
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-white);
    color: var(--color-stone-600);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #ff8022 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-brand-400) 60%, transparent);
        }
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-stone-50);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-stone-900);
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 40%;
    }
  }
  .card.card-product {
    border-radius: var(--radius-card);
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-white);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .card.card-product .card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: calc(var(--spacing) * 4);
  }
  .card.card-product .site-product-card-thumb img {
    margin-inline: auto;
    max-height: calc(var(--spacing) * 48);
    width: auto;
    object-fit: contain;
  }
  .card.card-product .product-title {
    margin-top: calc(var(--spacing) * 4);
    font-family: var(--font-heading);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-stone-900);
  }
  .card.card-product .text-price.selling {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-brand-800);
  }
  .card.card-product .text-price.regular {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-stone-500);
  }
  .card.card-product .text-sale {
    margin-right: calc(var(--spacing) * 2);
    border-radius: var(--radius-md);
    background-color: var(--color-amber-100);
    padding-inline: calc(var(--spacing) * 1.5);
    padding-block: calc(var(--spacing) * 0.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-amber-900);
  }
  .card.card-product .site-product-card-thumb {
    position: relative;
    z-index: 1;
  }
  .site-topbar-inner {
    display: flex;
    height: var(--site-topbar-height);
    align-items: center;
    justify-content: space-between;
  }
  .site-topbar-tel-link {
    display: flex;
    height: 100%;
    align-items: center;
    gap: calc(var(--spacing) * 1.5);
    font-family: var(--font-heading);
    font-size: 15px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-stone-900);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
  }
  .site-topbar-actions {
    display: flex;
    height: 100%;
    flex-shrink: 0;
    align-items: center;
  }
  .site-topbar-link {
    display: flex;
    height: 100%;
    align-items: center;
    padding-inline: calc(var(--spacing) * 4);
    font-family: var(--font-heading);
    font-size: 14px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-stone-800);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .site-topbar-btn--primary {
    position: relative;
    isolation: isolate;
    display: flex;
    height: 100%;
    align-items: center;
    overflow: hidden;
    background-color: var(--color-brand-700);
    padding-inline: calc(var(--spacing) * 6);
    font-family: var(--font-heading);
    font-size: 13px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
    color: var(--color-white);
    text-transform: uppercase;
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
    @media (width >= 40rem) {
      font-size: 14px;
    }
  }
  .site-topbar-btn--primary::after {
    content: "";
    position: absolute;
    inset: calc(var(--spacing) * 0);
    z-index: calc(10 * -1);
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    background-color: var(--color-brand-800);
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .site-topbar-btn--primary::before {
    content: "";
    position: absolute;
    inset: calc(var(--spacing) * 0);
    z-index: calc(20 * -1);
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .site-topbar-btn--primary:hover::after {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    transition-delay: 200ms;
  }
  .site-topbar-btn--primary:hover::before {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .site-btn-primary {
    display: inline-flex;
    min-height: var(--touch-target-min);
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: var(--color-brand-700);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-800);
      }
    }
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
    &:focus-visible {
      outline-offset: 2px;
    }
    &:focus-visible {
      outline-color: var(--color-brand-700);
    }
  }
  .site-btn-outline {
    display: inline-flex;
    min-height: var(--touch-target-min);
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-300);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-stone-800);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-brand-600);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-stone-50);
      }
    }
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
    &:focus-visible {
      outline-offset: 2px;
    }
    &:focus-visible {
      outline-color: var(--color-brand-700);
    }
  }
  .site-btn-quote {
    display: inline-flex;
    min-height: var(--touch-target-min);
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: var(--color-brand-700);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-800);
      }
    }
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
    &:focus-visible {
      outline-offset: 2px;
    }
    &:focus-visible {
      outline-color: var(--color-brand-700);
    }
  }
  .site-btn-inquiry {
    display: inline-flex;
    min-height: var(--touch-target-min);
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-300);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-stone-800);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-brand-600);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-stone-50);
      }
    }
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
    &:focus-visible {
      outline-offset: 2px;
    }
    &:focus-visible {
      outline-color: var(--color-brand-700);
    }
  }
  .site-field {
    min-height: var(--touch-target-min);
    width: 100%;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-300);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-stone-900);
    --tw-ring-color: color-mix(in srgb, #ff6e1a 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-brand-600) 25%, transparent);
    }
    --tw-outline-style: none;
    outline-style: none;
    &::placeholder {
      color: var(--color-stone-400);
    }
    &:focus {
      border-color: var(--color-brand-600);
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      background-color: var(--color-stone-100);
    }
    &:disabled {
      color: var(--color-stone-500);
    }
  }
  .site-chip {
    display: inline-flex;
    min-height: var(--touch-target-min);
    align-items: center;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-700);
    text-decoration-line: none;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-brand-600);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
  }
  .site-chip.is-active {
    border-color: var(--color-brand-600);
    background-color: var(--color-brand-50);
    color: var(--color-brand-800);
  }
  .site-link-accent {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-800);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
  }
  .site-list-card {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-white);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #ff8022 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-brand-400) 60%, transparent);
        }
      }
    }
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .site-search-bar {
    display: flex;
    width: 100%;
    min-width: calc(var(--spacing) * 0);
    flex-wrap: wrap;
    align-items: stretch;
    gap: calc(var(--spacing) * 2);
  }
  .site-search-bar__field {
    display: flex;
    min-width: calc(var(--spacing) * 0);
    flex: 1;
  }
  .site-search-bar__input {
    min-height: var(--touch-target-min);
    width: 100%;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-300);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-stone-900);
    --tw-ring-color: color-mix(in srgb, #ff6e1a 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-brand-600) 25%, transparent);
    }
    --tw-outline-style: none;
    outline-style: none;
    &::placeholder {
      color: var(--color-stone-400);
    }
    &:focus {
      border-color: var(--color-brand-600);
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      background-color: var(--color-stone-100);
    }
    &:disabled {
      color: var(--color-stone-500);
    }
  }
  .site-search-bar__submit {
    display: inline-flex;
    min-height: var(--touch-target-min);
    min-width: var(--touch-target-min);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: var(--color-stone-800);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-stone-900);
      }
    }
  }
  .site-search-bar__reset {
    display: inline-flex;
    min-height: var(--touch-target-min);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-300);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-700);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-stone-50);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-stone-900);
      }
    }
  }
  .site-header-bar {
    position: relative;
    display: flex;
    height: var(--site-header-main-height);
    align-items: center;
  }
  .site-header-logo {
    display: flex;
    height: 100%;
    flex-shrink: 0;
    align-items: center;
    padding-right: calc(var(--spacing) * 4);
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .site-header-logo__img {
    height: auto;
    max-height: 3.25rem;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    object-position: left;
    @media (width >= 48rem) {
      max-height: 3.75rem;
    }
    @media (width >= 80rem) {
      max-height: 4.25rem;
    }
  }
  .site-header-nav {
    display: none;
    height: 100%;
    flex: 1;
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
    @media (width >= 64rem) {
      display: flex;
    }
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .site-header-nav > ul {
    margin: calc(var(--spacing) * 0);
    display: flex;
    height: 100%;
    list-style-type: none;
    align-items: stretch;
    padding: calc(var(--spacing) * 0);
  }
  .site-header-nav-item {
    display: flex;
    height: 100%;
  }
  .site-header .site-nav-link {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
    padding-inline: calc(var(--spacing) * 3.5);
    font-family: var(--font-heading);
    font-size: 15px;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    color: var(--color-stone-900);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-stone-50);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
    @media (width >= 64rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
    @media (width >= 80rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .site-header .site-nav-link::after {
    content: "";
    position: absolute;
    right: calc(var(--spacing) * 0);
    bottom: -1px;
    height: 4px;
    width: calc(var(--spacing) * 0);
    transform-origin: 0;
    background-color: var(--color-brand-700);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .site-header .site-nav-link:hover::after, .site-header .site-header-nav-item.group:hover > .site-nav-link::after {
    left: calc(var(--spacing) * 0);
    width: 100%;
  }
  .site-header .site-nav-link.is-active {
    color: var(--color-stone-900);
  }
  .site-header .site-nav-link.is-active::after {
    left: auto;
    width: 100%;
    transform-origin: 100%;
  }
  .site-header-utils {
    margin-left: auto;
    display: flex;
    height: 100%;
    flex-shrink: 0;
    align-items: center;
    padding-left: calc(var(--spacing) * 2);
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .site-header-utils__group {
    display: flex;
    height: 100%;
    align-items: center;
    gap: calc(var(--spacing) * 1.5);
  }
  .site-header-search-btn {
    position: relative;
    display: inline-flex;
    min-height: var(--touch-target-min);
    min-width: var(--touch-target-min);
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: var(--color-stone-100);
    color: var(--color-stone-800);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-50);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
    @media (width >= 80rem) {
      min-height: var(--touch-target-min);
    }
    @media (width >= 80rem) {
      min-width: var(--touch-target-min);
    }
  }
  .site-header-search-btn svg {
    height: 1.125rem;
    width: 1.125rem;
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 5);
    }
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 5);
    }
  }
  .site-header-icon-btn {
    position: relative;
    display: inline-flex;
    min-height: var(--touch-target-min);
    min-width: var(--touch-target-min);
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: var(--color-stone-100);
    color: var(--color-stone-800);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-50);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
    &:focus-visible {
      outline-offset: 2px;
    }
    &:focus-visible {
      outline-color: var(--color-brand-700);
    }
    @media (width >= 80rem) {
      min-height: var(--touch-target-min);
    }
    @media (width >= 80rem) {
      min-width: var(--touch-target-min);
    }
  }
  .site-header-icon-btn svg {
    height: 1.125rem;
    width: 1.125rem;
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 5);
    }
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 5);
    }
  }
  .site-header-menu-btn {
    position: relative;
    margin-right: calc(var(--spacing) * 0.5);
    margin-left: calc(var(--spacing) * 2);
    display: inline-flex;
    height: calc(var(--spacing) * 4);
    width: calc(var(--spacing) * 5);
    flex-shrink: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    @media (width >= 64rem) {
      display: none;
    }
  }
  .site-header-menu-btn span {
    display: block;
    height: calc(var(--spacing) * 0.5);
    width: 100%;
    background-color: var(--color-stone-600);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .site-header [role="menu"] a, #site-product-mega [role="menuitem"] {
    font-family: var(--font-heading);
  }
  .site-header-cta {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .site-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 6);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .site-service-card::after {
    content: "";
    position: absolute;
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    height: calc(var(--spacing) * 1);
    width: calc(var(--spacing) * 0);
    transform-origin: 0;
    background-color: var(--color-brand-700);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .site-service-card:hover::after {
    left: calc(var(--spacing) * 0);
    width: 100%;
  }
  .site-home-cta-band {
    position: relative;
    overflow: hidden;
    padding-block: calc(var(--spacing) * 16);
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 20);
    }
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .site-home-cta-band__bg {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    background-color: var(--color-stone-900);
    background-size: cover;
    background-position: center;
  }
  .site-home-cta-band__overlay {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .site-home-cta-band__inner {
    position: relative;
    z-index: 10;
    margin-inline: auto;
    width: 100%;
    max-width: var(--container-7xl);
    padding-inline: calc(var(--spacing) * 4);
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .site-home-cta-band__title {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    @media (width >= 80rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    @media (width >= 80rem) {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }
  .site-home-cta-band__phone-wrap {
    flex-shrink: 0;
    border-color: var(--color-brand-700);
    @media (width >= 40rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 3px;
    }
    @media (width >= 40rem) {
      padding-right: calc(var(--spacing) * 8);
    }
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .site-home-cta-band__phone {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-brand-400);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-300);
      }
    }
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .site-home-cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 8);
    }
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .site-btn-slide {
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }
  .site-btn-slide::after {
    content: "";
    position: absolute;
    inset: calc(var(--spacing) * 0);
    z-index: calc(10 * -1);
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    background-color: var(--color-brand-800);
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .site-btn-slide::before {
    content: "";
    position: absolute;
    inset: calc(var(--spacing) * 0);
    z-index: calc(20 * -1);
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .site-btn-slide:hover::after {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    transition-delay: 200ms;
  }
  .site-btn-slide:hover::before {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .site-used-card {
    overflow: hidden;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-white);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #ff8022 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-brand-400) 60%, transparent);
        }
      }
    }
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .site-footer a {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .site-footer .site-footer-links a {
    font-family: var(--font-heading);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-200);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .site-footer .site-footer-company {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--color-stone-400);
  }
  .site-footer .site-footer-company strong, .site-footer .site-footer-company .site-footer-brand {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
  }
  .site-footer .site-footer-company dt, .site-footer p.font-bold {
    font-family: var(--font-heading);
  }
  .site-footer .site-footer-tel {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-300);
      }
    }
  }
  .site-footer .site-footer-tel-label {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-stone-300);
  }
  .site-footer .site-btn-quote {
    border-style: var(--tw-border-style);
    border-width: 0px;
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 2.5);
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .site-footer .site-btn-inquiry {
    border-color: var(--color-stone-500);
    background-color: transparent;
    color: var(--color-stone-200);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-stone-300);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  body.site-nav-open {
    overflow: hidden;
  }
  .site-mobile-dropdown-toggle[aria-expanded="true"] .site-mobile-chevron {
    transform: rotate(180deg);
  }
  .site-mobile-sub-toggle[aria-expanded="true"] .site-mobile-sub-chevron {
    transform: rotate(180deg);
  }
  .site-rec-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: calc(var(--spacing) * 4);
    row-gap: calc(var(--spacing) * 10);
    @media (width >= 40rem) {
      column-gap: calc(var(--spacing) * 6);
    }
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 8);
    }
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 8);
    }
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .site-rec-row--scroll::-webkit-scrollbar {
    height: 4px;
  }
  .site-rec-row--scroll::-webkit-scrollbar-thumb {
    border-radius: calc(infinity * 1px);
    background-color: var(--color-stone-400);
  }
  @media (max-width: 1023px) {
    .site-rec-row.site-rec-row--scroll {
      display: flex;
      scroll-snap-type: x var(--tw-scroll-snap-strictness);
      --tw-scroll-snap-strictness: mandatory;
      flex-wrap: nowrap;
      overflow-x: auto;
      padding-bottom: calc(var(--spacing) * 4);
      scrollbar-width: thin;
      scrollbar-color: var(--color-stone-400) transparent;
    }
    .site-rec-row.site-rec-row--scroll > * {
      scroll-snap-align: start;
    }
    .site-rec-row.site-rec-row--scroll > .site-rec-product-col {
      width: 12rem;
      flex-shrink: 0;
      @media (width >= 40rem) {
        width: 14rem;
      }
    }
  }
  .site-rec-row > .site-rec-product-col {
    width: 100%;
    min-width: calc(var(--spacing) * 0);
    flex-shrink: 1;
  }
  .site-rec-product {
    position: relative;
    display: block;
    text-decoration-line: none;
  }
  .site-rec-product-thumb {
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius-md);
    background-color: var(--color-stone-100);
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .site-rec-product:hover .site-rec-product-thumb {
    opacity: 75%;
  }
  .site-rec-product-thumb img, .site-rec-product img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .site-rec-product-info {
    margin-top: calc(var(--spacing) * 4);
  }
  .site-rec-product-name {
    font-family: var(--font-heading);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-stone-900);
  }
  .site-rec-product-name a {
    color: var(--color-stone-900);
    text-decoration-line: none;
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
  }
  .site-rec-product-desc {
    margin-top: calc(var(--spacing) * 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-stone-500);
  }
  .site-rec-product-price {
    margin-top: calc(var(--spacing) * 1);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-900);
  }
  .site-home-main-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .site-home-main-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-white);
    text-decoration-line: none;
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #ff8022 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-brand-400) 60%, transparent);
        }
      }
    }
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .site-home-main-card-img {
    aspect-ratio: 4/3;
    overflow: hidden;
    background-color: var(--color-stone-100);
  }
  .site-home-main-card-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .site-home-main-card-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 3);
    text-align: center;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-stone-900);
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
  }
  .site-scroll-top.is-visible {
    pointer-events: auto;
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    opacity: 100%;
  }
  .site-home-contact-media {
    position: relative;
    isolation: isolate;
    height: calc(var(--spacing) * 80);
    overflow: hidden;
    background-color: var(--color-brand-700);
    @media (width >= 48rem) {
      position: absolute;
    }
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 0);
    }
    @media (width >= 48rem) {
      height: 100%;
    }
    @media (width >= 48rem) {
      width: calc(1 / 3 * 100%);
    }
    @media (width >= 64rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .site-home-contact-media__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    --tw-saturate: saturate(0%);
    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,);
  }
  .site-faq-item summary::-webkit-details-marker {
    display: none;
  }
  .site-faq-answer .article-body > :first-child {
    margin-top: 0;
  }
  .site-faq-answer .article-body > :last-child {
    margin-bottom: 0;
  }
  .site-home-contact-media__overlay {
    pointer-events: none;
    position: absolute;
    inset: calc(var(--spacing) * 0);
    background-color: color-mix(in srgb, #ff5e14 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-700) 70%, transparent);
    }
    mix-blend-mode: multiply;
    background-image: linear-gradient( 90deg, var(--color-brand-800) 0%, var(--color-brand-700) 45%, var(--color-brand-600) 100% );
  }
  .site-auth-wrap {
    margin-inline: auto;
    width: 100%;
    max-width: var(--container-md);
    padding-top: calc(var(--spacing) * 4);
    padding-bottom: calc(var(--spacing) * 12);
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 8);
    }
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .site-auth-wrap--legal {
    max-width: var(--container-3xl);
  }
  .site-auth-header {
    margin-bottom: calc(var(--spacing) * 10);
    text-align: center;
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .site-auth-title {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--color-stone-900);
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .site-auth-lead {
    margin-top: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--color-stone-600);
  }
  .site-auth-card {
    border-radius: 0;
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 6);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-ring-color: color-mix(in oklab, var(--color-stone-900) 5%, transparent);
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .site-auth-label {
    display: block;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-800);
  }
  .site-auth-input {
    height: calc(var(--spacing) * 11);
    width: 100%;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-300);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-stone-900);
    --tw-ring-color: color-mix(in srgb, #ff6e1a 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-brand-600) 25%, transparent);
    }
    --tw-outline-style: none;
    outline-style: none;
    &::placeholder {
      color: var(--color-stone-400);
    }
    &:focus {
      border-color: var(--color-brand-600);
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      background-color: var(--color-stone-100);
    }
    &:disabled {
      color: var(--color-stone-500);
    }
  }
  .site-auth-input--readonly {
    height: calc(var(--spacing) * 11);
    width: 100%;
    cursor: not-allowed;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-stone-100);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-stone-500);
    --tw-outline-style: none;
    outline-style: none;
  }
  .site-auth-btn-primary {
    display: inline-flex;
    min-height: var(--touch-target-min);
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: var(--color-brand-700);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-800);
      }
    }
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
    &:focus-visible {
      outline-offset: 2px;
    }
    &:focus-visible {
      outline-color: var(--color-brand-700);
    }
  }
  .site-auth-link {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-900);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
  }
  .site-auth-link--inline {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    text-decoration-line: underline;
    text-decoration-color: var(--color-stone-300);
    text-underline-offset: 2px;
    &:hover {
      @media (hover: hover) {
        text-decoration-color: color-mix(in srgb, #ff6e1a 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          text-decoration-color: color-mix(in oklab, var(--color-brand-600) 40%, transparent);
        }
      }
    }
  }
  .site-auth-foot {
    margin-top: calc(var(--spacing) * 10);
    text-align: center;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-stone-600);
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .site-auth-required {
    margin-left: calc(var(--spacing) * 0.5);
    color: var(--color-red-600);
  }
  .site-auth-kicker {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-stone-900);
  }
  .site-auth-legal-scroll {
    max-height: calc(var(--spacing) * 48);
    overflow-y: auto;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-stone-50);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 4);
    font-family: var(--font-sans);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--color-stone-700);
    scrollbar-width: thin;
  }
  .site-auth-check {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    border-radius: 0.25rem;
    border-color: var(--color-stone-300);
    color: var(--color-brand-800);
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus {
      --tw-ring-color: color-mix(in srgb, #ff6e1a 25%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-brand-600) 25%, transparent);
      }
    }
  }
  .site-auth-hint {
    margin-left: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-stone-500);
  }
  .site-auth-error {
    margin-top: calc(var(--spacing) * 1.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--color-red-600);
  }
  .site-auth-divider {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--color-stone-100);
  }
  .site-auth-captcha :where(input, img, label) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-stone-800);
  }
  .site-altcha-widget {
    display: flex;
    width: 100%;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: 0.25rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-300);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .site-altcha-widget[data-altcha-state="pending"] {
    border-color: var(--color-stone-300);
  }
  .site-altcha-widget[data-altcha-state="verified"] {
    border-color: var(--color-brand-600);
    background-color: var(--color-brand-50);
  }
  .site-altcha-widget[data-altcha-state="failed"] {
    border-color: var(--color-red-500);
    background-color: var(--color-red-50);
  }
  .site-altcha-spinner, .site-altcha-check, .site-altcha-error {
    display: none;
    height: calc(var(--spacing) * 5);
    width: calc(var(--spacing) * 5);
    flex-shrink: 0;
  }
  .site-altcha-widget[data-altcha-state="pending"] .site-altcha-spinner {
    display: block;
    animation: var(--animate-spin);
    color: var(--color-stone-400);
  }
  .site-altcha-widget[data-altcha-state="verified"] .site-altcha-check {
    display: block;
    color: var(--color-brand-700);
  }
  .site-altcha-widget[data-altcha-state="failed"] .site-altcha-error {
    display: block;
    color: var(--color-red-600);
  }
  .altcha-status {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-600);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .site-altcha-widget[data-altcha-state="verified"] .altcha-status {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-brand-800);
  }
  .site-altcha-widget[data-altcha-state="failed"] .altcha-status {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-red-700);
  }
  .site-alert-layer {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--spacing) * 4);
  }
  .site-alert-layer__backdrop {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    background-color: color-mix(in srgb, oklch(21.6% 0.006 56.043) 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-stone-900) 35%, transparent);
    }
    --tw-backdrop-blur: blur(2px);
    -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,);
  }
  .site-alert-layer__panel {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 20rem;
    @media (width >= 40rem) {
      max-width: 22rem;
    }
  }
  .site-alert-layer__card {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .site-alert-page {
    margin-inline: auto;
    display: flex;
    min-height: 40vh;
    max-width: var(--container-md);
    align-items: center;
    justify-content: center;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 8);
  }
  .site-alert-card {
    width: 100%;
    border-radius: var(--radius-xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .site-alert-card__head {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2.5);
    text-align: left;
  }
  .site-alert-card__icon {
    display: flex;
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-lg);
  }
  .site-alert-card__icon svg {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .site-alert-card--warn .site-alert-card__icon, .site-alert-card--ok .site-alert-card__icon {
    background-color: #fff7ed;
    color: #d97706;
  }
  .site-alert-card__title {
    margin: calc(var(--spacing) * 0);
    flex: 1;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--color-stone-900);
  }
  .site-alert-card__body {
    margin-block: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 1);
    text-align: center;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--color-stone-600);
  }
  .site-alert-card__hint {
    margin-top: calc(var(--spacing) * 2);
    margin-bottom: calc(var(--spacing) * 1);
    text-align: center;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--color-stone-500);
  }
  .site-alert-card__actions {
    margin-top: calc(var(--spacing) * 6);
    margin-bottom: calc(var(--spacing) * 1.5);
    display: flex;
    justify-content: center;
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 7);
    }
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .site-alert-card__actions--split {
    flex-direction: column;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    @media (width >= 40rem) {
      flex-direction: row;
    }
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .site-alert-card__form {
    display: flex;
    justify-content: center;
  }
  .site-alert-card__btn {
    min-width: 10.5rem;
    justify-content: center;
    padding-inline: calc(var(--spacing) * 8);
    @media (width >= 40rem) {
      min-height: calc(var(--spacing) * 10);
    }
    @media (width >= 40rem) {
      min-width: 8.5rem;
    }
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .site-alert-card__back {
    margin-top: calc(var(--spacing) * 3);
    margin-bottom: calc(var(--spacing) * 0);
    text-align: center;
  }
  body.site-alert-layer-open {
    overflow: hidden;
  }
  .site-newwin-root {
    pointer-events: none;
    position: fixed;
    inset: calc(var(--spacing) * 0);
    z-index: 180;
  }
  .site-newwin-pop {
    pointer-events: auto;
    position: fixed;
    @media (width < 64rem) {
      inset: calc(var(--spacing) * 0);
    }
    @media (width < 64rem) {
      display: flex;
    }
    @media (width < 64rem) {
      width: auto;
    }
    @media (width < 64rem) {
      align-items: center;
    }
    @media (width < 64rem) {
      justify-content: center;
    }
    @media (width < 64rem) {
      padding: calc(var(--spacing) * 4);
    }
    left: var(--site-nw-left);
    top: var(--site-nw-top);
    width: var(--site-nw-width);
    max-width: calc(100vw - 1rem);
  }
  .site-newwin-pop[hidden] {
    display: none !important;
  }
  .site-newwin-pop__backdrop {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    background-color: color-mix(in srgb, oklch(21.6% 0.006 56.043) 45%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-stone-900) 45%, transparent);
    }
    @media (width >= 64rem) {
      display: none;
    }
  }
  .site-newwin-pop__panel {
    position: relative;
    display: flex;
    max-height: min(var(--site-nw-height), 85vh);
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-white);
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    max-width: min(var(--site-nw-width), calc(100vw - 2rem));
  }
  @media (min-width: 1024px) {
    .site-newwin-pop__panel {
      max-height: min(var(--site-nw-height), calc(100vh - 2rem));
    }
  }
  .site-newwin-pop__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(var(--spacing) * 3);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-stone-50);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
  }
  .site-newwin-pop__title {
    min-width: calc(var(--spacing) * 0);
    flex: 1;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-stone-900);
  }
  .site-newwin-pop__close {
    display: inline-flex;
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    color: var(--color-stone-600);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-stone-200);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-stone-900);
      }
    }
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
    &:focus-visible {
      outline-offset: 2px;
    }
    &:focus-visible {
      outline-color: var(--color-brand-700);
    }
  }
  .site-newwin-pop__body {
    min-height: calc(var(--spacing) * 0);
    flex: 1;
    overflow-y: auto;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--color-stone-800);
  }
  .site-newwin-pop__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: calc(var(--spacing) * 2);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-stone-50);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
  }
  .site-newwin-pop__dismiss {
    margin-right: auto;
    text-align: left;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-600);
    text-decoration-line: underline;
    text-decoration-color: var(--color-stone-300);
    text-underline-offset: 2px;
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
    &:hover {
      @media (hover: hover) {
        text-decoration-color: color-mix(in srgb, #ff6e1a 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          text-decoration-color: color-mix(in oklab, var(--color-brand-600) 40%, transparent);
        }
      }
    }
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
    &:focus-visible {
      outline-offset: 2px;
    }
    &:focus-visible {
      outline-color: var(--color-brand-700);
    }
  }
  .site-newwin-pop__close-btn {
    display: inline-flex;
    min-height: var(--touch-target-min);
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-300);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-800);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-brand-600);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
    &:focus-visible {
      outline-offset: 2px;
    }
    &:focus-visible {
      outline-color: var(--color-brand-700);
    }
  }
  body.site-newwin-open {
    overflow: hidden;
  }
  .site-legal-html :where(h1, h2, h3, h4) {
    margin-top: calc(var(--spacing) * 8);
    scroll-margin-top: calc(var(--spacing) * 24);
    font-family: var(--font-heading);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-stone-900);
    &:first-child {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .site-legal-html :where(p, li) {
    margin-block: calc(var(--spacing) * 2);
  }
  .site-legal-html :where(ul, ol) {
    margin-block: calc(var(--spacing) * 3);
    list-style-position: outside;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
    padding-left: calc(var(--spacing) * 5);
  }
  .site-legal-html :where(table) {
    margin-block: calc(var(--spacing) * 4);
    width: 100%;
    border-collapse: collapse;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .site-legal-html :where(th, td) {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    vertical-align: top;
  }
  .site-legal-html :where(a) {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-900);
    text-decoration-line: underline;
    text-decoration-color: var(--color-stone-300);
    text-underline-offset: 2px;
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
    &:hover {
      @media (hover: hover) {
        text-decoration-color: color-mix(in srgb, #ff6e1a 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          text-decoration-color: color-mix(in oklab, var(--color-brand-600) 40%, transparent);
        }
      }
    }
  }
  .site-scroll-anchor {
    scroll-margin-top: calc(var(--site-sticky-header-offset, 5.75rem) + 0.75rem);
  }
  .site-item-basic, .site-item-basic * {
    font-family: var(--font-sans) !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
  }
  .site-item-basic :where(p) {
    margin-block: calc(var(--spacing) * 0);
  }
  .site-item-basic :where(a) {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-900);
    text-decoration-line: underline;
    text-decoration-color: var(--color-stone-300);
    text-underline-offset: 2px;
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
  }
  .site-item-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: calc(var(--spacing) * 1);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--color-stone-700);
  }
  .site-item-tag {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-700);
  }
  .site-item-tag::before {
    content: '#';
    margin-right: calc(var(--spacing) * 0.5);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-stone-400);
  }
  .site-item-tags__sep {
    margin-inline: calc(var(--spacing) * 2);
    color: var(--color-stone-300);
    -webkit-user-select: none;
    user-select: none;
  }
  .site-item-editor, .item-info, .item-info-explan {
    max-width: none;
    font-size: 15px;
    --tw-leading: 1.8;
    line-height: 1.8;
    color: var(--color-stone-700);
  }
  .site-item-editor :where(h2, h3, h4), .item-info :where(h2, h3, h4), .item-info-explan :where(h2, h3, h4) {
    margin-top: calc(var(--spacing) * 8);
    margin-bottom: calc(var(--spacing) * 4);
    font-family: var(--font-heading);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-stone-900);
    &:first-child {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .site-item-editor :where(h2), .item-info :where(h2), .item-info-explan :where(h2) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: color-mix(in srgb, oklch(92.3% 0.003 48.717) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-stone-200) 80%, transparent);
    }
    padding-bottom: calc(var(--spacing) * 2);
  }
  .site-item-editor :where(p, li), .item-info :where(p, li), .item-info-explan :where(p, li) {
    margin-block: calc(var(--spacing) * 2);
  }
  .site-item-editor :where(ul), .item-info :where(ul), .item-info-explan :where(ul) {
    margin-block: calc(var(--spacing) * 4);
    margin-left: calc(var(--spacing) * 5);
    list-style-position: outside;
    list-style-type: disc;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .site-item-editor :where(ol), .item-info :where(ol), .item-info-explan :where(ol) {
    margin-block: calc(var(--spacing) * 4);
    margin-left: calc(var(--spacing) * 5);
    list-style-position: outside;
    list-style-type: decimal;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .site-item-editor :where(img), .item-info :where(img), .item-info-explan :where(img) {
    margin-block: calc(var(--spacing) * 4);
    max-width: 100%;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, oklch(92.3% 0.003 48.717) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-stone-200) 80%, transparent);
    }
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .site-item-editor :where(a), .item-info :where(a), .item-info-explan :where(a) {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-900);
    text-decoration-line: underline;
    text-decoration-color: var(--color-stone-300);
    text-underline-offset: 2px;
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
    &:hover {
      @media (hover: hover) {
        text-decoration-color: color-mix(in srgb, #ff6e1a 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          text-decoration-color: color-mix(in oklab, var(--color-brand-600) 40%, transparent);
        }
      }
    }
  }
  .site-item-editor :where(table), .item-info :where(table), .item-info-explan :where(table), .site-board-view .article-body :where(table), .site-spec-table {
    margin-block: calc(var(--spacing) * 6);
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .site-item-editor :where(th), .item-info :where(th), .item-info-explan :where(th), .site-board-view .article-body :where(th), .site-spec-table :where(th) {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-stone-100);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    vertical-align: middle;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    white-space: nowrap;
    color: var(--color-stone-800);
  }
  .site-item-editor :where(td), .item-info :where(td), .item-info-explan :where(td), .site-board-view .article-body :where(td), .site-spec-table :where(td) {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    vertical-align: middle;
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--color-stone-600);
  }
  .site-item-editor :where(tbody tr:nth-child(even)), .item-info :where(tbody tr:nth-child(even)), .item-info-explan :where(tbody tr:nth-child(even)), .site-board-view .article-body :where(tbody tr:nth-child(even)), .site-item-editor :where(tr:nth-child(even)), .item-info :where(tr:nth-child(even)), .item-info-explan :where(tr:nth-child(even)), .site-board-view .article-body :where(tr:nth-child(even)) {
    background-color: var(--color-stone-50);
  }
  .site-item-editor :where(.table-responsive), .item-info :where(.table-responsive), .item-info-explan :where(.table-responsive), .site-board-view .article-body :where(.table-responsive) {
    margin-block: calc(var(--spacing) * 6);
    width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .site-item-editor :where(.table), .item-info :where(.table), .item-info-explan :where(.table), .site-board-view .article-body :where(.table) {
    min-width: 100%;
    border-collapse: collapse;
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .site-item-editor :where(.table-bordered), .item-info :where(.table-bordered), .item-info-explan :where(.table-bordered), .site-board-view .article-body :where(.table-bordered) {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
  }
  .item-info *, .item-info-explan *, .site-item-editor * {
    font-family: var(--font-sans) !important;
  }
  .site-item-editor :where(h1, h2, h3, h4, h5, h6), .site-item-editor :where(h1, h2, h3, h4, h5, h6) *, .item-info :where(h1, h2, h3, h4, h5, h6), .item-info :where(h1, h2, h3, h4, h5, h6) *, .item-info-explan :where(h1, h2, h3, h4, h5, h6), .item-info-explan :where(h1, h2, h3, h4, h5, h6) * {
    font-family: var(--font-heading) !important;
    font-weight: 600 !important;
    color: #1c1917 !important;
  }
  .site-item-editor :where(h1, h2, h3, h4, h5, h6) *, .item-info :where(h1, h2, h3, h4, h5, h6) *, .item-info-explan :where(h1, h2, h3, h4, h5, h6) * {
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
  }
  .site-item-editor :where(h1, h2), .item-info :where(h1, h2), .item-info-explan :where(h1, h2) {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
  }
  .site-item-editor :where(h3), .item-info :where(h3), .item-info-explan :where(h3) {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
  }
  .site-item-editor :where(h4, h5, h6), .item-info :where(h4, h5, h6), .item-info-explan :where(h4, h5, h6) {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
  }
  .site-item-editor :where(h1, h2, h3, h4, h5, h6):first-child, .item-info :where(h1, h2, h3, h4, h5, h6):first-child, .item-info-explan :where(h1, h2, h3, h4, h5, h6):first-child {
    margin-top: 0 !important;
  }
  .site-item-editor :where(ul), .item-info :where(ul), .item-info-explan :where(ul) {
    list-style-type: square !important;
  }
  .site-item-editor :where(ol), .item-info :where(ol), .item-info-explan :where(ol) {
    list-style-type: decimal !important;
  }
  .site-item-editor :where(p, span, font, div, table, td, th, li, a), .item-info :where(p, span, font, div, table, td, th, li, a), .item-info-explan :where(p, span, font, div, table, td, th, li, a) {
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
  }
  .site-item-sticky-cta {
    position: fixed;
    inset-inline: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    z-index: 40;
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--color-stone-200);
    background-color: color-mix(in srgb, #fff 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
    --tw-shadow: 0 -4px 24px var(--tw-shadow-color, rgba(28,25,23,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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,);
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    @media (width >= 64rem) {
      display: none;
    }
    padding: 0.75rem 1rem max(0.75rem, env(safe-area-inset-bottom));
  }
  .site-item-sticky-cta.is-visible {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  body.site-item-sticky-on {
    padding-bottom: 4.75rem;
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .site-board-view .article-body {
    font-size: 0.95rem;
    --tw-leading: var(--leading-loose);
    line-height: var(--leading-loose);
    color: var(--color-stone-800);
  }
  .site-board-view .article-body :where(h2, h3, h4) {
    margin-top: calc(var(--spacing) * 10);
    margin-bottom: calc(var(--spacing) * 4);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: color-mix(in srgb, oklch(92.3% 0.003 48.717) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-stone-200) 80%, transparent);
    }
    padding-bottom: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-stone-900);
  }
  .site-board-view .article-body :where(p) {
    margin-block: calc(var(--spacing) * 4);
  }
  .site-board-view .article-body :where(ul) {
    margin-block: calc(var(--spacing) * 4);
    margin-left: calc(var(--spacing) * 5);
    list-style-position: outside;
    list-style-type: disc;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .site-board-view .article-body :where(ol) {
    margin-block: calc(var(--spacing) * 4);
    margin-left: calc(var(--spacing) * 5);
    list-style-position: outside;
    list-style-type: decimal;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .site-board-view .article-body :where(img) {
    margin-block: calc(var(--spacing) * 6);
    max-height: min(90vh, 56rem);
    max-width: 100%;
    border-radius: var(--radius-card);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .site-board-view .article-image :where(img) {
    margin-block: calc(var(--spacing) * 6);
    max-width: 100%;
    border-radius: var(--radius-card);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .site-board-view-h1 {
    margin: calc(var(--spacing) * 0);
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--color-stone-900);
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    line-height: 1.2;
  }
  .site-board-h1 {
    margin: calc(var(--spacing) * 0);
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--color-stone-900);
    @media (width >= 40rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    line-height: 1.1;
    min-height: calc(1.1 * 2.25rem);
  }
  @media (min-width: 40rem) {
    .site-board-h1 {
      min-height: calc(1.1 * 3rem);
    }
  }
  .site-board-h1-after {
    margin-top: calc(var(--spacing) * 8);
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .site-board-h1-sub {
    margin-top: calc(var(--spacing) * 8);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-stone-900);
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 10);
    }
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .site-board-meta {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    @media (width >= 40rem) {
      flex-direction: row;
    }
    @media (width >= 40rem) {
      flex-wrap: wrap;
    }
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .site-board-meta-item {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 1);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-stone-600);
  }
  .site-board-stat {
    font-family: var(--font-sans) !important;
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 1);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-stone-500);
  }
  .site-board-stat--sm {
    font-size: 13px;
  }
  .site-board-stat--xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .site-board-neighbors {
    padding-top: calc(var(--spacing) * 0);
  }
  .site-board-neighbor-list {
    margin: calc(var(--spacing) * 0);
    list-style-type: none;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
    :where(& > :not(:last-child)) {
      border-color: var(--color-stone-200);
    }
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-stone-200);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 3);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .site-board-neighbor-item {
    position: relative;
    min-width: calc(var(--spacing) * 0);
    padding-block: calc(var(--spacing) * 3);
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .site-board-neighbor-link {
    min-width: calc(var(--spacing) * 0);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-stone-800);
    text-decoration-line: none;
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-800);
      }
    }
  }
  a.site-board-neighbor-link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  span.site-board-neighbor-link {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 1.5);
  }
  span.site-board-neighbor-link > span {
    min-width: calc(var(--spacing) * 0);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .site-board-neighbor-item.is-current .site-board-neighbor-link {
    color: var(--color-brand-800);
  }
  .site-board-neighbor-date {
    font-family: var(--font-sans) !important;
    margin-top: calc(var(--spacing) * 1);
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-stone-500);
  }
  * ================================================================ button:not(.btn-sm):not(.btn-close):not(.sr-only), input[type="submit"]:not(.btn-sm), input[type="button"]:not(.btn-sm), a[class*="inline-flex"][class*="font-semibold"], a[class*="inline-flex"][class*="bg-brand-"], span.text-base.font-semibold.leading-snug, [class*="text-lg"], [class*="text-xl"], [class*="text-2xl"], [class*="text-3xl"], [class*="text-4xl"], [class*="text-5xl"] {
    font-family: var(--font-heading);
  }
}
.site-contact-editor .sun-editor {
  border-color: var(--color-stone-300);
  border-radius: 0;
}
.site-contact-editor .se-toolbar {
  outline: none;
}
.site-contact-editor .se-btn-list {
  flex-wrap: nowrap;
}
.site-contact-editor .se-resizing-bar, .site-contact-editor .se-char-counter-wrapper {
  display: none !important;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-content: "";
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-ease: initial;
      --tw-scroll-snap-strictness: proximity;
      --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;
    }
  }
}
