/*! tailwindcss v4.1.13 | 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-black: var(--wp--preset--color--black);
    --color-white: var(--wp--preset--color--white);
    --spacing: 0.25rem;
    --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;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-normal: 0em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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-primary: var(--wp--preset--color--primary);
    --color-secondary: var(--wp--preset--color--secondary);
    --color-dark: var(--wp--preset--color--dark);
    --color-light: var(--wp--preset--color--light);
    --color-error: var(--wp--preset--color--error);
    --font-family-main: var(--wp--preset--font-family--main);
    --font-family-second: var(--wp--preset--font-family--second);
    --font-family-third: var(--wp--preset--font-family--third);
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[116px\] {
    top: 116px;
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[9000\] {
    z-index: 9000;
  }
  .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-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .\!mt-3 {
    margin-top: calc(var(--spacing) * 3) !important;
  }
  .\!mt-4 {
    margin-top: calc(var(--spacing) * 4) !important;
  }
  .-mt-0\.5 {
    margin-top: calc(var(--spacing) * -0.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-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-\[-10px\] {
    margin-bottom: -10px;
  }
  .ml-\[40px\] {
    margin-left: 40px;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[21px\] {
    height: 21px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[116px\] {
    height: 116px;
  }
  .h-auto {
    height: auto;
  }
  .h-px {
    height: 1px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[9px\] {
    width: 9px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[33px\] {
    width: 33px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[1300px\] {
    max-width: 1300px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .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;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .bg-\[\#231512\] {
    background-color: #231512;
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-white\/80 {
    background-color: var(--color-white);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .fill-dark {
    fill: var(--color-dark);
  }
  .fill-light {
    fill: var(--color-light);
  }
  .fill-primary {
    fill: var(--color-primary);
  }
  .fill-secondary {
    fill: var(--color-secondary);
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[31px\] {
    padding-inline: 31px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[45px\] {
    padding-block: 45px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[45px\] {
    padding-top: 45px;
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .text-center {
    text-align: center;
  }
  .\!font-family-second {
    font-family: var(--font-family-second) !important;
  }
  .font-family-main {
    font-family: var(--font-family-main);
  }
  .font-family-second {
    font-family: var(--font-family-second);
  }
  .font-family-third {
    font-family: var(--font-family-third);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-\[0\.8\] {
    --tw-leading: 0.8;
    line-height: 0.8;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[33px\] {
    --tw-leading: 33px;
    line-height: 33px;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .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-normal {
    --tw-tracking: var(--tracking-normal) !important;
    letter-spacing: var(--tracking-normal) !important;
  }
  .tracking-\[-0\.39px\] {
    --tw-tracking: -0.39px;
    letter-spacing: -0.39px;
  }
  .tracking-\[0\.6px\] {
    --tw-tracking: 0.6px;
    letter-spacing: 0.6px;
  }
  .tracking-\[1\.8px\] {
    --tw-tracking: 1.8px;
    letter-spacing: 1.8px;
  }
  .tracking-\[4px\] {
    --tw-tracking: 4px;
    letter-spacing: 4px;
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#ccfc4f\] {
    color: #ccfc4f;
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: var(--color-white);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:scale-125 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:mr-\[15px\] {
    @media (width >= 48rem) {
      margin-right: 15px;
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:\!inline-block {
    @media (width >= 48rem) {
      display: inline-block !important;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[32px\] {
    @media (width >= 48rem) {
      height: 32px;
    }
  }
  .md\:h-\[257px\] {
    @media (width >= 48rem) {
      height: 257px;
    }
  }
  .md\:w-\[14px\] {
    @media (width >= 48rem) {
      width: 14px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:gap-\[15px\] {
    @media (width >= 48rem) {
      gap: 15px;
    }
  }
  .md\:px-\[60px\] {
    @media (width >= 48rem) {
      padding-inline: 60px;
    }
  }
  .md\:px-\[125px\] {
    @media (width >= 48rem) {
      padding-inline: 125px;
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-\[65px\] {
    @media (width >= 48rem) {
      padding-block: 65px;
    }
  }
  .md\:py-\[80px\] {
    @media (width >= 48rem) {
      padding-block: 80px;
    }
  }
  .md\:py-\[90px\] {
    @media (width >= 48rem) {
      padding-block: 90px;
    }
  }
  .md\:py-\[100px\] {
    @media (width >= 48rem) {
      padding-block: 100px;
    }
  }
  .md\:pt-\[50px\] {
    @media (width >= 48rem) {
      padding-top: 50px;
    }
  }
  .md\:pt-\[65px\] {
    @media (width >= 48rem) {
      padding-top: 65px;
    }
  }
  .md\:pb-\[100px\] {
    @media (width >= 48rem) {
      padding-bottom: 100px;
    }
  }
  .md\:pb-\[125px\] {
    @media (width >= 48rem) {
      padding-bottom: 125px;
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-\[60px\] {
    @media (width >= 48rem) {
      font-size: 60px;
    }
  }
  .md\:leading-\[40px\] {
    @media (width >= 48rem) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .lg\:mt-16 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:ml-\[80px\] {
    @media (width >= 64rem) {
      margin-left: 80px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 64rem) {
      display: inline;
    }
  }
  .lg\:h-\[30px\] {
    @media (width >= 64rem) {
      height: 30px;
    }
  }
  .lg\:h-\[75px\] {
    @media (width >= 64rem) {
      height: 75px;
    }
  }
  .lg\:gap-\[31px\] {
    @media (width >= 64rem) {
      gap: 31px;
    }
  }
  .lg\:p-\[15px\] {
    @media (width >= 64rem) {
      padding: 15px;
    }
  }
  .lg\:px-\[80px\] {
    @media (width >= 64rem) {
      padding-inline: 80px;
    }
  }
  .lg\:px-\[125px\] {
    @media (width >= 64rem) {
      padding-inline: 125px;
    }
  }
  .lg\:py-\[90px\] {
    @media (width >= 64rem) {
      padding-block: 90px;
    }
  }
  .lg\:py-\[125px\] {
    @media (width >= 64rem) {
      padding-block: 125px;
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 64rem) {
      font-size: 48px;
    }
  }
  .\32 xl\:ml-\[140px\] {
    @media (width >= 96rem) {
      margin-left: 140px;
    }
  }
  .\32 xl\:h-\[37px\] {
    @media (width >= 96rem) {
      height: 37px;
    }
  }
  .\32 xl\:w-\[37px\] {
    @media (width >= 96rem) {
      width: 37px;
    }
  }
  .\32 xl\:px-\[125px\] {
    @media (width >= 96rem) {
      padding-inline: 125px;
    }
  }
  .\32 xl\:py-\[120px\] {
    @media (width >= 96rem) {
      padding-block: 120px;
    }
  }
  .\32 xl\:text-\[22px\] {
    @media (width >= 96rem) {
      font-size: 22px;
    }
  }
  .\32 xl\:text-\[60px\] {
    @media (width >= 96rem) {
      font-size: 60px;
    }
  }
}
@layer components {
  .container-custom {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--wp--preset--spacing--4);
    padding-right: var(--wp--preset--spacing--4);
    max-width: var(--wp--style--global--wide-size, 1280px);
  }
  @media (min-width: 640px) {
    .container-custom {
      padding-left: var(--wp--preset--spacing--6);
      padding-right: var(--wp--preset--spacing--6);
    }
  }
  @media (min-width: 768px) {
    .container-custom {
      padding-left: var(--wp--preset--spacing--8);
      padding-right: var(--wp--preset--spacing--8);
    }
  }
}
[x-cloak] {
  display: none !important;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
html.lenis {
  scroll-behavior: auto;
}
body {
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  background-color: var(--color-primary);
  font-family: var(--font-family-main);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  --tw-tracking: var(--tracking-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--color-secondary);
}
.font-family-second {
  font-stretch: condensed;
}
.font-family-third {
  font-stretch: extra-condensed;
}
.font-semi-expanded {
  font-stretch: semi-expanded;
}
.font-expanded {
  font-stretch: expanded;
}
@media (prefers-reduced-motion: reduce) {
  video[autoplay] {
    animation: none !important;
    transition: none !important;
    display: none !important;
  }
}
a, a:hover {
  cursor: pointer !important;
  color: var(--color-secondary);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, 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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      color: var(--color-secondary);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-secondary) 70%, transparent);
      }
    }
  }
}
button, [role="button"], input[type="submit"], button:hover, [role="button"]:hover, input[type="submit"]:hover {
  cursor: pointer !important;
}
.section-padding {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 8);
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 10);
  }
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
  @media (width >= 64rem) {
    padding-block: calc(var(--spacing) * 12);
  }
}
h1 {
  font-family: var(--font-family-main);
  font-size: var(--text-6xl);
  line-height: var(--tw-leading, var(--text-6xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  @media (width >= 64rem) {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
}
h2 {
  font-family: var(--font-family-main);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  @media (width >= 64rem) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
p {
  margin-top: calc(var(--spacing) * 4);
}
section {
  position: relative;
}
.button {
  --background-color: var(--color-black);
  --text-color: var(--color-black);
  --hover-text-color: var(--color-white);
  --border-color: var(--color-primary);
  --border-width: 2px;
  --edge-size: 0.7em;
}
.clip-corners {
  --edge-size: 0.7em;
  clip-path: polygon(var(--edge-size) 0%, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0% var(--edge-size));
}
.clip-corners-border {
  --edge-size: 0.7em;
  --border-width: 2px;
  --border-color: var(--color-primary);
  --background-color: transparent;
  position: relative;
  isolation: isolate;
  clip-path: polygon(var(--edge-size) 0%, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0% var(--edge-size));
}
.clip-corners-border::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--border-color);
  z-index: -2;
}
.clip-corners-border::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--background-color);
  z-index: -1;
  clip-path: polygon(var(--border-width) calc(var(--edge-size) + var(--border-width) * 0.5), calc(var(--edge-size) + var(--border-width) * 0.5) var(--border-width), calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)), calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), calc(var(--border-width)) calc(100% - var(--border-width)));
}
.button-black {
  --background-color: var(--color-primary);
  --border-color: var(--color-black);
  --text-color: var(--color-white);
  --hover-text-color: var(--color-black);
}
.button-white {
  --background-color: var(--color-black);
  --border-color: var(--color-white);
  --text-color: var(--color-black);
  --hover-text-color: var(--color-white);
}
.button-section-light {
  --background-color: var(--color-light);
  --hover-text-color: var(--color-black);
}
.button {
  --surface-color: var(--border-color);
  color: var(--text-color);
  background: var(--surface-color);
  isolation: isolate;
  place-content: center;
  clip-path: polygon(var(--edge-size) 0%, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0% var(--edge-size));
  transition: color 250ms;
  position: relative;
  display: inline-flex;
  min-width: calc(var(--spacing) * 32);
  cursor: pointer;
  align-items: center;
  -moz-column-gap: calc(var(--spacing) * 4);
       column-gap: calc(var(--spacing) * 4);
  border-style: var(--tw-border-style);
  border-width: 0px;
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 3);
  font-family: var(--font-family-second);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 4px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--border-color);
  z-index: -2;
}
.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--background-color);
  z-index: -1;
  clip-path: polygon(var(--border-width) calc(var(--edge-size) + var(--border-width) * 0.5), calc(var(--edge-size) + var(--border-width) * 0.5) var(--border-width), calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)), calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), calc(var(--border-width)) calc(100% - var(--border-width)));
  -webkit-mask-image: linear-gradient(#fff 0 0);
  -webkit-mask-size: 0% 100%;
  -webkit-mask-position: left top;
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(#fff 0 0);
  mask-size: 0% 100%;
  mask-position: left top;
  mask-repeat: no-repeat;
  transition: -webkit-mask-size 500ms, mask-size 500ms, clip-path 0ms;
}
.button:hover {
  color: var(--hover-text-color);
}
.button:hover::after {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.button-inverted {
  --text-color: var(--color-white);
  --hover-text-color: var(--color-black);
  --surface-color: var(--background-color);
}
.button-inverted::after {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.button-inverted:hover::after {
  -webkit-mask-size: 0% 100%;
  mask-size: 0% 100%;
}
.error-404 .button {
  --border-color: #231512;
  --background-color: #f5e8d9;
  --text-color: #f5e8d9;
  --hover-text-color: #231512;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in {
  animation: fadeIn 0.5s ease-in-out;
}
.animate-slide-up {
  animation: slideUp 0.3s ease-out;
}
.icon-arrow {
  display: inline-block;
  background-color: currentColor;
  mask: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M25.4988 10.7889V14.6914L15.4417 25.0979H8.67116L17.2165 16.3174L18.2682 15.2117V15.1466H0.783203V10.3336H18.3339H18.2682L17.2165 9.22791L8.67116 0.382324H15.4417L25.4988 10.7889Z'/%3E%3C/svg%3E");
  -webkit-mask: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M25.4988 10.7889V14.6914L15.4417 25.0979H8.67116L17.2165 16.3174L18.2682 15.2117V15.1466H0.783203V10.3336H18.3339H18.2682L17.2165 9.22791L8.67116 0.382324H15.4417L25.4988 10.7889Z'/%3E%3C/svg%3E");
}
.fill-light {
  fill: var(--color-light) !important;
}
.fill-primary-red {
  fill: var(--color-error) !important;
}
.fill-primary {
  fill: var(--color-primary) !important;
}
.fill-secondary {
  fill: var(--color-secondary) !important;
}
.fill-dark {
  fill: var(--color-dark) !important;
}
.hamburger {
  width: 50px;
  height: 50px;
  transition: all 0.2s ease;
  position: relative;
  z-index: 50;
  margin-left: auto;
  cursor: pointer;
  justify-content: flex-end;
}
.mobile-menu-panel {
  transition: transform 340ms cubic-bezier(.16,.84,.44,1), opacity 260ms ease;
  transform: translateY(-12px);
  opacity: 0;
}
.mobile-menu-panel.is-open {
  transform: translateY(0);
  opacity: 1;
}
.mobile-menu-panel.is-closed {
  transform: translateY(-12px);
  opacity: 0;
}
.hamburger .bar {
  height: 2px;
  transition: all 0.2s ease;
  position: absolute;
  display: inline-block;
}
.hamburger .top {
  top: calc((60px - 42px) / 2 + 0px);
}
.hamburger .middle {
  top: calc((60px - 32px) / 2 + 7px);
}
.hamburger .bottom {
  top: calc((60px - 22px) / 2 + 14px);
}
.hamburger .top, .hamburger .middle, .hamburger .bottom {
  right: calc((60px - 30px) / 2);
}
.hamburger .top-animate {
  --tw-translate-y: 3px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.hamburger .bottom-animate {
  --tw-translate-y: calc(11px * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.hamburger:hover .top-animate {
  --tw-translate-x: 10px;
  --tw-translate-y: 18px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  rotate: 45deg;
}
.hamburger:hover .bottom-animate {
  --tw-translate-x: 10px;
  --tw-translate-y: calc(6px * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  rotate: calc(45deg * -1);
}
nav.expanded {
  --tw-translate-x: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.hamburger-menu {
  display: flex;
  flex-direction: column;
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  @media (width >= 48rem) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
.hamburger-menu li {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-dark);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-dark) 50%, transparent);
  }
  padding-block: calc(var(--spacing) * 3);
}
.hamburger-menu a {
  font-family: var(--font-family-second);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 4px;
  letter-spacing: 4px;
  color: var(--color-black);
  text-transform: uppercase;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.prose ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1.25rem;
  padding-left: 0;
}
.prose ol {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 1.25rem;
  padding-left: 0;
}
.prose li {
  margin: 0.25rem 0;
}
.prose ul ul {
  list-style-type: circle;
  margin-left: 1.25rem;
}
.prose ol ol {
  list-style-type: lower-roman;
  margin-left: 1.25rem;
}
.prose h2 {
  margin-top: calc(var(--spacing) * 10);
  margin-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-3xl) !important;
  line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
}
.prose table {
  word-break: normal;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  @media (width >= 48rem) {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@layer components {
  .form-contact .forminator-row {
    margin-bottom: calc(var(--spacing) * 4) !important;
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10) !important;
    }
  }
  .form-contact input, .form-contact textarea {
    font-family: var(--font-family-second) !important;
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
    --tw-outline-style: none !important;
    outline-style: none !important;
    &::-moz-placeholder {
      color: var(--color-primary) !important;
    }
    &::placeholder {
      color: var(--color-primary) !important;
    }
    &::-moz-placeholder {
      text-transform: uppercase !important;
    }
    &::placeholder {
      text-transform: uppercase !important;
    }
  }
  .form-contact label {
    font-family: var(--font-family-second) !important;
    font-size: var(--text-base) !important;
    line-height: var(--tw-leading, var(--text-base--line-height)) !important;
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
    color: var(--color-primary) !important;
    text-transform: uppercase !important;
  }
  .form-contact input {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 1px !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }
  .form-contact .button {
    margin-top: calc(var(--spacing) * 6) !important;
    width: 100% !important;
    font-family: var(--font-family-second) !important;
    font-size: var(--text-base) !important;
    line-height: var(--tw-leading, var(--text-base--line-height)) !important;
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
    --tw-tracking: var(--tracking-wider) !important;
    letter-spacing: var(--tracking-wider) !important;
  }
  .forminator-response-message {
    background-color: var(--color-primary) !important;
    font-family: var(--font-family-second) !important;
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
    color: var(--color-black) !important;
  }
  .label-hide label {
    display: none !important;
  }
}
.essence-logo {
  display: inline-flex;
  align-items: center;
}
.essence-logo-mark {
  height: 25px;
  width: auto;
  @media (width >= 64rem) {
    height: 30px;
  }
  overflow: visible;
}
.logo-animated .logo-letter {
  opacity: 0;
}
.header-inner {
  padding-left: 31px;
  padding-right: 31px;
}
@media (min-width: 1024px) {
  .header-inner {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.menu-header > li {
  font-family: var(--font-family-second);
  font-size: 15px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
.menu-header > li > a {
  color: var(--color-secondary) !important;
  opacity: 1 !important;
  background-image: linear-gradient(var(--color-secondary), var(--color-secondary));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: calc(var(--spacing) * 2.5);
  padding-block: calc(var(--spacing) * 2.5);
}
.menu-header > li > a:hover, .menu-header > li > a:focus-visible {
  color: var(--color-secondary) !important;
  opacity: 1 !important;
  background-size: 100% 1px;
}
.menu-header .sub-menu {
  display: none;
}
.header-cta {
  color: var(--color-secondary);
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: 35px;
  line-height: 29px;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hamburger-btn {
  align-items: center;
  justify-content: center;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 4);
}
.mobile-menu > li {
  --tw-leading: 1;
  line-height: 1;
}
.mobile-menu > li > a, .mobile-menu .mobile-menu-toggle {
  color: var(--color-primary) !important;
  opacity: 1 !important;
  background-image: linear-gradient(var(--color-primary), var(--color-primary));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms ease;
  display: flex;
  width: 100%;
  align-items: center;
  gap: calc(var(--spacing) * 5);
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  padding-block: calc(var(--spacing) * 2);
  text-align: left;
  font-family: var(--font-family-second);
  font-size: 25px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-normal);
  letter-spacing: var(--tracking-normal);
  text-transform: uppercase;
}
.mobile-menu > li > a:hover, .mobile-menu > li > a:focus-visible, .mobile-menu .mobile-menu-toggle:hover, .mobile-menu .mobile-menu-toggle:focus-visible, .mobile-menu .sub-menu li a:hover, .mobile-menu .sub-menu li a:focus-visible {
  color: var(--color-primary) !important;
  opacity: 1 !important;
  background-size: 100% 1px;
}
.mobile-menu .mobile-menu-toggle .chevron {
  width: 16px;
  height: 8px;
  transition: transform 250ms ease;
}
.mobile-menu .sub-menu {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 3);
  padding-top: calc(var(--spacing) * 3);
  padding-left: calc(var(--spacing) * 4);
}
.mobile-menu .sub-menu li a {
  color: var(--color-primary);
  display: block;
  font-family: var(--font-family-second);
  font-size: 18px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-normal);
  letter-spacing: var(--tracking-normal);
  text-transform: uppercase;
}
html.menu-is-open, body.menu-is-open {
  overflow: hidden;
  height: 100%;
}
html.menu-is-open .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#mobile-drawer {
  overscroll-behavior: contain;
}
#mobile-drawer .mobile-menu a, #mobile-drawer .mobile-menu button {
  transition: none !important;
}
#mobile-drawer .mobile-menu a:hover, #mobile-drawer .mobile-menu a:focus-visible, #mobile-drawer .mobile-menu button:hover, #mobile-drawer .mobile-menu button:focus-visible {
  color: var(--color-primary) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-height: 420px) {
  .site-header {
    position: static;
  }
}
.newsletter-input {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: 3px;
  height: 52px;
  padding-inline: calc(var(--spacing) * 4);
  font-family: var(--font-family-main);
  font-size: 13px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  --tw-tracking: -0.03em;
  letter-spacing: -0.03em;
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.newsletter-input::-moz-placeholder {
  color: var(--color-primary);
  opacity: 0.5;
}
.newsletter-input::placeholder {
  color: var(--color-primary);
  opacity: 0.5;
}
.btn-cream {
  color: var(--color-primary);
  background: transparent;
  border: 1.5px solid var(--color-primary);
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 2.5);
  font-family: var(--font-family-second);
  font-size: 18px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-normal);
  letter-spacing: var(--tracking-normal);
  text-transform: uppercase;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.btn-cream:hover {
  background: var(--color-primary);
  color: var(--color-secondary);
}
.footer-wordmark {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.footer-link, .menu-footer-desktop li a, .menu-footer-mobile li a {
  color: #f5e8d9 !important;
  text-decoration: none !important;
  background-image: linear-gradient(#f5e8d9, #f5e8d9);
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease !important;
  opacity: 1 !important;
}
.footer-link:hover, .menu-footer-desktop li a:hover, .menu-footer-mobile li a:hover {
  color: #f5e8d9 !important;
  opacity: 1 !important;
  background-size: 100% 1px;
}
.marquee-track {
  animation: marquee-scroll 40s linear infinite;
  will-change: transform;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1023px) {
  .marquee-track {
    animation-duration: 8s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}
.marquee-text-outline {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--color-primary);
}
.menu-footer-desktop {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.menu-footer-desktop li a {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1536px) {
  .menu-footer-desktop li a {
    font-size: 25px;
  }
}
.menu-footer-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.menu-footer-mobile li a {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .footer-newsletter-box {
    flex-direction: column;
    align-items: stretch;
  }
  .footer-newsletter-box .footer-signup-btn {
    width: 100%;
    min-width: 0;
  }
}
.footer-email-input {
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--color-primary);
  color: var(--color-primary);
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 44px;
  padding: 0;
  outline: none;
}
@media (min-width: 1536px) {
  .footer-email-input {
    font-size: 22px;
    line-height: 30px;
    height: 57px;
  }
}
.footer-email-input::-moz-placeholder {
  color: var(--color-primary);
  opacity: 0.5;
}
.footer-email-input::placeholder {
  color: var(--color-primary);
  opacity: 0.5;
}
.footer-signup-btn {
  color: var(--color-primary);
  background: transparent;
  border: 2.5px solid var(--color-primary);
  border-radius: 5px;
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 24px;
  min-width: 160px;
  text-align: center;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease;
}
@media (min-width: 1536px) {
  .footer-signup-btn {
    font-size: 30px;
    padding: 14px 36px;
    min-width: 227px;
  }
}
.footer-signup-btn:hover {
  background: var(--color-primary);
  color: #231512;
}
.single-post .site-footer {
  position: relative;
}
.single-post .footer-marquee-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: auto;
  height: 0;
}
@media (max-width: 767px) {
  .single-post .footer-marquee-controls {
    padding: 8px 12px 0;
  }
  .single-post .footer-marquee-section {
    padding-top: 26.5px;
    padding-bottom: 26.5px;
  }
  .single-post .footer-mobile-layout {
    box-sizing: border-box;
    height: 633.126px;
    gap: 18px;
  }
  .single-post .menu-footer-mobile,	.single-post .menu-footer-mobile li,	.single-post .menu-footer-mobile li a {
    line-height: 15.6px;
  }
  .single-post .footer-legal-mobile {
    font-size: 15px;
    line-height: 15px;
  }
  .single-post .footer-newsletter-mobile > p {
    font-size: 15px;
    line-height: 15px;
  }
  .single-post .footer-newsletter-mobile form {
    gap: 15px;
  }
  .single-post .footer-newsletter-mobile .btn-cream {
    font-size: 16px;
    line-height: 14px;
  }
}
@media (min-width: 1536px) {
  .single-post .footer-desktop-layout {
    box-sizing: border-box;
    width: 1681px;
    height: 466px;
    margin: 0 auto;
    padding: 90px 0;
    justify-content: flex-start;
    gap: 274px;
  }
  .single-post .footer-nav-desktop {
    width: 180px;
  }
  .single-post .menu-footer-desktop {
    gap: 10px;
  }
  .single-post .menu-footer-desktop li a {
    font-size: 27px;
  }
  .single-post .footer-legal {
    width: 308px;
  }
  .single-post .footer-newsletter {
    flex: 0 0 645px;
    width: 645px;
    max-width: 645px;
    margin-left: 0;
  }
  .single-post .footer-newsletter h3 {
    font-size: 55px;
    line-height: 47px;
    letter-spacing: -1.1px;
    white-space: nowrap;
  }
}
.hero-carousel {
  width: 100%;
  overflow: hidden;
}
.hero-swiper {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 75px);
  min-height: max(600px, calc(100dvh - 75px));
}
.hero-swiper .swiper-slide {
  height: auto;
  min-height: calc(100vh - 75px);
  min-height: max(600px, calc(100dvh - 75px));
}
.hero-pagination {
  position: absolute !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 20 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
  width: auto !important;
  padding: 7px 11px;
  background: #231512;
  border: 1px solid rgba(245, 232, 217, 0.5);
  border-radius: 999px;
}
.hero-pagination .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background: transparent !important;
  border: 2px solid #f5e8d9 !important;
  opacity: 1 !important;
  border-radius: 50%;
  margin: 0 !important;
  box-sizing: border-box;
}
.hero-pagination .swiper-pagination-bullet-active {
  background: #f5e8d9 !important;
  border-color: #f5e8d9 !important;
  opacity: 1 !important;
}
.hero-slide-columns {
  display: flex;
  width: 100%;
  height: auto;
  min-height: inherit;
}
.hero-strain-col {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.hero-strain-content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5vh;
  padding-top: 12%;
  width: 85%;
  max-width: 463px;
}
.hero-strain-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 300;
  font-size: clamp(24px, 3vw, 57px);
  text-transform: uppercase;
  color: white;
  white-space: nowrap;
}
.hero-strain-arrow {
  width: clamp(7px, 0.9vw, 14px);
  height: clamp(16px, 2vw, 31px);
  flex-shrink: 0;
}
.hero-strain-arrow--flip {
  transform: scaleX(-1);
}
.hero-strain-heading {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: clamp(40px, 5.5vw, 120px);
  line-height: 0.77;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-align: center;
}
.hero-strain-highlight {
  display: inline;
}
.hero-strain-btn {
  border: 2.5px solid;
  border-radius: 5px;
  padding: clamp(8px, 1.3vh, 14px) clamp(20px, 2.5vw, 36px);
  min-width: clamp(120px, 12vw, 227px);
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 30px);
  text-align: center;
  text-transform: uppercase;
  transition: background-color 300ms ease, color 300ms ease;
}
.hero-strain-col:nth-child(1) .hero-strain-btn {
  background-color: #001c91 !important;
  border-color: #001c91 !important;
  color: #0fd1ff !important;
}
.hero-strain-col:nth-child(2) .hero-strain-btn {
  background-color: #00332b !important;
  border-color: #00332b !important;
  color: #ccfc4f !important;
}
.hero-strain-col:nth-child(3) .hero-strain-btn {
  background-color: #380017 !important;
  border-color: #380017 !important;
  color: #ff8a8a !important;
}
.hero-strain-col:nth-child(1):hover .hero-strain-btn {
  background-color: #0fd1ff !important;
  border-color: #0fd1ff !important;
  color: #001c91 !important;
}
.hero-strain-col:nth-child(2):hover .hero-strain-btn {
  background-color: #ccfc4f !important;
  border-color: #ccfc4f !important;
  color: #00332b !important;
}
.hero-strain-col:nth-child(3):hover .hero-strain-btn {
  background-color: #ff8a8a !important;
  border-color: #ff8a8a !important;
  color: #380017 !important;
}
.hero-bud-wrap {
  position: relative;
  margin-top: auto;
  margin-bottom: calc(2dvh - 1.5px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35%;
  max-width: 300px;
  max-height: 38%;
  flex-shrink: 0;
  pointer-events: none;
}
.hero-bud {
  position: relative;
  transition: transform 0.3s ease;
}
.hero-bud img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.hero-bud-shadow {
  width: 50%;
  margin-top: 2px;
  opacity: 0.7;
  filter: blur(3px);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hero-bud-shadow img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-strain-col:hover .hero-bud {
  animation: bud-float 2s ease-in-out infinite;
}
.hero-strain-col:hover .hero-bud-shadow {
  animation: bud-shadow 2s ease-in-out infinite;
}
@keyframes bud-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes bud-shadow {
  0%, 100% {
    transform: scaleX(1);
    opacity: 0.6;
  }
  50% {
    transform: scaleX(1.3);
    opacity: 0.3;
  }
}
.hero-slide-loud {
  position: relative;
  width: 100%;
  height: auto;
  min-height: inherit;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-loud-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: clamp(30px, 6.5vw, 125px);
  max-width: 65%;
}
.hero-loud-heading {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: clamp(50px, 7.7vw, 245px);
  line-height: 0.77;
  text-transform: uppercase;
  color: #ccfc4f;
}
.hero-loud-buttons {
  display: flex;
  gap: 27px;
  flex-wrap: wrap;
}
.hero-loud-btn {
  border: 2.5px solid #f5e8d9;
  border-radius: 5px;
  padding: clamp(8px, 1.3vh, 14px) clamp(20px, 2.5vw, 36px);
  min-width: clamp(120px, 12vw, 227px);
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 30px);
  text-align: center;
  text-transform: uppercase;
  color: #f5e8d9;
  text-decoration: none;
  transition: background-color 300ms ease, color 300ms ease;
}
.hero-loud-btn:hover {
  background-color: #f5e8d9;
  border-color: #f5e8d9;
  color: #3d2924;
}
.hero-loud-image {
  position: absolute;
  right: -5%;
  top: -15%;
  width: 65%;
  height: 130%;
  z-index: 1;
}
.hero-loud-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .hero-slide-loud {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .hero-swiper {
    height: auto;
    min-height: calc(100vh - 116px);
    min-height: calc(100dvh - 116px);
  }
  .hero-swiper .swiper-slide {
    height: auto;
    min-height: calc(100vh - 116px);
    min-height: calc(100dvh - 116px);
    display: flex;
    flex-direction: column;
  }
  .hero-pagination .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    border-width: 1.5px !important;
  }
  .hero-slide-columns {
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
  }
  .hero-strain-col {
    flex: 1 0 auto;
    flex-direction: row;
    padding: 12px 31px;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .hero-strain-content {
    padding-top: 0;
    width: auto;
    flex: 1;
    gap: 5px;
    align-items: flex-start;
  }
  .hero-strain-label {
    font-size: 15px;
    gap: 3px;
  }
  .hero-strain-arrow {
    width: 5px;
    height: 11px;
  }
  .hero-strain-heading {
    font-size: 40px;
    line-height: 33px;
    letter-spacing: 0;
    text-align: left;
  }
  .hero-strain-btn {
    font-size: 18px;
    padding: 10px 25px;
    min-width: 0;
    border-width: 1.5px;
    border-radius: 3px;
  }
  .hero-bud-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 132px;
    max-width: none;
    max-height: none;
    flex-shrink: 0;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .hero-bud-shadow {
    display: none;
  }
  .hero-slide-loud {
    flex: 1 1 auto;
    width: 100%;
    min-height: inherit;
    align-items: flex-start;
  }
  .hero-loud-content {
    max-width: 80%;
    padding-top: 57px;
    padding-left: 35px;
    gap: 10px;
  }
  .hero-loud-heading {
    font-size: 65px;
    line-height: 50px;
    letter-spacing: -0.65px;
  }
  .hero-loud-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .hero-loud-btn:first-child {
    order: 2;
  }
  .hero-loud-btn:last-child {
    order: 1;
  }
  .hero-loud-btn {
    font-size: 18px;
    padding: 10px 25px;
    min-width: 0;
    border-width: 1.5px;
    border-radius: 3px;
    width: auto;
    align-self: flex-start;
  }
  .hero-loud-image {
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .hero-loud-image img {
    -o-object-position: center 35%;
       object-position: center 35%;
  }
  .hero-pagination .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    border-width: 1.5px !important;
  }
}
@media (max-width: 400px) {
  .hero-strain-heading {
    font-size: 25px;
    line-height: 1.1;
  }
  .hero-loud-heading {
    font-size: 45px;
    line-height: 0.9;
  }
}
.font-expanded {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: expanded;
}
.products-heading h2 {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: clamp(55px, 7.8vw, 150px);
  line-height: 45px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--color-primary);
}
@media (min-width: 1024px) {
  .products-heading h2 {
    letter-spacing: -3px;
    line-height: 0.77;
  }
}
.products-heading .font-expanded {
  font-size: clamp(30px, 2.9vw, 55px);
  line-height: 30px;
  letter-spacing: 0;
  margin-top: 10px !important;
}
@media (min-width: 1024px) {
  .products-heading .font-expanded {
    letter-spacing: -1.1px;
    line-height: 0.83;
    margin-top: 32px !important;
  }
}
.products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 65px;
  }
}
.products-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-card {
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
  background: black;
  border: 1px solid #3d2924;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  color: #f5e8d9;
}
.product-card::before {
  content: "";
  grid-row: 1;
  padding-top: calc(123.4% - 112px);
}
.product-card-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  aspect-ratio: 513 / 711;
  min-height: 100%;
  overflow: hidden;
  transition: opacity 400ms ease;
}
.product-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card-product {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  max-height: 88%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  transition: transform 500ms ease;
}
.product-card-product[src*="allinones"], .product-card-product[src*="hyphenpods"] {
  width: 92%;
  max-height: 95%;
}
.product-card:hover .product-card-image, .product-card:focus-within .product-card-image, .product-card.is-visible .product-card-image {
  opacity: 0.5;
}
.product-card:hover .product-card-product, .product-card:focus-within .product-card-product, .product-card.is-visible .product-card-product {
  transform: translate(-50%, -53%) scale(1.03);
}
.product-card-text-panel {
  grid-row: 2;
  position: relative;
  min-width: 0;
  margin-bottom: -130px;
  background: #3d2924;
  padding: 31px 24px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  transition: transform 400ms ease;
}
.product-card:hover .product-card-text-panel, .product-card:focus-within .product-card-text-panel, .product-card.is-visible .product-card-text-panel {
  transform: translateY(-130px);
}
.product-card-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.product-card-name {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: clamp(30px, 3.6vw, 70px);
  line-height: 58px;
  text-transform: uppercase;
  color: #f5e8d9;
  overflow-wrap: break-word;
  hyphens: auto;
}
.product-card-desc {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(13px, 1.2vw, 23px);
  line-height: 1.3;
  color: #f5e8d9;
  margin-top: 0 !important;
}
.product-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 2.5px solid #f5e8d9;
  border-radius: 5px;
  padding: clamp(10px, 1.2vw, 14px) 36px;
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: clamp(18px, 1.6vw, 30px);
  text-align: center;
  text-transform: uppercase;
  color: #f5e8d9;
  min-height: 62px;
  transition: background-color 300ms ease, color 300ms ease;
}
.product-card-btn:hover {
  background-color: #f5e8d9;
  color: #3d2924 !important;
  opacity: 1;
}
@media (max-width: 767px) {
  .product-card::before {
    padding-top: calc(120.4% - 71px);
  }
  .product-card-image {
    aspect-ratio: 340 / 450;
  }
  .product-card-text-panel {
    margin-bottom: -80px;
    padding: 20px;
    gap: 30px;
  }
  .product-card:hover .product-card-text-panel,	.product-card:focus-within .product-card-text-panel,	.product-card.is-visible .product-card-text-panel {
    transform: translateY(-80px);
  }
  .product-card-name {
    font-size: 40px;
    line-height: 33px;
  }
  .product-card-desc {
    font-size: 15px;
    line-height: 18px;
  }
  .product-card-btn {
    font-size: 18px;
    border-width: 1.5px;
    border-radius: 3px;
    padding: 10px 25px;
    min-height: 0;
  }
}
@media (max-width: 400px) {
  .product-card-name {
    font-size: 25px;
    line-height: 1.1;
  }
  .product-card-btn {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.features-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  text-align: center;
  color: #3d2924;
}
@media (min-width: 861px) {
  .features-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(30px, 3.2vw, 62px);
  }
}
@media (max-width: 400px) {
  .feature-title {
    font-size: 25px;
  }
}
.feature-item {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.1vw, 21px);
  min-width: 0;
}
.feature-title {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: semi-expanded;
  font-weight: 900;
  font-size: clamp(30px, 2.5vw, 48px);
  line-height: 0.86;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  overflow-wrap: break-word;
  hyphens: auto;
}
.feature-desc {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 1.3vw, 25px);
  line-height: 1.25;
  margin-top: 0 !important;
  overflow-wrap: break-word;
}
.features-image {
  margin-top: clamp(35px, 3.4vw, 65px);
  border-radius: 5px;
  overflow: hidden;
  height: clamp(200px, 25vw, 485px);
}
@media (max-width: 767px) {
  .features-inner {
    display: flex;
    flex-direction: column;
  }
  .features-image {
    order: -1;
    margin-top: 0;
    margin-bottom: 35px;
  }
}
.features-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}
.community-section {
  background: linear-gradient(180deg, #231512 0%, #3d2924 100%);
  color: #f5e8d9;
}
.community-inner {
  padding: 60px 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .community-inner {
    padding: 90px 60px;
    gap: 55px;
  }
}
@media (min-width: 1024px) {
  .community-inner {
    padding: 125px;
    gap: 70px;
  }
}
.community-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .community-header {
    gap: 25px;
  }
}
.community-label {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.9vw, 55px);
  line-height: 0.87;
  letter-spacing: 0;
  color: #f5e8d9;
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .community-label {
    letter-spacing: -1.1px;
  }
}
.community-heading {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: clamp(32px, 8.5vw, 48px);
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #ccfc4f;
  margin: 0 !important;
  max-width: 100%;
}
@media (min-width: 768px) {
  .community-heading {
    font-size: clamp(36px, calc((100vw - 120px) / 15.2), 90px);
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1024px) {
  .community-heading {
    font-size: clamp(48px, calc((100vw - 250px) / 15.2), 90px);
    letter-spacing: 0.04em;
  }
}
.community-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 1024px) {
  .community-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 65px;
  }
}
.community-logo-box {
  background: #f5e8d9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 28px;
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .community-logo-box {
    width: clamp(280px, 26.8vw, 515px);
    height: clamp(200px, 17.4vw, 334px);
    padding: 0;
  }
}
.community-logo {
  display: block;
  width: 100%;
  max-width: 410px;
  height: auto;
}
@media (min-width: 1024px) {
  .community-logo {
    width: 80%;
    height: auto;
  }
}
.community-copy {
  display: flex;
  flex-direction: column;
  gap: 35px;
  flex: 1;
  min-width: 0;
}
@media (min-width: 1024px) {
  .community-copy {
    gap: 55px;
  }
}
.community-body {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.3vw, 25px);
  line-height: 1.25;
  color: #f5e8d9;
}
.community-body p {
  margin: 0 0 1em !important;
}
.community-body p:last-child {
  margin-bottom: 0 !important;
}
.community-body strong {
  font-weight: 700;
}
.community-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 640px) {
  .community-actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 45px;
    align-items: center;
  }
}
.community-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2.5px solid #f5e8d9;
  border-radius: 5px;
  padding: clamp(10px, 1.2vw, 14px) clamp(24px, 1.9vw, 36px);
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: clamp(18px, 1.4vw, 27px);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #f5e8d9;
  min-width: min(100%, 227px);
  transition: background-color 300ms ease, color 300ms ease;
}
@media (max-width: 1023px) {
  .community-btn {
    border-width: 1.5px;
    border-radius: 3px;
    width: 100%;
  }
}
.community-btn:hover {
  background-color: #f5e8d9;
  color: #231512;
}
.instagram-section {
  background: #3d2924;
  overflow: hidden;
}
.instagram-inner {
  padding: 45px 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
@media (min-width: 768px) {
  .instagram-inner {
    padding: 65px 0 90px;
    gap: 55px;
  }
}
@media (min-width: 1024px) {
  .instagram-inner {
    padding: 65px 0 125px;
    gap: 70px;
  }
}
.instagram-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  padding: 0 30px;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .instagram-header {
    gap: 25px;
    padding: 0 24px;
  }
}
.instagram-handle {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: expanded;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #ccfc4f;
  text-decoration: none;
  transition: opacity 300ms ease;
  width: 100%;
  word-break: break-word;
}
.instagram-handle:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  .instagram-handle {
    font-size: clamp(32px, 2.9vw, 55px);
    line-height: 0.82;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1024px) {
  .instagram-handle {
    letter-spacing: -1.1px;
    line-height: 45px;
  }
}
.instagram-tagline {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: 40px;
  line-height: 33px;
  letter-spacing: 0;
  color: #f5e8d9;
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .instagram-tagline {
    font-size: clamp(36px, 2.9vw, 55px);
    line-height: 0.85;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1024px) {
  .instagram-tagline {
    letter-spacing: -1.1px;
    line-height: 47px;
  }
}
.instagram-tagline-br {
  display: none;
}
@media (max-width: 767px) {
  .instagram-tagline-br {
    display: inline;
  }
}
.instagram-swiper {
  width: 100%;
  overflow: visible;
}
.instagram-swiper .swiper-slide {
  width: 124px;
  height: auto;
}
@media (min-width: 768px) {
  .instagram-swiper .swiper-slide {
    width: clamp(220px, 17.1vw, 329px);
  }
}
.instagram-slide {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 1px;
  background: rgba(217, 217, 217, 0.1);
  overflow: hidden;
  transition: opacity 300ms ease;
}
@media (min-width: 768px) {
  .instagram-slide {
    border-radius: 3px;
  }
}
.instagram-slide:hover {
  opacity: 0.9;
}
.instagram-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lineup-hero {
  position: relative;
  height: clamp(300px, 30vw, 589px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bababa;
}
.lineup-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lineup-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
}
.lineup-hero-title {
  position: relative;
  z-index: 2;
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: expanded;
  font-weight: 300;
  font-size: clamp(35px, 4.4vw, 85px);
  line-height: 0.89;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  color: #f5e8d9;
  text-align: center;
}
@media (min-width: 1024px) {
  .lineup-hero-title {
    letter-spacing: -1.7px;
  }
}
.lineup-product {
  overflow: hidden;
  margin-top: -1px;
  scroll-margin-top: calc(116px + 12px);
}
@media (min-width: 1024px) {
  .lineup-product {
    scroll-margin-top: calc(75px + 16px);
  }
}
.lineup-product-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px 24px;
}
@media (min-width: 1024px) {
  .lineup-product-inner {
    flex-direction: row;
    align-items: center;
    gap: clamp(40px, 4.7vw, 90px);
    padding: 100px clamp(60px, 6.5vw, 125px);
  }
  .lineup-product-inner.img-right {
    flex-direction: row-reverse;
  }
}
.lineup-product-image-wrap {
  flex-shrink: 0;
}
.lineup-product-image-card {
  width: 100%;
  aspect-ratio: 474 / 735;
  background: linear-gradient(180deg, #00332b 7.3%, #d7f684 64.9%, #ccfc4f 132.9%);
  border: 2px solid #3d2924;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.lineup-product-image-card img {
  max-width: 88%;
  max-height: 92%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-fade-card {
  position: relative;
}
.product-fade-layer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.product-fade-layer.is-active {
  opacity: 1;
}
.product-fade-layer img {
  max-width: 88%;
  max-height: 92%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lineup-product-image-card img[src*="allinones"], .product-fade-layer img[src*="allinones"] {
  max-width: 100%;
  max-height: 96%;
}
.lineup-product-image-card img[src*="hyphen"], .product-fade-layer img[src*="hyphen"] {
  max-width: 92%;
  max-height: 92%;
}
@media (min-width: 1024px) {
  .lineup-product-image-wrap {
    width: clamp(300px, 24.7vw, 474px);
  }
}
.lineup-product-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.1vw, 40px);
}
.lineup-product-name {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: clamp(40px, 6.5vw, 125px);
  line-height: 0.85;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ccfc4f;
  overflow-wrap: break-word;
  transition: color 1.2s ease-in-out;
}
@media (min-width: 1024px) {
  .lineup-product-name {
    letter-spacing: -2.5px;
  }
}
.lineup-btn-accent {
  transition: color 1.2s ease-in-out;
}
.lineup-product-desc {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.3vw, 25px);
  line-height: 1.25;
  letter-spacing: 0.15px;
  color: #f5e8d9;
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .lineup-product-desc {
    letter-spacing: normal;
  }
}
.lineup-product-features {
  list-style: disc;
  padding-left: 38px;
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 1.3vw, 25px);
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: #f5e8d9;
  text-transform: uppercase;
}
.lineup-product-features li {
  margin: 0;
}
.lineup-product-divider {
  border: none;
  border-top: 2px solid #f5e8d9;
  opacity: 0.3;
  margin: 0;
}
.lineup-product-avail {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.3vw, 25px);
  line-height: 1.25;
  color: #f5e8d9;
}
.lineup-product-avail strong {
  font-weight: 700;
  letter-spacing: 0.5px;
}
.lineup-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2.5px solid #f5e8d9;
  border-radius: 5px;
  padding: clamp(10px, 1.2vw, 14px) clamp(25px, 2.5vw, 36px);
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: clamp(18px, 1.6vw, 30px);
  text-align: center;
  text-transform: uppercase;
  color: #f5e8d9;
  text-decoration: none;
  align-self: flex-start;
  transition: background-color 300ms ease, color 300ms ease;
}
.lineup-product-btn:hover {
  background-color: var(--product-accent, #f5e8d9);
  border-color: var(--product-accent, #f5e8d9);
  color: #231512 !important;
}
.lineup-product-btn:hover .lineup-btn-accent {
  color: #231512 !important;
}
.lineup-rare {
  background: linear-gradient(180deg, #231512 6.3%, #775a32 63.8%, #231512 99.4%);
  overflow: hidden;
}
.lineup-rare-inner {
  padding: 50px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 37px;
}
@media (min-width: 1024px) {
  .lineup-rare-inner {
    padding: 100px 125px;
  }
}
.lineup-rare-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.lineup-rare-sub {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: expanded;
  font-weight: 500;
  font-size: clamp(25px, 2.3vw, 45px);
  line-height: 0.75;
  letter-spacing: 8.1px;
  text-transform: uppercase;
  background: linear-gradient(80deg, #775a32 2%, #9e8055 24%, #c09f6f 42%, #775a32 54%, #9e8055 72%, #c09f6f 86%, #9e8055 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 0 !important;
}
.lineup-rare-title {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: expanded;
  font-weight: 500;
  font-size: clamp(55px, 5.2vw, 100px);
  line-height: 0.79;
  letter-spacing: 18px;
  text-transform: uppercase;
  background: linear-gradient(83deg, #775a32 2%, #9e8055 24%, #c09f6f 42%, #775a32 54%, #9e8055 72%, #c09f6f 86%, #9e8055 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lineup-rare-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2.5px solid #775a32;
  border-radius: 5px;
  padding: clamp(10px, 1.2vw, 14px) clamp(25px, 2.5vw, 36px);
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: clamp(18px, 1.6vw, 30px);
  text-transform: uppercase;
  color: #e3c295;
  text-decoration: none;
  min-width: 227px;
  text-align: center;
  transition: background-color 300ms ease, color 300ms ease;
}
.lineup-rare-btn:hover {
  background-color: #775a32;
  color: #f5e8d9;
}
.lineup-rare-images {
  display: flex;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  max-height: clamp(300px, 45vw, 874px);
  box-shadow: -5px 5px 10.5px rgba(0, 0, 0, 0.25);
}
.lineup-rare-img {
  flex: 1;
  overflow: hidden;
}
.lineup-rare-img + .lineup-rare-img {
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.53);
}
.lineup-rare-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-video {
  padding: 0;
}
.about-video-player {
  position: relative;
  width: 100%;
  height: 100vh;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.about-video-element {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-video-element:fullscreen {
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
}
.about-video-element:-webkit-full-screen {
  object-fit: contain;
  background: #000;
}
@media (max-width: 1023px) {
  .about-video-player {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .about-video-element {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.about-play-icon {
  position: relative;
  z-index: 2;
  width: clamp(60px, 5vw, 100px);
  height: auto;
  cursor: pointer;
  pointer-events: none;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}
.about-video-controls-rail {
  position: sticky;
  top: calc(116px + 12px);
  z-index: 3;
  height: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0 20px;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .about-video-controls-rail {
    top: calc(75px + 16px);
    padding: 0 32px;
  }
}
.about-video-controls {
  display: flex;
  gap: 10px;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .about-video-controls {
    gap: 12px;
  }
}
.about-video-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5e8d9;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(245, 232, 217, 0.4);
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 1024px) {
  .about-video-btn {
    width: 46px;
    height: 46px;
  }
}
.about-video-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(245, 232, 217, 0.85);
}
.about-video-btn:focus-visible {
  outline: 2px solid #f5e8d9;
  outline-offset: 2px;
}
.about-video-btn svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) {
  .about-video-btn svg {
    width: 22px;
    height: 22px;
  }
}
.about-slides-wrapper {
  position: relative;
}
.about-slides-sticky {
  position: sticky;
  top: 75px;
  min-height: calc(100vh - 75px);
  display: flex;
  align-items: center;
  padding: 0 clamp(24px, 6.5vw, 125px);
}
.about-slides-pagination {
  position: absolute;
  left: clamp(8px, 2.5vw, 40px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 5;
}
.about-slides-pag-item {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.about-slides-pag-item:focus-visible {
  outline: 2px solid #f5e8d9;
  outline-offset: 4px;
  border-radius: 2px;
}
.about-slides-pag-bar {
  display: block;
  width: 3px;
  height: 22px;
  border-radius: 3px;
  background: rgba(245, 232, 217, 0.35);
  transition: background-color 250ms ease, height 250ms ease, width 250ms ease;
}
.about-slides-pag-item:hover .about-slides-pag-bar {
  background: rgba(245, 232, 217, 0.7);
}
.about-slides-pag-item.is-active .about-slides-pag-bar {
  background: #f5e8d9;
  height: 34px;
  width: 4px;
}
@media (max-width: 1023px) {
  .about-slides-pagination {
    left: 50%;
    top: calc(50% + clamp(175px, 25vh, 270px) + 12px);
    bottom: auto;
    transform: translateX(-50%);
    flex-direction: row;
    gap: 12px;
  }
  .about-slides-pag-bar {
    width: 22px;
    height: 3px;
  }
  .about-slides-pag-item.is-active .about-slides-pag-bar {
    width: 34px;
    height: 4px;
  }
}
@media (max-width: 1023px) {
  .about-slides-sticky {
    top: 116px;
    min-height: calc(100vh - 116px);
  }
}
.about-slides-viewport {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  min-height: clamp(350px, 50vh, 539px);
}
.about-slide {
  grid-area: 1 / 1;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 0 7.5px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}
.about-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.about-standard-content {
  flex: 1;
  padding: clamp(30px, 4.6vw, 89px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #001c91;
  justify-content: center;
}
.about-standard-label {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 2.9vw, 55px);
  line-height: 0.87;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .about-standard-label {
    letter-spacing: -1.1px;
  }
}
.about-standard-heading {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: clamp(45px, 7.8vw, 150px);
  line-height: 0.77;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .about-standard-heading br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .about-standard-heading {
    letter-spacing: -3px;
  }
}
.about-standard-desc {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 1.3vw, 25px);
  line-height: 1.25;
  max-width: 812px;
  margin-top: 0 !important;
}
.about-standard-side {
  width: clamp(40px, 3.5vw, 68px);
  background: #001c91;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-standard-side-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: expanded;
  font-weight: 500;
  font-size: clamp(20px, 2.3vw, 45px);
  letter-spacing: 8.1px;
  text-transform: uppercase;
  color: #0fd1ff;
  white-space: nowrap;
}
.about-work-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-transform: uppercase;
  margin-bottom: clamp(30px, 3.1vw, 60px);
}
.about-work-label {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3.82vw, 55px);
  line-height: 0.87;
  letter-spacing: 0;
  color: #f5e8d9;
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .about-work-label {
    letter-spacing: -1.1px;
  }
}
.about-work-heading {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: clamp(45px, 10.42vw, 150px);
  line-height: 0.77;
  letter-spacing: 0;
  color: #ccfc4f;
}
@media (min-width: 1024px) {
  .about-work-heading {
    letter-spacing: -3px;
  }
}
.about-work-grid {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1024px) {
  .about-work-grid {
    flex-direction: row;
    align-items: stretch;
  }
}
.about-work-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 2.6vw, 50px);
  flex: 1;
}
@media (min-width: 768px) {
  .about-work-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-work-card {
  background: #3d2924;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
  color: #f5e8d9;
}
.about-work-card-title {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: clamp(28px, 2.3vw, 45px);
  line-height: 0.86;
  letter-spacing: -0.9px;
  text-transform: uppercase;
}
.about-work-card-desc {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 1.3vw, 25px);
  line-height: 1.25;
  margin-top: 0 !important;
}
.about-work-image {
  flex-shrink: 0;
  overflow: visible;
  align-self: end;
  background: radial-gradient(ellipse at center, #4a2c20 0%, #2e1a14 55%, #231512 100%);
}
.about-work-grid, .about-work {
  overflow: visible;
}
.about-work {
  padding-top: 100px !important;
}
@media (max-width: 1023px) {
  .about-work {
    padding-top: 100px !important;
  }
}
.about-work-header {
  position: relative;
  z-index: 10;
}
.about-work-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (min-width: 1024px) {
  .about-work-image {
    width: clamp(250px, 20vw, 380px);
    align-self: stretch;
  }
}
@media (max-width: 1023px) {
  .about-work-label {
    display: none;
  }
  .about-work-image {
    order: 1;
    aspect-ratio: 342 / 529;
    height: auto;
    max-height: none;
    clip-path: inset(-9999px -9999px 0 -9999px);
  }
  .about-work-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .about-work-cards {
    order: 2;
  }
}
@media (max-height: 700px) {
  .about-slides-sticky {
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .about-slides-viewport {
    min-height: 160px;
  }
}
@media (max-width: 1023px) and (max-height: 700px) {
  .about-slides-pagination {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media (max-height: 420px) {
  .about-slides-sticky {
    top: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .about-slides-viewport {
    min-height: 120px;
  }
}
.faq-hero {
  position: relative;
  height: clamp(250px, 31vw, 599px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #3d2924, #231512);
}
.faq-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.27);
}
.faq-hero-title {
  position: relative;
  z-index: 2;
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: expanded;
  font-weight: 300;
  font-size: clamp(45px, 4.4vw, 85px);
  line-height: 0.89;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  color: #f5e8d9;
  text-align: center;
}
@media (min-width: 1024px) {
  .faq-hero-title {
    letter-spacing: -1.7px;
  }
}
.faq-category {
  overflow: hidden;
}
.faq-category--light {
  background: #f5e8d9;
  color: #3d2924;
}
.faq-category--dark {
  background: #3d2924;
  color: #f5e8d9;
}
.faq-category-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 45px 30px;
}
@media (min-width: 1024px) {
  .faq-category-inner {
    flex-direction: row;
    gap: 95px;
    padding: 70px clamp(60px, 6.5vw, 125px);
  }
}
.faq-category-title-wrap {
  flex-shrink: 0;
  min-width: 0;
  container-type: inline-size;
}
@media (min-width: 1024px) {
  .faq-category-title-wrap {
    width: clamp(400px, 37.5vw, 720px);
    padding-top: 50px;
  }
}
.faq-category-title {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: clamp(55px, 6.5vw, 125px);
  line-height: 0.85;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: min(clamp(55px, 6.5vw, 125px), 17.2cqw);
  overflow-wrap: anywhere;
  hyphens: auto;
}
.faq-category-items {
  min-width: 0;
}
@media (max-width: 500px) {
  .faq-category-title {
    font-size: 35px;
    line-height: 1;
  }
  .faq-hero-title {
    font-size: 35px;
    line-height: 1.05;
    letter-spacing: -0.5px;
    overflow-wrap: anywhere;
  }
}
@media (min-width: 1024px) {
  .faq-category-title {
    letter-spacing: -2.5px;
  }
}
@media (max-width: 1023px) {
  .faq-category-title {
    line-height: 0.82;
  }
}
.faq-category-items {
  flex: 1;
  min-width: 0;
}
.faq-item {
  border-bottom: 2px solid #231512;
}
.faq-item-header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 35px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: inherit;
  gap: 15px;
}
@media (min-width: 1024px) {
  .faq-item-header {
    padding: 50px 0;
  }
}
.faq-item-question {
  flex: 1;
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: clamp(18px, 1.56vw, 30px);
  line-height: 1;
  text-transform: uppercase;
}
.faq-item-icon {
  flex-shrink: 0;
  width: clamp(15px, 1.56vw, 30px);
  height: clamp(15px, 1.56vw, 30px);
  transition: transform 0.3s ease;
}
.faq-item-icon.is-open {
  transform: rotate(180deg);
}
.faq-item-icon svg {
  width: 100%;
  height: 100%;
}
.faq-item-answer {
  overflow: hidden;
}
.faq-item-answer p {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 1.15vw, 22px);
  line-height: 1.4;
  padding-bottom: 35px;
  max-width: 780px;
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .faq-item-answer p {
    padding-bottom: 50px;
  }
}
.faq-category--dark .faq-item {
  border-bottom-color: #231512;
}
.rare-gold-text {
  background: linear-gradient(83deg, #775a32 2%, #9e8055 24%, #c09f6f 42%, #775a32 54%, #9e8055 72%, #c09f6f 86%, #9e8055 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.rare-hero {
  background: linear-gradient(180deg, #775a32 25%, #231512 80%, #231512 103%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 45px 30px;
  gap: 21px;
}
@media (min-width: 1024px) {
  .rare-hero {
    padding: 125px;
    gap: 30px;
  }
}
.rare-hero-label {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: expanded;
  font-weight: 500;
  font-size: clamp(40px, 4.4vw, 85px);
  line-height: 0.93;
  letter-spacing: clamp(4px, 0.9vw, 18px);
  text-transform: uppercase;
}
.rare-hero-heading {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: clamp(55px, 6.5vw, 125px);
  line-height: 0.85;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  color: #f5e8d9;
}
.rare-hero-desc {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.3vw, 25px);
  line-height: 1.25;
  color: #f5e8d9;
  max-width: 1086px;
}
.rare-hero-desc p {
  margin-bottom: 17px;
  margin-top: 0 !important;
}
.rare-hero-desc p:last-child {
  margin-bottom: 0;
}
.rare-product {
  background: #231512;
  overflow: hidden;
  padding: 45px 30px;
}
@media (min-width: 1024px) {
  .rare-product {
    padding: 100px clamp(60px, 6.5vw, 125px);
  }
}
.rare-product-inner {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (min-width: 1024px) {
  .rare-product-inner {
    flex-direction: row;
    align-items: center;
    gap: clamp(40px, 4.7vw, 90px);
  }
}
.rare-product-image-wrap {
  flex-shrink: 0;
}
.rare-product-image-card {
  width: 100%;
  aspect-ratio: 474 / 735;
  border: 2px solid #3d2924;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .rare-product-image-card {
    border-radius: 3px;
    aspect-ratio: auto;
    height: 410px;
  }
}
.rare-product-image-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .rare-product-image-wrap {
    width: clamp(300px, 26.5vw, 510px);
  }
}
.rare-product-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.1vw, 40px);
}
.rare-product-name {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: expanded;
  font-weight: 500;
  font-size: clamp(40px, 4.2vw, 80px);
  line-height: 0.64;
  letter-spacing: clamp(4px, -0.1vw, -1.6px);
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .rare-product-name {
    letter-spacing: -1.6px;
  }
}
.rare-product-desc {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.3vw, 25px);
  line-height: 1.25;
  color: #f5e8d9;
  margin-top: 0 !important;
}
.rare-product-features {
  list-style: disc;
  padding-left: clamp(22px, 2vw, 38px);
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 1.3vw, 25px);
  line-height: 1.25;
  color: #f5e8d9;
  text-transform: uppercase;
}
.rare-product-features li {
  margin: 0;
}
.rare-product-divider {
  border: none;
  border-top: 2px solid #f5e8d9;
  opacity: 0.3;
  margin: 0;
}
.rare-product-avail {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.3vw, 25px);
  line-height: 1.25;
  color: #f5e8d9;
}
.rare-product-avail strong {
  font-weight: 700;
  letter-spacing: 0.5px;
}
.rare-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2.5px solid #775a32;
  border-radius: 5px;
  padding: clamp(10px, 1.2vw, 14px) clamp(25px, 2.5vw, 36px);
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: clamp(18px, 1.56vw, 30px);
  text-align: center;
  text-transform: uppercase;
  color: #e3c295;
  text-decoration: none;
  align-self: flex-start;
  transition: background-color 300ms ease, color 300ms ease;
}
@media (max-width: 1023px) {
  .rare-product-btn {
    width: 100%;
    border-width: 1.5px;
    border-radius: 3px;
  }
}
.rare-product-btn:hover {
  background-color: #775a32;
  color: #f5e8d9;
}
.rare-details {
  background: #231512;
  padding: 45px 30px;
}
@media (min-width: 1024px) {
  .rare-details {
    padding: 100px clamp(60px, 6.5vw, 125px);
  }
}
.rare-details-inner {
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 1023px) {
  .rare-details-inner {
    border-radius: 3px;
  }
}
.rare-details-header {
  background: #3d2924;
  padding: 25px;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .rare-details-header {
    height: 182px;
    align-items: center;
    justify-content: center;
    padding: 40px;
  }
}
.rare-details-header-text {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(23px, 1.8vw, 35px);
  line-height: 1.3;
  color: #f5e8d9;
  text-align: center;
  max-width: 1337px;
}
.rare-details-columns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .rare-details-columns {
    flex-direction: row;
  }
}
.rare-details-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 35px 30px;
  gap: clamp(20px, 1.56vw, 30px);
  min-height: 250px;
}
@media (min-width: 1024px) {
  .rare-details-col {
    min-height: 596px;
    padding: 139px 57px;
  }
}
.rare-details-col--blue {
  background: #000d33;
}
.rare-details-col--green {
  background: #031a14;
}
.rare-details-col--red {
  background: #24000f;
}
.rare-details-col-title {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: expanded;
  font-weight: 500;
  font-size: clamp(25px, 2.6vw, 50px);
  line-height: 1;
  letter-spacing: clamp(2px, -0.05vw, -1px);
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .rare-details-col-title {
    letter-spacing: -1px;
  }
}
.rare-details-col-desc {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.3vw, 25px);
  line-height: 1.25;
  color: #f5e8d9;
  max-width: 444px;
  margin-top: 0 !important;
}
.rare-core {
  background: linear-gradient(180deg, #231512 6%, #775a32 64%, #231512 99%);
  overflow: hidden;
  padding: 45px 30px;
}
@media (min-width: 1024px) {
  .rare-core {
    padding: 100px clamp(60px, 6.5vw, 125px);
  }
}
.rare-core-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.rare-core-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(15px, 1vw, 20px);
  text-align: center;
  text-transform: uppercase;
  color: #ccfc4f;
}
.rare-core-sub {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: expanded;
  font-weight: 300;
  font-size: clamp(30px, 2.9vw, 55px);
  line-height: 0.83;
  letter-spacing: -1.1px;
  margin-top: 0 !important;
}
.rare-core-title {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: clamp(55px, 7.8vw, 150px);
  line-height: 0.77;
  letter-spacing: -3px;
}
.rare-core-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2.5px solid #f5e8d9;
  border-radius: 5px;
  padding: clamp(10px, 1.2vw, 14px) clamp(25px, 2.5vw, 36px);
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: clamp(18px, 1.56vw, 30px);
  text-transform: uppercase;
  color: #f5e8d9;
  text-decoration: none;
  transition: background-color 300ms ease, color 300ms ease;
}
@media (max-width: 1023px) {
  .rare-core-btn {
    border-width: 1.5px;
    border-radius: 3px;
  }
}
.rare-core-btn:hover {
  background-color: #f5e8d9;
  color: #231512;
}
.rare-core-images {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.45);
}
@media (min-width: 1024px) {
  .rare-core-images {
    flex-direction: row;
    max-height: clamp(400px, 35vw, 681px);
    border-radius: 5px;
    box-shadow: -5px 5px 10.5px rgba(0, 0, 0, 0.25);
  }
}
.rare-core-img {
  flex: 1;
  overflow: hidden;
  position: relative;
  min-height: 350px;
}
@media (min-width: 1024px) {
  .rare-core-img {
    min-height: clamp(400px, 35vw, 681px);
  }
}
.rare-core-img + .rare-core-img {
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.53);
}
@media (max-width: 1023px) {
  .rare-core-img + .rare-core-img {
    box-shadow: none;
  }
  .rare-core-img {
    box-shadow: inset 0 -3px 10px rgba(0, 0, 0, 0.3);
  }
}
.rare-core-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 10px));
  width: 75%;
  max-height: 75%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .rare-core-img img {
    transform: translate(-50%, -50%);
    width: auto;
    height: 112%;
    max-height: none;
  }
}
.with_frm_style, .with_frm_style * {
  color: var(--color-primary) !important;
}
.with_frm_style {
  border: 2px solid var(--color-primary);
  border-radius: 5px;
  padding: 32px;
}
@media (min-width: 1024px) {
  .with_frm_style {
    padding: 40px;
  }
}
@media (min-width: 1536px) {
  .with_frm_style {
    padding: 48px;
  }
}
.with_frm_style .frm_required {
  color: var(--color-primary) !important;
  opacity: 0.8;
}
.with_frm_style .frm_html_container, .with_frm_style .frm_required_field_message, .with_frm_style .frm_description, .with_frm_style .frm_message {
  color: var(--color-primary) !important;
  font-family: 'Archivo', system-ui, sans-serif;
  font-size: 14px;
  opacity: 0.8;
}
.with_frm_style .frm_message, .with_frm_style .frm_message p, .frm_success_style {
  color: #3D763E !important;
  opacity: 1 !important;
}
.with_frm_style .frm_primary_label, .with_frm_style label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.with_frm_style input[type="text"], .with_frm_style input[type="email"], .with_frm_style input[type="tel"], .with_frm_style input[type="number"], .with_frm_style input[type="url"], .with_frm_style input[type="password"], .with_frm_style textarea, .with_frm_style select {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid var(--color-primary) !important;
  border-radius: 0 !important;
  color: var(--color-primary) !important;
  font-family: 'Archivo', system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  height: 44px;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100%;
}
.with_frm_style textarea {
  height: auto;
  min-height: 130px;
  padding: 8px 0 !important;
  resize: vertical;
}
@media (min-width: 1024px) {
  .with_frm_style input[type="text"],	.with_frm_style input[type="email"],	.with_frm_style input[type="tel"],	.with_frm_style input[type="number"],	.with_frm_style input[type="url"],	.with_frm_style input[type="password"],	.with_frm_style select {
    font-size: 18px !important;
    line-height: 26px !important;
    height: 48px;
  }
  .with_frm_style textarea {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
@media (min-width: 1536px) {
  .with_frm_style input[type="text"],	.with_frm_style input[type="email"],	.with_frm_style input[type="tel"],	.with_frm_style input[type="number"],	.with_frm_style input[type="url"],	.with_frm_style input[type="password"],	.with_frm_style select {
    font-size: 22px !important;
    line-height: 30px !important;
    height: 56px;
  }
  .with_frm_style textarea {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
.with_frm_style input::-moz-placeholder, .with_frm_style textarea::-moz-placeholder {
  color: var(--color-primary) !important;
  opacity: 0.5 !important;
  font-family: 'Archivo', system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.with_frm_style input::placeholder, .with_frm_style textarea::placeholder {
  color: var(--color-primary) !important;
  opacity: 0.5 !important;
  font-family: 'Archivo', system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media (min-width: 1024px) {
  .with_frm_style input::-moz-placeholder, .with_frm_style textarea::-moz-placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .with_frm_style input::placeholder,	.with_frm_style textarea::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
@media (min-width: 1536px) {
  .with_frm_style input::-moz-placeholder, .with_frm_style textarea::-moz-placeholder {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .with_frm_style input::placeholder,	.with_frm_style textarea::placeholder {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
.with_frm_style input:focus, .with_frm_style textarea:focus, .with_frm_style select:focus {
  background: transparent !important;
  border-bottom-color: var(--color-primary) !important;
  box-shadow: none !important;
  outline: none !important;
}
.with_frm_style .frm_button_submit, .with_frm_style button[type="submit"], .with_frm_style input[type="submit"] {
  color: var(--color-primary) !important;
  background: transparent !important;
  border: 2.5px solid var(--color-primary) !important;
  border-radius: 5px !important;
  font-family: 'Archivo', system-ui, sans-serif !important;
  font-stretch: condensed;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  text-transform: uppercase !important;
  padding: 10px 24px !important;
  min-width: 160px;
  height: auto !important;
  text-align: center;
  cursor: pointer;
  box-shadow: none !important;
  transition: background-color 200ms ease, color 200ms ease;
}
.with_frm_style .frm_button_submit:hover, .with_frm_style button[type="submit"]:hover, .with_frm_style input[type="submit"]:hover {
  background: var(--color-primary) !important;
  color: #231512 !important;
}
@media (min-width: 1536px) {
  .with_frm_style .frm_button_submit,	.with_frm_style button[type="submit"],	.with_frm_style input[type="submit"] {
    font-size: 30px !important;
    padding: 14px 36px !important;
    min-width: 227px;
  }
}
.with_frm_style .frm_form_field {
  margin-bottom: 24px;
}
.with_frm_style .frm_description, .with_frm_style .frm_required_field_message {
  color: var(--color-primary);
  font-size: 13px;
  opacity: 0.8;
}
.with_frm_style .frm_blank_field input, .with_frm_style .frm_blank_field textarea, .with_frm_style .frm_blank_field select {
  border-bottom-color: #ff6b6b !important;
}
.with_frm_style .frm_error {
  color: #ff6b6b;
  font-size: 13px;
  margin-top: 6px;
}
.contact-page {
  color: var(--color-primary);
}
.contact-page-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
@media (min-width: 1024px) {
  .contact-page-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 80px;
  }
}
@media (min-width: 1536px) {
  .contact-page-layout {
    gap: 140px;
  }
}
.contact-page-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .contact-page-header {
    position: sticky;
    top: 120px;
  }
}
.contact-page-title {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: 64px;
  line-height: 0.8;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--color-primary);
}
@media (min-width: 1024px) {
  .contact-page-title {
    font-size: 100px;
  }
}
@media (min-width: 1536px) {
  .contact-page-title {
    font-size: 140px;
  }
}
.contact-page-subtitle {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--color-primary);
  max-width: 520px;
}
@media (min-width: 1024px) {
  .contact-page-subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1536px) {
  .contact-page-subtitle {
    font-size: 22px;
  }
}
.contact-form-wrap {
  width: 100%;
}
.contact-form-wrap .frm_fields_container, .with_frm_style .frm_fields_container {
  display: block !important;
  grid-template-columns: none !important;
}
.contact-form-wrap .frm_form_field {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
}
@media (min-width: 768px) {
  .contact-form-wrap .frm_fields_container,	.with_frm_style .frm_fields_container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px 24px;
    align-items: start;
  }
  .contact-form-wrap .frm_form_field {
    grid-column: 1 / -1 !important;
    margin-bottom: 0 !important;
  }
  .contact-form-wrap .frm_form_field.frm_half,	.contact-form-wrap .frm_form_field.frm6 {
    grid-column: span 1 !important;
    max-width: 100% !important;
  }
  .contact-form-wrap .frm_form_field.frm_html_container {
    align-self: center;
  }
  .contact-form-wrap .frm_form_field.frm_submit_container,	.contact-form-wrap .frm_form_field.frm6:has(button[type="submit"]),	.contact-form-wrap .frm_form_field.frm6:has(input[type="submit"]) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.contact-form-wrap .frm_submit {
  display: flex;
  justify-content: flex-start;
}
.blog-journal, .blog-article {
  background: #231512;
}
.blog-hero {
  background: linear-gradient(180deg, #3d2924 0%, #231512 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.3vw, 25px);
  padding: clamp(60px, 4.5vw, 86px) 24px;
  text-align: center;
  overflow: hidden;
}
.blog-hero-label {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: expanded;
  font-weight: 300;
  font-size: clamp(36px, 4.4vw, 85px);
  line-height: 0.88;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #f5e8d9;
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .blog-hero-label {
    letter-spacing: -1.7px;
    line-height: 75px;
  }
}
.blog-hero-wordmark {
  width: min(100%, 1920px);
}
.blog-hero-wordmark img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-grid-section {
  background: #231512;
  padding: 40px 24px 60px;
}
@media (min-width: 768px) {
  .blog-grid-section {
    padding: 60px 60px 90px;
  }
}
@media (min-width: 1024px) {
  .blog-grid-section {
    padding: 0 125px 125px;
  }
}
.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px;
  }
}
@media (min-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 65px;
  }
}
.blog-empty {
  color: #f5e8d9;
  font-family: 'Archivo', system-ui, sans-serif;
  font-size: 22px;
}
.blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
}
.blog-card-media {
  display: block;
  width: 100%;
  aspect-ratio: 513 / 311;
  background: rgba(245, 232, 217, 0.3);
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.blog-article .blog-card-media {
  background: rgba(61, 41, 36, 0.3);
}
.blog-card-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card-media--lockup {
  aspect-ratio: 515 / 334;
  background: #f5e8d9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 52px;
}
.blog-card-lockup-img {
  display: block;
  width: 100%;
  max-width: 410px;
  height: auto;
}
.blog-card-body {
  background: #3d2924;
  border-radius: 0 0 5px 5px;
  padding: 36px 24px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog-card-body {
    padding: 50px 30px;
  }
}
.blog-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  width: 100%;
}
.blog-card-title {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: 32px;
  line-height: 0.85;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #f5e8d9;
  margin: 0 !important;
  width: 100%;
  overflow-wrap: break-word;
}
.blog-card-title a {
  color: #f5e8d9 !important;
  text-decoration: none !important;
  background-image: linear-gradient(#f5e8d9, #f5e8d9);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease !important;
  opacity: 1 !important;
}
.blog-card-title a:hover {
  color: #f5e8d9 !important;
  opacity: 1 !important;
  background-size: 100% 2px;
}
@media (min-width: 768px) {
  .blog-card-title {
    font-size: 55px;
    line-height: 47px;
    letter-spacing: -1.1px;
  }
}
.blog-card-date {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #f5e8d9;
  margin: 0 !important;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-card-date {
    font-size: 22px;
    line-height: 31.147px;
  }
}
.blog-card-btn {
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  border: 2.5px solid #f5e8d9;
  border-radius: 5px;
  padding: 14.5px 36px;
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: 27px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #f5e8d9 !important;
  opacity: 1 !important;
  min-width: 227px;
  box-sizing: border-box;
  transition: background-color 300ms ease, color 300ms ease;
}
.blog-card-btn:hover {
  background-color: #f5e8d9;
  color: #231512 !important;
}
@media (max-width: 767px) {
  .blog-card-btn {
    border-width: 1.5px;
    border-radius: 3px;
    padding: 10px 25px;
    min-width: 120px;
    font-size: 16px;
  }
}
.blog-grid:has(> .blog-card:only-child) {
  grid-template-columns: minmax(0, 515px);
}
.blog-pagination {
  margin-top: 60px;
}
.blog-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.blog-pagination a, .blog-pagination span {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #f5e8d9;
  text-decoration: none;
  border: 1.5px solid #f5e8d9;
  border-radius: 5px;
  padding: 10px 18px;
}
.blog-pagination .current {
  background: #f5e8d9;
  color: #231512;
}
.blog-article {
  background: #f5e8d9;
  color: #3d2924;
}
.blog-article-inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 35px;
}
@media (min-width: 768px) {
  .blog-article-inner {
    padding: 90px 60px 90px;
    gap: 60px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .blog-article-inner {
    padding: 125px;
    gap: 100px;
  }
}
.blog-article-hero {
  width: min(100%, 272.271px);
  height: 80.353px;
  margin: 0 auto;
}
.blog-article-lockup {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.blog-article-rule {
  width: 100%;
  height: 0;
  border: 0;
  margin: 0;
  position: relative;
  overflow: visible;
}
.blog-article-rule::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border-top: 1px solid #3d2924;
}
@media (min-width: 768px) {
  .blog-article-rule--after-header {
    display: none;
  }
  .blog-article-hero {
    width: min(100%, 927px);
    height: auto;
  }
  .blog-article-rule {
    max-width: 1300px;
  }
  .blog-article-rule::before {
    top: -2px;
    border-top-width: 2px;
  }
}
.blog-article-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
  width: 100%;
  max-width: 1300px;
}
@media (min-width: 768px) {
  .blog-article-header {
    align-items: center;
    gap: 40px;
    text-align: center;
  }
}
.blog-article-title {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: 40px;
  line-height: 33px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #3d2924;
  margin: 0 !important;
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .blog-article-title {
    font-size: clamp(56px, 5.2vw, 100px);
    line-height: 0.95;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1024px) {
  .blog-article-hero {
    width: min(100%, 1277.302px);
    height: 374.862px;
  }
  .blog-article-title {
    width: min(1530px, calc(100vw - 60px));
    max-width: none;
    letter-spacing: -2px;
    line-height: 95px;
  }
}
.blog-article-date {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #3d2924;
  margin: 0 !important;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-article-date {
    font-size: clamp(18px, 1.3vw, 25px);
    line-height: 1.25;
    width: auto;
  }
}
.blog-article-content {
  width: 100%;
  max-width: 1300px;
  align-self: center;
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.15px;
  color: #3d2924;
}
@media (min-width: 768px) {
  .blog-article-content {
    font-size: clamp(16px, 1.3vw, 25px);
    line-height: 1.25;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .blog-article-content {
    box-sizing: border-box;
    padding-right: 100px;
    margin-top: -15px;
  }
}
.blog-article-content > *:first-child {
  margin-top: 0 !important;
}
.blog-article-content p {
  margin: 0 0 17px !important;
}
.blog-article-content p:last-child {
  margin-bottom: 0 !important;
}
.blog-article-content h2, .blog-article-content h3 {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: 35px;
  line-height: 33px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #3d2924;
  margin: 20px 0 17px !important;
}
@media (min-width: 768px) {
  .blog-article-content h2,	.blog-article-content h3 {
    font-size: clamp(36px, 2.9vw, 55px);
    line-height: 0.82;
    letter-spacing: 0;
    margin-top: 55px !important;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  #post-586 .blog-article-content {
    height: 1134px;
  }
  #post-586 .blog-article-content h2:nth-of-type(2) {
    font-size: 30px;
    line-height: 45px;
  }
  .blog-article-content li {
    margin-bottom: 14px !important;
  }
  .blog-article-content li:last-child {
    margin-bottom: 0 !important;
  }
}
.blog-article-content strong {
  font-weight: 700;
}
.blog-article-content ul {
  list-style: disc;
  padding-left: 1.4em;
  margin: 0 0 17px !important;
}
.blog-article-content li {
  margin-bottom: 17px;
}
.blog-article-content li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog-article-content li {
    margin-bottom: 33px;
  }
  .blog-article-content li:last-child {
    margin-bottom: 0;
  }
}
.blog-article-content a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.blog-article-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1300px;
  align-self: center;
}
.blog-article-footer {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .blog-article-actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 55px;
    align-items: center;
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .blog-article-actions .blog-btn-dark:first-child {
    width: 373px;
  }
  .blog-article-actions .blog-btn-dark:nth-child(2) {
    width: 286px;
  }
}
.blog-btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #3d2924;
  border-radius: 3px;
  padding: 10px 25px;
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: #3d2924 !important;
  width: 100%;
  min-width: 0;
  transition: background-color 300ms ease, color 300ms ease;
  opacity: 1 !important;
}
.blog-btn-dark:hover {
  background-color: #3d2924;
  color: #f5e8d9 !important;
}
@media (min-width: 768px) {
  .blog-btn-dark {
    border-width: 2.5px;
    border-radius: 5px;
    padding: clamp(10px, 1.2vw, 14px) clamp(24px, 1.9vw, 36px);
    font-size: clamp(16px, 1.4vw, 27px);
    line-height: 24px;
    width: auto;
    min-width: 227px;
  }
}
@media (min-width: 1024px) {
  .blog-btn-dark {
    padding: 14.484px 36.209px;
  }
}
.blog-related {
  width: 100%;
  max-width: 1670px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
  background: transparent;
  align-self: center;
}
@media (min-width: 768px) {
  .blog-related {
    gap: 60px;
  }
}
@media (min-width: 1024px) {
  .blog-related {
    gap: 100px;
  }
}
.blog-related-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.blog-related-back {
  order: -1;
  width: auto !important;
  min-width: 0;
  align-self: flex-start;
}
@media (min-width: 900px) {
  .blog-related-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  .blog-related-back {
    order: 0;
  }
}
.blog-related-title {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: 40px;
  line-height: 33px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #3d2924;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .blog-related-title {
    font-size: clamp(56px, 5.2vw, 100px);
    line-height: 0.95;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1024px) {
  .blog-related-title {
    letter-spacing: -2px;
    line-height: 0.95;
  }
}
.blog-grid--related {
  max-width: none;
  width: 100%;
}
@media (min-width: 1200px) {
  .blog-grid--related {
    height: 743.97px;
    grid-template-rows: 743.97px;
  }
}
@media (max-width: 767px) {
  .blog-grid--related {
    gap: 35px;
    width: 340px;
    align-self: center;
  }
  .blog-grid--related .blog-card {
    height: 450px;
  }
  .blog-grid--related .blog-card-media {
    aspect-ratio: auto;
    height: 150px;
  }
  .blog-grid--related .blog-card-body {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    flex: 0 0 300px;
    padding: 35px 20px;
    gap: 40px;
  }
  .blog-grid--related .blog-card-title {
    font-size: 40px;
    line-height: 33px;
    letter-spacing: 0;
  }
  .blog-grid--related .blog-card-date {
    font-size: 15px;
    line-height: 15px;
  }
  .blog-grid--related .blog-card-btn {
    width: 100%;
    border-width: 1.5px;
    border-radius: 3px;
    font-size: 18px;
    padding: 10px 25px;
    min-width: 0;
  }
  .blog-grid--related .blog-card-copy {
    gap: 20px;
    width: 100%;
  }
}
.store-locator {
  background: var(--color-primary);
}
.store-locator-hero {
  position: relative;
  width: 100%;
  height: clamp(250px, 31vw, 599px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #0a3550, #061a2c);
}
.store-locator-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.store-locator-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 26, 44, 0.55);
}
.store-locator-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  width: 100%;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .store-locator-hero-content {
    gap: 40px;
  }
}
.store-locator-hero-title {
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: expanded;
  font-weight: 300;
  font-size: clamp(45px, 4.4vw, 85px);
  line-height: 0.89;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  color: #f5e8d9;
  text-align: center;
  margin: 0;
}
@media (min-width: 1024px) {
  .store-locator-hero-title {
    letter-spacing: -1.7px;
  }
}
.age-gate[hidden] {
  display: none !important;
}
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.age-gate-backdrop {
  position: absolute;
  inset: 0;
  background-color: #06121e;
  overflow: hidden;
}
.age-gate-backdrop-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-blend-mode: screen;
  opacity: 0;
  animation: age-gate-bg-cycle 15s linear infinite;
}
.age-gate-backdrop-layer[data-bg="blue"] {
  background-image: linear-gradient(115deg, rgba(20, 30, 130, 0.85) 0%, rgba(8, 20, 60, 0.6) 30%, rgba(11, 80, 110, 0.7) 60%, rgba(28, 170, 200, 0.7) 100%),	url('/wp-content/themes/the-essence/img/lineup/smoke-bg.jpg');
  animation-delay: 0s;
}
.age-gate-backdrop-layer[data-bg="warm"] {
  background-image: linear-gradient(115deg, rgba(180, 40, 110, 0.85) 0%, rgba(80, 20, 30, 0.6) 35%, rgba(150, 70, 30, 0.7) 70%, rgba(220, 120, 30, 0.75) 100%),	url('/wp-content/themes/the-essence/img/lineup/smoke-bg.jpg');
  animation-delay: -5s;
}
.age-gate-backdrop-layer[data-bg="green"] {
  background-image: linear-gradient(115deg, rgba(0, 60, 43, 0.85) 0%, rgba(6, 30, 25, 0.6) 30%, rgba(20, 80, 70, 0.7) 60%, rgba(80, 140, 90, 0.7) 100%),	url('/wp-content/themes/the-essence/img/lineup/smoke-bg.jpg');
  animation-delay: -10s;
}
@keyframes age-gate-bg-cycle {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .age-gate-backdrop-layer {
    animation: none;
  }
  .age-gate-backdrop-layer[data-bg="green"] {
    opacity: 1;
  }
}
.age-gate-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 620px;
  background: #f5e8d9;
  color: #231512;
  border-radius: 3px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.age-gate-body {
  padding: 36px 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (min-width: 1024px) {
  .age-gate-body {
    padding: 44px 56px 24px;
    gap: 22px;
  }
}
.age-gate-title {
  margin: 0;
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: extra-condensed;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #231512;
  text-align: center;
}
@media (min-width: 1024px) {
  .age-gate-title {
    font-size: 36px;
  }
}
.age-gate-subtitle {
  margin: 0;
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #231512;
  text-align: center;
  max-width: 360px;
}
@media (min-width: 1024px) {
  .age-gate-subtitle {
    font-size: 17px;
  }
}
.age-gate-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .age-gate-actions {
    gap: 18px;
    width: auto;
  }
}
.age-gate-btn {
  flex: 1;
  min-width: 0;
  background: transparent;
  color: #231512;
  border: 1.5px solid #231512;
  border-radius: 2px;
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 28px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 1024px) {
  .age-gate-btn {
    flex: 0 0 auto;
    min-width: 150px;
    padding: 12px 40px;
    font-size: 15px;
  }
}
.age-gate-btn:hover {
  background: #231512;
  color: #f5e8d9;
}
.age-gate-btn:focus-visible {
  outline: 2px solid #231512;
  outline-offset: 2px;
}
.age-gate-wordmark {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 194 / 30.5034;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  pointer-events: none;
  margin-top: 0;
  margin-bottom: -3px;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
@media (max-width: 1023px) {
  .age-gate {
    padding: 16px;
  }
  .age-gate-card {
    max-width: 350px;
  }
}
body.age-gate-open {
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .age-gate-backdrop {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
.klaviyo-status {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--color-primary);
  opacity: 0.85;
}
.klaviyo-status[data-state="success"] {
  color: var(--color-primary);
  opacity: 1;
}
.klaviyo-status[data-state="error"] {
  color: #ff6b6b;
  opacity: 1;
}
.klaviyo-status[data-state="info"] {
  opacity: 0.7;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-to-main {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10001;
  transform: translate(-50%, -150%);
  padding: 12px 24px;
  background: var(--color-secondary);
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-top: 0;
  border-radius: 0 0 5px 5px;
  font-family: 'Archivo', system-ui, sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 200ms ease;
}
.skip-to-main:focus, .skip-to-main:focus-visible {
  transform: translate(-50%, 0);
  color: var(--color-primary);
  outline-offset: -5px !important;
}
#content:focus, #content:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
*:focus-visible {
  outline: .15rem solid #fff !important;
  outline-offset: .3rem !important;
  box-shadow: 0 0 0 .1rem rgb(0, 0, 0), 0 0 .1rem .1rem rgba(255, 255, 255, 0.3) !important;
}
.swiper-pagination-bullet:focus-visible {
  outline-offset: .2rem !important;
}
.button:focus-visible {
  outline: .15rem solid currentColor !important;
  outline-offset: -5px !important;
  box-shadow: none !important;
}
.hero-strain-col:focus-visible {
  outline: none !important;
  box-shadow: inset 0 0 0 .15rem #000, inset 0 0 0 .4rem #fff !important;
}
.motion-toggle {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5e8d9;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(245, 232, 217, 0.4);
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 1024px) {
  .motion-toggle {
    width: 23px;
    height: 23px;
  }
}
.motion-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.motion-toggle:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(245, 232, 217, 0.85);
}
.motion-toggle .motion-toggle-icon {
  width: 10px;
  height: 10px;
}
@media (min-width: 1024px) {
  .motion-toggle .motion-toggle-icon {
    width: 11px;
    height: 11px;
  }
}
.motion-toggle .motion-toggle-icon--play {
  display: none;
}
.motion-toggle.is-paused .motion-toggle-icon--pause {
  display: none;
}
.motion-toggle.is-paused .motion-toggle-icon--play {
  display: block;
}
.footer-marquee-controls {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px 0;
}
@media (min-width: 768px) {
  .footer-marquee-controls {
    padding: 16px 40px 0;
  }
}
.hero-motion-toggle {
  position: absolute;
  bottom: 18px;
  right: 20px;
  left: auto;
  transform: none;
  z-index: 21;
}
@media (max-width: 1023px) {
  .hero-motion-toggle {
    right: 16px;
    bottom: 16px;
  }
}
.lineup-motion-toggle {
  display: flex;
  margin-bottom: -8px;
}
.marquee-track.is-paused {
  animation-play-state: paused;
}
@layer base {
  * {
    scrollbar-color: initial;
    scrollbar-width: initial;
  }
}
@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-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-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-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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
