:root{--hj-color-black: #000000;--hj-color-white: #ffffff;--hj-color-gray-50: #fafafa;--hj-color-gray-100: #f5f5f5;--hj-color-gray-200: #e5e5e5;--hj-color-gray-300: #d4d4d4;--hj-color-gray-400: #a3a3a3;--hj-color-gray-500: #737373;--hj-color-gray-600: #6b7280;--hj-color-gray-700: #404040;--hj-color-gray-800: #262626;--hj-color-gray-900: #171717;--hj-color-red-500: #e03131;--hj-color-red-600: #c92a2a;--hj-color-blue-500: #3b82f6;--hj-color-green-500: #16a34a;--hj-color-amber-500: #f59e0b;--hj-bg: var(--hj-color-white);--hj-bg-subtle: var(--hj-color-gray-50);--hj-bg-muted: var(--hj-color-gray-100);--hj-bg-inverse: var(--hj-color-black);--hj-fg: var(--hj-color-black);--hj-fg-muted: var(--hj-color-gray-700);--hj-fg-subtle: var(--hj-color-gray-500);--hj-fg-inverse: var(--hj-color-white);--hj-border: var(--hj-color-gray-200);--hj-border-strong: var(--hj-color-black);--hj-border-inverse: rgba(255, 255, 255, .1);--hj-accent-sale: var(--hj-color-red-500);--hj-accent-sale-hover: var(--hj-color-red-600);--hj-error: var(--hj-color-red-600);--hj-success: var(--hj-color-green-500);--hj-warning: var(--hj-color-amber-500);--hj-info: var(--hj-color-blue-500);--hj-overlay: rgba(0, 0, 0, .4);--hj-focus-ring: rgba(0, 0, 0, .18);--hj-font-display: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--hj-font-body: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--hj-font-serif: "Italiana", "Cormorant Garamond", Georgia, "Times New Roman", serif;--hj-font-serif-italic: "Cormorant Garamond", Georgia, "Times New Roman", serif;--hj-font-mono: ui-monospace, "Cascadia Code", "SF Mono", Menlo, monospace;--hj-text-2xs: 10px;--hj-text-xs: 11px;--hj-text-sm: 12px;--hj-text-base: 14px;--hj-text-md: var(--hj-text-base);--hj-text-lg: 16px;--hj-text-xl: 18px;--hj-text-2xl: 22px;--hj-text-3xl: 28px;--hj-text-4xl: 36px;--hj-text-5xl: 48px;--hj-text-display: 56px;--hj-font-light: 300;--hj-font-normal: 400;--hj-font-medium: 500;--hj-font-semibold: 600;--hj-font-bold: 700;--hj-leading-tight: 1.1;--hj-leading-snug: 1.3;--hj-leading-normal: 1.5;--hj-leading-relaxed: 1.7;--hj-tracking-tight: -.02em;--hj-tracking-normal: 0;--hj-tracking-wide: .025em;--hj-tracking-wider: .05em;--hj-tracking-widest: .1em;--hj-tracking-button: .5px;--hj-space-0: 0;--hj-space-1: 4px;--hj-space-2: 8px;--hj-space-3: 12px;--hj-space-4: 16px;--hj-space-5: 20px;--hj-space-6: 24px;--hj-space-8: 32px;--hj-space-10: 40px;--hj-space-12: 48px;--hj-space-16: 64px;--hj-space-20: 80px;--hj-space-24: 96px;--hj-section-y: var(--hj-space-8);--hj-container-x: var(--hj-space-4);--hj-stack-gap: var(--hj-space-4);--hj-grid-gap: var(--hj-space-3);--hj-container-max: 1280px;--hj-content-max: 720px;--hj-radius-none: 0;--hj-radius-sm: 4px;--hj-radius-md: 6px;--hj-radius-lg: 8px;--hj-radius-xl: 12px;--hj-radius-2xl: 16px;--hj-radius-full: 9999px;--hj-radius-pill: var(--hj-radius-full);--hj-shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--hj-shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--hj-shadow-md: 0 4px 6px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .04);--hj-shadow-lg: 0 10px 15px rgba(0, 0, 0, .08), 0 4px 6px rgba(0, 0, 0, .04);--hj-shadow-xl: 0 20px 25px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .04);--hj-shadow-floating: 0 4px 12px rgba(0, 0, 0, .25);--hj-shadow-focus: 0 0 0 3px var(--hj-focus-ring);--hj-z-base: 0;--hj-z-dropdown: 10;--hj-z-sticky: 40;--hj-z-floating: 50;--hj-z-overlay: 55;--hj-z-drawer: 60;--hj-z-modal: 70;--hj-z-toast: 80;--hj-duration-fast: .15s;--hj-duration-base: .2s;--hj-duration-slow: .3s;--hj-ease-out: cubic-bezier(.16, 1, .3, 1);--hj-ease-in: cubic-bezier(.7, 0, .84, 0);--hj-ease-in-out: cubic-bezier(.4, 0, .2, 1);--hj-btn-padding-y: var(--hj-space-3);--hj-btn-padding-x: var(--hj-space-5);--hj-btn-font-size: var(--hj-text-base);--hj-btn-font-weight: var(--hj-font-semibold);--hj-btn-radius: 0;--hj-btn-border: 1px solid var(--hj-fg);--hj-icon-btn-size: 44px;--hj-icon-btn-radius: var(--hj-radius-full);--hj-badge-size: 18px;--hj-badge-font-size: var(--hj-text-2xs);--hj-badge-radius: 9px;--hj-badge-border: 2px solid var(--hj-bg);--hj-fab-size: 52px;--hj-header-height-mobile: 56px;--hj-header-height-desktop: 88px;--hj-input-height: 44px;--hj-input-padding-x: var(--hj-space-3);--hj-input-padding-y: var(--hj-space-2);--hj-input-font-size: var(--hj-text-base);--hj-input-radius: var(--hj-radius-md);--hj-input-bg: var(--hj-bg-muted);--hj-input-bg-focus: var(--hj-bg);--hj-input-border: 1px solid transparent;--hj-input-border-focus: 1px solid var(--hj-border-strong);--hj-card-bg: var(--hj-bg);--hj-card-padding: var(--hj-space-4);--hj-card-radius: var(--hj-radius-lg);--hj-card-border: 1px solid var(--hj-border);--hj-card-shadow: none;--hj-card-shadow-hover: var(--hj-shadow-md);--hj-card-border-hover: var(--hj-border-strong);--hj-nav-link-padding-y: var(--hj-space-3);--hj-nav-link-padding-x: var(--hj-space-4);--hj-nav-link-font-size: var(--hj-text-base);--hj-nav-link-font-weight: var(--hj-font-medium);--hj-nav-link-color: var(--hj-fg);--hj-nav-link-color-hover: var(--hj-fg-muted)}@media(min-width:768px){:root{--hj-section-y: var(--hj-space-12);--hj-container-x: var(--hj-space-6);--hj-grid-gap: var(--hj-space-4)}}@media(prefers-reduced-motion:reduce){:root{--hj-duration-fast: 0ms;--hj-duration-base: 0ms;--hj-duration-slow: 0ms}}:root{--hj-black: var(--hj-fg);--hj-white: var(--hj-bg);--hj-muted: var(--hj-fg-muted);--hj-red: var(--hj-accent-sale)}.hj-app a:focus-visible,.hj-app button:focus-visible,.hj-app input:focus-visible,.hj-app select:focus-visible,.hj-app textarea:focus-visible,.hj-btn:focus-visible,.hj-icon-btn:focus-visible,.hj-nav-link:focus-visible,.hj-tab-item:focus-visible,.hj-floating-wa:focus-visible{outline:none;box-shadow:var(--hj-shadow-focus)}.hj-text-display{font-size:var(--hj-text-display);font-weight:var(--hj-font-bold);line-height:var(--hj-leading-tight)}.hj-text-h1{font-size:var(--hj-text-4xl);font-weight:var(--hj-font-bold);line-height:var(--hj-leading-tight);letter-spacing:var(--hj-tracking-wide)}.hj-text-h2{font-size:var(--hj-text-2xl);font-weight:var(--hj-font-bold);line-height:var(--hj-leading-snug);letter-spacing:var(--hj-tracking-wide);text-transform:uppercase}.hj-text-eyebrow{font-size:var(--hj-text-xs);font-weight:var(--hj-font-semibold);letter-spacing:var(--hj-tracking-widest);text-transform:uppercase;color:var(--hj-fg-muted)}.hj-text-body{font-size:var(--hj-text-md);line-height:var(--hj-leading-normal)}.hj-text-meta{font-size:var(--hj-text-sm);color:var(--hj-fg-muted)}.hj-stack-1{display:flex;flex-direction:column;gap:var(--hj-space-1)}.hj-stack-2{display:flex;flex-direction:column;gap:var(--hj-space-2)}.hj-stack-4{display:flex;flex-direction:column;gap:var(--hj-space-4)}.hj-hide-mobile{display:none!important}@media(min-width:768px){.hj-hide-mobile{display:revert!important}.hj-hide-desktop{display:none!important}}
