/** Shopify CDN: Minification failed

Line 75:8 Expected identifier but found whitespace
Line 75:10 Unexpected "{"
Line 75:20 Expected ":"

**/
:root {
  --page-bg: #fff;
  --text: #111;
  --muted: #707070;
  --border: #e7e7e7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  transform: translateY(-200%);
  background: #fff;
  color: #000;
  padding: 10px 14px;
  z-index: 9999;
}
.skip-link:focus { transform: none; }

.intro-hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  height: 100vh;
  overflow: hidden;
  background: #efefef;
}
.intro-hero__media,
.intro-hero__media img,
.intro-hero__media video {
  width: 100%;
  height: 100%;
}
.intro-hero__media img,
.intro-hero__media video {
  object-fit: cover;
  object-position: var(--desktop-position, center center);
}
.intro-hero__fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #777;
  background: #eee;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}
.intro-hero__hint {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  color: {{ settings.hero_hint_color | default: '#ffffff' }};
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .85;
}

.site-shell { background: #fff; min-height: 100vh; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 3vw;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,.03);
}
.site-header__left { justify-self: start; }
.site-header__center { justify-self: center; }
.site-header__right { justify-self: end; display: flex; gap: 22px; align-items: center; }
.site-header__logo {
  display: block;
  line-height: 0;
}
.site-header__logo img {
  display: block;
  width: var(--header-logo-width, 110px);
  height: auto;
  max-height: 54px;
  object-fit: contain;
}
.site-header__brand {
  font-size: 20px;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-nav { display: flex; gap: 34px; align-items: center; }
.site-nav a,
.site-header__utility {
  font-size: 14px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #6e6e6e;
}
.site-nav a:hover,
.site-header__utility:hover { color: #000; }

.feature-section {
  padding: 28px 4vw 100px;
}
.feature-section__date {
  margin: 24px 0 42px;
  text-align: center;
  font-size: clamp(34px, 4vw, 68px);
  font-weight: 400;
  letter-spacing: .01em;
}
.feature-section__grid {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0,1fr));
  gap: 18px;
  align-items: center;
}
.feature-card {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}
.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-card--one { grid-column: 2 / span 4; aspect-ratio: 4/5; transform: translateY(-5%); }
.feature-card--two { grid-column: 6 / span 3; aspect-ratio: 1/1; }
.feature-card--three { grid-column: 9 / span 3; aspect-ratio: 1/1; transform: translateY(5%); }
.feature-card--wide { grid-column: 4 / span 7; aspect-ratio: 2.4/1; margin-top: -6%; }
.feature-section__caption {
  text-align: center;
  margin-top: 44px;
  font-size: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.collection-section,
.events-section,
.richtext-section {
  padding: 90px 4vw;
  border-top: 1px solid var(--border);
}
.section-heading {
  margin: 0 0 36px;
  font-size: clamp(28px, 3.5vw, 54px);
  font-weight: 400;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 24px;
}
.product-card__image { background: #f2f2f2; aspect-ratio: 1/1.2; overflow: hidden; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; }
.product-card__meta { display: flex; justify-content: space-between; gap: 14px; margin-top: 12px; font-size: 14px; }
.product-card__title { text-transform: uppercase; }
.product-card__price { color: #666; white-space: nowrap; }

.events-list { display: grid; gap: 0; border-top: 1px solid var(--border); }
.event-row {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.event-row__date { color: #6f6f6f; }
.event-row__name { font-size: clamp(22px, 2.3vw, 38px); }
.event-row__link { text-transform: uppercase; font-size: 13px; }

.site-footer {
  padding: 36px 4vw 52px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  color: #737373;
  font-size: 13px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
    grid-template-columns: 1fr 1fr;
    min-height: 64px;
    padding: 0 16px;
  }
  .site-header__left {
    display: block;
    justify-self: start;
    min-width: 0;
    z-index: 2;
  }
  .site-header__center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    justify-self: auto;
    z-index: 1;
    line-height: 0;
  }
  .site-header__right {
    justify-self: end;
    gap: 14px;
    min-width: 0;
    z-index: 2;
  }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: 12px; }
  .feature-section { padding: 18px 18px 70px; }
  .feature-section__date { margin: 18px 0 32px; }
  .feature-section__grid { gap: 10px; }
  .feature-card--one { grid-column: 1 / span 6; }
  .feature-card--two { grid-column: 7 / span 6; }
  .feature-card--three { grid-column: 2 / span 5; }
  .feature-card--wide { grid-column: 5 / span 8; margin-top: -18%; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .event-row { grid-template-columns: 1fr auto; }
  .event-row__date { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .intro-hero__media img,
  .intro-hero__media video { object-position: var(--mobile-position, center center); }
  .site-header__right .desktop-only { display: none; }
  .site-nav { gap: 12px; }
  .site-nav a { font-size: 11px; }
  .site-header__brand { font-size: 15px; }
  .feature-section__date { font-size: 31px; }
  .feature-card--one { grid-column: 1 / span 7; }
  .feature-card--two { grid-column: 7 / span 6; transform: translateY(15%); }
  .feature-card--three { grid-column: 2 / span 5; }
  .feature-card--wide { grid-column: 4 / span 9; margin-top: -24%; }
  .collection-section,.events-section,.richtext-section { padding: 64px 18px; }
  .product-grid { gap: 14px; }
  .product-card__meta { display: block; }
  .product-card__price { margin-top: 4px; }
}

@media (max-width: 560px) {
  .site-header {
    padding: 0 12px;
  }
  .site-header__utility {
    font-size: 11px;
    letter-spacing: .01em;
    white-space: nowrap;
  }
  .site-header__logo img {
    width: var(--header-logo-mobile-width, 82px);
    max-width: 34vw;
    max-height: 42px;
  }
}
