@import url("https://fonts.googleapis.com/css2?family=ADLaM+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --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-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-ease: initial;
    }
  }
}

@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-amber-50: oklch(.987 .022 95.277);
    --color-amber-100: oklch(.962 .059 95.617);
    --color-amber-200: oklch(.924 .12 95.746);
    --color-yellow-50: oklch(.987 .026 102.212);
    --spacing: .25rem;
    --container-6xl: 72rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  body {
    line-height: inherit;
  }

  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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-25 {
    height: calc(var(--spacing) * 25);
  }

  .h-32 {
    height: calc(var(--spacing) * 32);
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-25 {
    width: calc(var(--spacing) * 25);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-full {
    width: 100%;
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .flex-grow {
    flex-grow: 1;
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-xl {
    border-radius: calc(var(--radius)  + 4px);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-amber-200 {
    border-color: var(--color-amber-200);
  }

  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-amber-50 {
    --tw-gradient-from: var(--color-amber-50);
    --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));
  }

  .to-yellow-50 {
    --tw-gradient-to: var(--color-yellow-50);
    --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));
  }

  .object-contain {
    object-fit: contain;
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .text-center {
    text-align: center;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .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 {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, #0000000f));
    --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
    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-filter {
    -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 {
    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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  @media (width >= 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  .font-manrope {
    font-family: Manrope, sans-serif;
  }

  .font-manrope-regular {
    font-family: Manrope, sans-serif;
    font-weight: 400;
  }

  .font-manrope-medium {
    font-family: Manrope, sans-serif;
    font-weight: 500;
  }

  .font-manrope-semibold {
    font-family: Manrope, sans-serif;
    font-weight: 600;
  }

  .font-manrope-bold {
    font-family: Manrope, sans-serif;
    font-weight: 700;
  }

  .font-manrope-extrabold {
    font-family: Manrope, sans-serif;
    font-weight: 800;
  }

  .font-adlam {
    font-family: ADLaM Display, sans-serif;
  }

  .font-inter {
    font-family: Inter, sans-serif;
  }

  .font-inter-regular {
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .font-inter-medium {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .font-inter-semibold {
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .font-inter-bold {
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .text-product-heading {
    letter-spacing: 1.5px;
    font-family: ADLaM Display, sans-serif;
    font-size: 64px;
    line-height: 1.1;
  }

  .text-product-features {
    letter-spacing: .6px;
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-weight: 800;
  }

  .text-product-details {
    letter-spacing: .6px;
    font-family: Manrope, sans-serif;
    font-size: 28px;
    font-weight: 700;
  }

  .text-product-description {
    letter-spacing: .3px;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
  }

  .text-product-tag {
    letter-spacing: .25px;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 800;
  }

  .text-product-button {
    letter-spacing: .5px;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 800;
  }

  .text-testimonial {
    letter-spacing: .2px;
    color: #4b3d2b;
    font-family: Manrope, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
  }

  .text-testimonial-large {
    letter-spacing: .3px;
    color: #4b3d2b;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
  }

  .text-customer-name {
    letter-spacing: .3px;
    color: #2c1810;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .nav-brand-accent {
    color: #fbba13;
  }

  .nav-brand-primary {
    color: #4c240e;
  }

  .nav-bg-blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #fffffff2;
  }

  @media (width >= 1440px) {
    .text-product-heading {
      font-size: 72px;
    }

    .text-product-features {
      font-size: 28px;
    }

    .text-product-details {
      font-size: 32px;
    }

    .text-product-description, .text-product-button, .text-testimonial-large {
      font-size: 20px;
    }
  }

  @media (width <= 1439px) and (width >= 1200px) {
    .text-product-heading {
      font-size: 68px;
    }

    .text-product-features {
      font-size: 26px;
    }

    .text-product-details {
      font-size: 30px;
    }

    .text-product-description, .text-product-button {
      font-size: 19px;
    }
  }

  @media (width <= 1199px) and (width >= 1024px) {
    .text-product-heading {
      font-size: 56px;
    }

    .text-product-features {
      font-size: 22px;
    }

    .text-product-details {
      font-size: 26px;
    }

    .text-product-description, .text-product-button, .text-testimonial-large {
      font-size: 17px;
    }
  }

  @media (width <= 1023px) and (width >= 768px) {
    .text-product-heading {
      font-size: 48px;
    }

    .text-product-features {
      font-size: 20px;
    }

    .text-product-details {
      font-size: 24px;
    }

    .text-product-description {
      font-size: 16px;
    }

    .text-product-tag {
      font-size: 13px;
    }

    .text-product-button {
      font-size: 16px;
    }

    .text-testimonial {
      font-size: 14px;
    }

    .text-testimonial-large {
      font-size: 16px;
    }

    .text-customer-name {
      font-size: 15px;
    }
  }

  @media (width <= 767px) and (width >= 481px) {
    .text-product-heading {
      font-size: 40px;
    }

    .text-product-features {
      font-size: 18px;
    }

    .text-product-details {
      font-size: 22px;
    }

    .text-product-description {
      font-size: 15px;
    }

    .text-product-tag {
      font-size: 12px;
    }

    .text-product-button {
      font-size: 15px;
    }

    .text-testimonial {
      font-size: 13px;
    }

    .text-testimonial-large {
      font-size: 15px;
    }

    .text-customer-name {
      font-size: 14px;
    }
  }

  @media (width <= 480px) {
    .text-product-heading {
      letter-spacing: 1px;
      font-size: 32px;
    }

    .text-product-features {
      font-size: 16px;
    }

    .text-product-details {
      font-size: 20px;
    }

    .text-product-description {
      font-size: 14px;
    }

    .text-product-tag {
      font-size: 11px;
    }

    .text-product-button {
      font-size: 14px;
    }

    .text-testimonial {
      font-size: 12px;
    }

    .text-testimonial-large {
      font-size: 14px;
    }

    .text-customer-name {
      font-size: 13px;
    }
  }

  @media (width <= 319px) {
    .text-product-heading {
      letter-spacing: .8px;
      font-size: 28px;
    }

    .text-product-features {
      font-size: 15px;
    }

    .text-product-details {
      font-size: 18px;
    }

    .text-product-description {
      font-size: 13px;
    }

    .text-product-tag {
      font-size: 10px;
    }

    .text-product-button {
      font-size: 13px;
    }

    .text-testimonial {
      font-size: 11px;
    }

    .text-testimonial-large {
      font-size: 13px;
    }

    .text-customer-name {
      font-size: 12px;
    }
  }

  .nav-link {
    letter-spacing: .3px;
    cursor: pointer;
    color: #1e0e0680;
    background: none;
    border: none;
    border-radius: 8px;
    outline: none;
    padding: 8px 16px;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    position: relative;
  }

  .nav-link.active {
    color: #1e0e06;
    font-weight: 700;
  }

  .nav-link:hover {
    color: #1e0e06cc;
    background: #1e0e060d;
    transform: translateY(-1px);
  }

  .nav-link.active:hover {
    color: #1e0e06;
    background: #1e0e0614;
  }

  .nav-link:focus-visible {
    outline-offset: 2px;
    background: #1e0e060d;
    outline: 2px solid #1e0e064d;
  }

  .nav-link:after {
    content: "";
    background: #1e0e06;
    border-radius: 1px;
    width: 0;
    height: 2px;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
  }

  .nav-link.active:after {
    width: 20px;
  }

  .mobile-nav-link {
    letter-spacing: .3px;
    cursor: pointer;
    text-align: left;
    color: #1e0e0680;
    background: none;
    border: none;
    border-radius: 12px;
    outline: none;
    width: 100%;
    margin-bottom: 8px;
    padding: 16px 24px;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    position: relative;
  }

  .mobile-nav-link.active {
    color: #1e0e06;
    background: #1e0e0614;
    font-weight: 700;
  }

  .mobile-nav-link:hover {
    color: #1e0e06cc;
    background: #1e0e060d;
    transform: translateX(4px);
  }

  .mobile-nav-link.active:hover {
    color: #1e0e06;
    background: #1e0e061f;
  }

  .mobile-nav-link:focus-visible {
    outline-offset: 2px;
    background: #1e0e060d;
    outline: 2px solid #1e0e064d;
  }

  .mobile-nav-link:before {
    content: "";
    background: #1e0e06;
    border-radius: 0 2px 2px 0;
    width: 0;
    height: 20px;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .mobile-nav-link.active:before {
    width: 4px;
  }

  @media (width >= 1200px) {
    .nav-link {
      padding: 10px 18px;
      font-size: 17px;
    }

    .nav-link.active:after {
      width: 24px;
    }
  }

  @media (width <= 1199px) and (width >= 1024px) {
    .nav-link {
      padding: 8px 16px;
      font-size: 16px;
    }

    .nav-link.active:after {
      width: 20px;
    }
  }

  @media (width <= 1023px) and (width >= 768px) {
    .nav-link {
      padding: 7px 14px;
      font-size: 15px;
    }

    .nav-link.active:after {
      width: 18px;
    }

    .mobile-nav-link {
      padding: 15px 22px;
      font-size: 17px;
    }

    .mobile-nav-link.active:before {
      height: 18px;
    }
  }

  @media (width <= 767px) and (width >= 481px) {
    .nav-link {
      padding: 6px 12px;
      font-size: 14px;
    }

    .nav-link.active:after {
      width: 16px;
    }

    .mobile-nav-link {
      margin-bottom: 6px;
      padding: 14px 20px;
      font-size: 16px;
    }

    .mobile-nav-link.active:before {
      height: 16px;
    }
  }

  @media (width <= 480px) {
    .nav-link {
      padding: 6px 10px;
      font-size: 13px;
    }

    .nav-link.active:after {
      width: 14px;
    }

    .mobile-nav-link {
      margin-bottom: 4px;
      padding: 12px 18px;
      font-size: 15px;
    }

    .mobile-nav-link.active:before {
      width: 3px;
      height: 14px;
    }
  }

  @media (width <= 319px) {
    .nav-link {
      padding: 5px 8px;
      font-size: 12px;
    }

    .nav-link.active:after {
      width: 12px;
    }

    .mobile-nav-link {
      margin-bottom: 3px;
      padding: 10px 16px;
      font-size: 14px;
    }

    .mobile-nav-link.active:before {
      width: 3px;
      height: 12px;
    }
  }

  .bg-hero-pattern {
    background: radial-gradient(1400px 800px at 20% 30%, #fbba1314 0%, #0000 40%) 0 0 / 100% 100%, radial-gradient(1200px 600px at 80% 70%, #fff5d91f 0%, #0000 50%) 0 0 / 100% 100%, linear-gradient(125deg, #fffaef99 0%, #fbba1326 15%, #fff5d966 30%, #fdf4e2cc 45%, #fff5d959 60%, #fbba131a 75%, #fffaef80 100%) 0 0 / 120% 120%, linear-gradient(45deg, #4c240e08 0%, #0000 25%, #4c240e05 50%, #0000 75%, #4c240e04 100%) 0 0 / 100% 100%, linear-gradient(155deg, #fff8e1e6 0%, #fff5d9f2 25%, #fdf4e2 50%, #fff5d9ed 75%, #fff8e1e0 100%) 0 0 / 100% 100%, linear-gradient(135deg, #fff8e1 0%, #fff5d9 20%, #fdf4e2 40%, #fffaef 60%, #fff5d9 80%, #fff8e1 100%) 0 0 / 100% 100%;
    position: relative;
    overflow: hidden;
  }

  .bg-hero-pattern > * {
    z-index: 1;
    position: relative;
  }

  @media (width <= 768px) {
    .bg-hero-pattern {
      background: linear-gradient(135deg, #fff8e1 0%, #fff5d9 25%, #fdf4e2 50%, #fff5d9 75%, #fff8e1 100%);
    }
  }

  .bg-about-pattern {
    background: #fff5d9;
    position: relative;
  }

  .bg-ingredients-pattern {
    background: linear-gradient(135deg, #fff8e1 0%, #fff5d9 25%, #fdf4e2 50%, #fff5d9 75%, #fff8e1 100%);
    position: relative;
  }

  .bg-ingredients-pattern:before {
    content: "";
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at 20% 30%, #fbba1308 0%, #0000 50%), radial-gradient(circle at 80% 70%, #fff5d90d 0%, #0000 50%);
    position: absolute;
    inset: 0;
  }

  .bg-ingredients-pattern > * {
    z-index: 1;
    position: relative;
  }

  .image-hover-gentle {
    transition: all .2s;
  }

  .image-hover-gentle:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px #fbba1326;
  }

  .btn-primary {
    color: #36190a;
    letter-spacing: .5px;
    cursor: pointer;
    transform-origin: center;
    will-change: transform, box-shadow, background;
    background: linear-gradient(135deg, #fbba13 0%, #fdc11c 50%, #f5b800 100%) 0 0 / 200% 100%;
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: all .35s cubic-bezier(.175, .885, .32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px #fbba1340, 0 2px 8px #fbba1326, inset 0 1px #ffffff26;
  }

  .btn-primary:before {
    content: "";
    background: linear-gradient(90deg, #0000, #fff3, #0000);
    width: 100%;
    height: 100%;
    transition: left .6s cubic-bezier(.25, .46, .45, .94);
    position: absolute;
    top: 0;
    left: -100%;
  }

  .btn-primary:hover {
    filter: brightness(1.05) saturate(1.1);
    background: linear-gradient(135deg, #fdc11c 0%, #fbba13 30%, #f5b800 70%, #e6a800 100%);
    transform: translateY(-3px)scale(1.03);
    box-shadow: 0 12px 32px #fbba1366, 0 6px 16px #fbba1340, 0 2px 8px #4c240e1a, inset 0 1px #fff3, 0 0 0 2px #fbba131a;
  }

  .btn-primary:hover:before {
    left: 100%;
  }

  .btn-primary:focus-visible {
    outline: none;
    transform: translateY(-2px)scale(1.02);
    box-shadow: 0 8px 24px #fbba1359, 0 0 0 3px #fbba134d, inset 0 1px #ffffff26;
  }

  .btn-primary:active {
    transition-duration: .1s;
    transform: translateY(-1px)scale(1.01);
    box-shadow: 0 6px 16px #fbba134d, 0 2px 8px #fbba1333, inset 0 2px 4px #4c240e1a;
  }

  .btn-secondary {
    color: #4c240e;
    letter-spacing: .5px;
    cursor: pointer;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    will-change: transform, box-shadow, background, color;
    background: #fffaefcc;
    border: 2px solid #fbba13;
    border-radius: 12px;
    padding: 12px 26px;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px #fbba1326, inset 0 1px #ffffff4d;
  }

  .btn-secondary:before {
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, #fbba13 0%, #fdc11c 50%, #f5b800 100%);
    width: 100%;
    height: 100%;
    transition: left .45s cubic-bezier(.23, 1, .32, 1);
    position: absolute;
    top: 0;
    left: -100%;
  }

  .btn-secondary:after {
    content: "";
    z-index: -2;
    opacity: 0;
    background: linear-gradient(45deg, #fbba13, #fdc11c, #fbba13, #fdc11c) 0 0 / 300% 300%;
    border-radius: 14px;
    transition: opacity .4s;
    animation: 3s ease-in-out infinite buttonShimmer;
    position: absolute;
    inset: -2px;
  }

  .btn-secondary:hover {
    color: #36190a;
    border-color: #fdc11c;
    transform: translateY(-2px)scale(1.02);
    box-shadow: 0 8px 24px #fbba1340, 0 4px 12px #fbba1326, inset 0 1px #fff3;
  }

  .btn-secondary:hover:before {
    left: 0;
  }

  .btn-secondary:hover:after {
    opacity: 1;
  }

  .btn-secondary:focus-visible {
    outline: none;
    transform: translateY(-1px)scale(1.01);
    box-shadow: 0 6px 18px #fbba1333, 0 0 0 3px #fbba1340;
  }

  .btn-secondary:active {
    transition-duration: .1s;
    transform: translateY(0)scale(1);
  }

  .btn-hero-primary {
    color: #36190a;
    letter-spacing: .6px;
    cursor: pointer;
    transform-origin: center;
    will-change: transform, box-shadow, filter;
    background: linear-gradient(135deg, #fbba13 0%, #fdc11c 30%, #f5b800 70%, #e6a800 100%) 0 0 / 200% 100%;
    border: none;
    border-radius: 16px;
    padding: 18px 36px;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 800;
    transition: all .45s cubic-bezier(.175, .885, .32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px #fbba134d, 0 4px 12px #fbba1333, 0 2px 6px #4c240e1a, inset 0 1px #ffffff26;
  }

  .btn-hero-primary:before {
    content: "";
    background: linear-gradient(90deg, #0000, #ffffff40, #0000);
    border-radius: 16px;
    width: 100%;
    height: calc(100% + 4px);
    transition: left .7s cubic-bezier(.25, .46, .45, .94);
    position: absolute;
    top: -2px;
    left: -100%;
  }

  .btn-hero-primary:hover {
    filter: brightness(1.08) saturate(1.15) contrast(1.05);
    background: linear-gradient(135deg, #fdc11c 0%, #f5b800 20%, #fbba13 50%, #e6a800 80%, #d49e00 100%);
    transform: translateY(-4px)scale(1.05);
    box-shadow: 0 16px 40px #fbba1366, 0 8px 20px #fbba134d, 0 4px 10px #4c240e26, inset 0 2px #fff3, 0 0 0 3px #fbba1326;
  }

  .btn-hero-primary:hover:before {
    left: 100%;
  }

  .btn-hero-primary:focus-visible {
    outline: none;
    transform: translateY(-3px)scale(1.03);
    box-shadow: 0 12px 32px #fbba1359, 0 0 0 4px #fbba134d, inset 0 1px #ffffff26;
  }

  .btn-hero-primary:active {
    transition-duration: .12s;
    animation: .6s ease-out buttonPulse;
    transform: translateY(-2px)scale(1.02);
  }

  .btn-hero-secondary {
    color: #4c240e;
    letter-spacing: .6px;
    cursor: pointer;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    will-change: transform, box-shadow, background, color, border-color;
    background: #fffaef26;
    border: 2px solid #fbba13;
    border-radius: 16px;
    padding: 16px 34px;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 800;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px #fbba1326, inset 0 1px #ffffff40;
  }

  .btn-hero-secondary:before {
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, #fbba13 0%, #fdc11c 40%, #f5b800 100%);
    width: 100%;
    height: 100%;
    transition: left .55s cubic-bezier(.23, 1, .32, 1);
    position: absolute;
    top: 0;
    left: -100%;
  }

  .btn-hero-secondary:after {
    content: "";
    z-index: -2;
    opacity: 0;
    background: conic-gradient(#fbba13, #fdc11c, #f5b800, #fbba13);
    border-radius: 19px;
    transition: opacity .5s, transform .5s;
    animation: 4s linear infinite spin;
    position: absolute;
    inset: -3px;
  }

  .btn-hero-secondary:hover {
    color: #36190a;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-color: #fdc11c;
    transform: translateY(-3px)scale(1.04);
    box-shadow: 0 12px 32px #fbba1340, 0 6px 16px #fbba1333, inset 0 2px #fff3;
  }

  .btn-hero-secondary:hover:before {
    left: 0;
  }

  .btn-hero-secondary:hover:after {
    opacity: .6;
    transform: scale(1.05);
  }

  .btn-hero-secondary:focus-visible {
    outline: none;
    transform: translateY(-2px)scale(1.02);
    box-shadow: 0 8px 24px #fbba1333, 0 0 0 4px #fbba1340;
  }

  .btn-hero-secondary:active {
    transition-duration: .15s;
    transform: translateY(-1px)scale(1.01);
  }

  @keyframes spin {
    from {
      transform: rotate(0);
    }

    to {
      transform: rotate(360deg);
    }
  }
}




:root {
  --font-size: 14px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
  --container-max-width: 1400px;
  --container-padding-desktop: 40px;
  --container-padding-tablet: 30px;
  --container-padding-mobile: 20px;
  --container-padding-small: 16px;
  --section-padding-desktop: 80px;
  --section-padding-tablet: 60px;
  --section-padding-mobile: 40px;
  --section-padding-small: 32px;
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: orlch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

.footer-license-image {
  width: auto;
  height: auto;
}

html {
  font-size: var(--font-size);
  scroll-behavior: smooth;
}

.adjustLetterSpacing {
  letter-spacing: inherit;
}

.responsive-container {
  width: 100%;
  max-width: var(--container-max-width);
  padding: 0 var(--container-padding-desktop);
  margin: 0 auto;
}

.responsive-section {
  padding: var(--section-padding-desktop) 0;
}

.responsive-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2rem;
  display: grid;
}

.responsive-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 2rem;
  display: grid;
}

.responsive-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 1.5rem;
  display: grid;
}

.responsive-flex-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.responsive-flex-between {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.responsive-gap-sm {
  gap: 1rem;
}

.responsive-gap-md {
  gap: 1.5rem;
}

.responsive-gap-lg {
  gap: 2rem;
}

.responsive-gap-xl {
  gap: 3rem;
}

.responsive-mb-sm {
  margin-bottom: 1rem;
}

.responsive-mb-md {
  margin-bottom: 1.5rem;
}

.responsive-mb-lg {
  margin-bottom: 2rem;
}

.responsive-mb-xl {
  margin-bottom: 3rem;
}

@media (width >= 1440px) {
  :root {
    --container-padding-desktop: 60px;
    --section-padding-desktop: 100px;
  }

  .responsive-container {
    padding: 0 60px;
  }

  .responsive-section {
    padding: 100px 0;
  }

  .responsive-grid-4 {
    gap: 2rem;
  }

  .responsive-gap-xl {
    gap: 4rem;
  }
}

@media (width <= 1439px) and (width >= 1200px) {
  .responsive-container {
    padding: 0 50px;
  }

  .responsive-section {
    padding: 90px 0;
  }
}

@media (width <= 1199px) and (width >= 1024px) {
  .responsive-container {
    padding: 0 var(--container-padding-desktop);
  }

  .responsive-section {
    padding: var(--section-padding-desktop) 0;
  }

  .responsive-grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 1023px) and (width >= 768px) {
  :root {
    --container-padding-desktop: var(--container-padding-tablet);
    --section-padding-desktop: var(--section-padding-tablet);
  }

  .responsive-container {
    padding: 0 var(--container-padding-tablet);
  }

  .responsive-section {
    padding: var(--section-padding-tablet) 0;
  }

  .responsive-grid-2, .responsive-grid-3, .responsive-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .responsive-flex-between {
    flex-direction: column;
    gap: 1.5rem;
  }

  .responsive-gap-lg {
    gap: 1.5rem;
  }

  .responsive-gap-xl {
    gap: 2rem;
  }
}

@media (width <= 767px) and (width >= 481px) {
  :root {
    --container-padding-desktop: var(--container-padding-mobile);
    --section-padding-desktop: var(--section-padding-mobile);
  }

  .responsive-container {
    padding: 0 var(--container-padding-mobile);
  }

  .responsive-section {
    padding: var(--section-padding-mobile) 0;
  }

  .responsive-grid-2, .responsive-grid-3, .responsive-grid-4 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .responsive-flex-center {
    padding: 0 1rem;
  }

  .responsive-flex-between {
    flex-direction: column;
    gap: 1rem;
  }

  .responsive-gap-md {
    gap: 1rem;
  }

  .responsive-gap-lg {
    gap: 1.25rem;
  }

  .responsive-gap-xl {
    gap: 1.5rem;
  }
}

@media (width <= 480px) {
  :root {
    --container-padding-desktop: var(--container-padding-small);
    --section-padding-desktop: var(--section-padding-small);
  }

  .responsive-container {
    padding: 0 var(--container-padding-small);
  }

  .responsive-section {
    padding: var(--section-padding-small) 0;
  }

  .responsive-grid-2, .responsive-grid-3, .responsive-grid-4 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .responsive-flex-center {
    padding: 0 .5rem;
  }

  .responsive-flex-between {
    flex-direction: column;
    gap: .75rem;
  }

  .responsive-gap-sm {
    gap: .75rem;
  }

  .responsive-gap-md, .responsive-gap-lg {
    gap: 1rem;
  }

  .responsive-gap-xl {
    gap: 1.25rem;
  }

  .responsive-mb-lg {
    margin-bottom: 1.5rem;
  }

  .responsive-mb-xl {
    margin-bottom: 2rem;
  }
}

@media (width <= 319px) {
  .responsive-container {
    padding: 0 12px;
  }

  .responsive-section {
    padding: 24px 0;
  }

  .responsive-gap-sm {
    gap: .5rem;
  }

  .responsive-gap-md, .responsive-gap-lg {
    gap: .75rem;
  }

  .responsive-gap-xl {
    gap: 1rem;
  }
}

@keyframes buttonPulse {
  0% {
    box-shadow: 0 0 #fbba1366;
  }

  50% {
    box-shadow: 0 0 0 8px #fbba131a;
  }

  100% {
    box-shadow: 0 0 #fbba1300;
  }
}

@keyframes buttonShimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes premiumGradientFlow {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }

  25% {
    background-position: 100%, 50% 100%, 25% 75%, 75% 25%, 50%, 25% 25%;
  }

  50% {
    background-position: 200% 100%, 100% 200%, 50% 150%, 150%, 100% 100%, 50%;
  }

  75% {
    background-position: 150%, 75% 25%, 75% 25%, 25% 75%, 75% 25%, 75% 75%;
  }

  100% {
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }
}

@keyframes gradientBreathing {
  0% {
    filter: brightness() saturate() contrast();
    transform: scale(1);
  }

  50% {
    filter: brightness(1.05) saturate(1.1) contrast(1.02);
    transform: scale(1.01);
  }

  100% {
    filter: brightness() saturate() contrast();
    transform: scale(1);
  }
}

@keyframes arrowSlideRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(3px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes arrowSlideLeft {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes arrowBounceRight {
  0% {
    transform: translateX(0)scale(1);
  }

  50% {
    transform: translateX(4px)scale(1.1);
  }

  100% {
    transform: translateX(0)scale(1);
  }
}

@keyframes arrowBounceLeft {
  0% {
    transform: translateX(0)scale(1);
  }

  50% {
    transform: translateX(-4px)scale(1.1);
  }

  100% {
    transform: translateX(0)scale(1);
  }
}

@keyframes arrowRipple {
  0% {
    opacity: .8;
    width: 0;
    height: 0;
  }

  50% {
    opacity: .4;
    width: 30px;
    height: 30px;
  }

  100% {
    opacity: 0;
    width: 60px;
    height: 60px;
  }
}

@keyframes rotateBorder {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes arrowGlowPulse {
  0% {
    box-shadow: 0 2px 8px #fbba1326, 0 0 #fbba1333;
  }

  50% {
    box-shadow: 0 6px 20px #fbba1340, 0 0 0 4px #fbba131a;
  }

  100% {
    box-shadow: 0 2px 8px #fbba1326, 0 0 #fbba1333;
  }
}

@keyframes productImageSlideOut {
  0% {
    opacity: 1;
    transform: translateX(-30px)scale(1);
  }

  100% {
    opacity: 0;
    transform: translateX(-80px)scale(.95);
  }
}

@keyframes productImageSlideIn {
  0% {
    opacity: 0;
    transform: translateX(50px)scale(.95);
  }

  100% {
    opacity: 1;
    transform: translateX(-30px)scale(1);
  }
}

@keyframes productDetailsSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0)translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-30px)translateY(-10px);
  }
}

@keyframes productDetailsSlideIn {
  0% {
    opacity: 0;
    transform: translateX(30px)translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0)translateY(0);
  }
}

@keyframes ingredientsFadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}

@keyframes ingredientsFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.arrow-button-base {
  will-change: transform, box-shadow;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  position: relative;
  overflow: hidden;
}

.arrow-button-base:before {
  content: "";
  opacity: 0;
  z-index: -1;
  background: conic-gradient(#0000, #fbba134d, #0000, #fbba131a, #0000);
  border-radius: 50%;
  transition: opacity .3s;
  animation: 3s linear infinite rotateBorder;
  position: absolute;
  inset: -2px;
}

.arrow-button-base:hover {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  animation: 2s ease-in-out infinite arrowGlowPulse;
  transform: translateY(-2px)scale(1.08);
  background: #fbba131f !important;
  border-color: #fbba13 !important;
}

.arrow-button-base:hover:before {
  opacity: 1;
}

.arrow-button-base:active {
  transition-duration: .1s;
  transform: translateY(-1px)scale(1.05);
}

.arrow-button-base:after {
  content: "";
  opacity: 0;
  pointer-events: none;
  background: #fbba134d;
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow-button-ripple:after {
  animation: .6s cubic-bezier(.25, .46, .45, .94) arrowRipple;
}

.arrow-icon-right, .arrow-icon-left {
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
}

.arrow-button-base:hover .arrow-icon-right {
  animation: 1.2s ease-in-out infinite arrowSlideRight;
}

.arrow-button-base:hover .arrow-icon-left {
  animation: 1.2s ease-in-out infinite arrowSlideLeft;
}

.arrow-button-click .arrow-icon-right {
  animation: .4s cubic-bezier(.175, .885, .32, 1.275) arrowBounceRight;
}

.arrow-button-click .arrow-icon-left {
  animation: .4s cubic-bezier(.175, .885, .32, 1.275) arrowBounceLeft;
}

.product-transition-base {
  will-change: opacity, transform;
}

.product-image-slide-out {
  animation: .4s cubic-bezier(.25, .46, .45, .94) forwards productImageSlideOut;
}

.product-image-slide-in {
  animation: .5s cubic-bezier(.175, .885, .32, 1.275) forwards productImageSlideIn;
}

.product-details-slide-out {
  animation: .35s cubic-bezier(.25, .46, .45, .94) forwards productDetailsSlideOut;
}

.product-details-slide-in {
  opacity: 0;
  animation: .45s cubic-bezier(.175, .885, .32, 1.275) .1s forwards productDetailsSlideIn;
}

.ingredients-fade-out {
  animation: .3s cubic-bezier(.25, .46, .45, .94) forwards ingredientsFadeOut;
}

.ingredients-fade-in {
  opacity: 0;
  animation: .4s cubic-bezier(.175, .885, .32, 1.275) .15s forwards ingredientsFadeIn;
}

.product-title-animate {
  opacity: 0;
  animation: .45s cubic-bezier(.175, .885, .32, 1.275) .1s forwards productDetailsSlideIn;
}

.product-subtitle-animate {
  opacity: 0;
  animation: .45s cubic-bezier(.175, .885, .32, 1.275) .15s forwards productDetailsSlideIn;
}

.product-description-animate {
  opacity: 0;
  animation: .45s cubic-bezier(.175, .885, .32, 1.275) .2s forwards productDetailsSlideIn;
}

.product-additional-info-animate {
  opacity: 0;
  animation: .45s cubic-bezier(.175, .885, .32, 1.275) .25s forwards productDetailsSlideIn;
}

.product-price-button-animate {
  opacity: 0;
  animation: .45s cubic-bezier(.175, .885, .32, 1.275) .3s forwards productDetailsSlideIn;
}

.product-tags-animate {
  opacity: 0;
  animation: .45s cubic-bezier(.175, .885, .32, 1.275) .35s forwards productDetailsSlideIn;
}

.product-image-group {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
}

.product-image-base {
  object-fit: cover;
  object-position: center;
  background: #fff5d9;
  border: 2px solid #fbba1333;
  border-radius: 12px;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  box-shadow: 0 4px 12px #fbba1326, 0 2px 6px #4c240e1a;
}

.product-image-base:hover {
  border-color: #fbba1366;
  transform: translateY(-2px)scale(1.05);
  box-shadow: 0 8px 20px #fbba1340, 0 4px 12px #4c240e26;
}

.product-image-small {
  object-fit: cover;
  object-position: center;
  background: #fff5d9;
  border: 1px solid #fbba1333;
  border-radius: 8px;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  box-shadow: 0 2px 8px #fbba131f, 0 1px 4px #4c240e14;
}

.product-image-small:hover {
  border-color: #fbba134d;
  transform: translateY(-1px)scale(1.03);
  box-shadow: 0 4px 16px #fbba1333, 0 2px 8px #4c240e1a;
}

.product-image-medium {
  object-fit: cover;
  object-position: center;
  background: #fff5d9;
  border: 1.5px solid #fbba1333;
  border-radius: 10px;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  box-shadow: 0 3px 10px #fbba1324, 0 2px 5px #4c240e17;
}

.product-image-medium:hover {
  border-color: #fbba1359;
  transform: translateY(-2px)scale(1.04);
  box-shadow: 0 6px 18px #fbba1338, 0 3px 10px #4c240e1f;
}

.product-image-large {
  object-fit: cover;
  object-position: center;
  background: #fff5d9;
  border: 2.5px solid #fbba1340;
  border-radius: 14px;
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  box-shadow: 0 5px 15px #fbba132e, 0 3px 8px #4c240e1f;
}

.product-image-large:hover {
  border-color: #fbba1373;
  transform: translateY(-3px)scale(1.06);
  box-shadow: 0 10px 25px #fbba1347, 0 5px 15px #4c240e26;
}

.product-image-container {
  margin: 8px;
  display: inline-block;
  position: relative;
}

.product-image-with-bg {
  position: relative;
  overflow: hidden;
}

.product-image-with-bg:before {
  content: "";
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(45deg, #fbba131a, #fff5d926, #fbba131a);
  transition: opacity .3s;
  position: absolute;
  inset: -2px;
}

.product-image-with-bg:hover:before {
  opacity: 1;
}

.product-stix-image {
  object-fit: contain;
  object-position: center;
  background: linear-gradient(135deg, #fff8e1 0%, #fff5d9 100%);
  border: 2px solid #fbba1333;
  border-radius: 12px;
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  padding: 8px;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  box-shadow: 0 4px 12px #fbba1326, 0 2px 6px #4c240e1a;
}

.product-stix-image:hover {
  border-color: #fbba1366;
  transform: translateY(-2px)scale(1.04);
  box-shadow: 0 8px 20px #fbba1340, 0 4px 12px #4c240e26;
}

.ingredient-image {
  object-fit: cover;
  object-position: center;
  background: #fffaef;
  border: 1.5px solid #fbba1326;
  border-radius: 10px;
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  box-shadow: 0 3px 10px #fbba131f, 0 1px 5px #4c240e14;
}

.ingredient-image:hover {
  border-color: #fbba1340;
  transform: translateY(-1px)scale(1.03);
  box-shadow: 0 5px 15px #fbba132e, 0 2px 8px #4c240e1a;
}

.asset-image {
  object-fit: cover;
  object-position: center;
  background: #fff5d9;
  border: 2px solid #fbba1326;
  border-radius: 50%;
  flex-shrink: 0;
  width: 85px;
  height: 85px;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  box-shadow: 0 3px 10px #fbba131f, 0 1px 5px #4c240e14;
}

.asset-image:hover {
  border-color: #fbba134d;
  transform: translateY(-2px)scale(1.05);
  box-shadow: 0 6px 18px #fbba1333, 0 3px 10px #4c240e1f;
}

.product-image-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 280px;
  margin: 0 auto;
  display: grid;
}

.product-image-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 420px;
  margin: 0 auto;
  display: grid;
}

.product-image-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 560px;
  margin: 0 auto;
  display: grid;
}

.product-image-grid-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  max-width: 650px;
  margin: 0 auto;
  display: grid;
}

.product-image-masonry {
  columns: 3;
  column-gap: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.product-image-masonry > * {
  break-inside: avoid;
  margin-bottom: 16px;
}

@media (width >= 1440px) {
  .product-image-group {
    gap: 20px;
    padding: 24px;
  }

  .product-image-base {
    width: 140px;
    height: 140px;
  }

  .product-image-large {
    width: 160px;
    height: 160px;
  }

  .product-stix-image {
    width: 130px;
    height: 130px;
    padding: 10px;
  }
}

@media (width <= 1439px) and (width >= 1200px) {
  .product-image-group {
    gap: 18px;
    padding: 22px;
  }

  .product-image-base {
    width: 130px;
    height: 130px;
  }

  .product-image-large {
    width: 150px;
    height: 150px;
  }

  .product-stix-image {
    width: 120px;
    height: 120px;
    padding: 9px;
  }
}

@media (width <= 1199px) and (width >= 1024px) {
  .product-image-group {
    gap: 16px;
    padding: 20px;
  }

  .product-image-grid-4 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 420px;
  }

  .product-image-grid-5 {
    grid-template-columns: repeat(4, 1fr);
    max-width: 520px;
  }
}

@media (width <= 1023px) and (width >= 768px) {
  .product-image-group {
    gap: 14px;
    padding: 18px;
  }

  .product-image-base {
    width: 110px;
    height: 110px;
  }

  .product-image-small {
    width: 75px;
    height: 75px;
  }

  .product-image-medium {
    width: 90px;
    height: 90px;
  }

  .product-image-large {
    width: 125px;
    height: 125px;
  }

  .product-stix-image {
    width: 105px;
    height: 105px;
    padding: 7px;
  }

  .ingredient-image {
    width: 80px;
    height: 80px;
  }

  .asset-image {
    width: 75px;
    height: 75px;
  }

  .product-image-grid-3, .product-image-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 280px;
  }

  .product-image-grid-5 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 350px;
  }

  .product-image-masonry {
    columns: 2;
    max-width: 400px;
  }
}

@media (width <= 767px) and (width >= 481px) {
  .product-image-group {
    gap: 12px;
    padding: 16px;
  }

  .product-image-base {
    width: 90px;
    height: 90px;
  }

  .product-image-small {
    width: 65px;
    height: 65px;
  }

  .product-image-medium {
    width: 75px;
    height: 75px;
  }

  .product-image-large {
    width: 105px;
    height: 105px;
  }

  .product-stix-image {
    width: 85px;
    height: 85px;
    padding: 5px;
  }

  .ingredient-image {
    width: 70px;
    height: 70px;
  }

  .asset-image {
    width: 65px;
    height: 65px;
  }

  .product-image-grid-2 {
    gap: 12px;
    max-width: 220px;
  }

  .product-image-grid-3, .product-image-grid-4, .product-image-grid-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 220px;
  }

  .product-image-masonry {
    columns: 2;
    column-gap: 12px;
    max-width: 240px;
  }

  .product-image-base:hover, .product-image-small:hover, .product-image-medium:hover, .product-image-large:hover, .product-stix-image:hover, .ingredient-image:hover, .asset-image:hover {
    transform: translateY(-1px)scale(1.02);
  }
}

@media (width <= 480px) {
  .product-image-group {
    gap: 10px;
    padding: 12px;
  }

  .product-image-base {
    width: 75px;
    height: 75px;
  }

  .product-image-small {
    width: 55px;
    height: 55px;
  }

  .product-image-medium {
    width: 65px;
    height: 65px;
  }

  .product-image-large {
    width: 85px;
    height: 85px;
  }

  .product-stix-image {
    width: 70px;
    height: 70px;
    padding: 4px;
  }

  .ingredient-image {
    width: 60px;
    height: 60px;
  }

  .asset-image {
    width: 55px;
    height: 55px;
  }

  .product-image-grid-2 {
    gap: 10px;
    max-width: 180px;
  }

  .product-image-grid-3, .product-image-grid-4, .product-image-grid-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 180px;
  }

  .product-image-masonry {
    columns: 1;
    max-width: 180px;
  }

  .product-image-base:hover, .product-image-small:hover, .product-image-medium:hover, .product-image-large:hover, .product-stix-image:hover, .ingredient-image:hover, .asset-image:hover {
    transform: none;
  }
}

@media (width <= 319px) {
  .product-image-group {
    gap: 8px;
    padding: 8px;
  }

  .product-image-base {
    width: 65px;
    height: 65px;
  }

  .product-image-small {
    width: 45px;
    height: 45px;
  }

  .product-image-medium {
    width: 55px;
    height: 55px;
  }

  .product-image-large {
    width: 75px;
    height: 75px;
  }

  .product-stix-image {
    width: 60px;
    height: 60px;
    padding: 3px;
  }

  .ingredient-image {
    width: 50px;
    height: 50px;
  }

  .asset-image {
    width: 45px;
    height: 45px;
  }

  .product-image-grid-2, .product-image-grid-3, .product-image-grid-4, .product-image-grid-5 {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 150px;
  }

  .product-image-masonry {
    columns: 1;
    max-width: 150px;
  }
}

@media (width >= 1440px) {
  .btn-primary, .btn-secondary {
    padding: 16px 32px;
    font-size: 17px;
  }

  .btn-hero-primary, .btn-hero-secondary {
    padding: 20px 40px;
    font-size: 19px;
  }

  .btn-hero-primary:hover {
    transform: translateY(-5px)scale(1.06);
  }

  .btn-hero-secondary:hover {
    transform: translateY(-4px)scale(1.05);
  }
}

@media (width <= 1439px) and (width >= 1200px) {
  .btn-primary, .btn-secondary {
    padding: 15px 30px;
    font-size: 16px;
  }

  .btn-hero-primary, .btn-hero-secondary {
    padding: 19px 38px;
    font-size: 18px;
  }
}

@media (width <= 1199px) and (width >= 1024px) {
  .btn-primary, .btn-secondary {
    padding: 14px 28px;
    font-size: 16px;
  }

  .btn-hero-primary, .btn-hero-secondary {
    padding: 18px 36px;
    font-size: 18px;
  }

  .btn-hero-primary:hover {
    transform: translateY(-3px)scale(1.04);
  }

  .btn-hero-secondary:hover {
    transform: translateY(-2px)scale(1.03);
  }
}

@media (width <= 1023px) and (width >= 768px) {
  .btn-primary, .btn-secondary {
    padding: 13px 26px;
    font-size: 15px;
  }

  .btn-hero-primary, .btn-hero-secondary {
    padding: 17px 34px;
    font-size: 17px;
  }

  .btn-primary:hover, .btn-secondary:hover {
    transform: translateY(-2px)scale(1.02);
  }

  .btn-hero-primary:hover {
    transform: translateY(-3px)scale(1.03);
  }

  .btn-hero-secondary:hover {
    transform: translateY(-2px)scale(1.02);
  }

  .image-hover-gentle:hover {
    transform: translateY(-1px);
  }
}

@media (width <= 767px) and (width >= 481px) {
  .btn-primary, .btn-secondary {
    padding: 12px 24px;
    font-size: 15px;
  }

  .btn-hero-primary, .btn-hero-secondary {
    padding: 16px 32px;
    font-size: 16px;
  }

  .btn-primary:hover, .btn-secondary:hover, .btn-hero-primary:hover, .btn-hero-secondary:hover {
    transform: translateY(-1px)scale(1.01);
  }

  .image-hover-gentle:hover {
    transform: none;
  }
}

@media (width <= 480px) {
  .btn-primary, .btn-secondary, .btn-hero-primary, .btn-hero-secondary {
    border-radius: 12px;
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn-primary:hover, .btn-secondary:hover, .btn-hero-primary:hover, .btn-hero-secondary:hover {
    transform: none;
    box-shadow: 0 4px 12px #fbba1333;
  }

  .btn-primary:before, .btn-secondary:before, .btn-secondary:after, .btn-hero-primary:before, .btn-hero-secondary:before, .btn-hero-secondary:after {
    display: none;
  }
}

@media (width <= 319px) {
  .btn-primary, .btn-secondary, .btn-hero-primary, .btn-hero-secondary {
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .btn-primary:hover, .btn-secondary:hover, .btn-hero-primary:hover, .btn-hero-secondary:hover, .image-hover-gentle:hover {
    box-shadow: none;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-primary, .btn-secondary, .btn-hero-primary, .btn-hero-secondary, .image-hover-gentle, .nav-link, .mobile-nav-link, .product-transition-base, .arrow-button-base, .product-image-base, .product-image-small, .product-image-medium, .product-image-large, .product-stix-image, .ingredient-image, .asset-image {
    transition: none;
    animation: none;
  }

  .btn-primary:hover, .btn-secondary:hover, .btn-hero-primary:hover, .btn-hero-secondary:hover, .image-hover-gentle:hover, .nav-link:hover, .mobile-nav-link:hover, .arrow-button-base:hover, .product-image-base:hover, .product-image-small:hover, .product-image-medium:hover, .product-image-large:hover, .product-stix-image:hover, .ingredient-image:hover, .asset-image:hover {
    transform: none;
  }

  .btn-primary:before, .btn-secondary:before, .btn-secondary:after, .btn-hero-primary:before, .btn-hero-secondary:after, .nav-link:after, .mobile-nav-link:before, .arrow-button-base:before, .arrow-button-base:after, .product-image-with-bg:before {
    display: none;
  }
}

@media (prefers-contrast: high) {
  .bg-ingredients-pattern, .bg-hero-pattern, .bg-about-pattern {
    background: #fff5d9 !important;
  }

  .bg-ingredients-pattern:before {
    display: none;
  }

  .btn-primary, .btn-hero-primary {
    box-shadow: none;
    border: 3px solid #4c240e;
  }

  .btn-secondary, .btn-hero-secondary {
    box-shadow: none;
    background: #fff5d9;
    border: 3px solid #4c240e;
  }

  .btn-primary:hover, .btn-secondary:hover, .btn-hero-primary:hover, .btn-hero-secondary:hover {
    box-shadow: 0 0 0 2px #4c240e;
  }

  .nav-link, .mobile-nav-link {
    border: 2px solid #1e0e064d;
  }

  .nav-link.active, .mobile-nav-link.active {
    background: #1e0e061a;
    border-color: #1e0e06;
  }

  .arrow-button-base, .product-image-base, .product-image-small, .product-image-medium, .product-image-large, .product-stix-image, .ingredient-image, .asset-image {
    box-shadow: none;
    background: #fff;
    border: 3px solid #4c240e;
  }

  .arrow-button-base:hover, .product-image-base:hover, .product-image-small:hover, .product-image-medium:hover, .product-image-large:hover, .product-stix-image:hover, .ingredient-image:hover, .asset-image:hover {
    box-shadow: 0 0 0 2px #4c240e;
  }
}

@media (prefers-reduced-data: reduce) {
  .btn-primary:before, .btn-secondary:after, .btn-hero-primary:before, .btn-hero-secondary:after, .nav-link:after, .mobile-nav-link:before, .arrow-button-base:before, .product-image-with-bg:before {
    display: none;
  }

  .bg-hero-pattern, .bg-ingredients-pattern {
    background: linear-gradient(135deg, #fff8e1, #fff5d9);
  }
}

.btn-primary:disabled, .btn-secondary:disabled, .btn-hero-primary:disabled, .btn-hero-secondary:disabled {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
  animation: none;
  transform: none;
}

.btn-primary:disabled:before, .btn-secondary:disabled:before, .btn-secondary:disabled:after, .btn-hero-primary:disabled:before, .btn-hero-secondary:disabled:before, .btn-hero-secondary:disabled:after {
  display: none;
}

:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #fbba1399;
}

@media (width <= 768px) {
  button, .nav-link, .mobile-nav-link, .arrow-button-base {
    min-width: 44px;
    min-height: 44px;
  }
}

@media print {
  .btn-primary, .btn-secondary, .btn-hero-primary, .btn-hero-secondary, .nav-link, .mobile-nav-link, .arrow-button-base {
    box-shadow: none !important;
    color: #4c240e !important;
    background: none !important;
    border: 2px solid #4c240e !important;
  }

  .bg-hero-pattern, .bg-ingredients-pattern, .bg-about-pattern {
    background: none !important;
  }

  .product-image-base, .product-image-small, .product-image-medium, .product-image-large, .product-stix-image, .ingredient-image, .asset-image {
    box-shadow: none !important;
    border: 1px solid #4c240e !important;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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-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: 0;
}

@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-ease {
  syntax: "*";
  inherits: false
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
