/** Shopify CDN: Minification failed

Line 583:0 Unexpected "}"

**/
/* =========================================
   SUNSHINE & CHAOS — OUR STORY PAGE
========================================= */

.sc-story-page {
  --sc-ink: #292825;
  --sc-muted: #77736d;
  --sc-cream: #f8f4ed;
  --sc-tan: #ddd0ba;
  --sc-mint: #66c9b6;
  --sc-yellow: #f4d75d;
  --sc-white: #ffffff;

  color: var(--sc-ink);
  background: var(--sc-white);
  overflow: hidden;
}

.sc-story-page *,
.sc-story-page *::before,
.sc-story-page *::after {
  box-sizing: border-box;
}

.sc-story-page img {
  width: 100%;
  height: auto;
  display: block;
}

.sc-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.sc-section {
  padding: 110px 0;
}

.sc-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.sc-two-col--reverse {
  grid-template-columns: 1fr 1fr;
}


/* =========================================
   TYPOGRAPHY
========================================= */

.sc-story-page h1,
.sc-story-page h2,
.sc-story-page h3 {
  color: var(--sc-ink);
  margin-top: 0;
}

.sc-story-page h1 {
  font-size: clamp(44px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin-bottom: 30px;
}

.sc-story-page h2 {
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.035em;
  margin-bottom: 28px;
}

.sc-story-page h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.sc-story-page p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 18px;
}

.sc-eyebrow,
.sc-kicker {
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-weight: 700;
}

.sc-eyebrow {
  margin-bottom: 18px !important;
}

.sc-kicker {
  max-width: 600px;
  margin-bottom: 30px !important;
}

.sc-script,
.sc-handwritten {
  font-family: cursive;
  font-style: italic;
  font-weight: 400;
}

.sc-script {
  font-size: 30px !important;
  margin-bottom: 10px !important;
}

.sc-handwritten {
  font-size: 27px !important;
  line-height: 1.4 !important;
  margin-top: 28px !important;
}

.sc-lead {
  font-size: 22px !important;
  line-height: 1.5 !important;
}

.sc-heart {
  font-size: 28px;
  display: inline-block;
  margin-top: 12px;
}


/* =========================================
   HERO
========================================= */

.sc-story-hero {
  min-height: 740px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  background:
    radial-gradient(
      circle at 80% 30%,
      rgba(102, 201, 182, 0.05),
      transparent 40%
    ),
    #fbfaf8;
}

.sc-story-hero__media {
  min-height: 740px;
  overflow: hidden;
  position: relative;
}

.sc-story-hero__media::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 28px;
  height: 100%;
  background:
    radial-gradient(
      circle at 0 18px,
      transparent 17px,
      #fbfaf8 18px
    );
  background-size: 28px 36px;
  background-position: 0 0;
}

.sc-story-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sc-story-hero__content {
  display: flex;
  align-items: center;
  padding: 80px 8vw 80px 5vw;
}

.sc-story-hero__inner {
  max-width: 700px;
}


/* =========================================
   PERSON INTRO
========================================= */

.sc-person {
  background: var(--sc-white);
}

.sc-person__copy {
  max-width: 580px;
}

.sc-person__media {
  position: relative;
}

.sc-person__media img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.sc-person__media::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 45%;
  background: var(--sc-yellow);
  right: -22px;
  bottom: -22px;
  z-index: -1;
}


/* =========================================
   HISTORY
========================================= */

.sc-history {
  background: var(--sc-cream);
}

.sc-section-heading {
  max-width: 720px;
  margin-bottom: 58px;
}

.sc-section-heading--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sc-history-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sc-history-card {
  background: var(--sc-white);
  padding: 42px 36px;
  border: 1px solid rgba(41, 40, 37, 0.08);
}

.sc-history-card__number {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 36px;
  color: var(--sc-muted);
}


/* =========================================
   MANIFESTO
========================================= */

.sc-manifesto {
  padding: 130px 0;
  background: var(--sc-ink);
  color: var(--sc-white);
}

.sc-manifesto h2,
.sc-manifesto p,
.sc-manifesto .sc-eyebrow {
  color: var(--sc-white);
}

.sc-manifesto__top {
  max-width: 840px;
}

.sc-truths {
  margin: 70px 0 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.sc-truth {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.sc-truth span {
  font-size: 25px;
}

.sc-truth p {
  margin: 0;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.25;
  font-weight: 600;
}

.sc-manifesto__bottom {
  max-width: 700px;
}


/* =========================================
   APPAREL
========================================= */

.sc-apparel {
  background: var(--sc-white);
}

.sc-apparel__media img {
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
}

.sc-apparel__copy {
  max-width: 570px;
}

.sc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  margin-top: 18px;
  background: var(--sc-ink);
  color: var(--sc-white) !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.sc-button:hover {
  transform: translateY(-2px);
  opacity: 0.88;
}


/* =========================================
   TEAM
========================================= */

.sc-team {
  background: #fbfaf8;
}

.sc-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.sc-team-card {
  text-align: center;
}

.sc-team-card__image {
  margin-bottom: 22px;
  overflow: hidden;
}

.sc-team-card__image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.sc-team-card:hover img {
  transform: scale(1.025);
}

.sc-team-card h3 {
  margin-bottom: 6px;
}

.sc-team-card__role {
  color: var(--sc-muted);
  font-size: 14px !important;
  line-height: 1.5 !important;
}


/* =========================================
   BEHIND THE SCENES
========================================= */

.sc-bts {
  background: var(--sc-white);
}

.sc-bts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
  gap: 14px;
}

.sc-bts-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sc-bts-grid img:nth-child(1),
.sc-bts-grid img:nth-child(6) {
  grid-row: span 2;
}

.sc-bts-grid img:nth-child(4) {
  grid-column: span 2;
}


/* =========================================
   COMMUNITY CTA
========================================= */

.sc-community {
  padding: 130px 24px;
  background: var(--sc-mint);
  text-align: center;
}

.sc-community__inner {
  max-width: 820px;
  margin: 0 auto;
}

.sc-community h2 {
  font-size: clamp(52px, 7vw, 90px);
  margin-bottom: 24px;
}

.sc-community__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 44px 0 55px;
}

.sc-community__links a {
  display: inline-block;
  padding: 13px 20px;
  color: var(--sc-ink);
  border: 1px solid rgba(41, 40, 37, 0.65);
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: 0.2s ease;
}

.sc-community__links a:hover {
  background: var(--sc-ink);
  color: var(--sc-white);
}

.sc-community__closing {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 14px;
  font-weight: 700;
}


/* =========================================
   DESKTOP — CONSTRAINED PAGE + SHORTER HERO
========================================= */

@media screen and (min-width: 992px) {

  .sc-story-hero {
    width: 82vw !important;
    max-width: 1440px !important;
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    display: grid;
    grid-template-columns: 46% 54%;
    overflow: hidden;
  }

  .sc-story-hero__media {
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
  }

  .sc-story-hero__media img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center 48%;
  }

  .sc-story-hero__content {
    height: 500px;
    display: flex;
    align-items: center;
    padding: 35px 6vw 35px 3.5vw;
  }

  .sc-story-hero__inner {
    max-width: 560px;
  }

  .sc-story-hero h1 {
    font-size: clamp(38px, 3.3vw, 56px);
    margin-bottom: 26px;
  }

  .sc-story-hero .sc-kicker {
    margin-bottom: 24px !important;
  }
}

  /*
    Inner content should remain readable instead of stretching to the
    full width of the already-constrained section.
  */
  .sc-wrap {
    width: min(1180px, calc(100% - 64px));
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-community__inner {
    width: min(820px, calc(100% - 64px));
    margin-left: auto;
    margin-right: auto;
  }

  /* Slightly tighten large-section vertical spacing on desktop. */
  .sc-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sc-manifesto {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sc-community {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 990px) {
  .sc-section {
    padding: 80px 0;
  }

  .sc-story-hero {
    grid-template-columns: 1fr;
  }

  .sc-story-hero__media {
    min-height: 520px;
  }

  .sc-story-hero__media::after {
    display: none;
  }

  .sc-story-hero__content {
    padding: 65px 7vw;
  }

  .sc-two-col,
  .sc-two-col--reverse {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .sc-history-grid {
    grid-template-columns: 1fr;
  }

  .sc-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sc-bts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 640px) {
  .sc-wrap {
    width: calc(100% - 30px);
  }

  .sc-section {
    padding: 64px 0;
  }

  .sc-story-hero__media {
    min-height: 400px;
  }

  .sc-story-hero__content {
    padding: 52px 24px;
  }

  .sc-story-page h1 {
    font-size: 42px;
  }

  .sc-story-page h2 {
    font-size: 36px;
  }

  .sc-story-page p {
    font-size: 16px;
  }

  .sc-script {
    font-size: 25px !important;
  }

  .sc-handwritten {
    font-size: 24px !important;
  }

  .sc-history-card {
    padding: 32px 24px;
  }

  .sc-manifesto {
    padding: 80px 0;
  }

  .sc-truth {
    grid-template-columns: 34px 1fr;
  }

  .sc-team-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .sc-team-card h3 {
    font-size: 18px;
  }

  .sc-team-card__role {
    font-size: 12px !important;
  }

  .sc-bts-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 170px;
    gap: 8px;
  }

  .sc-bts-grid img:nth-child(1),
  .sc-bts-grid img:nth-child(6),
  .sc-bts-grid img:nth-child(4) {
    grid-row: auto;
    grid-column: auto;
  }

  .sc-community {
    padding: 85px 20px;
  }

  .sc-community__links {
    gap: 8px;
    margin: 35px 0 45px;
  }

  .sc-community__links a {
    padding: 11px 15px;
    font-size: 11px;
  }
}