/** Shopify CDN: Minification failed

Line 38:20 Unexpected "{"
Line 38:29 Expected ":"
Line 38:36 Unexpected "{"
Line 148:20 Unexpected "{"
Line 148:29 Expected ":"
Line 148:36 Unexpected "{"
Line 422:20 Unexpected "{"
Line 422:29 Expected ":"
Line 422:36 Unexpected "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about (INDEX:1) */
.about {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  /* Match the h2 → body gap to the section top padding */
  .about h2 {
    margin-bottom: 0.75rem;
  }

  /* Cancel the global p margin-bottom on the last paragraph
     so bottom padding equals top padding exactly */
  .about__body:last-of-type {
    margin-bottom: 0;
  }
/* END_SECTION:about */

/* START_SECTION:contact (INDEX:7) */
/* Break out of shopify-section grid */
  #shopify-section-{{ section.id }} {
    display: block;
  }

  /* ── Page hero (matches .page-hero in theme.css) ─────── */
  .contact-hero {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  }

  .contact-hero__inner {
    max-width: var(--page-width);
    margin: 0 auto;
    padding-left: var(--page-margin);
    padding-right: var(--page-margin);
  }

  .contact-hero__title {
    font-family: var(--font-heading--family);
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
  }

  /* ── Body ────────────────────────────────────────────── */
  .contact-body {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .contact-body__inner {
    max-width: var(--page-width);
    margin: 0 auto;
    padding-left: var(--page-margin);
    padding-right: var(--page-margin);
  }

  /* ── Embed iframe ────────────────────────────────────── */
  .contact-embed {
    width: 100%;
    border: none;
    display: block;
  }

  /* ── Native Shopify contact form ─────────────────────── */
  .contact-form {
    max-width: 600px;
  }

  .contact-form__field {
    margin-bottom: 1.25rem;
  }

  .contact-form__label {
    display: block;
    font-family: var(--font-heading--family);
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1A1A1A;
    margin-bottom: 0.4rem;
  }

  .contact-form__input,
  .contact-form__textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.18);
    background: #FFFFFF;
    font-family: var(--font-body--family);
    font-size: 0.9rem;
    color: #1A1A1A;
    border-radius: var(--style-border-radius-inputs);
    transition: border-color 0.2s;
    appearance: none;
  }

  .contact-form__input:focus,
  .contact-form__textarea:focus {
    outline: none;
    border-color: #1A1A1A;
  }

  .contact-form__textarea {
    resize: vertical;
    min-height: 160px;
  }

  .contact-form__submit {
    margin-top: 0.5rem;
  }

  .contact-form__success {
    font-family: var(--font-heading--family);
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1A1A1A;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(201, 168, 76, 0.4);
    background: rgba(201, 168, 76, 0.06);
    margin-bottom: 2rem;
  }
/* END_SECTION:contact */

/* START_SECTION:hero (INDEX:12) */
/* Break out of the .shopify-section grid so the hero spans full viewport width */
  #shopify-section-{{ section.id }} {
    display: block;
  }

  /* ── Hero wrapper ─────────────────────────────────────── */
  .hero--video-layout {
    width: 100%;
    height: 100vh;
    min-height: 560px;
    max-height: 655px;
  }

  .hero__inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* Full-bleed video / GIF — no controls, no interaction */
  .hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
  }

  /* Gradient: subtle vignette for readability */
  .hero__gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      to bottom,
      transparent 0%,
      transparent 45%,
      rgba(0, 0, 0, 0.18) 75%,
      rgba(0, 0, 0, 0.45) 100%
    );
  }

  /* ── Centred block ────────────────────────────────────── */
  .hero__center {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: var(--page-margin);
    padding-right: var(--page-margin);
    gap: 1.5rem;
  }

  /* Logo sits at the top of the centred block */
  .hero__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero__logo {
    display: block;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.45));
  }

  /* ── Text below logo ──────────────────────────────────── */
  .hero__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
  }

  .hero--video-layout .hero__title {
    font-family: var(--font-heading--family);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #bfbfbf;
    paint-order: stroke fill;
    margin: 0;
    line-height: 1.1;
  }

  .hero--video-layout .hero__subtitle {
    font-family: var(--font-heading--family);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #bfbfbf;
    paint-order: stroke fill;
    margin: 0;
    line-height: 1.2;
  }

  .hero--video-layout .hero__cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  /* Scroll indicator — bottom-right corner */
  .hero--video-layout .hero__scroll {
    position: absolute;
    bottom: 2rem;
    right: 2.5rem;
    z-index: 3;
  }

  @media (max-width: 768px) {
    .hero__center {
      gap: 1rem;
    }
    .hero--video-layout .hero__title {
      font-size: clamp(1.4rem, 8vw, 2.5rem);
    }
    .hero--video-layout .hero__subtitle {
      font-size: clamp(0.9rem, 5vw, 1.4rem);
    }
  }
/* END_SECTION:hero */

