@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host { --font-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; --font-mono: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; --color-red-500: oklch(63.7% 0.237 25.331); --color-zinc-50: oklch(98.5% 0 none); --color-zinc-400: oklch(70.5% 0.015 286.067); --color-zinc-500: oklch(55.2% 0.016 285.938); --color-zinc-900: oklch(21% 0.006 285.885); --color-zinc-950: oklch(14.1% 0.005 285.823); --color-neutral-100: oklch(97% 0 none); --color-neutral-300: oklch(87% 0 none); --color-neutral-500: oklch(55.6% 0 none); --color-neutral-700: oklch(37.1% 0 none); --color-neutral-900: oklch(20.5% 0 none); --color-black: #000; --color-white: #fff; --spacing: 0.25rem; --container-sm: 24rem; --container-md: 28rem; --container-xl: 36rem; --container-2xl: 42rem; --container-5xl: 64rem; --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; --tracking-tight: -0.025em; --leading-tight: 1.25; --leading-snug: 1.375; --leading-normal: 1.5; --leading-relaxed: 1.625; --radius-xs: 0.125rem; --radius-sm: 2px; --radius-md: 4px; --radius-lg: 8px; --radius-xl: 0.75rem; --radius-2xl: 1rem; --radius-3xl: 1.5rem; --ease-out: cubic-bezier(0, 0, 0.2, 1); --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1); --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; --blur-xl: 24px; --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-display: "Cinzel", "Times New Roman", serif; --color-snow: #ffffff; --color-paper: #f6f2ea; --color-bg: #f6f2ea; --color-surface: #efe9df; --color-elevated: #fffcf7; --color-void: #1c1410; --color-fg: #1c1410; --color-muted: #6f675e; --color-ash: #8a8278; --color-subtle: #9a9288; --color-orange: #ff7a18; --color-ember: #e24e1b; --color-flame: #c01010; --color-accent: #e24e1b; --color-ring: #e24e1b; --color-border: rgb(28 20 16 / 0.12); --shadow-border: inset 0 0 0 1px rgb(28 20 16 / 0.12); --shadow-border-hover: inset 0 0 0 1px rgb(226 78 27 / 0.45); }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button { box-sizing: border-box; margin: 0px; padding: 0px; border: 0px solid; }
  html, :host { line-height: 1.5; text-size-adjust: 100%; tab-size: 4; font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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: 0px; color: inherit; border-top-width: 1px; }
  abbr:where([title]) { text-decoration: underline dotted; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: 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: 0px; border-color: inherit; border-collapse: collapse; }
  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; letter-spacing: inherit; color: inherit; border-radius: 0px; 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(currentcolor, transparent);
}
}
}
  textarea { resize: vertical; }
  ::-webkit-search-decoration { 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: 0px; }
  ::-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: 0px; }
  ::-webkit-calendar-picker-indicator { line-height: 1; }
  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; }
  .invisible { visibility: hidden; }
  .visible { visibility: visible; }
  .absolute { position: absolute; }
  .fixed { position: fixed; }
  .relative { position: relative; }
  .static { position: static; }
  .sticky { position: sticky; }
  .inset-0 { inset: 0px; }
  .-top-\[60px\] { top: calc(-60px); }
  .top-0 { top: 0px; }
  .top-10 { top: calc(var(--spacing) * 10); }
  .top-16 { top: calc(var(--spacing) * 16); }
  .top-\[8\%\] { top: 8%; }
  .top-\[30\%\] { top: 30%; }
  .top-\[125px\] { top: 125px; }
  .top-\[200px\] { top: 200px; }
  .top-auto { top: auto; }
  .right-1 { right: var(--spacing); }
  .right-2 { right: calc(var(--spacing) * 2); }
  .right-3 { right: calc(var(--spacing) * 3); }
  .right-4 { right: calc(var(--spacing) * 4); }
  .right-\[-8\%\] { right: -8%; }
  .right-\[-10\%\] { right: -10%; }
  .right-\[-12\%\] { right: -12%; }
  .bottom-\[-8\%\] { bottom: -8%; }
  .-left-\[9999px\] { left: calc(-9999px); }
  .left-1 { left: var(--spacing); }
  .left-1\/2 { left: calc(50%); }
  .left-2 { left: calc(var(--spacing) * 2); }
  .left-3 { left: calc(var(--spacing) * 3); }
  .left-4 { left: calc(var(--spacing) * 4); }
  .left-\[-10\%\] { left: -10%; }
  .left-\[-12\%\] { left: -12%; }
  .z-10 { z-index: 10; }
  .z-50 { z-index: 50; }
  .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;
}
}
  .mx-2 { margin-inline: calc(var(--spacing) * 2); }
  .mx-auto { margin-inline: auto; }
  .-mt-\[50px\] { margin-top: calc(-50px); }
  .-mt-\[62px\] { margin-top: calc(-62px); }
  .-mt-\[75px\] { margin-top: calc(-75px); }
  .mt-1 { margin-top: var(--spacing); }
  .mt-1\.5 { margin-top: calc(var(--spacing) * 1.5); }
  .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-7 { margin-top: calc(var(--spacing) * 7); }
  .mt-8 { margin-top: calc(var(--spacing) * 8); }
  .mt-10 { margin-top: calc(var(--spacing) * 10); }
  .mt-12 { margin-top: calc(var(--spacing) * 12); }
  .mt-20 { margin-top: calc(var(--spacing) * 20); }
  .mt-\[calc\(2rem\+200px\)\] { margin-top: calc(200px + 2rem); }
  .mt-\[calc\(2rem\+250px\)\] { margin-top: calc(250px + 2rem); }
  .mt-\[calc\(2rem\+275px\)\] { margin-top: calc(275px + 2rem); }
  .mb-2 { margin-bottom: calc(var(--spacing) * 2); }
  .mb-5 { margin-bottom: calc(var(--spacing) * 5); }
  .ml-px { margin-left: 1px; }
  .block { display: block; }
  .flex { display: flex; }
  .grid { display: grid; }
  .hidden { display: none; }
  .inline { display: inline; }
  .inline-flex { display: inline-flex; }
  .table { display: table; }
  .aspect-\[4\/3\] { aspect-ratio: 4 / 3; }
  .aspect-\[16\/10\] { aspect-ratio: 16 / 10; }
  .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-10 { width: calc(var(--spacing) * 10); height: calc(var(--spacing) * 10); }
  .h-0 { height: 0px; }
  .h-8 { height: calc(var(--spacing) * 8); }
  .h-9 { height: calc(var(--spacing) * 9); }
  .h-10 { height: calc(var(--spacing) * 10); }
  .h-11 { height: calc(var(--spacing) * 11); }
  .h-12 { height: calc(var(--spacing) * 12); }
  .h-80 { height: calc(var(--spacing) * 80); }
  .h-\[2\.5px\] { height: 2.5px; }
  .h-\[28rem\] { height: 28rem; }
  .h-\[34\%\] { height: 34%; }
  .h-\[37\.5\%\] { height: 37.5%; }
  .h-\[42\%\] { height: 42%; }
  .h-\[52\%\] { height: 52%; }
  .h-\[68\%\] { height: 68%; }
  .h-\[75\%\] { height: 75%; }
  .h-\[100dvh\] { height: 100dvh; }
  .h-full { height: 100%; }
  .min-h-11 { min-height: calc(var(--spacing) * 11); }
  .min-h-12 { min-height: calc(var(--spacing) * 12); }
  .min-h-32 { min-height: calc(var(--spacing) * 32); }
  .min-h-\[22rem\] { min-height: 22rem; }
  .min-h-\[28rem\] { min-height: 28rem; }
  .min-h-\[62px\] { min-height: 62px; }
  .min-h-\[100dvh\] { min-height: 100dvh; }
  .min-h-dvh { min-height: 100dvh; }
  .min-h-screen { min-height: 100vh; }
  .w-0 { width: 0px; }
  .w-6 { width: calc(var(--spacing) * 6); }
  .w-8 { width: calc(var(--spacing) * 8); }
  .w-10 { width: calc(var(--spacing) * 10); }
  .w-auto { width: auto; }
  .w-fit { width: fit-content; }
  .w-full { width: 100%; }
  .max-w-2xl { max-width: var(--container-2xl); }
  .max-w-5xl { max-width: var(--container-5xl); }
  .max-w-6xl { max-width: var(--container-6xl); }
  .max-w-full { max-width: 100%; }
  .max-w-md { max-width: var(--container-md); }
  .max-w-sm { max-width: var(--container-sm); }
  .max-w-xl { max-width: var(--container-xl); }
  .min-w-0 { min-width: 0px; }
  .min-w-11 { min-width: calc(var(--spacing) * 11); }
  .flex-1 { flex: 1 1 0%; }
  .shrink { flex-shrink: 1; }
  .shrink-0 { flex-shrink: 0; }
  .-translate-x-1\/2 { --tw-translate-x: calc(calc(1 / 2 * 100%) * -1); translate: var(--tw-translate-x) var(--tw-translate-y); }
  .scale-100 { --tw-scale-x: 100%; --tw-scale-y: 100%; --tw-scale-z: 100%; scale: var(--tw-scale-x) var(--tw-scale-y); }
  .scale-\[0\.25\] { scale: 0.25; }
  .transform { transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); }
  .animate-pulse { animation: var(--animate-pulse); }
  .cursor-pointer { cursor: pointer; }
  .resize { resize: both; }
  .scroll-mt-24 { scroll-margin-top: calc(var(--spacing) * 24); }
  .grid-cols-1 { grid-template-columns: repeat(1, minmax(0px, 1fr)); }
  .grid-cols-3 { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
  .flex-col { flex-direction: column; }
  .flex-wrap { flex-wrap: wrap; }
  .place-items-center { place-items: center; }
  .items-baseline { align-items: baseline; }
  .items-center { align-items: center; }
  .items-end { align-items: flex-end; }
  .items-start { align-items: flex-start; }
  .justify-between { justify-content: space-between; }
  .justify-center { justify-content: center; }
  .justify-end { justify-content: flex-end; }
  .justify-start { justify-content: flex-start; }
  .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); }
  .gap-12 { gap: calc(var(--spacing) * 12); }
  .gap-\[0\.55em\] { gap: 0.55em; }
  .gap-\[5px\] { gap: 5px; }
  :where(.space-y-1 > :not(:last-child)) { --tw-space-y-reverse: 0; margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse)); margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse))); }
  :where(.space-y-3 > :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))); }
  :where(.space-y-5 > :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))); }
  :where(.space-y-10 > :not(:last-child)) { --tw-space-y-reverse: 0; margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse)); margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse))); }
  .gap-x-2 { column-gap: calc(var(--spacing) * 2); }
  .gap-x-4 { column-gap: calc(var(--spacing) * 4); }
  .gap-y-2 { row-gap: calc(var(--spacing) * 2); }
  :where(.divide-y > :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(.divide-border > :not(:last-child)) { border-color: var(--color-border); }
  .justify-self-center { justify-self: center; }
  .truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .overflow-hidden { overflow: hidden; }
  .overflow-y-auto { overflow-y: auto; }
  .rounded { border-radius: 0.25rem; }
  .rounded-2xl { border-radius: var(--radius-2xl); }
  .rounded-3xl { border-radius: var(--radius-3xl); }
  .rounded-full { border-radius: calc(infinity * 1px); }
  .rounded-lg { border-radius: var(--radius-lg); }
  .rounded-md { border-radius: var(--radius-md); }
  .rounded-sm { border-radius: var(--radius-sm); }
  .rounded-xl { border-radius: var(--radius-xl); }
  .border { border-style: var(--tw-border-style); border-width: 1px; }
  .border-t { border-top-style: var(--tw-border-style); border-top-width: 1px; }
  .border-b { border-bottom-style: var(--tw-border-style); border-bottom-width: 1px; }
  .border-border { border-color: var(--color-border); }
  .border-neutral-300 { border-color: var(--color-neutral-300); }
  .bg-accent { background-color: var(--color-accent); }
  .bg-bg { background-color: var(--color-bg); }
  .bg-black { background-color: var(--color-black); }
  .bg-black\/10 {
  background-color: color-mix(in srgb, rgb(0, 0, 0) 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
  background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
}
}
  .bg-elevated { background-color: var(--color-elevated); }
  .bg-ember { background-color: var(--color-ember); }
  .bg-flame { background-color: var(--color-flame); }
  .bg-orange { background-color: var(--color-orange); }
  .bg-snow\/95 {
  background-color: color-mix(in srgb, rgb(255, 255, 255) 95%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
  background-color: color-mix(in oklab, var(--color-snow) 95%, transparent);
}
}
  .bg-surface { background-color: var(--color-surface); }
  .bg-transparent { background-color: transparent; }
  .bg-void\/40 {
  background-color: color-mix(in srgb, rgb(28, 20, 16) 40%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
  background-color: color-mix(in oklab, var(--color-void) 40%, transparent);
}
}
  .bg-zinc-50 { background-color: var(--color-zinc-50); }
  .bg-\[linear-gradient\(185deg\,\#ffd056_0\%\,\#ff7a00_46\%\,\#ff4c00_100\%\)\] { background-image: linear-gradient(185deg, rgb(255, 208, 86) 0%, rgb(255, 122, 0) 46%, rgb(255, 76, 0) 100%); }
  .bg-clip-text { background-clip: text; }
  .object-contain { object-fit: contain; }
  .object-cover { object-fit: cover; }
  .p-2 { padding: calc(var(--spacing) * 2); }
  .p-5 { padding: calc(var(--spacing) * 5); }
  .p-6 { padding: calc(var(--spacing) * 6); }
  .p-8 { padding: calc(var(--spacing) * 8); }
  .p-\[16px\] { padding: 16px; }
  .px-1 { padding-inline: var(--spacing); }
  .px-3\.5 { padding-inline: calc(var(--spacing) * 3.5); }
  .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-7 { padding-inline: calc(var(--spacing) * 7); }
  .py-2 { padding-block: calc(var(--spacing) * 2); }
  .py-3 { padding-block: calc(var(--spacing) * 3); }
  .py-5 { padding-block: calc(var(--spacing) * 5); }
  .py-6 { padding-block: calc(var(--spacing) * 6); }
  .py-7 { padding-block: calc(var(--spacing) * 7); }
  .py-8 { padding-block: calc(var(--spacing) * 8); }
  .py-12 { padding-block: calc(var(--spacing) * 12); }
  .py-14 { padding-block: calc(var(--spacing) * 14); }
  .py-16 { padding-block: calc(var(--spacing) * 16); }
  .py-24 { padding-block: calc(var(--spacing) * 24); }
  .py-\[11px\] { padding-block: 11px; }
  .pt-8 { padding-top: calc(var(--spacing) * 8); }
  .pt-16 { padding-top: calc(var(--spacing) * 16); }
  .pt-\[60px\] { padding-top: 60px; }
  .pt-\[62px\] { padding-top: 62px; }
  .pt-\[72px\] { padding-top: 72px; }
  .pt-\[calc\(36vh-350px\)\] { padding-top: calc(-350px + 36vh); }
  .pr-3\.5 { padding-right: calc(var(--spacing) * 3.5); }
  .pb-1 { padding-bottom: var(--spacing); }
  .pb-5 { padding-bottom: calc(var(--spacing) * 5); }
  .pb-16 { padding-bottom: calc(var(--spacing) * 16); }
  .pb-28 { padding-bottom: calc(var(--spacing) * 28); }
  .pb-\[30px\] { padding-bottom: 30px; }
  .pb-\[60px\] { padding-bottom: 60px; }
  .pb-\[105px\] { padding-bottom: 105px; }
  .pl-4 { padding-left: calc(var(--spacing) * 4); }
  .text-center { text-align: center; }
  .text-left { text-align: left; }
  .font-display { font-family: var(--font-display); }
  .font-sans { font-family: var(--font-sans); }
  .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-4xl { font-size: var(--text-4xl); line-height: var(--tw-leading, var(--text-4xl--line-height)); }
  .text-base { font-size: var(--text-base); line-height: var(--tw-leading, var(--text-base--line-height)); }
  .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-\[0\.58rem\] { font-size: 0.58rem; }
  .text-\[0\.65rem\] { font-size: 0.65rem; }
  .text-\[0\.8125rem\] { font-size: 0.8125rem; }
  .text-\[1\.15rem\] { font-size: 1.15rem; }
  .text-\[13px\] { font-size: 13px; }
  .text-\[clamp\(1\.85rem\,11vw\,7rem\)\] { font-size: clamp(1.85rem, 11vw, 7rem); }
  .text-\[clamp\(2\.4rem\,11vw\,7\.5rem\)\] { font-size: clamp(2.4rem, 11vw, 7.5rem); }
  .text-\[clamp\(2\.6rem\,10vw\,5\.5rem\)\] { font-size: clamp(2.6rem, 10vw, 5.5rem); }
  .text-\[clamp\(3\.2rem\,14vw\,9rem\)\] { font-size: clamp(3.2rem, 14vw, 9rem); }
  .text-\[clamp\(4\.5rem\,18vw\,11rem\)\] { font-size: clamp(4.5rem, 18vw, 11rem); }
  .leading-\[0\.85\] { --tw-leading: 0.85; line-height: 0.85; }
  .leading-\[0\.88\] { --tw-leading: 0.88; line-height: 0.88; }
  .leading-normal { --tw-leading: var(--leading-normal); line-height: var(--leading-normal); }
  .leading-relaxed { --tw-leading: var(--leading-relaxed); line-height: var(--leading-relaxed); }
  .leading-snug { --tw-leading: var(--leading-snug); line-height: var(--leading-snug); }
  .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-\[0\.2em\] { --tw-tracking: 0.2em; letter-spacing: 0.2em; }
  .tracking-\[0\.08em\] { --tw-tracking: 0.08em; letter-spacing: 0.08em; }
  .tracking-\[0\.12em\] { --tw-tracking: 0.12em; letter-spacing: 0.12em; }
  .tracking-\[0\.14em\] { --tw-tracking: 0.14em; letter-spacing: 0.14em; }
  .tracking-\[0\.16em\] { --tw-tracking: 0.16em; letter-spacing: 0.16em; }
  .tracking-\[0\.18em\] { --tw-tracking: 0.18em; letter-spacing: 0.18em; }
  .tracking-\[0\.22em\] { --tw-tracking: 0.22em; letter-spacing: 0.22em; }
  .tracking-tight { --tw-tracking: var(--tracking-tight); letter-spacing: var(--tracking-tight); }
  .text-balance { text-wrap: balance; }
  .text-wrap { text-wrap: wrap; }
  .break-words { overflow-wrap: break-word; }
  .whitespace-nowrap { white-space: nowrap; }
  .text-accent { color: var(--color-accent); }
  .text-ash { color: var(--color-ash); }
  .text-ember { color: var(--color-ember); }
  .text-fg { color: var(--color-fg); }
  .text-flame { color: var(--color-flame); }
  .text-muted { color: var(--color-muted); }
  .text-neutral-500 { color: var(--color-neutral-500); }
  .text-orange { color: var(--color-orange); }
  .text-orange\/40 {
  color: color-mix(in srgb, rgb(255, 122, 24) 40%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
  color: color-mix(in oklab, var(--color-orange) 40%, transparent);
}
}
  .text-red-500 { color: var(--color-red-500); }
  .text-subtle { color: var(--color-subtle); }
  .text-transparent { color: transparent; }
  .text-white { color: var(--color-white); }
  .text-zinc-500 { color: var(--color-zinc-500); }
  .text-zinc-900 { color: var(--color-zinc-900); }
  .uppercase { text-transform: uppercase; }
  .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,); }
  .no-underline { text-decoration-line: none; }
  .underline-offset-4 { text-underline-offset: 4px; }
  .antialiased { -webkit-font-smoothing: antialiased; }
  .opacity-0 { opacity: 0; }
  .opacity-70 { opacity: 0.7; }
  .opacity-90 { opacity: 0.9; }
  .opacity-100 { opacity: 1; }
  .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-\[inset_0_0_0_1px_rgb\(226_78_27_\/_0\.55\)\] { --tw-shadow: inset 0 0 0 1px var(--tw-shadow-color, rgb(226 78 27 / 0.55)); box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); }
  .shadow-\[inset_1px_0_0_rgb\(28_20_16_\/_0\.1\)\] { --tw-shadow: inset 1px 0 0 var(--tw-shadow-color, rgb(28 20 16 / 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-\[var\(--shadow-border\)\] { --tw-shadow: var(--shadow-border); 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-ring { --tw-ring-color: var(--color-ring); }
  .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); }
  .outline-black\/10 {
  outline-color: color-mix(in srgb, rgb(0, 0, 0) 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
  outline-color: color-mix(in oklab, var(--color-black) 10%, transparent);
}
}
  .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,); }
  .blur-\[4px\] { --tw-blur: blur(4px); filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); }
  .blur-none { --tw-blur: ; 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,); }
  .grayscale { --tw-grayscale: grayscale(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,); }
  .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,); }
  .sepia { --tw-sepia: sepia(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,); }
  .backdrop-blur-xl { --tw-backdrop-blur: blur(var(--blur-xl)); 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 { 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-\[box-shadow\,background-color\] { transition-property: box-shadow, background-color; transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); transition-duration: var(--tw-duration, var(--default-transition-duration)); }
  .transition-\[box-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-\[color\] { transition-property: color; transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); transition-duration: var(--tw-duration, var(--default-transition-duration)); }
  .transition-\[opacity\,filter\,scale\] { transition-property: opacity, filter, scale; transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); transition-duration: var(--tw-duration, var(--default-transition-duration)); }
  .transition-\[scale\,background-color\,color\,opacity\] { transition-property: scale, background-color, color, opacity; transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); transition-duration: var(--tw-duration, var(--default-transition-duration)); }
  .transition-\[scale\,background-color\] { transition-property: scale, background-color; transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); transition-duration: var(--tw-duration, var(--default-transition-duration)); }
  .transition-\[scale\,opacity\,filter\] { transition-property: scale, opacity, filter; 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-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-150 { --tw-duration: 150ms; transition-duration: 150ms; }
  .duration-200 { --tw-duration: 200ms; transition-duration: 200ms; }
  .duration-300 { --tw-duration: 300ms; transition-duration: 300ms; }
  .ease-\[cubic-bezier\(0\.2\,0\,0\,1\)\] { --tw-ease: cubic-bezier(0.2,0,0,1); transition-timing-function: cubic-bezier(0.2, 0, 0, 1); }
  .ease-out { --tw-ease: var(--ease-out); transition-timing-function: var(--ease-out); }
  .outline-none { --tw-outline-style: none; outline-style: none; }
  .placeholder\:text-subtle::placeholder { color: var(--color-subtle); }
  .after\:absolute::after { content: var(--tw-content); position: absolute; }
  .after\:top-1\/2::after { content: var(--tw-content); top: calc(50%); }
  .after\:left-1\/2::after { content: var(--tw-content); left: calc(50%); }
  .after\:size-10::after { content: var(--tw-content); width: calc(var(--spacing) * 10); height: calc(var(--spacing) * 10); }
  .after\:-translate-1\/2::after { content: var(--tw-content); --tw-translate-x: calc(calc(1 / 2 * 100%) * -1); --tw-translate-y: calc(calc(1 / 2 * 100%) * -1); translate: var(--tw-translate-x) var(--tw-translate-y); }
  @media (hover: hover) {
  .hover\:bg-neutral-100:hover { background-color: var(--color-neutral-100); }
  .hover\:bg-surface:hover { background-color: var(--color-surface); }
  .hover\:text-accent:hover { color: var(--color-accent); }
  .hover\:text-ember:hover { color: var(--color-ember); }
  .hover\:text-fg:hover { color: var(--color-fg); }
  .hover\:text-flame:hover { color: var(--color-flame); }
  .hover\:underline:hover { text-decoration-line: underline; }
}
  .focus-visible\:shadow-\[var\(--shadow-border-hover\)\]:focus-visible { --tw-shadow: var(--shadow-border-hover); box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); }
  .focus-visible\:ring-2: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); }
  .focus-visible\:ring-orange\/60:focus-visible {
  --tw-ring-color: color-mix(in srgb, #ff7a18 60%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
  --tw-ring-color: color-mix(in oklab, var(--color-orange) 60%, transparent);
}
}
  .focus-visible\:ring-ring:focus-visible { --tw-ring-color: var(--color-ring); }
  .focus-visible\:ring-offset-2: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); }
  .focus-visible\:ring-offset-paper:focus-visible { --tw-ring-offset-color: var(--color-paper); }
  .focus-visible\:outline-none:focus-visible { --tw-outline-style: none; outline-style: none; }
  .active\:scale-\[0\.96\]:active { scale: 0.96; }
  .active\:not-disabled\:scale-\[0\.96\]:active:not(:disabled) { scale: 0.96; }
  .disabled\:pointer-events-none:disabled { pointer-events: none; }
  .disabled\:cursor-not-allowed:disabled { cursor: not-allowed; }
  .disabled\:cursor-wait:disabled { cursor: wait; }
  .disabled\:no-underline:disabled { text-decoration-line: none; }
  .disabled\:opacity-50:disabled { opacity: 0.5; }
  @media (width < 40rem) {
  .max-sm\:-translate-y-\[100px\] { --tw-translate-y: calc(100px * -1); translate: var(--tw-translate-x) var(--tw-translate-y); }
}
  @media (width >= 40rem) {
  .sm\:top-0 { top: 0px; }
  .sm\:top-\[6\%\] { top: 6%; }
  .sm\:top-auto { top: auto; }
  .sm\:right-0 { right: 0px; }
  .sm\:right-8 { right: calc(var(--spacing) * 8); }
  .sm\:right-\[-4\%\] { right: -4%; }
  .sm\:right-\[2\%\] { right: 2%; }
  .sm\:bottom-\[-10\%\] { bottom: -10%; }
  .sm\:left-0 { left: 0px; }
  .sm\:left-auto { left: auto; }
  .sm\:mx-0 { margin-inline: 0px; }
  .sm\:mr-0 { margin-right: 0px; }
  .sm\:ml-auto { margin-left: auto; }
  .sm\:h-11 { height: calc(var(--spacing) * 11); }
  .sm\:h-\[28rem\] { height: 28rem; }
  .sm\:h-\[36rem\] { height: 36rem; }
  .sm\:h-\[58\%\] { height: 58%; }
  .sm\:h-\[68\%\] { height: 68%; }
  .sm\:h-\[75\%\] { height: 75%; }
  .sm\:h-\[88\%\] { height: 88%; }
  .sm\:min-h-14 { min-height: calc(var(--spacing) * 14); }
  .sm\:w-11 { width: calc(var(--spacing) * 11); }
  .sm\:translate-x-0 { --tw-translate-x: 0px; translate: var(--tw-translate-x) var(--tw-translate-y); }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .sm\:flex-row { flex-direction: row; }
  .sm\:items-center { align-items: center; }
  .sm\:items-end { align-items: flex-end; }
  .sm\:items-start { align-items: flex-start; }
  .sm\:justify-between { justify-content: space-between; }
  .sm\:justify-end { justify-content: flex-end; }
  .sm\:gap-2\.5 { gap: calc(var(--spacing) * 2.5); }
  .sm\:gap-4 { gap: calc(var(--spacing) * 4); }
  .sm\:gap-x-4 { column-gap: calc(var(--spacing) * 4); }
  .sm\:p-8 { padding: calc(var(--spacing) * 8); }
  .sm\:px-5 { padding-inline: calc(var(--spacing) * 5); }
  .sm\:px-6 { padding-inline: calc(var(--spacing) * 6); }
  .sm\:px-8 { padding-inline: calc(var(--spacing) * 8); }
  .sm\:px-10 { padding-inline: calc(var(--spacing) * 10); }
  .sm\:py-8 { padding-block: calc(var(--spacing) * 8); }
  .sm\:py-20 { padding-block: calc(var(--spacing) * 20); }
  .sm\:py-24 { padding-block: calc(var(--spacing) * 24); }
  .sm\:pt-0 { padding-top: 0px; }
  .sm\:pt-10 { padding-top: calc(var(--spacing) * 10); }
  .sm\:pt-\[calc\(42vh-350px\)\] { padding-top: calc(-350px + 42vh); }
  .sm\:pb-9 { padding-bottom: calc(var(--spacing) * 9); }
  .sm\:pb-20 { padding-bottom: calc(var(--spacing) * 20); }
  .sm\:text-left { text-align: left; }
  .sm\:text-right { text-align: right; }
  .sm\:text-3xl { font-size: var(--text-3xl); line-height: var(--tw-leading, var(--text-3xl--line-height)); }
  .sm\:text-4xl { font-size: var(--text-4xl); line-height: var(--tw-leading, var(--text-4xl--line-height)); }
  .sm\:text-5xl { font-size: var(--text-5xl); line-height: var(--tw-leading, var(--text-5xl--line-height)); }
  .sm\:text-base { font-size: var(--text-base); line-height: var(--tw-leading, var(--text-base--line-height)); }
  .sm\:text-lg { font-size: var(--text-lg); line-height: var(--tw-leading, var(--text-lg--line-height)); }
  .sm\:text-xs { font-size: var(--text-xs); line-height: var(--tw-leading, var(--text-xs--line-height)); }
  .sm\:text-\[0\.9375rem\] { font-size: 0.9375rem; }
  .sm\:tracking-\[0\.22em\] { --tw-tracking: 0.22em; letter-spacing: 0.22em; }
}
  @media (width >= 48rem) {
  .md\:grid { display: grid; }
  .md\:hidden { display: none; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
}
  @media (width >= 64rem) {
  .lg\:right-\[-4\%\] { right: -4%; }
  .lg\:right-\[2\%\] { right: 2%; }
  .lg\:right-auto { right: auto; }
  .lg\:left-\[-4\%\] { left: -4%; }
  .lg\:left-\[52\%\] { left: 52%; }
  .lg\:h-\[70\%\] { height: 70%; }
  .lg\:h-\[82\%\] { height: 82%; }
  .lg\:min-h-16 { min-height: calc(var(--spacing) * 16); }
  .lg\:max-w-7xl { max-width: var(--container-7xl); }
  .lg\:grid-cols-\[0\.9fr_1\.1fr\] { grid-template-columns: 0.9fr 1.1fr; }
  .lg\:gap-16 { gap: calc(var(--spacing) * 16); }
  .lg\:px-8 { padding-inline: calc(var(--spacing) * 8); }
  .lg\:px-12 { padding-inline: calc(var(--spacing) * 12); }
  .lg\:text-lg { font-size: var(--text-lg); line-height: var(--tw-leading, var(--text-lg--line-height)); }
  .lg\:text-xl { font-size: var(--text-xl); line-height: var(--tw-leading, var(--text-xl--line-height)); }
}
  @media (prefers-color-scheme: dark) {
  .dark\:border-neutral-700 { border-color: var(--color-neutral-700); }
  .dark\:bg-white\/20 { background-color: color-mix(in srgb, rgb(255, 255, 255) 20%, transparent); }
  @supports (color: color-mix(in lab, red, red)) {
  .dark\:bg-white\/20 { background-color: color-mix(in oklab, var(--color-white) 20%, transparent); }
}
  .dark\:bg-zinc-950 { background-color: var(--color-zinc-950); }
  .dark\:text-zinc-50 { color: var(--color-zinc-50); }
  .dark\:text-zinc-400 { color: var(--color-zinc-400); }
  .dark\:outline-white\/10 { outline-color: color-mix(in srgb, rgb(255, 255, 255) 10%, transparent); }
  @supports (color: color-mix(in lab, red, red)) {
  .dark\:outline-white\/10 { outline-color: color-mix(in oklab, var(--color-white) 10%, transparent); }
}
  @media (hover: hover) {
  .dark\:hover\:bg-neutral-900:hover { background-color: var(--color-neutral-900); }
}
}
  .\[\&_svg\]\:pointer-events-none svg { pointer-events: none; }
  .\[\&_svg\]\:size-4 svg { width: calc(var(--spacing) * 4); height: calc(var(--spacing) * 4); }
  .\[\&_svg\]\:shrink-0 svg { flex-shrink: 0; }
  .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state="open"] > svg { rotate: 180deg; }
}
@keyframes lava-churn { 
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes sparks-rise { 
  0% { background-position: 0px 20%; }
  100% { background-position: 0px -80%; }
}
@keyframes bird-drift { 
  0%, 100% { transform: translate3d(0px, 0px, 0px) rotate(-1.2deg); }
  50% { transform: translate3d(10px, -14px, 0px) rotate(1.4deg); }
}
@keyframes ember-lift { 
  0% { transform: translate3d(0px, 10px, 0px) scale(0.45); opacity: 0; }
  12% { opacity: 1; }
  100% { transform: translate3d(var(--dx, 12px), -120px, 0) scale(0.15); opacity: 0; }
}
@keyframes site-drift { 
  0% { transform: translate3d(0px, 0px, 0px); }
  100% { transform: translate3d(0px, -50%, 0px); }
}
@layer base {
  html {
  -webkit-font-smoothing: antialiased; background: var(--color-paper); color: var(--color-fg); scroll-behavior: smooth; --climb: 0; --heat: #ff7a18;
  @supports (color: color-mix(in lab, red, red)) {
  --heat: color-mix(
      in srgb,
      var(--color-orange) calc((1 - var(--climb)) * 100%),
      var(--color-flame) calc(var(--climb) * 100%)
    );
}
}
  body { min-height: 100dvh; background: var(--color-paper); color: var(--color-fg); overflow-x: clip; }
  button:not(:disabled), [role="button"]:not(:disabled) { cursor: pointer; }
  h1, h2, h3, h4 { font-family: var(--font-display); text-wrap: balance; }
  p { text-wrap: pretty; }
  ::selection { background: var(--color-ember); color: rgb(255, 248, 240); }
  :focus-visible { outline: 2px solid var(--color-ring); outline-offset: 3px; }
}
@layer utilities {
  .font-display { font-family: var(--font-display); }
  .text-heat { color: var(--heat); }
  .reviews-burn { background-image: linear-gradient(118deg, rgb(255, 179, 71) 0%, rgb(255, 122, 24) 22%, rgb(226, 78, 27) 48%, rgb(192, 16, 16) 70%, rgb(255, 122, 24) 88%, rgb(255, 179, 71) 100%); background-size: 280% 280%; background-position: 0% 50%; background-clip: text; color: transparent; animation: 12s ease-in-out 0s infinite normal none running lava-churn; }
  .heat-0 { color: var(--color-orange); }
  .heat-1 { color: rgb(242, 92, 20); }
  .heat-2 { color: var(--color-ember); }
  .heat-3 { color: rgb(210, 38, 20); }
  .heat-4 { color: var(--color-flame); }
  .nav-ink { color: var(--color-orange); font-weight: 600; letter-spacing: 0.08em; }
  .nav-ink:hover, .nav-ink[data-status="active"] { color: var(--color-ember); }
  .btn-lava { position: relative; isolation: isolate; overflow: hidden; color: rgb(255, 248, 240); background-color: rgb(226, 78, 27); background-image: linear-gradient(118deg, rgb(255, 179, 71) 0%, rgb(255, 122, 24) 22%, rgb(226, 78, 27) 48%, rgb(192, 16, 16) 70%, rgb(255, 122, 24) 88%, rgb(255, 179, 71) 100%); background-size: 280% 280%; background-position: 0% 50%; animation: 12s ease-in-out 0s infinite normal none running lava-churn; text-shadow: rgba(70, 8, 0, 0.4) 0px 1px 2px; box-shadow: rgba(255, 210, 140, 0.28) 0px 1px 0px inset; transition: box-shadow 0.28s, filter 0.28s; }
  .btn-lava:hover { animation-duration: 7s; filter: brightness(1.08); box-shadow: rgba(255, 230, 180, 0.45) 0px 1px 0px inset, rgba(255, 140, 40, 0.45) 0px 0px 10px, rgba(226, 78, 27, 0.4) 0px 0px 22px, rgba(192, 16, 16, 0.22) 0px 0px 40px; }
  .climb-wash {
  background-color: var(--color-paper); background-image: radial-gradient(1200px 700px at 50% 120%, rgba(255, 120, 40, 0.22), transparent 70%), linear-gradient(rgb(255, 252, 248) 0%, rgb(246, 242, 234) 55%, rgb(239, 228, 212) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.42 0 0 0 0 0.36 0 0 0 0 0.28 0 0 0 0.14 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  @supports (color: color-mix(in lab, red, red)) {
  background-image: radial-gradient( 1200px 700px at 50% 120%, color-mix(in srgb, rgb(255 120 40 / 0.22) calc(var(--climb) * 100%), transparent), transparent 70% ), linear-gradient( 180deg, #fffcf8 0%, color-mix(in srgb, #f6f2ea 70%, #f3e6d6 calc(var(--climb) * 50% + 20%)) 55%, color-mix(in srgb, #efe4d4 calc((1 - var(--climb)) * 70%), #f3d2c0) 100% ), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.42 0 0 0 0 0.36 0 0 0 0 0.28 0 0 0 0.14 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
  background-size: auto, auto, 180px 180px; background-attachment: fixed;
}
  .flame-star { display: inline-block; width: 14px; height: 14px; background: linear-gradient(185deg, rgb(255, 208, 86) 0%, rgb(255, 122, 24) 42%, rgb(226, 78, 27) 72%, rgb(192, 16, 16) 100%); clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); filter: drop-shadow(rgba(255, 122, 24, 0.7) 0px 0px 4px); }
  .flame-star + .flame-star { margin-left: 3px; }
  .kicker-glow { display: inline; padding: 0.08em 0.28em; margin-inline: -0.28em; background: none; box-shadow: none; text-shadow: rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 7px, rgba(255, 255, 255, 0.95) 0px 0px 12px, rgba(255, 255, 255, 0.75) 0px 0px 20px; }
  .dev-field { background: linear-gradient(rgb(255, 255, 255) 0%, rgb(240, 240, 240) 100%); }
  .matrix-rain { pointer-events: none; position: absolute; inset: 0px; z-index: 1; background: transparent; }
  .site-space { pointer-events: none; position: absolute; inset: 0px; z-index: 0; overflow: hidden; perspective: 2400px; perspective-origin: 50% 50%; isolation: isolate; transform: translate3d(0px, 0px, 0px); }
  .site-plane { position: absolute; top: -8%; left: -18%; display: flex; gap: 14px; transform: rotateX(16deg) rotateY(-32deg) rotateZ(8deg) scale(1.12); transform-origin: 30% 40%; }
  .site-col { display: flex; flex-direction: column; gap: 14px; width: 210px; flex: 0 0 auto; animation: 42s linear 0s infinite normal none running site-drift; will-change: transform; }
  .site-col-shift { animation-duration: 56s; animation-direction: reverse; }
  .site-strip { display: block; width: 210px; height: auto; opacity: 0.58; filter: grayscale(0.8) contrast(0.91) brightness(1.23); }
  .site-veil { position: absolute; inset: 0px; background: linear-gradient(rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.8) 42%, rgba(255, 255, 255, 0.92) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.58) 100%); }
  .sparks { pointer-events: none; position: fixed; inset: 0px; z-index: 0; opacity: calc(var(--climb) * 0.55); background-image: radial-gradient(1.5px 5px at 8% 20%, rgba(255, 122, 24, 0.7), transparent), radial-gradient(1px 4px at 22% 70%, rgba(226, 78, 27, 0.55), transparent), radial-gradient(1.5px 6px at 41% 40%, rgba(192, 16, 16, 0.5), transparent), radial-gradient(1px 3px at 63% 85%, rgba(255, 122, 24, 0.5), transparent), radial-gradient(1.5px 5px at 78% 30%, rgba(226, 78, 27, 0.6), transparent), radial-gradient(1px 4px at 91% 60%, rgba(192, 16, 16, 0.4), transparent); background-size: 100% 140%; animation: 14s linear 0s infinite normal none running sparks-rise; }
  .glass-bar { position: fixed; inset-inline: 0px; top: 0px; z-index: 50; background: transparent; border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .glass-bar-frost { position: absolute; inset: 0px; z-index: 0; width: 100%; height: 100%; pointer-events: none; background: rgba(255, 255, 255, 0.62); backdrop-filter: blur(24px) saturate(1.25); transform: translate3d(0px, 0px, 0px); }
  .glass-bar > :not(.glass-bar-frost) { position: relative; z-index: 1; }
  .glass { position: relative; overflow: visible; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.55); backdrop-filter: blur(2px) saturate(1.1); box-shadow: rgba(28, 20, 16, 0.1) 0px 22px 48px, rgba(255, 255, 255, 0.45) 0px 1px 0px, rgba(255, 255, 255, 0.35) 0px 1px 0px inset; }
  .glass::before { content: none; }
  .glass::after { content: none; }
  .glass-end { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.55); }
  .glass-end::before { content: none; }
  .glass-end::after { content: none; }
  @media (max-width: 639px) {
  .glass, .glass-end { background: linear-gradient(rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.38) 100%); }
}
  .glass > * { position: relative; z-index: 1; }
  .glass-review { background: rgba(255, 255, 255, 0.83); border: 1px solid rgba(255, 255, 255, 0.82); box-shadow: rgba(28, 20, 16, 0.1) 0px 22px 48px, rgba(255, 255, 255, 0.7) 0px 1px 0px, rgba(255, 255, 255, 0.85) 0px 1px 0px inset, rgba(255, 255, 255, 0.35) 0px -1px 0px inset; }
  @media (max-width: 639px) {
  .glass-review { background: linear-gradient(rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.94) 40%, rgba(255, 255, 255, 0.83) 100%); }
}
  .reviews-field { background: rgb(234, 245, 252); }
  .reviews-clouds { pointer-events: none; position: absolute; inset: 0px; z-index: 1; overflow: hidden; }
  .reviews-clouds::after { content: none; }
  .cloud-stage { position: absolute; inset: 0px; overflow: hidden; }
  .cloud-still { position: absolute; top: 50%; left: 50%; width: 120vw; height: 120%; min-height: 120vh; max-width: none; object-fit: cover; object-position: 50% 50%; transform-origin: 50% 50%; filter: contrast(1.2) saturate(1.25) brightness(1.05); will-change: transform; }
  .cloud-still-a { opacity: 1; animation: 9s ease-in-out 0s infinite normal none running cloud-drift-a; }
  .cloud-still-b { opacity: 0.42; mix-blend-mode: overlay; animation: 11.5s ease-in-out 0s infinite normal none running cloud-drift-b; }
  @keyframes cloud-drift-a { 
  0%, 100% { transform: translate(-50%, -50%) rotate(-3.8deg); }
  50% { transform: translate(calc(-50% - 12px), calc(-50% + 16px)) rotate(4deg); }
}
  @keyframes cloud-drift-b { 
  0%, 100% { transform: translate(-50%, -50%) rotate(3.6deg); }
  50% { transform: translate(calc(-50% + 10px), calc(-50% + 14px)) rotate(-4.2deg); }
}
  @media (max-width: 639px) {
  .cloud-stage { position: sticky; inset: auto; width: 100%; height: 100dvh; }
  .cloud-still { width: 120vw; height: 120dvh; min-height: 0px; }
  .cloud-still-a { animation-name: cloud-drift-a-m; }
  .cloud-still-b { animation-name: cloud-drift-b-m; }
}
  @keyframes cloud-drift-a-m { 
  0%, 100% { transform: translate(-50%, -50%) rotate(-1.6deg); }
  50% { transform: translate(calc(-50% - 8px), calc(-50% + 10px)) rotate(1.8deg); }
}
  @keyframes cloud-drift-b-m { 
  0%, 100% { transform: translate(-50%, -50%) rotate(1.5deg); }
  50% { transform: translate(calc(-50% + 8px), calc(-50% + 8px)) rotate(-1.8deg); }
}
  @media (prefers-reduced-motion: reduce) {
  .cloud-still-a, .cloud-still-b { animation: auto ease 0s 1 normal none running none; }
}
  .reviews-bird { width: min(64rem, 100% - 40px); height: auto; }
  .reviews-bird .bird-body { width: 100%; height: auto; }
  .bird-frame { --bird-heat: 0.2; z-index: 5; overflow: visible; }
  .bird-body { position: relative; z-index: 2; display: block; height: 100%; width: auto; max-width: none; object-fit: contain; transform-origin: center center; filter: saturate(var(--bird-heat)) grayscale(calc(1 - var(--bird-heat))); opacity: calc(0.42 + var(--bird-heat) * 0.58); animation: 8s ease-in-out 0s infinite normal none running bird-drift; }
  .bird-embers { position: absolute; inset: -12%; z-index: 3; pointer-events: none; overflow: visible; opacity: calc(0.55 + var(--bird-heat) * 0.45); }
  .bird-bar-blur { position: absolute; inset: 0px; z-index: 4; overflow: hidden; pointer-events: none; clip-path: inset(0px 0px calc(100% - 62px)); filter: blur(20px); }
  .bird-body-below-bar { clip-path: inset(62px 0px 0px); }
  .ember { position: absolute; border-radius: 999px; background: radial-gradient(circle, rgb(255, 224, 138) 0%, rgb(255, 154, 42) 38%, rgb(255, 74, 18) 72%, transparent 100%); box-shadow: rgba(255, 122, 24, 0.85) 0px 0px 8px 2px, rgba(255, 74, 18, 0.45) 0px 0px 18px 6px; animation: auto linear 0s infinite normal none running ember-lift; }
}
@media (prefers-reduced-motion: reduce) {
  .btn-lava, .reviews-burn, .sparks, .bird-body, .ember, .site-col, .site-col-shift { animation: auto ease 0s 1 normal none running none; }
}
header.glass-bar { inset: 0px 0px auto; z-index: 50; position: fixed !important; }
.site-footer { background: rgb(0, 0, 0); color: rgb(212, 212, 212); border-color: rgba(255, 255, 255, 0.12); }
.site-footer .text-muted { color: rgb(212, 212, 212); }
.site-footer nav a { color: rgb(212, 212, 212); }
.site-footer nav a:hover { color: var(--color-flame); }
.contact-field { background-color: rgb(255, 255, 255); background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.71) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0.95) 100%), url("/contact-ash.jpg"); background-size: cover; background-position: center 62%; }
.contact-bird { z-index: 6; }
@media (min-width: 640px) {
  .contact-bird { top: auto; }
}
.field-glass { background: rgba(255, 255, 255, 0.42); border: 1px solid rgba(255, 255, 255, 0.72); box-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0px inset, rgba(28, 20, 16, 0.06) 0px 8px 22px; backdrop-filter: blur(12px) saturate(1.4); }
.field-glass:focus-visible { border-color: rgba(255, 122, 24, 0.7); }
@media (max-width: 639px) {
  .contact-field { background-image: linear-gradient(rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.89) 40%, rgba(255, 255, 255, 0.83) 100%), url("/contact-ash.jpg"); background-position: center 70%; }
  .contact-field .contact-bird.bird-frame { z-index: 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-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-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-backdrop-blur { syntax: "*"; inherits: false; }
@property --tw-backdrop-brightness { syntax: "*"; inherits: false; }
@property --tw-backdrop-contrast { syntax: "*"; inherits: false; }
@property --tw-backdrop-grayscale { syntax: "*"; inherits: false; }
@property --tw-backdrop-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-backdrop-invert { syntax: "*"; inherits: false; }
@property --tw-backdrop-opacity { syntax: "*"; inherits: false; }
@property --tw-backdrop-saturate { syntax: "*"; inherits: false; }
@property --tw-backdrop-sepia { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@property --tw-ease { syntax: "*"; inherits: false; }
@property --tw-content { syntax: "*"; inherits: false; initial-value: ""; }
@keyframes pulse { 
  50% { opacity: 0.5; }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
  *, ::before, ::after, ::backdrop { --tw-translate-x: 0; --tw-translate-y: 0; --tw-translate-z: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scale-z: 1; --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-backdrop-blur: initial; --tw-backdrop-brightness: initial; --tw-backdrop-contrast: initial; --tw-backdrop-grayscale: initial; --tw-backdrop-hue-rotate: initial; --tw-backdrop-invert: initial; --tw-backdrop-opacity: initial; --tw-backdrop-saturate: initial; --tw-backdrop-sepia: initial; --tw-duration: initial; --tw-ease: initial; --tw-content: ""; }
}
}

.ember {
  animation-name: ember-lift !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
}
