/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-extrabold: 800;
    --leading-normal: 1.5;
    --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);
    --color-off-white: #fff9ea;
    --color-maroon: #5b001a;
    --font-display: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  }
}
@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;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: 0;
  }
  .-top-20 {
    top: calc(var(--spacing) * -20);
  }
  .-right-20 {
    right: calc(var(--spacing) * -20);
  }
  .z-10 {
    z-index: 10;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[360px\] {
    height: 360px;
  }
  .h-dvh {
    height: 100dvh;
  }
  .min-h-\[calc\(100dvh-2rem\)\] {
    min-height: calc(100dvh - 2rem);
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[135px\] {
    width: 135px;
  }
  .w-\[172px\] {
    width: 172px;
  }
  .w-\[204px\] {
    width: 204px;
  }
  .w-\[360px\] {
    width: 360px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-full {
    max-width: 100%;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-rotate-\[90deg\] {
    rotate: calc(90deg * -1);
  }
  .rotate-\[-100\.38deg\] {
    rotate: -100.38deg;
  }
  .rotate-\[6\.32deg\] {
    rotate: 6.32deg;
  }
  .rotate-\[114\.44deg\] {
    rotate: 114.44deg;
  }
  .skew-x-\[1\.96deg\] {
    --tw-skew-x: skewX(1.96deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overscroll-none {
    overscroll-behavior: none;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .pt-\[150px\] {
    padding-top: 150px;
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .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-\[22px\] {
    font-size: 22px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .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);
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-solid {
    text-decoration-style: solid;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .hover\:text-orange-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-500);
      }
    }
  }
  .md\:-top-30 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * -30);
    }
  }
  .md\:-right-20 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * -20);
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:h-\[85px\] {
    @media (width >= 48rem) {
      height: 85px;
    }
  }
  .md\:h-\[95px\] {
    @media (width >= 48rem) {
      height: 95px;
    }
  }
  .md\:h-\[500px\] {
    @media (width >= 48rem) {
      height: 500px;
    }
  }
  .md\:min-h-\[calc\(100dvh-60px\)\] {
    @media (width >= 48rem) {
      min-height: calc(100dvh - 60px);
    }
  }
  .md\:w-\[244px\] {
    @media (width >= 48rem) {
      width: 244px;
    }
  }
  .md\:w-\[322px\] {
    @media (width >= 48rem) {
      width: 322px;
    }
  }
  .md\:w-\[520px\] {
    @media (width >= 48rem) {
      width: 520px;
    }
  }
  .md\:max-w-\[538px\] {
    @media (width >= 48rem) {
      max-width: 538px;
    }
  }
  .md\:max-w-\[628px\] {
    @media (width >= 48rem) {
      max-width: 628px;
    }
  }
  .md\:max-w-\[710px\] {
    @media (width >= 48rem) {
      max-width: 710px;
    }
  }
  .md\:max-w-\[778px\] {
    @media (width >= 48rem) {
      max-width: 778px;
    }
  }
  .md\:max-w-\[846px\] {
    @media (width >= 48rem) {
      max-width: 846px;
    }
  }
  .md\:-rotate-\[100deg\] {
    @media (width >= 48rem) {
      rotate: calc(100deg * -1);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-\[18px\] {
    @media (width >= 48rem) {
      gap: 18px;
    }
  }
  .md\:rounded-\[82px\] {
    @media (width >= 48rem) {
      border-radius: 82px;
    }
  }
  .md\:p-14 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 14);
    }
  }
  .md\:p-\[30px\] {
    @media (width >= 48rem) {
      padding: 30px;
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px;
    }
  }
  .md\:text-\[72px\] {
    @media (width >= 48rem) {
      font-size: 72px;
    }
  }
  .md\:text-\[96px\] {
    @media (width >= 48rem) {
      font-size: 96px;
    }
  }
  .xl\:h-\[624px\] {
    @media (width >= 80rem) {
      height: 624px;
    }
  }
  .xl\:w-\[780px\] {
    @media (width >= 80rem) {
      width: 780px;
    }
  }
}
@layer base {
  html {
    height: 100%;
  }
  body {
    min-height: 100%;
    overscroll-behavior: none;
    background-color: var(--color-off-white);
    font-family: var(--font-display);
    color: var(--color-maroon);
  }
}
@layer components {
  .hooplr-hero-overlay {
    background-image: linear-gradient(-65.68deg, rgba(0, 0, 0, 0) 60.97%, rgba(0, 0, 0, 0.7) 97.6%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
  .page-shell {
    position: relative;
    margin-inline: auto;
    min-height: 100%;
    width: 100%;
    max-width: 846px;
    overflow: hidden;
  }
  .swirl-layer {
    pointer-events: none;
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  .swirl-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    @media (width >= 48rem) {
      display: none;
    }
    left: clamp(-50px, -8vw, -24px);
    top: clamp(-150px, -20vh, -72px);
    width: clamp(300px, 55vw, 373px);
    height: clamp(300px, 55vw, 371px);
  }
  .swirl-mobile img {
    width: clamp(300px, 38vw, 293px);
    height: clamp(300px, 36vw, 273px);
    min-width: 300px;
    min-height: 300px;
    max-width: 293px;
    max-height: 273px;
  }
  .swirl-bottom-left {
    position: absolute;
    display: none;
    align-items: flex-end;
    justify-content: flex-start;
    @media (width >= 48rem) {
      display: flex;
    }
    left: clamp(-380px, -20vw, -160px);
    bottom: clamp(-80px, -5vh, 0px);
    width: clamp(280px, 52vw, 851px);
    height: clamp(260px, 48vw, 792px);
  }
  .swirl-bottom-left img {
    width: clamp(280px, 52vw, 851px);
    height: clamp(260px, 48vw, 792px);
    min-width: 280px;
    min-height: 260px;
    max-width: 851px;
    max-height: 792px;
  }
  .swirl-top-right {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    @media (width >= 48rem) {
      display: flex;
    }
    right: clamp(-40px, -28vw, -100px);
    top: clamp(-280px, -10vh, -100px);
    width: clamp(240px, 45vw, 969px);
    height: clamp(200px, 38vw, 686px);
  }
  .swirl-top-right img {
    width: clamp(240px, 45vw, 969px);
    height: clamp(200px, 38vw, 686px);
    min-width: 240px;
    min-height: 200px;
    max-width: 969px;
    max-height: 686px;
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
    }
  }
}