/* START_SECTION:member-packages (INDEX:13) */
/* ── Section wrapper ─────────────────────────────────── */
  .member-packages {
    background-color: #FFFFFF;
  }

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

  .member-packages__heading {
    font-family: var(--font-heading--family);
    font-size: clamp(2rem, 5vw, 3.5rem);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
  }

  .member-packages__desc {
    font-family: var(--font-body--family);
    font-size: 0.88rem;
    color: rgba(0, 0, 0, 0.55);
    max-width: 620px;
    margin: 1.25rem auto 3rem;
    line-height: 1.75;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  /* ── Circle grid ─────────────────────────────────────── */
  .packages-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
  }

  /* ── Single circle ───────────────────────────────────── */
  .package-circle {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: block;
    text-decoration: none;
    cursor: pointer;
    /* Rainbow gradient border via padding + linear-gradient background */
    padding: 4px;
    background: linear-gradient(
      135deg,
      #CC0033,
      #FF6600,
      #FFCC00,
      #33AA33,
      #0066FF,
      #9900CC,
      #CC0033
    );
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .package-circle:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  }

  /* Inner cream fill */
  .package-circle__inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #F5EFE4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
  }

  /* Label text */
  .package-circle__label {
    font-family: var(--font-heading--family);
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8B0000;
    text-align: center;
    line-height: 1.25;
    word-break: break-word;
  }

  /* Blue + hover bubble */
  .package-circle__plus {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 38px;
    height: 38px;
    background: #1A6FFF;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    font-family: var(--font-body--family);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 2;
    pointer-events: none;
  }

  .package-circle:hover .package-circle__plus {
    opacity: 1;
    transform: scale(1);
  }

  @media (max-width: 600px) {
    .package-circle {
      width: 130px;
      height: 130px;
    }
    .package-circle__label {
      font-size: 0.75rem;
    }
    .packages-grid {
      gap: 1.2rem;
    }
  }
/* END_SECTION:member-packages */

/* START_SECTION:retail-venues (INDEX:17) */
/* Break out of the .shopify-section grid so the video spans full viewport width */
  #shopify-section-{{ section.id }} {
    display: block;
  }

  /* ── Section wrapper ─────────────────────────────────── */
  .retail-venues {
    background-color: var(--color-background);
    border-top: 1px solid rgba(0, 0, 0, 0.07);
  }

  .retail-venues__inner {
    text-align: center;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--page-margin);
    padding-right: var(--page-margin);
  }

  .retail-venues__inner--heading {
    padding-bottom: 1.5rem;
  }

  /* ── Heading ─────────────────────────────────────────── */
  .retail-venues__heading {
    font-family: var(--font-heading--family);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1A1A1A;
    margin-bottom: 1.5rem;
  }


  /* ── Video embed ─────────────────────────────────────── */
  .retail-venues__video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #111;
  }

  .retail-venues__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
  }

  .retail-venues__video-wrap--embed iframe,
  .retail-venues__video-wrap--embed video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .retail-venues__video-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 2.5rem 0;
    background: #F0F0F0;
    border: 2px dashed rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading--family);
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.3);
  }

  /* ── Pitch text ──────────────────────────────────────── */
  .retail-venues__pitch {
    font-family: var(--font-body--family);
    font-size: 0.82rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #555;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 2rem;
  }

  /* ── Contact button (gold pill) ──────────────────────── */
  .retail-venues__contact-btn {
    display: inline-block;
    font-family: var(--font-heading--family);
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0.85rem 3rem;
    border-radius: 50px;
    background-color: #B8923A;
    color: #FFFFFF;
    border: 2px solid #B8923A;
    text-align: center;
    min-width: 280px;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s;
    margin-bottom: 2rem;
  }

  .retail-venues__contact-btn:hover {
    background-color: #9A7A30;
    border-color: #9A7A30;
    color: #FFFFFF;
  }

  /* ── Sub-copy ────────────────────────────────────────── */
  .retail-venues__sub-copy {
    font-family: var(--font-body--family);
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    max-width: 680px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
  }

  /* ── Closing statement ───────────────────────────────── */
  .retail-venues__closing {
    font-family: var(--font-heading--family);
    font-size: clamp(1.8rem, 5vw, 4rem);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1A1A1A;
    line-height: 1.1;
    margin: 0;
  }
/* END_SECTION:retail-venues */

/* START_SECTION:search (INDEX:19) */
.search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .search-results .prev,
  .search-results .page,
  .search-results .next {
    grid-column: 1 / -1;
  }
/* END_SECTION:search */

/* START_SECTION:video (INDEX:20) */
.pd-video {
  overflow: hidden;
  padding-left: var(--page-margin);
  padding-right: var(--page-margin);
}

  .pd-video__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .pd-video__player {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
  }

  .pd-video__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading--family);
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    
  }
/* END_SECTION:video */

/* START_SECTION:vip-banner (INDEX:21) */
.vip-signup {
    background-color: var(--color-background);
  }

  .vip-signup__inner {
    text-align: center;
    max-width: 900px;
  }

  .vip-signup__heading {
    font-family: var(--font-heading--family);
    font-size: 16px;
    text-transform: uppercase;
    color: #1A1A1A;
    letter-spacing: 0.04em;
    margin-bottom: 0.85rem;
  }


  .vip-signup__desc {
    font-family: var(--font-body--family);
    font-size: 0.82rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 2.2rem;
  }

  .vip-signup__btn {
    padding: 0.85rem 3rem;
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    min-width: 280px;
    background-color: #B8923A !important;
    border-color: #B8923A !important;
    color: #FFFFFF !important;
  }

  .vip-signup__btn:hover {
    background-color: #9A7A30 !important;
    border-color: #9A7A30 !important;
  }
/* END_SECTION:vip-banner */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:23) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:24) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:26) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */