/** Shopify CDN: Minification failed

Line 303:2 Unexpected "{"
Line 303:3 Expected identifier but found "%"
Line 304:14 Expected identifier but found whitespace
Line 304:54 Unexpected "`"
Line 308:3 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:freezer-club-benefits (INDEX:28) */
.fc-benefits {
    color: #eff8fc;
    background: #02080d;
    border-top: 1px solid rgba(72, 199, 235, 0.24);
  }

  .fc-benefits__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
    gap: clamp(48px, 7vw, 120px);
    align-items: center;
    padding-top: clamp(80px, 10vw, 150px);
    padding-bottom: clamp(80px, 10vw, 150px);
  }

  .fc-kicker {
    margin: 0 0 14px;
    color: #48c7eb;
    font-family: var(--font-body-family, Arial, sans-serif);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .fc-benefits h2 {
    max-width: 820px;
    margin: 0;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: clamp(48px, 5.7vw, 96px);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }

  .fc-benefits__intro {
    max-width: 650px;
    margin: 24px 0 44px;
    color: #aebdc5;
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.55;
  }

  .fc-benefits__rows {
    border-top: 1px solid rgba(233, 244, 246, 0.18);
  }

  .fc-benefit {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(233, 244, 246, 0.18);
  }

  .fc-benefit__index {
    color: #48c7eb;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .fc-benefit h3 {
    margin: 0 0 5px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .fc-benefit p {
    margin: 0;
    color: #aebdc5;
    font-size: 15px;
    line-height: 1.5;
  }

  .fc-benefits__visual {
    position: relative;
  }

  .fc-benefits__visual::before {
    position: absolute;
    z-index: 1;
    inset: -1px;
    content: '';
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(72, 199, 235, 0.22), inset 0 -90px 100px rgba(0, 0, 0, 0.55);
  }

  .fc-benefits__visual img {
    display: block;
    width: 100%;
    height: auto;
  }

  @media screen and (max-width: 989px) {
    .fc-benefits__inner {
      grid-template-columns: 1fr;
      padding-right: 22px;
      padding-left: 22px;
    }

    .fc-benefits__visual {
      width: min(100%, 620px);
      margin-inline: auto;
    }
  }
/* END_SECTION:freezer-club-benefits */

/* START_SECTION:freezer-club-hero (INDEX:29) */
.fc-hero {
    --fc-blue: #149ee4;
    position: relative;
    display: grid;
    min-height: max(720px, var(--fc-min-height));
    overflow: hidden;
    isolation: isolate;
    color: #f5f8fa;
    background: #04101a;
  }

  .fc-hero__media,
  .fc-hero__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .fc-hero__media {
    z-index: -3;
    object-fit: cover;
    object-position: center center;
  }

  .fc-hero__veil {
    z-index: -2;
    background:
      linear-gradient(90deg, rgba(0, 9, 16, calc(var(--fc-overlay) + 0.18)) 0%, rgba(0, 9, 16, var(--fc-overlay)) 35%, rgba(0, 9, 16, 0.08) 62%, rgba(0, 9, 16, 0.46) 100%),
      linear-gradient(0deg, rgba(0, 6, 10, 0.94) 0%, transparent 42%);
  }

  .fc-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    align-self: start;
    padding-top: clamp(150px, 10.3vw, 185px);
    padding-bottom: clamp(190px, 18vw, 270px);
  }

  .fc-hero__eyebrow,
  .fc-hero__club-name {
    margin: 0 0 12px;
    color: var(--fc-blue);
    font-family: var(--font-body-family, Arial, sans-serif);
    font-size: clamp(13px, 1.15vw, 20px);
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .fc-hero__title {
    max-width: 720px;
    margin: 0 0 14px;
    color: #f3f5f6;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: clamp(54px, 5vw, 88px);
    font-weight: 900;
    line-height: 0.91;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-wrap: balance;
  }

  .fc-hero__club-name {
    margin-top: 20px;
    font-size: clamp(18px, 1.65vw, 30px);
  }

  .fc-hero__price {
    margin: 8px 0 2px;
    color: #ffffff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: clamp(42px, 3.6vw, 68px);
    line-height: 1;
    text-transform: uppercase;
  }

  .fc-hero__benefit {
    max-width: 360px;
    margin: 10px 0 0;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: clamp(23px, 2.1vw, 38px);
    line-height: 1.02;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }

  .fc-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
  }

  .fc-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid var(--fc-blue);
    color: #ffffff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
  }

  .fc-button--primary {
    color: #ffffff;
    background: var(--fc-blue);
  }

  .fc-button:hover {
    transform: translateY(-2px);
  }

  .fc-button--primary:hover {
    background: #087fc0;
  }

  .fc-button--secondary:hover {
    color: #03121d;
    background: #e8f7ff;
  }

  .fc-button:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 4px;
  }

  .fc-hero__word {
    position: absolute;
    z-index: 1;
    right: 3vw;
    bottom: 98px;
    left: max(24px, 5.7vw);
    overflow: hidden;
    color: rgba(255, 255, 255, 0.94);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: clamp(118px, 18.5vw, 360px);
    font-weight: 900;
    line-height: 0.68;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .fc-hero__promise {
    position: absolute;
    z-index: 2;
    bottom: 16px;
    left: max(24px, 5.7vw);
    display: grid;
    gap: 2px;
    font-family: var(--font-body-family, Arial, sans-serif);
    text-transform: uppercase;
  }

  .fc-hero__promise strong {
    font-size: clamp(17px, 1.35vw, 25px);
    letter-spacing: 0.03em;
  }

  .fc-hero__promise span {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  {% comment %}
    Frostbite: these sections were authored against a `page-width` utility that does not
    exist in this theme, so the content wrappers rendered with zero horizontal padding.
    5.7vw matches REFERENCE-DESIGN.png and .fc-hero__promise. Desktop only — the mobile
    breakpoint already sets its own 22px inset.
  {% endcomment %}
  @media screen and (min-width: 750px) {
    .fc-hero__content,
    .fc-benefits__inner,
    .fc-membership__inner {
      padding-inline: max(24px, 5.7vw);
    }
  }

  @media screen and (max-width: 749px) {
    .fc-hero {
      min-height: 780px;
    }

    .fc-hero__media {
      object-fit: cover;
      object-position: 58% center;
    }

    .fc-hero__veil {
      background:
        linear-gradient(180deg, rgba(0, 8, 14, 0.35) 0%, rgba(0, 8, 14, 0.08) 34%, rgba(0, 8, 14, 0.93) 70%, #02090e 100%),
        linear-gradient(90deg, rgba(0, 8, 14, 0.72) 0%, transparent 70%);
    }

    .fc-hero__content {
      align-self: end;
      padding: 320px 22px 150px;
    }

    .fc-hero__title {
      max-width: 360px;
      font-size: clamp(49px, 14vw, 68px);
    }

    .fc-hero__club-name {
      font-size: 18px;
    }

    .fc-hero__price {
      font-size: 43px;
    }

    .fc-hero__benefit {
      font-size: 23px;
    }

    .fc-hero__actions {
      display: grid;
      grid-template-columns: 1fr;
      width: min(100%, 330px);
    }

    .fc-hero__word {
      right: 22px;
      bottom: 60px;
      left: 22px;
      font-size: 21vw;
      opacity: 0.24;
    }

    .fc-hero__promise {
      right: 22px;
      bottom: 20px;
      left: 22px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fc-button {
      transition: none;
    }

    .fc-button:hover {
      transform: none;
    }
  }
/* END_SECTION:freezer-club-hero */

/* START_SECTION:freezer-club-membership (INDEX:30) */
.fc-membership {
    color: #eef8fc;
    background:
      radial-gradient(circle at 18% 28%, rgba(11, 82, 120, 0.34), transparent 34%),
      #000000;
    border-top: 1px solid rgba(72, 199, 235, 0.2);
  }

  .fc-membership__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.86fr);
    gap: clamp(48px, 8vw, 130px);
    align-items: center;
    padding-top: clamp(80px, 10vw, 160px);
    padding-bottom: clamp(70px, 9vw, 140px);
  }

  .fc-membership__visual {
    position: relative;
  }

  .fc-membership__visual::after {
    position: absolute;
    inset: 0;
    content: '';
    pointer-events: none;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.42);
  }

  .fc-membership__visual img {
    display: block;
    width: 100%;
    height: auto;
  }

  .fc-membership h2 {
    max-width: 620px;
    margin: 0;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: clamp(50px, 5.3vw, 92px);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }

  .fc-membership__price {
    margin: 30px 0 12px;
    color: #48c7eb;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: clamp(44px, 4.2vw, 72px);
    line-height: 1;
    text-transform: uppercase;
  }

  .fc-membership__body {
    max-width: 560px;
    margin: 0 0 30px;
    color: #b9c9d1;
    font-size: 18px;
    line-height: 1.6;
  }

  .fc-membership__button {
    min-width: min(100%, 320px);
  }

  .fc-membership__note {
    margin: 14px 0 36px;
    color: #80919a;
    font-size: 12px;
    line-height: 1.5;
  }

  .fc-membership__faq {
    border-top: 1px solid rgba(233, 244, 246, 0.18);
  }

  .fc-membership__faq details {
    border-bottom: 1px solid rgba(233, 244, 246, 0.18);
  }

  .fc-membership__faq summary {
    padding: 20px 34px 20px 0;
    cursor: pointer;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .fc-membership__faq details > div {
    padding: 0 0 22px;
    color: #aebdc5;
    line-height: 1.55;
  }

  .fc-membership__footer {
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid rgba(72, 199, 235, 0.2);
    color: #48c7eb;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: clamp(11px, 1.1vw, 14px);
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
  }

  @media screen and (max-width: 989px) {
    .fc-membership__inner {
      grid-template-columns: 1fr;
      padding-right: 22px;
      padding-left: 22px;
    }

    .fc-membership__visual {
      order: 2;
    }

    .fc-membership__offer {
      order: 1;
    }

    .fc-membership__footer {
      padding-right: 22px;
      padding-left: 22px;
    }
  }
/* END_SECTION:freezer-club-membership */