/** Shopify CDN: Minification failed

Line 21:0 Unexpected "{"
Line 21:1 Expected identifier but found "%"
Line 22:2 Unexpected "{"
Line 22:3 Expected identifier but found "%"
Line 28:4 Unexpected "{"
Line 28:5 Expected identifier but found "%"
Line 29:2 Unexpected "{"
Line 29:3 Expected identifier but found "%"
Line 30:2 Unexpected "{"
Line 30:3 Expected identifier but found "%"
... and 4 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:content-lock (INDEX:16) */
{%- assign _use_chomsky = '' -%}
  {%- if section.settings.heading_font == 'chomsky'
    or section.settings.copy_font == 'chomsky'
    or section.settings.label_font == 'chomsky'
    or section.settings.button_font == 'chomsky'
    or section.settings.message_font == 'chomsky'
  -%}
    {%- assign _use_chomsky = 'yes' -%}
  {%- endif -%}
  {%- if _use_chomsky != '' -%}
    @font-face {
      font-family: 'Chomsky';
      src: url({{ 'Chomsky.woff2' | asset_url }}) format('woff2'),
           url({{ 'Chomsky.woff'  | asset_url }}) format('woff');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }
  {%- endif -%}

  .content-lock {
    position: fixed;
    inset: var(--content-lock-header-offset) 0 var(--content-lock-footer-offset) 0;
    z-index: 30;
    display: grid;
    place-items: center;
    padding: 2rem 1.5rem;
    background: var(--content-lock-overlay);
  }

  .content-lock--clip {
    position: relative;
    inset: auto;
    z-index: 0;
    min-height: calc(100vh - var(--content-lock-header-offset) - var(--content-lock-footer-offset));
  }

  .content-lock__panel {
    width: min(520px, 92vw);
    background: var(--content-lock-box);
    color: var(--content-lock-text);
    border-radius: 18px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    box-shadow: none;
    text-align: center;
  }

  .content-lock__heading {
    margin: 0 0 0.75rem;
  }

  .content-lock__copy {
    margin: 0 0 1.5rem;
  }

  .content-lock__form {
    display: grid;
    gap: 0.75rem;
  }

  .content-lock__label {
    font-size: 0.95rem;
    text-align: left;
  }

  .content-lock__field {
    display: grid;
    gap: 0.75rem;
  }

  .content-lock__input {
    width: 100%;
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 1rem;
    font: inherit;
    background: #fff;
    color: #111;
  }

  .content-lock__button {
    width: 100%;
    justify-content: center;
  }

  .content-lock__message {
    min-height: 1.2rem;
    font-size: 0.95rem;
  }

  .content-lock__bottom-link {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
  }

  .content-lock__bottom-link-anchor {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
  }

  .content-lock__bottom-link-anchor::before {
    content: '←';
    font-size: 1.1em;
    line-height: 1;
  }

  .content-lock__font--heading {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
  }

  .content-lock__font--heading-uppercase {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .content-lock__font--body {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
  }

  .content-lock__font--chomsky {
    font-family: 'Chomsky', Georgia, 'Times New Roman', serif;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }

  @media screen and (min-width: 750px) {
    .content-lock__field {
      grid-template-columns: 1fr auto;
      align-items: center;
    }

    .content-lock__button {
      width: auto;
      min-width: 140px;
    }
  }
/* END_SECTION:content-lock */

/* START_SECTION:jch-aves-follow-gate (INDEX:29) */
.jch-follow-gate{--fg-border:rgba(var(--color-foreground),.18);--fg-panel:rgba(var(--color-background),.92);padding:clamp(2.5rem,5vw,5rem) 1.5rem;text-align:center}
  .jch-follow-gate .wrap{max-width:820px;margin:0 auto}
  .jch-follow-gate h2{margin:0 0 .75rem;font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:.02em}
  .jch-follow-gate .sub{margin:0 0 1.5rem;opacity:.85}
  .jch-follow-gate .sub p{margin:0}
  .jch-follow-gate .step{border:1px solid var(--fg-border);border-radius:16px;padding:1.5rem;background:var(--fg-panel);text-align:left}
  .jch-follow-gate .step + .step{margin-top:1.25rem}
  .jch-follow-gate .step-title{margin:0 0 .5rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:.85rem;opacity:.8}
  .jch-follow-gate .actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem;justify-content:center}
  .jch-follow-gate .button.small{min-height:3rem;font-size:1rem;letter-spacing:.08rem;padding:0 1.25rem}
  .jch-follow-gate .button.reveal{background:#f26c4f;color:#fff !important;border:0 !important;box-shadow:none !important;outline:none !important;min-height:3.5rem;font-size:1.1rem;letter-spacing:.06rem;max-width:520px;width:100%;border-radius:14px;overflow:hidden}
  .jch-follow-gate .success{display:none;margin-top:1rem;padding:.75rem 1rem;border-radius:12px;background:rgba(var(--color-button),.12);border:1px solid rgba(var(--color-button),.25);font-weight:700}
/* END_SECTION:jch-aves-follow-gate */

/* START_SECTION:preorder-progress (INDEX:63) */
.preorder-progress {
    padding: 3rem 0;
  }

  .preorder-progress__inner {
    display: grid;
    gap: 1.5rem;
  }

  .preorder-progress__heading {
    margin: 0;
  }

  .preorder-progress__copy {
    margin: 0;
  }

  .preorder-progress__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
  }

  .preorder-progress__stat {
    display: grid;
    gap: 0.35rem;
  }

  .preorder-progress__stat-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 1;
    color: currentColor;
  }

  .preorder-progress__stat-value {
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 700;
  }

  .preorder-progress__bar {
    position: relative;
    --bar-offset: 4.5rem;
    --bar-height: 14px;
    padding-top: var(--bar-offset);
  }

  .preorder-progress__bar-track {
    height: var(--bar-height);
    background: var(--preorder-progress-track);
    border-radius: 999px;
    overflow: hidden;
  }

  .preorder-progress__bar-marker {
    position: absolute;
    top: calc(var(--bar-offset) + (var(--bar-height) / 2) - 10px);
    width: 3px;
    height: 20px;
    border-radius: 999px;
    background: currentColor;
    transition: left 0.6s ease;
  }

  .preorder-progress__bar-marker.is-active {
    opacity: 1;
  }

  .preorder-progress__current {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    display: grid;
    justify-items: center;
    pointer-events: none;
  }

  .preorder-progress__current-box {
    min-width: 120px;
    padding: 0.65rem 0.75rem;
    border-radius: 14px;
    background: #fff;
    color: #111;
    box-shadow: none;
    text-align: center;
    margin-bottom: 0.8rem;
  }

  .preorder-progress__current-number {
    font-weight: 700;
    font-size: 1.1rem;
  }

  .preorder-progress__current-label {
    font-size: 0.85rem;
    opacity: 0.7;
  }

  .preorder-progress__milestones {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
  }

  .preorder-progress__milestone {
    position: absolute;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    display: grid;
    justify-items: center;
  }

  .preorder-progress__milestone-box {
    min-width: 120px;
    padding: 0.65rem 0.75rem;
    border-radius: 14px;
    background: #fff;
    color: #111;
    box-shadow: none;
    text-align: center;
    margin-bottom: 0.8rem;
  }

  .preorder-progress__card-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    margin-bottom: 0.35rem;
  }

  @media screen and (min-width: 750px) {
    .preorder-progress__card-dot {
      display: none;
    }
  }

  .preorder-progress__milestone-number {
    font-weight: 700;
    font-size: 1.1rem;
  }

  .preorder-progress__milestone-label {
    font-size: 0.85rem;
    opacity: 0.7;
  }

  .preorder-progress__milestone-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 22px;
    border-radius: 999px;
    background: currentColor;
    top: calc(var(--bar-offset) + (var(--bar-height) / 2) - 11px);
  }

  @media screen and (max-width: 749px) {
    .preorder-progress__stats {
      flex-direction: column;
      align-items: flex-start;
    }

    .preorder-progress__bar {
      --bar-offset: 1.5rem;
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }

    .preorder-progress__milestone-box {
      min-width: 0;
      width: 100%;
      padding: 0.45rem 0.75rem;
      border-radius: 12px;
    }

    .preorder-progress__milestone-number {
      font-size: 0.95rem;
    }

    .preorder-progress__milestone-label {
      font-size: 0.7rem;
    }

    .preorder-progress__current-box {
      min-width: 0;
      width: 100%;
      padding: 0.45rem 0.75rem;
      border-radius: 12px;
    }

    .preorder-progress__current-number {
      font-size: 0.95rem;
    }

    .preorder-progress__current-label {
      font-size: 0.7rem;
    }

    .preorder-progress__current {
      position: static;
      transform: none;
      margin-top: 0.75rem;
      order: 1;
    }

    .preorder-progress__milestones {
      position: static;
      margin-top: 0.75rem;
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
      order: 2;
    }

    .preorder-progress__milestone {
      position: static;
      transform: none;
      height: auto;
    }

  .preorder-progress__milestone-dot {
    display: block;
  }
  }
/* END_SECTION:preorder-progress */